body.rtl, body.rtl .press-this a.wp-switch-editor, .rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6 {
    font-family: iranyekan;
}
#option-tree-options-layouts-form {
    display: none;
}
#learn-press-newsletter-button {
    display: none;
}
/*==================================================
=                 CSS RESET
==================================================*/

*,
*::before,
*::after{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
    -webkit-text-size-adjust:100%;
}

body{
    direction:rtl;
    font-family: iranyekan,Tahoma,sans-serif;
    font-size:16px;
    line-height:1.7;
    color:var(--text);
    background:var(--white);
    overflow-x:hidden;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

img{
    display:block;
    max-width:100%;
    height:auto;
}

svg{
    display:block;
}

a{
    color:inherit;
    text-decoration:none;
    transition:color .25s ease;
}

button,
input,
textarea,
select{
    font:inherit;
    border:none;
    outline:none;
}

button{
    cursor:pointer;
    background:none;
}

ul,
ol{
    list-style:none;
}

::selection{
    background:var(--amber);
    color:#fff;
}

/*==================================================
=                 LAYOUT
==================================================*/

.psk-wrap{
    width:min(1320px,calc(100% - 40px));
    margin-inline:auto;
  overflow:hidden;
}
.psk-bottom-toolbar .psk-wrap {
    overflow: visible !important;
}
.psk-bottom-toolbar ul li {
    flex: 1;
}
.psk-section{
    padding:90px 0;
    position:relative;
}

.psk-section.alt{
    background:var(--paper);
}

/*==================================================
=             SECTION HEADER
==================================================*/

.psk-section-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:24px;
    margin-bottom:42px;
}

.psk-section-head > div:first-child{
    flex:1;
}

.psk-eyebrow{
    display:inline-block;
    margin-bottom:10px;
    color:var(--amber);
    font-size:13px;
    font-weight:800;
    letter-spacing:.4px;
}

.psk-section-title{
    color:var(--navy);
    font-size:36px;
    font-weight:900;
    line-height:1.35;
}

.psk-section-sub{
    margin-top:10px;
    color:var(--muted);
    font-size:15px;
    line-height:1.9;
    max-width:620px;
}

/*==================================================
=                 BUTTONS
==================================================*/

.psk-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:13px 24px;
    border-radius:10px;
    font-size:14px;
    font-weight:800;
    transition:
        transform .2s ease,
        background .2s ease,
        color .2s ease,
        border-color .2s ease;
}

.psk-btn:hover{
    transform:translateY(-2px);
}

.psk-btn-amber{
    background:var(--amber);
    color:var(--navy-deep);
}

.psk-btn-ghost{
    border:1.5px solid rgba(255,255,255,.35);
    color:#fff;
}

/*==================================================
=              VIEW ALL LINK
==================================================*/

.psk-view-all{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    font-weight:700;
    color:var(--navy);
    transition:color .25s ease;
}

.psk-view-all:hover{
    color:var(--amber);
}

/*==================================================
=                 ICON
==================================================*/

.psk-icon{
    width:20px;
    height:20px;
    fill:currentColor;
}

/*==================================================
=                 LOGO
==================================================*/

.psk-logo-mark{
    width:42px;
    height:42px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--amber);
    color:var(--navy-deep);
    font-size:16px;
    font-weight:900;
}

/*==================================================
=              UTILITIES
==================================================*/

.text-center{
    text-align:center;
}

.hidden{
    display:none !important;
}

.visually-hidden{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
}

/*==================================================
=              SCROLLBAR
==================================================*/

::-webkit-scrollbar{
    width:10px;
    height:10px;
}

::-webkit-scrollbar-thumb{
    background:#cfd7e6;
    border-radius:20px;
}

::-webkit-scrollbar-thumb:hover{
    background:#b7c2d7;
}

::-webkit-scrollbar-track{
    background:#f6f8fc;
}
/*==================================================
    PSK Single Product — Trust Badges
==================================================*/

