.cta-beauty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--colormain);
    color: white;
    text-decoration: none;
    font-size: 13px;
    padding: 6px 20px;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 0 12px var(--colormain) !important;
    border-radius: 8px;
}

.cta-beauty:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px var(--colormain);
    color: #ffffff;
}

.cta-beauty::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
            to bottom right,
            rgba(255, 255, 255, 0.4),
            rgba(255, 255, 255, 0.2),
            rgba(255, 255, 255, 0)
    );
    transform: rotate(30deg);
    transition: all 0.5s ease;
}

.cta-beauty:hover::before {
    left: 100%;
}
/**** المان معرفی سایت ****/
.el-introduce-section {
    border-radius: 8px;
    min-height: 392px;
}
.el-is-right {
    top: 25px;
    right: 10%;
    width: 80%;
    margin-right: 10%;
    background: #f7f7f7;
    border-radius: 8px;
    padding: 20px;
    border: 2px solid #eee;
    min-height: 300px;
    border-bottom: 2px solid var(--colormain);
    margin-top: 25px;
}
.el-is-right h2 {
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: bold;
    color: #515151;
    margin-top: 15px;
}

.el-is-right h2 strong{
    color: var(--colormain);
}

.el-is-right p {
    line-height: 36px;
    font-size: 16px;
    color: #515151;
    margin: 5px 0;
}
.el-is-right a {
    width: max-content;
}
.el-is-left {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.el-is-left img {
    width: auto;
    height: 392px !important;
}

.stats-wrapper {
    flex-wrap: wrap;
    padding: 0;
    text-align: center;
}

.stat-box {
    padding: 1rem 2rem;
}

.stat-number {
    font-size: 30px;
    font-weight: 900;
    color: var(--colormain);
    text-shadow: 0px 2px 3px #ddd;
    margin: 0;
}

.stat-label {
    color: #888 !important;
    font-size: 14px !important;
}

@media only screen and (max-width: 992px) {
    .el-is-right {
        width: 92%;
        margin-right: 4%;
    }
}
/**** المان معرفی سایت ****/

/**** المان دسته بندی کالاها طرح دمو2 ****/
.pc-beauty-element {
    background: #fff;
    justify-content: center;
    border-radius: 8px;
    min-height: 220px;
    align-items: center;
    border-bottom: 4px solid #eee;
}
.pc-beauty-element .pcb-img-box {
    width: 100%;
    text-align: center;
}
.pc-beauty-element img {
    width: 100px;
    height: 100px !important;
}
.pc-beauty-element h4 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #515151;
    margin: 0;
    padding: 0;
}

.pc-beauty-element a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--colormain);
    color: white;
    text-decoration: none;
    font-size: 13px;
    padding: 6px 20px;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 20px var(--colormain) !important;
    border-radius: 8px;
}

.pc-beauty-element a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px var(--colormain);
    color: #ffffff;
}

.pc-beauty-element a::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
            to bottom right,
            rgba(255, 255, 255, 0.4),
            rgba(255, 255, 255, 0.2),
            rgba(255, 255, 255, 0)
    );
    transform: rotate(30deg);
    transition: all 0.5s ease;
}

.pc-beauty-element a:hover::before {
    left: 100%;
}
/**** المان دسته بندی کالاها طرح دمو2 ****/

/**** عنوان بخش های طرح دمو2 ****/
.product-net-beauty-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    position: relative;
}

.product-net-beauty-title {
    font-size: 19px;
    font-weight: bold;
    white-space: nowrap;
    margin: 0;
    color: #717171;
}

.product-net-beauty-link {
    font-size: 14px;
    color: #888;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s;
}

.product-net-beauty-link:hover {
    color: #444;
}

.product-net-beauty-divider {
    flex-grow: 1;
    height: 1px;
    background-color: #ddd;
    margin: 0 1rem;
}
/**** عنوان بخش طرح سبحان ****/

/**** عنوان بخش طرح سبحان دیجیتال ****/
.product-digital-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; /* برای ریسپانسیو */
    gap: 10px;
    padding: 10px 0;
}

.product-digital-title {
    margin: 0;
    font-size: 22px;
    font-weight: 900;
    white-space: nowrap;
    color: var(--colormain);
}

.product-digital-divider {
    flex: 1;
    height: 2px;
    background: linear-gradient(to left, var(--colormain), #ddd);
    margin: 0 10px;
}

.ts-cta-digital {
    color: #999;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
    white-space: nowrap;
    padding-left: 5px;
}

.ts-cta-digital:hover {

}
.product-digital-title {
    margin: 0;
    font-size: 22px;
    font-weight: 900;
    white-space: nowrap;
    display: flex;
    align-items: center;
    color: var(--colormain);
}

.product-digital-title svg {
    margin-left: 10px;
    color: var(--colormain);
}

/* چینش خاص: دکمه سمت راست و دکمه مشاهده همه سمت چپ */
.product-digital-section-header {
    flex-direction: row;
}

.product-digital-section-header .cta-digital:first-of-type {

}

.product-digital-section-header .cta-digital:last-of-type {
}

.product-digital-divider {

}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .product-digital-section-header {
        flex-direction: column;
        align-items: stretch;
    }
    .product-digital-divider {
        order: 2;
        width: 100%;
        margin: 10px 0;
    }
    .ts-cta-digital {
        width: 100%;
        text-align: center;
    }
}

/**** عنوان بخش طرح سبحان دیجیتال ****/

/**** المان فهرست محصولات طرح 2 ****/
.product-net-beauty{

}
.product-net-beauty .swiper-slide{
    position:relative;
}
.product-net-beauty .product-net-beauty-element {
    border-radius: 8px;
}
.psnb .psnb-add-to-cart {
    width: 100%;
    border-radius: 8px !important;
    margin-top: 17px;
    padding: 10px;
}
.psnb .psnb-message-box {
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    justify-content: space-between;
    padding: 12px;
}
.psnb .psnb-message {
    background: var(--colormain);
    color: #fff;
    padding: 4px 7px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0 0px 6px color-mix(in srgb, var(--colormain) 60%, transparent);
}
.psnb .psnb-message-right {
    background: linear-gradient(135deg, var(--colormain), var(--colormain-gradient));
    background: var(--third) !important;
    color: #fff;
}
.psnb .psnb-message svg{

}
.psnb .psnb-price-box{
    margin-top:15px;
}
.psnb img {
    background: #fff;
    padding: 35px;
    border-radius: 8px !important;
    margin-bottom: 18px;
}
.psnb .psnb-price-box del {
    width: 100%;
    text-align: left;
    padding: 0;
    color: #a4a3a3;
    font-size: 14px;
    text-decoration: line-through;
    text-decoration-color: #ddd;
}

.psnb .psnb-price {
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
    text-shadow: 0px 2px 3px #ddd;
    color: #4b4b4b;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}

.psnb .psnb-price ins {
    font-weight: bold;
    color: var(--colormain);
}

.psnb .psnb-price > del .woocommerce-Price-currencySymbol {
    display: none;
}

.psnb .psnb-price-box > div {
    text-align: left;
}

.psnb .woocommerce-Price-amount > bdi .woocommerce-Price-currencySymbol {
    margin-right: 4px;
    font-size: 9px;
    color: #717171;
}
.psnb-rate{

}
.psnb-rate > div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 40px;
    height: 100%;
}
.psnb-rate > div svg {
    color: gold;
}

.psnb-rate > div span {
    color: #717171;
}
/**** المان فهرست محصولات طرح 2 ****/

