.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:after{content:"";display:block;width:100%;height:8px;margin:15px 0;background:url(/_next/static/media/wave_blue.6cb0118d.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:#a01035}.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:#0a111b}.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}