.section-product {
    position: relative;
    z-index: 1;
}

.section-product--bg {
    background: #0B014A;
    border-radius: 2.5rem;
    padding: 1.5rem;
}

.product-card {
    position: relative;
    background: #FFFFFF1A;
    padding: 0.5rem;
    border-radius: 2rem 2rem 1.5rem 1.5rem;
}

.product-card__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem;
    margin-bottom: .875rem;
    aspect-ratio: 1;
    overflow: hidden;
    padding: 2rem;
    background: #fff;
}

.product-card__image img {
    width: 100%;
    object-fit: cover;
}

.product-card__image i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    color: #fff;
    font-size: 1.125rem;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    background-color: #040B23;
    transition: 0.5s;
}

.product-card__title {
    margin-bottom: unset !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: .875rem;
}

.product-card__title a {
    display: block;
    font-size: 0.875rem;
    line-height: 2rem;
    font-family: var(--bold-font);
    color: #fff;
    transition: color .5s;
}


.product-card:hover .product-card__title a {
    color: var(--c2);
}

.product__icons i.icon-plus {
    font-size: 0.625rem;
}

.product__icons:hover {
    background-color: var(--c2);
    color: #fff;
}

.product__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    width: 4.5rem;
    background-color: #FF7FA71A;
    color: var(--c2);
    border-radius: 1rem;
    height: 3.5rem;
    font-size: 1.125rem;
    transition: 0.5s;
}


.pr_price__wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: .5rem;
    flex-grow: 1;
    width: 100%;
    margin-top: 1rem;
}

.final__price span {
    font-family: var(--bold-font);
    font-size: 0.75rem;
    color: #040B23;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background-color: #F5F3FC;
    width: 2.25rem;
    height: 2.25rem;
    flex-shrink: 0;
}

.final__price {
    display: flex;
    align-items: center;
    gaP: .25rem;
}

.product-card__price {
    flex-direction: column;
    display: flex;
    white-space: nowrap;
    align-items: flex-end;
}

.final__price p {
    font-family: var(--bold-font);
    font-size: 1.25rem;
    color: #5AC8A3;
    line-height: 1;
    background: linear-gradient(270deg, rgba(245, 243, 252, 0) 0%, #ECFCFC 100%);
    padding: .5rem;
    border-radius: 0.75rem;
    margin-bottom: unset !important;
}

.product_card_price .amount .woocommerce-Price-currencySymbol {
    font-size: 0.75rem;
    color: var(--c2);
    font-family: var(--bold-font);
}



.product_card_price :not(del) .amount {
    color: #0B014A;
    font-size: 1rem;
    font-family: var(--bold-font);
}

.product_card_price del {
    text-decoration-color: #0B014A40;
}

.product_card_price del .amount .woocommerce-Price-currencySymbol,
.product_card_price del .amount {
    font-size: 0.75rem;
    color: #0B014A80;
    font-family: var(--main-font);
}


.product_card_price {
    display: flex;
    line-height: 1;
    flex-direction: column-reverse;
    border: 1px solid #0B014A0D;
    height: 3.5rem;
    border-radius: 1rem;
    justify-content: center;
    padding-inline: 1rem;
    flex-grow: 1;
    gap: .25rem;
}


.product-card-cat {
    display: block;
    font-size: 0.75rem;
    line-height: 2;
    color: #0B014A80;
}


.product-card .off-badge {
    background: linear-gradient(180deg, #FFC6D8 0%, #FF7FA7 100%);
    color: #fff;
    line-height: 1.5;
    width: 3rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    position: absolute;
    top: 2rem;
    right: 0;
    font-family: var(--bold-font);
    font-size: 1rem;
    z-index: 1;
    pointer-events: none;
}


.product-card .product-card-cat {
    color: #FFFFFF80;
}

.product-card .product_card_price {
    border: 1px solid #E9EAF01A;
}

.product-card .product_card_price .amount {
    color: #fff;
}

.product-card .product__icons:hover {
    color: var(--c1);
    background-color: #fff;
}

.product-card .product__icons {
    background-color: #6462F933;
    color: #fff;
    transition: 0.5s;
}


.section-product-btn {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.section-product-nav span:not(.swiper-button-disabled):hover {
    background-color: #fff;
    color: var(--c1);
}

.section-product-nav span {
    width: 5.5rem;
    height: 3.5rem;
    background-color: #FFFFFF1A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-size: 0.75rem;
    transition: 0.5s;
}

.section-product-nav {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.section-product-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.section-product-btn a i {
    font-size: 0.75rem;
    opacity: 0.5;
}

.section-product-btn a:hover {
    background-color: #fff;
    color: var(--c1);
}

.section-product-btn a {
    font-family: var(--main-font);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.25rem;
    height: 3.5rem;
    min-width: 10.5rem;
    border-radius: 1rem;
    background: #FFFFFF1A;
    transition: 0.5s;

}

.sw-product .product_card_price del .woocommerce-Price-currencySymbol {
    color: #fff !important;
}


.section-product {
    position: relative;
}

.section-product-bf {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1px;
    height: 1px;
}

.section-product-af {
    position: absolute;
    top: 30%;
    left: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}




.section-product-bf::before,
.section-product-bf::after {
    position: absolute;
    content: '';
    width: 15rem;
    height: 15rem;
    background-color: #FF7FA7;
    border-radius: 2.5rem;
    transform: rotate(20deg);
    z-index: -1;
    right: 0;
    opacity: 0.2;
}

.section-product-bf::before {
    opacity: 1;
    top: -3rem;
}


.section-product-af::before,
.section-product-af::after {
    position: absolute;
    content: '';
    width: 15rem;
    height: 15rem;
    background-color: #FF7FA7;
    border-radius: 2.5rem;
    transform: rotate(-20deg);
    z-index: -1;
    left: 0;
    opacity: 0.2;
}

.section-product-af::before {
    opacity: 1;
    top: -3rem;
}