#backdrop {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.12);
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 1000;
}

#backdrop.show {
    display: flex;
    justify-content: center;
    align-items: center;
}

#backdrop .dialog {
    min-width: 280px;
    background-color: white;
    border: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 16px;
    gap: 16px;
}

.white-text {
    color: white;
}

.grey-text {
    color: #333333;
}

.dialog .title {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: #191C32;
}

.dialog .numbers {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

.numbers .dialog-phone-number {
    font-size: 14px;
    line-height: 18px;
    color: #6561E8;
}

.around-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    white-space: nowrap;
    position: fixed;
    top: 76px;
    z-index: 9;
    isolation: isolate;
    width: 100%;
    overflow-x: scroll;
    gap: 28px;
    padding: 22px 24px 18px;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    background: #FFFFFF;
}

#react-around-search-results {
    background: #F6F6FB;
}

.result-container {
    width: 75%;
    max-width: 90%;
    margin: 0 auto 136px;
}

.result-container.breadcrumb {
    padding-top: 176px;
    margin-bottom: 20px;
    min-height: max-content;
    font-family: Poppins, sans-serif;
}

.result-container .quick-filters {
    top: 116px !important;
}

.around-navigation .around-category {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: max-content;
    gap: 10px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #767676;
    text-decoration: none;
}

.around-navigation .around-category:last-child {
  margin-right: 16px;
}

@media (hover: hover) {
    .around-category:hover {
        color: #6561E8;
        font-weight: 500;
    }
}

.touch-device .around-category:hover {
    color: #767676;
    font-weight: 500;
}

.around-category.active {
    color: #6561E8;
    font-weight: 500;
    padding-bottom: 18px;
    border-bottom: 2px solid #6561E8;
    margin-bottom: -18px;
}

@media (min-width: 800px) {
    .around-category.active {
        min-width: 90px;
    }
}

.widget-result-container {
    max-width: 90%;
    margin: 16px auto;
    min-height: 80vh;
}

.result-container .no-results {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
}

.no-results .no-result-logo {
    width: 40%;
    min-width: 196px;
    min-height: 196px;
    max-width: 350px;
}

.no-result-logo .no-results-found-icon {
    max-width: 100%;
    max-height: 100%;
}

.no-results .no-results-text {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    color: #333;
}

.no-results .no-results-message {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #A0A0A0;
}

.no-results-message .no-result-link {
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: 600;
    padding: 0.4em 0.6em;
    border-radius: 0.4em;
    color: white;
    background-color: #E92675;
    display: block;
    max-width: max-content;
}

/* Quick Filters CSS */
.result-container .quick-filters {
    position: fixed;
    top: 142px !important;
    left: 0;
    padding: 24px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    z-index: 8;
    font-family: Poppins, sans-serif;
    overflow: scroll;
}

.result-container .quick-filters .quick-filters-sub-container {
    display: flex;
    gap: 12px;
    overflow: scroll;
}

.result-container .quick-filters .quick-filters-sub-container > span:first-child {
    margin-left: 24px;
}

.result-container .quick-filters .quick-filters-sub-container > span:last-child {
  margin-right: 24px;
}

.quick-filters>* {
    cursor: pointer;
}

.quick-filters .m-filter,
.quick-filters .q-filter {
    display: flex;
    min-width: max-content;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #5C5C5C;
    font-size: 12px;
    line-height: 16px;
    padding: 6px;
    font-weight: 400;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
}

.m-filter .m-filter-selection-count {
    padding: 2px;
    background-color: white;
    color: #6561E8;
    font-weight: 600;
    border-radius: 2px;
}

.m-filter .filter-logo,
.q-filter.sort .filter-logo {
    filter: brightness(0) saturate(100%) invert(36%) sepia(0%) saturate(3058%) hue-rotate(313deg) brightness(99%) contrast(95%);
}

.m-filter .dropdown-logo {
    width: 16px;
    height: 16px;
}

.q-filter .filter-logo {
    width: max-content;
    height: 24px;
}

.q-filter.disable {
    opacity: 0.4;
    pointer-events: none;
}

.q-filter.specialIcon {
    min-width: 64px;
    justify-content: flex-start;
}

.q-filter.active,
.m-filter.active,
.q-filter.sort {
    background-color: #EBEBFF66;
    color: #6561E8;
    font-weight: 500;
    border: 1px solid #6561E8;
    order: -1;;
}

