.ct-partner-topbar {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: 0;
  white-space: nowrap;
}

.ct-partner-entry,
.ct-partner-logout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 4px 12px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  color: #ffffff;
  background: transparent;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1;
  cursor: pointer;
}

.ct-partner-entry:hover,
.ct-partner-logout:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.ct-partner-welcome {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.ct-password-change-panel {
  margin-top: 18px;
}

.ct-password-change-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 500;
  color: #181b20;
}

.ct-password-change-copy {
  margin: 0 0 14px;
  color: #656a70;
  font-size: 14px;
  line-height: 1.45;
}

.ct-password-change-form {
  display: grid;
  gap: 12px;
}

@media (min-width: 1025px) {
  body .fusion-tb-header .top-bar {
    min-height: 42px !important;
    height: 42px !important;
    background: #000000 !important;
    overflow: visible !important;
  }

  html body .fusion-tb-header .top-bar > .fusion-builder-row,
  html body .fusion-tb-header .top-bar .fusion-row {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 40px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 24px !important;
    transform: none !important;
  }

  html body .fusion-tb-header .top-bar .fusion-layout-column {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    position: static !important;
    --awb-spacing-left-large: 0px !important;
    --awb-spacing-right-large: 0px !important;
  }

  html body .fusion-tb-header .top-bar .fusion-builder-column-3 {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
  }

  html body .fusion-tb-header .top-bar .fusion-column-wrapper {
    min-height: 42px !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .fusion-tb-header .top-bar .fusion-text,
  body .fusion-tb-header .top-bar p {
    margin: 0 !important;
    white-space: nowrap !important;
  }

  html body .fusion-tb-header .top-bar .ct-partner-topbar {
    margin-right: 0 !important;
  }

  html body .fusion-tb-header .top-bar .ct-partner-welcome {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.fusion-tb-header .ct-header-search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: min(100%, 260px);
  margin-left: auto;
  isolation: isolate;
}

.fusion-tb-header .ct-header-search__input {
  width: 100%;
  min-width: 0;
  height: 38px;
  border: 1px solid rgba(24, 27, 32, 0.16);
  border-right: 0;
  border-radius: 0;
  background: #ffffff;
  color: #181b20;
  font-family: inherit;
  font-size: 13px;
  line-height: 1;
  padding: 0 13px;
  outline: none;
  box-shadow: none;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.fusion-tb-header .ct-header-search__input:focus {
  border-color: #181b20;
  background: #ffffff;
}

.fusion-tb-header .ct-header-search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.fusion-tb-header .ct-header-search__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 78px;
  height: 38px;
  border: 1px solid #181b20;
  border-radius: 0 12px 0 12px;
  background: #181b20;
  color: #ffffff;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.fusion-tb-header .ct-header-search__button:hover,
.fusion-tb-header .ct-header-search__button:focus-visible {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

.fusion-tb-header .ct-header-search__results {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 9999;
  display: none;
  width: min(330px, 92vw);
  border: 1px solid rgba(24, 27, 32, 0.12);
  border-radius: 0 14px 0 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 46px rgba(24, 27, 32, 0.12);
  overflow: hidden;
}

.fusion-tb-header .ct-header-search--open .ct-header-search__results {
  display: block;
}

.fusion-tb-header .ct-header-search__option,
.fusion-tb-header .ct-header-search__empty {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-bottom: 1px solid rgba(24, 27, 32, 0.08);
  background: transparent;
  color: #181b20;
  text-align: left;
  padding: 11px 14px;
}

.fusion-tb-header .ct-header-search__option {
  display: grid;
  gap: 3px;
  cursor: pointer;
}

.fusion-tb-header .ct-header-search__option:last-child,
.fusion-tb-header .ct-header-search__empty:last-child {
  border-bottom: 0;
}

.fusion-tb-header .ct-header-search__option:hover,
.fusion-tb-header .ct-header-search__option:focus-visible,
.fusion-tb-header .ct-header-search__option--active {
  background: #181b20;
  color: #ffffff;
}

.fusion-tb-header .ct-header-search__option-name {
  font-size: 14px;
  line-height: 1.18;
}

.fusion-tb-header .ct-header-search__option-code {
  color: currentColor;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  opacity: 0.62;
  text-transform: uppercase;
}

.fusion-tb-header .ct-header-search__empty {
  display: flex;
  align-items: center;
  color: #686e76;
  font-size: 13px;
}

@media (max-width: 1180px) {
  .fusion-tb-header .ct-header-search {
    width: min(100%, 230px);
  }

  .fusion-tb-header .ct-header-search__button {
    flex-basis: 66px;
  }
}

@media (max-width: 1024px) {
  .fusion-tb-header .ct-header-search {
    display: none;
  }
}

.ct-price-partner-note {
  font-size: 14px;
  color: #181b20;
}

.fusion-woo-price-tb p.price.ct-price-hidden {
  display: none !important;
}

.ct-home-popular__price.ct-price-hidden {
  display: none !important;
}

.ct-product-hidden {
  display: none !important;
}

body.ct-page-product .woocommerce-product-gallery.ct-product-gallery-enhanced {
  position: relative;
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  z-index: 40;
}

body.ct-page-product .ct-product-gallery-shell-enhanced,
body.ct-page-product .ct-product-gallery-shell-enhanced .flex-viewport {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

body.ct-page-product .ct-product-gallery-shell-enhanced {
  position: relative;
  z-index: 40;
}

body.ct-page-product .ct-product-gallery-column-enhanced {
  position: relative;
  z-index: 40 !important;
}

body.ct-page-product .woocommerce-product-gallery.ct-product-gallery-enhanced .woocommerce-product-gallery__wrapper {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  transform: none !important;
}

body.ct-page-product .woocommerce-product-gallery.ct-product-gallery-enhanced .woocommerce-product-gallery__image {
  display: none !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  float: none !important;
}

body.ct-page-product .woocommerce-product-gallery.ct-product-gallery-enhanced .woocommerce-product-gallery__image.ct-product-gallery-slide-active {
  display: block !important;
}

body.ct-page-product .woocommerce-product-gallery.ct-product-gallery-enhanced .woocommerce-product-gallery__image a {
  display: block;
}

body.ct-page-product .woocommerce-product-gallery.ct-product-gallery-enhanced .woocommerce-product-gallery__image img {
  cursor: zoom-in;
}

body.ct-page-product .woocommerce-product-gallery.ct-product-gallery-enhanced .flex-direction-nav,
body.ct-page-product .woocommerce-product-gallery.ct-product-gallery-enhanced .flex-prev,
body.ct-page-product .woocommerce-product-gallery.ct-product-gallery-enhanced .flex-next {
  display: none !important;
  visibility: hidden !important;
}

.ct-product-gallery-nav {
  position: absolute;
  top: var(--ct-gallery-nav-top, 45%);
  z-index: 80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(24, 27, 32, 0.14);
  border-radius: 0 14px 0 14px;
  background: rgba(255, 255, 255, 0.88);
  color: #181b20;
  font-size: 30px;
  line-height: 1;
  transform: translateY(-50%);
  opacity: 0.72;
  cursor: pointer;
  transition: opacity 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.ct-product-gallery-nav--prev {
  left: 14px;
}

.ct-product-gallery-nav--next {
  right: 14px;
}

.woocommerce-product-gallery.ct-product-gallery-enhanced:hover .ct-product-gallery-nav,
.woocommerce-product-gallery.ct-product-gallery-enhanced:focus-within .ct-product-gallery-nav,
.ct-product-gallery-nav:hover,
.ct-product-gallery-nav:focus-visible {
  opacity: 1;
}

.ct-product-gallery-nav:hover,
.ct-product-gallery-nav:focus-visible {
  background: #181b20;
  border-color: #181b20;
  color: #ffffff;
}

.ct-product-gallery-enhanced .flex-control-thumbs img.ct-product-gallery-thumb-active {
  outline: 1px solid #181b20;
  outline-offset: 2px;
}

.ct-product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 46px 78px;
  background: rgba(10, 12, 16, 0.92);
  touch-action: pan-y pinch-zoom;
}

.ct-product-lightbox.ct-product-lightbox--open {
  display: flex;
}

body.ct-product-lightbox-open {
  overflow: hidden;
}

.ct-product-lightbox__stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 1160px);
  height: min(100%, 760px);
}

.ct-product-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.ct-product-lightbox__button {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0 14px 0 14px;
  background: rgba(255, 255, 255, 0.94);
  color: #181b20;
  font-size: 30px;
  line-height: 1;
  opacity: 0.22;
  cursor: pointer;
  transition: opacity 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.ct-product-lightbox:hover .ct-product-lightbox__button,
.ct-product-lightbox:focus-within .ct-product-lightbox__button,
.ct-product-lightbox__button:hover,
.ct-product-lightbox__button:focus-visible {
  opacity: 1;
}

.ct-product-lightbox__button:hover,
.ct-product-lightbox__button:focus-visible {
  background: #181b20;
  border-color: #ffffff;
  color: #ffffff;
}

.ct-product-lightbox__close {
  top: 18px;
  right: 18px;
  font-size: 20px;
}

.ct-product-lightbox__prev {
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.ct-product-lightbox__next {
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.ct-product-lightbox__counter {
  position: absolute;
  top: 22px;
  left: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
}

body.ct-page-product .fusion-post-cards[data-post-type-label="products"] .ct-related-card-version-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 28px;
  margin: 2px 0 8px;
}

body.ct-page-product .fusion-post-cards[data-post-type-label="products"] .ct-related-card-version-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 6px 10px;
  border: 1px solid rgba(24, 27, 32, 0.16);
  border-radius: 0 12px 0 12px;
  background: #ffffff;
  color: #181b20;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.ct-page-product .fusion-post-cards[data-post-type-label="products"] .ct-related-card-version-pill--dark {
  background: #181b20;
  border-color: #181b20;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .ct-product-gallery-nav {
    opacity: 1;
  }

  .ct-product-lightbox {
    padding: 36px 24px;
  }

  .ct-product-lightbox__button {
    opacity: 1;
  }
}

@media (max-width: 640px) {
  .ct-product-gallery-nav {
    width: 38px;
    height: 38px;
    font-size: 25px;
  }

  .ct-product-gallery-nav--prev {
    left: 8px;
  }

  .ct-product-gallery-nav--next {
    right: 8px;
  }

  .ct-product-lightbox {
    padding: 28px 14px;
  }

  .ct-product-lightbox__stage {
    height: min(100%, 680px);
  }

  .ct-product-lightbox__button {
    width: 42px;
    height: 42px;
    font-size: 24px;
  }

  .ct-product-lightbox__close {
    top: 12px;
    right: 12px;
  }

  .ct-product-lightbox__prev {
    left: 10px;
  }

  .ct-product-lightbox__next {
    right: 10px;
  }
}

.ct-partner-price-list {
  display: grid;
  gap: 6px;
}

.ct-partner-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #ececed;
  padding-bottom: 4px;
}

.ct-partner-price-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.ct-partner-price-label {
  font-size: 12px;
  color: #656a70;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.ct-partner-price-value {
  font-size: 15px;
  color: #181b20;
  font-weight: 500;
  white-space: nowrap;
}

body:not(.ct-role-partner) .ct-partner-only {
  display: none !important;
}

.ct-partner-tools {
  margin: 18px 0 0;
  padding: 14px 16px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background: #fafafa;
}

.ct-partner-tools__title {
  margin: 0 0 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #181b20;
}

.ct-partner-tools__block + .ct-partner-tools__block {
  margin-top: 14px;
}

.ct-partner-tools__subtitle {
  margin: 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #656a70;
}

.ct-partner-tools__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ct-partner-tools__actions a,
.ct-partner-tools__actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid #181b20;
  border-radius: 8px;
  color: #181b20;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  background: #ffffff;
  cursor: pointer;
}

.ct-partner-tools__actions a:hover,
.ct-partner-tools__actions button:hover {
  background: #181b20;
  color: #ffffff;
}

.ct-partner-order-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.ct-partner-visual-download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #181b20;
  font-size: 12px;
  letter-spacing: 0.02em;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ct-partner-visual-download__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #181b20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
}

