/* v1.0.34: Luxury WooCommerce shop surface for 3-هیچ */
body.sehich-shop-body {
    direction: rtl;
    font-family: Vazirmatn, Tahoma, Arial, sans-serif;
    color: #0f172a;
    background: #f8fbff !important;
}

body.sehich-shop-body .ast-container,
body.sehich-shop-body .site-content,
body.sehich-shop-body .content-area,
body.sehich-shop-body .site-main {
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sehich-shop-page {
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 10%, rgba(139, 92, 246, .12), transparent 32%),
        radial-gradient(circle at 88% 8%, rgba(6, 182, 212, .14), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 50%, #ffffff 100%);
}

.sehich-shop-page .woocommerce-notices-wrapper,
.sehich-shop-page .woocommerce-message,
.sehich-shop-page .woocommerce-info,
.sehich-shop-page .woocommerce-error {
    max-width: min(100% - 32px, 1180px);
    margin: 18px auto;
    border-radius: 20px;
    border: 1px solid rgba(37, 99, 235, .16);
    box-shadow: 0 16px 42px rgba(15, 23, 42, .08);
    font-family: Vazirmatn, Tahoma, Arial, sans-serif;
}

.sehich-shop-hero {
    position: relative;
    overflow: hidden;
    padding: 58px 0 42px;
    background:
        linear-gradient(135deg, rgba(239, 246, 255, .98), rgba(250, 245, 255, .96) 55%, rgba(255, 247, 237, .92)),
        #fff;
}

.sehich-shop-hero::before {
    content: "";
    position: absolute;
    inset: auto -14% -34% auto;
    width: 520px;
    height: 520px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(37, 99, 235, .18), rgba(249, 115, 22, .16));
    filter: blur(5px);
    pointer-events: none;
}

.sehich-shop-hero::after {
    content: "";
    position: absolute;
    inset: 18% auto auto -160px;
    width: 360px;
    height: 360px;
    border-radius: 999px;
    background: rgba(6, 182, 212, .14);
    pointer-events: none;
}

.sehich-shop-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
    gap: 28px;
    align-items: center;
}

.sehich-shop-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 14px;
    border-radius: 999px;
    color: #1d4ed8;
    background: rgba(37, 99, 235, .09);
    border: 1px solid rgba(37, 99, 235, .14);
    font-size: 13px;
    font-weight: 900;
}

.sehich-shop-kicker::before {
    content: "•";
    color: #f97316;
    font-size: 22px;
    line-height: 1;
}

.sehich-shop-hero h1 {
    margin: 18px 0 16px;
    max-width: 760px;
    color: #0b2b78;
    font-size: clamp(36px, 5vw, 70px);
    line-height: 1.18;
    font-weight: 950;
    letter-spacing: -1.2px;
}

.sehich-shop-hero p {
    max-width: 720px;
    margin: 0;
    color: #334155;
    font-size: 17px;
    line-height: 2.1;
    font-weight: 500;
}

.sehich-shop-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.sehich-shop-primary-btn,
.sehich-shop-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 22px;
    border-radius: 18px;
    text-decoration: none !important;
    font-weight: 950;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.sehich-shop-primary-btn {
    color: #fff !important;
    background: linear-gradient(135deg, #1d4ed8, #7c3aed 58%, #f97316);
    box-shadow: 0 18px 36px rgba(37, 99, 235, .22);
}

.sehich-shop-secondary-btn {
    color: #0f172a !important;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(148, 163, 184, .24);
    box-shadow: 0 14px 30px rgba(15, 23, 42, .08);
}

.sehich-shop-primary-btn:hover,
.sehich-shop-secondary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(15, 23, 42, .15);
}

.sehich-shop-hero__panel {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    padding: 26px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, .34), transparent 28%),
        linear-gradient(145deg, #0f172a, #182b5f 48%, #5b21b6 100%);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 30px 80px rgba(15, 23, 42, .24);
}

