.splide__slide, .product {
    position: relative;
}

.brxe-container h2, .brxe-container span:not(.hero-section span) {
    width: 100%;
    text-align: center; /* default left */
}

.product {
    margin-bottom: 3rem; /* default 3rem */
}

.woocommerce-loop-product__title, .woocommerce-loop-category__title {
    margin: .5rem 0 1rem
}

.star-rating, .price {
    margin: auto;
}

.price {
    display: block;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
}

.favorite-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2.7rem;
    max-width: 5.5rem;
    background: #e9e9e9;
    border-radius: 5rem;
    padding: .3rem 1rem;
    cursor: pointer;
    position: absolute;
    transform: translate(-50%, -4rem);
    left: 50%;
}

.favorite-button svg {
    width: 100%;
    max-width: 2.3rem;
}

.splide__slide .button, .product .button {
    margin: 1.5rem auto 0;
    display: flex;
    width: fit-content;
}

.product-list, .category-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-left: 0;
    gap: 3rem; /* default 3rem */
}

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-content {
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 4rem;
}

.hero-subheading, .hero-heading, .hero-text {
    width: 100%;
}

.hero-content-vp {
    margin: auto 0;
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
}

.hero-btn-cta {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.hero-button-cta {
    text-align: center;
}

.hero-logos {
    display: flex;
    margin-top: 4rem;
    gap: 1rem;
}

.hero-logos img, .hero-logo svg {
    object-fit: contain;
    max-height: 8rem; /* default 8rem */
    max-width: 8rem; /* default 8rem */
}

.hero-image {
    max-width: 50rem; /* default 50rem */
}

.hero-background {
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: var(--img-ovrly);
}

.hero-background img, .hero-background svg {
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.image-text-pair {
    display: flex;
    gap: 6rem; /* default 4rem */
}

.intro-text, .text-content {
    margin: 3rem auto 6rem auto;
    max-width: 80rem; /* default 4rem */
    text-align: center; /* default 4rem */
}

.image-wrapper, .text-wrapper {
    width: 50%;
}

.image-wrapper {
    margin: auto;
}

.pair-text {
    margin-bottom: 4rem;
}

.feedback-list {
    display: grid;
    gap: 4rem;
}

.testimonial-item {
    display: flex;
    flex-direction: column;
}

.testimonial-image {
    margin: 0 auto 2rem;
    max-width: 20rem;
    border-radius: 50rem;
    overflow: hidden;
    aspect-ratio: 1;
    display: flex;
}

.testimonial-image img {
    object-fit: cover;
}

.testimonial-big-text {
    font-size: 160%;
    font-weight: 600;
    margin: 1rem auto;
    text-align: center;
    line-height: 1.2;
    max-width: 85%;
}

.testimonial-rating {
    margin: 0 auto 2rem;
    font-size: 2.5rem;
}

.testimonial-feedback {
    margin-bottom: 4rem;
}

.testimonial-name {
    font-size: 1.6rem;
    font-weight: 600;
}

.last-btn {
    margin: 6rem auto 0;
}

#brx-content .add_to_cart_button {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}