:root {
    --ww-brown-900: #3B2418;
    --ww-brown-800: #4A2E1E;
    --ww-brown-700: #6B4226;
    --ww-brown-500: #8C6244;
    --ww-brown-300: #B79579;
    --ww-cream-100: #FBF3E3;
    --ww-cream-200: #F6E6C2;
    --ww-cream-300: #F0DBAA;
    --ww-gold-500: #D8A93B;
    --ww-gold-700: #B4841E;
    --ww-orange-500: #F2833D;
    --ww-map-water: #AEE0EC;
    --ww-map-land: #BEE0B0;
    --ww-text-muted: #8A7768;
    --ww-radius-lg: 22px;
    --ww-radius-md: 14px;
    --ww-radius-sm: 8px;
    --shadow-soft: 0 10px 30px rgba(59, 36, 24, 0.14);
}

/* * {
    outline: 1px solid red;
} */

html,
body {
    height: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--ww-brown-900);
    background: var(--ww-cream-300);
    -webkit-font-smoothing: antialiased;
}

a:focus,
button:focus,
input:focus {
    outline: 2px solid var(--ww-gold-700);
    outline-offset: 2px;
}

.ww-hero__content>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

/* Header Layout */
.ww-header {
    background: linear-gradient(180deg, var(--ww-brown-800) 0%, var(--ww-brown-900) 100%);
    padding: 25px 0;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
    position: relative;
    overflow: visible;
    /* z-index: 20; */
}

.ww-header .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ww-header__brand {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    z-index: 25;
}

.ww-header__logo {
    display: block;
    height: 56px;
    width: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
}

.ww-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    flex-wrap: wrap;
}

.ww-header__nav-link {
    font-family: 'Fredoka One', cursive;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.2px;
    color: white;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    transition: color .15s ease, border-color .15s ease;
}

.ww-header__nav-link:hover,
.ww-header__nav-link:focus {
    color: var(--ww-gold-500);
    text-decoration: none;
}

.ww-header__nav-link--active {
    color: var(--ww-gold-500);
    font-weight: 700;
    border-bottom-color: var(--ww-gold-500);
}

/* Hero */
.ww-hero {
    background: linear-gradient(180deg, var(--ww-cream-200) 0%, var(--ww-cream-300) 100%);
    padding: 36px 0 0px;
}

.ww-hero__heading {
    display: flex;
    align-items: flex-end;
    margin-bottom: 18px;
}

.ww-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--ww-brown-700);
    margin: 0 0 4px;
}

.ww-brandmark-img {
    display: block;
    height: auto;
    width: 280px;
    max-width: 100%;
    margin: 0 0 6px;
}

.ww-headline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--ww-brown-900);
    margin: 0;
    letter-spacing: 0.3px;
}

.ww-sub {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 14.5px;
    color: var(--ww-brown-700);
    max-width: 560px;
    margin: 0;
    line-height: 1.6;
}

.ww-hero__content {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.ww-hero__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 5;
    margin-top: 0px;
    justify-content: center;
}

.ww-hero--filter-active .ww-hero__left {
    margin-top: -175px;
}

/* Product Layout */
.ww-product {
    position: relative;
    width: 100%;
    max-width: 480px;
    margin-bottom: 65px;
}

.ww-product__img {
    display: block;
    width: 150%;
    height: auto;
    margin: -100px -200px;
    filter: drop-shadow(0 18px 22px rgba(59, 36, 24, 0.22));
    z-index: 999;
    /* position: relative; */
}

/* Stats Layout */
.ww-stats {
    display: flex;
    align-items: center;
    gap: 14px;
    /* background: ; */
    border: 4px solid #a28e72;
    border-radius: 25px;
    padding: 10px 20px;
    box-shadow: var(--shadow-soft);
    width: 100%;
    max-width: 500px;
    z-index: 9999;
    margin-right: 50px;
}

.ww-stats__item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Comfortaa', cursive;
}