/* RESULTS CSS */
.store-results .result-loader {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.store-results .store-heading {
    font-size: 36px;
    line-height: 100%;
    padding: 20px 0;
    color: #000000;
    font-family: Poppin, sans-serif;
    font-weight: 600;
}

.store-heading .sub-heading {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    font-size: 24px;
    line-height: 36px;
    color: #6561E8;
    font-weight: 500;
    text-decoration: underline;
}

.sub-heading .link-icon {
    height: 24px;
    width: 24px;
    padding: 4px 2px 2px 4px;
    position: relative;
    filter: invert(51%) sepia(77%) saturate(6031%) hue-rotate(230deg) brightness(99%) contrast(83%);
}

.sub-heading .link-icon path {
    stroke: #6561E8 !important;
}

.auto-detect-holder .auto-detect .detect-logo {
    width: 40px;
    height: 40px;
}

.store-results .store-result-container {
    display: grid;
    margin: auto;
    grid-template-columns: repeat(auto-fill, minmax(324px, 1fr));
    padding: 12px 0;
    gap: 20px;
}

.store-result-container .store {
    background-color: white;
    border-radius: 24px;
    width: 100%;
    max-width: 500px;
    height: 100%;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.store-result-container .store:hover {
    transform: scale(1.05);
}

.store .store-header {
    font-family: Poppins, sans-serif;
    width: 100%;
    display: flex;
    gap: 8px;
    
    /* position: absolute; */
    /* bottom: 0; */
    z-index: 1;
    font-weight: 600;
    cursor: pointer;
}

.store-header .merchant-logo-holder {
    width: 76px;
    height: 76px;
    min-width: 76px;
    min-height: 76px;
    border: 1px solid #E8E8E8;
    background-color: white;
    border-radius: 24px;
    position: relative;
}

.merchant-logo-holder .merchant-logo {
    max-width: 100%;
    max-height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.home_delivery_tag {
    position: absolute;
    left: 12px;
    bottom: 8px;
    max-width: 100%;
}

.store-header .basic-info {
    flex-basis: 100%;
    min-width: 0;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.basic-info .left-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.basic-info .right-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 4px;
    gap: 8px;
}

.basic-info .merchant-name {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.merchant-name > span {
    overflow: hidden;
    display: flex;
}

.basic-info .merchant-name a {
    color: #2E2E2E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store-header .merchant-address-details {
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
}

.basic-info .right-section .call-cta-small {
    background-color: transparent;
    color: #5C5C5C;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    padding-right: 0;
}

.call-cta-small .call-icon {
    filter: brightness(0) saturate(100%) invert(36%) sepia(0%) saturate(3058%) hue-rotate(313deg) brightness(99%) contrast(95%);
    margin-right: 3px;
    height: 12px;
    width: 12px;
}

.merchant-name>a {
    color: #191C32;
}

.basic-info .merchant-subcategory {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #333333;
    cursor: auto;
}
.basic-info .merchant-location {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #333333;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.merchant-location .center-dot {
    font-weight: 900;
    font-size: 16px;
}

.merchant-location > span {
    display: inline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.basic-info > p {
    margin-top: 4px;
}

.basic-info .save-percent {
    font-size: 16px;
    line-height: 18px;
    color: white;
    font-weight: 600;
    width: max-content;
    text-align: center;
    padding: 0.25em 0.6em;
    background: #6561E8;
    border: 1px solid #6561E8;
    border-radius: 16px;
    margin-top: 8px;
    cursor: auto;
}

.merchant-location .timingsHolder {
    display: inline-block;
}


.merchant-rating-holder .merchant-rating {
    display: flex;
    gap: 2px;
    align-items: center;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    padding: 0 4px;
    border-radius: 4px;
    color: white;
}

.cover-image-holder .m-ads-active {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
}

.save-percent-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #6561E8;
    color: #FFFFFF;
    width: 44px;
    box-sizing: content-box;
    padding: 4px 16px;
    font-weight: 600;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 16px;
}

.save-label {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
}

.save-value {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
}


.merchant-rating .rating-star {
    height: 10px;
    width: 10px;
}

.store .store-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
    padding: 0 12px 4px;
}

.store-info .general-details {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.timingsHolder .nearMeTimingText {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
}

.timingsHolder .nearMeTimingText .showMoreArrow {
    width: 14px;
    height: 14px;
}

.nearMeTimingText .timingRange {
    color: #191C32;
}

.nearMeTimingText.open {
    color: #333333;
    font-weight: 400;
}

.nearMeTimingText.close {
    color: red;
}

.store-info .available-services {
    display: flex;
    gap: 12px;
}

.store .photo-link {
    display: block;
    height: 100%;
}

.store .cover-image-holder {
    width: 100%;
    max-width: 100%;
    height: 202px;
    max-height: 202px;
    border: 1px solid #E8E8E8;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    overflow: hidden;
    background: #E8E8E8;
}

.cover-image-holder .cover-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.cover-image-holder .photos-count {
    position: absolute;
    background-color: white;
    padding: 4px 8px;
    font-size: 16px;
    line-height: 20px;
    color: black;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.available-services .photo-link {
    display: block;
}

.available-services .tags {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 100%;
}

.tags .tag {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    color: #333333;
    display: flex;
    align-items: center;
    max-width: 100%;
    gap: 4px;
}

.tag .tag-title {
    min-width: max-content;
}

.tag .tag-content {
    font-size: 14px;
    line-height: 1.25em;
    flex-basis: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    margin-right: -12px;
}

.tag .tag-content > a:last-child {
    margin-right: 12px;
}

.tag-content .hyper-link {
    border-radius: 8px;
    background-color: white;
    font-size: 12px;
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    min-width: max-content;
    gap: 0.25em;
    margin-right: 2px;
    color: #6561E8;
    border: 0.5px solid #6561E8;
    cursor: pointer;
    padding: 0.25em 0.75em;
}

.hyper-link .hyper-link-icon {
    height: 1em;
}

.tag .view-more {
    color: #6D6BED;
    font-size: 12px;
    line-height: 1.25em;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 6px;
}

.store .store-review {
    padding: 16px;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    margin-top: 10px;
}

.store-review .store-review-user {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.store-review-user .user-name {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.store-review-user .review-date {
    font-size: 12px;
    line-height: 16px;
    color: #8E8E95;
}

.store-review .store-review-content {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-top: 4px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.store-review-content .review-see-more {
    color: #EF1C74;
    font-weight: 600;
}

.store .actionables {
    width: 100%;
    display: flex;
    gap: 16px;
}

.actionables:empty {
    border: none;
    display: none;
}

.actionables .actionable {
    flex-basis: 100%;
    display: block;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 600;
    color: rgba(0, 0, 0, .54);
    border: none;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    background-color: white;
}

.actionables .actionable:nth-child(1) {
    background: #FFFFFF;
    border: 1px solid #EF1C74;
    border-radius: 10px;
    color: #EF1C74;
}

.actionables .actionable:only-child,
.actionables .actionable:nth-child(2) {
    color: white;
    background: #E92675;
    border-radius: 10px;
}


.fullscreen-loader,
.dialog-holder {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.12);
    z-index: 100;
    cursor: auto;
}

.dialog-holder.closed {
    display: none;
}

.dialog-holder .dialog-body {
    width: 100%;
    max-width: 450px;
    background: white;
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    z-index: 100;
    max-height: 400px;
    min-height: 400px;
    position: relative;
    font-family: Poppins, sans-serif;
}

.dialog-body .filter-dialog-header,
.dialog-body .sort-dialog-header {
    display: flex;
    align-items: center;
    padding: 16px;
    justify-content: space-between;
    box-shadow: rgba(55, 62, 125, 0.08) 0 5px 12px;
}

.filter-dialog-header .right-holder {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 32px;
}

.right-holder .text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: rgb(51, 51, 51);
}

.filter-dialog-header .clear-filter-text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-align: right;
    color: rgb(236, 60, 60);
}

.dialog-body .filters {
    display: grid;
    grid-template-columns: 1fr 2fr;
    flex-grow: 1;
    overflow: hidden;
}

.filters .filterNames {
    background: rgba(224, 224, 224, 0.25);
    overflow: scroll;
}

.filterNames .filter-name {
    padding: 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    background: transparent;
    border: 0.01px solid rgb(232, 232, 232);
    cursor: pointer;
}

.filter-name.selected {
    color: rgb(101, 97, 232);
    font-weight: 600;
    background: white;
    border-right: 0;
}

.filters .filter-options {
    background-color: white;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    gap: 6px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

.filter-options>label:last-child {
    margin-bottom: 50px;
}

.filter-options .filter-search {
    position: sticky;
    top: 0;
    width: 100%;
    padding: 4px;
    background-color: white;
    z-index: 2;
}

.filter-search>input[type="text"] {
    width: 100%;
    border: 1px solid #A0A0A0;
    border-radius: 10px;
    caret-color: #6561E8;
    padding: 10px 14px;
}

.filter-options .MuiFormControlLabel-label {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}

.filter-options .MuiSvgIcon-fontSizeSmall {
    font-size: 18px;
}

.filter-options .PrivateSwitchBase-root-1 {
    padding: 4px;
}

.filter-options .MuiCheckbox-colorSecondary.Mui-checked {
    color: rgb(101, 97, 232);
}

.dialog-body .MuiCheckbox-colorSecondary.Mui-checked:hover {
    background-color: rgba(101, 197, 232, 0.04);
}

.filter-options .MuiFormControlLabel-root {
    margin: 0;
}

.filter-options .range-message {
    font-size: 14px;
    line-height: 18px;
    color: #A0A0A0;
}

.filter-options .current-values {
    font-size: 16px;
    line-height: 20px;
    color: #191C32;
    font-weight: 500;
}

.filter-options .slider-holder {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 6px;
}

.slider-holder .MuiSlider-root {
    color: #6561E8;
}

.slider-holder .MuiSlider-thumb {
    background-color: white;
    border: 1px solid;
}

.slider-holder .min-max-labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    color: #A0A0A0;
}

.dialog-body .dialog-footer {
    position: sticky;
    top: 0;
    padding: 16px;
    width: 100%;
    border-radius: 24px 24px 0 0;
}

.dialog-footer .apply-filters {
    width: 100%;
    background: linear-gradient(46.38deg, #6D6BED 20.46%, #8F8BF2 52.47%, #DBD0FE 110.16%);
    box-shadow: 0 3px 0 #8E8CFE;
    border-radius: 8px;
    border: 0;
    font-size: 16px;
    line-height: 20px;
    color: white;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    font-family: Poppins, sans-serif;
}

.dialog-body .sort-dialog-header {
    padding: 24px 16px;
}

.sort-dialog-header .heading {
    font-size: 16px;
    line-height: 16px;
    color: #333;
    font-weight: 600;
}

.dialog-body .filter-dialog-header {
    border-radius: 26px;
}

.dialog-body .sort-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
}

.filter-options .MuiRadio-colorSecondary.Mui-checked,
.sort-options .MuiRadio-colorSecondary.Mui-checked {
    color: #6561E8;
}

.sort-options .sort-option {
    display: flex;
    align-items: center;
}

.sort-option .sort-input {
    appearance: none;
    height: 38px;
    width: 38px;
    position: relative;
    margin: 0;
}

.sort-input::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    border: 2px solid #666;
}

.sort-input:checked::before {
    border-color: #6561E8;
}

.sort-input:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: calc(50% - 8px);
    width: calc(50% - 8px);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    background-color: #6561E8;
}

.sort-option .sort-name {
    font-size: 1rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
}

@media (min-width: 800px) {
    .dialog-body.filter {
        min-height: 500px;
        font-family: Poppins, sans-serif;
    }
}

#location-widget-react {
    font-family: Poppins, sans-serif;
    background: #F6F6FB;
}

#location-widget-react .change-location {
    background-color: #FFFFFF;
    width: 75%;
    max-width: 100%;
    margin: auto;
    border-radius: 12px;
    padding: 12px;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}

.change-location .locality {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    font-weight: 600;
    cursor: pointer;
}

.change-location .click-here-locality {
    color: #6561e8;
    font-weight: 500;
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    cursor: pointer;
}

.locality .pin {
    height: 1em;
}

.change-location .input-field {
    background-color: white;
    display: flex;
    margin-top: 10px;
    cursor: pointer;
    overflow: hidden;
    gap: 22px;
}

.input-field .dummy-input {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    padding: 12px;
    line-height: 24px;
    color: #5C5C5C;
    font-weight: 400;
    background: #F7F7F7;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
}

.dummy-input .search-logo {
    height: 16px;
    filter: invert(40%) sepia(2%) saturate(30%) hue-rotate(332deg) brightness(79%) contrast(76%);
}

.input-field .auto-detect-holder {
    min-width: max-content;
    align-self: center;
}

.auto-detect-holder .auto-detect {
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    padding: 0;
    border: none;
    color: #333;
    font-weight: 600;
    cursor: pointer;
    transition: all 100ms;
}

.auto-detect-holder .auto-detect:hover {
    background-color: #e8e8e8;
}

.auto-detect-holder .auto-detect:active {
    transform: translate(-0.6px, -0.6px);
}

@media (max-width: 1000px) {
    .store-results .store-heading {
        font-size: 30px;
    }

    .store-heading .sub-heading {
        font-size: 20px;
        line-height: 30px;
    }

    .around-navigation {
        justify-content: flex-start;
        padding-left: 24px;
    }
    .result-container {
        width: 90%;
        max-width: 100%;
    }

    #location-widget-react .change-location {
        width: 90%;
        max-width: 100%;
    }

    .store-results .store-result-container {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 20px;
    }

    .store-result-container .store {
        max-width: 450px;
        height: 100%;
        border: 1px solid #E8E8E8;
    }
}

