.section-header-ebay {
    margin-bottom: 18px;
    padding-bottom: 4px;
}

.section-header-ebay .title {
    margin: 0;
    color: #111820;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.section-header-ebay .title a {
    color: inherit;
}

.section-header-link-ebay {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #3665f3;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.row-ebay-market-grid {
    margin-right: -10px;
    margin-left: -10px;
}

.row-ebay-market-grid > .col-product,
.row-ebay-market-grid > .col-product-video-card {
    padding-right: 10px;
    padding-left: 10px;
}

.row-ebay-market-grid .product-card.product-card-ebay,
.row-ebay-market-grid .featured-video-card {
    margin-bottom: 18px;
}

#promoted_posts .section-header-ebay {
    margin-bottom: 18px;
    padding-bottom: 4px;
}

#promoted_posts .section-header-ebay .title {
    margin: 0;
    color: #111820;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

#promoted_posts .section-header-link-ebay {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #3665f3;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.row-featured-videos {
    margin-bottom: 10px;
}

.section-featured-video-products .row-featured-videos > .col-product-video-card,
.section-featured-video-products .swiper-carousel-featured-videos .swiper-slide-marketplace-home {
    display: flex;
    justify-content: center;
}

.section-featured-video-products .featured-video-storefront-card {
    display: block;
    width: 100%;
    max-width: 260px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
}

.section-featured-video-products .featured-video-storefront-thumb-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.section-featured-video-products .thumb-container {
    position: relative;
    width: 100%;
    padding-top: 140%;
    background-color: #f0f0f0;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0 16px 34px rgba(25, 25, 25, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-featured-video-products .featured-video-storefront-card:hover .thumb-container,
.section-featured-video-products .featured-video-storefront-card:focus .thumb-container,
.section-featured-video-products .featured-video-storefront-card:focus-within .thumb-container {
    transform: scale(1.02);
    box-shadow: 0 18px 36px rgba(15, 157, 143, 0.18);
}

.section-featured-video-products .live-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    color: #afff00;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    backdrop-filter: blur(4px);
}

.section-featured-video-products .live-tag::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    background: #afff00;
    border-radius: 50%;
    box-shadow: 0 0 5px #afff00;
}