.ww-stats__icon {
    color: var(--ww-gold-700);
    font-size: 16px;
}

.ww-stats__text {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--ww-brown-800);
    line-height: 1.3;
}

.ww-stats__divider {
    width: 2px;
    align-self: stretch;
    background: var(--ww-brown-900);
}

/* Hero right (map) layout */
.ww-hero__right {
    padding-top: 0;
}

.ww-searchbar {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 80%;
    max-width: 600px;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 3px;
}

.ww-searchbar__input {
    flex: 1 1 260px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 999px;
    padding: 5px 20px;
    box-shadow: var(--shadow-soft);
}

.ww-searchbar__input i {
    color: var(--ww-brown-500);
}

.ww-searchbar__input input {
    border: none;
    outline: none;
    flex: 1;
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: var(--ww-brown-900);
    background: transparent;
}

.ww-searchbar__input input::placeholder {
    color: #B7A692;
}

.ww-filter-btn {
    border: none;
    background: #fff;
    color: var(--ww-brown-700);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    border-radius: 999px;
    padding: 5px 20px;
    box-shadow: var(--shadow-soft);
    white-space: nowrap;
    transition: background .15s ease, color .15s ease, transform .1s ease;
}

.ww-filter-btn i {
    margin-right: 4px;
}

.ww-filter-btn:focus,
.ww-filter-btn:focus-visible,
.ww-filter-btn:active {
    outline: none;
    box-shadow: var(--shadow-soft);
}

.ww-icon-api {
    width: 16px;
    height: 16px;
    object-fit: contain;
    vertical-align: -3px;
    margin-right: 4px;
}

.ww-icon-api--hover {
    display: none;
}

.ww-filter-btn:hover .ww-icon-api--default,
.ww-filter-btn--active .ww-icon-api--default {
    display: none;
}

.ww-filter-btn:hover .ww-icon-api--hover,
.ww-filter-btn--active .ww-icon-api--hover {
    display: inline-block;
}

.ww-filter-btn:hover {
    background: var(--ww-brown-800);
    color: #fff;
    transform: translateY(-1px);
}

.ww-filter-btn--active {
    background: var(--ww-brown-800);
    color: #fff;
}

.ww-filter-btn--active i {
    color: #fff;
}

/* filter active state (rekomendasi atau terdekat) */
.ww-hero--filter-active .ww-product,
.ww-hero--filter-active .ww-stats {
    display: none;
}

