/* ==================================================================
   OnStart | فایل یکپارچهٔ CSS اضافه (onstart-overrides.css)

   این فایل جایگزین شش فایل جدا (mobile.css, os-fixes.css,
   account-v5.css, plans.css, final-fixes.css, mobile-restoration.css)
   شده که قبلاً هرکدام با یک <link> جدا لود می‌شدند.

   محتوا دقیقاً به همان ترتیب قبلی (cascade) کنار هم گذاشته شده و با
   ابزار استاندارد clean-css (سطح بهینه‌سازی ۲) پردازش شده تا فقط
   قوانین کاملاً تکراری/بلااستفاده حذف شوند — نتیجهٔ نهایی روی صفحه با
   قبل هیچ فرقی ندارد، فقط حجم و تعداد درخواست HTTP کم شده است.

   نسخهٔ اصلی و دست‌نخوردهٔ هر ۶ فایل، برای بازگشت احتمالی، در پوشهٔ
   assets/css/legacy/ نگه‌داشته شده و دیگر توسط قالب لود نمی‌شود.
   ================================================================== */

@media (max-width:1023px) {
  html {
    font-size: 14px;
    overflow-x: hidden
  }
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 1rem;
    overflow-x: hidden
  }
  *,
  ::after,
  ::before {
    box-sizing: border-box
  }
  .wrap {
    width: 100%;
    max-width: 100%;
    padding-inline: 14px;
    margin-inline: auto
  }
  .woocommerce-page,
  main {
    max-width: 100%;
    min-width: 0;
    padding-bottom: 4.5rem
  }
  .header-in {
    min-height: 52px;
    padding-block: 6px;
    gap: 6px
  }
  .brand {
    min-width: 0;
    gap: 7px
  }
  .brand img,
  .brand svg {
    width: 32px;
    height: 32px;
    flex: 0 0 32px
  }
  .brand-name {
    font-size: 15px;
    line-height: 1.1;
    white-space: nowrap
  }
  .brand-name small {
    font-size: 6px;
    letter-spacing: .12em
  }
  .header-actions {
    gap: 5px;
    min-width: 0
  }
  .header-actions .btn,
  .header-req,
  .track-link {
    display: none
  }
  .account-trigger,
  .cart-trigger,
  .menu-toggle,
  .theme-toggle {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    padding: 0;
    border-radius: 9px
  }
  .account-trigger svg,
  .cart-trigger svg,
  .menu-toggle svg,
  .theme-toggle svg {
    width: 18px;
    height: 18px
  }
  .cart-count {
    min-width: 18px;
    height: 18px;
    font-size: 9px;
    top: -4px;
    inset-inline-end: -4px
  }
  .menu-toggle {
    display: grid;
    place-items: center
  }
  .main-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    inset-inline-start: 0;
    inset-inline-end: auto;
    width: min(310px,86vw);
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 60px 12px 20px;
    background: var(--panel);
    box-shadow: var(--shadow-m);
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(-105%);
    visibility: hidden;
    transition: transform .3s var(--ease),visibility 0s linear .3s
  }
  .main-nav.open {
    transform: none;
    visibility: visible;
    transition: transform .3s var(--ease)
  }
  .nav-close {
    display: flex;
    position: absolute;
    top: 12px;
    inset-inline-end: 12px;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 9px
  }
  .nav-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch
  }
  .main-nav .nav-item > .nav-link,
  .main-nav > .nav-link {
    width: 100%;
    min-height: 42px;
    padding: 9px 10px;
    font-size: 14px;
    font-family: var(--font-display);
    border-bottom: 1px dashed var(--line);
    border-radius: 0;
    justify-content: space-between
  }
  .drop-panel,
  .mega-panel {
    position: static;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 2px 0 6px;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: 0 0;
    transform: none!important
  }
  .mega-grid {
    grid-template-columns: 1fr;
    gap: 0
  }
  .mega-col h5,
  .mega-feature {
    display: none
  }
  .drop-panel a,
  .mega-col a {
    padding: 7px 8px;
    margin: 2px 0;
    font-size: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--panel)
  }
  .mega-col a b {
    font-size: 12px
  }
  .mega-col a small {
    font-size: 10px
  }
  .mg-ic {
    width: 28px;
    height: 28px
  }
  h1 {
    font-size: clamp(22px,6.2vw,30px);
    line-height: 1.35
  }
  .os-wc-page-title,
  .sec-title,
  h2 {
    font-size: clamp(19px,5.2vw,25px);
    line-height: 1.4
  }
  h3 {
    font-size: 17px;
    line-height: 1.45
  }
  h4 {
    font-size: 15px;
    line-height: 1.5
  }
  label,
  li,
  p,
  td,
  th {
    font-size: 12px
  }
  .hero {
    padding-top: 24px
  }
  .hero h1 {
    font-size: clamp(24px,7.2vw,32px)
  }
  .hero-desc {
    font-size: 13px;
    line-height: 1.9
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px
  }
  .hero-actions .btn {
    width: 100%;
    justify-content: center
  }
  .hero-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 14px;
    font-size: 11px
  }
  .sec {
    padding-block: 34px
  }
  .sec-head {
    margin-bottom: 20px
  }
  .eyebrow {
    font-size: 9px;
    gap: 8px
  }
  .eyebrow::before {
    width: 22px
  }
  .btn,
  .woocommerce a.button,
  .woocommerce button.button,
  a.button,
  button.button {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 9px
  }
  .stats-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px
  }
  .stat {
    padding: 14px 8px
  }
  .stat .num {
    font-size: 25px
  }
  .svc-tabs {
    grid-template-columns: 1fr;
    gap: 8px
  }
  .svc-tab {
    padding: 11px 12px;
    gap: 9px;
    border-radius: 10px
  }
  .st-ic {
    width: 34px;
    height: 34px;
    border-radius: 9px
  }
  .svc-tab b {
    font-size: 14px
  }
  .svc-panel-grid {
    grid-template-columns: 1fr;
    gap: 18px
  }
  .svc-copy h3 {
    font-size: 20px
  }
  .prio-grid {
    grid-template-columns: 1fr;
    gap: 9px
  }
  .prio-card {
    padding: 13px 14px;
    gap: 10px;
    border-radius: 10px
  }
  .prio-no {
    font-size: 28px
  }
  .prio-card h3 {
    font-size: 16px
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 9px
  }
  .process-step {
    padding: 14px;
    border-radius: 10px
  }
  .ps-num {
    width: 34px;
    height: 34px;
    font-size: 14px
  }
  .process-step h4 {
    font-size: 15px;
    margin-top: 9px
  }
  .work-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 9px
  }
  .blog-card,
  .p-card,
  .work-card {
    border-radius: 10px
  }
  .work-info {
    padding: 10px
  }
  .work-info h3 {
    font-size: 15px
  }
  .work-info p {
    font-size: 11px
  }
  .work-hot {
    top: 7px;
    inset-inline-start: 7px;
    padding: 4px 7px;
    font-size: 9px
  }
  .plan {
    padding: 15px 12px;
    border-radius: 10px
  }
  .plan h3 {
    font-size: 16px
  }
  .plan .price {
    font-size: 19px
  }
  .plan-feats li {
    font-size: 11px
  }
  #blog .blog-grid,
  #blog .blog-grid-front,
  #blog .posts-grid,
  .blog-grid-front,
  body.archive .blog-grid-front,
  body.blog .blog-grid-front,
  body.search .blog-grid-front {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 9px
  }
  #blog .blog-card,
  .blog-grid-front .blog-card,
  body.archive .blog-grid-front .blog-card,
  body.blog .blog-grid-front .blog-card,
  body.search .blog-grid-front .blog-card {
    width: 100%;
    min-width: 0;
    max-width: 100%
  }
  .blog-card.featured {
    grid-column: auto!important
  }
  .blog-thumb {
    aspect-ratio: 16/10
  }
  .blog-card .blog-body {
    padding: 9px
  }
  .blog-card .blog-body h3 {
    font-size: 12px;
    line-height: 1.45
  }
  .blog-card .blog-body p {
    font-size: 10px;
    line-height: 1.55
  }
  .blog-layout {
    grid-template-columns: 1fr
  }
  .blog-side {
    position: static
  }
  .pagination,
  body.archive .pagination,
  body.blog .pagination,
  body.search .pagination {
    background: 0 0;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin-top: 16px
  }
  .pagination .nav-links {
    background: 0 0;
    border: 0;
    box-shadow: none
  }
  .page-numbers,
  .woocommerce-pagination .page-numbers {
    min-width: 36px;
    height: 36px;
    font-size: 12px;
    margin-inline: 2px
  }
  .form-row.two,
  .req-types {
    grid-template-columns: 1fr
  }
  .contact-form,
  .req-card {
    padding: 16px 13px;
    border-radius: 10px
  }
  .field input,
  .field select,
  .field textarea,
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row select,
  .woocommerce form .form-row textarea {
    width: 100%;
    max-width: 100%;
    min-height: 42px;
    padding: 8px 10px;
    font-size: 12px
  }
  .req-type {
    min-height: 58px;
    padding: 10px
  }
  .urgent-pills {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 5px
  }
  .urgent-pill {
    min-height: 38px
  }
  .pd-grid,
  .shop-layout {
    grid-template-columns: 1fr
  }
  .shop-sidebar {
    position: static;
    max-height: none
  }
  ul.products {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 9px
  }
  .woocommerce-account .woocommerce,
  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 12px 14px 62px
  }
  .woocommerce table.shop_table {
    max-width: 100%;
    min-width: 0
  }
  body.woocommerce-checkout,
  body.woocommerce-checkout #page,
  body.woocommerce-checkout .shop-wrap,
  body.woocommerce-checkout .site,
  body.woocommerce-checkout .woocommerce,
  body.woocommerce-checkout .wrap,
  body.woocommerce-checkout main {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding-inline: 10px;
    overflow-x: hidden
  }
  body.woocommerce-checkout form.checkout {
    display: flex!important;
    flex-direction: column!important;
    gap: 10px!important;
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    margin: 0!important;
    padding: 0!important
  }
  body.woocommerce-checkout form.checkout #customer_details,
  body.woocommerce-checkout form.checkout #order_review {
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    float: none!important;
    position: static!important;
    margin: 0!important;
    padding: 12px!important;
    border-radius: 10px!important;
    box-sizing: border-box!important
  }
  body.woocommerce-checkout .col-1,
  body.woocommerce-checkout .col-2,
  body.woocommerce-checkout .col2-set,
  body.woocommerce-checkout .form-row,
  body.woocommerce-checkout .form-row-first,
  body.woocommerce-checkout .form-row-last,
  body.woocommerce-checkout .form-row-wide {
    display: block;
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    float: none!important;
    margin: 0 0 9px!important;
    padding: 0!important
  }
  body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    display: block;
    width: 100%;
    max-width: 100%
  }
  body.woocommerce-checkout .select2-container,
  body.woocommerce-checkout .select2-selection,
  body.woocommerce-checkout input.input-text,
  body.woocommerce-checkout select,
  body.woocommerce-checkout textarea {
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    box-sizing: border-box!important;
    font-size: 12px!important
  }
  body.woocommerce-checkout .woocommerce-NoticeGroup,
  body.woocommerce-checkout .woocommerce-error,
  body.woocommerce-checkout .woocommerce-info,
  body.woocommerce-checkout .woocommerce-message,
  body.woocommerce-checkout .woocommerce-notices-wrapper {
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    box-sizing: border-box!important;
    margin-inline: 0!important;
    padding: 9px 10px!important;
    font-size: 11px!important;
    line-height: 1.7!important;
    overflow-wrap: anywhere!important;
    white-space: normal!important
  }
  body.woocommerce-checkout #order_review table {
    width: 100%!important;
    max-width: 100%!important;
    table-layout: fixed!important;
    font-size: 11px!important
  }
  body.woocommerce-checkout #place_order {
    width: 100%!important;
    min-height: 42px!important;
    padding: 9px!important;
    font-size: 13px!important
  }
  body.woocommerce-account .os-account-shell {
    display: flex!important;
    flex-direction: column!important;
    width: 100%!important;
    max-width: 100%!important;
    gap: 7px!important;
    direction: rtl!important
  }
  body.woocommerce-account .os-account-shell-content,
  body.woocommerce-account .os-account-shell-nav {
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    margin: 0!important;
    position: static!important
  }
  body.woocommerce-account .os-account-side {
    display: flex!important;
    flex-direction: column!important;
    gap: 5px!important;
    width: 100%!important
  }
  body.woocommerce-account .os-account-user {
    margin: 0!important;
    padding: 9px 10px!important;
    gap: 8px!important;
    border-radius: 10px!important
  }
  body.woocommerce-account .os-account-user .os-ava {
    width: 36px!important;
    height: 36px!important;
    font-size: 14px!important
  }
  body.woocommerce-account .os-account-user-meta b {
    font-size: 12px!important
  }
  .os-account-user-meta small {
    font-size: 9px!important
  }
  body.woocommerce-account .os-account-menu,
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%!important;
    margin: 0!important;
    padding: 4px!important;
    border-radius: 10px!important
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid!important;
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
    gap: 4px!important;
    width: 100%!important;
    margin: 0!important;
    padding: 0!important;
    overflow: visible!important;
    border: 0!important
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation li {
    width: 100%!important;
    min-width: 0!important;
    margin: 0!important
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation li a {
    width: 100%!important;
    min-height: 40px!important;
    padding: 6px 5px!important;
    font-size: 10px!important;
    line-height: 1.25!important;
    justify-content: center!important;
    align-items: center!important;
    text-align: center!important;
    white-space: normal!important;
    border-radius: 8px!important
  }
  body.woocommerce-account .os-account-shell-content,
  body.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    padding: 12px!important;
    border-radius: 10px!important;
    overflow-wrap: anywhere!important
  }
  body.woocommerce-account .os-dash-grid {
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
    gap: 8px!important
  }
  .os-dash-card {
    min-height: 0!important
  }
  body.woocommerce-account .os-account-dashboard {
    grid-template-columns: 1fr!important
  }
  body.woocommerce-account .os-account-stats {
    grid-template-columns: repeat(2,minmax(0,1fr))!important
  }
  .pd-feat-grid,
  .pd-steps {
    grid-template-columns: 1fr 1fr
  }
  .pd-related-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px
  }
  .pd-page {
    padding-bottom: 70px
  }
  .pd-features,
  .pd-section {
    padding: 14px 11px
  }
  .pd-mobile-bar {
    padding: 8px 10px
  }
  .pd-mobile-bar .pmb-btn {
    min-height: 42px;
    font-size: 12px;
    padding: 8px
  }
  .os-mini-qty .mq-btn {
    width: 36px;
    height: 36px;
    font-size: 17px
  }
  .os-mini-qty .mq-val {
    min-width: 24px;
    font-size: 14px
  }
  .woocommerce .quantity .qty {
    min-height: 40px;
    font-size: 12px
  }
  .qty-btn {
    width: 38px;
    height: 38px;
    font-size: 18px
  }
  .app-bar {
    position: fixed;
    bottom: 6px;
    inset-inline: 7px;
    z-index: 85;
    display: flex;
    align-items: stretch;
    width: auto;
    min-height: 52px;
    height: 52px;
    padding: 3px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--panel);
    box-shadow: 0 8px 24px -14px rgba(11,33,64,.45)
  }
  .app-bar-item {
    flex: 1;
    min-width: 0;
    min-height: 44px;
    padding: 3px 1px;
    font-size: 8px;
    gap: 2px;
    border-radius: 10px
  }
  .app-bar-item svg {
    width: 20px;
    height: 20px
  }
  .site-footer,
  footer.site-footer {
    margin-bottom: 64px
  }
  .row,
  .woocommerce,
  .woocommerce-page,
  [class*=grid],
  form,
  table {
    max-width: 100%;
    min-width: 0
  }
  button,
  input,
  select,
  textarea {
    max-width: 100%
  }
  iframe,
  img,
  video {
    max-width: 100%;
    height: auto
  }
}
@media (max-width:639px) {
  .wrap {
    padding-inline: 11px
  }
  .header-in {
    padding-block: 5px
  }
  .brand img,
  .brand svg {
    width: 30px;
    height: 30px;
    flex-basis: 30px
  }
  .brand-name {
    font-size: 14px
  }
  .account-trigger,
  .cart-trigger,
  .menu-toggle,
  .theme-toggle {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px
  }
  .account-trigger svg,
  .cart-trigger svg,
  .menu-toggle svg,
  .theme-toggle svg {
    width: 17px;
    height: 17px
  }
  .sec {
    padding-block: 28px
  }
  .hero {
    padding-top: 20px
  }
  .hero-actions {
    gap: 6px
  }
  .hero-actions .btn {
    min-height: 36px;
    padding: 7px 6px;
    font-size: 11px
  }
  .work-grid {
    gap: 7px
  }
  .work-info {
    padding: 8px
  }
  .work-info h3 {
    font-size: 13px
  }
  .work-info p {
    font-size: 10px
  }
  #blog .blog-grid,
  #blog .blog-grid-front,
  #blog .posts-grid,
  .blog-grid-front,
  body.archive .blog-grid-front,
  body.blog .blog-grid-front,
  body.search .blog-grid-front {
    gap: 7px
  }
  .blog-card .blog-body {
    padding: 7px
  }
  .blog-card .blog-body h3 {
    font-size: 11px
  }
  .blog-card .blog-body p {
    font-size: 9px
  }
  ul.products {
    gap: 7px
  }
  body.woocommerce-checkout,
  body.woocommerce-checkout #page,
  body.woocommerce-checkout .shop-wrap,
  body.woocommerce-checkout .site,
  body.woocommerce-checkout .woocommerce,
  body.woocommerce-checkout .wrap,
  body.woocommerce-checkout main {
    padding-inline: 8px
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation li a {
    min-height: 38px;
    font-size: 9px
  }
}
@media (max-width:380px) {
  html {
    font-size: 13.5px
  }
  .wrap {
    padding-inline: 9px
  }
  .brand-name {
    font-size: 13px
  }
  .main-nav {
    width: 90vw
  }
  .hero h1 {
    font-size: 23px
  }
  .sec-title {
    font-size: 20px
  }
  .blog-card .blog-body h3 {
    font-size: 10.5px
  }
}
@media (prefers-reduced-motion:reduce) {
  .account-pop,
  .app-bar-item svg,
  .cart-pop,
  .main-nav {
    transition: none
  }
}
@media (max-width:1023px) {
  .drop-panel,
  .mega-panel {
    display: none;
    background: var(--bg);
    border-radius: 10px
  }
  .nav-item.open > .drop-panel,
  .nav-item.open > .mega-panel {
    display: block
  }
  .mega-grid {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 0
  }
  #account-pop,
  #cart-pop,
  .account-pop,
  .cart-pop {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
  }
  .account-pop-arrow,
  .cart-pop-arrow {
    display: none
  }
  .cp-body {
    max-height: none;
    overflow: auto
  }
  .req-card {
    padding: 14px 12px
  }
  .req-types {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px
  }
  .req-type,
  .req-types label {
    padding: 10px 9px;
    min-height: 56px
  }
  .msg-btns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px
  }
  .tr-timeline {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px
  }
  .tr-step {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: start
  }
  .tr-step .dot {
    margin: 0
  }
  .tr-step .bar {
    display: none
  }
  .tr-step b {
    margin-top: 0
  }
  .shop-toolbar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px
  }
  .woocommerce-ordering {
    display: flex;
    justify-content: space-between;
    width: 100%
  }
  .woocommerce-ordering select {
    min-height: 40px;
    max-width: 100%
  }
  .sb-group summary {
    padding: 9px;
    font-size: 12px
  }
  .sb-cats a {
    padding: 8px 9px;
    font-size: 11px
  }
  .sb-price-inputs input {
    padding: 8px;
    font-size: 12px;
    min-height: 40px
  }
  .sb-apply {
    min-height: 40px
  }
  .pd-page {
    padding-bottom: 70px
  }
  .pd-features,
  .pd-section {
    padding: 14px 11px
  }
  .pd-mobile-bar {
    padding: 8px 10px
  }
  .pd-mobile-bar .pmb-btn {
    min-height: 42px;
    font-size: 12px;
    padding: 8px
  }
  .pd-stats {
    grid-template-columns: 1fr 1fr;
    gap: 7px
  }
  .pd-related-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px
  }
  .pd-rel-body b {
    font-size: 12px
  }
  .woocommerce-cart .cart-collaterals {
    grid-template-columns: 1fr!important
  }
  .woocommerce-cart .cart_totals {
    width: 100%
  }
  .os-modal {
    width: calc(100% - 24px);
    max-width: 380px
  }
  .os-modal-btns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px
  }
  .os-login-wrap {
    padding: 10px 8px
  }
  .os-login-card {
    width: 100%!important;
    border-radius: 12px!important
  }
  .os-login-card button,
  .os-login-card input {
    min-height: 42px
  }
  .woocommerce-MyAccount-content {
    min-width: 0;
    overflow-wrap: anywhere
  }
  .os-dash-grid {
    display: grid;
    grid-template-columns: 1fr 1fr!important;
    gap: 8px
  }
  .os-dash-card {
    min-height: 0!important;
    overflow: hidden!important
  }
  .os-account-orders {
    overflow-x: auto
  }
}
@media (max-width:639px) {
  #blog .blog-grid,
  #blog .blog-grid-front,
  #blog .posts-grid,
  .blog-grid-front,
  body.archive .blog-grid-front,
  body.blog .blog-grid-front,
  body.search .blog-grid-front {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 7px
  }
  .blog-card.featured {
    grid-column: auto!important
  }
  .req-type {
    display: grid;
    grid-template-columns: auto 1fr;
    align-content: center;
    column-gap: 7px;
    min-height: 62px
  }
  .req-type svg {
    grid-row: span 2;
    width: 22px;
    height: 22px
  }
  .req-type small {
    grid-column: 2;
    text-align: start
  }
  .urgent-pills {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 5px
  }
  .urgent-pill {
    min-height: 40px
  }
  .req-nav {
    display: flex;
    gap: 6px
  }
  .req-nav .btn {
    flex: 1;
    justify-content: center
  }
  .woocommerce-cart table.shop_table {
    display: block;
    overflow: visible;
    border-radius: 10px
  }
  .woocommerce-cart table.shop_table thead {
    display: none
  }
  .woocommerce-cart table.shop_table tbody,
  .woocommerce-cart table.shop_table td,
  .woocommerce-cart table.shop_table tr {
    display: block;
    width: 100%
  }
  .woocommerce-cart table.shop_table tr.cart_item {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid var(--line)
  }
  .woocommerce-cart table.shop_table td {
    border: 0!important;
    padding: 5px 0!important;
    text-align: start!important
  }
  .woocommerce-cart table.shop_table td.product-thumbnail {
    display: inline-block;
    width: 64px;
    vertical-align: top
  }
  .woocommerce-cart table.shop_table td.product-name {
    display: inline-block;
    width: calc(100% - 76px);
    vertical-align: top;
    padding-inline-start: 7px!important
  }
  .woocommerce-cart table.shop_table td.product-remove {
    position: absolute;
    top: 8px;
    inset-inline-end: 6px
  }
  .woocommerce-cart table.shop_table td.product-price,
  .woocommerce-cart table.shop_table td.product-quantity,
  .woocommerce-cart table.shop_table td.product-subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
  .woocommerce-cart table.shop_table td.product-price::before {
    content: 'قیمت';
    color: var(--dim);
    font-size: 10px
  }
  .woocommerce-cart table.shop_table td.product-quantity::before {
    content: 'تعداد';
    color: var(--dim);
    font-size: 10px
  }
  .woocommerce-cart table.shop_table td.product-subtotal::before {
    content: 'جمع';
    color: var(--dim);
    font-size: 10px
  }
  .woocommerce-cart .cart_actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px
  }
  .woocommerce-cart .cart_actions .button {
    width: 100%
  }
  .woocommerce-checkout .col2-set {
    display: block
  }
  .woocommerce-checkout #order_review {
    padding: 12px;
    border-radius: 10px
  }
  .woocommerce-checkout #payment {
    padding: 10px!important
  }
  .wc_payment_method {
    padding: 9px 10px
  }
  .wc_payment_method label {
    font-size: 11px
  }
  .woocommerce table.shop_table img {
    width: 42px;
    height: 42px
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 7px
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid!important;
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
    gap: 4px;
    overflow: visible;
    border: 0;
    background: 0 0
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 6px 5px;
    font-size: 9px
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 12px
  }
  .os-account-user {
    padding: 9px
  }
  .os-account-actions,
  .os-account-stats {
    display: grid;
    grid-template-columns: 1fr 1fr!important;
    gap: 7px
  }
  .blog-layout {
    grid-template-columns: 1fr
  }
  .blog-side {
    position: static
  }
  .blog-more,
  .w-link {
    font-size: 11px;
    padding: 5px 0
  }
}
@media (max-width:767px) {
  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products,
  body.woocommerce-shop ul.products,
  ul.products {
    grid-template-columns: 1fr!important;
    gap: 10px!important
  }
  ul.products .p-card {
    width: 100%!important;
    min-width: 0!important
  }
  ul.products .p-media {
    aspect-ratio: 16/9!important
  }
  ul.products .p-body {
    padding: 10px 11px 12px!important;
    gap: 5px!important
  }
  ul.products .p-body h2.woocommerce-loop-product__title {
    font-size: 15px!important;
    line-height: 1.55!important
  }
  ul.products .p-excerpt {
    font-size: 10.5px!important;
    line-height: 1.7!important
  }
  ul.products .p-body .price {
    font-size: 17px!important
  }
  .os-footer-trust,
  .site-footer .os-footer-trust {
    display: grid!important;
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
    gap: 7px!important;
    width: 100%!important;
    box-sizing: border-box!important;
    padding-inline: 11px!important
  }
  .os-footer-trust-card {
    min-width: 0!important;
    width: 100%!important;
    padding: 10px 8px!important;
    border-radius: 10px!important;
    gap: 7px!important;
    box-sizing: border-box!important
  }
  .os-footer-trust-icon {
    width: 28px!important;
    height: 28px!important;
    min-width: 28px!important;
    font-size: 12px!important
  }
  .os-footer-trust-card strong {
    font-size: 10px!important;
    line-height: 1.5!important
  }
  .os-footer-trust-card small {
    font-size: 8.5px!important;
    line-height: 1.5!important
  }
  .app-bar {
    bottom: 7px!important;
    inset-inline: 8px!important;
    min-height: 54px!important;
    height: 54px!important;
    padding: 4px!important;
    border: 1px solid rgba(105,165,245,.42)!important;
    border-radius: 17px!important;
    background: linear-gradient(135deg,rgba(14,58,117,.96),rgba(31,111,224,.94))!important;
    backdrop-filter: blur(16px)!important;
    -webkit-backdrop-filter: blur(16px)!important;
    box-shadow: 0 12px 30px -14px rgba(14,58,117,.72)!important
  }
  .app-bar-item {
    min-height: 46px!important;
    height: 46px!important;
    color: rgba(255,255,255,.82)!important;
    font-size: 8.5px!important;
    gap: 2px!important;
    border-radius: 13px!important;
    background: 0 0!important
  }
  .app-bar-item svg {
    width: 21px!important;
    height: 21px!important;
    color: #fff!important;
    stroke: currentColor!important
  }
  .app-bar-item[data-active="1"] {
    color: #fff!important;
    background: rgba(255,255,255,.15)!important
  }
  .app-bar-item[data-active="1"]::before {
    display: none!important
  }
  .app-bar-item:active {
    background: rgba(255,255,255,.22)!important
  }
  .ab-badge {
    top: 2px!important;
    inset-inline-start: calc(50% + 8px)!important;
    min-width: 15px!important;
    height: 15px!important;
    font-size: 8px!important;
    background: var(--orange)!important;
    color: #2a1802!important;
    border: 2px solid #1f6fe0!important
  }
  body.woocommerce-cart .shop-wrap {
    padding-top: 16px!important;
    padding-bottom: 78px!important
  }
  body.woocommerce-cart .shop-head {
    margin-bottom: 12px!important
  }
  body.woocommerce-cart .os-wc-page-title,
  body.woocommerce-cart .shop-head h1 {
    font-size: 20px!important
  }
  body.woocommerce-cart .cart-collaterals,
  body.woocommerce-cart .woocommerce-cart-form {
    width: 100%!important;
    min-width: 0!important
  }
  body.woocommerce-cart table.shop_table.cart {
    border: 1px solid var(--line)!important;
    border-radius: 12px!important;
    background: var(--panel)!important;
    overflow: hidden!important;
    box-shadow: var(--shadow-s)!important
  }
  body.woocommerce-cart table.shop_table tr.cart_item {
    padding: 10px 10px 9px!important
  }
  body.woocommerce-cart table.shop_table td.product-thumbnail {
    width: 58px!important
  }
  body.woocommerce-cart table.shop_table td.product-name {
    width: calc(100% - 70px)!important;
    font-size: 12px!important
  }
  body.woocommerce-cart table.shop_table td.product-price,
  body.woocommerce-cart table.shop_table td.product-quantity,
  body.woocommerce-cart table.shop_table td.product-subtotal {
    font-size: 11px!important
  }
  body.woocommerce-cart .cart_totals {
    margin-top: 10px!important;
    padding: 12px!important;
    border: 1px solid var(--line)!important;
    border-radius: 12px!important;
    background: var(--panel)!important;
    box-shadow: var(--shadow-s)!important
  }
  body.woocommerce-cart .cart_totals h2 {
    font-size: 16px!important;
    margin-bottom: 8px!important
  }
  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    min-height: 42px!important;
    font-size: 12px!important;
    border-radius: 9px!important
  }
  body.woocommerce-account .shop-wrap {
    padding-top: 14px!important;
    padding-bottom: 78px!important
  }
  body.woocommerce-account .os-account-shell {
    display: flex!important;
    flex-direction: column!important;
    gap: 8px!important;
    width: 100%!important;
    min-width: 0!important
  }
  body.woocommerce-account .os-account-shell-content,
  body.woocommerce-account .os-account-shell-nav {
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    box-sizing: border-box!important
  }
  body.woocommerce-account .os-account-shell-nav {
    order: 1!important
  }
  body.woocommerce-account .os-account-shell-content {
    order: 2!important
  }
  body.woocommerce-account .os-account-shell-nav .os-account-side {
    position: static!important;
    display: flex!important;
    gap: 6px!important;
    width: 100%!important
  }
  body.woocommerce-account .os-account-shell-nav .os-account-user {
    padding: 10px!important;
    border-radius: 12px!important
  }
  body.woocommerce-account .os-account-shell-nav .os-ava {
    width: 36px!important;
    height: 36px!important;
    font-size: 16px!important
  }
  body.woocommerce-account .os-account-shell-nav .woocommerce-MyAccount-navigation {
    padding: 5px!important;
    border-radius: 12px!important
  }
  body.woocommerce-account .os-account-shell-nav .woocommerce-MyAccount-navigation ul {
    display: grid!important;
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
    gap: 4px!important
  }
  body.woocommerce-account .os-account-shell-nav .woocommerce-MyAccount-navigation li a {
    min-height: 38px!important;
    padding: 6px 5px!important;
    font-size: 10px!important;
    gap: 5px!important;
    border-radius: 8px!important;
    justify-content: center!important;
    white-space: normal!important
  }
  body.woocommerce-account .os-account-shell-nav .os-nav-ico {
    width: 18px!important;
    height: 18px!important;
    flex-basis: 18px!important
  }
  body.woocommerce-account .os-account-shell-nav .os-nav-ico svg {
    width: 16px!important;
    height: 16px!important
  }
  body.woocommerce-account .os-account-shell-content .woocommerce-MyAccount-content {
    padding: 10px!important;
    border-radius: 12px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash {
    gap: 9px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-hello {
    padding: 15px 14px!important;
    border-radius: 13px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-hello h2 {
    font-size: 19px!important;
    margin: 7px 0 4px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-hello p {
    font-size: 10px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-grid {
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
    gap: 6px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-card {
    min-height: 68px!important;
    padding: 8px!important;
    gap: 6px!important;
    border-radius: 10px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-ico {
    flex-basis: 30px!important;
    width: 30px!important;
    height: 30px!important;
    border-radius: 8px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-ico svg {
    width: 15px!important;
    height: 15px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-card b {
    font-size: 10px!important;
    margin-bottom: 1px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-card small {
    font-size: 8px!important;
    line-height: 1.45!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-intro {
    padding: 12px!important;
    border-radius: 11px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-intro h3 {
    font-size: 14px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-intro p {
    font-size: 10px!important
  }
  .account-wrap,
  .cart-wrap {
    position: static!important
  }
  #account-pop,
  #cart-pop,
  .account-pop,
  .cart-pop {
    position: fixed!important;
    top: calc(52px + env(safe-area-inset-top))!important;
    left: 12px!important;
    right: 12px!important;
    inset-inline-start: 12px!important;
    inset-inline-end: 12px!important;
    width: auto!important;
    max-width: none!important;
    max-height: calc(100dvh - 74px)!important;
    margin: 0!important;
    border-radius: 16px!important;
    overflow: auto!important;
    box-sizing: border-box!important
  }
  .account-pop .ap-head,
  .cart-pop .cp-head {
    min-width: 0!important
  }
  .cart-pop .cp-body {
    max-height: none!important;
    overflow: visible!important;
    padding: 8px 12px!important
  }
  .cart-pop .cp-foot {
    grid-template-columns: 1fr!important;
    gap: 7px!important;
    padding: 9px 12px 12px!important
  }
  .cart-pop .cp-foot a {
    width: 100%!important;
    min-height: 42px!important;
    box-sizing: border-box!important
  }
  .cp-body .woocommerce-mini-cart-item {
    grid-template-columns: 48px minmax(0,1fr) auto!important;
    gap: 8px!important
  }
  .cp-body .woocommerce-mini-cart-item img {
    width: 48px!important;
    height: 48px!important
  }
  .cp-body .woocommerce-mini-cart-item a:not(.remove) {
    font-size: 11px!important;
    min-width: 0!important;
    overflow-wrap: anywhere!important
  }
  .cp-body .woocommerce-mini-cart-item .remove {
    grid-column: 3!important;
    grid-row: 1!important
  }
  .cp-body .os-mini-qty,
  .cp-body .quantity {
    grid-column: 2!important;
    min-width: 0!important
  }
  .account-pop {
    padding: 0!important
  }
  .account-pop .ap-head {
    padding: 12px!important;
    gap: 9px!important
  }
  .account-pop .ap-head b {
    font-size: 12px!important;
    overflow-wrap: anywhere!important
  }
  .account-pop .ap-head small {
    font-size: 9px!important
  }
  .account-pop .ap-links {
    display: flex!important;
    flex-direction: column!important;
    padding: 6px!important;
    gap: 2px!important
  }
  .account-pop .ap-links a {
    width: 100%!important;
    min-height: 40px!important;
    padding: 8px 10px!important;
    font-size: 11px!important;
    box-sizing: border-box!important
  }
  .account-pop .ap-logout {
    width: 100%!important;
    min-height: 40px!important;
    padding: 9px 12px!important;
    box-sizing: border-box!important
  }
  .account-pop .ap-guest {
    padding: 14px!important
  }
  .account-pop .ap-guest-btns {
    grid-template-columns: 1fr!important;
    gap: 7px!important
  }
  .req-card,
  body.page-template-page-request .req-card {
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    box-sizing: border-box!important;
    overflow: hidden!important
  }
  .req-types,
  body.page-template-page-request .req-types {
    display: grid!important;
    grid-template-columns: 1fr!important;
    grid-auto-flow: row!important;
    width: 100%!important;
    gap: 8px!important
  }
  .req-type,
  .req-types label,
  body.page-template-page-request .req-type {
    width: 100%!important;
    min-width: 0!important;
    max-width: 100%!important;
    box-sizing: border-box!important
  }
  .msg-btns,
  body.page-template-page-request .msg-btns {
    display: grid!important;
    grid-template-columns: 1fr!important;
    width: 100%!important;
    gap: 8px!important
  }
  .req-nav {
    display: grid!important;
    grid-template-columns: 1fr!important;
    width: 100%!important;
    gap: 7px!important
  }
  .req-nav .btn {
    width: 100%!important
  }
  .footer-grid,
  .site-footer .footer-grid,
  footer.site-footer .footer-grid {
    display: grid!important;
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
    gap: 18px 12px!important;
    width: 100%!important;
    min-width: 0!important;
    box-sizing: border-box!important
  }
  .site-footer .footer-about {
    grid-column: 1/-1!important
  }
  .site-footer .footer-grid > div {
    min-width: 0!important;
    max-width: 100%!important
  }
  .site-footer .footer-grid ul {
    grid-template-columns: 1fr!important;
    min-width: 0!important
  }
  .site-footer .footer-grid h4 {
    font-size: 14px!important
  }
  .site-footer .footer-grid a {
    font-size: 11px!important;
    line-height: 1.8!important;
    overflow-wrap: anywhere!important
  }
  .site-footer .footer-about p {
    font-size: 11px!important;
    line-height: 1.9!important
  }
  html body.woocommerce-checkout,
  html body.woocommerce-checkout #page,
  html body.woocommerce-checkout .shop-wrap,
  html body.woocommerce-checkout .site,
  html body.woocommerce-checkout .site-main,
  html body.woocommerce-checkout .woocommerce,
  html body.woocommerce-checkout .wrap,
  html body.woocommerce-checkout main.woocommerce-page,
  html body.woocommerce-checkout main.woocommerce-page > .shop-wrap {
    position: relative!important;
    left: auto!important;
    right: auto!important;
    margin-left: 0!important;
    margin-right: 0!important;
    transform: none!important;
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    box-sizing: border-box!important;
    overflow-x: clip!important
  }
  html body.woocommerce-checkout .shop-wrap,
  html body.woocommerce-checkout main.woocommerce-page > .shop-wrap {
    padding-inline: 10px!important
  }
  html body.woocommerce-checkout form.checkout,
  html body.woocommerce-checkout form.checkout #customer_details,
  html body.woocommerce-checkout form.checkout #order_review {
    direction: rtl!important;
    text-align: right!important
  }
  html body.woocommerce-checkout form.checkout {
    align-items: stretch!important
  }
  html body.woocommerce-checkout form.checkout #customer_details,
  html body.woocommerce-checkout form.checkout #order_review {
    align-self: stretch!important
  }
  html body.woocommerce-checkout .form-row label {
    display: block!important;
    width: 100%!important;
    text-align: right!important
  }
  html body.woocommerce-checkout .woocommerce-checkout-review-order-table td,
  html body.woocommerce-checkout .woocommerce-checkout-review-order-table th {
    word-break: normal!important;
    overflow-wrap: anywhere!important
  }
  body.woocommerce-checkout .site-header {
    width: 100%!important;
    max-width: 100%!important;
    overflow: visible!important
  }
  body.woocommerce-checkout .app-bar {
    left: 8px!important;
    right: 8px!important;
    inset-inline-start: 8px!important;
    inset-inline-end: 8px!important;
    width: auto!important;
    max-width: none!important;
    transform: none!important
  }
}
@media (max-width:390px) {
  ul.products .p-media {
    aspect-ratio: 4/3!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-grid {
    grid-template-columns: repeat(2,minmax(0,1fr))!important
  }
}
@media (max-width:480px) {
  .footer-grid,
  .site-footer .footer-grid,
  footer.site-footer .footer-grid {
    grid-template-columns: 1fr!important;
    gap: 14px!important
  }
  .site-footer .footer-about {
    grid-column: auto!important
  }
}
@media (max-width:767px) {
  #blog .mobile-home-blog-carousel {
    display: flex!important;
    flex-wrap: nowrap!important;
    overflow-x: auto!important;
    overflow-y: hidden!important;
    scroll-snap-type: x mandatory!important;
    scrollbar-width: none!important;
    gap: 10px!important;
    width: 100%!important;
    max-width: 100%!important;
    padding: 2px 1px 8px!important
  }
  #blog .mobile-home-blog-carousel::-webkit-scrollbar {
    display: none!important
  }
  #blog .mobile-home-blog-carousel > .blog-card {
    flex: 0 0 calc(100% - 2px)!important;
    width: calc(100% - 2px)!important;
    max-width: calc(100% - 2px)!important;
    min-width: calc(100% - 2px)!important;
    scroll-snap-align: start!important
  }
  .blog-magazine .mag-feature-grid,
  body.archive .mag-feature-grid,
  body.blog .mag-feature-grid {
    display: grid!important;
    grid-template-columns: 1fr!important;
    gap: 12px!important
  }
  .blog-magazine .mag-feature,
  body.archive .mag-feature,
  body.blog .mag-feature {
    width: 100%!important;
    min-width: 0!important;
    grid-column: 1!important
  }
  .blog-magazine .mag-layout,
  body.archive .mag-layout,
  body.blog .mag-layout {
    display: block!important;
    width: 100%!important
  }
  .blog-magazine .mag-list,
  body.archive .mag-list,
  body.blog .mag-list {
    display: grid!important;
    grid-template-columns: 1fr!important;
    gap: 12px!important;
    width: 100%!important
  }
  .blog-magazine .mag-list-card,
  body.archive .mag-list-card,
  body.blog .mag-list-card {
    display: grid!important;
    grid-template-columns: 1fr!important;
    width: 100%!important;
    min-width: 0!important
  }
  .blog-magazine .mag-list-img,
  body.archive .mag-list-img,
  body.blog .mag-list-img {
    width: 100%!important;
    min-width: 0!important
  }
  #cart-pop,
  body .cart-pop {
    position: fixed!important;
    left: 10px!important;
    right: 10px!important;
    inset-inline-start: 10px!important;
    inset-inline-end: 10px!important;
    top: auto!important;
    bottom: 76px!important;
    width: auto!important;
    max-width: none!important;
    max-height: calc(100dvh - 92px)!important;
    z-index: 500!important;
    transform: translateY(10px) scale(.98)!important
  }
  #cart-pop.open,
  body .cart-pop.open {
    transform: none!important
  }
  .cart-pop .cp-body {
    max-height: calc(100dvh - 205px)!important;
    overflow: auto!important
  }
  .cart-pop .cp-foot {
    display: grid!important;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr)!important;
    gap: 7px!important;
    padding: 8px!important;
    position: relative!important;
    z-index: 510!important;
    background: var(--panel)!important
  }
  .cart-pop .cp-foot a {
    display: flex!important;
    width: 100%!important;
    min-width: 0!important;
    min-height: 40px!important;
    position: relative!important;
    z-index: 511!important;
    white-space: nowrap!important
  }
  .app-bar {
    z-index: 300!important
  }
}
@media (min-width:768px) {
  body.woocommerce-account .os-account-shell {
    display: flex!important;
    flex-direction: row!important;
    flex-wrap: nowrap!important;
    direction: ltr!important;
    align-items: flex-start!important;
    gap: 1.35rem!important;
    width: 100%!important;
    max-width: 100%!important;
    box-sizing: border-box!important
  }
  body.woocommerce-account .os-account-shell-content {
    order: 1!important;
    flex: 1 1 0%!important;
    min-width: 0!important;
    max-width: none!important;
    direction: rtl!important;
    text-align: right!important;
    box-sizing: border-box!important
  }
  body.woocommerce-account .os-account-shell-nav {
    order: 2!important;
    flex: 0 0 280px!important;
    width: 280px!important;
    max-width: 280px!important;
    min-width: 280px!important;
    direction: rtl!important;
    text-align: right!important;
    box-sizing: border-box!important;
    position: relative!important;
    float: none!important
  }
}
@media (max-width:767px) {
  body.woocommerce-account .os-account-shell {
    display: flex!important;
    flex-direction: column!important;
    flex-wrap: nowrap!important;
    direction: rtl!important;
    align-items: stretch!important;
    gap: .85rem!important;
    width: 100%!important;
    max-width: 100%!important;
    box-sizing: border-box!important
  }
  body.woocommerce-account .os-account-shell-nav {
    order: 0!important;
    flex: 0 0 auto!important;
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    direction: rtl!important;
    text-align: right!important;
    box-sizing: border-box!important;
    position: relative!important;
    float: none!important
  }
  body.woocommerce-account .os-account-shell-content {
    order: 1!important;
    flex: 1 1 auto!important;
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    direction: rtl!important;
    text-align: right!important;
    box-sizing: border-box!important
  }
}
body.woocommerce-account .os-account-side {
  display: flex!important;
  flex-direction: column!important;
  gap: .9rem!important;
  width: 100%!important;
  box-sizing: border-box!important;
  overflow: visible!important
}
body.woocommerce-account .os-account-user {
  display: flex!important;
  flex-direction: row!important;
  align-items: center!important;
  gap: .85rem!important;
  width: 100%!important;
  box-sizing: border-box!important;
  padding: 1.1rem 1.15rem!important;
  border: 1px solid var(--line,#e5eaf2)!important;
  border-radius: 1.15rem!important;
  background: var(--panel,#fff)!important;
  direction: rtl!important;
  overflow: hidden!important
}
body.woocommerce-account .os-account-user .os-ava {
  width: 3rem!important;
  height: 3rem!important;
  flex-shrink: 0!important;
  border-radius: 50%!important;
  display: grid!important;
  place-items: center!important;
  background: linear-gradient(135deg,#0e3a75,#1f6fe0)!important;
  color: #fff!important;
  font-weight: 900!important
}
body.woocommerce-account .os-account-menu,
body.woocommerce-account nav.woocommerce-MyAccount-navigation {
  display: block!important;
  width: 100%!important;
  box-sizing: border-box!important;
  margin: 0!important;
  padding: .5rem!important;
  border: 1px solid var(--line,#e5eaf2)!important;
  border-radius: 1.15rem!important;
  background: var(--panel,#fff)!important;
  height: auto!important;
  max-height: none!important;
  overflow: hidden!important;
  float: none!important;
  position: relative!important
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
  display: flex!important;
  flex-direction: column!important;
  gap: .15rem!important;
  margin: 0!important;
  padding: 0!important;
  list-style: none!important;
  width: 100%!important;
  box-sizing: border-box!important;
  height: auto!important;
  overflow: visible!important
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation li {
  display: block!important;
  width: 100%!important;
  margin: 0!important;
  padding: 0!important;
  list-style: none!important;
  float: none!important;
  box-sizing: border-box!important
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation li a {
  display: flex!important;
  flex-direction: row!important;
  align-items: center!important;
  gap: .7rem!important;
  width: 100%!important;
  max-width: 100%!important;
  box-sizing: border-box!important;
  padding: .8rem .9rem!important;
  border-radius: .85rem!important;
  margin: 0!important;
  overflow: hidden!important;
  white-space: nowrap!important;
  text-overflow: ellipsis!important
}
body.woocommerce-account .woocommerce-MyAccount-content {
  direction: rtl!important;
  text-align: right!important;
  width: 100%!important;
  box-sizing: border-box!important;
  padding: 1.5rem!important;
  border: 1px solid var(--line,#e5eaf2)!important;
  border-radius: 1.2rem!important;
  background: var(--panel,#fff)!important;
  overflow: visible!important
}
@media (max-width:1023px) {
  body.woocommerce-account .os-account-shell {
    flex-direction: column!important;
    direction: rtl!important
  }
  body.woocommerce-account .os-account-shell-nav {
    order: 1!important;
    flex: none!important;
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important
  }
  body.woocommerce-account .os-account-shell-content {
    order: 2!important;
    width: 100%!important
  }
  body.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
    display: grid!important;
    grid-template-columns: 1fr 1fr!important;
    gap: .4rem!important
  }
  body.woocommerce-account nav.woocommerce-MyAccount-navigation li a {
    flex-direction: column!important;
    white-space: normal!important;
    text-align: center!important;
    min-height: 3.6rem!important;
    font-size: .82rem!important
  }
  body.woocommerce-checkout {
    overflow-x: hidden!important
  }
  body.woocommerce-checkout main,
  body.woocommerce-checkout main.os-checkout-page,
  body.woocommerce-checkout main.os-wc-page,
  body.woocommerce-checkout main.wrap {
    width: 100%!important;
    max-width: 100%!important;
    margin: 0!important;
    padding-left: 12px!important;
    padding-right: 12px!important;
    box-sizing: border-box!important
  }
  body.woocommerce-checkout .woocommerce,
  body.woocommerce-checkout form.checkout,
  body.woocommerce-checkout form.woocommerce-checkout {
    width: 100%!important;
    max-width: 100%!important;
    margin: 0!important;
    padding: 0!important;
    float: none!important;
    display: block!important;
    box-sizing: border-box!important
  }
  body.woocommerce-checkout #customer_details,
  body.woocommerce-checkout #order_review,
  body.woocommerce-checkout form.checkout #customer_details,
  body.woocommerce-checkout form.checkout #order_review {
    width: 100%!important;
    max-width: 100%!important;
    float: none!important;
    clear: both!important;
    margin: 0 0 1rem!important;
    padding: 1.15rem!important;
    position: static!important;
    left: auto!important;
    right: auto!important;
    box-sizing: border-box!important
  }
  body.woocommerce-checkout .col2-set,
  body.woocommerce-checkout .col2-set .col-1,
  body.woocommerce-checkout .col2-set .col-2 {
    width: 100%!important;
    float: none!important;
    display: block!important;
    margin: 0!important;
    padding: 0!important
  }
  body.woocommerce-checkout .form-row,
  body.woocommerce-checkout .form-row-first,
  body.woocommerce-checkout .form-row-last,
  body.woocommerce-checkout .form-row-wide {
    width: 100%!important;
    float: none!important;
    clear: both!important;
    margin: 0 0 1rem!important;
    padding: 0!important
  }
  body.woocommerce-checkout .form-row input.input-text,
  body.woocommerce-checkout .form-row select,
  body.woocommerce-checkout .form-row textarea,
  body.woocommerce-checkout .select2-container,
  body.woocommerce-checkout .select2-container .select2-selection {
    width: 100%!important;
    max-width: 100%!important;
    box-sizing: border-box!important
  }
  body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: block!important;
    width: 100%!important
  }
}
@media (min-width:768px) {
  body.woocommerce-account .os-account-shell {
    direction: rtl!important;
    width: min(100%,1480px)!important;
    margin: 0 auto!important;
    display: grid!important;
    grid-template-columns: minmax(0,1fr) 292px!important;
    gap: 24px!important;
    align-items: start!important;
    box-sizing: border-box!important
  }
  body.woocommerce-account .os-account-shell-nav {
    grid-column: 2!important;
    grid-row: 1!important;
    min-width: 0!important;
    direction: rtl!important
  }
  body.woocommerce-account .os-account-shell-content {
    grid-column: 1!important;
    grid-row: 1!important;
    min-width: 0!important;
    direction: rtl!important
  }
}
@media (max-width:767px) {
  html body.woocommerce-account .os-account-shell {
    display: flex!important;
    flex-direction: column!important;
    grid-template-columns: none!important;
    direction: rtl!important;
    width: 100%!important;
    max-width: 100%!important;
    margin: 0!important;
    gap: .75rem!important;
    align-items: stretch!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-account .os-account-shell-content,
  html body.woocommerce-account .os-account-shell-nav {
    grid-column: auto!important;
    grid-row: auto!important;
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    float: none!important;
    flex: none!important
  }
  html body.woocommerce-account .os-account-shell-nav {
    order: 0!important
  }
  html body.woocommerce-account .os-account-shell-content {
    order: 1!important
  }
  html body.woocommerce-account .os-account-shell-nav .os-account-side {
    position: static!important;
    top: auto!important;
    width: 100%!important
  }
  html body.woocommerce-account .os-account-shell-nav .woocommerce-MyAccount-navigation ul {
    display: grid!important;
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
    flex-direction: unset!important;
    gap: .4rem!important
  }
  html body.woocommerce-account .os-account-shell-nav .woocommerce-MyAccount-navigation li a {
    flex-direction: column!important;
    justify-content: center!important;
    align-items: center!important;
    text-align: center!important;
    min-height: 56px!important;
    padding: .5rem .35rem!important;
    font-size: .7rem!important;
    gap: .3rem!important;
    white-space: normal!important
  }
  html body.woocommerce-account .os-account-shell-nav .woocommerce-MyAccount-navigation li a .os-nav-label {
    display: block!important;
    visibility: visible!important;
    opacity: 1!important;
    font-size: .68rem!important
  }
}
body.woocommerce-account .os-account-shell-content .woocommerce-MyAccount-content {
  width: 100%!important;
  min-width: 0!important;
  box-sizing: border-box!important;
  margin: 0!important;
  padding: 0!important;
  border: 0!important;
  background: 0 0!important;
  box-shadow: none!important;
  min-height: 0!important
}
body.woocommerce-account .os-account-shell-nav .os-account-side {
  position: sticky!important;
  top: 96px!important;
  display: flex!important;
  flex-direction: column!important;
  gap: 14px!important;
  width: 100%!important
}
body.woocommerce-account .os-account-shell-nav .os-account-user {
  margin: 0!important;
  padding: 18px!important;
  border-radius: 18px!important;
  background: linear-gradient(145deg,rgba(31,111,224,.1),rgba(14,168,150,.07))!important;
  border: 1px solid var(--line)!important;
  box-shadow: var(--shadow-s)!important
}
body.woocommerce-account .os-account-shell-nav .os-ava {
  width: 52px!important;
  height: 52px!important;
  font-size: 23px!important
}
body.woocommerce-account .os-account-shell-nav .woocommerce-MyAccount-navigation {
  width: 100%!important;
  margin: 0!important;
  padding: 10px!important;
  border-radius: 18px!important;
  background: var(--panel)!important;
  border: 1px solid var(--line)!important;
  box-shadow: var(--shadow-s)!important;
  box-sizing: border-box!important
}
body.woocommerce-account .os-account-shell-nav .woocommerce-MyAccount-navigation ul {
  display: flex!important;
  flex-direction: column!important;
  gap: 5px!important;
  padding: 0!important;
  margin: 0!important;
  border: 0!important;
  background: 0 0!important;
  overflow: visible!important
}
body.woocommerce-account .os-account-shell-nav .woocommerce-MyAccount-navigation li {
  margin: 0!important;
  list-style: none!important
}
body.woocommerce-account .os-account-shell-nav .woocommerce-MyAccount-navigation li a {
  min-height: 48px!important;
  display: flex!important;
  align-items: center!important;
  gap: 11px!important;
  padding: 11px 13px!important;
  border-radius: 12px!important;
  border: 1px solid transparent!important;
  color: var(--mut)!important;
  font-size: 14px!important;
  font-weight: 800!important;
  white-space: nowrap!important;
  box-sizing: border-box!important
}
body.woocommerce-account .os-account-shell-nav .woocommerce-MyAccount-navigation li a:hover {
  background: var(--bg2)!important;
  color: var(--ink)!important;
  border-color: var(--line)!important;
  transform: none!important
}
body.woocommerce-account .os-account-shell-nav .woocommerce-MyAccount-navigation li.is-active a {
  color: #fff!important;
  background: linear-gradient(135deg,#0e3a75,#1f6fe0)!important;
  border-color: transparent!important;
  box-shadow: 0 10px 24px -13px rgba(31,111,224,.75)!important
}
body.woocommerce-account .os-account-shell-nav .os-nav-ico {
  width: 22px!important;
  height: 22px!important;
  display: grid!important;
  place-items: center!important;
  flex: 0 0 22px!important
}
body.woocommerce-account .os-account-shell-nav .os-nav-ico svg {
  width: 19px!important;
  height: 19px!important
}
body.woocommerce-account .os-account-shell-content .os-dash {
  width: 100%!important;
  display: grid!important;
  gap: 18px!important
}
body.woocommerce-account .os-account-shell-content .os-dash-hello {
  position: relative!important;
  overflow: hidden!important;
  padding: 28px 30px!important;
  border-radius: 22px!important;
  color: #fff!important;
  background: linear-gradient(135deg,#092d5f 0,#0e3a75 52%,#1f6fe0 100%)!important;
  box-shadow: 0 18px 45px -24px rgba(14,58,117,.8)!important
}
body.woocommerce-account .os-account-shell-content .os-dash-hello:before {
  content: ""!important;
  position: absolute!important;
  width: 240px!important;
  height: 240px!important;
  border-radius: 50%!important;
  background: rgba(255,255,255,.08)!important;
  left: -80px!important;
  top: -100px!important
}
body.woocommerce-account .os-account-shell-content .os-dash-hello:after {
  content: ""!important;
  position: absolute!important;
  width: 170px!important;
  height: 170px!important;
  border-radius: 50%!important;
  border: 1px solid rgba(255,255,255,.1)!important;
  left: 65px!important;
  bottom: -115px!important
}
body.woocommerce-account .os-account-shell-content .os-dash-kicker {
  position: relative!important;
  z-index: 1!important;
  display: inline-flex!important;
  padding: 6px 11px!important;
  border-radius: 999px!important;
  background: rgba(255,255,255,.12)!important;
  color: rgba(255,255,255,.86)!important;
  font-size: 12px!important;
  font-weight: 800!important
}
body.woocommerce-account .os-account-shell-content .os-dash-hello h2 {
  position: relative!important;
  z-index: 1!important;
  margin: 12px 0 6px!important;
  color: #fff!important;
  font-size: clamp(22px,2.2vw,32px)!important;
  line-height: 1.55!important;
  font-weight: 900!important
}
body.woocommerce-account .os-account-shell-content .os-dash-hello p {
  position: relative!important;
  z-index: 1!important;
  margin: 0!important;
  color: rgba(255,255,255,.78)!important;
  font-size: 14px!important;
  line-height: 2!important
}
body.woocommerce-account .os-account-shell-content .os-dash-grid {
  display: grid!important;
  grid-template-columns: repeat(3,minmax(0,1fr))!important;
  gap: 13px!important
}
body.woocommerce-account .os-account-shell-content .os-dash-card {
  min-width: 0!important;
  min-height: 108px!important;
  display: flex!important;
  align-items: center!important;
  gap: 13px!important;
  padding: 18px!important;
  box-sizing: border-box!important;
  border: 1px solid var(--line)!important;
  border-radius: 17px!important;
  background: var(--panel)!important;
  color: var(--ink)!important;
  box-shadow: 0 8px 25px -18px rgba(11,33,64,.45)!important;
  transition: transform .22s,box-shadow .22s,border-color .22s!important;
  text-decoration: none!important
}
body.woocommerce-account .os-account-shell-content .os-dash-card:hover {
  transform: translateY(-3px)!important;
  border-color: rgba(31,111,224,.35)!important;
  box-shadow: 0 18px 32px -22px rgba(31,111,224,.65)!important
}
body.woocommerce-account .os-account-shell-content .os-dash-ico {
  flex: 0 0 48px!important;
  width: 48px!important;
  height: 48px!important;
  display: grid!important;
  place-items: center!important;
  border-radius: 14px!important;
  color: var(--blue)!important;
  background: rgba(31,111,224,.09)!important
}
body.woocommerce-account .os-account-shell-content .os-dash-ico svg {
  width: 22px!important;
  height: 22px!important
}
body.woocommerce-account .os-account-shell-content .os-dash-card:nth-child(2) .os-dash-ico {
  color: var(--teal)!important;
  background: rgba(14,168,150,.1)!important
}
body.woocommerce-account .os-account-shell-content .os-dash-card:nth-child(3) .os-dash-ico {
  color: #7c55d9!important;
  background: rgba(124,85,217,.1)!important
}
body.woocommerce-account .os-account-shell-content .os-dash-card:nth-child(4) .os-dash-ico {
  color: #e08b1e!important;
  background: rgba(224,139,30,.11)!important
}
body.woocommerce-account .os-account-shell-content .os-dash-card:nth-child(5) .os-dash-ico {
  color: #0d8d7c!important;
  background: rgba(13,141,124,.1)!important
}
body.woocommerce-account .os-account-shell-content .os-dash-card:nth-child(6) .os-dash-ico {
  color: #5b6b80!important;
  background: rgba(91,107,128,.1)!important
}
body.woocommerce-account .os-account-shell-content .os-dash-card > div {
  min-width: 0!important
}
body.woocommerce-account .os-account-shell-content .os-dash-card b {
  display: block!important;
  margin: 0 0 5px!important;
  font-size: 15px!important;
  line-height: 1.6!important;
  color: var(--ink)!important
}
body.woocommerce-account .os-account-shell-content .os-dash-card small {
  display: block!important;
  font-size: 12px!important;
  line-height: 1.7!important;
  color: var(--dim)!important;
  white-space: normal!important
}
body.woocommerce-account .os-account-shell-content .os-dash-intro {
  position: relative!important;
  overflow: hidden!important;
  padding: 22px 24px!important;
  border-radius: 18px!important;
  border: 1px solid var(--line)!important;
  background: linear-gradient(135deg,var(--panel),var(--bg2))!important
}
body.woocommerce-account .os-account-shell-content .os-dash-intro h3 {
  margin: 0 0 7px!important;
  font-size: 17px!important;
  line-height: 1.7!important
}
body.woocommerce-account .os-account-shell-content .os-dash-intro p {
  margin: 0!important;
  color: var(--mut)!important;
  font-size: 13px!important;
  line-height: 2!important;
  max-width: 850px!important
}
body.woocommerce-account .os-account-shell-content .os-dash-links {
  display: flex!important;
  gap: 9px!important;
  flex-wrap: wrap!important;
  margin-top: 16px!important
}
body.woocommerce-account .os-account-shell-content .os-dash-links .btn {
  min-height: 44px!important;
  padding: 9px 17px!important;
  font-size: 13px!important
}
body.woocommerce-account .os-dash-orders {
  display: grid!important;
  gap: 11px!important
}
body.woocommerce-account .os-dash-section-head {
  display: flex!important;
  align-items: center!important;
  justify-content: space-between!important;
  gap: 12px!important
}
body.woocommerce-account .os-dash-section-head h3 {
  margin: 0!important;
  font-size: 17px!important
}
body.woocommerce-account .os-dash-section-head a {
  font-size: 12px!important;
  font-weight: 800!important;
  color: var(--blue)!important
}
body.woocommerce-account .os-dash-order-list {
  display: grid!important;
  gap: 8px!important
}
body.woocommerce-account .os-dash-order {
  display: grid!important;
  grid-template-columns: minmax(0,1fr) auto auto!important;
  align-items: center!important;
  gap: 14px!important;
  padding: 14px 16px!important;
  border: 1px solid var(--line)!important;
  border-radius: 14px!important;
  background: var(--panel)!important;
  text-decoration: none!important;
  color: var(--ink)!important
}
body.woocommerce-account .os-dash-order-main {
  min-width: 0!important
}
body.woocommerce-account .os-dash-order-main b {
  display: block!important;
  font-size: 13px!important;
  margin-bottom: 3px!important
}
body.woocommerce-account .os-dash-order-main small {
  color: var(--dim)!important;
  font-size: 11px!important
}
body.woocommerce-account .os-dash-order-status {
  padding: 5px 9px!important;
  border-radius: 999px!important;
  background: rgba(14,168,150,.1)!important;
  color: var(--teal)!important;
  font-size: 11px!important;
  font-weight: 800!important;
  white-space: nowrap!important
}
body.woocommerce-account .os-dash-order-total {
  font-size: 12px!important;
  font-weight: 900!important;
  color: var(--blue)!important;
  white-space: nowrap!important
}
@media(min-width:768px) {
  body.woocommerce-account .os-account-shell {
    grid-template-columns: minmax(0,1fr) 292px!important
  }
}
@media(max-width:1023px) and (min-width:768px) {
  body.woocommerce-account .os-account-shell {
    grid-template-columns: minmax(0,1fr) 250px!important;
    gap: 18px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-grid {
    grid-template-columns: repeat(2,minmax(0,1fr))!important
  }
}
@media(max-width:767px) {
  html body.woocommerce-checkout {
    overflow-x: hidden!important
  }
  html body.woocommerce-checkout main.woocommerce-page {
    width: 100%!important;
    max-width: 100%!important;
    margin: 0!important;
    padding: 0!important;
    box-sizing: border-box!important;
    overflow: visible!important
  }
  html body.woocommerce-checkout main.woocommerce-page > .wrap.shop-wrap {
    width: 100%!important;
    max-width: none!important;
    margin: 0!important;
    padding: 0 10px!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout main.woocommerce-page > .wrap.shop-wrap > .woocommerce {
    width: 100%!important;
    max-width: none!important;
    margin: 0!important;
    padding: 0!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout .woocommerce-checkout {
    width: 100%!important;
    max-width: none!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout form.checkout {
    width: 100%!important;
    max-width: none!important;
    margin: 0!important;
    padding: 0!important;
    display: flex!important;
    flex-direction: column!important;
    gap: 12px!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout form.checkout #customer_details,
  html body.woocommerce-checkout form.checkout #order_review {
    width: 100%!important;
    max-width: none!important;
    min-width: 0!important;
    margin: 0!important;
    float: none!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout form.checkout #customer_details {
    order: 1!important
  }
  html body.woocommerce-checkout form.checkout #order_review {
    order: 2!important;
    position: static!important;
    padding: 14px!important
  }
  html body.woocommerce-checkout .col2-set,
  html body.woocommerce-checkout .col2-set .col-1,
  html body.woocommerce-checkout .col2-set .col-2 {
    width: 100%!important;
    max-width: none!important;
    min-width: 0!important;
    display: block!important;
    float: none!important;
    margin: 0!important;
    padding: 0!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
  html body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  html body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    width: 100%!important;
    grid-template-columns: 1fr!important;
    gap: 0!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout .form-row,
  html body.woocommerce-checkout .form-row.form-row-first,
  html body.woocommerce-checkout .form-row.form-row-last,
  html body.woocommerce-checkout .form-row.form-row-wide {
    width: 100%!important;
    max-width: none!important;
    float: none!important;
    clear: both!important;
    margin: 0 0 12px!important;
    padding: 0!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout .form-row input.input-text,
  html body.woocommerce-checkout .form-row select,
  html body.woocommerce-checkout .form-row textarea,
  html body.woocommerce-checkout .select2-container,
  html body.woocommerce-checkout .select2-container .select2-selection {
    width: 100%!important;
    max-width: 100%!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout .select2-container[style] {
    max-width: 100%!important
  }
  html body.woocommerce-checkout #payment,
  html body.woocommerce-checkout #payment .place-order,
  html body.woocommerce-checkout #payment ul.payment_methods {
    width: 100%!important;
    max-width: none!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout #payment .place-order {
    padding: 0!important
  }
  html body.woocommerce-checkout #place_order {
    width: 100%!important;
    max-width: none!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout #order_review_heading {
    display: none!important
  }
  html body.woocommerce-checkout .woocommerce-checkout-review-order-table {
    width: 100%!important;
    max-width: 100%!important;
    table-layout: fixed!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout .woocommerce-checkout-review-order-table td,
  html body.woocommerce-checkout .woocommerce-checkout-review-order-table th {
    overflow-wrap: anywhere!important
  }
  html body.woocommerce-checkout .woocommerce-NoticeGroup,
  html body.woocommerce-checkout .woocommerce-form-coupon-toggle,
  html body.woocommerce-checkout .woocommerce-form-login-toggle,
  html body.woocommerce-checkout .woocommerce-notices-wrapper {
    width: 100%!important;
    max-width: none!important;
    box-sizing: border-box!important
  }
  body.woocommerce-account .os-account-shell {
    display: flex!important;
    flex-direction: column!important;
    width: 100%!important;
    gap: 12px!important
  }
  body.woocommerce-account .os-account-shell-content,
  body.woocommerce-account .os-account-shell-nav {
    width: 100%!important;
    max-width: none!important
  }
  body.woocommerce-account .os-account-shell-nav {
    order: 1!important
  }
  .woocommerce-account .os-account-shell-content {
    order: 2!important
  }
  body.woocommerce-account .os-account-shell-nav .os-account-side {
    position: static!important;
    gap: 10px!important
  }
  body.woocommerce-account .os-account-shell-nav .woocommerce-MyAccount-navigation {
    padding: 8px!important
  }
  body.woocommerce-account .os-account-shell-nav .woocommerce-MyAccount-navigation ul {
    display: grid!important;
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
    gap: 5px!important
  }
  body.woocommerce-account .os-account-shell-nav .woocommerce-MyAccount-navigation li a {
    min-height: 46px!important;
    justify-content: flex-start!important;
    padding: 9px!important;
    font-size: 12px!important;
    white-space: normal!important
  }
  body.woocommerce-account .os-account-shell-nav .os-account-user {
    padding: 13px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash {
    gap: 12px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-hello {
    padding: 20px!important;
    border-radius: 18px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-hello h2 {
    font-size: 21px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-hello p {
    font-size: 12px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-grid {
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
    gap: 8px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-card {
    min-height: 86px!important;
    padding: 12px!important;
    gap: 9px!important;
    border-radius: 13px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-ico {
    flex-basis: 38px!important;
    width: 38px!important;
    height: 38px!important;
    border-radius: 11px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-ico svg {
    width: 18px!important;
    height: 18px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-card b {
    font-size: 12px!important;
    margin-bottom: 2px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-card small {
    font-size: 10px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-intro {
    padding: 16px!important;
    border-radius: 15px!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-links {
    display: grid!important;
    grid-template-columns: 1fr 1fr!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-links .btn {
    width: 100%!important;
    padding: 8px 7px!important;
    font-size: 11px!important
  }
  body.woocommerce-account .os-dash-order {
    grid-template-columns: minmax(0,1fr) auto!important;
    gap: 8px!important
  }
  body.woocommerce-account .os-dash-order-total {
    grid-column: 2!important;
    grid-row: 1!important
  }
  body.woocommerce-account .os-dash-order-status {
    grid-column: 1!important;
    grid-row: 2!important;
    justify-self: start!important
  }
}
@media(max-width:390px) {
  body.woocommerce-account .os-account-shell-content .os-dash-grid,
  body.woocommerce-account .os-account-shell-content .os-dash-links {
    grid-template-columns: 1fr!important
  }
}
@media (min-width:901px) {
  body.woocommerce-account .os-account-shell {
    direction: ltr!important;
    display: grid!important;
    grid-template-columns: minmax(0,1fr) 300px!important;
    gap: 26px!important;
    width: min(100%,1480px)!important;
    max-width: 1480px!important;
    margin-inline: auto!important;
    align-items: stretch!important
  }
  body.woocommerce-account .os-account-shell-content {
    grid-column: 1!important;
    grid-row: 1!important;
    direction: rtl!important;
    min-width: 0!important
  }
  body.woocommerce-account .os-account-shell-nav {
    grid-column: 2!important;
    grid-row: 1!important;
    direction: rtl!important;
    min-width: 0!important;
    align-self: stretch!important
  }
  body.woocommerce-account .os-account-shell-nav .os-account-side {
    position: static!important;
    width: 100%!important;
    height: 100%!important;
    min-height: 100%!important;
    display: flex!important;
    flex-direction: column!important;
    gap: 14px!important
  }
  body.woocommerce-account .os-account-shell-nav .os-account-user {
    flex: 0 0 auto!important
  }
  body.woocommerce-account .os-account-shell-nav .woocommerce-MyAccount-navigation {
    flex: 1 1 auto!important;
    min-height: 0!important;
    overflow: hidden!important
  }
  body.woocommerce-account .os-account-shell-nav .woocommerce-MyAccount-navigation ul {
    height: 100%!important;
    display: flex!important;
    flex-direction: column!important;
    justify-content: flex-start!important
  }
  body.woocommerce-account .os-account-shell-content .woocommerce-MyAccount-content {
    height: 100%!important;
    min-height: 0!important
  }
}
@media (min-width:768px) and (max-width:900px) {
  body.woocommerce-account .os-account-shell {
    direction: ltr!important;
    display: grid!important;
    grid-template-columns: minmax(0,1fr) 260px!important;
    gap: 18px!important;
    align-items: stretch!important
  }
  body.woocommerce-account .os-account-shell-content {
    grid-column: 1!important;
    grid-row: 1!important;
    direction: rtl!important
  }
  body.woocommerce-account .os-account-shell-nav {
    grid-column: 2!important;
    grid-row: 1!important;
    direction: rtl!important
  }
}
@media (max-width:767px) {
  html body.woocommerce-checkout {
    width: 100%!important;
    max-width: 100%!important;
    overflow-x: hidden!important
  }
  html body.woocommerce-checkout .shop-wrap,
  html body.woocommerce-checkout .site-main,
  html body.woocommerce-checkout .woocommerce,
  html body.woocommerce-checkout main.woocommerce-page {
    width: 100%!important;
    max-width: none!important;
    min-width: 0!important;
    margin-left: 0!important;
    margin-right: 0!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout main.woocommerce-page > .shop-wrap {
    padding-left: 12px!important;
    padding-right: 12px!important
  }
  html body.woocommerce-checkout .woocommerce {
    padding-left: 0!important;
    padding-right: 0!important
  }
  html body.woocommerce-checkout form.checkout {
    width: 100%!important;
    max-width: none!important;
    min-width: 0!important;
    margin: 0!important;
    padding: 0!important;
    display: flex!important;
    flex-direction: column!important;
    gap: 12px!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout form.checkout #customer_details,
  html body.woocommerce-checkout form.checkout #order_review {
    width: 100%!important;
    max-width: none!important;
    min-width: 0!important;
    margin: 0!important;
    float: none!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout form.checkout #customer_details {
    order: 1!important
  }
  html body.woocommerce-checkout form.checkout #order_review {
    order: 2!important;
    position: static!important
  }
  html body.woocommerce-checkout .col2-set,
  html body.woocommerce-checkout .col2-set .col-1,
  html body.woocommerce-checkout .col2-set .col-2 {
    width: 100%!important;
    max-width: none!important;
    min-width: 0!important;
    float: none!important;
    margin: 0!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
  html body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  html body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    width: 100%!important;
    max-width: none!important;
    min-width: 0!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout .form-row,
  html body.woocommerce-checkout .form-row.form-row-first,
  html body.woocommerce-checkout .form-row.form-row-last,
  html body.woocommerce-checkout .form-row.form-row-wide {
    width: 100%!important;
    max-width: none!important;
    min-width: 0!important;
    float: none!important;
    clear: both!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout .form-row input.input-text,
  html body.woocommerce-checkout .form-row select,
  html body.woocommerce-checkout .form-row textarea,
  html body.woocommerce-checkout .select2-container,
  html body.woocommerce-checkout .select2-container .select2-selection {
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout #payment,
  html body.woocommerce-checkout #payment .place-order,
  html body.woocommerce-checkout #payment ul.payment_methods,
  html body.woocommerce-checkout #place_order {
    width: 100%!important;
    max-width: none!important;
    min-width: 0!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout .woocommerce-checkout-review-order-table {
    width: 100%!important;
    max-width: 100%!important;
    table-layout: fixed!important;
    box-sizing: border-box!important
  }
  body.archive .blog-grid-front,
  body.blog .blog-grid-front,
  body.search .blog-grid-front {
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
    gap: .75rem!important
  }
  body.archive .blog-grid-front .blog-card,
  body.blog .blog-grid-front .blog-card,
  body.search .blog-grid-front .blog-card {
    min-width: 0!important
  }
}
@media (max-width:380px) {
  html body.woocommerce-checkout main.woocommerce-page > .shop-wrap {
    padding-left: 8px!important;
    padding-right: 8px!important
  }
}
@media (max-width:767px) {
  html body.woocommerce-checkout,
  html body.woocommerce-checkout #page,
  html body.woocommerce-checkout .site,
  html body.woocommerce-checkout .woocommerce,
  html body.woocommerce-checkout .wrap,
  html body.woocommerce-checkout main {
    max-width: 100%!important;
    min-width: 0!important;
    overflow-x: hidden!important
  }
  html body.woocommerce-checkout #os-checkout-notices-top,
  html body.woocommerce-checkout .os-checkout-notices-top,
  html body.woocommerce-checkout .woocommerce-NoticeGroup,
  html body.woocommerce-checkout .woocommerce-NoticeGroup-checkout,
  html body.woocommerce-checkout .woocommerce-notices-wrapper {
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    box-sizing: border-box!important;
    margin-left: 0!important;
    margin-right: 0!important;
    overflow: hidden!important
  }
  html body.woocommerce-checkout .woocommerce-error,
  html body.woocommerce-checkout .woocommerce-error li,
  html body.woocommerce-checkout .woocommerce-info,
  html body.woocommerce-checkout .woocommerce-info li,
  html body.woocommerce-checkout .woocommerce-message,
  html body.woocommerce-checkout .woocommerce-message li {
    max-width: 100%!important;
    min-width: 0!important;
    box-sizing: border-box!important;
    overflow-wrap: anywhere!important;
    word-break: normal!important;
    white-space: normal!important
  }
  body.woocommerce-account .os-account-side {
    gap: .45rem!important
  }
  body.woocommerce-account .os-account-menu,
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-top: -2px!important;
    padding-top: 0!important
  }
  body.woocommerce-account .os-account-menu ul,
  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin-top: 0!important;
    padding-top: 0!important
  }
  body.woocommerce-account .os-account-menu li,
  body.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin-top: 0!important
  }
  body.woocommerce-account .os-account-menu li a,
  body.woocommerce-account .woocommerce-MyAccount-navigation li a {
    margin-top: 0!important;
    transform: none!important;
    justify-content: center!important;
    align-items: center!important;
    box-sizing: border-box!important
  }
}
.mag-pagination,
.mag-pagination ul,
body.archive .navigation.pagination,
body.archive .pagination,
body.archive .pagination .nav-links,
body.archive .pagination .navigation,
body.blog .navigation.pagination,
body.blog .pagination,
body.blog .pagination .nav-links,
body.blog .pagination .navigation,
body.search .navigation.pagination,
body.search .pagination,
body.search .pagination .nav-links,
body.search .pagination .navigation {
  background: 0 0!important;
  border: 0!important;
  box-shadow: none!important;
  outline: 0!important;
  padding: 0!important;
  margin-left: 0!important;
  margin-right: 0!important
}
body.archive .pagination,
body.blog .pagination,
body.search .pagination {
  display: flex!important;
  justify-content: center!important
}
.mag-pagination a,
.mag-pagination span,
body.archive .page-numbers,
body.blog .page-numbers,
body.search .page-numbers {
  background: var(--panel)!important;
  border: 1px solid var(--line)!important;
  box-shadow: none!important
}
body.woocommerce-account header.site-header,
body.woocommerce-cart header.site-header,
body.woocommerce-checkout header.site-header,
html body.woocommerce-account .site-header,
html body.woocommerce-cart .site-header,
html body.woocommerce-checkout .site-header {
  display: block!important;
  visibility: visible!important;
  opacity: 1!important;
  position: sticky!important;
  top: 0!important;
  z-index: 200!important;
  width: 100%!important;
  max-width: 100%!important;
  height: auto!important;
  min-height: 0!important;
  overflow: visible!important;
  pointer-events: auto!important;
  transform: none!important;
  clip: auto!important;
  clip-path: none!important
}
html body.woocommerce-account .site-header .header-in,
html body.woocommerce-cart .site-header .header-in,
html body.woocommerce-checkout .site-header .header-in {
  display: flex!important
}
#account-pop,
.account-pop {
  max-height: min(28rem,calc(100dvh - 5rem))!important;
  overflow-x: hidden!important;
  overflow-y: auto!important
}
.account-pop .ap-links {
  max-height: none!important;
  overflow: visible!important
}
.account-pop .ap-links a {
  white-space: nowrap!important
}
@media (max-width:767px) {
  body.woocommerce-account .os-account-shell {
    display: flex!important;
    flex-direction: column!important;
    gap: .9rem!important;
    direction: rtl!important
  }
  body.woocommerce-account .os-account-shell-content,
  body.woocommerce-account .os-account-shell-nav {
    order: unset!important;
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    flex: none!important
  }
  body.woocommerce-account .os-account-shell-nav {
    order: 0!important
  }
  body.woocommerce-account .os-account-shell-content {
    order: 1!important
  }
  body.woocommerce-account .os-account-user {
    border-radius: 1rem!important;
    padding: 1rem 1.1rem!important
  }
  body.woocommerce-account .os-account-menu,
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    border-radius: 1rem!important;
    padding: .45rem!important
  }
  body.woocommerce-account .os-account-menu ul,
  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid!important;
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
    gap: .4rem!important
  }
  body.woocommerce-account .os-account-menu li,
  body.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0!important
  }
  body.woocommerce-account .os-account-menu li a,
  body.woocommerce-account .woocommerce-MyAccount-navigation li a {
    min-height: 52px!important;
    flex-direction: column!important;
    justify-content: center!important;
    align-items: center!important;
    text-align: center!important;
    gap: .35rem!important;
    padding: .55rem .4rem!important;
    font-size: .72rem!important;
    line-height: 1.35!important;
    border-radius: .75rem!important;
    white-space: normal!important
  }
  body.woocommerce-account .os-account-menu li.is-active a,
  body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    background: rgba(31,111,224,.1)!important;
    border-color: rgba(31,111,224,.35)!important;
    color: var(--blue)!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-hello {
    padding: 1.15rem 1.2rem!important;
    border-radius: 1rem!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-grid {
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
    gap: .65rem!important
  }
  body.woocommerce-account .os-account-shell-content .os-dash-card {
    min-height: 96px!important;
    padding: 1rem!important;
    flex-direction: column!important;
    align-items: flex-start!important;
    gap: .55rem!important
  }
  html body.woocommerce-account .os-account-shell,
  html body.woocommerce-account .woocommerce > .os-account-shell {
    display: flex!important;
    flex-direction: column!important;
    direction: rtl!important;
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    gap: .75rem!important
  }
  html body.woocommerce-account .os-account-shell-content,
  html body.woocommerce-account .os-account-shell-nav {
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    flex: none!important;
    float: none!important
  }
  html body.woocommerce-account .os-account-shell-nav {
    order: 0!important
  }
  html body.woocommerce-account .os-account-shell-content {
    order: 1!important
  }
  html body.woocommerce-account .os-account-side {
    width: 100%!important;
    gap: .55rem!important
  }
  html body.woocommerce-account .os-account-user {
    width: 100%!important;
    min-width: 0!important;
    padding: .9rem 1rem!important;
    border-radius: 14px!important
  }
  html body.woocommerce-account .os-account-menu,
  html body.woocommerce-account nav.woocommerce-MyAccount-navigation {
    width: 100%!important;
    min-width: 0!important;
    padding: .4rem!important;
    border-radius: 14px!important
  }
  html body.woocommerce-account .os-account-menu ul,
  html body.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
    display: grid!important;
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
    gap: .4rem!important;
    margin: 0!important;
    padding: 0!important;
    list-style: none!important
  }
  html body.woocommerce-account .os-account-menu li,
  html body.woocommerce-account nav.woocommerce-MyAccount-navigation li {
    margin: 0!important;
    width: 100%!important
  }
  html body.woocommerce-account .os-account-menu li a,
  html body.woocommerce-account nav.woocommerce-MyAccount-navigation li a {
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
    justify-content: center!important;
    gap: .3rem!important;
    min-height: 58px!important;
    padding: .5rem .35rem!important;
    font-size: .7rem!important;
    font-weight: 800!important;
    line-height: 1.3!important;
    text-align: center!important;
    white-space: normal!important;
    color: var(--ink)!important;
    border-radius: 10px!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-account .os-account-menu li a .os-nav-label,
  html body.woocommerce-account nav.woocommerce-MyAccount-navigation li a .os-nav-label {
    display: block!important;
    visibility: visible!important;
    opacity: 1!important;
    color: inherit!important;
    font-size: .68rem!important
  }
  html body.woocommerce-account .os-account-menu li a .os-nav-ico,
  html body.woocommerce-account nav.woocommerce-MyAccount-navigation li a .os-nav-ico {
    display: flex!important;
    color: var(--blue)!important
  }
  html body.woocommerce-account .os-account-menu li a .os-nav-ico svg,
  html body.woocommerce-account nav.woocommerce-MyAccount-navigation li a .os-nav-ico svg {
    width: 18px!important;
    height: 18px!important
  }
  html body.woocommerce-account .os-account-shell-content .os-dash-hello,
  html body.woocommerce-account .os-dash-hello {
    width: 100%!important;
    box-sizing: border-box!important;
    border-radius: 14px!important
  }
  html body.woocommerce-account .os-dash-grid {
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
    gap: .55rem!important
  }
}
.mag-pagination,
.mag-pagination .page-numbers,
.mag-pagination > ul,
body.archive .navigation.pagination,
body.archive .pagination,
body.archive .pagination .nav-links,
body.archive nav.navigation,
body.blog .navigation.pagination,
body.blog .pagination,
body.blog .pagination .nav-links,
body.blog nav.navigation,
body.search .navigation.pagination,
body.search .pagination,
body.search .pagination .nav-links,
body.search nav.navigation {
  background: 0 0!important;
  border: 0!important;
  box-shadow: none!important;
  outline: 0!important;
  padding: 0!important;
  margin-left: auto!important;
  margin-right: auto!important;
  border-radius: 0!important
}
body.archive .pagination,
body.blog .pagination,
body.search .pagination {
  margin-top: 1.1rem!important;
  display: flex!important;
  justify-content: center!important;
  width: auto!important;
  max-width: 100%!important
}
.mag-pagination .current,
.mag-pagination a,
.mag-pagination span.page-numbers,
body.archive .page-numbers,
body.blog .page-numbers,
body.search .page-numbers {
  background: var(--panel)!important;
  border: 1px solid var(--line)!important;
  border-radius: .7rem!important;
  box-shadow: none!important
}
html body.woocommerce-account #site-header,
html body.woocommerce-account .site-header,
html body.woocommerce-account header.site-header,
html body.woocommerce-cart #site-header,
html body.woocommerce-cart .site-header,
html body.woocommerce-cart header.site-header,
html body.woocommerce-checkout #site-header,
html body.woocommerce-checkout .site-header,
html body.woocommerce-checkout header.site-header {
  display: block!important;
  visibility: visible!important;
  opacity: 1!important;
  height: auto!important;
  min-height: 52px!important;
  max-height: none!important;
  overflow: visible!important;
  position: sticky!important;
  top: 0!important;
  z-index: 300!important;
  width: 100%!important;
  max-width: 100%!important;
  background: var(--panel,#fff)!important;
  border-bottom: 1px solid var(--line,#e5eaf2)!important;
  transform: none!important;
  clip: auto!important;
  clip-path: none!important;
  pointer-events: auto!important;
  margin: 0!important;
  padding: 0!important
}
html body.woocommerce-account .site-header .header-in,
html body.woocommerce-cart .header-in,
html body.woocommerce-cart .site-header .header-in,
html body.woocommerce-checkout .header-in,
html body.woocommerce-checkout .site-header .header-in {
  display: flex!important;
  visibility: visible!important;
  opacity: 1!important;
  align-items: center!important;
  min-height: 52px!important;
  width: 100%!important;
  box-sizing: border-box!important
}
html body.woocommerce-cart .site-header .brand,
html body.woocommerce-cart .site-header .header-cta,
html body.woocommerce-checkout .site-header .brand,
html body.woocommerce-checkout .site-header .header-cta {
  display: flex!important;
  visibility: visible!important;
  opacity: 1!important
}
html.admin-bar body.woocommerce-cart .site-header,
html.admin-bar body.woocommerce-checkout .site-header {
  top: 32px!important
}
@media (max-width:782px) {
  html.admin-bar body.woocommerce-cart .site-header,
  html.admin-bar body.woocommerce-checkout .site-header {
    top: 46px!important
  }
}
.sb-search button svg,
.shop-sidebar svg,
body.post-type-archive-product .sb-search button svg,
body.tax-product_cat .sb-search button svg,
body.woocommerce-shop .sb-search button svg {
  width: 16px!important;
  height: 16px!important;
  max-width: 24px!important;
  max-height: 24px!important
}
.woocommerce .woocommerce-info,
.woocommerce-info,
.woocommerce-no-products-found {
  max-width: 100%!important;
  overflow: hidden!important
}
.os-empty-state svg,
.woocommerce-info svg,
.woocommerce-no-products-found svg {
  width: 48px!important;
  height: 48px!important;
  max-width: 64px!important;
  max-height: 64px!important
}
@media (max-width:767px) {
  html body.woocommerce-account .os-account-shell,
  html body.woocommerce-account .woocommerce,
  html body.woocommerce-account main .woocommerce {
    display: flex!important;
    flex-direction: column!important;
    grid-template-columns: none!important;
    grid-template-rows: none!important;
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    gap: .75rem!important;
    margin: 0!important;
    padding: 0 12px!important;
    box-sizing: border-box!important;
    float: none!important
  }
  html body.woocommerce-account .os-account-shell-content,
  html body.woocommerce-account .os-account-shell-nav,
  html body.woocommerce-account .woocommerce-MyAccount-content,
  html body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    float: none!important;
    grid-column: auto!important;
    grid-row: auto!important;
    flex: 0 0 auto!important;
    position: static!important
  }
  html body.woocommerce-account .os-account-shell-nav,
  html body.woocommerce-account .woocommerce-MyAccount-navigation {
    order: 0!important
  }
  html body.woocommerce-account .os-account-shell-content,
  html body.woocommerce-account .woocommerce-MyAccount-content {
    order: 1!important
  }
  html body.woocommerce-account .os-account-side {
    position: static!important;
    width: 100%!important
  }
  html body.woocommerce-account .os-account-menu ul,
  html body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid!important;
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
    gap: 6px!important;
    flex-direction: unset!important;
    overflow: visible!important
  }
  html body.woocommerce-account .os-account-menu li a,
  html body.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
    justify-content: center!important;
    text-align: center!important;
    min-height: 56px!important;
    padding: 8px 4px!important;
    font-size: 11px!important;
    white-space: normal!important;
    gap: 4px!important
  }
  html body.woocommerce-account .os-nav-label {
    display: block!important;
    visibility: visible!important;
    opacity: 1!important
  }
}
html body.archive .nav-links,
html body.archive .navigation,
html body.archive .pagination,
html body.blog .mag-pagination,
html body.blog .mag-pagination ul,
html body.blog .nav-links,
html body.blog .navigation,
html body.blog .pagination,
html body.search .nav-links,
html body.search .navigation,
html body.search .pagination {
  background: 0 0!important;
  border: none!important;
  box-shadow: none!important;
  padding: 0!important;
  border-radius: 0!important
}
html body.woocommerce-cart #site-header.site-header,
html body.woocommerce-cart header#site-header,
html body.woocommerce-checkout #site-header.site-header,
html body.woocommerce-checkout header#site-header {
  display: block!important;
  visibility: visible!important;
  opacity: 1!important;
  height: auto!important;
  min-height: 52px!important;
  position: sticky!important;
  top: 0!important;
  z-index: 999!important;
  background: var(--panel,#fff)!important;
  border-bottom: 1px solid var(--line,#e5eaf2)!important;
  width: 100%!important;
  transform: none!important;
  pointer-events: auto!important
}
html body.woocommerce-cart #site-header .header-in,
html body.woocommerce-checkout #site-header .header-in {
  display: flex!important;
  display: flex!important;
  visibility: visible!important;
  opacity: 1!important;
  align-items: center!important;
  min-height: 56px!important;
  gap: .75rem!important;
  width: 100%!important;
  box-sizing: border-box!important
}
html body.woocommerce-cart #site-header .brand,
html body.woocommerce-checkout #site-header .brand {
  display: flex!important
}
.sb-search button svg,
.shop-sidebar svg,
.woocommerce-no-products-found svg {
  width: 18px!important;
  height: 18px!important;
  max-width: 48px!important;
  max-height: 48px!important
}
.mag-pagination .current,
.mag-pagination span.current,
.mag-pagination span.page-numbers.current,
html body.archive .page-numbers.current,
html body.archive .pagination .current,
html body.archive span.page-numbers.current,
html body.blog .page-numbers.current,
html body.blog .pagination .current,
html body.blog span.page-numbers.current,
html body.search .page-numbers.current,
html body.search .pagination .current,
html body.search span.page-numbers.current {
  background: var(--blue,#1f6fe0)!important;
  background-color: var(--blue,#1f6fe0)!important;
  color: #fff!important;
  border-color: var(--blue,#1f6fe0)!important;
  box-shadow: 0 10px 22px -12px rgba(31,111,224,.65)!important
}
html body.woocommerce-cart #site-header,
html body.woocommerce-cart header.site-header,
html body.woocommerce-checkout #site-header,
html body.woocommerce-checkout header.site-header {
  display: block!important;
  visibility: visible!important;
  opacity: 1!important;
  height: auto!important;
  min-height: 56px!important;
  max-height: none!important;
  overflow: visible!important;
  position: sticky!important;
  top: 0!important;
  z-index: 10000!important;
  width: 100%!important;
  background: var(--panel,#fff)!important;
  border-bottom: 1px solid var(--line,#e5eaf2)!important;
  transform: none!important;
  margin: 0!important;
  padding: 0!important;
  pointer-events: auto!important;
  clip: auto!important;
  clip-path: none!important
}
html body.woocommerce-cart #site-header .brand,
html body.woocommerce-cart #site-header .brand-name,
html body.woocommerce-cart #site-header .header-cta,
html body.woocommerce-checkout #site-header .brand,
html body.woocommerce-checkout #site-header .brand-name,
html body.woocommerce-checkout #site-header .header-cta {
  display: flex!important;
  visibility: visible!important;
  opacity: 1!important
}
html.admin-bar body.woocommerce-cart #site-header,
html.admin-bar body.woocommerce-checkout #site-header {
  top: 32px!important
}
.mag-pagination,
html body.archive .mag-pagination,
html body.archive .pagination,
html body.blog .mag-pagination,
html body.blog .pagination,
html body.search .pagination {
  margin-bottom: 2.25rem!important;
  margin-top: 1.5rem!important;
  padding-bottom: .25rem!important
}
html body.archive .mag-layout,
html body.blog .mag-layout {
  row-gap: 1.5rem!important
}
@media (max-width:767px) {
  .mag-pagination,
  html body.archive .pagination,
  html body.blog .pagination,
  html body.search .pagination {
    margin-bottom: 1.75rem!important
  }
  .mag-side-card,
  html body.archive .mag-side,
  html body.blog .mag-side {
    margin-top: .5rem!important
  }
}
.os-pv-gallery .woocommerce-product-gallery__trigger,
.pswp,
.pswp__bg,
.woocommerce-product-gallery__trigger,
a.woocommerce-product-gallery__trigger,
body.single-product .woocommerce-product-gallery__trigger {
  display: none!important;
  visibility: hidden!important;
  opacity: 0!important;
  pointer-events: none!important;
  width: 0!important;
  height: 0!important;
  overflow: hidden!important
}
html body #site-header,
html body .site-header,
html body.woocommerce-account #site-header,
html body.woocommerce-cart #site-header,
html body.woocommerce-checkout #site-header {
  position: sticky!important;
  top: 0!important;
  z-index: 10000!important;
  display: block!important;
  visibility: visible!important;
  opacity: 1!important;
  height: auto!important;
  min-height: 56px!important;
  width: 100%!important;
  background: var(--panel,#fff)!important;
  border-bottom: 1px solid var(--line,#e5eaf2)!important;
  transform: none!important;
  margin: 0!important;
  pointer-events: auto!important
}
html body #site-header .header-in,
html body .site-header .header-in {
  display: flex!important;
  visibility: visible!important;
  align-items: center!important;
  min-height: 56px!important
}
html body #site-header .brand,
html body .site-header .brand {
  display: flex!important;
  visibility: visible!important;
  opacity: 1!important
}
#page,
.site,
.woocommerce-page,
body,
html,
main {
  overflow: visible!important
}
html body.woocommerce-cart,
html body.woocommerce-checkout {
  overflow-x: clip!important;
  overflow-y: visible!important
}
html.admin-bar body #site-header,
html.admin-bar body .site-header {
  top: 32px!important
}
@media screen and (max-width:782px) {
  html.admin-bar body #site-header,
  html.admin-bar body .site-header,
  html.admin-bar body.woocommerce-cart #site-header,
  html.admin-bar body.woocommerce-checkout #site-header {
    top: 46px!important
  }
}
.site-footer h4 {
  font-size: 1.34rem!important
}
.site-footer ul a,
.site-footer ul li {
  font-size: .94rem!important
}
.footer-about p {
  font-size: .9rem!important
}
@media (min-width:1024px) {
  .woocommerce-cart table.cart .product-remove {
    width: 24px!important;
    min-width: 24px!important;
    max-width: 24px!important;
    padding-inline: 1px!important
  }
  .woocommerce-cart .product-remove a {
    font-size: 14px!important;
    width: 20px!important;
    height: 20px!important;
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important
  }
  .woocommerce-cart .coupon .button {
    min-width: 138px!important;
    padding-inline: 1.15rem!important
  }
}
.woocommerce-cart .site-header .brand,
.woocommerce-checkout .site-header .brand {
  white-space: nowrap!important;
  min-width: max-content!important
}
.woocommerce-cart .site-header .brand-name,
.woocommerce-checkout .site-header .brand-name {
  white-space: nowrap!important;
  display: block!important
}
.woocommerce-cart .site-header .brand-name small,
.woocommerce-checkout .site-header .brand-name small {
  display: block!important;
  white-space: nowrap!important;
  line-height: 1!important
}
.os-project-licenses {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  align-items: center
}
.os-project-licenses strong {
  width: 100%;
  font-size: .86rem
}
.os-project-licenses .btn {
  font-size: .78rem;
  padding: .45rem .8rem
}
#pricing .plans-carousel {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: visible
}
#pricing .plans-viewport {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: visible;
  box-sizing: border-box;
  direction: ltr;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scrollbar-width: none
}
#pricing .plans-viewport::-webkit-scrollbar {
  display: none
}
#pricing .plans-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 1.2rem;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 1rem 0 0;
  box-sizing: border-box;
  direction: ltr;
  transform: none!important;
  transition: none!important
}
#pricing .plans-track > .plan {
  flex: 0 0 var(--plan-card-width);
  width: var(--plan-card-width);
  min-width: var(--plan-card-width);
  max-width: var(--plan-card-width);
  margin: 0;
  box-sizing: border-box;
  direction: rtl;
  scroll-snap-align: start;
  scroll-snap-stop: always
}
#pricing .plan-badges {
  direction: rtl;
  right: 1.3rem!important;
  left: auto!important;
  inset-inline-end: auto!important;
  inset-inline-start: auto!important;
  justify-content: flex-start!important
}
#pricing .plans-controls {
  width: 100%;
  display: flex!important;
  flex-direction: row!important;
  flex-wrap: nowrap!important;
  align-items: center!important;
  justify-content: center!important;
  gap: 8px!important;
  margin: 14px auto 0!important;
  padding: 0!important;
  position: static!important;
  direction: ltr!important;
  box-sizing: border-box
}
#pricing #plan-next,
#pricing #plan-prev,
#pricing .plans-controls .plan-nav {
  position: static!important;
  inset: auto!important;
  float: none!important;
  order: initial!important;
  flex: 0 0 42px!important;
  width: 42px!important;
  min-width: 42px!important;
  max-width: 42px!important;
  height: 42px!important;
  min-height: 42px!important;
  max-height: 42px!important;
  margin: 0!important;
  padding: 0!important;
  display: grid!important;
  place-items: center!important;
  border-radius: 50%!important;
  transform: none!important
}
#pricing .plans-controls .plan-nav:hover {
  transform: scale(1.05)!important
}
#pricing .plans-controls .plan-nav:disabled {
  opacity: .35!important;
  cursor: not-allowed!important
}
#pricing .plan-note,
#pricing .plans-counter {
  display: none!important
}
@media(min-width:1024px) {
  #pricing .plans-track {
    gap: 1.2rem!important
  }
}
@media(max-width:1023px) and (min-width:768px) {
  #pricing .plans-track {
    gap: 1rem!important
  }
}
@media(max-width:767px) {
  #pricing .plans-carousel,
  #pricing .plans-viewport {
    width: 100%!important;
    max-width: 100%!important;
    padding: 0!important
  }
  #pricing .plans-track {
    gap: 0!important;
    padding: 1rem 0 0!important;
    width: max-content!important;
    min-width: 100%!important
  }
  #pricing .plans-track > .plan {
    padding: 1.5rem 1.2rem!important;
    border-radius: 1rem!important
  }
  #pricing .plans-controls {
    margin-top: 14px!important
  }
  #pricing #plan-next,
  #pricing #plan-prev,
  #pricing .plans-controls .plan-nav {
    flex-basis: 40px!important;
    width: 40px!important;
    min-width: 40px!important;
    max-width: 40px!important;
    height: 40px!important;
    min-height: 40px!important
  }
}
@media (min-width:1024px) {
  html body.woocommerce-cart table.cart td.product-remove,
  html body.woocommerce-cart table.cart th.product-remove,
  html body.woocommerce-cart table.shop_table.cart td.product-remove,
  html body.woocommerce-cart table.shop_table.cart th.product-remove {
    width: 20px!important;
    min-width: 20px!important;
    max-width: 20px!important;
    padding: 1px 0!important;
    white-space: nowrap!important;
    font-size: 0!important
  }
  html body.woocommerce-cart table.cart td.product-remove a.remove,
  html body.woocommerce-cart table.shop_table.cart td.product-remove a.remove {
    display: inline-flex!important;
    width: 18px!important;
    min-width: 18px!important;
    max-width: 18px!important;
    height: 18px!important;
    min-height: 18px!important;
    max-height: 18px!important;
    margin: 0!important;
    padding: 0!important;
    font-size: 12px!important;
    line-height: 18px!important;
    align-items: center!important;
    justify-content: center!important
  }
}
html body.woocommerce-checkout #os-checkout-notices-top {
  scroll-margin-top: 0!important
}
@media (max-width:767px) {
  #contact .contact-grid,
  #faq .faq-grid,
  #testimonials .tst-layout,
  .req-grid,
  body.page-template-page-request .req-grid {
    display: grid!important;
    grid-template-columns: minmax(0,1fr)!important;
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    gap: 16px!important
  }
  #contact .contact-grid > div,
  #faq .faq-grid > div,
  #testimonials .tst-aside,
  #testimonials .tst-wrap,
  .req-grid > .req-card,
  .req-grid > .req-side {
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    box-sizing: border-box!important
  }
  #testimonials .tst-slide {
    padding: 1.25rem 1rem!important;
    border-radius: 1rem!important
  }
  #testimonials .tst-slide p {
    font-size: .95rem!important;
    line-height: 2!important
  }
  #testimonials .tst-who {
    gap: .7rem!important
  }
  #testimonials .tst-av {
    width: 2.7rem!important;
    height: 2.7rem!important;
    font-size: 1.05rem!important
  }
  #testimonials .tst-who b {
    font-size: .92rem!important
  }
  #testimonials .tst-who small {
    font-size: .68rem!important
  }
  #testimonials .tst-stars {
    font-size: .9rem!important
  }
  #testimonials .tst-nav {
    gap: .7rem!important;
    margin-top: 1rem!important;
    align-items: center!important
  }
  #testimonials .tst-arrows {
    margin-inline-start: auto!important;
    display: flex!important;
    gap: .45rem!important
  }
  #testimonials .tst-arrows button {
    width: 2.45rem!important;
    height: 2.45rem!important
  }
  #testimonials .tst-aside-card {
    padding: 1.15rem!important;
    border-radius: 1rem!important
  }
  #testimonials .tst-aside-card > strong {
    font-size: 1.2rem!important
  }
  #testimonials .tst-aside-card > p {
    font-size: .75rem!important;
    line-height: 1.9!important
  }
  #faq .faq-grid {
    gap: 12px!important
  }
  #faq .faq-q {
    padding: 1rem .35rem!important;
    gap: .75rem!important
  }
  #faq .faq-q .qt {
    font-size: 1rem!important;
    line-height: 1.8!important
  }
  #faq .faq-plus {
    width: 2rem!important;
    height: 2rem!important;
    flex: 0 0 2rem!important
  }
  #faq .faq-a p {
    font-size: .78rem!important;
    line-height: 2!important;
    padding: 0 .35rem 1.1rem!important
  }
  #faq .stack-sticky > a {
    margin-top: 1rem!important
  }
  #contact .contact-grid {
    gap: 14px!important
  }
  #contact .contact-list {
    margin-top: 1.2rem!important;
    gap: .55rem!important
  }
  #contact .contact-item {
    padding: .75rem .85rem!important;
    border-radius: .85rem!important;
    gap: .7rem!important
  }
  #contact .contact-item .ic {
    width: 2.45rem!important;
    height: 2.45rem!important;
    border-radius: .7rem!important
  }
  #contact .contact-item b {
    font-size: .82rem!important
  }
  #contact .contact-item small {
    font-size: .62rem!important
  }
  #contact .contact-form {
    padding: 1.1rem .9rem!important;
    border-radius: 1rem!important
  }
  .req-card,
  body.page-template-page-request .req-card {
    padding: 1.05rem .9rem!important;
    border-radius: 1rem!important
  }
  .req-side,
  body.page-template-page-request .req-side {
    position: static!important
  }
  .req-steps {
    gap: .35rem!important;
    margin-bottom: 1.25rem!important
  }
  .req-step {
    font-size: .68rem!important;
    gap: .35rem!important
  }
  .req-step i {
    width: 2rem!important;
    height: 2rem!important;
    font-size: .85rem!important
  }
  .req-type b {
    font-size: 1rem!important
  }
  .req-type small {
    font-size: .66rem!important
  }
  .req-nav {
    gap: .6rem!important
  }
  .req-nav .btn {
    font-size: 12px!important;
    min-height: 40px!important
  }
  .btn,
  .woocommerce a.button,
  .woocommerce button.button,
  a.button,
  button.button,
  input[type=button],
  input[type=submit] {
    font-size: 13px!important;
    min-height: 40px!important
  }
  body.single-product .os-pv-hero,
  body.single-product .os-pv-layout {
    display: grid!important;
    grid-template-columns: minmax(0,1fr)!important;
    gap: 14px!important;
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important
  }
  body.single-product .os-pv-copy,
  body.single-product .os-pv-gallery-wrap,
  body.single-product .os-pv-main,
  body.single-product .os-pv-side {
    width: 100%!important;
    max-width: 100%!important;
    min-width: 0!important;
    order: initial!important
  }
  body.single-product .os-pv-title {
    font-size: clamp(1.65rem,7vw,2.25rem)!important;
    line-height: 1.5!important
  }
  body.single-product .os-pv-short {
    font-size: .86rem!important;
    line-height: 2!important
  }
  body.single-product .os-pv-mini-facts {
    grid-template-columns: 1fr!important;
    gap: 7px!important
  }
  body.single-product .os-pv-trustbar {
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
    margin-bottom: 1.1rem!important
  }
  body.single-product .os-pv-trustbar > div {
    padding: .7rem!important;
    gap: .55rem!important
  }
  body.single-product .os-pv-trustbar b {
    font-size: .7rem!important
  }
  body.single-product .os-pv-trustbar small {
    font-size: .58rem!important
  }
  body.single-product .os-pv-gallery {
    padding: .45rem!important;
    border-radius: 1rem!important
  }
  body.single-product .os-pv-gallery .flex-viewport {
    aspect-ratio: 1/1!important
  }
  body.single-product .os-pv-gallery .woocommerce-product-gallery__image {
    height: auto!important
  }
  body.single-product .os-pv-gallery .woocommerce-product-gallery__image img {
    height: auto!important;
    max-height: 26rem!important;
    object-fit: contain!important
  }
  body.single-product .os-pv-card {
    padding: 1.1rem .9rem!important;
    border-radius: 1rem!important
  }
  body.single-product .os-pv-feature-grid {
    grid-template-columns: 1fr!important
  }
  body.single-product .os-pv-feature {
    grid-template-columns: 2rem minmax(0,1fr) auto!important;
    padding: .8rem!important
  }
  body.single-product .os-pv-description {
    font-size: .84rem!important;
    line-height: 2.1!important
  }
  body.single-product .os-pv-side {
    position: static!important
  }
  body.single-product .os-pv-related-grid {
    grid-template-columns: repeat(2,minmax(0,1fr))!important;
    gap: 8px!important
  }
  body.woocommerce-cart table.shop_table tr.cart_item {
    display: grid!important;
    grid-template-columns: 62px minmax(0,1fr)!important;
    column-gap: 9px!important;
    row-gap: 3px!important;
    align-items: start!important
  }
  body.woocommerce-cart table.shop_table tr.cart_item td.product-thumbnail {
    display: block!important;
    grid-column: 1!important;
    grid-row: 1!important;
    width: 62px!important;
    margin: 0!important;
    padding: 0!important
  }
  body.woocommerce-cart table.shop_table tr.cart_item td.product-name {
    display: block!important;
    grid-column: 2!important;
    grid-row: 1!important;
    width: auto!important;
    min-width: 0!important;
    margin: 0!important;
    padding: 2px 22px 0 0!important;
    text-align: start!important
  }
  body.woocommerce-cart table.shop_table tr.cart_item td.product-price,
  body.woocommerce-cart table.shop_table tr.cart_item td.product-quantity,
  body.woocommerce-cart table.shop_table tr.cart_item td.product-subtotal {
    grid-column: 1/-1!important;
    width: 100%!important
  }
  body.woocommerce-cart table.shop_table tr.cart_item td.product-remove {
    z-index: 3!important;
    grid-column: 2!important;
    grid-row: 1!important;
    justify-self: end!important;
    position: relative!important;
    top: auto!important;
    inset-inline-end: auto!important;
    margin: 0!important
  }
}
@media (min-width:768px) {
  body.single-product .os-pv-gallery .woocommerce-product-gallery__wrapper {
    height: auto!important
  }
  body.single-product .os-pv-gallery .flex-viewport,
  body.single-product .os-pv-gallery .woocommerce-product-gallery__image {
    height: auto!important;
    min-height: 0!important
  }
  body.single-product .os-pv-gallery .woocommerce-product-gallery__image img {
    height: auto!important;
    max-height: 32rem!important;
    object-fit: contain!important
  }
  body.single-product .os-pv-gallery .flexslider .slides > li {
    float: left!important;
    width: 100%!important;
    margin: 0!important
  }
}
@media (min-width:1024px) {
  html body.woocommerce-cart table.cart td.product-remove,
  html body.woocommerce-cart table.cart th.product-remove,
  html body.woocommerce-cart table.shop_table.cart td.product-remove,
  html body.woocommerce-cart table.shop_table.cart th.product-remove {
    width: 24px!important;
    min-width: 24px!important;
    max-width: 24px!important;
    inline-size: 24px!important;
    padding: 2px 0!important;
    overflow: hidden!important;
    white-space: nowrap!important
  }
  html body.woocommerce-cart table.cart td.product-remove a.remove {
    width: 18px!important;
    min-width: 18px!important;
    max-width: 18px!important;
    height: 18px!important;
    min-height: 18px!important;
    max-height: 18px!important;
    margin: 0 auto!important;
    padding: 0!important;
    font-size: 12px!important;
    line-height: 18px!important
  }
}
html body.woocommerce-checkout {
  scroll-behavior: auto!important
}
body.woocommerce-checkout .os-checkout-notices-page,
body.woocommerce-checkout .os-checkout-notices-top {
  width: 100%!important;
  max-width: 100%!important;
  min-width: 0!important;
  margin-inline: 0!important;
  padding-inline: 0!important;
  box-sizing: border-box!important;
  overflow: hidden!important
}
body.woocommerce-checkout .os-checkout-notices-top .woocommerce-error,
body.woocommerce-checkout .os-checkout-notices-top .woocommerce-info,
body.woocommerce-checkout .os-checkout-notices-top .woocommerce-message {
  width: 100%!important;
  max-width: 100%!important;
  min-width: 0!important;
  box-sizing: border-box!important
}
@media (max-width:767px) {
  body.woocommerce-account .os-account-shell-content .u-columns.woocommerce-Address,
  body.woocommerce-account .os-account-shell-content .u-columns.woocommerce-Addresses,
  body.woocommerce-account .woocommerce-Address.u-columns,
  body.woocommerce-account .woocommerce-Addresses.u-columns {
    display: grid!important;
    grid-template-columns: minmax(0,1fr)!important;
    gap: 12px!important;
    width: 100%!important;
    max-width: 100%!important
  }
  body.woocommerce-account .os-account-shell-content .u-columns.woocommerce-Address > div,
  body.woocommerce-account .os-account-shell-content .u-columns.woocommerce-Addresses > div {
    width: 100%!important;
    min-width: 0!important;
    float: none!important
  }
  #blog .os-mobile-carousel-controls {
    width: 100%!important;
    display: flex!important;
    flex-direction: row!important;
    flex-wrap: nowrap!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 8px!important;
    margin: 12px auto 0!important;
    padding: 0!important;
    direction: ltr!important;
    box-sizing: border-box!important
  }
  #blog .os-mobile-carousel-controls button {
    appearance: none!important;
    -webkit-appearance: none!important;
    display: grid!important;
    place-items: center!important;
    flex: 0 0 40px!important;
    width: 40px!important;
    min-width: 40px!important;
    max-width: 40px!important;
    height: 40px!important;
    min-height: 40px!important;
    max-height: 40px!important;
    margin: 0!important;
    padding: 0!important;
    border: 1px solid var(--line)!important;
    border-radius: 50%!important;
    background: var(--panel)!important;
    color: var(--blue)!important;
    font-family: inherit!important;
    font-size: 26px!important;
    font-weight: 700!important;
    line-height: 1!important;
    cursor: pointer!important;
    box-sizing: border-box!important;
    box-shadow: var(--shadow-s)!important
  }
  #blog .os-mobile-carousel-controls button:hover {
    background: var(--blue)!important;
    border-color: var(--blue)!important;
    color: #fff!important;
    transform: translateY(-1px)!important
  }
  #blog .os-mobile-carousel-controls button:active {
    transform: translateY(0)!important
  }
}
@media (min-width:768px) {
  #pricing .plan-badges {
    right: 1.3rem!important;
    left: auto!important;
    inset-inline-start: auto!important;
    inset-inline-end: auto!important;
    justify-content: flex-start!important;
    direction: rtl!important
  }
}
@media (max-width:767px) {
  body.woocommerce-cart table.shop_table tr.cart_item {
    display: grid!important;
    grid-template-columns: 62px minmax(0,1fr)!important;
    column-gap: 9px!important;
    row-gap: 3px!important;
    align-items: start!important
  }
  body.woocommerce-cart table.shop_table tr.cart_item td.product-thumbnail {
    display: block!important;
    grid-column: 1!important;
    grid-row: 1!important;
    width: 62px!important;
    min-width: 62px!important;
    margin: 0!important;
    padding: 0!important
  }
  body.woocommerce-cart table.shop_table tr.cart_item td.product-thumbnail img {
    display: block!important;
    width: 62px!important;
    height: 62px!important;
    max-width: 62px!important;
    object-fit: cover!important
  }
  body.woocommerce-cart table.shop_table tr.cart_item td.product-name {
    display: block!important;
    grid-column: 2!important;
    grid-row: 1!important;
    width: auto!important;
    min-width: 0!important;
    margin: 0!important;
    padding: 2px 22px 0 0!important;
    text-align: start!important;
    box-sizing: border-box!important
  }
  body.woocommerce-cart table.shop_table tr.cart_item td.product-price,
  body.woocommerce-cart table.shop_table tr.cart_item td.product-quantity,
  body.woocommerce-cart table.shop_table tr.cart_item td.product-subtotal {
    grid-column: 1/-1!important;
    width: 100%!important
  }
  body.woocommerce-cart table.shop_table tr.cart_item td.product-remove {
    z-index: 3!important;
    grid-column: 2!important;
    grid-row: 1!important;
    justify-self: end!important;
    position: relative!important;
    top: auto!important;
    inset-inline-end: auto!important;
    margin: 0!important;
    padding: 0!important
  }
}
@media (min-width:1024px) {
  html body.woocommerce-cart table.cart,
  html body.woocommerce-cart table.shop_table.cart {
    table-layout: auto!important
  }
  html body.woocommerce-cart table.cart td.product-remove,
  html body.woocommerce-cart table.cart th.product-remove,
  html body.woocommerce-cart table.shop_table.cart td.product-remove,
  html body.woocommerce-cart table.shop_table.cart th.product-remove {
    width: 24px!important;
    min-width: 24px!important;
    max-width: 24px!important;
    inline-size: 24px!important;
    padding: 2px 0!important;
    white-space: nowrap!important;
    overflow: hidden!important
  }
  html body.woocommerce-cart table.cart td.product-remove a.remove,
  html body.woocommerce-cart table.shop_table.cart td.product-remove a.remove {
    width: 18px!important;
    min-width: 18px!important;
    max-width: 18px!important;
    height: 18px!important;
    min-height: 18px!important;
    max-height: 18px!important;
    margin: 0 auto!important;
    padding: 0!important;
    font-size: 12px!important;
    line-height: 18px!important
  }
  html body.woocommerce-checkout .os-checkout-notices-page,
  html body.woocommerce-checkout .os-checkout-notices-top,
  html body.woocommerce-checkout .woocommerce-form-coupon-toggle {
    width: 100%!important;
    max-width: 1320px!important;
    min-width: 0!important;
    box-sizing: border-box!important;
    margin-left: auto!important;
    margin-right: auto!important
  }
  html body.woocommerce-checkout .os-checkout-notices-page .woocommerce-error,
  html body.woocommerce-checkout .os-checkout-notices-page .woocommerce-info,
  html body.woocommerce-checkout .os-checkout-notices-page .woocommerce-message,
  html body.woocommerce-checkout .os-checkout-notices-top .woocommerce-error,
  html body.woocommerce-checkout .os-checkout-notices-top .woocommerce-info,
  html body.woocommerce-checkout .os-checkout-notices-top .woocommerce-message {
    width: 100%!important;
    max-width: 100%!important;
    box-sizing: border-box!important
  }
}
@media (min-width:768px) {
  html body #pricing .plans-track > .plan .plan-badges,
  html body.home #pricing .plans-track > .plan .plan-badges {
    position: absolute!important;
    top: -.95rem!important;
    right: 1.3rem!important;
    left: auto!important;
    inset-inline-start: auto!important;
    inset-inline-end: auto!important;
    width: max-content!important;
    max-width: calc(100% - 2.6rem)!important;
    display: flex!important;
    flex-direction: row!important;
    justify-content: flex-start!important;
    align-items: center!important;
    direction: rtl!important
  }
}
@media (max-width:767px) {
  .mobile-related-blog-carousel,
  body.single-post .mobile-related-blog-carousel {
    display: flex!important;
    flex-direction: row!important;
    flex-wrap: nowrap!important;
    gap: 9px!important;
    width: 100%!important;
    max-width: 100%!important;
    overflow-x: auto!important;
    overflow-y: hidden!important;
    padding: 2px 1px 4px!important;
    margin: 0!important;
    scroll-snap-type: x mandatory!important;
    -webkit-overflow-scrolling: touch!important;
    touch-action: pan-x!important;
    scrollbar-width: none!important;
    box-sizing: border-box!important
  }
  .mobile-related-blog-carousel::-webkit-scrollbar,
  .mobile-related-products-carousel::-webkit-scrollbar {
    display: none!important
  }
  .mobile-related-blog-carousel > .blog-card {
    flex: 0 0 calc((100% - 9px)/ 2)!important;
    width: calc((100% - 9px)/ 2)!important;
    min-width: calc((100% - 9px)/ 2)!important;
    max-width: calc((100% - 9px)/ 2)!important;
    margin: 0!important;
    scroll-snap-align: start!important
  }
  body.single-product .mobile-related-products-carousel {
    display: flex!important;
    flex-direction: row!important;
    flex-wrap: nowrap!important;
    gap: 8px!important;
    width: 100%!important;
    max-width: 100%!important;
    overflow-x: auto!important;
    overflow-y: hidden!important;
    padding: 2px 1px 4px!important;
    margin: 0!important;
    scroll-snap-type: x mandatory!important;
    -webkit-overflow-scrolling: touch!important;
    touch-action: pan-x!important;
    scrollbar-width: none!important;
    box-sizing: border-box!important
  }
  body.single-product .mobile-related-products-carousel > .os-pv-related-card {
    flex: 0 0 calc((100% - 8px)/ 2)!important;
    width: calc((100% - 8px)/ 2)!important;
    min-width: calc((100% - 8px)/ 2)!important;
    max-width: calc((100% - 8px)/ 2)!important;
    margin: 0!important;
    scroll-snap-align: start!important
  }
  .mobile-related-blog-carousel + .os-mobile-carousel-controls,
  .mobile-related-products-carousel + .os-mobile-carousel-controls {
    width: 100%!important;
    display: flex!important;
    flex-direction: row!important;
    flex-wrap: nowrap!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 8px!important;
    margin: 10px auto 0!important;
    padding: 0!important;
    direction: ltr!important;
    box-sizing: border-box!important
  }
  .mobile-related-blog-carousel + .os-mobile-carousel-controls button,
  .mobile-related-products-carousel + .os-mobile-carousel-controls button {
    appearance: none!important;
    -webkit-appearance: none!important;
    display: grid!important;
    place-items: center!important;
    flex: 0 0 40px!important;
    width: 40px!important;
    min-width: 40px!important;
    max-width: 40px!important;
    height: 40px!important;
    min-height: 40px!important;
    max-height: 40px!important;
    margin: 0!important;
    padding: 0!important;
    border: 1px solid var(--line)!important;
    border-radius: 50%!important;
    background: var(--panel)!important;
    color: var(--blue)!important;
    font-family: inherit!important;
    font-size: 27px!important;
    font-weight: 700!important;
    line-height: 1!important;
    box-shadow: var(--shadow-s)!important;
    box-sizing: border-box!important
  }
  body.woocommerce-cart .cart-collaterals {
    width: 100%!important;
    min-width: 0!important
  }
  body.woocommerce-cart .coupon {
    display: grid!important;
    grid-template-columns: minmax(0,1fr)!important;
    gap: 7px!important;
    width: 100%!important;
    margin: 0!important;
    padding: 0!important
  }
  body.woocommerce-cart .coupon .input-text,
  body.woocommerce-cart .coupon input[type=text],
  body.woocommerce-cart .coupon input[type=text].input-text {
    display: block!important;
    width: 100%!important;
    min-width: 0!important;
    max-width: 100%!important;
    height: 42px!important;
    box-sizing: border-box!important;
    margin: 0!important;
    border-radius: 10px!important;
    padding: 8px 11px!important;
    font-size: 12px!important
  }
  body.woocommerce-cart .coupon .button,
  body.woocommerce-cart .coupon button,
  body.woocommerce-cart .coupon input[type=submit] {
    display: flex!important;
    width: 100%!important;
    min-width: 100%!important;
    max-width: 100%!important;
    height: 42px!important;
    min-height: 42px!important;
    box-sizing: border-box!important;
    margin: 0!important;
    align-items: center!important;
    justify-content: center!important;
    border-radius: 10px!important;
    padding: 8px 14px!important;
    font-size: 12px!important;
    font-weight: 800!important
  }
  body.woocommerce-cart .cart_totals {
    width: calc(100% + 6px)!important;
    max-width: none!important;
    margin-inline: -3px!important;
    box-sizing: border-box!important
  }
  body.home,
  html {
    width: 100%!important;
    max-width: 100%!important;
    overflow-x: clip!important
  }
  body.home > .app-bar,
  body.home > .site-footer,
  body.home > .site-header,
  body.home > main {
    max-width: 100%!important
  }
  body.home .ticker {
    max-width: 100%!important;
    margin-inline: auto!important
  }
  body.home .hero,
  body.home .sec,
  body.home .wrap {
    min-width: 0!important;
    max-width: 100%!important;
    box-sizing: border-box!important
  }
}
.os-mobile-carousel-controls button svg {
  width: 18px!important;
  height: 18px!important;
  display: block!important;
  pointer-events: none!important
}
@media (min-width:768px) {
  #pricing .plans-track > .plan .plan-badges {
    position: absolute!important;
    top: -.95rem!important;
    right: 1.3rem!important;
    left: auto!important;
    inset-inline-start: auto!important;
    inset-inline-end: auto!important;
    justify-content: flex-start!important
  }
  #blog .os-mobile-carousel-controls {
    width: 100%!important;
    display: flex!important;
    flex-direction: row!important;
    flex-wrap: nowrap!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 10px!important;
    margin: 14px auto 0!important;
    padding: 0!important;
    direction: ltr!important;
    box-sizing: border-box!important
  }
  #blog .os-mobile-carousel-controls button {
    appearance: none!important;
    -webkit-appearance: none!important;
    display: grid!important;
    place-items: center!important;
    flex: 0 0 44px!important;
    width: 44px!important;
    min-width: 44px!important;
    max-width: 44px!important;
    height: 44px!important;
    min-height: 44px!important;
    max-height: 44px!important;
    margin: 0!important;
    padding: 0!important;
    border: 1px solid var(--line)!important;
    border-radius: 50%!important;
    background: var(--panel)!important;
    color: var(--blue)!important;
    font-family: inherit!important;
    font-size: 30px!important;
    font-weight: 700!important;
    line-height: 1!important;
    box-shadow: var(--shadow-s)!important;
    box-sizing: border-box!important;
    cursor: pointer!important
  }
  #blog .os-mobile-carousel-controls button:hover {
    border-color: var(--blue)!important;
    color: var(--blue)!important;
    transform: translateY(-2px)!important
  }
  html body #pricing .plans-track > .plan .plan-badges {
    inset-inline-start: auto!important;
    inset-inline-end: auto!important;
    width: calc(100% - 2.6rem)!important;
    display: flex!important;
    flex-direction: row!important;
    justify-content: flex-end!important;
    align-items: center!important;
    direction: ltr!important;
    pointer-events: none!important
  }
  html body #pricing .plans-track > .plan .plan-badges .plan-badge {
    flex: 0 0 auto!important
  }
  html body #pricing .plans-track > .plan .plan-badges {
    position: absolute!important;
    top: -.95rem!important;
    right: 1.3rem!important;
    left: auto!important;
    inset-inline-start: auto!important;
    inset-inline-end: auto!important;
    width: max-content!important;
    max-width: calc(100% - 2.6rem)!important;
    display: flex!important;
    flex-direction: row!important;
    justify-content: flex-start!important;
    align-items: center!important;
    direction: ltr!important;
    gap: .5rem!important
  }
}
.work-special {
  background: linear-gradient(135deg,#7c4dff,#b16cff)!important;
  color: #fff!important;
  box-shadow: 0 10px 22px -8px rgba(124,77,255,.55)!important
}
@media (min-width:1024px) {
  html body.woocommerce-checkout .os-checkout-notices-page,
  html body.woocommerce-checkout .os-checkout-notices-top,
  html body.woocommerce-checkout .woocommerce-form-coupon-toggle {
    width: 100%!important;
    max-width: none!important;
    min-width: 0!important;
    margin-left: 0!important;
    margin-right: 0!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout .os-checkout-notices-page .woocommerce-error,
  html body.woocommerce-checkout .os-checkout-notices-page .woocommerce-info,
  html body.woocommerce-checkout .os-checkout-notices-page .woocommerce-message,
  html body.woocommerce-checkout .os-checkout-notices-top .woocommerce-error,
  html body.woocommerce-checkout .os-checkout-notices-top .woocommerce-info,
  html body.woocommerce-checkout .os-checkout-notices-top .woocommerce-message {
    box-sizing: border-box!important;
    width: 100%!important;
    max-width: 100%!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout > main .woocommerce > .os-checkout-notices-page,
  html body.woocommerce-checkout > main .woocommerce > .os-checkout-notices-top,
  html body.woocommerce-checkout > main .woocommerce > .woocommerce-form-coupon-toggle {
    box-sizing: border-box!important;
    width: 100%!important;
    max-width: min(1440px,100%)!important;
    min-width: 0!important;
    margin-left: auto!important;
    margin-right: auto!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout > main .woocommerce > .os-checkout-notices-page .woocommerce-error,
  html body.woocommerce-checkout > main .woocommerce > .os-checkout-notices-page .woocommerce-info,
  html body.woocommerce-checkout > main .woocommerce > .os-checkout-notices-page .woocommerce-message,
  html body.woocommerce-checkout > main .woocommerce > .os-checkout-notices-top .woocommerce-error,
  html body.woocommerce-checkout > main .woocommerce > .os-checkout-notices-top .woocommerce-info,
  html body.woocommerce-checkout > main .woocommerce > .os-checkout-notices-top .woocommerce-message {
    width: 100%!important;
    max-width: 100%!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout .os-checkout-notices-page,
  html body.woocommerce-checkout .os-checkout-notices-top {
    width: 100%!important;
    max-width: 1120px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    padding: 0!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout #payment ul.payment_methods,
  html body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
    list-style: none!important
  }
  html body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method::before,
  html body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method::marker {
    content: none!important;
    display: none!important
  }
}
@media (max-width:767px) {
  #blog .mobile-home-blog-carousel,
  #pricing .plans-viewport,
  .mobile-related-blog-carousel,
  .mobile-related-products-carousel,
  body.single-product .os-pv-tabs,
  body.woocommerce-account .os-account-orders,
  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    -webkit-overflow-scrolling: touch!important;
    overscroll-behavior-x: contain!important
  }
  #services .svc-tabs {
    row-gap: 13px!important;
    row-gap: 14px!important;
    column-gap: 0!important
  }
  #pricing .plans-controls .plan-nav,
  .os-mobile-carousel-controls button {
    display: grid!important;
    place-items: center!important;
    line-height: 1!important;
    box-sizing: border-box!important;
    width: 42px!important;
    min-width: 42px!important;
    max-width: 42px!important;
    height: 42px!important;
    min-height: 42px!important;
    max-height: 42px!important;
    border-radius: 50%!important;
    display: grid!important;
    place-items: center!important;
    padding: 0!important;
    box-sizing: border-box!important
  }
  #blog .mobile-home-blog-carousel,
  #pricing .plans-viewport,
  .ed-body,
  .mobile-related-blog-carousel,
  .mobile-related-products-carousel,
  body.single-product .os-pv-tabs,
  body.woocommerce-account .os-account-orders,
  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    -webkit-overflow-scrolling: touch!important;
    overscroll-behavior-x: contain!important
  }
  .os-mobile-carousel-controls button svg {
    width: 18px!important;
    height: 18px!important;
    display: block!important
  }
  html body.admin-bar.woocommerce-checkout .site-header {
    top: 46px!important
  }
  html body.woocommerce-checkout .shop-wrap,
  html body.woocommerce-checkout .woocommerce,
  html body.woocommerce-checkout main.woocommerce-page > .shop-wrap {
    padding-left: 14px!important;
    padding-right: 14px!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout form.checkout,
  html body.woocommerce-checkout form.checkout #customer_details,
  html body.woocommerce-checkout form.checkout #order_review {
    max-width: 100%!important;
    min-width: 0!important;
    box-sizing: border-box!important
  }
  html body.woocommerce-checkout #payment ul.payment_methods,
  html body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
    list-style: none!important
  }
  html body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method::before,
  html body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method::marker {
    content: none!important;
    display: none!important
  }
}
.post-nav .post-navigation {
  display: flex!important;
  flex: 1 1 auto!important;
  width: 100%!important;
  min-width: 0!important;
  flex-direction: row!important;
  flex-wrap: nowrap!important;
  align-items: center!important;
  justify-content: space-between!important;
  gap: 10px!important;
  direction: ltr!important;
  grid-column: 1!important
}
.post-nav .post-navigation .nav-next,
.post-nav .post-navigation .nav-previous {
  flex: 1 1 0!important;
  min-width: 0!important;
  margin: 0!important
}
.post-nav .post-navigation a {
  display: flex!important;
  width: 100%!important;
  min-height: 44px!important;
  align-items: center!important;
  justify-content: center!important;
  gap: 8px!important;
  box-sizing: border-box!important;
  white-space: nowrap!important;
  overflow: hidden!important;
  border: 1px solid var(--line)!important;
  border-radius: 50px!important;
  background: var(--panel)!important;
  color: var(--blue)!important;
  padding: .55rem .9rem!important;
  font-size: .82rem!important;
  font-weight: 800!important;
  box-shadow: var(--shadow-s)!important
}
.post-nav .post-navigation a:hover {
  border-color: var(--blue)!important;
  transform: translateY(-1px)!important
}
.post-nav .post-navigation a svg {
  width: 18px!important;
  height: 18px!important;
  flex: 0 0 18px!important;
  display: block!important
}
.post-nav .post-all-link {
  flex: 0 0 auto!important;
  min-height: 44px!important
}
#blog .os-mobile-carousel-controls button,
#pricing .plans-controls .plan-nav,
#tst-next,
#tst-prev,
.mobile-related-blog-carousel + .os-mobile-carousel-controls button,
.mobile-related-products-carousel + .os-mobile-carousel-controls button {
  appearance: none!important;
  -webkit-appearance: none!important;
  width: 44px!important;
  min-width: 44px!important;
  max-width: 44px!important;
  height: 44px!important;
  min-height: 44px!important;
  max-height: 44px!important;
  padding: 0!important;
  margin: 0!important;
  border-radius: 50%!important;
  display: grid!important;
  place-items: center!important;
  box-sizing: border-box!important;
  line-height: 1!important;
  font-size: 0!important
}
#blog .os-mobile-carousel-controls button svg,
#pricing .plans-controls .plan-nav svg,
#tst-next svg,
#tst-prev svg,
.mobile-related-blog-carousel + .os-mobile-carousel-controls button svg,
.mobile-related-products-carousel + .os-mobile-carousel-controls button svg {
  width: 18px!important;
  height: 18px!important;
  display: block!important;
  pointer-events: none!important
}
@media (max-width:767px) {
  body,
  html {
    overflow-x: clip!important
  }
  #blog .mobile-home-blog-carousel,
  #pricing .plans-viewport,
  .mobile-related-blog-carousel,
  .mobile-related-products-carousel {
    touch-action: pan-x!important;
    overscroll-behavior-x: contain!important;
    -webkit-overflow-scrolling: touch!important
  }
  .post-nav .post-navigation a {
    min-height: 40px!important;
    font-size: .75rem!important;
    padding: .5rem .55rem!important
  }
  .post-nav .post-navigation a svg {
    width: 17px!important;
    height: 17px!important;
    flex-basis: 17px!important
  }
}
.post-nav {
  display: grid!important;
  grid-template-columns: minmax(0,1fr)!important;
  gap: 10px!important;
  width: 100%!important;
  min-width: 0!important
}
.post-nav .post-all-link {
  grid-column: 1!important;
  justify-self: center!important
}

/* ==================================================================
   OnStart — consolidated visual/interaction corrections
   These rules consolidate the final cascade in this single override file.
   ================================================================== */

/* یکدست‌سازی آیکون‌های جهت: فقط SVG، بدون فلش‌های متنی بزرگ و ناهمگون */
#pricing .plans-controls .plan-nav svg,
#blog .os-mobile-carousel-controls button svg,
.os-mobile-carousel-controls button svg,
.post-nav .post-navigation a svg {
  width: 17px !important;
  height: 17px !important;
  flex: 0 0 17px !important;
  display: block !important;
  pointer-events: none !important;
}
#pricing .plans-controls .plan-nav,
#blog .os-mobile-carousel-controls button,
.os-mobile-carousel-controls button {
  font-size: 0 !important;
}

/* برچسب پرطرفدار: دسکتاپ همیشه در سمت راست کارت */
@media (min-width: 768px) {
  html body #pricing .plans-track > .plan .plan-badges,
  html body.home #pricing .plans-track > .plan .plan-badges {
    position: absolute !important;
    top: -.95rem !important;
    right: 1.3rem !important;
    left: auto !important;
    inset-inline-start: auto !important;
    inset-inline-end: auto !important;
    width: max-content !important;
    max-width: calc(100% - 2.6rem) !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    direction: rtl !important;
    gap: .5rem !important;
  }
}

