#store-list-resource{
	width: 100%!important;
	display: none;
}
/* ===== Design Tokens ===== */
:root{
 --bg: #f7f8f8;
 --card: #ffffff;
 --text: #0b0b0c;
 --muted: #5f6368;
 --line: #e9eaec;
 --primary: #111; /* button fill */
 --primary-fore: #fff; /* button text */
 --accent: #0f62fe; /* focus ring */
 --verified: #111; /* badge icon */
 --radius-xl: 24px;
 --radius-lg: 18px;
 --shadow-lg: 0 18px 50px rgba(0,0,0,.12);
 --shadow-sm: 0 6px 20px rgba(0,0,0,.08);
}
/* Optional dark mode */
@media (prefers-color-scheme: dark) {
	:root{
 --bg: #0c0c0d;
 --card: #151517;
 --text: #f5f5f5;
 --muted: #9aa0a6;
 --line: #26272b;
 --primary: #f5f5f5;
 --primary-fore: #0c0c0d;
 --verified: #f5f5f5;
 --shadow-lg: 0 20px 50px rgba(0,0,0,.35);
 --shadow-sm: 0 10px 30px rgba(0,0,0,.26);
 }
}
/* ===== Section Head ===== */
.stores{
 padding: unset;
 float: left;
 width: 50%;
 padding: 10px;
}
.stores__head{
 max-width: 1100px;
 margin: 0 auto 1.5rem;
 text-align: center;
}
.stores__head h2{
 font-size: clamp(1.8rem, 4vw, 2.6rem);
 font-weight: 750;
 letter-spacing: -.015em;
 color: var(--text);
 margin: 0 0 .5rem 0;
}
.stores__head p{
 color: var(--muted);
 margin: 0;
}
/* ===== Controls ===== */
.stores__controls{
 margin: 1.75rem auto 0;
 display: grid;
 gap: .75rem;
 grid-template-columns: 1fr minmax(180px, 220px);
 max-width: 820px;
}
.input-pill,
.select-pill{
 background: var(--card);
 border: 1px solid var(--line);
 border-radius: 999px;
 padding: .8rem 1.1rem;
 display: flex;
 align-items: center;gap: .6rem;
 box-shadow: var(--shadow-sm);
}
.input-pill svg{
 width: 20px;height: 20px;fill: var(--muted);
}
.input-pill input{
 border: none; outline: none; background: transparent;
 color: var(--text); width: 100%;
 font-size: 1rem;
}
.select-pill{
 appearance: none;
 font-size: .95rem;
 color: var(--text);
 background-image:
 linear-gradient(45deg, transparent 50%, var(--muted) 50%),
 linear-gradient(135deg, var(--muted) 50%, transparent 50%),
 linear-gradient(to right, transparent, transparent);
 background-position:
 calc(100% - 18px) center,
 calc(100% - 13px) center,
 100% 0;
 background-size: 6px 6px, 6px 6px, 2.5em 2.5em;
 background-repeat: no-repeat;
 padding-right: 2.25rem;
 outline:none;
 margin-top: 60px;

}
/* ===== Grid ===== */
.store-list{
 list-style: none;margin: 2rem auto 0; padding: 0;
 max-width: 1200px;
 display: grid;
 gap: 1.25rem;
 grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
 height: 500px;
}
/* ===== Card ===== */
.store-card{
 background: none;
 border-radius: var(--radius-xl);
 overflow: hidden;
 display: grid;
 grid-template-rows: 260px auto;
}
.store-card__media img{
 width: 100%; height: 100%; object-fit: cover;
 display: block;
}
.store-card__body{
 padding: 1.1rem 1.2rem 1.25rem;
}
.store-card__title{
 font-weight: 730; font-size: 1.15rem; margin: 0;
 display: flex; align-items: center; gap: .55rem;
 color: #fff;
}
.badge-verified{
 display: inline-flex; align-items: center; gap: .4rem;
 font-size: .8rem; color: #fff;
 padding: .25rem .55rem;
 border: 1px solid var(--line);
 border-radius: 999px;
 background: color-mix(in srgb, var(--verified) 4%, transparent);
}
.icon-verified{ width: 16px; height: 16px; }
/* Meta */
.store-card__meta{ margin-top: .7rem; display: grid; gap: .35rem; }
.meta-row{
 display: flex; align-items: center; gap: .55rem;
 color: #fff; font-size: .95rem;
}
.meta-ico{ width:18px;height:18px; fill: #fff; flex: 0 0 18px; }
.meta-link{ color: inherit; text-decoration: none; }
.meta-link:hover{ text-decoration: underline; }
address{ font-style: normal; }
/* Rating with partial stars */
.rating{ align-items: center; gap: .6rem; }
.rating .rating__text{ color: var(--muted); }
@media (max-width: 1000px) {
	.store-card__actions{
		margin-top: 30px;
	}
	.rating{
		width: 395px!important;
	}
	
}
.container{
	max-width: unset!important;
	margin: 20px auto!important;
}
.store-search-area{
	margin-top: -160px !important;
	position:relative;
	height:auto;
	width: 100%;
	display: inline-block;
	
}
.bg-dark{
	background-color:none!important;
}
.bg-dark.py-5.banner-top{
	background: none!important;
}
@media (max-width: 730px) {
	.stores{
	 padding: unset;
	 float: left;
	 width: 100%;
	}
}


:root {

--bg: #000000;
--panel: #0b0b0d;
--panel-2: #111114;
--border: rgba(255, 255, 255, 0.08);
--border-soft: rgba(255, 255, 255, 0.05);
--text: #ffffff;
--muted: rgba(255, 255, 255, 0.62);
--muted-2: rgba(255, 255, 255, 0.42);
--pill: #17171c;
--white-btn: #f4f4f4;
--white-btn-text: #111111;
--radius-xl: 28px;
--radius-lg: 22px;
--radius-md: 16px;
--radius-sm: 12px;
}

.topbar {
width: 100%;
border-bottom: 1px solid var(--border-soft);
background: rgba(0, 0, 0, 0.92);
position: sticky;
top: 0;
z-index: 20;
backdrop-filter: blur(18px);
}

.topbar-inner {
max-width: 1280px;
margin: 0 auto;
padding: 22px 32px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
}

.nav-left,
.nav-right {
display: flex;
align-items: center;
gap: 28px;
}

.logo {
font-weight: 700;

font-size: 24px;
letter-spacing: -0.03em;
opacity: 0.9;
}

.nav-links {
display: flex;
gap: 24px;
}

.nav-links a,
.nav-right a {
color: var(--muted);
font-size: 16px;
transition: 0.2s ease;
}

.nav-links a:hover,
.nav-right a:hover,
.nav-links a.active {

color: var(--text);
}

.order-btn {
background: var(--white-btn);
color: var(--white-btn-text);
padding: 12px 20px;
border-radius: 999px;
font-weight: 600;
font-size: 15px;
border: none;
cursor: pointer;
}

.page {
max-width: 1280px;
margin: 0 auto;
padding: 34px 32px 60px;
}

.toolbar {
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 34px;
flex-wrap: wrap;
}

.searchbar {
	width: 100%;
  height: 350px;
  position: absolute;
  padding-left: 50%;
}

.searchbar .icon {
font-size: 20px;
  opacity: .8;
  position: relative;
  z-index: 999999;
  top: -35px;
  left: 95%;
  display: none;
}

.searchbar input {
flex: 1;
background: transparent;
border: none;
outline: none;
font-size: 16px;
color: rgba(0, 0, 0, 0.75);
font-weight: 300;
}

.searchbar input::placeholder {
color: rgba(0, 0, 0, 0.35);
}

.view-toggle {
min-height: 50px;
border-radius: 999px;
background: rgba(255, 255, 255, .9);
border: 1px solid var(--border);
color: #9aa0a6;
padding: 0 22px;
display: flex;
align-items: center;
gap: 10px;
float: left;
position: relative;
  z-index: 99;
  margin-left: 10px;
}

.view-toggle {
padding: 3px;
gap: 6px;
}

.view-toggle button {
border: none;
background: transparent;
color: var(--muted);
padding: 12px 18px;
border-radius: 999px;
cursor: pointer;
font-size: 14px;
font-weight: 600;
transition: 0.2s ease;
}

.view-toggle button.active {
background: #ffffff;
color: #111111;
}

.section-head {
display: flex;
justify-content: space-between;
align-items: end;
gap: 20px;
margin-bottom: 20px;
}

.section-head h1 {
font-size: 34px;
line-height: 1.05;
letter-spacing: -0.04em;
font-weight: 700;
}

.section-head p {
color: var(--muted);
font-size: 15px;
max-width: 520px;
}

.stores-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0,
1fr));
gap: 24px;
}

