@charset "UTF-8";
/* Product list pages (PLP) — category, all products, brand */
.plp-page {
  padding-bottom: 2.5rem;
}
.plp-page .list-product {
  margin-top: 1.25rem;
}

.dlp-hero {
  --dlp-stub: 148px;
  margin-top: 1rem;
}
.dlp-hero__ticket {
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  background: linear-gradient(200deg, color-mix(in srgb, var(--color-one) 14%, var(--sk-surface, #fff)) 0%, var(--sk-surface, #fff) 46%);
  border: 1px solid var(--sk-border, rgba(37, 37, 37, 0.08));
  border-radius: var(--sk-radius-md, var(--product-radius));
  box-shadow: var(--sk-shadow-xs, 0 1px 2px rgba(20, 22, 26, 0.05));
}
.dlp-hero__copy {
  flex: 1 1 auto;
  min-width: 0;
  padding: 1.35rem 1.6rem 1.4rem;
}
.dlp-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-family: "yekan-bold", inherit;
  font-size: 12px;
  color: var(--color-one);
  line-height: 1;
}
.dlp-hero__eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--color-one);
}
.dlp-hero__title {
  margin: 0 0 0.45rem;
  font-family: "yekan-extra-bold", inherit;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.4;
  color: var(--sk-ink-900, var(--color-dark));
  letter-spacing: -0.01em;
}
.dlp-hero__stub {
  position: relative;
  flex: 0 0 var(--dlp-stub);
  width: var(--dlp-stub);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 1.15rem 0.85rem;
  text-align: center;
  background: color-mix(in srgb, var(--color-one) 16%, var(--sk-surface, #fff));
  color: var(--sk-ink-900, var(--color-dark));
}
.dlp-hero__stub::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  right: 0;
  border-right: 2px dashed color-mix(in srgb, var(--color-one) 35%, var(--sk-border, rgba(37, 37, 37, 0.12)));
}
.dlp-hero__stub-icon {
  font-size: 18px;
  line-height: 1;
  color: var(--color-one);
  margin-bottom: 4px;
}
.dlp-hero__stub-count {
  font-family: "yekan-extra-bold", inherit;
  font-size: 1.65rem;
  line-height: 1.1;
  color: var(--sk-ink-900, var(--color-dark));
}
.dlp-hero__stub-label {
  font-family: "yekan-medium", inherit;
  font-size: 12px;
  color: var(--sk-ink-700, #3a3d44);
}
.dlp-hero .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
}
.dlp-hero .breadcrumb .breadcrumb-item {
  font-size: 13px;
}
.dlp-hero .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--sk-ink-300, #aeb2ba);
}
.dlp-hero .breadcrumb .breadcrumb-item a {
  color: var(--sk-ink-500, #71757d);
  transition: color var(--sk-dur-fast, 0.22s) ease;
}
.dlp-hero .breadcrumb .breadcrumb-item a:hover {
  color: var(--color-one);
}
.dlp-hero .breadcrumb .breadcrumb-item a:focus-visible {
  outline: 2px solid var(--color-one);
  outline-offset: 3px;
  border-radius: 4px;
}
.dlp-hero .breadcrumb .breadcrumb-item.active {
  color: var(--sk-ink-700, #3a3d44);
}

.plp-pagination .pagination {
  list-style: none;
  padding: 0;
  margin: 1.75rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
}
.plp-pagination .pagination li {
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
.plp-pagination .pagination li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 100px;
  border: 1px solid var(--sk-border, rgba(37, 37, 37, 0.08));
  background: var(--sk-surface, #fff);
  color: var(--sk-ink-700, #3a3d44);
  font-family: "yekan-medium", inherit;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color var(--sk-dur-fast, 0.22s) ease, border-color var(--sk-dur-fast, 0.22s) ease, color var(--sk-dur-fast, 0.22s) ease, box-shadow var(--sk-dur-fast, 0.22s) ease, transform 160ms cubic-bezier(0.23, 1, 0.32, 1);
}
.plp-pagination .pagination li a:hover {
  border-color: var(--color-one);
  color: var(--sk-ink-900, var(--color-dark));
}
.plp-pagination .pagination li a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 22%, transparent);
}
.plp-pagination .pagination li a:active {
  transform: scale(0.97);
}
.plp-pagination .pagination li.active a {
  background: var(--color-one);
  border-color: var(--color-one);
  color: var(--text-primery);
  box-shadow: var(--sk-shadow-xs, 0 1px 2px rgba(20, 22, 26, 0.05));
}
.plp-pagination .pagination li.disabled a {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
}
.plp-pagination .pagination li:first-child a, .plp-pagination .pagination li:last-child a {
  padding: 0 16px;
}

.plp-header {
  margin-top: 1rem;
}
.plp-header__inner {
  background: rgba(var(--color-light), 1);
  border: 1px solid var(--sk-border, rgba(37, 37, 37, 0.08));
  border-radius: var(--sk-radius-md, var(--product-radius));
  padding: 1.25rem 1.5rem;
  box-shadow: var(--sk-shadow-xs, 0 1px 2px rgba(20, 22, 26, 0.05));
}
.plp-header__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  line-height: 1.45;
  color: var(--color-dark);
}
.plp-header__brand-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: var(--sk-radius-xs, 10px);
  border: 1px solid var(--sk-border, rgba(37, 37, 37, 0.08));
  background: var(--sk-surface-muted, #f6f7f9);
  padding: 8px;
}
.plp-header .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
}
.plp-header .breadcrumb .breadcrumb-item {
  font-size: 13px;
}
.plp-header .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--sk-ink-300, #aeb2ba);
}
.plp-header .breadcrumb .breadcrumb-item a {
  color: var(--sk-ink-500, #71757d);
  transition: color var(--sk-dur-fast, 0.22s) ease;
}
.plp-header .breadcrumb .breadcrumb-item a:hover {
  color: var(--color-one);
}
.plp-header .breadcrumb .breadcrumb-item.active {
  color: var(--sk-ink-700, #3a3d44);
}

.plp-subcats {
  margin: 0 0 1.25rem;
  padding: 14px 16px 8px;
  border-radius: var(--sk-radius-md, 24px);
  background: radial-gradient(120% 80% at 100% 0%, color-mix(in srgb, var(--color-one) 10%, transparent), transparent 55%), var(--sk-surface-muted, #f6f7f9);
  border: 1px solid var(--sk-border, rgba(20, 22, 26, 0.08));
}
.plp-subcats__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 2px 10px;
  font-family: "yekan-bold", inherit;
  font-size: 13px;
  color: var(--color-one);
  line-height: 1;
}
.plp-subcats__label::before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--color-one);
}
.plp-subcats__scroll {
  position: relative;
}
.plp-subcats__scroll.has-overflow .plp-subcats__track {
  padding-inline: 34px;
}
.plp-subcats__scroll.has-overflow.can-scroll-left::before, .plp-subcats__scroll.has-overflow.can-scroll-right::after {
  opacity: 1;
}
.plp-subcats__scroll::before, .plp-subcats__scroll::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 8px;
  width: 28px;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--sk-dur-fast, 0.22s) ease;
}
.plp-subcats__scroll::before {
  left: 0;
  background: linear-gradient(to right, var(--sk-surface-muted, #f6f7f9), transparent);
}
.plp-subcats__scroll::after {
  right: 0;
  background: linear-gradient(to left, var(--sk-surface-muted, #f6f7f9), transparent);
}
.plp-subcats__scroll-btn {
  position: absolute;
  top: calc(50% - 4px);
  transform: translateY(-50%);
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--sk-border, rgba(20, 22, 26, 0.08));
  background: var(--sk-surface, #fff);
  box-shadow: var(--sk-shadow-sm, 0 6px 16px rgba(20, 22, 26, 0.06));
  color: var(--sk-ink-700, #3a3d44);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--sk-dur-fast, 0.22s) ease, visibility var(--sk-dur-fast, 0.22s) ease, transform var(--sk-dur-fast, 0.22s) ease, background-color var(--sk-dur-fast, 0.22s) ease;
}
.plp-subcats__scroll-btn i {
  font-size: 14px;
}
.plp-subcats__scroll-btn:hover {
  background: var(--sk-ink-100, #eef0f3);
  transform: translateY(-50%) scale(1.06);
}
.plp-subcats__scroll-btn:active {
  transform: translateY(-50%) scale(0.94);
}
.plp-subcats__scroll-btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.plp-subcats__scroll-btn:disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.plp-subcats__scroll-btn--left {
  left: 2px;
}
.plp-subcats__scroll-btn--right {
  right: 2px;
}
.plp-subcats__track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.plp-subcats__track::-webkit-scrollbar {
  display: none;
}
.plp-subcats__chip {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 148px;
  max-width: 220px;
  padding: 10px 14px 10px 12px;
  border-radius: var(--sk-radius-sm, 16px);
  border: 1px solid var(--sk-border, rgba(37, 37, 37, 0.08));
  background: var(--sk-surface, #fff);
  color: var(--sk-ink-900, var(--color-dark));
  text-decoration: none;
  box-shadow: var(--sk-shadow-xs, 0 1px 2px rgba(20, 22, 26, 0.05));
  transition: border-color var(--sk-dur-fast, 0.22s) ease, box-shadow var(--sk-dur-fast, 0.22s) ease, color var(--sk-dur-fast, 0.22s) ease, transform 160ms cubic-bezier(0.23, 1, 0.32, 1);
}
.plp-subcats__chip:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 22%, transparent);
}
.plp-subcats__chip:active {
  transform: scale(0.97);
}
.plp-subcats__thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: color-mix(in srgb, var(--color-one) 10%, var(--sk-surface-muted, #f6f7f9));
  border: 2px solid color-mix(in srgb, var(--color-one) 18%, var(--sk-border, rgba(20, 22, 26, 0.08)));
}
.plp-subcats__meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.plp-subcats__name {
  margin: 0;
  font-family: "yekan-medium", inherit;
  font-size: 13px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.plp-subcats__count {
  margin: 0;
  font-size: 11px;
  color: var(--sk-ink-500, #71757d);
}

@media (hover: hover) and (pointer: fine) {
  .plp-subcats__chip:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--color-one) 35%, var(--sk-border, rgba(37, 37, 37, 0.08)));
    box-shadow: var(--sk-shadow-sm, 0 6px 16px rgba(20, 22, 26, 0.06));
    color: var(--sk-ink-900, var(--color-dark));
  }
}
.plp-toolbar {
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .plp-toolbar {
    margin-bottom: 1.75rem;
  }
}
.plp-stage .plp-toolbar {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .plp-stage .plp-toolbar {
    margin-bottom: 16px;
  }
}
.plp-toolbar__row {
  align-items: center;
  gap: 16px;
}
.plp-toolbar__row > [class*=col-] {
  padding: 0 !important;
}
.plp-toolbar__row > .col-lg-4,
.plp-toolbar__row > [class*=col-lg-4] {
  flex: 0 1 340px;
  max-width: 340px;
  width: 100%;
}
.plp-toolbar__row > .col-md-8,
.plp-toolbar__row > [class*=col-md-8] {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
}

.plp-mobile-bar {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  width: 100%;
}
.plp-mobile-bar .filter-mobile-trigger,
.plp-mobile-bar .sort-mobile-trigger {
  flex: 1;
  min-width: 0;
}
.plp-mobile-bar .btn-filter-mobile,
.plp-mobile-bar .btn-sort-modal {
  width: 100%;
  border-radius: 100px !important;
  padding: 10px 12px !important;
  font-size: 13px;
  gap: 6px;
  background: rgba(var(--color-light), 1) !important;
  color: var(--sk-ink-900, var(--color-dark)) !important;
  border: 1px solid var(--sk-border, rgba(37, 37, 37, 0.08)) !important;
  box-shadow: var(--sk-shadow-xs, 0 1px 2px rgba(20, 22, 26, 0.05));
}
.plp-mobile-bar .btn-filter-mobile:hover,
.plp-mobile-bar .btn-sort-modal:hover {
  border-color: var(--color-one) !important;
  color: var(--color-one) !important;
  background: color-mix(in srgb, var(--color-one) 6%, rgba(var(--color-light), 1)) !important;
}

.plp-layout {
  row-gap: 1rem;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .plp-layout {
    flex-wrap: nowrap;
    column-gap: 1.5rem;
    row-gap: 0;
  }
}

.plp-layout > .plp-aside {
  align-self: flex-start;
}
@media (min-width: 992px) {
  .plp-layout > .plp-aside {
    flex: 0 0 280px;
    width: 280px;
    max-width: 280px;
  }
}

.plp-layout > .plp-main {
  min-width: 0;
}
@media (min-width: 992px) {
  .plp-layout > .plp-main {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
  }
}

.plp-stage {
  padding: 12px;
  border-radius: var(--sk-radius-md, 24px);
  background: radial-gradient(120% 80% at 0% 0%, color-mix(in srgb, var(--color-one) 12%, transparent), transparent 55%), var(--sk-surface-muted, #f6f7f9);
  border: 1px solid var(--sk-border, rgba(20, 22, 26, 0.08));
}
@media (min-width: 768px) {
  .plp-stage {
    padding: 16px;
  }
}

.plp-grid {
  --plp-gap: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--plp-gap);
  margin: 0 !important;
  width: 100%;
}
@media (min-width: 768px) {
  .plp-grid {
    --plp-gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  .plp-grid {
    --plp-gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.plp-grid #laravel-base {
  display: contents;
}
.plp-grid > [class*=col-],
.plp-grid #laravel-base > [class*=col-] {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
.plp-grid .pulse-container,
.plp-grid .plp-loading-skeleton,
.plp-grid .plp-loading-more,
.plp-grid .plp-empty,
.plp-grid .plp-empty-ssr,
.plp-grid > .col-12,
.plp-grid #scrollMePlease {
  grid-column: 1/-1;
}

@keyframes plp-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes plp-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes plp-dot-pulse {
  0%, 80%, 100% {
    opacity: 0.25;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(-3px);
  }
}
.plp-skeleton-shine {
  background: linear-gradient(90deg, var(--sk-surface-muted, #f0f1f4) 0%, color-mix(in srgb, var(--color-one) 12%, var(--sk-surface-muted, #f0f1f4)) 45%, var(--sk-surface-muted, #f0f1f4) 90%);
  background-size: 200% 100%;
  animation: plp-shimmer 1.35s ease-in-out infinite;
}

.plp-loading-skeleton {
  width: 100%;
  padding: 0.25rem 0 0.5rem;
}
.plp-loading-skeleton__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 1.25rem;
  font-size: 14px;
  color: var(--sk-ink-500, #71757d);
}
.plp-loading-skeleton__icon {
  width: 18px;
  height: 18px;
  border: 2px solid color-mix(in srgb, var(--color-one) 18%, transparent);
  border-top-color: var(--color-one);
  border-radius: 50%;
  animation: plp-spin 0.7s linear infinite;
  flex-shrink: 0;
}
.plp-loading-skeleton__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--plp-gap, 16px);
}
@media (min-width: 768px) {
  .plp-loading-skeleton__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  .plp-loading-skeleton__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.plp-skeleton-card {
  border: 1px solid var(--sk-border, rgba(37, 37, 37, 0.08));
  border-radius: var(--sk-radius-sm, var(--product-radius));
  overflow: hidden;
  background: rgba(var(--color-light), 1);
  box-shadow: var(--sk-shadow-xs, 0 1px 2px rgba(20, 22, 26, 0.05));
}
.plp-skeleton-card__media {
  aspect-ratio: 1;
  width: 100%;
}
.plp-skeleton-card__body {
  padding: 16px 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.plp-skeleton-card__line {
  height: 12px;
  border-radius: 100px;
}
.plp-skeleton-card__line--title {
  width: 92%;
  margin-inline: auto;
}
.plp-skeleton-card__line--title-short {
  width: 68%;
  margin-inline: auto;
}
.plp-skeleton-card__line--price {
  width: 48%;
  height: 14px;
  margin-top: 6px;
  margin-inline: auto;
}

.plp-loading-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  padding: 2rem 1rem 2.5rem;
}
.plp-loading-more__ring {
  position: relative;
  width: 44px;
  height: 44px;
}
.plp-loading-more__ring-track, .plp-loading-more__ring-arc {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}
.plp-loading-more__ring-track {
  border: 3px solid color-mix(in srgb, var(--color-one) 12%, transparent);
}
.plp-loading-more__ring-arc {
  border: 3px solid transparent;
  border-top-color: var(--color-one);
  border-right-color: color-mix(in srgb, var(--color-one) 55%, transparent);
  animation: plp-spin 0.75s cubic-bezier(0.5, 0.1, 0.4, 0.9) infinite;
}
.plp-loading-more__text {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 13px;
  color: var(--sk-ink-500, #71757d);
}
.plp-loading-more__dots {
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  margin-inline-start: 2px;
}
.plp-loading-more__dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-one);
  animation: plp-dot-pulse 1.2s ease-in-out infinite;
}
.plp-loading-more__dots span:nth-child(2) {
  animation-delay: 0.15s;
}
.plp-loading-more__dots span:nth-child(3) {
  animation-delay: 0.3s;
}

.plp-empty {
  width: 100%;
  padding: 3rem 1.5rem;
  text-align: center;
  border-radius: var(--sk-radius-sm, 16px);
  background: var(--sk-surface, #fff);
  border: 1px dashed var(--sk-border, rgba(37, 37, 37, 0.12));
}
.plp-empty__icon {
  width: 120px;
  max-width: 40%;
  margin: 0 auto 1rem;
  opacity: 0.85;
}
.plp-empty__title {
  margin: 0 0 0.5rem;
  font-family: "yekan-medium", inherit;
  font-size: 1rem;
  color: var(--sk-ink-700, #3a3d44);
}
.plp-empty__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  padding: 10px 22px;
  border-radius: 100px;
  background: var(--color-one);
  color: var(--text-primery);
  font-size: 14px;
  text-decoration: none;
  transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow var(--sk-dur-fast, 0.22s) ease;
}
.plp-empty__action:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 22%, transparent);
}
.plp-empty__action:active {
  transform: scale(0.97);
}

@media (hover: hover) and (pointer: fine) {
  .plp-empty__action:hover {
    color: var(--text-primery);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px color-mix(in srgb, var(--color-one) 28%, transparent);
  }
}
.plp-seo {
  margin-top: 1.75rem;
}
.plp-seo__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-family: "yekan-bold", inherit;
  font-size: 13px;
  color: var(--color-one);
  line-height: 1;
}
.plp-seo__eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--color-one);
}

.product-card-link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.product-card-link:hover {
  color: inherit;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card__media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, color-mix(in srgb, var(--sk-surface-muted, #f6f7f9) 88%, rgba(var(--color-light), 1)) 0%, rgba(var(--color-light), 1) 100%);
}
.product-card__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  display: block;
  padding: 0;
  transition: transform var(--sk-dur-slow, 0.7s) var(--sk-ease, cubic-bezier(0.16, 1, 0.3, 1));
}
.product-card__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  padding: 4px 10px;
  border-radius: 100px;
  background: var(--color-one);
  color: var(--text-primery);
  font-size: 12px;
  font-family: "yekan-medium", inherit;
  box-shadow: var(--sk-shadow-sm, 0 6px 16px rgba(20, 22, 26, 0.06));
  gap: 4px;
}
.product-card__badge--variant {
  top: auto;
  bottom: 10px;
  right: 10px;
  min-width: auto;
  width: 32px;
  height: 32px;
  padding: 0;
  background: color-mix(in srgb, var(--sk-surface, #fff) 88%, var(--sk-ink-900, #14161a));
  color: var(--sk-ink-700, #3a3d44);
  border: 1px solid var(--sk-border, rgba(37, 37, 37, 0.08));
  backdrop-filter: blur(8px);
}
.product-card__badge--variant i {
  font-size: 14px;
  line-height: 1;
}
.product-card__body {
  flex: 1;
  padding: 12px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--sk-border, rgba(20, 22, 26, 0.08));
}
.product-card__title {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 3.3em;
  color: var(--sk-ink-900, var(--color-dark));
}
.product-card:hover .product-card__img {
  transform: none;
}
@media (hover: hover) and (pointer: fine) {
  .product-card:hover .product-card__img {
    transform: scale(1.05);
  }
}

.list-product .lists {
  background: transparent !important;
  border-radius: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
}
.list-product .sidebar {
  position: sticky;
  top: 1.25rem;
}
.list-product .product-card .price-block,
.list-product .product-card .product-status {
  margin-top: auto !important;
  padding-top: 14px;
  width: 100%;
}
.list-product .product-card .price-block__prices {
  gap: 6px;
  min-height: 2.85rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.list-product .product-card .price-block__compare {
  display: flex;
  align-items: center;
  gap: 6px;
  direction: rtl;
  flex-wrap: wrap;
}
.list-product .product-card .price-block__discount {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 100px;
  background: var(--color-one);
  color: var(--text-primery);
  font-size: 11px;
  font-family: "yekan-medium", inherit;
  line-height: 1.4;
}
.list-product .product-card .price-block__current {
  gap: 6px;
}

@media (max-width: 991px) {
  .plp-header__inner {
    padding: 1rem 1.1rem;
  }
  .plp-header__brand-logo {
    width: 56px;
    height: 56px;
  }
  .dlp-hero {
    --dlp-stub: 120px;
  }
  .dlp-hero__copy {
    padding: 1.15rem 1.2rem 1.2rem;
  }
  .dlp-hero__title {
    font-size: 1.35rem;
  }
  .dlp-hero__stub-count {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .plp-subcats {
    padding: 12px 10px 6px;
  }
  .plp-subcats__chip {
    min-width: 132px;
    padding: 8px 10px;
  }
  .plp-subcats__thumb {
    width: 40px;
    height: 40px;
  }
  .plp-stage {
    padding: 10px;
  }
  .product-card__img {
    padding: 0;
  }
  .product-card__title {
    font-size: 13px;
  }
  .dlp-hero {
    --dlp-stub: auto;
  }
  .dlp-hero__ticket {
    flex-direction: column;
  }
  .dlp-hero__copy {
    padding: 1.1rem 1.1rem 1rem;
  }
  .dlp-hero__stub {
    flex: 0 0 auto;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    padding: 0.85rem 1rem;
  }
  .dlp-hero__stub::before {
    top: 0;
    bottom: auto;
    right: 18px;
    left: 18px;
    border-right: 0;
    border-top: 2px dashed color-mix(in srgb, var(--color-one) 35%, var(--sk-border, rgba(37, 37, 37, 0.12)));
  }
  .dlp-hero__stub-icon {
    margin-bottom: 0;
  }
  .dlp-hero__stub-count {
    font-size: 1.25rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .plp-subcats__chip,
  .plp-empty__action,
  .product-card__img,
  .plp-skeleton-shine,
  .plp-loading-skeleton__icon,
  .plp-loading-more__ring-arc,
  .plp-loading-more__dots span,
  .product-card .countdown li span,
  .plp-pagination .pagination a {
    animation: none;
    transition: none;
  }
  .plp-subcats__chip:hover,
  .plp-subcats__chip:active,
  .product-card:hover .product-card__img,
  .plp-empty__action:hover,
  .plp-empty__action:active,
  .plp-pagination .pagination a:active {
    transform: none;
  }
}
/* Product list toolbar — search field + horizontal sort chips */
.list-product > .container > .row.mb-3,
.list-product .row.w-100.m-0.mb-3,
.list-product .plp-toolbar__row {
  align-items: center;
  gap: 16px;
}

.list-product .search input.form-control {
  border-radius: 100px;
  background: var(--sk-surface-muted) !important;
  border: 1px solid var(--sk-border) !important;
  box-shadow: none !important;
  padding: 12px 48px 12px 20px;
  font-size: 14px;
  transition: border-color var(--sk-dur-fast) ease, background-color var(--sk-dur-fast) ease, box-shadow var(--sk-dur-fast) ease;
}
.list-product .search input.form-control::placeholder {
  color: var(--sk-ink-300) !important;
}
.list-product .search input.form-control:focus {
  background: var(--sk-surface) !important;
  border-color: var(--color-one) !important;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 16%, transparent) !important;
}
.list-product .search .btn-search {
  color: var(--sk-ink-500);
  transition: color var(--sk-dur-fast) ease;
}
.list-product .search .btn-search:hover {
  color: var(--color-one);
}

.plp-stage .plp-toolbar__row {
  padding: 10px 12px;
  border: 1px solid var(--sk-border);
  border-radius: var(--sk-radius-sm);
  background: var(--sk-surface);
  box-shadow: var(--sk-shadow-xs);
}
@media (max-width: 991px) {
  .plp-stage .plp-toolbar__row {
    padding: 8px 10px;
  }
}

.plp-stage .search input.form-control {
  background: var(--sk-surface-muted) !important;
}

.plp-stage .sort-toolbar {
  border: 0;
  box-shadow: none;
  padding: 0;
  background: transparent;
}

.list-product .sort-toolbar {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--sk-border);
  border-radius: var(--sk-radius-sm);
  background: var(--sk-surface);
  box-shadow: var(--sk-shadow-xs);
}
.list-product .sort-toolbar__label {
  color: var(--sk-ink-500);
  font-family: "yekan-medium", inherit;
  font-size: 13px;
  white-space: nowrap;
  gap: 8px;
}
.list-product .sort-toolbar__mark {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-one);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 18%, transparent);
  flex-shrink: 0;
}
.list-product .sort-toolbar__options {
  flex-wrap: wrap;
}
.list-product .sort-toolbar .form-check {
  position: relative;
  padding: 0;
  margin: 0;
}
.list-product .sort-toolbar .form-check input {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.list-product .sort-toolbar .form-check input:checked + label {
  background: var(--color-one);
  border-color: var(--color-one);
  color: var(--text-primery);
  box-shadow: 0 6px 16px color-mix(in srgb, var(--color-one) 24%, transparent);
}
.list-product .sort-toolbar .form-check input:focus-visible + label {
  outline: none;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 22%, transparent);
}
.list-product .sort-toolbar .form-check label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid var(--sk-border);
  background: var(--sk-surface-muted);
  color: var(--sk-ink-700);
  padding: 8px 16px !important;
  font-family: "yekan-regular", inherit;
  font-size: 13px;
  cursor: pointer;
  transition: background-color var(--sk-dur-fast) ease, border-color var(--sk-dur-fast) ease, color var(--sk-dur-fast) ease, box-shadow var(--sk-dur-fast) ease, transform 160ms cubic-bezier(0.23, 1, 0.32, 1);
}
.list-product .sort-toolbar .form-check:hover label {
  border-color: color-mix(in srgb, var(--color-one) 40%, var(--sk-border));
  color: var(--sk-ink-900);
}
.list-product .sort-toolbar .form-check input:checked + label:hover {
  color: var(--text-primery);
}
.list-product .sort-toolbar .form-check:active label {
  transform: scale(0.97);
}

@media (max-width: 991px) {
  .list-product .sort-toolbar {
    padding: 8px 10px;
  }
  .list-product .sort-toolbar__options {
    width: 100%;
  }
  .list-product .sort-toolbar .form-check {
    flex: 1 1 auto;
  }
  .list-product .sort-toolbar .form-check label {
    width: 100%;
  }
}
.hero.sk-page-hero {
  height: auto !important;
  min-height: 0 !important;
  display: block;
  padding-top: 1rem;
  background: transparent;
}

.sk-page-banner {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  min-height: 148px;
  background: linear-gradient(to left, var(--sk-surface, #fff) 38%, color-mix(in srgb, var(--color-one) 18%, #fff) 100%);
  border: 1px solid color-mix(in srgb, var(--color-one) 14%, var(--sk-border, rgba(20, 22, 26, 0.08)));
  border-radius: var(--sk-radius-md, 24px);
  box-shadow: var(--sk-shadow-xs, 0 1px 2px rgba(20, 22, 26, 0.05));
}

.sk-page-banner__copy {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.35rem 1.6rem 1.25rem;
}

.sk-page-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-family: "yekan-bold", inherit;
  font-size: 13px;
  color: var(--color-one);
}
.sk-page-banner__eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--color-one);
}

.sk-page-banner__title {
  margin: 0 0 10px;
  font-family: "yekan-extra-bold", inherit;
  font-size: clamp(1.45rem, 1.15rem + 1.1vw, 2rem);
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--sk-ink-900, var(--color-dark));
}

