    body { background: #f3f4f6; color: #1f2937; overscroll-behavior-y: none; }
    .navbar-shell { background: #0D6EFD; border-bottom: 0; }
    .offer-card, .category-card, .detail-card {
        border: 0;
        border-radius: 0;
        box-shadow: 0 18px 40px rgba(31, 41, 55, .08);
    }
    .offer-claim-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #eef2ff;
        color: #2563eb;
        padding: 0.75rem 1rem;
        border-radius: 0.5rem;
        font-weight: 600;
        text-decoration: none;
        transition: background 0.2s ease;
    }
    .offer-claim-btn:hover { background: #e0e7ff; color: #1d4ed8; }
    .offer-claim-btn .claim-text { display: flex; align-items: center; gap: 0.5rem; }
    .offer-claim-btn .divider { width: 1px; height: 20px; background: #c7d2fe; margin: 0 1rem; }
    .meta-chip { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; }
    .detail-card img { width: 100%; height: 220px; object-fit: cover; border-radius: 0; }
    .detail-hero-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 1rem;
        align-items: stretch;
    }
    .detail-hero-media {
        background: #fff;
        border: 1px solid #f3f4f6;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        overflow: hidden;
        height: 100%;
        min-height: 100%;
    }
    .detail-hero-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .detail-card {
        border-radius: 12px !important;
        border: 1px solid #e2e8f0 !important;
        box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06) !important;
        background: #ffffff;
    }
    .card-img-wrapper {
        border-radius: 12px !important;
        border: 1px solid #e2e8f0 !important;
        box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06) !important;
        padding: 0 !important;
        height: 380px;
        max-height: 480px;
        overflow: hidden;
        background: #f8fafc;
        position: relative;
    }
    .card-img-wrapper img {
        border-radius: 12px !important;
        width: 100%;
        height: 100%;
        object-fit: cover !important;
        object-position: center center !important;
        display: block;
    }
    .detail-store-banner {
        background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: 0.85rem 1.15rem;
        transition: all 0.25s ease;
    }
    .detail-store-banner:hover {
        background: #ffffff;
        border-color: #3b82f6;
        box-shadow: 0 4px 16px rgba(59, 130, 246, 0.12);
        transform: translateY(-2px);
    }
    .detail-store-banner .btn-outline-primary {
        white-space: nowrap !important;
        flex-shrink: 0 !important;
        font-size: 0.82rem;
        transition: all 0.2s ease;
    }
    .detail-store-banner:hover .btn-outline-primary {
        background-color: var(--primary, #0d6efd);
        color: #ffffff !important;
    }
    .detail-info-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.65rem;
    }
    .detail-info-item {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.65rem 0.85rem;
        background: #f8fafc;
        border: 1px solid #f1f5f9;
        border-radius: 8px;
    }
    .detail-info-icon {
        width: 36px;
        height: 36px;
        border-radius: 8px;
        background: rgba(13, 110, 253, 0.08);
        color: #0D6EFD;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.95rem;
        flex-shrink: 0;
    }
    .badge-highlight-pill {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        padding: 0.3rem 0.75rem;
        font-size: 0.8rem;
        font-weight: 600;
        background: #f0fdf4;
        color: #166534;
        border: 1px solid #bbf7d0;
        border-radius: 9999px;
    }
    .detail-cta-btn {
        background: #0D6EFD;
        color: #fff;
        border: none;
        border-radius: 10px;
        padding: 0.95rem 1.5rem;
        font-weight: 700;
        font-size: 1.05rem;
        box-shadow: 0 4px 14px rgba(13, 110, 253, 0.3);
        transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    }
    .detail-cta-btn:hover {
        background: #0b5ed7;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(13, 110, 253, 0.4);
    }
    @media (max-width: 576px) {
        .detail-card { padding: 0.9rem 0.75rem !important; }
        .detail-store-banner { padding: 0.65rem 0.75rem !important; gap: 0.5rem !important; }
        .detail-store-banner .btn-outline-primary { padding: 0.3rem 0.65rem !important; font-size: 0.75rem !important; }
        .container { padding-left: 0.65rem !important; padding-right: 0.65rem !important; }
        .card-img-wrapper { height: 250px; }
        .detail-info-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 0.5rem !important; }
        .detail-info-item { padding: 0.5rem 0.6rem !important; gap: 0.45rem !important; }
        .detail-cta-btn { padding: 0.75rem 1rem !important; font-size: 0.95rem !important; }
    }
    @media (max-width: 991.98px) {
        .detail-hero-layout {
            grid-template-columns: minmax(0, 1fr);
        }
        .detail-hero-media {
            min-height: 280px;
        }
    }
    @media (max-width: 575.98px) {
        .detail-hero-media {
            min-height: 220px;
        }
    }
    @media (min-width: 992px) {
        .details-main-col,
        .details-related-col {
            flex: 0 0 100%;
            max-width: 100%;
        }
        .details-main-col {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            gap: 1.25rem;
            align-items: stretch;
        }
        .details-main-col > .detail-card {
            order: 2;
            min-width: 0;
            height: 100%;
            margin-bottom: 0 !important;
        }
        .details-main-col > .card-img-wrapper {
            order: 1;
            height: 100%;
            min-height: 380px;
            max-height: 480px;
            margin-bottom: 0 !important;
        }
        .details-main-col > .card-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover !important;
            object-position: center center !important;
            display: block;
        }
    }
    .breadcrumb-scroll {
        overflow-x: auto;
        white-space: nowrap;
    }
    .breadcrumb-scroll::-webkit-scrollbar { display: none; }
    .breadcrumb {
        flex-wrap: nowrap !important;
    }
    .breadcrumb-item {
        display: flex !important;
        align-items: center !important;
    }
    .breadcrumb-letter-spaced { letter-spacing: .04em; }
    .offers-section {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 1rem;
        align-items: stretch;
    }
    .offer-card {
        width: 100%;
        height: 130px !important;
        min-height: 130px !important;
        max-height: 130px !important;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
        text-decoration: none;
        box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
        transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
        display: block;
        position: relative;
    }
    .offer-card:hover {
        border-color: #0D6EFD;
        transform: translateY(-2px);
        box-shadow: 0 12px 24px -4px rgba(13, 110, 253, 0.12), 0 4px 6px -2px rgba(13, 110, 253, 0.05);
    }
    .offer-body {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 130px !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        max-height: 100% !important;
    }
    .offer-content {
        min-width: 0;
        padding: .75rem .75rem .75rem .85rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: .35rem;
        height: 100%;
        overflow: hidden;
    }
    .offer-title {        
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 1.25;
        font-weight: 700;
        font-size: 0.92rem;
        margin: 0;
        color: #0f172a;
        letter-spacing: -.02em;
    }
    .offer-meta-row {
        display: flex;
        align-items: center;
        gap: .45rem;
        flex-wrap: wrap;
    }
    .offer-category-badge {
        display: inline-flex;
        align-items: center;
        padding: .15rem .55rem;
        font-size: .72rem;
        font-weight: 600;
        border-radius: 9999px;
        background: rgba(13, 110, 253, 0.08);
        color: #0D6EFD;
    }
    .offer-area-text {
        font-size: .75rem;
        color: #64748b;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        gap: .25rem;
    }
    .offer-media {
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        max-height: 100% !important;
        overflow: hidden;
        position: relative;
        background: #f1f5f9;
        border-left: 1px solid #f1f5f9;
    }
    .offer-media img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
        display: block;
        transition: transform .3s ease;
    }
    .offer-card:hover .offer-media img {
        transform: scale(1.05);
    }
    @media (max-width: 575.98px) {
        .offer-body {
            grid-template-columns: minmax(0, 1fr) 115px !important;
        }
    }
    .offer-off {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        border: 1px solid #bfdbfe;
        border-radius: .35rem;
        background: #eff6ff;
        color: #1d4ed8;
        font-weight: 700;
        font-size: .75rem;
        line-height: 1;
        padding: .25rem .45rem;
        flex-shrink: 0;
    }
    .offer-price-row {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: .4rem .65rem;
        width: 100%;
        min-width: 0;
        flex-wrap: wrap;
    }
    .offer-price-group {
        display: flex;
        align-items: baseline;
        gap: .45rem;
        min-width: 0;
        flex: 1 1 auto;
        flex-wrap: wrap;
    }
    .offer-price-current {
        color: #0D6EFD;
        font-size: 1.35rem;
        font-weight: 800;
        line-height: 1;
        letter-spacing: -.03em;
        white-space: nowrap;
    }
    .offer-price-current--detail {
        font-size: clamp(1.8rem, 2.8vw, 2.75rem);
    }
    .offer-price-original {
        color: #94a3b8;
        font-size: .88rem;
        font-weight: 500;
        line-height: 1;
        white-space: nowrap;
        text-decoration: line-through;
        text-decoration-thickness: 1.5px;
    }
    @media (min-width: 992px) {
      .offers-section > .offer-card {
        height: 132px;
      }
      .offers-section {
        gap: 1.25rem;
      }
      .details-related-grid {
        gap: 1.25rem !important;
      }
      .offer-content {
        padding: .7rem .7rem .7rem .85rem;
      }
      .offer-title {
        min-height: 2.3em;
        line-height: 1.25;
        font-size: .95rem;
      }
      .offer-price-row {
        gap: .35rem .5rem;
        flex-wrap: nowrap;
      }
      .offer-price-group {
        gap: .35rem;
        flex-wrap: nowrap;
      }
      .offer-price-current {
        font-size: 1.3rem;
      }
      .offer-price-current--detail {
        font-size: 1.8rem;
      }
      .offer-price-original {
        font-size: .95rem;
      }
      .offer-off {
        font-size: .82rem;
        padding: .3rem .5rem;
      }
      .offer-media {
        flex-basis: 132px;
        width: 132px;
      }
    }
    @media (min-width: 768px) and (max-width: 991.98px) {
        .offers-section {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
    @media (min-width: 992px) {
        .offers-section {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }
    .category-card { background: #fff; }
    .badge-soft { background: #0d6dfd33; color: #0D6EFD; }
    .category-strip { background: #fff; border-bottom: 1px solid #e5e7eb; }
    .category-strip-scroll { display: flex; gap: .5rem; flex-wrap: wrap; }
    .category-pill { border: 1px solid #d8d8d8; background: #fff; color: #1f2937; }
    .category-pill-active { background: #0D6EFD; border-color: #0D6EFD; color: #fff; }
    .category-pill:hover, .category-pill:focus { background: #0D6EFD; border-color: #0D6EFD; color: #fff; }
    .footer-category-pill {
        display: inline-block;
        padding: 0.28rem 0.85rem;
        border-radius: 9999px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.12);
        color: #94a3b8;
        font-size: 0.78rem;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.2s ease;
        line-height: 1.4;
    }
    .footer-category-pill:hover,
    .footer-category-pill:focus {
        background: #0D6EFD;
        border-color: #0D6EFD;
        color: #ffffff;
        transform: translateY(-1px);
    }
    .footer-category-pill.active {
        background: #0D6EFD;
        border-color: #0D6EFD;
        color: #ffffff;
    }
    .footer-add-business-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
        background: #0D6EFD;
        color: #ffffff !important;
        font-weight: 700;
        font-size: 0.88rem;
        padding: 0.58rem 1.25rem;
        border-radius: 9999px;
        text-decoration: none;
        box-shadow: 0 4px 14px rgba(13, 110, 253, 0.35);
        transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
        border: 1px solid rgba(255, 255, 255, 0.18);
        white-space: nowrap;
    }
    .footer-add-business-btn:hover,
    .footer-add-business-btn:focus {
        background: #0b5ed7;
        color: #ffffff !important;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(13, 110, 253, 0.5);
    }
    .footer-add-business-btn .fa-arrow-right {
        transition: transform 0.2s ease;
    }
    .footer-add-business-btn:hover .fa-arrow-right {
        transform: translateX(3px);
    }
    .deal-card {
        min-height: 64px;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        background: #ffffff;
        box-shadow: 0 1px 3px rgba(15, 23, 42, .05);
        overflow: hidden;
        transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
        padding: 0.75rem 0.9rem;
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }
    .deal-card:hover {
        transform: translateY(-2px);
        border-color: #93c5fd;
        box-shadow: 0 10px 24px -4px rgba(13, 110, 253, .12), 0 4px 6px -2px rgba(15, 23, 42, .04);
    }
    .deal-card-icon-wrap {
        width: 44px;
        height: 44px;
        border-radius: 10px;
        background: rgba(13, 110, 253, 0.08);
        color: #0D6EFD;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        flex-shrink: 0;
        transition: transform .25s ease, background-color .25s ease, color .25s ease, box-shadow .25s ease;
    }
    .deal-card:hover .deal-card-icon-wrap {
        transform: scale(1.08);
        background: #0D6EFD;
        color: #ffffff;
        box-shadow: 0 4px 12px rgba(13, 110, 253, .25);
    }
    .deal-card-info {
        min-width: 0;
        flex: 1;
        display: flex;
        align-items: center;
    }
    .deal-card-title {
        font-size: clamp(0.95rem, 1.1vw, 1.08rem);
        line-height: 1.25;
        font-weight: 700;
        margin: 0;
        color: #0f172a;
        letter-spacing: -.02em;
        word-break: break-word;
        transition: color .2s ease;
    }
    .deal-card:hover .deal-card-title {
        color: #0D6EFD;
    }

    @media (max-width: 767.98px) {
        .deal-card {
            min-height: 54px;
            padding: 0.55rem 0.65rem;
            gap: 0.6rem;
            border-radius: 10px;
        }
        .deal-card-icon-wrap {
            width: 36px;
            height: 36px;
            border-radius: 8px;
            font-size: 1rem;
        }
        .deal-card-title {
            font-size: 0.88rem;
            line-height: 1.2;
        }
    }
    .navbar-shell .container { display: flex; align-items: center; gap: .75rem; }
    .header-toolbar { min-width: 0; flex: 1; display: flex; align-items: center; gap: .75rem; }
    .header-top-row { display: flex; align-items: center; gap: .65rem; flex: 1; min-width: 0; }
    .header-brand { flex: 0 0 auto; }
    .header-brand img { display: block; height: 40px; width: auto; padding-top: 2px; }

    /* Modern Glassmorphic Location Pill */
    .header-location-pill {
      display: inline-flex;
      align-items: center;
      gap: .45rem;
      height: 42px;
      padding: 0 .95rem;
      border-radius: 9999px;
      background: rgba(255, 255, 255, 0.16);
      border: 1px solid rgba(255, 255, 255, 0.28);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      color: #ffffff;
      font-size: .88rem;
      font-weight: 500;
      cursor: pointer;
      transition: all .2s ease;
      white-space: nowrap;
      flex-shrink: 0;
      text-decoration: none;
    }
    .header-location-pill:hover, .header-location-pill:focus {
      background: rgba(255, 255, 255, 0.26);
      border-color: rgba(255, 255, 255, 0.48);
      color: #ffffff;
    }
    .header-location-pill .location-pin-icon {
      font-size: .88rem;
      opacity: 0.95;
    }
    .header-location-pill .location-name {
      max-width: 120px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: 600;
    }
    .header-location-pill .location-chevron-icon {
      font-size: .72rem;
      opacity: 0.85;
      margin-left: .15rem;
      transition: transform .2s ease;
    }
    .header-location-pill:hover .location-chevron-icon {
      transform: translateY(1px);
    }

    /* Modern Unified Search Pill */
    .header-search-shell { flex: 1; min-width: 0; }
    .header-search-pill {
      display: flex;
      align-items: center;
      background: #ffffff;
      border-radius: 9999px;
      height: 42px;
      padding: 0 1rem;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
      cursor: pointer;
      transition: all .2s ease;
      border: 1px solid transparent;
    }
    .header-search-pill:hover {
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
      border-color: rgba(255, 255, 255, 0.8);
    }
    .header-search-pill .search-icon {
      color: #0D6EFD;
      font-size: .95rem;
      flex-shrink: 0;
      margin-right: .65rem;
    }
    .header-search-pill .header-search-input {
      border: 0;
      background: transparent;
      padding: 0;
      font-size: .88rem;
      color: #1e293b;
      width: 100%;
      cursor: pointer;
      outline: none;
      box-shadow: none;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
    }
    .header-search-pill .header-search-input::placeholder {
      color: #64748b;
      font-size: .88rem;
    }

    /* Wishlist Heart Icon Button */
    .header-wishlist-btn {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.16);
      border: 1px solid rgba(255, 255, 255, 0.28);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      color: #ffffff;
      font-size: 1.15rem;
      cursor: pointer;
      transition: all .2s ease;
      text-decoration: none;
      flex-shrink: 0;
      padding: 0;
    }
    .header-wishlist-btn:hover {
      background: rgba(255, 255, 255, 0.26);
      border-color: rgba(255, 255, 255, 0.5);
      color: #ff4d4f;
      transform: scale(1.08);
    }
    .header-wishlist-btn .wishlist-badge {
      position: absolute;
      top: -3px;
      right: -3px;
      background: #ef4444;
      color: #ffffff;
      font-size: .65rem;
      font-weight: 700;
      min-width: 18px;
      height: 18px;
      border-radius: 9999px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 4px;
      border: 2px solid #0D6EFD;
      line-height: 1;
      box-shadow: 0 2px 4px rgba(0,0,0,0.15);
      transition: transform .2s ease;
    }

    /* Modern Standout + Add Offer Pill Button */
    .header-add-offer {
      display: inline-flex;
      align-items: center;
      gap: .35rem;
      height: 42px;
      border: 0;
      background: #ffffff;
      color: #0D6EFD;
      font-weight: 700;
      font-size: .88rem;
      border-radius: 9999px;
      padding: 0 1.25rem;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      white-space: nowrap;
      text-decoration: none;
      transition: all .2s ease;
      flex-shrink: 0;
    }
    .header-add-offer:hover, .header-add-offer:focus {
      background: #f0f7ff;
      color: #0b5ed7;
      transform: translateY(-1px);
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
    }

    /* Wishlist Items in Modal */
    .wishlist-item-card {
      display: flex;
      align-items: center;
      gap: .75rem;
      padding: .65rem .75rem;
      background: #f8fafc;
      border: 1px solid #e2e8f0;
      border-radius: 10px;
      transition: all .2s ease;
      text-decoration: none;
      color: inherit;
    }
    .wishlist-item-card:hover {
      background: #ffffff;
      border-color: #0D6EFD;
      box-shadow: 0 4px 12px rgba(13, 110, 253, 0.08);
      color: inherit;
    }
    .wishlist-item-img {
      width: 52px;
      height: 52px;
      border-radius: 8px;
      object-fit: cover;
      flex-shrink: 0;
    }
    .wishlist-item-info {
      flex: 1;
      min-width: 0;
    }
    .wishlist-item-title {
      font-size: .88rem;
      font-weight: 600;
      color: #0f172a;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 2px;
    }
    .wishlist-item-meta {
      font-size: .76rem;
      color: #64748b;
    }
    .wishlist-item-price {
      font-weight: 700;
      color: #0D6EFD;
      font-size: .92rem;
    }
    .wishlist-item-remove {
      color: #94a3b8;
      background: transparent;
      border: 0;
      padding: .35rem;
      font-size: .95rem;
      cursor: pointer;
      border-radius: 6px;
      transition: all .15s ease;
    }
    .wishlist-item-remove:hover {
      color: #ef4444;
      background: #fee2e2;
    }

    /* Offer card wishlist toggle button */
    .offer-card {
      position: relative;
    }
    .offer-wishlist-btn {
      position: absolute;
      top: 8px;
      right: 8px;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.92);
      border: 1px solid rgba(0, 0, 0, 0.06);
      box-shadow: 0 2px 6px rgba(0,0,0,0.12);
      color: #64748b;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .82rem;
      cursor: pointer;
      z-index: 10;
      transition: transform .15s ease, color .15s ease, background .15s ease;
      backdrop-filter: blur(4px);
    }
    .offer-wishlist-btn:hover {
      transform: scale(1.15);
      color: #ef4444;
      background: #ffffff;
    }
    .offer-wishlist-btn.active {
      color: #ef4444;
      background: #ffffff;
    }
    /* Detail page small outline wishlist button */
    .detail-wishlist-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .45rem;
      padding: .42rem 1.15rem;
      font-size: .84rem;
      font-weight: 600;
      border-radius: 9999px;
      border: 1px solid #cbd5e1;
      background: #ffffff;
      color: #475569;
      transition: all .2s ease;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
      cursor: pointer;
      text-decoration: none;
    }
    .detail-wishlist-btn:hover {
      border-color: #ef4444;
      color: #ef4444;
      background: #fff5f5;
    }
    .detail-wishlist-btn.active {
      border-color: #ef4444 !important;
      background: #fef2f2 !important;
      color: #dc2626 !important;
      box-shadow: 0 1px 4px rgba(239, 68, 68, 0.12);
    }
    .modal-backdrop.show { opacity: .78; }
    .modal-content { box-shadow: 0 18px 60px rgba(0, 0, 0, .35); }
    .location-modal-dialog { max-width: 760px; }
    .location-modal-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
    .location-modal-title {
      display: flex;
      align-items: center;
      gap: .65rem;
      min-width: 0;
    }
    .location-modal-title i { color: #135ba3; }
    .location-modal-title h5 { margin: 0; }
    .location-choice-row {
      display: flex;
      gap: .75rem;
      flex-wrap: wrap;
    }
    .location-choice-row .location-choice {
      flex: 1 1 180px;
      min-width: 0;
    }
    .search-result-link:hover { background: #f8f1e7; }
    .location-choice { border: 1px solid #d8d8d8; background: #fff; }
    .location-choice:hover { border-color: #111827; }
    @media (max-width: 991.98px) {
        .navbar-shell { padding-top: .45rem; padding-bottom: .45rem; }
        .navbar-shell .container { display: block; }
        .header-toolbar { width: 100%; display: flex; flex-direction: column; gap: .4rem; }
        .header-top-row {
          display: flex;
          align-items: center;
          gap: .45rem;
          width: 100%;
          justify-content: space-between;
          margin-bottom: 0;
          transition: all 0.3s ease-in-out;
          overflow: hidden;
          max-height: 72px;
          opacity: 1;
        }
        body.mobile-header-collapsed .header-top-row {
          max-height: 0;
          opacity: 0;
          margin-bottom: 0;
        }
        .header-brand img { height: 34px !important; padding-top: 2px; }
        .header-location-pill { height: 36px; padding: 0 .65rem; font-size: .8rem; }
        .header-location-pill .location-name { max-width: 80px; }
        .header-wishlist-btn { width: 36px; height: 36px; font-size: .95rem; }
        .header-add-offer { height: 36px; padding: 0 .8rem; font-size: .78rem; }
        .header-search-pill { height: 38px; padding: 0 .85rem; }
        .header-search-shell { width: 100%; }
      .category-strip-scroll {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: .15rem;
      }
      .category-strip-scroll::-webkit-scrollbar { display: none; }
      .category-pill { white-space: nowrap; flex: 0 0 auto; }
      .offers-section { grid-template-columns: minmax(0, 1fr); }
      .offers-section > .offer-card { height: 130px; }
      .offer-content { padding: 0.6rem 0.5rem 0.6rem 0.7rem; }
      .offer-media { flex-basis: 130px; width: 130px; }
      .details-related-grid {
        grid-template-columns: minmax(0, 1fr) !important;
      }
    }
    @media (max-width: 575.98px) {
      .offers-section { grid-template-columns: minmax(0, 1fr); }
      .offers-section > .offer-card { height: 130px; }
      .offer-content { padding: 0.55rem 0.45rem 0.55rem 0.65rem; }
      .offer-media { flex-basis: 130px; width: 130px; }
      .offer-price-current { font-size: 1.45rem; }
      .offer-price-original { font-size: .9rem; }
      .offer-off { font-size: .78rem; }
    }
