@font-face {
  font-family: "Sf-Compact-Display-Regular";
  src: url("../fonts/SFCompactDisplay-Regular.ttf");
}

@font-face {
  font-family: "Sf-Compact-Display-Light";
  src: url("../fonts/SFCompactDisplay-Light.ttf");
}

@font-face {
  font-family: "Sf-Compact-Display-Bold";
  src: url("../fonts/SFCompactDisplay-Bold.ttf");
}

@font-face {
  font-family: "Sf-Compact-Display-Medium";
  src: url("../fonts/SFCompactDisplay-Medium.ttf");
}

:root {
  --color-error: #d40000;
  --color-success: #47ad00;
  --color-neutral: #ff9800;
  --shadow-default: 0px 5px 13.65px 1.35px rgba(0, 0, 0, 0.10);

}

a:not(hover) {
  color: #000;
}

a:hover {
  color: #637D96;
}

/*ANIMATIONS*/
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/*END ANIMATIONS*/

/*LOADING STATE*/
#tinymce #loading {
  display: none;
}

#loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 9999999999999;
}

#loading::after {
  position: absolute;
  left: calc(50% - 37.5px);
  top: calc(50% - 37.5px);
  content: '';
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin 1s infinite ease-in-out;
  border-radius: 100%;
  border-style: solid;
  transform: rotate(0deg);
}

#loading.remove {
  opacity: 0;
}

/*END LOADING STATE*/

body {
  font-size: 16px;
  background: #FFF;
  color: #000;
  font-family: "Sf-Compact-Display-Regular";
}