.sehich-shop-hero__panel::before {
    content: "سکه";
    position: absolute;
    left: 18px;
    top: 8px;
    color: rgba(255, 255, 255, .06);
    font-size: 112px;
    font-weight: 950;
    letter-spacing: -6px;
}

.sehich-shop-panel-logo {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 108px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .2);
}

.sehich-shop-panel-logo img {
    max-width: 86px;
    max-height: 86px;
    object-fit: contain;
}

.sehich-shop-value-card {
    position: relative;
    z-index: 2;
    margin-top: 26px;
    padding: 22px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(12px);
}

.sehich-shop-value-card span {
    display: block;
    margin-bottom: 8px;
    color: #fde68a;
    font-size: 13px;
    font-weight: 900;
}

.sehich-shop-value-card strong {
    display: block;
    color: #fff;
    font-size: 28px;
    line-height: 1.55;
    font-weight: 950;
}

.sehich-shop-metric-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.sehich-shop-metric-grid div {
    padding: 14px 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .16);
    text-align: center;
}

.sehich-shop-metric-grid strong,
.sehich-shop-metric-grid span {
    display: block;
}

.sehich-shop-metric-grid strong {
    font-size: 19px;
    color: #fff;
    font-weight: 950;
}

.sehich-shop-metric-grid span {
    margin-top: 5px;
    font-size: 11px;
    color: rgba(255, 255, 255, .72);
}

.sehich-shop-hero__symbol {
    position: absolute;
    z-index: 1;
    color: rgba(37, 99, 235, .10);
    font-weight: 950;
    line-height: 1;
    user-select: none;
    pointer-events: none;
}

.sehich-shop-hero__symbol--one { right: 4%; top: 42px; font-size: 92px; }
.sehich-shop-hero__symbol--two { left: 9%; bottom: 44px; font-size: 74px; color: rgba(249, 115, 22, .12); }
.sehich-shop-hero__symbol--three { right: 47%; bottom: 18px; font-size: 64px; color: rgba(124, 58, 237, .10); }

.sehich-shop-steps {
    position: relative;
    z-index: 3;
    margin-top: -18px;
}

.sehich-shop-steps__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.sehich-shop-steps article {
    position: relative;
    overflow: hidden;
    min-height: 154px;
    padding: 22px 22px 20px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(226, 232, 240, .95);
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}

.sehich-shop-steps article::after {
    content: "";
    position: absolute;
    inset: auto -40px -60px auto;
    width: 140px;
    height: 140px;
    border-radius: 999px;
    background: rgba(37, 99, 235, .08);
}

.sehich-shop-steps span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    font-weight: 950;
    box-shadow: 0 12px 26px rgba(37, 99, 235, .22);
}

.sehich-shop-steps h2 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 20px;
    font-weight: 950;
}

.sehich-shop-steps p {
    margin: 0;
    color: #475569;
    line-height: 1.95;
    font-size: 14px;
}

.sehich-shop-products {
    padding: 62px 0 76px;
}

.sehich-shop-section-head {
    max-width: 780px;
    margin: 0 auto 28px;
    text-align: center;
}

.sehich-shop-section-head span {
    display: inline-flex;
    padding: 7px 14px;
    border-radius: 999px;
    color: #7c2d12;
    background: #ffedd5;
    border: 1px solid #fed7aa;
    font-size: 13px;
    font-weight: 950;
}

.sehich-shop-section-head h2 {
    margin: 14px 0 12px;
    color: #0b2b78;
    font-size: clamp(26px, 3.5vw, 44px);
    line-height: 1.35;
    font-weight: 950;
}

.sehich-shop-section-head p {
    margin: 0;
    color: #475569;
    line-height: 2;
    font-size: 15px;
}

.sehich-shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 28px 0 22px;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(226, 232, 240, .95);
    box-shadow: 0 14px 40px rgba(15, 23, 42, .06);
}

.sehich-shop-result-count .woocommerce-result-count {
    margin: 0;
    color: #475569;
    font-weight: 800;
}

