.dokan-seller-wrap.glowy-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.8em;
    padding: 0 2vw 2vw 2vw;
    list-style: none;
}
.tenko-store-main-content {
  background: #000 !important;
  width: 100%;
  min-height: 10vh;
  margin: 0;
  padding: 0;
}

.tenko-header-bg {
  width: 100%;
  background: #000;
  height: 22vh;
  position: relative;
  z-index: 1;
}

.dokan-store-card.glowy-card {
    background: #000;
    border-radius: 0em;
    box-shadow: none !important;
    overflow: hidden;
    min-height: 360px;
    height: 360px;
    transition: transform 0.3s;
    border: 1.5px solid #262525;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
}
.dokan-store-card.glowy-card:hover {
    box-shadow: none !important;
    transform: translateY(-8px) scale(1.025);
}
.store-card-link {
    position: absolute;
    left: 0; top: 0; width: 100%; height: 100%;
    z-index: 99;
    text-indent: -999em;
}
.store-card-horizontal {
    display: flex;
    width: 100%;
    height: 220px;
    min-height: 0;
}
.store-card-top-left {
    flex: 3 1 0;
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    height: 220px;
    overflow: hidden;
}
.store-banner-bg {
    width: 100%;
    height: 100%;
    min-height: 0;
    background-size: cover;
    background-position: center;
    border-radius: 0;
    display: block;
    position: absolute;
    left: 0; top: 0;
    z-index: 1;
}
.store-profile-pic-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.store-profile-pic {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: none !important;
    background: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.store-profile-pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.store-card-right {
    flex: 2 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 34px;
    height: 220px;
}
.store-card-montage {
    position: relative;
    width: 200px;
    height: 220px;
    margin-top: 0;
    background: linear-gradient(120deg, #262525 0%, #fff0 100%);
    border-radius: 0;
    box-shadow: none !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.store-montage-img,
.store-montage-placeholder {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(.47,1.64,.41,.8);
    border-radius: 0;
}
.store-montage-img.active { opacity: 1; z-index: 2; }
.store-montage-placeholder { opacity: 1; display: flex; align-items: center; justify-content: center; color: #fff9; font-size: 1.2em; }
/* Bottom segment: name and bio */
.store-card-bottom {
    flex: 0 0 1;
    width: 100%;
    background: #fff !important;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
    padding: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: calc(100% - 220px);
    position: relative;
    z-index: 2;
}
.store-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 8px;
    margin-right: 18px;
    margin-top: -12px;
    max-width: 99%;
    width: 99%;
}
.store-card-title {
    font-size: 1.7em;
    font-weight: 700;
    color: #000 !important;
    text-shadow: none !important;
    margin: 0 0 0.18em 0;
    display: flex;
    align-items: center;
    gap: 0.5em;
    letter-spacing: 0.01em;
    line-height: 1.1;
    margin-top: 12px;
    max-width: 100%;
    word-break: break-word;
}
.store-bio {
    color: #000 !important;
    font-size: 1.08em;
    margin-top: 2px;
    margin-bottom: 0;
    max-width: 98%;
    word-break: break-word;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -8px;
    white-space: pre-line;
    min-height: 18px;
}

/* HIDE ALL DOKAN DEFAULT CONTROLS */
#dokan-store-listing-filter-wrap,
#dokan-store-listing-filter-form-wrap,
.dokan-store-listing-area,
.dokan-store-listing-filter,
.dokan-store-listing-search,
.dokan-store-lists-filter-area,
.dokan-store-list-filter,
.dokan-btn-theme,
.dokan-store-filter-button,
.dokan-store-listing-top,
.dokan-store-listing-bottom {
    display: none !important;
}

/* GLOWY CONTROLS - custom row for search & sort */
.glowy-controls {
    display: flex;
    align-items: center;
    gap: 1.2em;
    margin-bottom: 2.5em;
    padding: 1.1em 2em;
    border-radius: 0;
    background: #262525;
    box-shadow: none !important;
    flex-wrap: wrap;
}
.dokan-store-search-form {
    display: flex;
    align-items: center;
    gap: 0.8em;
    flex: 1 1 0;
    margin: 0;
}
.glowy-search-input {
    background: #000;
    border: 2px solid #262525;
    border-radius: 2em;
    color: #fff;
    font-size: 1.1em;
    padding: 0.75em 1.1em;
    outline: none;
    width: 18em;
    box-shadow: none !important;
    transition: border 0.2s;
}
.glowy-search-input:focus {
    border: 2px solid #262525;
    box-shadow: none !important;
}
.glowy-search-btn {
    background: #fff;
    border: none;
    border-radius: 2em;
    color: #fff;
    font-size: 1.3em;
    padding: 0.55em 1em;
    margin-left: -2.1em;
    cursor: pointer;
    box-shadow: none !important;
    transition: background 0.15s, color 0.15s;
}
.glowy-search-btn:hover {
    background: #000000;
    color: #fff;
}
#stores_orderby {
    margin-left: 1.6em;
}
.glowy-sort-select {
    background: #000;
    border: 2px solid #262525;
    color: #fff;
    border-radius: 2em;
    padding: 0.4em 1.1em 0.4em 1.1em;
    font-size: 0.97em;
    box-shadow: none !important;
    transition: border 0.2s;
    min-width: 135px;
    max-width: 170px;
    height: 2.2em;
}
.glowy-sort-select:focus {
    border: 2px solid #262525;
    box-shadow: none !important;
}
.glowy-controls label[for="stores_orderby"] {
    margin-left: 1.1em;
    margin-right: 0.5em;
    color: #fff;
    font-weight: 600;
    font-size: 0.99em;
    letter-spacing: 0.01em;
    white-space: nowrap;
    vertical-align: middle;
}
.glowy-showing {
    color: #fff;
    font-size: 1.08em;
    margin-left: auto;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-shadow: none !important;
    white-space: nowrap;
}
#background-video {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -100;
  pointer-events: none;
  min-width: 100vw;
  min-height: 100vh;
  background: #000;
}
body {
  background: transparent !important;
}

/* ===================== MOBILE ONLY BELOW ===================== */
@media (max-width: 600px) {
  .entry-content.is-layout-constrained {
    margin-top: -5vh !important;
    padding-top: 0 !important;
  }

  .glowy-controls {
    margin-top: 0.2em !important;
    margin-bottom: 0.4em;
    padding: 0.4em 0.6em;
    width: 96vw;
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0em;
    box-sizing: border-box;
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.3em;
  }
  .glowy-controls form {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.3em;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .glowy-search-input {
    flex: 2 1 0;
    min-width: 0;
    max-width: 100%;
    font-size: 1em;
    padding: 0.35em 0.7em;
    border-radius: 0em;
    border: 1px solid #262525;
    background: #000;
    color: #fff !important;
    box-sizing: border-box;
    box-shadow: none !important;
  }
  .glowy-search-btn {
    flex: 0 0 auto;
    font-size: 1em;
    padding: 0.35em 0.7em;
    border-radius: 0em;
    background: #000000 !important;
    color: #fff !important;
    border: none;
    margin-left: 0.1em;
    margin-right: 0.2em;
    transition: background 0.15s;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .glowy-controls label[for="stores_orderby"] {
    margin-left: 0.12em;
    margin-right: 0.1em;
    font-size: 0.91em;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    padding: 0;
  }
  .glowy-sort-select {
    font-size: 0.89em;
    padding: 0.28em 0.5em 0.28em 0.5em;
    border-radius: 0;
    border: 1px solid #262525;
    background: #000;
    color: #fff;
    flex: 1.7 1 0;
    min-width: 0;
    max-width: 68vw;
    margin-left: 0;
    margin-right: 0.4em;
    text-align: left;
    box-shadow: none !important;
  }
  .glowy-sort-select option {
    font-size: 0.89em;
    text-align: left;
  }
  .glowy-showing {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 0.2em;
    color: #fff;
    font-size: 0.97em;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    letter-spacing: 0.01em;
    text-shadow: none !important;
  }
  .store-listing-content {
    margin-top: 0.1em;
  }
  .dokan-seller-wrap.glowy-list {
    grid-template-columns: 1fr;
    gap: 2em;
    padding: 0 0.2em 2em 0.2em;
    scroll-snap-type: y mandatory;
    overflow-y: auto;
    max-height: 100vh;
  }
  .dokan-store-card.glowy-card {
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    overflow: hidden;
    margin: 0;
    scroll-snap-align: start;
    position: relative;
    box-shadow: none !important;
  }
  .store-card-horizontal {
    flex-direction: column;
    height: auto;
    padding: 0;
    background: none;
    display: block;
  }
  .store-card-top-left {
    width: 100%;
    height: 15vh;
    background: none;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    z-index: 31;
  }
  .store-banner-bg {
    width: 100%;
    height: 26vw;
    min-height: 80px;
    max-height: 120px;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 0 0;
    position: relative; /* stays in normal flow */
    z-index: 31;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    display: block;
  }
  .store-profile-pic-wrap {
    position: absolute;
    left: 50%;
    top: calc(26vw / 2);
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    z-index: 32;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    margin: 0;
    pointer-events: auto;
  }
  .store-profile-pic {
    width: 80px;
    height: 80px;
    border: 4px solid #fff;
    box-shadow: none !important;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .store-card-title {
    margin-top: 0.06em !important;
    margin-bottom: 0.04em !important;
    font-size: 1.08em !important;
    justify-content: center;
    text-align: center;
    line-height: 1.1;
    color: #000 !important;
    text-shadow: none !important;
  }
  .store-card-bottom {
    background: #fff !important;
    border-radius: 0 0 0 0;
    padding: 0 0 0.25em 0;
    position: relative;
    z-index: 20;
    height: 14vh !important;
    min-height: 14vh !important;
    max-height: 16vh !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .store-info {
    margin: 6px 12px 0 12px !important;
    padding: 0 !important;
    max-width: 98%;
    width: 98%;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 35;
  }
  .store-bio {
    margin-top: 0.08em !important;
    font-size: 0.89em !important;
    text-align: center;
    color: #000 !important;
    text-shadow: none !important;
    max-height: 22px !important;
    overflow: hidden;
  }
  .store-card-right {
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    margin: 11vh auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    min-height: 0;
    height: 35vh;
    background: none;
    z-index: 1;
    position: relative;
  }
  .store-card-right > .store-card-montage {
    width: 92vw;
    max-width: 98vw;
    margin-left: 3vw;
    margin-right: 1vw;
    margin-top: -10vh;
    margin-bottom: 0.8em;
    border-radius: 0 0 1em 1em;
    box-shadow: none !important;
    position: relative;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    height: 54.45vh;
    min-height: 49.45vh;
  }
  .store-montage-img,
  .store-montage-placeholder {
    width: 100%;
    height: 49.45vh;
    object-fit: cover;
    position: absolute;
    left: 0; top: 0;
    border-radius: 0 0 1em 1em;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(.47,1.64,.41,.8);
    z-index: 1;
    box-shadow: none !important;
  }
  .store-montage-img.active { opacity: 1; z-index: 2; }
  .store-montage-placeholder { opacity: 1; display: flex; align-items: center; justify-content: center; color: #fff9; font-size: 1.2em; z-index: 1; text-shadow: none !important; }
  html,
  body {
    overscroll-behavior-y: none;
    max-width: 100vw;
  }
}