/* =========================================================
   Supersport Workwear page
   Styles for page-workwear.php
   ========================================================= */

:root {
  --ss-workwear-blue: #4169e1;
  --ss-workwear-blue-dark: #2f55c8;
  --ss-workwear-ink: #45434e;
  --ss-workwear-muted: #666a78;
  --ss-workwear-soft: #f0f0f2;
  --ss-workwear-line: rgba(65, 105, 225, .35);
  --ss-workwear-shadow: 0 10px 24px rgba(24, 32, 56, .12);
}

.ss-workwear-page,
.ss-workwear-page * {
  box-sizing: border-box;
}

.ss-workwear-page {
  color: var(--ss-workwear-ink);
  background: #fff;
  font-family: inherit;
  overflow: hidden;
}

.ss-workwear-page .ss-workwear-hero__title-highlight,
.ss-workwear-page .ss-workwear-final-cta__title-highlight,
.ss-workwear-page .ss-section-title--accent,
.ss-workwear-page .ss-section-kicker + .ss-section-title,
.ss-workwear-page .ss-section-text,
.ss-workwear-page .ss-workwear-seo__content {
  color: #4169e1 !important;
}

.ss-workwear-page .ss-btn--primary {
  background: #4169e1 !important;
  border-color: #4169e1 !important;
  color: #fff !important;
}

.ss-workwear-page .ss-btn--outline {
  border-color: #4169e1 !important;
  color: #fff !important;
}

.ss-workwear-page .ss-workwear-gallery-pagination .swiper-pagination-bullet-active {
  background: #4169e1 !important;
}

.ss-workwear-page img {
  max-width: 100%;
  height: auto;
}

.ss-workwear-page a {
  color: inherit;
}

.ss-container {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

.ss-section-title,
.ss-section-kicker,
.ss-section-subtitle {
  margin: 0;
  color: var(--ss-workwear-ink);
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
  letter-spacing: 0;
}

.ss-section-title {
  font-size: clamp(28px, 3vw, 42px);
}

.ss-section-title--accent,
.ss-section-kicker + .ss-section-title {
  color: var(--ss-workwear-blue);
  font-family: Rubik, inherit;
  font-style: italic;
  font-weight: 400;
  text-decoration: none !important;
}

.ss-section-kicker {
  margin-bottom: 10px;
  font-size: clamp(26px, 2.8vw, 40px);
}

.ss-section-subtitle {
  font-size: clamp(18px, 1.6vw, 24px);
}

.ss-section-text {
  max-width: 720px;
  margin: 12px auto 0;
  color: var(--ss-workwear-blue);
  font-size: clamp(14px, 1.25vw, 17px);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.ss-section-text p,
.ss-workwear-hero__text p,
.ss-workwear-custom-options__note p,
.ss-workwear-seo__content p,
.ss-accordion-item__answer p {
  margin: 0;
}

.ss-section-text p + p,
.ss-workwear-hero__text p + p,
.ss-workwear-seo__content p + p,
.ss-accordion-item__answer p + p {
  margin-top: .75em;
}

.ss-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 30px;
  border: 2px solid var(--ss-workwear-blue);
  border-radius: 999px;
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(65, 105, 225, .25);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}

.ss-btn--primary {
  background: var(--ss-workwear-blue);
  color: #fff !important;
}

.ss-btn--outline {
  background: rgba(255, 255, 255, .08);
  color: #fff !important;
}

.ss-btn:hover,
.ss-btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 13px 26px rgba(65, 105, 225, .32);
}

.ss-btn--primary:hover,
.ss-btn--primary:focus-visible {
  background: var(--ss-workwear-blue-dark);
}

.ss-btn:focus-visible {
  outline: 3px solid rgba(65, 105, 225, .35);
  outline-offset: 3px;
}

/* Hero */
.ss-workwear-hero {
  position: relative;
  min-height: clamp(430px, 43vw, 620px);
  isolation: isolate;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #222;
  background-position: center;
  background-size: cover;
}

.ss-workwear-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .62) 0%, rgba(0, 0, 0, .42) 42%, rgba(0, 0, 0, .08) 76%),
    radial-gradient(circle at 80% 48%, rgba(255, 255, 255, .24), transparent 34%);
}

