/* All selectors are intentionally scoped to .sbb-root to coexist with Woodmart and Elementor. */
.sbb-root {
  --sbb-ink: #102327;
  --sbb-ink-soft: #385157;
  --sbb-paper: #ffffff;
  --sbb-mist: #f2f6f5;
  --sbb-mint: #d9ebe6;
  --sbb-gold: #9a7840;
  --sbb-border: #d7e1df;
  --sbb-shadow: 0 18px 42px rgba(16, 35, 39, 0.12);
  --sbb-radius: 8px;
  color: var(--sbb-ink);
  direction: rtl;
  font-family: Vazirmatn, Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  text-align: right;
}

.sbb-root,
.sbb-root *,
.sbb-root *::before,
.sbb-root *::after {
  box-sizing: border-box;
}

.sbb-root .sbb-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.sbb-root img {
  display: block;
  max-width: 100%;
}

.sbb-root a {
  color: inherit;
  text-decoration: none;
}

.sbb-root .sbb-eyebrow {
  display: inline-block;
  color: var(--sbb-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.sbb-root .sbb-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 9px 18px;
  text-align: center;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.sbb-root .sbb-button:hover {
  transform: translateY(-2px);
}

.sbb-root .sbb-button:focus-visible,
.sbb-root a:focus-visible,
.sbb-root input:focus-visible,
.sbb-root select:focus-visible {
  outline: 3px solid #0d8d7a;
  outline-offset: 3px;
}

.sbb-root .sbb-button--primary {
  background: var(--sbb-ink);
  color: #fff;
}

.sbb-root .sbb-button--primary:hover {
  background: #1b4147;
}

.sbb-root .sbb-button--secondary {
  background: #fff;
  border-color: #aebfbd;
  color: var(--sbb-ink);
}

.sbb-root .sbb-button--secondary:hover {
  border-color: var(--sbb-ink);
}

.sbb-root .sbb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.sbb-root .sbb-hero {
  background: var(--sbb-paper);
  overflow: hidden;
  padding: 54px 0 66px;
}

.sbb-root .sbb-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(30px, 5vw, 86px);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.sbb-root .sbb-hero__content {
  padding-block: 28px;
}

.sbb-root .sbb-hero h1 {
  color: var(--sbb-ink);
  font-size: clamp(34px, 4.6vw, 64px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.24;
  margin: 14px 0;
}

.sbb-root .sbb-hero p {
  color: var(--sbb-ink-soft);
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 2.05;
  margin: 0;
  max-width: 590px;
}

.sbb-root .sbb-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 19px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.sbb-root .sbb-hero__proof li {
  color: #29464c;
  font-size: 13px;
  font-weight: 700;
  padding-right: 14px;
  position: relative;
}

.sbb-root .sbb-hero__proof li::before {
  background: #0d8d7a;
  border-radius: 50%;
  content: "";
  height: 6px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 6px;
}

.sbb-root .sbb-hero__visual {
  margin: 0;
  min-height: 440px;
  overflow: hidden;
  position: relative;
}

.sbb-root .sbb-hero__visual::before {
  border: 1px solid var(--sbb-gold);
  content: "";
  inset: 14px -14px -14px 14px;
  pointer-events: none;
  position: absolute;
}

.sbb-root .sbb-hero__visual img {
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  position: relative;
  width: 100%;
}

.sbb-root .sbb-hero__visual figcaption {
  background: var(--sbb-ink);
  bottom: 0;
  color: #fff;
  display: grid;
  gap: 1px;
  left: 0;
  max-width: 260px;
  padding: 14px 18px;
  position: absolute;
}

.sbb-root .sbb-hero__visual figcaption span {
  color: #d7ece8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.sbb-root .sbb-hero__visual figcaption strong {
  font-size: 13px;
}

.sbb-root .sbb-proof {
  background: var(--sbb-ink);
  color: #fff;
}

.sbb-root .sbb-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sbb-root .sbb-proof article {
  min-height: 188px;
  padding: 28px 26px;
}

.sbb-root .sbb-proof article + article {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.sbb-root .sbb-proof__number {
  color: #9bd2c8;
  display: block;
  font-size: 12px;
  font-weight: 800;
}

.sbb-root .sbb-proof h2 {
  font-size: 19px;
  line-height: 1.5;
  margin: 7px 0 3px;
}

.sbb-root .sbb-proof p {
  color: #d7e6e3;
  font-size: 13px;
  line-height: 1.9;
  margin: 0;
}

.sbb-root .sbb-section {
  background: #fff;
  padding: clamp(54px, 8vw, 96px) 0;
}

.sbb-root .sbb-section--soft {
  background: var(--sbb-mist);
}

.sbb-root .sbb-section-head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sbb-root .sbb-section-head h2,
.sbb-root .sbb-journey h2,
.sbb-root .sbb-professional h2 {
  color: var(--sbb-ink);
  font-size: clamp(28px, 3.5vw, 45px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 7px 0 0;
}

.sbb-root .sbb-section-head p {
  color: var(--sbb-ink-soft);
  font-size: 15px;
  line-height: 2;
  margin: 0;
  max-width: 420px;
}

.sbb-root .sbb-text-link {
  border-bottom: 2px solid var(--sbb-gold);
  color: var(--sbb-ink);
  font-size: 14px;
  font-weight: 800;
  padding-bottom: 3px;
  white-space: nowrap;
}

.sbb-root .sbb-category-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sbb-root .sbb-category-card {
  aspect-ratio: 0.94;
  background: var(--sbb-ink);
  color: #fff;
  min-height: 245px;
  overflow: hidden;
  position: relative;
}

.sbb-root .sbb-category-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
  width: 100%;
}

.sbb-root .sbb-category-card:hover img {
  transform: scale(1.05);
}

.sbb-root .sbb-category-card__shade {
  background: linear-gradient(0deg, rgba(8, 25, 29, 0.92), rgba(8, 25, 29, 0.02) 70%);
  inset: 0;
  position: absolute;
}

.sbb-root .sbb-category-card__content {
  bottom: 0;
  display: grid;
  gap: 3px;
  padding: 16px;
  position: absolute;
  right: 0;
  width: 100%;
}

.sbb-root .sbb-category-card__content small {
  color: #bbded8;
  font-size: 11px;
  font-weight: 800;
}

.sbb-root .sbb-category-card__content strong {
  font-size: 17px;
  line-height: 1.55;
}

.sbb-root .sbb-category-card__content em {
  color: #e3efec;
  font-size: 12px;
  font-style: normal;
}

.sbb-root .sbb-product-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sbb-root .sbb-product-card {
  background: #fff;
  border: 1px solid var(--sbb-border);
  border-radius: var(--sbb-radius);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.sbb-root .sbb-product-card:hover {
  box-shadow: var(--sbb-shadow);
  transform: translateY(-3px);
}

.sbb-root .sbb-product-card__image {
  aspect-ratio: 1 / 0.87;
  background: #eef4f2;
  display: block;
  overflow: hidden;
  position: relative;
}

.sbb-root .sbb-product-card__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}

.sbb-root .sbb-product-card:hover .sbb-product-card__image img {
  transform: scale(1.035);
}

.sbb-root .sbb-product-card__badge {
  background: var(--sbb-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  left: 10px;
  line-height: 1.5;
  padding: 5px 8px;
  position: absolute;
  top: 10px;
}

.sbb-root .sbb-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}

.sbb-root .sbb-product-card__meta {
  color: var(--sbb-ink-soft);
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 7px;
  justify-content: space-between;
}

.sbb-root .sbb-product-card__meta span:last-child {
  color: #0a7c6c;
}

.sbb-root .sbb-product-card h3 {
  font-size: 18px;
  line-height: 1.5;
  margin: 12px 0 0;
}

.sbb-root .sbb-product-card h3 a:hover {
  color: #0a7c6c;
}

.sbb-root .sbb-product-card small {
  color: #60767a;
  direction: ltr;
  display: block;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 3px;
  text-align: right;
}

.sbb-root .sbb-product-card p {
  color: #52696d;
  font-size: 13px;
  line-height: 1.9;
  margin: 13px 0 16px;
}

.sbb-root .sbb-product-card__footer {
  align-items: center;
  border-top: 1px solid var(--sbb-border);
  display: flex;
  font-size: 12px;
  gap: 8px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 12px;
}

.sbb-root .sbb-product-card__footer span {
  color: #60767a;
}

.sbb-root .sbb-product-card__footer a {
  color: #0a665c;
  font-weight: 800;
  white-space: nowrap;
}

.sbb-root .sbb-journey {
  background: #dcece8;
  padding: clamp(54px, 7vw, 86px) 0;
}

.sbb-root .sbb-journey__grid {
  align-items: start;
  display: grid;
  gap: clamp(30px, 6vw, 90px);
  grid-template-columns: 0.85fr 1.15fr;
}

.sbb-root .sbb-journey p,
.sbb-root .sbb-professional p {
  color: var(--sbb-ink-soft);
  font-size: 15px;
  line-height: 2;
  margin: 14px 0 0;
}

.sbb-root .sbb-journey ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sbb-root .sbb-journey li {
  align-items: center;
  border-bottom: 1px solid rgba(16, 35, 39, 0.22);
  display: grid;
  gap: 16px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  padding: 17px 0;
}

.sbb-root .sbb-journey li > span {
  color: var(--sbb-gold);
  font-size: 12px;
  font-weight: 800;
}

.sbb-root .sbb-journey li strong {
  display: block;
  font-size: 17px;
}

.sbb-root .sbb-journey li p {
  font-size: 13px;
  margin: 0;
}

.sbb-root .sbb-journey li a {
  border-bottom: 2px solid var(--sbb-gold);
  font-size: 13px;
  font-weight: 800;
  padding-bottom: 2px;
  white-space: nowrap;
}

.sbb-root .sbb-professional {
  align-items: center;
  display: grid;
  gap: clamp(28px, 6vw, 88px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr);
}

.sbb-root .sbb-professional > img {
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
  width: 100%;
}

.sbb-root .sbb-professional ul {
  color: var(--sbb-ink-soft);
  font-size: 14px;
  margin: 20px 0 26px;
  padding-right: 19px;
}

.sbb-root .sbb-professional li + li {
  margin-top: 7px;
}

.sbb-root.sbb-catalog {
  background: #fff;
  padding: 48px 0 74px;
}

.sbb-root .sbb-catalog__hero {
  border-bottom: 1px solid var(--sbb-border);
  padding-bottom: 28px;
}

.sbb-root .sbb-catalog__hero h1 {
  color: var(--sbb-ink);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.3;
  margin: 7px 0;
}

.sbb-root .sbb-catalog__hero p {
  color: var(--sbb-ink-soft);
  font-size: 15px;
  line-height: 2;
  margin: 0;
  max-width: 680px;
}

.sbb-root .sbb-filter {
  background: var(--sbb-mist);
  border: 1px solid var(--sbb-border);
  display: grid;
  gap: 16px;
  margin-top: 25px;
  padding: 18px;
}

.sbb-root .sbb-filter label {
  color: #345057;
  display: grid;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
}

.sbb-root .sbb-filter input,
.sbb-root .sbb-filter select {
  background: #fff;
  border: 1px solid #b8c9c7;
  border-radius: 4px;
  color: var(--sbb-ink);
  font: inherit;
  font-size: 14px;
  min-height: 44px;
  padding: 8px 11px;
  width: 100%;
}

.sbb-root .sbb-filter__search {
  max-width: 540px;
}

.sbb-root .sbb-filter__fields {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sbb-root .sbb-filter__fields > label {
  flex: 1 1 210px;
}

.sbb-root .sbb-filter__fields .sbb-button {
  flex: 0 0 auto;
}

.sbb-root .sbb-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0;
}

.sbb-root .sbb-filter-chips a {
  border: 1px solid #bed0cd;
  border-radius: 999px;
  color: #315056;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 11px;
}

.sbb-root .sbb-filter-chips a:hover,
.sbb-root .sbb-filter-chips a.is-current {
  background: var(--sbb-ink);
  border-color: var(--sbb-ink);
  color: #fff;
}

.sbb-root .sbb-results-head {
  align-items: center;
  border-bottom: 1px solid var(--sbb-border);
  color: #506a6e;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 12px;
}

.sbb-root .sbb-results-head p {
  color: var(--sbb-ink);
  font-size: 14px;
  font-weight: 800;
  margin: 0;
}

.sbb-root .sbb-empty {
  background: var(--sbb-mist);
  border: 1px solid var(--sbb-border);
  margin: 28px 0;
  padding: 28px;
  text-align: center;
}

.sbb-root .sbb-empty h2 {
  color: var(--sbb-ink);
  font-size: 20px;
  margin: 0;
}

.sbb-root .sbb-empty p {
  color: var(--sbb-ink-soft);
  font-size: 14px;
  margin: 7px 0 0;
}

.sbb-root .sbb-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
  margin-top: 32px;
}

.sbb-root .sbb-pagination a {
  align-items: center;
  border: 1px solid var(--sbb-border);
  color: var(--sbb-ink);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 38px;
  min-width: 38px;
  padding: 5px 10px;
}

.sbb-root .sbb-pagination a:hover,
.sbb-root .sbb-pagination a.is-current {
  background: var(--sbb-ink);
  border-color: var(--sbb-ink);
  color: #fff;
}

@media (max-width: 1024px) {
  .sbb-root .sbb-category-grid,
  .sbb-root .sbb-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sbb-root .sbb-hero__grid,
  .sbb-root .sbb-professional,
  .sbb-root .sbb-journey__grid {
    grid-template-columns: 1fr;
  }

  .sbb-root .sbb-hero__visual {
    max-width: 760px;
    width: calc(100% - 16px);
  }
}

@media (max-width: 680px) {
  .sbb-root .sbb-shell {
    width: min(100% - 28px, 1180px);
  }

  .sbb-root .sbb-hero {
    padding: 32px 0 42px;
  }

  .sbb-root .sbb-hero__content {
    padding-block: 0;
  }

  .sbb-root .sbb-hero__visual,
  .sbb-root .sbb-hero__visual img {
    min-height: 315px;
  }

  .sbb-root .sbb-proof__grid,
  .sbb-root .sbb-category-grid,
  .sbb-root .sbb-product-grid {
    grid-template-columns: 1fr;
  }

  .sbb-root .sbb-proof article {
    min-height: auto;
  }

  .sbb-root .sbb-proof article + article {
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .sbb-root .sbb-section-head,
  .sbb-root .sbb-results-head {
    align-items: start;
    flex-direction: column;
  }

  .sbb-root .sbb-category-card {
    aspect-ratio: 1.6 / 1;
  }

  .sbb-root .sbb-journey li {
    align-items: start;
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .sbb-root .sbb-journey li a {
    grid-column: 2;
    justify-self: start;
  }

  .sbb-root .sbb-filter,
  .sbb-root .sbb-filter__fields {
    display: grid;
  }

  .sbb-root .sbb-filter__fields .sbb-button {
    width: 100%;
  }
}