.sk-page-banner__crumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-family: "yekan-regular", inherit;
  font-size: 13px;
  color: var(--sk-ink-300, #aeb2ba);
}
.sk-page-banner__crumb a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--sk-ink-300, #aeb2ba);
  text-decoration: none;
  transition: color var(--sk-dur-fast, 0.22s) ease;
}
.sk-page-banner__crumb a:hover {
  color: var(--color-one);
}
.sk-page-banner__crumb a:focus-visible {
  outline: none;
  color: var(--color-one);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 22%, transparent);
  border-radius: 6px;
}
.sk-page-banner__crumb [aria-current=page] {
  color: var(--sk-ink-300, #aeb2ba);
}

.sk-page-banner__sep {
  color: var(--sk-ink-300, #aeb2ba);
}

.sk-page-banner--solo {
  background: linear-gradient(to left, var(--sk-surface, #fff) 18%, color-mix(in srgb, var(--color-one) 18%, #fff) 100%);
}

.sk-page-banner__stat {
  flex: 0 0 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 1rem 0.75rem;
  background: color-mix(in srgb, var(--color-one) 16%, #fff);
  border-inline-start: 1px dashed color-mix(in srgb, var(--color-one) 38%, #fff);
}

.sk-page-banner__stat-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  margin-bottom: 6px;
  padding: 6px;
  background: var(--sk-surface, #fff);
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--color-one) 14%, var(--sk-border, rgba(20, 22, 26, 0.08)));
}

.sk-page-banner__stat-icon {
  font-size: 18px;
  line-height: 1;
  color: var(--color-one);
  margin-bottom: 4px;
}

.sk-page-banner__stat-num {
  font-family: "yekan-extra-bold", inherit;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: normal;
  color: var(--sk-ink-900, var(--color-dark));
}

.sk-page-banner__stat-label {
  font-family: "yekan-medium", inherit;
  font-size: 12px;
  color: var(--sk-ink-700, #3a3d44);
}

@media (max-width: 767.98px) {
  .sk-page-banner {
    min-height: 0;
  }
  .sk-page-banner__copy {
    padding: 1.1rem 1.15rem 1rem;
  }
  .sk-page-banner__stat {
    flex-basis: 104px;
  }
  .sk-page-banner__stat-num {
    font-size: 1.65rem;
  }
  .sk-page-banner__stat-logo {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 575.98px) {
  .sk-page-banner__title {
    font-size: 1.25rem;
  }
  .sk-page-banner__stat {
    flex-basis: 92px;
    padding: 0.85rem 0.5rem;
  }
  .sk-page-banner__stat-icon {
    font-size: 16px;
  }
}
.plp-header {
  margin-top: 1rem;
}

.sk-page {
  padding: 1.25rem 0 2.75rem;
}

.sk-section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 0 1.35rem;
}

.sk-section-head__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-family: "yekan-bold", inherit;
  font-size: 13px;
  color: var(--color-one);
}
.sk-section-head__eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--color-one);
}

.sk-section-head__title {
  margin: 0;
  font-family: "yekan-extra-bold", inherit;
  font-size: clamp(1.25rem, 1.05rem + 0.7vw, 1.65rem);
  line-height: 1.35;
  color: var(--sk-ink-900, var(--color-dark));
}

.sk-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.sk-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 20px;
  border: 0;
  border-radius: 999px;
  background: var(--color-one);
  color: var(--text-primery, #fff);
  text-decoration: none;
  font-family: "yekan-bold", inherit;
  font-size: 14px;
  cursor: pointer;
  transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1), background-color var(--sk-dur-fast, 0.22s) ease, color var(--sk-dur-fast, 0.22s) ease, border-color var(--sk-dur-fast, 0.22s) ease;
}
.sk-cta:hover, .sk-cta:focus-visible {
  color: var(--text-primery, #fff);
  background: color-mix(in srgb, var(--color-one) 88%, #000);
}
.sk-cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 22%, transparent);
}
.sk-cta:active {
  transform: scale(0.97);
}
.sk-cta--ghost {
  background: var(--sk-surface, #fff);
  color: var(--sk-ink-900, var(--color-dark));
  border: 1px solid var(--sk-border, rgba(20, 22, 26, 0.12));
}
.sk-cta--ghost:hover, .sk-cta--ghost:focus-visible {
  color: var(--color-one);
  border-color: color-mix(in srgb, var(--color-one) 40%, var(--sk-border, rgba(20, 22, 26, 0.12)));
  background: color-mix(in srgb, var(--color-one) 8%, #fff);
}

.sk-empty {
  margin: 0;
  padding: 2.5rem 1.25rem;
  text-align: center;
  font-family: "yekan-medium", inherit;
  font-size: 14px;
  color: var(--sk-ink-500, #71757d);
  background: var(--sk-surface, #fff);
  border: 1px dashed var(--sk-border, rgba(20, 22, 26, 0.12));
  border-radius: var(--sk-radius-md, 24px);
}

.sk-prose {
  margin-top: 1.75rem;
  padding: 1.35rem 1.5rem 1.25rem;
  background: var(--sk-surface, #fff);
  border: 1px solid var(--sk-border, rgba(20, 22, 26, 0.08));
  border-radius: var(--sk-radius-md, 24px);
  box-shadow: var(--sk-shadow-xs, 0 1px 2px rgba(20, 22, 26, 0.05));
}
.sk-prose--page {
  margin-top: 0;
}

.sk-prose__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-family: "yekan-bold", inherit;
  font-size: 13px;
  color: var(--color-one);
  line-height: 1;
}
.sk-prose__eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--color-one);
}

.sk-prose__body {
  font-size: 0.95rem;
  line-height: 1.9;
  color: var(--sk-ink-700, #3a3d44);
}
.sk-prose__body h2,
.sk-prose__body h3,
.sk-prose__body h4 {
  margin: 1.35rem 0 0.7rem;
  font-family: "yekan-extra-bold", inherit;
  color: var(--sk-ink-900, var(--color-dark));
  line-height: 1.45;
}
.sk-prose__body p,
.sk-prose__body li {
  font-family: "yekan-regular", pelak-rgular, inherit;
  margin-bottom: 0.75rem;
  list-style: inherit;
}
.sk-prose__body p:last-child,
.sk-prose__body li:last-child {
  margin-bottom: 0;
}
.sk-prose__body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
  border-radius: var(--sk-radius-xs, 10px);
}
.sk-prose__body a {
  color: var(--color-one);
}
.sk-prose__body table {
  width: 100% !important;
  text-align: center;
}

.sk-faq {
  margin-top: 2rem;
}
.sk-faq .accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-bg: color-mix(in srgb, var(--color-one) 8%, #fff);
  --bs-accordion-active-color: var(--sk-ink-900, var(--color-dark));
  --bs-accordion-btn-color: var(--sk-ink-900, var(--color-dark));
  --bs-accordion-bg: transparent;
}
.sk-faq .accordion-item {
  margin-bottom: 8px;
  background: var(--sk-surface, #fff);
  border: 1px solid var(--sk-border, rgba(20, 22, 26, 0.08));
  border-top: 1px solid var(--sk-border, rgba(20, 22, 26, 0.08));
  border-radius: var(--sk-radius-sm, 16px);
  box-shadow: var(--sk-shadow-xs, 0 1px 2px rgba(20, 22, 26, 0.05));
  overflow: hidden;
}
.sk-faq .accordion-button {
  padding: 1rem 1.15rem;
  background: transparent;
  color: var(--sk-ink-900, var(--color-dark));
  font-family: "yekan-bold", inherit;
  font-size: 15px;
  box-shadow: none;
}
.sk-faq .accordion-button:not(.collapsed) {
  background: color-mix(in srgb, var(--color-one) 8%, #fff);
  color: var(--sk-ink-900, var(--color-dark));
}
.sk-faq .accordion-button:focus {
  box-shadow: none;
}
.sk-faq .accordion-button:focus-visible {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 22%, transparent);
}
.sk-faq .accordion-button::after {
  background-size: 14px;
}
.sk-faq .accordion-body {
  padding: 0 1.15rem 1.1rem;
  font-family: "yekan-regular", inherit;
  font-size: 14px;
  line-height: 1.85;
  color: var(--sk-ink-700, #3a3d44);
}

.sk-service-grid,
.sk-sample-grid {
  display: grid;
  gap: 14px;
}

.sk-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sk-sample-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.sk-service-card,
.sk-sample-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: var(--sk-surface, #fff);
  border: 1px solid var(--sk-border, rgba(20, 22, 26, 0.08));
  border-radius: var(--sk-radius-md, 24px);
  box-shadow: var(--sk-shadow-xs, 0 1px 2px rgba(20, 22, 26, 0.05));
  transition: transform 180ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow var(--sk-dur-fast, 0.22s) ease, border-color var(--sk-dur-fast, 0.22s) ease;
}
.sk-service-card:hover, .sk-service-card:focus-visible,
.sk-sample-card:hover,
.sk-sample-card:focus-visible {
  color: inherit;
  text-decoration: none;
}
.sk-service-card:focus-visible,
.sk-sample-card:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 22%, transparent);
}
.sk-service-card:active,
.sk-sample-card:active {
  transform: scale(0.985);
}

.sk-service-card__media,
.sk-sample-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--sk-surface-muted, #f6f7f9);
}
.sk-service-card__media img,
.sk-sample-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform var(--sk-dur-slow, 0.7s) var(--sk-ease, cubic-bezier(0.16, 1, 0.3, 1));
}

.sk-sample-card--showcase .sk-sample-card__media {
  isolation: isolate;
}
.sk-sample-card--showcase .sk-sample-card__hit {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.sk-sample-card--showcase .sk-sample-card__shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 52%, rgba(12, 14, 18, 0.28) 100%), linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 42%);
  opacity: 0.85;
  transition: opacity 220ms cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 2;
}
.sk-sample-card--showcase .sk-sample-card__badge {
  position: absolute;
  top: 12px;
  inset-inline-start: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(16, 18, 22, 0.48);
  backdrop-filter: blur(14px) saturate(140%);
  color: #fff;
  font-family: "yekan-medium", inherit;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  pointer-events: none;
}
.sk-sample-card--showcase .image-comparison {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  direction: ltr;
}
.sk-sample-card--showcase .image-comparison__slider-wrapper {
  aspect-ratio: 4/3;
}
.sk-sample-card--showcase .sk-sample-card__name {
  padding: 0.95rem 1.05rem 1.05rem;
}
.sk-sample-card--showcase .sk-sample-card__title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sk-sample-card--showcase .sk-sample-card__action {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-one);
  font-family: "yekan-medium", inherit;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1);
}
.sk-sample-card--showcase .sk-sample-card__action i {
  transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1);
}
.sk-sample-card--showcase .sk-sample-card__action:hover, .sk-sample-card--showcase .sk-sample-card__action:focus-visible {
  color: var(--color-one);
  text-decoration: none;
}
.sk-sample-card--showcase .sk-sample-card__action:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-one) 22%, transparent);
  border-radius: 6px;
}
.sk-sample-card--showcase .sk-sample-card__action:active {
  transform: scale(0.97);
}

