.category-filter{display:block}.category-filter__pills{display:flex;flex-wrap:wrap;gap:8px}.category-filter__pill{white-space:nowrap;cursor:pointer;color:#4b4b4b;background:#ddd;border-radius:9999px;border:none;padding:4px 12px;font-weight:500;font-size:12px;line-height:20px}.category-filter__pill:focus{background:var(--primary-color);color:#fff;border:none}.category-filter__pill--active{background:var(--primary-color);color:#fff;border:none}.product-wrapper{width:100%;height:100%}.product-wrapper:hover{box-shadow:0 2px 8px #0000001a;border-radius:0 0 .375rem .375rem;cursor:pointer}.product-wrapper .product-card{width:100%;height:100%}.product-wrapper .product-card .inner-card{border:1px solid var(--profiles-border-ebe-9-f-1, #ebe9f1);border-top:none;border-radius:0 0 .375rem .375rem}.product-wrapper .product-card .inner-card .content-button-container button{font-weight:600;font-size:14px;cursor:pointer;color:var(--primary-color)}.product-wrapper .product-card .inner-card .product-type{color:var(--grey-6-e-6-b-7-b, #6e6b7b);font-size:14px;font-style:normal;font-weight:500;line-height:21px}.product-wrapper .product-card .inner-card .product-category{color:var(--grey-6-e-6-b-7-b, #6e6b7b);font-size:14px;font-style:normal;font-weight:400;line-height:21px}.product-wrapper .product-card .inner-card .product-name{max-width:100%;font-weight:500;font-size:16px;line-height:21px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#4b4b4b}.product-wrapper .product-card img{width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;border-top-left-radius:6px;border-top-right-radius:6px}.scroll-container{width:100%;container-type:inline-size;scrollbar-width:thin;scrollbar-color:#ebe9f1 transparent}.scroll-container::-webkit-scrollbar{height:8px;width:4px;background-color:transparent}.scroll-container::-webkit-scrollbar-track{background:#eee;border-radius:4px}.scroll-container::-webkit-scrollbar-thumb{background-color:transparent;border-radius:4px;border:2px solid #eee}.scroll-container::-webkit-scrollbar-thumb:hover{background-color:transparent}.container-grid{padding:0 8px;display:grid;gap:36px;grid-template-columns:repeat(auto-fill,minmax(16rem,1fr))}@container (max-width: 650px){.container-grid{grid-template-columns:repeat(1,minmax(16rem,1fr))}.container-grid .product-wrapper .product-card{display:flex;flex-direction:row}.container-grid .product-wrapper .product-card img{width:50%;border-top-left-radius:6px;border-bottom-left-radius:6px;border-top-right-radius:0}.container-grid .product-wrapper .product-card .inner-card{border:1px solid var(--profiles-border-ebe-9-f-1, #ebe9f1);border-left:none;border-radius:0 6px 6px 0;width:50%}.container-grid .product-wrapper .product-card .inner-card .content-button-container{padding-bottom:0;height:100%;align-items:end}.container-grid .product-wrapper .product-card .inner-card .content-button-container button{height:40px}}@container (min-width: 850px){.container-grid{grid-template-columns:repeat(3,minmax(16rem,1fr))}}@container (min-width: 1150px){.container-grid{grid-template-columns:repeat(4,minmax(16rem,1fr))}}@container (min-width: 1450px){.container-grid{grid-template-columns:repeat(5,minmax(16rem,1fr))}}@container (min-width: 1750px){.container-grid{grid-template-columns:repeat(6,minmax(16rem,1fr))}}@container (min-width: 2050px){.container-grid{grid-template-columns:repeat(7,minmax(16rem,1fr))}}@container (min-width: 2350px){.container-grid{grid-template-columns:repeat(8,minmax(16rem,1fr))}}.search-container{border-radius:5px;border:1px solid var(--7-border-input, #d8d6de);background:var(--1-theme-color-white, #fff);min-width:320px}.search-container input{width:100%;border:none;background:transparent;font-size:16px;padding:8px;font-weight:400;font-size:14px}.search-container input:focus{outline:none;box-shadow:none;border-color:inherit}.featured-page-container{display:flex;flex-direction:column;gap:24px}.featured-page-container .page-name{color:#4a4a4a;font-size:18px;font-style:normal;font-weight:500;line-height:22px}.featured-page-container .google-map-container{flex:1;width:100%}.featured-page-container .view-map-btn{font-size:14px;cursor:pointer;color:var(--primary-color);font-weight:600}.featured-page-container .content-container{display:flex;flex-direction:row;width:100%;height:calc(100% - 168px);gap:8px}
