/*
Theme Name: newtic
Theme URI: https://newtic.ir
Author: سید مصطفی حسینی
Author URI: https://newtic.ir
Description: تم فروشگاهی نیوتیک - optimized for speed & SEO
Version: 2.0
License: GPL v2 or later
Text Domain: newtic
*/

/* ============================================
   Reset & Base
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    direction: rtl;
    font-family: "IRANYekanXFaNum", Tahoma, sans-serif;
    background: #F2F5FC;
    color: #1e293b;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ============================================
   Container
   ============================================ */
.container {
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 25px;
    padding: 20px 20px;
}

.container-70 {
    width: 70%;
}

.container-30 {
    width: 30%;
    padding: 20px;
    display: flex;
    background: white;
    border-radius: 18px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

/* ============================================
   Cont1 - پیشنهادات لحظه‌ای
   ============================================ */
.cont1 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ph-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ph-title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.4px;
    word-spacing: -1px;
}

.ph-more {
    background-color: #f8a203;
    color: #fff !important;
    padding: 0 12px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 5px 10px rgba(248, 162, 3, 0.3) !important;
    transition: box-shadow 0.3s ease !important;
}

.ph-sub {
    font-size: 12px;
    font-weight: 300;
    color: #8f9bad;
    letter-spacing: -0.4px;
    word-spacing: -1px;
}

/* ============================================
   Responsive Container
   ============================================ */
@media (max-width: 992px) {
    .container {
        flex-direction: column;
        gap: 20px;
        padding: 15px 10px;
    }
    .container-70 {
        width: 100%;
    }
    .container-30 {
        width: 100%;
        gap: 20px;
    }
}

/* ============================================
   سایر استایل‌ها در فایل‌های جداگانه
   ============================================ */
/* بقیه استایل‌ها در assets/css/ قرار دارند */