body {font-family:'Manrope',sans-serif;}.min-w-0 {min-width:0;}@media (min-width:768px){.md\:self-start {align-self:flex-start;}}::-webkit-scrollbar {width:8px;}::-webkit-scrollbar-track {background:#F5F1E8;}::-webkit-scrollbar-thumb {background:#059669;border-radius:4px;}::-webkit-scrollbar-thumb:hover {background:#047857;}#step1.active,#step2.active,#step3.active {background-color:#059669;color:#ffffff;}#step1.completed,#step2.completed,#step3.completed {background-color:#10b981;color:#ffffff;}.checkout-wrapper input[type="text"],.checkout-wrapper input[type="tel"],.checkout-wrapper input[type="email"] {border:1px solid #E5E5E5;border-radius:0.75rem;padding:0.75rem 1rem;font-size:0.95rem;}.checkout-wrapper button {border-radius:9999px;}.checkout-wrapper #step1,.checkout-wrapper #step2,.checkout-wrapper #step3 {border-radius:9999px;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;font-weight:700;}.checkout-wrapper #step2,.checkout-wrapper #step3 {background-color:#E5E5E5;color:#666666;}.checkout-wrapper #step1.active,.checkout-wrapper #step2.active,.checkout-wrapper #step3.active {background-color:#059669 !important;color:#ffffff !important;}.checkout-wrapper #step1.completed,.checkout-wrapper #step2.completed,.checkout-wrapper #step3.completed {background-color:#10b981 !important;color:#ffffff !important;}.loading-modal {position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,0.5);}.loading-modal-content {position:relative;z-index:1;flex-shrink:0;}@keyframes loading-spin {to {transform:rotate(360deg);}}.loading-spinner {width:48px;height:48px;border-radius:9999px;border:2px solid #E5E5E5;border-top-color:#059669;animation:loading-spin 0.8s linear infinite;}.app-message-modal {position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,0.5);}.app-message-modal.hidden {display:none !important;}.app-message-panel {position:relative;z-index:1;flex-shrink:0;}#appMessageText {white-space:pre-wrap;word-break:break-word;text-align:center;}:root {--header-row-height:4rem;--header-search-extra:0px;--header-total-height:var(--header-row-height);}@media (min-width:640px){:root {--header-row-height:5rem;}}body.header-search-open {--header-search-extra:4.5rem;--header-total-height:calc(var(--header-row-height)+ var(--header-search-extra));}@media (min-width:768px){body.header-search-open {--header-search-extra:4.75rem;}}.header-offset-spacer {height:var(--header-total-height);min-height:var(--header-total-height);flex-shrink:0;transition:min-height 0.2s ease,height 0.2s ease;}.header-search-panel:not(.hidden){animation:header-search-slide 0.2s ease;}header.header-hero .header-search-panel:not(.hidden){border-top-color:rgba(255,255,255,0.15);}header:not(.header-hero).header-search-panel:not(.hidden){border-top-color:#E5E5E5;}@keyframes header-search-slide {from {opacity:0;transform:translateY(-6px);}to {opacity:1;transform:translateY(0);}}#headerSearchWrap:focus-within {border-color:#059669;}#headerSearchInput:focus,#headerSearchInput:focus-visible {outline:none;box-shadow:none;}#mobile-menu {left:0;right:0;top:100%;}.hero-section {margin-top:calc(-1 * var(--header-total-height));}header.header-hero.header-scrolled {background-color:#F5F1E8 !important;box-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1);}.header-cart-btn {overflow:visible;position:relative;}.header-cart-btn-icon {position:relative;display:inline-flex;align-items:center;justify-content:center;line-height:0;}.header-cart-count-badge,.header-cart-btn #cart-count-badge {position:absolute;top:calc(50% + 4px);right:-0.1rem;transform:translate(32%,-50%);z-index:2;min-width:1.25rem;width:auto;height:1.25rem;padding:0 0.35rem;font-size:0.7rem;line-height:1.25rem;font-weight:600;border-radius:9999px;background-color:#059669;color:#fff;box-shadow:0 0 0 2px #fff;display:none;align-items:center;justify-content:center;}.cart-modal {position:fixed;inset:0;background:rgba(0,0,0,0.5);z-index:50;display:flex;justify-content:flex-end;}.cart-modal.hidden {display:none !important;}.cart-panel {width:100%;height:100%;background:#fff;overflow-y:auto;display:flex;flex-direction:column;}@media (min-width:768px){.cart-panel {max-width:420px;max-height:85vh;margin:2vh 1rem 2vh 0;border-radius:1rem 0 0 1rem;box-shadow:-4px 0 20px rgba(0,0,0,0.15);}}.cart-header {padding:1rem 1.25rem;border-bottom:1px solid #E5E5E5;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;}.cart-title {font-size:1.25rem;font-weight:700;color:#2C2C2C;margin:0;}.cart-close-btn {width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:1.5rem;color:#2C2C2C;cursor:pointer;}.cart-close-btn:hover {color:#059669;}.cart-items {padding:1rem;flex:1;overflow-y:auto;}.cart-item {display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #E5E5E5;}.cart-item-image {width:4rem;height:4rem;flex-shrink:0;border-radius:0.5rem;overflow:hidden;background:#F5F1E8;}.cart-item-image img {width:100%;height:100%;object-fit:cover;}.cart-item-placeholder {width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;}.cart-item-info {flex:1;min-width:0;}.cart-item-name {font-weight:500;color:#2C2C2C;}.cart-item-variant {font-size:0.875rem;color:#666;}.cart-item-price {font-weight:600;color:#059669;}.cart-item-actions {display:flex;flex-direction:column;align-items:flex-end;gap:0.5rem;}.cart-qty-controls {display:flex;align-items:center;border:2px solid #E5E5E5;border-radius:0.5rem;overflow:hidden;}.cart-qty-btn {width:2rem;height:2rem;min-width:2rem;display:flex;align-items:center;justify-content:center;background:#F5F1E8;border:none;font-size:1.25rem;font-weight:500;color:#2C2C2C;cursor:pointer;}.cart-qty-btn:hover {background:#FFE5D9;color:#059669;}.cart-qty-value {min-width:2rem;text-align:center;font-weight:500;font-size:0.9375rem;}.cart-item-service {font-size:0.875rem;color:#666;font-style:italic;}.cart-remove-btn {padding:0.35rem 0.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:0.375rem;font-size:0.8125rem;font-weight:500;color:#b91c1c;cursor:pointer;}.cart-remove-btn:hover {background:#fee2e2;border-color:#f87171;}.cart-footer {padding:1rem 1.25rem;border-top:1px solid #E5E5E5;flex-shrink:0;background:#fff;}.cart-min-order {padding:0.75rem 1rem;background:#fef9c3;border:1px solid #fde047;color:#854d0e;border-radius:0.5rem;font-size:0.875rem;margin-bottom:0.75rem;}.cart-min-order.hidden {display:none !important;}.cart-total-row {display:flex;width:100%;justify-content:space-between;align-items:center;gap:0.75rem;margin-bottom:1rem;}.cart-total-label {font-weight:700;font-size:1.125rem;flex-shrink:0;}.cart-total-value {font-weight:700;font-size:1.25rem;color:#059669;text-align:right;white-space:nowrap;flex-shrink:0;font-variant-numeric:tabular-nums;}.cart-checkout-btn {width:100%;padding:0.75rem 1.5rem;background:#059669;color:#fff;border:none;border-radius:2rem;font-weight:600;font-size:1rem;cursor:pointer;}.cart-checkout-btn:hover {background:#047857;}._x549bc9{visibility:hidden}._xaa8a5f{height:0}._x75e39e{position:absolute;left:-9999px}._x0149e3{visibility:hidden}._x92034f{opacity:0}._x3813ae{position:absolute;left:-9999px}._x58ed3c{display:none}._xb40f7e{position:absolute;left:-9999px}._xc8000e{display:none}._xb4ea6e{position:absolute;left:-9999px}._x7bf31c{height:0}._x8a3045{z-index:-999}._xb46656{z-index:-999}._xe3c150{display:none}._x85290f{z-index:-999}._x715eb3{display:none}._xc3def1{width:0}._xe60da0{pointer-events:none}._x64a9f0{pointer-events:none}._x75ef79{position:absolute;left:-9999px}._xcff07a{width:0}._xcf46c9{position:absolute;left:-9999px}._x80a0c5{visibility:hidden}._x822c3f{opacity:0}._x0a5de2{opacity:0}._x6c54ad{position:absolute;left:-9999px}._xbf2adc{pointer-events:none}._x758ede{z-index:-999}._x09066d{height:0}._x22f4ac{height:0}._x14517e{position:absolute;left:-9999px}._xdf5b1b{position:absolute;left:-9999px}._x8a9850{pointer-events:none}._x6bf739{position:absolute;left:-9999px}._xc3f9cd{z-index:-999}._xb588b6{width:0}._x76142e{position:absolute;left:-9999px}._x7b6900{width:0}._x2e9462{width:0}._xc16e99{pointer-events:none}._x7cbe32{width:0}._xc963e9{height:0}._xe4d123{opacity:0}._x5defb7{opacity:0}._x201431{display:none}._x839a15{pointer-events:none}._x419747{position:absolute;left:-9999px}._xa8d9c8{height:0}._x9ac484{height:0}._x7f6767{display:none}._x3e966d{display:none}._x38eec8{position:absolute;left:-9999px}._xe370cf{opacity:0}._x8bee67{display:none}._x931d26{display:none}._x3151ce{pointer-events:none}._xec7efd{position:absolute;left:-9999px}._x777e1c{visibility:hidden}._xbdda29{width:0}._x144791{z-index:-999}._x0b814e{visibility:hidden}._xf2fcc8{width:0}._xe3fe7a{height:0}._xe30202{display:none}._x4c5ce2{width:0}._x865c9c{position:absolute;left:-9999px}._x91398b{z-index:-999}._x660d0c{width:0}._xdc1a4b{width:0}._x37771e{z-index:-999}._x56ea60{pointer-events:none}._x0d2fdd{width:0}._x29fab4{pointer-events:none}._x3b2fc3{opacity:0}._x3098fa{visibility:hidden}._xd99b5a{opacity:0}._xc0d0d7{visibility:hidden}._xc11142{z-index:-999}._x10aea0{visibility:hidden}._xfa3933{position:absolute;left:-9999px}._xf13269{visibility:hidden}