@charset "UTF-8";.section-heading{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}.section-heading__hgroup{width:fit-content;display:flex;flex-direction:column-reverse;align-items:center;gap:8px}.section-heading__title{font-size:24px;font-weight:700;line-height:100%}@media screen and (min-width:1024px){.section-heading__title{font-size:40px}}.section-heading__sub{font-size:20px;font-weight:500;line-height:100%}@media screen and (min-width:1024px){.section-heading__sub{font-size:24px}}.section-heading__sub.pink{color:#ff4d8d}.section-heading__sub.green{color:#7eddb8}.section-heading__sub.brown{color:#8b4513}.section-heading__desc{text-align:center;font-size:18px;font-weight:500;font-feature-settings:"palt" 1;line-height:150%}@media screen and (min-width:1280px){.section-heading__desc{line-height:100%}}.menu-list{width:100%;display:flex;flex-direction:column;align-items:center;gap:24px}@media screen and (min-width:768px){.menu-list{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}}@media screen and (min-width:1024px){.menu-list{grid-template-columns:repeat(3,1fr);gap:32px}}.menu-item{width:100%;max-width:384px;height:100%;padding:24px 16px;position:relative;display:flex;flex-direction:column-reverse;align-items:center;gap:32px;background-color:#fff;border-radius:16px;border:2px solid #F5D6E0}@media screen and (min-width:1024px){.menu-item{max-width:292px}}@media screen and (min-width:1280px){.menu-item{max-width:384px;border-radius:24px;padding:32px 24px}}.menu-item__content{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px}.menu-item__title{width:auto;font-size:24px;font-weight:700;line-height:100%}.menu-item__desc{width:auto;font-size:16px;font-weight:400;line-height:180%}.menu-item__price{width:auto;color:#ff4d8d;font-size:24px;font-weight:700;line-height:100%}.menu-item__label{width:auto;position:absolute;top:16px;left:16px}.menu-item__label-text{width:auto;padding:4px 12px;display:grid;place-content:center;position:relative;overflow:hidden;border-radius:32px;font-size:16px;font-weight:700;line-height:100%}.menu-item__label-text.popular{color:#fff;background-color:#ff4d8d}.menu-item__label-text.new{color:#3d2d3a;background-color:#ffd966}.menu-item__label-text:before{content:"";width:30px;height:100%;background-color:#fff;animation:shine 3s ease-in-out infinite;position:absolute;top:-180px;left:0;opacity:0;transform:rotate(45deg)}@keyframes shine{0%{transform:scale(0) rotate(45deg);opacity:0}40%{transform:scale(0) rotate(45deg);opacity:0}80%{opacity:.5}to{transform:scale(20) rotate(45deg);opacity:0}}.menu-item__cart-btn{width:auto;padding:8px 24px;cursor:pointer;display:flex;align-items:center;gap:8px;background-color:#7a6b77;border-radius:32px;border:1px solid #3D2D3A;color:#fff;font-size:16px;font-weight:700;line-height:100%;transition:background-color .3s ease}@media(hover:hover){.menu-item__cart-btn:hover{background-color:#3d2d3a}}.menu-item__img{width:100%;max-width:160px;height:100%;max-height:160px;display:grid;place-content:center}.menu-item__svg{width:100%;height:100%;object-fit:cover;filter:drop-shadow(0px 2px 8px rgba(132,117,80,.2))}
