/* ===== PREMIUM STYLES ===== */
:root {
  --hp-red: #C8102E;
  --hp-dark: #1a1a2e;
  --hp-gray: #6c757d;
  --hp-border: #e8e8e8;
  --hp-light-bg: #f8f9fa;
  --hp-dark-bg: #1a1a2e;
  --hp-footer-bg: #0d0d1a;
}

body.hp-page { font-family: 'Segoe UI', 'Inter', sans-serif; background: #f4f4f6; color: var(--hp-dark); }

/* ---- TOP BANNER ---- */
.hp-top-banner { background: var(--hp-red); color: #fff; font-size: 12px; padding: 10px 0; }
.hp-left-items { display: flex; gap: 20px; }
.hp-left-items i { margin-right: 4px; font-size: 11px; }
.hp-right-items { display: flex; gap: 16px; }
.hp-right-items a { color: #fff; text-decoration: none; font-size: 12px; transition: opacity .15s; }
.hp-right-items a:hover { opacity: .8; }

/* ---- LOCATION IN NAVBAR ---- */
.hp-loc-inner { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; font-size: 13px; font-weight: 500; color: var(--hp-dark); white-space: nowrap; padding: 4px 10px; border-radius: 8px; border: 1px solid var(--hp-border); transition: border-color .15s; }
.hp-loc-inner:hover { border-color: var(--hp-red); }
.hp-loc-inner i:first-child { color: var(--hp-red); font-size: 15px; }
.hp-loc-inner i:last-child { font-size: 11px; color: var(--hp-gray); transition: transform .2s; }
.hp-loc-inner:hover i:last-child { transform: rotate(180deg); }
.hp-loc-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.4); z-index: 99998; opacity: 0; visibility: hidden; transition: all .25s; }
.hp-loc-overlay.show { opacity: 1; visibility: visible; }
.hp-loc-popup { position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(.92); background: #fff; border-radius: 16px; width: 90%; max-width: 600px; max-height: 92vh; overflow-y: auto; z-index: 99999; opacity: 0; visibility: hidden; transition: all .25s; box-shadow: 0 20px 60px rgba(0,0,0,.15); }
.hp-loc-popup.show { opacity: 1; visibility: visible; transform: translate(-50%,-50%) scale(1); }
.hp-loc-popup-header { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid var(--hp-border); }
.hp-loc-popup-header h5 { font-size: 16px; font-weight: 700; margin: 0; color: var(--hp-dark); }
.hp-loc-popup-header button { width: 32px; height: 32px; border: none; background: var(--hp-light-bg); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .15s; }
.hp-loc-popup-header button:hover { background: #ffe0e3; color: var(--hp-red); }
.hp-loc-popup-body { padding: 16px 20px 20px; }
.hp-loc-search { display: flex; align-items: center; background: var(--hp-light-bg); border: 1px solid var(--hp-border); border-radius: 10px; padding: 0 12px; margin-bottom: 10px; }
.hp-loc-search i { color: var(--hp-gray); font-size: 14px; }
.hp-loc-search input { flex: 1; border: none; background: transparent; padding: 10px 8px; font-size: 13px; outline: none; }
.hp-loc-current { width: 100%; padding: 12px; border: 1px dashed var(--hp-border); background: #fff; border-radius: 10px; font-size: 13px; font-weight: 600; color: var(--hp-dark); cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; transition: all .15s; margin-bottom: 12px; }
.hp-loc-current i { color: var(--hp-red); font-size: 16px; }
.hp-loc-current:hover { border-color: var(--hp-red); background: #fff5f6; }
.hp-loc-map { width: 100%; height: 260px; border-radius: 12px; overflow: hidden; border: 1px solid var(--hp-border); margin-bottom: 8px; }
.pac-container { z-index: 100000 !important; border-radius: 10px; border: 1px solid var(--hp-border); box-shadow: 0 12px 30px rgba(0,0,0,.12); font-family: inherit; }
.pac-item { padding: 8px 12px; font-size: 13px; cursor: pointer; }
.pac-item:hover { background: #fff5f6; }
.pac-icon { margin-top: 8px; }
.hp-loc-hint { display: flex; align-items: center; gap: 6px; font-size: 11px; color: var(--hp-gray); margin-bottom: 10px; }
.hp-loc-hint i { color: var(--hp-red); }
.hp-loc-selected { display: flex; align-items: center; gap: 8px; background: #fff5f6; border: 1px solid #ffd0d5; border-radius: 10px; padding: 10px 12px; font-size: 13px; font-weight: 600; color: var(--hp-dark); margin-bottom: 10px; }
.hp-loc-selected i { color: var(--hp-red); font-size: 15px; flex-shrink: 0; }
.hp-loc-confirm { width: 100%; padding: 13px; border: none; background: linear-gradient(135deg, var(--hp-red), #E53945); color: #fff; border-radius: 10px; font-size: 14px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 8px 20px rgba(200,16,46,.25); transition: all .2s; margin-bottom: 14px; }
.hp-loc-confirm:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(200,16,46,.32); }
.hp-loc-list { max-height: 240px; overflow-y: auto; }
.hp-loc-title { font-size: 12px; font-weight: 700; color: var(--hp-gray); text-transform: uppercase; letter-spacing: .5px; margin: 2px 0 8px; }
.hp-loc-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.hp-loc-item { display: inline-block; padding: 7px 14px; border-radius: 999px; background: var(--hp-light-bg); font-size: 12px; color: var(--hp-dark); cursor: pointer; transition: all .15s; border: 1px solid var(--hp-border); }
.hp-loc-item:hover { background: #ffe0e3; color: var(--hp-red); font-weight: 500; border-color: #ffd0d5; }
.hp-loc-item:not(:last-child) { border-bottom: 1px solid var(--hp-border); }

/* ---- NAVBAR ---- */
.hp-navbar { background: #fff; padding: 10px 0; border-bottom: 1px solid var(--hp-border); position: sticky; top: 0; z-index: 1000; }
.hp-logo { font-size: 22px; font-weight: 800; color: var(--hp-dark); text-decoration: none; white-space: nowrap; }
.hp-logo span { color: var(--hp-red); }
.hp-logo:hover { color: var(--hp-dark); }

.hp-search { display: flex; align-items: center; background: var(--hp-light-bg); border-radius: 10px; border: 1px solid var(--hp-border); max-width: 500px; }
.hp-search input { flex: 1; border: none; background: transparent; padding: 10px 14px; font-size: 13px; outline: none; min-width: 0; }
.hp-search button { background: var(--hp-red); color: #fff; border: none; padding: 10px 18px; font-size: 13px; font-weight: 600; cursor: pointer; transition: background .15s; white-space: nowrap; border-radius: 0 10px 10px 0; }
.hp-search button:hover { background: #b00e28; }
.hp-nav-action { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: var(--hp-dark); gap: 2px; min-width: 56px; padding: 4px 0; border-radius: 8px; transition: background .15s; }
.hp-nav-action:hover { background: var(--hp-light-bg); color: var(--hp-red); }
.hp-nav-action i { font-size: 20px; }
.hp-nav-label { font-size: 10px; font-weight: 500; }

/* ---- SEARCH AUTOCOMPLETE ---- */
.hp-search-dropdown { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border: 1px solid var(--hp-border); border-radius: 0 0 12px 12px; box-shadow: 0 8px 24px rgba(0,0,0,.08); z-index: 9999; max-height: 360px; overflow-y: auto; opacity: 0; visibility: hidden; transition: all .2s; scrollbar-width: thin; scrollbar-color: #f8f9fa transparent; }
.hp-search-dropdown::-webkit-scrollbar { width: 6px; }
.hp-search-dropdown::-webkit-scrollbar-thumb { background: #f8f9fa; border-radius: 3px; }
.hp-search-dropdown.show { opacity: 1; visibility: visible; }
.hp-search-item { display: flex; align-items: center; gap: 10px; padding: 10px 14px; text-decoration: none; color: var(--hp-dark); transition: background .15s; border-bottom: 1px solid var(--hp-border); }
.hp-search-item:last-child { border-bottom: none; }
.hp-search-item:hover { background: var(--hp-light-bg); }
.hp-search-item img { width: 50px; height: 50px; border-radius: 8px; object-fit: cover; flex-shrink: 0; background: var(--hp-light-bg); }
.hp-search-info { flex: 1; min-width: 0; }
.hp-search-name { font-size: 13px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--hp-dark); }
.hp-search-price { font-size: 13px; color: var(--hp-red); font-weight: 700; margin-top: 2px; }

/* ---- CART BADGE ---- */
.hp-cart-badge { position: absolute; top: -4px; right: 10px; background: var(--hp-red); color: #fff; font-size: 10px; font-weight: 700; min-width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; border-radius: 50%; padding: 0 4px; line-height: 1; }

/* ---- NAV MENU ---- */
.hp-nav-menu { background: #fff; border-bottom: 1px solid var(--hp-border); }
.hp-nav-menu-list { list-style: none; padding: 0; margin: 0; display: flex; gap: 0; }
.hp-nav-menu-list li { margin: 0; }
.hp-nav-menu-list a { display: block; padding: 10px 20px; font-size: 13px; font-weight: 500; color: var(--hp-dark); text-decoration: none; transition: all .15s; border-bottom: 2px solid transparent; }
.hp-nav-menu-list a:hover { color: var(--hp-red); background: #fff5f6; }
.hp-nav-menu-list a.hp-active { color: var(--hp-red); border-bottom-color: var(--hp-red); }

/* ---- HERO ---- */
.hp-hero { background: transparent; }
.hp-hero img { width: 100%; display: block; }

/* ---- CATEGORY SCROLLER ---- */
.hp-cat-row { background: #fff; padding: 20px 0; border-bottom: 1px solid var(--hp-border); }
.hp-cat-item { display: flex; flex-direction: column; align-items: center; text-decoration: none; gap: 6px; padding: 8px 12px; border-radius: 10px; transition: background .15s; flex: 0 0 calc((100% - 40px) / 6); max-width: calc((100% - 40px) / 6); }
.hp-cat-item:hover { background: var(--hp-light-bg); }
.hp-cat-img { width: 120px; height: 120px; border-radius: 50%; overflow: hidden; border: 2px solid var(--hp-border); transition: border-color .15s; }
.hp-cat-item:hover .hp-cat-img { border-color: var(--hp-red); }
.hp-cat-img img { width: 100%; height: 100%; object-fit: cover; }
.hp-cat-item span { font-size: 13px; font-weight: 500; color: var(--hp-dark); text-align: center; }

/* ---- SECTION TITLES ---- */
.hp-section-title { font-size: 20px; font-weight: 700; color: var(--hp-dark); }
.hp-view-all { font-size: 13px; font-weight: 600; color: var(--hp-red); text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.hp-view-all:hover { color: #b00e28; }

/* ---- PRODUCT CARD ---- */
.hp-pcard { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid var(--hp-border); transition: all .2s; position: relative; height: 100%; }
.hp-pcard:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); border-color: #d0d0d0; }
.hp-card-badge { position: absolute; top: 8px; left: 8px; z-index: 2; padding: 2px 8px; border-radius: 4px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .3px; }
.hp-badge-off { background: var(--hp-red); color: #fff; }
.hp-badge-best { background: #e8f5e9; color: #2e7d32; }
.hp-wish-btn { position: absolute; top: 8px; right: 8px; z-index: 3; width: 32px; height: 32px; background: rgba(255,255,255,.9); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .2s; border: none; font-size: 15px; color: var(--hp-gray); }
.hp-wish-btn:hover { background: #fff; color: var(--hp-red); transform: scale(1.1); }
.hp-wish-btn.hp-wished { background: var(--hp-red); color: #fff; }
.hp-wish-btn.hp-wished:hover { background: #b00e28; }
.hp-pimg { width: 100%; aspect-ratio: 1/1; overflow: hidden; background: var(--hp-light-bg); display: flex; align-items: center; justify-content: center; }
.hp-pimg img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.hp-pcard:hover .hp-pimg img { transform: scale(1.05); }
.hp-pinfo { padding: 10px 12px 14px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.hp-pname { font-size: 13px; font-weight: 600; color: var(--hp-dark); line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hp-pweight { font-size: 11px; color: var(--hp-gray); }
.hp-pprice { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; margin-top: 2px; }
.hp-price-now { font-size: 15px; font-weight: 700; color: var(--hp-dark); }
.hp-price-was { font-size: 12px; color: var(--hp-gray); text-decoration: line-through; }
.hp-save-tag { font-size: 10px; font-weight: 600; color: var(--hp-red); background: #ffe0e3; padding: 1px 6px; border-radius: 3px; }
.hp-btn-cart { width: 100%; padding: 8px; background: var(--hp-red); border: none; border-radius: 8px; color: #fff; font-size: 12px; font-weight: 600; cursor: pointer; transition: background .15s; margin-top: 6px; }
.hp-btn-cart:hover { background: #b00e28; }
.hp-btn-red { padding: 8px 20px; background: var(--hp-red); border: none; border-radius: 8px; color: #fff; font-size: 13px; font-weight: 600; cursor: pointer; text-decoration: none; transition: background .15s; }
.hp-btn-red:hover { background: #b00e28; color: #fff; }

/* ---- QTY SELECTOR (sf- from original, keep compat) ---- */
.sf-qty-selector { display: flex; align-items: center; gap: 4px; justify-content: center; margin-top: 6px; }
.sf-qty-selector button { width: 30px; height: 30px; border: 1px solid var(--hp-border); background: #fff; border-radius: 6px; cursor: pointer; font-weight: 700; font-size: 15px; display: flex; align-items: center; justify-content: center; color: var(--hp-dark); transition: all .15s; }
.sf-qty-selector button:hover { background: var(--hp-light-bg); border-color: var(--hp-red); color: var(--hp-red); }
.sf-qty-value { min-width: 28px; text-align: center; font-weight: 600; font-size: 14px; color: var(--hp-dark); }

/* ---- TRUST STRIP ---- */
/* ---- TRUST STRIP (PREMIUM) ---- */
.hp-trust-premium {
    padding: 70px 0;
}

/* Card */
.hp-tp-card {
    position: relative;
    height: 300px;
    background: #fff;
    border-radius: 28px;
    padding: 30px 25px;
    text-align: center;
    transition: all .35s ease;
    border: 1px solid #F3EAEA;
    box-shadow: 0 20px 50px rgba(200,16,46,.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hp-tp-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: #C8102E;
    box-shadow: none;
}
.hp-tp-card:hover .hp-tp-icon {
    transform: rotate(8deg) scale(1.08);
}
.hp-tp-card:hover .hp-tp-badge {
    transform: translateY(-3px);
}

/* Decorative dotted pattern (top-left) */
.hp-tp-dots {
    position: absolute;
    top: 14px; left: 14px;
    width: 40px; height: 40px;
    background-image: radial-gradient(rgba(200,16,46,.15) 2px, transparent 2px);
    background-size: 12px 12px;
    opacity: 0.15;
    pointer-events: none;
}

/* Decorative faded circle (top-right) */
.hp-tp-circle {
    position: absolute;
    top: -40px; right: -40px;
    width: 110px; height: 110px;
    border-radius: 50%;
    background: rgba(200,16,46,.05);
    pointer-events: none;
}

/* Icon container */
.hp-tp-icon {
    width: 92px; height: 92px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFF4F5, #FFE6EA);
    border: 2px dashed rgba(200,16,46,.20);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 14px;
    transition: all .35s ease;
    flex-shrink: 0;
    box-shadow: 0 12px 28px rgba(200,16,46,.15);
    position: relative;
    z-index: 1;
}
.hp-tp-icon i { font-size: 40px; color: #C8102E; }

/* Badge */
.hp-tp-badge {
    display: inline-block;
    background: #C8102E;
    color: #fff;
    border-radius: 999px;
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 8px;
    position: relative;
    z-index: 1;
    transition: transform .35s ease;
}

/* Title */
.hp-tp-card h4 {
    font-size: 26px;
    font-weight: 700;
    color: #1F2937;
    margin: 0 0 10px;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

/* Divider with dot */
.hp-tp-divider {
    width: 52px;
    height: 3px;
    border-radius: 20px;
    background: linear-gradient(90deg, #FF5A5F, #C8102E);
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hp-tp-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #C8102E;
}

/* Description */
.hp-tp-card p {
    font-size: 14px;
    color: #6B7280;
    margin: 0;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* Icon pulse */
@keyframes hpTpPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}
.hp-tp-card:nth-child(1) .hp-tp-icon { animation: hpTpPulse 6s ease-in-out infinite; }
.hp-tp-card:nth-child(2) .hp-tp-icon { animation: hpTpPulse 6s ease-in-out 2s infinite; }
.hp-tp-card:nth-child(3) .hp-tp-icon { animation: hpTpPulse 6s ease-in-out 4s infinite; }

/* ---- COMBO BANNER (MINIMAL PREMIUM) ---- */
.combo-banner { padding: 50px 0; }

.combo-card {
    position: relative;
    margin: 0 auto;
    border-radius: 24px;
    padding: 40px 48px;
    overflow: hidden;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF6F7 100%);
    box-shadow: 0 30px 70px rgba(200,16,46,.08);
    border: 1px solid #F3EAEA;
}

.combo-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.combo-tag {
    display: inline-flex;
    align-items: center;
    background: #FCE8EA;
    color: #C8102E;
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .3px;
    margin-bottom: 14px;
}
.combo-tag i {
    font-size: 13px;
    margin-right: 6px;
    color: #C8102E;
}

.combo-inner h1 {
    font-size: 42px;
    font-weight: 800;
    color: #111827;
    line-height: 1.08;
    margin: 0;
    letter-spacing: -.5px;
}
.combo-inner h1 span {
    font-size: 42px;
    font-weight: 800;
    background: linear-gradient(90deg, #C8102E, #FF4B5C);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.combo-inner p {
    font-size: 15px;
    color: #6B7280;
    line-height: 1.7;
    max-width: 720px;
    margin: 16px 0 0;
}

.combo-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #C8102E;
    color: #fff;
    padding: 14px 32px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(200,16,46,.25);
    transition: all .35s ease;
    margin-top: 20px;
}
.combo-btn:hover {
    transform: translateY(-4px);
    background: #B00E28;
    box-shadow: 0 18px 38px rgba(200,16,46,.32);
    color: #fff;
}
.combo-btn svg { width: 16px; height: 16px; }

/* ---- WHY CHOOSE US ---- */
.why-section { padding: 80px 0; text-align: center; background: #fff; }
.section-heading { font-size: 26px; font-weight: 800; color: var(--hp-dark); margin-bottom: 6px; }
.section-divider { width: 50px; height: 3px; background: var(--hp-red); margin: 0 auto 30px; border-radius: 2px; }

.why-card {
    position: relative;
    background: #fff;
    border: 1px solid #F1F1F1;
    border-radius: 20px;
    padding: 24px 14px;
    height: 100%;
    overflow: hidden;
    transition: all .35s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,.04);
}
.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(200,16,46,.10);
    border-color: #F8D7DA;
}
.why-deco {
    position: absolute; top: -25px; right: -25px;
    width: 80px; height: 80px; border-radius: 50%;
    background: #C8102E; opacity: .04; pointer-events: none;
}
.why-icon {
    width: 64px; height: 64px;
    margin: 0 auto 16px;
    border-radius: 18px;
    background: linear-gradient(135deg,#FFE0E3,#F5B7B7);
    display: flex; align-items: center; justify-content: center;
    transition: all .35s ease;
    box-shadow: 0 8px 18px rgba(200,16,46,.15);
}
.why-card:hover .why-icon { transform: rotate(8deg) scale(1.08); }
.why-icon i { font-size: 28px; color: #C8102E; }
.why-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 6px; color: #1F2937; }
.why-card p { font-size: 13px; color: #6B7280; margin: 0 0 12px; line-height: 1.6; }
.why-line {
    width: 50px; height: 3px; border-radius: 20px;
    margin: 0 auto;
    background: linear-gradient(90deg, #C8102E, #FF6B6B);
    opacity: 0; transform: scaleX(0);
    transition: all .35s ease; transform-origin: center;
}
.why-card:hover .why-line { opacity: 1; transform: scaleX(1); }

/* ---- TESTIMONIALS ---- */
.testimonials-section { padding: 40px 0; background: #fff; text-align: center; position:relative; }

@media(max-width:768px){
  .testimonials-section button[onclick*="carousel"]{width:28px!important;height:28px!important;font-size:12px!important;}
}
.testimonial-card { background: var(--hp-light-bg); padding: 20px 16px; border-radius: 12px; text-align: center; height: 100%; }
.quote-icon { font-size: 36px; color: var(--hp-red); line-height: 1; font-family: Georgia, serif; margin-bottom: 4px; }
.stars { display: flex; justify-content: center; gap: 3px; margin-bottom: 8px; }
.star { color: #f59e0b; font-size: 14px; }
.testimonial-card p { font-size: 12px; color: var(--hp-gray); line-height: 1.5; margin-bottom: 8px; font-style: italic; }
.reviewer-name { font-size: 13px; font-weight: 600; color: var(--hp-dark); }
.reviewer-city { font-size: 11px; color: var(--hp-gray); }

/* ---- FOOTER ---- */
.hp-footer { background: var(--hp-footer-bg); color: rgba(255,255,255,.7); padding: 40px 0 0; font-size: 13px; }
.hp-fbrand { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 10px; }
.hp-fbrand span { color: var(--hp-red); }
.hp-fdesc { line-height: 1.6; margin-bottom: 14px; font-size: 12px; }
.hp-fsocial { display: flex; gap: 10px; }
.hp-fsocial a { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; background: rgba(255,255,255,.08); border-radius: 50%; color: rgba(255,255,255,.6); text-decoration: none; transition: all .15s; }
.hp-fsocial a:hover { background: var(--hp-red); color: #fff; }
.hp-fheading { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.hp-flinks { list-style: none; padding: 0; margin: 0; }
.hp-flinks li { margin-bottom: 6px; }
.hp-flinks a { color: rgba(255,255,255,.6); text-decoration: none; transition: color .15s; font-size: 12px; }
.hp-flinks a:hover { color: #fff; }
.hp-fcontact p { margin-bottom: 6px; display: flex; align-items: center; gap: 6px; font-size: 12px; }
.hp-fcontact i { width: 14px; color: var(--hp-red); }
.hp-fbottom { padding: 20px 0; margin-top: 30px; border-top: 1px solid rgba(255,255,255,.06); font-size: 12px; }
.hp-pay-icons { display: flex; gap: 6px; flex-wrap: wrap; }
.hp-pay-icon { padding: 2px 8px; background: rgba(255,255,255,.06); border-radius: 4px; font-size: 10px; font-weight: 600; color: rgba(255,255,255,.6); }

/* ---- MOBILE BOTTOM NAV ---- */
.hp-mobile-nav { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid var(--hp-border); z-index: 9999; justify-content: space-around; padding: 4px 0 env(safe-area-inset-bottom); }
.hp-mnav-item { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: var(--hp-gray); font-size: 10px; gap: 1px; padding: 4px 0; flex: 1; transition: color .15s; }
.hp-mnav-item:hover { color: var(--hp-dark); }
.hp-mnav-item i { font-size: 18px; }
.hp-mnav-item.hp-active { color: var(--hp-red); }
.hp-cart-rel { position: relative; display: inline-block; }
.hp-cart-rel .hp-cart-badge { position: absolute; top: -8px; right: -12px; }

/* ---- TOAST ---- */
.hp-toast { position: fixed; top: 20%; right: 20px; transform: translateY(20px); background: #fff; color: var(--hp-dark); padding: 12px 28px 12px 20px; border-radius: 10px; font-size: 13px; font-weight: 500; z-index: 99999; opacity: 0; transition: all .3s; pointer-events: none; box-shadow: 0 8px 24px rgba(0,0,0,.12); border-left: 4px solid var(--hp-red); }

.hp-toast-show { opacity: 1; transform: translateY(0); }
/* ---- SHOP FILTER SIDEBAR ---- */
.sf-shop { padding: 24px 0; }
.sf-shop-header { text-align: center; margin-bottom: 24px; }
.sf-shop-header h3 { font-size: 22px; font-weight: 700; color: var(--hp-dark); }
.sf-shop-header p { font-size: 13px; color: var(--hp-gray); }
.sf-filter-sidebar { background: #fff; border-radius: 12px; border: 1px solid var(--hp-border); padding: 16px; }
.sf-filter-card { margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--hp-border); }
.sf-filter-card:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.sf-filter-card h6 { font-size: 13px; font-weight: 700; color: var(--hp-dark); margin-bottom: 10px; }
.sf-filter-card h6 i { margin-right: 6px; color: var(--hp-red); }
.sf-filter-search { position: relative; }
.sf-filter-search input { width: 100%; padding: 8px 28px 8px 12px; border: 1px solid var(--hp-border); border-radius: 8px; font-size: 12px; outline: none; transition: border-color .15s; }
.sf-filter-search input:focus { border-color: var(--hp-red); }
.sf-cut-option, .sf-price-option { display: flex; align-items: center; gap: 8px; padding: 6px 8px; border-radius: 6px; cursor: pointer; font-size: 12px; color: var(--hp-gray); transition: all .15s; margin-bottom: 2px; }
.sf-cut-option:hover, .sf-price-option:hover { background: var(--hp-light-bg); }
.sf-cut-option.active, .sf-price-option.active { background: #fef2f2; color: var(--hp-red); font-weight: 600; }
.sf-radio { width: 14px; height: 14px; border-radius: 50%; border: 2px solid var(--hp-border); flex-shrink: 0; transition: all .15s; }
.sf-price-option.active .sf-radio, .sf-cut-option.active .sf-radio { border-color: var(--hp-red); background: var(--hp-red); box-shadow: inset 0 0 0 3px #fff; }
.sf-result-count { font-size: 12px; color: var(--hp-gray); }
.sf-btn { padding: 10px 24px; border-radius: 8px; font-size: 14px; font-weight: 600; border: none; cursor: pointer; transition: all .15s; }
.sf-btn-outline { background: transparent; border: 1px solid var(--hp-border); color: var(--hp-gray); }
.sf-btn-outline:hover { border-color: var(--hp-red); color: var(--hp-red); background: #fff5f6; }

/* ---- LOGIN / REGISTER ---- */
.auth-container, .signup-container { display: flex; align-items: center; justify-content: center; padding: 40px 20px; min-height: calc(100vh - 116px); background: var(--hp-light-bg); }
.auth-box, .signup-box { width: 100%; max-width: 420px; background: #fff; border-radius: 16px; box-shadow: 0 4px 24px rgba(0,0,0,.06); overflow: hidden; }
.auth-right, .signup-left { padding: 40px 32px; }
.auth-title, .signup-title { font-size: 22px; font-weight: 700; color: var(--hp-dark); }
.auth-box .form-control, .signup-box .form-control { height: 48px; border-radius: 8px; border: 1px solid var(--hp-border); font-size: 14px; padding: 0 14px; }
.auth-box .form-control:focus, .signup-box .form-control:focus { border-color: var(--hp-red); box-shadow: 0 0 0 3px rgba(200,16,46,.08); }
.auth-box .btn, .signup-box .btn { height: 48px; border-radius: 8px; font-weight: 600; font-size: 15px; }

/* =============================================
   SHOP BY CATEGORY
   ============================================= */
.sf-shop-cat {
  background: #fff;
  padding: 40px 0 36px;
  border-bottom: 1px solid var(--hp-border);
}
.sf-shop-cat-header {
  text-align: center;
  margin-bottom: 28px;
}
.sf-shop-cat-title {
  font-size: 26px;
  font-weight: 800;
  color: var(--hp-dark);
  margin: 0 0 6px;
}
.sf-shop-cat-subtitle {
  font-size: 14px;
  color: var(--hp-gray);
  margin: 0;
}
.sf-shop-cat-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 6px 44px;
}
.sf-shop-cat-track::-webkit-scrollbar { display: none; }

/* Category Card */
.sf-cat-card {
  flex: 0 0 calc((100% - 90px) / 6);
  min-width: 155px;
  background: #fff;
  border: 1.5px solid #eee;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  transition: all .28s ease;
  position: relative;
  box-shadow: 0 2px 8px rgba(0,0,0,.03);
}
.sf-cat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,.07);
  border-color: #ddd;
}
.sf-cat-active {
  border-color: var(--hp-red) !important;
  box-shadow: 0 8px 24px rgba(200,16,46,.10) !important;
}
.sf-cat-img-wrap {
  width: 100%;
  height: 120px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #FFF4F5, #FAFAFA);
}
.sf-cat-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.sf-cat-card:hover .sf-cat-img-wrap img {
  transform: scale(1.08);
}
.sf-cat-active .sf-cat-img-wrap img {
  transform: scale(1.05);
}
.sf-cat-count {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 6px;
  white-space: nowrap;
}
.sf-cat-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--hp-dark);
  padding: 12px 12px 14px;
  line-height: 1.2;
  text-align: center;
}
.sf-cat-indicator {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: var(--hp-red);
  border-radius: 3px 3px 0 0;
  transition: width .28s ease;
}
.sf-cat-active .sf-cat-indicator {
  width: 40px;
}

/* Navigation Arrows */
.sf-cat-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background: #fff;
  border: 1.5px solid var(--hp-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  font-size: 16px;
  color: var(--hp-dark);
  transition: all .2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.sf-cat-arrow:hover {
  background: var(--hp-red);
  border-color: var(--hp-red);
  color: #fff;
  box-shadow: 0 4px 14px rgba(200,16,46,.25);
}
.sf-cat-arrow-left { left: -8px; }
.sf-cat-arrow-right { right: -8px; }

/* =============================================
   EXPLORE CHICKEN CUTS
   ============================================= */
.sf-cuts-section {
  padding: 44px 0 48px;
  background: var(--hp-light-bg);
}
.sf-cuts-header {
  text-align: center;
  margin-bottom: 24px;
}
.sf-cuts-title {
  font-size: 26px;
  font-weight: 800;
  color: var(--hp-dark);
  margin: 0 0 10px;
}
.sf-cuts-accent {
  width: 48px;
  height: 3px;
  background: var(--hp-red);
  border-radius: 3px;
  margin: 0 auto;
}

/* Filter Pills */
.sf-cuts-filters {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
  padding: 0 20px;
}
.sf-cut-pill {
  padding: 9px 22px;
  border-radius: 999px;
  border: 1.5px solid #e5e5e5;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: var(--hp-dark);
  cursor: pointer;
  transition: all .22s ease;
  white-space: nowrap;
}
.sf-cut-pill:hover {
  border-color: var(--hp-red);
  color: var(--hp-red);
  background: #fff5f6;
}
.sf-cut-active {
  background: var(--hp-red) !important;
  color: #fff !important;
  border-color: var(--hp-red) !important;
  box-shadow: 0 4px 14px rgba(200,16,46,.22);
}

/* Cards Track */
.sf-cuts-track-wrap {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  padding: 4px 0 8px;
}
.sf-cuts-track-wrap::-webkit-scrollbar { display: none; }
.sf-cuts-track-wrap:active { cursor: grabbing; }
.sf-cuts-track {
  display: flex;
  gap: 20px;
  padding: 0;
}

/* Chicken Cut Card */
.sf-cut-card {
  flex: 0 0 210px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  transition: all .28s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,.03);
}
.sf-cut-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0,0,0,.08);
  border-color: #ddd;
}
.sf-cut-img {
  width: 100%;
  height: 150px;
  overflow: hidden;
  background: linear-gradient(135deg, #FFF4F5, #FAFAFA);
}
.sf-cut-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.sf-cut-card:hover .sf-cut-img img {
  transform: scale(1.08);
}
.sf-cut-info {
  padding: 16px 16px 14px;
}
.sf-cut-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--hp-dark);
  margin-bottom: 4px;
  line-height: 1.25;
}
.sf-cut-desc {
  font-size: 12px;
  color: var(--hp-gray);
  margin-bottom: 12px;
}
.sf-cut-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sf-cut-count {
  font-size: 12px;
  font-weight: 700;
  color: var(--hp-red);
}
.sf-cut-arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF4F5;
  border-radius: 50%;
  transition: all .22s ease;
}
.sf-cut-arrow i {
  font-size: 13px;
  color: var(--hp-red);
}
.sf-cut-card:hover .sf-cut-arrow {
  background: var(--hp-red);
}
.sf-cut-card:hover .sf-cut-arrow i {
  color: #fff;
}
@media (max-width: 991px) {
  .hp-mobile-nav { display: flex; }
  .hp-footer { padding-bottom: 60px; }
  .hp-nav-menu { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .hp-nav-menu-list { white-space: nowrap; }
  .combo-card { padding: 32px 24px; }
  .combo-inner h1 { font-size: 34px; }
  .combo-inner h1 span { font-size: 36px; }
  .combo-inner p { font-size: 14px; }
  .sf-cat-card { flex: 0 0 calc((100% - 54px) / 3); min-width: 140px; }
  .sf-cat-img-wrap { height: 100px; }
  .sf-cuts-track { padding: 0 24px; }
  .sf-cut-card { flex: 0 0 190px; }
}

@media (max-width: 575px) {
  .hp-top-banner { font-size: 10px; padding: 6px 0; }
  .hp-left-items span:not(:first-child) { display: none; }
  .hp-right-items { display: none; }
  .hp-logo { font-size: 18px; }
  .hp-loc-inner { font-size: 12px; padding: 8px 10px; flex: 1; justify-content: flex-start; margin: 0; }
  .hp-loc-popup { width: 95%; max-width: 420px; }
  .hp-loc-map { height: 200px; }
  .hp-navbar { padding: 8px 0; }
  .hp-navbar .hp-nav-actions { display: none; }
  .hp-navbar .container > .d-flex { flex-wrap: wrap; row-gap: 8px; }
  .hp-search { order: 3; flex-basis: 100%; max-width: 100%; }
  .hp-search button { padding: 10px 14px; }
  .hp-nav-action { min-width: 44px; }
  .hp-nav-action i { font-size: 18px; }
  .hp-nav-label { font-size: 9px; }
  .hp-section-title { font-size: 17px; }
  .hp-cat-item { flex: 0 0 calc((100% - 28px) / 4); max-width: calc((100% - 28px) / 4); }
  .hp-cat-img { width: 80px; height: 80px; }
  .hp-cat-item span { font-size: 11px; }
  .hp-pcard { border-radius: 8px; }
  .hp-pinfo { padding: 8px 10px 12px; }
  .hp-pname { font-size: 12px; }
  .hp-price-now { font-size: 14px; }
  .hp-price-was { font-size: 11px; }
  .hp-trust-premium { padding: 40px 0; }
  .hp-tp-card { height: auto; min-height: 240px; padding: 24px 20px; }
  .hp-tp-icon { width: 76px; height: 76px; }
  .hp-tp-icon i { font-size: 32px; }
  .hp-tp-card h4 { font-size: 22px; }
  .hp-tp-card p { font-size: 13px; }
  .hp-tp-badge { font-size: 11px; padding: 4px 12px; }
  .why-card { padding: 20px 14px; }
  .why-icon { width: 52px; height: 52px; border-radius: 14px; }
  .why-icon i { font-size: 22px; }
  .why-card h3 { font-size: 15px; }
  .why-card p { font-size: 12px; }
  .section-heading { font-size: 20px; }
  .combo-card { padding: 28px 18px; border-radius: 16px; }
  .combo-inner h1 { font-size: 28px; }
  .combo-inner h1 span { font-size: 30px; }
  .combo-inner p { font-size: 14px; }
  .combo-btn { width: 100%; justify-content: center; padding: 13px 20px; font-size: 15px; }
  .combo-tag { font-size: 12px; padding: 6px 14px; }
  .testimonial-card { padding: 16px 12px; }
  .auth-right, .signup-left { padding: 28px 20px; }
  .auth-title, .signup-title { font-size: 18px; }
  .sf-filter-sidebar { padding: 12px; }
  .sf-shop-header h3 { font-size: 18px; }
  .sf-shop-cat { padding: 28px 0 24px; }
  .sf-shop-cat-title { font-size: 20px; }
  .sf-shop-cat-subtitle { font-size: 12px; }
  .sf-shop-cat-track { gap: 12px; padding: 6px 20px; }
  .sf-cat-card { flex: 0 0 calc((100% - 36px) / 2); min-width: 130px; padding: 0; }
  .sf-cat-img-wrap { height: 90px; }
  .sf-cat-name { font-size: 12px; padding: 8px 8px 10px; }
  .sf-cat-arrow { display: none; }
  .sf-cuts-section { padding: 32px 0 36px; }
  .sf-cuts-title { font-size: 20px; }
  .sf-cuts-filters { gap: 8px; margin-bottom: 20px; padding: 0 12px; }
  .sf-cut-pill { padding: 7px 16px; font-size: 12px; }
  .sf-cuts-track { gap: 14px; padding: 0 16px; }
  .sf-cut-card { flex: 0 0 170px; }
  .sf-cut-img { height: 120px; }
  .sf-cut-info { padding: 12px 12px 10px; }
  .sf-cut-name { font-size: 13px; }
  .sf-cut-desc { font-size: 11px; margin-bottom: 8px; }
}

/* ── PREMIUM OVERRIDES FOR SHOP FILTER WRAPPER ── */
.hp-product-item .hp-pcard { border: 1px solid var(--hp-border); }
.hp-product-item .hp-pcard:hover { border-color: var(--hp-red); box-shadow: 0 6px 20px rgba(200,16,46,.08); }

/* 5 columns per row */
.col-lg-20p { flex: 0 0 auto; width: 20%; }
@media (max-width: 991px) { .col-lg-20p { width: 33.333%; } }
@media (max-width: 575px) { .col-lg-20p { width: 50%; } }

/* ── PRODUCT RATING STARS (cards) ── */
.hp-rating { display: flex; align-items: center; gap: 4px; margin-bottom: 4px; }
.hp-stars { display: flex; gap: 1px; }
.hp-stars i { font-size: 11px; color: #f5a623; }
.hp-rating-num { font-size: 11px; font-weight: 600; color: var(--hp-dark); }
.hp-rating-count { font-size: 10px; color: var(--hp-gray); }

/* ── PRODUCT DETAIL: rating summary ── */
.pd-rating-summary .pd-stars { display: flex; gap: 2px; }
.pd-rating-summary .pd-stars i { font-size: 15px; color: #f5a623; }
.pd-avg-num { font-size: 14px; font-weight: 700; color: var(--hp-dark); }

/* ── RATINGS & REVIEWS SECTION ── */
.pd-reviews-section { padding: 40px 0; background: var(--hp-light-bg); }
.pd-reviews-title { font-size: 20px; font-weight: 700; color: var(--hp-dark); margin-bottom: 24px; }
.pd-reviews-card { background: #fff; border: 1px solid var(--hp-border); border-radius: 12px; padding: 24px; }

/* Left summary */
.pd-reviews-left { text-align: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--hp-border); }
.pd-big-rating { font-size: 48px; font-weight: 800; color: var(--hp-dark); line-height: 1; }
.pd-big-stars { display: flex; justify-content: center; gap: 3px; margin: 8px 0 6px; }
.pd-big-stars i { font-size: 18px; color: #f5a623; }
.pd-total-reviews { font-size: 12px; color: var(--hp-gray); }

/* Bars */
.pd-reviews-bars { display: flex; flex-direction: column; gap: 8px; }
.pd-bar-row { display: flex; align-items: center; gap: 8px; }
.pd-bar-label { font-size: 12px; font-weight: 600; color: var(--hp-dark); min-width: 36px; display: flex; align-items: center; gap: 2px; }
.pd-bar-label i { font-size: 10px; color: #f5a623; }
.pd-bar-track { flex: 1; height: 8px; background: #eee; border-radius: 4px; overflow: hidden; }
.pd-bar-fill { height: 100%; background: #f5a623; border-radius: 4px; transition: width .4s ease; }
.pd-bar-pct { font-size: 12px; color: var(--hp-gray); min-width: 20px; text-align: right; }

/* Write review */
.pd-write-title { font-size: 14px; font-weight: 700; color: var(--hp-dark); margin-bottom: 12px; }
.pd-star-select { display: flex; gap: 6px; margin-bottom: 12px; }
.pd-star-select i { font-size: 28px; color: #ddd; cursor: pointer; transition: color .15s, transform .15s; }
.pd-star-select i:hover { transform: scale(1.15); }
.pd-star-select i.active { color: #f5a623; }
.pd-review-input { width: 100%; border: 1px solid var(--hp-border); border-radius: 10px; padding: 12px; font-size: 13px; resize: vertical; outline: none; font-family: inherit; transition: border .2s; }
.pd-review-input:focus { border-color: var(--hp-red); }
.pd-submit-btn { width: 100%; margin-top: 10px; padding: 10px; background: var(--hp-red); color: #fff; border: none; border-radius: 10px; font-size: 13px; font-weight: 600; cursor: pointer; transition: background .2s; }
.pd-submit-btn:hover { background: #b30f27; }
.pd-submit-btn:disabled { opacity: .6; cursor: not-allowed; }

/* Reviews list */
.pd-review-item { padding: 16px 0; border-bottom: 1px solid var(--hp-border); }
.pd-review-item:last-child { border-bottom: none; }
.pd-review-head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.pd-review-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--hp-red); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; flex-shrink: 0; }
.pd-review-meta { flex: 1; }
.pd-review-name { display: block; font-size: 13px; font-weight: 600; color: var(--hp-dark); }
.pd-review-date { display: block; font-size: 11px; color: var(--hp-gray); }
.pd-review-stars { display: flex; gap: 2px; flex-shrink: 0; }
.pd-review-stars i { font-size: 12px; color: #f5a623; }
.pd-review-text { font-size: 13px; color: #555; line-height: 1.6; margin: 0; }

.pd-no-reviews { text-align: center; padding: 40px 20px; color: var(--hp-gray); }
.pd-no-reviews i { font-size: 32px; margin-bottom: 10px; display: block; }
.pd-no-reviews p { font-size: 13px; margin: 0; }

@media (max-width: 767px) {
  .pd-reviews-section .row { gap: 16px; }
  .pd-big-rating { font-size: 36px; }
  .pd-star-select i { font-size: 24px; }
}