.ss-workwear-hero__inner {
  display: grid;
  grid-template-columns: minmax(720px, 1.18fr) minmax(430px, .82fr);
  align-items: center;
  gap: clamp(46px, 5.6vw, 96px);
  padding: clamp(44px, 6vw, 76px) 0;
}

.ss-workwear-hero__content {
  max-width: 880px;
  color: #fff;
}

.ss-workwear-hero__title {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(42px, 5.05vw, 78px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: none !important;
}

.ss-workwear-hero__title-line {
  display: block;
}

.ss-workwear-hero__title-line:first-child {
  white-space: nowrap;
}

.ss-workwear-hero__title-line:nth-child(2) {
  white-space: nowrap;
}

.ss-workwear-hero__title-main,
.ss-workwear-hero__title-highlight {
  display: inline;
}

.ss-workwear-hero__title-highlight {
  color: var(--ss-workwear-blue);
  font-style: italic;
}

.ss-workwear-hero__text {
  max-width: 560px;
  color: rgba(255, 255, 255, .94);
  font-family: Rubik, inherit !important;
  font-size: clamp(16px, 1.55vw, 22px);
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.2;
}

.ss-workwear-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.ss-workwear-hero__products {
  position: relative;
  min-height: clamp(320px, 33vw, 500px);
  align-self: start;
  margin-top: clamp(162px, 11vw, 198px);
  pointer-events: none;
}

.ss-workwear-hero__product {
  position: absolute;
  top: 0;
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, .2));
}

.ss-workwear-hero__product img {
  display: block;
  width: 100%;
  max-height: clamp(230px, 30vw, 420px);
  object-fit: contain;
}

.ss-workwear-hero__product.product-1 {
  left: 7%;
  width: 30%;
  z-index: 1;
  transform: translateY(2%);
}

.ss-workwear-hero__product.product-2 {
  left: 30%;
  width: 44%;
  z-index: 3;
  transform: translateY(19%);
}

.ss-workwear-hero__product.product-3 {
  right: 4%;
  width: 34%;
  z-index: 2;
  transform: translateY(0);
}

.ss-workwear-hero__product:not(.product-1):not(.product-2):not(.product-3) {
  position: relative;
  display: inline-block;
  width: 30%;
  margin: 0 1%;
}

/* Why choose */
.ss-workwear-why {
  padding: clamp(34px, 4.5vw, 60px) 0 clamp(28px, 3.5vw, 46px);
  background: #fff;
}

.ss-workwear-why__grid {
  max-width: 850px;
  margin: 28px auto 0;
}

.ss-workwear-why__list {
  columns: 2;
  column-gap: clamp(52px, 8vw, 120px);
  margin: 0;
  padding-left: 22px;
  color: #222633;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 650;
  line-height: 1.35;
}

.ss-workwear-why__list li {
  break-inside: avoid;
  margin: 0 0 6px;
}

/* Custom options */
.ss-workwear-custom-options {
  padding: clamp(34px, 4vw, 58px) 0 clamp(58px, 6vw, 88px);
  background: #fff;
  text-align: center;
}

.ss-workwear-custom-options__list {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  gap: 4px clamp(60px, 9vw, 128px);
  margin: 28px auto 34px;
  padding-left: 22px;
  color: #252a35;
  font-size: clamp(15px, 1.18vw, 18px);
  font-weight: 650;
  line-height: 1.35;
  text-align: left;
}

.ss-workwear-custom-options__images {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(280px, 1.45fr) minmax(180px, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  max-width: 1080px;
  margin: 0 auto;
}

.ss-workwear-custom-options__image {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 9px 20px rgba(0, 0, 0, .13);
  background: #f6f6f6;
}

.ss-workwear-custom-options__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .28s ease, filter .28s ease;
}

.ss-workwear-custom-options__image:hover img {
  transform: scale(1.035);
  filter: brightness(1.04);
}

.ss-workwear-custom-options__image:nth-child(2) {
  transform: translateY(-4px) scale(1.06);
  z-index: 1;
}

.ss-image-caption {
  margin: 8px 10px 10px;
  color: var(--ss-workwear-muted);
  font-size: 13px;
  line-height: 1.3;
}

