.wpbay-discovery,
.wpbay-discovery * {
    box-sizing: border-box;
}

.wpbay-discovery {
    margin-top: 64px;
    padding-bottom: 88px;
}

.wpbay-discovery-section {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border: 1px solid #e7e9f0;
    border-radius: 24px;
    background: #fff;
}

.wpbay-discovery-section--related {
    background:
        radial-gradient(circle at 92% 0%, rgba(188, 40, 183, .11), transparent 34%),
        linear-gradient(145deg, #fff 0%, #fbf8ff 100%);
    border-color: rgba(188, 40, 183, .18);
}

.wpbay-discovery-section--seller {
    margin-top: 48px;
    background:
        radial-gradient(circle at 0% 0%, rgba(16, 168, 47, .08), transparent 30%),
        #fff;
}

.wpbay-discovery__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.wpbay-discovery__heading {
    max-width: 680px;
}

.wpbay-discovery__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #a31d9f;
    font-family: Manrope, Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    line-height: 1.2;
    text-transform: uppercase;
}

.wpbay-discovery-section--seller .wpbay-discovery__eyebrow {
    color: #087c20;
}

.wpbay-discovery__eyebrow::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    content: '';
}

.wpbay-discovery__title {
    margin: 0;
    color: #20242d;
    font-family: Manrope, Arial, sans-serif;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 850;
    line-height: 1.2;
}

.wpbay-discovery__description {
    margin: 8px 0 0;
    color: #626975;
    font-family: Manrope, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.65;
}

.wpbay-discovery__store-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 18px;
    color: #222832 !important;
    background: rgba(255, 255, 255, .88);
    border: 1px solid #dfe2e8;
    border-radius: 999px;
    font-family: Manrope, Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    transition:
        color .18s ease,
        background-color .18s ease,
        border-color .18s ease,
        transform .18s ease;
}

.wpbay-discovery__store-link::after {
    margin-left: 8px;
    content: '\2192';
}

.wpbay-discovery__store-link:hover,
.wpbay-discovery__store-link:focus-visible {
    color: #fff !important;
    background: #bc28b7;
    border-color: #bc28b7;
    transform: translateY(-1px);
}

.wpbay-related-products,
.wpbay-related-products *,
.wpbay-related-products *::before,
.wpbay-related-products *::after {
    box-sizing: border-box;
}

.wpbay-related-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 24px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.wpbay-related-products > .wpbay-item {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 100%;
}

.wpbay-related-products .wpbay-product-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-width: 0;
    padding: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e8ef;
    border-radius: 14px;
    box-shadow: 0 14px 35px rgba(22, 25, 37, .08);
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.wpbay-related-products .wpbay-product-card:hover {
    transform: translateY(-4px);
    border-color: #d9dce6;
    box-shadow: 0 20px 45px rgba(22, 25, 37, .12);
}

.wpbay-related-products .wpbay-product-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 9px;
    background: #f4f5f8;
}

.wpbay-related-products .wpbay-product-card__img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.wpbay-related-products .wpbay-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    padding: 10px 6px 8px;
}

.wpbay-related-products .wpbay-product-card__title {
    display: -webkit-box;
    min-height: 40px;
    margin: 0 0 20px;
    overflow: hidden;
    color: #222832;
    font-family: Manrope, Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.wpbay-related-products .wpbay-product-card__title a {
    color: inherit;
    font: inherit;
    text-decoration: none;
}

.wpbay-related-products .wpbay-product-card__title a:hover,
.wpbay-related-products .wpbay-product-card__title a:focus-visible {
    color: #bc28b7;
}

.wpbay-related-products .wpbay-product-card__price-row,
.wpbay-related-products .wpbay-product-card__meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    gap: 10px;
}

.wpbay-related-products .wpbay-product-card__price-row {
    margin-top: auto;
}

.wpbay-related-products .wpbay-product-card__stars {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    gap: 2px;
    overflow: hidden;
    font-size: 17px;
    line-height: 1;
    white-space: nowrap;
}

.wpbay-related-products .wpbay-product-card__stars .is-filled {
    color: #f5b400;
}

.wpbay-related-products .wpbay-product-card__stars .is-empty {
    color: #b9bec8;
}