.store-card {
background: linear-gradient(180deg,
#0b0b0d, #09090b);
border: 1px solid var(--border);
border-radius: 28px;
overflow: hidden;
transition: transform 0.2s ease,
border-color 0.2s ease;
}

.store-card:hover {
transform: translateY(-2px);
border-color: rgba(255, 255, 255, 0.14);

}

.store-image {
width: 100%;
height: 260px;
object-fit: cover;
display: block;
}

.store-body {
padding: 22px 22px 20px;
}

.store-top {
display: flex;
justify-content: space-between;
align-items: start;
gap: 16px;
margin-bottom: 10px;
}

.store-title-wrap h2 {
font-size: 30px;
letter-spacing: -0.03em;
line-height: 1.05;
margin-bottom: 8px;
}

.store-sub {
color: var(--muted);
font-size: 15px;
}

.verified-badge {
white-space: nowrap;
background: var(--pill);
border: 1px solid var(--border);
color: #fff;
padding: 10px 14px;
border-radius: 999px;

font-size: 14px;
font-weight: 600;
}

.store-desc {
color: var(--muted);
font-size: 15px;
margin: 14px 0 18px;
max-width: 95%;
}

.store-meta {
display: grid;
grid-template-columns: 1fr;
gap: 12px;
margin-bottom: 20px;
}

.meta-item {
display: flex;

align-items: center;
gap: 12px;
color: #f2f2f2;
font-size: 15px;
}

.meta-item span:first-child {
width: 20px;
text-align: center;
color: var(--muted);
flex-shrink: 0;
}

.store-actions {
display: flex;
gap: 12px;
flex-wrap: wrap;
}

.btn-primary,

.btn-secondary {
min-height: 48px;
border-radius: 999px;
padding: 0 18px;
font-weight: 600;
font-size: 15px;
cursor: pointer;
transition: 0.2s ease;
}

.btn-primary {
border: none;
background: #ffffff;
color: #111111;
}

.btn-secondary {
border: 1px solid var(--border);
background: #111114;
color: #ffffff;

}

.btn-primary:hover,
.btn-secondary:hover {
transform: translateY(-1px);
}

@media (max-width: 1024px) {
.stores-grid {
grid-template-columns: 1fr;
}

.section-head {
align-items: start;
flex-direction: column;
}
}

@media (max-width: 768px) {
.topbar-inner,

.page {
padding-left: 18px;
padding-right: 18px;
}

.nav-links {
display: none;
}

.toolbar {
gap: 12px;
}

.searchbar {
height: 200px;
    position: absolute;
    padding-left: 0px;
    width: 90%;
    margin-left: 5%;
  }


.view-toggle {
min-height: 54px;

}

.store-image {
height: 220px;
}

.store-title-wrap h2 {
font-size: 24px;
}

.store-top {
flex-direction: column;
align-items: start;
}
.thecup-container{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
}
.form-keyword{
	float: left;
	top: 0px;
	position: absolute;
	margin-left: -360px   !important;
}
@media (max-width: 1040px) {
	.form-keyword {
	  float: left;
	  top: 0px;
	  position: absolute;
	  margin-left: 0% !important;
	  width: 100%!important;
		max-width: 100%!important;
	}
}
@media (max-width: 1350px) {
	.view-toggle{
		float: right;
		margin-top: 10px;
		clear: both;
	}
	.form-keyword{
		top: 0px;
	}
	.netliva-switch
	{
		left: 0px!important;
	}
}
}
@media (max-width: 1060px) {
	.view-toggle{
		position: relative;
		top: 80px;
	}
}
@media (max-width: 1350px) {
	.chips{
		width: 900px!important;
		margin-left: -150px!important;
	}
	.chips-wrapper{
		position: relative;
		margin-top: 12px;
		z-index: 9;
		top: 60px!important;
		overflow: scroll;
		width: 350px;
		height: 50px;
	}
	
}


.chips-wrapper {
  position: absolute;
  margin-top: 12px;
  z-index: 9;
  top: 50px;
  width: 100%;
  float: left;
  left: 0px;
  text-align: center;
}

/* FADE RIGHT EDGE */
.chips-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to left, #f2f2f7, transparent);
  pointer-events: none;
}

/* SCROLLABLE CHIPS */
.chips {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  width: 900px;
  left: 50%;
  position: relative;
  margin-left: -450px;
}

.chips::-webkit-scrollbar {
  display: none;
}

/* CHIP STYLE */
.chip {
  flex: 0 0 auto;
  border: none;
  padding: 8px 14px;
  border-radius: 20px;
  background: rgba(255,255,255,0.85);
  font-size: 13px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.25s ease;
  scroll-snap-align: start;
  float: left;
  color: #000;
  
}

.chip.active {
  background: black;
  color: white;
}
.chip.active:hover{
	color: white;
}
.chip:hover {
  transform: scale(1.05);
  color: #000;
}