/* 
Theme Name: Future Park Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Future Park Theme is a child theme of Hello Elementor for Future Park.
Author: Yes Web Design Studio
Author URI: https://yeswebdesignstudio.com/
Template: hello-elementor
Version: 1.1.1767930644
Updated: 2026-01-09 03:50:44
Text Domain: yes-web-design-studio
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Force remove buttons with multiple selectors */
.MuiButtonBase-root,
.MuiButton-root,
.MuiIconButton-root,
button[class*="Mui"],
[class*="MuiButton"],
[class*="MuiIconButton"],
[class*="ButtonBase"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  left: -9999px !important;
  width: 0 !important;
  height: 0 !important;
}

/* ==========================================================================
   FUTUREPARK SHOPS GRID STYLES
   ========================================================================== */

/* Main Container */
.futurepark-shops-container {
  margin: 20px 0;
}

/* Header */
.futurepark-shops-header {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.futurepark-all-title {
  font-family: "LINE Seed Sans TH", sans-serif;
  font-size: 28px;
  font-weight: 800;
  margin: 0;
  color: #262626;
}

.futurepark-results-count {
  font-family: "LINE Seed Sans TH", sans-serif;
  font-size: 14px;
  color: #5b5964;
  font-weight: 700;
}

/* Grid Layout */
.futurepark-shops-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 52px;
  padding: 0 !important;
  width: 100% !important;
}