.service-shop ul{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    list-style:none;
    margin:20px 0 26px;
    padding:0;
}
.service-shop li{
    flex:1 1 180px;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:10px;
    background:#fff;
    border:1px solid var(--line,#e3e8f2);
    border-radius:14px;
    padding:18px 14px;
}

/* یکدست‌سازی سایز آیکون‌ها؛ هر سه با نسبت اصلی خودشون داخل یک کادر مربعی جا می‌گیرن */
.psk-icon-trust{
    width:56px;
    height:56px;
}

.service-shop li span{
    font-size:13px;
    font-weight:700;
    color:var(--ink,#111d33);
    line-height:1.6;
}

/*=========================================
=            BRAND WALL                   =
=========================================*/

.psk-brands{
    background:#fff;
}

.psk-brand-wall ul{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
    gap:22px;
    margin:0;
    padding:0;
    list-style:none;
}

.psk-brand-wall li{
    margin:0;
}

.psk-brand-wall li>a{
    display:flex;
    align-items:center;
    justify-content:center;
    height:120px;

    padding:20px;

    background:#fff;

    border:1px solid #ffffff;

    border-radius:0;

    transition:.35s;

    overflow:hidden;
}

.psk-brand-wall li>a:hover{

    transform:translateY(-8px);

    border-color:#0b63ce;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

}

.psk-brand-wall img{

    max-width:140px;

    max-height:60px;

    width:auto;

    height:auto;

    object-fit:contain;

    transition:.35s;


}

.psk-brand-wall li>a:hover img{

    filter:none;

    opacity:1;

    transform:scale(1.08);

}
/*==================================================
=                 BLOG SECTION                     =
==================================================*/

#psk-blog{
    position:relative;
}

#psk-blog .psk-carousel-track{
    gap:28px;
}

.psk-blog-card{

    flex:0 0 calc(25% - 21px);

    display:flex;

    flex-direction:column;

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    transition:.35s;

    border:1px solid #eef2f7;

    box-shadow:0 12px 40px rgba(20,35,90,.06);

}

.psk-blog-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 60px rgba(20,35,90,.14);

}





/*====================
Thumbnail
====================*/

.psk-blog-thumb{

    position:relative;

    display:block;

    overflow:hidden;

    aspect-ratio:16/10;

    background:#f5f7fb;

}

.psk-blog-thumb img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.6s;

}

.psk-blog-card:hover img{

    transform:scale(1.08);

}

.psk-blog-thumb::after{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.45),
        rgba(0,0,0,0)
    );

}





/*====================
Category Badge
====================*/

.psk-blog-category{

    position:absolute;

    top:18px;

    right:18px;

    z-index:2;

    padding:8px 16px;

    border-radius:100px;

    background:#0057ff;

    color:#fff;

    font-size:12px;

    font-weight:700;

    box-shadow:0 10px 20px rgba(0,87,255,.25);

}





/*====================
Content
====================*/

.psk-blog-content{

    padding:26px;

    display:flex;

    flex-direction:column;

    flex:1;

    gap:18px;

}





/*====================
Meta
====================*/

.psk-blog-meta{

    display:flex;

    align-items:center;

    gap:12px;

    color:#8b95a7;

    font-size:13px;

}

.psk-blog-meta span{

    display:flex;

    align-items:center;

    gap:6px;

}

.psk-blog-meta .psk-icon{

    width:15px;

    height:15px;

}



/*==================================================
    PSK SHOP
==================================================*/


  .psk-shop {
    padding: 40px 0 80px;
    width: 100%;
}

.psk-shop-breadcrumb{
    margin-bottom:24px;
    font-size:.92rem;
}

.psk-shop-breadcrumb a{
    color:var(--muted);
    transition:.25s;
}

.psk-shop-breadcrumb a:hover{
    color:var(--primary);
}

/*==================================================
HEADER
==================================================*/

.psk-shop-header{

    position:relative;

    overflow:hidden;

    border-radius:24px;

    padding:60px;

    background:
        linear-gradient(135deg,#081320,#10263f);

    color:#fff;

    margin-bottom:40px;

}

.psk-shop-header::before{

    content:"";

    position:absolute;

    inset:0;

    background:
    radial-gradient(circle at top right,
    rgba(255,179,71,.25),
    transparent 60%);

}

.psk-shop-header__content{

    position:relative;

    z-index:2;

    max-width:700px;

}

.psk-shop-title{

    font-size:clamp(2rem,4vw,3rem);

    margin:10px 0 15px;

    font-weight:900;

}

.term-description,
.woocommerce-products-header__description{

    color:#343434;

    line-height:2;

    max-width:100%;

}
code#top-level li {
    flex: 0 0 40%;
    background: #f3f3f3;
    margin: 10px auto;
    border-radius: 10px;
    display: flex
;
}
code#top-level {
    display: flex
;
    flex-wrap: wrap;
}
/*==================================================
TOOLBAR
==================================================*/