/* map layout */
.ww-map {
    border-radius: var(--ww-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    background: var(--ww-map-water);
    border: 10px solid white;
}

.ww-map__canvas {
    position: relative;
    width: 100%;
    padding-bottom: 40%;
    overflow: hidden;
}

.ww-map__controls {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.ww-map__ctrl {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: var(--ww-brown-800);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: background .15s ease, color .15s ease;
}

.ww-map__ctrl:hover {
    background: var(--ww-orange-500);
    color: #fff;
}

.ww-map__ctrl--locate {
    color: #2C7BE5;
}

.ww-map__ctrl--pulse {
    animation: ww-pulse 0.9s ease;
}

@keyframes ww-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(44, 123, 229, 0.45);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(44, 123, 229, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(44, 123, 229, 0);
    }
}

.ww-map__zoom {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.ww-map__zoom .ww-map__ctrl {
    box-shadow: none;
    border-radius: 0;
}

.ww-map__zoom .ww-map__ctrl:first-child {
    border-bottom: 1px solid var(--ww-cream-300);
}

/* partners layout */
.ww-partners {
    padding: 20px 10px 20px;
    background: var(--ww-cream-300);
}

.ww-partners__track {
    background: #fff;
    border: 2px solid var(--ww-brown-300);
    border-radius: var(--ww-radius-lg);
    box-shadow: var(--shadow-soft);
    padding: 26px 10px 18px;
}

.ww-partners__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ww-partners__scroll::-webkit-scrollbar {
    display: none;
}

.ww-partners__slide {
    display: flex;
    align-items: center;
    gap: 46px;
    min-width: max-content;
    padding: 0 18px;
}

.ww-brand-logo {
    height: 40px;
    width: auto;
    object-fit: contain;
    opacity: 0.85;
    transition: opacity .15s ease, transform .15s ease;
}

.ww-brand-logo:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.ww-partners__dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 18px;
}

.ww-partners__dots span {
    width: 22px;
    height: 5px;
    border-radius: 3px;
    background: var(--ww-cream-300);
    cursor: pointer;
    transition: background .15s ease;
}

.ww-partners__dots span.active {
    background: var(--ww-orange-500);
}

/* Footer Layout */
.ww-footer {
    width: 100%;
    background: linear-gradient(180deg, var(--ww-brown-800) 0%, var(--ww-brown-900) 100%);
    color: var(--ww-cream-100);
    padding-top: 32px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.ww-footer__inner {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

.ww-footer__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 24px;
    padding-bottom: 28px;
}

.ww-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 1 100%;
}

.ww-footer__brand-logo {
    height: 56px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.ww-footer__brand-tagline {
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    color: var(--ww-cream-100);
}

.ww-footer__col {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 calc(50% - 12px);
    min-width: 140px;
}

.ww-footer__col-title {
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    color: var(--ww-cream-100);
}

.ww-footer__menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ww-footer__menu-list a {
    color: white;
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    transition: opacity 0.25s ease, color 0.25s ease;
}

.ww-footer__menu-list a:hover {
    opacity: 0.8;
    color: var(--ww-orange-500);
    text-decoration: underline;
}

.ww-footer__menu-link--active {
    color: var(--ww-gold-500) !important;
    font-weight: 700 !important;
}

.ww-footer__shop-row,
.ww-footer__social-row {
    display: flex;
    align-items: center;
    gap: 18px;
}

.ww-footer__shop-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.ww-footer__shop-item:hover,
.ww-footer__social-row a:hover {
    transform: translateY(-2px) scale(1.06);
    opacity: 0.85;
}

.ww-footer__shop-icon,
.ww-footer__social-icon {
    display: block;
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.ww-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    background-color: var(--ww-cream-100);
    padding: 12px 16px;
    text-align: center;
}

.ww-footer__bottom p {
    margin: 0;
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    font-size: 12px;
    color: var(--ww-brown-800);
}

@media (min-width: 768px) {
    .ww-footer__grid {
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 24px;
    }

    .ww-footer__brand {
        flex: 1 1 28%;
    }

    .ww-footer__brand-tagline {
        font-size: 18px;
        white-space: nowrap;
    }

    .ww-footer__col {
        flex: 1 1 22%;
        min-width: 0;
    }

    .ww-footer__col-title {
        font-size: 20px;
    }

    .ww-footer__menu-list a {
        font-size: 14px;
    }

    .ww-footer__shop-icon {
        width: 44px;
        height: 44px;
    }

    .ww-footer__social-icon {
        width: 40px;
        height: 40px;
    }

    .ww-footer__bottom p {
        font-size: 13px;
    }
}

/* Alert Notif Lokasi tidak aktif */
.ww-notif-lokasi {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #FFFFFF;
    border: none;
    border-radius: var(--ww-radius-md);
    padding: 16px 18px;
    box-shadow: var(--shadow-soft);
    position: fixed;
    left: 50%;
    bottom: 120px;
    border: 1px solid var(--ww-brown-800);
    transform: translateX(-50%);
    width: min(90vw, 380px);
    box-sizing: border-box;
    z-index: 9999;
}

.ww-notif-lokasi[hidden] {
    display: none;
}

.ww-notif-lokasi i {
    flex-shrink: 0;
    color: #F2A93B;
    font-size: 20px;
    margin-top: 0;
}

.ww-notif-lokasi__body {
    flex: 1;
}

.ww-notif-lokasi__title {
    margin: 0 0 4px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: var(--ww-brown-900);
}

.ww-notif-lokasi__text {
    margin: 0;
    font-size: 13px;
    color: #8A8F98;
    line-height: 1.5;
}

.ww-notif-lokasi__close {
    align-self: self-start;
    flex-shrink: 0;
    border: none;
    background: transparent;
    color: #9CA3AF;
    font-size: 20px;
    line-height: 1;
    padding: 0 2px;
    cursor: pointer;
    transition: color .15s ease;
}

.ww-notif-lokasi__close:hover {
    color: var(--ww-brown-700);
}

/*
   SEARCH DROPDOWN
 */
.ww-searchbar__input {
    position: relative;
}

.ww-search-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: var(--ww-radius-md);
    box-shadow: var(--shadow-soft);
    max-height: 260px;
    overflow-y: auto;
    z-index: 30;
    padding: 6px 0;
}

.ww-search-dropdown[hidden] {
    display: none;
}

.ww-search-dropdown__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 9px 16px;
    cursor: pointer;
    transition: background .12s ease;
}