.ct-partner-visual-download:hover {
  background: transparent !important;
  color: #000000 !important;
}

.ct-partner-visual-download:hover .ct-partner-visual-download__label,
.ct-partner-visual-download:focus-visible .ct-partner-visual-download__label {
  font-weight: 700;
  color: #000000 !important;
}

.ct-partner-visual-download:hover .ct-partner-visual-download__icon,
.ct-partner-visual-download:focus-visible .ct-partner-visual-download__icon {
  color: #000000 !important;
  border-color: #000000 !important;
}

.ct-partner-guest-note p {
  margin: 0;
  color: #656a70;
  font-size: 13px;
  line-height: 1.55;
}

.ct-partner-guest-note__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 10px;
  padding: 6px 12px;
  border-radius: 7px;
  border: 1px solid #181b20;
  text-decoration: none;
  font-size: 13px;
  color: #181b20;
}

.ct-partner-guest-note__link:hover {
  background: #181b20;
  color: #ffffff;
}

.ct-partner-contact-banner {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid #c9e8d1;
  border-radius: 8px;
  background: #f4fff7;
  color: #186b2d;
  font-size: 14px;
}

.ct-partner-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 2147483000;
}

.ct-partner-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.ct-partner-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.ct-partner-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(560px, calc(100vw - 32px));
  max-width: 560px;
  max-height: calc(100svh - 32px);
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  box-shadow: 0 24px 44px -20px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

