form.contact{display:flex;flex-direction:column;gap:20px;width:800px;margin:0 auto;padding:20px;align-self:stretch}form.contact .field{display:flex;flex-direction:column;flex-wrap:wrap;align-items:stretch;gap:10px}form.contact .field label{width:100%}form.contact .field input{flex-grow:1;font-size:large;border-radius:10px;padding:6px}form.contact .field.message{flex-direction:column}form.contact .field textarea{width:100%;border-radius:10px;height:140px;resize:none;padding:6px}form.contact .turn{border-radius:5px;padding:5px}.recipes{background-color:#bf9393;margin:100px auto}.recipes .wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:40px}.recipes .recipe{border-radius:20px;padding:20px;display:flex;flex-direction:column;align-items:center;max-width:calc(100vw - 80px);min-width:300px;min-height:700px;width:500px}.recipes .recipe div{width:100%;background-color:#bf8969;box-sizing:border-box}.recipes .recipe div.title{border-top-left-radius:20px;border-top-right-radius:20px;width:100%;background-color:#a6382e;color:#fff}.recipes .recipe div.tagline{width:100%;padding:20px}.recipes .recipe div.ingredients{box-sizing:border-box;padding:15px;background-color:#bf8969}.recipes .recipe div.ingredients ul{list-style-type:circle}.recipes .recipe div.instructions{border-bottom-left-radius:20px;border-bottom-right-radius:20px;padding:15px;box-sizing:border-box;flex-grow:1}.recipes .snacks{background-color:#bf8969;border-radius:20px;padding:20px;margin:0 20px}.recipes ul{list-style-type:circle}.recipes li{line-height:1.5rem}.recipes ol,.recipes ul{margin:15px;padding:10px;display:flex;flex-direction:column;gap:10px}.cart-anchor .cart{background:#fff;z-index:10;display:flex;flex-direction:column;align-items:stretch;top:60px;right:0;width:500px;position:fixed}@media(max-width: 1250px){.cart-anchor .cart{position:fixed;top:0;left:0;right:0;bottom:0;width:auto}}.cart-anchor .cart .cart-head{display:flex;flex-direction:row;justify-content:space-between;padding:10px;align-items:center;border-bottom:solid 2px #555}.cart-anchor .cart .cart-head span{font-size:large}.cart-anchor .cart .cart-head .cart-close{cursor:pointer;object-fit:contain}.cart-anchor .cart .cart-head .cart-close img{height:40px;filter:invert(100%)}.cart-anchor .cart .cart-totals{display:flex;flex-direction:column;align-items:end;border-top:solid 2px #aaa;padding:10px;gap:6px}.cart-anchor .cart .cart-totals .total{font-size:large;margin-top:5px}.cart-anchor .cart .cart-totals span{display:block}.cart-anchor .cart .cart-totals span span{display:inline-block;text-align:end}.cart-anchor .cart .cart-totals .value{width:120px}.cart-anchor .cart .cart-footer{padding:10px;display:flex;flex-direction:row;justify-content:center}#cart-toggle-container{position:relative}#cart-toggle-container #cart-count{width:24px;height:24px;border-radius:12px;font-size:small;display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#bf8969;position:absolute;top:32px;left:32px;z-index:100;color:#fff;pointer-events:none}.cart-items{display:flex;flex-direction:column;align-items:stretch}.cart-items .item{display:flex;flex-direction:row;align-items:stretch;gap:5px}.cart-items .item>*{display:flex;flex-direction:column;justify-content:center}.cart-items .item>* span{display:block}.cart-items .item:not(:last-child){border-bottom:solid 1px #aaa}.cart-items .item.out-of-stock{position:relative}.cart-items .item.out-of-stock>*{opacity:.2}.cart-items .item.out-of-stock .overlay{opacity:1;font-size:large;font-weight:bold;position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:row;align-items:center;justify-content:center;pointer-events:none}.cart-items .item .quantity{align-items:center;padding:0 10px}.cart-items .item .quantity .up,.cart-items .item .quantity .down{cursor:pointer}.cart-items .item .quantity .up img,.cart-items .item .quantity .down img{height:23px;filter:invert(100%)}.cart-items .item .quantity .number{font-size:large}.cart-items .item .detail{flex-grow:1}.cart-items .item .detail .description{font-size:small;margin-left:20px}.cart-items .item .detail .discount{margin-left:20px;font-size:small}.cart-items .item .price,.cart-items .item .sub-total{width:100px;text-align:center;gap:5px}.cart-items .item .price .strike,.cart-items .item .sub-total .strike{text-decoration:line-through;font-size:small;opacity:.6}.cart-items .item .remove{cursor:pointer}.cart-items .item .remove img{height:25px;filter:invert(100%)}body{font-family:"Host+Grotesk",Arial,Helvetica,sans-serif;font-weight:400;font-style:normal;margin:0;display:flex;flex-direction:column;align-items:stretch;min-height:100vh;background-color:#bf9393}h1,h2,h3,h4{font-family:Delius}h1.spacer{margin-top:100px}a{color:#500}.fi{display:flex;flex-direction:row;gap:10px;justify-content:center}.fd{display:flex;flex-direction:column;gap:10px;justify-content:center}.head{background:#a6382e;position:fixed;top:0;left:0;right:0;z-index:10;height:60px;color:#bf9393}.head .cart-icon{height:40px;margin:10px;cursor:pointer}.next-events{text-decoration:none;min-height:60px;font-family:Delius;width:100%;top:60px;position:absolute;padding:5px;box-sizing:border-box;background:#bf8969;color:#000;text-align:center}.next-events div{font-size:large;margin:6px;font-weight:bold}@media(max-width: 700px){.next-events div{font-size:medium}}.branding>a>img{margin:8px 12px;display:block;height:40px;width:40px;filter:invert(1)}.branding>a{text-decoration:none}.branding>a>h1{display:block;font-size:1.7em;font-weight:100;color:#fff}.nav{background:#a6382e;justify-content:center}.nav a{text-decoration:none;color:#fff;padding:0 10px;display:flex;width:150px;transition:width .5s ease-in-out;align-items:center;justify-content:center}#nav-open{display:none}#nav-toggle{display:none;flex-direction:row;align-items:center;padding:0 10px;cursor:pointer}#nav-open:hover{background:#bf8969}#nav-toggle>img{display:block;height:2em}#nav-dropout{overflow:hidden;position:fixed;left:0;right:0;top:60px;display:none;background-color:#f0f8ff;z-index:9;box-shadow:0 5px 100px rgba(0,0,0,.3333333333)}#nav-dropout>div{display:flex;flex-direction:column;align-items:stretch;gap:2px;background-color:#f0f8ff;overflow:hidden;padding-bottom:2px}#nav-dropout>div>a{display:block;background-color:#fff;padding:15px 30px;text-decoration:none;color:#000}#nav-close{position:absolute;top:10px;right:10px}@media(max-width: 1250px){.nav{display:flex}.nav a{width:100px}}@media(max-width: 1000px){#nav-top{display:none}#nav-toggle{display:flex}}.nav>a:hover{background:#bf8969}.nav>a:hover{color:#fff}.menu-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:50px;padding:20px 0;justify-content:center}.menu-list>a{display:block;position:relative;width:200px;height:160px;box-shadow:0 5px 10px rgba(0,0,0,.3333333333);color:#111}.menu-list>a>img{position:absolute;top:0;left:0;right:0;bottom:0}.menu-list>a>h3{position:absolute;top:0;left:0;right:0;margin:0;padding:10px;text-align:center}.menu-list>a>p{position:absolute;bottom:0;left:0;right:0;padding:10px;margin:0;background-color:rgba(0,0,0,.3333333333);box-sizing:content-box}.footer{padding:50px;background-color:#a6382e;color:#fff;display:flex;flex-direction:row-reverse;flex-wrap:wrap;justify-content:space-around;gap:50px}.footer .foot-section{display:flex;flex-direction:column;gap:10px;min-width:250px}.footer .foot-section.links a{text-decoration:none;color:#fff}.footer .info{color:hsla(0,0%,100%,.6666666667);font-size:.7rem}.footer>.info a{color:hsla(0,0%,100%,.6666666667)}.footer .address{align-items:end}.footer .address .socials{display:flex;flex-direction:column;gap:20px;margin-bottom:10px}.socials>a{text-decoration:none;color:#fff}.footer .address .email{color:#fff;margin-bottom:10px}.footer .address .phone{color:#fff;margin-bottom:10px}.footer .address .line{display:flex;flex-direction:row;gap:10px;align-items:center}.spacer{flex-grow:1}.icon{display:inline-block;height:1em}.cta-button{padding:20px 40px;background-color:#d95964;cursor:pointer;text-decoration:none;color:#fff;font-family:Delius;border:0}.cta-button.fade{opacity:.6}.cta-button:hover{background:#bf8969}.cta-button.alt{background-color:#a6382e}.cta-button.alt:hover{background:#bf8969}.Flight-for-pink-1-hex{color:#d95964}.Flight-for-pink-2-hex{color:#d98ba0}.Flight-for-pink-3-hex{color:#bf8969}.Flight-for-pink-4-hex{color:#a6382e}.Flight-for-pink-5-hex{color:#bf9393}.focus-layout{width:100%;text-align:center;display:flex;flex-direction:column;box-sizing:border-box}.focus-layout>section{box-sizing:border-box;background-color:rgba(255,228,196,.3333333333)}.focus-layout>section.shipping-notice{font-size:large;font-weight:bold;padding:20px;display:flex;flex-direction:column;gap:20px}.focus-layout>section.shipping-notice h3{margin:0}.focus-layout section.splash{height:calc(100vh - 50px);margin-top:50px;width:100%;background-position:top;display:flex;position:relative;flex-direction:column;align-items:center;justify-content:center;background-size:cover;background-image:url(/img/site/spice_spoon.jpg?v=63cc6c29102a);gap:50px}.focus-layout section.splash .fade{background:#020024;background:linear-gradient(90deg, rgb(2, 0, 36) 0%, rgba(233, 175, 175, 0.9) 0%, rgba(233, 175, 175, 0.2637429972) 100%);bottom:0;right:0;left:0;top:0;position:absolute}.focus-layout section.splash .logo{filter:drop-shadow(0px 0px 6px #ffffff);height:80vh;max-width:min(80vw,50vh);aspect-ratio:1/1}.focus-layout section.privacy-policy{padding:40px 300px}@media(max-width: 1000px){.focus-layout section.privacy-policy{padding:20px 40px}}.focus-layout>section.feature{padding:0px;background-color:#bf9393;display:flex;flex-wrap:wrap;flex-direction:row;overflow:hidden}.focus-layout>section.feature.flip{flex-direction:row-reverse}.focus-layout>section.feature>.info>.blog{background-color:#d98ba0;padding:20px;border-radius:20px;display:flex;flex-direction:column;gap:20px;align-items:center}.focus-layout>section.feature>*{flex:1 0 0;min-width:300px;min-height:500px;padding:50px}.focus-layout>section.feature>.image{background-position:center;background-size:cover}.focus-layout>section.feature>.image.bottom{background-position:bottom}.focus-layout>section.feature>.info{box-sizing:content-box;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px}.focus-layout>section.feature>.info .button-row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:30px}@media(min-width: 1800px){.focus-layout>section.feature>.info>*{margin-left:10vw;margin-right:10vw}}.focus-layout>section.image{width:100%;height:700px;background-position:center;background-size:cover}.focus-layout>section.feature>.info>h2{font-size:2em}.menu-layout{display:flex;flex-direction:column;align-items:stretch}.menu-layout>.start{height:400px;background-position:center;position:relative}.menu-layout .overlay{height:400px;padding:30px;background:hsla(0,0%,100%,.6666666667);display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.menu-layout p{max-width:60vw}.menu-layout h1{font-size:3rem}.menu-layout .items{display:flex;flex-direction:column;align-items:center}.menu-layout .item{display:flex;flex-direction:column;align-items:center}ul.markers{margin:0;padding:1rem}ul.markers ::marker{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='14' viewBox='0 0 50 50'%3E%3Cpath d='M46.4 16.2c-2.3-2.3-5.4-3.5-8.4-4.5-.5-.2-1.1-.3-1.6-.5-1.6-1.6-3.7-2.8-6.2-3.2-1-.2-1.9.1-2.5.6-.9-.3-1.8-.6-2.7-.8-3.2-1-6.4-1.8-9.5-.1-1 .5-1.9 1.2-2.7 2-6.4 1.4-11.7 5-12.4 12.7C0 27 1.9 31.5 4.9 34.9c.1.6.2 1.1.4 1.7 1 3.2 3.3 5.7 6.7 6.5 2.7.6 5.4-.2 7.9-1.2 3.3.4 6.7.3 9.9 0 6.5-.7 13.3-2.8 17.1-8.5 3.6-5.2 4-12.6-.5-17.2zm-17.3.9c2.1.4 4 1.7 4.7 3.8 0 .5-.1 1.1-.2 1.6-.3 1.4-.8 2.6-1.6 3.7-.7.2-1.5.1-2.3-.4-.8-.4-1.6-1-2.2-1.6-.4-.4-1.2-1.7-1.6-1.9 3.4 1.3 5.1-3 3.2-5.2zm-11.6 9.7c.2-1.9 1.1-3.9 2.3-5.5-.4 2.1.3 4.2 1.7 6 1.3 1.7 3.1 3.2 5 4.2-.2.1-.4.2-.6.4-.1 0-.1.1-.2.1-3.9.2-8.7-.8-8.2-5.2zm-6.4 3.1c.1.3.1.7.2 1 .2.6.4 1.2.7 1.8-.4-.2-.7-.5-1-.7.1-.8.1-1.4.1-2.1zm31.2-1.3c-.9 1.7-2.1 3.1-3.7 4.1 2-2.1 3.4-4.7 4-7.6.2-.7.3-1.4.3-2.1.6 1.5.5 3.3-.6 5.6z'/%3E%3C/svg%3E") " "}ul.markers li:nth-child(3n)::marker{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='14' viewBox='0 0 50 50'%3E%3Cpath d='M46.5 12.5c-.4-1.1-1.3-1.8-2.2-2-4.2-4-11.6-4.3-17.1-4.1-6.9.3-13.9 2.1-19.4 6.5C2 17.5-2.4 25.7 2.5 32.6c2.2 3.2 5.5 4.9 9 5.5 3.3 1.7 6.7 3.3 10.2 4.4 7.8 2.3 17 1.6 23.2-4.3 7.3-7 4.8-17.3 1.6-25.7zm-20.2 2.7c.6 0 1.3 0 1.8.2 1.1.4 1.7 1.3 2 2.3-1-1.2-2.4-2.1-3.8-2.5zm-1.4 6.6c.9.9 1.3 2.2-.2 2.3-2 .2-1.1-1.9.2-2.3zm-11.8 9.8c-.6-.3-2.9-1.1-3.2-1.8-.2-.5 1.4-3.1 2.1-4.2.3.5.7 1 1.2 1.4 0 .3.1.6.2.8.5 1.9 1.5 3.1 2.9 4h-.2c-.8.1-1.6.1-2.5-.1-.2 0-.3 0-.5-.1zM24 36.4c1.6-.7 3-1.5 4.3-2.5.8.2 1.7.3 2.5.5 2.5.4 5.2.9 7.7.6-.9.6-2 1.1-3 1.4-3.9 1.3-7.7 1-11.5 0z'/%3E%3C/svg%3E") " "}ul.markers li:nth-child(3n-1)::marker{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='14' viewBox='0 0 50 50'%3E%3Cpath d='M48.3 23.7c-1-9.9-9.9-15.6-18.8-17.8-8.2-2.1-18.8-2.6-24.6 4.8C.6 16.2 1 23.6 4.3 29.3c-.5 1-.8 2-1 3-.6 4 2 7.6 5.1 10 5.9 4.4 14 4.2 19.6-.4 1.5 0 2.9-.2 4.4-.5 1.8 0 3.5 0 5.3-.1 2.3-.1 3.5-1.9 3.5-3.7 4.5-3.3 7.7-8.2 7.1-13.9zM9.1 17.8c1.1-4.1 4.9-5.8 8.8-6.1.9-.1 1.9-.1 2.9-.1-3.2 1.6-6.3 4.6-8 7.4-.1.1-.1.2-.2.3-1.1.9-2.1 1.9-3 2.9-.2.2-.4.4-.5.6-.4-1.7-.5-3.3 0-5z'/%3E%3C/svg%3E") " "}.cursive{font-family:Delius,sans-serif}.markets{display:flex;flex-direction:column;gap:40px;margin-bottom:50px}.store-product{max-width:1000px;margin:0 auto;padding:70px;display:flex;flex-direction:column;align-items:center}.store-product .sku{font-size:larger;margin:30px}.store-product .gallery{width:800px}.store-product .gallery .primary{height:800px}.store-product .gallery .primary img{width:100%;object-fit:contain;border-radius:10px;border:solid 3px #a6382e;box-sizing:border-box}.store-product .gallery .image-select{width:100%;height:100px;display:flex;flex-direction:row;justify-content:center;gap:10px}.store-product .gallery .image-select img{object-fit:contain;border-radius:4px;border-top-left-radius:0;border-top-right-radius:0;border:solid 2px #a6382e;border-top:none;cursor:pointer}.store-product .gallery .image-select img.selected{opacity:.5}@media(max-width: 1000px){.store-product{padding:100px 0}.store-product .gallery{width:500px;max-width:80vw}.store-product .gallery .primary{height:500px;max-height:80vw}.store-product .gallery .image-select{height:85px}}section.allergens{padding:30px 200px}@media(max-width: 1000px){section.allergens{padding:30px}}section.allergens h3{margin:10px}.catalog{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:40px;margin:50px}.catalog .item{text-decoration:none;color:#fff;width:300px;height:350px;display:flex;flex-direction:column;align-items:stretch;background-color:#d95964;border:solid 3px #a6382e;border-radius:10px;position:relative;overflow:hidden}.catalog .item .image{width:300px;height:300px;aspect-ratio:1/1;position:relative}.catalog .item .image img{aspect-ratio:1/1;width:300px;object-fit:contain;box-sizing:border-box}.catalog .item .image .no-stock{position:absolute;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.4);display:flex;justify-content:center;align-items:center;color:#333;font-size:large;font-weight:bold}.catalog .item .foot{width:300px;height:50px;display:flex;flex-direction:row;font-size:larger;align-items:center;padding:0 20px;justify-content:space-between;box-sizing:border-box}.catalog .item .spice{position:absolute;top:0;right:0;display:flex;padding:5px;border-bottom-left-radius:10px;background:#a6382e;flex-direction:row}.catalog .item .spice img{width:30px}.checkout{display:flex;flex-direction:column;gap:20px;align-items:center;margin:0 10px}.checkout .cart-items{width:700px;background:#bf8969}@media(max-width: 700px){.checkout .cart-items{width:100%}}.checkout .cart-totals{width:700px;display:flex;flex-direction:column;align-items:end;gap:10px}.checkout .cart-totals .total{font-size:large}.checkout .cart-totals .value{width:200px}@media(max-width: 700px){.checkout .cart-totals{width:100%}}.checkout .checkout-footer{background-color:#fff;width:100%;padding:10px;display:flex;flex-direction:column;align-items:center}.checkout .checkout-footer .content{margin:20px 0px;box-sizing:border-box;color:#000;display:flex;flex-direction:column;align-items:stretch;gap:10px;width:750px;padding:30px 0}.checkout .checkout-footer .content .discount{display:flex;gap:20px;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0 0 30px 0;align-items:center}.checkout .checkout-footer .content .discount input{margin:0}@media(max-width: 1250px){.checkout .checkout-footer .content{width:600px;margin:20px 0px}}@media(max-width: 600px){.checkout .checkout-footer .content{width:100%;margin:20px 0px}}.checkout .discount-error{color:#500;font-weight:bold}.checkout .discount-error:empty{display:none}.co.payment-pending{pointer-events:none;opacity:.7;user-select:none}#order-confirmation-target{display:flex;flex-direction:column;align-items:center;font-size:large}#order-confirmation-target th{background-color:#bf8969;padding:10px;color:#fff}#order-confirmation-target table{border-collapse:collapse;border:1px solid}#order-confirmation-target tr{border:1px solid}#order-confirmation-target td{min-width:150px}.loader{width:48px;height:48px;border:5px solid #fff;border-bottom-color:rgba(0,0,0,0);border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}#order-list{display:flex;flex-direction:column;gap:10px;margin:0 100px}#order-list .order{display:flex;flex-direction:column;border-top:solid 1px #888}#order-list .order .title{display:flex;flex-direction:row;font-size:large}#order-list .order .detail{justify-content:space-between;display:flex;flex-direction:row}#order-list .order .detail .sub{margin:10px;border:solid 1px #888}#order-list .order .detail .sub table{border-collapse:collapse;border:1px solid}#order-list .order .detail .sub table tr{border:1px solid}#order-list .order .detail .sub table td{min-width:150px}span.code{padding:3px;border-radius:3px;background-color:#f7dfe5;font-family:monospace;display:block}.align-mid{display:flex;flex-direction:row;align-items:center}.store-nav-back{width:100%;text-align:left}.store-nav-back a{display:flex;flex-direction:row;align-items:center;text-decoration:none;gap:5px}.store-nav-back a img{rotate:-90deg}