/* Desktop login link restored next to the cart. */
.navigation-buttons > .hb-header-login {
  display: none;
}

@media (min-width: 992px) {
  .navigation-buttons > .hb-header-login {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 94px;
    min-height: 44px;
    padding: 0 4px !important;
    color: #746862;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.15s ease;
  }

  .navigation-buttons > .hb-header-login::before,
  .navigation-buttons > .hb-header-login::after {
    content: none !important;
    display: none !important;
  }

  .navigation-buttons > .hb-header-login:hover,
  .navigation-buttons > .hb-header-login:focus-visible {
    color: #23966f;
    text-decoration: none;
  }
}

/* Product lightbox: do not keep the erroneous 190 x 142 px inline size. */
#colorbox.shoptet-modal-lg.productDetail {
  top: 50% !important;
  height: min(80vh, 768px) !important;
  transform: translate(-50%, -50%) !important;
}

#colorbox.shoptet-modal-lg.productDetail #cboxWrapper,
#colorbox.shoptet-modal-lg.productDetail #cboxContent,
#colorbox.shoptet-modal-lg.productDetail #cboxLoadedContent {
  height: 100% !important;
}

#colorbox.shoptet-modal-lg.productDetail #cboxLoadedContent {
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden !important;
}

#colorbox.shoptet-modal-lg.productDetail #cboxLoadedContent > img.cboxPhoto {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: auto !important;
  float: none !important;
  object-fit: contain !important;
}

@media (max-width: 767px) {
  #colorbox.shoptet-modal-lg.productDetail {
    height: calc(100vh - 24px) !important;
  }
}
