.hbl-store-page {
    --hbl-store-primary: #008d83;
    --hbl-store-primary-dark: #006f68;
    --hbl-store-ink: #132f35;
    --hbl-store-muted: #63767a;
    --hbl-store-line: #e3ecea;
    --hbl-store-soft: #f3faf8;
    padding-bottom: 56px;
}

.hbl-store-page .hbl-store-hero {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    border: 1px solid var(--hbl-store-line);
    border-radius: 22px;
    background:
        radial-gradient(circle at 92% 10%, rgba(223, 234, 0, .24), transparent 29%),
        linear-gradient(135deg, #f5fffc 0%, #e9f7f4 54%, #f9fcf5 100%);
    box-shadow: 0 18px 45px rgba(19, 47, 53, .08);
}

.hbl-store-page .hbl-store-hero::before,
.hbl-store-contact-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, #008d83 0%, #00a88f 58%, #dfea00 100%);
    content: "";
}

.hbl-store-page .hbl-store-hero--with-cover {
    background-image:
        linear-gradient(90deg, rgba(4, 43, 45, .94) 0%, rgba(4, 43, 45, .75) 55%, rgba(4, 43, 45, .38) 100%),
        var(--hbl-store-cover);
    background-position: center;
    background-size: cover;
}

.hbl-store-hero__content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 142px minmax(0, 1fr) auto;
    align-items: center;
    gap: 30px;
    min-height: 250px;
    padding: 38px 44px;
}

.hbl-store-hero__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 142px;
    height: 142px;
    padding: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 141, 131, .16);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(20, 60, 62, .14);
}

.hbl-store-hero__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
}

.hbl-store-hero__eyebrow,
.hbl-store-about__heading > span {
    display: block;
    margin-bottom: 8px;
    color: var(--hbl-store-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hbl-store-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 11px;
    border: 1px solid rgba(0, 141, 131, .16);
    border-radius: 999px;
    background: rgba(0, 141, 131, .08);
    font-weight: 400;
    letter-spacing: .08em;
}

.hbl-store-hero__details h1 {
    margin: 0 0 12px;
    color: var(--hbl-store-ink);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.15;
}

.hbl-store-hero--with-cover .hbl-store-hero__eyebrow,
.hbl-store-hero--with-cover .hbl-store-hero__details h1,
.hbl-store-hero--with-cover .hbl-store-meta a,
.hbl-store-hero--with-cover .hbl-store-meta span {
    color: #fff;
}

.hbl-store-hero--with-cover .hbl-store-hero__eyebrow {
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .14);
}

.hbl-store-rating { margin-bottom: 14px; }
.hbl-store-rating .rating_wrap { justify-content: flex-start; }

.hbl-store-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
}

.hbl-store-meta a,
.hbl-store-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--hbl-store-muted);
    font-size: 14px;
}

.hbl-store-meta a:hover { color: var(--hbl-store-primary); }
.hbl-store-meta i { color: var(--hbl-store-primary); font-size: 16px; }

.hbl-store-hero__summary {
    display: flex;
    min-width: 156px;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    border: 1px solid rgba(0, 141, 131, .15);
    border-radius: 18px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 12px 28px rgba(19, 47, 53, .08);
    backdrop-filter: blur(8px);
}

.hbl-store-hero__summary strong {
    color: var(--hbl-store-primary-dark);
    font-size: 34px;
    line-height: 1;
}

.hbl-store-hero__summary > span {
    margin-top: 6px;
    color: var(--hbl-store-muted);
    font-size: 13px;
}

.hbl-store-contact-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 16px;
    color: var(--hbl-store-primary-dark);
    font-size: 13px;
    font-weight: 400;
}

.hbl-store-about {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 32px;
    margin-top: 22px;
    padding: 26px 30px;
    border: 1px solid var(--hbl-store-line);
    border-radius: 18px;
    background: #fff;
}

.hbl-store-about h2 { margin: 0; color: var(--hbl-store-ink); font-size: 21px; }
.hbl-store-about__copy { color: var(--hbl-store-muted); font-size: 14px; line-height: 1.7; }
.hbl-store-about__copy p:last-child { margin-bottom: 0; }
.hbl-store-about__copy .text-link { color: var(--hbl-store-primary-dark); font-weight: 700; }

.hbl-store-catalog {
    display: grid;
    grid-template-columns: minmax(250px, 290px) minmax(0, 1fr);
    align-items: start;
    gap: 28px;
    margin-top: 30px;
}

.hbl-store-catalog > .hbl-store-products:first-child { grid-column: 1 / -1; }
.hbl-store-sidebar { scroll-margin-top: 105px; }