body.ct-role-partner .ct-partner-tools + form.cart,
body.ct-role-partner .ct-partner-tools ~ form.cart,
body.ct-role-partner .ct-partner-tools + .cart,
body.ct-role-partner .ct-partner-tools ~ .cart,
body.ct-role-partner .ct-partner-tools + .single_add_to_cart_button,
body.ct-role-partner .ct-partner-tools ~ .single_add_to_cart_button,
body.ct-role-partner .ct-partner-tools + .fusion-button,
body.ct-role-partner .ct-partner-tools ~ .fusion-button {
  display: none !important;
}

.ct-partner-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #ececed;
}

.ct-partner-modal__header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.ct-partner-modal__close {
  border: 0;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  color: #656a70;
  cursor: pointer;
}

.ct-partner-order-form {
  padding: 12px 14px 14px;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.ct-partner-order-form__row {
  display: grid;
  gap: 6px;
  margin-bottom: 0;
}

.ct-partner-order-form__row:nth-child(8),
.ct-partner-order-form__actions,
.ct-partner-order-form__hint {
  grid-column: 1 / -1;
}

.ct-partner-order-form__row label {
  font-size: 13px;
  color: #656a70;
}

.ct-partner-order-form__row input,
.ct-partner-order-form__row textarea {
  width: 100%;
  border: 1px solid #d7d9dd;
  border-radius: 8px;
  min-height: 36px;
  padding: 8px 10px;
  font-size: 14px;
  color: #181b20;
}

.ct-partner-order-form__row textarea {
  min-height: 68px;
  resize: vertical;
}

.ct-partner-order-form__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 4px;
}