.ww-search-dropdown__item:hover {
    background: var(--ww-cream-200);
}

.ww-search-dropdown__item i {
    color: var(--ww-orange-500);
    font-size: 13px;
    margin-top: 3px;
}

.ww-search-dropdown__name {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12.5px;
    color: var(--ww-brown-900);
}

.ww-search-dropdown__addr {
    display: block;
    font-size: 10.5px;
    color: var(--ww-text-muted);
    margin-top: 1px;
}

.ww-search-dropdown__empty {
    padding: 14px 16px;
    font-size: 12px;
    color: var(--ww-text-muted);
    text-align: center;
}


/* Outlet Panel Layout (rekomendasi atau terdekat) */
.ww-outlet-panel {
    background: #fff;
    border: 3px solid var(--ww-brown-800);
    border-radius: 15px;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* flex: 1 1 auto; */
    min-height: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .28s ease, transform .28s ease;
}

.ww-outlet-panel[hidden] {
    display: none;
}

.ww-outlet-panel--visible {
    opacity: 1;
    transform: translateY(0);
}

/* mobile bottom-sheet controls */
.ww-outlet-panel__handle {
    display: none;
    width: 100%;
    border: none;
    background: transparent;
    padding: 10px 0 6px;
    cursor: grab;
}

.ww-outlet-panel__handle-bar {
    display: block;
    width: 44px;
    height: 5px;
    margin: 0 auto;
    border-radius: 3px;
    background: var(--ww-cream-300);
}

.ww-outlet-panel__expand {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    border: none;
    border-top: 1px solid var(--ww-cream-200);
    background: #fff;
    color: var(--ww-brown-800);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12.5px;
    padding: 10px 0;
    flex-shrink: 0;
}

.ww-outlet-panel__expand i {
    font-size: 11px;
    transition: transform .2s ease;
}

.ww-outlet-panel--expanded .ww-outlet-panel__expand i {
    transform: rotate(180deg);
}

/* testimonial cutout image above the outlet panel */
.ww-outlet-banner {
    display: none;
    order: -1;
    width: auto;
    max-width: 260px;
    height: auto;
    max-height: 220px;
    object-fit: contain;
    margin: 0 0 0px;
    opacity: 0;
    transition: opacity .28s ease;
}

#outletBanner {
    z-index: 9999;
}

.ww-outlet-panel:not([hidden])~.ww-outlet-banner {
    display: block;
}

.ww-outlet-panel--visible~.ww-outlet-banner {
    opacity: 1;
}

/* .ww-outlet-panel__head {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: var(--ww-brown-800);
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 12.5px;
    color: var(--ww-brown-900);
    text-transform: uppercase;
    letter-spacing: 0.4px;
    flex-shrink: 0;
} */

#outletPanelTitle {
    color: white;
}