.sk-sample-modal__content {
  overflow: hidden;
  background: rgba(12, 14, 18, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--sk-radius-md, 24px);
  box-shadow: var(--sk-shadow-lg, 0 30px 70px rgba(20, 22, 26, 0.16));
  backdrop-filter: blur(18px) saturate(140%);
}

.sk-sample-modal__close {
  position: absolute;
  top: 10px;
  inset-inline-end: 10px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: none;
}
.sk-sample-modal__close:hover, .sk-sample-modal__close:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.sk-sample-modal__close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-one) 35%, transparent);
}

.sk-service-card__name,
.sk-sample-card__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0.85rem 1rem 1rem;
  font-family: "yekan-bold", inherit;
  font-size: 14px;
  line-height: 1.45;
  color: var(--sk-ink-900, var(--color-dark));
}
.sk-service-card__name i,
.sk-sample-card__name i {
  flex-shrink: 0;
  color: var(--color-one);
  transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

.sk-service-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
  gap: 18px;
  margin: 1.25rem 0 0;
  padding: 1.15rem;
  background: var(--sk-surface, #fff);
  border: 1px solid var(--sk-border, rgba(20, 22, 26, 0.08));
  border-radius: var(--sk-radius-md, 24px);
  box-shadow: var(--sk-shadow-xs, 0 1px 2px rgba(20, 22, 26, 0.05));
}

.sk-service-intro__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.sk-service-intro__lead {
  margin: 0 0 1.1rem;
  font-family: "yekan-regular", inherit;
  font-size: 15px;
  line-height: 1.85;
  color: var(--sk-ink-700, #3a3d44);
}

.sk-service-intro__media {
  overflow: hidden;
  border-radius: var(--sk-radius-sm, 16px);
  background: var(--sk-surface-muted, #f6f7f9);
}
.sk-service-intro__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.sk-price {
  margin-top: 2rem;
  overflow: hidden;
  background: var(--sk-surface, #fff);
  border: 1px solid var(--sk-border, rgba(20, 22, 26, 0.08));
  border-radius: var(--sk-radius-md, 24px);
  box-shadow: var(--sk-shadow-xs, 0 1px 2px rgba(20, 22, 26, 0.05));
}

.sk-price__head,
.sk-price__row {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 12px;
  padding: 0.9rem 1.2rem;
}

.sk-price__head {
  background: color-mix(in srgb, var(--color-one) 10%, #fff);
  font-family: "yekan-bold", inherit;
  font-size: 13px;
  color: var(--sk-ink-900, var(--color-dark));
}

.sk-price__row {
  border-top: 1px solid var(--sk-border, rgba(20, 22, 26, 0.08));
  font-family: "yekan-regular", inherit;
  font-size: 14px;
  color: var(--sk-ink-700, #3a3d44);
}
.sk-price__row:nth-child(odd) {
  background: color-mix(in srgb, var(--sk-surface-muted, #f6f7f9) 65%, #fff);
}

.sk-price__note {
  font-size: 12px;
  color: var(--sk-ink-500, #71757d);
}

.sk-samples-block,
.sk-related {
  position: relative;
  margin-top: 2.25rem;
}

.sk-samples-block #samples {
  position: absolute;
  top: -3rem;
}

.sk-samples-block .sk-sample-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.sk-samples-block .sk-sample-card--showcase {
  border-radius: var(--sk-radius-sm, 16px);
}
.sk-samples-block .sk-sample-card--showcase .sk-sample-card__media img,
.sk-samples-block .sk-sample-card--showcase .image-comparison__slider-wrapper {
  aspect-ratio: 1/1;
}
.sk-samples-block .sk-sample-card--showcase .sk-sample-card__shine {
  background: linear-gradient(180deg, transparent 62%, rgba(12, 14, 18, 0.22) 100%);
  opacity: 0.7;
}
.sk-samples-block .sk-sample-card--showcase .sk-sample-card__badge {
  top: 8px;
  inset-inline-start: 8px;
  gap: 4px;
  padding: 0.22rem 0.5rem;
  font-size: 10px;
}
.sk-samples-block .sk-sample-card--showcase .sk-sample-card__name {
  padding: 0.65rem 0.75rem 0.75rem;
  font-size: 13px;
}
.sk-samples-block .sk-sample-card--showcase .sk-sample-card__action {
  font-size: 11px;
}
.sk-samples-block .sk-sample-card--showcase .image-comparison__caption {
  font-size: 10px;
}
.sk-samples-block .sk-sample-card--showcase .image-comparison__caption-body {
  padding: 3px 7px;
}
.sk-samples-block .sk-sample-card--showcase .image-comparison__thumb {
  top: calc(50% - 14px);
  left: calc(50% - 14px);
  width: 28px;
  height: 28px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}
.sk-samples-block .sk-sample-card--showcase .image-comparison__thumb .image-comparison__thumb-icon {
  width: 14px;
  height: 8px;
}

.sk-filter-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 12px;
  border: 1px solid var(--sk-border, rgba(20, 22, 26, 0.12));
  border-radius: 999px;
  background: var(--sk-surface, #fff);
  color: var(--sk-ink-900, var(--color-dark));
  font-family: "yekan-bold", inherit;
  font-size: 14px;
}
.sk-filter-toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 22%, transparent);
}
.sk-filter-toggle:active {
  transform: scale(0.97);
}

.sk-sidebar {
  position: sticky;
  top: 5.5rem;
  padding: 1.1rem 1rem 1.2rem;
  background: var(--sk-surface, #fff);
  border: 1px solid var(--sk-border, rgba(20, 22, 26, 0.08));
  border-radius: var(--sk-radius-md, 24px);
  box-shadow: var(--sk-shadow-xs, 0 1px 2px rgba(20, 22, 26, 0.05));
}

.sk-sidebar .sort-form > p,
.sk-sidebar .filter > p,
.sk-filter-panel .sort-form > p,
.sk-filter-panel .filter > p {
  margin-bottom: 10px;
  font-family: "yekan-bold", inherit;
  font-size: 13px;
  color: var(--sk-ink-900, var(--color-dark));
}
.sk-sidebar .filter p.small,
.sk-sidebar .filter .small,
.sk-filter-panel .filter p.small,
.sk-filter-panel .filter .small {
  margin-bottom: 6px;
  font-family: "yekan-regular", inherit;
  font-size: 12px;
  color: var(--sk-ink-700, #4b5563);
}
.sk-sidebar .sort-form ul,
.sk-sidebar .filter ul,
.sk-filter-panel .sort-form ul,
.sk-filter-panel .filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sk-sidebar .form-check,
.sk-filter-panel .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
  padding: 8px 10px;
  border-radius: 12px;
  background: var(--sk-surface-muted, #f6f7f9);
  min-height: 44px;
}
.sk-sidebar .form-check .form-check-input,
.sk-filter-panel .form-check .form-check-input {
  float: none;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.sk-sidebar .form-check .form-check-input:checked,
.sk-filter-panel .form-check .form-check-input:checked {
  background-color: var(--color-one);
  border-color: var(--color-one);
}
.sk-sidebar .form-check .form-check-input:focus,
.sk-filter-panel .form-check .form-check-input:focus {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-one) 18%, transparent);
}
.sk-sidebar .form-check .form-check-label,
.sk-filter-panel .form-check .form-check-label {
  flex: 1;
  margin: 0;
  font-family: "yekan-regular", inherit;
  font-size: 13px;
  color: var(--sk-ink-700, #4b5563);
  cursor: pointer;
}
.sk-sidebar .form-select,
.sk-filter-panel .form-select {
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid var(--sk-border, rgba(20, 22, 26, 0.12));
  background: var(--sk-surface-muted, #f6f7f9);
  font-family: "yekan-regular", inherit;
  font-size: 13px;
}
.sk-sidebar .form-select:focus,
.sk-filter-panel .form-select:focus {
  border-color: var(--color-one);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 16%, transparent);
}

.sk-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sk-tag-chip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--sk-surface, #fff);
  border: 1px solid var(--sk-border, rgba(20, 22, 26, 0.08));
  color: var(--sk-ink-900, var(--color-dark));
  text-decoration: none;
  font-family: "yekan-medium", inherit;
  font-size: 14px;
  transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1), background-color var(--sk-dur-fast, 0.22s) ease, border-color var(--sk-dur-fast, 0.22s) ease, color var(--sk-dur-fast, 0.22s) ease;
}
.sk-tag-chip:hover, .sk-tag-chip:focus-visible {
  color: var(--color-one);
  border-color: color-mix(in srgb, var(--color-one) 35%, var(--sk-border, rgba(20, 22, 26, 0.08)));
  text-decoration: none;
}
.sk-tag-chip:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 22%, transparent);
}
.sk-tag-chip:active {
  transform: scale(0.97);
}

.sk-sample-tabs {
  margin: 0 0 1.25rem;
}

.sk-sample-tabs__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 2px 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.sk-sample-tabs__tab {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid var(--sk-border, rgba(20, 22, 26, 0.12));
  background: var(--sk-surface, #fff);
  color: var(--sk-ink-900, var(--color-dark));
  font-family: "yekan-medium", inherit;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1), background-color var(--sk-dur-fast, 0.22s) ease, border-color var(--sk-dur-fast, 0.22s) ease, color var(--sk-dur-fast, 0.22s) ease;
}
.sk-sample-tabs__tab:hover, .sk-sample-tabs__tab:focus-visible {
  color: var(--color-one);
  border-color: color-mix(in srgb, var(--color-one) 40%, var(--sk-border, rgba(20, 22, 26, 0.12)));
  background: color-mix(in srgb, var(--color-one) 8%, #fff);
}
.sk-sample-tabs__tab:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 22%, transparent);
}
.sk-sample-tabs__tab:active {
  transform: scale(0.97);
}
.sk-sample-tabs__tab.is-active {
  background: var(--color-one);
  border-color: var(--color-one);
  color: var(--text-primery, #fff);
}
.sk-sample-tabs__tab.is-active:hover, .sk-sample-tabs__tab.is-active:focus-visible {
  color: var(--text-primery, #fff);
  background: color-mix(in srgb, var(--color-one) 88%, #000);
  border-color: color-mix(in srgb, var(--color-one) 88%, #000);
}
.sk-sample-tabs__tab:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

@keyframes sk-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes sk-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes sk-dot-pulse {
  0%, 80%, 100% {
    opacity: 0.25;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(-3px);
  }
}
.sk-skeleton-shine {
  background: linear-gradient(90deg, var(--sk-surface-muted, #f0f1f4) 0%, color-mix(in srgb, var(--color-one) 14%, var(--sk-surface-muted, #f0f1f4)) 45%, var(--sk-surface-muted, #f0f1f4) 90%);
  background-size: 200% 100%;
  animation: sk-shimmer 1.35s ease-in-out infinite;
}

.sk-sample-skeleton {
  margin: 0 0 0.5rem;
}

.sk-sample-skeleton__card {
  pointer-events: none;
}

.sk-sample-skeleton__media {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
}

.sk-sample-skeleton__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0.85rem 1rem 1rem;
}

.sk-sample-skeleton__line {
  height: 12px;
  border-radius: 999px;
  flex: 1;
}
.sk-sample-skeleton__line--short {
  max-width: 42%;
}

.sk-sample-skeleton__chevron {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  border-radius: 3px;
}

.sk-sample-loading-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 1.75rem 1rem 2rem;
}

.sk-sample-loading-more__ring {
  position: relative;
  width: 40px;
  height: 40px;
}

.sk-sample-loading-more__track,
.sk-sample-loading-more__arc {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.sk-sample-loading-more__track {
  border: 3px solid color-mix(in srgb, var(--color-one) 14%, transparent);
}

.sk-sample-loading-more__arc {
  border: 3px solid transparent;
  border-top-color: var(--color-one);
  border-right-color: color-mix(in srgb, var(--color-one) 55%, transparent);
  animation: sk-spin 0.7s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

.sk-sample-loading-more__text {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "yekan-medium", inherit;
  font-size: 13px;
  color: var(--sk-ink-500, #71757d);
}

.sk-sample-loading-more__dots {
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
}
.sk-sample-loading-more__dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-one);
  animation: sk-dot-pulse 1.2s ease-out infinite;
}
.sk-sample-loading-more__dots span:nth-child(2) {
  animation-delay: 0.15s;
}
.sk-sample-loading-more__dots span:nth-child(3) {
  animation-delay: 0.3s;
}

.sk-tag-search,
.sk-page__search {
  position: relative;
  margin: 0 0 1.25rem;
}

.sk-tag-search .form-control,
.sk-page__search .form-control {
  min-height: 48px;
  padding: 10px 18px 10px 48px;
  border-radius: 100px;
  background: var(--sk-surface, #fff);
  border: 1px solid var(--sk-border, rgba(20, 22, 26, 0.08));
  font-family: "yekan-regular", inherit;
  box-shadow: var(--sk-shadow-xs, 0 1px 2px rgba(20, 22, 26, 0.05));
}
.sk-tag-search .form-control:focus,
.sk-page__search .form-control:focus {
  border-color: var(--color-one);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 16%, transparent);
}

.sk-tag-search__icon,
.sk-page__search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--sk-ink-500, #71757d);
  pointer-events: none;
}

.sk-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.sk-contact__panel {
  min-width: 0;
  padding: 1.35rem 1.4rem 1.45rem;
  background: radial-gradient(120% 80% at 100% 0%, color-mix(in srgb, var(--color-one) 12%, transparent), transparent 56%), var(--sk-surface, #fff);
  border: 1px solid var(--sk-border, rgba(20, 22, 26, 0.08));
  border-radius: var(--sk-radius-md, 24px);
  box-shadow: var(--sk-shadow-xs, 0 1px 2px rgba(20, 22, 26, 0.05));
}

.sk-contact__title {
  margin: 0 0 1.1rem;
  font-family: "yekan-extra-bold", inherit;
  font-size: 1.15rem;
  color: var(--sk-ink-900, var(--color-dark));
}

.sk-contact__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sk-contact__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--sk-surface-muted, #f6f7f9) 80%, #fff);
  color: inherit;
  text-decoration: none;
}
.sk-contact__item:hover, .sk-contact__item:focus-visible {
  color: inherit;
  text-decoration: none;
}
.sk-contact__item:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 22%, transparent);
}

.sk-contact__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 12px;
  background: color-mix(in srgb, var(--color-one) 12%, #fff);
  color: var(--color-one);
  font-size: 18px;
}

.sk-contact__label {
  margin: 0;
  font-family: "yekan-medium", inherit;
  font-size: 12px;
  color: var(--sk-ink-500, #71757d);
}

.sk-contact__value {
  margin: 2px 0 0;
  font-family: "yekan-bold", inherit;
  font-size: 14px;
  color: var(--sk-ink-900, var(--color-dark));
}

.sk-contact__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.sk-contact__socials a {
  display: inline-flex;
  border-radius: 10px;
}
.sk-contact__socials a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 22%, transparent);
}
.sk-contact__socials img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.sk-contact__field {
  margin-bottom: 12px;
}
.sk-contact__field label {
  display: block;
  margin-bottom: 6px;
  font-family: "yekan-medium", inherit;
  font-size: 13px;
  color: var(--sk-ink-700, #3a3d44);
}
.sk-contact__field .form-control {
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 12px;
  background: var(--sk-surface-muted, #f6f7f9);
  border: 1px solid var(--sk-border, rgba(20, 22, 26, 0.12));
  font-family: "yekan-regular", inherit;
  font-size: 14px;
}
.sk-contact__field .form-control:focus {
  background: var(--sk-surface, #fff);
  border-color: var(--color-one);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 16%, transparent);
}
.sk-contact__field textarea.form-control {
  min-height: 120px;
  resize: vertical;
  line-height: 1.7;
}

.sk-contact__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 28px;
  border: 0;
  border-radius: 999px;
  background: var(--color-one);
  color: var(--text-primery, #fff);
  font-family: "yekan-bold", inherit;
  font-size: 14px;
}
.sk-contact__submit:hover, .sk-contact__submit:focus-visible {
  color: var(--text-primery, #fff);
  background: color-mix(in srgb, var(--color-one) 88%, #000);
}
.sk-contact__submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 22%, transparent);
}
.sk-contact__submit:active {
  transform: scale(0.97);
}

.sk-request-modal .modal-content {
  border: 0;
  border-radius: var(--sk-radius-md, 24px);
  overflow: hidden;
}

.sk-request-modal .modal-header {
  padding: 1.1rem 1.2rem 0.4rem;
}

.sk-request-modal .modal-title {
  font-family: "yekan-extra-bold", inherit;
  font-size: 1.05rem;
}

.sk-request-modal .modal-body {
  padding: 0.75rem 1.2rem 1.3rem;
}

.sk-request-modal .form-control,
.sk-request-modal textarea {
  min-height: 46px;
  border-radius: 12px;
  background: var(--sk-surface-muted, #f6f7f9);
  border: 1px solid var(--sk-border, rgba(20, 22, 26, 0.12));
}
.sk-request-modal .form-control:focus,
.sk-request-modal textarea:focus {
  background: var(--sk-surface, #fff);
  border-color: var(--color-one);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 16%, transparent);
}

.sk-request-modal .btn-modal-application-form {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--color-one);
  color: var(--text-primery, #fff);
  font-family: "yekan-bold", inherit;
}
.sk-request-modal .btn-modal-application-form:active {
  transform: scale(0.97);
}

@media (hover: hover) and (pointer: fine) {
  .sk-service-card:hover,
  .sk-sample-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--sk-shadow-sm, 0 6px 16px rgba(20, 22, 26, 0.06));
    border-color: color-mix(in srgb, var(--color-one) 22%, var(--sk-border, rgba(20, 22, 26, 0.08)));
  }
  .sk-samples-block .sk-sample-card--showcase:hover {
    transform: translateY(-2px);
  }
  .sk-service-card:hover .sk-service-card__media img,
  .sk-sample-card:hover .sk-sample-card__media img {
    transform: scale(1.03);
  }
  .sk-sample-card--showcase:hover .sk-sample-card__shine {
    opacity: 0.9;
  }
  .sk-sample-card--showcase:hover .sk-sample-card__action i,
  .sk-service-card:hover .sk-service-card__name i,
  .sk-sample-card:hover .sk-sample-card__name i {
    transform: translateX(-3px);
  }
  .sk-tag-chip:hover {
    background: color-mix(in srgb, var(--color-one) 8%, #fff);
  }
}
@media (max-width: 1199.98px) {
  .sk-samples-block .sk-sample-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .sk-service-intro {
    grid-template-columns: 1fr;
  }
  .sk-contact {
    grid-template-columns: 1fr;
  }
  .sk-sidebar {
    position: static;
  }
  .sk-samples-block .sk-sample-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .sk-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .sk-sample-grid {
    gap: 10px;
  }
  .sk-prose {
    padding: 1.1rem 1.1rem 1rem;
  }
  .sk-price__head,
  .sk-price__row {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .sk-service-grid {
    grid-template-columns: 1fr;
  }
  .sk-samples-block .sk-sample-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .sk-samples-block .sk-sample-card--showcase .sk-sample-card__name {
    padding: 0.55rem 0.6rem 0.65rem;
    font-size: 12px;
  }
  .sk-samples-block .sk-sample-card--showcase .sk-sample-card__action {
    display: none;
  }
  .sk-cta-row {
    flex-direction: column;
    align-items: stretch;
  }
  .sk-cta,
  .sk-contact__submit {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sk-cta,
  .sk-service-card,
  .sk-sample-card,
  .sk-tag-chip,
  .sk-sample-tabs__tab,
  .sk-contact__submit,
  .sk-service-card__media img,
  .sk-sample-card__media img {
    transition: none;
  }
  .sk-skeleton-shine,
  .sk-sample-loading-more__arc,
  .sk-sample-loading-more__dots span {
    animation: none;
  }
  .sk-cta:active,
  .sk-service-card:active,
  .sk-sample-card:active,
  .sk-tag-chip:active,
  .sk-sample-tabs__tab:active,
  .sk-contact__submit:active {
    transform: none;
  }
}
/* Product list filter panel — desktop sidebar + mobile modals */
.list-product .sidebar .filter,
.list-product .modal-body .filter {
  background: var(--sk-surface);
  border: 1px solid var(--sk-border);
  border-radius: var(--sk-radius-md);
  padding: 18px 16px 16px;
  box-shadow: var(--sk-shadow-xs);
}
.list-product .sidebar .filter > p,
.list-product .modal-body .filter > p {
  gap: 8px;
  margin-bottom: 14px !important;
  color: var(--sk-ink-900);
  font-family: "yekan-bold", inherit;
  font-size: 15px;
}
.list-product .sidebar .filter > p i,
.list-product .modal-body .filter > p i {
  display: none;
}
.list-product .sidebar .filter > p::before,
.list-product .modal-body .filter > p::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-one);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 18%, transparent);
  flex-shrink: 0;
}
.list-product .sidebar .filter .filtered,
.list-product .modal-body .filter .filtered {
  margin-bottom: 12px;
}
.list-product .sidebar .filter .filtered ul,
.list-product .modal-body .filter .filtered ul {
  gap: 6px !important;
}
.list-product .sidebar .filter .filtered li,
.list-product .modal-body .filter .filtered li {
  background: color-mix(in srgb, var(--color-one) 8%, var(--sk-surface)) !important;
  border: 1px solid color-mix(in srgb, var(--color-one) 22%, var(--sk-border)) !important;
  border-radius: 100px !important;
  padding: 4px 10px !important;
  color: var(--sk-ink-700);
  font-size: 12px;
}
.list-product .sidebar .filter .filtered .btn-filter,
.list-product .modal-body .filter .filtered .btn-filter {
  color: var(--sk-ink-500);
}
.list-product .sidebar .filter .filtered .btn-filter:hover,
.list-product .modal-body .filter .filtered .btn-filter:hover {
  color: #e5484d;
}
.list-product .sidebar .filter .accordion,
.list-product .modal-body .filter .accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-focus-box-shadow: none;
}
.list-product .sidebar .filter .accordion-item,
.list-product .modal-body .filter .accordion-item {
  margin-bottom: 10px !important;
  border: 1px solid var(--sk-border) !important;
  border-radius: var(--sk-radius-xs) !important;
  overflow: hidden;
  background: var(--sk-surface-muted);
  box-shadow: none !important;
}
.list-product .sidebar .filter .accordion-item:last-child,
.list-product .modal-body .filter .accordion-item:last-child {
  margin-bottom: 0 !important;
}
.list-product .sidebar .filter .accordion-item .accordion-button,
.list-product .modal-body .filter .accordion-item .accordion-button {
  background: transparent !important;
  color: var(--sk-ink-900) !important;
  padding: 13px 14px;
  font-family: "yekan-medium", inherit;
  font-size: 14px;
  box-shadow: none !important;
}
.list-product .sidebar .filter .accordion-item .accordion-button.collapsed,
.list-product .modal-body .filter .accordion-item .accordion-button.collapsed {
  color: var(--sk-ink-700) !important;
}
.list-product .sidebar .filter .accordion-item .accordion-button:not(.collapsed),
.list-product .modal-body .filter .accordion-item .accordion-button:not(.collapsed) {
  background: var(--sk-surface) !important;
  color: var(--sk-ink-900) !important;
  border-bottom: 1px solid var(--sk-border);
}
.list-product .sidebar .filter .accordion-item .accordion-button::after,
.list-product .modal-body .filter .accordion-item .accordion-button::after {
  width: 8px;
  height: 8px;
  margin-left: 0;
  margin-right: auto;
  background-image: none !important;
  border-right: 2px solid var(--sk-ink-500);
  border-bottom: 2px solid var(--sk-ink-500);
  transform: rotate(45deg);
  transition: transform var(--sk-dur-fast) var(--sk-ease);
  filter: none;
}
.list-product .sidebar .filter .accordion-item .accordion-button:not(.collapsed)::after,
.list-product .modal-body .filter .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(-135deg);
  border-color: var(--color-one);
}
.list-product .sidebar .filter .accordion-item .accordion-body,
.list-product .modal-body .filter .accordion-item .accordion-body {
  background: var(--sk-surface);
  padding: 14px 16px !important;
}
.list-product .sidebar .filter .accordion-item .accordion-body > ul,
.list-product .modal-body .filter .accordion-item .accordion-body > ul {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.list-product .sidebar .filter .accordion-item .accordion-body .row.w-100,
.list-product .modal-body .filter .accordion-item .accordion-body .row.w-100 {
  margin-inline: 0 !important;
}
.list-product .sidebar .filter .accordion-item .accordion-body .row.w-100 > .col-12,
.list-product .modal-body .filter .accordion-item .accordion-body .row.w-100 > .col-12 {
  padding: 8px 6px !important;
}
.list-product .sidebar .filter .accordion-item .accordion-body .d-flex.align-items-center:has(.price-range-field),
.list-product .modal-body .filter .accordion-item .accordion-body .d-flex.align-items-center:has(.price-range-field) {
  gap: 10px;
  padding-inline: 4px;
}
.list-product .sidebar .filter .price-range-field,
.list-product .sidebar .filter .bgcolor3,
.list-product .modal-body .filter .price-range-field,
.list-product .modal-body .filter .bgcolor3 {
  background: var(--sk-surface-muted) !important;
  border: 1px solid var(--sk-border) !important;
  border-radius: var(--sk-radius-xs) !important;
  padding: 8px 12px !important;
  color: var(--sk-ink-900);
  font-size: 13px;
  flex: 1 1 auto;
  min-width: 0;
}
.list-product .sidebar .filter small.color-title,
.list-product .modal-body .filter small.color-title {
  color: var(--sk-ink-500);
  font-size: 12px;
  white-space: nowrap;
  flex-shrink: 0;
  padding-inline: 4px;
}
.list-product .sidebar .filter .price-filter-range.ui-slider-horizontal,
.list-product .sidebar .filter .ui-slider.ui-slider-horizontal,
.list-product .modal-body .filter .price-filter-range.ui-slider-horizontal,
.list-product .modal-body .filter .ui-slider.ui-slider-horizontal {
  height: 4px;
  background: var(--sk-ink-100);
  border: 0;
  border-radius: 100px;
  margin: 18px 10px 10px;
}
.list-product .sidebar .filter .price-filter-range .ui-slider-range,
.list-product .sidebar .filter .ui-slider .ui-slider-range,
.list-product .modal-body .filter .price-filter-range .ui-slider-range,
.list-product .modal-body .filter .ui-slider .ui-slider-range {
  background: linear-gradient(90deg, var(--color-one), color-mix(in srgb, var(--color-two) 55%, var(--color-one)));
  border-radius: 100px;
}
.list-product .sidebar .filter .price-filter-range .ui-slider-handle,
.list-product .sidebar .filter .ui-slider .ui-slider-handle,
.list-product .modal-body .filter .price-filter-range .ui-slider-handle,
.list-product .modal-body .filter .ui-slider .ui-slider-handle {
  width: 18px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  border-radius: 50%;
  border: 3px solid var(--sk-surface);
  background: var(--color-one);
  box-shadow: var(--sk-shadow-sm);
  cursor: grab;
}
.list-product .sidebar .filter .price-filter-range .ui-slider-handle:focus-visible,
.list-product .sidebar .filter .ui-slider .ui-slider-handle:focus-visible,
.list-product .modal-body .filter .price-filter-range .ui-slider-handle:focus-visible,
.list-product .modal-body .filter .ui-slider .ui-slider-handle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-one) 22%, transparent);
}
.list-product .sidebar .filter .btn-submit-filter,
.list-product .sidebar .filter .btn-filter-desktop,
.list-product .sidebar .filter .apply-button-mobile,
.list-product .modal-body .filter .btn-submit-filter,
.list-product .modal-body .filter .btn-filter-desktop,
.list-product .modal-body .filter .apply-button-mobile {
  width: 100%;
  margin-top: 10px;
  border-radius: 100px;
  padding: 10px 16px !important;
  font-size: 13px;
}
.list-product .sidebar .filter .sort-form,
.list-product .modal-body .filter .sort-form {
  margin-bottom: 10px !important;
}
.list-product .sidebar .filter .sort-form li,
.list-product .modal-body .filter .sort-form li {
  background: var(--sk-surface) !important;
  border: 1px solid var(--sk-border) !important;
  border-radius: var(--sk-radius-xs) !important;
  padding: 12px 14px !important;
  margin-bottom: 10px !important;
  box-shadow: none !important;
  transition: border-color var(--sk-dur-fast) ease, background-color var(--sk-dur-fast) ease;
}
.list-product .sidebar .filter .sort-form li:hover,
.list-product .modal-body .filter .sort-form li:hover {
  transform: none;
  background: var(--sk-surface-muted) !important;
  border-color: color-mix(in srgb, var(--color-one) 30%, var(--sk-border)) !important;
  color: inherit !important;
}
.list-product .sidebar .filter .sort-form li:last-child,
.list-product .modal-body .filter .sort-form li:last-child {
  margin-bottom: 0 !important;
}
.list-product .sidebar .filter .sort-form .form-switch,
.list-product .modal-body .filter .sort-form .form-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-right: 0;
  min-height: 24px;
}
.list-product .sidebar .filter .sort-form .form-switch .form-check-input,
.list-product .modal-body .filter .sort-form .form-switch .form-check-input {
  width: 44px;
  height: 24px;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
  background-color: var(--sk-ink-100);
  border: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.list-product .sidebar .filter .sort-form .form-switch .form-check-input:checked,
.list-product .modal-body .filter .sort-form .form-switch .form-check-input:checked {
  background-color: var(--color-one);
  border-color: var(--color-one);
}
.list-product .sidebar .filter .sort-form .form-switch .form-check-input:focus,
.list-product .modal-body .filter .sort-form .form-switch .form-check-input:focus {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-one) 20%, transparent);
}
.list-product .sidebar .filter .sort-form .form-switch .form-check-label,
.list-product .modal-body .filter .sort-form .form-switch .form-check-label {
  font-family: "yekan-regular", inherit;
  color: var(--sk-ink-700);
  font-size: 13px;
  cursor: pointer;
}
.list-product .sidebar .filter .form-check:not(.form-switch),
.list-product .modal-body .filter .form-check:not(.form-switch) {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px !important;
  padding: 6px 8px 6px 10px !important;
  border-radius: calc(var(--sk-radius-xs) - 2px);
  transition: background-color var(--sk-dur-fast) ease;
}
.list-product .sidebar .filter .form-check:not(.form-switch):hover,
.list-product .modal-body .filter .form-check:not(.form-switch):hover {
  background: var(--sk-surface-muted);
}
.list-product .sidebar .filter .form-check:not(.form-switch) .form-check-input,
.list-product .modal-body .filter .form-check:not(.form-switch) .form-check-input {
  float: none !important;
  margin: 0 !important;
  flex-shrink: 0;
  border-color: var(--sk-ink-300);
  cursor: pointer;
}
.list-product .sidebar .filter .form-check:not(.form-switch) .form-check-input:checked,
.list-product .modal-body .filter .form-check:not(.form-switch) .form-check-input:checked {
  background-color: var(--color-one);
  border-color: var(--color-one);
}
.list-product .sidebar .filter .form-check:not(.form-switch) .form-check-input:focus,
.list-product .modal-body .filter .form-check:not(.form-switch) .form-check-input:focus {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-one) 18%, transparent);
}
.list-product .sidebar .filter .form-check:not(.form-switch) .form-check-label,
.list-product .modal-body .filter .form-check:not(.form-switch) .form-check-label {
  flex: 1;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--sk-ink-700);
  font-size: 13px;
  cursor: pointer;
}
.list-product .sidebar .filter .search input.form-control,
.list-product .modal-body .filter .search input.form-control {
  border-radius: 100px;
  background: var(--sk-surface-muted);
  border: 1px solid var(--sk-border);
  padding-left: 36px;
  font-size: 13px;
  box-shadow: none;
}
.list-product .sidebar .filter .search input.form-control:focus,
.list-product .modal-body .filter .search input.form-control:focus {
  background: var(--sk-surface);
  border-color: var(--color-one);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-one) 16%, transparent);
}
.list-product .sidebar .filter .search .btn-search,
.list-product .modal-body .filter .search .btn-search {
  color: var(--sk-ink-500);
}
.list-product .sidebar .filter .categories li,
.list-product .modal-body .filter .categories li {
  transition: transform var(--sk-dur-fast) ease;
}
.list-product .sidebar .filter .categories li:hover,
.list-product .modal-body .filter .categories li:hover {
  transform: translateX(-2px);
}
.list-product .sidebar .filter .categories li a,
.list-product .modal-body .filter .categories li a {
  color: var(--sk-ink-700);
  font-size: 13px;
}
.list-product .modal-body > .sort-form {
  margin-bottom: 10px !important;
}
.list-product .modal-body > .sort-form li {
  background: var(--sk-surface) !important;
  border: 1px solid var(--sk-border) !important;
  border-radius: var(--sk-radius-xs) !important;
  padding: 12px 14px !important;
  margin-bottom: 10px !important;
  box-shadow: none !important;
  transition: border-color var(--sk-dur-fast) ease, background-color var(--sk-dur-fast) ease;
}
.list-product .modal-body > .sort-form li:hover {
  transform: none;
  background: var(--sk-surface-muted) !important;
  border-color: color-mix(in srgb, var(--color-one) 30%, var(--sk-border)) !important;
  color: inherit !important;
}
.list-product .modal-body > .sort-form li:last-child {
  margin-bottom: 0 !important;
}
.list-product .modal-body > .sort-form .form-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-right: 0;
  min-height: 24px;
}
.list-product .modal-body > .sort-form .form-switch .form-check-input {
  width: 44px;
  height: 24px;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
  background-color: var(--sk-ink-100);
  border: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.list-product .modal-body > .sort-form .form-switch .form-check-input:checked {
  background-color: var(--color-one);
  border-color: var(--color-one);
}
.list-product .modal-body > .sort-form .form-switch .form-check-input:focus {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-one) 20%, transparent);
}
.list-product .modal-body > .sort-form .form-switch .form-check-label {
  font-family: "yekan-regular", inherit;
  color: var(--sk-ink-700);
  font-size: 13px;
  cursor: pointer;
}
.list-product .modal-body .sort-toolbar {
  border: 0;
  box-shadow: none;
  padding: 0;
  background: transparent;
}