.hbl-store-contact-card {
    position: sticky;
    top: 100px;
    overflow: hidden;
    padding: 26px;
    border: 1px solid var(--hbl-store-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(19, 47, 53, .08);
}

.hbl-store-contact-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 13px;
    background: var(--hbl-store-soft);
    color: var(--hbl-store-primary);
    font-size: 20px;
}

.hbl-store-contact-card h2 { margin: 0 0 8px; color: var(--hbl-store-ink); font-size: 21px; }
.hbl-store-contact-card > p { margin-bottom: 20px; color: var(--hbl-store-muted); font-size: 13px; line-height: 1.55; }
.hbl-store-contact-card .mb-3 { margin-bottom: 12px !important; }
.hbl-store-contact-card .form-control {
    min-height: 46px;
    border: 1px solid #dce7e5;
    border-radius: 10px;
    background: #fbfdfd;
    font-size: 13px;
}
.hbl-store-contact-card textarea.form-control { min-height: 118px; resize: vertical; }
.hbl-store-contact-card .form-control:focus { border-color: var(--hbl-store-primary); box-shadow: 0 0 0 3px rgba(0, 141, 131, .1); }
.hbl-store-contact-card .submit { margin: 4px 0 0; }
.hbl-store-contact-card .ps-btn {
    width: 100%;
    min-height: 44px;
    padding: 11px 24px;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--hbl-store-primary) 0%, var(--hbl-store-primary-dark) 100%);
    font-size: 15px;
    font-weight: 400;
    box-shadow: 0 12px 24px rgba(0, 141, 131, .22);
    transition: transform .18s ease, box-shadow .18s ease;
}
.hbl-store-contact-card .ps-btn:hover {
    background: linear-gradient(135deg, #00a090 0%, #006f68 100%);
    box-shadow: 0 15px 28px rgba(0, 141, 131, .28);
    transform: translateY(-1px);
}

.hbl-store-products { min-width: 0; }

.hbl-store-products__topbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 18px;
}

.hbl-store-products__topbar h2 { margin: 0; color: var(--hbl-store-ink); font-size: 28px; }

.hbl-store-search { width: min(100%, 380px); }
.hbl-store-search .form-group { position: relative; margin: 0; }
.hbl-store-search button {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 1;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--hbl-store-primary);
    transform: translateY(-50%);
}
.hbl-store-search .form-control {
    height: 48px;
    padding: 0 16px 0 44px;
    border: 1px solid var(--hbl-store-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(19, 47, 53, .04);
}

.hbl-store-products__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    margin-bottom: 22px;
    padding: 10px 16px 10px 20px;
    border: 1px solid var(--hbl-store-line);
    border-radius: 12px;
    background:
        radial-gradient(circle at 94% 0%, rgba(223, 234, 0, .12), transparent 30%),
        var(--hbl-store-soft);
    box-shadow: 0 10px 26px rgba(19, 47, 53, .045);
}

.hbl-store-products__toolbar p { margin: 0; color: var(--hbl-store-muted); font-size: 14px; }
.hbl-store-products__toolbar p strong { color: var(--hbl-store-ink); }
.hbl-store-products__toolbar .ps-shopping__view { display: flex; align-items: center; gap: 10px; }
.hbl-store-products__toolbar .ps-shopping__view > span { color: var(--hbl-store-muted); font-size: 13px; }
.hbl-store-products__toolbar .ps-tab-list { display: flex; gap: 5px; margin: 0; padding: 0; list-style: none; }
.hbl-store-products__toolbar .ps-tab-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #728589;
    font-size: 17px;
}
.hbl-store-products__toolbar .ps-tab-list .active a {
    border-color: rgba(0, 141, 131, .16);
    background: #fff;
    color: var(--hbl-store-primary);
    box-shadow: 0 5px 14px rgba(19, 47, 53, .07);
}

.hbl-store-product-list .ps-product--wide { margin-bottom: 18px; border: 1px solid var(--hbl-store-line); border-radius: 14px; }

.hbl-store-empty {
    padding: 64px 24px;
    border: 1px dashed #cddedb;
    border-radius: 18px;
    background: #fbfdfd;
    text-align: center;
}
.hbl-store-empty > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: var(--hbl-store-soft);
    color: var(--hbl-store-primary);
    font-size: 25px;
}
.hbl-store-empty h3 { margin-bottom: 8px; color: var(--hbl-store-ink); }
.hbl-store-empty p { margin-bottom: 22px; color: var(--hbl-store-muted); }

@media (max-width: 991px) {
    .hbl-store-hero__content { grid-template-columns: 116px minmax(0, 1fr); padding: 30px; }
    .hbl-store-hero__logo { width: 116px; height: 116px; }
    .hbl-store-hero__summary { grid-column: 1 / -1; flex-direction: row; justify-content: center; gap: 10px; padding: 14px 20px; }
    .hbl-store-hero__summary strong { font-size: 26px; }
    .hbl-store-hero__summary > span,
    .hbl-store-contact-link { margin-top: 0; }
    .hbl-store-contact-link { margin-left: 18px; padding-left: 18px; border-left: 1px solid var(--hbl-store-line); }
    .hbl-store-catalog { grid-template-columns: 1fr; }
    .hbl-store-sidebar { order: 2; }
    .hbl-store-contact-card { position: static; }
}