/* محصولات مشابه: عکس کامل، بدون بریدگی و بدون هل‌دادن ستون/سایدبار */
body.single-product .os-pv-related-grid {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  overflow: hidden !important;
}
body.single-product .os-pv-related-card {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}
body.single-product .os-pv-related-card .media {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  display: grid !important;
  place-items: center !important;
  box-sizing: border-box !important;
}
body.single-product .os-pv-related-card .media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}
body.single-product .os-pv-related-card .body {
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}
body.single-product .os-pv-related-head {
  min-width: 0 !important;
}
body.single-product .os-pv-related-head > a {
  display: inline-flex !important;
  align-items: center !important;
  gap: .35rem !important;
  white-space: nowrap !important;
  font-size: .8rem !important;
}
@media (max-width: 1023px) {
  body.single-product .os-pv-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767px) {
  body.single-product .os-pv-related-grid {
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
  }
  body.single-product .os-pv-related-grid::-webkit-scrollbar { display: none !important; }
  body.single-product .os-pv-related-card {
    flex: 0 0 calc((100% - 8px) / 2) !important;
  }
}

/* مطالب مرتبط: کارت‌ها و ناوبری مستقل از عرض ستون اصلی */
body.single-post .mobile-related-blog-carousel,
body.single .mobile-related-blog-carousel {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  overflow: hidden !important;
}
body.single-post .mobile-related-blog-carousel .blog-card,
body.single .mobile-related-blog-carousel .blog-card {
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
body.single-post .mobile-related-blog-carousel .blog-thumb,
body.single .mobile-related-blog-carousel .blog-thumb {
  overflow: hidden !important;
}
body.single-post .mobile-related-blog-carousel .blog-thumb img,
body.single .mobile-related-blog-carousel .blog-thumb img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
.post-nav {
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}
.post-nav .post-navigation {
  width: 100% !important;
  min-width: 0 !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  direction: ltr !important;
  box-sizing: border-box !important;
}
.post-nav .post-navigation .nav-previous,
.post-nav .post-navigation .nav-next {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  width: auto !important;
}
.post-nav .post-navigation a {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  padding: .55rem .8rem !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}
@media (max-width: 767px) {
  body.single-post .mobile-related-blog-carousel,
  body.single .mobile-related-blog-carousel {
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
  }
  body.single-post .mobile-related-blog-carousel::-webkit-scrollbar,
  body.single .mobile-related-blog-carousel::-webkit-scrollbar { display: none !important; }
  body.single-post .mobile-related-blog-carousel .blog-card,
  body.single .mobile-related-blog-carousel .blog-card {
    flex: 0 0 calc((100% - 8px) / 2) !important;
  }
}

/* تسویه: هیچ اعلان/هدر/کانتینری اجازهٔ تغییر عرض صفحه را ندارد */
html body.woocommerce-checkout,
html body.woocommerce-checkout #page,
html body.woocommerce-checkout .site,
html body.woocommerce-checkout main.woocommerce-page,
html body.woocommerce-checkout main.woocommerce-page > .wrap.shop-wrap,
html body.woocommerce-checkout main.woocommerce-page > .wrap.shop-wrap > .woocommerce {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: clip !important;
  box-sizing: border-box !important;
}
html body.woocommerce-checkout .os-checkout-notices-top,
html body.woocommerce-checkout .woocommerce-NoticeGroup,
html body.woocommerce-checkout .woocommerce-notices-wrapper,
html body.woocommerce-checkout .woocommerce-form-coupon-toggle {
  width: 100% !important;
  max-width: min(1120px, 100%) !important;
  min-width: 0 !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}
html body.woocommerce-checkout .woocommerce-error,
html body.woocommerce-checkout .woocommerce-info,
html body.woocommerce-checkout .woocommerce-message {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow-wrap: anywhere !important;
}
html body.woocommerce-checkout form.checkout,
html body.woocommerce-checkout form.checkout #customer_details,
html body.woocommerce-checkout form.checkout #order_review {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
html body.woocommerce-checkout form.checkout {
  transform: none !important;
  translate: none !important;
}

/* آدرس‌های حساب کاربری در دسکتاپ زیر هم */
@media (min-width: 768px) {
  body.woocommerce-account .u-columns.woocommerce-Addresses,
  body.woocommerce-account .u-columns.woocommerce-Address,
  body.woocommerce-account .woocommerce-Addresses {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  body.woocommerce-account .u-columns.woocommerce-Addresses > div,
  body.woocommerce-account .u-columns.woocommerce-Address > div {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}

/* سبد خرید موبایل: پنجره از بالا باز شود، نه از پایین */
@media (max-width: 767px) {
  #cart-pop,
  body .cart-pop {
    position: fixed !important;
    top: calc(58px + env(safe-area-inset-top)) !important;
    bottom: auto !important;
    left: 10px !important;
    right: 10px !important;
    inset-inline-start: 10px !important;
    inset-inline-end: 10px !important;
    width: auto !important;
    max-width: none !important;
    max-height: calc(100dvh - 70px - env(safe-area-inset-top)) !important;
    transform: translateY(-8px) scale(.985) !important;
    transform-origin: top center !important;
  }
  #cart-pop.open,
  body .cart-pop.open {
    transform: none !important;
  }
  html body.admin-bar #cart-pop,
  html body.admin-bar .cart-pop {
    top: calc(104px + env(safe-area-inset-top)) !important;
    max-height: calc(100dvh - 116px - env(safe-area-inset-top)) !important;
  }
  .cart-pop .cp-body {
    max-height: calc(100dvh - 185px) !important;
    overflow: auto !important;
  }

  /* اعمال کوپن: دکمه فقط به اندازهٔ خودش */
  body.woocommerce-cart .coupon {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 7px !important;
    width: 100% !important;
  }
  body.woocommerce-cart .coupon .button,
  body.woocommerce-cart .coupon button,
  body.woocommerce-cart .coupon input[type="submit"] {
    width: auto !important;
    min-width: 112px !important;
    max-width: 145px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding-inline: 12px !important;
    justify-self: end !important;
    white-space: nowrap !important;
  }

  /* مجموع کل واقعاً تمام عرض ستون موبایل */
  body.woocommerce-cart .cart-collaterals,
  body.woocommerce-cart .cart_totals {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    box-sizing: border-box !important;
  }
}

/* دکمه‌های ناوبری و لینک‌های مشابه، یک اندازه و یک رفتار */
.post-nav .post-navigation a,
#pricing .plans-controls .plan-nav,
.os-mobile-carousel-controls button {
  border-radius: 999px !important;
  box-sizing: border-box !important;
}

.dp-all,
.os-pv-related-head > a,
.os-pv-mobile-buy > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .35rem !important;
}
.dp-all svg,
.os-pv-related-head > a svg,
.os-pv-mobile-buy > a svg {
  width: 15px !important;
  height: 15px !important;
  flex: 0 0 15px !important;
  display: block !important;
}
.os-pv-mobile-buy > a > span {
  display: inline-flex !important;
  align-items: center !important;
}

/* ===== OnStart final unified navigation / pricing / sale pass ===== */
.os-unified-nav{width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:10px!important;margin:18px auto 0!important;padding:0!important;clear:both!important;box-sizing:border-box!important}
.os-nav-btn,.plan-nav.os-nav-btn,.post-nav .post-navigation a,.woocommerce-account .woocommerce-button--previous,.woocommerce-account .woocommerce-button--next,.req-prev,.req-next{box-sizing:border-box!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;max-height:42px!important;padding:0!important;border:1px solid var(--line,#dbe5f0)!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;background:var(--card,#fff)!important;color:var(--ink,#12243c)!important;text-decoration:none!important;line-height:1!important;font-size:0!important;box-shadow:0 5px 16px rgba(20,45,80,.08)!important;float:none!important;transform:none!important}
.os-nav-btn span{font-size:25px!important;line-height:1!important;font-family:Tahoma,sans-serif!important;font-weight:400!important;display:block!important;transform:translateY(-1px)!important}
.os-nav-btn:hover,.plan-nav.os-nav-btn:hover,.post-nav .post-navigation a:hover,.woocommerce-account .woocommerce-button--previous:hover,.woocommerce-account .woocommerce-button--next:hover,.req-prev:hover,.req-next:hover{transform:translateY(-2px)!important;border-color:var(--primary,#1f6fe0)!important;color:var(--primary,#1f6fe0)!important}
.plan-nav.os-nav-btn svg{display:none!important}
#pricing .plans-controls{width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:10px!important;margin:18px auto 0!important;position:static!important;inset:auto!important;float:none!important}
#pricing .plans-controls .plan-nav{margin:0!important;position:static!important;inset:auto!important}
.post-nav .post-navigation{display:flex!important;justify-content:center!important;align-items:center!important;gap:10px!important;width:100%!important;max-width:none!important;margin:0 auto!important}
.post-nav .post-navigation .nav-previous,.post-nav .post-navigation .nav-next{width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;max-height:42px!important;margin:0!important;padding:0!important;float:none!important}
.post-nav .post-navigation a{font-size:0!important}
.post-nav .post-navigation a span{display:none!important}
.post-nav .post-navigation a svg{display:block!important;width:18px!important;height:18px!important;margin:0!important}
.post-nav .post-all-link{display:block!important;width:max-content!important;margin:12px auto 0!important}
.woocommerce-account .woocommerce-button--previous,.woocommerce-account .woocommerce-button--next,.req-prev,.req-next{font-size:12px!important;width:auto!important;min-width:92px!important;max-width:none!important;border-radius:12px!important;padding-inline:14px!important}

/* Sale badge: single visual treatment everywhere. */
ul.products li.product .onsale,.single-product .onsale,.os-pv-related .onsale{top:10px!important;inset-inline-start:10px!important;inset-inline-end:auto!important;right:auto!important;margin:0!important;border-radius:999px!important;padding:6px 10px!important;font-size:11px!important;font-weight:900!important;line-height:1.2!important;z-index:5!important}
ul.products li.product,.single-product .product,.os-pv-related-card{position:relative!important}

/* Woo price HTML on plans: old price small red with line, sale price large green. */
#pricing .plan .price del,.plan .price del{display:block!important;color:#d64545!important;font-size:.78em!important;font-weight:600!important;text-decoration:line-through!important;text-decoration-thickness:1.5px!important;text-decoration-color:#d64545!important;line-height:1.5!important;margin-bottom:2px!important;opacity:.95!important}
#pricing .plan .price ins,.plan .price ins{display:block!important;color:#12966f!important;font-size:1.35em!important;font-weight:900!important;text-decoration:none!important;line-height:1.25!important}
#pricing .plan .price ins .woocommerce-Price-amount,.plan .price ins .woocommerce-Price-amount{font-size:1em!important}
#pricing .plan .price del .woocommerce-Price-amount{font-size:1em!important}

/* Desktop cart: remove cell stays genuinely narrow. */
@media (min-width:768px){
 html body.woocommerce-cart table.shop_table.cart th.product-remove,html body.woocommerce-cart table.shop_table.cart td.product-remove{width:34px!important;min-width:34px!important;max-width:34px!important;padding:4px!important;text-align:center!important}
 html body.woocommerce-cart table.shop_table.cart td.product-remove a.remove{width:22px!important;min-width:22px!important;max-width:22px!important;height:22px!important;font-size:16px!important;line-height:22px!important;margin:0 auto!important}
}

/* Checkout notices: never animate or horizontally translate the page. */
html body.woocommerce-checkout,html body.woocommerce-checkout #page,html body.woocommerce-checkout .site,html body.woocommerce-checkout main,html body.woocommerce-checkout form.checkout{transform:none!important;translate:none!important;animation:none!important;transition:none!important;scroll-behavior:auto!important}
html body.woocommerce-checkout .os-checkout-notices-top{transform:none!important;animation:none!important;transition:none!important}

/* Every related section stays inside its own box and never pushes a desktop sidebar. */
body.single-product .os-pv-related,body.single-post .mobile-related-blog-carousel,body.single .mobile-related-blog-carousel{min-width:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow:hidden!important}
body.single-product .os-pv-related-grid,body.single-post .mobile-related-blog-carousel,body.single .mobile-related-blog-carousel{min-width:0!important;max-width:100%!important}

@media (max-width:767px){
 .os-unified-nav{margin-top:12px!important}
 .os-nav-btn,.plan-nav.os-nav-btn{width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important}
}

/* OnStart 5.0.23 — final unified navigation / checkout / sale treatment */
.os-nav-btn,
.plan-nav.os-nav-btn,
.post-nav .post-navigation a,
.woocommerce-account .woocommerce-button--previous,
.woocommerce-account .woocommerce-button--next,
.req-prev,
.req-next,
#tst-prev,
#tst-next{
  box-sizing:border-box!important;
  width:42px!important;
  min-width:42px!important;
  max-width:42px!important;
  height:42px!important;
  min-height:42px!important;
  max-height:42px!important;
  padding:0!important;
  margin:0!important;
  border:1px solid var(--line,#dbe5f0)!important;
  border-radius:50%!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:var(--card,#fff)!important;
  color:var(--ink,#12243c)!important;
  text-decoration:none!important;
  line-height:1!important;
  font-size:0!important;
  box-shadow:0 5px 16px rgba(20,45,80,.08)!important;
  float:none!important;
  transform:none!important;
  overflow:hidden!important;
}
.os-nav-btn span{
  display:block!important;
  font-family:Tahoma,sans-serif!important;
  font-size:25px!important;
  line-height:1!important;
  font-weight:400!important;
  transform:translateY(-1px)!important;
}
.os-nav-btn svg,
.plan-nav.os-nav-btn svg,
#tst-prev svg,
#tst-next svg{
  width:18px!important;
  height:18px!important;
  display:block!important;
  pointer-events:none!important;
}
.os-nav-btn:hover,
.plan-nav.os-nav-btn:hover,
.post-nav .post-navigation a:hover,
.woocommerce-account .woocommerce-button--previous:hover,
.woocommerce-account .woocommerce-button--next:hover,
.req-prev:hover,
.req-next:hover,
#tst-prev:hover,
#tst-next:hover{
  transform:translateY(-2px)!important;
  border-color:var(--primary,#1f6fe0)!important;
  color:var(--primary,#1f6fe0)!important;
}
/* Same direction everywhere as the homepage article controls:
   previous = right chevron, next = left chevron. */
.os-nav-prev span{transform:translateY(-1px)!important}
.os-nav-next span{transform:translateY(-1px)!important}
.post-nav .post-navigation{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  width:100%!important;
  direction:ltr!important;
}
.post-nav .post-navigation .nav-previous,
.post-nav .post-navigation .nav-next{
  flex:0 0 42px!important;
  width:42px!important;
  min-width:42px!important;
  max-width:42px!important;
  margin:0!important;
}
.post-nav .post-navigation a{
  color:var(--ink,#12243c)!important;
}
.post-nav .post-navigation a span{display:none!important}
.post-nav .post-navigation .nav-previous a:before,
.post-nav .post-navigation .nav-next a:before{
  font-family:Tahoma,sans-serif!important;
  font-size:25px!important;
  line-height:1!important;
  display:block!important;
}
.post-nav .post-navigation .nav-previous a:before{content:"›"!important}
.post-nav .post-navigation .nav-next a:before{content:"‹"!important}
.post-nav .post-navigation a svg{display:none!important}
#pricing .plans-controls,
.os-unified-nav,
.tst-arrows{
  width:100%!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:10px!important;
  margin:18px auto 0!important;
  padding:0!important;
  position:static!important;
  inset:auto!important;
  float:none!important;
  direction:ltr!important;
}
#pricing .plans-controls .plan-nav{position:static!important;margin:0!important}
#tst-prev,#tst-next{margin:0!important}

/* Sale treatment: one lavender visual language everywhere. */
ul.products li.product .onsale,
.single-product .onsale,
.os-pv-related .onsale{
  background:#8b5cf6!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.28)!important;
  box-shadow:0 8px 20px rgba(139,92,246,.25)!important;
}

/* Popular plan badge is always anchored to the right on desktop. */
@media (min-width:768px){
  html body #pricing .plans-track > .plan .plan-badges,
  html body.home #pricing .plans-track > .plan .plan-badges{
    left:auto!important;
    right:1.3rem!important;
    inset-inline-start:auto!important;
    inset-inline-end:auto!important;
    justify-content:flex-start!important;
    direction:rtl!important;
  }
}
@media (max-width:767px){
  .os-nav-btn,.plan-nav.os-nav-btn,#tst-prev,#tst-next{
    width:40px!important;min-width:40px!important;max-width:40px!important;
    height:40px!important;min-height:40px!important;max-height:40px!important;
  }
  .os-unified-nav,.tst-arrows{margin-top:12px!important}
}
/* Checkout: WooCommerce must not animate or horizontally shift the page. */
html body.woocommerce-checkout,
html body.woocommerce-checkout #page,
html body.woocommerce-checkout .site,
html body.woocommerce-checkout main,
html body.woocommerce-checkout form.checkout{
  transform:none!important;
  translate:none!important;
  animation:none!important;
  transition:none!important;
  scroll-behavior:auto!important;
  overflow-x:clip!important;
}
@media (min-width:768px){
  html body.woocommerce-checkout{overflow-x:clip!important}
}


/* ========================================================================
   OnStart 5.1.0 — one navigation language everywhere
   The homepage customer-testimonial controls are the canonical style:
   blue circular button + white left/right arrow. No mixed chevrons/SVGs/text.
   ======================================================================== */
.os-unified-nav,
.tst-arrows,
#pricing .plans-controls,
.post-nav .post-navigation,
.woocommerce-account .woocommerce-pagination,
.woocommerce-account .woocommerce-pagination .page-numbers,
.woocommerce-account .woocommerce-orders-table + .woocommerce-pagination,
.os-request-nav,
.req-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  width:100%!important;
  margin:18px auto 0!important;
  padding:0!important;
  clear:both!important;
  float:none!important;
  position:static!important;
  direction:ltr!important;
}

.os-nav-btn,
.plan-nav.os-nav-btn,
#tst-prev,#tst-next,
.post-nav .post-navigation .nav-previous a,
.post-nav .post-navigation .nav-next a,
.woocommerce-account .woocommerce-button--previous,
.woocommerce-account .woocommerce-button--next,
.req-prev,.req-next{
  box-sizing:border-box!important;
  width:42px!important;
  min-width:42px!important;
  max-width:42px!important;
  height:42px!important;
  min-height:42px!important;
  max-height:42px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:50%!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 42px!important;
  background:var(--blue,#1f6fe0)!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:0!important;
  line-height:1!important;
  box-shadow:0 6px 16px rgba(31,111,224,.20)!important;
  float:none!important;
  transform:none!important;
  overflow:hidden!important;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease!important;
}

.os-nav-btn:hover,
.plan-nav.os-nav-btn:hover,
#tst-prev:hover,#tst-next:hover,
.post-nav .post-navigation a:hover,
.woocommerce-account .woocommerce-button--previous:hover,
.woocommerce-account .woocommerce-button--next:hover,
.req-prev:hover,.req-next:hover{
  background:var(--blue2,#1450a8)!important;
  color:#fff!important;
  border-color:transparent!important;
  transform:translateY(-2px)!important;
  box-shadow:0 9px 20px rgba(31,111,224,.25)!important;
}

/* Kill every old visual child. One pseudo-arrow is the only rendered glyph. */
.os-nav-btn svg,
.plan-nav.os-nav-btn svg,
#tst-prev svg,#tst-next svg,
.post-nav .post-navigation a svg,
.os-nav-btn span,
.post-nav .post-navigation a span,
.woocommerce-account .woocommerce-button--previous svg,
.woocommerce-account .woocommerce-button--next svg,
.req-prev svg,.req-next svg{
  display:none!important;
}

/* Previous = right arrow, Next = left arrow in RTL Persian navigation. */
.os-nav-prev::before,
#tst-prev::before,
.post-nav .nav-previous a::before,
.woocommerce-account .woocommerce-button--previous::before,
.req-prev::before{
  content:"→"!important;
}
.os-nav-next::before,
#tst-next::before,
.post-nav .nav-next a::before,
.woocommerce-account .woocommerce-button--next::before,
.req-next::before{
  content:"←"!important;
}
.os-nav-prev::before,.os-nav-next::before,
#tst-prev::before,#tst-next::before,
.post-nav .nav-previous a::before,.post-nav .nav-next a::before,
.woocommerce-account .woocommerce-button--previous::before,
.woocommerce-account .woocommerce-button--next::before,
.req-prev::before,.req-next::before{
  display:block!important;
  width:100%!important;
  height:100%!important;
  text-align:center!important;
  font-family:Arial,Tahoma,sans-serif!important;
  font-size:20px!important;
  font-weight:400!important;
  line-height:42px!important;
  color:#fff!important;
  transform:none!important;
}

.post-nav .post-navigation .nav-previous,
.post-nav .post-navigation .nav-next{
  flex:0 0 42px!important;
  width:42px!important;
  min-width:42px!important;
  max-width:42px!important;
  height:42px!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
  display:block!important;
}
.post-nav .post-navigation a{
  width:42px!important;
  height:42px!important;
  padding:0!important;
}

/* Remove duplicate standalone navigation row accidentally left above article controls. */
.single-post .author-box > .os-unified-nav,
.single .author-box > .os-unified-nav{display:none!important}

/* Checkout: freeze the viewport during WooCommerce notice/update operations. */
html body.woocommerce-checkout{
  overflow-x:hidden!important;
  scrollbar-gutter:stable!important;
}
html body.woocommerce-checkout #page,
html body.woocommerce-checkout .site,
html body.woocommerce-checkout main,
html body.woocommerce-checkout form.checkout{
  transform:none!important;
  translate:none!important;
  animation:none!important;
  transition:none!important;
}

/* Desktop cart remove column: keep the x cell genuinely compact. */
@media (min-width:768px){
  html body.woocommerce-cart table.shop_table.cart th.product-remove,
  html body.woocommerce-cart table.shop_table.cart td.product-remove{
    width:30px!important;
    min-width:30px!important;
    max-width:30px!important;
    padding:2px!important;
  }
  html body.woocommerce-cart table.shop_table.cart td.product-remove a.remove{
    width:20px!important;
    min-width:20px!important;
    max-width:20px!important;
    height:20px!important;
    line-height:20px!important;
    font-size:14px!important;
    margin:0 auto!important;
  }
}

@media (max-width:767px){
  .os-unified-nav,.tst-arrows,#pricing .plans-controls,.post-nav .post-navigation{
    margin-top:12px!important;
  }
  .os-nav-btn,.plan-nav.os-nav-btn,#tst-prev,#tst-next,
  .post-nav .post-navigation .nav-previous a,
  .post-nav .post-navigation .nav-next a,
  .woocommerce-account .woocommerce-button--previous,
  .woocommerce-account .woocommerce-button--next,
  .req-prev,.req-next{
    width:40px!important;
    min-width:40px!important;
    max-width:40px!important;
    height:40px!important;
    min-height:40px!important;
    max-height:40px!important;
    flex-basis:40px!important;
  }
  .os-nav-prev::before,.os-nav-next::before,
  #tst-prev::before,#tst-next::before,
  .post-nav .nav-previous a::before,.post-nav .nav-next a::before,
  .woocommerce-account .woocommerce-button--previous::before,
  .woocommerce-account .woocommerce-button--next::before,
  .req-prev::before,.req-next::before{
    line-height:40px!important;
  }
}


/* ========================================================================
   OnStart 5.1.0 final visual consolidation
   One navigation style, one badge palette, one sale-price language.
   ======================================================================== */

/* Navigation: exact center, no halo/shadow behind the controls. */
.os-unified-nav,.tst-arrows,#pricing .plans-controls,.post-nav .post-navigation,
.woocommerce-account .woocommerce-pagination,.os-request-nav,.req-nav{
  background:transparent!important;
  box-shadow:none!important;
}
.os-nav-btn,.plan-nav.os-nav-btn,#tst-prev,#tst-next,
.post-nav .post-navigation .nav-previous a,.post-nav .post-navigation .nav-next a,
.woocommerce-account .woocommerce-button--previous,.woocommerce-account .woocommerce-button--next,
.req-prev,.req-next{
  box-shadow:none!important;
  background:var(--blue,#1f6fe0)!important;
  color:#fff!important;
  position:relative!important;
  overflow:hidden!important;
}
.os-nav-btn:hover,.plan-nav.os-nav-btn:hover,#tst-prev:hover,#tst-next:hover,
.post-nav .post-navigation a:hover,.woocommerce-account .woocommerce-button--previous:hover,
.woocommerce-account .woocommerce-button--next:hover,.req-prev:hover,.req-next:hover{
  box-shadow:none!important;
}
/* Remove every previous arrow implementation and draw one perfectly centered glyph. */
.os-nav-btn svg,.plan-nav.os-nav-btn svg,#tst-prev svg,#tst-next svg,
.post-nav .post-navigation a svg,.os-nav-btn span,.post-nav .post-navigation a span,
.woocommerce-account .woocommerce-button--previous svg,.woocommerce-account .woocommerce-button--next svg,
.req-prev svg,.req-next svg{display:none!important}
.os-nav-prev::before,#tst-prev::before,.post-nav .nav-previous a::before,
.woocommerce-account .woocommerce-button--previous::before,.req-prev::before{
  content:"←"!important;
}
.os-nav-next::before,#tst-next::before,.post-nav .nav-next a::before,
.woocommerce-account .woocommerce-button--next::before,.req-next::before{
  content:"→"!important;
}
.os-nav-prev::before,.os-nav-next::before,#tst-prev::before,#tst-next::before,
.post-nav .nav-previous a::before,.post-nav .nav-next a::before,
.woocommerce-account .woocommerce-button--previous::before,
.woocommerce-account .woocommerce-button--next::before,.req-prev::before,.req-next::before{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;height:100%!important;
  margin:0!important;padding:0!important;
  font-family:Arial,Tahoma,sans-serif!important;
  font-size:20px!important;font-weight:400!important;
  line-height:1!important;color:#fff!important;
  text-align:center!important;transform:none!important;
}

/* Badge palette everywhere: core=blue, popular=orange, special=purple/lilac. */
.svc-tab .hot,.work-hot:not(.work-special),.plan-badge,.rt-badge:not(.b):not(.l){
  background:var(--blue,#1f6fe0)!important;color:#fff!important;
  box-shadow:0 8px 18px -8px rgba(31,111,224,.45)!important;
}
.svc-tab .hot.h-blue,.work-hot.work-popular,.rt-badge.b,.plan-badge.sales{
  background:linear-gradient(135deg,#f59e2c,#f7b95f)!important;color:#2a1802!important;
  box-shadow:0 8px 18px -8px rgba(245,158,44,.45)!important;
}
.work-special,.rt-badge.l,.work-hot.work-special{
  background:linear-gradient(135deg,#8b5cf6,#b36fce)!important;color:#fff!important;
  box-shadow:0 8px 18px -8px rgba(139,92,246,.42)!important;
}

/* Sale price: original price red/smaller, sale price purple/lilac/larger. */
#pricing .plan .price del,.plan .price del,
.woocommerce .price del,.woocommerce div.product p.price del,.woocommerce div.product span.price del,
.os-pv-price del,.pd-price-row .price del,.pd-rel-price del,.pmb-price del{
  color:#d64545!important;font-size:.78em!important;font-weight:600!important;
  text-decoration:line-through!important;text-decoration-thickness:1.5px!important;
  text-decoration-color:#d64545!important;opacity:.95!important;
}
#pricing .plan .price ins,.plan .price ins,
.woocommerce .price ins,.woocommerce div.product p.price ins,.woocommerce div.product span.price ins,
.os-pv-price ins,.pd-price-row .price ins,.pd-rel-price ins,.pmb-price ins{
  color:#8b5cf6!important;font-size:1.35em!important;font-weight:900!important;
  text-decoration:none!important;line-height:1.25!important;
}
.woocommerce .price ins .woocommerce-Price-amount,.woocommerce .price ins .amount,
.os-pv-price ins .woocommerce-Price-amount,.pd-price-row .price ins .woocommerce-Price-amount{
  color:inherit!important;font-size:1em!important;
}
/* Sale badge itself follows the same special-offer palette. */
ul.products li.product .onsale,.single-product .onsale,.os-pv-related .onsale,
.p-media .onsale,.pd-gallery .onsale{
  background:linear-gradient(135deg,#8b5cf6,#b36fce)!important;color:#fff!important;
  box-shadow:none!important;
}

/* Service labels: Windows/core blue, web = «نیاز همه» orange. */
.svc-tab .hot.h-blue{background:linear-gradient(135deg,#f59e2c,#f7b95f)!important;color:#2a1802!important}

/* Account dashboard: the tariff CTA must remain readable. */
body.woocommerce-account .os-account-shell-content .os-dash-links .btn-primary,
body.woocommerce-account .os-dash-links .btn.btn-primary{
  color:#fff!important;
}

/* Checkout: after a validation warning, go to the top instantly, never sideways. */
html body.woocommerce-checkout{scroll-behavior:auto!important;overflow-x:hidden!important}
html body.woocommerce-checkout #page,html body.woocommerce-checkout .site,
html body.woocommerce-checkout main,html body.woocommerce-checkout form.checkout{
  animation:none!important;transition:none!important;transform:none!important;translate:none!important;
}


/* Final palette cleanup for every named badge surface, including the mega menu. */
.mf-badge{
  background:linear-gradient(135deg,#8b5cf6,#b36fce)!important;
  color:#fff!important;
  box-shadow:none!important;
}
/* Comments and any standard WordPress previous/next links use the same circles. */
.comment-navigation .nav-previous a,.comment-navigation .nav-next a,
.comments-pagination .nav-previous a,.comments-pagination .nav-next a,
.nav-links .prev,.nav-links .next{
  box-sizing:border-box!important;width:42px!important;height:42px!important;
  min-width:42px!important;min-height:42px!important;padding:0!important;margin:0!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  border:0!important;border-radius:50%!important;background:var(--blue,#1f6fe0)!important;
  color:#fff!important;box-shadow:none!important;font-size:0!important;line-height:1!important;
  text-decoration:none!important;float:none!important;transform:none!important;
}
.comment-navigation .nav-previous a::before,.comments-pagination .nav-previous a::before,.nav-links .prev::before{content:"←"!important}
.comment-navigation .nav-next a::before,.comments-pagination .nav-next a::before,.nav-links .next::before{content:"→"!important}
.comment-navigation .nav-previous a::before,.comment-navigation .nav-next a::before,
.comments-pagination .nav-previous a::before,.comments-pagination .nav-next a::before,
.nav-links .prev::before,.nav-links .next::before{
  display:flex!important;align-items:center!important;justify-content:center!important;
  width:100%!important;height:100%!important;font-family:Arial,Tahoma,sans-serif!important;
  font-size:20px!important;font-weight:400!important;line-height:1!important;color:#fff!important;
}
.comment-navigation .nav-previous a:hover,.comment-navigation .nav-next a:hover,
.comments-pagination .nav-previous a:hover,.comments-pagination .nav-next a:hover,
.nav-links .prev:hover,.nav-links .next:hover{background:var(--blue2,#1450a8)!important;color:#fff!important;box-shadow:none!important}
/* Keep the visual badge vocabulary explicit and identical on service/request cards. */
.req-type .rt-badge{background:var(--blue,#1f6fe0)!important;color:#fff!important}
.req-type .rt-badge.b{background:linear-gradient(135deg,#f59e2c,#f7b95f)!important;color:#2a1802!important}
.req-type .rt-badge.l{background:linear-gradient(135deg,#8b5cf6,#b36fce)!important;color:#fff!important}


/* ========================================================================
   OnStart 5.1.1 — final directional/navigation correction
   ======================================================================== */
/* One compact blue circular control everywhere.  The previous/next visual
   direction is intentionally mirrored for RTL: previous=right, next=left. */
.os-nav-btn,.plan-nav.os-nav-btn,#tst-prev,#tst-next,
.comment-navigation .nav-previous a,.comment-navigation .nav-next a,
.comments-pagination .nav-previous a,.comments-pagination .nav-next a,
.nav-links .prev,.nav-links .next,
.woocommerce-account .woocommerce-button--previous,
.woocommerce-account .woocommerce-button--next,
.req-prev,.req-next{
  width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;
  max-width:40px!important;max-height:40px!important;padding:0!important;margin:0!important;
  border:0!important;border-radius:50%!important;background:var(--blue,#1f6fe0)!important;
  color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  box-sizing:border-box!important;box-shadow:none!important;line-height:1!important;font-size:0!important;
  text-indent:0!important;vertical-align:middle!important;transform:none!important;
}
.os-nav-btn:hover,.plan-nav.os-nav-btn:hover,#tst-prev:hover,#tst-next:hover,
.comment-navigation .nav-previous a:hover,.comment-navigation .nav-next a:hover,
.comments-pagination .nav-previous a:hover,.comments-pagination .nav-next a:hover,
.nav-links .prev:hover,.nav-links .next:hover,
.woocommerce-account .woocommerce-button--previous:hover,
.woocommerce-account .woocommerce-button--next:hover,
.req-prev:hover,.req-next:hover{
  background:var(--blue2,#1450a8)!important;color:#fff!important;box-shadow:none!important;transform:none!important;
}
/* Hide every old icon/glyph implementation. */
.os-nav-btn svg,.os-nav-btn span,.plan-nav.os-nav-btn svg,.plan-nav.os-nav-btn span,
#tst-prev svg,#tst-prev span,#tst-next svg,#tst-next span,
.comment-navigation a svg,.comments-pagination a svg,.nav-links .prev svg,.nav-links .next svg,
.woocommerce-account .woocommerce-button--previous svg,.woocommerce-account .woocommerce-button--previous span,
.woocommerce-account .woocommerce-button--next svg,.woocommerce-account .woocommerce-button--next span,
.req-prev svg,.req-prev span,.req-next svg,.req-next span{display:none!important}
/* Mirror the arrow direction requested by the RTL UI. */
.os-nav-prev::before,#tst-prev::before,
.comment-navigation .nav-previous a::before,.comments-pagination .nav-previous a::before,
.nav-links .prev::before,.woocommerce-account .woocommerce-button--previous::before,.req-prev::before{
  content:"→"!important;
}
.os-nav-next::before,#tst-next::before,
.comment-navigation .nav-next a::before,.comments-pagination .nav-next a::before,
.nav-links .next::before,.woocommerce-account .woocommerce-button--next::before,.req-next::before{
  content:"←"!important;
}
.os-nav-btn::before,.plan-nav.os-nav-btn::before,#tst-prev::before,#tst-next::before,
.comment-navigation a::before,.comments-pagination a::before,.nav-links .prev::before,.nav-links .next::before,
.woocommerce-account .woocommerce-button--previous::before,.woocommerce-account .woocommerce-button--next::before,
.req-prev::before,.req-next::before{
  width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;
  margin:0!important;padding:0!important;font-family:Arial,Tahoma,sans-serif!important;font-size:18px!important;
  font-weight:400!important;line-height:40px!important;color:#fff!important;text-align:center!important;
  transform:none!important;position:static!important;
}
.os-unified-nav,.tst-arrows,#pricing .plans-controls,.post-nav .post-navigation,
.woocommerce-account .woocommerce-pagination,.os-request-nav,.req-nav{
  box-shadow:none!important;background:transparent!important;
}

/* Single blog post: restore the useful textual «previous/next post» controls. */
.single-post .post-nav .post-navigation a,
.single .post-nav .post-navigation a{
  width:auto!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:44px!important;max-height:none!important;
  padding:.65rem 1.15rem!important;border:1px solid var(--line)!important;border-radius:.85rem!important;
  background:var(--panel)!important;color:var(--mut)!important;font-size:.82rem!important;font-weight:800!important;
  box-shadow:none!important;display:inline-flex!important;gap:.55rem!important;white-space:nowrap!important;
}
.single-post .post-nav .post-navigation a span,
.single .post-nav .post-navigation a span{display:inline!important;font-size:inherit!important}
.single-post .post-nav .post-navigation a svg,
.single .post-nav .post-navigation a svg{display:none!important}
.single-post .post-nav .post-navigation .nav-previous a::before,
.single .post-nav .post-navigation .nav-previous a::before{content:"→"!important;font-size:17px!important;display:inline-flex!important;width:auto!important;height:auto!important;line-height:1!important}
.single-post .post-nav .post-navigation .nav-next a::after,
.single .post-nav .post-navigation .nav-next a::after{content:"←"!important;font-size:17px!important;display:inline-flex!important;width:auto!important;height:auto!important;line-height:1!important}
.single-post .post-nav .post-navigation .nav-previous,
.single-post .post-nav .post-navigation .nav-next,
.single .post-nav .post-navigation .nav-previous,
.single .post-nav .post-navigation .nav-next{flex:0 0 auto!important;width:auto!important}
.single-post .post-nav .post-navigation,
.single .post-nav .post-navigation{justify-content:space-between!important;align-items:center!important}

/* Breadcrumb separators: RTL path progresses visually toward the left. */
.os-breadcrumb .bc-sep,.woocommerce-breadcrumb .bc-sep{
  font-size:1.05em!important;font-weight:900!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  transform:none!important;color:var(--blue)!important;
}
.os-breadcrumb .bc-sep::before,.woocommerce-breadcrumb .bc-sep::before{content:"‹"!important}
.os-breadcrumb .bc-sep,.woocommerce-breadcrumb .bc-sep{font-size:0!important}
.os-breadcrumb .bc-sep::before,.woocommerce-breadcrumb .bc-sep::before{font-size:19px!important;line-height:1!important}

/* Header/menu product CTA. */
.site-header .btn[href*="product"],.mega-feature .btn,.mega-menu .btn[href*="product"]{
  background:linear-gradient(135deg,#9b7cf6,#8b5cf6)!important;color:#fff!important;border-color:#8b5cf6!important;
}
.site-header .btn[href*="product"]:hover,.mega-feature .btn:hover,.mega-menu .btn[href*="product"]:hover{
  background:#fff!important;color:#8b5cf6!important;border-color:#8b5cf6!important;
}

/* Desktop cart: force the remove column and the X itself to stay tiny. */
@media (min-width:768px){
  html body.woocommerce-cart table.cart col.product-remove,
  html body.woocommerce-cart table.shop_table.cart col.product-remove{width:24px!important}
  html body.woocommerce-cart table.cart th.product-remove,
  html body.woocommerce-cart table.cart td.product-remove,
  html body.woocommerce-cart table.shop_table.cart th.product-remove,
  html body.woocommerce-cart table.shop_table.cart td.product-remove{
    width:24px!important;min-width:24px!important;max-width:24px!important;inline-size:24px!important;
    padding:0!important;text-align:center!important;overflow:hidden!important;white-space:nowrap!important;
  }
  html body.woocommerce-cart table.cart td.product-remove a.remove,
  html body.woocommerce-cart table.shop_table.cart td.product-remove a.remove{
    display:flex!important;width:18px!important;min-width:18px!important;max-width:18px!important;
    height:18px!important;min-height:18px!important;max-height:18px!important;padding:0!important;margin:0 auto!important;
    font-size:12px!important;line-height:18px!important;border-radius:50%!important;box-sizing:border-box!important;
  }
}

/* Checkout: do not reserve a scrollbar gutter in RTL. That reserved gutter
   was the source of the desktop page appearing to jump away from the left edge. */
html body.woocommerce-checkout,html body.woocommerce-checkout #page,html body.woocommerce-checkout .site,
html body.woocommerce-checkout main.woocommerce-page,html body.woocommerce-checkout .shop-wrap,
html body.woocommerce-checkout main.woocommerce-page>.shop-wrap,
html body.woocommerce-checkout main.woocommerce-page>.wrap.shop-wrap{
  scrollbar-gutter:auto!important;overflow-x:hidden!important;transform:none!important;translate:none!important;
  animation:none!important;transition:none!important;box-sizing:border-box!important;
}
html body.woocommerce-checkout .shop-wrap,
html body.woocommerce-checkout main.woocommerce-page>.shop-wrap{
  width:100%!important;max-width:1120px!important;margin-left:auto!important;margin-right:auto!important;
}
@media (min-width:1024px){
  html body.woocommerce-checkout .shop-wrap,
  html body.woocommerce-checkout main.woocommerce-page>.shop-wrap{
    padding-left:0!important;padding-right:0!important;
  }
  html body.woocommerce-checkout form.checkout{
    width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;
    transform:none!important;translate:none!important;animation:none!important;transition:none!important;
  }
}



/* ========================================================================
   OnStart 5.1.7 — arrows, plans visibility, single post, checkout scroll
   ======================================================================== */

/* Control rows stay LTR so button order is stable. */
.os-unified-nav,
.tst-arrows,
#pricing .plans-controls {
  direction: ltr !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  display: flex !important;
  width: 100% !important;
  margin-top: 14px !important;
}

/* Circular prev/next — 38px, solid blue, high contrast */
.os-nav-btn,
.plan-nav.os-nav-btn,
#plan-prev,
#plan-next,
#tst-prev,
#tst-next,
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a,
.comments-pagination .nav-previous a,
.comments-pagination .nav-next a,
.nav-links .prev,
.nav-links .next,
.woocommerce-account .woocommerce-button--previous,
.woocommerce-account .woocommerce-button--next,
.req-prev,
.req-next {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  max-width: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  flex: 0 0 38px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--blue, #1f6fe0) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  box-shadow: 0 4px 14px rgba(31, 111, 224, 0.35) !important;
  line-height: 1 !important;
  font-size: 0 !important;
  position: relative !important;
  vertical-align: middle !important;
  transform: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  cursor: pointer !important;
}

/* Hide SVG / old text inside controls — we draw arrows with ::before */
.os-nav-btn svg,
.plan-nav.os-nav-btn svg,
#plan-prev svg,
#plan-next svg,
#tst-prev svg,
#tst-next svg,
.os-nav-btn > span,
.plan-nav.os-nav-btn > span,
#plan-prev > span,
#plan-next > span,
#tst-prev > span,
#tst-next > span,
.comment-navigation a svg,
.comments-pagination a svg,
.nav-links .prev svg,
.nav-links .next svg,
.woocommerce-account .woocommerce-button--previous svg,
.woocommerce-account .woocommerce-button--next svg,
.req-prev svg,
.req-next svg {
  display: none !important;
}

/* Large, clear unicode arrows — swapped per user request:
   previous = ← (points left), next = → (points right) */
.os-nav-btn::before,
.plan-nav.os-nav-btn::before,
#plan-prev::before,
#plan-next::before,
#tst-prev::before,
#tst-next::before,
.comment-navigation .nav-previous a::before,
.comment-navigation .nav-next a::before,
.comments-pagination .nav-previous a::before,
.comments-pagination .nav-next a::before,
.nav-links .prev::before,
.nav-links .next::before,
.woocommerce-account .woocommerce-button--previous::before,
.woocommerce-account .woocommerce-button--next::before,
.req-prev::before,
.req-next::before {
  content: "" !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  position: static !important;
  transform: none !important;
  font-family: Arial, "Segoe UI", Tahoma, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 38px !important;
  color: #fff !important;
  text-align: center !important;
}

/* Previous → left arrow, Next → right arrow */
.os-nav-prev::before,
#plan-prev::before,
#tst-prev::before,
.comment-navigation .nav-previous a::before,
.comments-pagination .nav-previous a::before,
.nav-links .prev::before,
.woocommerce-account .woocommerce-button--previous::before,
.req-prev::before {
  content: "←" !important;
}
.os-nav-next::before,
#plan-next::before,
#tst-next::before,
.comment-navigation .nav-next a::before,
.comments-pagination .nav-next a::before,
.nav-links .next::before,
.woocommerce-account .woocommerce-button--next::before,
.req-next::before {
  content: "→" !important;
}

.os-nav-btn:hover,
.plan-nav.os-nav-btn:hover,
#plan-prev:hover,
#plan-next:hover,
#tst-prev:hover,
#tst-next:hover,
.comment-navigation a:hover,
.comments-pagination a:hover,
.nav-links .prev:hover,
.nav-links .next:hover,
.woocommerce-account .woocommerce-button--previous:hover,
.woocommerce-account .woocommerce-button--next:hover,
.req-prev:hover,
.req-next:hover {
  background: var(--blue2, #1450a8) !important;
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(20, 80, 168, 0.45) !important;
  transform: none !important;
  opacity: 1 !important;
}

.os-nav-btn:disabled,
.plan-nav.os-nav-btn:disabled,
#plan-prev:disabled,
#plan-next:disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
}

/* Plans controls: force visibility above any earlier rules */
#pricing .plans-controls,
#pricing #plans-controls {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 16px auto 0 !important;
  padding: 0 !important;
  gap: 12px !important;
  z-index: 5 !important;
}
#pricing #plan-prev,
#pricing #plan-next,
#pricing .plans-controls .plan-nav,
#pricing .plans-controls .os-nav-btn {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  inset: auto !important;
  float: none !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  max-width: 40px !important;
  max-height: 40px !important;
  flex: 0 0 40px !important;
  background: var(--blue, #1f6fe0) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 14px rgba(31, 111, 224, 0.4) !important;
  z-index: 6 !important;
}
#pricing #plan-prev::before,
#pricing #plan-next::before,
#pricing .plans-controls .plan-nav::before {
  font-size: 22px !important;
  line-height: 40px !important;
  color: #fff !important;
}

/* Single post previous/next: text-only blue buttons, NO arrows */
.single-post .post-nav .post-navigation,
.single .post-nav .post-navigation {
  direction: rtl !important;
  justify-content: center !important;
  gap: 10px !important;
  display: flex !important;
  flex-wrap: wrap !important;
}
.single-post .post-nav .post-navigation .nav-previous,
.single-post .post-nav .post-navigation .nav-next,
.single .post-nav .post-navigation .nav-previous,
.single .post-nav .post-navigation .nav-next {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.single-post .post-nav .post-navigation a,
.single .post-nav .post-navigation a {
  width: auto !important;
  min-width: 112px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-width: none !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--blue, #1f6fe0) !important;
  color: #fff !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  gap: 0 !important;
  font-family: inherit !important;
}
.single-post .post-nav .post-navigation a::before,
.single-post .post-nav .post-navigation a::after,
.single .post-nav .post-navigation a::before,
.single .post-nav .post-navigation a::after,
.single-post .post-nav .post-navigation a svg,
.single .post-nav .post-navigation a svg {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  font-size: 0 !important;
}
.single-post .post-nav .post-navigation a span,
.single .post-nav .post-navigation a span {
  display: inline !important;
  color: #fff !important;
  font-size: inherit !important;
}
.single-post .post-nav .post-navigation a:hover,
.single .post-nav .post-navigation a:hover {
  background: var(--blue2, #1450a8) !important;
  color: #fff !important;
  transform: none !important;
}

/* Mobile drawer: RTL opens from physical RIGHT */
@media (max-width: 1023px) {
  html body .main-nav {
    left: auto !important;
    right: 0 !important;
    inset-inline-start: auto !important;
    inset-inline-end: 0 !important;
    transform: translate3d(105%, 0, 0) !important;
    transform-origin: right center !important;
  }
  html body .main-nav.open {
    transform: translate3d(0, 0, 0) !important;
  }
}

/* Popular plan badge right-anchored on desktop */
@media (min-width: 768px) {
  html body #pricing .plans-track > .plan .plan-badges,
  html body.home #pricing .plans-track > .plan .plan-badges {
    position: absolute !important;
    top: -0.95rem !important;
    right: 1.3rem !important;
    left: auto !important;
    inset-inline-start: auto !important;
    inset-inline-end: auto !important;
    width: max-content !important;
    display: flex !important;
    direction: rtl !important;
  }
}

/* Admin save-all */
.oa-save-all-under {
  display: flex !important;
  width: 100% !important;
  justify-content: center !important;
  margin-top: 14px !important;
}
.osadmin .oa-save-all-under button.oa-save-all {
  appearance: none !important;
  border: 0 !important;
  background: linear-gradient(135deg, #0e3a75, #1f6fe0) !important;
  color: #fff !important;
  border-radius: 11px !important;
  padding: 12px 30px !important;
  font: 900 13px Vazirmatn, Tahoma, sans-serif !important;
  cursor: pointer !important;
  box-shadow: 0 12px 24px -12px rgba(31, 111, 224, 0.55) !important;
}
.osadmin .oa-save-all-under button.oa-save-all:hover {
  transform: translateY(-2px) !important;
}

/* Checkout: allow normal vertical scroll; only clip horizontal overflow */
html body.woocommerce-checkout,
html.woocommerce-checkout {
  overflow-x: clip !important;
  overflow-y: auto !important;
  height: auto !important;
  min-height: 100% !important;
}
html body.woocommerce-checkout #page,
html body.woocommerce-checkout .site,
html body.woocommerce-checkout main,
html body.woocommerce-checkout .shop-wrap,
html body.woocommerce-checkout form.checkout,
html body.woocommerce-checkout .woocommerce {
  overflow: visible !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
  max-height: none !important;
  height: auto !important;
  transform: none !important;
  translate: none !important;
  animation: none !important;
}
@media (min-width: 1024px) {
  html body.woocommerce-checkout .shop-wrap,
  html body.woocommerce-checkout main.woocommerce-page > .shop-wrap {
    width: 100% !important;
    max-width: 1120px !important;
    margin-inline: auto !important;
    padding-inline: 0 !important;
  }
}


/* ========================================================================
   OnStart 5.1.8 — requested UI corrections
   ======================================================================== */
/* Mobile top order-tracking icon */
.order-track-link{display:none;position:relative;width:2.7rem;height:2.7rem;border-radius:.85rem;border:1px solid var(--line);background:var(--panel);color:var(--mut);align-items:center;justify-content:center;transition:all .25s var(--ease);flex:0 0 auto;text-decoration:none}
.order-track-link:hover{color:var(--blue);border-color:var(--blue);transform:translateY(-2px)}
.order-track-link svg{width:19px;height:19px}
@media(max-width:1023px){
  .header-cta{gap:5px!important;margin-inline-start:auto!important}
  .header-cta .track-link{display:none!important}
  .order-track-link{display:flex!important;width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;border-radius:9px!important}
  .order-track-link svg{width:18px!important;height:18px!important}
}
@media(max-width:639px){.order-track-link{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important}.order-track-link svg{width:17px!important;height:17px!important}}

/* Mobile drawer is physically anchored to the RIGHT, independent of RTL logical sides. */
@media(max-width:1023px){
  html body .main-nav{left:auto!important;right:0!important;inset-inline-start:auto!important;inset-inline-end:0!important;transform:translate3d(105%,0,0)!important;transform-origin:right center!important;visibility:hidden!important;transition:transform .3s var(--ease),visibility 0s linear .3s!important}
  html body .main-nav.open{left:auto!important;right:0!important;transform:translate3d(0,0,0)!important;visibility:visible!important;transition:transform .3s var(--ease)!important}
  html body .main-nav .nav-close{right:12px!important;left:auto!important;inset-inline-start:auto!important;inset-inline-end:12px!important}
}

/* Symmetrical navigation arrows: slightly smaller desktop glyphs, exact center in circle. */
.os-nav-btn,.plan-nav.os-nav-btn,#tst-prev,#tst-next,.post-nav .post-navigation .nav-previous a,.post-nav .post-navigation .nav-next a,.req-prev,.req-next{width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;flex:0 0 40px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:0!important;overflow:hidden!important}
.os-nav-prev::before,.os-nav-next::before,#tst-prev::before,#tst-next::before,.post-nav .post-navigation .nav-previous a::before,.post-nav .post-navigation .nav-next a::before,.req-prev::before,.req-next::before{width:auto!important;height:auto!important;font-size:17px!important;line-height:1!important;display:block!important;position:static!important;margin:0!important;padding:0!important;transform:none!important;text-align:center!important}
.os-nav-btn svg,.plan-nav.os-nav-btn svg,#tst-prev svg,#tst-next svg{width:17px!important;height:17px!important;margin:0!important;position:static!important}
@media(max-width:767px){
 .os-nav-btn,.plan-nav.os-nav-btn,#tst-prev,#tst-next{width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;flex-basis:40px!important}
 .os-nav-prev::before,.os-nav-next::before,#tst-prev::before,#tst-next::before{font-size:18px!important}
}

/* Save-all matches the normal section save button. */
.osadmin .oa-save-all-under{width:auto!important;justify-content:flex-start!important;margin-top:12px!important}
.osadmin .oa-save-all-under button.oa-save-all{height:42px!important;min-height:42px!important;padding:0 18px!important;border-radius:.9rem!important;font:800 .9rem Vazirmatn,Tahoma,sans-serif!important;box-shadow:0 10px 22px -12px rgba(31,111,224,.55)!important}

/* Public project/order tracking cards */
.track-methods,.order-track-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:1.4rem 0}
.track-method,.order-track-method{display:flex;align-items:center;justify-content:center;gap:.55rem;min-height:52px;padding:.7rem 1rem;border:1px solid var(--line);border-radius:.95rem;background:var(--panel);color:var(--mut);font:800 .86rem inherit;cursor:pointer;transition:all .2s}
.track-method svg,.order-track-method svg{width:19px;height:19px;flex:0 0 19px}
.track-method.active,.order-track-method.active{border-color:var(--blue);background:rgba(31,111,224,.08);color:var(--blue);box-shadow:0 8px 20px -14px rgba(31,111,224,.6)}
.track-form,.order-track-form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end}
.track-form .field,.order-track-form .field{min-width:0}
.track-form .btn,.order-track-form .btn{height:48px;min-height:48px;white-space:nowrap}
.order-track-page{padding:4rem 0 5rem}
.order-track-wrap{max-width:900px}
.order-track-card,.track-card{border:1px solid var(--line);background:var(--panel);border-radius:1.3rem;padding:2rem;box-shadow:var(--shadow-m)}
.order-track-card h1,.track-card h1{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.5rem);margin:.6rem 0}
.order-track-error,.tr-error{margin-top:1rem;padding:.85rem 1rem;border-radius:.8rem;background:rgba(239,68,68,.08);color:#c43a3a;border:1px solid rgba(239,68,68,.2)}
.order-track-result{margin-top:1.3rem;padding:1.2rem;border:1px solid var(--line);border-radius:1rem;background:var(--bg2)}
.order-result-top,.order-result-grid{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.order-result-grid{justify-content:flex-start;margin-top:1rem}
.order-result-grid>div,.order-result-top>div{display:grid;gap:.25rem}
.order-result-grid>div{min-width:180px}
.order-result-top small,.order-result-grid small{color:var(--dim);font-size:.72rem}
.order-result-top strong,.order-result-grid b{color:var(--ink)}
.order-result-top span{padding:.35rem .7rem;border-radius:999px;background:rgba(14,168,150,.1);color:var(--teal);font-size:.78rem;font-weight:800}
@media(max-width:767px){
 .track-methods,.order-track-methods{grid-template-columns:1fr 1fr}
 .track-form,.order-track-form{grid-template-columns:1fr}
 .track-form .btn,.order-track-form .btn{width:100%}
 .order-track-card,.track-card{padding:1.25rem}
 .order-result-top,.order-result-grid{flex-direction:column;align-items:stretch}
 .order-result-grid>div{min-width:0}
}


/* ========================================================================
   OnStart 5.1.9 — final mobile/desktop header + blog navigation + login UX
   ======================================================================== */

/* Desktop: order tracking must remain visible beside project tracking. */
@media (min-width: 1024px) {
  .header-cta .order-track-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: .5rem !important;
    width: auto !important;
    min-width: 0 !important;
    height: 2.7rem !important;
    min-height: 2.7rem !important;
    padding: .5rem 1.05rem !important;
    border-radius: 999px !important;
    color: var(--mut) !important;
    font-size: .83rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }
  .header-cta .order-track-link span { display: inline !important; }
  .header-cta .order-track-link svg { width: 17px !important; height: 17px !important; flex: 0 0 17px !important; }
  .header-cta .order-track-link:hover { color: var(--blue) !important; border-color: var(--blue) !important; transform: translateY(-2px) !important; }
}

/* Mobile: icon only in the top header, same geometry as the other icons. */
@media (max-width: 1023px) {
  .header-cta .order-track-link {
    display: inline-flex !important;
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 !important;
    border-radius: 9px !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .header-cta .order-track-link span { display: none !important; }
  .header-cta .order-track-link svg { width: 18px !important; height: 18px !important; margin: 0 !important; }
  .header-cta { gap: 5px !important; }
}
@media (max-width: 639px) {
  .header-cta .order-track-link { width: 34px !important; min-width: 34px !important; height: 34px !important; min-height: 34px !important; }
  .header-cta .order-track-link svg { width: 17px !important; height: 17px !important; }
}

/* Blog previous/next: wider buttons so Persian titles are readable. */
.single-post .post-nav .post-navigation .nav-previous a,
.single-post .post-nav .post-navigation .nav-next a,
.single .post-nav .post-navigation .nav-previous a,
.single .post-nav .post-navigation .nav-next a {
  width: auto !important;
  min-width: 180px !important;
  max-width: 48% !important;
  flex: 1 1 48% !important;
  height: auto !important;
  min-height: 46px !important;
  max-height: none !important;
  padding: .65rem 1rem !important;
  white-space: normal !important;
  line-height: 1.8 !important;
  overflow: visible !important;
  text-overflow: clip !important;
}
.single-post .post-nav .post-navigation .nav-previous a::before,
.single-post .post-nav .post-navigation .nav-next a::before,
.single .post-nav .post-navigation .nav-previous a::before,
.single .post-nav .post-navigation .nav-next a::before { display: none !important; content: none !important; }
.single-post .post-nav .post-navigation .nav-previous a svg,
.single-post .post-nav .post-navigation .nav-next a svg,
.single .post-nav .post-navigation .nav-previous a svg,
.single .post-nav .post-navigation .nav-next a svg { display: none !important; }
@media (max-width: 767px) {
  .single-post .post-nav .post-navigation .nav-previous a,
  .single-post .post-nav .post-navigation .nav-next a,
  .single .post-nav .post-navigation .nav-previous a,
  .single .post-nav .post-navigation .nav-next a {
    min-width: 0 !important;
    max-width: none !important;
    flex: 1 1 calc(50% - 5px) !important;
    min-height: 44px !important;
    font-size: .8rem !important;
    padding: .55rem .75rem !important;
  }
}

/* Mobile drawer: physically right, with its own right-side shadow. */
@media (max-width: 1023px) {
  html body .main-nav {
    left: auto !important;
    right: 0 !important;
    inset-inline-start: auto !important;
    inset-inline-end: 0 !important;
    transform: translate3d(105%, 0, 0) !important;
    transform-origin: right center !important;
    box-shadow: -14px 0 40px rgba(8, 25, 55, .16) !important;
  }
  html body .main-nav.open { transform: translate3d(0, 0, 0) !important; }
}

/* Bottom mobile bar: use a project/briefcase icon, not a magnifier/clock. */
.app-bar-project-track svg { width: 22px !important; height: 22px !important; }
.app-bar-project-track.active { color: var(--blue) !important; }

/* Mobile account popup: login + register remain side-by-side. */
@media (max-width: 767px) {
  #account-pop.account-pop,
  .account-pop {
    width: min(300px, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    inset-inline-end: 0 !important;
    padding: 0 !important;
  }
  .account-pop .ap-guest { padding: 1rem !important; }
  .account-pop .ap-guest-btns {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: .55rem !important;
    width: 100% !important;
  }
  .account-pop .ap-guest-btns .btn {
    min-width: 0 !important;
    width: 100% !important;
    min-height: 42px !important;
    padding: .65rem .5rem !important;
    justify-content: center !important;
    white-space: nowrap !important;
  }
}

/* Login mobile: exactly two large sections: account and one-time code. */
.os-login-mobile-tabs { display: none; }
.os-mobile-auth-switch,
.os-mobile-otp-switch { display: none; }
@media (max-width: 767px) {
  .os-login-tabs { display: none !important; }
  .os-login-mobile-tabs {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: .45rem !important;
    padding: .35rem !important;
    margin: 1.15rem 0 !important;
    border: 1px solid var(--line) !important;
    border-radius: .95rem !important;
    background: var(--bg2) !important;
  }
  .os-login-mobile-tabs button {
    min-height: 44px !important;
    border: 0 !important;
    border-radius: .72rem !important;
    background: transparent !important;
    color: var(--mut) !important;
    font: 800 .78rem var(--font-body) !important;
    cursor: pointer !important;
  }
  .os-login-mobile-tabs button.active {
    background: var(--panel) !important;
    color: var(--blue) !important;
    box-shadow: var(--shadow-s) !important;
  }
  .os-mobile-auth-switch,
  .os-mobile-otp-switch {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: .45rem !important;
    margin: 0 0 .85rem !important;
    padding: .3rem !important;
    border: 1px solid var(--line) !important;
    border-radius: .85rem !important;
    background: var(--bg2) !important;
  }
  .os-mobile-auth-switch button,
  .os-mobile-otp-switch button {
    min-height: 40px !important;
    border: 0 !important;
    border-radius: .65rem !important;
    background: transparent !important;
    color: var(--mut) !important;
    font: 800 .78rem var(--font-body) !important;
  }
  .os-mobile-auth-switch button.active,
  .os-mobile-otp-switch button.active {
    background: var(--panel) !important;
    color: var(--blue) !important;
    box-shadow: var(--shadow-s) !important;
  }
  .os-login-card { padding: 1.1rem !important; }
  .os-login-panel form,
  .os-otp-box { padding: 1rem !important; }
  .os-form-grid { grid-template-columns: 1fr !important; gap: 0 !important; }
}

/* ========================================================================
   OnStart 5.1.10 — precision UX pass
   ======================================================================== */

/* Checkout: the notice must take the user to the real top of the page,
   never sideways. Keep the document width locked to the viewport. */
html body.woocommerce-checkout,
html body.woocommerce-checkout #page,
html body.woocommerce-checkout .site,
html body.woocommerce-checkout main,
html body.woocommerce-checkout form.checkout{
  max-width:100%!important;
  min-width:0!important;
  overflow-x:clip!important;
}
html body.woocommerce-checkout #os-checkout-notices-top,
html body.woocommerce-checkout .os-checkout-notices-top{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
  transform:none!important;
}

/* Article previous/next: wider text buttons; no generated arrow/icon/font. */
.single-post .post-nav .post-navigation .nav-previous a,
.single-post .post-nav .post-navigation .nav-next a,
.single .post-nav .post-navigation .nav-previous a,
.single .post-nav .post-navigation .nav-next a{
  width:auto!important;
  min-width:240px!important;
  max-width:calc(50% - 6px)!important;
  flex:1 1 0!important;
  min-height:46px!important;
  height:auto!important;
  padding:.7rem 1.25rem!important;
  font-family:var(--font-body,inherit)!important;
  font-size:.86rem!important;
  font-weight:800!important;
  line-height:1.75!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
.single-post .post-nav .post-navigation a::before,
.single-post .post-nav .post-navigation a::after,
.single .post-nav .post-navigation a::before,
.single .post-nav .post-navigation a::after,
.single-post .post-nav .post-navigation a svg,
.single .post-nav .post-navigation a svg{
  display:none!important;
  content:none!important;
  width:0!important;
  height:0!important;
  font-size:0!important;
}
@media(max-width:767px){
  .single-post .post-nav .post-navigation .nav-previous a,
  .single-post .post-nav .post-navigation .nav-next a,
  .single .post-nav .post-navigation .nav-previous a,
  .single .post-nav .post-navigation .nav-next a{
    min-width:0!important;
    max-width:calc(50% - 5px)!important;
    min-height:44px!important;
    padding:.62rem .7rem!important;
    font-size:.78rem!important;
  }
}

/* All circular arrows use the same 40px circle and the same 16px glyph. */
.os-nav-btn,.plan-nav.os-nav-btn,#tst-prev,#tst-next,
.req-prev,.req-next{
  width:40px!important;min-width:40px!important;max-width:40px!important;
  height:40px!important;min-height:40px!important;max-height:40px!important;
  flex:0 0 40px!important;padding:0!important;margin:0!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  line-height:0!important;overflow:hidden!important;box-sizing:border-box!important;
}
.os-nav-btn span,
.os-nav-prev::before,.os-nav-next::before,
#tst-prev::before,#tst-next::before,
.req-prev::before,.req-next::before{
  display:block!important;
  width:16px!important;height:16px!important;
  margin:0!important;padding:0!important;
  font-family:Arial,Tahoma,sans-serif!important;
  font-size:16px!important;font-weight:400!important;line-height:16px!important;
  text-align:center!important;transform:none!important;
}
.os-nav-btn svg,#tst-prev svg,#tst-next svg{width:16px!important;height:16px!important;margin:0!important;display:block!important}

/* Admin: Save all is literally the same geometry as Save this section. */
.osadmin .oa-section-save button,
.osadmin .oa-save-all-under button.oa-save-all{
  height:44px!important;
  min-height:44px!important;
  padding:0 18px!important;
  border:0!important;
  border-radius:12px!important;
  background:#1f6fe0!important;
  color:#fff!important;
  box-shadow:0 10px 24px -12px rgba(31,111,224,.65)!important;
  font:800 13px Vazirmatn,Tahoma,sans-serif!important;
  line-height:44px!important;
  transform:none!important;
}
.osadmin .oa-section-save button:hover,
.osadmin .oa-save-all-under button.oa-save-all:hover{background:#185fc5!important;transform:translateY(-1px)!important}
.osadmin .oa-save-all-under{justify-content:flex-start!important;margin-top:10px!important}

/* OTP: compact, evenly spaced and clearly bordered digit boxes. */
.os-otp-box{padding:18px!important;box-sizing:border-box!important}
.os-otp-step{width:100%!important;max-width:540px!important}
.os-otp-inputs{gap:8px!important;justify-content:center!important;align-items:center!important}
.os-otp-inputs input{
  width:48px!important;min-width:48px!important;max-width:48px!important;
  height:52px!important;min-height:52px!important;
  border:1px solid #b9c7d8!important;
  background:#fff!important;color:#152238!important;
  -webkit-text-fill-color:#152238!important;
  border-radius:10px!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.45)!important;
}
.os-otp-inputs input:focus{border-color:var(--blue,#1f6fe0)!important;box-shadow:0 0 0 3px rgba(31,111,224,.12)!important}
@media(max-width:767px){
  .os-otp-box{padding:14px!important}
  .os-otp-inputs{gap:7px!important}
  .os-otp-inputs input{width:46px!important;min-width:46px!important;max-width:46px!important;height:50px!important}
}

/* Mobile account popup: directly under the account trigger, centered and clamped. */
@media(max-width:767px){
  html body .account-pop{
    position:fixed!important;
    top:calc(var(--onstart-header-h,56px) + 8px)!important;
    left:10px!important;
    right:auto!important;
    width:min(390px,calc(100vw - 20px))!important;
    max-width:calc(100vw - 20px)!important;
    max-height:calc(100dvh - var(--onstart-header-h,56px) - 18px)!important;
    margin:0!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    box-sizing:border-box!important;
  }
}

/* Mobile auth chooser: two clear primary actions, then two clear OTP choices. */
.os-mobile-password-switch{display:none}
.os-auth-alt-link{display:none}
@media(max-width:767px){
  .os-mobile-password-switch{display:grid!important;grid-template-columns:1fr 1fr;gap:7px;margin:0 0 12px;padding:4px;border:1px solid var(--line);border-radius:12px;background:var(--bg2);box-sizing:border-box}
  .os-mobile-password-switch button{min-height:40px;border:0;border-radius:9px;background:transparent;color:var(--mut);font:800 .72rem var(--font-body);cursor:pointer;padding:6px 5px;line-height:1.5}
  .os-mobile-password-switch button.active{background:var(--panel);color:var(--blue);box-shadow:var(--shadow-s)}
  .os-auth-alt-link{display:block!important;width:100%;margin:10px 0 0;padding:10px;border:1px solid var(--line);border-radius:10px;background:var(--panel);color:var(--blue);font:800 .78rem var(--font-body);cursor:pointer;text-align:center}
  .os-mobile-otp-switch{margin-bottom:12px!important}
  .os-login-panel form{padding:14px!important}
}

/* OTP method heading */
.os-otp-method-title{margin:0 0 10px;text-align:center;color:var(--ink);font-size:.92rem;font-weight:900;line-height:1.7}
@media(max-width:767px){.os-otp-method-title{font-size:.84rem;margin-bottom:9px}}

/* ========================================================================
   OnStart 5.1.12 — repair pass on the existing override layer
   No new CSS file: these rules intentionally live in onstart-overrides.css.
   ======================================================================== */

/* Header account popup: guest actions must always sit side by side. */
.account-pop .ap-guest-btns{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:8px!important;
  width:100%!important;
  align-items:stretch!important;
}
.account-pop .ap-guest-btns .btn{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

/* Article navigation: text only, wider, and all-posts link on the same row. */
.single-post .post-nav .post-navigation,
.single .post-nav .post-navigation{
  display:flex!important;
  align-items:stretch!important;
  justify-content:center!important;
  gap:10px!important;
  width:100%!important;
  flex-wrap:nowrap!important;
}
.single-post .post-nav .post-navigation .nav-previous,
.single-post .post-nav .post-navigation .nav-next,
.single .post-nav .post-navigation .nav-previous,
.single .post-nav .post-navigation .nav-next{
  width:auto!important;
  min-width:170px!important;
  max-width:none!important;
  height:auto!important;
  min-height:46px!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
}
.single-post .post-nav .post-navigation a,
.single .post-nav .post-navigation a{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  min-height:46px!important;
  height:auto!important;
  padding:9px 16px!important;
  border-radius:12px!important;
  font-size:.88rem!important;
  line-height:1.7!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  box-sizing:border-box!important;
}
.single-post .post-nav .post-navigation a span,
.single .post-nav .post-navigation a span{
  display:block!important;
  font-size:inherit!important;
  line-height:inherit!important;
}
.single-post .post-nav .post-navigation a::before,
.single-post .post-nav .post-navigation a::after,
.single .post-nav .post-navigation a::before,
.single .post-nav .post-navigation a::after,
.single-post .post-nav .post-navigation a svg,
.single .post-nav .post-navigation a svg{
  display:none!important;
  content:none!important;
}
.single-post .post-nav .post-all-link,
.single .post-nav .post-all-link{
  width:auto!important;
  min-width:130px!important;
  margin:0!important;
  min-height:46px!important;
  padding:9px 16px!important;
  border-radius:12px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
  box-sizing:border-box!important;
}
.single-post .post-nav,
.single .post-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  flex-wrap:nowrap!important;
}

/* Circular navigation: identical direction/glyph size everywhere except pricing.
   The pricing controls keep their existing direction. */
.os-nav-btn:not(#plan-prev):not(#plan-next),
#tst-prev,#tst-next{
  font-size:0!important;
}
.os-nav-btn:not(#plan-prev):not(#plan-next)::before,
#tst-prev::before,#tst-next::before{
  display:block!important;
  width:16px!important;
  height:16px!important;
  font-family:Arial,Tahoma,sans-serif!important;
  font-size:16px!important;
  line-height:16px!important;
  text-align:center!important;
  margin:0!important;
}
/* RTL: previous = left, next = right. Pricing is excluded above. */
.os-nav-prev:not(#plan-prev)::before,#tst-prev::before{content:'‹'!important}
.os-nav-next:not(#plan-next)::before,#tst-next::before{content:'›'!important}
.os-nav-btn:not(#plan-prev):not(#plan-next) svg,#tst-prev svg,#tst-next svg{display:none!important}

/* Mobile login: exactly two stacked primary boxes. */
@media(max-width:767px){
  .os-login-mobile-tabs{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    padding:0!important;
    margin:14px 0!important;
    border:0!important;
    background:transparent!important;
  }
  .os-login-mobile-tabs button{
    width:100%!important;
    min-height:52px!important;
    padding:10px 14px!important;
    border:1px solid var(--line,#dbe5f0)!important;
    border-radius:13px!important;
    background:var(--panel,#fff)!important;
    color:var(--ink,#12243c)!important;
    text-align:right!important;
    box-shadow:0 4px 14px rgba(20,45,80,.06)!important;
  }
  .os-login-mobile-tabs button.active{
    border-color:var(--blue,#1f6fe0)!important;
    color:var(--blue,#1f6fe0)!important;
    background:var(--panel,#fff)!important;
  }
  .os-mobile-auth-switch,
  .os-mobile-otp-switch{
    grid-template-columns:1fr 1fr!important;
    width:100%!important;
    margin:0 0 10px!important;
  }
  .os-login-panel[hidden]{display:none!important}
  .os-login-panel:not([hidden]){display:block!important}

  /* Popup: open below trigger and stay inside viewport. */
  html body .account-pop{
    left:auto!important;
    right:10px!important;
    inset-inline-start:auto!important;
    inset-inline-end:10px!important;
    transform:none!important;
    width:min(360px,calc(100vw - 20px))!important;
    max-width:calc(100vw - 20px)!important;
  }
}

/* Checkout totals on small screens: amount on top, currency underneath. */
@media(max-width:767px){
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total td,
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total th{
    vertical-align:middle!important;
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total .woocommerce-Price-amount bdi{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-end!important;
    justify-content:center!important;
    gap:1px!important;
    white-space:normal!important;
    line-height:1.35!important;
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total .woocommerce-Price-currencySymbol{
    display:block!important;
    font-size:.72em!important;
    line-height:1.2!important;
    white-space:nowrap!important;
  }
}

/* Keep product/testimonial arrow controls single-glyph: never render their old inline arrow too. */
.os-nav-btn:not(#plan-prev):not(#plan-next) span,
#tst-prev span,#tst-next span{display:none!important}

/* Save-all must use exactly the same visual treatment as Save-this-section. */
.osadmin .oa-save-all-under .oa-save-all{
  background:linear-gradient(135deg,#0e3a75,#1f6fe0)!important;
  color:#fff!important;
  border:0!important;
  border-radius:11px!important;
  padding:11px 28px!important;
  height:auto!important;
  min-height:44px!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.4!important;
  box-shadow:0 12px 24px -12px rgba(31,111,224,.55)!important;
}
.osadmin .oa-save-all-under .oa-save-all:hover{
  background:linear-gradient(135deg,#0e3a75,#1f6fe0)!important;
  transform:translateY(-2px)!important;
  box-shadow:0 16px 28px -12px rgba(31,111,224,.65)!important;
}

/* 5.1.13 focused cleanup: keep existing stylesheet architecture; no new CSS file. */
/* Article navigation: compact, responsive, text-only, no arrows. */
.single-post .post-nav,
.single .post-nav{width:100%!important;display:flex!important;justify-content:center!important;margin:24px auto!important;padding:0!important;overflow:visible!important}
.single-post .post-navigation,
.single .post-navigation{width:100%!important;max-width:760px!important;display:grid!important;grid-template-columns:minmax(120px,1fr) auto minmax(120px,1fr)!important;align-items:center!important;gap:6px!important;margin:0 auto!important;padding:0!important}
.single-post .post-navigation .nav-previous,
.single-post .post-navigation .nav-next,
.single .post-navigation .nav-previous,
.single .post-navigation .nav-next{min-width:0!important;margin:0!important;padding:0!important}
.single-post .post-navigation .nav-previous a,
.single-post .post-navigation .nav-next a,
.single .post-navigation .nav-previous a,
.single .post-navigation .nav-next a{width:100%!important;min-width:0!important;height:42px!important;padding:7px 12px!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;font-size:.86rem!important;line-height:1.5!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;box-sizing:border-box!important}
.single-post .post-navigation .nav-previous a::before,
.single-post .post-navigation .nav-previous a::after,
.single-post .post-navigation .nav-next a::before,
.single-post .post-navigation .nav-next a::after,
.single-post .post-navigation .nav-previous a svg,
.single-post .post-navigation .nav-next a svg,
.single .post-navigation .nav-previous a::before,
.single .post-navigation .nav-previous a::after,
.single .post-navigation .nav-next a::before,
.single .post-navigation .nav-next a::after,
.single .post-navigation .nav-previous a svg,
.single .post-navigation .nav-next a svg{display:none!important;content:none!important}
.single-post .post-navigation .post-all-link,
.single .post-navigation .post-all-link{width:auto!important;min-width:96px!important;height:42px!important;min-height:42px!important;padding:7px 12px!important;margin:0!important;white-space:nowrap!important}
/* Navigation buttons: one glyph source only, identical size. Pricing uses the same treatment. */
.os-nav-btn,.plan-nav.os-nav-btn,#tst-prev,#tst-next{position:relative!important;box-sizing:border-box!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:0!important;line-height:1!important;overflow:hidden!important}
.os-nav-btn span,.plan-nav.os-nav-btn span,#tst-prev span,#tst-next span{display:block!important;position:static!important;width:16px!important;height:18px!important;margin:0!important;padding:0!important;font-family:Arial,Tahoma,sans-serif!important;font-size:18px!important;font-weight:400!important;line-height:18px!important;text-align:center!important;transform:none!important}
.os-nav-btn::before,.os-nav-btn::after,.plan-nav.os-nav-btn::before,.plan-nav.os-nav-btn::after,#tst-prev::before,#tst-prev::after,#tst-next::before,#tst-next::after{content:none!important;display:none!important}
.os-nav-btn svg,.plan-nav.os-nav-btn svg,#tst-prev svg,#tst-next svg{display:none!important}
/* Prevent duplicate icon fonts/glyphs inside plan controls. */
#pricing .plans-controls .plan-nav{font-family:Arial,Tahoma,sans-serif!important}
#pricing .plans-controls .plan-nav span{font-family:Arial,Tahoma,sans-serif!important}
/* Tracking buttons: centered text and contained icon. */
.header-cta .order-track-link,.header-cta .project-track-link,
.order-track-link,.project-track-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:7px!important;position:relative!important;overflow:hidden!important}
.header-cta .order-track-link svg,.header-cta .project-track-link svg,.order-track-link svg,.project-track-link svg{width:17px!important;height:17px!important;min-width:17px!important;min-height:17px!important;max-width:17px!important;max-height:17px!important;flex:0 0 17px!important;position:static!important;margin:0!important;transform:none!important}
/* Checkout: move notice to the actual top of the page, never sideways. */
html body.woocommerce-checkout{overflow-x:hidden!important}
html body.woocommerce-checkout #os-checkout-notices-top{position:relative!important;left:auto!important;right:auto!important;transform:none!important;scroll-margin-top:0!important}
@media(max-width:767px){
 .single-post .post-navigation,.single .post-navigation{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;gap:4px!important;max-width:100%!important}
 .single-post .post-navigation .nav-previous a,.single-post .post-navigation .nav-next a,.single .post-navigation .nav-previous a,.single .post-navigation .nav-next a{font-size:.78rem!important;padding:6px 7px!important}
 .single-post .post-navigation .post-all-link,.single .post-navigation .post-all-link{min-width:82px!important;padding:6px 8px!important;font-size:.78rem!important}
 .header-cta .order-track-link,.header-cta .project-track-link,.order-track-link,.project-track-link{justify-content:center!important;text-align:center!important}
 .header-cta .order-track-link svg,.header-cta .project-track-link svg,.order-track-link svg,.project-track-link svg{width:16px!important;height:16px!important;min-width:16px!important;min-height:16px!important}
}

/* 5.1.13: simple mobile account chooser — exactly three primary boxes. */
@media(max-width:767px){
  .os-login-mobile-tabs{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin:14px 0!important}
  .os-login-mobile-tabs button{width:100%!important;min-height:52px!important;padding:10px 14px!important;border:1px solid var(--line,#dbe5f0)!important;border-radius:13px!important;background:#fff!important;color:var(--ink,#12243c)!important;text-align:center!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:900!important}
  .os-login-mobile-tabs button.active{border-color:var(--blue,#1f6fe0)!important;color:var(--blue,#1f6fe0)!important}
  .os-mobile-password-switch,.os-mobile-register-switch,.os-mobile-otp-switch{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;width:100%!important;margin:0 0 12px!important}
  .os-mobile-password-switch button,.os-mobile-register-switch button,.os-mobile-otp-switch button{min-height:44px!important;padding:8px 10px!important;border:1px solid var(--line,#dbe5f0)!important;border-radius:10px!important;background:#fff!important;text-align:center!important;font-size:.78rem!important;font-weight:800!important}
  .os-mobile-password-switch button.active,.os-mobile-register-switch button.active,.os-mobile-otp-switch button.active{border-color:var(--blue,#1f6fe0)!important;color:var(--blue,#1f6fe0)!important;background:rgba(31,111,224,.06)!important}
  .os-mobile-password-switch[hidden],.os-mobile-register-switch[hidden],.os-mobile-otp-switch[hidden]{display:none!important}
}

/* ================================================================
   OnStart 5.1.15 — responsive / UI stabilization
   ================================================================ */

/* Mobile drawer: right anchored in RTL, never slides to the left. */
@media (max-width:1023px){
  html body .main-nav{
    left:auto!important;
    right:0!important;
    inset-inline-start:auto!important;
    inset-inline-end:0!important;
    transform:translate3d(105%,0,0)!important;
    transform-origin:right center!important;
    visibility:hidden!important;
  }
  html body .main-nav.open,
  html body .main-nav.is-open{
    left:auto!important;
    right:0!important;
    inset-inline-start:auto!important;
    inset-inline-end:0!important;
    transform:translate3d(0,0,0)!important;
    visibility:visible!important;
  }

  /* Single-post navigation: keep both controls in a sane RTL row. */
  .post-navigation,
  .single-post .post-navigation,
  .single .post-navigation{
    width:100%!important;
    max-width:100%!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:12px!important;
    direction:rtl!important;
    align-items:stretch!important;
    overflow:visible!important;
  }
  .post-navigation .nav-previous,
  .post-navigation .nav-next{
    min-width:0!important;
    width:auto!important;
    float:none!important;
    margin:0!important;
  }
  .post-navigation a{
    min-height:46px!important;
    width:100%!important;
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    white-space:normal!important;
    word-break:break-word!important;
  }

  /* If the theme uses its own single-post controls, stop flex overflow. */
  .single-post .single-post-nav,
  .single-post .post-nav,
  .single-post .article-navigation{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }
  .single-post .single-post-nav > *,
  .single-post .post-nav > *,
  .single-post .article-navigation > *{
    min-width:0!important;
    max-width:100%!important;
  }

  /* Project request step button. */
  .project-step-next,
  .project-request .step-next,
  .project-request-form .step-next,
  #project-next,
  #btn-project-next{
    box-sizing:border-box!important;
    min-height:46px!important;
    max-width:100%!important;
    white-space:nowrap!important;
    writing-mode:horizontal-tb!important;
    transform:none!important;
  }

  /* Checkout notices must not trap the page scroll. */
  .woocommerce-checkout .woocommerce-notices-wrapper,
  .woocommerce-checkout .woocommerce-NoticeGroup,
  .woocommerce-checkout .woocommerce-error,
  .woocommerce-checkout .woocommerce-message,
  .woocommerce-checkout .woocommerce-info{
    max-height:none!important;
    height:auto!important;
    overflow:visible!important;
  }
}

/* Search icon in project/order tracking: prevent oversized icon SVG/font. */
.project-tracking .search-icon,
.project-tracking .search-icon svg,
.order-tracking .search-icon,
.order-tracking .search-icon svg,
.tracking-form .search-icon,
.tracking-form .search-icon svg,
.project-track .search-icon,
.order-track .search-icon{
  width:20px!important;
  height:20px!important;
  max-width:20px!important;
  max-height:20px!important;
  min-width:20px!important;
  min-height:20px!important;
  font-size:18px!important;
  line-height:1!important;
  flex:0 0 20px!important;
  transform:none!important;
}
.project-tracking .search-icon svg *,
.order-tracking .search-icon svg *,
.tracking-form .search-icon svg *,
.project-track .search-icon svg *,
.order-track .search-icon svg *{
  transform:none!important;
}

/* OTP method choices: make email a first-class option whenever rendered. */
.otp-methods,
.otp-method-options{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}
.otp-methods .otp-method,
.otp-method-options .otp-method{
  min-width:130px!important;
  flex:1 1 130px!important;
}
.otp-method-email,
[data-otp-method="email"],
input[value="email"] + label,
label[for*="email"]{
  display:flex!important;
}

/* Desktop popular badge remains physically on the right. */
@media(min-width:1024px){
  #pricing .plans-track > .plan .plan-badges,
  #pricing .plans-track > .plan .plan-badge{
    right:1.3rem!important;
    left:auto!important;
    inset-inline-end:auto!important;
    inset-inline-start:auto!important;
  }
}

/* Final circular navigation normalization. */
.os-nav-btn,
.plan-nav.os-nav-btn,
#tst-prev,#tst-next{
  box-sizing:border-box!important;
  width:40px!important;height:40px!important;
  min-width:40px!important;min-height:40px!important;
  max-width:40px!important;max-height:40px!important;
  padding:0!important;
  display:inline-flex!important;
  align-items:center!important;justify-content:center!important;
  line-height:1!important;overflow:hidden!important;
}
.os-nav-btn::before,.os-nav-btn::after,
.plan-nav.os-nav-btn::before,.plan-nav.os-nav-btn::after,
#tst-prev::before,#tst-prev::after,#tst-next::before,#tst-next::after{
  content:none!important;display:none!important;
}
.os-nav-btn svg,.plan-nav.os-nav-btn svg,#tst-prev svg,#tst-next svg{
  display:none!important;
}
.os-nav-btn span,.plan-nav.os-nav-btn span,#tst-prev span,#tst-next span{
  display:flex!important;align-items:center!important;justify-content:center!important;
  width:100%!important;height:100%!important;margin:0!important;padding:0!important;
  font-family:Arial,Tahoma,sans-serif!important;font-size:18px!important;
  font-weight:400!important;line-height:1!important;color:#fff!important;transform:none!important;
}


/* ========================================================================
   OnStart 5.1.16 — MASTER CORRECTION LAYER
   This is intentionally the final cascade layer. Earlier releases contain
   historical patches that conflict with each other; these rules establish
   one final source of truth without deleting the older rollback history.
   ======================================================================== */

/* ---------- Mobile header / drawer: physical RIGHT edge ---------- */
@media (max-width:1023px){
  html body .site-header{position:sticky!important;z-index:1000!important;}
  html body .header-in{position:relative!important;z-index:1001!important;}
  html body .main-nav{
    position:fixed!important;
    top:0!important;
    right:0!important;
    left:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:0!important;
    width:min(320px,86vw)!important;
    max-width:86vw!important;
    height:100dvh!important;
    min-height:100vh!important;
    margin:0!important;
    padding:60px 12px 24px!important;
    transform:translate3d(105%,0,0)!important;
    transform-origin:right center!important;
    visibility:hidden!important;
    opacity:1!important;
    z-index:1002!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    direction:rtl!important;
    box-shadow:-16px 0 42px rgba(8,25,55,.18)!important;
  }
  html body .main-nav.open,
  html body .main-nav.is-open{
    right:0!important;
    left:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:0!important;
    transform:translate3d(0,0,0)!important;
    visibility:visible!important;
  }
  html body .nav-backdrop{
    z-index:999!important;
  }
  html body .main-nav .nav-close{
    top:12px!important;
    right:12px!important;
    left:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:12px!important;
  }
}

/* ---------- Header tracking actions: never disappear accidentally ---------- */
.header-cta .track-link,
.header-cta .order-track-link{
  flex:0 0 auto!important;
  box-sizing:border-box!important;
  text-decoration:none!important;
}
@media (max-width:1023px){
  .header-cta .track-link{display:none!important;}
  .header-cta .order-track-link{
    display:inline-flex!important;
    width:36px!important;height:36px!important;
    min-width:36px!important;min-height:36px!important;
    padding:0!important;border-radius:9px!important;
  }
  .header-cta .order-track-link span{display:none!important;}
}
@media (min-width:1024px){
  .header-cta .order-track-link{
    display:inline-flex!important;
    width:auto!important;min-width:0!important;
    height:42px!important;min-height:42px!important;
    padding:.5rem 1rem!important;
    border-radius:999px!important;
  }
  .header-cta .order-track-link span{display:inline!important;}
}
@media (max-width:639px){
  .header-cta .order-track-link{
    width:34px!important;height:34px!important;
    min-width:34px!important;min-height:34px!important;
  }
}

/* ---------- Single article navigation: exactly Previous | All | Next ---------- */
.single-post .post-nav,
.single .post-nav{
  width:100%!important;
  min-width:0!important;
  display:block!important;
  margin-top:1.5rem!important;
}
.single-post .post-nav .post-navigation,
.single .post-nav .post-navigation{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;
  grid-template-areas:"prev all next"!important;
  align-items:center!important;
  gap:10px!important;
  direction:ltr!important;
  margin:0!important;
  padding:0!important;
}
.single-post .post-nav .nav-previous,
.single .post-nav .nav-previous{grid-area:prev!important;min-width:0!important;width:auto!important;margin:0!important;}
.single-post .post-nav .post-all-link,
.single .post-nav .post-all-link{grid-area:all!important;justify-self:center!important;width:auto!important;min-width:92px!important;max-width:none!important;margin:0!important;}
.single-post .post-nav .nav-next,
.single .post-nav .nav-next{grid-area:next!important;min-width:0!important;width:auto!important;margin:0!important;}
.single-post .post-nav .nav-previous a,
.single-post .post-nav .nav-next a,
.single .post-nav .nav-previous a,
.single .post-nav .nav-next a{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
  min-height:42px!important;
  height:42px!important;
  box-sizing:border-box!important;
  padding:.5rem 2.15rem!important;
  border:1px solid var(--line)!important;
  border-radius:999px!important;
  background:var(--panel)!important;
  color:var(--blue)!important;
  box-shadow:var(--shadow-s)!important;
  font-size:.82rem!important;
  font-weight:800!important;
  line-height:1.3!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  text-decoration:none!important;
}
.single-post .post-nav .nav-previous a::before,
.single .post-nav .nav-previous a::before{
  content:"←"!important;
  display:block!important;
  position:absolute!important;
  right:.75rem!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:auto!important;height:auto!important;
  font:700 17px/1 Arial,Tahoma,sans-serif!important;
  color:currentColor!important;
}
.single-post .post-nav .nav-next a::after,
.single .post-nav .nav-next a::after{
  content:"→"!important;
  display:block!important;
  position:absolute!important;
  left:.75rem!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:auto!important;height:auto!important;
  font:700 17px/1 Arial,Tahoma,sans-serif!important;
  color:currentColor!important;
}
.single-post .post-nav .post-all-link{
  min-height:42px!important;
  height:42px!important;
  padding:.5rem 1rem!important;
  border-radius:999px!important;
  white-space:nowrap!important;
}
@media (max-width:767px){
  .single-post .post-nav .post-navigation,
  .single .post-nav .post-navigation{
    grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;
    gap:7px!important;
  }
  .single-post .post-nav .nav-previous a,
  .single-post .post-nav .nav-next a,
  .single .post-nav .nav-previous a,
  .single .post-nav .nav-next a{
    min-height:40px!important;height:40px!important;
    padding:.45rem 1.8rem!important;
    font-size:.74rem!important;
  }
  .single-post .post-nav .post-all-link,
  .single .post-nav .post-all-link{
    min-width:76px!important;
    min-height:40px!important;height:40px!important;
    padding:.45rem .65rem!important;
    font-size:.74rem!important;
  }
}

/* ---------- Navigation controls: one glyph source, preserve SVG ---------- */
.os-nav-btn,
.plan-nav.os-nav-btn,
#tst-prev,#tst-next{
  box-sizing:border-box!important;
  width:40px!important;height:40px!important;
  min-width:40px!important;min-height:40px!important;
  max-width:40px!important;max-height:40px!important;
  padding:0!important;
  margin:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:50%!important;
  line-height:1!important;
  font-size:0!important;
  overflow:hidden!important;
  position:relative!important;
}
.os-nav-btn svg,
.plan-nav.os-nav-btn svg,
#tst-prev svg,#tst-next svg{
  display:block!important;
  width:17px!important;height:17px!important;
  min-width:17px!important;min-height:17px!important;
  max-width:17px!important;max-height:17px!important;
  margin:0!important;
  position:static!important;
  transform:none!important;
  pointer-events:none!important;
}
.os-nav-btn > span,
.plan-nav.os-nav-btn > span,
#tst-prev > span,#tst-next > span{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;height:auto!important;
  margin:0!important;padding:0!important;
  font:400 18px/1 Arial,Tahoma,sans-serif!important;
  transform:none!important;
}
.os-nav-btn::before,.os-nav-btn::after,
.plan-nav.os-nav-btn::before,.plan-nav.os-nav-btn::after,
#tst-prev::before,#tst-prev::after,#tst-next::before,#tst-next::after{
  content:none!important;
  display:none!important;
}

/* ---------- Project request wizard: labeled buttons, not icon circles ---------- */
.req-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  width:100%!important;
  min-width:0!important;
}
.req-nav > span{flex:1 1 auto!important;min-width:0!important;}
.req-prev,.req-next{
  width:auto!important;
  min-width:0!important;
  max-width:100%!important;
  height:44px!important;
  min-height:44px!important;
  max-height:none!important;
  flex:0 1 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:.65rem 1rem!important;
  border-radius:.9rem!important;
  font-size:.86rem!important;
  line-height:1.2!important;
  overflow:visible!important;
  white-space:nowrap!important;
  position:relative!important;
  box-sizing:border-box!important;
}
.req-prev svg,.req-next svg{
  display:block!important;
  width:17px!important;height:17px!important;
  min-width:17px!important;min-height:17px!important;
  max-width:17px!important;max-height:17px!important;
  position:static!important;
  margin:0!important;
  transform:none!important;
  pointer-events:none!important;
}
.req-prev::before,.req-prev::after,.req-next::before,.req-next::after{
  content:none!important;display:none!important;
}
@media (max-width:767px){
  .req-nav{gap:8px!important;}
  .req-prev,.req-next{
    min-height:44px!important;height:44px!important;
    padding:.65rem .8rem!important;
    font-size:.78rem!important;
    flex:1 1 0!important;
  }
}

/* ---------- Tracking pages: both methods always visible and usable ---------- */
.track-methods,.order-track-methods{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
.track-method,.order-track-method{
  min-width:0!important;
  width:100%!important;
  overflow:hidden!important;
}
.track-method svg,.order-track-method svg{
  display:block!important;
  width:19px!important;height:19px!important;
  min-width:19px!important;min-height:19px!important;
  flex:0 0 19px!important;
}
.track-form,.order-track-form{
  min-width:0!important;
}
@media (max-width:767px){
  .track-methods,.order-track-methods{gap:7px!important;}
  .track-method,.order-track-method{
    min-height:48px!important;
    padding:.55rem .5rem!important;
    font-size:.74rem!important;
  }
  .track-method svg,.order-track-method svg{
    width:17px!important;height:17px!important;
    min-width:17px!important;min-height:17px!important;
    flex-basis:17px!important;
  }
}

/* ---------- Login / OTP: do not hide email controls when enabled ---------- */
.os-login-mobile-tabs[hidden],
.os-mobile-password-switch[hidden],
.os-mobile-register-switch[hidden],
.os-mobile-otp-switch[hidden],
.os-login-panel[hidden]{display:none!important;}
@media (max-width:767px){
  .os-login-mobile-tabs{display:grid!important;}
  .os-login-mobile-tabs button{width:100%!important;min-height:50px!important;}
  .os-mobile-password-switch:not([hidden]),
  .os-mobile-register-switch:not([hidden]),
  .os-mobile-otp-switch:not([hidden]){
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
    margin:0 0 12px!important;
  }
  .os-login-panel:not([hidden]){display:block!important;}
  .os-login-panel form,.os-otp-box{
    width:100%!important;max-width:100%!important;box-sizing:border-box!important;
  }
  .os-otp-methods,.os-otp-method-options{display:flex!important;flex-wrap:wrap!important;}
  .otp-method-email,[data-otp-method="email"]{display:flex!important;}
}

/* ---------- Mobile account popup: anchored inside viewport, not off-screen ---------- */
@media (max-width:767px){
  html body #account-pop.account-pop{
    position:fixed!important;
    top:calc(58px + env(safe-area-inset-top))!important;
    right:10px!important;
    left:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:10px!important;
    width:min(320px,calc(100vw - 20px))!important;
    max-width:calc(100vw - 20px)!important;
    max-height:calc(100dvh - 72px - env(safe-area-inset-top))!important;
    margin:0!important;
    transform:translateY(-8px) scale(.985)!important;
    transform-origin:top right!important;
    z-index:1100!important;
  }
  html body #account-pop.account-pop.open{
    transform:none!important;
  }
  html body.admin-bar #account-pop.account-pop{
    top:calc(104px + env(safe-area-inset-top))!important;
    max-height:calc(100dvh - 118px - env(safe-area-inset-top))!important;
  }
  .account-pop .ap-links a{
    min-height:42px!important;
  }
}

/* ---------- Prevent horizontal page drift, but keep vertical scrolling ---------- */
@media (max-width:1023px){
  html,body{overflow-x:clip!important;}
}
html body.woocommerce-checkout{
  overflow-x:clip!important;
  overflow-y:auto!important;
}

/* ONSTART 5.1.17 FINAL CORRECTIONS */
@media (max-width:1023px){html body .main-nav,html body header .main-nav{left:auto!important;right:0!important;inset-inline-start:auto!important;inset-inline-end:0!important;transform:translate3d(105%,0,0)!important;transform-origin:right center!important;visibility:hidden!important;transition:transform .28s ease,visibility 0s linear .28s!important}html body .main-nav.open,html body header .main-nav.open{left:auto!important;right:0!important;inset-inline-start:auto!important;inset-inline-end:0!important;transform:translate3d(0,0,0)!important;visibility:visible!important;transition:transform .28s ease!important}}
html body.single-post .post-nav .post-navigation,html body.single .post-nav .post-navigation{display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;grid-template-areas:"prev all next"!important;align-items:center!important;direction:ltr!important;gap:10px!important;width:100%!important;max-width:100%!important;margin:0!important}html body.single-post .post-nav .nav-previous,html body.single .post-nav .nav-previous{grid-area:prev!important}html body.single-post .post-nav .post-all-link,html body.single .post-nav .post-all-link{grid-area:all!important}html body.single-post .post-nav .nav-next,html body.single .post-nav .nav-next{grid-area:next!important}html body.single-post .post-nav .nav-previous a,html body.single-post .post-nav .nav-next a,html body.single .post-nav .nav-previous a,html body.single .post-nav .nav-next a,html body.single-post .post-nav .post-all-link,html body.single .post-nav .post-all-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;box-sizing:border-box!important;min-height:42px!important;width:100%!important;margin:0!important;white-space:nowrap!important}html body.single-post .post-nav .post-all-link,html body.single .post-nav .post-all-link{width:auto!important;min-width:82px!important;padding-inline:14px!important}
@media(max-width:767px){html body.single-post .post-nav .post-navigation,html body.single .post-nav .post-navigation{gap:7px!important}html body.single-post .post-nav .nav-previous a,html body.single-post .post-nav .nav-next a,html body.single .post-nav .nav-previous a,html body.single .post-nav .nav-next a{min-height:40px!important;padding:7px 8px!important;font-size:.76rem!important}html body.single-post .post-nav .post-all-link,html body.single .post-nav .post-all-link{min-width:72px!important;min-height:40px!important;padding:7px 8px!important;font-size:.74rem!important}html body.page-template-page-request .req-nav{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}html body.page-template-page-request .req-nav .req-prev,html body.page-template-page-request .req-nav .req-next{flex:0 1 48%!important;width:48%!important;max-width:220px!important;min-width:0!important;justify-content:center!important;text-align:center!important}html body.page-template-page-request .req-nav .req-next:only-child{flex:0 1 72%!important;width:72%!important;margin-inline:auto!important}}
html body .track-form #tr-submit,html body .order-track-form #ot-submit{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;text-align:center!important;white-space:nowrap!important}html body .track-form #tr-submit svg,html body .order-track-form #ot-submit svg{width:14px!important;height:14px!important;min-width:14px!important;min-height:14px!important;flex:0 0 14px!important;display:block!important;margin:0!important}@media(max-width:767px){html body .track-form #tr-submit,html body .order-track-form #ot-submit{width:100%!important;min-height:46px!important;justify-content:center!important}}
@media(min-width:1024px){html body .header-cta .track-link,html body .header-cta .order-track-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;text-align:center!important}html body .header-cta .track-link svg,html body .header-cta .order-track-link svg{width:14px!important;height:14px!important;flex:0 0 14px!important}}


/* ================================================================
   OnStart 5.1.18 — FINAL UI STABILITY
   ================================================================ */
/* Mobile drawer: physically anchored to the right edge in RTL and LTR. */
@media (max-width:1023px){
  html body #main-nav.main-nav,
  html body header #main-nav.main-nav{
    position:fixed!important;
    top:0!important;right:0!important;left:auto!important;
    inset-inline-start:auto!important;inset-inline-end:0!important;
    width:min(310px,86vw)!important;
    height:100dvh!important;
    transform:translate3d(105%,0,0)!important;
    transform-origin:100% 50%!important;
    visibility:hidden!important;
  }
  html body #main-nav.main-nav.open,
  html body header #main-nav.main-nav.open{
    right:0!important;left:auto!important;
    inset-inline-start:auto!important;inset-inline-end:0!important;
    transform:translate3d(0,0,0)!important;
    visibility:visible!important;
  }
}
/* Project request: previous on the right, review/send on the left. */
html body.page-template-page-request .req-nav{
  direction:rtl!important;
}
html body.page-template-page-request .req-nav .req-prev{order:1!important;}
html body.page-template-page-request .req-nav .req-next{order:2!important;}
@media(max-width:767px){
  html body.page-template-page-request .req-nav{
    direction:rtl!important;
    justify-content:space-between!important;
  }
  html body.page-template-page-request .req-nav .req-prev,
  html body.page-template-page-request .req-nav .req-next{
    flex:1 1 0!important;
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    justify-content:center!important;
    text-align:center!important;
  }
  html body.page-template-page-request .req-nav .req-prev{order:1!important;}
  html body.page-template-page-request .req-nav .req-next{order:2!important;}
}


/* ================================================================
   ONSTART 5.1.19 — FINAL UI STABILIZATION
   ================================================================ */
@media (max-width:1023px){
  /* Mobile drawer: physical RIGHT edge, independent of RTL/LTR. */
  html body .main-nav{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:0!important;
    width:min(310px,86vw)!important;
    max-width:86vw!important;
    margin:0!important;
    transform:translate3d(105%,0,0)!important;
    transform-origin:right center!important;
    direction:rtl!important;
    visibility:hidden!important;
    transition:transform .30s cubic-bezier(.16,1,.3,1),visibility 0s linear .30s!important;
  }
  html body .main-nav.open{
    right:0!important;
    left:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:0!important;
    transform:translate3d(0,0,0)!important;
    visibility:visible!important;
    transition:transform .30s cubic-bezier(.16,1,.3,1)!important;
  }
}

/* Single post navigation: three equal visual buttons, RTL order:
   previous = right, all posts = center, next = left. */
html body.single-post .post-nav .post-navigation,
html body.single .post-nav .post-navigation{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  grid-template-areas:"prev all next"!important;
  direction:rtl!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
}
html body.single-post .post-nav .nav-previous,
html body.single .post-nav .nav-previous{grid-area:prev!important;min-width:0!important;width:100%!important;margin:0!important;}
html body.single-post .post-nav .post-all-link,
html body.single .post-nav .post-all-link{grid-area:all!important;}
html body.single-post .post-nav .nav-next,
html body.single .post-nav .nav-next{grid-area:next!important;min-width:0!important;width:100%!important;margin:0!important;}
html body.single-post .post-nav .nav-previous a,
html body.single-post .post-nav .nav-next a,
html body.single-post .post-nav .post-all-link,
html body.single .post-nav .nav-previous a,
html body.single .post-nav .nav-next a,
html body.single .post-nav .post-all-link{
  width:100%!important;
  min-width:0!important;
  min-height:42px!important;
  margin:0!important;
  padding:8px 10px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  box-sizing:border-box!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  border-radius:.9rem!important;
}
@media(max-width:767px){
  html body.single-post .post-nav .post-navigation,
  html body.single .post-nav .post-navigation{gap:8px!important;}
  html body.single-post .post-nav .nav-previous a,
  html body.single-post .post-nav .nav-next a,
  html body.single-post .post-nav .post-all-link,
  html body.single .post-nav .nav-previous a,
  html body.single .post-nav .nav-next a,
  html body.single .post-nav .post-all-link{
    min-height:40px!important;
    padding:7px 6px!important;
    font-size:.74rem!important;
  }
}

/* Mobile OTP method switch: keep SMS + Email visible side-by-side. */
@media(max-width:767px){
  html body .os-mobile-otp-switch:not([hidden]){
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
    margin:0 0 12px!important;
  }
  html body .os-mobile-otp-switch:not([hidden]) button{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-width:0!important;
    min-height:46px!important;
    text-align:center!important;
  }
}

/* Checkout: reveal the actual notice, not merely a tiny nudge. */
html body.woocommerce-checkout #os-checkout-notices-top{
  scroll-margin-top:calc(72px + env(safe-area-inset-top))!important;
}


/* ================================================================
   OnStart 5.1.20 — FINAL FIX: physical RTL mobile drawer + single-post nav
   ================================================================ */
@media (max-width:1023px){
  html body .main-nav{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:0!important;
    width:min(310px,86vw)!important;
    max-width:86vw!important;
    transform:translate3d(110%,0,0)!important;
    transform-origin:right center!important;
    visibility:hidden!important;
    transition:transform .30s var(--ease, ease),visibility 0s linear .30s!important;
  }
  html body.nav-open .main-nav,
  html body .main-nav.open{
    right:0!important;
    left:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:0!important;
    transform:translate3d(0,0,0)!important;
    visibility:visible!important;
    transition:transform .30s var(--ease, ease),visibility 0s linear 0s!important;
  }
}

/* Single post navigation: physically previous=RIGHT, all=middle, next=LEFT.
   All three controls share exactly the same button treatment. */
html body.single-post .post-nav .post-navigation,
html body.single .post-nav .post-navigation{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)!important;
  grid-template-areas:"next all prev"!important;
  direction:ltr!important;
  align-items:center!important;
  justify-content:stretch!important;
  gap:clamp(8px,2vw,14px)!important;
  width:100%!important;
  margin-inline:0!important;
}
html body.single-post .post-nav .post-navigation .nav-previous,
html body.single .post-nav .post-navigation .nav-previous{
  grid-area:prev!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
html body.single-post .post-nav .post-navigation .post-all-link,
html body.single .post-nav .post-navigation .post-all-link{
  grid-area:all!important;
}
html body.single-post .post-nav .post-navigation .nav-next,
html body.single .post-nav .post-navigation .nav-next{
  grid-area:next!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
html body.single-post .post-nav .post-navigation .nav-previous a,
html body.single-post .post-nav .post-navigation .nav-next a,
html body.single-post .post-nav .post-navigation .post-all-link,
html body.single .post-nav .post-navigation .nav-previous a,
html body.single .post-nav .post-navigation .nav-next a,
html body.single .post-nav .post-navigation .post-all-link{
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:42px!important;
  min-height:42px!important;
  margin:0!important;
  padding:0 10px!important;
  border:0!important;
  border-radius:10px!important;
  background:var(--blue,#1f6fe0)!important;
  color:#fff!important;
  box-shadow:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  direction:rtl!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-size:.82rem!important;
  font-weight:800!important;
  line-height:1.4!important;
}
html body.single-post .post-nav .post-navigation .nav-previous a:hover,
html body.single-post .post-nav .post-navigation .nav-next a:hover,
html body.single-post .post-nav .post-navigation .post-all-link:hover,
html body.single .post-nav .post-navigation .nav-previous a:hover,
html body.single .post-nav .post-navigation .nav-next a:hover,
html body.single .post-nav .post-navigation .post-all-link:hover{
  background:var(--blue2,#1450a8)!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
}
html body.single-post .post-nav .post-navigation a::before,
html body.single-post .post-nav .post-navigation a::after,
html body.single .post-nav .post-navigation a::before,
html body.single .post-nav .post-navigation a::after,
html body.single-post .post-nav .post-navigation a svg,
html body.single .post-nav .post-navigation a svg{
  display:none!important;
  content:none!important;
}
html body.single-post .post-nav .post-navigation a span,
html body.single .post-nav .post-navigation a span{
  display:inline!important;
  color:#fff!important;
  font-size:inherit!important;
}
@media(max-width:767px){
  html body.single-post .post-nav .post-navigation,
  html body.single .post-nav .post-navigation{
    gap:7px!important;
  }
  html body.single-post .post-nav .post-navigation .nav-previous a,
  html body.single-post .post-nav .post-navigation .nav-next a,
  html body.single-post .post-nav .post-navigation .post-all-link,
  html body.single .post-nav .post-navigation .nav-previous a,
  html body.single .post-nav .post-navigation .nav-next a,
  html body.single .post-nav .post-navigation .post-all-link{
    height:40px!important;
    min-height:40px!important;
    padding-inline:5px!important;
    font-size:.72rem!important;
    border-radius:9px!important;
  }
}


/* ================================================================
   OnStart 5.1.22 — HARD LOCK: mobile menu physically attached to RIGHT
   The drawer must enter from the RIGHT edge and never dock on the left.
   ================================================================ */
@media (max-width:1023px){
  html body header .main-nav#main-nav,
  html body .site-header .main-nav#main-nav,
  html body .main-nav#main-nav{
    position:fixed!important;
    top:0!important;
    right:0!important;
    left:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:0!important;
    margin-left:0!important;
    margin-right:0!important;
    width:min(310px,86vw)!important;
    max-width:86vw!important;
    height:100dvh!important;
    transform:translateX(101%)!important;
    transform-origin:right center!important;
    visibility:hidden!important;
  }

  html body.nav-open header .main-nav#main-nav,
  html body.nav-open .site-header .main-nav#main-nav,
  html body .main-nav#main-nav.open{
    position:fixed!important;
    top:0!important;
    right:0!important;
    left:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:0!important;
    margin-left:0!important;
    margin-right:0!important;
    transform:translateX(0)!important;
    visibility:visible!important;
  }
}


/* ================================================================
   OnStart 5.1.22 — final account/menu stability fixes
   فقط برای خنثی‌کردن قوانین قدیمی متناقض؛ ساختار صفحات موجود دست‌نخورده است.
   ================================================================ */

/* حساب کاربری: منو همیشه ستون سمت راست در دسکتاپ */
@media (min-width: 901px) {
  body.woocommerce-account .os-account-shell {
    display: grid !important;
    direction: ltr !important;
    grid-template-columns: minmax(0,1fr) 17.5rem !important;
    gap: 1.35rem !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 1120px !important;
    margin-inline: auto !important;
  }
  body.woocommerce-account .os-account-shell-content {
    grid-column: 1 !important;
    grid-row: 1 !important;
    direction: rtl !important;
    text-align: right !important;
    min-width: 0 !important;
  }
  body.woocommerce-account .os-account-shell-nav {
    grid-column: 2 !important;
    grid-row: 1 !important;
    direction: rtl !important;
    text-align: right !important;
    width: 17.5rem !important;
    max-width: 17.5rem !important;
    min-width: 0 !important;
  }
  body.woocommerce-account .os-account-shell-nav .os-account-side {
    width: 100% !important;
    position: sticky !important;
    top: 5.5rem !important;
  }
}

/* در موبایل منوی حساب زیر هدر و تمام‌عرض بماند؛ چپ/راست نشود */
@media (max-width: 900px) {
  body.woocommerce-account .os-account-shell {
    display: flex !important;
    flex-direction: column !important;
    direction: rtl !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  body.woocommerce-account .os-account-shell-nav,
  body.woocommerce-account .os-account-shell-content {
    order: initial !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  body.woocommerce-account .os-account-shell-nav {
    order: 1 !important;
  }
  body.woocommerce-account .os-account-shell-content {
    order: 2 !important;
  }
}

/* آیتم پیگیری پروژه در منوی اصلی */
.nav-link-project-track {
  white-space: nowrap;
}

/* تایم‌لاین درخواست‌های حساب */
.os-request-timelines {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}
.os-request-timeline-card {
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  background: var(--bg2);
}
.os-request-timeline-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
.os-request-timeline-head h3 {
  margin: 0;
  font-size: 1rem;
}
.os-request-timeline-head small {
  display: block;
  color: var(--dim);
  margin-top: .25rem;
}
.os-request-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1rem;
  margin-top: .8rem;
  color: var(--dim);
  font-size: .75rem;
}
.os-request-stage-now {
  color: var(--teal);
  font-weight: 800;
}
.os-request-timeline {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: .35rem;
  list-style: none;
  margin: 1.15rem 0 .9rem;
  padding: 0;
}
.os-request-timeline-step {
  position: relative;
  display: grid;
  justify-items: center;
  gap: .4rem;
  text-align: center;
  min-width: 0;
}
.os-request-timeline-step::before {
  content: "";
  position: absolute;
  top: .82rem;
  inset-inline-start: 50%;
  width: 100%;
  height: 2px;
  background: var(--line);
  z-index: 0;
}
.os-request-timeline-step:last-child::before {
  display: none;
}
.os-request-timeline-dot {
  position: relative;
  z-index: 1;
  width: 1.7rem;
  height: 1.7rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid var(--line);
  background: var(--panel);
  color: var(--dim);
  font-size: .68rem;
  font-weight: 900;
}
.os-request-timeline-label {
  color: var(--dim);
  font-size: .68rem;
  line-height: 1.4;
}
.os-request-timeline-step.is-done .os-request-timeline-dot,
.os-request-timeline-step.is-current .os-request-timeline-dot {
  border-color: var(--blue);
  color: var(--blue);
}
.os-request-timeline-step.is-done::before {
  background: var(--blue);
}
.os-request-timeline-step.is-done .os-request-timeline-label,
.os-request-timeline-step.is-current .os-request-timeline-label {
  color: var(--ink);
  font-weight: 800;
}
.os-request-track-btn {
  min-height: 36px !important;
}

@media (max-width: 767px) {
  .os-request-timeline {
    grid-template-columns: 1fr;
    gap: .2rem;
    margin-inline: .25rem;
  }
  .os-request-timeline-step {
    grid-template-columns: 2rem 1fr;
    justify-items: start;
    align-items: center;
    text-align: right;
    min-height: 2rem;
  }
  .os-request-timeline-step::before {
    top: 1.7rem;
    inset-inline-start: .82rem;
    width: 2px;
    height: calc(100% + .2rem);
  }
  .os-request-timeline-step:last-child::before {
    display: none;
  }
}


/* ================================================================
   OnStart 5.1.25 — mobile main menu RIGHT lock
   فقط جایگاه/چیدمان منوی موبایل؛ منوی دسکتاپ و لینک‌های حساب دست‌نخورده.
   ================================================================ */
@media (max-width:1023px){
  html body header #main-nav#main-nav.main-nav{
    position:fixed!important;
    top:0!important;
    right:0!important;
    left:auto!important;
    bottom:0!important;
    inset-inline-start:auto!important;
    inset-inline-end:0!important;
    width:min(310px,86vw)!important;
    max-width:86vw!important;
    margin:0!important;
    padding:60px 16px 24px!important;
    box-sizing:border-box!important;
    direction:rtl!important;
    text-align:right!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    flex-direction:column!important;
    transform:translate3d(110%,0,0)!important;
    transform-origin:100% 50%!important;
    visibility:hidden!important;
  }

  html body.nav-open header #main-nav#main-nav.main-nav,
  html body header #main-nav#main-nav.main-nav.open,
  html body header #main-nav#main-nav.main-nav.is-open{
    right:0!important;
    left:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:0!important;
    transform:translate3d(0,0,0)!important;
    visibility:visible!important;
  }

  html body header #main-nav#main-nav.main-nav > .nav-link,
  html body header #main-nav#main-nav.main-nav > .drop,
  html body header #main-nav#main-nav.main-nav > .nav-group{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
    text-align:right!important;
    align-self:stretch!important;
    justify-content:flex-start!important;
  }
}

@media (min-width:601px){
  .os-project-license-card{display:block;padding:16px 0;border-bottom:1px solid var(--line)}
  .os-project-license-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0}
}
@media (max-width:600px){
  .os-project-license-card{display:block;padding:14px 0;border-bottom:1px solid var(--line)}
  .os-project-license-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 0}
  .os-project-license-row .btn{flex:0 0 auto}
}


/* ================================================================
   OnStart 5.1.25 — account architecture + mobile drawer foundation fix
   ================================================================ */
@media (max-width:1023px){
  html body .main-nav,
  html body header .main-nav#main-nav{
    position:fixed!important;
    top:0!important;
    right:0!important;
    left:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:0!important;
    bottom:0!important;
    width:min(310px,86vw)!important;
    max-width:86vw!important;
    min-width:0!important;
    height:100dvh!important;
    margin:0!important;
    padding:60px 12px 20px!important;
    box-sizing:border-box!important;
    direction:rtl!important;
    transform:translate3d(101%,0,0)!important;
    transform-origin:right center!important;
    visibility:hidden!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
  }
  html body.nav-open .main-nav,
  html body header .main-nav#main-nav.open,
  html body header .main-nav#main-nav.is-open{
    right:0!important;
    left:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:0!important;
    transform:translate3d(0,0,0)!important;
    visibility:visible!important;
  }
  html body .main-nav > .nav-link,
  html body .main-nav > .nav-item{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin-inline:0!important;
    align-self:stretch!important;
    text-align:right!important;
  }
}

/* حساب کاربری: تنها «درخواست‌های من» مرکز پروژه است. */
.os-request-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin:1rem 0}
.os-request-details>div{display:grid;gap:.18rem;padding:.7rem .75rem;border:1px solid var(--line);border-radius:.8rem;background:var(--panel)}
.os-request-details span{font-size:.68rem;color:var(--dim)}
.os-request-details b{font-size:.78rem;color:var(--ink)}
.os-request-description{margin:1rem 0;padding:.9rem;border:1px dashed var(--line);border-radius:.85rem;background:var(--panel)}
.os-request-description strong{font-size:.75rem;color:var(--ink)}
.os-request-description p{margin:.4rem 0 0;color:var(--mut);font-size:.78rem;line-height:2}
.os-project-license-title{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:.5rem}
.os-project-license-title small{color:var(--dim);font-size:.68rem}
.os-project-license-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem 0;border-top:1px solid var(--line)}
.os-project-license-row>span{font-size:.76rem;font-weight:800;overflow-wrap:anywhere}
@media(max-width:700px){
  .os-request-details{grid-template-columns:1fr 1fr}
  .os-project-license-title{align-items:flex-start;flex-direction:column;gap:.25rem}
  .os-project-license-row{align-items:stretch;flex-direction:column}
  .os-project-license-row .btn{width:100%;justify-content:center}
}


/* ================================================================
   OnStart 5.1.25 — FINAL SOURCE OF TRUTH
   The mobile drawer is physically positioned from the right.  No logical
   inset, RTL direction, or earlier legacy rule may move its containing box.
   ================================================================ */
@media (max-width:1023px){
  html body header .header-in #main-nav.main-nav{
    position:fixed!important;
    inset-block-start:0!important;
    inset-block-end:0!important;
    right:0!important;
    left:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:0!important;
    width:min(310px,86vw)!important;
    min-width:min(310px,86vw)!important;
    max-width:86vw!important;
    height:100dvh!important;
    margin:0!important;
    box-sizing:border-box!important;
    direction:rtl!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    transform:translate3d(101%,0,0)!important;
    transform-origin:100% 50%!important;
    visibility:hidden!important;
    z-index:1002!important;
  }
  html body.nav-open header .header-in #main-nav.main-nav,
  html body header .header-in #main-nav.main-nav.open,
  html body header .header-in #main-nav.main-nav.is-open{
    right:0!important;
    left:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:0!important;
    transform:translate3d(0,0,0)!important;
    visibility:visible!important;
  }
}


/* OnStart 5.1.25 — mobile drawer: one source of truth.
 * Physical viewport anchoring; opens from outside the RIGHT and docks flush RIGHT.
 */
@media (max-width:1023px){
  html body #main-nav.main-nav{
    position:fixed!important;
    top:0!important; right:0!important; bottom:0!important; left:auto!important;
    width:min(310px,86vw)!important;
    max-width:86vw!important; min-width:0!important;
    height:100dvh!important;
    margin:0!important; padding:60px 12px 20px!important;
    box-sizing:border-box!important;
    transform:translate3d(-110%,0,0)!important;
    visibility:hidden!important;
    opacity:1!important;
    z-index:100000!important;
    overflow-y:auto!important; overflow-x:hidden!important;
  }
  html body.nav-open #main-nav.main-nav,
  html body #main-nav.main-nav.open,
  html body #main-nav.main-nav.is-open{
    position:fixed!important;
    top:0!important; right:0!important; bottom:0!important; left:auto!important;
    transform:translate3d(0,0,0)!important;
    visibility:visible!important;
  }
}

/* ================================================================
   OnStart 5.1.26 — mobile main menu: physical right dock, left-to-right entry
   This block intentionally overrides the historical mobile-nav patches above.
   ================================================================ */
@media (max-width:1023px){
  html body header#site-header #main-nav.main-nav{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    inset:0 0 0 auto!important;
    width:min(310px,86vw)!important;
    max-width:86vw!important;
    min-width:0!important;
    height:100dvh!important;
    margin:0!important;
    box-sizing:border-box!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    direction:rtl!important;
    transform:translate3d(-110%,0,0)!important;
    transform-origin:right center!important;
    visibility:hidden!important;
    opacity:1!important;
    z-index:100000!important;
    transition:transform .32s var(--ease,ease),visibility 0s linear .32s!important;
  }
  html body.nav-open header#site-header #main-nav.main-nav,
  html body header#site-header #main-nav.main-nav.open,
  html body header#site-header #main-nav.main-nav.is-open{
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    inset:0 0 0 auto!important;
    transform:translate3d(0,0,0)!important;
    visibility:visible!important;
    transition:transform .32s var(--ease,ease),visibility 0s linear 0s!important;
  }
}

/* OnStart 5.1.26 — account menu exact order + request icon */
body.woocommerce-account .os-account-menu ul{display:flex!important;flex-direction:column!important;}
body.woocommerce-account .os-account-menu li a{direction:rtl!important;justify-content:flex-start!important;}
body.woocommerce-account .os-account-menu .os-nav-ico{order:0!important;}
body.woocommerce-account .os-account-menu .os-nav-label{order:1!important;}
.os-order-delivery-files{margin-top:20px;padding:16px;border:1px solid var(--line);border-radius:14px;background:var(--panel);}
.os-order-delivery-files h3{margin:0 0 10px;font-size:1rem;}