.psk-shop-toolbar{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

    margin-bottom:30px;

    padding:18px 22px;

    border-radius:18px;

    background:#fff;

    box-shadow:0 12px 40px rgba(0,0,0,.05);

}

.psk-shop-order select{

    height:46px;

    padding:0 16px;

    border-radius:12px;

    border:1px solid #e5e5e5;

    background:#fff;

}

/*==================================================
LAYOUT
==================================================*/

.psk-shop-layout{

    display:grid;

    grid-template-columns:290px 1fr;

    gap:35px;

}

.psk-shop-sidebar{

    position:sticky;

    top:30px;

    align-self:start;

}

.psk-shop-sidebar>*{

    background:#fff;

    border-radius:18px;

    padding:22px;

    margin-bottom:20px;

    box-shadow:0 12px 35px rgba(0,0,0,.05);

}

/*==================================================
GRID
==================================================*/

.psk-shop-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fill,minmax(280px,1fr));

    gap:26px;

}

/*==================================================
PAGINATION
==================================================*/

.psk-shop-pagination{

    margin-top:45px;

    display:flex;

    justify-content:center;

}

.psk-shop-pagination .page-numbers{

    display:flex;

    align-items:center;

    justify-content:center;

    width:46px;

    height:46px;

    border-radius:14px;

    background:#fff;

    color:#444;

    font-weight:700;

    margin:0 6px;

    transition:.3s;

    box-shadow:0 8px 20px rgba(0,0,0,.05);

}

.psk-shop-pagination .current{

    background:var(--primary);

    color:#fff;

}

.psk-shop-pagination a:hover{

    background:var(--primary);

    color:#fff;

}

/*==================================================
EMPTY
==================================================*/

.psk-shop-empty{

    background:#fff;

    border-radius:20px;

    padding:70px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

/*==================================================
WOOCOMMERCE FIX
==================================================*/

.woocommerce-result-count{

    margin:0;

    color:#777;

}

.woocommerce-ordering{

    margin:0;

}

.woocommerce nav.woocommerce-pagination ul{

    border:none;

    display:flex;

    gap:8px;

}

.woocommerce nav.woocommerce-pagination ul li{

    border:none;

}

/*==================================================
TABLET
==================================================*/

@media(max-width:992px){

    .psk-shop-layout {
        grid-template-columns: 1fr;
        overflow: hidden;
        gap: 0;
        display: flex
;
        flex-direction: column;
    }

.psk-shop-sidebar{

position:relative;

top:auto;

order:2;

}

.psk-shop-content{

order:1;

}

}

/*==================================================
MOBILE
==================================================*/

@media(max-width:768px){

.psk-shop-header{

padding:35px 25px;

}

.psk-shop-toolbar{

flex-direction:column;

align-items:stretch;

}

.psk-shop-grid{

grid-template-columns:repeat(2,1fr);

gap:0;

}

}

@media(max-width:520px){

.psk-shop-grid{

grid-template-columns: repeat(2,1fr);

}

.psk-shop-title{

font-size:2rem;

}

}

/*====================
Title
====================*/

.psk-blog-title{

    margin:0;

    line-height:1.9;

    font-size:21px;

    font-weight:800;

}

.psk-blog-title a{

    color:#16233b;

    text-decoration:none;

    transition:.3s;

}

.psk-blog-card:hover .psk-blog-title a{

    color:#0057ff;

}





/*====================
Excerpt
====================*/

.psk-blog-excerpt{

    margin:0;

    color:#69778f;

    font-size:15px;

    line-height:2;

}





/*====================
Button
====================*/

.psk-blog-btn{

    margin-top:auto;

    display:inline-flex;

    align-items:center;

    gap:8px;

    color:#0057ff;

    font-weight:700;

    text-decoration:none;

    transition:.3s;

}

.psk-blog-btn .psk-icon{

    width:18px;

    height:18px;

    transition:.3s;

}

.psk-blog-card:hover .psk-blog-btn{

    gap:14px;

}





/*====================
Responsive
====================*/

@media(max-width:1200px){

    .psk-blog-card{

        flex:0 0 calc(33.333% - 19px);

    }

}

@media(max-width:900px){

    .psk-blog-card{

        flex:0 0 calc(50% - 14px);

    }

}

@media(max-width:640px){

    .psk-blog-card{

        flex:0 0 100%;

    }

    .psk-blog-content{

        padding:22px;

    }

    .psk-blog-title{

        font-size:18px;

    }

}