@charset "UTF-8";

.ws-v2 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: 18px;
  font-family: "Archivo", sans-serif;
  font-weight: 300;
  color: #111111;
  background-color: #ffffff;
}

.ws-v2 h1,
.ws-v2 h2,
.ws-v2 h3,
.ws-v2 h4,
.ws-v2 h5 {
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  line-height: 1.1;
}

.ws-v2 h1 {
  font-size: 36px;
}

.ws-v2 h2 {
  font-size: 45px;
}

.ws-v2 h3 {
  font-size: 36px;
}

.ws-v2 h4 {
  font-size: 27px;
}

.ws-v2 p {
  font-family: "Archivo", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
}

.ws-v2 :where(p, li, dd, .ws-rich-text) a:where(:not(.btn):not(.ws-btn):not(.nav-link):not(.dropdown-item)) {
  color: #ffc019;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ws-v2 :where(p, li, dd, .ws-rich-text) a:where(:not(.btn):not(.ws-btn):not(.nav-link):not(.dropdown-item)):hover {
  color: #e6a800;
}

.ws-v2__main {
  flex: 1 1 auto;
  width: 100%;
}

.ws-v2__container {
  width: 100%;
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;
}

.ws-v2 img {
  max-width: 100%;
  height: auto;
}

.ws-v2 .ws-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ws-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13.5px 36px;
  font-family: "Archivo", sans-serif;
  font-size: 15.75px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}

.ws-btn:focus-visible {
  outline: 2px solid #ffc019;
  outline-offset: 2px;
}

.ws-btn--primary {
  background-color: #ffc019;
  color: #000000;
  border-color: #ffc019;
}

.ws-btn--primary:hover {
  background-color: transparent;
  color: #ffc019;
}

.ws-btn--outline {
  background-color: transparent;
  color: #ffc019;
  border-color: #ffc019;
}

.ws-btn--outline:hover {
  background-color: #ffc019;
  color: #000000;
}

.ws-btn--dark {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}

.ws-btn--dark:hover {
  background-color: transparent;
  color: #000000;
}

.ws-btn--light {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.ws-btn--light:hover {
  background-color: transparent;
  color: #ffffff;
}

.ws-btn--market-primary {
  min-width: 212px;
  min-height: 51px;
  padding: 2px 28px 0;
  background: #f9ba32;
  border-color: #f9ba32;
  border-radius: 26px;
  color: #121116;
  font-family: "Archivo", sans-serif;
  font-size: 16.8px;
  font-weight: 700;
  text-decoration: none;
}

.ws-btn--market-primary:hover,
.ws-btn--market-primary:focus,
.ws-btn--market-primary:active,
.ws-btn--market-primary:visited {
  color: #121116;
  text-decoration: none;
}

.ws-btn--market-primary:hover {
  filter: brightness(1.08);
}

.ws-v2 a.ws-btn--market-primary {
  color: #121116;
  text-decoration: none;
  text-underline-offset: 0;
}

.ws-v2 a.ws-btn--market-primary:hover,
.ws-v2 a.ws-btn--market-primary:focus,
.ws-v2 a.ws-btn--market-primary:active,
.ws-v2 a.ws-btn--market-primary:visited {
  color: #121116;
  text-decoration: none;
}

.ws-announcement-bar {
  min-height: 58px;
  background-color: #f9ba32;
  color: #000000;
}

.ws-announcement-bar__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  max-width: 2500px;
  margin: 0 auto;
  padding: 0 140px;
}

.ws-announcement-bar__languages {
  position: absolute;
  right: 60px;
  top: 50%;
  display: flex;
  align-items: center;
  gap: 7px;
  transform: translateY(-50%);
}

.ws-v2 .ws-announcement-bar__language {
  display: block;
  width: 30px;
  height: 23px;
  color: #000000;
  line-height: 1;
  text-decoration: none;
  opacity: 0.65;
  transition: opacity 0.15s ease;
}

.ws-v2 .ws-announcement-bar__language:hover,
.ws-v2 .ws-announcement-bar__language:focus,
.ws-v2 .ws-announcement-bar__language.is-active {
  color: #000000;
  opacity: 1;
}

.ws-v2 .ws-announcement-bar__language .flag-icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: inherit;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.ws-announcement-bar__message {
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 767px) {
  .ws-announcement-bar__inner {
    padding: 9px 82px;
  }

  .ws-announcement-bar__languages {
    right: 18px;
    gap: 5px;
  }

  .ws-announcement-bar__message {
    font-size: 13px;
    line-height: 1.25;
  }
}

.ws-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 93px;
  background-color: #121116;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.ws-nav__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 27px;
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
  padding: 0 36px;
  min-height: 93px;
}

@media (max-width: 1199px) {
  .ws-nav__inner {
    padding: 0 27px;
  }
}

.ws-nav__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  grid-column: 1/-1;
  grid-row: 1;
  justify-self: center;
  z-index: 1;
}

.ws-nav__logo-img {
  display: block;
  width: 138px;
  height: 23px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .ws-v2 .ws-nav__logo-img {
    max-width: 70%;
    height: auto;
  }
}

.ws-nav__primary {
  display: flex;
  justify-content: flex-start;
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  gap: 36px;
  flex-wrap: nowrap;
  max-width: calc(100% - 69px - 36px);
  min-width: 0;
}

@media (max-width: 1400px) {
  .ws-nav__primary {
    display: none;
  }
}

.ws-nav__link {
  color: #ffffff;
  text-decoration: none;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  padding: 9px 0;
  border-bottom: none;
  white-space: nowrap;
  transition: opacity 0.15s ease;
  opacity: 0.9;
  letter-spacing: -0.03em;
}

.ws-nav__link:link,
.ws-nav__link:visited,
.ws-nav__link:hover,
.ws-nav__link:active,
.ws-nav__link:focus {
  color: #ffffff;
  text-decoration: none;
  border-bottom: none;
}

.ws-nav__link:hover,
.ws-nav__link--active {
  opacity: 1;
}

.ws-nav__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  grid-column: 2;
  grid-row: 1;
  justify-content: flex-end;
  justify-self: end;
  width: 100%;
  max-width: calc(100% - 69px - 36px);
  min-width: 0;
}

@media (max-width: 1400px) {
  .ws-nav__actions {
    grid-column: 1/-1;
    justify-self: stretch;
    width: 100%;
    max-width: none;
    justify-content: flex-start;
    gap: 13.5px;
  }
}

@media (max-width: 767px) {
  .ws-nav__actions {
    gap: 9px;
  }
}

.ws-nav__search-inline {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 1 1 328px;
  width: 100%;
  max-width: 328px;
  min-width: 0;
  height: 60px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 18px;
}

@media (max-width: 1400px) {
  .ws-nav__search-inline {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: flex;
    width: calc(100vw - 112px);
    max-width: 520px;
    height: 48px;
    padding: 0 18px;
    background: #4a4a4d;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scaleX(0.72);
    transform-origin: right center;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s ease;
    visibility: hidden;
  }

  .ws-nav__search-inline.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scaleX(1);
    transition-delay: 0s;
    visibility: visible;
  }
}

@media (max-width: 420px) {
  .ws-nav__search-inline {
    width: calc(100vw - 96px);
  }
}

.ws-nav__search-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.ws-nav__search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
}

.ws-nav__icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 999px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 22.5px;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
  text-decoration: none;
}

.ws-nav__icon-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.ws-nav__icon-btn:link,
.ws-nav__icon-btn:visited,
.ws-nav__icon-btn:hover,
.ws-nav__icon-btn:active,
.ws-nav__icon-btn:focus {
  color: #ffffff;
  text-decoration: none;
}

.ws-nav__icon-btn--ghost {
  text-decoration: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.95);
}

.ws-nav__icon-btn--ghost:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 767px) {
  .ws-nav__icon-btn--favorite {
    display: none;
  }
}

.ws-nav__icon-btn--admin-profile {
  background: rgba(204, 43, 43, 0.14);
  box-shadow: 0 0 0 1px rgba(255, 99, 99, 0.46);
}

.ws-nav__icon-btn--admin-profile:hover,
.ws-nav__icon-btn--admin-profile:focus {
  background: rgba(204, 43, 43, 0.22);
  box-shadow: 0 0 0 1px rgba(255, 117, 117, 0.62);
  color: #ffffff;
}

.ws-nav__currency {
  display: inline-flex;
  align-items: center;
  height: 36px;
  flex: 0 0 auto;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 767px) {
  .ws-nav__currency {
    display: none;
  }
}

.ws-nav__currency-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.ws-nav__currency-link:link,
.ws-nav__currency-link:visited,
.ws-nav__currency-link:hover,
.ws-nav__currency-link:active,
.ws-nav__currency-link:focus {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.ws-nav__currency-link:hover,
.ws-nav__currency-link:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.ws-nav__currency-link.is-active,
.ws-nav__currency-link.is-active:link,
.ws-nav__currency-link.is-active:visited,
.ws-nav__currency-link.is-active:hover,
.ws-nav__currency-link.is-active:active,
.ws-nav__currency-link.is-active:focus {
  background: #ffc019;
  color: #000000;
}

.ws-nav__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ws-nav__profile-icon {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(0.78);
  transform-origin: center;
}

.ws-nav__cart-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ws-nav__cart-wrap cart-tooltip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.ws-nav__cart-wrap a.cart.btn.btn-info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  position: relative;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.95);
  box-shadow: none;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.ws-nav__cart-wrap a.cart.btn.btn-info:link,
.ws-nav__cart-wrap a.cart.btn.btn-info:visited,
.ws-nav__cart-wrap a.cart.btn.btn-info:hover,
.ws-nav__cart-wrap a.cart.btn.btn-info:active,
.ws-nav__cart-wrap a.cart.btn.btn-info:focus {
  color: #ffffff;
  text-decoration: none;
}

.ws-nav__cart-wrap a.cart.btn.btn-info:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.ws-nav__cart-wrap a.cart.btn.btn-info i.fas.fa-shopping-cart {
  display: none;
}

.ws-nav__cart-wrap a.cart.btn.btn-info::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  -webkit-mask: url("/images/icons/basket-v2.svg") no-repeat center/contain;
  mask: url("/images/icons/basket-v2.svg") no-repeat center/contain;
}

.ws-nav__cart-wrap span.badge.badge-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  background: #ffc019;
  color: #000000;
  font-family: "Archivo", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  right: -22px;
  top: -38px;
}

.ws-nav__user-menu {
  position: relative;
  flex-shrink: 0;
}

.ws-nav__user-menu::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 9px;
}

.ws-nav__dropdown {
  display: block;
  position: absolute;
  right: 0;
  top: calc(100% + 9px);
  width: min(560px, 100vw - 18px);
  min-width: 260px;
  max-height: calc(100vh - 93px - 27px);
  overflow-y: auto;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  list-style: none;
  margin: 0;
  padding: 9px 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0s linear 0.15s ease;
  visibility: hidden;
  z-index: 1001;
}

.ws-nav__user-menu:hover .ws-nav__dropdown,
.ws-nav__user-menu:focus-within .ws-nav__dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
  visibility: visible;
}

.ws-nav__dropdown.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
  visibility: visible;
}