.ct-partner-order-form__cancel,
.ct-partner-order-form__submit {
  min-height: 38px;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
}

.ct-partner-order-form__cancel {
  border: 1px solid #d7d9dd;
  background: #ffffff;
  color: #181b20;
}

.ct-partner-order-form__submit {
  border: 1px solid #181b20;
  background: #181b20;
  color: #ffffff;
}

.ct-partner-order-form__hint {
  margin: 10px 0 0;
  font-size: 12px;
  color: #656a70;
}

@media (max-width: 640px) {
  .ct-partner-modal__dialog {
    width: calc(100vw - 20px);
    max-height: calc(100svh - 20px);
    margin: 10px auto;
  }

  .ct-partner-order-form {
    grid-template-columns: 1fr;
    max-height: calc(100svh - 82px);
  }

  .ct-partner-order-form__actions {
    justify-content: stretch;
  }

  .ct-partner-order-form__cancel,
  .ct-partner-order-form__submit {
    flex: 1 1 auto;
  }
}

.ct-login-page {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #181b20;
  background: #f3f4f6;
}

.ct-login-topbar {
  background: #000000;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 28px;
}

.ct-login-topbar .ct-login-instagram {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.03em;
}

.ct-login-header {
  background: #ffffff;
  border-bottom: 1px solid #ececed;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ct-login-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ct-login-logo {
  width: 141px;
  height: auto;
  display: block;
}

