/*
Theme Name: Arsin
Theme URI: https://arsintajhiz.com
Author: Arsin Tajhiz
Author URI: https://arsintajhiz.com
Description: قالب اختصاصی فروشگاه آرسین تجهیز — لایه presentation در bundle با Arsin Commerce (ASC).
Version: 0.3.454
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: arsin
Tags: woocommerce, rtl-language-support, custom-menu, e-commerce

Arsin is the presentation theme for arsintajhiz.com (RTL WooCommerce storefront).
*/

/* Minimal theme stylesheet — visual system lives in assets/css/main.css */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
	background: #eeeeee;
	color: #22252a;
	line-height: 1.6;
}

body.arsin-front-page .page-main {
	padding-block: 0;
}

body.arsin-about-page .page-main,
body.arsin-contact-page .page-main,
body.arsin-single-post .page-main {
	padding-block: 0;
}

body.arsin-theme--phase-b .hero-media__placeholder {
	min-height: 320px;
	border-radius: var(--radius, 8px);
	background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 50%, #f0f0f0 100%);
	border: 1px dashed #ccc;
}

.site-header,
.site-footer {
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
}

.site-footer {
	border-bottom: 0;
	border-top: 1px solid #e0e0e0;
	margin-top: 2rem;
}

.container {
	width: min(100% - 2rem, 1200px);
	margin-inline: auto;
}

.page-main {
	padding-block: 0;
}

.arsin-scaffold-notice {
	padding: 24px;
	background: var(--white, #fff);
	border: 1px dashed var(--line-2, #e8e8e8);
	border-radius: var(--radius, 12px);
	color: var(--ink-soft, #444);
	text-align: center;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