.sehich-shop-ordering .woocommerce-ordering {
    margin: 0;
}

.sehich-shop-ordering select {
    min-height: 44px;
    padding: 0 14px;
    border-radius: 15px;
    color: #0f172a;
    background: #fff;
    border: 1px solid #dbe3ef;
    font-family: Vazirmatn, Tahoma, Arial, sans-serif;
    font-weight: 800;
}

.sehich-shop-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.sehich-shop-product-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 34px;
    padding: 16px;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, .95);
    box-shadow: 0 22px 58px rgba(15, 23, 42, .09);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.sehich-shop-product-card:hover {
    transform: translateY(-5px);
    border-color: rgba(37, 99, 235, .24);
    box-shadow: 0 30px 74px rgba(15, 23, 42, .14);
}

.sehich-product-card-glow {
    position: absolute;
    inset: auto -80px -100px auto;
    width: 230px;
    height: 230px;
    border-radius: 999px;
    opacity: .16;
    background: #2563eb;
    pointer-events: none;
}

.sehich-coin-card--bronze .sehich-product-card-glow { background: #b45309; }
.sehich-coin-card--silver .sehich-product-card-glow { background: #64748b; }
.sehich-coin-card--gold .sehich-product-card-glow { background: #f59e0b; }

.sehich-shop-product-image {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 250px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 50% 35%, rgba(255, 255, 255, .72), transparent 30%),
        linear-gradient(135deg, #eff6ff, #f5f3ff);
    overflow: hidden;
}

.sehich-coin-card--bronze .sehich-shop-product-image { background: linear-gradient(135deg, #fff7ed, #ffedd5 52%, #fed7aa); }
.sehich-coin-card--silver .sehich-shop-product-image { background: linear-gradient(135deg, #f8fafc, #e2e8f0 60%, #cbd5e1); }
.sehich-coin-card--gold .sehich-shop-product-image { background: linear-gradient(135deg, #fffbeb, #fef3c7 52%, #fbbf24); }

.sehich-shop-product-img,
.sehich-shop-product-image img {
    position: relative;
    z-index: 2;
    display: block;
    width: min(86%, 280px);
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 22px 30px rgba(15, 23, 42, .22));
    transition: transform .22s ease;
}

.sehich-shop-product-card:hover .sehich-shop-product-img,
.sehich-shop-product-card:hover .sehich-shop-product-image img {
    transform: scale(1.035) rotate(-1deg);
}

.sehich-shop-product-body {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px 6px 4px;
}

.sehich-shop-product-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 14px;
}

.sehich-shop-coin-badge,
.sehich-shop-sale-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 31px;
    padding: 6px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
}

.sehich-shop-coin-badge {
    color: #0b2b78;
    background: #dbeafe;
}

.sehich-shop-sale-badge {
    color: #166534;
    background: #dcfce7;
}

.sehich-shop-product-card h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.55;
    font-weight: 950;
}

.sehich-shop-product-card h3 a {
    color: inherit;
    text-decoration: none;
}

.sehich-shop-product-desc {
    min-height: 70px;
    color: #475569;
    font-size: 14px;
    line-height: 2;
}

.sehich-shop-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 18px;
}

.sehich-shop-product-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    color: #334155;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 11px;
    font-weight: 850;
}

.sehich-shop-product-footer {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #eef2f7;
}

.sehich-shop-price {
    color: #0f172a;
    font-size: 21px;
    font-weight: 950;
    white-space: nowrap;
}

.sehich-shop-price del {
    color: #94a3b8;
    font-size: 13px;
    font-weight: 600;
}

.sehich-shop-price ins {
    text-decoration: none;
}

.sehich-shop-cart-btn .button,
.sehich-shop-cart-btn a.button,
.sehich-shop-cart-btn .added_to_cart {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 16px !important;
    border: 0 !important;
    border-radius: 16px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
    box-shadow: 0 14px 28px rgba(37, 99, 235, .22);
    text-decoration: none !important;
    font-family: Vazirmatn, Tahoma, Arial, sans-serif;
    font-size: 13px !important;
    font-weight: 950 !important;
    line-height: 1.4 !important;
    transition: transform .18s ease, box-shadow .18s ease;
}

.sehich-coin-card--gold .sehich-shop-cart-btn .button,
.sehich-coin-card--gold .sehich-shop-cart-btn a.button {
    background: linear-gradient(135deg, #d97706, #f59e0b) !important;
    box-shadow: 0 14px 28px rgba(217, 119, 6, .22);
}

.sehich-coin-card--silver .sehich-shop-cart-btn .button,
.sehich-coin-card--silver .sehich-shop-cart-btn a.button {
    background: linear-gradient(135deg, #475569, #94a3b8) !important;
    box-shadow: 0 14px 28px rgba(71, 85, 105, .20);
}

.sehich-coin-card--bronze .sehich-shop-cart-btn .button,
.sehich-coin-card--bronze .sehich-shop-cart-btn a.button {
    background: linear-gradient(135deg, #92400e, #d97706) !important;
    box-shadow: 0 14px 28px rgba(146, 64, 14, .20);
}

.sehich-shop-cart-btn .button:hover,
.sehich-shop-cart-btn a.button:hover,
.sehich-shop-cart-btn .added_to_cart:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, .18);
}

.sehich-shop-pagination {
    margin-top: 34px;
    text-align: center;
}

.sehich-shop-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    margin: 3px;
    border-radius: 14px;
    color: #0f172a;
    background: #fff;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    font-weight: 900;
}

.sehich-shop-pagination .page-numbers.current,
.sehich-shop-pagination a.page-numbers:hover {
    color: #fff;
    background: #2563eb;
    border-color: #2563eb;
}

.sehich-shop-empty {
    margin: 28px auto;
    padding: 28px;
    max-width: 760px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
    text-align: center;
}

@media (max-width: 1080px) {
    .sehich-shop-hero__grid,
    .sehich-shop-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sehich-shop-hero__content {
        grid-column: 1 / -1;
    }
}

@media (max-width: 860px) {
    .sehich-shop-hero {
        padding: 34px 0 30px;
    }

    .sehich-shop-hero__grid,
    .sehich-shop-product-grid,
    .sehich-shop-steps__grid {
        grid-template-columns: 1fr;
    }

    .sehich-shop-toolbar,
    .sehich-shop-product-footer {
        grid-template-columns: 1fr;
        display: grid;
    }

    .sehich-shop-toolbar {
        align-items: stretch;
    }

    .sehich-shop-ordering select,
    .sehich-shop-ordering .woocommerce-ordering,
    .sehich-shop-cart-btn .button,
    .sehich-shop-cart-btn a.button,
    .sehich-shop-cart-btn .added_to_cart {
        width: 100%;
    }

    .sehich-shop-price {
        text-align: center;
    }
}

@media (max-width: 560px) {
    .sehich-shop-hero h1 {
        font-size: 35px;
    }

    .sehich-shop-hero p,
    .sehich-shop-section-head p {
        font-size: 14px;
    }

    .sehich-shop-hero__panel {
        min-height: auto;
        padding: 20px;
        border-radius: 26px;
    }

    .sehich-shop-metric-grid {
        grid-template-columns: 1fr;
    }

    .sehich-shop-product-image {
        min-height: 210px;
    }

    .sehich-shop-product-card {
        border-radius: 28px;
        padding: 12px;
    }

    .sehich-shop-products {
        padding: 42px 0 54px;
    }
}

/* v1.0.36: extra top spacing for shop hero to avoid collision with absolute header */
body.sehich-shop-body .sehich-shop-hero{
    padding-top: 138px;
}

@media (max-width: 980px){
    body.sehich-shop-body .sehich-shop-hero{
        padding-top: 120px;
    }
}

@media (max-width: 640px){
    body.sehich-shop-body .sehich-shop-hero{
        padding-top: 104px;
    }
}
