/*
Theme Name: تربچه
Version: 1.0
Theme URI: https://www.zhaket.com
Description: ژاکت: مرکز تخصصی قالب و افزونه وردپرس، با طراحی و کیفیتی ایرانی
Author: Design zhaket
Author URI:https://www.zhaket.com
Tags: قالب فروش فایل
*/

/* ---------- Fonts ---------- */

@font-face {
font-family: "iran";
font-weight: 900;
src: url("assets/fonts/iran-Black.woff") format("woff");
}
@font-face {
font-family: "iran";
font-weight: 500;
src: url("assets/fonts/iran-Medium.woff") format("woff");
}
@font-face {
font-family: "iran";
font-weight: 300;
src: url("assets/fonts/iran-Light.woff") format("woff");
}

:root{
--primary:#873EFF;
--primary-2:#B13EFF;
--success:#1ab56f;
--warning:#f5a623;
--danger:#f05368;
--shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.07);
--shadow-he: 0 5px 25px 0 rgba(0, 0, 0, 0.04);
--shadow-co: 0 5px 10px 0 rgba(37, 71, 204, 0.17);
--radius-6: 6px;
--radius-12: 12px;
--radius-16: 16px;
--radius-26: 26px;
}

/* reset */
* { margin: 0; padding: 0; box-sizing: border-box; }
*:hover { transition: all 0.3s ease; }
a, a:hover { text-decoration: none; transition: all 0.3s ease; }
strong { font-weight: 500; }
hr {margin: 20px 0;color: #eee;}


/* typography */
.tab-section h1, .tab-section h2, .tab-section h3, .tab-section h4, .tab-section h5, .tab-section h6 { font-weight: 900; line-height: 1.3; margin-bottom: 15px; }
.tab-section h1 { font-size: 22px; }
.tab-section h2 { font-size: 20px; }
.tab-section h3 { font-size: 18px; }
.tab-section h4 { font-size: 16px; }
.tab-section h5 { font-size: 14px; }
.tab-section h6 { font-size: 12px; }
img { object-fit: cover; max-width: 100%; display: block; }
html { scroll-behavior: smooth; }
body { direction: rtl; font-family: iran; background: #f9f6ff; color: #34395f; line-height: 1.9; overflow-x: hidden; font-size: 16px; font-weight: 300;}
.full-content p,.tab-section p,.blog-body p {margin-bottom:10px;font-weight: 300;}
.full-content ul,.full-content ol,.tab-section ul,.tab-section ol,.blog-body ul,.blog-body ol {margin:15px;}


ul { list-style: none; }
button, input, select { font-family: inherit; }

/* blog body elements */
.blog-body button { font-family: inherit; border: none; background: var(--primary); color: #fff; padding: 15px; border-radius: 12px; cursor: pointer; }
.blog-body button:hover { opacity: 0.8; }
.blog-body input { font-family: inherit; border: 1px solid #eee; padding: 15px; margin: 10px 0; border-radius: 12px; }
.blog-body select { font-family: inherit; border: 1px solid #eee; padding: 15px; margin: 10px 0; border-radius: 12px; }

/* widgets & tab-section inputs */
.widget input { padding: 15px; margin-bottom: 10px; border-radius: var(--radius-12); border: 1px solid #eee; width: 100%; }
.widget textarea { padding: 15px; margin-bottom: 10px; border-radius: var(--radius-12); border: 1px solid #eee; width: 100%; }
.widget select { padding: 15px; margin-bottom: 10px; border-radius: var(--radius-12); border: 1px solid #eee; width: 100%; }
.tab-section input { padding: 15px; margin-bottom: 10px; border-radius: var(--radius-12); border: 1px solid #eee; }
.tab-section textarea { padding: 15px; margin-bottom: 10px; border-radius: var(--radius-12); border: 1px solid #eee; }
.tab-section select { padding: 15px; margin-bottom: 10px; border-radius: var(--radius-12); border: 1px solid #eee; }

/* widget & tab-section buttons */
.widget button { background-color: rgba(227, 209, 249, 0.15); color: var(--primary); border: none; border-radius: var(--radius-12); cursor: pointer; font-size: 16px; transition: all 0.3s ease; padding: 10px 15px; }
.widget input[type="submit"] { background-color: rgba(227, 209, 249, 0.15); color: var(--primary); border: none; border-radius: var(--radius-12); cursor: pointer; font-size: 16px; transition: all 0.3s ease; padding: 10px 15px; }
.widget input[type="button"] { background-color: rgba(227, 209, 249, 0.15); color: var(--primary); border: none; border-radius: var(--radius-12); cursor: pointer; font-size: 16px; transition: all 0.3s ease; padding: 10px 15px; }
.tab-section button { background-color: rgba(227, 209, 249, 0.15); color: var(--primary); border: none; border-radius: var(--radius-12); cursor: pointer; font-size: 16px; transition: all 0.3s ease; padding: 10px 15px; }
.tab-section input[type="submit"] { background-color: rgba(227, 209, 249, 0.15); color: var(--primary); border: none; border-radius: var(--radius-12); cursor: pointer; font-size: 16px; transition: all 0.3s ease; padding: 10px 15px; }
.tab-section input[type="button"] { background-color: rgba(227, 209, 249, 0.15); color: var(--primary); border: none; border-radius: var(--radius-12); cursor: pointer; font-size: 16px; transition: all 0.3s ease; padding: 10px 15px; }
.widget button:hover { background: #f4ecff; color: var(--primary-2); }
.widget input[type="submit"]:hover { background: #f4ecff; color: var(--primary-2); }
.widget input[type="button"]:hover { background: #f4ecff; color: var(--primary-2); }
.tab-section button:hover { background: #f4ecff; color: var(--primary-2); }
.tab-section input[type="submit"]:hover { background: #f4ecff; color: var(--primary-2); }
.tab-section input[type="button"]:hover { background: #f4ecff; color: var(--primary-2); }

/* blog card table */
.blog-card table { width: 100%; border-collapse: collapse; border: 1px solid #eee; font-weight: 300; }
.blog-card thead th { padding: 12px; text-align: right; font-weight: bold; border: 1px solid #eee; }
.blog-card tbody td { padding: 10px 12px; text-align: center; border: 1px solid #eee; }
.blog-card img.alignleft { float: left; margin: 0 20px 20px 0; }
.blog-card img.alignright { float: right; margin: 0 0 20px 20px; }
.blog-card img.aligncenter { display: block; margin: 0 auto 20px; float: none; }
.blog-card img.alignnone { margin: 0 0 20px 0; }

/* checkout */
.wc-proceed-to-checkout { width: 100%; position: relative; margin-top: 20px; }
.checkout-button { font-family: inherit; border: none; background: var(--primary); color: #fff; padding: 15px; border-radius: var(--radius-6); cursor: pointer; margin: 10px 0; position: relative; }
.checkout-button:hover { opacity: 0.8; }


.woocommerce-message{width: 100%;position: relative;overflow: hidden;margin-bottom: 10px;}
.woocommerce-message .button{float:left !important;}
.woocommerce-order-overview{background: rgba(227, 209, 249, 0.15);color: var(--primary);padding: 20px;border-radius: var(--radius-16);margin: 15px 0 !important;}
.woocommerce-thankyou-order-received {background: rgba(142, 144, 255, 0.15);color: #5A84FF;padding: 20px;border-radius: var(--radius-16);}
/* container & utilities */
.container { width: 1300px; margin-inline: auto; }
.section-space { margin: 50px 0; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; background: #f9f4ff; color: var(--primary); font-size: 14px; font-weight: 500; }
.chip:hover { background: var(--primary); color: #fff; }

/* top strip */
.top-strip { border-bottom: 1px solid #f1f2fb; background: #fff; z-index: 201; position: relative; }
.top-strip-inner { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #34395f; font-size: 13px; }
.top-strip-right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.top-strip-left { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.top-strip i { color: var(--primary); margin-left: 6px; }

/* header */
.header { position: sticky; top: 0; z-index: 200; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); box-shadow: 0 0.10rem 0.2rem rgba(0,0,0,.02); }
.header-main { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; font-weight: 800; font-size: 20px; color: var(--primary); margin-left: 15px; }
.brand-logo { width: 52px; height: 52px; border-radius: var(--radius-16); background: linear-gradient(135deg, var(--primary-3), var(--primary-2)); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.logo { height: 50px; align-items: center; justify-content: center; }
.logo img{ height: 100%; width: 100%; object-fit: contain; }
.logo a { text-decoration: none; font-size: 1.9rem; font-weight: 800; background: linear-gradient(135deg, #3b82f6, #f00); -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand-text h1 { font-size: 24px; line-height: 1; color: #283055; font-weight: 900; }
.brand-text p { font-size: 12.8px; color: #7e84a3; margin-top: 2px; font-weight: 500; }
.brand-badge { width: 42px; height: 42px; border-radius: 14px; background: linear-gradient(135deg, var(--primary), #8d74ff); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 900; box-shadow: var(--shadow); }

/* navigation */
.nav-wrap { flex: 1; display: flex; align-items: center; position: relative; min-height: 64px; }
.main-menu { display: flex; align-items: center; position: static; }
.main-menu, .main-menu ul { margin: 0; padding: 0; list-style: none; }
.main-menu a { display: block; text-decoration: none; }
.site-header { position: relative; background: #ffffff; border-bottom: 1px solid #e5e7eb; z-index: 1000; }
.site-header__inner { max-width: 1300px; margin: 0 auto; padding: 0 16px; }
.main-menu > li { position: relative; }
.main-menu > li > a { padding: 10px 20px; color: #283055; font-size: 15px; font-weight: 500; white-space: nowrap; border-radius: var(--radius-12); margin-left: 5px; }
.main-menu > li:hover > a { color: var(--primary); background: rgba(227, 209, 249, 0.15); }
.main-menu > li.current-menu-item > a { color: var(--primary); background: rgba(227, 209, 249, 0.15); }
.main-menu > li.current-menu-parent > a { color: var(--primary); background: rgba(227, 209, 249, 0.15); }
.main-menu > li.current-menu-ancestor > a { color: var(--primary); background: rgba(227, 209, 249, 0.15); }
.main-menu > li > a.active { color: var(--primary); background: rgba(227, 209, 249, 0.15); }
.main-menu > li > a .menu-item-icon { margin-left: 6px; opacity: 0.6; }
.main-menu > li > ul.sub-menu { position: absolute; top: 100%; right: 0; min-width: 240px; background: #ffffff; z-index: 1000; border-radius: var(--radius-16); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(20px); transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; padding: 15px 10px; }
.main-menu > li:hover > ul.sub-menu { opacity: 1; visibility: visible; transform: translateY(8px); }
.main-menu > li.menu-item-default-dropdown > ul.sub-menu > li { position: relative; }
.main-menu > li.menu-item-default-dropdown > ul.sub-menu > li > a { padding: 10px 12px; color: #4f567d; font-size: 15px; font-weight: 300; border-radius: var(--radius-12); transition: all 0.2s ease; }
.main-menu > li.menu-item-default-dropdown > ul.sub-menu > li > a .menu-item-icon { margin-left: 6px; opacity: 0.6; font-size: 10px; }
.main-menu > li.menu-item-default-dropdown > ul.sub-menu > li > a:hover { color: var(--primary); background: #f9f4ff4d; }
.main-menu > li.menu-item-default-dropdown > ul.sub-menu > li:last-child > a { border-bottom: 0; }
.main-menu > li.menu-item-default-dropdown > ul.sub-menu > li > ul.sub-menu { position: absolute; top: 0; right: 100%; min-width: 220px;padding: 15px 10px;background: #ffffff; box-shadow: var(--shadow); border-radius: var(--radius-16); opacity: 0; visibility: hidden; transform: translateX(10px); transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; }
.main-menu > li.menu-item-default-dropdown > ul.sub-menu > li:hover > ul.sub-menu { opacity: 1; visibility: visible; transform: translateX(0); }

.main-menu > li.menu-item-default-dropdown > ul.sub-menu > li > ul.sub-menu a { padding: 10px 12px; color: #4f567d; font-size: 15px; font-weight: 300; border-radius: var(--radius-12); transition: all 0.2s ease; }
.main-menu > li.menu-item-default-dropdown > ul.sub-menu > li > ul.sub-menu a .menu-item-icon { margin-left: 6px; opacity: 0.6; font-size: 10px; }
.main-menu > li.menu-item-default-dropdown > ul.sub-menu > li > ul.sub-menu a:hover { color: var(--primary); background: #f9f4ff4d; }

.main-menu > li.menu-item-fullwidth { position: static; }
.main-menu > li.menu-item-fullwidth > ul.sub-menu { position: absolute; top: 100%; min-height: auto; background: #f9f6ff; border-radius: var(--radius-26); box-shadow: var(--shadow); padding: 20px; box-sizing: border-box; z-index: 999; margin-top: 0; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; left: 0; right: 0; width: 100%; transform: translateY(20px); border: 5px solid #fff; height: auto; overflow: visible; }
.main-menu > li.menu-item-fullwidth:hover > ul.sub-menu { opacity: 1; visibility: visible; transform: translateY(0px); }
.main-menu > li.menu-item-fullwidth > ul.sub-menu > li { width: 240px; position: static; padding: 0; color: #4f567d; }
.main-menu > li.menu-item-fullwidth > ul.sub-menu > li > a { padding: 9px 10px; color: #4f567d; font-weight: 500; display: flex; border-radius: var(--radius-12); line-height: 1.2; font-size: 15px; }
.main-menu > li.menu-item-fullwidth > ul.sub-menu > li:hover > a { background: #fff; color: var(--primary); }
.main-menu > li.menu-item-fullwidth > ul.sub-menu > li > ul.sub-menu { display: none; position: absolute; top: 10px; right: 280px; width: calc(100% - 280px - 15px); background: #ffffff; padding:12px 15px; box-sizing: border-box; grid-template-columns: repeat(4, 1fr); grid-auto-flow: row; align-content: start; gap: 1.5px 10px; min-height: 355px; border-radius: var(--radius-26); }
.main-menu > li.menu-item-fullwidth > ul.sub-menu > li:hover > ul.sub-menu { display: grid; }
.main-menu > li.menu-item-fullwidth > ul.sub-menu > li > ul.sub-menu > li { margin: 0; }
.main-menu > li.menu-item-fullwidth > ul.sub-menu > li > ul.sub-menu > li > a { padding: 8.5px 12px; color: #4f567d; font-size: 15px; font-weight: 300; border-radius: var(--radius-12); transition: all 0.2s ease; }
.main-menu > li.menu-item-fullwidth > ul.sub-menu > li > ul.sub-menu > li > a .menu-item-icon { margin-left: 7px; font-size: 13px; opacity: 0.5; }
.main-menu > li.menu-item-fullwidth > ul.sub-menu > li > ul.sub-menu > li > a:hover { background: #f9f4ff4d; color: var(--primary); }
.main-menu a:hover { color: #2563eb; }
.main-menu > li.menu-item-fullwidth > ul.sub-menu > li > a .menu-item-icon { width: 34px; height: 34px; border-radius: var(--radius-12); align-items: center; justify-content: center; background: #f3efff; color: var(--primary); display: flex; margin-top: 1px; }
.main-menu > li.menu-item-fullwidth > ul.sub-menu > li > a:hover .menu-item-icon { background: var(--primary); color: #fff; }
.main-menu > li.menu-item-fullwidth > ul.sub-menu > li > a .menu-item-text { order: 1; text-align: right; flex: 1 1 auto; padding: 10px; }
.main-menu > li.menu-item-fullwidth > ul.sub-menu > li:first-child > ul.sub-menu { display: grid; }
.main-menu > li.menu-item-fullwidth > ul.sub-menu > li:hover ~ li > ul.sub-menu { display: none; }
.main-menu > li.menu-item-has-children > a { position: relative; padding-left: 38px; }
.main-menu > li.menu-item-has-children > a::before { content: "\f078"; font-family: "AwesomePro"; opacity: 0.5; font-weight: 300; position: absolute; left: 16px; top: 50%; transform: translateY(-50%); font-size: 12px; color: currentColor; transition: transform 0.2s ease, content 0.2s ease; }
.main-menu > li.menu-item-has-children:hover > a::before { content: "\f077"; }

/* mobile menu */
.mobile-menu-toggle {display:none;width:46px;height:46px;border:none;background:rgba(227, 209, 249, 0.15);color:var(--primary);border-radius:var(--radius-12);cursor:pointer;font-size:20px;align-items:center;justify-content:center;}
.mobile-menu-toggle:hover {background:#f4ecff;color:var(--primary-2);}
.mobile-menu-overlay {position:fixed;inset:0;background:rgba(0, 0, 0, 0.45);opacity:0;visibility:hidden;transition:0.3s;z-index:9998;}
.mobile-menu-box {position:fixed;top:0;right:-320px;width:320px;max-width:100%;height:100vh;background:#fff;z-index:9999;transition:0.3s;overflow-y:auto;}
.mobile-menu-head {display:flex;justify-content:flex-end;padding:15px;border-bottom:1px solid #eee;}
.mobile-menu-close {width:40px;height:40px;border:none;background:rgba(227, 209, 249, 0.15);color:var(--primary);border-radius:var(--radius-12);cursor:pointer;font-size:18px;}
.mobile-menu-close:hover {background:#f4ecff;color:var(--primary-2);}
.mobile-menu-content {padding:10px 0;}
.mobile-menu,.mobile-menu ul {list-style:none;margin:0;padding:0;}
.mobile-menu > li,.mobile-menu ul li {border-bottom:1px solid #f1f1f1;}
.mobile-menu li {position:relative;}
.mobile-menu li a {display:block;padding:14px 20px;color:#111;text-decoration:none;font-size:15px;font-weight:500;}
.mobile-menu li a:hover {color:var(--primary-2);}
.mobile-menu li a .menu-item-icon {margin-left:5px;font-size:13px;opacity:0.4;}
.mobile-menu li.menu-item-has-children > a {padding-left:50px;}
.mobile-menu .submenu-toggle {position:absolute;left:10px;top:8px;width:36px;height:36px;border:none;background:rgba(227, 209, 249, 0.15);color:var(--primary);border-radius:var(--radius-12);cursor:pointer;font-size:18px;}
.mobile-menu .submenu-toggle:hover {background:#f4ecff;color:var(--primary-2);}
.mobile-menu .sub-menu {display:none;background:#fafafa;}
.mobile-menu .sub-menu li a {padding-right:35px;font-size:14px;}
.mobile-menu li.submenu-open > .sub-menu {display:block;}
.mobile-menu li.submenu-open > .submenu-toggle i {transform:rotate(180deg);}
.mobile-menu .submenu-toggle i {transition:0.3s;}
body.mobile-menu-open .mobile-menu-overlay {opacity:1;visibility:visible;}
body.mobile-menu-open .mobile-menu-box {right:0;}
@media (max-width: 560px) {.mobile-menu-box {width: 320px;right: -320px;}}

/* header actions */
.header-actions { display: flex; align-items: center; gap: 10px; min-width: max-content; margin-right: auto; }
.action-btn { width: 46px; height: 46px; border-radius: var(--radius-12); color: var(--primary); cursor: pointer; position: relative; transition: .2s; font-size: 20px; border: none; background: rgba(227, 209, 249, 0.15); display: block;padding: 13px;text-align: center;}
.action-btn:hover { background: #f4ecff; color: var(--primary-2); }
.action-btn .count { position: absolute; top: -8px; right: -7px; width: 25px; height: 25px; border-radius: 999px; background: var(--primary); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 500; border: 2px solid #fff; }
.login-btn { border: none; height: 46px; padding: 9px 18px; border-radius: var(--radius-12); background: var(--primary); color: #fff; font-weight: 500; font-size: 14px; cursor: pointer; }

/* user menu */
.user-menu-wrap { position: relative; }
.user-menu-btn { background: var(--primary); border: none; display: flex; align-items: center; gap: 8px; cursor: pointer; padding: 8px 12px; border-radius: var(--radius-12); transition: background 0.3s ease; }
.user-menu-btn:hover { opacity: 0.8; }
.user-avatar { width: 32px; height: 32px; border-radius: 50%; }
.user-name { font-size: 14px; color: #fff; font-weight: 900; }
.user-menu-btn .fa-chevron-down { font-size: 10px; color: #fff; }
.user-dropdown { position: absolute; top: 100%; left: 0; min-width: 260px; background: #fff; border-radius: var(--radius-16); box-shadow: var(--shadow); padding: 15px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s ease; z-index: 1000; margin-top: 5px; }
.user-menu-wrap:hover .user-dropdown { opacity: 1; visibility: visible; transform: translateY(5px); }
.dropdown-item { display: flex; align-items: center; gap: 12px; padding: 15px 20px; color: #4f567d; text-decoration: none; font-size: 15px; transition: background 0.3s ease; border-radius: var(--radius-12); font-weight: 500; }
.dropdown-item i { width: 20px; font-size: 16px; color: #666; }
.dropdown-item:hover { color: var(--primary); background: #f9f4ff; }
.dropdown-item:hover i { color: var(--primary); }
.dropdown-item.logout { color: var(--primary); }
.dropdown-item.logout i { color: var(--primary); }
.dropdown-divider { height: 2px; margin: 5px 0; border: 1px dashed #eee; }
.cart_count{position: absolute;left: 20px;background: var(--primary);color: #fff;border-radius: 999px;height: 25px;width: 25px;text-align: center;font-size: 12px;padding: 1px;}
.hii.dropdown-item{display:none;}



/* cart dropdown */
.cart-wrap { position: relative; }
.cart-dropdown { position: absolute; top: calc(100% + 20px); left: 0; width: 320px; background: #fff; border-radius: var(--radius-26); box-shadow: var(--shadow); padding: 16px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s; z-index: 120; }
.cart-wrap:hover .cart-dropdown { opacity: 1; visibility: visible; transform: translateY(-8px); }
.cart-title { font-size: 15px; font-weight: 800; color: #283055; margin-bottom: 14px; }
.cart-empty { text-align: center; }
.cart-empty i { color: #8b90aa66; font-size: 50px; margin-bottom: 20px; margin-top: 20px; }
.cart-empty p { color: #8b90aa; font-size: 14px; margin-bottom: 20px; font-weight: 300; }
.cart-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid #f0f2f8; }
.cart-item:last-of-type { margin-bottom: 12px; }
.cart-item img { width: 56px; height: 56px; border-radius: 12px; flex-shrink: 0; }
.cart-item-info h6 { font-size: 14px; color: #374067; margin-bottom: 6px; font-weight: 500; line-height: 1.7; }
.cart-item-info span { color: var(--primary); font-size: 13px; font-weight: 500; }
.go-cart-btn { display: flex; align-items: center; justify-content: center; width: 100%; height: 54px; border-radius: 14px; background: var(--primary); color: #fff; font-size: 15px; font-weight: 500; margin-top: 14px; }
.go-cart-btn:hover { opacity: 0.8; }

/* search area */
.nav-search { position: absolute; inset: 0; display: flex; align-items: center; opacity: 0; visibility: hidden; pointer-events: none; transition: .25s; }
.nav-wrap.search-open .nav-search { opacity: 1; visibility: visible; pointer-events: auto; }
.nav-wrap.search-open .nav { opacity: 0; visibility: hidden; pointer-events: none; }
.search-box { width: 1020px; height: 56px; background: #fff; border: 1px solid #eee; border-radius: var(--radius-12); display: flex; align-items: center; gap: 12px; padding: 0 10px; }
.search-box input { flex: 1; border: none; outline: none; background: transparent; font-family: inherit; font-size: 15px; color: #2d355c; font-weight: 300; }
.send-search { width: 40px; height: 40px; border: none; border-radius: var(--radius-12); background: #f5f6fb; color: #7a81a4; cursor: pointer; font-size: 18px; line-height: 15px; }
.send-search:hover { background: #e9f3ff; color: #2f78ff; }
.close-search { width: 40px; height: 40px; border: none; border-radius: var(--radius-12); background: rgb(255, 237, 244); color: rgb(239, 74, 127); cursor: pointer; font-size: 18px; line-height: 15px; }
.close-search:hover { background: rgb(255, 214, 230); color: rgb(237, 40, 103); }


/* hero */
.hero { margin-top: 18px; border-radius: var(--radius-26); position: relative; background: linear-gradient(135deg, var(--primary), var(--primary-2)); margin-bottom: 50px; box-shadow: var(--shadow-co); }
.hero::before { content: ""; position: absolute; top: -80px; left: -40px; width: 260px; height: 260px; border-radius: 50%; background: rgba(255,255,255,.07); filter: blur(4px); }
.hero::after { content: ""; position: absolute; bottom: -100px; right: -40px; width: 280px; height: 280px; border-radius: 50%; background: rgba(255,255,255,.05); }
.hero-inner { position: relative; z-index: 1; padding: 54px 42px 32px; text-align: center; color: #fff; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.13); color: #fff; border-radius: 999px; padding: 8px 16px; margin-bottom: 18px; font-size: 13px; font-weight: 500; }
.hero-title { font-size: 34px; line-height: 1.18; font-weight: 900; letter-spacing: -.5px; margin-bottom: 10px;  }
.hero-desc { font-size: 16px; color: #fff; margin-bottom: 28px; font-weight: 500; }
.hero-search { width: min(860px, 100%); margin-inline: auto; background: #fff; border-radius: var(--radius-26); padding: 10px; display: grid; grid-template-columns: 66px 1fr 190px; align-items: center; gap: 10px; direction: rtl; box-shadow: var(--shadow-co); }
.hero-search-btn { border: none; height: 58px; border-radius: var(--radius-16); background: var(--primary); color: #fff; font-size: 22px; cursor: pointer; }
.hero-search-btn:hover { opacity: 0.8; }
.hero-search input { height: 58px; border: none; outline: none; background: #f9f4ff61; border-radius: var(--radius-16); padding: 0 18px; color: #495076; font-size: 15px; width: 100%; font-weight: 300; }
.hero-search select { height: 58px; border: none; outline: none; background: #f9f4ff61; border-radius: var(--radius-16); padding: 0 18px; color: #495076; font-size: 15px; width: 100%; font-weight: 300; }
.hero-search input::placeholder { color: #a1a6c0; }

/* category select */
.category-select-wrap { position: relative; width: 100%; max-width: 340px; direction: rtl; font-family: inherit; }
.category-select-wrap select { display: none; }
.custom-category-dropdown { position: relative; user-select: none; }
.custom-category-trigger { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 58px; padding: 0 18px; background: #f9f4ff61; border-radius: var(--radius-16); cursor: pointer; transition: all 0.25s ease; }
.custom-category-dropdown.open .custom-category-trigger { background: #f4ecff; }
.custom-category-dropdown.open .custom-category-placeholder { color: var(--primary-2); }
.custom-category-placeholder { display: flex; align-items: center; gap: 10px; color: #4f567d; font-size: 15px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.custom-category-arrow { width: 10px; height: 10px; border-left: 2px solid #5a6478; border-bottom: 2px solid #5a6478; transform: rotate(-45deg); transition: transform 0.25s ease, margin 0.25s ease; margin-top: -4px; flex: 0 0 10px; opacity: 0.5; }
.custom-category-dropdown.open .custom-category-arrow { transform: rotate(135deg); margin-top: 4px; border-left: 2px solid var(--primary-2); border-bottom: 2px solid var(--primary-2); }
.custom-category-menu { position: absolute; top: calc(100% + 12px); right: 0; left: 0; background: rgb(255, 255, 255); backdrop-filter: blur(14px); border: 1px solid rgba(25, 35, 60, 0.08); border-radius: var(--radius-6) var(--radius-6) var(--radius-26) var(--radius-26); box-shadow: var(--shadow); padding: 10px; margin: 0; list-style: none; max-height: 290px; overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all 0.25s ease; z-index: 999; scrollbar-width: thin; scrollbar-color: rgba(120, 130, 150, 0.7) transparent; }
.custom-category-menu::-webkit-scrollbar { width: 4px; }
.custom-category-menu::-webkit-scrollbar-track { background: transparent; border-radius: 10px; }
.custom-category-menu::-webkit-scrollbar-thumb { background: rgba(120, 130, 150, 0.7); border-radius: 10px; }
.custom-category-menu::-webkit-scrollbar-thumb:hover { background: rgba(90, 100, 120, 0.9); }
.custom-category-dropdown.open .custom-category-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.custom-category-menu::-webkit-scrollbar { width: 6px; }
.custom-category-menu::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #c7cdfc, #8ea2ff); border-radius: 20px; }
.custom-category-item { display: flex; align-items: center; justify-content: space-between; padding: 8px 14px; border-radius: var(--radius-6); color: #243047; font-size: 14px; font-weight: 300; cursor: pointer; transition: all 0.2s ease; margin-bottom: 4px; }
.custom-category-item:last-child { margin-bottom: 0; }
.custom-category-item:hover { background: #f9f4ff4d; color: var(--primary); }
.custom-category-item.active { background: #f7f4ff; color: var(--primary); }
.custom-category-item.child-item { padding-right: 28px; font-size: 13.5px; color: #5b6477; position: relative; }
.custom-category-item.child-item::before { content: ""; position: absolute; right: 14px; width: 7px; height: 7px; border-radius: 50%; background: #b8bfd1; }
.custom-category-item.child-item:hover::before { background: var(--primary-2); }
.custom-category-item.active.child-item::before { background: #ffffff; }

/* hero features */
.hero-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 35px; }
.hero-feature { background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-26); padding: 14px 16px; display: flex; align-items: center; gap: 12px; text-align: right; backdrop-filter: blur(5px); box-shadow: 0 1px 40px 0 rgba(37, 71, 204, 0.17); }
.hero-feature .icon { min-width: 46px; width: 46px; height: 46px; border-radius: var(--radius-16); background: rgba(255,255,255,.14); display: flex; align-items: center; justify-content: center; font-size: 18px; color: #fff; }
.hero-feature h4 { font-size: 16px; margin-bottom: 2px; font-weight: 900; color: #fff;  }
.hero-feature p { font-size: 12.5px; color: #fff; margin: 0; opacity: 0.9; }

/* section head */
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0 0 15px; }
.section-title { display: flex; align-items: center; gap: 12px; }
.section-icon { width: 48px; height: 48px; border-radius: var(--radius-16); background: var(--primary); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.section-title h2 { font-size: 20px; line-height: 1.2; color: #2d3358; font-weight: 900; }
.section-title p { color: #7e84a3; font-size: 13px; margin-top: 2px; font-weight: 500; }

/* category grid */
.category-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 18px; }
.category-card { background: #fff; border-radius: var(--radius-26); padding: 15px 10px 10px; text-align: center; transition: .25s; position: relative; overflow: hidden; margin-bottom: 0; }
.category-card:hover { box-shadow: var(--shadow); }
.category-icon { width: 64px; height: 64px; margin: 0 auto 5px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 26px; position: relative; z-index: 1; }
.bg1 { background: #efe9ff; color: #6d3bff; }
.bg2 { background: #e9f3ff; color: #2f78ff; }
.bg3 { background: #ebfff3; color: #19b26e; }
.bg4 { background: #fff6e9; color: #f0a529; }
.bg5 { background: #ffedf4; color: #ef4a7f; }
.bg6 { background: #ebfbff; color: #24acc8; }
.category-card h3 { font-size: 13px; color: #34395f; margin-bottom: 3px; font-weight: 500; }
.category-card p { font-size: 13px; color: #8a90ab; font-weight: 300;}

/* cards grid list */
.grid-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-list .product-cover { width: 120px; height: 120px; margin-bottom: 0; }
.grid-list .product-card { flex-direction: initial; min-height: 150px; gap: 15px; height: 150px; }
.grid-list .product-bottom { padding-top: 5px; margin: 0; }
.product-bottom .added_to_cart { display: none; }
.grid-list .product-meta { gap: 5px; font-size: 12px; padding: 0px 0 3px 0; margin-bottom: 0px; }
.grid-list .product-title { min-height: 32px; font-size: 14px; }

/* card grid */
.card-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.product-card { background: #fff; border-radius: var(--radius-26); overflow: hidden; transition: .25s; display: flex; flex-direction: column; min-height: 320px; padding: 15px; position: relative; }
.product-card:hover { box-shadow: var(--shadow); }
.product-cover { height: 215px; display: flex; align-items: center; justify-content: center; position: relative; margin-bottom: 15px; width: 215px; }
.archive-content .product-cover { height: 203px; width: 203px; }
.product-cover img { height: 100%; width: 100%; border-radius: var(--radius-26); }
.custom-sale-badge { position: absolute; top: 10px; right: 10px; background: #ff003c; color: #fff; padding: 3px 8px; font-size: 11px; border-radius: 999px; z-index: 9; font-weight: 500; }
.product-body { display: flex; flex-direction: column; flex: 1; }
.product-title { font-size: 15px; line-height: 1.7; min-height: 42px; color: #2f355d; font-weight: 500; }
.product-title:hover { color: var(--primary); }
.product-cat { color: #8a90ab; font-size: 13px; margin-top: 2px; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; font-size: 12.5px; padding: 10px 0; margin-bottom: auto; }
.product-meta span { display: inline-flex; align-items: center; gap: 5px; }
.meta-down { padding: 8px 0; font-size: 13px; font-weight: 300; line-height: 1; white-space: nowrap; color: #7e84a3; }

/* file badges */
.file-badges { display: flex; align-items: center; flex-wrap: nowrap; direction: ltr; }
.meta-badge { width: 25px; height: 25px; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; line-height: 1; color: #7e84a3; background: #fff; border-radius: 50%; position: relative; flex: 0 0 auto; border: 2px solid #fff; }
.meta-badge + .meta-badge { margin-left: -15px; }
.list-right .meta-badge + .meta-badge { margin-left: -10px; }
.item-info .meta-file:nth-child(1) { margin-left: -15px; }
.item-info .file-badge { margin-left: 8px; }
.file-badges .meta-badge:nth-child(1) { z-index: 10; }
.file-badges .meta-badge:nth-child(2) { z-index: 9; }
.file-badges .meta-badge:nth-child(3) { z-index: 8; }
.file-badges .meta-badge:nth-child(4) { z-index: 7; }
.file-badges .meta-badge:nth-child(5) { z-index: 6; }
.file-badges .meta-badge:nth-child(6) { z-index: 5; }
.file-badges .meta-badge:nth-child(7) { z-index: 4; }
.file-badges .meta-badge:nth-child(8) { z-index: 3; }
.file-badges .meta-badge:nth-child(9) { z-index: 2; }
.file-badges .meta-badge:nth-child(10) { z-index: 1; }
.grid-list .meta-file { font-size: 14px; }
.meta-badge:hover { z-index: 11 !important; }
.meta-file { padding: 0; font-size: 14px; }
.file-pdf { color: #e74c3c; background: #fde8e8; }
.file-word { color: #2980b9; background: #e3f0fa; }
.file-excel { color: #27ae60; background: #e4f4ea; }
.file-powerpoint { color: #e67e22; background: #fef0e0; }
.file-zip { color: #8e44ad; background: #f3e8f7; }
.file-image { color: #d35400; background: #fdebd0; }
.file-video { color: #c0392b; background: #fadbd8; }
.file-audio { color: #16a085; background: #d5f5e3; }
.file-text { color: #2c3e50; background: #ebf0f5; }
.file-code { color: #2c3e50; background: #eaf2f8; }

.custom-tooltip {position: absolute;bottom: -28px;left: 50%;transform: translateX(-50%) translateY(10px);background: #222;color: #fff;padding: 6px 10px;border-radius: 6px;font-size: 12px;white-space: nowrap;opacity: 0;visibility: hidden;transition: all 0.25s ease;pointer-events: none;}
.custom-tooltip::after {content: "";position: absolute;top: -5px;left: 50%;transform: translateX(-50%);border-width: 5px;border-style: solid;border-color: transparent transparent #222 transparent;}
.product-file:hover .custom-tooltip {opacity: 1;visibility: visible;transform: translateX(-50%) translateY(0);}

/* product bottom */
.product-bottom { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 10px; border-top: 1px solid #eee; }
.price { color: var(--primary); font-size: 16px; font-weight: 900; white-space: nowrap; }
.mini-btn { width: 40px; height: 40px; border: none; border-radius: var(--radius-16); background: #f5f2ff; color: var(--primary); cursor: pointer; font-size: 16px; transition: .2s; }
.mini-btn:hover { background: #f4ecff; color: var(--primary-2); }

/* sale timer */
.sale-timer-wrapper { margin-bottom: 10; text-align: center; direction: ltr; border-bottom: 1px solid #eee; padding-bottom: 5px; }
.sale-timer { display: flex; justify-content: center; align-items: center; gap: 6px; }
.timer-item { display: flex; flex-direction: column; align-items: center; }
.timer-digit { font-size: 16px; font-weight: 500; background: rgba(227, 209, 249, 0.23); padding: 5px 5px; border-radius: 6px; color: #2f355d; width: 40px; }
.timer-label { font-size: 12px; color: #4a5568; margin-top: 2px; font-weight: 300; }
.timer-separator { font-size: 14px; font-weight: 500; color: #c53030; padding: 0 4px; display: none; }

/* quantity */
.quantity { display: inline-flex; align-items: center; border: 1px solid #eee; border-radius:var(--radius-12); overflow: hidden; background: #fff; transition: border-color 0.3s ease; direction: ltr; margin-bottom: 5px; }
.quantity:hover { border-color: #cbd5e0; }
.quantity .qty { width: 60px; height:35px; border: none; text-align: center; font-size: 1.1rem; font-weight: 500; color: #2d3748; background: transparent; outline: none; padding: 0 4px; }
.purchase-box .quantity { display:none !important;}


/* price sale group */
.price-sale-group {  }
.price-sale-group .old-price bdi{ font-size: 14px; color: #7e84a3; text-decoration: line-through; font-weight: 300; }
.product-body .price-sale-group .old-price .woocommerce-Price-amount.amount { font-size: 14px !important; }
.product-body .price-sale-group .discount-badge { font-size: 11px; font-weight: 500; padding: 0px 6px 0 6px; border-radius: 4px; display: inline-block; height: 18px; }
.grid-list .product-body .price-sale-group .old-price .woocommerce-Price-amount.amount { font-size: 12px !important; color: #7e84a3; }
.grid-list .product-body .price-sale-group .discount-badge { font-size: 11px !important; font-weight: 500; padding: 0px 4px 0 4px; height: 18px; }
.old-price .woocommerce-Price-currencySymbol { display: none; }
.price-sale-group .discount-badge { background: #ff003c; color: #fff; font-size: 15px; font-weight: 500; padding: 3px 8px 0 8px; border-radius: 4px; display: inline-block; }
.price-wrapper.has-sale .new-price { color: var(--primary); margin-top: -12px; }
.product-body .new-price .woocommerce-Price-amount.amount { font-size: 18px; }
.product-body .woocommerce-Price-amount.amount { font-size: 18px; }
.new-price .woocommerce-Price-amount.amount { font-size: 34px; font-weight: 500; color: var(--primary); }

/* mini-btn success */
.mini-btn.success { background: #10b981; color: #fff; }
.mini-btn.success i { animation: checkmark 0.4s ease-out; }
@keyframes checkmark { 0% { transform: scale(0) rotate(-180deg); opacity: 0; } 100% { transform: scale(1) rotate(0deg); opacity: 1; } }
.mini-btn:disabled { opacity: 0.6; cursor: wait; transform: none; }

/* woo cart modal */
.woo-cart-modal { position: fixed; bottom: -100px; left: 50%; transform: translateX(-50%); background: #03b37c; color: white; padding: 16px 28px; border-radius: var(--radius-16); box-shadow: 0 10px 40px rgba(0,0,0,0.2); z-index: 9999; display: flex; align-items: center; gap: 15px; font-family: inherit; font-size: 18px; font-weight: 500; direction: rtl; opacity: 0; transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.woo-cart-modal.show { bottom: 30px; opacity: 1; }
.woo-cart-modal i { font-size: 22px; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1)); }
.woo-cart-modal .modal-message { display: flex; align-items: center; gap: 8px; }
.woo-cart-modal .modal-message span { font-weight: 700; background: rgba(255,255,255,0.2); padding: 4px 12px; border-radius: 40px; font-size: 13px; }
.woo-cart-modal .modal-close { background: rgba(255,255,255,0.2); border: none; color: white; cursor: pointer; padding: 4px 10px; border-radius: 30px; font-size: 16px; transition: all 0.3s ease; }
.woo-cart-modal .modal-close:hover { background: rgba(255,255,255,0.3); transform: scale(1.05); }
.temp-woo-empty { text-align: center; padding: 40px; background: #f9f9f9; border-radius: 12px; color: #666; }

/* featured cards */
.featured-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.featured-card { background: #fff; border-radius: var(--radius-26); overflow: hidden; transition: .25s; padding: 15px; position: relative; }
.featured-card:hover { box-shadow: var(--shadow); }
.featured-image { height: 280px; display: flex; align-items: center; justify-content: center; position: relative; margin-bottom: 15px; width: 280px; }
.featured-image img { width: 100%; height: 100%; border-radius: var(--radius-26); }

/* list boxes */
.list-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.list-box { background: #fff; border-radius: var(--radius-26); overflow: hidden; }
.list-head { padding: 20px 20px 14px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid #f1f2fb; }
.list-head-title { display: flex; align-items: center; gap: 12px; }
.list-head-icon { width: 46px; height: 46px; border-radius: var(--radius-16); background: #f4f0ff; color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.list-head h3 { font-size: 20px; color: #2f355d; font-weight: 900; }
.list-items { padding: 6px 18px 12px; position: relative; }
.list-price { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.list-old-price { margin: 0; color: #9ca3af; font-size: 12px; font-weight: 300; text-decoration: line-through; text-decoration-thickness: 1px; opacity: 0.9; direction: ltr; }
.list-new-price { margin: 0; text-decoration: none; color: var(--primary); font-size: 14px; font-weight: 500; }
.list-new-price .woocommerce-Price-amount, .list-new-price .woocommerce-Price-currencySymbol { color: inherit; font-weight: inherit; }
.list-current-price, .list-current-price .woocommerce-Price-amount, .list-current-price .woocommerce-Price-currencySymbol { color: #34395f; font-size: 14px; font-weight: 500; }
.list-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px dashed #edf0f8; }
.list-item:last-child { border-bottom: none; }
.list-right { display: flex; align-items: center; gap: 10px; min-width: 0; }
.list-left { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.list-name { font-size: 14px; color: #34395f; font-weight: 500; }
.list-name:hover { color: var(--primary); }
.list-price { font-size: 13.5px; color: #7353ff; font-weight: 800; white-space: nowrap; }
.list-format { display: flex; align-items: center; gap: 4px; white-space: nowrap; }
.list-file { padding: 0; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; }
.file-default { color: #7e84a3; background: #efeff2; }
.product-format { display: flex; align-items: center;  white-space: nowrap; margin-left: 10px; margin-top: -8px; gap: 3px;}
.product-file { padding: 0; display: inline-flex; align-items: center; justify-content: center; font-size: 20px; width: 38px; height: 38px; line-height: 1; border-radius: var(--radius-16); position: relative; flex: 0 0 auto; }
.list-cart { width: 34px; height: 34px; border: none; border-radius: 12px; background: #f9f4ff; color: var(--primary); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.list-cart:hover { background: #f4ecff; color: var(--primary-2); }


/* banners */
.banner-grid { display: grid; gap: 18px; }
.banner-grid.banner-grid-cols-1 { grid-template-columns: 1fr; }
.banner-grid.banner-grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
.banner-grid.banner-grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
.banner { border-radius: var(--radius-26); overflow: hidden; position: relative; min-height: 146px; padding: 24px; color: #fff; display: flex; align-items: center; justify-content: space-between; box-shadow: var(--shadow); }
.banner::before { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; background: rgba(255,255,255,.07); top: -70px; left: -30px; }
.banner-content { position: relative; z-index: 1; }
.banner h3 { font-size: 24px; line-height: 1.35; margin-bottom: 4px; font-weight: 900; }
.banner p { font-size: 13px; color: rgba(255,255,255,.92); margin-bottom: 12px; }
.banner .btn { display: inline-flex; align-items: center; gap: 8px; border: none; background: #fff; color: var(--primary); border-radius: var(--radius-16); padding: 10px 15px; font-weight: 500; cursor: pointer; }
.banner-icon { width: 84px; height: 84px; border-radius: var(--radius-26); background: rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; font-size: 38px; position: relative; z-index: 1; margin-right: 10px; min-width: 84px;}

/* extra brand styles (already defined) */
.ghost-btn, .header-btn { border: none; border-radius: 14px; padding: 10px 16px; cursor: pointer; }
.ghost-btn { background: #f2efff; color: var(--primary); font-weight: 700; }
.header-btn { background: var(--primary); color: #fff; font-weight: 700; }

/* breadcrumb & pages */
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 14px; margin: 25px 0 0; font-weight: 500; color: #34395f; }
.breadcrumb a { color: #7e84a3; transition: 0.3s; }
.breadcrumb a:hover { color: var(--primary); }
.pages { display: flex; flex-direction: column; gap: 22px; padding-bottom: 48px; padding: 25px 0 50px; }
.hero-card, .content-card, .blog-box { background: #fff; border-radius: var(--radius-26); margin-bottom: 20px; }
.product-page { padding: 25px 0 50px; }

/* hero-card product page */
.hero-card { display: grid; grid-template-columns: 400px 1fr 270px; gap: 18px; padding: 18px; align-items: start; margin-bottom: 20px; position: relative; overflow: hidden; }
.product-cover-side { position: relative; }
.cover-image { width: 100%; height: auto; position: relative; }
.cover-image img { width: 100%; height: 100%; position: relative; border-radius: var(--radius-26); }
.side-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.product-main { padding: 8px 8px 8px 2px; position: relative; }
.title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 8px; }
.title-row h1 { font-size: 18px; line-height: 1.7; min-height: 42px; color: #2f355d; font-weight: 900; }
.rating-row { display: flex; align-items: center; gap: 8px; color: #6f7591; font-size: 14px; }
.stars { color: #ffb648; letter-spacing: 2px; font-size: 28px; }
.product-desc { margin: 16px 0 22px; color: #5e647f; font-size: 14px; font-weight: 300; }
.spec-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.spec-item { display: flex; align-items: center; justify-content: flex-start; gap: 12px; background: rgba(227, 209, 249, 0.15); border-radius: var(--radius-16); padding: 10px 18px; position: relative; }
.spec-item::before { content: ""; position: absolute; top: 16px; right: 0; width: 5px; height: 34px; background: #eeeaf6; border-radius: 8px 0 0 8px; }
.spec-item > div { flex: 1; }
.spec-label { color: #7e84a3; font-size: 12px; line-height: 1.7; font-weight: 300; }
.spec-value { color: #2f3352; font-size: 14px; font-weight: 500; line-height: 1.8; }
.tags-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 35px; }
.tags-title { color: #2d3358; font-size: 18px; margin-left: 4px; font-weight: 900; }
.tags { display: inline-flex; align-items: center; padding: 7px 15px; border-radius: var(--radius-12); background: rgb(246, 242, 255); color: var(--primary); font-size: 15px; font-weight: 500; cursor: pointer; }
.tags:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.purchase-box { border-radius: var(--radius-26); padding: 18px; background: rgba(227, 209, 249, 0.15); }
.price-big { font-size: 24px; font-weight: 900; color: var(--primary); margin-bottom: 10px; text-align: center; }
.purchase-box .price-big .old-price{font-size: 18px; color: #7e84a3; text-decoration: line-through; font-weight: 300;}

.woocommerce-Price-currencySymbol { font-weight: 500; font-size: 15px; color: #6f7591; }
.product-body .woocommerce-Price-currencySymbol { font-weight: 300; font-size: 12px; color: #7e84a3; }
.buy-btn, .fav-btn { width: 100%; border: none; border-radius: var(--radius-12); padding: 14px 16px; font-size: 15px; font-weight: 500; cursor: pointer; margin-bottom: 10px; }
.buy-btn { background: var(--primary); color: #fff; }
.quick-btn { background: #efeaff; color: var(--primary); }
.fav-btn { background: #fff; color: var(--primary); border: 1px solid #eee; margin-bottom: 0; }
.purchase-features { list-style: none; margin: 14px 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.purchase-features li { display: flex; align-items: center; gap: 10px; color: #626883; font-size: 13px; font-weight: 300; }
.purchase-features i { width: 24px; height: 24px; color: var(--success); display: flex; align-items: center; justify-content: center; font-style: normal; font-size: 14px; flex: 0 0 14px; }

/* content card tabs */
.content-card { padding: 18px; }
.tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid #eee; }
.tab { background: none; border: none; cursor: pointer; font-family: inherit; padding: 15px 20px; border-radius: var(--radius-12); color: var(--primary); font-weight: 500; background: #f7f4ff; transition: .2s; font-size: 15px; }
.tab.active { background: var(--primary); color: #fff; }
.tab-content { display: none; }
.tab-content.active { display: block; }
.tab-section { padding-top: 2px; }
.tab-section p { font-weight: 300; margin-bottom: 15px; }
.tab-section ul, .tab-section ol { margin: 15px 20px; }
.tab-section ul li { font-weight: 300; list-style: disc; }
.tab-section ol li { font-weight: 300; list-style: disc; }
.desc-layout { width: 100%; }
.desc-text { width: 100%; }
.desc-text p { margin-top: 0; color: #5f6680; font-weight: 300; font-size: 1.0em; margin-bottom: 15px; }
.desc-text h3 { margin: 0 0 8px; font-size: 18px; color: #2d3250; }
.desc-list { margin: 0; padding-right: 18px; color: #555b78; font-weight: 300; width: 100%; }
.desc-list li { list-style: none; width: 100%; }
.desc-list li::before { content: "\f00c"; font-family: "AwesomePro"; margin-left: 7px; background: var(--primary); color: #fff; padding: 3.5px 4px; border-radius: 50%; font-size: 10px; }

/* reviews combined */
.reviews-combined { display: grid; grid-template-columns: 320px 1fr; gap: 20px; align-items: start; }
.reviews-layout { display: grid; grid-template-columns: 1fr; gap: 14px; border-radius: var(--radius-26); padding: 18px; background: #f9f6ff; }
.rating-summary { text-align: center; }
.rating-number { font-size: 42px; line-height: 1.2; color: var(--primary); font-weight: 900; }
.rating-small { color: #7e839d; font-size: 13px; }
.rating-bars { display: flex; flex-direction: column; gap: 10px; }
.bar-row { display: grid; grid-template-columns: 26px 1fr 60px; gap: 10px; align-items: center; color: #676d88; font-size: 13px; }
.bar { height: 10px; background: #eee9ff; border-radius: 999px; overflow: hidden; }
.bar span { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--primary), var(--primary-2)); }
.reviews-box { margin-bottom: 20px; background: #fff; border-radius: var(--radius-26); padding: 22px; }
.comments-list { display: flex; flex-direction: column; gap: 12px; margin-top: 0; }
.comment-item { border-radius: var(--radius-16); padding: 14px 16px; display: grid; grid-template-columns: 140px 120px 1fr 110px; gap: 12px; align-items: center; background: #f9f6ff; margin-bottom: 10px; }
.comment-user { font-weight: 500; color: #3a3f5f; white-space: nowrap; font-size: 14px; }
.comment-stars { color: var(--warning); white-space: nowrap; font-size: 14px; }
.comment-text { color: #555c79; font-size: 13px; line-height: 2; font-weight: 300; }
.comment-date { color: #7d829d; font-size: 12px; white-space: nowrap; text-align: left; }
.all-comments { display: flex; justify-content: center; margin-top: 18px; }
.all-comments a { min-width: 240px; height: 50px; border-radius: var(--radius-12); color: #676d88; display: inline-flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 500; }
.all-comments a:hover { color: var(--primary); background: #f7f4ff; }

/* product gallery */
.product-gallery-section { background: #fff; border-radius: var(--radius-26); padding: 20px; position: relative; margin-bottom: 20px; }
.gallery-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.gallery-nav { display: flex; align-items: center; gap: 10px; }
.gallery-arrow { width: 52px; height: 52px; border: none; border-radius: var(--radius-16); background: var(--primary); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: .2s; font-size: 24px; box-shadow: var(--shadow-co); }
.gallery-arrow:hover { transform: scale(1.05); }
#galleryNext { right: -15px; position: absolute; top: 120px; z-index: 1; }
#galleryPrev { left: -15px; position: absolute; top: 120px; z-index: 1; }
.samples-scroll { overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; scrollbar-width: thin; cursor: grab; user-select: none; }
.samples-scroll:active { cursor: grabbing; }
.samples-scroll::-webkit-scrollbar { height: 6px; }
.samples-scroll::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }
.samples-scroll::-webkit-scrollbar-thumb { background: #c1c1c1; border-radius: 10px; }
.samples-scroll { display: flex; gap: 14px; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 4px; scrollbar-width: none; -ms-overflow-style: none; touch-action: pan-x; cursor: grab; user-select: none; }
.samples-scroll.dragging { cursor: grabbing; scroll-behavior: auto; }
.samples-scroll::-webkit-scrollbar { display: none; }
.samples-scroll .sample-item { min-width: 220px; max-width: 220px; flex: 0 0 220px; scroll-snap-align: start; cursor: pointer; border: none; background: transparent; padding: 0; overflow: hidden; position: relative; }
.samples-scroll .sample-item img { width: 100%; height: 270px; display: block; border-radius: var(--radius-26); transition: transform .25s ease, box-shadow .25s ease, filter .25s ease; border: 2px solid #eee;}
.samples-scroll .sample-item:hover img { filter: brightness(.88); }
.sample-zoom { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: .25s ease; }
.sample-zoom i { width: 52px; height: 52px; color: rgba(255,255,255,.94); display: flex; align-items: center; justify-content: center; font-size: 28px; transform: scale(.85); transition: .25s ease; }
.samples-scroll .sample-item:hover .sample-zoom { opacity: 1; }
.samples-scroll .sample-item:hover .sample-zoom i { transform: scale(1); }
.lightbox { position: fixed; inset: 0; background: rgba(22,18,48,.78); display: flex; align-items: center; justify-content: center; padding: 20px; z-index: 9999; opacity: 0; visibility: hidden; transition: .25s; }
.lightbox.active { opacity: 1; visibility: visible; }
.lightbox-inner { }
.lightbox-close { position: absolute; top: 20px; right: 20px; width: 50px; height: 50px; border: none; border-radius: 12px; background: rgb(255, 237, 244); color: rgb(239, 74, 127); font-size: 36px; cursor: pointer; z-index: 2; }
.lightbox-close:hover { background: rgb(255, 214, 230); color: rgb(237, 40, 103); }
.lightbox img { width: 100%; max-height: 80vh; object-fit: contain; border-radius: 14px; }

/* breadcrumb for archive */
.bread-wrap { margin-top: 15px; }
.bread { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 13px; color: #fff; font-weight: 300; }
.bread a { color: #fff; transition: 0.2s; opacity: 0.9; }
.bread a:hover { opacity: 1; }
.bread .current { color: #fff; font-weight: 500; opacity: 1; }
.archive-hero { padding: 0 0 15px; }
.archive-hero-box { background: linear-gradient(135deg, #6c4df6 0%, #8b5cf6 100%); color: #fff; padding: 20px 0; position: relative; overflow: hidden; }
.archive-hero-box::before, .archive-hero-box::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,0.08); }
.archive-hero-box::before { width: 220px; height: 220px; top: -60px; left: -60px; }
.archive-hero-box::after { width: 180px; height: 180px; bottom: -50px; right: -50px; }
.archive-hero-content { position: relative; z-index: 2; max-width: 900px; }
.archive-hero h1 { margin: 0 0 10px; font-size: 28px; line-height: 1.4; }
.archive-hero p { margin: 0; color: #fff; font-size: 15px; opacity: 0.9; }

/* archive layout */
.archive-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 24px; align-items: start; padding: 50px 0 50px; }
.archive-layout aside { position: sticky; top: 24px; align-self: start; }
.sidebar-box { border-radius: var(--radius-26); padding: 22px; position: sticky; top: 24px; background: #fff; }
.sidebar-box + .sidebar-box { margin-top: 20px; }
.sidebar-title { margin: 0 0 16px; font-size: 18px; font-weight: 800; color: #34395f; }
.all-products { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; border-radius: 12px; color: var(--text, #222); background: #fafafa; border: 1px solid transparent; transition: 0.25s ease; font-size: 14px; text-decoration: none; }
.all-products:hover, .all-products.active { background: #F7FAFD; color: var(--primary, #6d28d9); }
.archive-content { min-width: 0; }
.toolbar { padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
.toolbar-right h2 { margin: 0; font-size: 16px; line-height: 1.4; color: #2f355d; }
.toolbar-right p { margin: 4px 0 0; color: #7e84a3; font-size: 13px; font-weight: 500; }
.toolbar-filters { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.filter-chip { display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; border-radius: var(--radius-12); font-size: 15px; font-weight: 500; transition: 0.25s ease; color: var(--primary); background: #fff; }
.filter-chip.active { background: var(--primary) !important; color: #fff !important; }
.filter-chip:hover { background: var(--primary) !important; color: #fff !important; }
.grid-archive { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }

/* pagination */
.pagination { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 50px; padding: 20px 0; }
.pagination a, .pagination span { min-width: 44px; height: 44px; padding: 0 6px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--radius-12); color: var(--primary); background: #fff; font-weight: 500; font-size: 16px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer; text-decoration: none; position: relative; }
.pagination .current { background: var(--primary); border-color: var(--primary); color: #fff; }
.pagination a:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
.pagination .prev, .pagination .next { width: auto; padding: 0 16px; background: #fff; font-size: 15px; gap: 8px; }
.pagination .prev i, .pagination .next i { font-size: 16px; }

/* dashboard */
.dashboard-main { direction: rtl; padding: 0 0 60px; }
.dashboard-container { width: 1300px; margin: 0 auto; }
.dashboard-card { background: #ffffff; border-radius: var(--radius-26); }
.woocommerce-pagination { width: 100%; margin: 15px 10px; position: relative; display: flex; }

/* order downloads table */
.woocommerce-table--order-downloads { width: 100%; border-collapse: collapse; border-spacing: 0; background: #ffffff; overflow: hidden; font-size: 14px; }
.woocommerce-table--order-downloads thead th { padding: 14px 16px; text-align: right; font-weight: 500; color: #495057; border-bottom: 1px solid #e9ecef; font-size: 15px; letter-spacing: 0.3px; }
.woocommerce-table--order-downloads tbody td { padding: 14px 16px; text-align: right; vertical-align: middle; border-bottom: 1px solid #f1f3f5; color: #212529; }
.woocommerce-table--order-downloads tbody tr { transition: background-color 0.2s ease; }
.woocommerce-table--order-downloads tbody tr:last-child td { border-bottom: none; }
.download-product a { color: #051ff6; text-decoration: none; font-weight: 500; }
.download-product a:hover { color: #1557b0; text-decoration: underline; }
.download-remaining { color: #28a745; font-weight: 500; }
.download-expires { color: #6c757d; font-size: 13px; }
.woocommerce-MyAccount-downloads-file { display: inline-block; padding: 10px 25px; background: #1a73e8; color: #ffffff !important; border-radius: 6px; text-decoration: none !important; font-size: 14px; font-weight: 500; transition: all 0.2s ease; border: none; cursor: pointer; text-align: center; }
.woocommerce-MyAccount-downloads-file:hover { background: #1557b0; color: #ffffff !important; text-decoration: none !important; }
.woocommerce-MyAccount-downloads-file:active { transform: translateY(0); }
.woocommerce-MyAccount-downloads-file.alt { background: #28a745; }
.woocommerce-MyAccount-downloads-file.alt:hover { background: #218838; }
.download-expires.expired { color: #dc3545; }
.download-remaining.unlimited { color: #28a745; }
.download-file .button::before { font-family: "AwesomePro"; content: "\f381"; margin-left: 6px; }

/* orders table */
.woocommerce-orders-table, .woocommerce-order-downloads, .download-list { background: #ffffff; border-radius: var(--radius-26); padding: 15px; width: 100%; margin-top: 25px; margin-bottom: 10px; }
.download-list .item-info .meta-file:nth-child(1) { margin-left: -12px; }
.download-list .meta-badge + .meta-badge { margin-left: -15px; }
.woocommerce-orders-table thead th { padding: 14px 16px; text-align: right; font-weight: 500; color: #495057;  font-size: 15px; letter-spacing: 0.3px; }
.woocommerce-orders-table tbody td, .woocommerce-orders-table tbody th { padding: 8px 16px; text-align: right; vertical-align: middle;  color: #212529; font-weight: 500; font-size: 13px; }
.woocommerce-orders-table tbody tr { transition: background-color 0.2s ease; }
.woocommerce-orders-table tbody tr:last-child td, .woocommerce-orders-table tbody tr:last-child th { border-bottom: none; }
.woocommerce-orders-table__cell-order-number a { color: #1a73e8; text-decoration: none; font-weight: 500; }
.woocommerce-orders-table__cell-order-number a:hover { color: #1557b0; text-decoration: underline; }
.woocommerce-orders-table__cell-order-date { color: #6c757d; font-size: 13px; }
.woocommerce-orders-table__cell-order-status { font-weight: 500; }
.status-completed, .woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status { color: #28a745; }
.status-processing, .woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status { color: #17a2b8; }
.status-pending, .woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-status { color: #ffc107; }
.status-on-hold, .woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status { color: #fd7e14; }
.status-cancelled, .woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status { color: #dc3545; }
.status-refunded, .woocommerce-orders-table__row--status-refunded .woocommerce-orders-table__cell-order-status { color: #6c757d; }
.woocommerce-Price-amount { font-weight: 500; color: #212529; }
.woocommerce-orders-table__cell .woocommerce-Price-currencySymbol, .blog-body .woocommerce-Price-currencySymbol { font-weight: 300; font-size: 12px; }
.full-content .woocommerce-Price-currencySymbol { font-weight: 300; font-size: 14px; }
.list-item .woocommerce-Price-currencySymbol { font-weight: 300; font-size: 11px; color: #34395f; }
.woocommerce-Price-currencySymbol { font-weight: 500; }
.woocommerce-orders-table__cell-order-actions .button { display: inline-block; padding: 6px 16px; background: var(--primary); color: #ffffff; border-radius: 6px; text-decoration: none; font-size: 13px; font-weight: 500; transition: all 0.2s ease; border: none; cursor: pointer; }
.woocommerce-orders-table__cell-order-actions .button:hover { background: #1557b0; }
.woocommerce-orders-table__cell-order-actions .button.view { background: var(--primary); }
.woocommerce-orders-table__cell-order-actions .button.view:hover { opacity: 0.8; }
.woocommerce-orders-table__cell-order-actions .button.pay { background: var(--primary); }
.woocommerce-orders-table__cell-order-actions .button.pay:hover { opacity: 0.8; }
.woocommerce-orders-table__cell-order-actions .button.cancel { background: #f00; }
.woocommerce-orders-table__cell-order-actions .button.cancel:hover { opacity: 0.8; }
.dashboard-color { background: linear-gradient(135deg, var(--primary), var(--primary-2)); border-radius: var(--radius-26); }

/* dashboard announcement & stats */
.announcement-bar { background: #fff5f5; border: 1px solid #ffe3e3; padding: 12px 20px; border-radius: var(--radius-16); margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between; color: #d63031; font-weight: 500; }
.close-announcement { background: none; border: none; color: #d63031; cursor: pointer; font-size: 18px; }
.dashboard-bottom-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.dashboard-top { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 24px; align-items: stretch; }
.wallet-mini-card { padding: 15px 15px; display: flex; flex-direction: column; justify-content: space-between; }
.wallet-mini-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.wallet-mini-title { font-size: 14px; color: #fff; margin-bottom: 10px; font-weight: 500; }
.wallet-mini-icon { width: 38px; height: 38px; border-radius: var(--radius-12); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.13); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.wallet-mini-amount { font-size: 34px; font-weight: 800; color: #fff; line-height: 1.2; }
.wallet-mini-amount span { font-size: 14px; color: #fff; margin-top: 4px; }
.wallet-charge-btn { margin-top: 5px; color: #34395f; background: #fff; border-color: #fff; text-align: center; font-weight: 500; border-radius: var(--radius-12); padding: 10px; box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.07); font-size: 15px; }
.stat-card { padding: 25px; text-align: center; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; background: linear-gradient(135deg, var(--primary), var(--primary-2)); }
.dashboard-sidebar .stat-card { background: none; padding: 0; margin-bottom: 35px; }
.dashboard-sidebar .stat-card::before { display: none; }
.stat-card::before { content: ""; position: absolute; top: -35px; right: -35px; width: 90px; height: 90px; border-radius: 50%; background: rgba(255, 255, 255, 0.08); }
.stat-icon { width: 64px; height: 64px; margin: 0 auto 10px; border-radius: var(--radius-16); display: flex; align-items: center; justify-content: center; font-size: 26px; position: relative; z-index: 1; }
.stat-icon-green { background: rgba(255, 255, 255, 0.14); color: #fff; border: 1px solid rgba(255,255,255,.13); }
.stat-icon-blue { background: rgba(255, 255, 255, 0.14); color: #fff; border: 1px solid rgba(255,255,255,.13); }
.stat-icon-purple { background: rgba(255, 255, 255, 0.14); color: #fff; border: 1px solid rgba(255,255,255,.13); }
.stat-label { font-size: 14px; color: #fff; line-height: 1.9; text-shadow: 0 1px rgba(0, 0, 0, 0.33); }
.stat-value { font-size: 28px; color: #fff; font-weight: 900; margin-top: 8px; text-shadow: 0 1px rgba(0, 0, 0, 0.33); }
.stat-value span { font-size: 13px; color: #fff; margin-top: 2px; font-weight: 500; }

/* profile summary */
.profile-summary { padding: 24px 18px; text-align: center; }
.profile-avatar-wrap { position: relative; width: 82px; margin: 0 auto 16px; }
.profile-avatar { width: 82px; height: 82px; border-radius: 50%; overflow: hidden; border: 2px solid #eee; }
.profile-avatar img { width: 100%; height: 100%; }
.profile-edit-btn { position: absolute; left: -2px; bottom: 0; width: 26px; height: 26px; border: none; border-radius: 50%; background: var(--primary); color: #fff; cursor: pointer; font-size: 12px; display: flex; align-items: center; justify-content: center; }
.profile-name { font-size: 18px; font-weight: 900; color: var(--primary); margin-bottom: 6px; }
.profile-email { font-size: 14px; color: #8b8b8b; margin-bottom: 12px; }
.profile-date { font-size: 13px; color: #9b9b9b; }

/* dashboard navigation */
li.woocommerce-MyAccount-navigation-link { margin-bottom: 5px; }
li.woocommerce-MyAccount-navigation-link a { display: flex; align-items: center; gap: 12px; min-height: 54px; padding: 0 18px; border-radius: var(--radius-12); text-decoration: none; color: #4c4c4c; font-size: 15px; font-weight: 500; transition: 0.2s; }
li.woocommerce-MyAccount-navigation-link a:hover { background: #f8f5ff; color: #6d4bff; }
li.woocommerce-MyAccount-navigation-link.is-active a { background: var(--primary); color: #fff; }
.dashboard-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 24px; }
.section-card { padding: 22px; margin-bottom: 20px; position: relative; }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.section-title { font-size: 18px; margin: 0; color: #151515; font-weight: 900; }
.section-link { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 10px 16px; border-radius: var(--radius-12); color: #7e84a3; text-decoration: none; font-size: 13px; font-weight: 500; gap: 8px; }
.section-link:hover { background: rgba(227, 209, 249, 0.15); color: var(--primary); }

/* data list */
.data-list { display: flex; flex-direction: column; }
.data-row { display: grid; grid-template-columns: minmax(380px, 1fr) 100px 130px 140px 120px 150px; align-items: center; gap: 16px; padding: 18px 0; border-top: 1px solid #f2f2f7; direction: rtl; }
.data-row:first-child { border-top: none; }
.download-row { display: grid; grid-template-columns: minmax(360px, 1fr) 185px 185px 140px 120px; align-items: center; gap: 16px; padding: 7px 0; border-top: 1px solid #eee; direction: rtl; position: relative; }
.download-row:first-child { border-top: none; }
.item-id { font-size: 13px; color: #888; font-family: 'Tahoma', sans-serif; }
.item-action { display: flex; justify-content: flex-end; }
.item-date, .item-size, .item-format, .item-price { font-size: 13px; color: #7e84a3; font-weight: 300; }
.item-info { display: flex; align-items: center; justify-content: flex-start; gap: 16px; }
.item-name { font-size: 14px; color: rgb(52, 57, 95); font-weight: 500; }
.item-status { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 10px; border-radius: 999px; font-size: 13px; font-weight: 500; }
.item-status.success { background: #eefbf3; color: #21a15f; }
.item-status.pending { background: #eef5ff; color: #3c7cff; }
.file-badge { display: flex; align-items: center; gap: 4px; white-space: nowrap; }
.btn-outline { min-width: 120px; height: 42px; background: var(--primary); color: #fff; border-radius: var(--radius-6); font-size: 13px; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; transition: all 0.3s; }
.btn-outline:hover { opacity: 0.8; }
.dashboard-sidebar { display: flex; flex-direction: column; gap: 20px; margin-top: 25px; }
.sidebar-card { padding: 14px; }
.sidebar-menu { list-style: none; margin: 0; padding: 0; }
.sidebar-menu li + li { margin-top: 4px; }
.sidebar-menu a { display: flex; align-items: center; gap: 12px; min-height: 54px; padding: 0 18px; border-radius: var(--radius-12); text-decoration: none; color: #4c4c4c; font-size: 15px; font-weight: 500; transition: 0.2s; }
.sidebar-menu a i { width: 18px; text-align: center; font-size: 17px; }
.sidebar-menu li.active a { background: var(--primary); color: #fff; }
.sidebar-menu a:hover { background: #f8f5ff; color: #6d4bff; }

.sidebar-toggle {display:flex;align-items:center;justify-content:center;position:fixed;right:0;z-index:999;border:0;background:var(--primary);color:#fff;width:45px;height:50px;border-radius:var(--radius-12) 0 0 var(--radius-12);font-size:26px;cursor:pointer;top:140px;animation:slideInRight .8s ease-out forwards;display: none;}
@keyframes slideInRight {from {transform:translateX(100%);opacity:0;} to {transform:translateX(0);opacity:1;}}
.sidebar-toggle:hover{opacity:0.8;}
.sidebar-close {border:none;background:rgba(227, 209, 249, 0.15);color:var(--primary);border-radius:var(--radius-12);cursor:pointer;font-size:18px;position: relative;padding: 10px;width: 40px;display: none;}
.sidebar-close:hover { background: #f4ecff; color: var(--primary-2); }
.sidebar-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.45);opacity:0;visibility:hidden;transition:0.3s ease;z-index:1099;}
.dashboard-sidebar{transition:transform 0.3s ease;}
@media (max-width:992px){.sidebar-toggle,.sidebar-close{display:block;}
.sidebar-card {padding:0 !important;margin-top: -70px;}
.dashboard-sidebar{position:fixed;top:0;right:0;max-width:85vw;height:100vh;width: 300px;background:#fff;z-index:1100;transform:translateX(100%);overflow-y:auto;padding:16px;}
.dashboard-sidebar.is-open{transform:translateX(0);}
.sidebar-overlay.is-open{opacity:1;visibility:visible;}
}

.support-card { padding: 15px 15px; text-align: center; background: linear-gradient(135deg, var(--primary), var(--primary-2)); }
.support-icon { width: 54px; height: 54px; border-radius: 18px; background: #ffffff; color: var(--primary); margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.support-title { font-size: 18px; font-weight: 900; color: #fff; margin-bottom: 8px; }
.support-text { font-size: 14px; color: #fff; line-height: 1.9; margin-bottom: 16px; }
.btn-light { margin-top: 5px; color: #34395f; background: #fff; border-color: #fff; font-weight: 500; border-radius: var(--radius-12); padding: 10px; box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.07); font-size: 15px; width: 100%; display: block; text-align: center; }
.favorites-inn { background: #eef5ff; color: #3685ff; padding: 8px 15px; margin: 10px 0; border-radius: var(--radius-6); font-weight: 300; font-size: 14px; }
.favorites-list { display: flex; flex-direction: column; }
.favorite-row { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-top: 1px solid #f2f2f7; }
.favorite-row .meta-badge + .meta-badge { margin-left: -12px; }
.favorite-row:first-child { border-top: none; }


.actions-container {position: absolute;top: 15px;left: 15px;display: flex;flex-direction: column;gap: 10px;z-index: 1;}
.cover-image .share-btn-shop,.cover-image .favorite-like {width: 38px;height: 38px;border: none;color: #fff;cursor: pointer;font-size: 22px;display: flex;align-items: center;justify-content: center;background: rgba(0, 0, 0, 0.15);border-radius: var(--radius-12);}	
.cover-image .share-btn-shop:hover,.cover-image .favorite-like:hover{opacity:0.8;}
/* favorite like button */
.cover-image .favorite-like.is-active { color: #f00; background: #fde8e8; }
.favorite-like { transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease; }
.favorite-like.is-active { color: #f00; background: #fde8e8; animation: favorite-pop 0.35s ease; }
@keyframes favorite-pop { 0% { transform: scale(1); } 30% { transform: scale(1.18); } 60% { transform: scale(0.95); } 100% { transform: scale(1); } }
.favorite-like { width: 38px; height: 38px; border-radius: var(--radius-12); color: #f00; background: #fde8e8; border: none; cursor: pointer; font-size: 18px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.favorite-like:hover { opacity: 0.8; }
.favorite-info { flex: 1; }
.favorite-name { font-size: 14px; color: #222; font-weight: 500; margin-bottom: 4px; }
.favorite-type { font-size: 13px; color: #8c8c9a; }
.featured-image .favorite-like, .product-cover .favorite-like { background: rgba(0, 0, 0, 0.15); border: 0; padding: 0; cursor: pointer; color: #fff; font-size: 16px; position: absolute; top: 10px; left: 10px; width: 30px; height: 30px; }
.favorite-like.is-active { color: #f00; background: #fde8e8; }

/* full content */
.full-content { background: #fff; border-radius: var(--radius-26); padding: 25px; overflow: hidden; margin: 40px 0 35px; }

/* blog page */
.blog-page { padding: 30px 0 60px; background: #f8f8fc; }
.blog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; align-items: start; padding: 25px 0 50px; }
.blog-sidebar { order: 2; position: sticky; top: 140px; align-self: start; height: fit-content; }
.sidebar-sticky { display: flex; flex-direction: column; gap: 20px; }
.blog-content { order: 1; }
.blog-card, .author-box, .blog-posts, .sidebar-card { background: #fff; border-radius: var(--radius-26); }
.blog-card { padding: 20px; overflow: hidden; }
.blog-cover { border-radius: 22px; overflow: hidden; margin-bottom: 20px; }
.blog-cover img { width: 100%; height: auto; display: block; }
.blog-head { margin-bottom: 20px; position: relative; }
.blog-category { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: var(--radius-12); padding: 10px 16px; font-size: 14px; margin-bottom: 14px; color: var(--primary); background: rgba(227, 209, 249, 0.15); }
.blog-category:hover { background: #f4ecff; color: var(--primary-2); }
.blog-title { font-family: "iran"; font-weight: 900; font-size: 22px; line-height: 1.8; color: #2f355d; margin: 0 0 14px; }
.blog-meta { display: flex; flex-wrap: wrap; gap: 25px; margin-bottom: 20px; border-bottom: 1px solid #eee; }
.meta-item { display: inline-flex; align-items: center; gap: 8px; padding: 10px 0; border-radius: var(--radius-12); color: #666; font-size: 15px; font-weight: 300; }
.meta-item i, .blog-category i, .blog-share a i, .blog-tags a i, .sidebar-title i, .toc-card a i, .sidebar-list a i, .mini-post h5 i, .section-title-row h3 i, .author-info h3 i { color: var(--primary); font-size: 16px; }
.woocommerce-cart-form .product-thumbnail img { width: 60px; height: 60px; object-fit: cover; display: block; margin: 0 auto; border-radius: var(--radius-12); }
.blog-body { color: #444; line-height: 2.4; font-size: 15px; }
.blog-body h2, .blog-body h3, .blog-body h4 { color: #111; font-weight: 900; line-height: 1.9; margin: 28px 0 14px; }
.blog-body h2 { font-size: 18px; }
.blog-body h3 { font-size: 22px; }
.blog-body p { margin: 0 0 10px; font-weight: 300; }
.blog-body ul, .blog-body ol { margin: 0 0 18px; padding-right: 18px; list-style: disc; }
.blog-body li { margin-bottom: 8px; }
.blog-body blockquote { margin: 24px 0; padding: 18px 20px; background: #f9f6ff; border-radius: var(--radius-16); color: #34395f; line-height: 2.2; }
.blog-body img { border-radius: 18px; margin: 22px 0; }
.blog-tags-share { display: block; margin-top: 28px; padding-top: 20px; border-top: 1px solid #efefef; }
.blog-tags, .blog-share { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.blog-share { margin-top: 10px; }
.blog-tags a, .blog-share a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 8px 14px; border-radius: 999px; background: rgba(227, 209, 249, 0.15); color: #676d88; transition: 0.3s; font-size: 14px; font-weight: 500; border-radius: var(--radius-12); }
.blog-tags a:hover, .blog-share a:hover { background: #f4ecff; color: var(--primary-2); }
.blog-tags a:hover i, .blog-share a:hover i, .toc-card a:hover i, .sidebar-list a:hover i { color: #fff; }
.blog-share span { color: #666; font-size: 14px; }
.author-box { display: flex; align-items: center; gap: 18px; padding: 20px; margin-top: 24px; }
.author-avatar { flex: 0 0 84px; }
.author-avatar img { width: 84px; height: 84px; border-radius: 50%; display: block; }
.author-link { color: #444c76; cursor: pointer; transition: .2s; border-radius: var(--radius-12); font-size: 13px; border: none; padding: 8px 10px; margin-top: 5px; position: relative; float: left; font-weight: 300; }
.author-link:hover { color: var(--primary); background: rgba(227, 209, 249, 0.15); }
.author-info p { margin: 0; line-height: 2.2; color: #444c76; font-size: 14px; font-weight: 300; }
.blog-posts { padding: 20px; margin-top: 24px; }
.section-title-row { margin-bottom: 18px; }
.section-title-row h3 { margin: 0; font-size: 18px; color: #30365d; font-weight: 900; display: flex; align-items: center; gap: 8px; }
.section-title-row span { margin: 0; font-size: 14px; color: #8a90ab; font-weight: 500; display: flex; align-items: center; gap: 8px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.blog-post-card { overflow: hidden; transition: 0.3s; display: flex; flex-direction: column; padding: 15px; border: 1px solid #eee; border-radius: var(--radius-26); position: relative; }
.blog-post-card:hover { box-shadow: var(--shadow); }
.blog-post-thumb { position: relative; width: 262px; margin-bottom: 15px; height: 262px; }
.blog-post-thumb img { width: 100%; height: 100%; display: block; border-radius: var(--radius-26); }
.blog-post-cat { position: absolute; top: 14px; right: 14px; display: inline-flex; align-items: center; gap: 8px; background: rgba(0, 0, 0, 0.39); color: #fff; border-radius: 999px; padding: 5px 10px; font-size: 12px; backdrop-filter: blur(6px); font-weight: 500; }
.blog-post-body { display: flex; flex-direction: column; flex: 1; }
.blog-post-meta { display: flex; flex-wrap: wrap; margin-bottom: 12px; }
.blog-post-meta span { display: inline-flex; align-items: center; gap: 8px; color: #747b99; font-size: 13px; font-weight: 300; margin-left: 15px; }
.blog-post-title { margin: 0 0 12px; font-size: 14px; line-height: 1.7; color: #2f355d; font-weight: 900; }
.blog-post-title:hover { color: var(--primary); }
.blog-post-excerpt { margin: 0; color: #8a90ab; line-height: 2.1; font-size: 13px; font-weight: 300; }
.blog-post-footer { margin-top: auto; padding-top: 18px; }
.sidebar-card { padding: 18px; }
.sidebar-title { font-size: 20px; font-weight: 900; color: #30365d; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.toc-card ul, .sidebar-list { display: flex; flex-direction: column; gap: 10px; }
.toc-card a, .sidebar-list a { display: flex; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 14px; background: #fafafe; color: #555; transition: 0.3s; }
.toc-card a:hover, .sidebar-list a:hover { background: #f3efff; color: #2547cc; }
.mini-posts { display: flex; flex-direction: column; gap: 14px; }
.mini-post { display: flex; gap: 12px; margin-bottom: 5px;}
.mini-post img { width: 72px; height: 72px; border-radius: var(--radius-12); flex: 0 0 72px; }
.mini-post h5 { margin: 0 0 6px; color: #34395f; font-size: 14px; line-height: 1.6; font-weight: 500; display: flex; align-items: center; gap: 6px; }
.mini-post h5:hover { color: var(--primary); }
.mini-post span { color: #747b99; font-size: 13px; font-weight: 300; }

/* share modal */
.share-btn-main { width: 46px; height: 46px; border-radius: var(--radius-12); color: #616887; transition: .2s; font-size: 20px; border: 1px solid #eee; background: none; cursor: pointer; position: absolute; top: 0; left: 0; text-align: center; line-height: 48px; padding: 12px; }
.share-btn-main:hover { color: var(--primary); }
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); display: none; align-items: center; justify-content: center; z-index: 1000; backdrop-filter: blur(5px); }
.modal-content { background: #fff; width: 90%; max-width: 450px; border-radius: var(--radius-26, 26px); padding: 24px; box-shadow: var(--shadow); animation: modalShow 0.3s ease-out; }
@keyframes modalShow { from { transform: scale(0.9); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.modal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #eee; }
.modal-header h3 { margin: 0; font-size: 16px; color: #2f355d; display: flex; align-items: center; gap: 10px; font-weight: 500; }
.close-modal { width: 40px; height: 40px; border: none; border-radius: var(--radius-12); background: rgb(255, 237, 244); color: rgb(239, 74, 127); cursor: pointer; font-size: 18px; line-height: 15px; }
.close-modal:hover { background: rgb(255, 214, 230); color: rgb(237, 40, 103); }
.share-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 25px; }
.share-item { display: flex; align-items: center; gap: 10px; padding: 12px; border-radius: 14px; text-decoration: none; color: #fff; font-size: 14px; transition: 0.3s; }
.modal-socials { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.modal-social-item { display: inline-flex; align-items: center; gap: 8px; padding: 8px 15px; border-radius: var(--radius-6); text-decoration: none; font-size: 14px; color: #2f355d; background: rgba(227, 209, 249, 0.15); width: 31.5%; }
.modal-social-item:hover { color: var(--primary); background: #f4ecff; }
.modal-social-item .social-icon-post { width: 18px; height: 18px; background-size: contain; background-repeat: no-repeat; background-position: center; }
.modal-social-item.twitter .social-icon-post { background-image: url('assets/icon/X.svg'); }
.modal-social-item.telegram .social-icon-post { background-image: url('assets/icon/Telegram.svg'); }
.modal-social-item.whatsapp .social-icon-post { background-image: url('assets/icon/WhatsApp.svg'); }
.modal-social-item.eitaa .social-icon-post { background-image: url('assets/icon/Eitaa.svg'); }
.modal-social-item.bale .social-icon-post { background-image: url('assets/icon/Bale.svg'); }
.modal-social-item.rubika .social-icon-post { background-image: url('assets/icon/Rubika.svg'); }
.modal-social-item.gap .social-icon-post { background-image: url('assets/icon/Gap.svg'); }
.modal-social-item.soroush .social-icon-post { background-image: url('assets/icon/Soroush.svg'); }
.modal-social-item.virasty .social-icon-post { background-image: url('assets/icon/Virasty.svg'); }

/* footer social */
.my-custom-page-builder-footer { margin-top: 40px; }
.footer-social { display: flex; gap: 7px; flex-wrap: wrap; }
.social-item { width: 40px; height: 40px; opacity: 0.5; border-radius: var(--radius-12); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: all .25s ease; background: #f4ecff; }
.social-item .social-icon-placeholder { width: 26px; height: 26px; background-size: contain; background-repeat: no-repeat; background-position: center; filter: grayscale(100%); transition: all 0.3s ease; opacity: 0.6; }
.social-item:hover { opacity: 1; transition: all 0.3s ease; }
.social-item:hover .social-icon-placeholder { filter: none; opacity: 1; transition: all 0.3s ease; }
.social-item span:not(.social-icon-placeholder) { display: none; }
.social-item { display: flex; align-items: center; justify-content: flex-start; padding: 5px 9px; transition: all 0.2s ease; margin-bottom: 0; padding-bottom: 5px; width: 45px; height: 45px; }
.social-item:last-child { border-bottom: none; }
.social-item:hover { opacity: 1; }
.social-icon-placeholder { display: inline-block; width: 42px; height: 38px; flex-shrink: 0; background-size: 30px 30px; background-repeat: no-repeat; background-position: center; }
.youtube .social-icon-placeholder { background-image: url('assets/icon/YouTube.svg'); }
.twitter .social-icon-placeholder { background-image: url('assets/icon/X.svg'); }
.telegram .social-icon-placeholder { background-image: url('assets/icon/Telegram.svg'); }
.instagram .social-icon-placeholder { background-image: url('assets/icon/Instagram.svg'); }
.whatsapp .social-icon-placeholder { background-image: url('assets/icon/WhatsApp.svg'); }
.eitaa .social-icon-placeholder { background-image: url('assets/icon/Eitaa.svg'); }
.bale .social-icon-placeholder { background-image: url('assets/icon/Bale.svg'); }
.rubika .social-icon-placeholder { background-image: url('assets/icon/Rubika.svg'); }
.gap .social-icon-placeholder { background-image: url('assets/icon/Gap.svg'); }
.soroush .social-icon-placeholder { background-image: url('assets/icon/Soroush.svg'); }
.virasty .social-icon-placeholder { background-image: url('assets/icon/Virasty.svg'); }
.aparat .social-icon-placeholder { background-image: url('assets/icon/Aparat.svg'); }

/* copy link */
.copy-link-box label { display: block; font-size: 14px; color: #2f355d; margin: 10px 0; font-weight: 500; }
.copy-input-wrapper { display: flex; overflow: hidden; }
.copy-input-wrapper input { flex: 1; border: none; background: rgba(227, 209, 249, 0.15); padding: 15px 10px; font-size: 13px; color: #7e84a3; direction: ltr; border-radius: var(--radius-6); font-weight: 300; font-family: tahoma; }
.copy-input-wrapper button { background: var(--primary); color: #fff; border: none; padding: 0 20px; cursor: pointer; font-family: inherit; font-size: 14px; margin-right: 5px; border-radius: var(--radius-6); font-weight: 500; }
.copy-input-wrapper button:hover { opacity: 0.8; }

/* temp banner 3 */
.temp-banner-3 { width: 100%; position: relative; direction: rtl; margin: 0; padding: 0; }
.temp-banner-3 .temp-banner-3-slider { position: relative; width: 100%; height: 250px; overflow: hidden; border-radius: var(--radius-26); margin-top: 18px; box-shadow: var(--shadow); background: #f3f3f3; }
.temp-banner-3 .temp-banner-3-track { display: flex; direction: ltr; width: 100%; height: 100%; transition: transform 0.5s ease; will-change: transform; touch-action: pan-y; cursor: grab; }
.temp-banner-3 .temp-banner-3-track.is-dragging { cursor: grabbing; }
.temp-banner-3 .temp-banner-3-slide { min-width: 100%; width: 100%; height: 250px; flex: 0 0 100%; position: relative; user-select: none; }
.temp-banner-3 .temp-banner-3-link { display: block; width: 100%; height: 100%; }
.temp-banner-3 .temp-banner-3-link img { display: block; width: 100%; height: 250px; object-fit: cover; user-select: none; pointer-events: none; -webkit-user-drag: none; }
.temp-banner-3 .temp-banner-3-nav { position: absolute; top: 50%; left: 16px; right: 16px; transform: translateY(-50%); display: flex; justify-content: space-between; align-items: center; pointer-events: none; z-index: 5; }
.temp-banner-3 .temp-banner-3-arrow { pointer-events: auto; width: 44px; height: 44px; border: none; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.25s ease; padding: 0; font-size: 22px; }
.temp-banner-3 .temp-banner-3-arrow:hover { background: rgba(255, 255, 255, 0.55); transform: scale(1.06); }
.temp-banner-3 .temp-banner-3-arrow svg, .temp-banner-3 .temp-banner-3-arrow i { width: 20px; height: 20px; }
.temp-banner-3 .temp-banner-3-dots { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 8px; z-index: 5; padding: 8px 12px; border-radius: 999px; background: rgba(0, 0, 0, 0.18); backdrop-filter: blur(3px); }
.temp-banner-3 .temp-banner-3-dot { width: 10px; height: 10px; border: none; border-radius: 50%; background: rgba(255, 255, 255, 0.55); cursor: pointer; padding: 0; transition: all 0.25s ease; }
.temp-banner-3 .temp-banner-3-dot.is-active { width: 28px; border-radius: 999px; background: #ffffff; }
.temp-banner-3 .temp-banner-3-slide.is-active { opacity: 1; }

/* site footer */
.site-footer { margin-top: 10px; background: rgb(255, 255, 255); border-radius: var(--radius-26) var(--radius-26) 0px 0px; padding: 34px 0px 12px; }
.site-footer a { text-decoration: none; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.footer-top { max-width: 1600px; margin: 0 auto 50px; padding: 0 40px; display: grid; grid-template-columns: 1fr 1fr 1fr 1.4fr; gap: 70px; }
.footer-col h4 { font-size: 16px; color: #2f355d; font-weight: 900; margin-bottom: 20px; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 14px; color: #34395f; font-weight: 500; }
.footer-col ul li a:hover { color: var(--primary); }
.contact-list li { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; font-size: 14px; color: #34395f; font-weight: 500; }
.contact-list i { color: var(--primary); width: 24px; font-size: 20px; }
.contact-list span { color: #303030; }
.footer-post { display: flex; gap: 12px; margin-bottom: 8px; }
.news-thumb { width: 72px; height: 72px; border-radius: var(--radius-12); flex: 0 0 72px; }
.news-thumb img { width: 70px; height: 70px; border-radius: var(--radius-16); display: flex; }
.footer-post a { font-size: 14px; color: #34395f; font-weight: 500; line-height: 1.6;}
.footer-post a:hover { color: var(--primary); }
.footer-post time { color: #7e84a3; font-size: 13px; margin-top: 2px; font-weight: 300; display: block; }
.footer-about { width: 100%; margin: 0 auto; padding: 40px 60px; background: #f9f4ff; border-radius: var(--radius-26); display: flex; align-items: center; gap: 10px; }
.enamad-box img { width: 90px; border-radius: var(--radius-12); }
.about-text { flex: 1; font-size: 14px; color: #34395f; font-weight: 300; text-align: justify; padding-left: 20px; }
.footer-bottom { margin: 30px auto 0; padding: 10px 40px 10px 40px; display: flex; justify-content: space-between; align-items: center; }
.socials { display: flex; gap: 15px; }
.socials a { width: 52px; height: 52px; background: #f0f1f4; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #b2b6c2; font-size: 24px; transition: .3s; }
.socials a:hover { color: #4d5eff; transform: translateY(-3px); }
.copyright { font-size: 14px; color: #34395f; font-weight: 500; }
.designer { font-size: 14px; color: #34395f; font-weight: 500; }
.designer-link { color: var(--primary); font-weight: 500; text-decoration: none; transition: .3s; }
.designer-link:hover { color: var(--primary-2); }
.footer-col .ic { font-size: 10px; opacity: 0.6; margin-left: 5px; }

/* reviews full list */
#reviews-full-list #comments, #reviews #comments { direction: rtl; text-align: right; }
#reviews-full-list .woocommerce-Reviews-title, #reviews .woocommerce-Reviews-title { font-size: 18px; font-weight: 900; color: #2f355d; margin: 0 0 24px; }
#reviews-full-list ol.commentlist, #reviews ol.commentlist { list-style: none; margin: 0; padding: 0; }
#reviews-full-list ol.commentlist li, #reviews ol.commentlist li { list-style: none; margin: 0 0 20px; padding: 0; }
#reviews-full-list .comment_container, #reviews .comment_container { display: flex; align-items: flex-start; gap: 16px; padding: 20px; border: 1px solid #eee; border-radius: var(--radius-16); background: #fff; }
#reviews-full-list img.avatar, #reviews img.avatar { width: 60px; height: 60px; border-radius: 50%; flex: 0 0 60px; }
#reviews-full-list .comment-text, #reviews .comment-text { flex: 1 1 auto; min-width: 0; }
#reviews-full-list .comment-text .meta, #reviews .comment-text .meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: 0 0 10px; font-size: 14px; color: #666; }
#reviews-full-list .woocommerce-review__author, #reviews .woocommerce-review__author { font-size: 15px; font-weight: 500; color: #2f355d; }
#reviews-full-list .woocommerce-review__verified, #reviews .woocommerce-review__verified { color: #0f9d58; font-style: normal; font-size: 13px; }
#reviews-full-list .woocommerce-review__published-date, #reviews .woocommerce-review__published-date { color: #888; font-size: 13px; }
#reviews-full-list .description, #reviews .description { font-size: 14px; line-height: 2.1; color: #444; }
#reviews-full-list .description p, #reviews .description p { margin: 0; }
#reviews-full-list ul.children, #reviews ul.children { list-style: none; margin: 14px 0 0; padding: 0 28px 0 0; }
#reviews-full-list ul.children .comment_container, #reviews ul.children .comment_container { background: #f9f6ff; border-color: #f9f6ff; }
#reviews-full-list .star-rating, #reviews .star-rating { position: relative; display: inline-block; font-size: 20px; line-height: 1; letter-spacing: 3px; color: #d6d6d6; margin-bottom: 10px; }
#reviews-full-list .star-rating::before, #reviews .star-rating::before { content: "★★★★★"; }
#reviews-full-list .star-rating span, #reviews .star-rating span { position: absolute; top: 0; right: 0; overflow: hidden; white-space: nowrap; color: #ffb648; }
#reviews-full-list .star-rating span::before, #reviews .star-rating span::before { content: "★★★★★"; }
#review_form_wrapper, #review_form { margin-top: 28px; }
#review_form #respond { padding: 24px; border: 1px solid #e8e8e8; border-radius: var(--radius-16); background: #fff; }
#review_form .comment-reply-title { display: block; font-size: 18px; font-weight: 900; color: #2f355d; margin-bottom: 18px; }
#review_form .comment-notes, #review_form .logged-in-as { font-size: 13px; color: #777; margin-bottom: 14px; }
#review_form .comment-form-rating, #review_form .comment-form-comment, #review_form .comment-form-author, #review_form .comment-form-email { margin-bottom: 16px; }
#review_form label { display: block; font-size: 14px; font-weight: 500; color: #2f355d; margin-bottom: 8px; }
#review_form input[type="text"], #review_form input[type="email"], #review_form textarea { width: 100%; border: 1px solid #dcdcdc; border-radius: 12px; background: #fff; color: #222; font-size: 14px; padding: 12px 14px; transition: border-color .2s ease, box-shadow .2s ease; box-sizing: border-box; }
#review_form textarea { min-height: 160px; resize: vertical; line-height: 2; }
#review_form input[type="text"]:focus, #review_form input[type="email"]:focus, #review_form textarea:focus { border-color: var(--primary); box-shadow: none; outline: 0; }
#review_form .form-submit { margin: 8px 0 0; }
#review_form .submit { display: inline-flex; align-items: center; justify-content: center; min-width: 100px; height: 48px; border: 0; border-radius: var(--radius-12); background: var(--primary); color: #fff; font-size: 15px; font-weight: 500; cursor: pointer; transition: background .2s ease, transform .2s ease; }
#review_form .submit:hover { background: var(--primary-2); }
#review_form .comment-form-rating p.stars, #reviews .comment-form-rating p.stars { margin: 8px 0 0; }
#review_form .comment-form-rating p.stars span, #reviews .comment-form-rating p.stars span { display: flex; flex-direction: row; align-items: center; gap: 0px; }
#review_form .comment-form-rating p.stars a, #reviews .comment-form-rating p.stars a { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; float: none !important; margin: 0 !important; font-size: 0; line-height: 1; text-decoration: none; color: #d0d0d0; }
#review_form .comment-form-rating p.stars a::before, #reviews .comment-form-rating p.stars a::before { content: "★"; font-size: 34px; color: currentColor; }
#review_form .comment-form-rating p.stars:hover a, #reviews .comment-form-rating p.stars:hover a { color: #d0d0d0; }
#review_form .comment-form-rating p.stars a:hover, #review_form .comment-form-rating p.stars a:hover ~ a, #review_form .comment-form-rating p.stars.selected a.active, #review_form .comment-form-rating p.stars.selected a.active ~ a, #reviews .comment-form-rating p.stars a:hover, #reviews .comment-form-rating p.stars a:hover ~ a, #reviews .comment-form-rating p.stars.selected a.active, #reviews .comment-form-rating p.stars.selected a.active ~ a { color: #ffb648; }
#review_form .required { color: #e53935; text-decoration: none; border: 0; }


.comment-form-author,.comment-form-email{width: 50%;float: right;}
.comment-form-email input[type="text"] ,.comment-form-author input[type="text"]{width:95% !important;max-width:95%  !important;}
.comment-form-cookies-consent{width:100%;}
.blog-comments .comment-form-email input[type="text"]{width:100% !important;max-width:100% !important;}
.blog-comments .comment-form-author input[type="text"]{width:97% !important;max-width:97% !important;}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  border-radius: var(--radius-12);
  box-shadow: none !important;
  border: 1px solid #eee;
}

.wc-block-components-button:not(.is-link) {
  background: var(--primary);
  max-width: 130px;
  font-size: 15px;
  border-radius: var(--radius-6);
  font-weight: 500;
}
.wc-block-components-button:not(.is-link):hover{
opacity: 0.8;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  background: var(--primary);
}






/* tab-section table */
table { width: 100%; border-collapse: collapse; }
th, td { padding: 10px 15px; border: 1px solid #eee; text-align: right; font-weight: 300; }
.woocommerce-product-attributes-item__value p { margin: 0; }

/* add to cart button */
.add_to_cart_button { background: var(--primary); color: #fff; padding: 12px 22px; border-radius: var(--radius-12); text-decoration: none; display: inline-block; transition: 0.3s; position: relative; width: 100%; text-align: center; }
.add_to_cart_button:hover { opacity: 0.8; }
.add_to_cart_button.added { background: #2ecc71 !important; }
.add_to_cart_button.added:hover { background: #27ae60 !important; }
.added_to_cart { background: var(--primary); color: #fff; padding: 12px 22px; border-radius: var(--radius-12); text-decoration: none; display: inline-block; transition: 0.3s; position: relative; width: 100%; text-align: center; margin-top: 8px; }
.added_to_cart:hover { opacity: 0.8; }

/* sidebar widgets */
.sidebar { width: 280px; }
.widget { background: #ffffff; border-radius: var(--radius-26); padding: 18px 20px; margin-bottom: 24px; transition: all 0.2s ease; position: relative; }
.widget h3, .widget .widgettitle { font-size: 16px; color: #2f355d; font-weight: 900; margin-bottom: 20px; }
.widget ul, .widget li { list-style: none; padding: 0; margin: 0; }
.product-categories { margin: 0; padding: 0; list-style: none; }
.product-categories li { list-style: none; margin: 0; padding: 0; }
.product-categories a { display: block; position: relative; text-decoration: none; color: #222; line-height: 1.9; transition: color 0.2s ease; }
.product-categories a:hover { color: var(--primary); }
.product-categories > li > a { font-size: 16px; color: #34395f; font-weight: 500; padding: 5px 0; padding-right: 26px; }
.product-categories > li > a::before { content: "\f07b"; font-family: "AwesomePro"; font-weight: 300; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 15px; color: #666; }
.product-categories > li.cat-parent > a::before { content: "\f07c"; }
.product-categories .children { margin: 2px 0 5px; padding: 0 14px 0 0; list-style: none; }
.product-categories .children li a { font-size: 14px; font-weight: 300; color: #555; padding: 5px 0; padding-right: 18px; }
.product-categories .children li a:hover { color: var(--primary); }
.product-categories .children li a::before { content: "\f104"; font-family: "AwesomePro"; font-weight: 300; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 14px; color: #7e84a3; }
.product-categories .current-cat > a:hover { color: var(--primary); }

/* price slider widget */
.price_slider_wrapper { position: relative; width: 95%; margin: 0 auto; padding-right: 8%; }
.price_slider { height: 6px; background: #e0e0e0; border-radius: 10px; margin: 20px 0 16px; position: relative; }
.price_slider .ui-slider-range { background: var(--primary); height: 6px; border-radius: 10px; top: 0; position: absolute; }
.price_slider .ui-slider-handle { width: 18px; height: 18px; background: #fff; border: 2px solid var(--primary); border-radius: 50%; position: absolute; top: -7px; cursor: pointer; box-shadow: 0 2px 6px rgba(0,0,0,0.15); transition: 0.1s; }
.price_slider .ui-slider-handle:hover { transform: scale(1.1); }
.price_slider_amount { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 5px; margin-top: 30px; }
.price_slider_amount button { width: 100%; }
.price_label { font-size: 12px; color: #7e84a3; background: rgba(227, 209, 249, 0.15); padding: 10px 14px; border-radius: var(--radius-12); order: 2; width: 100%; }
.price_label .from, .price_label .to { font-weight: 500; color: #7e84a3; }
.purchase-box .button { background: var(--primary); color: #fff; border: none; padding: 15px 20px; border-radius: var(--radius-12); font-size: 16px; font-weight: 500; cursor: pointer; transition: all 0.3s ease; order: 1; width: 100%; display: block; text-align: center; }
.purchase-box .button:hover { opacity: 0.8;transition: all 0.3s ease; }
.price_slider_amount input[type="text"] { display: none; }

/* file format filter */
.wc-file-format-filter-widget { width: 100%; }
.wc-file-format-filter-list { display: flex; flex-direction: column; gap: 0; }
.wc-file-format-filter-item {transition: all 0.3s ease;display: flex; align-items: center; justify-content: space-between; gap: 12px; padding:5px 0; cursor: pointer; margin: 0; }
.wc-file-format-filter-item:last-child { border-bottom: none; }
.wc-file-format-filter-info { display: flex; align-items: center; gap: 9px; font-size: 14px; color: #333; }
.wc-file-format-filter-info i { width: 22px; min-width: 22px; text-align: center; font-size: 18px; color: #666; }
.wc-file-format-filter-check input { width: 16px; height: 16px; cursor: pointer; margin: 0; }
.wc-file-format-filter-item:hover{transition:all 0.3s ease;opacity:0.7;}
.wc-file-format-filter-info i{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-12);font-size:18px;}
.wc-file-format-filter-info .fa-file-pdf{color:#e74c3c;background:#fde8e8;}
.wc-file-format-filter-info .fa-file-word{color:#2980b9;background:#e3f0fa;}
.wc-file-format-filter-info .fa-file-excel{color:#27ae60;background:#e4f4ea;}
.wc-file-format-filter-info .fa-file-powerpoint{color:#e67e22;background:#fef0e0;}
.wc-file-format-filter-info .fa-file-archive{color:#8e44ad;background:#f3e8f7;}
.wc-file-format-filter-info .fa-file-image{color:#d35400;background:#fdebd0;}
.wc-file-format-filter-info .fa-file-video{color:#c0392b;background:#fadbd8;}
.wc-file-format-filter-info .fa-file-audio{color:#16a085;background:#d5f5e3;}
.wc-file-format-filter-info .fa-file-alt{color:#2c3e50;background:#ebf0f5;}
.wc-file-format-filter-info .fa-file-code{color:#2c3e50;background:#eaf2f8;}



/* product list widget */
.product_list_widget { list-style: none; padding: 0; margin: 0; }
.product_list_widget li { background: #fff; border: 1px solid #eee; border-radius: var(--radius-26); overflow: hidden; margin-bottom: 20px; transition: .3s; padding: 15px; }
.product_list_widget li:hover { box-shadow: var(--shadow); }
.product_list_widget li>a { display: flex; flex-direction: column; text-decoration: none; }
.product_list_widget img { width: 210px; object-fit: cover; display: block; margin-bottom: 15px; border-radius: var(--radius-26); height: 210px; }
.product_list_widget .product-title { font-size: 15px; font-weight: 500; color: #2f355d; min-height: auto; margin-bottom: 5px; border-bottom: 1px solid #eee; padding-bottom: 5px; }
.product_list_widget .product-title:hover { color: var(--primary); }
.product_list_widget .star-rating { margin: 0; font-size: 12px; }
.product_list_widget del { display: block; margin: 0; color: #aaa; font-size: 13px; }
.product_list_widget ins { text-decoration: none; }
.product_list_widget ins .amount, .product_list_widget>li>.amount { display: block; margin: 0; color: var(--primary); font-size: 18px; font-weight: 500; }
.product_list_widget li .woocommerce-Price-currencySymbol { margin: 0; color: #7e84a3; font-size: 12px; font-weight: 300; }

/* item statuses */
.item-status { display: inline-flex; align-items: center; justify-content: center; padding: 6px 12px; font-size: 13px; font-weight: 500; line-height: 1.6; white-space: nowrap; }
.item-status.status-completed { color: #15803d; }
.item-status.status-processing { color: #1d4ed8; }
.item-status.status-pending { color: #b45309; }
.item-status.status-on-hold { color: #7c3aed; }
.item-status.status-cancelled { color: #4b5563; }
.item-status.status-refunded { color: #0f766e; }
.item-status.status-failed { color: #b91c1c; }
.item-status.status-default { color: #374151; }

/* woocommerce addresses */
.woocommerce-Addresses { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 20px 0; }
.woocommerce-Address { background: #ffffff; border-radius: var(--radius-26); padding: 24px; transition: all 0.3s ease; }
.woocommerce-Address-title { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 2px solid #f1f3f5; margin-bottom: 16px; }
.woocommerce-Address-title h2 { font-size: 18px; font-weight: 600; color: #212529; margin: 0; font-family: inherit; }
.woocommerce-Address-title .edit { display: inline-flex; align-items: center; gap: 6px; color: #1a73e8; text-decoration: none; font-size: 13px; font-weight: 500; padding: 4px 12px; border-radius: 6px; background: #e8f0fe; transition: all 0.2s ease; }
.woocommerce-Address-title .edit:hover { background: #d2e3fc; color: #1557b0; text-decoration: none; }
.woocommerce-Address-title .edit::before { font-family: "AwesomePro"; content: '\f044'; margin-left: 6px; font-size: 12px; }
.woocommerce-Address address { font-style: normal; line-height: 1.8; color: #495057; font-size: 14px; padding: 0; margin: 0; }
.woocommerce-Address address br { display: block; content: ''; margin: 2px 0; }
.woocommerce-Address address:empty::before { content: 'آدرسی ثبت نشده است'; color: #adb5bd; }
.woocommerce-Addresses .woocommerce-Address:only-child { grid-column: 1 / -1; max-width: 600px; margin: 0 auto; }
.woocommerce-Address-title h2::before { font-family: "AwesomePro"; content: '\f3c5'; margin-left: 8px; color: #6c757d; font-weight: 300; }
.woocommerce-Address:last-child .woocommerce-Address-title h2::before { content: '\f0d1'; }
.woocommerce-Address .edit.add-new { background: #28a745; color: #ffffff; }
.woocommerce-Address .edit.add-new:hover { background: #218838; color: #ffffff; }

/* edit account form */
.woocommerce-EditAccountForm { max-width: 100%; background: #ffffff; padding: 25px; border-radius: var(--radius-26); margin-top: 25px; }
.woocommerce-form-row { margin-bottom: 20px; clear: both; }
.form-row-first { width: 48%; float: right; clear: none; }
.form-row-last { width: 48%; float: left; clear: none; }
.form-row-wide { width: 100%; clear: both; }
.clear { clear: both; height: 0; visibility: hidden; }
.woocommerce-EditAccountForm label { display: block; font-weight: 300; color: #212529; font-size: 14px; margin-bottom: 6px; }
.required { color: #dc3545; font-weight: 700; }
.woocommerce-EditAccountForm input[type="text"], .woocommerce-EditAccountForm input[type="email"], .woocommerce-EditAccountForm input[type="password"] { width: 300px; padding: 10px 14px; border: 1px solid #dde1e6; border-radius: 8px; font-size: 14px; color: #212529; background: #ffffff; transition: all 0.3s ease; outline: none; box-sizing: border-box; font-weight: 300; }
.woocommerce-EditAccountForm input[type="text"]:focus, .woocommerce-EditAccountForm input[type="email"]:focus, .woocommerce-EditAccountForm input[type="password"]:focus { border-color: #1a73e8; box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1); }
.woocommerce-EditAccountForm .description { display: block; font-size: 12px; color: #6c757d; margin-top: 4px; }
.woocommerce-EditAccountForm fieldset { border: none; padding: 0; margin: 24px 0 16px; background: #f9f6ff; border-radius: var(--radius-12); padding: 20px; }
.woocommerce-EditAccountForm fieldset legend { font-weight: 500; font-size: 16px; color: #212529; padding: 0 12px; float: right; margin-bottom: 10px; }
.woocommerce-EditAccountForm fieldset .form-row { margin-bottom: 16px; }
.woocommerce-EditAccountForm fieldset .form-row:last-child { margin-bottom: 0; }
.password-input { position: relative; display: block; width: 100%; }
.dashboard-content .password-input { position: relative; display: block; width:300px; }
.password-input input { padding-left: 44px !important; }
.show-password-input { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); background: none; border: none; color: #6c757d; cursor: pointer; padding: 6px; font-size: 16px; line-height: 1; }
.show-password-input:hover { color: #212529; }
.show-password-input::after { font-family: "AwesomePro"; content: '\f06e'; }
.show-password-input.display-password::after { content: '\f070'; }
.woocommerce-EditAccountForm .button { display: inline-block; padding: 10px 32px; background: var(--primary); color: #ffffff !important; border-radius: var(--radius-12); text-decoration: none !important; font-size: 15px; font-weight: 500; border: none; cursor: pointer; transition: all 0.3s ease; }
.woocommerce-EditAccountForm .button:hover { opacity: 0.8; }
.woocommerce-EditAccountForm .button:active { transform: translateY(0); }
.woocommerce-EditAccountForm .woocommerce-error { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; border-radius: 8px; padding: 12px 16px; margin-bottom: 20px; list-style: none; }
.woocommerce-EditAccountForm .woocommerce-message { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; border-radius: 8px; padding: 12px 16px; margin-bottom: 20px; }

/* blog comments */
.blog-comments { margin: 30px auto; direction: rtl; }
.blog-comments h3#comments { font-size: 18px; font-weight: 900; color: #2f355d; }
.blog-comments .commentlist { list-style: none; padding: 0; margin: 0 0 25px 0; }
.blog-comments .commentlist > li { background: #ffffff; border-radius: var(--radius-26); padding: 15px 20px; margin-bottom: 15px; }
.blog-comments .bypostauthor { border-right-color: #28a745; }
.blog-comments .children { list-style: none; padding: 0; margin: 0; }
.blog-comments .children > li { border-radius: var(--radius-26); padding: 15px 20px; margin-top: 12px; margin-bottom: 15px; border: 1px solid #eee; margin-right: 25px; }
.blog-comments .children .children > li { margin-right: 25px; border: 1px solid #eee; }
.blog-comments .comment-author { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; }
.blog-comments .comment-author .avatar { width: 38px; height: 38px; border-radius: 50%; border: 2px solid #eee; }
.blog-comments .bypostauthor .comment-author .avatar { border-color: #eee; }
.blog-comments .comment-author .fn { font-size: 14px; font-weight: 500; color: #222; font-style: normal; }
.blog-comments .comment-author .fn a { color: #222; text-decoration: none; }
.blog-comments .comment-author .fn a:hover { color: #e94560; }
.blog-comments .comment-author .says { font-size: 12px; color: #999; }
.blog-comments .comment-meta { font-size: 12px; color: #999; margin-bottom: 8px; }
.blog-comments .comment-meta a { color: #999; text-decoration: none; }
.blog-comments .comment-body p { font-size: 14px; line-height: 1.8; color: #333; margin: 8px 0 12px 0; text-align: justify; font-weight: 300; }
.blog-comments .reply { margin-top: 6px; }
.blog-comments .reply a { display: inline-block; background: var(--primary); color: #fff; border-radius: 999px; padding: 3px 16px; font-size: 12px; font-weight: 500; text-decoration: none; transition: 0.2s; }
.blog-comments .reply a:hover { opacity: 0.8; }
.blog-comments .bypostauthor .reply a { background: var(--primary); }
.blog-comments .bypostauthor .reply a:hover { opacity: 0.8; }
#respond { margin-top: 25px; }
#reply-title { font-size: 18px; font-weight: bold; color: #333; margin-bottom: 15px; }
#cancel-comment-reply-link { font-size: 13px; color: #e94560; text-decoration: none; margin-right: 10px; }
.comment-form label { display: block; font-size: 15px; font-weight: 500; color: #555; margin-bottom: 5px; }
.comment-form input[type="text"], .comment-form textarea { width: 100%; padding: 15px 14px; border: 1px solid #eee; border-radius: var(--radius-12); font-size: 14px; font-family: inherit; background: #fff; box-sizing: border-box; color: #333; }
.comment-form input[type="text"]:focus, .comment-form textarea:focus { border-color: var(--primary); outline: none; }
.comment-form textarea { min-height: 120px; resize: vertical; }
.comment-form input[type="text"] { max-width: 350px; }
.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url { margin-bottom: 12px; }
.comment-form .comment-form-comment { margin-bottom: 12px; }
.comment-form-cookies-consent { display: flex; align-items: center; gap: 8px; margin: 12px 0 18px; }
.comment-form-cookies-consent input[type="checkbox"] { width: 16px; height: 16px; accent-color: #e94560; cursor: pointer; }
.comment-form-cookies-consent label { font-size: 14px; font-weight: normal; color: #555; cursor: pointer; display: inline; margin-top: 5px; }
.comment-form .submit { background: var(--primary); color: #fff; border: none; border-radius: var(--radius-16); padding: 12px 20px; font-size: 15px; font-weight: 500; font-family: inherit; cursor: pointer; transition: 0.2s; }
.comment-form .submit:hover { opacity: 0.8; }
.comment-notes { font-size: 13px; color: #777; margin-bottom: 12px; }
.required { color: #e94560; }
.blog-comments .navigation { display: flex; justify-content: space-between; margin: 15px 0 25px; }
.blog-comments .navigation a { color: #e94560; text-decoration: none; font-weight: bold; padding: 4px 14px; border: 2px solid #e94560; border-radius: 20px; font-size: 13px; transition: 0.2s; }
.blog-comments .navigation a:hover { background: #e94560; color: #fff; }

/* btn block */
.btn-block { min-width: 175px; height: 50px; border-radius: var(--radius-12); color: #676d88; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 500; margin: 0 auto; border: 2px solid #f7f4ff; }
.btn-block:hover { color: var(--primary); background: #f7f4ff; }
.blog-description { text-align: justify; margin-bottom: 25px; font-weight: 300; font-size: 14px; border-bottom: 1px solid #eee; padding-bottom: 15px; }

#customer_login.u-columns { display: flex; flex-wrap: wrap; gap: 2rem; max-width: 500px; margin: 2rem auto; padding: 0 1rem; direction: rtl; }
#customer_login .col-1, #customer_login .col-2 { flex: 1 1 100%; min-width: 320px; background: #ffffff; border-radius: var(--radius-26); padding: 2rem 2.2rem; transition: all 0.25s ease; }
#customer_login h2 { font-size: 18px; font-weight: 900; color: #2f355d; margin-top: 0; margin-bottom: 1.75rem; padding-bottom: 0.75rem; border-bottom: 1px solid #eee; position: relative; }
.woocommerce-form { display: flex; flex-direction: column; gap: 1.2rem; }
.form-row { margin: 0; padding: 0; }
.form-row-wide { display: flex; flex-direction: column; }
.woocommerce-form-row label, .form-row label { font-size: 0.9rem; font-weight: 500; color: #343a40; margin-bottom: 0.4rem; display: flex; align-items: center; gap: 0.25rem; }
.required { color: #e74c3c; font-weight: 700; margin-right: 2px; }
.woocommerce-Input.input-text { width: 100%; padding: 0.9rem 1.2rem; font-size: 1rem; font-family: inherit; border: 1px solid #eee; border-radius: 12px; background: #fff; transition: all 0.25s ease; outline: none; color: #343a40; }
.woocommerce-Input.input-text:focus { border-color: #6c63ff; background: #ffffff; box-shadow: none; }
.woocommerce-Input.input-text::placeholder { color: #6c757d; opacity: 0.7; }
.password-input { position: relative; display: block; }
.password-input input { padding-left: 3.5rem; }
.show-password-input { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); background: transparent; border: none; padding: 0.4rem; cursor: pointer; color: #6c757d; font-size: 1.1rem; transition: all 0.25s ease; display: flex; align-items: center; justify-content: center; }
.show-password-input:hover { color: #6c63ff; }
.woocommerce-form__label-for-checkbox { display: flex; align-items: center; gap: 0.6rem; font-size: 0.95rem; color: #343a40; cursor: pointer; }
.woocommerce-form__input-checkbox { width: 1.1rem; height: 1.1rem; accent-color: #6c63ff; border-radius: 4px; border: 2px solid #dee2e6; transition: all 0.25s ease; cursor: pointer; }
.woocommerce-form__input-checkbox:checked { border-color: #6c63ff; }
.woocommerce-button.button, .woocommerce-Button.button { width: auto; padding: 0.7rem 1.2rem; font-size: 14px; font-weight: 500; font-family: inherit; color: #ffffff; background: var(--primary); border: none; border-radius: var(--radius-12); cursor: pointer; transition: all 0.25s ease; letter-spacing: 0.3px; margin-top: 0; }
.woocommerce-button.button:hover, .woocommerce-Button.button:hover { opacity: 0.8; }
.woocommerce-button.button:active, .woocommerce-Button.button:active { transform: translateY(0); box-shadow: 0 4px 12px rgba(108, 99, 255, 0.3); }
.lost_password { margin-top: 0.2rem; text-align: center; }
.lost_password a { color: #6c757d; font-size: 0.9rem; text-decoration: none; transition: all 0.25s ease; border-bottom: 1px dashed transparent; }
.lost_password a:hover { color: #6c63ff; border-bottom-color: #6c63ff; }
.auth-switch-link-wrap { margin: 0.2rem 0 0; text-align: center; }
.auth-switch-link { color: #6c757d; font-size: 0.95rem; text-decoration: none; border-bottom: 1px dashed transparent; transition: all 0.25s ease; }
.auth-switch-link:hover { color: #6c63ff; border-bottom-color: #6c63ff; }
.auth-panel[hidden] { display: none !important; }
@media print { #customer_login .col-1, #customer_login .col-2 { box-shadow: none; border: 1px solid #ddd; } }
.woocommerce form .form-row-first, .woocommerce form .form-row-last { float: none; width: 100%; }

.woocommerce-ResetPassword.lost_reset_password { max-width: 520px; margin: 2rem auto; padding: 2.5rem 2.8rem; background: #ffffff; border-radius: var(--radius-26); direction: rtl; transition: all 0.25s ease; }
.woocommerce-ResetPassword.lost_reset_password > p:first-of-type { font-size: 0.95rem; line-height: 1.7; color: #495057; margin: 0 0 1.8rem 0; padding: 0; text-align: center; }
.woocommerce-ResetPassword .form-row { margin: 0; padding: 0; }
.woocommerce-ResetPassword .woocommerce-form-row--first { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1.8rem; }
.woocommerce-ResetPassword label { font-size: 0.9rem; font-weight: 500; color: #343a40; display: flex; align-items: center; gap: 0.25rem; }
.woocommerce-ResetPassword label .required { color: #e74c3c; font-weight: 900; margin-right: 2px; }
.woocommerce-ResetPassword .input-text { width: 100%; padding: 0.9rem 1.2rem; font-size: 1rem; font-family: inherit; border: 1px solid #eee; border-radius: var(--radius-12); background: #fff; transition: all 0.25s ease; outline: none; color: #343a40; box-sizing: border-box; }
.woocommerce-ResetPassword .input-text:focus { border-color: #6c63ff; background: #ffffff; box-shadow: none; }
.woocommerce-ResetPassword .input-text::placeholder { color: #6c757d; opacity: 0.7; }
.woocommerce-ResetPassword .form-row:last-of-type { margin-top: 0.5rem; display: flex; justify-content: center; }
.woocommerce-ResetPassword .woocommerce-Button.button { width: auto; min-width: 200px; padding: 0.8rem 2.5rem; font-size: 14px; font-weight: 500; font-family: inherit; color: #ffffff; background: var(--primary); border: none; border-radius: var(--radius-12); cursor: pointer; transition: all 0.25s ease; letter-spacing: 0.3px; display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; }
.woocommerce-ResetPassword .woocommerce-Button.button:hover { opacity: 0.8; }
.woocommerce-ResetPassword .woocommerce-Button.button:active { opacity: 0.8; }
.woocommerce-ResetPassword .clear { display: none; }

/* dashboard notices */
.dashboard-container .woocommerce-error { margin: 20px 0; padding: 15px; background: #ffc0c0; color: #c11d1d; border-radius: var(--radius-12); }
.dashboard-container .woocommerce-info { margin: 20px 0; padding: 15px; background: #ddf0f8; color: #3083cd; border-radius: var(--radius-12); }
.dashboard-container .woocommerce-message { margin: 20px 0; padding: 15px; background: #fff6e9; color: #f0a529; border-radius: var(--radius-12); }

/* no comments */
.no-comments { display: flex; align-items: center; gap: 16px; padding: 25px 20px; background: #f9f6ff; border-radius: var(--radius-26); width: 100%; margin-top: -15px; min-height: 360px; }
.no-comments-content { flex: 1; }
.no-comments-content h4 { margin: 0 0 6px; font-size: 18px; font-weight: 900; color: #2f355d; line-height: 1.8; }
.no-comments-content p { margin: 0 0 20px; font-size: 16px; color: #475569; line-height: 2; }
.review-rules-list { margin: 0; padding: 0 18px 0 0; color: #334155; }
.review-rules-list li { margin-bottom: 8px; font-size: 14px; font-weight: 300; }
.review-rules-list li:last-child { margin-bottom: 0; }

/* order details */
.woocommerce-order-details { background: #fff; padding: 25px; border-radius: var(--radius-26); margin-top: 30px; }
.woocommerce-order-details__title { font-size: 20px; font-weight: 700; margin-bottom: 20px; color: #222; border-bottom: 1px solid #eee; padding-bottom: 10px; }
.woocommerce-order-details table { width: 100%; border-collapse: collapse; }
.woocommerce-order-details th, .woocommerce-order-details td { padding: 14px 12px; text-align: right; border-bottom: 1px solid #eee; font-size: 14px; }
.woocommerce-order-details thead th { font-weight: 700; color: #444; }
.woocommerce-order-details .product-name a { color: #222; text-decoration: none; font-weight: 600; }
.woocommerce-order-details .product-name a:hover { color: #0073aa; }
.woocommerce-order-details .product-quantity { color: #777; font-weight: 500; margin-right: 5px; }
.woocommerce-order-details tfoot th { font-weight: 600; color: #333; }
.woocommerce-order-details tfoot tr:last-child { font-weight: 500; }
.woocommerce-Price-amount { color: #2d3358; font-weight: 500; }
.woocommerce-customer-details { background: #fff; padding: 25px; border-radius: var(--radius-26); margin-top: 30px; }
.woocommerce-customer-details .woocommerce-column__title { font-size: 20px; font-weight: 700; margin-bottom: 15px; color: #222; border-bottom: 1px solid #eee; padding-bottom: 10px; }
.woocommerce-customer-details address { font-style: normal; line-height: 1.9; color: #444; font-size: 14px; text-align: right; direction: rtl; }
.woocommerce-customer-details--phone, .woocommerce-customer-details--email { margin-top: 8px; padding: 8px 12px; background: #f9f6ff; border-radius: 6px; display: inline-block; font-size: 13px; color: #333; }
.woocommerce-customer-details--phone:before { content: "\f095"; font-family: "AwesomePro"; color: var(--primary); float: right; margin-left: 5px; }
.woocommerce-customer-details--email:before { content: "\f0e0"; font-family: "AwesomePro"; color: var(--primary); float: right; margin-left: 5px; }

/* cart */
main.full-content .woocommerce { width: 100%; position: relative;}
main.full-content .woocommerce-cart-form { margin-bottom: 30px; }
main.full-content table.shop_table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid #eee; overflow: hidden; }
main.full-content table.shop_table th, main.full-content table.shop_table td { padding: 15px; text-align: center; vertical-align: middle; border-bottom: 1px solid #eee; }
main.full-content table.shop_table th { font-weight: 500; color: #283055; }
main.full-content table.shop_table tr:last-child td { border-bottom: none; }
main.full-content .product-thumbnail img { width: 70px; height: 70px; object-fit: cover; border-radius: 8px; }
main.full-content .product-name a { color: #283055; text-decoration: none; font-weight: 500; }
main.full-content .product-name a:hover { color: var(--primary); }
main.full-content .product-price, main.full-content .product-subtotal { font-weight: 500; color: #34395f; white-space: nowrap; }
main.full-content .product-remove .remove { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; color: #f00; background: #fde8e8; border-radius: 8px; text-decoration: none; font-size: 20px; line-height: 1; padding-top: 3px; }
main.full-content .product-remove .remove:hover { color: #fff; background: #f00; }
main.full-content .quantity .qty { width: 70px; height: 35px; padding: 2px; text-align: center; border: 1px solid #eee; border-radius: var(--radius-6); outline: none; }
main.full-content .quantity .qty:focus { border-color: #0a7cff; }
main.full-content .actions { background: #f9f6ff; }
main.full-content .coupon { display: flex; gap: 10px; float: right; }
main.full-content .coupon .input-text { width: 180px; height: 40px; padding: 0 12px; border: 1px solid #ddd; border-radius: 6px; }
main.full-content .button, main.full-content button.button, main.full-content .checkout-button { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 18px; border: none; border-radius: var(--radius-6); background: var(--primary); color: #fff; text-decoration: none; cursor: pointer; font-size: 14px; font-weight: 500; transition: 0.2s ease; margin-left: 5px; float: right; }
main.full-content .button:hover, main.full-content button.button:hover, main.full-content .checkout-button:hover { opacity: 0.8; }
main.full-content .button:disabled, main.full-content button.button:disabled { opacity: 0.5; cursor: not-allowed; }
main.full-content .cart-collaterals { display: flex; justify-content: flex-end; }
main.full-content .cart_totals { width: 100%; max-width: 420px; padding: 22px; background: #fff; border: 1px solid #eee; border-radius: var(--radius-16); }
main.full-content .cart_totals h2 { margin: 0 0 18px; font-size: 18px; color: #283055; }
main.full-content .cart_totals table.shop_table { border: none; border-radius: 0; }
main.full-content .cart_totals table.shop_table th, main.full-content .cart_totals table.shop_table td { padding: 12px 0; border-bottom: 1px solid #eee; }
main.full-content .cart_totals table.shop_table th { background: transparent; }
main.full-content .order-total strong { color: #0a7cff; font-size: 18px; }
main.full-content .wc-proceed-to-checkout { margin-top: 20px; }
main.full-content .wc-proceed-to-checkout .checkout-button { width: 100%; height: 48px; font-size: 15px; }
main.full-content .screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }

/* topcontrol */
#topcontrol { z-index: 999; background: #fff; width: 55px; height: 55px; text-align: center; font-size: 30px; overflow: hidden; position: fixed; bottom: -100px; border-radius: var(--radius-12); right: 15px; cursor: pointer; overflow: auto; color: var(--primary); transition: all 0.2s ease-in-out; overflow: hidden; box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.07); border: 1px solid #f9f4ff; }
#topcontrol:before { line-height: 55px; }
#topcontrol:hover { transition: all 0.2s ease-in-out; transform: scale(1.1); }

/* features section */
.features-section { width: 100%; margin-bottom: 20px; }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.feature-card { position: relative; background: #fff; border-radius: var(--radius-26); min-height: 112px; padding: 22px 28px 22px 34px; display: flex; align-items: center; gap: 18px; overflow: hidden; }
.feature-card::before { content: ""; position: absolute; top: 36px; right: 0; width: 8px; height: 38px; background: var(--primary); border-radius: 8px 0 0 8px; }
.feature-icon { width: 62px; height: 62px; min-width: 62px; border-radius: var(--radius-16); background: rgba(227, 209, 249, 0.15); display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 28px; }
.feature-content { display: flex; flex-direction: column; gap: 10px; text-align: right; }
.feature-title { font-size: 16px; line-height: 1.3; font-weight: 900; color: #2f355d; margin: 0; white-space: nowrap; }
.feature-desc { font-size: 12px; line-height: 1.5; color: #7e84a3; margin: 0; white-space: nowrap; font-weight: 500; }

/* product card bottom line */
.product-card::before { content: ""; position: absolute; bottom: 0; width: 70px; height: 8px; background: var(--primary); border-radius: 8px 8px 0px 0px; left: 0; right: 0; margin: 0 auto; }
.featured-card::before { content: ""; position: absolute; bottom: 0; width: 74px; height: 8px; background: var(--primary); border-radius: 8px 8px 0px 0px; left: 0; right: 0; margin: 0 auto; }
.grid-list .product-card::before { content: ""; position: absolute; top: 55px; right: 0; width: 8px; height: 44px; background: var(--primary); border-radius: 8px 0 0 8px; left: 100%; }
.blog-post-card::before { content: ""; position: absolute; bottom: 0; width: 74px; height: 8px; background: #eee; border-radius: 8px 8px 0px 0px; left: 0; right: 0; margin: 0 auto; }

/* code 4 */
.code4 { font-size: 96px; font-weight: 900; color: var(--primary); margin: 10px 0; }
.btn4 { display: inline-block; text-decoration: none; background: var(--primary); color: #fff; padding: 14px 28px; border-radius: var(--radius-12); font-weight: 900; transition: 0.3s ease; margin: 30px 0 80px 0; }
.btn4:hover { opacity: 0.8; }


.mobile-search {width:300px;margin:10px;position:relative;height:50px;}
.mobile-search input {width:300px;height:50px;padding:10px;border:1px solid #eee;border-radius:var(--radius-12);font-size:13px;font-weight:300;}
.variations {width:100%;border:none;}
.variations tbody,.variations tr {display:block;width:100%;}
.variations tr {display:flex;align-items:center;gap:12px;margin-bottom:10px;}
.variations td,.variations th {padding:0;border:0;text-align:right;}
.variations th.label {flex:0 0 auto;}
.variations .label label {font-size:14px;font-weight:500;color:var(--primary);white-space:nowrap;}
.variations td.value {flex:1;display:flex;align-items:center;gap:10px;}
.variations select {flex:1;width:100%;height:48px;border:1px solid #fff;border-radius:var(--radius-12);padding:5px 12px;background:#fff;font-size:14px;outline:none;transition:.2s;}
.variations select:focus {border-color:#eee;}
.variations .reset_variations {white-space:nowrap;text-decoration:none;font-size:13px;}
@media (max-width:576px) {.variations tr {gap:8px;} .variations .label label {font-size:13px;} .variations select {height:44px;}}
.reset_variations {display:none;}
.reset_variations:hover {text-decoration:underline;}
.single_variation {padding:3px;background:#fff;border-radius:var(--radius-12);margin-bottom:10px;text-align:center;}
.single_variation .price {font-size:22px;font-weight:900;color:#2f355d;}
.single_variation .price .woocommerce-Price-currencySymbol {font-weight:500;font-size:15px;color:#6f7591;}
.woocommerce-variation-add-to-cart {display:flex;gap:12px;align-items:center;flex-wrap:wrap;}



.favorite-like.loading { pointer-events:none; opacity:.6; }
.mytheme-fav-popup-overlay { position:fixed; inset:0; display:flex; align-items:center; justify-content:center; background:rgba(15,23,42,.38); backdrop-filter:blur(4px); -webkit-backdrop-filter:blur(4px); z-index:999999; opacity:0; visibility:hidden; transition:all .3s ease; }
.mytheme-fav-popup-overlay.show { opacity:1; visibility:visible; }
.mytheme-fav-popup { width:calc(100% - 32px); max-width:380px; background:#fff; border:1px solid rgba(0,0,0,.06); border-radius:18px; box-shadow:0 20px 60px rgba(0,0,0,.18); padding:24px 20px; position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:14px; text-align:center; direction:rtl; transform:translateY(18px) scale(.96); opacity:0; transition:all .3s ease; }
.mytheme-fav-popup.show { transform:translateY(0) scale(1); opacity:1; }
.mytheme-fav-popup__close { position:absolute; top:10px; left:10px; width:34px; height:34px; display:flex; align-items:center; justify-content:center; border:0; border-radius:10px; background:#f3f4f6; color:#6b7280; font-size:20px; line-height:1; cursor:pointer; transition:all .2s ease; }
.mytheme-fav-popup__close:hover { background:#e5e7eb; color:#111827; }
.mytheme-fav-popup__icon { width:64px; height:64px; display:flex; align-items:center; justify-content:center; border-radius:18px; font-size:24px; }
.mytheme-fav-popup__title { margin:0; font-size:16px; font-weight:800; line-height:1.7; color:#111827; }
.mytheme-fav-popup__text { margin:0; font-size:14px; line-height:1.9; color:#6b7280; }
.mytheme-fav-popup.success .mytheme-fav-popup__icon { background:rgba(22,163,74,.10); color:#16a34a; }
.mytheme-fav-popup.error .mytheme-fav-popup__icon { background:rgba(220,38,38,.10); color:#dc2626; }
.mytheme-fav-popup.info .mytheme-fav-popup__icon { background:rgba(37,99,235,.10); color:#2563eb; }
@media (max-width:767px) { .mytheme-fav-popup { width:calc(100% - 24px); padding:20px 16px; border-radius:16px; } }
@media (max-width:767px) { .mytheme-fav-popup__icon { width:58px; height:58px; font-size:22px; } }
@media (max-width:767px) { .mytheme-fav-popup__title { font-size:15px; } }
@media (max-width:767px) { .mytheme-fav-popup__text { font-size:13px; line-height:1.8; } }


.wp-block-woocommerce-checkout-order-summary-block {
  border-radius:var(--radius-12);
  border-color: #eee;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"], .wc-block-components-form .wc-block-components-text-input input[type="number"], .wc-block-components-form .wc-block-components-text-input input[type="password"], .wc-block-components-form .wc-block-components-text-input input[type="tel"], .wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-form .wc-block-components-text-input input[type="url"], .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], .wc-block-components-text-input input[type="password"], .wc-block-components-text-input input[type="tel"], .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="url"],
.wc-blocks-components-select .wc-blocks-components-select__select {
  border-radius:var(--radius-12);
  color: #eee;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-size: 16px;
  color: #283055;
}
.woocommerce-privacy-policy-text {
  background: #eaf9ff;
  border: 2px solid #9cc7ff;
  font-size: 13px;
  padding: 15px;
  border-radius: var(--radius-16);
}



/* ========================================================= */
/* 1. Size: 1310px                                           */
/* ========================================================= */
@media (max-width: 1310px) {
    .container,
    .dashboard-container {
        width: 1200px;
    }
    .search-box {
        width: 960px;
    }
    .category-grid {
        gap: 10px;
    }
    .product-cover {
        height: 196px;
        width: 196px;
    }
    .featured-image {
        height: 256px;
        width: 256px;
    }
    .temp-banner-3 .temp-banner-3-slider,
    .temp-banner-3 .temp-banner-3-link img {
        height: 225px;
    }
    .archive-content .product-cover {
        height: 178px;
        width: 178px;
    }
    .data-row,
    .download-row,
    .favorite-row {
        direction: rtl;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        min-width: 100%;
        width: 100%;
        scrollbar-width: thin;
        scrollbar-color: #c1c1c1 #f1f1f1;
    }
    .data-row::-webkit-scrollbar,
    .download-row::-webkit-scrollbar,
    .favorite-row::-webkit-scrollbar {
        height: 6px;
    }
    .data-row::-webkit-scrollbar-track,
    .download-row::-webkit-scrollbar-track,
    .favorite-row::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }
    .data-row::-webkit-scrollbar-thumb,
    .download-row::-webkit-scrollbar-thumb,
    .favorite-row::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 10px;
    }
    .data-row::-webkit-scrollbar-thumb:hover,
    .download-row::-webkit-scrollbar-thumb:hover,
    .favorite-row::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }
    .data-container {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .woocommerce-orders-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #c1c1c1 #f1f1f1;
    }
    .woocommerce-orders-table tbody {
        display: block;
        width: 100%;
    }
    .woocommerce-orders-table tbody tr {
        display: grid;
        grid-template-columns: 120px 150px 130px 130px 150px;
        align-items: center;
        gap: 16px;
        padding: 18px 10px;
        border-top: 1px solid #f2f2f7;
        direction: rtl;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        min-width: 100%;
        width: max-content;
        scrollbar-width: thin;
        scrollbar-color: #c1c1c1 #f1f1f1;
    }
    .woocommerce-orders-table tbody tr::-webkit-scrollbar {
        height: 5px;
    }
    .woocommerce-orders-table tbody tr::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }
    .woocommerce-orders-table tbody tr::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 10px;
    }
    .woocommerce-orders-table tbody td {
        display: block;
        padding: 0 !important;
        border: none !important;
    }
    .blog-post-thumb {
        width: 230px;
        height: 230px;
    }
}

/* ========================================================= */
/* 2. Size: 1200px                                           */
/* ========================================================= */
@media (max-width: 1200px) {
    .container,
    .dashboard-container {
        width: 992px;
    }
    .search-box {
        width: 750px;
    }
    .hero-features {
        grid-template-columns: repeat(2, 1fr);
    }
    .category-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }
    .grid-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .card-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .product-cover,
    .featured-image {
        height: 205px;
        width: 205px;
    }
    .temp-banner-3 .temp-banner-3-slider,
    .temp-banner-3 .temp-banner-3-link img {
        height: 200px;
    }
    .hero-card {
        grid-template-columns: 300px 1fr 270px;
    }
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .toolbar-right {
        margin-bottom: 20px;
    }
    .toolbar {
        display: block;
        margin-bottom: 30px;
    }
    .grid-archive {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 15px;
    }
    .archive-content .product-cover {
        height: 190px;
        width: 190px;
    }
    .widget {
        margin-bottom: 15px;
    }
    .stat-card {
        padding: 15px;
    }
    .blog-layout {
        display: block;
    }
    .blog-post-thumb {
        width: 275px;
        height: 275px;
    }
    .mini-post {
        margin-bottom: 5px;
    }
   .hero::before,.hero::after {
            display: none;
        }
        .header {
            position: relative;
        }        
        
      }
    /* ========================================================= */
    /* 3. Size: 992px                                            */
    /* ========================================================= */
    @media (max-width: 992px) {
        .container,
        .dashboard-container {
            width: 768px;
        }
        .search-box {
            width: 470px;
        }
        .main-menu,
        .main-menu ul {
            display: none;
        }
        .mobile-menu-toggle {
            display: inline-flex;
        }
        .banner-grid.banner-grid-cols-3 {
            grid-template-columns: repeat(2, 1fr);
        }
        .card-grid,
        .featured-grid {
            grid-template-columns: repeat(3, 1fr);
        }
        .product-cover,
        .featured-image {
            height: 215px;
            width: 215px;
        }
        .temp-banner-3 .temp-banner-3-slider,
        .temp-banner-3 .temp-banner-3-link img {
            height: 160px;
        }
        .list-wrap {
            display: block;
            gap: 20px;
        }
        .list-box {
            margin-bottom: 20px;
        }
        .footer-top {
            max-width: 100%;
            margin: 0;
            padding: 0;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
        }
        .footer-about {
            margin: 20px auto;
            padding: 20px;
            display: block;
            overflow: hidden;
        }
        .about-text {
            padding-left: 0;
            margin-bottom: 10px;
        }
        .enamad-box {
            float: right;
            width: 23%;
            margin: 5px 1%;
        }
        .enamad-box img {
            width: 100%;
        }
        .footer-bottom {
            display: block;
            margin: 0 auto 0;
            padding: 20px 0;
        }
        .footer-social {
            margin-top: 15px;
        }
        .hero-card {
            grid-template-columns: 1fr;
        }
        .reviews-layout {
            margin-bottom: 10px;
        }
        .reviews-combined {
            display: block;
        }
        .comment-item {
            display: block;
        }
        .archive-content .product-cover {
            width: 217px;
            height: 217px;
        }
        .archive-layout {
            display: flex;
            flex-direction: column;
            padding: 30px 0;
            gap: 30px;
        }
        .archive-content {
            order: 1;
            width: 100%;
        }
        .sidebar {
            order: 2;
            width: 100%;
        }
        .archive-layout aside {
            position: relative;
            top: 0;
        }
        .dashboard-layout {
            display: block;
        }
        .dashboard-content {
            width: 100%;
        }
        .dashboard-sidebar {
            margin-top: 0;
        }
        .blog-post-thumb {
            width: 200px;
            height: 200px;
        }


.woocommerce-cart-form {
  overflow-x: auto;
  margin-bottom: 30px;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.woocommerce-cart-form::-webkit-scrollbar {
  height: 8px;
}

.woocommerce-cart-form::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.woocommerce-cart-form::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.woocommerce-cart-form::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.woocommerce-cart-form__contents {
  min-width: 700px;
}

 .wc-block-components-sidebar-layout {
    flex-direction: column;
    margin: 0 auto 16px;
  }
.wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding: 0;
    width: 100%;
  }  
    }

    /* ========================================================= */
    /* 4. Size: 768px                                            */
    /* ========================================================= */
    @media (max-width: 768px) {
        .container,
        .dashboard-container {
            width: 640;
        }
        .search-box {
            width: 405px;
        }
        .search-box input {
            font-size: 13px;
        }
        .top-strip {
            display: none;
        }
        .hero-inner {
            padding: 34px 22px 12px;
        }
        .category-grid {
            gap: 10px;
        }
        .grid-list {
            grid-template-columns: repeat(1, 1fr);
        }
        .banner-grid.banner-grid-cols-2,
        .banner-grid.banner-grid-cols-3 {
            grid-template-columns: repeat(1, 1fr);
        }
        .card-grid,
        .featured-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        .product-cover,
        .featured-image {
            height: 282px;
            width: 282px;
        }
        .temp-banner-3 .temp-banner-3-slider,
        .temp-banner-3 .temp-banner-3-link img {
            height: 140px;
        }
        .grid-archive {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .archive-content .product-cover {
            width: 283px;
            height: 283px;
        }
        .woocommerce-Addresses {
            display: block;
        }
        .woocommerce-Address {
            margin-bottom: 20px;
        }
        .blog-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .blog-post-thumb {
            width: 260px;
            height: 260px;
        }
        .blog-title {
            font-size: 18px;
        }
        .blog-meta {
            gap: 15px;
        }
    }

    /* ========================================================= */
    /* 5. Size: 640px                                            */
    /* ========================================================= */
    @media (max-width: 640px) {
        .container,
        .dashboard-container {
            width: 480px;
        }
        .search-box,
        #searchToggle,#topcontrol {
            display: none;
        }
        .hero-features {
            grid-template-columns: repeat(2, 1fr);
			gap: 5px;
			margin-top: 15px;
        }
        .hero-feature p {
            display: none;
        }
        .hero-feature {
            padding: 8px;
			border-radius: var(--radius-16);
        }

        .hero-feature h4 {
            font-size: 12px;
            font-weight: 500;
        }
        .hero-feature .icon {
            min-width:20px;
            width: 20px;
            height:20px;
			background: none;
            font-size: 16px;
        }
        .hero-title {
            font-size: 20px;
        }
        .hero-desc {
            font-size: 13px;
        }
        .category-select-wrap {
            max-width: 100%;
        }
        .hero-search {
            width: 100%;
            grid-template-columns: auto;
            position: relative;
        }
        .hero-search input {
            padding-left: 18px;
            font-size: 13px;
            padding-left: 65px;
        }
        .hero-search-btn {
            position: absolute;
            width: 45px;
            top: 7px;
            left: 7px;
            height: 45px;
        }
        .custom-category-trigger {
            display: none;
        }
        .hero-search {
            padding: 0;
            gap: 0;
            border-radius: var(--radius-16);
        }		
        .category-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        .section-link {
            font-size: 0;
            padding: 10px 15px;
            gap: 0;
        }
        .section-link i {
            font-size: 15px;
        }
        .product-cover,
        .featured-image {
            height: 202px;
            width: 202px;
        }
        .temp-banner-3 .temp-banner-3-slider,
        .temp-banner-3 .temp-banner-3-link img {
            height: 100px;
            border-radius: var(--radius-12);
        }
        .footer-top {
            grid-template-columns: 1fr;
        }
        .features-grid {
            grid-template-columns: repeat(1, 1fr);
        }
        .toolbar-filters {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: nowrap;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            padding: 10px 5px;
            scrollbar-width: thin;
            scrollbar-color: #c1c7d0 #f1f1f1;
        }
        .toolbar-filters::-webkit-scrollbar {
            height: 6px;
        }
        .toolbar-filters::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }
        .toolbar-filters::-webkit-scrollbar-thumb {
            background: #c1c7d0;
            border-radius: 10px;
        }
        .toolbar-filters::-webkit-scrollbar-thumb:hover {
            background: #a0a8b4;
        }
        .archive-content .product-cover {
            width: 203px;
            height: 203px;
        }
        #customer_login.u-columns {
            max-width: 100%;
        }
        .dashboard-top {
            display: block;
            margin-bottom: 0;
        }
        .stat-card {
            margin-bottom: 20px;
        }
        .blog-grid {
            display: block;
        }
        .blog-post-card {
            margin-bottom: 15px;
        }
        .blog-post-thumb {
            width: 100%;
            height: auto;
        }
        .blog-comments .children .children>li,
        .blog-comments .children>li {
            margin-right: 5px;
        }
        .comment-form input[type="text"] {
            max-width: 100%;
        }
        .user-name,.hero-badge {
          display: none;
        }  
        .banner p {
          display: none;
        }
        .banner .btn {
          padding: 10px;
          font-size: 13px;
          margin-top: 5px;
        }
  .comment-form-author,.comment-form-email{width:100%;float: right;}
.comment-form-email input[type="text"] ,.comment-form-author input[type="text"]{width:100% !important;max-width:100%  !important;}
.blog-comments .comment-form-author input[type="text"]{width:100% !important;max-width:100% !important;}
     
.tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: 600px;
  max-width: 100%;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.tabs .tab {
  flex: 0 0 auto;
  white-space: nowrap;
}

.tabs::-webkit-scrollbar {
  height: 6px;
}

.tabs::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.tabs::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.tabs::-webkit-scrollbar-thumb:hover {
  background: #555;
}

    }

    /* ========================================================= */
    /* 6. Size: 480px                                            */
    /* ========================================================= */
    @media (max-width: 480px) {
        .container,
        .dashboard-container {
            width: 100%;
            padding: 0 15px;
        }
        .cart-dropdown {
            width: 260px;
        }
        .hii.dropdown-item {
            display: inherit;
        }
        .cart-dropdown {
            display: none;
        }
        .brand {
            margin-left: 0;
        }
        .category-grid {
            gap: 15px;
        }
        .grid-list .product-card {
            min-height: auto;
            height: auto;
        }
        .card-grid,
        .featured-grid,
        .grid-archive {
            grid-template-columns: repeat(1, 1fr);
        }
        .product-cover,
        .featured-image,
        .archive-content .product-cover {
            height: auto;
            width: 100%;
        }
        .temp-banner-3 .temp-banner-3-slider,
        .temp-banner-3 .temp-banner-3-link img {
            height: 90px;
        }
        .list-item {
            overflow-x: auto;
            scrollbar-width: thin;
            -webkit-overflow-scrolling: touch;
            white-space: nowrap;
        }
        .list-item>* {
            flex: 0 0 auto;
        }
        .list-item::-webkit-scrollbar {
            height: 4px;
        }
        .list-item::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 4px;
        }
        .list-item::-webkit-scrollbar-thumb {
            background: #c1c7d0;
            border-radius: 4px;
        }
        .list-item::-webkit-scrollbar-thumb:hover {
            background: #a0a8b4;
        }
        .chip {
            font-size: 0;
            gap: 0;
            padding: 10px 15px;
        }
        .chip i {
            font-size: 14px;
        }
        .list-head h3 {
            font-size: 18px;
        }
        .enamad-box {
            width: 48%;
            margin: 5px 1%;
        }
        .spec-grid {
            display: block;
        }
        .spec-item {
            margin-bottom: 5px;
        }
        .title-row {
            display: block;
        }
        .product-format {
            margin-left: 0;
            margin-top: 5px;
        }
        #reviews img.avatar {
            width: 30px;
            height: 30px;
            flex: 0 0 30px;
        }
        #reviews-full-list .comment_container,
        #reviews .comment_container {
            padding: 10px;
        }
        .dashboard-content .password-input,
        .woocommerce-EditAccountForm input[type="text"],
        .woocommerce-EditAccountForm input[type="email"],
        .woocommerce-EditAccountForm input[type="password"] {
            width: 100%;
        }
        .temp-banner-3 .temp-banner-3-dots {
         display: none;
        } 
        .woo-cart-modal {
        padding: 10px 20px;
        font-size: 16px;
        width:90%;
     }        
    }

    /* ========================================================= */
    /* 7. Size: 400px                                            */
    /* ========================================================= */
    @media (max-width: 400px) {
        .cart-dropdown {
            width: 220px;
        }
       .grid-list .product-card::before {bottom: 0; width: 70px; height: 8px;border-radius: 8px 8px 0px 0px; left: 0; right: 0; margin: 0 auto; }
       
        .temp-banner-3 .temp-banner-3-slider,
        .temp-banner-3 .temp-banner-3-link img {
            height: 80px;
        }			
        .grid-list .product-card {
            min-height: auto;
            height: auto;
            display: block;
        }
        .grid-list .product-cover {
            width: 100%;
            height: auto;
            margin-bottom: 15px;
        }
        .grid-list .product-card::before {
            top: auto;
            bottom: 0;
            width: 70px;
            height: 8px;
            right: 0;
            margin: 0 auto;
        }
        .header-actions {
          gap: 5px;
        }
    }