.ww-outlet-panel__close {
    border: none;
    background: transparent;
    font-size: 18px;
    line-height: 1;
    color: white;
    cursor: pointer;
}

.ww-outlet-panel__list {
    /* flex: 1 1 0%; */
    max-height: 300px;
    min-height: 0;
    overflow-y: auto;
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: var(--ww-brown-900);
}

.ww-outlet-panel__list::-webkit-scrollbar {
    width: 5px;
}

.ww-outlet-panel__list::-webkit-scrollbar-thumb {
    background: var(--ww-cream-300);
    border-radius: 4px;
}

.ww-outlet-card {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-radius: var(--ww-radius-sm);
    background: white;
    cursor: pointer;
    transition: background .12s ease;
}

.ww-outlet-card:hover {
    background: var(--ww-cream-100);
}

.ww-outlet-card__badge {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--ww-brown-800);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ww-outlet-card__badge--fire {
    background: transparent;
}

.ww-outlet-card__badge--fire img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ww-outlet-card__body {
    flex: 1;
    min-width: 0;
}

.ww-outlet-card__name {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12.5px;
    color: var(--ww-brown-900);
}

.ww-outlet-card__addr {
    margin: 2px 0 6px;
    font-size: 10.5px;
    color: var(--ww-text-muted);
    line-height: 1.5;
}

.ww-outlet-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ww-outlet-card__jarak {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 11.5px;
    color: var(--ww-brown-800);
}

.ww-outlet-card__rute {
    background: var(--ww-brown-800);
    color: #fff;
    font-size: 10.5px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 5px;
    text-decoration: none;
    transition: background .12s ease;
}

.ww-outlet-card__rute:hover {
    background: var(--ww-brown-800);
    color: #fff;
}

.ww-outlet-panel__empty {
    text-align: center;
    padding: 18px 10px;
    font-size: 12px;
    color: var(--ww-text-muted);
}

.ww-map__google {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.ww-map__placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    color: var(--ww-brown-700);
    padding: 20px;
}

.ww-map__placeholder i {
    font-size: 34px;
    color: var(--ww-orange-500);
}

