:root{color-scheme:light;font-family:DM Sans,system-ui,sans-serif;color:#0f172a;background:#f1f5f9;--page-px: 16px;--page-gap: 24px;--panel-px: 16px;--panel-py: 20px;--panel-radius: 16px;--safe-area-bottom: env(safe-area-inset-bottom, 0px)}@media(min-width:600px){:root{--page-px: 20px;--page-gap: 32px;--panel-px: 24px;--panel-py: 24px;--panel-radius: 20px}}@media(min-width:900px){:root{--page-px: 24px;--page-gap: 40px;--panel-px: 32px;--panel-py: 32px;--panel-radius: 24px}}*{box-sizing:border-box}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3{margin:0}p{margin:0;color:#475569}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.page{width:100%;margin:0;padding:0;padding-bottom:var(--safe-area-bottom);display:flex;flex-direction:column;gap:0;min-height:100vh;background:#fff}.env-banner{background:#c62828;color:#fff;text-align:center;font-weight:700;letter-spacing:.08em;border-radius:10px;padding:6px 10px;font-size:12px}.page-body{flex:1;min-height:50vh;display:flex;flex-direction:column}@media(min-width:600px){.page-body{min-height:70vh}}.site-nav{display:flex;align-items:center;justify-content:space-between;min-height:56px}.site-logo{height:48px;width:auto;display:block}@media(min-width:600px){.site-logo{height:64px}}.site-logo-link{display:inline-flex}.nav-right{display:flex;align-items:center;gap:4px}@media(min-width:600px){.nav-right{gap:12px}}.nav-actions{display:none}@media(min-width:600px){.nav-actions{display:flex;gap:12px}}.nav-hamburger{display:flex}@media(min-width:600px){.nav-hamburger{display:none}}.nav-menu{position:relative}.nav-button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:600;background:#e2e8f0;color:#0f172a;text-decoration:none}.nav-button-primary{background:#2563eb;color:#fff}.nav-button-outline{background:transparent;border:1px solid #cbd5f5}.content{display:grid;gap:var(--page-gap);width:100%;max-width:1140px;margin:0 auto;padding:var(--page-gap) var(--page-px) 48px}.panel{background:#fff;border-radius:var(--panel-radius);padding:var(--panel-py) var(--panel-px);box-shadow:0 10px 25px #0f172a0f;display:grid;gap:16px}@media(min-width:600px){.panel{gap:20px;box-shadow:0 20px 40px #0f172a14}}@media(min-width:900px){.panel{gap:24px}}.panel-header{display:grid;gap:8px}.panel-header-row{display:flex;flex-direction:column;gap:12px}@media(min-width:600px){.panel-header-row{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:16px}}.panel-actions{display:flex;justify-content:flex-end}.order-form{display:grid;gap:16px;grid-template-columns:1fr;align-items:end}@media(min-width:600px){.order-form{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.form-group{display:grid;gap:8px;font-size:14px;color:#1e293b}.form-span{grid-column:1 / -1}.order-form .MuiInputBase-root:not(.MuiInputBase-multiline),.order-form .MuiPickersInputBase-root{height:48px!important;min-height:48px!important;box-sizing:border-box}.order-form .MuiSelect-select.MuiInputBase-input{min-height:unset!important}.form-actions{display:flex;gap:12px;align-items:center}input,select,textarea{padding:12px 14px;border-radius:12px;border:1px solid #cbd5f5;font-size:14px;font-family:inherit}textarea{resize:vertical}button{border:none;border-radius:999px;padding:12px 20px;font-size:14px;cursor:pointer;font-weight:600;background:#e2e8f0;color:#0f172a}.primary{background:#2563eb;color:#fff}.form-status{font-size:13px;color:#475569}.stroller-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}@media(min-width:600px){.stroller-grid{gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.stroller-card{border:1px solid #e2e8f0;border-radius:16px;padding:16px;display:grid;gap:12px;background:#f8fafc}@media(min-width:600px){.stroller-card{border-radius:18px;padding:20px;gap:16px}}.stroller-card h3{margin-bottom:8px}.stroller-meta{display:flex;align-items:center;justify-content:space-between;font-weight:600}.stroller-results-grid{display:grid;gap:12px}@media(min-width:600px){.stroller-results-grid{gap:16px}}.stroller-result-card{border:1px solid #e2e8f0;border-radius:16px;padding:16px;background:#f8fafc;display:grid;gap:12px;grid-template-columns:100px 1fr;grid-template-rows:auto auto;grid-template-areas:"image details" "quantity total";align-items:start}@media(min-width:600px){.stroller-result-card{padding:20px;gap:16px;border-radius:18px;grid-template-columns:140px 1fr auto auto;grid-template-rows:auto;grid-template-areas:"image details quantity total";align-items:center}}@media(min-width:900px){.stroller-result-card{grid-template-columns:minmax(140px,200px) minmax(220px,1fr) minmax(160px,200px) minmax(120px,160px)}}.stroller-result-image{grid-area:image;display:flex;align-items:center;justify-content:center}.stroller-result-details{grid-area:details}.stroller-result-details h3{margin-bottom:4px;font-size:.9375rem}@media(min-width:600px){.stroller-result-details h3{margin-bottom:8px;font-size:1rem}}.stroller-description{color:#475569}.stroller-description p{margin:0}.stroller-description ul,.stroller-description ol{margin:4px 0;padding-left:20px}.stroller-description a{color:#2563eb}.stroller-rate{margin-top:8px;font-weight:600;color:#1e293b}.stroller-cleaning-fee{font-size:13px;color:#64748b;margin-top:4px}.stroller-result-quantity{grid-area:quantity;display:flex;align-items:center;gap:8px;justify-content:flex-start}@media(min-width:600px){.stroller-result-quantity{justify-content:center}}.cart-quantity-controls{display:flex;align-items:center;gap:4px;border:1px solid #e2e8f0;border-radius:8px;padding:2px 4px;background:#fff}.cart-quantity-value{min-width:28px;text-align:center;font-weight:600;font-size:.9375rem}.stroller-result-total{grid-area:total;display:flex;justify-content:flex-end;align-items:center;align-self:center;font-weight:600}.stroller-result-total-content{display:flex;gap:4px;align-items:center}.stroller-result-days{font-weight:400;font-size:.8125rem;color:#64748b}@media(min-width:600px){.stroller-result-total{align-self:stretch}.stroller-result-total-content{height:100%;flex-direction:column;align-items:flex-end;justify-content:center}}.stroller-thumb{width:100%;max-width:100px;border-radius:10px;display:block}@media(min-width:600px){.stroller-thumb{max-width:220px;border-radius:12px}}.stroller-thumb.placeholder{width:100px;height:75px;border-radius:10px;background:linear-gradient(135deg,#e2e8f0,#f8fafc);border:1px dashed #cbd5f5}@media(min-width:600px){.stroller-thumb.placeholder{width:160px;height:120px;border-radius:12px}}.image-link{padding:0;min-width:0}.results-filter-bar{display:flex;flex-direction:column;gap:10px}@media(min-width:600px){.results-filter-bar{flex-direction:row;align-items:center;gap:12px}}.results-pagination{display:flex;justify-content:center;padding:4px 0}.stroller-results-summary{margin-top:8px;padding:12px 16px;padding-bottom:calc(12px + var(--safe-area-bottom));border-radius:12px;background:#eef2ff;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;font-weight:600;gap:8px;font-size:.875rem;position:sticky;bottom:0;z-index:5;box-shadow:0 -4px 12px #0f172a14}@media(min-width:600px){.stroller-results-summary{position:static;box-shadow:none;margin-top:16px;padding:16px 20px;border-radius:16px;font-size:1rem}}.stroller-results-totals{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.cart-deposit-line{font-weight:400;font-size:.875rem;color:#475569}.checkout-panel{margin-top:12px;padding:16px;border-radius:12px;background:#fff;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:12px}@media(min-width:600px){.checkout-panel{margin-top:20px;padding:20px;border-radius:16px;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:16px}}.checkout-actions{display:flex;gap:12px;flex-wrap:wrap;width:100%}@media(min-width:600px){.checkout-actions{width:auto}}.paypal-buttons{min-height:44px;width:100%}@media(min-width:600px){.paypal-buttons{width:auto;min-width:250px}}.cart-header-row{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}@media(min-width:600px){.cart-header-row{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}}.cart-order-summary{padding:12px;border-radius:12px;background:#eef2ff;display:grid;gap:4px;color:#0f172a;font-size:.8125rem;line-height:1.5}@media(min-width:600px){.cart-order-summary{display:flex;flex-wrap:wrap;gap:12px 20px;padding:12px 16px;border-radius:16px}}.cart-order-summary strong{margin-right:6px;font-weight:600}.cart-summary-line{display:flex;flex-wrap:wrap;gap:4px 8px;align-items:baseline}.cart-actions{display:flex;justify-content:flex-start}.featured-panel{margin-top:0}.featured-grid{display:grid;gap:12px;grid-template-columns:1fr}@media(min-width:600px){.featured-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:16px}}.featured-card{border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:12px;display:flex;flex-direction:row;align-items:center;gap:12px}@media(min-width:600px){.featured-card{border-radius:16px;padding:16px;gap:16px}}.featured-card-button{text-align:left;width:100%;cursor:pointer;border:1px solid #e2e8f0}.featured-description{font-weight:400}.featured-description p{margin:0}.featured-description ul,.featured-description ol{margin:4px 0;padding-left:20px}.featured-description li{color:#475569}.featured-description a{color:#2563eb}.featured-image{flex-shrink:0;width:100px}.featured-image img{width:100px;height:80px;object-fit:cover;border-radius:10px}@media(min-width:600px){.featured-image{width:150px}.featured-image img{width:150px;height:120px;border-radius:12px}}.featured-rate{display:inline-block;margin-top:8px;font-weight:600;color:#1e293b}.gallery{display:grid;gap:12px}.gallery-main{border-radius:12px;overflow:hidden;background:#f8fafc;border:1px solid #e2e8f0;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.gallery-main::-webkit-scrollbar{display:none}.gallery-main img{min-width:100%;max-height:300px;object-fit:contain;display:block;background:#f8fafc;flex-shrink:0;scroll-snap-align:center}@media(min-width:600px){.gallery{gap:16px}.gallery-main{border-radius:16px}.gallery-main img{max-height:420px}}.gallery-thumbs{display:flex;gap:8px;align-items:center}@media(min-width:600px){.gallery-thumbs{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}}.gallery-arrow{display:none;min-width:44px;min-height:44px;border-radius:999px;font-size:20px;line-height:1;background:#eef2ff}@media(min-width:600px){.gallery-arrow{display:inline-flex;align-items:center;justify-content:center}}.thumbs-row{display:flex;gap:6px;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;padding-bottom:4px;scrollbar-width:none}.thumbs-row::-webkit-scrollbar{display:none}.thumb{flex-shrink:0;width:64px;border:1px solid #e2e8f0;border-radius:8px;padding:3px;background:#fff;cursor:pointer}@media(min-width:600px){.thumb{width:auto;min-width:80px;max-width:120px;border-radius:12px;padding:4px}}.thumb.active{border-color:#0b5ed7;box-shadow:0 0 0 1px #0b5ed7}.thumb img{width:100%;height:48px;object-fit:cover;border-radius:6px;display:block}@media(min-width:600px){.thumb img{height:70px;border-radius:8px}}.image-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));align-items:start}@media(min-width:600px){.image-grid{gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.image-card{border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;background:#fff;display:grid;gap:8px}@media(min-width:600px){.image-card{border-radius:16px}}.image-card img{width:100%;height:auto;max-height:360px;object-fit:contain;display:block}.image-actions{display:flex;justify-content:space-between;gap:8px;padding:8px;background:#fff}.image-drag-handle{padding:8px;background:#f1f5f9;cursor:grab}.unit-row-header{display:none}@media(min-width:600px){.unit-row-header{display:grid;grid-template-columns:repeat(5,minmax(100px,1fr));gap:12px;padding:8px 12px;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}}.unit-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 12px;border-radius:12px;background:#f8fafc;font-size:14px;align-items:center}@media(min-width:600px){.unit-row{grid-template-columns:repeat(5,minmax(100px,1fr));gap:12px}}.avatar-button{border:none;background:transparent;padding:0;cursor:pointer}.avatar-circle{width:40px;height:40px;border-radius:999px;background:#0f172a;color:#f8fafc;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;letter-spacing:.02em}.popover{position:absolute;top:52px;right:0;background:#fff;border-radius:16px;padding:8px;box-shadow:0 24px 48px #0f172a2e;display:grid;gap:4px;min-width:180px;z-index:10}.popover-item{text-decoration:none;background:transparent;border:none;padding:10px 12px;text-align:left;border-radius:12px;font-weight:600;font-size:14px;color:#0f172a;cursor:pointer;min-height:44px;display:flex;align-items:center}.popover-item:hover{background:#f1f5f9}.popover-item.danger{color:#b91c1c}.login-page{padding-top:0}@media(min-width:600px){.login-page{padding-top:8px}}.login-panel{max-width:520px;margin:0 auto;width:100%}.login-panel.full-width{max-width:none}.login-providers{display:grid;gap:10px}.provider-button{width:100%;min-height:48px;border-radius:14px;padding:12px 16px;font-size:14px;font-weight:600;background:#fff;border:1px solid #e2e8f0;color:#0f172a}.provider-button.google{border-color:#dbeafe}.provider-button.microsoft{border-color:#fee2e2}.provider-button.apple{border-color:#111827;background:#111827;color:#fff}.login-divider{display:flex;align-items:center;gap:12px;color:#64748b;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.login-links{display:flex;flex-direction:column;gap:12px;font-size:14px}@media(min-width:600px){.login-links{flex-direction:row;justify-content:space-between;gap:16px;font-size:13px}}.login-links a{color:#2563eb;text-decoration:none;padding:4px 0;min-height:44px;display:flex;align-items:center}@media(min-width:600px){.login-links a{min-height:auto;padding:0}}.account-panel{background:#f8fafc}.account-grid{display:grid;gap:20px;grid-template-columns:1fr}@media(min-width:600px){.account-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}.account-card{background:#fff;border-radius:16px;padding:16px;display:grid;gap:12px;border:1px solid #e2e8f0}@media(min-width:600px){.account-card{border-radius:18px;padding:20px}}.secondary-card{background:#0f172a;color:#f8fafc}.secondary-card p,.secondary-card label{color:#e2e8f0}.secondary-card input{border-color:#e2e8f066}.payment-panel{border:1px solid #e2e8f0}.payment-summary{display:grid;gap:16px;grid-template-columns:1fr;align-items:center}@media(min-width:600px){.payment-summary{gap:24px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}.payment-summary ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}.payment-summary li{display:flex;justify-content:space-between;color:#1e293b}.total{background:#eff6ff;border-radius:16px;padding:16px;display:grid;gap:12px;font-size:16px}@media(min-width:600px){.total{border-radius:20px;padding:20px}}.paypal{background:#ffc439;color:#0f172a}.confirmation{background:#f8fafc}.confirmation-card{display:grid;gap:20px;grid-template-columns:1fr;background:#fff;border-radius:16px;padding:16px;border:1px solid #e2e8f0}@media(min-width:600px){.confirmation-card{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));border-radius:18px;padding:20px}}.confirmation-card ul{margin:8px 0 0;padding-left:18px;color:#475569}.orders-table{display:grid;gap:8px}@media(min-width:600px){.orders-table{gap:12px}}.table-head{display:none;background:#0f172a;color:#f8fafc;font-weight:600}@media(min-width:900px){.table-head{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:12px;padding:12px 16px;border-radius:12px}}.table-row{display:grid;gap:4px;padding:12px;border-radius:12px;background:#f8fafc;font-size:.875rem;border:1px solid #e2e8f0;grid-template-columns:1fr 1fr}.table-row span:first-child{grid-column:1 / -1;font-weight:600}@media(min-width:900px){.table-row{grid-template-columns:repeat(5,minmax(120px,1fr));gap:12px;padding:12px 16px;border:none;font-size:14px}.table-row span:first-child{grid-column:auto;font-weight:400}}.table-row-link{text-decoration:none;color:inherit;cursor:pointer;transition:background .15s ease,transform .15s ease}.table-row-link:hover{background:#eef2ff;transform:translate(2px)}.order-title{font-weight:600;font-size:.9375rem}.order-total{font-weight:600}.order-locations{display:flex;flex-direction:column;gap:2px;font-size:.8125rem;color:#64748b}@media(min-width:900px){.order-locations{flex-direction:row;gap:8px;font-size:.875rem;color:inherit}}.order-detail{border-top:1px solid #e2e8f0;padding-top:20px;display:grid;gap:16px}@media(min-width:600px){.order-detail{padding-top:24px}}.detail-grid{display:grid;gap:12px;grid-template-columns:1fr}@media(min-width:600px){.detail-grid{gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.detail-grid span{display:block;color:#64748b;font-size:13px;margin-bottom:4px}.detail-label{display:block;margin-bottom:4px;color:#64748b;font-size:13px}.detail-full-width{grid-column:1 / -1}.order-detail-content{display:grid;gap:16px}@media(min-width:600px){.order-detail-content{gap:24px}}.order-detail-item{display:grid;grid-template-columns:1fr;gap:12px;align-items:start;padding:16px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}@media(min-width:600px){.order-detail-item{grid-template-columns:auto 1fr;gap:20px;padding:20px;border-radius:16px}}.order-detail-image{width:100%;max-width:120px;height:auto;border-radius:10px}@media(min-width:600px){.order-detail-image{width:160px;height:120px;max-width:none;object-fit:cover;border-radius:12px}}.order-detail-item-info h3{margin-bottom:8px}.link{background:transparent;color:#2563eb;padding:0;border-radius:0;text-transform:none}.empty-message{text-align:center;padding:24px;color:#64748b}@media(min-width:600px){.empty-message{padding:32px}}.hero{display:grid;gap:20px;background:#0f172a;color:#f8fafc;padding:24px;border-radius:20px;box-shadow:0 20px 40px #0f172a33}@media(min-width:600px){.hero{gap:24px;padding:40px;border-radius:28px;box-shadow:0 30px 60px #0f172a40}}.hero p{color:#cbd5f5;line-height:1.6}.badge{display:inline-flex;align-items:center;padding:6px 14px;border-radius:999px;background:#94a3b833;color:#e2e8f0;font-weight:600;font-size:13px;letter-spacing:.02em}.hero-card{background:#0f172ab3;border:1px solid rgba(148,163,184,.2);padding:20px;border-radius:16px}@media(min-width:600px){.hero-card{padding:24px;border-radius:20px}}.hero-card h2{font-size:18px;margin-bottom:12px}@media(min-width:600px){.hero-card h2{font-size:20px;margin-bottom:16px}}.hero-card ol{margin:0;padding-left:20px;display:grid;gap:12px}.hero-card li{display:grid;gap:4px;color:#e2e8f0}.hero-card span{color:#cbd5f5;font-size:14px}.toast{position:fixed;bottom:16px;left:16px;right:16px;padding:12px 16px;border-radius:12px;font-size:14px;box-shadow:0 12px 30px #0f172a33;z-index:20}@media(min-width:600px){.toast{left:auto;right:24px;bottom:24px;max-width:400px}}.toast-success{background:#ecfdf3;color:#166534;border:1px solid #bbf7d0}.toast-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.admin-stroller-list{display:grid;gap:12px}@media(min-width:600px){.admin-stroller-list{gap:16px}}.admin-stroller-row{display:grid;gap:12px;grid-template-columns:1fr;align-items:start;padding:14px;border-radius:14px;border:1px solid #e2e8f0;background:#f8fafc}@media(min-width:600px){.admin-stroller-row{gap:16px;grid-template-columns:minmax(120px,160px) 1fr auto;align-items:center;padding:16px 20px;border-radius:18px}}.admin-stroller-link{text-decoration:none;color:inherit;transition:box-shadow .2s ease,transform .2s ease}.admin-stroller-link:hover{box-shadow:0 12px 24px #0f172a1f;transform:translateY(-1px)}.admin-stroller-thumb{display:flex;align-items:center;justify-content:center}.admin-stroller-thumb img{width:100%;max-width:140px;height:100px;object-fit:cover;border-radius:12px}.admin-stroller-details h3{margin-bottom:6px}.admin-stroller-meta{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-start;font-weight:600}@media(min-width:600px){.admin-stroller-meta{justify-content:flex-end}}.status-filter-btn{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:8px 14px;font-size:13px;font-weight:600;color:#475569;cursor:pointer;transition:all .15s;min-height:44px}.status-filter-btn:hover{background:#e2e8f0;border-color:#cbd5e1}.status-filter-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.admin-orders-list{display:grid;gap:8px}@media(min-width:600px){.admin-orders-list{gap:12px}}.admin-order-row{display:grid;gap:8px;grid-template-columns:1fr;align-items:start;padding:14px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;text-decoration:none;color:inherit;cursor:pointer;transition:border-color .15s,background-color .15s}@media(min-width:600px){.admin-order-row{grid-template-columns:1fr 1fr;gap:12px;padding:16px;border-radius:14px}}@media(min-width:900px){.admin-order-row{grid-template-columns:minmax(180px,1.2fr) minmax(140px,1fr) minmax(140px,1fr) minmax(120px,auto);gap:16px;padding:16px 20px;border-radius:16px}}.admin-order-row:hover{border-color:#cbd5e1;background:#f1f5f9}.admin-order-customer{display:grid;gap:4px}.admin-order-customer strong{font-size:15px;color:#0f172a}.admin-order-customer span{font-size:13px;color:#64748b}.admin-order-pickup,.admin-order-dropoff{display:grid;gap:4px}.admin-order-pickup strong,.admin-order-dropoff strong{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.admin-order-pickup span,.admin-order-dropoff span{font-size:13px;color:#1e293b}.admin-order-details{display:grid;gap:4px;font-size:14px}.admin-order-details span:first-child{font-weight:600;color:#1e293b}.admin-order-details span:last-child{color:#64748b}.admin-order-meta{display:flex;flex-wrap:wrap;gap:6px;align-items:center}@media(min-width:900px){.admin-order-meta{display:grid;gap:6px;justify-items:end;text-align:right}}.admin-order-total{font-weight:700;font-size:16px;color:#0f172a}.admin-order-status{font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px;background:#e2e8f0;color:#475569}.admin-order-status.status-paid{background:#dcfce7;color:#166534}.admin-order-status.status-pending{background:#fef3c7;color:#92400e}.admin-order-status.status-cancelled{background:#fee2e2;color:#b91c1c}.admin-order-status.status-picked-up{background:#dbeafe;color:#1e40af}.admin-order-status.status-returned{background:#e0e7ff;color:#3730a3}.admin-order-status.status-lost{background:#fecaca;color:#991b1b}.admin-order-status.status-confirmed{background:#cffafe;color:#155e75}.admin-order-date{font-size:12px;color:#94a3b8}.admin-email-logs-list{display:grid;gap:8px}@media(min-width:600px){.admin-email-logs-list{gap:12px}}.admin-email-row{display:grid;gap:8px;grid-template-columns:1fr;align-items:start;padding:14px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;cursor:pointer;transition:border-color .15s,background-color .15s}@media(min-width:600px){.admin-email-row{gap:16px;grid-template-columns:minmax(200px,1.5fr) minmax(160px,1fr) minmax(140px,auto);align-items:center;padding:16px 20px;border-radius:16px}}.admin-email-row:hover{border-color:#cbd5e1;background:#f1f5f9}.admin-email-recipient{display:grid;gap:4px}.admin-email-recipient strong{font-size:15px;color:#0f172a}.admin-email-recipient span{font-size:13px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-email-details{display:grid;gap:4px;font-size:14px}.admin-email-type{font-weight:600;color:#1e293b}.admin-email-order-link{color:#2563eb;text-decoration:none;font-size:13px}.admin-email-order-link:hover{text-decoration:underline}.admin-email-meta{display:flex;flex-wrap:wrap;gap:6px;align-items:center}@media(min-width:600px){.admin-email-meta{display:grid;gap:6px;justify-items:end;text-align:right}}.admin-email-status{font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px;background:#e2e8f0;color:#475569}.admin-email-status.status-paid{background:#dcfce7;color:#166534}.admin-email-status.status-cancelled{background:#fee2e2;color:#b91c1c}.admin-email-date{font-size:12px;color:#94a3b8}.email-body-preview{border:1px solid #e2e8f0;border-radius:12px;padding:16px;background:#fff;max-height:400px;overflow-y:auto}.calendar-controls{display:flex;flex-direction:column;gap:12px;align-items:stretch}@media(min-width:600px){.calendar-controls{flex-direction:row;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}}.calendar-nav{display:flex;gap:8px;justify-content:center}@media(min-width:600px){.calendar-nav{justify-content:flex-start}}.calendar-table-wrapper{overflow-x:auto;border:1px solid #e2e8f0;border-radius:12px;-webkit-overflow-scrolling:touch}.calendar-table{width:100%;border-collapse:collapse;font-size:13px;min-width:600px}.calendar-table th,.calendar-table td{padding:10px 6px;text-align:center;border-bottom:1px solid #e2e8f0}@media(min-width:600px){.calendar-table th,.calendar-table td{padding:12px 8px}}.calendar-table th{background:#f8fafc;font-weight:600;color:#475569;white-space:nowrap}.calendar-unit-header{text-align:left!important;min-width:140px;position:sticky;left:0;background:#f8fafc;z-index:1}@media(min-width:600px){.calendar-unit-header{min-width:160px}}.calendar-date-header{min-width:70px}@media(min-width:600px){.calendar-date-header{min-width:80px}}.calendar-unit-name{text-align:left!important;position:sticky;left:0;background:#fff;z-index:1}.calendar-unit-name strong{display:block;color:#0f172a;font-size:13px}@media(min-width:600px){.calendar-unit-name strong{font-size:14px}}.calendar-unit-total{display:block;color:#94a3b8;font-size:12px;margin-top:2px}.calendar-cell{background:#fff;transition:background .15s}.calendar-cell.has-orders{background:#fef3c7}.calendar-cell.fully-booked{background:#fee2e2}.calendar-cell-value{font-weight:600;color:#475569}.calendar-cell.has-orders .calendar-cell-value{color:#92400e}.calendar-cell.fully-booked .calendar-cell-value{color:#b91c1c}.calendar-table tbody tr:hover td,.calendar-table tbody tr:hover td.calendar-unit-name{background:#f1f5f9}.calendar-table tbody tr:hover td.has-orders{background:#fde68a}.calendar-table tbody tr:hover td.fully-booked{background:#fecaca}.calendar-legend{display:flex;flex-direction:column;align-items:flex-start;gap:10px;font-size:13px;color:#64748b}@media(min-width:600px){.calendar-legend{flex-direction:row;gap:24px;align-items:center;flex-wrap:wrap}}.calendar-legend-item{display:flex;align-items:center;gap:8px}.calendar-legend-color{width:16px;height:16px;border-radius:4px;border:1px solid #e2e8f0;background:#fff}.calendar-legend-color.has-orders{background:#fef3c7;border-color:#fcd34d}.calendar-legend-color.fully-booked{background:#fee2e2;border-color:#fca5a5}.calendar-legend-format{margin-left:0;font-style:italic}@media(min-width:600px){.calendar-legend-format{margin-left:auto}}.admin-user-role{font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px;background:#e2e8f0;color:#475569}.admin-user-role.role-admin{background:#dbeafe;color:#1d4ed8}.admin-user-role.role-customer{background:#f0fdf4;color:#166534}.user-detail-layout{display:grid;gap:20px;grid-template-columns:1fr;align-items:start}@media(min-width:900px){.user-detail-layout{gap:24px;grid-template-columns:minmax(280px,1fr) minmax(400px,2fr)}}.user-profile-card{background:#f8fafc;border-radius:12px;padding:16px;border:1px solid #e2e8f0;display:grid;gap:16px}@media(min-width:600px){.user-profile-card{border-radius:16px;padding:24px}}.user-profile-card h3{margin-bottom:8px}.user-profile-info{display:grid;gap:12px}.user-profile-info div{display:grid;gap:4px}.user-profile-info span{color:#64748b;font-size:13px}.user-profile-info strong{font-size:15px;color:#0f172a}.user-orders-section{display:grid;gap:16px}.user-orders-section h3{margin:0}.admin-user-order-count{font-size:13px;color:#64748b}.pickup-tab,.return-tab{padding:12px 0}@media(min-width:600px){.pickup-tab,.return-tab{padding:16px 0}}.pickup-section,.return-section{margin-bottom:20px}@media(min-width:600px){.pickup-section,.return-section{margin-bottom:24px}}.pickup-section h4,.return-section h4{margin:0 0 12px;font-size:15px;color:#334155}.section-description{color:#64748b;font-size:14px;margin:0 0 12px}.file-selected{color:#166534;font-size:13px;margin-top:8px}.existing-image{margin-bottom:12px;padding:12px;background:#f8fafc;border-radius:8px;display:inline-block}.existing-image img{border-radius:4px;border:1px solid #e2e8f0}.existing-image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:8px;margin-top:12px}@media(min-width:600px){.existing-image-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}}.existing-image-grid img{width:100%;height:100px;object-fit:cover;border-radius:6px;border:1px solid #e2e8f0;background:#f8fafc}@media(min-width:600px){.existing-image-grid img{height:120px}}.financials-summary{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}@media(min-width:600px){.financials-summary{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}}.financials-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:6px}@media(min-width:600px){.financials-card{padding:20px;gap:8px}}.financials-label{font-size:13px;color:#64748b}@media(min-width:600px){.financials-label{font-size:14px}}.financials-value{font-size:22px;font-weight:600;color:#0f172a}@media(min-width:600px){.financials-value{font-size:28px}}.financials-sections{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:20px}@media(min-width:600px){.financials-sections{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-bottom:24px}}.financials-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px}@media(min-width:600px){.financials-section{padding:20px}}.financials-section h3{font-size:16px;font-weight:600;margin-bottom:12px;color:#0f172a}@media(min-width:600px){.financials-section h3{margin-bottom:16px}}.financials-table{display:flex;flex-direction:column;gap:12px}.financials-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #f1f5f9}.financials-row:last-child{border-bottom:none}.financials-row span:first-child{flex:1}.financials-row strong{color:#0f172a}.financials-orders{margin-top:20px}@media(min-width:600px){.financials-orders{margin-top:24px}}.financials-orders h3{font-size:16px;font-weight:600;margin-bottom:12px;color:#0f172a}@media(min-width:600px){.financials-orders h3{margin-bottom:16px}}.about-panel-body{display:grid;gap:16px}@media(min-width:900px){.about-panel-body{grid-template-columns:1.5fr 1fr;align-items:start;gap:24px}}.about-info{display:grid;gap:12px}.live-support-card{display:grid;gap:16px}@media(min-width:600px){.live-support-card{grid-template-columns:auto 1fr;align-items:center;gap:20px}}.support-photo{width:100%;max-width:220px;border-radius:14px;object-fit:cover}@media(min-width:600px){.support-photo{width:160px;max-width:160px;height:160px}}.support-details{display:grid;gap:8px}.support-name{font-weight:600;color:#0f172a}.support-link{color:#2563eb;text-decoration:none;width:fit-content}.support-link:hover{text-decoration:underline}.contact-panel-body{display:grid;gap:16px}@media(min-width:600px){.contact-panel-body{gap:20px}}.contact-info{display:grid;gap:4px}.contact-form{max-width:100%}@media(min-width:600px){.contact-form{max-width:640px}}.contact-form .MuiButton-root{width:100%}@media(min-width:600px){.contact-form .MuiButton-root{width:fit-content}}.site-footer{margin-top:auto;padding:20px var(--page-px) 32px;border-top:1px solid #e2e8f0;background:#f8fafc}.footer-content{display:grid;gap:20px;color:#475569;font-size:13px}@media(min-width:600px){.footer-content{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;flex-wrap:wrap}}.footer-brand{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.footer-logo{width:72px;height:auto}@media(min-width:600px){.footer-logo{width:96px}}.footer-details{display:grid;gap:4px;line-height:1.5;font-size:13px}.footer-details a{color:#2563eb;text-decoration:none}.footer-details a:hover{text-decoration:underline}.footer-link{display:inline-flex;align-items:center;min-height:44px;padding:4px 0}@media(min-width:600px){.footer-link{min-height:auto;padding:0;display:inline-block;margin-top:4px}}.footer-links-column{display:grid;gap:8px;line-height:1.5;font-size:14px}@media(min-width:600px){.footer-links-column{gap:4px;font-size:13px}}.footer-links-column a{padding:4px 0;min-height:44px;display:flex;align-items:center;color:#2563eb;text-decoration:none}@media(min-width:600px){.footer-links-column a{min-height:auto;padding:0}}.footer-links-column a:hover{text-decoration:underline}@media(hover:none){.stroller-result-card:active,.featured-card-button:active{transform:scale(.98);transition:transform .1s ease}.table-row-link:active,.admin-order-row:active{background:#eef2ff}}@media(prefers-reduced-motion:reduce){.stroller-result-card:active,.featured-card-button:active{transform:none}}:root{--brand-orange: #ED7D31;--brand-orange-dark: #d56a22;--brand-navy: #1B2A4A;--lp-max: 1240px}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #eef0f3}.header-inner{max-width:var(--lp-max);margin:0 auto;padding:0 20px;height:72px;display:flex;align-items:center;gap:20px}@media(min-width:900px){.header-inner{height:80px;padding:0 24px}}.brand-link{display:inline-flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.brand-icon{height:40px;width:auto;display:block}@media(min-width:900px){.brand-icon{height:46px}}.brand-text{display:flex;flex-direction:column;line-height:1.05}.brand-name{font-family:Poppins,sans-serif;font-weight:800;font-size:19px;color:var(--brand-navy);letter-spacing:-.3px}@media(min-width:900px){.brand-name{font-size:21px}}.brand-sub{font-family:Poppins,sans-serif;font-weight:600;font-size:11px;letter-spacing:.34em;color:var(--brand-orange)}.primary-nav{display:none}@media(min-width:960px){.primary-nav{display:flex;flex:1;align-items:center;justify-content:center;gap:32px}}.primary-nav a{text-decoration:none;color:var(--brand-navy);font-weight:500;font-size:15px;padding:6px 0;white-space:nowrap;transition:color .15s ease}.primary-nav a:hover,.primary-nav a.active{color:var(--brand-orange)}.header-actions{display:flex;align-items:center;gap:6px;margin-left:auto}@media(min-width:960px){.header-actions{margin-left:0;gap:10px}}.lang-switch{display:inline-flex;align-items:center;gap:4px;color:var(--brand-navy);font-weight:600;font-size:14px;text-transform:uppercase}.book-now-btn{display:none}@media(min-width:720px){.book-now-btn{display:inline-flex;align-items:center;background:var(--brand-orange);color:#fff;border-radius:10px;padding:11px 22px;font-weight:600;font-size:15px;text-decoration:none;transition:background .15s ease;white-space:nowrap}.book-now-btn:hover{background:var(--brand-orange-dark)}}.header-actions .nav-hamburger-btn{display:inline-flex}@media(min-width:960px){.header-actions .nav-hamburger-btn{display:none}}.lp-hero{position:relative;background:var(--brand-navy);color:#fff;overflow:hidden}.lp-hero-bg{position:absolute;inset:0;display:block}.lp-hero-bg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center right}.lp-hero-overlay{position:absolute;inset:0;background:linear-gradient(100deg,#101b33eb,#101b33c7,#101b3359 60%,#101b330d)}.lp-hero-inner{position:relative;max-width:var(--lp-max);margin:0 auto;padding:48px 20px 120px}@media(min-width:900px){.lp-hero-inner{padding:76px 24px 150px}}.lp-eyebrow{font-family:Caveat,cursive;color:#f6a463;font-size:28px;font-weight:700;display:flex;align-items:center;gap:8px;margin-bottom:6px}@media(min-width:900px){.lp-eyebrow{font-size:34px}}.lp-title{font-family:Poppins,sans-serif;font-size:44px;line-height:1.03;font-weight:800;letter-spacing:-.5px;max-width:680px;margin:0 0 16px;color:#fff}@media(min-width:600px){.lp-title{font-size:60px}}@media(min-width:900px){.lp-title{font-size:72px}}.lp-subtitle{font-size:17px;line-height:1.6;color:#e8edf5;max-width:500px;margin:0}@media(min-width:900px){.lp-subtitle{font-size:18px}}.lp-features{display:flex;flex-wrap:wrap;gap:20px 34px;margin-top:28px}.lp-feature{display:flex;align-items:center;gap:12px}.lp-feature .MuiSvgIcon-root{color:var(--brand-orange);font-size:30px}.lp-feature-text strong{display:block;font-size:15px;font-weight:600;color:#fff}.lp-feature-text span{font-size:13px;color:#c6cedb}.lp-search-wrap{max-width:var(--lp-max);margin:-84px auto 0;padding:0 20px;position:relative;z-index:20}@media(min-width:900px){.lp-search-wrap{padding:0 24px}}.lp-search{background:#fff;border-radius:18px;box-shadow:0 30px 60px #0f172a29;overflow:hidden}.lp-search-row{display:flex;flex-direction:column;padding:8px;gap:4px}@media(min-width:900px){.lp-search-row{flex-direction:row;align-items:stretch;gap:0;padding:10px}}.lp-search-field{flex:1;display:flex;align-items:center;gap:12px;padding:12px 16px;border:none;background:transparent;cursor:pointer;text-align:left;width:100%;border-radius:12px;min-height:60px}.lp-search-field:hover{background:#faf9f7}@media(min-width:900px){.lp-search-field{border-radius:0;border-right:1px solid #eef0f3}}.lp-search-field .MuiSvgIcon-root{color:var(--brand-navy);font-size:24px;flex-shrink:0}.lp-field-text{display:flex;flex-direction:column;gap:2px;min-width:0}.lp-field-label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#9aa3b2;font-weight:600}.lp-field-value{font-size:15px;font-weight:600;color:var(--brand-navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-field-chevron{margin-left:auto;color:#9aa3b2!important;font-size:20px!important}.lp-find-btn.MuiButton-root{background:var(--brand-orange);color:#fff;border-radius:12px;margin:4px;padding:0 28px;min-height:60px;font-size:16px;font-weight:600;white-space:nowrap;box-shadow:none}.lp-find-btn.MuiButton-root:hover{background:var(--brand-orange-dark);box-shadow:none}@media(min-width:900px){.lp-find-btn.MuiButton-root{margin:6px}}.lp-trust-row{display:flex;flex-direction:column;border-top:1px solid #eef0f3}@media(min-width:700px){.lp-trust-row{flex-direction:row}}.lp-trust{flex:1;display:flex;align-items:center;gap:12px;padding:16px 22px}.lp-trust .MuiSvgIcon-root{color:var(--brand-navy);opacity:.75;font-size:26px}.lp-trust strong{display:block;font-size:14px;font-weight:600;color:var(--brand-navy)}.lp-trust span{font-size:13px;color:#6b7280}.lp-range-day.MuiPickersDay-root.range-in{background:#fce9d9;border-radius:0}.lp-range-day.MuiPickersDay-root.range-edge{background:var(--brand-orange);color:#fff}.lp-range-day.MuiPickersDay-root.range-edge:hover{background:var(--brand-orange-dark)}.lp-range-popover .MuiPaper-root{border-radius:18px;box-shadow:0 24px 48px #0f172a2e;margin-top:8px}.lp-section{max-width:var(--lp-max);margin:0 auto;padding:48px 20px}@media(min-width:900px){.lp-section{padding:64px 24px}}.lp-section-eyebrow{font-family:Caveat,cursive;color:var(--brand-orange);font-size:26px;font-weight:700}@media(min-width:900px){.lp-section-eyebrow{font-size:28px}}.lp-section-title{font-family:Poppins,sans-serif;font-size:30px;font-weight:800;color:var(--brand-navy);max-width:560px;margin:2px 0 0;line-height:1.1}@media(min-width:900px){.lp-section-title{font-size:40px}}.lp-products{display:grid;grid-template-columns:1fr;gap:20px;margin-top:32px}@media(min-width:600px){.lp-products{grid-template-columns:repeat(2,1fr);gap:24px}}@media(min-width:900px){.lp-products{grid-template-columns:repeat(3,1fr)}}.lp-product-card{position:relative;cursor:pointer;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 12px 30px #0f172a14;text-align:left;border:1px solid #f0f1f4;padding:0;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.lp-product-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px #0f172a24}.lp-product-media{display:block;width:100%;padding:0 0 26px;border:none;background:none;cursor:pointer}.lp-product-img{width:100%;height:210px;object-fit:contain;padding:28px 28px 0;box-sizing:border-box;display:block;background:#fff}.lp-product-img.placeholder{background:linear-gradient(135deg,#e2e8f0,#f8fafc)}.lp-product-body{padding:18px 20px 22px;display:flex;flex-direction:column;gap:6px}.lp-product-body h3{font-size:19px;font-weight:700;color:var(--brand-navy)}.lp-product-desc{font-size:14px;color:#6b7280;line-height:1.5;max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.lp-product-desc p,.lp-product-desc ul,.lp-product-desc ol{margin:0;padding-left:0;list-style-position:inside}.lp-product-desc *{display:inline}.lp-product-rate{margin-top:4px;color:var(--brand-orange);font-weight:700;font-size:15px}.lp-product-book.MuiButton-root{position:absolute;top:10px;right:10px;z-index:2;margin:0;min-width:0;background:var(--brand-orange);color:#fff;border-radius:999px;padding:1px 12px;min-height:0;font-size:10.5px;font-weight:600;line-height:1.3;text-transform:none;box-shadow:0 2px 8px #0f172a33}.lp-product-book.MuiButton-root:hover{background:var(--brand-orange-dark);box-shadow:0 4px 12px #0f172a47}.book-modal-fields{display:flex;flex-direction:column;gap:16px;padding-top:8px}.book-modal-fields .lp-search-field{border:1px solid #d8dce3;border-radius:12px;min-height:56px}.book-modal-fields .lp-search-field:hover{background:#faf9f7}.results-filter-bar{display:flex;flex-direction:column;align-items:stretch;gap:12px}@media(min-width:600px){.results-filter-bar{flex-direction:row;align-items:center}}.filter-pills{display:flex;flex-wrap:wrap;gap:8px;flex:1;min-width:0}.filter-pill{display:inline-flex;align-items:center;gap:6px;border:1px solid #d8dce3;background:#fff;color:var(--brand-navy);border-radius:999px;padding:7px 16px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.filter-pill:hover{border-color:var(--brand-orange)}.filter-pill.active{background:var(--brand-orange);border-color:var(--brand-orange);color:#fff}.filter-pill .MuiSvgIcon-root{font-size:18px;margin-right:-4px}.results-sort{flex-shrink:0}@media(min-width:600px){.results-sort{margin-left:auto}}.stroller-result-days{font-size:12px;color:#94a3b8;font-weight:500}.locations-intro{color:#5b6577;font-size:17px;line-height:1.6;max-width:620px;margin:14px 0 0}.locations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:32px}.location-card{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid #f0f1f4;border-radius:16px;padding:20px;box-shadow:0 8px 24px #0f172a0d}.location-pin{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#fce9d9;color:var(--brand-orange);flex-shrink:0}.location-pin .MuiSvgIcon-root{font-size:24px}.location-card h3{font-size:16px;font-weight:700;color:var(--brand-navy);margin-bottom:4px}.location-card p{font-size:13px;color:#6b7280}.locations-delivery{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:40px;padding:24px;border-radius:18px;background:#f7f8fa;border:1px solid #eef0f3}.locations-delivery>.MuiSvgIcon-root{font-size:36px;color:var(--brand-orange);flex-shrink:0}.locations-delivery-text{flex:1;min-width:220px}.locations-delivery h3{font-size:18px;color:var(--brand-navy);margin-bottom:4px}.locations-delivery p{font-size:14px;color:#5b6577;line-height:1.55}.locations-delivery .MuiButton-root{margin-left:auto}@media(max-width:560px){.locations-delivery .MuiButton-root{margin-left:0;width:100%}}.site-footer{margin-top:auto;background:#fff;border-top:1px solid #eef0f3;padding:0}.footer-inner{max-width:var(--lp-max);margin:0 auto;padding:48px 24px 36px;display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:32px}@media(max-width:900px){.footer-inner{grid-template-columns:1fr 1fr;gap:28px;padding:36px 20px 28px}}@media(max-width:560px){.footer-inner{grid-template-columns:1fr;gap:24px}}.footer-brand-col .brand-link{margin-bottom:14px}.footer-tagline{color:#5b6577;font-size:14px;line-height:1.6;max-width:300px;margin:0 0 18px}.footer-contact{display:flex;flex-direction:column;gap:9px}.footer-contact a{color:var(--brand-navy);text-decoration:none;font-size:14px;width:fit-content;transition:color .15s ease}.footer-contact a:hover{color:var(--brand-orange)}.footer-whatsapp-link{display:inline-flex;align-items:center;gap:6px}.footer-address-link{max-width:240px;line-height:1.4}.footer-nav-group{display:flex;flex-direction:column;gap:11px}.footer-col-title{font-family:Poppins,sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--brand-navy);margin:0 0 4px}.footer-nav-group a{color:#5b6577;text-decoration:none;font-size:14px;width:fit-content;transition:color .15s ease}.footer-nav-group a:hover{color:var(--brand-orange)}.footer-bottom{max-width:var(--lp-max);margin:0 auto;padding:18px 24px 28px;border-top:1px solid #eef0f3;display:flex;justify-content:space-between;align-items:center;gap:8px 24px;flex-wrap:wrap;color:#8a93a3;font-size:13px}.footer-bottom a{color:var(--brand-orange);text-decoration:none}.footer-bottom a:hover{text-decoration:underline}.stroller-rate,.featured-rate{color:var(--brand-orange)}