@media (max-width: 800px) {
    .around-navigation {
        top: 124px;
        justify-content: flex-start;
        padding: 12px 0 12px 16px;
    }

    .result-container {
        width: 100%;
        max-width: 100%;
        padding: 20px 16px;
    }

    .result-container.breadcrumb {
        display: none;
    }

    .result-container .quick-filters {
        top: 162px !important;
    }

    .dialog-holder .dialog-body {
        max-width: 360px;
        min-height: 500px;
        max-height: 500px;
    }

    .result-container .quick-filters {
        border-radius: 0;
        justify-content: flex-start;
        top: 122px;
        padding: 20px 0;
    }

    .result-container .quick-filters .quick-filters-sub-container > span:first-child {
        margin-left: 16px;
    }
    
    .store-results .store-result-container {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 16px;
    }
    .store-results .store-heading {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        padding: 0;
    }

    .store-result-container .store {
        border-radius: 16px;
        max-width: 370px;
        height: 100%;
        border: 1px solid #E8E8E8;
    }

    .store .cover-image-holder {
        max-height: 160px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    .store-review .store-review-content {
        line-height: 16px;
    }

    .store .actionables {
        margin-top: 10px;
    }

    .basic-info .merchant-name {
        font-size: 14px;
        line-height: 20px;
    }

    .basic-info .save-percent {
        font-size: 14px;
        line-height: 16px;
    }

    .basic-info .merchant-subcategory {
        font-size: 14px;
        margin-top: 4px;
    }

    .timingsHolder .nearMeTimingText {
        font-size: 12px;
        line-height: 16px;
    }

    .available-services .tags {
        gap: 8px;
    }

    .tag .tag-content,
    .tag-content .clickable {
        font-size: 12px;
    }

    .around-navigation .around-category {
        font-size: 14px;
        line-height: 20px;
    }

    .around-navigation .around-category.active {
        padding-bottom: 12px;
        margin-bottom: -12px;
    }

    .store-heading .sub-heading {
        font-size: 14px;
        line-height: 20px;
    }

    .around-navigation .around-category.all-active {
        min-width: 64px;
    }

    .no-results-message .no-result-link {
        font-size: 1.2em;
    }

    .sub-heading .link-icon {
        padding: 4px;
    }

    .auto-detect-holder .auto-detect .detect-logo {
        height: 24px;
        width: 24px;
    }

    #location-widget-react {
        margin-top: 194px;
        padding: 0 16px;
    }

    #location-widget-react .change-location {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .change-location {
        font-size: 16px;
        line-height: 20px;
    }

    .input-field .dummy-input {
        font-size: 14px;
        line-height: 20px;
        padding: 9px;
    }
}

a[data-type="dropdown_navigation"] .MuiButtonBase-root {
    display: flex;
    padding: 6px 16px;
    justify-content: flex-start;
}

/* SEO CONTENT */
.seo-description-holder {
    width: 90%;
    margin: auto;
}

.seo-description-holder .content {
    background: #eceef4;
    padding: 20px;
    border-radius: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}

.content p {
    margin: 10px 0;
    color: rgba(0, 0, 0, .54);
    font-weight: normal;
    line-height: 22px;
}

.content p:empty {
    margin: 0;
    padding: 0;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: rgba(0, 0, 0, .87);
    margin: 20px 0 0;
}

.content p:has(br) {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.content p:has(strong) {
    color: rgba(0, 0, 0, .87);
    font-weight: bold;
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .store-results .store-result-container {
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
        gap: 16px;
    }

    .store-result-container .store {
        border-radius: 16px;
        max-width: 400px;
        height: 100%;
        border: 1px solid #E8E8E8;
    }
}