/* K. Hutton Collections chrome */
:root {
  --khutton-purple: #3d0866;
  --khutton-purple-deep: #140820;
  --khutton-purple-rich: #2a0844;
  --khutton-magenta: #c2187a;
  --khutton-magenta-bright: #e91e8c;
  --khutton-ink: #1a1024;
  --khutton-cream: #faf7fb;
  --khutton-muted: #6b5a78;
}

@keyframes khutton-preloader-fallback {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

.khutton-site #page-preloader,
.khutton-site.preloaderjs #page-preloader {
  background: var(--khutton-purple) !important;
  animation: khutton-preloader-fallback 0.01s 3.5s forwards;
}

.khutton-site #page-preloader .spinner {
  border-top-color: var(--khutton-magenta-bright);
}

.khutton-site #page-preloader .spinner::before {
  border-top-color: #f6e8f3;
}

.khutton-site #page-preloader .spinner::after {
  border-top-color: var(--khutton-ink);
}

.khutton-site .page-header__inner {
  position: relative;
  align-items: center;
  border-bottom: none;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 7.8125vw;
  padding-right: 7.8125vw;
  min-height: 0;
}

/* Decorative header rule only on homepage; removed on product/about/inner heroes */
.khutton-site.page-home .page-header__inner::after {
  content: "";
  position: absolute;
  left: 7.8125vw;
  right: 7.8125vw;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.34);
  pointer-events: none;
}

.khutton-site.page-home .page-header--static .page-header__inner::after {
  background: rgba(61, 8, 102, 0.14);
}

.khutton-site:not(.page-home) .page-header__inner::after {
  display: none;
}

.khutton-site .page-header {
  border-bottom: none;
  z-index: 6;
}

.khutton-site .page-header::after {
  display: none;
}

.khutton-site .page-header__logo {
  position: relative;
  z-index: 2;
}

.khutton-site .page-header__menu {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.khutton-site .page-header__btn {
  position: relative;
  z-index: 2;
  margin-left: auto;
  display: flex !important;
  align-items: center;
  opacity: 1 !important;
  visibility: visible !important;
}

.khutton-site .page-nav .uk-navbar-nav {
  align-items: center;
}

.khutton-site .menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 22px;
}

.khutton-site .menu-btn img {
  display: block;
  width: 34px;
  height: auto;
}

.khutton-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
  width: clamp(96px, 9vw, 128px);
  height: clamp(96px, 9vw, 128px);
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}

.khutton-brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
}

.khutton-site .page-header:not(.page-header--static) .khutton-brand-mark {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.22);
}

.khutton-site .page-header--static .khutton-brand-mark,
.khutton-site .page-footer__logo .khutton-brand-mark,
.khutton-site .uk-offcanvas-bar .khutton-brand-mark {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 12px rgba(61, 8, 102, 0.1);
}

.khutton-brand-mark--footer {
  width: clamp(104px, 10vw, 136px);
  height: clamp(104px, 10vw, 136px);
  padding: 14px;
}

.khutton-brand-mark--footer img {
  width: 100%;
  height: 100%;
  filter: none;
}

.khutton-brand-mark--drawer {
  width: clamp(96px, 26vw, 120px);
  height: clamp(96px, 26vw, 120px);
  padding: 12px;
}

.khutton-brand-mark--drawer img {
  width: 100%;
  height: 100%;
  filter: none;
}

.khutton-site .page-footer__logo .khutton-brand-mark--footer {
  display: inline-block;
  margin-bottom: 8px;
}

.khutton-site .page-header:not(.page-header--static) .page-nav .uk-navbar-nav > li > a {
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  opacity: 1;
}

.khutton-site .page-header:not(.page-header--static) .page-nav .uk-navbar-nav > li > a:hover,
.khutton-site .page-header:not(.page-header--static) .page-nav .uk-navbar-nav > li.uk-active > a {
  color: rgba(255, 255, 255, 0.86);
  opacity: 1;
}

.khutton-site .page-header:not(.page-header--static) .menu-btn img {
  filter: brightness(0) invert(1) drop-shadow(0 1px 4px rgba(0, 0, 0, 0.4));
}

.khutton-site .page-header--static {
  background-color: var(--khutton-cream);
}

.khutton-site .page-header--static .page-nav .uk-navbar-nav > li > a {
  color: var(--khutton-ink);
  text-shadow: none;
  opacity: 1;
}

.khutton-site .page-header--static .page-nav .uk-navbar-nav > li > a:hover,
.khutton-site .page-header--static .page-nav .uk-navbar-nav > li.uk-active > a {
  color: var(--khutton-magenta);
  opacity: 1;
}

.khutton-site.page-home .page-header__inner {
  padding-top: 12px;
  padding-bottom: 10px;
}