.section-featured-video-products .featured-video-storefront-preview,
.section-featured-video-products .featured-video-storefront-cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-featured-video-products .featured-video-storefront-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding: 18px;
    background: linear-gradient(180deg, #f7f7f7 0%, #ececec 100%);
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.section-featured-video-products .card-info {
    padding: 10px 0;
}

.section-featured-video-products .card-title {
    margin: 0;
    color: #191919;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-featured-video-products .card-title a,
.section-featured-video-products .card-meta a {
    color: inherit;
    text-decoration: none;
}

.section-featured-video-products .featured-video-storefront-card:hover .card-title,
.section-featured-video-products .featured-video-storefront-card:focus .card-title,
.section-featured-video-products .featured-video-storefront-card:focus-within .card-title {
    color: #0a766b;
}

.section-featured-video-products .card-meta {
    margin-top: 5px;
    color: #707070;
    font-size: 12px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-featured-video-products .featured-video-storefront-price {
    margin-top: 8px;
    color: #191919;
    font-size: 15px;
    font-weight: 700;
}

.featured-video-card {
    background: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.featured-video-media {
    position: relative;
    display: block;
    background: #111;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.featured-video-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
}

.featured-video-media-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.featured-video-media-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #183734 0%, #2d5b56 100%);
}

.featured-video-external-link {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: #fff;
    text-decoration: none;
}

.featured-video-provider,
.featured-video-source {
    font-size: 12px;
    color: #6b7280;
}

.featured-video-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}

.featured-video-card:hover .featured-video-media video,
.featured-video-card:focus-within .featured-video-media video {
    transform: scale(1.03);
}

.featured-video-play {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
}

.featured-video-body {
    padding: 16px;
}

.featured-video-seller {
    font-size: 12px;
    color: #4b5563;
}

.featured-video-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
}

.featured-video-title a,
.featured-video-seller a {
    color: inherit;
}

.featured-video-price {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}

.swiper-carousel-marketplace-home {
    padding: 2px 2px 6px;
}

.swiper-slide-marketplace-home {
    height: auto;
}

.swiper-slide-marketplace-home .featured-video-card,
.swiper-slide-marketplace-home .product-card.product-card-ebay {
    margin-bottom: 4px;
}

.swiper-carousel-marketplace-home .swiper-button-prev,
.swiper-carousel-marketplace-home .swiper-button-next {
    width: 42px;
    height: 42px;
    margin-top: -28px;
    border: 1px solid #d6dbe1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: #111827;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
}

.swiper-carousel-marketplace-home .swiper-button-prev:after,
.swiper-carousel-marketplace-home .swiper-button-next:after {
    font-size: 15px;
    font-weight: 700;
}

.product-card.product-card-ebay {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px;
    border: 1px solid #b2dfdb;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card.product-card-ebay:hover,
.product-card.product-card-ebay:focus-within {
    transform: translateY(-5px);
    border-color: #00796b;
    box-shadow: 0 10px 22px rgba(0, 121, 107, 0.18);
}

.product-card.product-card-ebay .product-image-container {
    position: relative;
    margin: 0 0 15px;
    height: 180px;
    padding: 0;
    background-color: #f9f9f9;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
}

.product-card.product-card-ebay .product-image-container a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
}

.product-card.product-card-ebay .product-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #f9f9f9;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.product-card.product-card-ebay:hover .product-image.default-image,
.product-card.product-card-ebay:focus-within .product-image.default-image {
    transform: scale(1.06);
}

.product-card.product-card-ebay .product-card-badge {
    top: 10px;
    left: 10px;
    z-index: 3;
    padding: 5px 8px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.product-card.product-card-ebay .product-actions-overlay {
    top: 10px;
    right: 10px;
    left: auto;
    bottom: auto;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    gap: 8px;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.product-card.product-card-ebay:hover .product-actions-overlay,
.product-card.product-card-ebay:focus-within .product-actions-overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.product-card.product-card-ebay .product-actions-overlay .action-btn {
    width: 34px;
    height: 34px;
    border: 1px solid #c9e4df;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: #00796b;
    box-shadow: 0 6px 14px rgba(0, 121, 107, 0.12);
}

.product-card.product-card-ebay .product-actions-overlay .action-btn:hover,
.product-card.product-card-ebay .product-actions-overlay .action-btn:focus {
    border-color: #00796b;
    color: #00796b;
}

.product-card.product-card-ebay .card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 0;
}

.product-card.product-card-ebay .product-meta-top {
    display: none;
}

.product-card.product-card-ebay .product-offer-chip {
    display: none;
}

.product-card.product-card-ebay .product-offer-row {
    display: none;
}

.product-card.product-card-ebay .product-title {
    height: 50px;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    overflow: hidden;
}

.product-card.product-card-ebay .product-title a {
    display: -webkit-box;
    overflow: hidden;
    color: #004d40;
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-card.product-card-ebay .product-title a:hover,
.product-card.product-card-ebay .product-title a:focus {
    color: #00695c;
    text-decoration: none;
}

.product-card.product-card-ebay .product-seller {
    display: none;
}

.product-card.product-card-ebay .product-seller a {
    color: inherit;
}

.product-card.product-card-ebay .product-seller a:hover,
.product-card.product-card-ebay .product-seller a:focus {
    color: #00695c;
}

.product-card.product-card-ebay .product-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 5px;
    color: #ff9900;
    font-size: 14px;
}

.product-card.product-card-ebay .rating {
    display: inline-flex;
    gap: 1px;
    color: #ff9900;
    font-size: 14px;
}

.product-card.product-card-ebay .product-rating-value {
    display: none;
}

.product-card.product-card-ebay .product-footer {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: auto;
}

.product-card.product-card-ebay .product-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    margin: 10px 0;
}

.product-card.product-card-ebay .product-footer .price {
    font-size: 22px;
    font-weight: 700;
    color: #00796b;
    line-height: 1;
}

.product-card.product-card-ebay .product-footer .discount-original-price {
    color: #6b7280;
    font-size: 13px;
}

.product-card.product-card-ebay .price-green,
.product-card.product-card-ebay .price-free {
    color: #00796b;
}

.product-card.product-card-ebay .product-shipping-info {
    display: block;
    color: #565959;
    font-size: 12px;
    line-height: 1.45;
    margin: 0 0 15px;
    min-height: 18px;
}

.product-card.product-card-ebay .product-shipping-info i {
    display: none;
}

.product-card.product-card-ebay .product-card-subtext {
    display: none;
}

.product-card.product-card-ebay .product-card-watchers {
    display: none;
}

.product-card.product-card-ebay .review-count {
    color: #4db6ac;
    font-size: 12px;
    margin-left: 5px;
}

.product-card.product-card-ebay .product-card-actions {
    margin-top: auto;
}

.product-card.product-card-ebay .product-card-cta {
    display: inline-flex;
    width: 100%;
    min-height: 0;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    border: 0;
    border-radius: 8px;
    background: #009688;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-card.product-card-ebay .product-card-cta:hover,
.product-card.product-card-ebay .product-card-cta:focus {
    background: #00796b;
    border-color: #00796b;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(0, 121, 107, 0.2);
}

.product-card.product-card-ebay .product-card-cta.btn-item-add-to-cart,
.product-card.product-card-ebay .product-card-cta.cart-btn {
    display: inline-flex !important;
}

.product-card.product-card-ebay .product-card-cta.is-added-to-cart {
    background: #2e7d32;
    border-color: #2e7d32;
}

.product-card.product-card-ebay .product-card-cta i {
    margin: 0;
}

.product-card.product-card-ebay .product-card-cta .spinner-border-add-cart-list {
    width: 16px;
    height: 16px;
}

.product-video-player-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
}

.product-video-player-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.product-video-player-link {
    padding: 18px;
    border: 1px solid #e4ecea;
    border-radius: 8px;
    background: #f7fbfa;
    text-align: center;
}

.product-video-player-link-copy {
    margin: 0 0 10px;
    color: #486260;
}

.product-video-player-native {
    width: 100%;
}

.product-location-map .embed-responsive {
    overflow: visible;
}

.product-preview-modal-row {
    width: auto !important;
}

.product-options-container {
    min-height: var(--product-options-min-height, 0);
}

@media (min-width: 1200px) {
    .row-ebay-market-grid > .col-product.col-product-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-ebay-market-grid > .col-product.col-product-6 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media (max-width: 767px) {
    .product-card.product-card-ebay .product-image-container {
        height: 160px;
    }

    #promoted_posts .section-header-ebay .title,
    .section-header-ebay .title {
        font-size: 23px;
    }

    #promoted_posts .section-header-link-ebay,
    .section-header-link-ebay {
        font-size: 13px;
    }

    .row-ebay-market-grid {
        margin-right: -8px;
        margin-left: -8px;
    }

    .row-ebay-market-grid > .col-product,
    .row-ebay-market-grid > .col-product-video-card {
        padding-right: 8px;
        padding-left: 8px;
    }
}

.store-products-page {
    background:
        radial-gradient(circle at top left, rgba(178, 223, 219, 0.32), transparent 24%),
        linear-gradient(180deg, #f0f7f7 0%, #f8fbfb 58%, #ffffff 100%);
}

.store-products-shell {
    padding-top: 18px;
    padding-bottom: 36px;
}

.store-products-page .h1-title-nvs {
    margin-bottom: 10px;
    color: #123d38;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.store-products-page .category-description {
    max-width: 760px;
    margin-bottom: 0;
    color: #486260;
    font-size: 14px;
    line-height: 1.7;
}

.store-products-layout {
    margin-top: 0;
}

.store-products-sidebar .product-filters {
    padding: 20px 18px;
    background: rgba(255, 255, 255, 0.94);
}

.store-products-sidebar .product-filters .filter-item-categories {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 24px;
    border-bottom: 0;
}

.store-products-sidebar .product-filters .filter-item-categories .filter-list {
    padding-bottom: 0;
}

.store-products-content {
    padding: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 251, 250, 0.98) 100%);
}

.store-product-list-header .filter-reset-tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.store-product-list-header .container-filter-products {
    margin-left: auto;
}

.store-product-list-header .product-sort-by .dropdown .btn,
.store-product-list-header .product-sort-by select {
    min-height: 42px;
    background: #f8fbfb;
}

.store-product-list-header .filter-reset-tag {
    min-height: 42px;
    padding-right: 14px;
    border: 1px solid #d5e8e4;
    border-radius: 999px;
    background: #f7fbfa;
}

.store-product-list-header .filter-reset-tag .right .reset-tag-title {
    color: #0f5f56;
}

.store-product-list-header .link-reset-filters {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #c6ddd8;
    border-radius: 999px;
    color: #0f5f56;
    background: #ffffff;
    font-weight: 600;
}

.store-product-list-content {
    position: relative;
}

.store-product-results-grid {
    justify-content: flex-start;
}

@media (min-width: 1200px) {
    .store-product-results-grid > .col-product.col-product-5,
    .store-product-results-grid > .col-product.col-product-6 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.store-no-records-found {
    margin: 0;
    padding: 40px 20px;
    border: 1px dashed #c8dcd8;
    border-radius: 18px;
    color: #58716d;
    text-align: center;
    background: rgba(255, 255, 255, 0.72);
}

.row-ebay-market-grid .product-card.product-card-ebay {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
}

.product-card.product-card-ebay {
    padding: 10px;
    border-color: #b2dfdb;
    border-radius: 14px;
    background: #fff;
}

.product-card.product-card-ebay .product-image-container {
    margin-bottom: 15px;
    border-radius: 10px;
}

.product-card.product-card-ebay .product-rating {
    margin-bottom: 5px;
}

.product-card.product-card-ebay .product-price {
    gap: 8px;
    margin: 10px 0;
}

.product-card.product-card-ebay .product-footer .price.store-card-price {
    display: inline-flex;
    align-items: flex-start;
    color: #00796b;
}

.product-card.product-card-ebay .store-price-main {
    display: inline-flex;
    align-items: flex-start;
    line-height: 1;
}

.product-card.product-card-ebay .store-price-number {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.product-card.product-card-ebay .store-price-sup {
    margin-right: 1px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.product-card.product-card-ebay .store-price-symbol-right {
    margin-right: 0;
    margin-left: 2px;
}

.product-card.product-card-ebay .product-shipping-info {
    min-height: 34px;
}

.product-card.product-card-ebay .product-card-cta {
    border-radius: 8px;
}

.section-category-products-store {
    margin-bottom: 30px;
}

.section-category-products-store .section-header-store-products {
    align-items: center;
    margin-bottom: 16px;
}

.section-category-products-store .title {
    margin: 0;
    color: #123d38;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.section-category-products-store .title a {
    color: inherit;
    text-decoration: none;
}

.section-category-products-store .font-600 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #00796b;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.swiper-carousel-store-products {
    padding: 18px;
    border: 1px solid #dbece8;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(240, 247, 247, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

.swiper-carousel-store-products .swiper-button-prev,
.swiper-carousel-store-products .swiper-button-next {
    width: 42px;
    height: 42px;
    border: 1px solid #d6e7e3;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: #123d38;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
}

.swiper-carousel-store-products .swiper-button-prev:after,
.swiper-carousel-store-products .swiper-button-next:after {
    font-size: 15px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .store-products-sidebar .product-filters {
        margin-bottom: 18px;
    }

    .store-products-content {
        padding: 18px;
    }

    .store-product-list-header {
        flex-direction: column;
    }

    .store-product-list-header .container-filter-products {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .store-products-shell {
        padding-top: 10px;
    }

    .store-products-page .h1-title-nvs,
    .section-category-products-store .title {
        font-size: 25px;
    }

    .store-products-content {
        padding: 14px;
        border-radius: 18px;
    }

    .store-products-sidebar .product-filters {
        padding: 16px 14px;
        border-radius: 18px;
    }

    .store-product-list-header {
        padding: 14px;
        border-radius: 16px;
    }

    .swiper-carousel-store-products {
        padding: 14px;
        border-radius: 18px;
    }

    .row-ebay-market-grid .product-card.product-card-ebay {
        max-width: none;
    }

    .product-card.product-card-ebay {
        padding: 16px;
    }
}




