/* Bay9ja landing page - clean marketplace look */
:root {
    --ebay-blue: #0053da;
    --ebay-blue-hov: #004892;
}

.ebay-page {
    background: #f7f7f7;
}

/* ========== Bay9ja Header ========== */
.ebay-header {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ebay-utility-bar {
    background: #fff;
    font-size: 12px;
    color: #111;
}
.ebay-utility-bar a:hover { color: var(--ebay-blue) !important; }
.ebay-search-bar { background: #fff; position: relative; }
.ebay-logo { height: 36px; max-width: 140px; object-fit: contain; }
.ebay-logo-link { display: flex; align-items: center; }
.ebay-dropdown-btn {
    background: transparent;
    border: none;
    color: #111;
    font-size: 14px;
    padding: 8px 12px;
    cursor: pointer;
}
.ebay-dropdown-btn:hover { color: var(--ebay-blue); }
.ebay-search-input-group {
    border: 1px solid #565656;
    border-radius: 24px;
    overflow: hidden;
    flex: 1;
    min-width: 0;
}
.ebay-search-icon {
    position: absolute;
    left: 16px;
    font-size: 18px;
    color: #9b9b9b;
    pointer-events: none;
}
.ebay-search-input {
    border: none !important;
    padding: 10px 16px 10px 44px !important;
    font-size: 14px;
    background: transparent !important;
    flex: 1;
    min-width: 120px;
}
.ebay-search-input:focus { outline: none; box-shadow: none !important; }
.ebay-search-divider {
    width: 1px;
    height: 24px;
    background: #ddd;
    margin-left: 8px;
    margin-right: 12px;
    flex-shrink: 0;
}
.ebay-category-select {
    border: none !important;
    padding: 10px 32px 10px 16px !important;
    font-size: 14px;
    color: #565656;
    background: transparent !important;
    max-width: 160px;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23565656' d='M1 4l5 5 5-5z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
}
.ebay-category-select:focus { outline: none; }
.ebay-search-btn {
    background: var(--ebay-blue) !important;
    border: none !important;
    color: #fff !important;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 24px;
    cursor: pointer;
    margin-left: 12px;
    flex-shrink: 0;
    white-space: nowrap;
}
.ebay-search-btn:hover { background: var(--ebay-blue-hov) !important; color: #fff !important; }
.ebay-advanced-link { color: #111; margin-left: 8px; }
.ebay-advanced-link:hover { color: var(--ebay-blue); }
.ebay-primary-nav { background: #fff; border-bottom: 1px solid #e5e5e5; }
.ebay-nav-single-line {
    flex-wrap: nowrap !important;
}
.ebay-nav-single-line .list-inline-item .ebay-nav-link {
    white-space: nowrap;
}
.ebay-nav-link {
    color: #565656;
    font-size: 14px;
    padding: 8px 12px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.ebay-nav-link:hover { color: var(--ebay-blue); text-decoration: none; }
.ebay-nav-link-active {
    color: var(--ebay-blue) !important;
    font-weight: 600;
}
.ebay-nav-link-active::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    height: 3px;
    background: var(--ebay-blue);
    border-radius: 2px 2px 0 0;
}

/* Bay9ja mega-menu dropdown */
.ebay-mega-menu { padding-top: 0; }
.ebay-mega-menu-box {
    padding: 0;
    margin-top: -1px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    overflow: hidden;
    min-height: 200px;
}
.ebay-mega-menu-inner {
    display: flex;
    padding: 1.5rem 2rem;
    gap: 2rem;
}
.ebay-mega-menu-columns { flex: 1; display: flex; gap: 2.5rem; flex-wrap: wrap; }
.ebay-mega-menu-col { min-width: 180px; }
.ebay-mega-menu-heading {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin: 0 0 0.5rem 0;
}
.ebay-mega-menu-divider {
    height: 1px;
    background: #e5e5e5;
    margin-bottom: 0.75rem;
}
.ebay-mega-menu-link {
    display: block;
    font-size: 14px;
    color: #565656;
    padding: 0.35rem 0;
    text-decoration: none;
}
.ebay-mega-menu-link:hover { color: var(--ebay-blue); }
.ebay-mega-menu-promo {
    flex: 0 0 320px;
    background: #e8f4fc;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.ebay-mega-menu-promo-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #061826;
    margin: 0 0 1rem 0;
}
.ebay-mega-menu-shop-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #061826 !important;
    color: #fff !important;
    padding: 0.5rem 1rem;
    border-radius: 24px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
}
.ebay-mega-menu-shop-btn:hover { background: #0a3149 !important; color: #fff !important; }

/* Hero section - solid colors per slide, no arrows/dots/underline */
.ebay-hero-section {
    background: #fff;
    padding: 1rem 0 !important;
    min-height: 340px;
}
.ebay-hero-section .aiz-carousel { position: relative; width: 100%; min-height: 320px; }
/* Ensure first slide visible before slick init */
.ebay-hero-carousel > .carousel-box:first-child { display: block !important; }
.ebay-hero-carousel .slick-list,
.ebay-hero-carousel .slick-track { height: 100%; }
/* Hero slider dots & arrows - Bay9ja style */
.ebay-hero-carousel .slick-dots { bottom: 16px; }
.ebay-hero-carousel .slick-dots li button:before { color: rgba(255,255,255,0.7); font-size: 10px; }
.ebay-hero-carousel .slick-dots li.slick-active button:before { color: #fff; opacity: 1; }
.ebay-hero-carousel .slick-prev,
.ebay-hero-carousel .slick-next {
    background: rgba(0,0,0,0.35) !important;
    color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    z-index: 2;
}
.ebay-hero-carousel .slick-prev:hover,
.ebay-hero-carousel .slick-next:hover { background: rgba(0,0,0,0.5) !important; color: #fff !important; }
.ebay-hero-carousel .slick-prev { left: 12px !important; }
.ebay-hero-carousel .slick-next { right: 12px !important; }
.ebay-hero-banner {
    min-height: 300px;
    border-radius: 24px !important;
    overflow: hidden;
}
/* Direct solid color per slide */
.ebay-hero-lime { background: #8BC34A !important; }
.ebay-hero-navy { background: #003366 !important; }
.ebay-hero-blue { background: #0063d1 !important; }
.ebay-hero-golden { background: #feba02 !important; }
.ebay-hero-image-slide {
    min-height: 300px;
    background: #e5e5e5;
}
.ebay-hero-image-slide img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}
.ebay-hero-carousel .carousel-box { padding: 0 4px; }

/* Promo layout: left text+CTA, right images - balanced spacing */
.ebay-hero-promo {
    display: flex !important;
    align-items: center;
    padding: 2.5rem 3rem;
    min-height: 340px;
}
.ebay-hero-promo-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 3rem;
}
.ebay-hero-promo-left {
    flex: 0 0 38%;
    max-width: 380px;
}
.ebay-hero-headline {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}
.ebay-hero-dark { color: #061826 !important; }
.ebay-hero-white { color: #fff !important; }
.ebay-hero-subhead {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.25rem;
    line-height: 1.4;
}
.ebay-hero-footnote {
    font-size: 0.75rem;
    margin-top: 1rem;
}
.ebay-hero-cta {
    display: inline-block;
    background: #0d2818 !important;
    color: #fff !important;
    padding: 0.5rem 1.5rem;
    border-radius: 24px;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none !important;
}
.ebay-hero-cta:hover { background: #062010 !important; color: #fff !important; }
.ebay-hero-cta-light {
    display: inline-block;
    background: #BEE3F8 !important;
    color: #003366 !important;
    padding: 0.5rem 1.5rem;
    border-radius: 24px;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none !important;
}
.ebay-hero-cta-light:hover { background: #90cdf4 !important; color: #003366 !important; }

/* Right side: product cards/images */
.ebay-hero-promo-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.5rem;
}
.ebay-hero-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
}
.ebay-hero-product:hover .ebay-hero-product-label { text-decoration: none !important; }
.ebay-hero-product-img {
    width: 100px;
    height: 80px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 0.5rem;
}
.ebay-hero-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ebay-hero-product-label { font-size: 0.875rem; font-weight: 500; }

/* Tilted white cards (lime slide) */
.ebay-hero-cards-tilted {
    position: relative;
}
.ebay-hero-cards-tilted .ebay-hero-card {
    display: inline-block;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.ebay-hero-cards-tilted .ebay-hero-card:nth-child(1) { transform: rotate(-8deg); }
.ebay-hero-cards-tilted .ebay-hero-card:nth-child(2) { transform: rotate(4deg); }
.ebay-hero-cards-tilted .ebay-hero-card:nth-child(3) { transform: rotate(12deg); }
.ebay-hero-card-inner {
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.ebay-hero-card-inner img { width: 100%; height: 100%; object-fit: cover; }

/* Staircase overlapping cards (navy slide) - stairs top-left to bottom-right */
.ebay-hero-cards-stair {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    height: 180px;
    margin-right: -20px;
}
.ebay-hero-card-stair {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}
.ebay-hero-cards-stair .ebay-hero-card-stair:nth-child(1) {
    margin-right: -24px;
    z-index: 3;
    align-self: flex-start;
}
.ebay-hero-cards-stair .ebay-hero-card-stair:nth-child(2) {
    margin-right: -24px;
    z-index: 2;
}
.ebay-hero-cards-stair .ebay-hero-card-stair:nth-child(3) {
    z-index: 1;
}
.ebay-hero-cards-stair .ebay-hero-card-inner {
    width: 100px;
    height: 150px;
}
.ebay-hero-cards-stair .ebay-hero-card-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Denim wash colors - dark, medium, light (navy slide) - product-style */
.ebay-hero-denim-dark {
    background: linear-gradient(160deg, #1e3a5f 0%, #0f1f33 50%, #162d4a 100%);
}
.ebay-hero-denim-medium {
    background: linear-gradient(160deg, #4a6fa5 0%, #2e4a6f 50%, #3d5a80 100%);
}
.ebay-hero-denim-light {
    background: linear-gradient(160deg, #89b4d6 0%, #6a9bc4 50%, #b8d4e8 100%);
}

/* Single featured image (blue slide) */
.ebay-hero-single-img .ebay-hero-featured-img {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.ebay-hero-single-img .ebay-hero-featured-img img {
    width: 260px;
    height: 180px;
    object-fit: cover;
}

/* Recommended for you sections - Bay9ja style (100% match) */
.ebay-recommended-section { background: #fff; }
.ebay-recommended-header { gap: 1rem; flex-wrap: wrap; }
.ebay-recommended-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111;
    margin: 0;
}
.ebay-recommended-subtitle {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.25rem;
}
.ebay-recommended-seeall {
    font-size: 14px;
    color: #111;
    text-decoration: underline;
    flex-shrink: 0;
    white-space: nowrap;
}
.ebay-recommended-seeall:hover { color: var(--ebay-blue); text-decoration: underline; }
.ebay-recommended-carousel { position: relative; }
.ebay-rec-carousel .slick-arrow {
    background: #fff !important;
    color: #6c757d !important;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    font-size: 14px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12) !important;
    z-index: 2;
}
.ebay-rec-carousel .slick-arrow:hover { color: #111 !important; box-shadow: 0 2px 6px rgba(0,0,0,0.15) !important; }
.ebay-rec-carousel.arrow-x-0 .slick-prev { left: 8px !important; }
.ebay-rec-carousel.arrow-x-0 .slick-next { right: 8px !important; }

/* Recommended product cards - square, rounded, minimal */
.ebay-rec-card {
    display: block;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}
.ebay-rec-card-img-wrap {
    aspect-ratio: 1;
    border-radius: 18px;
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: 0.75rem;
}
.ebay-rec-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ebay-rec-wishlist {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #111;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: color 0.2s, background 0.2s;
}
.ebay-rec-wishlist:hover { color: #e53935; background: #fff; }
.ebay-rec-wishlist i { font-weight: 400; }
.ebay-rec-title {
    font-size: 14px;
    color: #111;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.35rem;
}
.ebay-rec-title:hover { color: var(--ebay-blue); }
.ebay-rec-price {
    font-size: 14px;
    color: #111;
}

/* Section titles - Bay9ja style */
.ebay-section-title {
    color: #111;
    font-size: 1.25rem;
    font-weight: 700;
}

/* Shop now / CTA buttons - Bay9ja blue */
.ebay-shop-now-btn {
    background: #0654ba !important;
    border-color: #0654ba !important;
    color: #fff !important;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
}
.ebay-shop-now-btn:hover {
    background: #004892 !important;
    border-color: #004892 !important;
    color: #fff !important;
}

/* Category icons */
.ebay-categories-section {
    background: #fff;
}
.ebay-category-img {
    width: 80px;
    height: 80px;
    background: #f5f5f5;
    overflow: hidden;
}
.ebay-category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ebay-category-icon:hover .ebay-category-img {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.ebay-category-icon:hover span {
    color: #0654ba !important;
}

/* Product cards - Bay9ja-style white cards */
.ebay-product-card {
    border: 1px solid #e5e5e5;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.ebay-product-card:hover {
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border-color: #d5d5d5;
}
.ebay-product-img-wrap {
    aspect-ratio: 1;
    min-height: 120px;
    background: #fff;
}
.ebay-product-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.5rem;
}
.ebay-product-img-wrap .product-hover-image {
    opacity: 0;
    transition: opacity 0.2s;
}
.ebay-product-card:hover .product-hover-image {
    opacity: 1;
}
.ebay-wishlist-icon {
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #666;
    transition: color 0.2s, background 0.2s;
}
.ebay-wishlist-icon:hover {
    color: #0654ba;
    background: #fff;
}
.ebay-product-name:hover {
    color: #0654ba !important;
}
.ebay-product-price .fw-700 {
    color: #0654ba;
}

/* Deals section - yellow accent */
.ebay-deals-section {
    background: #fff;
}

/* Featured categories - spring refresh style (square cards, light gray, product isolated) */
.ebay-featured-cats {
    background: #fff;
}
.ebay-featured-cats-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111;
    margin: 0;
}
.ebay-featured-cats-carousel .slick-list { margin: 0 -8px; }
.ebay-featured-cat-card {
    text-align: center;
    transition: opacity 0.2s;
}
.ebay-featured-cat-card:hover {
    text-decoration: none;
    opacity: 0.9;
}
.ebay-featured-cat-img {
    aspect-ratio: 1;
    background: #f0f0f0;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0.75rem;
}
.ebay-featured-cat-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.75rem;
}
.ebay-featured-cat-label {
    font-size: 14px;
    font-weight: 500;
    color: #111;
    display: block;
    line-height: 1.3;
}
.ebay-featured-cat-card:hover .ebay-featured-cat-label {
    color: var(--ebay-blue);
}

/* Promo banners */
.ebay-promo-banner .carousel-box {
    padding: 0 8px;
}
.ebay-promo-banner img {
    border-radius: 4px;
}

/* Best sellers */
.ebay-seller-card:hover {
    text-decoration: none;
    background: #f0f0f0 !important;
}
.ebay-seller-logo {
    width: 60px;
    height: 60px;
}

/* Bay9ja Footer */
.ebay-footer {
    background: #f7f7f7;
    color: #333;
}
.ebay-footer-main {
    background: #fff;
    border-top: 1px solid #e5e5e5;
}
.ebay-footer-title {
    color: #111;
}
.ebay-footer-links li {
    margin-bottom: 0.5rem;
}
.ebay-footer-links a {
    color: #333;
    font-size: 13px;
    text-decoration: none;
}
.ebay-footer-links a:hover {
    color: #0654ba;
    text-decoration: underline;
}
.ebay-footer-bottom {
    background: #f7f7f7;
    border-top: 1px solid #e5e5e5;
}
.ebay-footer-newsletter .btn-primary {
    background: #0654ba !important;
    border-color: #0654ba !important;
}
.ebay-footer-social a:hover { color: #0654ba !important; }

/* Bay9ja header mobile */
@media (max-width: 991px) {
    .ebay-utility-bar .list-inline-item { font-size: 11px; }
    .ebay-shop-category-dropdown { display: none !important; }
    .ebay-search-input-group { border-radius: 20px; }
    .ebay-search-btn { border-radius: 20px; padding: 8px 18px; margin-left: 10px; }
}
@media (max-width: 575px) {
    .ebay-utility-bar ul:first-child { display: none !important; }
    .ebay-logo { max-width: 100px; height: 28px; }
}

/* Hero promo responsive */
@media (max-width: 991px) {
    .ebay-hero-promo-inner { flex-direction: column; gap: 1.5rem; justify-content: center; }
    .ebay-hero-promo-left { flex: none; max-width: 100%; text-align: center; padding-right: 0; }
    .ebay-hero-promo-right { flex: none; justify-content: center; }
}
@media (max-width: 767px) {
    .ebay-hero-banner { min-height: auto; border-radius: 16px !important; }
    .ebay-hero-promo { padding: 1.5rem 1rem; min-height: 260px; }
    .ebay-hero-promo-right { gap: 1rem; }
    .ebay-hero-product-img { width: 70px; height: 56px; }
    .ebay-hero-cards-stair { height: 140px; margin-right: 0; }
    .ebay-hero-cards-stair .ebay-hero-card-inner { width: 75px; height: 110px; }
    .ebay-hero-cards-stair .ebay-hero-card-stair:nth-child(1),
    .ebay-hero-cards-stair .ebay-hero-card-stair:nth-child(2) { margin-right: -18px; }
}
@media (min-width: 1200px) {
    .ebay-hero-banner { min-height: 320px; }
}

/* ========== Bay9ja Product Details Page ========== */
@media (min-width: 992px) {
    .ebay-product-layout .ebay-product-gallery {
        flex: 0 0 58%;
        max-width: 58%;
    }
    .ebay-product-layout .ebay-product-details {
        flex: 0 0 42%;
        max-width: 42%;
    }
}
/* Bay9ja Action Buttons - stacked, pill shape */
.ebay-action-buttons .ebay-btn-primary,
.ebay-action-buttons .ebay-btn-outline {
    width: 100%;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 9999px;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
}
.ebay-action-buttons .ebay-btn-primary {
    background: var(--ebay-blue) !important;
    border: none !important;
    color: #fff !important;
}
.ebay-action-buttons .ebay-btn-primary:hover {
    background: var(--ebay-blue-hov) !important;
    color: #fff !important;
}
.ebay-action-buttons .ebay-btn-outline {
    background: #fff !important;
    border: 2px solid var(--ebay-blue) !important;
    color: var(--ebay-blue) !important;
}
.ebay-action-buttons .ebay-btn-outline:hover {
    background: #f7f7f7 !important;
    color: var(--ebay-blue) !important;
    border-color: var(--ebay-blue) !important;
}
.ebay-action-buttons .ebay-btn-watchlist i {
    font-size: 16px;
}
.ebay-product-layout .ebay-product-details h1 {
    font-size: 1.5rem;
    font-weight: 700;
}
.ebay-product-layout .ebay-product-details .right-side-cws {
    justify-content: flex-start !important;
}
.ebay-product-layout #description {
    margin-top: 2rem;
}
.ebay-product-layout #description .border {
    border-color: #e5e5e5 !important;
    border-radius: 8px;
}
.ebay-product-details .right-side-cws .compare,
.ebay-product-details .right-side-cws .wishlist,
.ebay-product-details .right-side-cws .share {
    color: var(--ebay-blue);
}
.product-details-nav-tab .nav-link {
    color: #565656 !important;
}
.product-details-nav-tab .nav-link:hover {
    color: var(--ebay-blue) !important;
}

/* ========== Bay9ja About this item section ========== */
.ebay-about-item-box {
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    overflow: hidden;
}
.ebay-about-item-header {
    border-bottom: 1px solid #d3d3d3;
    padding: 12px 20px;
}
.ebay-about-item-tab {
    font-size: 16px;
    font-weight: 600;
    color: var(--ebay-blue);
    display: block;
    margin-bottom: 10px;
}
.ebay-about-item-topline {
    font-size: 12px;
}
.ebay-about-item-disclaimer {
    color: #999;
}
.ebay-about-item-id {
    color: #666;
}
.ebay-about-item-id strong {
    color: #000;
}
.ebay-about-item-body {
    padding: 24px 20px;
}
.ebay-about-item-section {
    margin-bottom: 24px;
}
.ebay-about-item-section:last-child {
    margin-bottom: 0;
}
.ebay-about-item-heading {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 16px 0;
}
.ebay-about-item-row {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.ebay-about-item-row:last-child {
    border-bottom: none;
}
.ebay-about-item-label {
    color: #666;
    flex: 0 0 40%;
    max-width: 180px;
}
.ebay-about-item-value {
    color: #000;
    flex: 1;
}
.ebay-about-link {
    color: var(--ebay-blue);
    text-decoration: underline;
}
.ebay-about-link:hover {
    color: var(--ebay-blue-hov);
}
.ebay-about-item-description {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
}
.ebay-about-item-description p {
    margin-bottom: 0.5em;
}
.ebay-about-item-description p:last-child {
    margin-bottom: 0;
}
.ebay-about-item-footer {
    margin-top: 16px;
}
.ebay-back-to-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f5f5f5;
    border: 1px solid #d3d3d3;
    color: #000;
    transition: background 0.2s, border-color 0.2s;
}
.ebay-back-to-top:hover {
    background: #e8e8e8;
    border-color: #999;
    color: #000;
}

/* ========== Premium refinements - Bay9ja style polish ========== */
/* Same layout, colors, look & feel - elevated feel via typography, shadows, transitions */

.ebay-page {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Hero - refined depth and transitions */
.ebay-hero-banner {
    transition: box-shadow 0.3s ease;
}
.ebay-hero-banner:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}
.ebay-hero-promo {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}
.ebay-hero-headline {
    letter-spacing: -0.02em;
}
.ebay-hero-cta,
.ebay-hero-cta-light {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ebay-hero-cta:hover,
.ebay-hero-cta-light:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Hero product cards - premium hover */
.ebay-hero-card,
.ebay-hero-card-stair,
.ebay-hero-featured-img {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ebay-hero-card:hover,
.ebay-hero-card-stair:hover {
    transform: translateY(-4px) rotate(var(--tw, 0deg));
    box-shadow: 0 12px 28px rgba(0,0,0,0.2);
}
.ebay-hero-cards-tilted .ebay-hero-card:nth-child(1):hover { --tw: -8deg; }
.ebay-hero-cards-tilted .ebay-hero-card:nth-child(2):hover { --tw: 4deg; }
.ebay-hero-cards-tilted .ebay-hero-card:nth-child(3):hover { --tw: 12deg; }
.ebay-hero-single-img .ebay-hero-featured-img:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.ebay-hero-product {
    transition: transform 0.2s ease;
}
.ebay-hero-product:hover {
    transform: translateY(-2px);
}
.ebay-hero-product-img {
    transition: box-shadow 0.25s ease;
}
.ebay-hero-product:hover .ebay-hero-product-img {
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

/* Recommended sections - premium card polish */
.ebay-recommended-section {
    box-shadow: 0 1px 0 rgba(0,0,0,0.04);
}
.ebay-recommended-title {
    letter-spacing: -0.02em;
}
.ebay-rec-card {
    transition: transform 0.25s ease;
}
.ebay-rec-card:hover {
    transform: translateY(-2px);
}
.ebay-rec-card-img-wrap {
    transition: box-shadow 0.25s ease;
}
.ebay-rec-card:hover .ebay-rec-card-img-wrap {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.ebay-rec-title,
.ebay-rec-price {
    transition: color 0.2s ease;
}
.ebay-rec-carousel .slick-arrow {
    transition: box-shadow 0.2s ease, color 0.2s ease;
}

/* Product cards (listing grid) - premium hover */
.ebay-product-card {
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.ebay-product-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}
.ebay-product-img-wrap img {
    transition: transform 0.4s ease;
}
.ebay-product-card:hover .ebay-product-img-wrap img {
    transform: scale(1.03);
}

/* Image slide (when using slider images) */
.ebay-hero-image-slide img {
    transition: transform 0.5s ease;
}
.ebay-hero-image-slide:hover img {
    transform: scale(1.02);
}

/* Categories & shop sections */
.ebay-categories-section,
.ebay-shop-section {
    box-shadow: 0 1px 0 rgba(0,0,0,0.04);
}

/* ═══════════════════════════════════════════════════════════════════════
   KYC VERIFICATION BADGES — Tier 1 Silver / Tier 2 Gold / Tier 3 VIP
   ═══════════════════════════════════════════════════════════════════════ */

/* ── Base badge chip ─────────────────────────────────────────────────── */
.kyc-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid transparent;
    vertical-align: middle;
    line-height: 1.6;
    position: relative;
    overflow: hidden;
}
.kyc-badge::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.25) 0%, transparent 60%);
    pointer-events: none;
}
.kyc-badge .kyc-icon { font-size: 13px; line-height: 1; }

/* ── Tier 1 — Silver ─────────────────────────────────────────────────── */
.kyc-badge-silver {
    background: linear-gradient(135deg, #c8d6e0 0%, #8fa8bb 50%, #b0c4d4 100%);
    border-color: #7a9ab0;
    color: #1c3344;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    box-shadow: 0 1px 3px rgba(140,158,181,.5), inset 0 1px 0 rgba(255,255,255,.35);
}

/* ── Tier 2 — Gold ───────────────────────────────────────────────────── */
.kyc-badge-gold {
    background: linear-gradient(135deg, #f7d774 0%, #c9a430 50%, #e8c55a 100%);
    border-color: #a07c1a;
    color: #4a3000;
    text-shadow: 0 1px 0 rgba(255,255,255,.4);
    box-shadow: 0 1px 4px rgba(180,140,30,.5), inset 0 1px 0 rgba(255,255,255,.35);
}
.kyc-badge-gold::after {
    content: '';
    position: absolute;
    top: 0; left: -40%;
    width: 30%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
    animation: kyc-shine 3s infinite;
}

/* ── Tier 3 — VIP ────────────────────────────────────────────────────── */
.kyc-badge-vip {
    background: linear-gradient(135deg, #a855f7 0%, #6d28d9 50%, #9333ea 100%);
    border-color: #5b21b6;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.3);
    box-shadow: 0 1px 6px rgba(109,40,217,.55), inset 0 1px 0 rgba(255,255,255,.2);
}
.kyc-badge-vip::after {
    content: '';
    position: absolute;
    top: 0; left: -40%;
    width: 30%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent);
    animation: kyc-shine 2.5s infinite;
}

/* ── Shine keyframe ──────────────────────────────────────────────────── */
@keyframes kyc-shine {
    0%   { left: -40%; }
    60%  { left: 120%; }
    100% { left: 120%; }
}

/* ── Sizes ───────────────────────────────────────────────────────────── */
.kyc-badge-sm  { font-size: 10px; padding: 1px 6px; }
.kyc-badge-lg  { font-size: 13px; padding: 4px 12px; border-radius: 24px; }
.kyc-badge-xl  { font-size: 15px; padding: 6px 16px; border-radius: 28px; }

/* ── Unverified (Tier 0) ─────────────────────────────────────────────── */
.kyc-badge-unverified {
    background: #f1f1f1;
    border-color: #ccc;
    color: #888;
    font-weight: 600;
}

/* ── Seller card badge overlay ───────────────────────────────────────── */
.seller-kyc-overlay {
    position: absolute;
    top: 8px; right: 8px;
    z-index: 2;
}

/* ── Profile page badge block ────────────────────────────────────────── */
.kyc-profile-block {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.06);
}
.kyc-profile-block .kyc-badge { font-size: 13px; padding: 4px 12px; }

/* ── VIP crown pulse ─────────────────────────────────────────────────── */
.kyc-badge-vip .kyc-icon {
    animation: crown-pulse 2s ease-in-out infinite;
}
@keyframes crown-pulse {
    0%, 100% { transform: scale(1); }
    50%       { transform: scale(1.15); }
}