.khutton-site.page-home .page-header__logo {
  transform: translate(-18px, 0);
}

.khutton-site.page-home .page-header__menu {
  transform: translate(-50%, -50%);
}

.khutton-site.page-home .page-header__btn {
  transform: none;
}

@media (max-width: 767px) {
  .khutton-site .page-header__inner {
    padding: 6px 15px !important;
  }

  .khutton-site.page-home .page-header__inner::after {
    left: 15px;
    right: 15px;
  }

  .khutton-site.page-home .page-header__logo {
    transform: translate(-10px, 0);
  }

  .khutton-site.page-home .page-header__btn {
    transform: none;
  }

  .khutton-brand-mark {
    width: clamp(80px, 22vw, 96px);
    height: clamp(80px, 22vw, 96px);
    padding: 10px;
  }
}

.khutton-site [id] {
  scroll-margin-top: 120px;
}

.khutton-site .uk-button-danger {
  background: linear-gradient(135deg, var(--khutton-purple), var(--khutton-magenta));
  border: none;
}

.khutton-site .uk-button-danger:hover,
.khutton-site .uk-button-danger:focus {
  background: linear-gradient(135deg, #4a0b77, #a91368);
}

.khutton-site .uk-button-default:hover,
.khutton-site .uk-button-default:focus,
.khutton-site .uk-button-default:active {
  border-color: var(--khutton-magenta);
  background-color: var(--khutton-magenta);
}

.khutton-site .uk-button-link {
  border-bottom-color: var(--khutton-magenta);
}

.khutton-site .uk-button-link:hover,
.khutton-site .uk-button-link:focus,
.khutton-site .uk-button-link:active {
  color: var(--khutton-magenta);
}

.khutton-site .product-card__badge.new {
  background-color: var(--khutton-magenta);
}

.khutton-site .product-card__btns > ul > li > a:hover,
.khutton-site .product-card__btns > ul > li > a:focus,
.khutton-site .product-card__btns > ul > li > a:active {
  color: var(--khutton-magenta);
}

.khutton-site .section-title span {
  color: var(--khutton-magenta);
}

.khutton-site .uk-background-muted {
  background: var(--khutton-cream);
}

.khutton-site .khutton-maker-band {
  padding: clamp(40px, 5vw, 56px) 0;
  background: linear-gradient(135deg, #f8f2fb 0%, #fff 52%, #f3ebf8 100%);
}

.khutton-site .khutton-maker-band--compact {
  padding: clamp(40px, 5vw, 56px) 0;
}

.khutton-site .khutton-maker-band__portrait {
  max-width: 420px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background: #1a1024;
  box-shadow: 0 20px 48px rgba(26, 16, 36, 0.14);
}

.khutton-site .khutton-maker-band__portrait img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  object-position: center top;
}

.khutton-site .khutton-maker-band__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--khutton-magenta);
  font-family: Cormorant, serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.khutton-site .khutton-maker-band__title {
  margin: 0 0 16px;
  color: #1a1024;
  font-family: Cormorant, serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.1;
}

.khutton-site .khutton-maker-band__text {
  margin: 0 0 24px;
  max-width: 34rem;
  color: #4a3d56;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.65;
}

.khutton-site .khutton-maker-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.khutton-site .khutton-maker-band__ig {
  border-color: rgba(90, 14, 143, 0.22);
  color: #1a1024;
}

.khutton-site .khutton-maker-band__ig:hover,
.khutton-site .khutton-maker-band__ig:focus {
  border-color: var(--khutton-magenta);
  color: var(--khutton-magenta);
}

@media (max-width: 959px) {
  .khutton-site .khutton-maker-band__copy {
    padding-top: 8px;
    text-align: center;
  }

  .khutton-site .khutton-maker-band__text {
    margin-left: auto;
    margin-right: auto;
  }

  .khutton-site .khutton-maker-band__actions {
    justify-content: center;
  }
}

.khutton-site.page-home {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  .khutton-site.page-home {
    scroll-behavior: auto;
  }
}

.khutton-site .khutton-feature-strip--compact {
  padding: clamp(28px, 3.5vw, 40px) 0;
  background: linear-gradient(180deg, #fff 0%, #faf7fb 100%);
  border-top: 1px solid rgba(90, 14, 143, 0.08);
  border-bottom: 1px solid rgba(90, 14, 143, 0.08);
}

.khutton-site .khutton-feature-strip__bar {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr) auto;
  gap: clamp(16px, 2.5vw, 28px);
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}

.khutton-site .khutton-feature-strip--compact .khutton-feature-strip__title {
  margin: 0;
  font-size: clamp(24px, 2.8vw, 34px);
}

