/* Main container */
#wpsl-wrap.wpsl-custom-template {
    background-color: #000000;
    color: #ffffff;
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 85vh;
}

#wpsl-wrap.wpsl-custom-template h1,h2,h3,h4,h5,h6 {
    font-family: "Bebas Neue", Sans-serif;
    font-weight: 700;
    letter-spacing: .75px;
    line-height: .9;
}

#wpsl-wrap.wpsl-custom-template p {
    font-family: "Systemia", Sans-serif;
}

/* Header elements */
.wpsl-header-subtitle {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Systemia', serif;
}

.wpsl-header-title {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 0;
}

/* Main container layout */
.wpsl-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 700px;
}

/* Sidebar (search + results) */
.wpsl-sidebar {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

/* Search form */
.wpsl-search-wrapper {
    width: 100%;
    padding: 40px 60px 20px 60px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.wpsl-search {
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 0px !important;
}

/* Find nearby button */
#wpsl-search-wrap .wpsl-input {
    display: flex;
    width: 100%;
    gap: 1.875rem;
}

.wpsl-input label {
    background-color: #ffffff;
    color: #000000;
    padding: 15px 20px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
    cursor: pointer;
}

#wpsl-search-wrap input {
    border-radius: 0;
}

#wpsl-search-wrap .wpsl-input label {
    display: flex;
    align-items: center;
}

.search-btn {
    margin: 0!important;
    flex: 1 0 auto;
}

.location-icon {
    margin-left: 6px;
    display: flex;
}

.location-icon svg {
    height: 18px;
    width: 18px;
}

/* Search input */
#wpsl-search-input {
    padding: 15px;
    border: none;
    background-color: #222222;
    color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    flex: 1 1 auto;
}

#wpsl-search-wrap .wpsl-select-wrap {
    display: flex;
    width: 100%;
}

/* Radius slider */
.wpsl-radius-wrapper {
    margin: 20px 0 0 0!important;
    width: 100%;
}

.wpsl-radius-wrapper p {
    margin: 0 0 10px 0;
}

#wpsl-radius-slider {
    width: 100%;
    accent-color: #ffffff;
}

/* Search button - hidden */
.wpsl-search-btn-wrap {
    display: none;
}

/* Results list */
.wpsl-store-list {
    height: 500px!important;
}

#wpsl-result-list {
    flex: 1;
    padding: 40px 60px;
    overflow-y: auto;
    width: 100%;
    background-color: #0F0F0F;
}

#wpsl-result-list p {
    padding: 0;
}

.result-header {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

.result-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Map container */
#wpsl-gmap-container {
    width: 50%;
    position: relative;
}

#wpsl-gmap {
    width: 100% !important;
    height: 100% !important;
    min-height: 700px !important;
}

/* Store listings */
#wpsl-stores ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#wpsl-stores li {
    padding: 20px 0;
    border-bottom: 1px solid #333;
}

/* Store name */
.wpsl-store-location {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    gap: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    margin-bottom: 1.5rem;
}

.wpsl-store-location:hover {
    background-color: #151515;
}