/* Shop Cards */
.futurepark-shop-card {
  padding: 20px 0 !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  color: inherit !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

.futurepark-shop-logo {
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.futurepark-shop-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.futurepark-shop-logo-placeholder {
  font-size: 24px;
  color: #6c757d;
  font-weight: bold;
}

.futurepark-shop-name {
  font-family: "LINE Seed Sans TH", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px;
  line-height: 20px;
  color: #5b5964;
}

.futurepark-shop-meta {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "LINE Seed Sans TH", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #94929e;
}

.futurepark-shop-meta span:not(:last-child):after {
  content: " | ";
  color: #dbdadd;
  margin: 0 8px 0 5px;
  text-align: center;
}

.futurepark-no-shops {
  font-family: "LINE Seed Sans TH", sans-serif;
  text-align: center;
  color: #94929e;
  font-style: italic;
  padding: 40px 20px;
}

/* Filter Styles */
.futurepark-shop-filter {
  margin-bottom: 20px;
}

.filter-controls {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.filter-item {
  position: relative;
}

.filter-item-search {
  flex: 1;
}

.filter-select,
.filter-search {
  padding: 13px 30px 13px 24px !important;
  border: 1px solid #dbdadd !important;
  border-radius: 50px !important;
  background: #f9fafb;
  width: 100%;
  min-width: 160px;
  font-weight: 400;
  font-size: 16px;
  font-family: "LINE Seed Sans TH", sans-serif;
  height: auto;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2300bcd4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6,9 12,15 18,9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 15px;
  color: #5b5964;
  transition: all 0.2s ease;
}

.filter-search {
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%236b7280" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><path d="m21 21-4.35-4.35"></path></svg>');
  background-size: 22px;
  background-position: left 14px center;
  padding-left: 45px !important;
  padding-right: 16px !important;
  width: 100% !important;
  min-width: 200px !important;
}

.filter-select:hover {
  cursor: pointer;
}

.filter-select:focus,
.filter-search:focus {
  outline: none;
  border-color: #06b6d4;
  background-color: white;
}

input#futurepark-search-filter::placeholder {
  color: #dbdadd;
}

/* Load More Button */
.futurepark-load-more-container {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
}

.futurepark-load-more-btn {
  background: transparent;
  color: #13afab;
  border: 1px solid #13afab;
  border-radius: 100px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: "LINE Seed Sans TH", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.futurepark-load-more-btn:hover {
  background: #13afab;
  color: white;
  /*box-shadow: 0 4px 12px rgba(19, 175, 171, 0.3);*/
}

.futurepark-load-more-btn:disabled {
  background: #f5f5f5;
  color: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.futurepark-load-more-btn svg {
  transition: transform 0.3s ease;
}

.futurepark-load-more-btn:hover svg {
  transform: translateY(2px);
}

.fp-archive-wrapper {
  font-family: "LINE Seed Sans TH", sans-serif;
  width: 100%;
}

.fp-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  gap: 20px;
  position: relative;
}

.fp-tabs-inner-wrap {
  display: flex;
  align-items: center;
  flex-grow: 1;
  position: relative;
}

.fp-tab-background-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ddd;
  z-index: 1;
}

.fp-connecting-line {
  height: 1px;
  background-color: #ddd;
  flex-grow: 1;
  margin-left: 15px;
  position: relative;
  z-index: 1;
}

.fp-tabs-row {
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}

.fp-map-directory-link {
  color: #13AFAB;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
  white-space: nowrap;
  z-index: 2;
  padding-left: 15px;
}

.fp-map-directory-link:hover {
  color: #0F7576;
}

.fp-tab-item {

  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  font-weight: 400;
  font-family: "LINE Seed Sans TH", sans-serif;
  font-size: 20px;
  transition: 0.3s;
  line-height: 25px;

  background: #EFEEF0;
  color: #777582;

}

.fp-tab-item.is-th-all {
  font-size: 12px;
}

.fp-tab-item:hover {
  background: #B1BB1C;
  color: #fff;
}

.fp-tab-item.active {
  background: #D7DF3C;
  color: #44424A;
  font-weight: 700;
}

.fp-main-container {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.fp-side-floor {
  width: 168px;
  flex-shrink: 0;
  padding-top: 10px;
}

.fp-active-floor-label {
  display: flex;
  flex-direction: column;
  color: #D7DF3C;
  font-weight: 700;
}

.fp-active-floor-label.is-thai {
  flex-direction: column-reverse;
}

.fp-active-floor-label span {
  display: block;
  font-size: 44px;
  line-height: 56px;
}

.fp-active-floor-label small {
  font-size: 28px;
  color: #44424A;
  font-weight: 700;
  line-height: 35px;
}

.fp-grid-column {
  flex-grow: 1;
}

.fp-ajax-target {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
}

.fp-footer-row {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.fp-load-more-action {
  padding: 13px 16px 13px;
  border-radius: 30px;
  transition: 0.3s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-family: "LINE Seed Sans TH", sans-serif;
  background: transparent;
  border: 1px solid rgb(19, 175, 171);
  color: rgb(19, 175, 171);
  font-size: 16px;
  line-height: 22px;
}

.fp-load-more-action:hover {
  background: rgb(19, 175, 171);
  border-color: rgb(19, 175, 171);
  color: #fff;
}

.fp-load-m @media (max-width: 1024px) {
  .fp-ajax-target {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;

    .fp-side-floor {
      width: 100px;
    }
  }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .futurepark-shops-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 36px;
  }

  .futurepark-shop-card {
    padding: 15px;
  }

  .futurepark-shop-logo {
    width: 75%;
    height: 75%;
    margin-bottom: 12px;
  }

  .futurepark-shop-name {
    font-size: 14px;
  }

  .filter-controls {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-select,
  .filter-search {
    min-width: auto;
    width: 100%;
  }

  .fp-top-row {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
  }

  .fp-tabs-inner-wrap {
    width: 100%;
    justify-content: center;
  }

  .fp-tabs-row {
    gap: 12px;
  }

  .fp-connecting-line,
  .fp-tab-background-line {
    display: none;
  }

  .fp-map-directory-link {
    padding-left: 0;
  }

  .futurepark-shop-logo img {
    border-radius: 16px !important;
  }

  .fp-main-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .fp-side-floor {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }

  .fp-active-floor-label {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
  }

  .fp-active-floor-label.is-thai {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 8px;
    align-items: baseline;
  }

  .fp-active-floor-label span {
    font-size: 36px;
    line-height: 44px;
  }

  .fp-active-floor-label small {
    font-size: 20px;
    line-height: 28px;
  }

  .fp-ajax-target {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
  }

  .fp-footer-row {
    margin-top: 40px;
  }
}