.menu {
  position: unset !important;
}
.menu .change-color {
  filter: brightness(0.2) !important;
}
.menu a {
  color: var(--color-dark) !important;
}
.menu .light {
  color: var(--color-dark) !important;
}
.menu .drop-box-mega a {
  color: rgba(var(--color-light), 1) !important;
}
.menu li {
  color: var(--color-dark) !important;
}
.menu .top {
  border-bottom-color: #ccc !important;
}
.menu .drop-box {
  background-color: rgba(var(--color-light), 1) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.menu .drop-box-in {
  background-color: rgba(var(--color-light), 1) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.menu .drop-box-inn {
  background-color: rgba(var(--color-light), 1) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.hero {
  background-color: var(--color-body);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.hero .modal-video {
  background: rgba(0, 0, 0, 0.6);
}
.hero .carousel-item img {
  height: 350px;
  object-fit: cover;
}
.hero .over-hero {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.48) 100%);
  z-index: 1;
  padding-bottom: 1rem;
}
.hero .over-hero .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(var(--color-light), 1);
}
.hero .over-hero .breadcrumb-item {
  font-size: 12px;
}
.hero .over-hero .img-header-inner img {
  border-radius: var(--service-img-radius);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.hero .over-hero .hero-content h1 {
  font-size: 50px;
}
.hero .over-hero .hero-content p {
  font-size: 18px;
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.banner-scrollable {
  background-color: var(--color-one);
}
.banner-scrollable .scroll-text {
  width: max-content;
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-animation: my-animation 50s linear infinite;
  -webkit-animation: my-animation 50s linear infinite;
  animation: my-animation 50s linear infinite;
}
.banner-scrollable .scroll-text li {
  font-family: sans-serif !important;
  list-style: inherit !important;
  margin-left: 50px;
  text-transform: uppercase;
  font-size: 42px;
  color: var(--color-dark);
}

/* for Firefox */
@-moz-keyframes my-animation {
  from {
    -moz-transform: translateX(-100%);
  }
  to {
    -moz-transform: translateX(-100%);
  }
}
/* for Chrome */
@-webkit-keyframes my-animation {
  from {
    -webkit-transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
  }
}
@keyframes my-animation {
  from {
    -moz-transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  to {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes my-animation2 {
  from {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes my-animation3 {
  from {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -moz-transform: translateX(70%);
    -webkit-transform: translateX(70%);
    transform: translateX(70%);
  }
}
.list-product::before, .list-product::after,
.plp-page::before,
.plp-page::after,
.plp-grid::before,
.plp-grid::after,
.lists::before,
.lists::after {
  content: none !important;
  display: none !important;
  background: none !important;
  filter: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.list-product {
  /* clears the ‘X’ from Internet Explorer */
  /* clears the ‘X’ from Chrome */
}
.list-product .swiper {
  height: unset;
}
.list-product .swiper-slide {
  background: transparent;
}
.list-product .cat-card {
  width: 100%;
  position: relative;
  background-color: rgba(var(--color-light), 1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: var(--theme-radius-button);
  padding: 20px 10px;
}
.list-product .cat-card .name-cat {
  height: 3.75rem;
  display: flex;
  flex-direction: column;
}
.list-product .cat-card .font-md {
  font-size: 16px;
}
.list-product .cat-card .font-num-r {
  font-size: 12px;
}
.list-product .cat-card .img-cat {
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
  background: var(--color-one);
  width: 120px;
  height: 120px;
  max-width: 100%;
}
.list-product .cat-card .img-cat img {
  width: 100%;
}
.list-product .cat-card .arrow-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-one);
  filter: contrast(0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-product .cat-card .arrow-box img {
  width: 20px;
  height: 20px;
}
.list-product .sidebar {
  position: sticky;
  top: 1rem;
}
.list-product .btn-submit-filter:hover {
  border-color: var(--color-one);
}
.list-product .categories li {
  transition: 0.5s;
}
.list-product .categories li:hover {
  margin-right: 5px;
}
.list-product .color-filter {
  position: relative;
  width: max-content;
  text-align: center;
  padding-right: 0;
}
.list-product .color-filter p {
  margin-top: -4px !important;
}
.list-product .color-filter input {
  position: absolute;
  inset: 0;
  margin-right: 0;
  width: 22px;
  height: 24px;
  background-position: top;
  margin: 0;
  z-index: 1;
  background-color: transparent !important;
  filter: brightness(0);
  border: 0;
  cursor: pointer;
  margin: auto;
  top: -20px;
}
.list-product .color-filter input.black-filter {
  filter: unset;
}
.list-product .color-filter label {
  width: 25px;
  height: 25px;
  border-radius: 6px;
  position: relative;
  border: 1px solid #ddd;
}
.list-product input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.list-product input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.list-product input[type=search]::-webkit-search-decoration,
.list-product input[type=search]::-webkit-search-cancel-button,
.list-product input[type=search]::-webkit-search-results-button,
.list-product input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.list-product .search input {
  border-radius: 10px;
  box-shadow: none;
  padding-left: 3.25rem;
  font-size: 14px;
}
.list-product .search input:focus {
  border-color: #dee2e6;
}
.list-product .search input::placeholder {
  color: #aaa !important;
}
.list-product .search .spinner-border {
  width: 1rem;
  height: 1rem;
  border-width: 0.1em;
  border-style: solid;
  border-color: currentcolor currentcolor currentcolor transparent;
  border-image: none;
  position: absolute;
  z-index: 1;
  left: 33px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list-product .filtered li {
  background: color-mix(in srgb, var(--color-two) 30%, transparent);
  padding: 4px 6px;
  border-radius: 6px;
}
.list-product .product-card {
  border: 1px solid var(--sk-border, #e5e5e5);
  position: relative;
  border-radius: var(--sk-radius-sm, var(--product-radius));
  overflow: hidden;
  background: rgba(var(--color-light), 1);
  box-shadow: var(--sk-shadow-xs, 0 1px 2px rgba(20, 22, 26, 0.05));
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.22s ease;
}
.list-product .product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sk-shadow-md, 0 16px 40px rgba(20, 22, 26, 0.1));
  border-color: transparent;
}
.list-product .product-card .off {
  position: absolute;
  background-image: unset !important;
  top: 0px;
  right: 20px;
  color: var(--text-primery);
  width: max-content;
  font-size: 13px;
  text-align: center;
}
.list-product .product-card .off svg {
  scale: 1.2;
}
.list-product .product-card .off path {
  fill: var(--color-one);
}
.list-product .product-card .off span {
  position: absolute;
  inset: 0;
  color: var(--text-primery);
  top: 6px;
  font-family: pelak-num;
}
.list-product .product-card .name {
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-product .product-card .name p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.list-product .product-card .price {
  height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.list-product .product-card .price p {
  color: #67D1A4;
}
.list-product .product-card .price .old-price p {
  color: #555;
  opacity: 0.4;
  width: max-content;
  position: relative;
  font-weight: bold;
}
.list-product .product-card .price .old-price p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #555;
}
.list-product .product-card .colors {
  height: 1rem;
  overflow: hidden;
}
.list-product .product-card .colors li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.tag-item {
  background-color: rgba(var(--color-light), 1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: var(--product-radius);
  padding: 10px 30px;
  border: 1px solid rgba(var(--color-light), 1);
  color: var(--color-dark);
  transition: 0.5s;
  white-space: nowrap;
}
.tag-item:hover {
  background-color: transparent;
  border: 1px solid var(--color-dark);
}

.offer-card .product-card {
  background: rgba(var(--color-light), 1);
  border-radius: 20px;
  overflow: hidden;
  padding: 35px 15px 20px 15px;
  position: relative;
}
.offer-card .product-card img {
  width: 85%;
  display: flex;
  margin: auto;
}
.offer-card .product-card .off {
  position: absolute;
  background-image: unset !important;
  top: 0px;
  right: 20px;
  color: var(--text-primery);
  width: max-content;
  font-size: 13px;
  text-align: center;
}
.offer-card .product-card .off svg {
  scale: 1.2;
}
.offer-card .product-card .off path {
  fill: var(--color-one);
}
.offer-card .product-card .off span {
  position: absolute;
  inset: 0;
  color: var(--text-primery);
  top: 6px;
  font-family: pelak-num;
}
.offer-card .product-card .name p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.offer-card .product-card .price {
  height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.offer-card .product-card .price p {
  color: #67D1A4;
  font-size: 16px;
}
.offer-card .product-card .price .old-price p {
  color: #555;
  opacity: 0.4;
  width: max-content;
  position: relative;
  font-weight: bold;
}
.offer-card .product-card .price .old-price p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #555;
}
.offer-card .product-card .countdown {
  gap: 4px;
}
.offer-card .product-card .countdown li {
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(var(--color-light), 1);
  border-bottom: 2px solid var(--color-two);
  width: 3rem;
  border-radius: 6px;
  font-size: 8px;
  font-family: pelak-num;
  height: 2rem;
  align-content: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.offer-card .product-card .countdown li span {
  font-size: 14px;
}

.seo-box {
  background: linear-gradient(180deg, rgba(var(--color-light), 1) 34.81%, rgba(255, 255, 255, 0) 85.84%);
  border-radius: var(--about-back-radius);
  margin-top: 50px !important;
  margin: 0 50px;
  padding: 50px 0;
  position: relative;
}
.seo-box .box .button {
  transition: unset !important;
  margin: auto;
  width: max-content;
  display: flex;
}
.seo-box .box input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.seo-box .box .content {
  line-height: 1.75;
  font-size: 14px;
  color: #333;
}
.seo-box .box .content img {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  margin: auto;
  display: block;
}
.seo-box .box .content .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: var(--bg-table);
}
.seo-box .box .content table {
  width: 100% !important;
  text-align: center;
}
.seo-box .box .content table * {
  align-content: center;
}
.seo-box .box .content table p {
  margin-bottom: 0 !important;
}
.seo-box .box .content p {
  font-family: pelak-rgular;
  margin-bottom: 8px;
}
.seo-box .box .content li {
  font-family: pelak-rgular;
  list-style: inherit;
}
.seo-box .box .p {
  display: block;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: inherit;
  word-wrap: break-word;
  transition: max-height 0.5s ease;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-height: 25rem;
  -webkit-box-orient: vertical;
  line-height: 1.75rem;
  font-size: 0.9rem;
  position: relative;
}
.seo-box .box .p.after::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 250px;
  background: linear-gradient(0deg, var(--color-body) 12%, rgba(255, 255, 255, 0) 100%);
}
.seo-box .box input:checked + .p {
  -webkit-line-clamp: unset;
  max-height: max-content !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: auto;
  -webkit-box-orient: vertical;
}
.seo-box .box input:checked + .p::after {
  content: unset !important;
}
.seo-box .box input:checked ~ .button {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}

@media (min-width: 1600px) {
  .seo-box .content img {
    max-width: 70% !important;
    max-height: max-content !important;
    margin: auto !important;
    display: block;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .hero .over-hero {
    padding-top: 10rem;
  }
  .hero .over-hero .img-header-inner img {
    border-radius: var(--about-img-one);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  }
  .hero .over-hero .hero-content p {
    font-size: 16px;
  }
  .seo-box .content img {
    max-width: 80% !important;
    max-height: max-content !important;
    margin: auto !important;
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .hero .img-header-inner img {
    border-radius: var(--about-img-one) !important;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  }
  .hero .hero-content p {
    font-size: 16px !important;
  }
  .seo-box .content img {
    max-width: 80% !important;
    max-height: max-content !important;
    margin: auto !important;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hero .img-header-inner img {
    border-radius: var(--about-img-one) !important;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  }
  .hero .hero-content p {
    font-size: 16px !important;
  }
  .hero .hero-content .anchors a {
    font-size: 14px;
  }
  .seo-box .content img {
    width: 70% !important;
    height: auto !important;
    margin: auto !important;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hero .carousel-item img {
    height: 330px;
    object-fit: cover;
    object-position: center;
  }
  .hero .img-header-inner {
    margin-top: 2rem;
  }
  .hero .over-hero {
    padding-bottom: 1rem;
  }
  .hero .over-hero .hero-content h1 {
    font-size: 40px;
  }
  .hero .over-hero .hero-content p {
    font-size: 16px;
  }
  .seo-box {
    margin: 0 20px;
    padding: 30px;
    border-radius: var(--about-img-one);
  }
  .seo-box .content img {
    width: 80% !important;
    height: auto !important;
    margin: auto !important;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .hero .carousel-item img {
    height: 280px;
    object-fit: cover;
    object-position: center;
  }
  .hero .img-header-inner {
    margin-top: 2rem;
  }
  .hero .over-hero {
    padding-bottom: 1rem;
  }
  .hero .over-hero .hero-content h1 {
    font-size: 40px;
  }
  .hero .over-hero .hero-content p {
    font-size: 16px;
  }
  .hero .over-hero .video {
    width: 100%;
    margin-right: auto;
    height: auto;
  }
  .seo-box {
    margin: 0 0;
    padding: 30px;
    border-radius: var(--about-img-one);
  }
  .seo-box .content img {
    width: 90% !important;
    height: auto !important;
    margin: auto !important;
    display: block;
  }
}
@media (max-width: 576px) {
  .list-product .product-card .name {
    height: unset !important;
    display: block !important;
  }
  .product-card img {
    height: 100%;
  }
  .product-card .off {
    right: unset !important;
    left: 10px;
    padding: 4px 4px 12px 4px !important;
  }
  .product-card .name {
    padding-left: 1rem;
  }
  .product-card .name p {
    -webkit-box-orient: unset !important;
    -webkit-line-clamp: unset !important;
  }
  .tags ul {
    gap: 4% !important;
  }
  .tags li {
    width: 46%;
  }
  .tags li a {
    width: 100%;
    display: block;
    padding: 10px 10px !important;
  }
  .cat-card .name-cat {
    height: 3rem !important;
  }
  .cat-card .name-cat p {
    font-size: 13px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .hero .carousel-item img {
    height: 250px;
    object-fit: cover;
    object-position: center;
  }
  .hero .over-hero {
    padding-bottom: 1rem;
  }
  .hero .over-hero .img-header-inner {
    margin-top: 0.5rem;
  }
  .hero .over-hero .img-header-inner img {
    border-radius: var(--about-img-one) !important;
  }
  .hero .over-hero .hero-content h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .hero .over-hero .hero-content p {
    font-size: 14px;
    line-height: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .hero .over-hero .video {
    width: 100%;
    margin-right: auto;
    height: auto;
  }
  .hero .over-hero .video .btn-video {
    position: unset;
    width: 100%;
  }
  .hero .anchors {
    flex-wrap: wrap;
  }
  .hero .anchors a {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .seo-box {
    margin: 0 0;
    padding: 30px 10px;
    border-radius: var(--about-img-one);
  }
  .seo-box .content img {
    width: 100% !important;
    height: auto !important;
  }
}

/*# sourceMappingURL=tpl-product-list.css.map */