.store-title {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .75px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.location-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wpsl-store-location strong {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
}

/* Store address */
.store-address, 
.wpsl-store-location p {
    margin: 5px 0 !important;
    color: #fff !important;
    display: block !important;
}

/* Distance badge */
.distance-badge {
    display: inline-block;
    background-color: #333;
    padding: 5px 10px;
    font-size: 12px;
    margin: 0;
}

/*Location details*/
.location-details__container {
    display: flex;
    gap: 15px;
}

/* Phone number */
.phone-call {
    display: flex;
    align-items: center;
    gap: 7px;
}
.store-phone {
    text-align: left;
    display: flex;
    gap: 7px;
    color: #fff;
}

.store-phone:hover {
    color: #fff;
}

/* Social icon */
.store-social {
    display: flex;
}

.instagram-link {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px;
}

.instagram-link:hover {
    color: #fff;
}

/* Listing buttons */
.wpsl-buttons-container {
    display: flex;
    gap: 16px;
}

/* Schedule now button */
.schedule-now-btn.disabled,
.book-studio-btn.disabled,
.view-details-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.schedule-now-btn {
    display: inline-block;
    background: #ffffff;
    color: #000000;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .75px;
    text-decoration: none;
    width: fit-content;
    margin-bottom: 1.5rem;
}

/* Founders Button */ 
.founders-club-widget-container { height: 44px; background: transparent; display: inline-block; } 
/* Keyline + Shimmer button */ 
.founders-club-widget-container .healcode-contract-text-link { /* core layout */ position: relative; display: inline-flex; align-items: center; justify-content: center; height: 44px; padding: 0 22px; border: 1px solid #fff; /* look & type */ background: #fff; color: #000 !important; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; font-size: 18px; text-decoration: none; font-family: 'Bebas Neue', ui-sans-serif; /* interaction */ cursor: pointer; overflow: hidden; transition: transform .18s cubic-bezier(.2,.7,.2,1), background .18s cubic-bezier(.2,.7,.2,1), color .18s cubic-bezier(.2,.7,.2,1), box-shadow .18s cubic-bezier(.2,.7,.2,1); } /* shimmer sweep */ .founders-club-widget-container .healcode-contract-text-link::before { content: ""; position: absolute; inset: -20% -40%; transform: translateX(-120%); background: linear-gradient( 110deg, transparent 0%, rgba(255,255,255,.06) 30%, rgba(255,255,255,.08) 50%, rgba(255,255,255,.06) 70%, transparent 100% ); will-change: transform; pointer-events: none; transition: transform .7s ease; } /* hover: invert to black, hide inner keyline, run shimmer */ .founders-club-widget-container .healcode-contract-text-link:hover { transform: translateY(-1px); background: #000; color: #fff !important; } .founders-club-widget-container .healcode-contract-text-link:hover::after { opacity: 0; } .founders-club-widget-container .healcode-contract-text-link:hover::before { transform: translateX(0); } /* focus ring for accessibility (Tab focus) */ .founders-club-widget-container .healcode-contract-text-link:focus-visible { outline: 0; box-shadow: 0 0 0 2px #fff, 0 0 0 6px #000; } /* motion respect */ @media (prefers-reduced-motion: reduce) { .founders-club-widget-container .healcode-contract-text-link { transition: none; } .founders-club-widget-container .healcode-contract-text-link::before { transition: none; } }

/* Hide directions */
.wpsl-directions {
    display: none !important;
}

/* Map controls styling */
.gm-style-mtc button {
    background-color: #222 !important;
    color: #fff !important;
}

.gm-fullscreen-control {
    background-color: #222 !important;
}

.gm-style-iw-chr {
    position: absolute;
    top: 7px;
    right: 7px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .wpsl-container {
        flex-direction: column;
        gap: 10px;
    }
    
    .wpsl-sidebar,
    #wpsl-gmap-container {
        width: 100%;
    }
    
    #wpsl-gmap-container {
        order: 1;
        height: 400px;
    }
    
    .wpsl-sidebar {
        order: 2;
    }
    
    #wpsl-gmap {
        height: 400px !important;
        min-height: 400px !important;
    }
    
    .wpsl-header-title {
        font-size: 28px;
    }
    .wpsl-search-wrapper {
        padding: 40px;
    }
    #wpsl-result-list {
        padding: 40px;
    }
}

@media (max-width: 480px) {
    .wpsl-search-wrapper {
        padding: 20px;
    }
    #wpsl-result-list {
        padding: 20px;
    }
}

/* Store Detail View */
.wpsl-store-detail-view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 10;
    display: none;
    overflow-y: auto;
}

/* Back button */
.detail-back-btn {
    padding: 1rem 0;
}

.back-to-map {
    color: #ffffff;
    text-decoration: none;
    font-family: "Bebas Neue", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    display: inline-block;
    transition: all 0.3s ease;
}

.back-to-map:hover {
    color: #dddddd;
}

