@font-face{font-family:"Exo 2";src:url(/fonts/exo2-light.woff)format("woff");font-weight:300;font-display:swap}@font-face{font-family:"Exo 2";src:url(/fonts/exo2-regular.woff)format("woff");font-weight:400;font-display:swap}@font-face{font-family:"Exo 2";src:url(/fonts/exo2-medium.woff)format("woff");font-weight:500;font-display:swap}:root{--cream:#fff5e8;--green:#406c50;--green-soft:#a8c3b4;--pink:#e18f8f;--font:"Exo 2",Arial,sans-serif;--bg:var(--cream);--paper:var(--cream);--ink:var(--green);--muted:#55745f;--line:color-mix(in srgb,var(--green-soft) 60%,transparent);--rose:color-mix(in srgb,var(--pink) 16%,var(--cream));--cafe-surface:color-mix(in srgb,var(--green-soft) 20%,var(--cream));--error:#9b3e48}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{background:var(--bg);color:var(--ink);font-family:var(--font);margin:0;font-size:15px;font-weight:300;line-height:1.5}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--pink);outline-offset:4px}button{color:inherit}h1,h2,h3,p{margin-top:0}h2{font-family:var(--font);font-size:29px;font-weight:300;line-height:1.2}h3{font-size:17px}small{font-size:12px}.test-banner{text-align:center;background:var(--green);color:#fff;letter-spacing:.03em;padding:8px 20px;font-size:12px}.header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;max-width:1360px;margin:auto;padding:24px 48px;display:flex}.logo{line-height:1;text-decoration:none;display:block}.logo img{object-fit:contain;width:200px;height:100px;display:block}.basket-link{align-items:center;gap:15px;text-decoration:none;display:flex}.basket-link span{background:var(--cafe-surface);border-radius:50%;padding:6px 12px;font-size:13px}.shell{max-width:1360px;margin:auto;padding:0 48px}.intro{justify-content:space-between;align-items:center;gap:24px;min-height:310px;padding:48px 0 36px;display:flex}.eyebrow{letter-spacing:.17em;margin-bottom:14px;font-size:10px;font-weight:500}.intro h1{font-family:var(--font);letter-spacing:0;margin-bottom:20px;font-size:clamp(36px,4.2vw,59px);font-weight:300;line-height:1.12}.intro h1 span{color:var(--pink)}.intro-copy{color:var(--muted);margin:0;font-size:15px}.intro-art{justify-content:center;align-items:center;width:350px;height:230px;margin-right:40px;display:flex}.branch-panel{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:22px 0;display:flex}.branch-panel .eyebrow{color:var(--muted);margin-bottom:3px;display:block}.branch-select select{color:var(--ink);background:0 0;border:0;max-width:100%;padding:7px 30px 7px 0;font-size:19px;font-weight:500}.branch-panel p{color:var(--muted);margin:3px 0 0;font-size:13px}.branch-note{text-align:right;line-height:1.7}.branch-note strong{color:var(--ink);font-weight:400}.demo-note{color:var(--muted);margin:13px 0 0;font-size:12px}.content-layout{grid-template-columns:minmax(0,1fr) 350px;align-items:start;gap:44px;margin-top:40px;display:grid}.section-heading{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:22px;display:flex}.section-heading h2{margin:0}.section-heading>span{white-space:nowrap;color:var(--muted);font-size:12px}.categories{flex-wrap:wrap;gap:8px;margin-bottom:25px;display:flex}.categories button{border:1px solid var(--line);background:0 0;border-radius:30px;padding:9px 17px;font-size:13px}.categories button[aria-pressed=true]{background:var(--green);color:#fff;border-color:var(--green)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:23px;display:grid}.product{background:var(--paper);border:1px solid var(--line);border-radius:5px;flex-direction:column;display:flex;overflow:hidden}.product-open{background:0 0;border:0;width:100%;padding:0;display:block}.picture{aspect-ratio:1.28;background:var(--cafe-surface);position:relative;overflow:hidden}.picture.flowers{background:var(--rose)}.picture img{object-fit:cover;width:100%;height:100%;display:block}.placeholder{height:100%;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.placeholder small{letter-spacing:.06em;margin-top:16px;font-size:10px}.product-body{flex-direction:column;flex:1;padding:18px;display:flex}.product-category{color:var(--muted);letter-spacing:.04em;margin-bottom:9px;font-size:10px}.product-title{text-align:left;font-family:var(--font);background:0 0;border:0;margin-bottom:10px;padding:0;font-size:23px;line-height:1.2}.product-description{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:18px;font-size:12px;display:-webkit-box;overflow:hidden}.product-bottom{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.product-bottom strong{font-size:17px;font-weight:500}.add-button{background:var(--green);color:#fff;border:0;border-radius:50%;width:39px;height:39px;font-size:25px;line-height:1}.basket{background:var(--paper);border:1px solid var(--line);border-radius:5px;padding:25px;scroll-margin-top:20px}.basket h2{font-size:25px}.empty-basket{text-align:center;padding:38px 0 42px}.empty-basket>span{font:300 38px var(--font);color:var(--green-soft);margin-bottom:20px;display:block}.empty-basket h3{font:300 21px var(--font)}.empty-basket p{color:var(--muted);font-size:13px}.cart-group{border-top:1px solid var(--line);padding:20px 0 0}.cart-group h3{margin-bottom:3px}.muted{color:var(--muted);font-size:12px}.cart-line{border-bottom:1px solid var(--line);padding:12px 0 17px}.cart-line strong{font-size:13px;font-weight:500}.cart-line small{color:var(--muted);margin-top:2px;display:block}.cart-line-bottom{justify-content:space-between;align-items:center;gap:10px;margin-top:10px;display:flex}.quantity{border:1px solid var(--line);border-radius:6px;align-items:center;display:flex;overflow:hidden}.quantity button{background:var(--bg);border:0;width:34px;height:34px;font-size:18px}.quantity span{padding:0 8px;font-size:13px}.remove{background:0 0;border:0;width:34px;height:34px;font-size:23px}.total{justify-content:space-between;margin:23px 0 12px;font-size:16px;display:flex}.fine-print{color:var(--muted);margin:8px 0 15px;font-size:11px;line-height:1.65}.order-form{border-top:1px solid var(--line);margin-top:22px;padding-top:22px}fieldset{border:0;min-width:0;margin:0;padding:0}legend{margin-bottom:15px;font-size:16px;font-weight:500}.fulfillment{gap:15px;margin-bottom:18px;display:flex}.fulfillment label{cursor:pointer;align-items:center;gap:7px;font-size:13px;display:flex}input[type=radio],input[type=checkbox]{accent-color:var(--green);flex-shrink:0;width:17px;height:17px}.field{flex-direction:column;gap:7px;margin:15px 0;font-size:12px;display:flex}.field input,.field textarea{background:var(--cream);border:1px solid var(--green-soft);width:100%;color:var(--ink);border-radius:5px;padding:11px 12px;font-size:14px}.field input::placeholder,.field textarea::placeholder{color:var(--muted);font-size:12px}.field textarea{resize:vertical}.consent{align-items:flex-start;gap:8px;margin:18px 0;font-size:11px;line-height:1.6;display:flex}.consent input{margin:3px 0 0}.submit,.secondary{border-radius:6px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 16px;font-size:14px;display:flex}.submit{color:#fff;background:var(--green);border:1px solid var(--green)}.secondary{border:1px solid var(--green);background:0 0;justify-content:center}.notice{background:var(--rose);color:var(--green);border-radius:5px;margin:16px 0;padding:15px;font-size:13px}.notice ul{padding-left:16px}.text-button{color:inherit;font-size:inherit;background:0 0;border:0;padding:4px;text-decoration:underline}.flower-note,.pickup-address{background:var(--cafe-surface);border-radius:5px;padding:12px;font-size:12px;line-height:1.7}.error-text{color:var(--error)!important}.invalid{border-left:3px solid var(--error);padding-left:9px}[aria-invalid=true]{border-color:var(--error)!important}.receipt p{font-size:13px}.receipt h3{font:300 25px var(--font);line-height:1.3}.success-mark{color:var(--green);margin-bottom:15px;font-size:25px}.receipt ul{padding:0;list-style:none}.receipt li{border-bottom:1px solid var(--line);padding:10px 0;font-size:12px}.receipt li strong{display:block}footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;margin-top:55px;padding:50px 0 30px;display:flex}footer .logo{line-height:1;text-decoration:none;display:block}footer p,footer a{color:var(--muted);margin:0;font-size:11px}.mobile-basket{display:none}.product-dialog{border:1px solid var(--line);background:var(--paper);width:calc(100% - 32px);max-width:480px;max-height:90dvh;color:var(--ink);border-radius:5px;padding:0}.product-dialog::backdrop{background:#243f30c2}.dialog-close{background:var(--paper);z-index:2;border:0;border-radius:50%;width:40px;height:40px;font-size:24px;position:absolute;top:12px;right:12px}.dialog-body{padding:26px}.dialog-body>p{white-space:pre-line}.dialog-body .submit{margin-top:24px}.gallery-controls{gap:5px;display:flex;position:absolute;bottom:10px;left:10px}.gallery-controls button{background:var(--paper);border:1px solid var(--line);border-radius:50%;width:32px;height:32px}.gallery-controls button[aria-pressed=true]{background:var(--green);color:#fff}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.legal{max-width:800px;margin:auto;padding:50px 24px}.legal h1{font:300 38px var(--font);margin-top:35px}.legal p{margin:22px 0}@media (min-width:1400px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.shell,.header{max-width:1460px}.content-layout{gap:40px}}@media (max-width:1050px){.shell,.header{padding-left:28px;padding-right:28px}.content-layout{grid-template-columns:minmax(0,1fr) 320px;gap:24px}.intro-art{width:280px;margin-right:5px}.basket{padding:20px}.section-heading h2{font-size:25px}}@media (max-width:760px){body{padding-bottom:75px}.header{padding:20px}.shell{padding:0 20px}.logo{line-height:1;text-decoration:none;display:block}.intro{min-height:0;padding:35px 0}.intro h1{font-size:39px}.intro-copy{font-size:13px}.intro-art{flex-shrink:0;width:115px;height:170px;margin:0}.eyebrow{font-size:8px}.branch-panel{padding:17px 0;display:block}.branch-note{text-align:left!important;margin-top:12px!important}.branch-note br{display:none}.branch-select select{font-size:18px}.content-layout{flex-direction:column;gap:30px;margin-top:28px;display:flex}.catalog,.basket{width:100%}.section-heading{margin-bottom:18px}.section-heading h2{font-size:26px}.categories{gap:6px}.categories button{padding:8px 13px;font-size:12px}.product-grid{gap:12px}.product-body{padding:13px}.product-title{font-size:21px}.product-description{font-size:11px}.product-category{font-size:9px}.product-bottom strong{font-size:15px}.picture{aspect-ratio:1.05}.placeholder small{font-size:8px}.add-button{width:36px;height:36px}.basket{padding:22px}.mobile-basket{background:var(--green);color:#fff;z-index:5;border-radius:8px;justify-content:space-between;padding:15px 20px;font-size:14px;text-decoration:none;display:flex;position:fixed;bottom:14px;left:20px;right:20px;box-shadow:0 4px 20px #406c5026}.mobile-basket strong{font-weight:500}footer{flex-wrap:wrap;margin-top:30px;padding-top:30px}.product-dialog .picture{aspect-ratio:1.4}.test-banner{padding:7px 12px;font-size:10px}.receipt li{font-size:14px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.brand-illustration{object-fit:contain;width:100%;height:100%}.header{padding-top:12px;padding-bottom:12px}.product-title{font-weight:400}.product-description{font-size:13px;line-height:1.55}.product-category{font-size:11px}.eyebrow{letter-spacing:.12em;font-weight:400}.placeholder small{letter-spacing:.03em;margin:0;font-size:12px}.fine-print,.consent{font-size:12px}.field input::placeholder,.field textarea::placeholder{font-size:13px}.categories button,.submit,.secondary,.add-button,.basket-link{transition:background-color .2s,color .2s,border-color .2s}.categories button:hover:not([aria-pressed=true]){background:var(--cafe-surface)}.submit:hover:not(:disabled),.add-button:hover:not(:disabled){background:#31583f}.secondary:hover:not(:disabled){background:var(--cafe-surface)}.product-title:hover,.basket-link:hover{color:#31583f}footer{border-top-color:var(--pink)}footer .logo img{object-fit:contain;width:140px;height:85px}footer a:hover{color:#9b5961}footer a:focus-visible{outline-color:var(--pink)}@media (max-width:760px){.logo img{width:170px;height:85px}.intro h1{font-size:36px}.intro-art{width:115px;height:150px}.product-title{font-size:21px}.product-description{font-size:12px}.product-category{font-size:10px}.placeholder small{font-size:11px}.eyebrow{font-size:10px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.product-title{overflow-wrap:anywhere}
