.elementor-kit-6{--e-global-color-primary:#050B12;--e-global-color-secondary:#C96507;--e-global-color-text:#FFFFFF;--e-global-color-accent:#E69413;--e-global-color-21008d4:#575757;--e-global-typography-primary-font-family:"Vazirmatn";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Vazirmatn";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Vazirmatn";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Vazirmatn";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* -------------------------
  دکمه واتساپ محصولات
------------------------- */
.custom-share-wrapper{
    margin-top:24px;
    display:flex;
    justify-content:center;
}

.custom-share-btn{
    font-family: 'Vazirmatn', sans-serif !important; /* فونت وزیرمتن */
    color: #ffffff !important; /* متن سفید */
    display:inline-block;
    width:85%;
    padding:16px;

    background:linear-gradient(135deg,#ff9b33,#ff7f00);

    font-size:16px;
    font-weight:800;
    line-height:1.4;
    text-align:center;

    border:none;
    border-radius:18px;
    cursor:pointer;

    box-shadow:0 10px 25px rgba(255,155,51,0.4);
    transition:all 0.3s ease;

    position:relative;
    overflow:hidden;
    text-decoration:none; /* لینک خط زیر نداشته باشه */
}

/* افکت درخشش */
.custom-share-btn::after{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.45),
        transparent
    );
    transition:0.6s;
}

.custom-share-btn:hover::after{
    left:100%;
}

.custom-share-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 15px 35px rgba(255,155,51,0.6);
    color:#fff;
}

/* موبایل */
@media(max-width:768px){
    .custom-share-btn{
        width:92%;
        font-size:17px;
        padding:18px;
        border-radius:20px;
    }
}/* End custom CSS */