/* Image carousel */
.store-image-carousel {
    position: relative;
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.carousel-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-slides img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.carousel-slides img.active {
    opacity: 1;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    transform: translateY(-50%);
}

.carousel-nav button {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.carousel-nav button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Store detail content */
.store-detail-content {
    padding: 40px;
    color: #ffffff;
}

.store-detail-title {
    font-family: "Bebas Neue", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 0.9;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.store-detail-address {
    font-family: "Systemia", Sans-serif;
    font-size: 16px;
    margin: 0 0 25px 0;
    color: #ffffff;
}

/* Contact info */
.store-contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.store-detail-phone a,
.store-detail-email a,
.store-detail-instagram a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Systemia", Sans-serif;
}

.store-detail-phone a:hover,
.store-detail-email a:hover,
.store-detail-instagram a:hover {
    color: #dddddd;
}

/* Action buttons */
.store-detail-buttons {
    display: flex;
}

.book-studio-btn,
.get-directions-btn {
    display: inline-block;
    padding: 1rem 1.875rem;
    font-family: "Bebas Neue", Sans-serif;
    font-weight: 700;
    letter-spacing: .75px;
    font-size: 1.1rem;
    line-height: .9;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.book-studio-btn {
    background-color: #ffffff;
    color: #000000;
    flex: 1;
}

.get-directions-btn {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,.2);
    flex: 1;
}

.book-studio-btn:hover {
    background-color: #eeeeee;
    color: #000;
}

.get-directions-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.store-detail-address:hover {
    color: #fff;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
    .store-detail-buttons {
        flex-direction: column;
    }
    
    .store-contact-info {
        flex-direction: column;
        gap: 15px;
    }
}

/* Force detail view to appear above everything */
#wpsl-gmap-container #wpsl-store-detail-view {
    position: absolute !important;
    z-index: 9999 !important;
    background-color: #000000 !important;
    display: none;
    border-bottom: 2px solid rgba(255,255,255,.1);
}

/* Custom styling for the info window */
.wpsl-info-window.custom-info-window {
    padding: 0px;
    max-width: 360px!important;
    color: #ffffff;
    background-color: #000000;
    font-family: "Systemia", Sans-serif;
    text-align: center;
}

.info-container {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#wpsl-wrap .wpsl-info-window p {
    margin: 0;
}

.wpsl-info-window.custom-info-window .info-window-title {
    font-family: "Bebas Neue", Sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}

.wpsl-info-window.custom-info-window .info-window-address {
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

.wpsl-info-window.custom-info-window .info-window-phone-container {
    text-align: left;
}

.wpsl-info-window.custom-info-window .info-window-phone {
    display: flex;
    align-items: center;
    justify-content: left;
    text-decoration: none;
    color: #fff;
    gap: 7px;
    font-size: 14px;
}

.wpsl-info-window.custom-info-window .info-window-phone:hover {
    color: #ddd;
}

.wpsl-info-window.custom-info-window .info-window-social-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.wpsl-info-window.custom-info-window .info-window-instagram {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    gap: 7px;
    font-size: 14px;
}

.wpsl-info-window.custom-info-window .info-window-email {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    gap: 7px;
    font-size: 14px;
    margin-top: 10px;
}

.wpsl-info-window.custom-info-window .info-window-buttons {
    display: flex;
    flex-direction: row;
    gap: 7px;
}

.wpsl-info-window.custom-info-window .view-details-btn {
    display: block;
    text-align: center;
    padding: 12px 15px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-family: "Bebas Neue", Sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1rem;
    text-transform: uppercase;
    border: none;
    flex: 1;
}

.wpsl-info-window.custom-info-window .get-directions-btn {
    display: block;
    text-align: center;
    padding: 12px 15px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,.4);
    font-family: "Bebas Neue", Sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    flex: 1;
}

.wpsl-info-window.custom-info-window .view-details-btn:hover {
    background-color: #eee;
}

.wpsl-info-window.custom-info-window .get-directions-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Override Google Maps info window styles to fit our dark theme */
.gm-style .gm-style-iw-c {
    background-color: #000 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 2px 7px 1px rgba(0,0,0,0.5) !important;
    overflow: visible !important;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
    padding: 0!important;
    max-height: none !important;
}

.gm-style .gm-style-iw-t::after {
    background: #000 !important;
    box-shadow: none !important;
}

.gm-style-iw-t {
    background-color: #000 !important;
}

/* Close button */
.gm-ui-hover-effect {
    background-color: #FFF!important;
    border-radius: 50% !important;
    top: 5px !important;
    right: 5px !important;
}

.gm-ui-hover-effect img {
    filter: invert(1) !important;
}



/* Featured image in info window */
.wpsl-info-window.custom-info-window .info-window-image {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    overflow: hidden;
}

/* Override the default tiny image size */
.wpsl-info-window .wpsl-store-thumb {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
}

.wpsl-info-window.custom-info-window .info-window-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    image-rendering: -webkit-optimize-contrast; /* Helps with image sharpness in Chrome/Safari */
    image-rendering: crisp-edges; /* For Firefox */
}

/* Make info window wider to accommodate image */
.gm-style .gm-style-iw-c {
    max-width: 320px !important;
}

/* Custom booking page styles */
.booking-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

.booking-page-header {
    margin-bottom: 30px;
    text-align: center;
}

.booking-page-header h1 {
    font-family: "Bebas Neue", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.booking-widget-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.booking-widget-container.coming-soon {
    background-color: #000!important;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://www.thetoxtechnique.com/wp-content/uploads/2025/04/475892742_17842451130421910_9125686303451231431_n.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mindbody-widget {
    min-height: 600px;
}

.no-booking-available {
    text-align: center;
    padding: 60px 20px;
    background-color: rgba(0, 0, 0, .85);
    border-radius: 4px;
    backdrop-filter: blur(2px);
    border: 1px solid #333;
}

.no-booking-available p {
    margin-bottom: 15px;
    font-size: 21px;
    color: #fff;
}
/* Mobile Modal Layout */
@media (max-width: 768px) {
  .wpsl-mobile-modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
  }

  .wpsl-mobile-modal.active {
    display: block;
  }

  .modal-backdrop {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1;
  }

  .booking-widget-container.coming-soon {
    padding: 10px;
  }

  .modal-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    overflow-y: auto;
    z-index: 2;
  }
  .info-window-image {
    display: none;
  }
}
