.resto-card{cursor:pointer;box-shadow:0 2px 12px #f0f5ff;border-radius:20px;overflow:hidden;background-color:#fff;max-width:550px}.resto-card-img{width:100%;aspect-ratio:2.2;object-fit:cover;position:relative;padding:24px}.resto-card-badges{height:100%;position:relative;display:flex;flex-direction:column;justify-content:space-between}.resto-card-badges-stack{display:flex;flex-direction:column;gap:8px}.resto-card-badges-stack.bottom{flex-direction:row-reverse;align-items:flex-end;justify-content:space-between}.resto-card-badges-type{height:24px;max-width:max-content;border-radius:8px;background-color:#ce1544}.resto-card-badges-type p{padding:0 12px;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-style:italic;overflow:hidden}.resto-card-badges-city,.resto-card-badges-type.resto-card-badges-experience{background-color:#172941}.resto-card-badges-city{height:24px;border-radius:8px;padding:0 8px}.resto-card-badges-city p{white-space:nowrap;color:#fff;font-style:italic}.resto-card-badges-influencer-welcome{max-width:max-content}.resto-card-badges-influencer-welcome div{background-color:#fff}.resto-card-badges-heart-rating{gap:4px;display:flex}.resto-card-badges-heart-rating .heart-cont,.resto-card-badges-heart-rating .rating-cont{height:24px;display:flex;gap:6px;border-radius:8px;background-color:#fff;justify-content:center;align-items:center;padding:0 8px}.resto-card-content{padding:24px;display:flex;height:150px;flex-direction:column;gap:8px;border-radius:0 0 20px 20px;border:1px solid #ebf0f8;border-top:none}.resto-card-content-infos{display:flex;gap:8px;align-items:center;justify-content:space-between;max-width:100%}.resto-card-content-infos h3{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.resto-card-content-see-more{gap:16px;display:flex;height:100%;align-items:flex-start}.resto-card-content-see-more p{flex:1 1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical}.resto-card-content-see-more :nth-child(2){align-self:flex-end}.resto-card{transition:transform .2s ease-in-out}@media screen and (min-width:900px){.resto-card:hover{transform:translateY(-10px)}}.resto-card:hover h3{color:#ce1544}.search-section-container{display:flex;flex-direction:column;gap:24px;font-family:var(--expose-font);width:min(100% - 128px,1400px);margin:0 auto}@media screen and (min-width:600px)and (max-width:1199px){.search-section-container{width:calc(100% - 64px)}}@media screen and (max-width:599px){.search-section-container{width:calc(100% - 32px)}}.search-section-container{padding-top:96px}@media screen and (min-width:0px)and (max-width:899px){.search-section-container{padding-top:64px}}.search-section-container{padding-bottom:96px}@media screen and (min-width:0px)and (max-width:899px){.search-section-container{padding-bottom:64px}}.search-section-header{text-align:center;width:min(100% - 128px,1400px);margin:0 auto}@media screen and (min-width:600px)and (max-width:1199px){.search-section-header{width:calc(100% - 64px)}}@media screen and (max-width:599px){.search-section-header{width:calc(100% - 32px)}}.search-section-header .search-section-title{margin-bottom:20px}.search-section-header .search-section-title span{text-transform:uppercase}.search-section-header .search-section-title:after{content:"";display:block;width:100%;height:8px;margin:15px 0;background:url(/images/ohmyresto/wave_blue.svg) no-repeat 50%;background-size:contain}@media screen and (max-width:899px){.search-section-header .search-section-title{font-size:2rem}}.search-section{display:flex;flex-direction:column;gap:32px}@media screen and (min-width:900px){.search-section{padding-top:96px}}@media screen and (min-width:900px)and (min-width:0px)and (max-width:899px){.search-section{padding-top:64px}}@media screen and (min-width:900px){.search-section{display:grid;grid-template-columns:1fr 3fr;grid-gap:32px;gap:32px}}.search-section .content{display:flex;flex-direction:column;gap:16px}.search-section .content .sort-section{display:flex;justify-content:flex-end;margin-bottom:16px}.search-section .content .sort-section .sort-dropdown{width:180px}@media screen and (max-width:599px){.search-section .content .sort-section .sort-dropdown{margin-top:24px}}.search-section .content .no-result{flex:1 1;display:flex;justify-content:center;align-items:center;margin-top:20px}.search-section .content .resto-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:32px;gap:32px}@media screen and (max-width:899px){.search-section .content .resto-cards{grid-template-columns:repeat(auto-fill,minmax(270px,1fr))}}.search-section .content .resto-cards .skeleton{height:300px;border-radius:20px;animation:skeleton-loading 1s linear infinite alternate}@keyframes skeleton-loading{0%{background-color:#f9f9f9}to{background-color:#eee}}.search-bar{display:flex;justify-content:space-between;align-items:center;align-self:center;background-color:#fff;border-radius:8px;box-shadow:0 5px 20px rgba(0,0,0,.1);overflow:hidden;padding:16px;gap:15px;width:60%}@media screen and (max-width:899px){.search-bar{width:100%}}.search-bar .sort-dropdown{width:20%}@media screen and (min-width:0px)and (max-width:599px){.search-bar .sort-dropdown{width:100%}}@media screen and (min-width:600px)and (max-width:899px){.search-bar .sort-dropdown{width:40%}}.search-bar .search-bar-input{display:flex;align-items:center;align-content:center;justify-content:space-around;flex-grow:1;padding:16px}.search-bar .search-bar-input,.search-bar .search-bar-input input{width:100%;font-size:16px;border:none;border-radius:8px;color:#4f4f4f;background-color:#f9f9f9}.search-bar .search-bar-input input:focus{outline:none}.search-bar .search-bar-button{width:150px;padding:16px 24px;background-color:#ce1544;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:background-color .3s}.search-bar .search-bar-button:hover{background-color:rgb(159.718061674,16.281938326,52.7224669604)}.filters-cont,.filters-cont .filters{display:flex;flex-direction:column;gap:16px}@media screen and (min-width:900px){.filters-cont .filters{display:flex!important}}.filters-cont .filter-button{display:none}@media screen and (max-width:899px){.filters-cont .filter-button{display:flex}}.filters-cont .filter-button{width:210px;justify-content:center;align-items:center;gap:8px;padding:16px 24px;background-color:#172941;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:background-color .3s}.filters-cont .filter-button:hover{background-color:rgb(159.718061674,16.281938326,52.7224669604)}.filter-group{display:flex;flex-direction:column;border-radius:8px;border:1px solid #bdbdbd}.filter-group .filter-group-title{color:#181818;background-color:#f2f2f2;padding:16px;font-size:18px;border-radius:8px 8px 0 0;border-bottom:1px solid #bdbdbd}.filter-group .filters-container{display:flex;flex-direction:column;gap:10px;padding:16px}.filter-group .filter-group-container{display:flex;flex-direction:column;gap:8px}.filter-group .filter-group-container.stacked{gap:16px}.filter-group .filter-group-container .radio{display:flex;flex-direction:row;gap:0}.filter-group .checkbox-label,.filter-group .radio-label{display:flex;align-items:center;gap:8px;font-size:16px;color:#172941;cursor:pointer}.filter-group .checkbox-label .checkbox-input{width:16px;height:16px;cursor:pointer;accent-color:#ce1544}.filter-group .radio-label{flex-direction:row;justify-content:space-between;background-color:#fff;padding:16px;border:1px solid #bdbdbd;border-radius:8px}.filter-group .radio-label .checkbox-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;margin:0;font:inherit;color:#172941;width:16px;height:16px;border:2px solid #bdbdbd;border-radius:50%;display:grid;place-content:center;cursor:pointer}.filter-group .radio-label .checkbox-input:before{content:"";width:50%;height:50%;border-radius:50%;background-color:#ce1544;transform:scale(0);transition:transform .12s ease-in-out;box-shadow:inset 1em 1em #fff}.filter-group .radio-label .checkbox-input:checked{background-color:#ce1544}.filter-group .radio-label .checkbox-input:checked:before{transform:scale(1)}.filter-group .radio-label img{height:15px;width:15px}.filter-group .radio-label:not(:last-child){border-right:0}.filter-group .radio-label:first-child{border-radius:8px 0 0 8px}.filter-group .radio-label:nth-child(2){border-radius:0}.filter-group .radio-label:last-child{border-radius:0 8px 8px 0}.sort-dropdown{display:flex;position:relative;width:auto}.sort-dropdown .sort-select{width:100%;padding:16px;font-size:16px;font-style:normal;color:#4f4f4f;border:1px solid #bdbdbd;border-radius:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5'%3E%3Cpath fill='%23666' d='M0 0l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:10px;cursor:pointer;transition:border-color .3s}.sort-dropdown .sort-select.active,.sort-dropdown .sort-select:hover{border-color:#ce1544}.sort-dropdown .sort-select:focus{outline:none;border-color:#ce1544}