.wpbay-related-products .wpbay-product-card__price {
    flex: 0 0 auto;
    max-width: 100px;
    overflow: hidden;
    color: #10a82f;
    font-family: Manrope, Arial, sans-serif;
    font-size: 20px;
    font-weight: 900 !important;
    line-height: 1.1;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wpbay-related-products .wpbay-product-card__price *,
.wpbay-related-products .wpbay-product-card__price .amount,
.wpbay-related-products .wpbay-product-card__price bdi {
    color: inherit !important;
    font-size: inherit;
    font-weight: 900 !important;
    line-height: inherit;
}

.wpbay-related-products .wpbay-product-card__price del {
    margin-right: 4px;
    color: #7b818c !important;
    font-size: 12px;
    font-weight: 500 !important;
}

.wpbay-related-products .wpbay-product-card__meta-row {
    margin-top: 8px;
}

.wpbay-related-products .wpbay-product-card__seller,
.wpbay-related-products .wpbay-product-card__sales {
    min-width: 0;
    color: #4f5662;
    font-family: Manrope, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.35;
}

.wpbay-related-products .wpbay-product-card__seller {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wpbay-related-products .wpbay-product-card__seller a {
    color: inherit;
    text-decoration: none;
}

.wpbay-related-products .wpbay-product-card__seller a:hover,
.wpbay-related-products .wpbay-product-card__seller a:focus-visible {
    color: #bc28b7;
    text-decoration: underline;
}

.wpbay-related-products .wpbay-product-card__sales {
    flex: 0 0 auto;
    text-align: right;
    white-space: nowrap;
}

.wpbay-related-products .wpbay-product-card__actions {
    display: flex;
    gap: 8px;
    padding-top: 8px;
}

.wpbay-related-products .wpbay-product-card__preview,
.wpbay-related-products .wpbay-product-card__cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    border: 1px solid #e1e4ea;
    border-radius: 999px;
    background: #f9fafb;
    text-decoration: none;
    transition:
        color .18s ease,
        background-color .18s ease,
        border-color .18s ease;
}

.wpbay-related-products .wpbay-product-card__preview {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    color: #111;
    font-family: Manrope, Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wpbay-related-products .wpbay-product-card__cart {
    flex: 0 0 50px;
    width: 50px;
}

.wpbay-related-products .wpbay-product-card__cart img {
    display: block;
    width: 17px;
    height: 17px;
    margin: 0;
}

.wpbay-related-products .wpbay-product-card__preview:hover,
.wpbay-related-products .wpbay-product-card__preview:focus-visible {
    color: #fff !important;
    background: #bc28b7 !important;
    border-color: #bc28b7 !important;
}

.wpbay-related-products .wpbay-product-card__cart:hover,
.wpbay-related-products .wpbay-product-card__cart:focus-visible {
    background: #10a82f !important;
    border-color: #10a82f !important;
}

.wpbay-related-products .wpbay-product-card__cart:hover img,
.wpbay-related-products .wpbay-product-card__cart:focus-visible img {
    filter: brightness(0) invert(1);
}

@media (max-width: 1024px) {
    .wpbay-related-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .wpbay-related-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 640px) {
    .wpbay-discovery {
        margin-top: 46px;
        padding-bottom: 64px;
    }

    .wpbay-discovery-section {
        padding: 22px 16px;
        border-radius: 18px;
    }

    .wpbay-discovery-section--seller {
        margin-top: 32px;
    }

    .wpbay-discovery__header {
        display: block;
        margin-bottom: 20px;
    }

    .wpbay-discovery__store-link {
        width: 100%;
        margin-top: 16px;
    }

    .wpbay-related-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .wpbay-related-products .wpbay-product-card {
        padding: 7px;
        border-radius: 12px;
    }

    .wpbay-related-products .wpbay-product-card__image {
        aspect-ratio: 1 / 1;
        border-radius: 8px;
    }

    .wpbay-related-products .wpbay-product-card__body {
        padding: 9px 4px 7px;
    }

    .wpbay-related-products .wpbay-product-card__title {
        min-height: 38px;
        margin-bottom: 12px;
        font-size: 12px;
        line-height: 1.35;
    }

    .wpbay-related-products .wpbay-product-card__price-row,
    .wpbay-related-products .wpbay-product-card__meta-row {
        gap: 6px;
    }

    .wpbay-related-products .wpbay-product-card__stars {
        gap: 0;
        font-size: 14px;
    }

    .wpbay-related-products .wpbay-product-card__price {
        max-width: 70px;
        font-size: 14px;
    }

    .wpbay-related-products .wpbay-product-card__seller,
    .wpbay-related-products .wpbay-product-card__sales {
        font-size: 10px;
    }

    .wpbay-related-products .wpbay-product-card__preview,
    .wpbay-related-products .wpbay-product-card__cart {
        min-height: 32px;
    }

    .wpbay-related-products .wpbay-product-card__preview {
        font-size: 11px;
    }

    .wpbay-related-products .wpbay-product-card__cart {
        flex-basis: 36px;
        width: 36px;
    }

    .wpbay-related-products .wpbay-product-card__cart img {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 480px) {
    .wpbay-related-products {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .wpbay-related-products .wpbay-product-card__image {
        aspect-ratio: 16 / 9;
    }

    .wpbay-related-products .wpbay-product-card__title {
        min-height: auto;
        font-size: 14px;
    }

    .wpbay-related-products .wpbay-product-card__stars {
        font-size: 15px;
    }

    .wpbay-related-products .wpbay-product-card__price {
        max-width: none;
        font-size: 18px;
    }

    .wpbay-related-products .wpbay-product-card__seller,
    .wpbay-related-products .wpbay-product-card__sales {
        font-size: 12px;
    }

    .wpbay-related-products .wpbay-product-card__preview {
        font-size: 12px;
    }

    .wpbay-related-products .wpbay-product-card__cart {
        flex-basis: 44px;
        width: 44px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .wpbay-related-products .wpbay-product-card,
    .wpbay-related-products .wpbay-product-card__preview,
    .wpbay-related-products .wpbay-product-card__cart,
    .wpbay-discovery__store-link {
        transition: none;
    }
}
