.cookie-consent[hidden],
.cookie-preferences[hidden] {
  display: none !important;
}

.cookie-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 9998;
}

.cookie-consent__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(30, 79, 154, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(11, 18, 32, 0.18);
}

.cookie-consent__copy {
  max-width: 720px;
  color: #404248;
}

.cookie-consent__copy strong {
  display: block;
  margin-bottom: 4px;
  color: #131415;
  font-size: 18px;
  line-height: 1.3;
}

.cookie-consent__copy p {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.55;
}

.cookie-consent__copy a {
  font-size: 14px;
  font-weight: 600;
  color: #1e4f9a;
}

.cookie-consent__actions,
.cookie-preferences__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.cookie-consent__button {
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(30, 79, 154, 0.18);
  border-radius: 6px;
  background: #fff;
  color: #1e4f9a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}

.cookie-consent__button--primary {
  border-color: #1e4f9a;
  background: #1e4f9a;
  color: #fff;
}

.cookie-consent__button--ghost {
  border-color: transparent;
  background: #eef5ff;
}

.cookie-consent__button:hover,
.cookie-consent__button:focus-visible {
  transform: translateY(-1px);
}

.cookie-preferences {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cookie-preferences__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 10, 20, 0.52);
}

.cookie-preferences__panel {
  position: relative;
  width: min(100%, 560px);
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.cookie-preferences__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.cookie-preferences__head h2 {
  margin: 0;
  color: #131415;
  font-size: 22px;
  line-height: 1.25;
}

.cookie-preferences__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 6px;
  background: #f0f2f6;
  color: #131415;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.cookie-option {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 0;
  border-top: 1px solid #e6ebf2;
  color: #404248;
}

.cookie-option input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-top: 2px;
  accent-color: #1e4f9a;
}

.cookie-option strong,
.cookie-option small {
  display: block;
}

.cookie-option strong {
  color: #131415;
  font-size: 15px;
  line-height: 1.35;
}

.cookie-option small {
  margin-top: 3px;
  font-size: 13px;
  line-height: 1.45;
}

.cookie-preferences__actions {
  margin-top: 18px;
}

.footer__cookie-settings,
.dropshipping-mini-footer__cookie {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.footer__cookie-settings:hover,
.footer__cookie-settings:focus-visible,
.dropshipping-mini-footer__cookie:hover,
.dropshipping-mini-footer__cookie:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.tgmobile__menu {
  z-index: 10002;
}

.tgmobile__menu-backdrop {
  z-index: 10001;
}

.tgmobile__menu .close-btn {
  border: 0;
  background: transparent;
}

.skysell-mobile-nav li > a {
  padding: 14px 25px;
  color: #131415;
  font-size: 16px;
  text-transform: none !important;
}

.skysell-mobile-actions {
  display: grid;
  gap: 10px;
  padding: 22px 20px 26px;
}

.skysell-mobile-actions__primary,
.skysell-mobile-actions__secondary,
.mobile-account-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.skysell-mobile-actions__primary,
.mobile-account-cta__button {
  border: 1px solid #1e4f9a;
  background: #1e4f9a;
  color: #fff;
  box-shadow: 0 10px 24px rgba(30, 79, 154, 0.22);
}

.skysell-mobile-actions__secondary {
  border: 1px solid rgba(30, 79, 154, 0.18);
  background: #eef5ff;
  color: #1e4f9a;
}

.mobile-account-cta {
  display: none;
}

.mobile-account-cta__button {
  width: 100%;
  gap: 8px;
  padding: 11px 16px;
}

.mobile-account-cta__button small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 767px) {
  body {
    padding-bottom: 84px;
  }

  .mobile-account-cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 9997;
    display: block;
  }

  .cookie-consent {
    right: 12px;
    bottom: 84px;
    left: 12px;
  }

  .scroll__top {
    right: 16px;
    bottom: 92px;
  }

  .cookie-consent__inner {
    display: block;
    padding: 16px;
  }

  .cookie-consent__actions,
  .cookie-preferences__actions {
    justify-content: stretch;
    margin-top: 14px;
  }

  .cookie-consent__button {
    flex: 1 1 100%;
    width: 100%;
  }

  .cookie-preferences__panel {
    padding: 18px;
  }
}