.ct-login-brand {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.ct-login-wrap {
  max-width: 520px;
  margin: 64px auto 80px;
  padding: 0 20px;
}

.ct-login-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e6e7ea;
  box-shadow: 0 20px 44px -30px rgba(0, 0, 0, 0.35);
  padding: 28px 28px 30px;
}

.ct-login-title {
  margin: 0 0 18px;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.2;
}

.ct-login-subtitle {
  margin: 0 0 22px;
  color: #656a70;
  font-size: 16px;
  line-height: 1.55;
}

.ct-login-form {
  display: grid;
  gap: 14px;
}

.ct-login-field {
  display: grid;
  gap: 6px;
}

.ct-login-field label {
  font-size: 14px;
  color: #3f4348;
}

.ct-login-field input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d7d9dd;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 15px;
  color: #181b20;
}

.ct-login-field input:focus {
  outline: none;
  border-color: #181b20;
  box-shadow: 0 0 0 2px rgba(24, 27, 32, 0.08);
}

.ct-login-submit {
  min-height: 46px;
  border: 1px solid #181b20;
  border-radius: 8px;
  background: #181b20;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ct-login-submit:hover {
  background: #000000;
}

.ct-login-note {
  margin: 12px 0 0;
  font-size: 13px;
  color: #656a70;
}