@media (max-width: 767px) {
    .hbl-store-page { padding-bottom: 36px; }
    .hbl-store-page .hbl-store-hero { border-radius: 16px; }
    .hbl-store-hero__content { grid-template-columns: 88px minmax(0, 1fr); gap: 18px; padding: 24px 20px; }
    .hbl-store-hero__logo { width: 88px; height: 88px; padding: 8px; border-radius: 15px; }
    .hbl-store-hero__details h1 { margin-bottom: 8px; font-size: 24px; }
    .hbl-store-meta { gap: 7px; }
    .hbl-store-meta a,
    .hbl-store-meta span { width: 100%; font-size: 12px; }
    .hbl-store-about { grid-template-columns: 1fr; gap: 12px; padding: 22px; }
    .hbl-store-products__topbar { align-items: stretch; flex-direction: column; }
    .hbl-store-search { width: 100%; }
}

@media (max-width: 479px) {
    .hbl-store-hero__content { grid-template-columns: 1fr; text-align: center; }
    .hbl-store-hero__logo { margin: 0 auto; }
    .hbl-store-rating .rating_wrap,
    .hbl-store-meta { justify-content: center; }
    .hbl-store-meta a,
    .hbl-store-meta span { justify-content: center; }
    .hbl-store-hero__summary { grid-column: auto; flex-wrap: wrap; }
    .hbl-store-contact-link { width: 100%; margin: 4px 0 0; padding: 12px 0 0; border-top: 1px solid var(--hbl-store-line); border-left: 0; }
    .hbl-store-catalog { gap: 22px; margin-top: 24px; }
    .hbl-store-products__toolbar { padding: 10px 12px; }
    .hbl-store-products__toolbar .ps-shopping__view > span { display: none; }
    .hbl-store-contact-card { padding: 22px 18px; }
}

/* Stores directory */
.hbl-stores-page {
    --hbl-stores-primary: #008d83;
    --hbl-stores-primary-dark: #006f68;
    --hbl-stores-ink: #132f35;
    --hbl-stores-muted: #63767a;
    --hbl-stores-line: #e3ecea;
    padding-bottom: 56px;
}

.hbl-stores-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    overflow: hidden;
    min-height: 210px;
    padding: 38px 44px;
    border: 1px solid var(--hbl-stores-line);
    border-radius: 22px;
    background:
        radial-gradient(circle at 92% 10%, rgba(223, 234, 0, .2), transparent 31%),
        linear-gradient(135deg, #f5fffc 0%, #e9f7f4 54%, #fbfcf5 100%);
    box-shadow: 0 18px 45px rgba(19, 47, 53, .08);
}

.hbl-stores-header::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, #008d83 0%, #00a88f 58%, #dfea00 100%);
    content: "";
}

.hbl-stores-header__copy { position: relative; z-index: 1; }
.hbl-stores-header__pill,
.hbl-store-card__pill {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 11px;
    border: 1px solid rgba(0, 141, 131, .16);
    border-radius: 999px;
    background: rgba(0, 141, 131, .08);
    color: var(--hbl-stores-primary);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hbl-stores-header h1 {
    margin: 14px 0 8px;
    color: var(--hbl-stores-ink);
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 700;
    line-height: 1.1;
}

.hbl-stores-header p { margin: 0; color: var(--hbl-stores-muted); font-size: 15px; }

.hbl-stores-search { position: relative; z-index: 1; width: min(100%, 410px); }
.hbl-stores-search .form-group { position: relative; margin: 0; }
.hbl-stores-search button {
    position: absolute;
    top: 50%;
    left: 17px;
    z-index: 1;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--hbl-stores-primary);
    font-size: 18px;
    transform: translateY(-50%);
}
.hbl-stores-search .form-control {
    height: 54px;
    padding: 0 18px 0 48px;
    border: 1px solid rgba(0, 141, 131, .18);
    border-radius: 14px;
    background: rgba(255, 255, 255, .92);
    font-size: 14px;
    box-shadow: 0 12px 30px rgba(19, 47, 53, .09);
}
.hbl-stores-search .form-control:focus { border-color: var(--hbl-stores-primary); box-shadow: 0 0 0 3px rgba(0, 141, 131, .1); }