.khutton-site .khutton-feature-strip--compact .khutton-feature-strip__text {
  margin: 0;
  max-width: none;
  font-size: clamp(15px, 1.35vw, 17px);
}

.khutton-site .khutton-feature-strip--compact .uk-button {
  white-space: nowrap;
}

.khutton-newsletter-cutout {
  position: relative;
  padding: clamp(72px, 11vh, 120px) 0;
  overflow: hidden;
  isolation: isolate;
}

.khutton-newsletter-cutout__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(20, 8, 32, 0.62), rgba(20, 8, 32, 0.78)),
    url("../img/home-hero.jpg") center center / cover no-repeat;
  background-attachment: fixed;
}

.khutton-newsletter-cutout .uk-container {
  position: relative;
  z-index: 1;
}

.khutton-newsletter-cutout__panel {
  max-width: 520px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 40px);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(20, 8, 32, 0.42);
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 60px rgba(8, 0, 16, 0.28);
  text-align: center;
  color: #fff;
}

.khutton-newsletter-cutout__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #f0a6cf;
  font-family: Cormorant, serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.khutton-newsletter-cutout__title {
  margin: 0 0 12px;
  font-family: Cormorant, serif;
  font-size: clamp(30px, 3.6vw, 42px);
  font-weight: 600;
  line-height: 1.08;
  color: #fff;
}

.khutton-newsletter-cutout__text {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.65;
}

.khutton-newsletter-cutout__form {
  display: grid;
  gap: 12px;
}

.khutton-newsletter-cutout__form input[type="email"] {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  color: #1a1024;
  font-size: 16px;
}

.khutton-newsletter-cutout__form input[type="email"]::placeholder {
  color: #6b5a78;
}

.khutton-newsletter-cutout__form .uk-button {
  width: 100%;
}

@media (max-width: 959px) {
  .khutton-site .khutton-feature-strip__bar {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .khutton-newsletter-cutout__bg {
    background-attachment: scroll;
  }
}

.khutton-site .khutton-feature-strip {
  padding: clamp(40px, 5vw, 64px) 0;
  background: #fff;
}

.khutton-site .khutton-feature-strip__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--khutton-magenta);
  font-family: Cormorant, serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.khutton-site .khutton-feature-strip__title {
  margin: 0 0 16px;
  color: #1a1024;
  font-family: Cormorant, serif;
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 600;
  line-height: 1.1;
}

.khutton-site .khutton-feature-strip__text {
  margin: 0 0 24px;
  max-width: 32rem;
  color: #4a3d56;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.65;
}

.khutton-site .khutton-feature-strip__shots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 520px;
  margin-left: auto;
}

.khutton-site .khutton-feature-strip__shot {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #f3ebf8;
  box-shadow: 0 14px 32px rgba(26, 16, 36, 0.1);
}

.khutton-site .khutton-feature-strip__shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 959px) {
  .khutton-site .khutton-feature-strip__copy {
    text-align: center;
  }

  .khutton-site .khutton-feature-strip__text {
    margin-left: auto;
    margin-right: auto;
  }

  .khutton-site .khutton-feature-strip__shots {
    max-width: 420px;
    margin: 8px auto 0;
  }
}

.khutton-site .section-video__link img {
  min-height: 0;
  height: clamp(260px, 42vh, 460px);
  max-height: 460px;
  object-fit: cover;
  object-position: center 18%;
}

.khutton-site .section-video__link {
  color: #fff;
}

.khutton-site .section-video__link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(120deg, rgba(26, 16, 36, 0.72), rgba(90, 14, 143, 0.38));
  pointer-events: none;
  transition: background 0.25s ease;
}

.khutton-site .section-video__link:hover::before {
  background: linear-gradient(120deg, rgba(26, 16, 36, 0.82), rgba(90, 14, 143, 0.48));
}

.khutton-site .section-video .cursor {
  display: none;
}

.khutton-site .khutton-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(76px, 11vw, 104px);
  height: clamp(76px, 11vw, 104px);
  border-radius: 50%;
  background: var(--khutton-magenta);
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, calc(-50% - 18px));
  pointer-events: none;
}

.khutton-site .khutton-video-play i {
  margin-left: 5px;
}

.khutton-site .khutton-video-play__label {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(90%, 420px);
  transform: translate(-50%, calc(-50% + 58px));
  font-family: Cormorant, serif;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.khutton-review-stars {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 28px;
  color: var(--khutton-magenta);
  font-size: 18px;
  line-height: 1;
}

.khutton-site .page-footer__bottom.khutton-footer-bar {
  width: 100%;
  gap: 16px 24px;
}

.khutton-site .khutton-footer-bar__left,
.khutton-site .khutton-footer-bar__right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

.khutton-site .khutton-footer-bar__right {
  margin-left: auto;
  justify-content: flex-end;
}

.khutton-site .khutton-footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
}

