.ws-main-content {
  width: 100%;
  max-width: 1400px;
  min-width: 0;
  background: #fff;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}

.ws-landing {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  background: #fff;
}
@media (min-width: 768px) {
  .ws-landing {
    gap: 1rem;
  }
}

.ws-product-groups {
  width: 100%;
  min-width: 0;
  padding: 0 0 0.5rem;
}
.ws-product-groups .ws-product-groups__hero {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr);
  gap: 0.75rem;
  min-height: 420px;
  height: clamp(380px, 42vw, 480px);
}
@media (max-width: 991.98px) {
  .ws-product-groups .ws-product-groups__hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }
}
.ws-product-groups .ws-product-groups__hero-primary {
  min-height: 0;
  min-width: 0;
  height: 100%;
}
@media (max-width: 991.98px) {
  .ws-product-groups .ws-product-groups__hero-primary {
    height: 280px;
  }
}
@media (max-width: 575.98px) {
  .ws-product-groups .ws-product-groups__hero-primary {
    height: 220px;
  }
}
.ws-product-groups .ws-product-groups__hero-side {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 0;
  min-width: 0;
  height: 100%;
}
.ws-product-groups .ws-product-groups__hero-side > * {
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
}
@media (max-width: 991.98px) {
  .ws-product-groups .ws-product-groups__hero-side {
    flex-direction: row;
    height: 200px;
  }
}
@media (max-width: 575.98px) {
  .ws-product-groups .ws-product-groups__hero-side {
    flex-direction: column;
    height: auto;
  }
  .ws-product-groups .ws-product-groups__hero-side > * {
    flex: none !important;
    height: 160px !important;
    max-height: 160px;
    min-height: 160px;
    overflow: hidden;
  }
}
.ws-product-groups .ws-product-groups__card-link {
  display: block;
  position: relative;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.25s ease, box-shadow 0.2s ease;
}
.ws-product-groups .ws-product-groups__card-link:hover {
  transform: translateY(-2px);
}
.ws-product-groups .ws-product-groups__card-link:hover .ws-product-groups__card {
  border-color: #bbb !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.ws-product-groups .ws-product-groups__card-link:hover .ws-product-groups__card-img,
.ws-product-groups .ws-product-groups__card-link:hover .card-img {
  transform: scale(1.04);
}
.ws-product-groups .ws-product-groups__card-link--primary .ws-product-groups__card {
  border: 0 !important;
}
.ws-product-groups .ws-product-groups__card-link--primary:hover .ws-product-groups__card {
  border: 0 !important;
  box-shadow: none;
}
.ws-product-groups .ws-product-groups__card-link--primary .ws-product-groups__card-body {
  padding: 1.25rem 1.25rem 1.25rem !important;
  max-width: 100%;
  background: transparent !important;
  background-color: transparent !important;
}
@media (max-width: 575.98px) {
  .ws-product-groups .ws-product-groups__card-link--primary .ws-product-groups__card-body {
    padding: 0.75rem !important;
  }
}
.ws-product-groups .ws-product-groups__card-link--primary .ws-product-groups__card-title {
  display: block;
  width: fit-content;
  max-width: min(36rem, 100%);
  font-size: clamp(1.05rem, 1.7vw, 1.55rem);
  letter-spacing: -0.02em;
  color: #fff !important;
  background: rgba(16, 16, 16, 0.88);
  padding: 1rem 1.15rem 1.05rem;
  border-radius: 2px;
  text-shadow: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
@media (max-width: 575.98px) {
  .ws-product-groups .ws-product-groups__card-link--primary .ws-product-groups__card-title {
    padding: 0.55rem 0.7rem;
    font-size: 1rem;
    max-width: 100%;
  }
}
.ws-product-groups .ws-product-groups__card-link--primary .ws-product-groups__card-title p,
.ws-product-groups .ws-product-groups__card-link--primary .ws-product-groups__card-title h1,
.ws-product-groups .ws-product-groups__card-link--primary .ws-product-groups__card-title h2,
.ws-product-groups .ws-product-groups__card-link--primary .ws-product-groups__card-title h3,
.ws-product-groups .ws-product-groups__card-link--primary .ws-product-groups__card-title h4,
.ws-product-groups .ws-product-groups__card-link--primary .ws-product-groups__card-title h5,
.ws-product-groups .ws-product-groups__card-link--primary .ws-product-groups__card-title h6,
.ws-product-groups .ws-product-groups__card-link--primary .ws-product-groups__card-title span,
.ws-product-groups .ws-product-groups__card-link--primary .ws-product-groups__card-title div {
  margin: 0;
  color: #fff !important;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.25;
}

.ws-product-groups__carousel {
  background: #fff !important;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  overflow: hidden;
}
.ws-product-groups__carousel .carousel-inner,
.ws-product-groups__carousel .carousel-item {
  height: 100%;
}

.ws-product-groups__control {
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: rgba(26, 26, 26, 0.55);
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;
}
.ws-product-groups__control--prev {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.ws-product-groups__control--next {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.ws-product-groups__card {
  position: relative;
  height: 100%;
  min-height: 0;
  border: 1px solid #e5e5e5 !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  overflow: hidden;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.ws-product-groups__card .ws-product-groups__card-img,
.ws-product-groups__card .card-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  max-height: none;
  border-radius: 0 !important;
  transition: transform 0.45s ease;
}

.ws-product-groups__card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: transparent !important;
  background-color: transparent !important;
  padding: 0.85rem !important;
}

.ws-product-groups__card-title {
  margin: 0;
  padding: 0.65rem 0.75rem;
  width: fit-content;
  max-width: 100%;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff !important;
  line-height: 1.3;
  background: rgba(16, 16, 16, 0.88);
  border-radius: 2px;
}
@media (max-width: 575.98px) {
  .ws-product-groups__card-title {
    padding: 0.45rem 0.55rem;
    font-size: 0.85rem;
  }
}
.ws-product-groups__card-title p,
.ws-product-groups__card-title h1,
.ws-product-groups__card-title h2,
.ws-product-groups__card-title h3,
.ws-product-groups__card-title h4,
.ws-product-groups__card-title h5,
.ws-product-groups__card-title h6,
.ws-product-groups__card-title span,
.ws-product-groups__card-title div {
  margin: 0;
  color: #fff !important;
  font-size: inherit;
  font-weight: inherit;
}

.ws-product-groups__card-text {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
}

.ws-product-group-page {
  width: 100%;
  background: #fff;
}
.ws-product-group-page__content {
  width: 100%;
}
.ws-product-group-page__error {
  padding: 1.5rem 0;
  color: #6c757d;
}
.ws-product-group-page__error h1 {
  color: #1a1a1a;
  font-size: 1.35rem;
  font-weight: 700;
}

.ws-product-group-section {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  width: 100%;
}
.ws-product-group-section__products {
  padding-top: 0.25rem;
}
.ws-product-group-section__children {
  width: 100%;
}
.ws-product-group-section__divider {
  margin: 0 0 1.25rem;
  border: 0;
  border-top: 1px solid #e5e5e5;
  opacity: 1;
}
.ws-product-group-section__nested {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 0.5rem;
}

.ws-product-group-info {
  width: 100%;
}
.ws-product-group-info__media {
  height: 100%;
  min-height: 220px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  overflow: hidden;
  background: #fafafa;
}
.ws-product-group-info__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  max-height: 360px;
  object-fit: cover;
}
.ws-product-group-info__copy {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
  justify-content: center;
}
.ws-product-group-info__copy--after-image {
  padding-left: 0;
}
@media (min-width: 768px) {
  .ws-product-group-info__copy--after-image {
    padding-left: 0.5rem;
  }
}
.ws-product-group-info__copy--before-image {
  padding-right: 0;
}
@media (min-width: 768px) {
  .ws-product-group-info__copy--before-image {
    padding-right: 0.5rem;
  }
}
.ws-product-group-info__title h1,
.ws-product-group-info__title h2,
.ws-product-group-info__title h3,
.ws-product-group-info__title h4,
.ws-product-group-info__title h5,
.ws-product-group-info__title h6,
.ws-product-group-info__title p,
.ws-product-group-info__title div {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  line-height: 1.25;
}
.ws-product-group-info__description {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 40rem;
}
.ws-product-group-info__description p {
  margin: 0 0 0.75rem;
}
.ws-product-group-info__description p:last-child {
  margin-bottom: 0;
}
.ws-product-group-info__description a {
  color: var(--falcon-primary);
  text-decoration: none;
}
.ws-product-group-info__description a:hover {
  text-decoration: underline;
}
.ws-product-group-info__description ul,
.ws-product-group-info__description ol {
  padding-left: 1.1rem;
  margin-bottom: 0.75rem;
}

.ws-product-group-card-grid .ws-product-groups__card-link {
  display: block;
  height: 220px;
}

.ws-service-tiles {
  width: 100%;
  padding: 1.75rem 0 0.5rem;
}
.ws-service-tiles__header {
  margin-bottom: 1rem;
}
.ws-service-tiles__title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  line-height: 1.25;
}

.ws-service-tile__link {
  display: flex;
  width: 100%;
  color: inherit;
}
.ws-service-tile__link:hover .ws-service-tile, .ws-service-tile__link:focus-visible .ws-service-tile {
  border-color: #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.ws-service-tile__link:hover .ws-service-tile__title, .ws-service-tile__link:focus-visible .ws-service-tile__title {
  color: var(--falcon-primary);
}

.ws-service-tile {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 1.25rem 1.15rem;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 2px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.ws-service-tile__icon {
  color: var(--falcon-primary);
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.ws-service-tile__title {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  transition: color 0.15s ease;
}
.ws-service-tile__text {
  margin: 0;
  font-size: 0.85rem;
  color: #6c757d;
  line-height: 1.5;
  flex: 1;
}

body:has(.ws-primary-nav),
#main:has(.ws-primary-nav),
#main:has(.ws-primary-nav) > .container-fluid {
  background: #fff !important;
}

.ws-env-chip {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 1080;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.55rem 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  opacity: 0.92;
}
.ws-env-chip--dev {
  background: #6c757d;
}
.ws-env-chip--test {
  background: #b78103;
}
.ws-env-chip__close {
  appearance: none;
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  color: inherit;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  font-size: 0.9rem;
}
.ws-env-chip__close:hover {
  background: rgba(255, 255, 255, 0.35);
}

.ws-utility-bar {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0.8rem;
  color: #6c757d;
}
.ws-utility-bar a {
  color: inherit;
  text-decoration: none;
}
.ws-utility-bar a:hover {
  color: var(--falcon-primary);
}
.ws-utility-bar .ws-utility-usp {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}
.ws-utility-bar .ws-utility-usp .ws-utility-usp__icon {
  color: var(--falcon-primary);
  font-size: 0.75rem;
}
.ws-utility-bar .ws-utility-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  color: inherit;
}
.ws-utility-bar .ws-utility-contact__sep {
  color: #adb5bd;
  user-select: none;
}

.ws-main-header {
  background: #fff;
  padding: 1rem 0;
}
.ws-main-header .ws-header-search-row {
  min-width: 0;
}
.ws-main-header .ws-search-wrap {
  width: 100%;
  max-width: 30rem;
  min-width: 0;
}
.ws-main-header .ws-search-wrap .search-box {
  width: 100%;
}
.ws-main-header .ws-search-wrap .search-input.form-control,
.ws-main-header .ws-search-wrap .form-control.search-input {
  height: 2.75rem;
  padding-left: 2.75rem !important;
  padding-right: 2.5rem;
  font-size: 0.95rem !important;
  font-weight: 500;
  line-height: 1.3;
  color: #1a1a1a;
  background: #f3f3f3;
  border: 2px solid #cfcfcf !important;
  border-radius: 2px !important;
  box-shadow: none;
}
.ws-main-header .ws-search-wrap .search-input.form-control::placeholder,
.ws-main-header .ws-search-wrap .form-control.search-input::placeholder {
  color: #6c757d;
  font-weight: 500;
  opacity: 1;
}
.ws-main-header .ws-search-wrap .search-input.form-control:hover,
.ws-main-header .ws-search-wrap .form-control.search-input:hover {
  border-color: #b0b0b0 !important;
  background: #f7f7f7;
}
.ws-main-header .ws-search-wrap .search-input.form-control:focus,
.ws-main-header .ws-search-wrap .form-control.search-input:focus {
  background: #fff;
  border-color: var(--falcon-primary) !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--falcon-primary) 22%, transparent);
}
.ws-main-header .ws-search-wrap .search-box-icon {
  color: var(--falcon-primary) !important;
  font-size: 1rem;
  left: 1rem !important;
  opacity: 1;
}
.ws-main-header .ws-header-utility-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #212529;
  font-size: 0.75rem;
  line-height: 1.2;
  min-width: 4.25rem;
  position: relative;
  gap: 0.15rem;
}
.ws-main-header .ws-header-utility-link .ws-header-utility-link__icon {
  font-size: 1.35rem;
  margin-bottom: 0;
  color: #343a40;
}
.ws-main-header .ws-header-utility-link .ws-header-utility-link__label {
  font-weight: 600;
}
.ws-main-header .ws-header-utility-link--cart .ws-header-utility-link__icon {
  color: var(--falcon-primary);
}
.ws-main-header .ws-header-utility-link:hover {
  color: var(--falcon-primary);
}
.ws-main-header .ws-header-utility-link:hover .ws-header-utility-link__icon {
  color: var(--falcon-primary);
}
.ws-main-header .ws-cart-badge {
  position: absolute;
  top: -4px;
  right: 8px;
  width: 18px;
  height: 18px;
  font-size: 0.65rem;
  background: var(--falcon-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ws-mobile-menu {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.ws-mobile-menu__inner {
  padding-top: 0.75rem !important;
  padding-bottom: 1rem !important;
}
.ws-mobile-menu__toggle {
  appearance: none;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #1a1a1a;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  line-height: 1;
  padding: 0;
}
.ws-mobile-menu__toggle--open {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.ws-mobile-menu__utilities {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e5e5;
}
.ws-mobile-menu__utility-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  width: 100%;
}
.ws-mobile-menu__utility-list > li {
  min-width: 0;
  display: flex;
}
.ws-mobile-menu__account-dropdown {
  width: 100%;
  display: flex;
}
.ws-mobile-menu__account-dropdown > .dropdown-toggle {
  width: 100%;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
}
.ws-mobile-menu__account-dropdown > .dropdown-toggle::after {
  display: none !important;
}
.ws-mobile-menu__account-dropdown > .dropdown-toggle .ws-mobile-menu__tile {
  width: 100%;
}
.ws-mobile-menu__account-dropdown .dropdown-menu {
  min-width: min(280px, 85vw) !important;
  margin-top: 0.35rem !important;
  border-radius: 2px;
  border-color: #e5e5e5;
}
.ws-mobile-menu__tile {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 3.5rem;
  padding: 0.55rem 0.6rem;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background: #fafafa;
  color: #1a1a1a !important;
  text-decoration: none !important;
  text-align: left;
  box-sizing: border-box;
}
.ws-mobile-menu__tile:hover, .ws-mobile-menu__tile:focus-visible {
  background: #fff;
  border-color: #ccc;
  color: #1a1a1a !important;
}
.ws-mobile-menu__tile--cart .ws-mobile-menu__tile-icon {
  color: var(--falcon-primary);
}
.ws-mobile-menu__tile-icon-wrap {
  position: relative;
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ws-mobile-menu__tile-icon {
  font-size: 1.05rem;
  color: #1a1a1a;
  flex-shrink: 0;
  width: 1.15rem;
  text-align: center;
}
.ws-mobile-menu__tile-badge {
  position: absolute;
  top: -0.45rem;
  right: -0.55rem;
  min-width: 1rem;
  height: 1rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: var(--falcon-primary);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1rem;
  text-align: center;
}
.ws-mobile-menu__tile-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.ws-mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.ws-mobile-menu__group {
  width: 100%;
}
.ws-mobile-menu__item {
  appearance: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border: 1px solid transparent;
  background: transparent;
  color: #1a1a1a !important;
  text-decoration: none !important;
  text-align: left;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.25;
  padding: 0.8rem 0.85rem;
  border-radius: 2px;
}
.ws-mobile-menu__item:hover, .ws-mobile-menu__item:focus-visible {
  background: #f7f7f7;
  color: #1a1a1a !important;
}
.ws-mobile-menu__item--child {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333 !important;
  padding-left: calc(0.85rem + var(--ws-mobile-level, 1) * 0.85rem);
}
.ws-mobile-menu__item--open {
  background: #f3f3f3;
}
.ws-mobile-menu__item--shop {
  background: var(--falcon-primary) !important;
  color: #fff !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ws-mobile-menu__item--shop:hover, .ws-mobile-menu__item--shop:focus-visible {
  background: color-mix(in srgb, var(--falcon-primary) 85%, #000) !important;
  color: #fff !important;
}
.ws-mobile-menu__item--accent {
  color: var(--falcon-primary) !important;
  border-color: color-mix(in srgb, var(--falcon-primary) 35%, #fff);
  background: color-mix(in srgb, var(--falcon-primary) 8%, #fff);
}
.ws-mobile-menu__chevron {
  color: #999;
  font-size: 0.75rem;
  transition: transform 0.15s ease;
}
.ws-mobile-menu__chevron--open {
  transform: rotate(180deg);
  color: #1a1a1a;
}
.ws-mobile-menu__children {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin: 0.15rem 0 0.35rem;
  padding-left: 0.15rem;
  border-left: 2px solid #eee;
  margin-left: 0.85rem;
}

.ws-primary-nav {
  background: #1a1a1a;
  color: #ffffff;
}
.ws-primary-nav__links {
  min-height: 44px;
}
.ws-primary-nav__item,
.ws-primary-nav a.ws-primary-nav__item,
.ws-primary-nav button.ws-primary-nav__item {
  appearance: none;
  background: transparent;
  border: 0;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.55rem 0.7rem;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  height: 44px;
  box-shadow: none !important;
}
.ws-primary-nav__item:hover, .ws-primary-nav__item:focus, .ws-primary-nav__item:active,
.ws-primary-nav a.ws-primary-nav__item:hover,
.ws-primary-nav a.ws-primary-nav__item:focus,
.ws-primary-nav a.ws-primary-nav__item:active,
.ws-primary-nav button.ws-primary-nav__item:hover,
.ws-primary-nav button.ws-primary-nav__item:focus,
.ws-primary-nav button.ws-primary-nav__item:active {
  color: var(--falcon-primary) !important;
  background: transparent;
}
.ws-primary-nav__item--promo,
.ws-primary-nav a.ws-primary-nav__item--promo,
.ws-primary-nav button.ws-primary-nav__item--promo {
  color: var(--falcon-primary) !important;
}
.ws-primary-nav__item--shop,
.ws-primary-nav a.ws-primary-nav__item--shop,
.ws-primary-nav button.ws-primary-nav__item--shop {
  background: var(--falcon-primary) !important;
  color: #fff !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 2px;
  height: auto;
  min-height: 2.1rem;
  padding: 0.4rem 0.9rem;
  margin-right: 0.35rem;
}
.ws-primary-nav__item--shop:hover, .ws-primary-nav__item--shop:focus, .ws-primary-nav__item--shop:active,
.ws-primary-nav a.ws-primary-nav__item--shop:hover,
.ws-primary-nav a.ws-primary-nav__item--shop:focus,
.ws-primary-nav a.ws-primary-nav__item--shop:active,
.ws-primary-nav button.ws-primary-nav__item--shop:hover,
.ws-primary-nav button.ws-primary-nav__item--shop:focus,
.ws-primary-nav button.ws-primary-nav__item--shop:active {
  background: color-mix(in srgb, var(--falcon-primary) 85%, #000) !important;
  color: #fff !important;
}
.ws-primary-nav__label {
  display: inline-flex;
  align-items: center;
  color: inherit;
}
.ws-primary-nav__dropdown .dropdown-menu {
  margin-top: 0;
}
.ws-primary-nav .btn-link,
.ws-primary-nav .dropdown-toggle,
.ws-primary-nav .nav-link {
  color: #fff !important;
}
.ws-primary-nav .ws-nav-toggle::after {
  display: none !important;
}
.ws-primary-nav .ws-primary-nav__usps {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  gap: 1.25rem;
}
.ws-primary-nav .ws-primary-nav__usps .ws-primary-nav__usp {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}
.ws-primary-nav .ws-products-mega {
  position: relative;
}
.ws-primary-nav .ws-products-mega .ws-products-mega__panel {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1050;
  min-width: min(960px, 90vw);
  background: #fff;
  color: #212529;
  border: 1px solid #e5e5e5;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.ws-usp-bar {
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 1.5rem;
  padding: 1.5rem 0;
}
.ws-usp-bar .ws-usp-bar__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.ws-usp-bar .ws-usp-bar__item .ws-usp-bar__icon {
  color: var(--falcon-primary);
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.ws-usp-bar .ws-usp-bar__item .ws-usp-bar__title {
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.15rem;
  color: #212529;
}
.ws-usp-bar .ws-usp-bar__item .ws-usp-bar__text {
  font-size: 0.8rem;
  color: #6c757d;
  margin: 0;
}

.ws-hero-split {
  background: #fff;
  overflow: hidden;
  margin: 0;
  width: 100%;
  min-width: 0;
}
.ws-hero-split .ws-hero-split__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  grid-template-rows: 280px;
  align-items: stretch;
  height: 280px;
  max-height: 280px;
  min-height: 0;
  min-width: 0;
}
@media (max-width: 991.98px) {
  .ws-hero-split .ws-hero-split__inner {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-template-areas: "image" "content";
    height: auto;
    max-height: none;
  }
}
.ws-hero-split .ws-hero-split__content {
  padding: 1.25rem 1.5rem 1.25rem 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .ws-hero-split .ws-hero-split__content {
    grid-area: content;
    padding: 1rem 0 0.5rem;
    overflow: visible;
  }
}
.ws-hero-split .ws-hero-split__eyebrow {
  color: var(--falcon-primary);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}
.ws-hero-split .ws-hero-split__title {
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  font-weight: 800;
  line-height: 1.15;
  color: #111;
  margin-bottom: 0.45rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media (max-width: 575.98px) {
  .ws-hero-split .ws-hero-split__title {
    font-size: clamp(1.35rem, 6.5vw, 1.65rem);
  }
}
.ws-hero-split .ws-hero-split__body {
  color: #6c757d;
  font-size: 0.9rem;
  max-width: 32rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 575.98px) {
  .ws-hero-split .ws-hero-split__body {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
.ws-hero-split .ws-hero-split__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 575.98px) {
  .ws-hero-split .ws-hero-split__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .ws-hero-split .ws-hero-split__actions > a,
  .ws-hero-split .ws-hero-split__actions > a .btn {
    width: 100%;
  }
}
.ws-hero-split .ws-hero-split__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: #343a40;
}
@media (max-width: 575.98px) {
  .ws-hero-split .ws-hero-split__trust {
    gap: 0.5rem 0.85rem;
    margin-top: 1rem;
  }
}
.ws-hero-split .ws-hero-split__trust .ws-hero-split__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.ws-hero-split .ws-hero-split__trust .ws-hero-split__trust-item .fa,
.ws-hero-split .ws-hero-split__trust .ws-hero-split__trust-item svg {
  color: var(--falcon-primary);
  flex-shrink: 0;
}
.ws-hero-split .ws-hero-split__image-wrap {
  position: relative;
  height: 100%;
  min-height: 0;
  min-width: 0;
  align-self: stretch;
  overflow: hidden;
  background: #1a1a1a;
}
@media (max-width: 991.98px) {
  .ws-hero-split .ws-hero-split__image-wrap {
    grid-area: image;
    height: clamp(180px, 48vw, 260px);
    min-height: 180px;
    border-radius: 2px;
  }
}
.ws-hero-split .ws-hero-split__image-wrap--fallback {
  background: radial-gradient(circle at 70% 40%, rgba(220, 53, 69, 0.35), transparent 45%), linear-gradient(135deg, #2b2b2b 0%, #111 55%, #1a1a1a 100%);
}
.ws-hero-split .ws-hero-split__image-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.ws-hero-split .ws-hero-split__image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.55) 12%, transparent 38%);
}
@media (max-width: 991.98px) {
  .ws-hero-split .ws-hero-split__image-wrap::before {
    background: linear-gradient(180deg, transparent 55%, rgba(255, 255, 255, 0.55) 82%, #fff 100%);
  }
}

.ws-landing-cats {
  width: 100%;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
}
.ws-landing-cats .ws-catalog-cats {
  margin-bottom: 0 !important;
}

.ws-category-grid {
  display: grid;
  border: 1px solid #e5e5e5;
  border-left: none;
  background: #fff;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
  .ws-category-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 575.98px) {
  .ws-category-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.ws-category-grid .ws-category-grid__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  text-decoration: none;
  color: #212529 !important;
  padding: 1rem 0.75rem 1.1rem;
  border-left: 1px solid #e5e5e5;
  gap: 0.55rem;
  min-height: 120px;
  transition: background 0.15s ease;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}
.ws-category-grid .ws-category-grid__item:hover {
  background: #f8f9fa;
  color: var(--falcon-primary) !important;
}
.ws-category-grid .ws-category-grid__item .ws-category-grid__icon {
  height: 56px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ws-category-grid .ws-category-grid__item .ws-category-grid__icon img {
  max-width: 56px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.ws-category-grid .ws-category-grid__item .ws-category-grid__icon-fallback {
  color: var(--falcon-primary);
  font-size: 1.75rem;
}
.ws-category-grid .ws-category-grid__item .ws-category-grid__label {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
  min-height: 1.2em;
}

.ws-products-with-sidebars {
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
  min-width: 0;
}
.ws-products-with-sidebars .ws-products-with-sidebars__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1rem;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.ws-products-with-sidebars .ws-products-with-sidebars__header h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0;
  color: #212529;
}
@media (max-width: 575.98px) {
  .ws-products-with-sidebars .ws-products-with-sidebars__header h2 {
    font-size: 1.15rem;
  }
}
.ws-products-with-sidebars .ws-products-with-sidebars__header a {
  color: var(--falcon-primary);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
}
.ws-products-with-sidebars .ws-products-with-sidebars__header a:hover {
  text-decoration: underline;
}
.ws-products-with-sidebars .ws-products-with-sidebars__callouts {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
}
@media (max-width: 991.98px) {
  .ws-products-with-sidebars .ws-products-with-sidebars__callouts {
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
  }
  .ws-products-with-sidebars .ws-products-with-sidebars__callouts > .ws-callout {
    flex: 1 1 calc(50% - 0.4rem);
    min-width: min(100%, 16rem);
  }
}
@media (max-width: 575.98px) {
  .ws-products-with-sidebars .ws-products-with-sidebars__callouts {
    flex-direction: column;
  }
  .ws-products-with-sidebars .ws-products-with-sidebars__callouts > .ws-callout {
    flex: 1 1 auto;
    min-width: 0;
  }
}
.ws-products-with-sidebars .ws-products-with-sidebars__callouts > .ws-callout {
  flex: 1 1 0;
  min-height: 0;
}
.ws-products-with-sidebars .ws-callout {
  border-radius: 2px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 160px;
}
@media (max-width: 991.98px) {
  .ws-products-with-sidebars .ws-callout {
    min-height: 0;
    height: auto;
  }
}
.ws-products-with-sidebars .ws-callout__body {
  padding: 1.1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ws-products-with-sidebars .ws-callout__title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.ws-products-with-sidebars .ws-callout__text {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 1rem;
  flex: 1;
}
.ws-products-with-sidebars .ws-callout--dark {
  background: #2b2b2b;
  color: #fff;
}
.ws-products-with-sidebars .ws-callout--dark .ws-callout__title {
  color: #fff;
}
.ws-products-with-sidebars .ws-callout--dark .ws-callout__text {
  color: rgba(255, 255, 255, 0.75);
}
.ws-products-with-sidebars .ws-callout--light {
  background: #ececec;
  color: #212529;
}

.ws-main-content .product-price-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
}
.ws-main-content .product-price-block--promo {
  padding: 0.7rem 0.85rem;
  background: #fff5f7;
  border: 1px solid #f5c2cb;
  border-left: 4px solid #e63757;
  border-radius: 2px;
}
.ws-main-content .product-price-block .product-promo-label {
  display: inline-block;
  margin: 0;
  padding: 0.18rem 0.45rem;
  background: #e63757;
  color: #fff !important;
  font-size: 0.65rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
  border-radius: 2px;
}
.ws-main-content .product-price-block__was {
  font-size: 0.8rem !important;
}
.ws-main-content .product-grid-item .product-price-block .badge.bg-danger,
.ws-main-content .product-list-item .product-price-block .badge.bg-danger,
.ws-main-content .product-price-employee .product-price-block .badge.bg-danger,
.ws-main-content .product-commercial-block__price .product-price-block .badge.bg-danger {
  background: transparent !important;
  color: var(--falcon-primary) !important;
  font-size: 1.55rem !important;
  font-weight: 800;
  letter-spacing: -0.02em;
  padding: 0 !important;
  border-radius: 0 !important;
  line-height: 1.15;
}
.ws-main-content .product-grid-item .product-price-block .badge.bg-danger sup,
.ws-main-content .product-list-item .product-price-block .badge.bg-danger sup,
.ws-main-content .product-price-employee .product-price-block .badge.bg-danger sup,
.ws-main-content .product-commercial-block__price .product-price-block .badge.bg-danger sup {
  font-size: 0.5em;
  top: -0.45em;
  font-weight: 700;
}
.ws-main-content .product-grid-item .product-price-block--promo .badge.bg-danger,
.ws-main-content .product-list-item .product-price-block--promo .badge.bg-danger,
.ws-main-content .product-price-employee .product-price-block--promo .badge.bg-danger,
.ws-main-content .product-commercial-block__price .product-price-block--promo .badge.bg-danger {
  color: #e63757 !important;
}
.ws-main-content .product-grid-item__commercial .text-primary,
.ws-main-content .product-grid-item__commercial .fw-bold.text-danger,
.ws-main-content .product-grid-item__commercial [class*=price],
.ws-main-content .product-list-item__commercial .text-primary,
.ws-main-content .product-list-item__commercial .fw-bold.text-danger,
.ws-main-content .product-list-item__commercial [class*=price],
.ws-main-content .product-price-employee .text-primary,
.ws-main-content .product-price-employee .fw-bold.text-danger,
.ws-main-content .product-price-employee [class*=price] {
  color: var(--falcon-primary) !important;
  font-weight: 800;
}
.ws-main-content .product-grid-item__commercial .text-success,
.ws-main-content .product-list-item__commercial .text-success,
.ws-main-content .product-price-employee .text-success {
  color: #00a854 !important;
}
.ws-main-content .product-grid-item {
  border-radius: 2px !important;
  border: 1px solid #e5e5e5 !important;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.ws-main-content .product-grid-item:hover {
  border-color: #bbb !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.ws-main-content .product-grid-item--compact .product-grid-item__commercial {
  font-size: 0.85rem;
  height: auto;
}
.ws-main-content .product-grid-item--compact .product-commercial-block {
  height: auto;
}
.ws-main-content .product-grid-item--compact .product-commercial-block__price {
  flex-grow: 0;
  overflow: visible;
}
.ws-main-content .product-grid-item--compact .text-muted.small {
  -webkit-line-clamp: 3;
  font-size: 0.72rem !important;
}
.ws-main-content .product-grid-item--compact .product-price-block--promo {
  padding: 0.4rem 0.5rem;
  gap: 0.15rem;
}
.ws-main-content .product-grid-item--compact .product-price-block .product-promo-label {
  font-size: 0.58rem !important;
  padding: 0.12rem 0.35rem !important;
}
.ws-main-content .product-grid-item--compact .product-price-block__was {
  font-size: 0.7rem !important;
}
.ws-main-content .product-grid-item--compact .product-price-block .badge.bg-danger {
  font-size: 1.15rem !important;
  white-space: normal;
}
.ws-main-content .product-grid-item--compact .product-price-block .d-flex {
  flex-wrap: wrap;
  column-gap: 0.35rem;
  row-gap: 0;
  align-items: baseline;
}
.ws-main-content .product-grid-item--compact .product-price-block .d-flex > .text-muted {
  padding-left: 0 !important;
  font-size: 0.7rem;
}
.ws-main-content .product-grid-item h2.fs-0,
.ws-main-content .product-grid-item h2 {
  font-size: 0.85rem !important;
  font-weight: 600;
  line-height: 1.3;
  color: #212529;
}
.ws-main-content .product-grid-item a:hover h2,
.ws-main-content .product-grid-item a:hover h2 * {
  color: var(--falcon-primary);
}
.ws-main-content .product-grid-item .product-grid-item__commercial .btn,
.ws-main-content .product-grid-item .product-grid-item__commercial .form-control {
  border-radius: 2px !important;
}

.ws-primary-nav-mobile {
  position: relative;
  background: #1a1a1a;
  color: #ffffff;
  font-size: 0.8rem;
}
.ws-primary-nav-mobile__scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.ws-primary-nav-mobile__scroll::-webkit-scrollbar {
  display: none;
}
.ws-primary-nav-mobile__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.15rem;
  width: max-content;
  min-width: 100%;
  padding: 0.35rem 1rem;
  box-sizing: border-box;
}
.ws-primary-nav-mobile .ws-primary-nav__item,
.ws-primary-nav-mobile a.ws-primary-nav__item,
.ws-primary-nav-mobile button.ws-primary-nav__item {
  color: #fff !important;
  text-decoration: none !important;
  white-space: nowrap;
  padding: 0.55rem 0.7rem;
  display: inline-flex;
  align-items: center;
  height: 40px;
  flex-shrink: 0;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.ws-primary-nav-mobile .ws-primary-nav__item:hover, .ws-primary-nav-mobile .ws-primary-nav__item:focus, .ws-primary-nav-mobile .ws-primary-nav__item:active,
.ws-primary-nav-mobile a.ws-primary-nav__item:hover,
.ws-primary-nav-mobile a.ws-primary-nav__item:focus,
.ws-primary-nav-mobile a.ws-primary-nav__item:active,
.ws-primary-nav-mobile button.ws-primary-nav__item:hover,
.ws-primary-nav-mobile button.ws-primary-nav__item:focus,
.ws-primary-nav-mobile button.ws-primary-nav__item:active {
  color: var(--falcon-primary) !important;
  background: transparent;
}
.ws-primary-nav-mobile .ws-primary-nav__item.ws-primary-nav__item--promo,
.ws-primary-nav-mobile a.ws-primary-nav__item.ws-primary-nav__item--promo,
.ws-primary-nav-mobile button.ws-primary-nav__item.ws-primary-nav__item--promo {
  color: var(--falcon-primary) !important;
}
.ws-primary-nav-mobile .ws-primary-nav__item.ws-primary-nav__item--shop,
.ws-primary-nav-mobile a.ws-primary-nav__item.ws-primary-nav__item--shop,
.ws-primary-nav-mobile button.ws-primary-nav__item.ws-primary-nav__item--shop {
  background: var(--falcon-primary) !important;
  color: #fff !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 2px;
  height: auto;
  min-height: 2rem;
  padding: 0.4rem 0.85rem;
  margin: 0;
}
.ws-primary-nav-mobile .ws-primary-nav__item.ws-primary-nav__item--shop:hover, .ws-primary-nav-mobile .ws-primary-nav__item.ws-primary-nav__item--shop:focus, .ws-primary-nav-mobile .ws-primary-nav__item.ws-primary-nav__item--shop:active,
.ws-primary-nav-mobile a.ws-primary-nav__item.ws-primary-nav__item--shop:hover,
.ws-primary-nav-mobile a.ws-primary-nav__item.ws-primary-nav__item--shop:focus,
.ws-primary-nav-mobile a.ws-primary-nav__item.ws-primary-nav__item--shop:active,
.ws-primary-nav-mobile button.ws-primary-nav__item.ws-primary-nav__item--shop:hover,
.ws-primary-nav-mobile button.ws-primary-nav__item.ws-primary-nav__item--shop:focus,
.ws-primary-nav-mobile button.ws-primary-nav__item.ws-primary-nav__item--shop:active {
  color: #fff !important;
  background: color-mix(in srgb, var(--falcon-primary) 85%, #000) !important;
  filter: none;
}

.ws-products-mega-mobile {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.ws-products-mega-mobile__panel {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1080;
  max-height: min(70vh, 520px);
  overflow: auto;
  background: #fff;
  color: #212529;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  -webkit-overflow-scrolling: touch;
}
.ws-products-mega-mobile__panel .ws-products-mega__thumb {
  width: 28px;
  height: 28px;
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}
.ws-products-mega-mobile__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 1rem 0.35rem;
  border-bottom: 1px solid #f0f0f0;
}
.ws-products-mega-mobile__title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a1a;
}
.ws-products-mega-mobile__back, .ws-products-mega-mobile__close {
  appearance: none;
  border: 0;
  background: transparent;
  color: #333;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.35rem;
  line-height: 1;
}
.ws-products-mega-mobile__back {
  display: inline-flex;
  align-items: center;
}
.ws-products-mega-mobile__close {
  width: 2rem;
  height: 2rem;
  border-radius: 2px;
  font-size: 1.1rem;
}
.ws-products-mega-mobile__close:hover {
  background: #f3f3f3;
}
.ws-products-mega-mobile__all {
  appearance: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  background: #fafafa;
  color: var(--falcon-primary);
  font-weight: 700;
  font-size: 0.85rem;
  text-align: left;
  padding: 0.85rem 1rem;
}
.ws-products-mega-mobile__list {
  list-style: none;
  margin: 0;
  padding: 0.25rem 0 0.75rem;
}
.ws-products-mega-mobile__item {
  appearance: none;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0.75rem 1rem;
  color: #212529;
  font-size: 0.9rem;
  font-weight: 500;
}
.ws-products-mega-mobile__item:active, .ws-products-mega-mobile__item:hover {
  background: #f7f7f7;
}
.ws-products-mega-mobile__item-label {
  flex: 1 1 auto;
  min-width: 0;
}
.ws-products-mega-mobile__item-chevron {
  color: #999;
  flex-shrink: 0;
}

.ws-products-mega .ws-products-mega__thumb {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}

@keyframes ws-cart-wiggle {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  20% {
    transform: rotate(-10deg) scale(1.3);
  }
  40% {
    transform: rotate(10deg) scale(1.3);
  }
  60% {
    transform: rotate(-5deg) scale(1.2);
  }
  80% {
    transform: rotate(5deg) scale(1.1);
  }
}
.ws-cart-wiggle {
  animation: ws-cart-wiggle 0.6s ease-in-out;
}

.ws-sidemenu-layout {
  width: 100%;
  background: #fff;
}
.ws-sidemenu-layout__header {
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e5e5;
}
.ws-sidemenu-layout__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  line-height: 1.25;
}
.ws-sidemenu-layout__content {
  min-width: 0;
  width: 100%;
}
.ws-sidemenu-layout__content .container {
  max-width: 100% !important;
}
.ws-sidemenu-layout__content h2,
.ws-sidemenu-layout__content .fs-2,
.ws-sidemenu-layout__content .fs-sm-4,
.ws-sidemenu-layout__content .fs-md-5 {
  font-size: 1.35rem !important;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  line-height: 1.3;
}
.ws-sidemenu-layout__content h3.lead,
.ws-sidemenu-layout__content .lead {
  margin-top: 0.35rem !important;
  font-size: 0.95rem !important;
  font-weight: 400;
  color: #6c757d;
  line-height: 1.5;
}
.ws-sidemenu-layout__content p {
  color: #333;
  line-height: 1.65;
  max-width: 42rem;
}
.ws-sidemenu-layout__content a:not(.btn) {
  color: var(--falcon-primary);
  text-decoration: none;
}
.ws-sidemenu-layout__content a:not(.btn):hover {
  text-decoration: underline;
}
.ws-sidemenu-layout__content img {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}

.ws-sidemenu {
  position: sticky;
  top: 1rem;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.ws-sidemenu__list {
  display: flex;
  flex-direction: column;
}
.ws-sidemenu__divider {
  margin: 0.35rem 0.75rem;
  border: 0;
  border-top: 1px solid #e5e5e5;
  opacity: 1;
}
.ws-sidemenu__link {
  display: block;
  padding: 0.55rem 0.9rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333 !important;
  text-decoration: none !important;
  border-left: 3px solid transparent;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.ws-sidemenu__link:hover {
  background: #f7f7f7;
  color: #1a1a1a !important;
}
.ws-sidemenu__link--active {
  background: #fafafa;
  color: #1a1a1a !important;
  font-weight: 700;
  border-left-color: var(--falcon-primary);
}

.ws-sidemenu-mobile__nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.4rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.ws-sidemenu-mobile__link {
  flex: 0 0 auto;
  padding: 0.4rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #333 !important;
  text-decoration: none !important;
  border: 1px solid #e5e5e5;
  background: #fff;
  white-space: nowrap;
}
.ws-sidemenu-mobile__link:hover {
  border-color: #ccc;
}
.ws-sidemenu-mobile__link--active {
  color: #fff !important;
  background: #1a1a1a;
  border-color: #1a1a1a;
}

.ws-catalog {
  width: 100%;
  background: #fff;
}

.ws-catalog-breadcrumb {
  padding: 0.15rem 1rem 0.35rem;
}
.ws-catalog-breadcrumb__trail {
  margin: 0;
  font-size: 0.8rem;
}
.ws-catalog-breadcrumb__trail .breadcrumb-item a {
  color: #6c757d;
  text-decoration: none;
}
.ws-catalog-breadcrumb__trail .breadcrumb-item a:hover {
  color: var(--falcon-primary);
  text-decoration: underline;
}
.ws-catalog-breadcrumb__trail .breadcrumb-item.active {
  color: #1a1a1a;
  font-weight: 600;
}
.ws-catalog-breadcrumb__trail .breadcrumb-item + .breadcrumb-item::before {
  color: #bbb;
}
.ws-catalog-breadcrumb__title {
  margin: 0.15rem 0 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  line-height: 1.25;
}

.ws-catalog-cats {
  border: 1px solid #e5e5e5 !important;
  background: #fff !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0.65rem 0.5rem 0.5rem;
}
.ws-catalog-cats .slick-prev,
.ws-catalog-cats .slick-next {
  width: 28px;
  height: 28px;
  z-index: 2;
}
.ws-catalog-cats .slick-prev::before,
.ws-catalog-cats .slick-next::before {
  color: #1a1a1a;
  font-size: 22px;
  opacity: 0.55;
}
.ws-catalog-cats .slick-prev:hover::before,
.ws-catalog-cats .slick-next:hover::before {
  opacity: 1;
}
.ws-catalog-cats .slick-prev {
  left: -4px;
}
.ws-catalog-cats .slick-next {
  right: -4px;
}
.ws-catalog-cats__item {
  appearance: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 88px;
  padding: 0.5rem 0.35rem;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  text-align: center;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.ws-catalog-cats__item:hover {
  background: #f7f7f7;
  border-color: #e5e5e5;
}
.ws-catalog-cats__img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.ws-catalog-cats__label {
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.25;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ws-catalog__panel {
  border: 1px solid #e5e5e5 !important;
  background: #fff !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.ws-catalog__toolbar {
  padding: 0.65rem 0.85rem !important;
  border-bottom: 1px solid #e5e5e5 !important;
  background: #fafafa !important;
}

.ws-catalog__sort-label {
  color: #6c757d;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.7rem;
}

.ws-catalog__filter-btn {
  white-space: nowrap;
}

.ws-catalog__body {
  padding: 0;
}

.ws-catalog__footer {
  display: flex;
  padding: 0.75rem 0.85rem !important;
  border-top: 1px solid #e5e5e5 !important;
  background: #fafafa !important;
}
.ws-catalog__footer .pagination li.active .page,
.ws-catalog__footer .pagination li.active .btn {
  color: #fff !important;
  background-color: var(--falcon-primary) !important;
  border-color: var(--falcon-primary) !important;
}
.ws-catalog__footer .pagination .page,
.ws-catalog__footer .pagination .btn {
  border-radius: 2px;
}

.ws-catalog__footer-meta {
  font-size: 0.8rem;
  font-weight: 500;
  color: #6c757d;
}

.ws-catalog__empty {
  color: #6c757d;
  text-align: center;
}
.ws-catalog__empty h4 {
  color: #1a1a1a;
  font-weight: 700;
}

.ws-catalog .product-list-item {
  background-color: #fff !important;
  --gradient-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.ws-catalog .product-list-item:last-child {
  border-bottom: 0;
}
.ws-catalog .product-list-item--alt {
  background-color: #fafafa !important;
  --gradient-color: #fafafa;
}
.ws-catalog .specification-filters-card {
  border-color: #e5e5e5 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
}
.ws-catalog .specification-filters-card > .card-body,
.ws-catalog .specification-filters-card > .card-body.bg-white {
  background: #fff !important;
}
.ws-catalog .specification-filters-sidebar {
  border: 0 !important;
  background: #fff !important;
}
.ws-catalog .spec-filters-sidebar-col {
  border-color: #e5e5e5 !important;
  background: #fff;
}
.ws-catalog .spec-filter-card {
  background-color: #fafafa !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 2px !important;
  box-shadow: none !important;
}
.ws-catalog .spec-filter-card .card-body {
  padding: 0.75rem !important;
}
.ws-catalog .spec-filter-card .card-title,
.ws-catalog .spec-filter-card h6,
.ws-catalog .spec-filter-card .fw-semi-bold,
.ws-catalog .spec-filter-card strong {
  color: #1a1a1a;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.ws-catalog .spec-filter-card .form-check-label {
  font-size: 0.8rem;
  color: #333;
}
.ws-catalog .spec-filter-card .form-check-input:checked {
  background-color: var(--falcon-primary);
  border-color: var(--falcon-primary);
}
.ws-catalog .spec-filter-option-unavailable .form-check-label {
  color: #6c757d !important;
}
.ws-catalog .spec-active-filter-chip {
  border-radius: 2px !important;
  border: 1px solid #e5e5e5 !important;
  background: #f5f5f5 !important;
  color: #1a1a1a !important;
}
.ws-catalog .spec-active-filter-chip:hover {
  background: #eee !important;
  border-color: #ccc !important;
}
.ws-catalog .spec-range-track {
  background: #e5e5e5 !important;
}
.ws-catalog .spec-range-track::after {
  background: var(--falcon-primary) !important;
}
.ws-catalog .bg-light {
  background-color: #fafafa !important;
}
.ws-catalog .btn-falcon-primary,
.ws-catalog .btn-falcon-default {
  border-radius: 2px;
}

.ws-footer {
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
.ws-footer__main {
  background: #fafafa;
  padding: 2rem 0 1.75rem;
  border-bottom: 1px solid #e5e5e5;
}
.ws-footer__title {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1a1a;
  opacity: 1;
}
.ws-footer__mission-text {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.65;
  max-width: 36rem;
}
.ws-footer__contact {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.5;
}
.ws-footer__contact a {
  color: #555;
  text-decoration: none;
}
.ws-footer__contact a:hover {
  color: var(--falcon-primary);
  text-decoration: underline;
}
.ws-footer__contact-name {
  font-weight: 700;
  color: #1a1a1a;
}
.ws-footer__list a.ws-footer__link,
.ws-footer__list .ws-footer__link {
  display: inline-block;
  color: #555 !important;
  text-decoration: none !important;
  font-size: 0.875rem;
  line-height: 1.45;
  padding: 0.15rem 0;
}
.ws-footer__list a.ws-footer__link:hover,
.ws-footer__list .ws-footer__link:hover {
  color: var(--falcon-primary) !important;
  text-decoration: underline !important;
}
.ws-footer__map-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
}
.ws-footer__map-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.ws-footer__payments img {
  height: 28px;
  width: auto;
  object-fit: contain;
  opacity: 0.9;
}
.ws-footer__bottom {
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
}
.ws-footer__copy {
  color: rgba(255, 255, 255, 0.75);
}
.ws-footer__social a,
.ws-footer__social .icon-item {
  color: rgba(255, 255, 255, 0.85) !important;
}
.ws-footer__social a:hover,
.ws-footer__social .icon-item:hover {
  color: #fff !important;
}
.ws-footer__legal a {
  color: rgba(255, 255, 255, 0.75) !important;
  text-decoration: none !important;
  font-size: 0.8rem;
}
.ws-footer__legal a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}
