/* 
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;
}

/* 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%;
    }
}

/* 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);
}

