:root{--hb-primary: #321e1e;--hb-primary-light: #faf4f0;--hb-background: #ffffff;--hb-background-soft: #f1e4d3;--hb-accent-green: #27ae60;--hb-accent-red: #e74c3c;--hb-text-muted: #7f8c8d;--hb-border: rgba(50, 30, 30, .1);--hb-border-hover: rgba(50, 30, 30, .2);--hb-font-family: "Bricolage Grotesque", -apple-system, BlinkMacSystemFont, sans-serif;--hb-text-xs: .6875rem;--hb-text-sm: .75rem;--hb-text-base: .8125rem;--hb-text-lg: 1.0625rem;--hb-heading-line-height: .9;--hb-text-line-height: 1.5;--hb-heading-letter-spacing: -.05em;--hb-space-xs: .5rem;--hb-space-sm: .75rem;--hb-space-base: 1rem;--hb-space-lg: 1.5rem;--hb-space-xl: 2rem;--hb-space-2xl: 2.5rem;--hb-space-3xl: 3rem;--hb-button-radius: 1.875rem;--hb-card-radius: .5rem;--hb-input-radius: 1.875rem;--hb-button-padding: .75rem 1.5rem;--hb-button-padding-sm: .625rem 1.25rem;--hb-input-padding: .65rem 1rem;--hb-shadow-light: 0 2px 4px rgba(0, 0, 0, .1);--hb-shadow-medium: 0 4px 8px rgba(0, 0, 0, .15);--hb-shadow-heavy: 0 8px 25px rgba(0, 0, 0, .1);--hb-transition: all .3s ease;--hb-container-max: 1200px;--hb-container-gutter: 1.25rem}@media screen and (min-width: 700px){:root{--hb-container-gutter: 2rem}}@media screen and (min-width: 1399px){:root{--hb-container-gutter: 3rem}}._container_feoce_68{max-width:var(--hb-container-max);margin:0 auto;padding:var(--hb-container-gutter);font-family:var(--hb-font-family);background:var(--hb-primary-light);min-height:100vh;color:var(--hb-primary)}._banner_feoce_78{border-radius:var(--hb-card-radius);padding:var(--hb-space-base) var(--hb-space-lg);margin-bottom:var(--hb-space-xl);text-align:center;background:var(--hb-background);border:1px solid var(--hb-border);box-shadow:var(--hb-shadow-light)}._bannerText_feoce_88{margin:0;font-size:var(--hb-text-base);color:var(--hb-primary);line-height:var(--hb-text-line-height)}._header_feoce_95{text-align:center;margin-bottom:var(--hb-space-3xl);padding:var(--hb-space-xl) 0}._title_feoce_101{font-size:clamp(2rem,1.6359rem + 1.5534vw,3.5rem);color:var(--hb-primary);margin-bottom:var(--hb-space-base);line-height:var(--hb-heading-line-height);letter-spacing:var(--hb-heading-letter-spacing);font-weight:700}._subtitle_feoce_110{font-size:var(--hb-text-lg);color:var(--hb-text-muted);margin-bottom:var(--hb-space-xl);line-height:var(--hb-text-line-height);font-weight:400}._cardTitle_feoce_118{font-size:clamp(1rem,.9545rem + .1942vw,1.1875rem);font-weight:600;color:var(--hb-primary);margin-bottom:var(--hb-space-lg);line-height:var(--hb-heading-line-height);letter-spacing:var(--hb-heading-letter-spacing)}._packagesGrid_feoce_127{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--hb-space-xl);margin-bottom:var(--hb-space-3xl)}._twoColumnLayout_feoce_134{display:grid;grid-template-columns:1fr 1fr;gap:var(--hb-space-xl);margin-top:var(--hb-space-xl)}@media (max-width: 768px){._twoColumnLayout_feoce_134{grid-template-columns:1fr;gap:20px}._packagesGrid_feoce_127{grid-template-columns:1fr}._title_feoce_101{font-size:2rem}._subtitle_feoce_110{font-size:1rem}}._packageCard_feoce_161{border:2px solid var(--hb-border);border-radius:var(--hb-card-radius);padding:var(--hb-space-lg);background:var(--hb-background);cursor:pointer;transition:var(--hb-transition);position:relative;box-shadow:var(--hb-shadow-small);font-family:var(--hb-font-family)}._packageCard_feoce_161:hover{transform:translateY(-4px);box-shadow:var(--hb-shadow-large);border-color:var(--hb-primary)}._packageCardSelected_feoce_179{border:2px solid var(--hb-primary);box-shadow:var(--hb-shadow-medium);background:color-mix(in srgb,var(--hb-primary-light) 60%,var(--hb-primary) 5%)}._popularBadge_feoce_185{position:absolute;top:-10px;right:var(--hb-space-lg);background-color:var(--hb-accent-red);color:var(--hb-background);font-family:var(--hb-font-family);font-weight:600;letter-spacing:-.01em;padding:5px 15px;border-radius:15px;font-size:.8rem;font-weight:700}._packageHeader_feoce_200{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}._packageName_feoce_207{font-size:var(--hb-text-2xl);font-weight:700;color:var(--hb-primary);font-family:var(--hb-font-family);letter-spacing:-.02em}._packagePrice_feoce_215{font-size:var(--hb-text-2xl);font-weight:700;color:var(--hb-accent-green);font-family:var(--hb-font-family);letter-spacing:-.01em}._packageDescription_feoce_223{color:var(--hb-text-muted);margin-bottom:var(--hb-space-md);font-family:var(--hb-font-family);line-height:1.5}._itemsList_feoce_230{margin-bottom:20px}._itemsTitle_feoce_234{font-weight:700;margin-bottom:10px;color:#2c3e50}._item_feoce_230{display:flex;align-items:center;margin-bottom:5px;font-size:.9rem}._itemQuantity_feoce_247{background-color:#ecf0f1;color:#2c3e50;padding:2px 8px;border-radius:12px;font-size:.8rem;margin-left:10px}._packageSlotsGrid_feoce_257{margin-bottom:20px}._slotsTitle_feoce_261{font-weight:700;margin-bottom:10px;color:#2c3e50;font-size:.9rem}._slotsContainer_feoce_268{width:100%;height:370px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:var(--hb-space-lg) 0}._slotsContainer_feoce_268 img{width:100%;height:100%;object-fit:contain}._packageSlot_feoce_257{width:20px;height:20px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#6c757d}._slotPlus_feoce_297{font-weight:700}._selectButton_feoce_301{width:100%;padding:var(--hb-button-padding);border-radius:var(--hb-button-radius);border:none;font-size:var(--hb-text-base);font-family:var(--hb-font-family);font-weight:600;transition:var(--hb-transition);letter-spacing:-.01em;font-weight:700;cursor:pointer;transition:background-color .3s ease}._selectButtonPrimary_feoce_316{background-color:var(--hb-primary);color:var(--hb-background)}._selectButtonPrimary_feoce_316:hover{background-color:color-mix(in srgb,var(--hb-primary) 90%,black 10%);transform:translateY(-1px);box-shadow:var(--hb-shadow-small)}._selectButtonSecondary_feoce_327{background-color:var(--hb-background-soft);color:var(--hb-primary);border:1px solid var(--hb-border)}._selectButtonSecondary_feoce_327:hover{background-color:color-mix(in srgb,var(--hb-background-soft) 80%,var(--hb-primary) 20%);transform:translateY(-1px);box-shadow:var(--hb-shadow-small)}._preselectedNote_feoce_340{margin-top:16px;padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;text-align:center}._preselectedNote_feoce_340 p{margin:0}._preselectedNote_feoce_340 small{opacity:.9}._card_feoce_118{border:1px solid var(--hb-border);border-radius:var(--hb-card-radius);padding:var(--hb-space-xl);background-color:var(--hb-background);box-shadow:var(--hb-shadow-light);transition:var(--hb-transition)}._card_feoce_118:hover{transform:translateY(-2px);box-shadow:var(--hb-shadow-heavy);border-color:var(--hb-border-hover)}._cardSubtitle_feoce_373{color:#7f8c8d;margin-bottom:20px}._holidayItem_feoce_378{display:flex;align-items:center;margin-bottom:15px;padding:10px;border:1px solid #ecf0f1;border-radius:6px}._checkbox_feoce_387{margin-right:15px;width:18px;height:18px}._holidayInfo_feoce_393{flex:1}._holidayName_feoce_397{font-weight:700;margin-bottom:5px}._holidayDate_feoce_402{font-size:.85rem;color:#7f8c8d}._infoBanner_feoce_407{background-color:#e3f2fd;border:1px solid #2196f3;border-radius:6px;padding:15px;margin-top:15px}._infoBannerText_feoce_415{color:#1565c0;margin:0}._additionalItem_feoce_421{display:flex;align-items:center;justify-content:space-between;padding:10px;border:1px solid #ecf0f1;border-radius:6px;margin-bottom:10px}._additionalItemLeft_feoce_431{display:flex;align-items:center}._productImage_feoce_436{font-size:24px;margin-right:15px}._productInfo_feoce_441{display:flex;flex-direction:column}._productName_feoce_446{font-weight:700;margin-bottom:5px}._productPrice_feoce_451{color:var(--hb-accent-green);font-size:var(--hb-text-sm);font-family:var(--hb-font-family);font-weight:600}._addButton_feoce_458{background-color:var(--hb-accent-green);color:var(--hb-background);border:none;padding:var(--hb-space-sm) var(--hb-space-md);border-radius:var(--hb-button-radius);cursor:pointer;font-size:var(--hb-text-sm);font-family:var(--hb-font-family);font-weight:600;transition:var(--hb-transition);letter-spacing:-.01em}._addButton_feoce_458:hover{background-color:color-mix(in srgb,var(--hb-accent-green) 90%,black 10%);transform:translateY(-1px);box-shadow:var(--hb-shadow-small)}._removeButton_feoce_478{background-color:var(--hb-accent-red);color:var(--hb-background);border:none;padding:var(--hb-space-xs) var(--hb-space-sm);border-radius:var(--hb-button-radius);cursor:pointer;font-size:var(--hb-text-xs);margin-left:var(--hb-space-sm);font-family:var(--hb-font-family);font-weight:600;transition:var(--hb-transition);letter-spacing:-.01em}._removeButton_feoce_478:hover{background-color:color-mix(in srgb,var(--hb-accent-red) 90%,black 10%);transform:translateY(-1px);box-shadow:var(--hb-shadow-small)}._divider_feoce_499{border:none;border-top:1px solid var(--hb-border);margin:var(--hb-space-lg) 0}._summaryItem_feoce_506{display:flex;justify-content:space-between;margin-bottom:10px}._totalRow_feoce_512{display:flex;justify-content:space-between;margin-top:var(--hb-space-md);padding-top:var(--hb-space-md);border-top:2px solid var(--hb-border);font-size:var(--hb-text-lg);font-weight:700;font-family:var(--hb-font-family);color:var(--hb-primary)}._primaryButton_feoce_524{width:100%;padding:var(--hb-button-padding);background-color:var(--hb-primary);color:var(--hb-background);border:none;border-radius:var(--hb-button-radius);font-size:var(--hb-text-base);font-weight:600;cursor:pointer;margin-top:var(--hb-space-xl);transition:var(--hb-transition);letter-spacing:-.01em;font-family:var(--hb-font-family)}._primaryButton_feoce_524:hover{transform:translateY(-1px);box-shadow:var(--hb-shadow-medium);background-color:color-mix(in srgb,var(--hb-primary) 90%,black 10%)}._primaryButtonDisabled_feoce_546{background-color:var(--hb-text-muted);cursor:not-allowed;transform:none;box-shadow:none}._primaryButtonDisabled_feoce_546:hover{transform:none;box-shadow:none;background-color:var(--hb-text-muted)}._modal_feoce_560{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modalContent_feoce_573{background-color:var(--hb-background);border-radius:var(--hb-card-radius);padding:var(--hb-space-2xl);max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:var(--hb-shadow-large);border:1px solid var(--hb-border)}._modalTitle_feoce_585{font-size:var(--hb-text-xl);font-weight:700;margin-bottom:var(--hb-space-lg);color:var(--hb-primary);font-family:var(--hb-font-family);letter-spacing:-.02em}._modalSelectionInfo_feoce_594{background-color:color-mix(in srgb,var(--hb-primary) 10%,transparent 90%);border:1px solid color-mix(in srgb,var(--hb-primary) 20%,transparent 80%);border-radius:var(--hb-input-radius);padding:1rem;margin-bottom:var(--hb-space-lg)}._modalSelectionInfo_feoce_594 h3{font-size:var(--hb-text-sm);font-weight:600;color:var(--hb-primary);margin:0 0 var(--hb-space-xs) 0;font-family:var(--hb-font-family)}._selectedVariantInfo_feoce_610{font-size:var(--hb-text-sm);color:var(--hb-text);font-family:var(--hb-font-family);margin-bottom:var(--hb-space-xs)}._selectedVariantInfo_feoce_610:last-child{margin-bottom:0}._productCategories_feoce_622{display:flex;flex-wrap:wrap;gap:var(--hb-space-xs);margin-top:var(--hb-space-xs)}._productCategory_feoce_629{background-color:color-mix(in srgb,var(--hb-primary) 15%,transparent 85%);color:var(--hb-primary);padding:2px 6px;border-radius:12px;font-size:var(--hb-text-xs);font-weight:500;font-family:var(--hb-font-family);border:1px solid color-mix(in srgb,var(--hb-primary) 25%,transparent 75%)}._modalCategoryList_feoce_640{display:flex;flex-wrap:wrap;gap:var(--hb-space-xs);margin-top:var(--hb-space-xs)}._modalCategoryTag_feoce_647{background-color:color-mix(in srgb,var(--hb-primary) 10%,transparent 90%);color:var(--hb-primary);padding:var(--hb-space-xs) var(--hb-space-sm);border-radius:16px;font-size:var(--hb-text-sm);font-weight:500;font-family:var(--hb-font-family);border:1px solid color-mix(in srgb,var(--hb-primary) 20%,transparent 80%)}._formGroup_feoce_658{margin-bottom:20px}._label_feoce_662{display:block;margin-bottom:var(--hb-space-xs);font-weight:600;color:var(--hb-primary);font-family:var(--hb-font-family);font-size:var(--hb-text-sm);letter-spacing:-.01em}._input_feoce_672{width:100%;padding:var(--hb-space-sm) var(--hb-space-md);border:1px solid var(--hb-border);border-radius:var(--hb-input-radius);font-size:var(--hb-text-base);box-sizing:border-box;font-family:var(--hb-font-family);color:var(--hb-text);background-color:var(--hb-background);transition:var(--hb-transition)}._input_feoce_672:focus{outline:none;border-color:var(--hb-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--hb-primary) 20%,transparent 80%)}._formRow_feoce_691{display:grid;grid-template-columns:1fr 1fr;gap:15px}._modalActions_feoce_697{display:flex;gap:var(--hb-space-sm);margin-top:var(--hb-space-2xl)}._modalFooter_feoce_703{display:flex;gap:var(--hb-space-sm);margin-top:var(--hb-space-2xl);padding-top:var(--hb-space-lg);border-top:1px solid var(--hb-border)}._cancelButton_feoce_711{flex:1;padding:var(--hb-space-sm) var(--hb-space-md);background-color:var(--hb-text-muted);color:var(--hb-background);border:none;border-radius:var(--hb-button-radius);cursor:pointer;font-family:var(--hb-font-family);font-weight:600;transition:var(--hb-transition);letter-spacing:-.01em}._cancelButton_feoce_711:hover{background-color:color-mix(in srgb,var(--hb-text-muted) 85%,black 15%);transform:translateY(-1px);box-shadow:var(--hb-shadow-small)}._emptyState_feoce_732{text-align:center;padding:var(--hb-space-2xl) var(--hb-space-lg);color:var(--hb-text-muted);font-family:var(--hb-font-family)}._emptyStateTitle_feoce_739{font-size:var(--hb-text-lg);margin-bottom:var(--hb-space-sm);color:var(--hb-primary);font-family:var(--hb-font-family);font-weight:600;letter-spacing:-.01em}._centered_feoce_749{text-align:center;margin-bottom:30px}._holidayTabs_feoce_757{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}._holidayTab_feoce_757{background:var(--hb-background-soft);border:2px solid var(--hb-border);border-radius:var(--hb-card-radius);padding:var(--hb-space-sm) var(--hb-space-md);cursor:pointer;transition:var(--hb-transition);text-align:center;min-width:120px;font-family:var(--hb-font-family)}._holidayTab_feoce_757:hover{border-color:var(--hb-primary);background:var(--hb-primary-light);transform:translateY(-1px);box-shadow:var(--hb-shadow-small)}._holidayTabActive_feoce_783{border-color:var(--hb-primary);background:var(--hb-primary-light);box-shadow:var(--hb-shadow-medium)}._holidayTabName_feoce_789{font-weight:600;color:var(--hb-primary);margin-bottom:var(--hb-space-2xs);font-family:var(--hb-font-family);letter-spacing:-.01em}._holidayTabCount_feoce_797{font-size:var(--hb-text-sm);color:var(--hb-text-muted);font-family:var(--hb-font-family)}._additionalCount_feoce_803{color:var(--hb-accent-red);font-weight:600;font-family:var(--hb-font-family)}._holidayCustomizationSummary_feoce_810{background:var(--hb-background-soft);border-radius:var(--hb-card-radius);padding:var(--hb-space-md);margin-bottom:var(--hb-space-lg);border-left:4px solid var(--hb-primary);box-shadow:var(--hb-shadow-small)}._customizationTitle_feoce_819{font-size:var(--hb-text-base);font-weight:600;color:var(--hb-primary);margin-bottom:var(--hb-space-xs);font-family:var(--hb-font-family);letter-spacing:-.01em}._customizationStats_feoce_828{display:flex;gap:16px;flex-wrap:wrap}._itemCount_feoce_834{color:var(--hb-primary);font-weight:500;font-family:var(--hb-font-family)}._additionalFee_feoce_840{color:var(--hb-accent-red);font-weight:600;font-family:var(--hb-font-family)}._itemsSection_feoce_847{margin-bottom:24px}._sectionTitle_feoce_851{font-size:var(--hb-text-base);font-weight:600;color:var(--hb-primary);margin-bottom:var(--hb-space-md);font-family:var(--hb-font-family);letter-spacing:-.01em}._loadingState_feoce_860{text-align:center;padding:var(--hb-space-2xl);color:var(--hb-text-muted);font-style:italic;font-family:var(--hb-font-family)}._availableItemsGrid_feoce_869{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:20px}._availableItem_feoce_869{border:2px solid var(--hb-border);border-radius:var(--hb-card-radius);padding:var(--hb-space-md);background:var(--hb-background);transition:var(--hb-transition);cursor:pointer;box-shadow:var(--hb-shadow-small)}._availableItem_feoce_869:hover{border-color:var(--hb-primary);transform:translateY(-2px);box-shadow:var(--hb-shadow-medium)}._availableItemSelected_feoce_892{border-color:#27ae60;background:#f8fff9}._itemImage_feoce_897{width:100%;height:120px;object-fit:cover;border-radius:6px;margin-bottom:12px}._itemInfo_feoce_905{margin-bottom:12px}._itemName_feoce_909{font-size:1rem;font-weight:600;color:#2c3e50;margin-bottom:4px}._itemDescription_feoce_916{font-size:.85rem;color:#7f8c8d;margin-bottom:8px;line-height:1.4}._itemPrice_feoce_923{font-size:1.1rem;font-weight:700;color:#27ae60;margin-bottom:4px}._itemStock_feoce_930{font-size:.8rem;color:#7f8c8d}._itemActions_feoce_936{display:flex;justify-content:center}._addItemButton_feoce_941{background:var(--hb-primary);color:var(--hb-background);border:none;border-radius:var(--hb-button-radius);padding:var(--hb-space-sm) var(--hb-space-md);font-family:var(--hb-font-family);font-weight:600;font-size:var(--hb-text-sm);letter-spacing:-.01em;transition:var(--hb-transition);font-weight:500;cursor:pointer;transition:background .2s ease;width:100%}._addItemButton_feoce_941:hover{background:color-mix(in srgb,var(--hb-primary) 90%,black 10%);transform:translateY(-1px);box-shadow:var(--hb-shadow-small)}._addItemButton_feoce_941:disabled{background:var(--hb-text-muted);cursor:not-allowed;transform:none;box-shadow:none}._quantityControls_feoce_971{display:flex;align-items:center;gap:8px;background:#f8f9fa;border-radius:6px;padding:4px}._quantityButton_feoce_980{background:var(--hb-primary);color:var(--hb-background);border:none;border-radius:var(--hb-button-radius);width:32px;height:32px;font-family:var(--hb-font-family);font-weight:600;font-size:var(--hb-text-sm);transition:var(--hb-transition);height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700}._quantityButton_feoce_980:hover{background:color-mix(in srgb,var(--hb-primary) 90%,black 10%);transform:translateY(-1px);box-shadow:var(--hb-shadow-small)}._quantityButton_feoce_980:disabled{background:var(--hb-text-muted);cursor:not-allowed;transform:none;box-shadow:none}._quantityDisplay_feoce_1015{min-width:24px;text-align:center;font-weight:600;color:#2c3e50}._selectedItemsSection_feoce_1023{background:#f8f9fa;border-radius:8px;padding:20px;margin-bottom:20px}._selectedItemsList_feoce_1030{margin-bottom:16px}._selectedItem_feoce_1023{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e1e5e9}._selectedItem_feoce_1023:last-child{border-bottom:none}._selectedItemInfo_feoce_1046{flex:1}._selectedItemName_feoce_1050{font-weight:500;color:#2c3e50;display:block;margin-bottom:4px}._selectedItemPrice_feoce_1057{font-size:.9rem;color:#7f8c8d}._customizationPricing_feoce_1063{border-top:2px solid #e1e5e9;padding-top:16px}._pricingRow_feoce_1068{display:flex;justify-content:space-between;margin-bottom:8px;font-size:.95rem}._pricingRow_feoce_1068:last-child{margin-bottom:0;font-weight:600;color:#2c3e50}._autoFillNotice_feoce_1082{background:#e8f5e8;border:1px solid #c3e6cb;border-radius:8px;padding:16px;margin-top:16px}._autoFillNotice_feoce_1082 p{margin:0;color:#155724;font-size:.9rem;line-height:1.4}._orderTypeSection_feoce_1100{margin-bottom:20px}._radioGroup_feoce_1104{display:flex;flex-direction:column;gap:15px;margin-top:10px}._radioOption_feoce_1111{display:flex;flex-direction:column;padding:15px;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s ease}._radioOption_feoce_1111:hover{border-color:#007bff;background-color:#f8f9fa}._radioOption_feoce_1111 input[type=radio]{margin-right:10px;margin-bottom:5px}._radioOption_feoce_1111 input[type=radio]:checked+._radioLabel_feoce_1131{color:#007bff}._radioOption_feoce_1111:has(input[type=radio]:checked){border-color:#007bff;background-color:#f0f8ff}._radioLabel_feoce_1131{font-weight:600;margin-bottom:5px;display:flex;align-items:center;gap:10px}._radioDescription_feoce_1148{font-size:.9rem;color:#666;margin-left:25px}._orderSummary_feoce_1155{background-color:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:20px}._summaryLine_feoce_1162{display:flex;justify-content:space-between;margin-bottom:8px}._summaryDivider_feoce_1168{height:1px;background-color:#ddd;margin:15px 0}._summarySubtitle_feoce_1174{font-weight:600;color:#666;margin-bottom:8px}._summaryTotal_feoce_1180{font-size:1.2rem;padding-top:10px;border-top:2px solid #ddd}._holidaySchedule_feoce_1187{margin-bottom:20px}._scheduleItem_feoce_1191{display:flex;justify-content:space-between;padding:10px;background-color:#f8f9fa;border-radius:6px;margin-bottom:8px}._authNotice_feoce_1201{background-color:#e8f4fd;border:1px solid #b3d9ff;border-radius:6px;padding:15px;margin-bottom:20px}._authNotice_feoce_1201 p{margin:0;color:#06c;font-size:.9rem}._errorMessage_feoce_1216{background-color:#ffe6e6;border:1px solid #ff9999;border-radius:6px;padding:15px;margin-bottom:20px;color:#c00}._processingMessage_feoce_1226{background:linear-gradient(135deg,var(--hb-primary-light) 0%,var(--hb-background-soft) 100%);border:1px solid var(--hb-border);border-radius:var(--hb-card-radius);padding:var(--hb-space-lg);margin-bottom:var(--hb-space-lg);display:flex;align-items:center;gap:var(--hb-space-base);color:var(--hb-primary);text-align:center}._processingMessage_feoce_1226 div:last-child{flex:1}._processingMessage_feoce_1226 p{margin:var(--hb-space-xs) 0 0 0;font-size:var(--hb-text-sm);color:var(--hb-text-muted)}._spinner_feoce_1249{width:24px;height:24px;border:3px solid var(--hb-border);border-top:3px solid var(--hb-primary);border-radius:50%;animation:_spin_feoce_1249 1s linear infinite;flex-shrink:0}._loadingSpinner_feoce_1260{font-size:2rem;margin-bottom:15px;animation:_spin_feoce_1249 1s linear infinite}@media (max-width: 768px){._holidayTabs_feoce_757{justify-content:center}._holidayTab_feoce_757{min-width:100px;font-size:.9rem}._availableItemsGrid_feoce_869{grid-template-columns:1fr}._customizationStats_feoce_828{flex-direction:column;gap:8px}._radioGroup_feoce_1104{gap:10px}._radioOption_feoce_1111{padding:12px}._summaryLine_feoce_1162{font-size:.9rem}}._productSelectionPage_feoce_1305{min-height:100vh;background:#f8f9fa}._packageSummaryHeader_feoce_1311{position:sticky;top:0;background:#fff;border-bottom:2px solid #e9ecef;padding:20px;z-index:100;display:flex;align-items:center;gap:20px;box-shadow:0 2px 8px #0000001a}._packageInfo_feoce_1324{flex:0 0 auto;min-width:250px}._packageTitle_feoce_1329{font-size:1.5rem;font-weight:700;color:#2c3e50;margin:0 0 5px}._packageSubtitle_feoce_1336{color:#7f8c8d;margin:0 0 10px;font-size:.9rem}._packagePricing_feoce_1342{display:flex;gap:10px;align-items:center}._basePrice_feoce_1348{font-weight:600;color:#27ae60}._additionalCost_feoce_1353{color:#e74c3c;font-weight:500}._packageSlots_feoce_257{flex:1;display:flex;gap:8px;overflow-x:auto;padding:5px 0}._packageSlot_feoce_257{flex:0 0 auto;width:80px;height:90px;border:2px dashed #bdc3c7;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.75rem;text-align:center;position:relative;cursor:pointer;transition:var(--hb-transition)}._packageSlot_feoce_257:hover{transform:translateY(-2px);box-shadow:var(--hb-shadow-medium);border-color:var(--hb-primary)}._includedSlot_feoce_1390{border-color:#27ae60;border-style:solid;background:#27ae601a}._additionalSlot_feoce_1396{border-color:#e74c3c;border-style:solid;background:#e74c3c1a}._emptySlot_feoce_1402{border-color:#bdc3c7;border-style:dashed;color:#7f8c8d}._slotImage_feoce_1408{font-size:1.2rem;width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:6px}._slotImg_feoce_1420{width:100%;height:100%;object-fit:cover;border-radius:6px}._slotPlaceholder_feoce_1427{font-size:1.5rem;color:#bdc3c7}._slotName_feoce_1432{font-size:.7rem;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis}._additionalLabel_feoce_1440{position:absolute;top:-8px;right:-8px;background:#e74c3c;color:#fff;font-size:.6rem;padding:2px 4px;border-radius:4px;font-weight:700}._summaryActions_feoce_1453{flex:0 0 auto;display:flex;gap:12px}._backButton_feoce_1459{padding:var(--hb-button-padding-sm);background:var(--hb-text-muted);color:var(--hb-background);border:none;border-radius:var(--hb-button-radius);cursor:pointer;font-weight:500;transition:var(--hb-transition);font-family:var(--hb-font-family);font-size:var(--hb-text-base)}._backButton_feoce_1459:hover{background:color-mix(in srgb,var(--hb-text-muted) 85%,black 15%);transform:translateY(-1px);box-shadow:var(--hb-shadow-light)}._checkoutButton_feoce_1478{padding:var(--hb-button-padding-sm);background:var(--hb-primary);color:var(--hb-background);border:none;border-radius:var(--hb-button-radius);cursor:pointer;font-weight:600;transition:var(--hb-transition);font-family:var(--hb-font-family);font-size:var(--hb-text-base)}._checkoutButton_feoce_1478:hover{background:color-mix(in srgb,var(--hb-primary) 90%,black 10%);transform:translateY(-1px);box-shadow:var(--hb-shadow-medium)}._checkoutButton_feoce_1478:disabled{background:#6c757d;cursor:not-allowed}._productSelectionContent_feoce_1503{padding:30px 20px;max-width:1200px;margin:0 auto}._productFilters_feoce_1510{display:flex;gap:20px;align-items:center;margin-bottom:30px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}._searchBox_feoce_1521{flex:1;margin-right:2rem}._searchInput_feoce_1526{width:100%;padding:12px 16px;border:2px solid #e9ecef;border-radius:6px;font-size:1rem;transition:border-color .2s}._searchInput_feoce_1526:focus{outline:none;border-color:#007bff}._categoryFilter_feoce_1540{padding:12px 16px;border:2px solid #e9ecef;border-radius:6px;font-size:1rem;background:#fff;cursor:pointer}._resultsCount_feoce_1549{color:#6c757d;font-size:.9rem;white-space:nowrap}._productsGrid_feoce_1556{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}._productCard_feoce_1562{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;transition:transform .2s,box-shadow .2s,border-color .2s;border:2px solid transparent;display:flex;flex-direction:column}._productCard_feoce_1562:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}._productCardSelected_feoce_1578{border-color:#007bff;box-shadow:0 4px 12px #007bff26}._productImage_feoce_436{font-size:3rem;text-align:center;margin-bottom:15px;width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:6px;position:relative;overflow:hidden}._productImg_feoce_1598{width:100%;height:100%;object-fit:contain;border-radius:6px}._productPlaceholder_feoce_1605{font-size:3rem;color:#999}._productInfo_feoce_441{flex:1;margin-bottom:15px}._productName_feoce_446{font-size:1.1rem;font-weight:600;color:#2c3e50;margin:0 0 8px;line-height:1.3}._productDescription_feoce_1623{font-size:.9rem;color:#6c757d;margin:0 0 12px;line-height:1.4}._productMeta_feoce_1630{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._productPrice_feoce_451{font-size:1.1rem;font-weight:700;color:#27ae60}._productCategory_feoce_629{font-size:.8rem;color:#6c757d;background:#f8f9fa;padding:2px 8px;border-radius:12px}._stockInfo_feoce_1651{font-size:.85rem;margin-bottom:12px}._inStock_feoce_1656{color:var(--hb-accent-green)}._outOfStock_feoce_1660{color:var(--hb-accent-red);font-weight:500}._productActions_feoce_1666{margin-top:auto}._addButton_feoce_458{width:100%;padding:var(--hb-button-padding);background:var(--hb-primary);color:var(--hb-background);border:none;border-radius:var(--hb-button-radius);font-weight:600;cursor:pointer;transition:var(--hb-transition);font-size:var(--hb-text-base);font-family:var(--hb-font-family)}._addButton_feoce_458:hover{background:color-mix(in srgb,var(--hb-primary) 90%,black 10%);transform:translateY(-1px);box-shadow:var(--hb-shadow-medium)}._addButton_feoce_458:disabled{background:var(--hb-text-muted);cursor:not-allowed;transform:none;box-shadow:none}._quantityControls_feoce_971{display:flex;align-items:center;justify-content:center;gap:12px}._quantityButton_feoce_980{width:36px;height:36px;border:2px solid var(--hb-primary);background:var(--hb-background);color:var(--hb-primary);border-radius:var(--hb-button-radius);cursor:pointer;font-weight:700;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:var(--hb-transition);font-family:var(--hb-font-family)}._quantityButton_feoce_980:hover{background:var(--hb-primary);color:var(--hb-background);transform:translateY(-1px);box-shadow:var(--hb-shadow-light)}._quantityButton_feoce_980:disabled{border-color:var(--hb-text-muted);color:var(--hb-text-muted);cursor:not-allowed;transform:none;box-shadow:none}._quantityButton_feoce_980:disabled:hover{background:var(--hb-background);color:var(--hb-text-muted);transform:none;box-shadow:none}._quantity_feoce_971{font-weight:700;font-size:1.1rem;color:#2c3e50;min-width:20px;text-align:center}@media (max-width: 768px){._packageSummaryHeader_feoce_1311{flex-direction:column;gap:15px;padding:15px}._packageSlots_feoce_257{justify-content:center}._summaryActions_feoce_1453{width:100%;justify-content:space-between}._productFilters_feoce_1510{flex-direction:column;gap:15px}._searchBox_feoce_1521{width:100%}._productsGrid_feoce_1556{grid-template-columns:1fr}}._launchBanner_feoce_1783{background:linear-gradient(135deg,var(--hb-background-soft) 0%,var(--hb-primary-light) 100%);border:1px solid var(--hb-accent-green);border-radius:var(--hb-card-radius);padding:var(--hb-space-lg);margin-top:var(--hb-space-lg);text-align:center;box-shadow:var(--hb-shadow-light)}._launchBannerText_feoce_1793{margin:0;color:var(--hb-accent-green);font-size:var(--hb-text-base);line-height:var(--hb-text-line-height);font-weight:500}._orderTypeSection_feoce_1100{display:flex;flex-direction:column;gap:var(--hb-space-lg);margin-top:var(--hb-space-xl)}._orderTypeCard_feoce_1809{background:#27ae600d;border:2px solid var(--hb-accent-green);border-radius:var(--hb-card-radius);padding:var(--hb-space-xl);text-align:center;transition:var(--hb-transition)}._orderTypeCard_feoce_1809:hover{transform:translateY(-1px);box-shadow:var(--hb-shadow-medium)}._orderTypeCard_feoce_1809 h4{margin:0 0 var(--hb-space-sm) 0;color:var(--hb-accent-green);font-size:var(--hb-text-lg);font-weight:600;line-height:var(--hb-heading-line-height)}._orderTypeCard_feoce_1809 p{margin:0 0 var(--hb-space-lg) 0;color:var(--hb-primary);font-size:var(--hb-text-base);line-height:var(--hb-text-line-height)}._comingSoonCard_feoce_1838{background:#7f8c8d0d;border:2px solid var(--hb-text-muted);border-radius:var(--hb-card-radius);padding:var(--hb-space-xl);text-align:center;position:relative;opacity:.7}._comingSoonCard_feoce_1838 h4{margin:0 0 var(--hb-space-sm) 0;color:var(--hb-text-muted);font-size:var(--hb-text-lg);font-weight:600;line-height:var(--hb-heading-line-height)}._comingSoonCard_feoce_1838 p{margin:0 0 var(--hb-space-lg) 0;color:var(--hb-text-muted);font-size:var(--hb-text-base);line-height:var(--hb-text-line-height)}._comingSoonButton_feoce_1863{width:100%;padding:var(--hb-button-padding);background:var(--hb-text-muted);color:var(--hb-background);border:none;border-radius:var(--hb-button-radius);font-weight:600;cursor:not-allowed;opacity:.7;margin-bottom:var(--hb-space-base);font-size:var(--hb-text-base);font-family:var(--hb-font-family)}._comingSoonText_feoce_1878{margin:0;color:var(--hb-text-muted);font-size:var(--hb-text-sm);font-style:italic;line-height:var(--hb-text-line-height)}._comingSoonOption_feoce_1886{opacity:.6;background:#f8f9fa!important;border-color:#dee2e6!important}._comingSoonOption_feoce_1886 input[type=radio]{cursor:not-allowed}._comingSoonOption_feoce_1886 ._radioLabel_feoce_1131,._comingSoonOption_feoce_1886 ._radioDescription_feoce_1148{color:#6c757d!important}@media (max-width: 768px){._orderTypeSection_feoce_1100{gap:12px}._orderTypeCard_feoce_1809,._comingSoonCard_feoce_1838{padding:16px}._launchBanner_feoce_1783{padding:12px}._launchBannerText_feoce_1793{font-size:.9rem}}._submitButton_feoce_1924{flex:1;padding:var(--hb-button-padding);background-color:var(--hb-primary);color:var(--hb-background);border:none;border-radius:var(--hb-button-radius);font-size:var(--hb-text-base);font-weight:600;font-family:var(--hb-font-family);letter-spacing:-.01em;cursor:pointer;transition:var(--hb-transition);min-height:48px}._submitButton_feoce_1924:hover{background-color:color-mix(in srgb,var(--hb-primary) 90%,black 10%);transform:translateY(-1px);box-shadow:var(--hb-shadow-medium)}._submitButton_feoce_1924:disabled{background-color:var(--hb-text-muted);cursor:not-allowed;transform:none;box-shadow:none}._submitButton_feoce_1924:disabled:hover{background-color:var(--hb-text-muted);transform:none;box-shadow:none}._buttonLoading_feoce_1960{opacity:.7;cursor:wait!important;position:relative}._buttonLoading_feoce_1960:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff1a;border-radius:inherit;animation:_pulse_feoce_1 1.5s ease-in-out infinite}@keyframes _pulse_feoce_1{0%,to{opacity:.1}50%{opacity:.3}}._loadingSpinner_feoce_1260{display:inline-block;animation:_spin_feoce_1249 1s linear infinite}@keyframes _spin_feoce_1249{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._modalHeader_feoce_1995{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--hb-space-lg)}._closeButton_feoce_2003{background:transparent;border:1.5px solid var(--hb-primary);color:var(--hb-primary);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:300;cursor:pointer;transition:all .3s ease;font-family:var(--hb-font-family);padding-bottom:5px}._closeButton_feoce_2003:hover{background-color:var(--hb-primary);color:var(--hb-background);transform:scale(1.05)}._closeButton_feoce_2003:disabled{opacity:.5;cursor:not-allowed;transform:none}._lightboxImageContainer_feoce_2034{text-align:center;margin-bottom:1.5rem;position:relative;display:block;width:100%}._lightboxImage_feoce_2034{width:100%;max-height:60vh;min-height:300px;object-fit:cover;border-radius:8px;box-shadow:var(--hb-shadow-small);transition:opacity .3s ease}._imageLoading_feoce_2053{opacity:0;transform:scale(.95);transition:all .4s ease}._imageLoaded_feoce_2059{opacity:1;transform:scale(1);transition:all .4s ease}._imageSkeleton_feoce_2066{width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:_shimmer_feoce_1 2s infinite linear;border-radius:6px;position:absolute;top:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center}._imageSkeleton_feoce_2066:after{content:"📷";font-size:2rem;opacity:.3;animation:_pulse_feoce_1 1.5s ease-in-out infinite}@keyframes _shimmer_feoce_1{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes _pulse_feoce_1{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}._productImage_feoce_436{position:relative;overflow:hidden;background-color:#f8f8f8;border-radius:6px}._productImg_feoce_1598{width:100%;height:100%;object-fit:contain;border-radius:6px;position:relative;z-index:2;transition:transform .2s ease}._productImg_feoce_1598:hover{transform:scale(1.02)}._imageBlurLoad_feoce_2137{filter:blur(5px);transition:filter .3s ease}._imageSharp_feoce_2142{filter:blur(0px);transition:filter .3s ease}._lightboxPlaceholder_feoce_2147{font-size:4rem;color:var(--hb-text-muted);padding:2rem;background:var(--hb-accent-light);border-radius:8px;display:inline-block}._lightboxDetails_feoce_2156{margin-top:1rem}._lightboxCategory_feoce_2160,._lightboxStock_feoce_2161{margin-bottom:1rem;color:var(--hb-text-dark);font-family:var(--hb-font-family)}._lightboxOutOfStock_feoce_2167{margin-bottom:1rem;color:var(--hb-error);font-family:var(--hb-font-family)}._lightboxDescription_feoce_2173{margin-top:1.5rem}._lightboxDescription_feoce_2173 h3{color:var(--hb-primary);margin-bottom:.75rem;font-family:var(--hb-font-family);font-size:1.125rem;font-weight:600}._lightboxDescription_feoce_2173 p{color:var(--hb-text-dark);line-height:1.6;margin-bottom:.75rem;font-family:var(--hb-font-family)}._lightboxDescription_feoce_2173 ul,._lightboxDescription_feoce_2173 ol{padding-left:1.5rem;margin-bottom:.75rem}._lightboxDescription_feoce_2173 li{color:var(--hb-text-dark);line-height:1.6;margin-bottom:.25rem;font-family:var(--hb-font-family)}._variantSelection_feoce_2206{margin:var(--hb-space-sm) 0;padding:var(--hb-space-sm);background:var(--hb-primary-light);border-radius:var(--hb-card-radius);border:1px solid var(--hb-border)}._variantToggle_feoce_2214{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:var(--hb-space-xs);border-radius:var(--hb-input-radius);transition:var(--hb-transition)}._variantToggle_feoce_2214:hover{background-color:color-mix(in srgb,var(--hb-primary) 10%,transparent 90%)}._variantLabel_feoce_2228{font-size:var(--hb-text-sm);font-weight:600;color:var(--hb-primary);font-family:var(--hb-font-family)}._variantExpandIcon_feoce_2235{font-size:var(--hb-text-sm);color:var(--hb-text-muted);transition:var(--hb-transition)}._imageNavButton_feoce_2242{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;background-color:#321e1ecc;color:#fff;border:none;font-size:18px;font-weight:700;cursor:pointer;z-index:2;transition:var(--hb-transition);display:flex;align-items:center;justify-content:center}._imageNavButton_feoce_2242:hover{background-color:var(--hb-primary);transform:translateY(-50%) scale(1.1)}._modalImageNavButton_feoce_2267{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background-color:#321e1ecc;color:#fff;border:none;font-size:24px;font-weight:700;cursor:pointer;z-index:2;transition:var(--hb-transition);display:flex;align-items:center;justify-content:center}._modalImageNavButton_feoce_2267:hover{background-color:var(--hb-primary);transform:translateY(-50%) scale(1.1)}._imageIndicators_feoce_2292{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:2}._modalImageIndicators_feoce_2302{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:2}._imageIndicator_feoce_2292{width:8px;height:8px;border-radius:50%;background-color:#ffffff80;cursor:pointer;transition:var(--hb-transition)}._imageIndicator_feoce_2292._activeIndicator_feoce_2321{background-color:var(--hb-primary);transform:scale(1.2)}._imageIndicator_feoce_2292:hover{background-color:#fffc}._variantOptions_feoce_2330{display:flex;flex-direction:column;gap:var(--hb-space-xs)}._variantOption_feoce_2330{width:100%}._variantButton_feoce_2340{padding:var(--hb-space-sm);border:1px solid var(--hb-border);border-radius:var(--hb-card-radius);background:var(--hb-background);transition:var(--hb-transition);cursor:pointer;text-align:left}._variantButton_feoce_2340:hover{border-color:var(--hb-primary);background:color-mix(in srgb,var(--hb-primary-light) 80%,var(--hb-primary) 5%)}._variantSelected_feoce_2355{border-color:var(--hb-accent-green);background:color-mix(in srgb,var(--hb-primary-light) 60%,var(--hb-accent-green) 10%)}._variantTitle_feoce_2360{font-size:var(--hb-text-sm);font-weight:600;color:var(--hb-primary);margin-bottom:2px;font-family:var(--hb-font-family)}._variantStock_feoce_2368{font-size:var(--hb-text-xs);color:var(--hb-text-muted);font-family:var(--hb-font-family)}._variantQuantityControls_feoce_2374{display:flex;align-items:center;gap:var(--hb-space-xs);margin-top:var(--hb-space-xs);justify-content:center}._variantQuantityButton_feoce_2382{width:24px;height:24px;border:1px solid var(--hb-border);border-radius:50%;background:var(--hb-background);color:var(--hb-primary);font-size:var(--hb-text-sm);font-weight:600;cursor:pointer;transition:var(--hb-transition);display:flex;align-items:center;justify-content:center;font-family:var(--hb-font-family)}._variantQuantityButton_feoce_2382:hover{border-color:var(--hb-primary);background:var(--hb-primary-light)}._variantQuantity_feoce_2374{font-size:var(--hb-text-sm);font-weight:600;color:var(--hb-primary);min-width:20px;text-align:center;font-family:var(--hb-font-family)}._slotVariant_feoce_2413{font-size:var(--hb-text-xs);color:var(--hb-text-muted);font-style:italic;font-family:var(--hb-font-family);margin-top:2px}._variantTitle_feoce_2360{font-size:var(--hb-text-xs);color:var(--hb-text-muted);font-style:italic;font-family:var(--hb-font-family)}
