.trendpilot-pd-full-width-3 .trendpilot-product-container {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background-color: inherit;
}

.trendpilot-pd-full-width-3 .trendpilot-product-right {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.trendpilot-pd-full-width-3 .trendpilot-background-image {
    position: absolute;
    top: -50%;
    left: -60%;
    width: 250%;
    height: 250%;
    background-size: cover;
    background-position: center;
    filter: blur(20px);
}

.trendpilot-pd-full-width-3 .trendpilot-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(132 132 132 / 28%);
}

.trendpilot-pd-full-width-3 .trendpilot-product-picture {
    position: relative;
    padding: 40px;
    padding-bottom: 0px;
}

.trendpilot-pd-full-width-3 .trendpilot-product-image {
    max-height: 350px;
    max-width: 350px;
    display: block;
    width: 100%;
    height: auto;
}

.trendpilot-pd-full-width-3 .trendpilot-product-image-container {
    position: relative;
    display: inline-block;
}

.trendpilot-pd-full-width-3 .trendpilot-product-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 400px;
    padding: 30px;
    z-index: 5;
    gap: 20px;
}

.trendpilot-pd-full-width-3 .trendpilot-product-text {
    text-align: center;
    flex: 1;
}

.trendpilot-pd-full-width-3 .trendpilot-product-title {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.trendpilot-pd-full-width-3 .trendpilot-product-heading {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: lighter;
    z-index: 5;
}

.trendpilot-pd-full-width-3 .trendpilot-cta-wrapper {
    text-align: right;
}

.trendpilot-pd-full-width-3 .trendpilot-cta-link {
    text-decoration: none;
}

.trendpilot-pd-full-width-3 .trendpilot-cta-button {
    width: 115px;
    height: 42px;
    border: none;
    border-radius: 20px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
}

@media (max-width: 600px) {
    .trendpilot-pd-full-width-3 .trendpilot-product-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .trendpilot-pd-full-width-3 .trendpilot-cta-wrapper {
        text-align: center;
        margin-top: 10px;
    }
}