.ss-workwear-custom-options__note {
  max-width: 480px;
  margin: 30px auto 0;
  color: var(--ss-workwear-blue);
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 700;
  line-height: 1.2;
}

/* Popular products */
.ss-workwear-products {
  padding: clamp(42px, 5vw, 70px) 0 clamp(54px, 6vw, 84px);
  background: var(--ss-workwear-soft);
}

.ss-workwear-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: clamp(22px, 3.5vw, 46px);
  max-width: 980px;
  margin: 42px auto 0;
}

.ss-workwear-products__card {
  position: relative;
  display: flex;
  min-height: clamp(250px, 23vw, 330px);
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 20px 18px 22px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .04);
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.ss-workwear-products__card:hover,
.ss-workwear-products__card:focus-within {
  transform: translateY(-4px);
  box-shadow: var(--ss-workwear-shadow);
}

.ss-workwear-products__link {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  text-decoration: none;
}

.ss-workwear-products__link:focus-visible {
  outline: 3px solid var(--ss-workwear-blue);
  outline-offset: -6px;
}

.ss-workwear-products__image {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.ss-workwear-products__image img {
  display: block;
  max-height: clamp(155px, 17vw, 235px);
  object-fit: contain;
}

.ss-workwear-products__title {
  margin: 12px 0 0;
  color: var(--ss-workwear-ink);
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 500;
  line-height: 1.15;
}

/* Brands */
.ss-workwear-brands {
  padding: clamp(30px, 4vw, 54px) 0 clamp(40px, 5vw, 66px);
  background: #fff;
}

.ss-workwear-brands__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 5vw, 66px);
  margin: clamp(34px, 4vw, 50px) auto 0;
}

.ss-workwear-brands__logo {
  display: flex;
  max-width: 170px;
  min-width: 115px;
  align-items: center;
  justify-content: center;
}

.ss-workwear-brands__logo img {
  display: block;
  max-height: 52px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1) contrast(1.15);
}

.ss-workwear-brands__logo.logo-wide,
.ss-workwear-brands__logo.wide {
  max-width: 230px;
}

.ss-workwear-brands__logo.logo-small,
.ss-workwear-brands__logo.small {
  max-width: 125px;
}

/* Gallery */
.ss-workwear-gallery {
  padding: clamp(42px, 5vw, 70px) 0 clamp(48px, 5.5vw, 78px);
  background: #fff;
}

.ss-workwear-gallery__carousel {
  margin: clamp(34px, 4vw, 54px) auto 0;
}

.ss-workwear-gallery-swiper {
  position: relative;
  margin: 0 auto;
  padding: 28px 4px 42px;
  overflow: visible;
}

.ss-workwear-gallery-swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 390px));
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3vw, 34px);
  box-sizing: border-box;
  transform: none !important;
  transition: none !important;
}

.ss-workwear-gallery-swiper .swiper-slide {
  display: none !important;
  width: auto !important;
  justify-content: center;
}

.ss-workwear-gallery-swiper .swiper-slide.ss-gallery-slide-visible {
  display: flex !important;
}

.ss-workwear-gallery-swiper .swiper-slide[data-gallery-position="previous"] {
  grid-column: 1;
  grid-row: 1;
  cursor: pointer;
}

.ss-workwear-gallery-swiper .swiper-slide[data-gallery-position="active"] {
  grid-column: 2;
  grid-row: 1;
  cursor: default;
}

.ss-workwear-gallery-swiper .swiper-slide[data-gallery-position="next"] {
  grid-column: 3;
  grid-row: 1;
  cursor: pointer;
}

.ss-workwear-gallery__item {
  margin: 0;
  overflow: hidden;
  width: 100%;
  max-width: 390px;
  border-radius: 16px;
  background: #f5f5f5;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.ss-workwear-gallery__item img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .3s ease, filter .3s ease;
}

.ss-workwear-gallery-swiper .swiper-slide-active .ss-workwear-gallery__item {
  transform: scale(1.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .14);
}

.ss-workwear-gallery__item:hover img {
  transform: scale(1.035);
  filter: brightness(1.04);
}