.ww-map__placeholder p {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

.ww-map__placeholder small {
    font-size: 11px;
    opacity: 0.8;
}

.ww-map__placeholder code {
    background: rgba(0, 0, 0, 0.06);
    padding: 1px 5px;
    border-radius: 4px;
}

/* leave room for the watch icon + Rute button which intentionally poke
   outside the card's edges */
.ww-infowindow {
    position: relative;
    font-family: 'Poppins', sans-serif;
    max-width: 250px;
    padding-top: 4px;
}


/* Info Window (modal saat pin point map di klik) */
.gm-style-iw,
.gm-style-iw-t,
.gm-style-iw-a {
    overflow: visible !important;
}

.gm-style-iw-chr {
    display: none;

}

.gm-style-iw-c {
    padding: 18px !important;
    border-radius: 16px !important;
    max-height: none !important;
    height: auto !important;
    max-width: none !important;
    overflow: visible !important;
}

.gm-style-iw-d {
    overflow: visible !important;
    max-height: 100px !important;
    height: auto !important;
}

.gm-style-iw-d,
.gm-style-iw-d div {
    overflow: visible !important;
    max-height: 100px !important;
    height: auto !important;
}

.ww-infowindow__watch {
    position: absolute;
    top: -30px;
    right: -14px;
    width: 46px;
    height: 46px;
    object-fit: contain;
    pointer-events: none;
}

.ww-infowindow__head {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 5px;
    padding-right: 40px;
}

.ww-infowindow__icon {
    width: 34px;
    height: 34px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 2px;
}

.ww-infowindow__name {
    margin: 0;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.25;
    color: var(--ww-brown-900);
}

.ww-infowindow__addr {
    margin: 0;
    font-size: 10px;
    color: var(--ww-text-muted);
    line-height: 1.5;
}

.ww-infowindow__foot {
    display: flex;
    justify-content: flex-end;
}

.ww-infowindow__rute {
    display: inline-block;
    background: var(--ww-brown-800);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 16px;
    border-radius: 999px;
    text-decoration: none;
    margin: 10px -10px -10px 0;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
    transition: transform .12s ease;
}

.ww-infowindow__rute:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Responsive */
@media (min-width:768px) and (max-width:991px) {
    .ww-hero__left {
        min-width: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 0;
    }

    .ww-hero__right {
        min-width: 0;
    }

    .ww-product {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .ww-product__img {
        display: block;
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 0 auto;
    }

    .ww-stats {
        margin: 0 auto;
        max-width: 320px;
        padding: 8px 14px;
        gap: 10px;
    }

    .ww-stats__text {
        font-size: 11px;
    }

    .ww-outlet-panel:not([hidden]) {
        width: 100%;
        max-width: 100%;
    }

    .ww-outlet-panel__list {
        max-height: 340px;
    }

    .ww-outlet-card__name {
        font-size: 11.5px;
    }

    .ww-outlet-card__addr {
        font-size: 9.5px;
    }

    .ww-outlet-card__rute {
        font-size: 9.5px;
        padding: 4px 9px;
    }

    .ww-map__canvas {
        padding-bottom: 62%;
        min-height: 0;
        max-height: none;
    }

    .ww-searchbar {
        gap: 6px;
    }

    .ww-searchbar__input {
        flex: 1 1 140px;
    }

    .ww-searchbar__input input {
        font-size: 11.5px;
    }

    .ww-filter-btn {
        font-size: 11px;
        padding: 9px 12px;
    }

    .ww-heading-title,
    .ww-heading-desc {
        min-width: 0;
    }

    .ww-brandmark-img {
        width: 180px;
    }

    .ww-eyebrow,
    .ww-headline {
        font-size: 16px;
    }

    .ww-sub {
        font-size: 12px;
    }

    /* #outletBanner {
        display: none;
    } */

}

@media (max-width: 767px) {
    .ww-header .container {
        justify-content: flex-end;
    }

    .ww-header__nav {
        gap: 22px;
        padding-left: 130px;
    }

    .ww-header__nav-link {
        font-size: 14px;
    }

    .ww-header__logo {
        height: 40px;
    }

    .ww-hero .container {
        display: grid;
        grid-template-columns: minmax(120px, 40%) 1fr;
        grid-template-rows: auto auto auto auto auto auto;
        column-gap: 14px;
        row-gap: 0;
        align-items: start;
    }

    .ww-hero__heading,
    .ww-hero__content,
    .ww-hero__left {
        display: contents;
    }

    .ww-heading-spacer {
        display: none;
    }

    .ww-heading-title {
        grid-column: 2;
        grid-row: 1;
        align-self: start;
    }

    .ww-heading-desc {
        grid-column: 2;
        grid-row: 2;
        align-self: start;
    }

    .ww-product {
        grid-column: 1;
        grid-row: 1 / span 2;
        align-self: center;
        min-width: 0;
        max-width: 100%;
    }

    .ww-stats {
        grid-column: 1 / -1;
        grid-row: 3;
        min-width: 0;
        max-width: 100%;
        align-self: start;
        margin-top: 12px;
    }

    .ww-notif-lokasi {
        grid-column: 1 / -1;
        grid-row: 4;
    }

    .ww-hero__right {
        grid-column: 1 / -1;
        grid-row: 5;
        margin-top: 14px;
    }

    .ww-outlet-panel:not([hidden]) {
        grid-column: 1 / -1;
        grid-row: 6;
    }

    .ww-stats {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        max-width: 100%;
        padding: 8px 14px;
        margin: 0;
        z-index: 1;
        box-sizing: border-box;
        border-radius: 999px;
        background-color: var(--ww-cream-300);
    }

    .ww-stats__divider {
        display: block;
        align-self: stretch;
    }

    .ww-stats__text {
        font-size: 10px;
        line-height: 1.3;
    }

    .ww-stats__icon {
        font-size: 13px;
    }

    .ww-product {
        max-width: 100%;
    }

    .ww-brand-logo {
        height: 24px;
    }

    .ww-brandmark-img {
        width: 165px;
    }

    .ww-eyebrow {
        font-size: 17px;
    }

    .ww-headline {
        font-size: 17px;
    }

    .ww-sub {
        margin-top: 0px;
        font-size: 11px;
    }

    .ww-hero__left {
        margin-top: 0 !important;
    }

    .ww-outlet-banner {
        grid-column: 1 / -1;
        grid-row: 6;
        justify-self: start;
        align-self: start;
        /* width: 74px; */
        /* height: 74px; */
        max-width: 74px;
        max-height: none;
        object-fit: cover;
        margin: -300px 0 0 16px;
        /* border: 3px solid #fff; */
        /* border-radius: 14px; */
        /* box-shadow: 0 6px 14px rgba(59, 36, 24, .35); */
        position: relative;
        z-index: 25;
    }

    .ww-outlet-panel--expanded~.ww-outlet-banner {
        margin-top: -394px;
    }

    .ww-hero--filter-active .ww-product {
        display: block !important;
    }

    .ww-hero--filter-active .ww-stats {
        display: flex !important;
    }

    .ww-product {
        margin-bottom: 10px;
        overflow: visible;
    }

    .ww-product__img {
        width: 205%;
        max-width: none;
        margin: -30px 0 0 -80%;
        position: relative;
        z-index: 2;
    }

    .ww-map__canvas {
        padding-bottom: 100%;
        min-height: 500px;
    }

    .ww-partners__slide {
        gap: 20px;
        padding: 0 6px;
    }

    .ww-brand-logo {
        height: 22px;
    }

    .ww-partners__track {
        padding: 18px 6px;
    }

    .ww-partners__dots {
        margin-top: 12px;
    }

    .ww-outlet-panel:not([hidden]) {
        position: relative;
        z-index: 20;
        margin-top: -250px;
        max-height: 330px;
        border-radius: 20px 20px 0 0;
        border-width: 2px;
        box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.22);
        transition: max-height .25s ease, margin-top .25s ease, opacity .28s ease, transform .28s ease;
    }

    .ww-outlet-panel--expanded:not([hidden]) {
        margin-top: -380px;
        max-height: 520px;
    }

    .ww-outlet-panel__handle {
        display: block;
    }

    .ww-outlet-panel__expand {
        display: flex;
    }

    .ww-outlet-panel__list {
        max-height: none;
        flex: 1 1 auto;
        overflow-y: auto;
    }

    .ww-searchbar {
        width: calc(100% - 20px);
        max-width: none;
        left: 10px;
        right: 10px;
        padding: 0;
    }

    .ww-notif-lokasi {
        display: flex;
        align-items: center;
        gap: 14px;
        background: #FFFFFF;
        border: none;
        border-radius: var(--ww-radius-md);
        padding: 16px 18px;
        box-shadow: var(--shadow-soft);
        position: fixed;
        left: 50%;
        bottom: 28px;
        border: 1px solid var(--ww-brown-800);
        transform: translateX(-50%);
        width: min(90vw, 380px);
        box-sizing: border-box;
        z-index: 9999;
    }
}

@media (max-width: 480px) {
    .ww-header__nav {
        gap: 14px;
        padding-left: 90px;
    }

    .ww-header__nav-link {
        font-size: 12px;
    }

    .ww-header__logo {
        height: 34px;
    }

    .ww-searchbar__input {
        flex: 1 1 100%;
    }

    .ww-filter-btn {
        flex: 1 1 0;
        min-width: 0;
        font-size: 11px;
        padding: 8px 6px;
    }

    .ww-brandmark-img {
        width: 130px;
    }

    .ww-eyebrow {
        font-size: 14px;
    }

    .ww-headline {
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
    }
}