body.scroll-stop {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

.full-height {
  height: 100%;
}

* {
  -webkit-transition: 500ms;
  transition: 500ms;
  outline: none;
}

ul {
  margin: 0;
}

.section {
  padding: 10vh 0;
}

.bold {
  font-family: "Sf-Compact-Display-Bold";
}

img.background {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.section__title {
  font-size: 3rem;
  font-family: "Sf-Compact-Display-Bold";
  color: #000;
  text-align: center;
  padding-bottom: 7vh;
  line-height: 3.5rem;
  text-align: center;
}

.section__name {
  text-transform: uppercase;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 1.6px;
  color: #637D96;
}

.text {
  text-align: center;
  font-family: "Sf-Compact-Display-Regular";
}

form {
  color: #000;
}

*[disabled] {
  opacity: .65;
}

.btn {
  display: inline-flex !important;
  width: auto !important;
  padding: 7.5px 30px;
  border: solid 1px #FFF;
  border-radius: 30px;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  transform: none !important;
  line-height: inherit;
}

.btn[data-disabled],
.btn[data-disabled-user] {
  opacity: .5;
}

.btn[data-disabled] {
  pointer-events: none;
}

*[data-disabled-all],
.js-data-disabled {
  opacity: .3;
  pointer-events: none;
}

.btn:hover {
  background: #FFF;
  color: #000 !important;
}

.btn--2 {
  margin-top: 2.5vh;
  text-transform: uppercase;
  cursor: pointer;
  background: #637D96;
  color: #FFF;
  padding: 10px 30px;
  font-family: "Sf-Compact-Display-Bold";
  margin-left: auto;
  margin-right: auto;
}

.btn--2:hover {
  background: #8a9daf;
  color: #FFF !important;
}

.btn--3 {
  border: solid 1px #000;
  color: #000;
  text-transform: uppercase;
  margin-top: 10vh;
  padding: 7.5px 40px;
}

.btn--3:hover {
  color: #FFF !important;
  background: #000;
}

.image-container {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.image-container img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.more {
  font-family: "Sf-Compact-Display-Bold";
  color: #000;
  position: relative;
  margin-right: auto;
  margin-top: 2.5vh;
}

.more,
.footer-terms ul li,
.copyright strong,
.contact-link,
.helper a,
.contact-content-container label .text a {
  position: relative;
}

.more::before,
.footer-terms ul li::before,
.copyright strong::before,
.contact-link::before,
.helper a::before,
.contact-content-container label .text a::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  left: 0;
  bottom: 4px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.more:hover,
.footer-terms ul li:hover,
.copyright strong:hover,
.contact-link:hover,
.helper a:hover,
.contact-content-container label .text a:hover {
  color: #636363;
}

.more:hover::before,
.footer-terms ul li:hover::before,
.copyright strong:hover::before,
.contact-link:hover::before,
.helper a:hover::before,
.contact-content-container label .text a:hover::before {
  background-color: #636363;
}

.top-bar {
  position: fixed;
  z-index: 9999;
  width: 100%;
  color: #FFF;
}

.top-bar .my-account {
  margin: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-bar .my-account .cart {
  position: relative;
  display: inline-block;
}

.top-bar .my-account .cart span {
  position: absolute;
  height: 20px;
  width: 20px;
  font-size: 0.7rem;
  text-align: center;
  background-color: #637D96;
  line-height: 20px;
  border-radius: 50%;
  top: -10px;
}

.top-bar .my-account .account {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.top-bar .my-account .account img {
  height: 24px;
  width: 24px;
}

.top-bar .my-account .account a {
  margin-left: 0.5rem;
  font-size: 1.125rem;
  line-height: 24px !important;
  display: inline-block;
}

.top-bar .my-account .account .account-options {
  position: absolute;
  opacity: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);

  pointer-events: none;
  border-radius: 35px;
  z-index: 99;
  width: auto;
}

.top-bar .my-account .account .account-options ul {
  background: #FFF;
  border-radius: 15px;
  font-family: "Sf-Compact-Display-Medium";
  cursor: default;
}

.top-bar .my-account .account .account-options a {
  border-radius: inherit;
  color: #637D96;
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
  font-size: 1rem;
}

.top-bar .my-account .account .account-options a::before {
  content: "";
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 7px;
  background-color: #637D96;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -1rem;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.top-bar .my-account .account .account-options a:hover::before {
  opacity: 1;
}

.top-bar .my-account .account .account-options li {
  border-radius: inherit;
  padding: 0 1rem;
  text-align: right;
  height: 25px;
  margin-top: 12.5px;
  min-width: 150px;
}

.top-bar .my-account .account .account-options li:not(:first-of-type) {
  margin-bottom: 12.5px;
}

.top-bar .my-account .account:hover .account-options {
  pointer-events: all;
  opacity: 1;
}

.top-bar a {
  color: #FFF;
}

.top-bar ul {
  list-style-type: none;
}

.top-bar ul li {
  display: inline-block;
}

.top-bar .top-bar__up {
  height: 10vh;
  background: rgba(50, 50, 50, 0.85);
}

.top-bar .top-bar__up .logo {
  height: 7vh;
}

.top-bar .top-bar__up .logo img {
  height: 100%;
}

.top-bar .top-bar__up .hamburger {
  cursor: pointer;
  position: relative;
  width: 35px;
  margin-left: auto;
}

.top-bar .top-bar__up .hamburger span {
  display: block;
  width: 35px;
  height: 2px;
  background-color: #fff;
}

.top-bar .top-bar__up .hamburger span:not(:last-of-type) {
  margin-bottom: 6px;
  margin-bottom: 6px;
}

.top-bar .top-bar__menu {
  height: 7vh;
  background: rgba(62, 62, 62, 0.5);
}

.top-bar .top-bar__menu nav li {
  display: inline-block;
}

.top-bar .top-bar__menu nav li a {
  display: block;
  font-size: 1.125rem;
  font-family: "Sf-Compact-Display-Light";
  position: relative;
}

.top-bar .top-bar__menu nav li a:hover {
  color: #637D96;
}

.top-bar .top-bar__menu nav li:not(:first-of-type) {
  margin-left: 50px;
}

.top-bar .top-bar__menu nav .active:not(.shop) a::before,
body:has(.section.shop[data-category-id="1"]) .top-bar .top-bar__menu nav .shop.category-1 a::before,
body:has(.section.shop[data-category-id="2"]) .top-bar .top-bar__menu nav .shop.category-2 a::before,
body:has(.section.pigeon-profile[data-category-id="1"]) .top-bar .top-bar__menu nav .shop.category-1 a::before,
body:has(.section.pigeon-profile[data-category-id="2"]) .top-bar .top-bar__menu nav .shop.category-2 a::before {
  content: "";
  position: absolute;
  height: 7.5px;
  width: 7.5px;
  background: #637D96;
  left: -15px;
  border-radius: 50%;
  top: calc(50% - 3.75px);
}

.top-bar .top-bar__menu .languages button {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 30px;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
}

.top-bar .top-bar__menu .languages button img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.top-bar .top-bar__menu .languages button:hover img {
  transform: scale(1.8);
}

.top-bar .top-bar__menu .languages button:not(:first-of-type) {
  margin-left: 20px;
}

.top-bar.active .hamburger.toggle span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translate(5px, 6px);
  transform: rotate(45deg) translate(5px, 6px);
}

.top-bar.active .hamburger.toggle span:nth-of-type(2) {
  opacity: 0;
}

.top-bar.active .hamburger.toggle span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -6px);
  transform: rotate(-45deg) translate(5px, -6px);
}

.top-bar.active {
  background: rgba(50, 50, 50, 1);
}

.top-bar.active .top-bar__menu {
  margin-left: 0;
}

.scroll-up {
  background: #323232;
  opacity: 1;
  margin-top: 0vh;
}

.scroll-down {
  background: rgba(50, 50, 50, 0.8);
  opacity: 0;
  margin-top: -17vh;
}

.social-icons {
  margin-top: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-icons a {
  position: relative;
}

.social-icons a:not(:first-of-type) {
  margin-left: 50px;
}

.social-icons a:not(:first-of-type)::before {
  content: "";
  position: absolute;
  left: -24px;
  bottom: 25%;
  height: 60%;
  width: 1px;
  background-color: #000;
}

.social-icons a:hover svg {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.message-top-container {
  color: #000;
  margin-top: 4vh;
}

.message-top-container p:last-of-type {
  margin-bottom: 0;
}

.message-top-container+.bids-container .section {
  padding-top: 5vh;
}

footer {
  color: #000;
  background-color: #F8F8F8;
}

footer .grid-container .grid-x {
  padding: 5vh 0;
}

footer .footer-logo {
  text-align: center;
}

footer .footer-logo img {
  height: 100%;
  max-width: 150px;
}

footer .footer-terms ul {
  list-style-type: none;
}

footer .footer-terms ul li {
  display: inline-block;
  position: relative;
}

footer .footer-terms ul li a {
  color: #000;
}

footer .footer-terms ul li::before {
  opacity: 0;
}

footer .footer-terms ul li:hover::before {
  opacity: 1;
}

footer .footer-terms ul li:not(:first-of-type) {
  margin-left: 50px;
}

footer .copyright {
  padding-top: 5vh;
}

footer .copyright a {
  color: #000;
}

footer .copyright strong {
  font-family: "Sf-Compact-Display-Bold";
  color: #637D96;
  position: relative;
}

footer .copyright strong::before {
  opacity: 0;
  bottom: 0;
}

footer .copyright strong:hover::before {
  opacity: 1;
}

::-webkit-scrollbar {
  width: 7.5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #637D96;
  border-radius: 5px;
}

.page-secondary .top-bar+.section {
  padding-top: 27vh !important;
}

body.page-secondary .section__title {
  font-size: 4rem;
}

body.page-secondary .top-bar .top-bar__up {
  background: #323232;
}

h2 {
  font-size: 2.25rem !important;
  margin-bottom: 0;
}

h3 {
  font-size: 3rem !important;
}

.gender svg {
  fill: #959595;
  width: 20px;
  height: 20px;
  margin-right: .25rem;
}

.black {
  color: #000;
}

footer .social svg {
  width: auto;
  height: 1.3rem;
  fill: #0982ec;
}

footer .social a+a {
  margin-left: 1rem;
}

.fixed-cta {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  height: 4rem;
  width: 4rem;
  z-index: 99;
}

@media only screen and (min-width: 1024px) {
  body.page-secondary .top-bar .top-bar__menu {
    background: #3E3E3E;
  }
}

@media only screen and (max-width: 1023px) {
  .section__title {
    padding-bottom: 7vh;
  }

  .top-bar .top-bar__up {
    background: rgb(50, 50, 50);
  }

  .top-bar .top-bar__up .my-account {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .top-bar .top-bar__up .logo {

    text-align: center;
  }

  .top-bar .top-bar__menu {
    position: absolute;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding-top: 5vh;
    top: 10vh;
    width: 100vw;
    margin-left: 120%;
    background: rgba(50, 50, 50, 0.7);
    height: 90vh;
  }

  .top-bar .top-bar__menu .grid-container {
    height: auto;
  }

  .top-bar .top-bar__menu .account {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .top-bar .top-bar__menu .account a {
    font-size: 1.5rem;
    font-family: "Sf-Compact-Display-Medium";
  }

  .top-bar .top-bar__menu .account .account-options {
    display: none;
  }

  .top-bar .top-bar__menu nav li {
    text-align: right;
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .top-bar .top-bar__menu nav li a {
    display: inline;
    font-size: 1.5rem;
    font-family: "Sf-Compact-Display-Medium";
  }

  .top-bar .top-bar__menu nav li:not(:first-of-type) {
    margin-top: 2vh;
  }

  .top-bar .top-bar__menu .my-account {
    width: 100%;
    margin-top: 5vh;
  }

  .top-bar .top-bar__menu .my-account div {
    width: 100%;
    text-align: right;
    margin: 0;
    margin-top: 2vh;
  }

  .top-bar .top-bar__menu .my-account div a {
    font-size: 1.5rem;
    font-family: "Sf-Compact-Display-Medium";
  }

  .top-bar .top-bar__menu .my-account div .account-options {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150%;
  }

  .top-bar .top-bar__menu .my-account div .account-options li {
    text-align: center;
    padding: 0;
  }

  .top-bar .top-bar__menu .my-account div .account-options li a::before {
    display: none;
  }

  .top-bar .top-bar__menu .my-account div .account-options li:last-of-type {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
  }

  .top-bar .top-bar__menu .languages {
    margin-top: 5vh;
  }

  footer .footer-logo {
    height: 15vh;
  }

  footer .footer-terms {
    text-align: center;
    margin-top: 5vh;
  }

  footer .footer-terms ul li {
    display: block;
    font-size: 1.25rem;
    margin-left: 0 !important;
  }

  footer .footer-terms ul li::before {
    display: none;
  }

  footer .footer-terms ul li a {
    display: inline-block;
  }

  footer .footer-terms ul li:not(:first-of-type) {
    margin-top: 3vh;
  }

  footer .copyright {
    text-align: center;
    font-size: 1.25rem;
  }

  body.page-secondary .section {
    padding-top: 10vh;
  }

  body.page-secondary .top-bar+.section {
    padding-top: 20vh !important;
  }
}

@media only screen and (max-width: 480px) {
  .section__title {
    width: 100% !important;
    font-size: 2.5rem !important;
    line-height: 3rem !important;
  }
}

.live span.status,
.available span.status {
  background-color: #2DBE3C;
}

.closed span.status,
.sold span.status {
  background-color: #595959;
}

.closed.future span.status {}

/*# sourceMappingURL=style.css.map */

.flex {
  display: flex;
}

.x-center {
  justify-content: center;
}