.ct-login-actions {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.ct-login-back {
  color: #181b20;
  font-size: 13px;
  text-decoration: none;
}

.ct-login-back:hover {
  text-decoration: underline;
}

.ct-login-logout {
  display: none;
  min-height: 34px;
  border-radius: 8px;
  border: 1px solid #d7d9dd;
  background: #ffffff;
  color: #181b20;
  padding: 6px 12px;
  font-size: 13px;
  cursor: pointer;
}

.ct-login-logout:hover {
  border-color: #181b20;
}

.ct-login-message {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  display: none;
}

.ct-login-message.is-error {
  display: block;
  background: #fff4f4;
  color: #a12a2a;
  border: 1px solid #f1c8c8;
}

.ct-login-message.is-success {
  display: block;
  background: #f4fff7;
  color: #186b2d;
  border: 1px solid #c9e8d1;
}

/* Keep technical post-footer containers from creating extra space below footer. */
body > .fusion-one-page-text-link,
body > .avada-footer-scripts {
  display: none !important;
}

body > .to-top-container {
  position: fixed !important;
  left: 22px !important;
  bottom: 22px !important;
  right: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 46px !important;
  height: 46px !important;
  min-height: 0 !important;
  border: 0 !important;
  z-index: 9999 !important;
}

html body #toTop,
html body .fusion-top-top-link {
  display: flex !important;
  position: static !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(24, 27, 32, 0.22) !important;
  border-radius: 0 10px 0 10px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 14px 32px rgba(24, 27, 32, 0.12) !important;
  color: #181b20 !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(10px) !important;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease !important;
}

html body #toTop::before,
html body .fusion-top-top-link::before {
  content: "" !important;
  width: 13px !important;
  height: 13px !important;
  border-top: 2px solid #181b20 !important;
  border-left: 2px solid #181b20 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  box-sizing: border-box !important;
  transform: translateY(4px) rotate(45deg) !important;
}

html body #toTop.fusion-to-top-active,
html body .fusion-top-top-link.fusion-to-top-active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

html body #toTop:hover,
html body #toTop:focus-visible,
html body .fusion-top-top-link:hover,
html body .fusion-top-top-link:focus-visible {
  background: #181b20 !important;
  border-color: #181b20 !important;
  color: #ffffff !important;
  outline: none !important;
}

html body #toTop:hover::before,
html body #toTop:focus-visible::before,
html body .fusion-top-top-link:hover::before,
html body .fusion-top-top-link:focus-visible::before {
  border-top-color: #ffffff !important;
  border-left-color: #ffffff !important;
}

/* Keep footer at the visual end of page (no extra strip below). */
body.fusion-body > #boxed-wrapper {
  min-height: 100vh;
  background-color: #ffffff !important;
}

body.fusion-body > #boxed-wrapper > #wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #ffffff !important;
}

body.fusion-body > #boxed-wrapper > #wrapper > #main {
  flex: 1 0 auto;
}

/* Remove global gray page background visible below footer in wide layout. */
html,
body.fusion-body,
body.fusion-body.layout-wide-mode {
  background-color: #ffffff !important;
  background-image: none !important;
}

/* Tighten only the very bottom footer row (copyright + social) */
.fusion-tb-footer .fusion-text.md-text-align-center.sm-text-align-center {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.fusion-tb-footer .fusion-text.md-text-align-center.sm-text-align-center p {
  margin-bottom: 0 !important;
}

.fusion-tb-footer .fusion-layout-column:has(> .fusion-column-wrapper > .fusion-text.md-text-align-center.sm-text-align-center),
.fusion-tb-footer .fusion-layout-column:has(> .fusion-column-wrapper .fusion-social-links) {
  margin-bottom: 0 !important;
}

.fusion-tb-footer .fusion-builder-row:last-child,
.fusion-tb-footer .fusion-builder-row:last-child > .fusion-layout-column {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.fusion-tb-footer .fusion-footer-widget-area,
.fusion-tb-footer .fusion-footer-widget-area > .fusion-fullwidth:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.ct-category-sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  display: flex;
  justify-content: center;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(24, 27, 32, 0.1);
  box-shadow: 0 12px 28px rgba(24, 27, 32, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.ct-category-sticky-menu--visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ct-category-sticky-menu__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: min(100%, 1180px);
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.ct-category-sticky-menu__inner::-webkit-scrollbar {
  display: none;
}

.ct-category-sticky-menu__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 9px 13px;
  border: 1px solid #e2e2e2;
  border-radius: 0 10px 0 10px;
  background: #ffffff;
  color: #4f545a;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.ct-category-sticky-menu__link:hover,
.ct-category-sticky-menu__link:focus,
.ct-category-sticky-menu__link.is-active {
  background: #181b20;
  border-color: #181b20;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .ct-category-sticky-menu {
    padding: 7px 12px;
  }

  .ct-category-sticky-menu__inner {
    justify-content: flex-start;
    max-width: 100%;
  }

  .ct-category-sticky-menu__link {
    min-height: 32px;
    padding: 8px 11px;
    font-size: 10px;
    letter-spacing: 0.05em;
  }
}