.hbl-stores-directory { margin-top: 32px; }
.hbl-stores-directory__toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
    padding: 0 2px;
}
.hbl-stores-directory__toolbar > div > span {
    display: block;
    margin-bottom: 6px;
    color: var(--hbl-stores-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.hbl-stores-directory__toolbar h2 { margin: 0; color: var(--hbl-stores-ink); font-size: 27px; }
.hbl-stores-directory__toolbar p { margin: 0; color: var(--hbl-stores-muted); font-size: 14px; }
.hbl-stores-directory__toolbar p strong { color: var(--hbl-stores-ink); }

.hbl-store-card-grid > [class*="col-"] { display: flex; margin-bottom: 28px; }
.hbl-store-card {
    display: flex;
    overflow: hidden;
    width: 100%;
    min-width: 0;
    flex-direction: column;
    border: 1px solid var(--hbl-stores-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(19, 47, 53, .065);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.hbl-store-card:hover {
    border-color: rgba(0, 141, 131, .24);
    box-shadow: 0 20px 42px rgba(19, 47, 53, .11);
    transform: translateY(-3px);
}

.hbl-store-card__cover {
    position: relative;
    display: block;
    height: 132px;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 4%, rgba(223, 234, 0, .26), transparent 34%),
        linear-gradient(135deg, #e9f8f4 0%, #f8fbef 100%);
}
.hbl-store-card__cover--image {
    background-image: linear-gradient(135deg, rgba(0, 86, 81, .14), rgba(19, 47, 53, .08)), var(--hbl-store-card-cover);
    background-position: center;
    background-size: cover;
}
.hbl-store-card__accent {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #008d83, #00a88f 65%, #dfea00);
}

.hbl-store-card__body { position: relative; flex: 1 1 auto; padding: 54px 24px 22px; }
.hbl-store-card__logo {
    position: absolute;
    top: -45px;
    left: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    padding: 8px;
    overflow: hidden;
    border: 4px solid #fff;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(19, 47, 53, .15);
}
.hbl-store-card__logo img { width: 100%; height: 100%; border-radius: 9px; object-fit: contain; }
.hbl-store-card__pill { min-height: 25px; padding: 3px 9px; font-size: 10px; }
.hbl-store-card h2 { margin: 12px 0 9px; font-size: 21px; line-height: 1.3; }
.hbl-store-card h2 a { color: var(--hbl-stores-ink); }
.hbl-store-card h2 a:hover { color: var(--hbl-stores-primary); }
.hbl-store-card__rating { margin-bottom: 16px; }
.hbl-store-card__rating .rating_wrap { justify-content: flex-start; }

.hbl-store-card__meta { display: grid; gap: 9px; }
.hbl-store-card__meta a,
.hbl-store-card__meta span {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    min-width: 0;
    color: var(--hbl-stores-muted);
    font-size: 13px;
    line-height: 1.45;
    overflow-wrap: anywhere;
}
.hbl-store-card__meta a:hover { color: var(--hbl-stores-primary); }
.hbl-store-card__meta i { flex: 0 0 16px; margin-top: 2px; color: var(--hbl-stores-primary); font-size: 15px; text-align: center; }

.hbl-store-card__footer { padding: 0 24px 24px; }
.hbl-store-card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--hbl-stores-primary) 0%, var(--hbl-stores-primary-dark) 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0 11px 22px rgba(0, 141, 131, .2);
}
.hbl-store-card__button:hover { background: linear-gradient(135deg, #00a090 0%, #006f68 100%); color: #fff; }
.hbl-store-card__button i { font-size: 12px; transition: transform .2s ease; }
.hbl-store-card__button:hover i { transform: translateX(3px); }

.hbl-stores-empty {
    padding: 70px 24px;
    border: 1px dashed #cddedb;
    border-radius: 18px;
    background: #fbfdfd;
    text-align: center;
}
.hbl-stores-empty > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: #eaf7f4;
    color: var(--hbl-stores-primary);
    font-size: 26px;
}
.hbl-stores-empty h2 { margin-bottom: 8px; color: var(--hbl-stores-ink); }
.hbl-stores-empty p { margin-bottom: 22px; color: var(--hbl-stores-muted); }
.hbl-stores-empty .ps-btn { padding: 11px 24px; border-radius: 11px; font-size: 14px; font-weight: 400; }

@media (max-width: 767px) {
    .hbl-stores-page { padding-bottom: 36px; }
    .hbl-stores-header { align-items: stretch; flex-direction: column; gap: 24px; min-height: 0; padding: 30px 24px; border-radius: 17px; }
    .hbl-stores-search { width: 100%; }
    .hbl-stores-directory__toolbar { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 575px) {
    .hbl-stores-header { padding: 26px 20px; }
    .hbl-stores-header h1 { font-size: 30px; }
    .hbl-stores-header p { font-size: 14px; }
    .hbl-stores-directory { margin-top: 26px; }
    .hbl-store-card-grid > [class*="col-"] { margin-bottom: 20px; }
}
