/* ===== SHARED SUBPAGE (category/contact) EXTRAS — DARK ===== */ .subpage-header{position:relative; z-index:1; padding:150px 6vw 60px; text-align:center;} .subpage-header .back-link{display:inline-flex; align-items:center; gap:6px; color:var(--muted); font-size:13.5px; text-decoration:none; margin-bottom:28px; transition:color .2s;} .subpage-header .back-link:hover{color:var(--cyan);} .subpage-header .back-link svg{width:15px; height:15px;} .subpage-header .eyebrow{font-family:'Space Grotesk',sans-serif; font-size:12.5px; letter-spacing:3px; color:var(--cyan); text-transform:uppercase; margin-bottom:18px; direction:ltr;} .subpage-header h1{font-size:clamp(30px,5vw,52px); font-weight:800; line-height:1.25; margin-bottom:18px; background:linear-gradient(180deg,#ffffff 20%, #cfe4ff 60%, #8fb9ff 100%); -webkit-background-clip:text; background-clip:text; color:transparent; } .subpage-header p{color:var(--muted); font-size:15.5px; max-width:560px; margin:0 auto; line-height:1.9;} /* ===== CATEGORY PAGE ===== */ .category-hero-icon{width:64px; height:64px; border-radius:16px; background:var(--blue-soft); color:var(--cyan); display:flex; align-items:center; justify-content:center; margin:0 auto 24px; border:1px solid var(--glass-border);} .category-hero-icon svg{width:32px; height:32px;} .category-products-section{position:relative; z-index:1; padding:20px 6vw 120px;} .category-products-inner{max-width:980px; margin:0 auto;} .category-products-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:16px; margin-bottom:56px;} .product-tile{ display:flex; align-items:center; gap:14px; background:var(--glass); border:1px solid var(--glass-border); border-radius:14px; padding:18px 20px; backdrop-filter:blur(10px); } .product-tile .ptile-icon{width:38px; height:38px; border-radius:10px; background:rgba(255,255,255,.04); color:var(--cyan); display:flex; align-items:center; justify-content:center; flex-shrink:0;} .product-tile .ptile-icon svg{width:18px; height:18px;} .product-tile b{font-size:14.5px; font-weight:700; display:block; margin-bottom:2px; color:var(--ink);} .product-tile span{color:var(--muted); font-size:12.5px;} .category-cta-box{ text-align:center; background:linear-gradient(155deg, rgba(59,130,255,.10), rgba(55,230,255,.05)); color:#fff; border-radius:24px; padding:56px 6vw; display:flex; flex-direction:column; align-items:center; gap:22px; border:1px solid var(--glass-border); } .category-cta-box h3{font-size:clamp(20px,2.6vw,28px); font-weight:800; max-width:480px;} .category-cta-box p{color:var(--muted); font-size:14px; max-width:440px; line-height:1.9;} .big-wa-btn{ display:inline-flex; align-items:center; gap:10px; background:#25D366; color:#fff; padding:16px 32px; border-radius:100px; font-weight:700; font-size:15px; text-decoration:none; transition:transform .2s, box-shadow .2s; box-shadow:0 14px 30px -10px rgba(37,211,102,.5); } .big-wa-btn:hover{transform:translateY(-2px);} .big-wa-btn svg{width:20px; height:20px;} .other-categories{position:relative; z-index:1; padding:0 6vw 30px; max-width:980px; margin:0 auto;} .other-categories h4{font-size:13px; color:var(--muted); text-transform:uppercase; letter-spacing:1px; margin-bottom:16px; text-align:center;} .other-categories-list{display:flex; flex-wrap:wrap; justify-content:center; gap:10px;} .other-categories-list a{ padding:9px 18px; border-radius:100px; border:1px solid var(--glass-border); color:var(--ink); text-decoration:none; font-size:13.5px; transition:background .2s, border-color .2s; background:var(--glass); } .other-categories-list a:hover{background:var(--blue-soft); border-color:var(--blue); color:var(--cyan);} /* ===== CONTACT PAGE ===== */ .contact-locations{position:relative; z-index:1; padding:20px 6vw 30px; display:grid; grid-template-columns:repeat(auto-fit,minmax(320px,1fr)); gap:24px; max-width:980px; margin:0 auto;} .location-card{background:var(--glass); border:1px solid var(--glass-border); border-radius:22px; padding:36px 32px; backdrop-filter:blur(10px);} .location-card .loc-icon{width:52px; height:52px; border-radius:14px; background:var(--blue-soft); color:var(--cyan); display:flex; align-items:center; justify-content:center; margin-bottom:22px; border:1px solid var(--glass-border);} .location-card .loc-icon svg{width:26px; height:26px;} .location-card h3{font-size:20px; font-weight:800; margin-bottom:12px; color:var(--ink);} .location-card .loc-addr{color:var(--muted); font-size:14.5px; line-height:1.95; margin-bottom:24px;} .location-card .loc-phones{display:flex; flex-direction:column; gap:10px; margin-bottom:20px;} .location-card .loc-phones a{ display:flex; align-items:center; gap:10px; font-family:'JetBrains Mono',monospace; direction:ltr; font-size:14.5px; color:var(--ink); text-decoration:none; padding:11px 14px; background:rgba(255,255,255,.03); border-radius:12px; border:1px solid var(--glass-border); transition:border-color .2s, color .2s; } .location-card .loc-phones a:hover{border-color:var(--blue); color:var(--cyan);} .location-card .loc-phones a svg{width:16px; height:16px; color:var(--blue); flex-shrink:0;} .location-card .loc-phones a svg.wa-icon{color:#25D366;} .location-card .directions-link{display:inline-flex; align-items:center; gap:6px; color:var(--cyan); font-size:13.5px; text-decoration:none; font-weight:600;} .location-card .directions-link:hover{color:var(--blue);} .location-card .directions-link svg{width:15px; height:15px;} .contact-general{position:relative; z-index:1; max-width:700px; margin:70px auto 0; text-align:center; padding:0 6vw;} .contact-general h3{font-size:clamp(22px,3vw,30px); font-weight:800; margin-bottom:16px; color:var(--ink);} .contact-general p{color:var(--muted); font-size:14.5px; margin-bottom:30px; line-height:1.9;} .contact-general-links{display:flex; flex-wrap:wrap; justify-content:center; gap:14px; margin-bottom:10px;} .contact-general-links .email-link{ display:inline-flex; align-items:center; gap:8px; padding:15px 26px; border-radius:100px; border:1px solid var(--glass-border); color:var(--ink); text-decoration:none; font-family:'JetBrains Mono',monospace; direction:ltr; font-size:14px; transition:border-color .2s, color .2s; background:var(--glass); } .contact-general-links .email-link:hover{border-color:var(--blue); color:var(--cyan);} .contact-general-links .email-link svg{width:17px; height:17px;} .contact-map-section{position:relative; z-index:1; padding:50px 6vw 30px; max-width:980px; margin:0 auto;} .contact-map-section h4{font-size:14px; font-weight:700; margin-bottom:18px; text-align:center; color:var(--ink);} .contact-map-section .footer-map{height:380px;}
بازگشت به صفحه اصلی
Contact

با ما در ارتباط باشید

برای استعلام قیمت، مشخصات فنی یا هر سوال دیگری، از طریق واتساپ، تلفن یا حضوری در هر دو شعبه در خدمت شما هستیم.

فروشگاه

تهران، خیابان جمهوری، خیابان سی‌تیر، پاساژ نوبهار، طبقه اول، پلاک ۲۲۱
مسیریابی در نقشه

دفتر فروش

تهران، خیابان سعدی شمالی، خیابان مرادی‌نور، کوچه میرزا عشقی، بن‌بست ثابت‌قدم
مسیریابی در نقشه

سریع‌ترین راه: واتساپ

برای پاسخ فوری، پیام خودتون رو مستقیم به واتساپ دفتر فروش بفرستید.

موقعیت فروشگاه روی نقشه