@media (max-width: 1400px) {
  .ws-nav__dropdown {
    display: none;
    position: fixed;
    top: var(--ws-nav-mobile-panel-top, 93px);
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    min-width: 0;
    max-height: none;
    overflow-y: auto;
    background: #000000;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 27px;
    transform: none;
    transition: opacity 0.15s ease;
    z-index: 999;
  }

  .ws-nav__user-menu:hover .ws-nav__dropdown,
  .ws-nav__user-menu:focus-within .ws-nav__dropdown {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .ws-nav__dropdown.is-open {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .ws-nav__user-menu .ws-nav__dropdown.is-open {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}

.ws-nav__dropdown-header {
  padding: 9px 18px;
  font-family: "Archivo", sans-serif;
  font-size: 14.85px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #666666;
}

@media (max-width: 1400px) {
  .ws-nav__dropdown-header,
  .ws-nav__dropdown-section {
    color: rgba(255, 255, 255, 0.58);
  }
}

.ws-nav__dropdown-section {
  padding: 13.5px 18px 4.5px;
  font-family: "Archivo", sans-serif;
  font-size: 14.85px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #666666;
}

.ws-nav__dropdown-section:first-child {
  padding-top: 9px;
}

.ws-nav__dropdown-admin {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  padding: 0 9px 9px;
}

.ws-nav__dropdown-admin .ws-nav__dropdown-section {
  padding-left: 9px;
  padding-right: 9px;
}

.ws-nav__dropdown-admin .ws-nav__dropdown-item {
  padding-left: 9px;
  padding-right: 9px;
}

.ws-nav__dropdown-column {
  min-width: 0;
}

.ws-nav__dropdown-divider {
  height: 1px;
  margin: 9px 0;
  background: #eeeeee;
}

.ws-nav__dropdown-item {
  display: block;
  padding: 9px 18px;
  color: #111111;
  font-size: 17.325px;
  white-space: normal;
  transition: background-color 0.15s ease;
}

.ws-nav__dropdown-item:hover {
  background-color: #f7f7f7;
  color: #111111;
}

@media (max-width: 1400px) {
  .ws-nav__dropdown-item {
    color: #ffffff;
    font-family: "Archivo", sans-serif;
    font-size: 29.7px;
    font-weight: 500;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .ws-nav__dropdown-admin .ws-nav__dropdown-item {
    font-size: 20.79px;
    padding: 9px 0;
  }

  .ws-nav__dropdown-item:link,
  .ws-nav__dropdown-item:visited,
  .ws-nav__dropdown-item:hover,
  .ws-nav__dropdown-item:active,
  .ws-nav__dropdown-item:focus {
    color: #ffffff;
    text-decoration: none;
  }

  .ws-nav__dropdown-item:hover {
    background-color: transparent;
  }
}

@media (max-width: 900px) {
  .ws-nav__dropdown-admin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .ws-nav__dropdown-admin {
    grid-template-columns: 1fr;
  }
}

.ws-v2 .ws-nav__dropdown-item,
.ws-v2 .ws-nav__dropdown-item:hover,
.ws-v2 .ws-nav__dropdown-item:focus,
.ws-v2 .ws-nav__dropdown-item:active,
.ws-v2 .ws-nav__dropdown-item:visited {
  color: #111111;
}

@media (max-width: 1400px) {
  .ws-v2 .ws-nav__dropdown-item,
  .ws-v2 .ws-nav__dropdown-item:hover,
  .ws-v2 .ws-nav__dropdown-item:focus,
  .ws-v2 .ws-nav__dropdown-item:active,
  .ws-v2 .ws-nav__dropdown-item:visited {
    color: #ffffff;
  }
}

.ws-nav__search-panel {
  display: none;
  position: absolute;
  top: 93px;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 18px 27px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  z-index: 1000;
}

.ws-nav__search-panel.is-open {
  display: block;
}

.ws-nav__search-inner {
  display: flex;
  align-items: center;
  gap: 13.5px;
  max-width: 600px;
  margin: 0 auto;
}

.ws-nav__search-input {
  flex: 1;
  min-width: 0;
  padding: 0;
  border: none;
  border-radius: 999px;
  font-size: 17.1px;
  line-height: 1;
  color: #ffffff;
  background: transparent;
  outline: none;
  text-indent: 9px;
}

.ws-nav__search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
}

.ws-nav__search-input::placeholder {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
}

.ws-nav__search-input:focus {
  border-color: transparent;
}

.ws-nav__search-clear {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  flex-shrink: 0;
  opacity: 0.78;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.ws-nav__search-clear i {
  display: none;
}

.ws-nav__search-clear::before,
.ws-nav__search-clear::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  left: 50%;
  top: 50%;
}

.ws-nav__search-clear::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ws-nav__search-clear::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ws-nav__search-clear:hover {
  color: #ffffff;
  opacity: 1;
}

.ws-nav__search-clear:focus {
  color: #ffffff;
  opacity: 1;
  outline: none;
}

.ws-nav__mobile-search-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  font-size: 18.9px;
  order: 98;
  transition: background-color 0.15s ease, color 0.15s ease;
  z-index: 4;
}

.ws-nav__mobile-search-toggle:hover,
.ws-nav__mobile-search-toggle:focus,
.ws-nav__mobile-search-toggle.is-active {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  outline: none;
}

.ws-nav__mobile-search-toggle.is-active {
  background: rgba(255, 192, 25, 0.16);
  box-shadow: 0 0 0 1px rgba(255, 192, 25, 0.48);
}

@media (max-width: 1400px) {
  .ws-nav__mobile-search-toggle {
    display: inline-flex;
    margin-left: auto;
  }
}

.ws-nav__mobile-search-icon {
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.ws-nav__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 9px;
  margin-left: 13.5px;
  order: 99;
  flex-shrink: 0;
}

@media (max-width: 1400px) {
  .ws-nav__hamburger {
    margin-left: 0;
    z-index: 4;
  }
}

.ws-nav__hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

@media (max-width: 1400px) {
  .ws-nav__hamburger {
    display: flex;
  }
}

.ws-nav__mobile-panel {
  display: none;
  position: fixed;
  top: var(--ws-nav-mobile-panel-top, 93px);
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  flex-direction: column;
  padding: 27px;
  z-index: 999;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

.ws-nav__mobile-panel.is-open {
  display: flex;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.ws-nav__mobile-link {
  color: #ffffff;
  text-decoration: none;
  font-family: "Archivo", sans-serif;
  font-size: 27px;
  font-weight: 500;
  text-transform: none;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ws-nav__mobile-link:link,
.ws-nav__mobile-link:visited,
.ws-nav__mobile-link:hover,
.ws-nav__mobile-link:active,
.ws-nav__mobile-link:focus {
  color: #ffffff;
  text-decoration: none;
}

.ws-nav__mobile-currency {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 18px;
}

.ws-nav__mobile-currency-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  font-size: 15.75px;
  font-weight: 700;
  text-decoration: none;
}

.ws-nav__mobile-currency-link:link,
.ws-nav__mobile-currency-link:visited,
.ws-nav__mobile-currency-link:hover,
.ws-nav__mobile-currency-link:active,
.ws-nav__mobile-currency-link:focus {
  color: #ffffff;
  text-decoration: none;
}

.ws-nav__mobile-currency-link.is-active,
.ws-nav__mobile-currency-link.is-active:link,
.ws-nav__mobile-currency-link.is-active:visited,
.ws-nav__mobile-currency-link.is-active:hover,
.ws-nav__mobile-currency-link.is-active:active,
.ws-nav__mobile-currency-link.is-active:focus {
  border-color: #ffc019;
  background: #ffc019;
  color: #000000;
}

.ws-hero {
  overflow: hidden;
  background-color: #414145;
  background-image: url("/images/wrapstock/v2/hp_hero-edge-left.png"), url("/images/wrapstock/v2/hp_hero-edge-right.png");
  background-position: left center, right center;
  background-size: 50% 100%, 50% 100%;
  background-repeat: no-repeat;
}

.ws-hero__canvas {
  position: relative;
  width: 100%;
  max-width: 2500px;
  aspect-ratio: 2500/1255;
  margin: 0 auto;
  overflow: hidden;
  background: #414145 url("/images/wrapstock/v2/hp_hero.jpg") center/100% 100% no-repeat;
}

.ws-v2 .ws-hero__cta {
  position: absolute;
  top: 5.98%;
  left: 2.4%;
  display: inline-flex;
  width: clamp(170px, 10.19%, 255px);
  max-width: 255px;
  height: clamp(42px, 2.42vw, 60px);
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  border-radius: 999px;
  background: #f9ba32;
  color: #111111;
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20.2922px;
  line-height: 24px;
  font-size: clamp(12px, 0.67vw, 16.8px);
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.ws-v2 .ws-hero__cta:hover {
  background: #ffc84a;
  color: #111111;
  text-decoration: none;
}

.ws-hero__content {
  position: absolute;
  top: max(16.73%, 82px);
  left: 2.4%;
}

.ws-v2 .ws-hero__title {
  margin: 0;
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  font-size: clamp(42px, calc(35.661971831px + 1.6901408451vw), 60px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ws-v2 .ws-hero__description {
  margin: clamp(12px, 1.1vw, 28px) 0 0;
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  font-size: clamp(16px, calc(13.1830985915px + 0.7511737089vw), 24px);
  font-weight: normal;
  line-height: 1.25;
  opacity: 0.6;
  letter-spacing: -0.03em;
  leading-trim: both;
  text-edge: cap;
  display: flex;
  align-items: center;
}

.ws-hero__brands {
  color: #ffffff;
  text-align: right;
  display: flex;
  flex-direction: column;
}

.ws-v2 .ws-hero__brands p {
  position: absolute;
  right: 3%;
  display: flex;
  width: 25%;
  min-width: 320px;
  max-width: 471px;
  height: 47px;
  margin: 0;
  align-items: center;
  justify-content: flex-end;
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  leading-trim: both;
  text-edge: cap;
  text-align: right;
  letter-spacing: -0.03em;
  color: #ffffff;
  opacity: 0.6;
  bottom: 50px;
}

.ws-hero__logos {
  position: absolute;
  right: 2.4%;
  bottom: calc(5vh + 40px);
  display: flex;
  align-items: center;
  gap: min(1.08vw, 27px);
}

.ws-hero__emblem,
.ws-hero__avery {
  display: block;
  height: auto;
}

.ws-hero__emblem {
  width: min(3.16vw, 79px);
}

.ws-hero__avery {
  width: min(7.6vw, 190px);
}

@media (max-width: 1024px) {
  .ws-hero__canvas {
    min-height: 570px;
    aspect-ratio: auto;
    background-position: 58% center;
    background-size: auto 100%;
  }

  .ws-hero__cta {
    top: 24px;
    left: 24px;
    width: 170px;
    height: 42px;
    font-size: 12px;
  }

  .ws-hero__content {
    top: 100px;
    right: 24px;
    left: 24px;
  }

  .ws-v2 .ws-hero__brands p {
    top: auto;
    right: 24px;
    left: auto;
    width: min(471px, 100% - 48px);
    height: auto;
    font-size: 16px;
    bottom: 20px;
  }

  .ws-hero__logos {
    right: 24px;
    bottom: 88px;
    gap: 16px;
  }

  .ws-hero__emblem {
    width: 48px;
  }

  .ws-hero__avery {
    width: 116px;
  }
}

.ws-stats-bar {
  background-color: #f7f7f7;
  padding: 36px 27px;
}

.ws-stats-bar__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px;
  max-width: 2500px;
  margin: 0 auto 36px;
}

.ws-stats-bar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13.5px;
  text-align: center;
  min-width: 100px;
}

.ws-stats-bar__label {
  color: #ffc019;
  font-family: "Archivo", sans-serif;
  font-size: 20.25px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.ws-stats-bar__icon {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ws-stats-bar__tagline {
  text-align: center;
  max-width: 2500px;
  margin: 0 auto;
}

.ws-stats-bar__tagline h4 {
  font-family: "Archivo", sans-serif;
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 9px;
}

.ws-stats-bar__tagline p {
  font-size: 18px;
  color: #666666;
}

.ws-section-title {
  margin: 0;
  color: #000000;
  font-family: "Archivo", sans-serif;
  font-size: clamp(28px, calc(25.5352112676px + 0.6572769953vw), 35px);
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.ws-section-title span {
  font-family: inherit;
  font-weight: inherit;
}

.ws-section-title__secondary {
  color: #d7d3db;
}

.ws-feature-section {
  width: 100%;
  background-clip: padding-box;
}

.ws-feature-section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 480px;
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .ws-feature-section__inner {
    grid-template-columns: 1fr;
  }
}

.ws-feature-section__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 72px;
  text-align: center;
}

@media (max-width: 1199px) {
  .ws-feature-section__text {
    padding: 36px 36px;
  }
}

@media (max-width: 767px) {
  .ws-feature-section__text {
    padding: 36px 18px;
  }
}

.ws-feature-section__text h2 {
  margin-bottom: 9px;
}

.ws-feature-section__text h3 {
  font-size: clamp(18px, calc(15.8873239437px + 0.5633802817vw), 24px);
  margin-bottom: 18px;
}

.ws-feature-section__text p {
  font-size: 20.25px;
  margin-bottom: 27px;
  max-width: 520px;
  align-self: center;
}

.ws-feature-section__icon {
  width: 64px;
  height: auto;
  margin-bottom: 18px;
}

.ws-feature-section__media {
  background-color: #f7f7f7;
  min-height: 380px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .ws-feature-section__media {
    order: -1;
    min-height: 260px;
  }
}

@media (min-width: 768px) {
  .ws-feature-section--media-left .ws-feature-section__text {
    order: 2;
  }

  .ws-feature-section--media-left .ws-feature-section__media {
    order: 1;
  }
}

.ws-feature-section__media--cta {
  position: relative;
  cursor: pointer;
}

.ws-feature-section__media--cta .ws-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ws-feature-section__media--cta:hover .ws-btn {
  opacity: 1;
}

.ws-feature-section--stock {
  display: block;
  padding: 95.625px 36px 45px;
  background-color: #ffffff !important;
}

.ws-feature-section--stock a,
.ws-feature-section--stock a:hover,
.ws-feature-section--stock a:focus,
.ws-feature-section--stock a:active,
.ws-feature-section--stock a:visited {
  text-decoration: none;
}

@media (max-width: 767px) {
  .ws-feature-section--stock {
    padding: 36px 18px;
  }
}

.ws-feature-section--stock .ws-feature-section__inner {
  display: block;
  min-height: 0;
  max-width: 2500px;
}

.ws-feature-section--stock .ws-feature-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 45px;
}

@media (max-width: 575px) {
  .ws-feature-section--stock .ws-feature-section__header {
    align-items: center;
    flex-wrap: wrap;
  }
}

.ws-feature-section--stock .ws-feature-section__heading-group {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

@media (max-width: 575px) {
  .ws-feature-section--stock .ws-feature-section__heading-group {
    width: 100%;
    min-width: 0;
  }

  .ws-feature-section--stock .ws-feature-section__heading-group .ws-section-title {
    max-width: 100%;
    font-size: clamp(28px, 11vw, 45px);
  }
}

.ws-feature-section--stock .ws-feature-section__view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 97px;
  height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: #ece8f0;
  color: #1c1c22;
  font-family: "Archivo", sans-serif;
  font-size: clamp(14px, calc(13.2957746479px + 0.1877934272vw), 16px);
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
}

.ws-feature-section--stock .ws-feature-section__view-all:hover {
  background: #dcd7e4;
  color: #1c1c22;
}

.ws-feature-section--stock .ws-feature-section__nav {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
}

@media (max-width: 575px) {
  .ws-feature-section--stock .ws-feature-section__nav {
    margin-left: auto;
  }
}

.ws-feature-section--stock .ws-feature-section__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #f2f1f4;
  color: #b9b5bd;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.ws-feature-section--stock .ws-feature-section__nav-btn:hover:not(:disabled),
.ws-feature-section--stock .ws-feature-section__nav-btn:focus:not(:disabled) {
  background: #e8e6eb;
  color: #8f8994;
  outline: none;
}

.ws-feature-section--stock .ws-feature-section__nav-btn:disabled {
  cursor: default;
  opacity: 0.62;
}

.ws-feature-section--stock .ws-feature-section__carousel {
  --ws-carousel-gap: 13.5px;
  min-width: 0;
}

.ws-feature-section--stock .ws-feature-section__designs {
  display: block;
  min-width: 0;
}

.ws-feature-section--stock .ws-feature-section__designs .ws-design-preview {
  min-width: 0;
}

.ws-feature-section--stock .slick-list {
  margin: 0 calc(var(--ws-carousel-gap) * -0.5);
  overflow: hidden;
}

.ws-feature-section--stock .slick-track {
  display: flex;
  align-items: flex-start;
}

.ws-feature-section--stock .slick-slide {
  height: auto;
  padding: 0 calc(var(--ws-carousel-gap) * 0.5);
}

.ws-feature-section--stock .slick-slide > div {
  height: auto;
}

.ws-feature-section--stock .slick-slide .ws-design-preview {
  display: block !important;
  height: auto;
}

.ws-feature-section--stock .slick-slide .ws-design-preview > div {
  height: auto;
}

.ws-feature-section--stock-compact {
  padding-bottom: 18px;
}

.ws-feature-section--recent-projects {
  padding: 77px 60px 131px;
}

.ws-feature-section--recent-projects .ws-section-title {
  margin-left: calc(36px - 60px);
}

.ws-feature-section--recent-projects .ws-feature-section__header {
  margin-bottom: 31px;
}

.ws-feature-section--recent-projects .ws-feature-section__view-all {
  min-width: 127px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
}

.ws-feature-section--recent-projects .ws-feature-section__view-all--disabled {
  cursor: default;
  opacity: 1;
}

.ws-feature-section--recent-projects .ws-feature-section__nav {
  gap: 6px;
}

.ws-feature-section--recent-projects .ws-feature-section__nav-btn {
  width: 40px;
  height: 40px;
}

.ws-feature-section--recent-projects .ws-feature-section__carousel {
  --ws-carousel-gap: 15px;
}

.ws-feature-section--recent-projects .ws-recent-project,
.ws-feature-section--recent-projects .ws-recent-project > a {
  display: block;
  height: 100%;
}

.ws-feature-section--recent-projects .ws-recent-project img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 783/536;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .ws-feature-section--recent-projects {
    padding: 54px 18px;
  }

  .ws-feature-section--recent-projects .ws-section-title {
    margin-left: 0;
  }
}

.ws-hp-media {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ws-hp-media--color {
  background-image: url("/images/hp-color-change.jpg");
}

.ws-hp-media--avery {
  background-image: url("/images/hp-avery.jpg");
}

.ws-hp-media--sell {
  background-image: url("/images/hp-sell.jpg");
}

.ws-hp-media--wrapshops {
  background-image: url("/images/hp-wrapshops.jpg");
}

.ws-hp-media--changer {
  background-image: url("/images/hp-changer.jpg");
}

.ws-hp-media--custom {
  background-image: url("/images/hp-custom.jpg");
}

.ws-preferred-styles {
  position: relative;
  isolation: isolate;
  width: min(100vw, 2500px);
  margin-left: 50%;
  background: #f7f8fa;
  transform: translateX(-50%);
}

.ws-preferred-styles::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  background: #f7f8fa;
  content: "";
  transform: translateX(-50%);
}

.ws-preferred-styles__inner {
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
  padding: 77px 32px 72px;
}

.ws-v2 .ws-preferred-styles__title {
  margin: 0 0 40px;
  color: #121116;
}

.ws-preferred-styles__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.ws-v2 .ws-preferred-styles__item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: #121116;
  font-family: "Archivo", sans-serif;
  font-size: clamp(18px, calc(17.2957746479px + 0.1877934272vw), 20px);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.ws-v2 .ws-preferred-styles__item:link,
.ws-v2 .ws-preferred-styles__item:visited,
.ws-v2 .ws-preferred-styles__item:hover,
.ws-v2 .ws-preferred-styles__item:active,
.ws-v2 .ws-preferred-styles__item:focus {
  color: #121116;
  text-decoration: none;
}

.ws-v2 .ws-preferred-styles__item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 584/224;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.15s ease;
}

.ws-v2 .ws-preferred-styles__item span {
  margin-top: 10px;
}

.ws-v2 .ws-preferred-styles__item:hover img,
.ws-v2 .ws-preferred-styles__item:focus img {
  opacity: 0.86;
}

@media (max-width: 1199px) {
  .ws-preferred-styles__inner {
    padding: 72px 36px;
  }

  .ws-preferred-styles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 18px;
  }
}

@media (max-width: 767px) {
  .ws-preferred-styles__inner {
    min-height: 0;
    padding: 54px 18px;
  }

  .ws-v2 .ws-preferred-styles__title {
    margin-bottom: 36px;
  }
}

@media (max-width: 575px) {
  .ws-preferred-styles__grid {
    grid-template-columns: 1fr;
  }
}

.ws-testimonials {
  position: relative;
  isolation: isolate;
  width: min(100vw, 2500px);
  margin-left: 50%;
  background: #f7f8fa;
  transform: translateX(-50%);
}

.ws-testimonials::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  background: #f7f8fa;
  content: "";
  transform: translateX(-50%);
}

.ws-testimonials__inner {
  display: grid;
  grid-template-columns: minmax(130px, 0.45fr) minmax(0, 2fr);
  gap: clamp(32px, 5vw, 96px);
  width: 100%;
  max-width: 2500px;
  min-height: 751px;
  margin: 0 auto;
  padding: 75px clamp(20px, 5vw, 96px);
}

.ws-v2 .ws-testimonials__title {
  margin: 0;
  margin-left: calc(36px - clamp(20px, 5vw, 96px));
  color: #121116;
}

.ws-testimonials__grid {
  display: grid;
  grid-column: 2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

@media (max-width: 1239px) {
  .ws-testimonials__inner {
    display: block;
    min-height: 0;
    padding: 75px clamp(20px, 5vw, 96px);
  }

  .ws-v2 .ws-testimonials__title {
    margin: 0 0 45px;
  }

  .ws-testimonials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .ws-testimonials__inner {
    padding: 72px 36px;
  }
}

@media (max-width: 767px) {
  .ws-v2 .ws-testimonials__title {
    margin-bottom: 36px;
  }

  .ws-testimonials__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .ws-testimonials__inner {
    padding: 54px 18px;
  }
}

.ws-testimonial-card {
  min-width: 0;
  min-height: 293px;
  padding: 40px;
  background: #fff;
}

.ws-testimonial-card__header {
  display: grid;
  grid-template-columns: 67px minmax(0, 1fr);
  gap: 19px;
  align-items: start;
}

.ws-testimonial-card__avatar {
  display: grid;
  width: 67px;
  height: 67px;
  place-items: center;
  font-family: "Archivo", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}

.ws-testimonial-card__avatar--green {
  background: #e1f5ee;
  color: #0f6e56;
}

.ws-testimonial-card__avatar--violet {
  background: #eeedfe;
  color: #3c3489;
}

.ws-testimonial-card__avatar--blue {
  background: #e6f1fb;
  color: #0c447c;
}

.ws-testimonial-card__avatar--amber {
  background: #faeeda;
  color: #633806;
}

.ws-testimonial-card__avatar--rose {
  background: #fbeaf0;
  color: #72243e;
}

.ws-testimonial-card__avatar--terracotta {
  background: #faece7;
  color: #712b13;
}

.ws-testimonial-card__person {
  min-width: 0;
  flex: 1 1 150px;
}

.ws-testimonial-card__person h3 {
  margin: 0 0 4px;
  color: #121116;
  font-family: "Archivo", sans-serif;
  font-size: clamp(18px, calc(17.2957746479px + 0.1877934272vw), 20px);
  font-weight: 500;
  line-height: 1;
}

.ws-testimonial-card__person p {
  margin: 0;
  color: #bababb;
  font-size: clamp(14px, calc(13.2957746479px + 0.1877934272vw), 16px);
  line-height: 1.2;
}

.ws-testimonial-card__details {
  display: flex;
  min-width: 0;
  gap: 12px 20px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.ws-testimonial-card__rating {
  min-width: 0;
  flex: 0 0 auto;
  margin-left: auto;
  text-align: right;
}

.ws-testimonial-card__rating time {
  display: block;
  margin-top: 5px;
  color: #bababb;
  font-size: clamp(14px, calc(13.2957746479px + 0.1877934272vw), 16px);
  line-height: 1.2;
  white-space: nowrap;
}

.ws-testimonial-card__stars {
  display: inline-block;
  background: linear-gradient(90deg, #f9ba32 0, #f9ba32 calc(var(--rating) / 5 * 100%), #ececef calc(var(--rating) / 5 * 100%), #ececef 100%);
  background-clip: text;
  color: transparent;
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  white-space: nowrap;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ws-testimonial-card blockquote {
  margin: 67px 0 0;
  color: #7c7c7d;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .ws-testimonial-card {
    padding: 36px;
  }

  .ws-testimonial-card blockquote {
    margin-top: 36px;
  }
}

@media (max-width: 575px) {
  .ws-testimonial-card {
    min-height: 0;
    padding: 27px;
  }

  .ws-testimonial-card__header {
    gap: 18px;
  }

  .ws-testimonial-card__person h3 {
    font-size: clamp(18px, calc(17.2957746479px + 0.1877934272vw), 20px);
  }

  .ws-testimonial-card blockquote {
    font-size: 15px;
  }
}

.ws-how-it-works {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1257fr 1243fr;
  width: min(100vw, 2500px);
  margin-top: 36px;
  margin-left: 50%;
  scroll-margin-top: 93px;
  background: #f7f8fa;
  transform: translateX(-50%);
}

.ws-how-it-works--after-hero {
  margin-top: 0;
}

.ws-how-it-works::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  background: #f7f8fa;
  content: "";
  transform: translateX(-50%);
}

.ws-how-it-works__content {
  display: grid;
  grid-template-columns: minmax(250px, 0.9fr) minmax(0, 1fr);
  gap: 54px;
  align-items: start;
  padding: 76px 60px;
}

.ws-how-it-works__steps {
  display: grid;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: how-step;
}

.ws-how-it-works__steps li {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  gap: 16px;
  counter-increment: how-step;
}

.ws-how-it-works__steps li::before {
  display: grid;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  place-items: center;
  background: rgba(17, 17, 17, 0.05);
  color: rgba(17, 17, 17, 0.25);
  content: counter(how-step, decimal-leading-zero);
  font-family: "Archivo", sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.ws-how-it-works__steps h3 {
  margin: 2px 0 12px;
  font-family: "Archivo", sans-serif;
  font-size: clamp(18px, calc(15.8873239437px + 0.5633802817vw), 24px);
  font-weight: 700;
  line-height: 1.1;
}

.ws-how-it-works__steps p {
  max-width: 470px;
  margin: 0;
  color: #77777a;
  font-size: 18px;
  line-height: 1.45;
}

.ws-how-it-works__visual {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.ws-how-it-works__visual > img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1243/705;
  -o-object-fit: cover;
     object-fit: cover;
}

.ws-how-it-works__visual figcaption {
  position: absolute;
  top: 75px;
  left: 60px;
  width: min(360px, 38%);
  color: #111111;
}

.ws-how-it-works__visual strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.ws-how-it-works__visual blockquote {
  margin: 0 0 22px;
  font-size: 20.25px;
  line-height: 1.4;
}

.ws-how-it-works__visual time {
  color: rgba(17, 17, 17, 0.25);
  font-size: 15.75px;
}

@media (max-width: 1199px) {
  .ws-how-it-works {
    grid-template-columns: 1fr;
  }

  .ws-how-it-works__content {
    grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1fr);
    padding: 72px 45px;
  }

  .ws-how-it-works__steps {
    gap: 36px;
  }

  .ws-how-it-works__steps p {
    font-size: 15.75px;
  }

  .ws-how-it-works__visual figcaption {
    top: 45px;
    left: 45px;
  }

  .ws-how-it-works__visual blockquote {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .ws-how-it-works__content {
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 54px 27px;
  }

  .ws-how-it-works__steps p {
    max-width: none;
  }

  .ws-how-it-works__visual figcaption {
    top: 27px;
    left: 27px;
    width: 42%;
  }
}

@media (max-width: 575px) {
  .ws-how-it-works__visual {
    display: flex;
    flex-direction: column;
  }

  .ws-how-it-works__visual > img {
    order: 2;
    height: auto;
    aspect-ratio: 1243/705;
  }

  .ws-how-it-works__visual figcaption {
    position: static;
    order: 1;
    width: auto;
    padding: 36px 27px;
    background: #f4f0e8;
  }
}

.ws-main-sale-banner {
  width: 100%;
  background: #ffffff;
}

@media (max-width: 1023px) {
  .ws-main-sale-banner {
    padding: 0;
  }
}

.ws-main-sale-banner__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  align-items: center;
  min-height: 150px;
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
  padding: 27px 0 27px 36px;
  overflow: hidden;
  background-color: #101114;
  background-image: var(--main-sale-banner-image);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-decoration: none;
}

.ws-main-sale-banner__inner:hover,
.ws-main-sale-banner__inner:focus,
.ws-main-sale-banner__inner:active,
.ws-main-sale-banner__inner:visited {
  color: #ffffff;
  text-decoration: none;
}

.ws-main-sale-banner__content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 36px;
  grid-column: 2;
  min-width: 0;
  margin-left: auto;
}

.ws-main-sale-banner__text {
  min-width: 0;
  color: inherit;
  font-family: "Archivo", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.ws-main-sale-banner__copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: inherit;
  cursor: pointer;
  vertical-align: middle;
  transition: background-color 0.16s ease, color 0.16s ease;
}

.ws-main-sale-banner__copy:hover,
.ws-main-sale-banner__copy:focus {
  background-color: rgba(255, 255, 255, 0.18);
  color: inherit;
  outline: none;
}

.ws-main-sale-banner__copy-icon {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.ws-main-sale-banner__toast {
  position: fixed;
  right: 27px;
  bottom: 27px;
  z-index: 1090;
  max-width: calc(100vw - 36px);
  padding: 12px 16px;
  border-radius: 4px;
  background: #1f2933;
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.ws-main-sale-banner__toast--visible {
  opacity: 1;
  transform: translateY(0);
}

.ws-main-sale-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 132px;
  min-height: 46px;
  padding: 0 27px;
  background-color: #007ef3;
  border-radius: 1000px;
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-right: 36px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

@media (max-width: 1599px) {
  .ws-main-sale-banner__inner {
    display: block;
    min-height: 150px;
    padding: 0;
    background-color: transparent;
    background-image: none;
  }

  .ws-main-sale-banner__inner::before {
    display: block;
    min-height: 150px;
    background-color: #101114;
    background-image: var(--main-sale-banner-image);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
  }

  .ws-main-sale-banner__content {
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    width: 100%;
    padding: 18px 36px;
    margin-left: 0;
    background: #ffffff;
  }

  .ws-main-sale-banner__text {
    color: #000000;
    font-size: 18px;
    text-align: center;
  }

  .ws-main-sale-banner__copy:hover,
  .ws-main-sale-banner__copy:focus {
    background-color: rgba(0, 0, 0, 0.08);
  }

  .ws-main-sale-banner__button {
    min-width: 108px;
    min-height: 0;
    max-height: 36px;
    height: 36px;
    padding: 0 20px;
    font-size: 13px;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .ws-main-sale-banner__inner {
    min-height: 150px;
  }

  .ws-main-sale-banner__content {
    justify-content: center;
    gap: 18px;
    padding: 18px 27px;
  }
}

@media (max-width: 1023px) {
  .ws-main-sale-banner__inner {
    min-height: 0;
  }

  .ws-main-sale-banner__inner::before {
    min-height: 0;
    aspect-ratio: 6.666/1;
    background-position: left center;
    background-size: 200% auto;
  }
}

@media (max-width: 575px) {
  .ws-main-sale-banner__content {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .ws-main-sale-banner__toast {
    right: 18px;
    bottom: 18px;
    max-width: calc(100vw - 36px);
  }
}

.ws-numbers-strip {
  background: #f7f8fa;
  color: rgba(17, 17, 17, 0.58);
  overflow: hidden;
  position: relative;
}

.ws-numbers-strip__inner {
  align-items: center;
  display: grid;
  gap: clamp(32px, 5vw, 96px);
  grid-template-columns: minmax(130px, 0.45fr) minmax(0, 2fr);
  margin: 0 auto;
  max-width: 2500px;
  min-height: clamp(180px, 13.5vw, 258px);
  padding: clamp(42px, 5vw, 72px) clamp(20px, 5vw, 96px);
  width: 100%;
}

.ws-numbers-strip__stats {
  align-items: stretch;
  display: grid;
  gap: clamp(20px, 3vw, 64px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ws-numbers-strip__title {
  margin-left: calc(36px - clamp(20px, 5vw, 96px));
}

.ws-numbers-strip__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 112px;
  overflow: hidden;
  padding-top: 26px;
  position: relative;
}

.ws-numbers-strip__value {
  color: inherit;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  line-height: 0.95;
  font-size: clamp(64px, calc(46.0422535211px + 4.7887323944vw), 115px);
  position: relative;
  z-index: 1;
  letter-spacing: -0.03em;
  color: rgba(18, 17, 22, 0.05);
}

.ws-numbers-strip__label {
  color: inherit;
  font-size: clamp(15px, calc(13.9436619718px + 0.2816901408vw), 18px);
  font-weight: 500;
  line-height: 1.3;
  margin-top: 12px;
  max-width: 180px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

@media (max-width: 1024px) {
  .ws-numbers-strip__inner {
    grid-template-columns: 1fr;
  }

  .ws-numbers-strip__stats {
    gap: 18px;
  }

  .ws-numbers-strip__item {
    min-height: 100px;
  }
}

@media (max-width: 680px) {
  .ws-numbers-strip__inner {
    gap: 18px;
    padding: 34px 20px 40px;
  }

  .ws-numbers-strip__title {
    margin-left: 0;
  }

  .ws-numbers-strip__stats {
    grid-template-columns: 1fr;
  }

  .ws-numbers-strip__item {
    min-height: 96px;
    padding-top: 18px;
  }
}

.ws-why-wrapstock {
  background: #ffffff;
  color: #121116;
  overflow: hidden;
}

.ws-why-wrapstock__inner {
  align-items: start;
  display: grid;
  gap: clamp(32px, 5vw, 96px);
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 2500px;
  min-height: 320px;
  padding: 77px clamp(20px, 5vw, 96px) 68px;
  width: 100%;
}

.ws-why-wrapstock__groups {
  display: grid;
  gap: clamp(36px, 4.7vw, 116px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.ws-why-wrapstock__title {
  margin-left: calc(36px - clamp(20px, 5vw, 96px));
}

.ws-why-wrapstock__list {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ws-why-wrapstock__item {
  align-items: center;
  color: rgba(18, 17, 22, 0.5);
  display: grid;
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  font-weight: normal;
  gap: 14px;
  grid-template-columns: 19px minmax(0, 1fr);
  line-height: 1.2;
  min-height: 33px;
}

.ws-why-wrapstock__check {
  align-items: center;
  background: #0ab14d;
  border-radius: 50%;
  display: inline-flex;
  height: 19px;
  justify-content: center;
  width: 19px;
}

.ws-why-wrapstock__check::before {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  height: 8px;
  margin-top: -2px;
  transform: rotate(45deg);
  width: 5px;
}

@media (max-width: 991px) {
  .ws-why-wrapstock__inner {
    gap: 45px;
    min-height: 0;
    padding: 72px 36px;
  }

  .ws-why-wrapstock__groups {
    gap: 36px;
  }

  .ws-why-wrapstock__list {
    gap: 18px;
  }

  .ws-why-wrapstock__title {
    margin-left: 0;
  }
}

@media (min-width: 1240px) {
  .ws-why-wrapstock__inner {
    grid-template-columns: minmax(130px, 0.45fr) minmax(0, 2fr);
  }

  .ws-why-wrapstock__groups {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .ws-why-wrapstock__inner {
    padding: 54px 18px;
  }

  .ws-why-wrapstock__groups {
    grid-template-columns: 1fr;
  }

  .ws-why-wrapstock__item {
    align-items: start;
    font-size: 18px;
    line-height: 1.3;
  }

  .ws-why-wrapstock__check {
    margin-top: 2px;
  }
}

.ws-faq {
  background: #f7f8fa;
  color: #121116;
  overflow: hidden;
}

.ws-faq__inner {
  display: grid;
  gap: clamp(32px, 5vw, 96px);
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 2500px;
  min-height: 599px;
  padding: 75px clamp(20px, 5vw, 96px);
  width: 100%;
}

.ws-faq__grid {
  align-items: start;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.ws-faq__title {
  margin-left: calc(36px - clamp(20px, 5vw, 96px));
}

.ws-faq__item {
  background: #ffffff;
  border: 0;
  color: inherit;
  min-height: 128px;
  padding: 40px;
}

.ws-faq__item[open] {
  min-height: 217px;
}

.ws-faq__question {
  align-items: start;
  cursor: pointer;
  display: grid;
  gap: 27px;
  grid-template-columns: minmax(0, 1fr) 14px;
  list-style: none;
}

.ws-faq__question::-webkit-details-marker {
  display: none;
}

.ws-faq__question span:first-child {
  color: #121116;
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.ws-faq__answer {
  color: #bababb;
  margin: 15px 36px 0 0;
}

.ws-faq__answer p {
  margin: 0;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
}

.ws-faq__answer p + p {
  margin-top: 18px;
}

.ws-faq__answer a {
  color: #2f718b;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ws-faq__icon {
  height: 12px;
  margin-top: 1px;
  position: relative;
  width: 12px;
}

.ws-faq__icon::before,
.ws-faq__icon::after {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  width: 12px;
}

.ws-faq__icon::before {
  border-top: 1.5px solid #f9ba32;
}

.ws-faq__icon::after {
  border-top: 1.5px solid #f9ba32;
  transform: rotate(90deg);
}

.ws-faq__item[open] .ws-faq__icon::before,
.ws-faq__item[open] .ws-faq__icon::after {
  border-color: #bababb;
}

.ws-faq__item[open] .ws-faq__icon::before {
  transform: rotate(45deg);
}

.ws-faq__item[open] .ws-faq__icon::after {
  transform: rotate(-45deg);
}

@media (min-width: 1240px) {
  .ws-faq__inner {
    grid-template-columns: minmax(130px, 0.45fr) minmax(0, 2fr);
  }

  .ws-faq__grid {
    grid-auto-flow: column;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, auto);
  }
}

@media (max-width: 991px) {
  .ws-faq__inner {
    min-height: 0;
    padding: 72px 36px;
  }

  .ws-faq__item {
    padding: 36px;
  }

  .ws-faq__title {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .ws-faq__inner {
    padding: 54px 18px;
  }

  .ws-faq__grid {
    grid-template-columns: 1fr;
  }

  .ws-faq__item,
  .ws-faq__item[open] {
    min-height: 0;
  }

  .ws-faq__question span:first-child {
    font-size: 18px;
  }

  .ws-faq__answer {
    margin-right: 0;
  }
}

.ws-design-detail__print {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) repeat(3, minmax(180px, 1fr));
  align-items: center;
  gap: 54px;
  margin-top: 50px;
  margin-bottom: 50px;
  background: #ffffff;
}

.ws-design-detail__print-intro a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 56px;
  padding: 18px 36px;
  border-radius: 999px;
  background: #ffc019;
  color: #111111;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.ws-v2 .ws-design-detail__section-title {
  margin: 0;
  font-family: "Archivo", sans-serif;
  font-size: clamp(36px, 2.1vw, 45px);
  line-height: 1;
  text-transform: uppercase;
}

.ws-design-detail__print-intro .ws-design-detail__section-title {
  margin-bottom: 27px;
}

.ws-design-detail__print-option {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.ws-design-detail__print-option img {
  display: block;
  width: 100%;
  height: 125px;
  margin-bottom: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
}

.ws-design-detail__print-option span {
  margin-bottom: 9px;
  color: #88888a;
  font-size: 15.75px;
  overflow-wrap: anywhere;
}

.ws-v2 .ws-design-detail__print-price {
  color: #111111;
  font-family: "Archivo", sans-serif;
  font-size: 17px;
  font-weight: 700;
  overflow-wrap: word-break;
}

.ws-v2 .ws-design-detail__print-price localized-price,
.ws-v2 .ws-design-detail__print-price localized-price > span,
.ws-v2 .ws-design-detail__print-price > span {
  margin: 0;
  color: inherit;
  font: inherit;
}

.ws-feature-section--print {
  background: #ffffff;
}

.ws-feature-section--print .ws-feature-section__inner--print-price {
  display: grid;
  grid-template-columns: minmax(130px, 0.45fr) minmax(0, 2fr);
  gap: clamp(32px, 5vw, 96px);
  max-width: 2500px;
  min-height: 0;
  margin: 0 auto;
  padding: 75px clamp(20px, 5vw, 96px);
}

.ws-feature-section--print .ws-feature-section__header--print-price {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0;
}

.ws-feature-section--print .ws-section-title {
  margin-left: calc(36px - clamp(20px, 5vw, 96px));
}

.ws-feature-section--print .ws-feature-section__content--print-price {
  grid-column: 2/-1;
  width: 100%;
}

.ws-feature-section--print .ws-feature-section__content--print-price .ws-design-detail__print {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(20px, 3vw, 48px);
}

.ws-feature-section--print .ws-feature-section__content--print-price .ws-design-detail__print-option {
  flex: 1 1 0;
}

@media (max-width: 1199px) {
  .ws-design-detail__print {
    grid-template-columns: minmax(230px, 1fr) repeat(3, minmax(150px, 1fr));
    gap: 27px;
  }

  .ws-design-detail__print-option img {
    height: 105px;
  }
}

@media (max-width: 991px) {
  .ws-design-detail__print {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ws-design-detail__print-intro {
    grid-column: 1/-1;
    text-align: center;
  }

  .ws-design-detail__print-option {
    align-items: center;
    text-align: center;
  }

  .ws-design-detail__print-option img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }

  .ws-feature-section--print .ws-feature-section__inner--print-price {
    min-height: 0;
    padding: 72px 36px;
  }

  .ws-feature-section--print .ws-feature-section__header--print-price {
    margin-bottom: 45px;
  }

  .ws-feature-section--print .ws-section-title {
    margin-left: 0;
  }

  .ws-feature-section--print .ws-feature-section__content--print-price .ws-design-detail__print {
    flex-direction: column;
    align-items: stretch;
  }

  .ws-feature-section--print .ws-feature-section__content--print-price .ws-design-detail__print-option {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .ws-design-detail__print {
    grid-template-columns: 1fr;
    padding: 36px 27px;
  }

  .ws-design-detail__print-intro {
    grid-column: auto;
  }

  .ws-design-detail__print-option img {
    width: min(100%, 320px);
    height: auto;
  }

  .ws-feature-section--print .ws-feature-section__content--print-price {
    grid-column: auto;
  }
}

@media (max-width: 575px) {
  .ws-feature-section--print .ws-feature-section__inner--print-price {
    padding: 54px 18px;
  }
}

.ws-v2 .form-group {
  margin-bottom: 18px;
}

.ws-v2 .form-control,
.ws-v2 .custom-select,
.ws-v2 .select2-container--default .select2-selection--single,
.ws-v2 .select2-container--default .select2-selection--multiple {
  min-height: 67px;
  border: 1px solid #dedede;
  border-radius: 5px;
  background-color: #ffffff;
  color: #4b4d52;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.35;
  box-shadow: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ws-v2 .form-control,
.ws-v2 .custom-select {
  height: 67px;
  padding: 0 13px;
}

.ws-v2 textarea.form-control {
  height: auto;
  min-height: 134px;
  padding-top: 22px;
  padding-bottom: 22px;
  resize: vertical;
}

.ws-v2 .form-control::-moz-placeholder, .ws-v2 textarea.form-control::-moz-placeholder {
  color: #63666b;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  opacity: 1;
}

.ws-v2 .form-control::placeholder,
.ws-v2 textarea.form-control::placeholder {
  color: #63666b;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  opacity: 1;
}

.ws-v2 .form-control:focus,
.ws-v2 .custom-select:focus,
.ws-v2 .select2-container--default.select2-container--focus .select2-selection--single,
.ws-v2 .select2-container--default.select2-container--focus .select2-selection--multiple,
.ws-v2 .select2-container--default.select2-container--open .select2-selection--single,
.ws-v2 .select2-container--default.select2-container--open .select2-selection--multiple {
  border-color: #b9b9b9;
  box-shadow: 0 0 0 2px rgba(255, 192, 25, 0.18);
  outline: none;
}

.ws-v2 .select2-container {
  width: 100% !important;
}

.ws-v2 .select2-container--default .select2-selection--single {
  padding: 0 42px 0 13px;
}

.ws-v2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4b4d52;
  line-height: 65px;
  padding: 0;
}

.ws-v2 .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #63666b;
}

.ws-v2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 65px;
  right: 12px;
}

.ws-v2 .select2-container--default .select2-selection--multiple {
  padding: 13px;
}

.ws-v2 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}

.ws-v2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 0;
  border-color: #dedede;
  border-radius: 4px;
  background-color: #f7f7f7;
  font-size: 12px;
}

.ws-v2 .v-select .vs__dropdown-toggle,
.ws-v2 .vue-select .vs__dropdown-toggle {
  min-height: 67px;
  border: 1px solid #dedede;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0 13px;
  box-shadow: none;
}

.ws-v2 .v-select .vs__selected-options,
.ws-v2 .vue-select .vs__selected-options {
  padding: 0;
}

.ws-v2 .v-select .vs__search::-moz-placeholder, .ws-v2 .vue-select .vs__search::-moz-placeholder {
  margin: 0;
  color: #4b4d52;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 65px;
}

.ws-v2 .v-select .vs__selected,
.ws-v2 .v-select .vs__search,
.ws-v2 .v-select .vs__search::placeholder,
.ws-v2 .vue-select .vs__selected,
.ws-v2 .vue-select .vs__search,
.ws-v2 .vue-select .vs__search::placeholder {
  margin: 0;
  color: #4b4d52;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 65px;
}

.ws-v2 .v-select .vs__actions,
.ws-v2 .vue-select .vs__actions {
  padding: 0 0 0 8px;
}

.ws-v2 .form-group > label:not(.custom-control-label):not(.form-check-label),
.ws-v2 .col-form-label,
.ws-v2 .card-header,
.ws-v2 form h3,
.ws-v2 form h4,
.ws-v2 .form-section-title,
.ws-v2 .subheadline {
  color: #3f4147;
  font-family: "Archivo", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ws-v2 .form-group > label:not(.custom-control-label):not(.form-check-label),
.ws-v2 .col-form-label {
  margin-bottom: 9px;
}

.ws-v2 form .card,
.ws-v2 .card:has(form) {
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.ws-v2 form .card-header,
.ws-v2 .card:has(form) > .card-header {
  border-bottom: 0;
  background: transparent;
  padding: 0 0 22px;
}

.ws-v2 form .card-body,
.ws-v2 .card:has(form) > .card-body {
  padding: 0;
}

.ws-v2 .btn.main-button,
.ws-v2 .btn.btn-primary,
.ws-v2 input[type=submit].btn {
  min-height: 46px;
  padding: 11px 24px;
  border-radius: 23px;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ws-v2 .btn.btn-secondary {
  min-height: 46px;
  padding: 11px 24px;
  border-radius: 23px;
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ws-v2 .btn.btn-secondary:hover,
.ws-v2 .btn.btn-secondary:focus,
.ws-v2 .btn.btn-secondary:active {
  color: #ffffff;
}

.ws-v2 .custom-control,
.ws-v2 .form-check {
  font-size: 13px;
  line-height: 1.45;
}

.ws-v2 .custom-control-label,
.ws-v2 .form-check-label {
  color: #4b4d52;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}

.ws-v2 .invalid-feedback,
.ws-v2 .text-danger {
  font-size: 12px;
}

.ws-footer {
  clear: both;
  padding: 0;
  background: #121116;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.ws-footer__main {
  min-height: 401px;
  padding: 50px 60px 44px;
  background: #121116;
}

.ws-footer__inner {
  width: 100%;
  max-width: 2380px;
  margin: 0 auto;
}

.ws-footer__columns {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 3fr) 212px;
  -moz-column-gap: 48px;
       column-gap: 48px;
  align-items: start;
}

.ws-footer__column {
  min-width: 0;
}

.ws-footer__column--left {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.ws-footer__column--right {
  display: flex;
  justify-content: flex-end;
}

.ws-v2 .ws-footer__heading {
  margin: 0;
  color: #f9ba32;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.ws-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.ws-v2 .ws-footer__email {
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  text-decoration: none;
  text-underline-offset: 0;
}

.ws-v2 .ws-footer__email:hover {
  color: #f9ba32;
  text-decoration: none;
}

.ws-footer__nav {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 14px;
}

.ws-footer__nav-row {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px clamp(24px, 2.5vw, 64px);
}

.ws-footer__nav a {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 27px;
  text-decoration: none;
  white-space: nowrap;
}

.ws-footer__nav a:hover {
  color: #f9ba32;
}

.ws-footer__nav .ws-footer__nav-primary {
  color: #ffffff;
  transition: color 0.15s ease;
}

.ws-footer__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 11px;
}

.ws-footer__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  border-radius: 26px;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.ws-v2 .ws-footer__action--primary {
  box-sizing: border-box;
}

.ws-v2 .ws-footer__action--secondary {
  width: 180px;
  background: #59585C;
  color: #ffffff;
  text-decoration: none;
}

.ws-v2 .ws-footer__action--secondary:hover {
  color: #ffffff;
  text-decoration: none;
}

.ws-footer__action:hover {
  color: #121116;
  filter: brightness(1.08);
}

.ws-footer__social {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-top: 18px;
}

.ws-footer__social a {
  display: inline-flex;
  min-width: 25px;
  min-height: 25px;
  align-items: center;
  justify-content: center;
  opacity: 1;
  text-decoration: none;
}

.ws-footer__social img {
  display: block;
  max-width: none;
}

.ws-footer__newsletter {
  margin-top: 34px;
}

.ws-footer__newsletter > div {
  width: 100% !important;
}

.ws-footer__newsletter .footer-newsletter-v2 {
  margin-top: 13px;
}

.ws-footer__newsletter .input-group-newsletter {
  width: 403px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.ws-footer__newsletter .input-group-newsletter input {
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 14px;
  line-height: normal;
}

.ws-footer__newsletter .input-group-newsletter input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.ws-footer__newsletter .input-group-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.ws-footer__newsletter .input-group-newsletter .btn {
  width: 91px;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  padding: 0;
  border: 0;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.3) !important;
  background-image: none !important;
  box-sizing: border-box;
  color: #ffffff !important;
  font-family: "Archivo", sans-serif;
  font-size: 14px !important;
  line-height: normal;
}

.ws-footer__newsletter .input-group-newsletter .btn:disabled {
  opacity: 1;
}

.ws-footer__newsletter .footer-newsletter-v2__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  cursor: pointer;
}

.ws-footer__newsletter .footer-newsletter-v2__consent input {
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  margin: 2px 0 0;
  border: 1px solid #717073;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #2a292d;
}

.ws-footer__newsletter .footer-newsletter-v2__consent input:checked {
  background: #f9ba32;
  box-shadow: inset 0 0 0 2px #2a292d;
}

.ws-footer__utility {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 36px;
  border-top: 2px solid #2a292d;
}

.ws-footer__avery-link {
  display: inline-flex;
}

.ws-footer__avery-img {
  display: block;
  width: 132px;
  height: 43px;
  background: #59585c;
  -webkit-mask: url("/images/logo/logo-averydennison-black.png") left center/contain no-repeat;
  mask: url("/images/logo/logo-averydennison-black.png") left center/contain no-repeat;
}

.ws-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 15px;
}

.ws-footer__bottom a {
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

.ws-footer__bottom a:hover {
  color: #f9ba32;
}

.ws-footer__endcap {
  display: grid;
  height: 58px;
  place-items: center;
  background: #f9ba32;
}

.ws-footer__logo-link,
.ws-footer__logo-link img {
  display: block;
}

@media (max-width: 2200px) {
  .ws-footer__columns {
    grid-template-columns: minmax(220px, 0.75fr) minmax(0, 3fr) 212px;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
}

@media (max-width: 1500px) {
  .ws-footer__main {
    padding-right: 36px;
    padding-left: 36px;
  }

  .ws-footer__columns {
    grid-template-columns: minmax(190px, 0.75fr) minmax(0, 2fr) 212px;
    -moz-column-gap: 27px;
         column-gap: 27px;
  }
}

@media (max-width: 991px) {
  .ws-footer__columns {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .ws-footer__column--right {
    justify-content: flex-start;
  }

  .ws-footer__actions {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 575px) {
  .ws-footer__main {
    padding: 45px 27px;
  }

  .ws-footer__nav a {
    font-size: 16px;
    white-space: normal;
  }

  .ws-footer__nav-row {
    align-items: flex-start;
  }

  .ws-footer__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ws-footer__action,
  .ws-footer__action--primary,
  .ws-footer__action--secondary {
    width: 100%;
  }

  .ws-footer__newsletter .input-group-newsletter {
    width: 100%;
  }

  .ws-footer__utility,
  .ws-footer__bottom {
    align-items: flex-start;
  }

  .ws-footer__utility {
    flex-direction: column;
    gap: 36px;
  }
}

.ws-admin-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 36px 18px;
  background: #ffffff;
  border-top: 1px solid #eeeeee;
}

.ws-admin-footer__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ws-admin-footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.ws-admin-footer__links a {
  color: #111111;
  font-family: "Archivo", sans-serif;
  font-size: 15.75px;
  font-weight: 500;
  text-decoration: none;
}

.ws-admin-footer__links a:hover,
.ws-admin-footer__links a:focus {
  color: #e6a800;
  text-decoration: none;
}

.ws-admin-footer img {
  display: block;
  width: 138px;
  height: 23px;
}

.ws-admin-shell .container a:not(.btn),
.ws-admin-shell .card a:not(.btn),
.ws-admin-shell table a:not(.btn) {
  color: #e6a800;
}

.ws-admin-shell .container .btn,
.ws-admin-shell .card .btn,
.ws-admin-shell table .btn,
.ws-admin-shell .modal .btn,
.ws-admin-shell input[type=submit].btn,
.ws-admin-shell button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 38px;
  height: auto;
  padding: 8px 18px;
  border-radius: 20px;
  font-family: "Archivo", sans-serif;
  font-size: 13px !important;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.ws-admin-shell .container a.btn,
.ws-admin-shell .card a.btn,
.ws-admin-shell table a.btn,
.ws-admin-shell .modal a.btn {
  text-decoration: none;
}

.ws-admin-shell .bootstrap-table-custom-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 10px 12px 10px 0;
}

.ws-admin-shell .bootstrap-table-custom-toolbar .btn {
  min-width: 128px;
  min-height: 34px;
  padding: 7px 14px;
  white-space: nowrap;
}

.ws-admin-shell .bootstrap-table-custom-toolbar .btn:disabled,
.ws-admin-shell .bootstrap-table-custom-toolbar .btn.disabled {
  color: rgba(255, 255, 255, 0.75);
  cursor: not-allowed;
  opacity: 0.65;
}

.ws-admin-shell .fixed-table-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.ws-admin-shell .fixed-table-toolbar .bs-bars,
.ws-admin-shell .fixed-table-toolbar .columns,
.ws-admin-shell .fixed-table-toolbar .search {
  margin: 8px 0;
}

.ws-admin-shell .fixed-table-toolbar .search input {
  min-width: 220px;
}

.ws-admin-shell .fixed-table-pagination a,
.ws-admin-shell .fixed-table-pagination a:link,
.ws-admin-shell .fixed-table-pagination a:visited,
.ws-admin-shell .fixed-table-pagination a:hover,
.ws-admin-shell .fixed-table-pagination a:focus,
.ws-admin-shell .fixed-table-pagination .page-link,
.ws-admin-shell .fixed-table-pagination .page-link:link,
.ws-admin-shell .fixed-table-pagination .page-link:visited,
.ws-admin-shell .fixed-table-pagination .page-link:hover,
.ws-admin-shell .fixed-table-pagination .page-link:focus,
.ws-admin-shell .bootstrap-table-wrapper .pagination a,
.ws-admin-shell .bootstrap-table-wrapper .pagination a:link,
.ws-admin-shell .bootstrap-table-wrapper .pagination a:visited,
.ws-admin-shell .bootstrap-table-wrapper .pagination a:hover,
.ws-admin-shell .bootstrap-table-wrapper .pagination a:focus,
.ws-admin-shell .bootstrap-table-wrapper .pagination .page-link,
.ws-admin-shell .bootstrap-table-wrapper .pagination .page-link:link,
.ws-admin-shell .bootstrap-table-wrapper .pagination .page-link:visited,
.ws-admin-shell .bootstrap-table-wrapper .pagination .page-link:hover,
.ws-admin-shell .bootstrap-table-wrapper .pagination .page-link:focus {
  color: #000000;
  text-decoration: none;
}

.ws-admin-shell .nav-tabs .nav-link,
.ws-admin-shell .nav-tabs .nav-link:link,
.ws-admin-shell .nav-tabs .nav-link:visited,
.ws-admin-shell .nav-tabs .nav-link:hover,
.ws-admin-shell .nav-tabs .nav-link:focus {
  color: #000000;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.ws-admin-shell .nav-tabs .nav-link.active,
.ws-admin-shell .nav-tabs .nav-link.active:hover,
.ws-admin-shell .nav-tabs .nav-link.active:focus {
  color: #ffc019;
  text-decoration: none;
}

.ws-admin-shell .btn-primary,
.ws-admin-shell .btn-primary:link,
.ws-admin-shell .btn-primary:visited,
.ws-admin-shell .btn-primary:hover,
.ws-admin-shell .btn-primary:focus,
.ws-admin-shell .btn-primary:active {
  color: #000000;
}

.ws-admin-shell .btn-secondary,
.ws-admin-shell .btn-secondary:link,
.ws-admin-shell .btn-secondary:visited,
.ws-admin-shell .btn-secondary:hover,
.ws-admin-shell .btn-secondary:focus,
.ws-admin-shell .btn-secondary:active,
.ws-admin-shell .btn-info,
.ws-admin-shell .btn-info:link,
.ws-admin-shell .btn-info:visited,
.ws-admin-shell .btn-info:hover,
.ws-admin-shell .btn-info:focus,
.ws-admin-shell .btn-info:active,
.ws-admin-shell .btn-success,
.ws-admin-shell .btn-success:link,
.ws-admin-shell .btn-success:visited,
.ws-admin-shell .btn-success:hover,
.ws-admin-shell .btn-success:focus,
.ws-admin-shell .btn-success:active,
.ws-admin-shell .btn-danger,
.ws-admin-shell .btn-danger:link,
.ws-admin-shell .btn-danger:visited,
.ws-admin-shell .btn-danger:hover,
.ws-admin-shell .btn-danger:focus,
.ws-admin-shell .btn-danger:active {
  color: #ffffff;
}

.ws-admin-shell .btn-warning,
.ws-admin-shell .btn-warning:link,
.ws-admin-shell .btn-warning:visited,
.ws-admin-shell .btn-warning:hover,
.ws-admin-shell .btn-warning:focus,
.ws-admin-shell .btn-warning:active,
.ws-admin-shell .btn-light,
.ws-admin-shell .btn-light:link,
.ws-admin-shell .btn-light:visited,
.ws-admin-shell .btn-light:hover,
.ws-admin-shell .btn-light:focus,
.ws-admin-shell .btn-light:active {
  color: #000000;
}

.ws-admin-shell .form-control,
.ws-admin-shell .custom-select,
.ws-admin-shell .select2-container--default .select2-selection--single {
  min-height: 38px;
  height: 38px;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
}

.ws-admin-shell textarea.form-control {
  height: auto;
  min-height: 96px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ws-admin-shell .select2-container--default .select2-selection--single {
  padding: 0 34px 0 12px;
}

.ws-admin-shell .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}

.ws-admin-shell .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  right: 8px;
}

.ws-admin-shell .select2-container--default .select2-selection--multiple {
  min-height: 38px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
}

.ws-admin-shell .v-select .vs__dropdown-toggle,
.ws-admin-shell .vue-select .vs__dropdown-toggle {
  min-height: 38px;
  padding: 0 8px;
  border-radius: 4px;
}

.ws-admin-shell .v-select .vs__search::-moz-placeholder, .ws-admin-shell .vue-select .vs__search::-moz-placeholder {
  font-size: 14px;
  line-height: 36px;
}

.ws-admin-shell .v-select .vs__selected,
.ws-admin-shell .v-select .vs__search,
.ws-admin-shell .v-select .vs__search::placeholder,
.ws-admin-shell .vue-select .vs__selected,
.ws-admin-shell .vue-select .vs__search,
.ws-admin-shell .vue-select .vs__search::placeholder {
  font-size: 14px;
  line-height: 36px;
}

.ws-v2 .ws-feature-section:nth-of-type(even) {
  background-color: #f7f7f7;
}

.ws-v2 .ws-feature-section:nth-of-type(odd) {
  background-color: #ffffff;
}

.ws-v2 .partner-banner-background .container {
  width: 100%;
  max-width: 2500px;
}

.ws-v2 #howItWorksCarousel {
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
}

.ws-market-page {
  width: 100%;
}

.ws-market-page design-market {
  display: block;
}

.ws-market-page .design-market-heading,
.ws-market-page .design-market-results,
.ws-market-page .design-market-filter-bar {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

@media (max-width: 767px) {
  .ws-market-page .design-market-heading,
  .ws-market-page .design-market-results,
  .ws-market-page .design-market-filter-bar {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

@media (max-width: 1023px) {
  .ws-market-page .design-market-filter-bar {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.ws-market-page .page-wrapper .sticky-top,
.ws-market-page .design-market-bar.sticky-top {
  top: 93px;
  background-color: #ffffff;
  z-index: 900;
}

.ws-market-page .ws-main-sale-banner {
  padding-left: 36px;
  padding-right: 36px;
}

@media (max-width: 767px) {
  .ws-market-page .ws-main-sale-banner {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.ws-market-page .ws-main-sale-banner__inner {
  max-width: none;
}

.ws-market-page__inner {
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
}

.ws-market-intro {
  padding: 0 36px 27px;
}

@media (max-width: 767px) {
  .ws-market-intro {
    padding: 0 18px 27px;
  }
}

.ws-market-intro__inner {
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
}

.ws-market-intro__title {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.35em;
  font-size: clamp(28px, 25.5352112676px + 0.6572769953vw, 35px);
}

.ws-market-banner {
  overflow: hidden;
  background-color: #000000;
}

.ws-market-banner__inner {
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
}

.ws-market-static {
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
}

.ws-market-static__heading {
  padding: 30px 36px 12px;
}

@media (max-width: 767px) {
  .ws-market-static__heading {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.ws-market-static__title {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.35em;
}

.ws-market-static__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13.5px;
  padding: 0 36px;
}

@media (max-width: 767px) {
  .ws-market-static__grid {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.ws-market-static__card {
  min-width: 0;
}

.ws-market-static__link,
.ws-market-static__link:active,
.ws-market-static__link:focus,
.ws-market-static__link:hover,
.ws-market-static__link:visited {
  display: block;
  color: #141414;
  text-decoration: none;
}

.ws-market-static__media {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.ws-market-static__image {
  display: block;
  width: 100%;
  aspect-ratio: 800/530;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
}

.ws-market-static__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 28px;
  padding: 0 12px;
  background-color: #ece8f0;
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

.ws-market-static__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-top: 10px;
}

.ws-market-static__copy {
  min-width: 0;
}

.ws-market-static__name {
  margin: 0 0 4px;
  color: #1d1d23;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
}

.ws-market-static__price {
  color: #101114;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.ws-market-static__avery-logo {
  width: 45%;
  min-width: 100px;
  max-width: 220px;
}

.ws-market-static__rating {
  flex-shrink: 0;
  padding-top: 2px;
  color: #f4a623;
  font-size: 16px;
  font-weight: 700;
}

.ws-market-static__rating i {
  margin-right: 4px;
  font-size: 12px;
}

@media (max-width: 991px) {
  .ws-market-static__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .ws-market-static__grid {
    grid-template-columns: 1fr;
  }
}

.ws-design-detail {
  background: #ffffff;
  padding: 36px 36px 0;
}

.ws-design-detail__inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.ws-design-detail__back-to-market {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 27px;
  color: #101114;
  font-size: 16.6px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.ws-design-detail__back-to-market i {
  color: inherit;
  font-size: 25px;
}

.ws-design-detail__back-to-market:hover,
.ws-design-detail__back-to-market:focus {
  color: #101114;
  text-decoration: none;
}

.ws-design-detail__product {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(360px, 0.75fr);
  background: #ffffff;
}

.ws-design-detail__gallery {
  min-width: 0;
  width: 100%;
  background: #ffffff;
}

.ws-design-detail__gallery > design-gallery,
.ws-design-detail__gallery > div {
  display: block;
  width: 100%;
}

.ws-design-detail__gallery #img-gallery {
  width: 100%;
  background: #ffffff !important;
}

.ws-design-detail__gallery #img-gallery .zoomHolder,
.ws-design-detail__gallery #img-gallery v-touch,
.ws-design-detail__gallery #img-gallery #pz {
  display: block;
  width: 100%;
}

.ws-design-detail__gallery #image-thumb-gallery {
  display: grid;
  width: 100% !important;
  gap: 15px;
  margin: 10px 0 0 !important;
  background: #ffffff;
  overflow: hidden;
}

.ws-design-detail__gallery #image-thumb-gallery > div {
  width: 100%;
  max-width: none;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.ws-design-detail__gallery #image-thumb-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.ws-design-detail__summary {
  padding: 45px;
}

.ws-design-detail__summary h1 {
  min-width: 0;
  margin: 0;
  font-size: 39.375px;
  overflow-wrap: anywhere;
}

.ws-design-detail__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 27px;
  margin: 13.5px 0 27px;
}

.ws-design-detail__favorite {
  flex: 0 0 auto;
  margin-left: auto;
  text-align: right;
}

.ws-design-detail__reviews {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 27px;
  margin-bottom: 27px;
}

.ws-design-detail__review-rating {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
}

.ws-design-detail__review-stars {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
  color: #ffc019;
  font-size: 15px;
}

.ws-design-detail__review-stars i {
  width: 15px;
  height: 15px;
  line-height: 15px;
}

.ws-design-detail__review-average {
  color: #ffc019;
  font-family: "Archivo", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.ws-design-detail__review-count {
  color: #b8b8bb;
  font-family: "Archivo", sans-serif;
  font-size: 27px;
  font-weight: 500;
}

.ws-design-detail__eyebrow {
  color: #e6a800;
  font-family: "Archivo", sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ws-design-detail__purchase {
  margin: 0 -13.5px 27px;
}

.ws-design-detail__purchase .cart-actions-v2 {
  display: flex;
  width: 100%;
  margin-top: 36px;
  padding: 0 13.5px;
  gap: 8px;
}

.ws-design-detail__purchase .cart-actions-v2__button {
  flex: 1 1 50%;
  min-width: 0;
  min-height: 64px;
  padding: 18px;
  border: 0;
  border-radius: 0;
  color: #111111;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.ws-design-detail__purchase .cart-actions-v2__button--buy {
  background: #ffc019;
}

.ws-design-detail__purchase .cart-actions-v2__button--print {
  background: #e8e7eb;
}

.ws-design-detail__purchase .cart-actions-v2__button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.ws-design-detail__purchase .cart-benefits-v2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 27px;
  margin: 27px 13.5px 0;
  padding: 0;
  color: #88888a;
  font-size: 14px;
  list-style: none;
}

.ws-design-detail__purchase .cart-benefits-v2 li {
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
}

.ws-design-detail__purchase .cart-benefits-v2 li::before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #0ab14d;
  border-bottom: 2px solid #0ab14d;
  content: "";
  transform: rotate(45deg);
}

.ws-design-detail__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 13.5px;
  margin: 54px 13.5px 54px;
  color: #111111;
  font-family: "Archivo", sans-serif;
  font-size: 39.375px;
  font-weight: 700;
  line-height: 1;
}

.ws-design-detail__price-original {
  color: #777;
  font-size: 0.65em;
  font-weight: 500;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.ws-design-detail__price-discounted {
  color: #ff1e56;
}

.ws-design-detail__buying-info {
  margin: 0 13.5px;
}

.ws-design-detail__buying-info h2 {
  margin: 0 0 9px;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.ws-design-detail__buying-info p {
  margin: 0 0 27px;
  color: #8e8e91;
  font-size: 18px;
  line-height: 1.45;
}

.ws-design-detail__buying-info a {
  color: #3478f6;
  text-decoration: underline;
}

.ws-design-detail__facts {
  margin: 0;
}

.ws-design-detail__facts > div {
  padding: 18px 0;
  border-top: 1px solid #eeeeee;
}

.ws-design-detail__facts dt {
  margin-bottom: 4.5px;
  color: #666666;
  font-family: "Archivo", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ws-design-detail__facts dd {
  margin: 0;
  line-height: 1.5;
}

.ws-design-detail__facts a {
  color: #111111;
}

.ws-design-detail__badge {
  display: inline-flex;
  margin-left: 9px;
  padding: 3px 9px;
  border-radius: 999px;
  background: #eeeeee;
  font-size: 13.5px;
}

.ws-design-detail__content-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 54px;
  margin-top: 36px;
  padding: 45px;
  background: #ffffff;
}

.ws-design-detail__content-grid h2 {
  margin: 0 0 27px;
  font-size: 36px;
}

.ws-design-detail__content-grid h3 {
  margin: 27px 0 9px;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.ws-design-detail__content-grid p {
  color: #454545;
}

.ws-design-detail__tags {
  padding-left: 36px;
  border-left: 1px solid #eeeeee;
}

.ws-design-detail__metrics {
  display: flex;
  gap: 27px;
  margin-top: 36px;
  padding-top: 27px;
  border-top: 1px solid #eeeeee;
  color: #666666;
}

.ws-design-detail__metrics i {
  margin-right: 4.5px;
}

.ws-design-detail__recommendations,
.ws-design-detail__comments {
  margin-top: 36px;
  padding: 45px;
  background: #ffffff;
}

.ws-design-detail__section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 27px;
}

.ws-design-detail__section-head h2 {
  margin: 0;
  font-size: 36px;
}

.ws-design-detail__section-head h2 span {
  color: #e6a800;
}

.ws-design-detail__section-head a {
  color: #111111;
  font-family: "Archivo", sans-serif;
  font-size: 15.75px;
  font-weight: 700;
  text-transform: uppercase;
}

.ws-design-detail__comments h2 {
  font-size: 36px;
}

.ws-design-detail__comments h2 span {
  color: #666666;
}

.ws-design-detail__comments > design-comments,
.ws-design-detail__comments > div {
  display: block;
  max-width: 850px;
}

.ws-design-detail__overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
}

.ws-design-detail__overlay > button {
  position: absolute;
  top: 27px;
  right: 27px;
  z-index: 1;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
}

.ws-design-detail__overlay-content {
  width: 100%;
}

@media (max-width: 1199px) {
  .ws-design-detail__product {
    grid-template-columns: minmax(0, 1.5fr) minmax(340px, 1fr);
  }

  .ws-design-detail__summary {
    padding: 36px;
  }
}

@media (max-width: 991px) {
  .ws-design-detail {
    padding: 18px 18px 0;
  }

  .ws-design-detail__product,
  .ws-design-detail__content-grid {
    grid-template-columns: 1fr;
  }

  .ws-design-detail__tags {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #eeeeee;
    padding-top: 36px;
  }
}

@media (max-width: 767px) {
  .ws-design-detail {
    padding: 13.5px 13.5px 0;
  }

  .ws-design-detail__summary,
  .ws-design-detail__content-grid,
  .ws-design-detail__recommendations,
  .ws-design-detail__comments {
    padding: 27px;
  }

  .ws-design-detail__title-row {
    gap: 18px;
  }

  .ws-design-detail__reviews {
    gap: 18px;
  }

  .ws-design-detail__review-stars {
    gap: 4.5px;
    font-size: 15px;
  }

  .ws-design-detail__review-count {
    font-size: 20.25px;
  }

  .ws-design-detail__section-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

.ws-design-unavailable {
  display: grid;
  min-height: 55vh;
  padding: 72px 18px;
  place-items: center;
  background: #f7f7f7;
}

.ws-design-unavailable__card {
  width: min(100%, 620px);
  padding: 72px 36px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.ws-design-unavailable__card h1 {
  margin: 27px 0 13.5px;
  font-size: clamp(36px, 5vw, 63px);
}

.ws-design-unavailable__card p {
  margin-bottom: 36px;
  color: #666666;
}

.ws-design-unavailable__icon {
  display: inline-grid;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  place-items: center;
  background: #ffc019;
  color: #000000;
  font-size: 31.5px;
}

.cart .ws-v2__main {
  background: #fff;
}

.checkout-page {
  min-height: 100vh;
  background: #fff;
}

.checkout-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 24px 48px;
  border-bottom: 1px solid #dedede;
  background: #f7f8fa;
}

.ws-v2 .checkout-header__back {
  position: absolute;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.ws-v2 .checkout-header__back:hover,
.ws-v2 .checkout-header__back:focus,
.ws-v2 .checkout-header__back:active,
.ws-v2 .checkout-header__back:visited {
  color: #000;
  text-decoration: none;
}

.checkout-header__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.checkout-header__logo img {
  display: block;
  width: 154px;
  height: auto;
}

.checkout-page__content {
  width: min(100%, 1110px);
  margin: 0 auto;
  padding: 0 24px;
}

.checkout-empty-discovery {
  display: none;
  padding: 8px 0 72px;
}

.checkout-page__content--empty-cart .checkout-empty-discovery {
  display: block;
}

.checkout-empty-discovery__actions {
  display: flex;
  justify-content: center;
  margin: 0 0 28px;
}

.checkout-empty-discovery__actions .ws-btn {
  min-width: 220px;
  letter-spacing: -0.03em;
}

.checkout-empty-discovery__bestsellers {
  padding-top: 0;
}

@media (max-width: 575px) {
  .checkout-header {
    min-height: 92px;
    padding: 20px 18px 18px;
    align-items: flex-end;
  }

  .ws-v2 .checkout-header__back {
    left: 18px;
    top: 20px;
    transform: none;
    font-size: 12px;
  }

  .checkout-header__logo img {
    width: 132px;
  }

  .checkout-page__content {
    padding: 0 18px;
  }

  .checkout-empty-discovery {
    padding-bottom: 56px;
  }

  .checkout-empty-discovery__actions .ws-btn {
    width: 100%;
    min-width: 0;
  }
}

.ws-login {
  width: 100%;
  padding: 46px 38px 52px;
  background: #ffffff;
}

.ws-login__layout {
  display: grid;
  grid-template-columns: minmax(250px, 360px) minmax(0, 657px);
  -moz-column-gap: 38px;
       column-gap: 38px;
  align-items: start;
  max-width: 1055px;
}

.ws-login__title {
  margin: 0;
  color: #17171d;
  font-family: "Archivo", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.ws-login__form-column {
  min-width: 0;
}

.ws-login__form {
  width: 100%;
}

.ws-login__field {
  margin-bottom: 14px;
}

.ws-login__field .form-control {
  width: 100%;
  height: 67px;
  min-height: 67px;
  padding: 0 15px;
  border: 1px solid #dedede;
  border-radius: 5px;
  background: #fff;
  color: #4b4d52;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: normal;
  box-shadow: none;
}

.ws-login__field .form-control:focus {
  border-color: #b9b9b9;
  box-shadow: none;
  outline: none;
}

.ws-login__errors {
  margin: 0 0 12px;
}

.ws-login__options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 3px;
  color: #606066;
  font-size: 14px;
  line-height: 1.2;
}

.ws-login__remember {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  cursor: pointer;
}

.ws-login__remember input {
  width: 13px;
  height: 13px;
  margin: 0;
}

.ws-login__forgot,
.ws-login__forgot:link,
.ws-login__forgot:visited {
  color: #606066;
  text-decoration: underline;
}

.ws-login__forgot:hover,
.ws-login__forgot:focus {
  color: #17171d;
}

.ws-login__actions {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 18px;
}

.ws-login__actions .btn.ws-login__submit,
.ws-login__actions .btn.ws-login__register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 51px;
  height: 51px !important;
  padding: 0 22px !important;
  border-radius: 26px !important;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.ws-login.ws-register .ws-register__form {
  width: 100%;
}

.ws-login.ws-register .ws-register__form-inner {
  width: 100%;
}

.ws-login.ws-register .form-group {
  margin-bottom: 14px;
}

.ws-login.ws-register label {
  color: #606066;
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.ws-login.ws-register .form-control {
  width: 100%;
  min-height: 51px;
  padding: 0 15px;
  border: 1px solid #dedede;
  border-radius: 5px;
  background: #fff;
  color: #4b4d52;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: normal;
  box-shadow: none;
}

.ws-login.ws-register textarea.form-control {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ws-login.ws-register .form-control:focus {
  border-color: #b9b9b9;
  box-shadow: none;
  outline: none;
}

.ws-login.ws-register .custom-control-label {
  font-weight: 400;
}

.ws-login.ws-register .btn.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  height: 51px !important;
  padding: 0 22px !important;
  border-radius: 26px !important;
  background: #f9ba32;
  border-color: #f9ba32;
  color: #111;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.ws-login__submit {
  min-width: 107px !important;
  background: #f9ba32;
  border-color: #f9ba32;
  color: #111;
}

.ws-login__register,
.ws-login__register:link,
.ws-login__register:visited {
  min-width: 130px !important;
  background: #ece8f0;
  border-color: #ece8f0;
  color: #17171d;
}

.ws-login__register:hover,
.ws-login__register:focus {
  background: #dcd7e4;
  border-color: #dcd7e4;
  color: #17171d;
}

@media (max-width: 767px) {
  .ws-login {
    padding: 36px 18px 44px;
  }

  .ws-login__layout {
    grid-template-columns: 1fr;
    row-gap: 28px;
    max-width: 657px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .ws-login__options {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

.ws-dashboard {
  flex: 1 0 auto;
  padding: 48px 24px 72px;
  background: radial-gradient(circle at 92% 0, rgba(255, 192, 25, 0.18), transparent 25%), #f3f3f1;
}

.ws-dashboard__container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

.ws-dashboard__header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  margin-bottom: 32px;
}

.ws-dashboard__header h1 {
  margin: 5px 0 7px;
  font-size: clamp(36px, 4vw, 58px);
  letter-spacing: -0.035em;
}

.ws-dashboard__header p {
  margin: 0;
  color: #676767;
}

.ws-dashboard__eyebrow,
.ws-dashboard__panel-kicker {
  color: #817b6c;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ws-dashboard__updated {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid #deded9;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #575757;
  font-size: 13px;
  white-space: nowrap;
}

.ws-dashboard__live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #32ad67;
  box-shadow: 0 0 0 4px rgba(50, 173, 103, 0.13);
}

.ws-dashboard__channels {
  display: inline-flex;
  gap: 6px;
  margin: -12px 0 22px;
  padding: 5px;
  border: 1px solid #deded9;
  border-radius: 14px;
  background: #fff;
}

.ws-dashboard__channels a {
  padding: 9px 18px;
  border-radius: 10px;
  color: #555 !important;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  text-decoration: none !important;
}

.ws-dashboard__channels a.is-active {
  background: #111;
  color: #fff !important;
}

.ws-dashboard__filters {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  margin-bottom: 16px;
  padding: 18px 20px;
  border: 1px solid #dfdfda;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.035);
}

.ws-dashboard__quick-periods {
  display: flex;
  gap: 7px;
  align-items: center;
  align-self: center;
  flex-wrap: wrap;
}

.ws-dashboard__quick-periods a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid #deded9;
  border-radius: 999px;
  color: #111 !important;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
}

.ws-dashboard__quick-periods a:hover {
  border-color: #ffc019;
  background: #fff7df;
}

.ws-dashboard__filter-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(135px, 1fr)) auto;
  gap: 10px;
  align-items: end;
}

.ws-dashboard__filter-form label {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}

.ws-dashboard__filter-form label > span {
  color: #777;
  font-family: "Archivo", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ws-dashboard__filter-form input,
.ws-dashboard__filter-form select {
  width: 100%;
  height: 40px;
  padding: 7px 10px;
  border: 1px solid #d8d8d3;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: normal;
}

.ws-dashboard__filter-form button {
  min-width: 82px;
  height: 40px;
  padding: 7px 16px;
  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.ws-dashboard__filter-caption {
  display: flex;
  align-self: center;
  flex-direction: column;
  gap: 3px;
  text-align: right;
  white-space: nowrap;
}

.ws-dashboard__filter-caption strong {
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.ws-dashboard__filter-caption span {
  color: #888;
  font-size: 11px;
}

.ws-dashboard__periods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.ws-dashboard__period-card {
  position: relative;
  min-height: 250px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid #dfdfda;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.045);
}

.ws-dashboard__period-card::after {
  position: absolute;
  right: -35px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border: 28px solid rgba(0, 0, 0, 0.035);
  border-radius: 50%;
  content: "";
}

.ws-dashboard__period-card--today {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ws-dashboard__period-card--today::after {
  border-color: rgba(255, 192, 25, 0.17);
}

.ws-dashboard__period-card--today .ws-dashboard__period-hint,
.ws-dashboard__period-card--today dt {
  color: #aaa;
}

.ws-dashboard__period-card--today dl {
  border-color: #333;
}

.ws-dashboard__period-card--today .ws-dashboard__change {
  background: #ffc019;
  color: #111;
}

.ws-dashboard__period-card--month {
  border-color: #edb000;
  background: #ffc019;
  color: #111;
}

.ws-dashboard__period-card--month .ws-dashboard__period-hint,
.ws-dashboard__period-card--month dt {
  color: #665016;
}

.ws-dashboard__period-card--month dl {
  border-color: rgba(0, 0, 0, 0.2);
}

.ws-dashboard__period-card--month .ws-dashboard__change {
  background: #111;
  color: #fff;
}

.ws-dashboard__period-card > strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 17px;
  font-family: "Archivo", sans-serif;
  font-size: clamp(39px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.ws-dashboard__period-card dl {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid #e8e8e4;
}

.ws-dashboard__period-card dl div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ws-dashboard__period-card dt {
  color: #858585;
  font-size: 12px;
  font-weight: normal;
}

.ws-dashboard__period-card dd {
  margin: 0;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.ws-dashboard__period-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}

.ws-dashboard__period-hint {
  display: block;
  margin-top: 7px;
  color: #888;
  font-size: 12px;
}

.ws-dashboard__change {
  padding: 6px 9px;
  border-radius: 999px;
  background: #e8f7ed;
  color: #188148;
  font-size: 12px;
}

.ws-dashboard__change--down {
  background: #fee9e4 !important;
  color: #bf3f27 !important;
}

.ws-dashboard__funnel {
  margin-bottom: 16px;
}

.ws-dashboard__funnel-summary {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.ws-dashboard__funnel-summary strong {
  font-family: "Archivo", sans-serif;
  font-size: 30px;
  line-height: 1;
}

.ws-dashboard__funnel-summary span {
  margin-top: 4px;
  color: #888;
  font-size: 11px;
}

.ws-dashboard__funnel-note {
  margin: 16px 0 24px;
  padding: 10px 13px;
  border-radius: 8px;
  background: #f7f7f4;
  color: #747474;
  font-size: 12px;
}

.ws-dashboard__funnel-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(120px, 1fr));
  gap: 8px;
  align-items: start;
}

.ws-dashboard__funnel-stage {
  position: relative;
  min-width: 0;
}

.ws-dashboard__funnel-stage:not(:last-child)::after {
  position: absolute;
  top: 37px;
  right: -7px;
  z-index: 2;
  color: #aaa;
  content: "\2192";
  font-size: 12px;
}

.ws-dashboard__funnel-stage--unavailable {
  opacity: 0.5;
}

.ws-dashboard__funnel-bar-wrap {
  display: flex;
  height: 88px;
  align-items: stretch;
  justify-content: center;
}

.ws-dashboard__funnel-bar {
  display: flex;
  min-width: 48%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  border-radius: 10px;
  background: #111;
  color: #fff;
  text-align: center;
}

.ws-dashboard__funnel-bar span {
  color: #c7c7c7;
  font-size: 11px;
  line-height: 1.15;
}

.ws-dashboard__funnel-bar strong {
  margin-top: 5px;
  font-family: "Archivo", sans-serif;
  font-size: 25px;
  line-height: 1;
}

.ws-dashboard__funnel-stage:nth-child(2) .ws-dashboard__funnel-bar {
  background: #343434;
}

.ws-dashboard__funnel-stage:nth-child(3) .ws-dashboard__funnel-bar {
  background: #666;
}

.ws-dashboard__funnel-stage:nth-child(4) .ws-dashboard__funnel-bar {
  background: #a47b0c;
}

.ws-dashboard__funnel-stage:nth-child(5) .ws-dashboard__funnel-bar {
  background: #d69c00;
  color: #111;
}

.ws-dashboard__funnel-stage:nth-child(6) .ws-dashboard__funnel-bar {
  background: #ffc019;
  color: #111;
}

.ws-dashboard__funnel-stage:nth-child(n+5) .ws-dashboard__funnel-bar span {
  color: rgba(0, 0, 0, 0.63);
}

.ws-dashboard__funnel-meta {
  display: flex;
  min-height: 48px;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 9px;
  color: #777;
  font-size: 10px;
  text-align: center;
}

.ws-dashboard__funnel-meta i {
  padding: 3px 6px;
  border-radius: 999px;
  background: #e8f7ed;
  color: #188148;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ws-dashboard__funnel-meta i.is-down {
  background: #fee9e4;
  color: #bf3f27;
}

.ws-dashboard__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(320px, 0.8fr);
  gap: 16px;
  margin-bottom: 16px;
}

.ws-dashboard__side-stack {
  display: grid;
  gap: 16px;
}

.ws-dashboard__panel {
  padding: 28px;
  border: 1px solid #dfdfda;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.035);
}

.ws-dashboard__panel-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.ws-dashboard__panel-header h2 {
  margin: 5px 0 0;
  font-size: 27px;
  letter-spacing: -0.02em;
}

.ws-dashboard__panel-header a {
  color: #111 !important;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

.ws-dashboard__legend {
  display: flex;
  gap: 16px;
  color: #666;
  font-size: 12px;
}

.ws-dashboard__legend span {
  display: flex;
  gap: 6px;
  align-items: center;
}

.ws-dashboard__legend-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffc019;
}

.ws-dashboard__legend-dot--comparison {
  background: #aaa;
}

.ws-dashboard__legend-dot--orders {
  background: #111;
}

.ws-dashboard__chart-summary {
  display: flex;
  gap: clamp(22px, 5vw, 70px);
  margin: 32px 0 20px;
  flex-wrap: wrap;
}

.ws-dashboard__chart-summary div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ws-dashboard__chart-summary strong {
  font-family: "Archivo", sans-serif;
  font-size: 24px;
}

.ws-dashboard__chart-summary span {
  color: #888;
  font-size: 12px;
}

.ws-dashboard__chart-summary span i {
  display: inline-flex;
  margin-left: 4px;
  padding: 2px 5px;
  border-radius: 999px;
  background: #e8f7ed;
  color: #188148;
  font-family: "Archivo", sans-serif;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.ws-dashboard__chart-summary span i.is-down {
  background: #fee9e4;
  color: #bf3f27;
}

.ws-dashboard__line-chart {
  position: relative;
  height: 300px;
  padding-left: 52px;
}

.ws-dashboard__line-chart svg {
  width: 100%;
  height: 260px;
  overflow: visible;
}

.ws-dashboard__line-chart svg line {
  stroke: #e4e4df;
  stroke-width: 0.45;
  stroke-dasharray: 2 2;
  vector-effect: non-scaling-stroke;
}

.ws-dashboard__axis {
  position: absolute;
  top: 29px;
  bottom: 38px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #999;
  font-size: 11px;
}

.ws-dashboard__chart-line {
  fill: none;
  stroke-width: 2.5;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ws-dashboard__chart-line--revenue {
  stroke: #ffc019;
}

.ws-dashboard__chart-line--comparison {
  stroke: #aaa;
  stroke-width: 1.6;
  stroke-dasharray: 5 4;
}

.ws-dashboard__chart-line--orders {
  stroke: #111;
  stroke-width: 1.5;
  stroke-dasharray: 3 4;
}

.ws-dashboard__chart-labels {
  display: flex;
  justify-content: space-between;
  color: #999;
  font-size: 11px;
}

.ws-dashboard__health-score {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-top: 23px;
}

.ws-dashboard__ring {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  flex: 0 0 112px;
  border-radius: 50%;
  background: radial-gradient(circle at center, #fff 57%, transparent 58%), conic-gradient(#ffc019 calc(var(--score) * 1%), #ecece8 0);
  text-align: center;
}

.ws-dashboard__ring strong {
  display: block;
  font-family: "Archivo", sans-serif;
  font-size: 24px;
  line-height: 1;
}

.ws-dashboard__ring span {
  display: block;
  margin-top: 5px;
  color: #888;
  font-size: 11px;
  line-height: 1;
}

.ws-dashboard__health-list {
  width: 100%;
}

.ws-dashboard__health-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #eee;
  color: #666;
  font-size: 13px;
}

.ws-dashboard__health-list div:last-child {
  border: 0;
}

.ws-dashboard__health-list strong {
  color: #111;
  font-family: "Archivo", sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.ws-dashboard__attention {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
  padding: 13px;
  border-radius: 10px;
  background: #fff3df;
  color: #111 !important;
  text-decoration: none !important;
}

.ws-dashboard__attention > span:nth-child(2) {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.ws-dashboard__attention strong {
  font-size: 13px;
}

.ws-dashboard__attention small {
  color: #8b6d36;
  font-size: 11px;
}

.ws-dashboard__attention-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffc019;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}

.ws-dashboard__all-clear {
  margin-top: 20px;
  padding: 13px;
  border-radius: 10px;
  background: #e9f7ee;
  color: #247647;
  font-size: 13px;
}

.ws-dashboard__mix {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-top: 22px;
}

.ws-dashboard__donut {
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  flex: 0 0 116px;
  border-radius: 50%;
}

.ws-dashboard__donut span {
  display: flex;
  width: 72px;
  height: 72px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #888;
  font-size: 10px;
}

.ws-dashboard__donut strong {
  color: #111;
  font-family: "Archivo", sans-serif;
  font-size: 23px;
  line-height: 1;
}

.ws-dashboard__mix-list {
  width: 100%;
}

.ws-dashboard__mix-list div {
  display: grid;
  grid-template-columns: 9px 1fr auto;
  gap: 8px;
  align-items: center;
  margin: 9px 0;
  font-size: 12px;
}

.ws-dashboard__mix-list i {
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

.ws-dashboard__mix-list strong {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}

.ws-dashboard__design-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.ws-dashboard__design-panel {
  min-width: 0;
}

.ws-dashboard__panel-note {
  padding: 6px 9px;
  border-radius: 999px;
  background: #f1f1ee;
  color: #777;
  font-size: 10px;
  white-space: nowrap;
}

.ws-dashboard__design-list {
  margin: 22px -28px -12px;
}

.ws-dashboard__design-row {
  display: grid;
  grid-template-columns: 26px 54px minmax(120px, 1fr) auto auto 20px;
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 10px 20px;
  border-top: 1px solid #ecece8;
  color: #111 !important;
  text-decoration: none !important;
}

.ws-dashboard__design-row:hover {
  background: #faf9f5;
}

.ws-dashboard__design-panel:nth-child(2) .ws-dashboard__design-row {
  grid-template-columns: 54px minmax(120px, 1fr) auto auto 20px;
}

.ws-dashboard__design-rank {
  color: #aaa;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  text-align: center;
}

.ws-dashboard__design-thumb {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #ecece8;
  color: #999;
  font-family: "Archivo", sans-serif;
  font-size: 20px;
}

.ws-dashboard__design-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ws-dashboard__design-copy {
  min-width: 0;
}

.ws-dashboard__design-copy strong,
.ws-dashboard__design-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ws-dashboard__design-copy strong {
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.ws-dashboard__design-copy small {
  margin-top: 4px;
  color: #999;
  font-size: 10px;
}

.ws-dashboard__design-metric {
  min-width: 58px;
  text-align: right;
}

.ws-dashboard__design-metric strong {
  display: block;
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.ws-dashboard__design-metric small {
  display: block;
  margin-top: 3px;
  color: #999;
  font-size: 9px;
  white-space: nowrap;
}

.ws-dashboard__design-arrow {
  color: #aaa;
}

.ws-dashboard__searches {
  margin-bottom: 16px;
}

.ws-dashboard__search-summary {
  display: flex;
  gap: 24px;
  align-items: center;
}

.ws-dashboard__search-summary div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.ws-dashboard__search-summary strong {
  font-family: "Archivo", sans-serif;
  font-size: 23px;
  line-height: 1;
}

.ws-dashboard__search-summary span {
  margin-top: 3px;
  color: #999;
  font-size: 9px;
}

.ws-dashboard__search-summary i {
  padding: 5px 8px;
  border-radius: 999px;
  background: #e8f7ed;
  color: #188148;
  font-family: "Archivo", sans-serif;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}

.ws-dashboard__search-summary i.is-worse {
  background: #fee9e4;
  color: #bf3f27;
}

.ws-dashboard__search-description {
  max-width: 760px;
  margin: 14px 0 22px;
  color: #777;
  font-size: 13px !important;
}

.ws-dashboard__search-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ws-dashboard__search-row {
  display: grid;
  grid-template-columns: 34px minmax(100px, 1fr) auto auto 18px;
  gap: 11px;
  align-items: center;
  min-height: 60px;
  padding: 10px 13px;
  border: 1px solid #e5e5e0;
  border-radius: 10px;
  color: #111 !important;
  text-decoration: none !important;
}

.ws-dashboard__search-row:hover {
  border-color: #ffc019;
  background: #fffaf0;
}

.ws-dashboard__search-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #f0f0ed;
  font-size: 19px;
}

.ws-dashboard__search-query {
  overflow: hidden;
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ws-dashboard__search-count {
  text-align: right;
}

.ws-dashboard__search-count strong {
  display: block;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.ws-dashboard__search-count small {
  display: block;
  color: #999;
  font-size: 9px;
}

.ws-dashboard__search-last {
  color: #999;
  font-size: 10px;
  white-space: nowrap;
}

.ws-dashboard__recent {
  padding-bottom: 10px;
}

.ws-dashboard__all-orders {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 15px;
  border-radius: 999px;
  background: #ffc019;
}

.ws-dashboard__table-wrap {
  margin: 22px -28px 0;
  overflow-x: auto;
}

.ws-dashboard table {
  width: 100%;
  border-collapse: collapse;
}

.ws-dashboard th {
  padding: 11px 20px;
  background: #f7f7f4;
  color: #888;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ws-dashboard td {
  padding: 15px 20px;
  border-bottom: 1px solid #ecece8;
  color: #555;
  font-size: 13px;
  white-space: nowrap;
}

.ws-dashboard td a {
  color: #111 !important;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  text-decoration: none !important;
}

.ws-dashboard td small {
  display: block;
  margin-top: 2px;
  color: #999;
}

.ws-dashboard td a.ws-dashboard__order-detail {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid #d8d8d3;
  border-radius: 999px;
  font-size: 12px;
}

.ws-dashboard td a.ws-dashboard__order-detail:hover {
  border-color: #ffc019;
  background: #ffc019;
}

.ws-dashboard__status {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  background: #f0f0ed;
  color: #666;
  font-size: 11px;
  text-transform: capitalize;
}

.ws-dashboard__status--paid {
  background: #e5f6eb;
  color: #247647;
}

.ws-dashboard__empty {
  padding: 32px !important;
  color: #999;
  text-align: center;
}

@media (max-width: 1050px) {
  .ws-dashboard__filters {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ws-dashboard__filter-caption {
    align-self: start;
    text-align: left;
  }

  .ws-dashboard__grid {
    grid-template-columns: 1fr;
  }

  .ws-dashboard__side-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ws-dashboard__design-grid {
    grid-template-columns: 1fr;
  }

  .ws-dashboard__search-list {
    grid-template-columns: 1fr;
  }

  .ws-dashboard__funnel-grid {
    grid-template-columns: repeat(3, minmax(140px, 1fr));
    row-gap: 22px;
  }

  .ws-dashboard__funnel-stage:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .ws-dashboard {
    padding: 30px 14px 50px;
  }

  .ws-dashboard__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .ws-dashboard__filter-form {
    grid-template-columns: 1fr 1fr;
  }

  .ws-dashboard__filter-form label:nth-child(3) {
    grid-column: 1/-1;
  }

  .ws-dashboard__filter-form button {
    grid-column: 1/-1;
  }

  .ws-dashboard__filter-caption {
    white-space: normal;
  }

  .ws-dashboard__periods,
  .ws-dashboard__side-stack {
    grid-template-columns: 1fr;
  }

  .ws-dashboard__funnel-grid {
    grid-template-columns: 1fr;
  }

  .ws-dashboard__funnel-stage:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -17px;
    transform: translateX(50%) rotate(90deg);
  }

  .ws-dashboard__funnel-bar-wrap {
    height: 78px;
  }

  .ws-dashboard__period-card {
    min-height: auto;
  }

  .ws-dashboard__panel {
    padding: 21px;
  }

  .ws-dashboard__search-summary {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .ws-dashboard__search-summary div {
    align-items: flex-start;
  }

  .ws-dashboard__search-row {
    grid-template-columns: 34px minmax(100px, 1fr) auto 18px;
  }

  .ws-dashboard__search-last {
    display: none;
  }

  .ws-dashboard__design-list {
    margin-right: -21px;
    margin-left: -21px;
  }

  .ws-dashboard__design-row,
  .ws-dashboard__design-panel:nth-child(2) .ws-dashboard__design-row {
    grid-template-columns: 46px minmax(120px, 1fr) auto 18px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .ws-dashboard__design-rank {
    display: none;
  }

  .ws-dashboard__design-thumb {
    width: 46px;
    height: 46px;
  }

  .ws-dashboard__design-metric:first-of-type {
    display: none;
  }

  .ws-dashboard__table-wrap {
    margin-right: -21px;
    margin-left: -21px;
  }

  .ws-dashboard__panel-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .ws-dashboard__legend {
    width: 100%;
  }

  .ws-dashboard__chart-summary {
    justify-content: space-between;
    gap: 10px;
  }

  .ws-dashboard__chart-summary strong {
    font-size: 19px;
  }

  .ws-dashboard__line-chart {
    height: 245px;
    padding-left: 42px;
  }

  .ws-dashboard__line-chart svg {
    height: 205px;
  }

  .ws-dashboard__mix,
  .ws-dashboard__health-score {
    justify-content: center;
  }
}