.ss-workwear-gallery__item figcaption {
  padding: 10px 12px;
  color: var(--ss-workwear-muted);
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
}

.ss-workwear-page .ss-workwear-gallery .ss-workwear-gallery-pagination {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: max-content;
  margin: 10px auto 0;
  transform: none !important;
  text-align: center;
}

.ss-workwear-page .ss-workwear-gallery .ss-workwear-gallery-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  margin: 0 !important;
  background: #45434e;
  opacity: 1;
  cursor: pointer;
}

.ss-workwear-page .ss-workwear-gallery .ss-workwear-gallery-pagination .swiper-pagination-bullet-active {
  background: var(--ss-workwear-blue);
}

/* Contact and help */
.ss-workwear-contact {
  padding: clamp(42px, 5vw, 70px) 0 28px;
  background: #fff;
  text-align: center;
}

.ss-workwear-contact .ss-section-text {
  max-width: 900px;
  margin-top: 16px;
  font-family: Rubik, inherit !important;
  font-size: clamp(18px, 1.8vw, 25px);
  font-style: italic !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.ss-workwear-contact .ss-section-text a {
  text-decoration: none !important;
}

.ss-workwear-contact__button,
.ss-workwear-faqs-cta__button {
  margin-top: 26px;
}

.ss-workwear-faqs {
  padding: 26px 0 24px;
  background: #fff;
}

.ss-workwear-faqs__accordion {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin: 34px auto 0;
}

.ss-accordion-item {
  overflow: hidden;
  border: 2px solid var(--ss-workwear-blue);
  border-radius: 999px;
  background: #fff;
  transition: border-radius .2s ease, box-shadow .2s ease;
}

.ss-accordion-item[open] {
  border-radius: 24px;
  box-shadow: 0 0 0 4px rgba(65, 105, 225, .08);
}

.ss-accordion-item__question {
  position: relative;
  min-height: 44px;
  padding: 12px 52px 12px 28px;
  color: #45434e;
  font-size: clamp(15px, 1.18vw, 18px);
  font-weight: 700;
  line-height: 1.2;
  list-style: none;
  cursor: pointer;
}

.ss-accordion-item__question::-webkit-details-marker {
  display: none;
}

.ss-accordion-item__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #45434e;
  border-bottom: 3px solid #45434e;
  transform: translateY(-65%) rotate(45deg);
  transition: transform .18s ease, border-color .18s ease;
}

.ss-accordion-item[open] .ss-accordion-item__question::after {
  border-color: var(--ss-workwear-blue);
  transform: translateY(-35%) rotate(-135deg);
}

.ss-accordion-item__answer {
  padding: 0 28px 20px;
  color: var(--ss-workwear-muted);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.55;
}

.ss-workwear-faqs-cta {
  padding: 18px 0 clamp(46px, 5vw, 72px);
  background: #fff;
  text-align: center;
}

.ss-workwear-faqs-cta .ss-section-text {
  max-width: 760px;
  color: var(--ss-workwear-ink);
  font-size: clamp(13px, 1.05vw, 15px);
  font-weight: 500;
  line-height: 1.35;
}

.ss-workwear-faqs-cta .ss-section-text a {
  color: var(--ss-workwear-blue);
  font-weight: 700;
  text-decoration: none;
}

/* SEO content */
.ss-workwear-seo {
  padding: clamp(44px, 5vw, 74px) 0;
  background: #efeff1;
}

.ss-workwear-seo__content {
  max-width: 900px;
  margin: 0 auto;
  color: var(--ss-workwear-blue);
  font-family: Rubik, inherit !important;
  font-size: clamp(16px, 1.35vw, 20px);
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.35;
  text-align: left;
  text-decoration: none !important;
}

.ss-workwear-seo__content a {
  text-decoration: none !important;
}

/* Final CTA */
.ss-workwear-final-cta {
  position: relative;
  isolation: isolate;
  min-height: clamp(190px, 18vw, 270px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #222;
  background-position: center;
  background-size: cover;
}

.ss-workwear-final-cta__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .18) 58%, rgba(0, 0, 0, .54));
}

.ss-workwear-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr);
  align-items: center;
  gap: clamp(22px, 5vw, 74px);
  padding: clamp(32px, 4vw, 54px) 0;
}