.khutton-site .khutton-footer-legal a {
  color: #222;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 34, 34, 0.25);
}

.khutton-site .khutton-footer-legal a:hover {
  color: var(--khutton-magenta);
  border-bottom-color: currentColor;
}

.khutton-site .khutton-made-by {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.khutton-site .khutton-made-by:hover {
  color: var(--khutton-magenta);
}

.khutton-site .khutton-payments img {
  display: inline-block;
  width: 52px;
  height: 34px;
  object-fit: contain;
  object-position: center;
  vertical-align: middle;
  margin: 0 0 0 8px;
  padding: 2px 4px;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.khutton-site .khutton-pay-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 34px;
  margin: 0 0 0 8px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  vertical-align: middle;
  overflow: hidden;
}

.khutton-site .khutton-pay-icon .fab {
  font-size: 30px;
  line-height: 1;
  color: #1434cb;
}

.khutton-site [class*="uk-animation-"] {
  animation-duration: 0.48s !important;
  animation-timing-function: cubic-bezier(0.22, 0.85, 0.32, 1) !important;
}

.khutton-site .uk-scrollspy-inview {
  visibility: visible !important;
}

.khutton-site .shop-categories-unit__title {
  font-size: clamp(20px, 1.9vw, 32px);
  line-height: 1.15;
  white-space: nowrap;
  color: var(--khutton-ink);
}

.khutton-site .shop-categories-unit__icon {
  width: 108px;
  height: 108px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(90, 14, 143, 0.12);
}

.khutton-site .shop-categories-unit__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.khutton-site .khutton-instagram-heading {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.khutton-site .khutton-instagram-heading:hover {
  color: var(--khutton-magenta);
  text-decoration: none;
}

.khutton-site .section-about__media .img-animate img,
.khutton-site .section-info__slider img {
  object-fit: cover;
}

.khutton-site .product-card__title a {
  white-space: nowrap;
  font-size: clamp(16px, 1.6vw, 22px);
}

@media (max-width: 639px) {
  .khutton-site .product-card__title a {
    white-space: normal;
    font-size: 16px;
  }
}

/* Inner page heroes: short band + fully blurred background */
.khutton-site .section-hero:not(.section-home) {
  position: relative;
  height: clamp(280px, 34vh, 380px);
  min-height: clamp(280px, 34vh, 380px) !important;
  max-height: 380px;
  overflow: hidden;
}

.khutton-site .section-hero:not(.section-home) .section-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 100% !important;
  max-height: none;
  overflow: hidden;
}

.khutton-site .section-hero:not(.section-home) .section-hero__bg img {
  min-height: 100% !important;
  max-height: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(24px);
  transform: scale(1.2);
  transform-origin: center;
}

.khutton-site .section-hero:not(.section-home) .section-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(26, 16, 36, 0.58) 0%,
    rgba(90, 14, 143, 0.42) 100%
  );
  pointer-events: none;
}

.khutton-site .section-hero:not(.section-home) .section-hero__content {
  position: absolute;
  inset: 0;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none;
  z-index: 2;
  box-sizing: border-box;
  padding: clamp(88px, 11vh, 112px) 20px clamp(28px, 4vh, 40px);
  justify-content: center;
}

.khutton-site .section-hero:not(.section-home) .section-hero__title,
.khutton-site .section-hero:not(.section-home) .article-full__title {
  color: #fff !important;
  text-align: center;
  font-size: clamp(30px, 3.8vw, 52px) !important;
  margin-bottom: 8px;
  line-height: 1.08;
}

.khutton-site .section-hero:not(.section-home) .article-full__info {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.khutton-site .section-hero:not(.section-home) .article-full__info > *,
.khutton-site .section-hero:not(.section-home) .article-full__info > * > i {
  color: rgba(255, 255, 255, 0.88) !important;
}

.khutton-site .section-hero:not(.section-home) .article-full__info > *:after {
  background-color: rgba(255, 255, 255, 0.34);
}

.khutton-site .section-hero:not(.section-home) .section-hero__subtitle {
  font-size: clamp(13px, 1.2vw, 16px) !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.khutton-site .section-hero:not(.section-home) .section-hero__top_padding {
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  .khutton-site .section-hero:not(.section-home) {
    height: clamp(240px, 38vh, 280px);
    min-height: clamp(240px, 38vh, 280px) !important;
    max-height: 300px;
  }

  .khutton-site .section-hero:not(.section-home) .section-hero__content {
    padding: 72px 16px 24px;
  }

  .khutton-site .section-hero:not(.section-home) .section-hero__title,
  .khutton-site .section-hero:not(.section-home) .article-full__title {
    font-size: clamp(24px, 7vw, 34px) !important;
  }
}