.ss-workwear-final-cta__title {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.6vw, 64px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none !important;
}

.ss-workwear-final-cta__title-line {
  display: block;
}

.ss-workwear-final-cta__title-main,
.ss-workwear-final-cta__title-highlight {
  display: inline;
}

.ss-workwear-final-cta__title-highlight {
  color: var(--ss-workwear-blue);
  font-style: italic;
}

.ss-workwear-final-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(14px, 3vw, 42px);
}

.ss-workwear-final-cta .ss-btn--outline {
  min-width: 190px;
}

@media (max-width: 980px) {
  .ss-workwear-hero__inner,
  .ss-workwear-final-cta__inner {
    grid-template-columns: 1fr;
  }

  .ss-workwear-hero {
    min-height: 0;
  }

  .ss-workwear-hero__content,
  .ss-workwear-hero__text {
    max-width: none;
  }

  .ss-workwear-hero__products {
    width: min(100%, 620px);
    min-height: clamp(250px, 52vw, 390px);
    margin: 0 auto;
    align-self: center;
  }

  .ss-workwear-final-cta__buttons {
    justify-content: flex-start;
  }

  .ss-workwear-products__grid {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}

@media (max-width: 1240px) and (min-width: 981px) {
  .ss-workwear-hero__inner {
    grid-template-columns: minmax(600px, 1.08fr) minmax(360px, .92fr);
    gap: clamp(32px, 3.8vw, 58px);
  }

  .ss-workwear-hero__title {
    font-size: clamp(50px, 4.65vw, 66px);
  }
}

@media (max-width: 760px) {
  .ss-container {
    width: min(100% - 28px, 1180px);
  }

  .ss-workwear-hero__inner {
    gap: 18px;
    padding: 38px 0 34px;
  }

  .ss-workwear-hero__content,
  .ss-workwear-hero__text,
  .ss-workwear-hero__title {
    text-align: center;
  }

  .ss-workwear-hero__title-line:first-child {
    white-space: normal;
  }

  .ss-workwear-hero__title-line:nth-child(2) {
    white-space: normal;
  }

  .ss-workwear-hero__buttons,
  .ss-workwear-final-cta__buttons {
    justify-content: center;
  }

  .ss-workwear-why__list {
    columns: 1;
    max-width: 440px;
    margin: 0 auto;
  }

  .ss-workwear-custom-options__list {
    grid-template-columns: 1fr;
    max-width: 330px;
    gap: 5px;
  }

  .ss-workwear-custom-options__images {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .ss-workwear-custom-options__image:nth-child(2) {
    transform: none;
  }

  .ss-workwear-products__grid {
    grid-template-columns: minmax(180px, 360px);
    justify-content: center;
  }

  .ss-workwear-products__card {
    min-height: 260px;
    border-radius: 24px;
  }

  .ss-workwear-final-cta__content {
    text-align: center;
  }
}

@media (max-width: 520px) {
  .ss-btn {
    width: min(100%, 250px);
    padding-inline: 18px;
  }

  .ss-workwear-hero__buttons {
    align-items: center;
    flex-direction: column;
  }

  .ss-workwear-hero__products {
    min-height: 230px;
  }

  .ss-workwear-hero__product.product-1 {
    left: 4%;
    width: 34%;
    transform: translateY(3%);
  }

  .ss-workwear-hero__product.product-2 {
    left: 28%;
    width: 48%;
    transform: translateY(18%);
  }

  .ss-workwear-hero__product.product-3 {
    right: 1%;
    width: 38%;
    transform: translateY(1%);
  }

  .ss-accordion-item {
    border-radius: 20px;
  }

  .ss-accordion-item__question {
    padding: 12px 42px 12px 18px;
  }

  .ss-accordion-item__question::after {
    right: 18px;
  }

  .ss-accordion-item__answer {
    padding: 0 18px 16px;
  }

  .ss-workwear-final-cta__buttons {
    align-items: center;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ss-workwear-page *,
  .ss-workwear-page *::before,
  .ss-workwear-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

html {
  scroll-behavior: smooth;
}

#why-choose {
  scroll-margin-top: 120px;
}
