/** Shopify CDN: Minification failed

Line 2612:3 Expected identifier but found "#popupProductTitle"
Line 3098:18 "ext-decoration" is not a known CSS property
Line 3163:10 Expected ":"

**/
body, body p, .body, .body p, .body2, .body2 p, .body3, .body3 p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: calc(var(--font-heading-scale) * -.1rem);
}
html:not(.heading-font-loaded) h1, html:not(.heading-font-loaded) .h1 {
  font-size: calc(var(--font-heading-scale) * 5rem);
}
html:not(.heading-font-loaded) .homebanner h1, html:not(.heading-font-loaded) .homebanner .h1 {
  font-size: calc(var(--font-heading-scale) * 7rem);
}
h1, .h1 {
  font-size: calc(var(--font-heading-scale) * 7.4rem);
  line-height: 7.8rem;
}
h2, .h2 {
  font-size: calc(var(--font-heading-scale) * 5.2rem);
  line-height: calc(1.038462 /max(1,var(--font-heading-scale)));
}
h2.h3 {
  line-height: calc(1 + .35/max(1,var(--font-heading-scale)));
}
h3, .h3 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}
h4, .h4 {
  font-size: calc(var(--font-heading-scale) * 2.6rem);
  line-height: calc(1 + .23077/max(1,var(--font-heading-scale)));
}
p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
.button {
  padding-top: .9rem;
  padding-bottom: .9rem;
}
.header a, .header details, a.button, header-drawer .menu-drawer__close-button, button.button, form button.button {
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: calc(var(--font-heading-scale) * -.02rem);
}

.body, .body p {
  color: rgb(var(--color-foreground));
  font-size: 1.8rem;
  line-height: calc(1 + .444444 / var(--font-body-scale));
}
.body2, .body2 p {
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  line-height: calc(1 + .5 / var(--font-body-scale));
}
.body3, .body3 p {
  color: rgb(var(--color-foreground));
  font-size: 2rem;
  line-height: calc(1 + .4 / var(--font-body-scale));
}
.subtitle, .subtitle p {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: calc(1 + .233 / var(--font-body-scale));
  letter-spacing: -.01em;
  color: rgb(var(--color-foreground));
}

@media screen and (max-width: 989px) {
  html:not(.heading-font-loaded) h1, html:not(.heading-font-loaded) .h1 {
    font-size: calc(var(--font-heading-scale) * 4.8rem);
  }
  html:not(.heading-font-loaded) .homebanner h1, html:not(.heading-font-loaded) .homebanner .h1 {
    font-size: calc(var(--font-heading-scale) * 5.8rem);
  }
  h1, .h1 {
    font-size: calc(var(--font-heading-scale) * 4.8rem);
    line-height: 5rem;
  }
  h2, .h2 {
    font-size: calc(var(--font-heading-scale) * 4rem);
    line-height: 4rem;
  }
  h3, .h3 {
    font-size: calc(var(--font-heading-scale) * 2.8rem);
  }
  h4, .h4 {
    font-size: calc(var(--font-heading-scale) * 2rem);
    line-height: calc(1 + .2/max(1,var(--font-heading-scale)));
  }
  .body, .body p {
    font-size: 1.6rem;
    line-height: calc(1 + .5 / var(--font-body-scale));
  }
  .body3, .body3 p {
    font-size: 1.8rem;
    line-height: calc(1 + .44444 / var(--font-body-scale));
  }
  .subtitle, .subtitle p {
    font-size: 2rem;
    line-height: calc(1 + .2 / var(--font-body-scale));
  }
  .button, .shopify-challenge__button, .customer button, .customer a.button, button.button {
      padding-left: 2rem;
      padding-right: 2rem;
  }
}


/* Global Utility Styles */
.border-top-primary {
    border-top: 1px solid #cfa022;
}
.border-right-primary {
    border-right: 1px solid #cfa022;
}
.border-bottom-primary {
    border-bottom: 1px solid #cfa022;
}
.border-left-primary {
    border-left: 1px solid #cfa022;
}
.heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 6.4rem;
}
.text-medium {
  font-size: 2.6rem;
}
.color-primary {
  color: #cfa022;
}
.color-primary-alt {
  color: #bb8c0f;
}
.contain-image .media>img {
  object-fit: contain;
}
.rounded, .card .card__inner .card__media.rounded {
  border-radius: 12px;
  overflow: hidden;
}
.rotate180 {
  transform: rotate(180deg);
}


/* Buttons */

.button-container {
  display: flex;
  gap: 15px;
}
.customer .button-container {
  justify-content: center;
}
.button-container__vertical {
  align-items: center;
  flex-direction: column;
}
.customer .button-container__vertical {
  gap: 30px;
}
.button-container.button-container__vertical .button {
  width: 100%;
}
.button-container .button, .customer .button-container button, .customer .button-container a.button {
  margin: 0;
}
.customer .button-container {
  margin-top: 5rem;
}
.videoBackground .button-container {
  margin-top: 25px;
}
.button:before, .button:after {
  display: none;
}
.button, a.button, button.button {
  line-height: calc(1 + .22222 / var(--font-body-scale));
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
  transition: .25s ease background-color 0s;
  transition-property: background-color, color;
}
a.button {
  line-height: calc(1 + .202 / var(--font-body-scale));
}
.button, .button:hover, a.button, a.button:hover, button.button:hover {
  border: 1px solid rgba(var(--color-button),var(--alpha-button-background));
}
a.button, a.button:hover {
  text-decoration: none;
}
.button--primary:hover, a.button--primary:hover, button.button--primary:hover {
  background: transparent;
  color: rgb(var(--color-secondary-button-text));
}
.button--secondary, a.button--secondary, .customer .button--secondary, .customer a.button--secondary, button.button--secondary {
  background: transparent;
}
.button--secondary:hover, a.button--secondary:hover, .customer .button--secondary:hover, .customer a.button--secondary:hover, button.button--secondary:hover {
  background: rgba(var(--color-button),var(--alpha-button-background));
  color: #000;
}
.article-card:hover .article-card__footer a.button {
  background: transparent;
  color: #cfa022;
}
@media screen and (min-width: 990px) {
  .button-container.button-container__vertical .button {
    max-width: fit-content;
    width: auto;
  }
}


/* Inputs */
.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill, .customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding-left: 1.2rem;
}
.field__input:focus~.field__label,
.field__input:not(:placeholder-shown)~.field__label,
.field__input:-webkit-autofill~.field__label,
.customer .field input:focus~label,
.customer .field input:not(:placeholder-shown)~label,
.customer .field input:-webkit-autofill~label {
  left: calc(var(--inputs-border-width) + 1.2rem);
}
.field__input::placeholder, .field__label {
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
}
.field__label, .customer .field label {
  color: rgba(var(--color-foreground),.7);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 1.4rem;
  left: calc(var(--inputs-border-width) + 1.2rem);
  letter-spacing: -.01rem;
  line-height: 1.142857;
  margin-top: 8px;
  text-transform: uppercase;
  top: calc(.7rem + var(--inputs-border-width));
}
.field__input {
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1.2rem;
}
.field__input:focus~.field__label,
.field__input:not(:placeholder-shown)~.field__label,
.field__input:-webkit-autofill~.field__label,
.customer .field input:focus~label,
.customer .field input:not(:placeholder-shown)~label,
.customer .field input:-webkit-autofill~label {
  top: var(--inputs-border-width);
}


/* Header */
.section-header {
  height: 0;
  margin-bottom: 0px;
  overflow: visible;
  position: sticky;
}
.section-header sticky-header, .section-header sticky-header a {
  transition: .3s ease-out background-color 0s;
  transition-property: background-color, color;
}
.section-header.shopify-section-group-header-group {
  z-index: 4;
}
.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header .header-contents {
  display: flex;
  align-items: center;
  max-width: var(--page-width);
  width: inherit;
  justify-content: space-between;
  padding-left: 5rem;
  padding-right: 5rem;
}
.header__menu-item .icon-caret {
  top: 50%;
  transform: translateY(-60%);
}
details[open]>.header__menu-item .icon-caret {
  transform: rotate(180deg) translateY(60%);
}
.header__menu-item:hover, .header__menu-item[aria-current=page]:hover {
  text-decoration: underline;
}
.header.white .header__icon--search {
  color: #031c43;
}
.header nav.header__inline-menu {
  width: 100%;
}
.header__heading-link {
  padding: 0;
}
.header .header__heading, .header .header__heading-logo-wrapper {
  width: 95px;
}
.header--middle-left .header__heading-link, .header--top-left .header__heading-link {
  margin-left: 0;
}
header-menu {
  font-family: 'Cormorant Garamond', serif;
}
.list-menu--disclosure {
  width: 22rem !important;
}
.header:not(.drawer-menu) {
  padding-left: 4rem;
  padding-right: 4rem;
}
a.menu-drawer__account.link.focus-inset.h5.medium-hide.large-up-hide svg path {
  fill: #ffffff;
}
#HeaderDrawer-auction svg.icon path {
  fill: #0a1c41;
}
button.menu-drawer__close-button svg.icon path {
  fill: #0a1c41;
}
.link, .customer a {
    font-size: 1.8rem;
}
#MainContent .customer a {
    font-size: 1.6rem;
}
#MainContent .customer a.button {
    font-size: 1.8rem;
}
.customer .intro-message p {
    font-size: 1.8rem;
}
.intro-message~div>.form__message {
    margin-top: 50px;
}
@media screen and (max-width: 989px) {
  .header .header-contents {
    padding-left: 0;
    padding-right: 0;
  }
  .header .header__heading, .header .header__heading-logo-wrapper {
    width: 115px;
  }
  .header:not(.drawer-menu) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .customer .intro-message p {
    font-size: 1.6rem;
  }
  .template-product-auction-pro-template #MainContent {
      padding-left: 20px;
      padding-right: 20px;
  }
}


/* Header nav */

.header__menu-item {
    color: rgb(var(--color-foreground));
    padding: .9rem 1.3rem;
}
.header__menu-item:hover span {
  text-decoration: none;
}
.header__icons header-menu .header__menu-item {
    padding-top: 1.2rem;
}


/* Donate header menu link */

.header__inline-menu .list-menu.list-menu--inline li:has(#HeaderMenu-donate) {
  flex: 1;
  display: flex;
  justify-content: end;
}
.header__inline-menu .list-menu.list-menu--inline {
  width: 100%;
}
.header--middle-left {
  grid-template-columns: auto 1fr 0fr;
}
#HeaderMenu-donate {
  background-color: #CFA022;
  border: 1px solid #CFA022;
  color: #CFA022;
  padding-left: 3rem;
  padding-right: 3rem;
  transition: .25s ease background-color 0s;
  transition-property: background-color, color;
}
#HeaderMenu-donate:hover {
  background: transparent;
  border: 1px solid #CFA022;
  text-decoration: none;
}
#HeaderMenu-donate span {
  color: #000;
  transition: .25s ease color 0s;
}
#HeaderMenu-donate:hover span {
  color: #CFA022;
}
.header-wrapper--border-bottom {
  border: none;
}
@media screen and (max-width: 989px) {
  #HeaderMenu-donate {
    display: none;
  }
  #menu-drawer #HeaderMenu-donate {
    display: flex;
    width: 100%;
  }
  .header__icons {
    padding-right: 1.5rem;
    margin-left: auto;
  }
}

/* Predictive search */
.predictive-search__heading {
    color: #272727;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 1rem;
    text-transform: none;
}
.predictive-search__item, a.predictive-search__item {
    color: #272727;
    font-family: Inter, sans-serif;
    font-size: 16px;
    padding: 1rem;
}
.predictive-search__item .h5, a.predictive-search__item .h5 {
    color: #272727;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/* Width tweaks */

.page-width {
  padding: 0;
  position: relative;
  width: 100%;
}

.full-width {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* Custom content style overrides via Page Editor */
.image-with-text__text--caption {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}
.pad-right-none, .image-with-text__content.pad-right-none {
  padding-right: 0;
}
.pad-left-none, .image-with-text__content.pad-left-none {
  padding-left: 0;
}
@media screen and (max-width: 989px) {
  .pad-right-none, #MainContent .image-with-text__content, .image-with-text__content.pad-right-none {
    padding-right: 20px;
  }
  .pad-left-none, #MainContent .image-with-text__content, .image-with-text__content.pad-left-none {
    padding-left: 20px;
  }
}

/* Rich text */

.rich-text__blocks {
  max-width: 100rem !important;
}


/* Homepage banner */

.template-index .banner__content .banner__box {
  z-index: 2;
  width: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  max-width: 650px;
  padding: 40px 35px;
  background: #ffffffc7 !important;
  background-image: url(/cdn/shop/files/2XFJ6N4_7a6102dc-929a-403d-b002-e65a76708f17.jpg) !important;;
  background-blend-mode: color;
  background-position: 75% 18% !important;
}
.homepage-banner-img .banner__text {
  color: #000000;
  text-shadow: 0 0 black;
}
.homepage-banner-img .button:nth-child(2):after {
  box-shadow: none;
}


/* Homepage banner new */

@media screen and (min-width: 800px) {
  .homepage-banner-img .banner__content {
    max-width: 100%;
    margin-left: 10%;
  } 
}
@media screen and (min-width: 750px) {
  .homepage-banner-img {
    height: calc(100vh - 225px);
  }  
}
  .template-index .homepage-banner-img {
    min-height: 85rem !important;
  }
.homepage-banner-img .banner__box {
  z-index: 2;
  width: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  max-width: 650px !important;
  padding: 40px 35px;
  background: #fffffff0;
}
.homepage-banner-img .button:after {
  box-shadow: none;
}


/* Video banner */
.banner .banner__media  video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Multicolumn section */

.featured-grid-tiles .multicolumn-card__info {
  bottom: 18px;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.featured-grid-tiles .multicolumn-card__info .link.animate-arrow {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: .08em;
  padding: 15px 20px;
  text-transform: uppercase;
  background-color: #fffffff0;
  width: 50%;
  border-radius: 99px;
}
.featured-grid-tiles .multicolumn-card__info a {
  color: #031c43;
}
.multicolumn-list__item .multicolumn-card__image-wrapper--medium_icon-width {
    width: 55px;
}
.select .svg-wrapper, .customer select+.svg-wrapper {
    height: 1rem;
    width: 1.2rem;
}
.multicolumn-card__linkicon .svg-wrapper {
    height: 32px;
    width: 32px;
}
.multicolumn-list {
    position: relative;
}
.multicolumn-list.has-dividers li:after {
    background: #c5c5c5;
    content: '';
    height: 100%;
    position: absolute;
    right: -5px;
    top: 0;
    width: 1px;
}
.multicolumn-list.has-dividers li:last-child:after {
    display: none;
}
@media screen and (max-width: 989px) {
  .multicolumn.mobileMargin {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
  .icon-tile-blocks .grid {
    row-gap: calc(var(--grid-mobile-vertical-spacing) * 3);
  }
  .multicolumn-list.has-dividers li:after {
    bottom: 0;
    height: 1px;
    left: 20px;
    right: auto;
    top: auto;
    transform: translateY(calc(var(--grid-mobile-vertical-spacing) * 1.5));
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 500px) {
  .featured-grid-tiles .multicolumn-card__info .link.animate-arrow {
    width: 80%;
  }
  #vbox {
    min-width: 70%;
  }
}
@media screen and (min-width: 1500px) {
  .homepage-banner-img .banner__media-half:first-child {
    width: 65%;
  }
  .homepage-banner-img .banner__media-half:nth-child(2) {
    width: 35%;
  }
}
@media screen and (min-width: 990px) {
  .template-index .icon-tile-blocks li {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.card__information [data-auction-price] {
  line-height: 1;
  font-size: 2.2rem;
  font-weight: bold;
}
.card__information [data-auction-time] {
  color: rgb(112, 112, 112);
  font-size: 12px;
  line-height: 1;
  margin-top: 0 !important;
  text-align: center;
}
.card__information [data-auction-estimate] {
  font-size: 1.2rem;
  line-height: 1;
  color: rgb(112, 112, 112);
}
.card-wrapper .lotnum {
  position: absolute;
  z-index: 10;
  left: 0;
  margin: 4px;
}
.lotnum, .bidstatus {
  background: #031c43;
  border-radius: 4px;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 500;
  height: 28px;
  line-height: 2.2rem;
  padding: 0px 9px 0;
  width: fit-content;
}
.bidstatus {
  padding-top: 3px;
}
.card-wrapper .prod_tag {
  right: 0;
  position: absolute;
}
.prod_tag { 
  z-index: 10;
  background: #eee;
  padding: 2px 9px;
  margin-top: 5px;
  border-radius: 3px;
  color: white;
  background: #CFA022;
  width: fit-content;
}
.card-wrapper .watchlist {
  right: 0;
  position: absolute;
  z-index: 10;
  padding: 0 6px;
  margin: 4px;
  border-radius: 3px;
  color: #fff;
  background: #cfa022;
  width: fit-content;
  display: inline-flex;
  align-items: center;
}
.watchlist span {
  color: #000;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-width .3s ease,opacity .2s ease;
  white-space: nowrap;
}

.watchlist:hover span {
  margin-right: 8px;
  max-width: 120px; /* adjust to fit text */
  opacity: 1;
}
.watchlist>img {
  height: 18px;
}
/*
.product-card-wrapper.expired {
  opacity: 0.5;
}*/
/*a-loggedin="false"] ._a-container,
body[data-verified="false"] ._a-container {
  display: none;
}
*/


@media screen and (min-width: 990px) {
  .card-wrapper .lotnum {
    margin: 8px;
  }
  
  .card-wrapper .watchlist {
    margin: 8px;
    padding: 2px 8px;
  }
  .lotnum, .bidstatus {
    padding: 2px 9px 0;
    height: 32px;
  }
  .watchlist>img {
    height: 19px;
  }
}

body[data-loggedin="false"] .unverified-msg,
body[data-verified="true"] .unverified-msg {
  display: none;
}
body[data-loggedin="true"] .loggedout-msg {
  display: none;
}
body[data-loggedin="false"] #_a-auction-inputs {
  display: none;
}

.product__info-container a#productBidsCta {
  color: #cfa022;
  font-weight: 700;
}
#_a-auction-inputs #_a-countdown-timer,
#_a-auction-inputs #_a-end-date,
#_a-auction-inputs ._a-current-bid-font {
  display: none;
}
.product__info-wrapper [data-auction-price] {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 8px;
}
#_a-auction-inputs-container {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 20px;
}
#_a-auction-inputs-container ._a-float-left {
  float: none;
  display: inline;
}
#_a-auction-inputs-container ._a-float-left #_a-bid-btn {
  width: calc(100% - 124px);
}
#_a-auction-inputs-container ._a-float-left #_a-bid-input {
  width: 100px;
  padding-left: 20px !important;
  padding-right: 20px !important; 
}
._a-auction-input-container {
  border: none !important;
}
#_a-auction-inputs-container ._a-float-left:first-child::before {
  content: '£';
  position: absolute;
  color: #999;
  left: 5px;
  z-index: 10;
  padding-top: 0.3rem;
  font-size: 2rem;
  font-weight: bold;
}
.product__info-container ._a-current-bid-input {
  border: 1px solid #585858;
  border-radius: 4px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.product__info-container ._a-current-bid-input-btn {
  border-radius: 0 !important;
  color: #000 !important;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px !important;
  font-weight: 700;
  height: 42px;
  letter-spacing: 0;
  padding: 0 !important;
  min-width: 180px;
  transition: .2s ease background-color 0s;
  transition-property: background-color, color;
}
.product__info-container ._a-current-bid-input-btn:hover {
  background: transparent !important;
  color: #cfa022 !important;
}
.product__info-container ._a-current-bid-input-prompt {
  color: #272727;
  font-size: 16px !important;
}
.product__info-container #_a-auto-bid._a-modal-btn-link {
  border: 1px solid #cfa022;
  padding: 9px 30px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700 !important;
  font-size: 18px !important;
  text-decoration: none;
  transition: .2s ease background-color 0s;
  transition-property: background-color, color;
}
.product__info-container #_a-auto-bid._a-modal-btn-link:hover {
  background: #cfa022;
  color: #000 !important;
}
.product__info-container #_a-auto-bid._a-modal-btn-link:hover ._a-tooltip {
  font-family: Inter, sans-serif;
  font-weight: 400;
}
.product__info-container #_a-auto-bid._a-modal-btn-link ._a-tooltip > svg {
  left: 5px;
  position: relative;
  top: 3px;
  transition: .2s ease fill 0s;
  transition-property: fill, stroke;
}
.product__info-container #_a-auto-bid._a-modal-btn-link:hover ._a-tooltip > svg {
  fill: #000 !important;
  stroke: #000 !important;
}
.product__info-container #_a-error-message {
  max-width: 100% !important;
}
.product__info-container ._a-banner {
  padding: 15px;
  font-weight: 700;
}
.product__info-container ._a-banner-success {
  background: rgba(0, 136, 0, .05);
  color: #000;
}
.product__info-container ._a-banner-close-normal, .product__info-container ._a-banner-close-notification {
  color: #272727;
  font-size: 18px;
  line-height: 1.3em;
}
.product__info-container ._a-banner-notification {
  background: transparent;
  border: 1px solid #cfa022 !important;
  padding: 15px;
}
.product__info-container ._a-banner-notification ._a-banner-message, .product__info-container ._a-banner-success ._a-banner-message {
  color: #272727;
  font-size: 16px;
  line-height: 1.5em;
}

product-info div[data-auction-price]:before {
	font-size: 1.2rem;
	display: block;
	margin-bottom: -1rem;
	padding: 0;
	opacity: 0.8;
}
[data-has-bids="true"] product-info div[data-auction-price]:before {
  content: "Current bid";
}
[data-has-bids="false"] product-info div[data-auction-price]:before {
  content: "Bid from";
}
[data-has-bids="true"][data-has-ended="true"] product-info div[data-auction-price]:before {
  content: "Sold for";
}
[data-has-bids="false"][data-has-ended="true"] product-info div[data-auction-price]:before {
  display: none;
}
.product .product__info-container {
  display: grid;
  margin-top: 8px;
}
.product .product__info-container .lotnum,
.product .product__info-container .product__text ,
.product .product__info-container .product__title,
.product .product__info-container .prod_tag,
.product .product__info-container [data-auction-price],
.product .product__info-container [data-auction-time],
.product .product__info-container .unverified-msg,
.product .product__info-container div[id*="shopify-block-auction_pro_product_template_auction"]
{
  order: -1;
}
.template-product-auction-pro-template ._a-modal {
    color: #000;
}
.template-product-auction-pro-template ._a-modal-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -.02em;
}
.template-product-auction-pro-template table, .template-product-auction-pro-template table td, .template-product-auction-pro-template table th {
    border-color: #EEEBE4;
}
.template-product-auction-pro-template ._a-modal th {
    color: #000;
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: none;
}
.template-product-auction-pro-template ._a-modal-btn-confirm {
    background-color: #cfa022;
    border: 1px solid #cfa022;
    border-radius: 0;
    color: #000;
    font-family: 'Cormorant Garamond',serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    padding: 9px 30px;
}
.template-product-auction-pro-template ._a-modal-btn-confirm:hover {
    background-color: transparent;
    border: 1px solid #cfa022;
    color: #cfa022;
}
.template-product-auction-pro-template ._a-modal-btn-cancel {
    background-color: transparent;
    border: 1px solid #cfa022;
    border-radius: 0;
    color: #cfa022;
    font-family: 'Cormorant Garamond',serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    padding: 9px 30px;
}
.template-product-auction-pro-template ._a-modal-btn-cancel:hover {
    background-color: #cfa022;
    border: 1px solid #cfa022;
    color: #000;
}
.template-product-auction-pro-template ._a-padding-20 {
    padding: 10px 30px;
}
.template-product-auction-pro-template ._a-modal-header {
    border-bottom: none;
    text-align: center;
}
.template-product-auction-pro-template ._a-modal-footer {
    border-top: none;
    padding: 20px 30px 30px;
    text-align: center;
}
.template-product-auction-pro-template ._a-modal-close {
    background: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' class='icon icon-close' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3333 1.645L14.6883 0L8.16667 6.52167L1.645 0L0 1.645L6.52167 8.16667L0 14.6883L1.645 16.3333L8.16667 9.81167L14.6883 16.3333L16.3333 14.6883L9.81167 8.16667L16.3333 1.645Z' fill='%23585858'/%3E%3C/svg%3E") no-repeat center center;
    color: #272727;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    right: -2px;
    top: 5px;
}
.template-product-auction-pro-template ._a-modal-close>use {
    display: none;
}
@media only screen and (min-width: 990px) {
  .product .product__info-container {
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  .template-product-auction-pro-template table._a-modal-auction-bids td {
    font-size: 1em;
  }
}
@media only screen and (max-width: 989px) {
  .bidblock+.bidblock {
    margin-top: 10px;
    padding-top: 10px;
    position: relative;
  }
  .bidblock+.bidblock:before {
    border-top: 1px solid #d9d9d9;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
  }
  .template-product-auction-pro-template ._a-modal>._a-modal-container {
    border-radius: 0;
    max-height: 100dvh;
    width: 100%;
  }
  .template-product-auction-pro-template ._a-modal-title {
    font-size: 28px;
    line-height: 32px;
  }
  .template-product-auction-pro-template ._a-modal-close {
    right: -10px;
  }
  .template-product-auction-pro-template ._a-padding-20 {
    padding: 10px 20px;
  }
  .template-product-auction-pro-template ._a-modal-footer {
    padding: 20px;
  }
}


/* Multirow section */

.multirow .multirow__inner .image-with-text__text.image-with-text__text--caption {
    font-weight: 600;
    margin-bottom: 10px;
    color: #cda44f;
}
.multirow .multirow__inner h2.image-with-text__heading {
    text-transform: uppercase;
    font-size: 32px;
}
.image-with-text__additional-image img:hover {
    transform: scale(1.1);
}
.image-with-text__additional-image img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.featured-img-row img:hover {
    transform: scale(1.1);
    filter: brightness(90%);
}
.featured-img-row img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

.grid--3-col .grid__item {
  width: calc(23% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--xs-col-tablet .grid__item {
      width: calc(23% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
  .image-with-text__media-item--extrasmall {
    flex-grow: 0;
  }
}
@media screen and (min-width: 990px) {
  .grid--xs-col-desktop .grid__item {
    width: calc(23% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(23% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}


/* Product page */

.product__info-wrapper [data-auction-price] {
    font-weight: 500;
}
.product__text.caption-with-letter-spacing {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #cda44f;
}
.product .icon-with-text--horizontal {
    border-top: 1px solid #d9d9d9;
    padding-top: 30px;
    margin-top: 0px !important;
    margin-bottom: 0 !important;
}
.product .icon-with-text--horizontal .h4 {
    color: #272727;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    opacity: 1;
}
.product .product__description.rte.quick-add-hidden {
    margin-top: 0;
}
.template-product-auction-pro-template .accordion summary {
    padding: 15px 0;
}
.template-product-auction-pro-template .product .accordion__title {
    font-weight: 500;
}
.template-product-auction-pro-template ul.productspecs li .spec, .template-product-auction-pro-template ul.productspecs li .value {
    font-family: 'Cormorant Garamond',serif;
    font-size: 22px;
    letter-spacing: -.02em;
    line-height: 24px;
}
.template-product-auction-pro-template ul.productspecs li .value {
    font-weight: 500;
}
.template-product-auction-pro-template ul.productspecs li {
    padding-left: 0;
}
.template-product-auction-pro-template .accordion__title {
    font-weight: 700;
    letter-spacing: -.02em;
}
.template-product-auction-pro-template .accordion__content p {
    margin-bottom: 10px;
    margin-top: 10px;
}
.template-product-auction-pro-template .product__info-wrapper .icon-with-text .icon {
    height: 25px;
    width: 25px;
}
.product #_a-auction-inputs input#_a-bid-input {
    width: 100%;
}
#_a-auction-inputs-container ._a-float-left #_a-bid-btn {
    width: 100%;
}
a.button.registerReturn:hover {
    background: transparent;
    color: #cfa022;
}
.product .product__media-wrapper slider-component[id*=GalleryViewer] {
    background: #f5f3ee;
    border-radius: 12px;
}
.product .product-media-container, .product .product-media-container .image-magnify-full-size {
    background-color: #f5f3ee!important;
}
@media screen and (min-width: 750px) {
  .product .product__info-container .product__title, .product .product__info-container .bidblockcontainer, .product .product__info-container .product__description, .product .product__info-container .loggedout-msg, .product .product__info-container .unverified-msg, .product .product__info-container>h3, .product .product__info-container>p {
      margin-left: 70px;
      margin-right: 70px;
  }
}


/* Media queries */

@media screen and (min-width: 990px) {
    .header__inline-menu .list-menu.list-menu--inline li:has(#HeaderMenu-donate) {
        padding-right: 20px;
    }
    .header__inline-menu .list-menu.list-menu--inline {
        justify-content: flex-end;
        padding-left: 10px;
    }
  .template-product-auction-pro-template .accordion summary {
      padding: 22px 0;
  }
}
@media screen and (min-width: 750px) {
  .template-index .banner__box {
    max-width: 525px;
  }
   .banner--small:not(.banner--adapt) {
        min-height: 35rem !important;
    }
}
@media screen and (max-width: 749px) {
  .template-index .banner--large:not(.banner--adapt) {
    min-height: 70rem;
  }
  .template-index .banner:not(.banner--mobile-bottom):not(.email-signup-banner) .banner__box {
    width: 90%;
    background: #fffffff7;
    padding: 3rem;
  }
  .multirow .image-with-text__content {
    padding-left: 0 !important;
    padding-right: 0px;
  }
  .image-with-text__media-item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .product__info-container .icon-with-text--horizontal {
    align-items: center;
    flex-direction: column;
    gap: 25px;
  }
  .product__info-container .icon-with-text--horizontal .icon-with-text__item {
    width: 50%;
  }
}
.readmore.multirow .multirow__inner h2.image-with-text__heading {
  text-transform: none;
}
/*
.readmore .image-with-text__additional-image {
  position: absolute;
  top: 0;
  right: 4rem;
}
*/
@media screen and (min-width: 990px) {
  .readmore .image-with-text__additional-image {
    right: 7rem;
  }
}
.image-auto-height img {
  height: auto !important;
}

#vbox {
  display: none;
  position: fixed;
  max-width: 100vw;
  max-height: 100vh;
  margin-left: -300px;
  margin-top: -180px;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
  margin: auto;
  text-align: center;
}
#vbox video {
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 112 / 200;
  max-height: 100vh;
  max-width: 100vw;
}
#vbox-fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#vbox-close {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.vbox-close:before {
  content: "x";
}

#vbox-fade:hover ~ #vbox-close {
  display:none;
}
.video-link:before {
  margin: 15px;
  margin-left: 22px;
  width: 10px;
  z-index: 9;
}

.checklist ul {
  margin: 0;
  padding-left: 1.2rem;
}
.checklist ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 5px;
  height: 11px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #00a8a8;
  transform-origin: bottom left;
  transform: rotate(45deg);
}
.checklist ul li {
  position: relative;
  list-style-type: none;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}
table.multirow-block-header {
  width: 100%;
}
table.multirow-block-header , table.multirow-block-header tr, table.multirow-block-header tr td {
  border: none !important;
}
table.multirow-block-header  tr td:first-child {
  position: relative;
  width: 70%; 
}
table.multirow-block-header tr td:last-child{
  text-align: right;
}
table.multirow-block-header .fix-bottom {
  position: absolute;
  bottom: 0;
}
table.multirow-block-header .image-with-text__additional-image img {
  width: 100%;
  height: auto;
}


/* Pop up video */

#vbox {
  left: 50% !important;
  top: 50%;
  transform: translate(-50%, -50%);
  left: calc(50%) !important;
}
.tabbed-content {
  transition: visibility 0s, opacity 0.5s linear;
}
main .tabbed-content ~ .tabbed-content {
  display: none;
}
.tab-buttons {
  text-align: center;
  border-bottom: 2px solid #031c43;
}
.template-collection .tab-buttons {
  border: none;
}
button.tablinks {
  background: none;
  border: none;
  padding: 3rem 4rem;
  cursor: pointer;
  font-size: 2rem;
  color: #031c43;
  opacity: .6;
}
button.tablinks.active {
  font-weight: bold;
  opacity: 1;
}
.template-collection button.tablinks {
  color: #272727;
}

.team-list .multicolumn-card__info:has(h3 strong) {
  padding-bottom: 0;
}

.shopify-section:has(.register-banner):nth-child(2){
  display: none;
}
.menu-drawer details-modal {
  display: block;
}
div[id*=product-grid].tabbed-content.type-lots.active {
  margin-top: 0;
}
@media screen and (max-width: 989px) {
  .header__heading-logo {
    width: 115px;
  }
  #HeaderMenu-donate {
    padding: 8px;
  }
  .menu-drawer__menu-item {
    font-size: 18px !important;
  }
  .menu-drawer__utility-links {
    display: flex;
    justify-content: center;
  }
  .menu-drawer__utility-links details-modal.header__search {
    padding-right: 15px;
  }
  .tabbed-content.type-lots div[class*=product-grid-padding] {
    padding-top: 0;
  }
  div[id*=product-grid].tabbed-content.type-lots.active {
    margin-top: 20px;
  }
}
@media screen and (max-width: 749px) {
  button.tablinks {
    padding: .8rem 2rem;
  }
}
#_a-auction-modal-bid-confirm .bid-amount {
  font-weight: bold;
}
#_a-auction-inputs-container {
  display: none;
}
body.can-buy #_a-auction-inputs-container {
  display: block;
}

/* Auction Stats Grid */
.auction-stats-grid {
    font-weight: 600;
    line-height: 5rem;
    margin-top: 1rem!important;
    margin-bottom: 2rem;
    width: 100%;
}
.auction-stats-grid .infotable .cell {
    margin-top: 25px;
}
.auction-stats-grid .infotable .cell:first-child {
    margin-top: 0;
}
.auction-stats-grid .innerrow .heading {
    margin-right: 8px;
}
.auction-stats-grid .subtitle {
    font-size: 2.4rem;
    line-height: 2.4rem;
}
.auction-stats-grid .innerrow p {
    line-height: 2.4rem;
    margin-top: 16px;
    margin-bottom: 0;
}
.auction-stats-grid .innerrow:first-child {
    padding-bottom: 3px;
}
.auction-stats-grid .innerrow:last-child>span {
    position: relative;
    top: -7px;
}
.auction-stats-grid .infotable .cell.mobile-order-1 {
    order: 1;
}
.auction-stats-grid .infotable .cell.mobile-order-2 {
    order: 2;
}
.auction-stats-grid .infotable .cell.mobile-order-3 {
    order: 3;
}
.auction-stats-grid .infotable .cell.mobile-order-4 {
    order: 4;
}
@media screen and (min-width: 990px) {
  .auction-stats-grid {
      width: 98%;
      margin-top: 4rem!important;
      margin-bottom: 4rem;
  }
  .auction-stats-grid .infotable.desktop-cols-2 {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
  }
  .auction-stats-grid .infotable .cell {
      margin-top: 0;
  }
  .auction-stats-grid .innerrow:first-child {
      padding-bottom: 0;
  }
  .auction-stats-grid .infotable.desktop-cols-2 .cell {
      flex-basis: calc(50% - 20px);
  }
  .auction-stats-grid .infotable .cell.desktop-order-1 {
      order: 1;
  }
  .auction-stats-grid .infotable .cell.desktop-order-2 {
      order: 2;
  }
  .auction-stats-grid .infotable .cell.desktop-order-3 {
      order: 3;
  }
  .auction-stats-grid .infotable .cell.desktop-order-4 {
      order: 4;
  }
}
.card-information{
  display: flex;
  flex-direction: column;
}
.card-information div[data-auction-sold] {
  order: 1;
}
.product__info-container share-button,
.product__info-container ul.icon-with-text {
  order: 1;
}
.product__info-container .icon-with-text img {
  height: 24px;
}
.product__info-wrapper {
  text-align: center;
}
#_a-auction-inputs-container,
share-button {
  margin: auto !important;
}
.card__information [data-auction-sold],
.product__info-wrapper [data-auction-sold] {
    background: #0D1B3E;
    padding: 9px;
    border-radius: 10px;
    color: #fff;
    width: fit-content;
    font-size: 14px;
    margin: auto !important;
}
.card__content .card__information [data-auction-sold] {
      margin-top: 8px !important
}
.card__information [data-auction-price],
.card__information [data-auction-estimate],
.card__information [data-auction-sold] {
    margin: auto !important;
}
.card__information .card__heading {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
}
.blog .card__information .card__heading {
    text-align: left;
}
.card__information [data-auction-price] {
  font-size: 24px;
  font-weight: 600;
}
.card__information [data-auction-estimate] {
  font-size: 12px;
}
.card-information div {
  padding: 5px;
}
.product__info-wrapper .lotnum {
  margin: auto;
}
.product__info-wrapper .product__title h1 {
  font-size: 54px;
}

.product__info-wrapper [data-auction-price] {
  font-size: 40px;
}
.product__info-wrapper [data-auction-sold] {
  order: 0 !important;
}
.product__info-wrapper .product__title {
  margin-bottom: 0;
}

.template-product-auction-pro-template .accordion__title {
  font-size: 36px;
}
.template-product-auction-pro-template .product-estimate{
  font-size: 12px;
  margin: 0;
} 
.product__info-wrapper:has([data-auction-sold]) [data-auction-price]::before {
  content: 'Sold for';
  font-size: 16px;
}
[data-auction-price],
.lotnum,
.prod_tag {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
}
.template-collection section:first-child .banner__box .banner__heading:first-child:before {
    display: block;
    margin: auto;
    width: 80px;
    border-top: 1px solid #CFA002;
    content: "";
    padding-top: 20px;
    margin-top: 20px;
}
.template-collection section:first-child .banner__box .banner__text p {
    font-family: "Cormorant Garamond", serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.23077em;
    max-width: 600px;
    padding: 1.3rem 0 .7rem;
}
.template-collection .banner__box {
    border-radius: 12px;
}
.template-collection section:nth-child(2) .banner__heading {
    font-size: 54px;
    line-height: 54px;
}
.template-collection .tab-buttons {
    background: #F5F3EE;
}
.template-collection .tab-buttons button {
    font-family: "Cormorant Garamond", serif;
    font-size: 2.6rem;
    line-height: 3.2rem;
}
.template-collection .tab-buttons button.tablinks.active {
    font-weight: 600;
}
.template-collection .facets__heading,
.template-collection .facets__summary,
.template-collection .facet-filters__label,
.template-collection .product-count__text span,
.template-collection .field__input,
.template-collection .select__select{
    color: #000 !important;
    font-size: 16px;
    letter-spacing: 0;
}
.card-wrapper .card .card__inner,
.card-wrapper .card .card__inner .card__media {
    border-radius: 12px !important;
}
.tabbed-content.active {
    margin: 20px;
}
.mobile-facets__open-label {
    color: #000;
}
.facets__summary>div {
    gap: 8px;
}
#FacetsWrapperMobile button.button.button--primary, #FacetsWrapperMobile facet-remove {
    padding: 0;
    height: 47px;
    line-height: 43px;
    width: 50%;
    min-width: auto;
}
#FacetsWrapperMobile facet-remove>a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 44px;
    text-decoration: none;
    border: 1px solid #cfa022;
    height: 100%;
    text-align: center;
    transition: .2s ease all 0s;
    width: 100%;
}
#FacetsWrapperMobile facet-remove:hover>a {
    background: #cfa022;
    color: #000;
}
.template-product-auction-pro-template .shopify-section:first-child {
    margin-top: 85px;
}
@media screen and (max-width: 749px) {
  .template-product-auction-pro-template .shopify-section:first-child {
      margin-top: 95px;
  }
}

.register-banner.notloggedin .banner__media {
  display: none;
}
.register-banner.notloggedin .banner__content {
  top: -100px;
}
.register-banner.notloggedin {
  background: #eee;
  height: 240px;
}

.register-banner .content-container {
  background: none;
}
.register-banner .banner__heading,
.register-banner .banner__text p {
  color: #fff;
}
.template-collection section .register-banner .banner__box .banner__text:nth-of-type(2) p {
  background: #fff;
  border: 1px solid #cfa022;
  border-radius: 4px;
  color: #0d1b3e !important;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44444em;
  margin: auto;
  padding: 3px 15px;
  width: fit-content;
}
@media screen and (max-width: 749px) {
  .template-collection .tab-buttons {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 1.5rem 0;
  }
  .template-collection .tab-buttons button {
    font-size: 2.8rem;
  }
  .product__info-wrapper .product__title h1 {
    font-size: 40px;
  }

  .product__info-wrapper [data-auction-price] {
    font-size: 28px;
  }
  .template-product-auction-pro-template .accordion__title {
    font-size: 28px;
  }
  .card__information .card__heading {
    font-size: 28px;
  }
  .card__information [data-auction-price] {
    font-size: 20px;
  }
  .card__information [data-auction-estimate] {
    font-size: 11px;
  }
  #shopify-section-template--20907542413560__image_banner_PMDypb .banner__content {
      top: 0 !important;
      margin: 0 20px !important;
  }
  .banner--small.banner--mobile-bottom:not(.banner--adapt) .banner__media, .banner--small.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
      height: 600px;
  }
  .template-collection section:first-child .banner__box .banner__text p {
    font-size: 20px;
    line-height: 1.2em;
  }
  .template-collection section .register-banner .banner__box .banner__text:nth-of-type(2) p {
    font-size: 16px;
  }
  .register-banner.banner--mobile-bottom .banner__media,
  .register-banner.banner--stacked:not(.banner--mobile-bottom) .banner__media {
    position: absolute;
  }
  .register-banner.banner--mobile-bottom .banner__box {
    padding: 7rem 2rem 4rem;
  }
}


/* Blog/news listing pages */
.template-blog .card__information {
  padding-bottom: 0;
}
.template-blog .article-card .card__heading {
  display: -webkit-box;
  margin-bottom: 0.6rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.template-blog .card__information .card__heading {
  font-size: 4rem;
  line-height: 4.6rem;
}
.template-blog .card--standard.card--media .card__inner .card__information {
  display: block;
}
.template-blog .card--standard.card--media .card__inner .card__information .card__heading,
.template-blog .card--standard.card--media .card__inner .card__information .article-card__excerpt,
.template-blog .card--standard.card--media .card__inner .card__information .article-card__footer {
  display: none;
}
.template-blog .card--standard.card--media .card__inner .card__information .article-card__info.caption-with-letter-spacing {
  background: #f5f3ee;
  border-radius: 4px;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0;
  padding: 5px 10px;
  text-transform: none;
}
.template-blog .card .card__content .article-card__info.caption-with-letter-spacing {
    display: none;
}
.template-blog .article-card-wrapper .card .card__inner {
  align-items: flex-start;
}
.template-blog .underline-links-hover:hover a {
  text-decoration: none;
}
.template-blog .article-card .article-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.article-card-wrapper .gradient {
  background-color: transparent;
}
@media screen and (max-width: 749px) {
  .template-blog .blog-articles {
    padding-left: 20px;
    padding-right: 20px;
    row-gap: var(--grid-desktop-vertical-spacing);
  }
  .template-blog .card__information .card__heading {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}


/* Blog/news article page */
.article-template {
    padding-bottom: 100px;
}
h1.article-template__title {
    font-size: calc(var(--font-heading-scale) * 7.4rem);
}
.article-template span.caption-with-letter-spacing {
    display: inline-block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 3.2rem;
    margin: 20px 0 40px;
    text-transform: none;
}
.article-template__content img {
    border-radius: 12px;
    overflow: hidden;
}
.article-template__content img[style*="float: left"], .article-template__content img[style*="float: right"] {
    max-width: 50%;
}
.article-template .article-template__footer {
    display: flex;
    gap: 15px;
}
.article-template .article-template__footer > share-button {
    margin: 0 !important;
}
.article-template__footer .backlink:hover {
    background: #fff;
    color: #cfa022;
}
.article-template__footer .backlink .icon-wrap {
    margin-right: 10px;
}
.article-template__footer .backlink .icon-wrap .svg-wrapper {
    transform: rotate(180deg) translateY(-2px);
}
.article-template .article-template__footer > share-button button.share-button__button {
    border: 1px solid #cfa022;
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 600;
    height: 100%;
    line-height: 22px;
    padding: 9px 30px;
    transition: .2s ease-in-out all 0s;
}
.article-template .article-template__footer > share-button button.share-button__button:hover {
    background: #cfa022;
    color: #000;
    text-decoration: none;
}
@media screen and (max-width: 749px) {
  .article-template {
    padding-left: 20px;
    padding-bottom: 50px;
    padding-right: 20px;
  }
  h1.article-template__title {
    font-size: calc(var(--font-heading-scale) * 4.8rem);
  }
  .article-template span.caption-with-letter-spacing {
    font-size: 2rem;
    line-height: 2.4rem;
    margin: 15px 0 10px;
  }
  .article-template .article-template__content p {
    margin-top: 30px;
  }
  .article-template__content img[style*="float: left"], .article-template__content img[style*="float: right"] {
    max-width: 100%;
  }
  .article-template .article-template__footer > a, .article-template .article-template__footer > share-button {
    flex: 1 0 calc(50% - 15px);
  }
  .article-template .article-template__footer>share-button button.share-button__button {
    justify-content: center;
    padding: 9px 20px;
    width: 100%;
  }
}


/* Pagination */
.pagination__item--current:after, .pagination__item:hover:after {
  display: none !important;
}
.pagination__item {
    border: 1px solid #fff;
    color: #272727;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}
.pagination__item:not(.pagination__item--current):hover {
    border-color: #d9d9d9;
    color: #000;
}
.pagination__item.pagination__item--current {
    border-color: #cfa022;
    color: #cfa022;
    opacity: 1;
}


/* Forms and validation */
.form__message {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  padding: 12px 10px;
  text-align: left;
}
.form__message h2 {
  text-align: left;
}
.form__message.error {
  background: rgba(207,60,34,.05);
  border: 1px solid #cf3c22;
}
.form__message.success {
  background: rgba(0,136,0,.05);
  border: 1px solid #008800;
}
.form__message .form-status {
  align-items: center;
  display: flex;
  font-weight: 600;
  letter-spacing: 0;
}
.form__message .icon {
  height: 20px;
  margin-right: 1rem;
  width: 20px;
  vertical-align: text-bottom;
}
.form-status-list {
  padding: 0;
  margin: 1rem 0 0;
}
.form__message .form-status-list a.link {
  color: #272727;
  font-size: 16px;
  letter-spacing: 0;
  text-decoration: none;
}
.contact__field-error span.form__message {
  display: none;
}
.field--with-error:after {
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(207,60,34,var(--inputs-border-opacity));
}
.field:hover.field--with-error:after {
  box-shadow: 0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(207, 60, 34 ,var(--inputs-border-opacity));
}
input[type=checkbox] {
  height: 20px;
  margin: 0 7px 0 0;
  width: 20px;
  vertical-align: sub;
}
.field-checkbox__label {
  font-size: 14px;
}
.field-checkbox__label a {
  color: #cfa022;
}
.contact h3.form__message.success {
  font-size: 4rem;
  line-height: 4.6rem;
  justify-content: center;
  text-align: center;
}
.customer .form__message {
  align-items: flex-start;
}
.form__message .errors {
  font-size: 1.6rem;
}
.form__message .errors ul {
  padding-left: 2.4rem;
  margin-bottom: 0;
}
.header__submenu .customer-email,
.header__submenu .customer-email:hover {
  text-decoration: none;
  border-bottom: 1px solid #EEEBE4;
  color: #707070;
}
#HeaderMenu-account-buying-time-logout {
  border-top: 1px solid #EEEBE4;
  color: rgb(var(--color-link));
}

.customer.addresses h1,
.customer.addresses a[href="/account"] {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 30px;
}
.customer.addresses a[href="/account"] {
    border: 1px solid #CFA022;
    padding: 9px 30px;
    vertical-align: middle;
}
.customer.addresses ul[role="list"] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
}
.customer.addresses ul[role="list"] li {
    border: 1px solid #EEEBE4;
    padding: 20px;
    border-radius: 12px;
    height: fit-content;
}
.customer.addresses ul[role="list"] li button {
    /*min-width: calc(18rem - 26px + var(--buttons-border-width) * 2) !important;*/
    min-width: calc(50% - 15px);
    min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}
@media only screen and (min-width: 990px) {
  .customer.addresses ul[role="list"] {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
  }
}


body[data-verified="false"] .header__submenu li:has(a[href="/account?ma-view=bids"]) {
  display: none;
}
body.template-customers-account .shopify-block.shopify-app-block{
  display: none;
}
body.template-customers-account[data-maview="watchlist"] .shopify-block.shopify-app-block,
body.template-customers-account[data-maview="bids"] .shopify-block.shopify-app-block {
  display: block;
}
body.template-customers-account[data-maview="watchlist"] .customer,
body.template-customers-account[data-maview="bids"] .customer {
  display: none;
}
body.template-customers-account .shopify-block.shopify-app-block ._a-auction-customer-panel-header [data-view="watchlist"] {
  display: none;
}
body.template-customers-account[data-maview="watchlist"] .shopify-block.shopify-app-block ._a-auction-customer-panel-header {
  display: none;
}
body.template-customers-account .shopify-block.shopify-app-block  ._a-auction-customer-view-btn,
#_a-auction-dashboard-title {
  display: none;
}

body.template-customers-account .order-history,
body.template-customers-account .order-history-heading,
body.template-customers-account[data-maview="invoices"] .profile {
  display: none !important;
}
body.template-customers-account[data-maview="default"] .profile,
body.template-customers-account[data-maview="invoices"] .order-history,
body.template-customers-account[data-maview="invoices"] .order-history-heading {
  display: block;
}

body.template-customers-account .profile {
  max-width: 520px;
}

body.template-customers-account .profile .profile-field {
  margin-bottom: 24px;
}

body.template-customers-account .profile .field-heading {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  color: #666;
}

body.template-customers-account .profile .value {
  padding: 10px 12px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  border-radius: 4px;
}

body.template-customers-account .profile .value:hover {
  background: #f9f9f9;
}

body.template-customers-account .profile .js-profile-form {
  display: none;
  margin-top: 8px;
}

body.template-customers-account .profile .js-profile-form input {
  width: 100%;
  margin-bottom: 10px;
}

body.template-customers-account .profile .actions {
  display: flex;
  gap: 10px;
}

body.template-customers-account .profile .actions button {
  padding: 8px 14px;
}
body.template-customers-account .profile .actions button.js-cancel {
  background: #fff;
}
body.template-customers-account .profile input {
  display: inline;
  width: calc(50% - 4px) !important;
  padding: 6px;
  border-radius: 4px;
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

/* Shared transition styles */
body.template-customers-account .profile .js-profile-value,
body.template-customers-account .profile .js-profile-form {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* Default states */
body.template-customers-account .profile .js-profile-form {
  display: none;
  opacity: 0;
  transform: translateY(-4px);
}

body.template-customers-account .profile .js-profile-value {
  opacity: 1;
  transform: translateY(0);
}

/* Active editing state */
body.template-customers-account .profile .profile-field.is-editing .js-profile-value {
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
}

body.template-customers-account .profile .profile-field.is-editing .js-profile-form {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

body.template-customers-account .require-verification,
body.template-customers-account .account-verified {
  background: #f5f3ee;
  padding: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 80px;
}
body.template-customers-account .require-verification::before,
body.template-customers-account .account-verified::before {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  left: 20px;
  width: 160px;
  height: 40px;
  background-image: url(//ra-creative-demo.myshopify.com/cdn/shop/files/trust.png?v=1764579485);
  background-repeat: no-repeat;
  background-size: contain;
}

body.template-customers-account .profile-tabs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
body.template-customers-account .profile-tabs .profile-tab {
  cursor: pointer;
  display: inline;
  margin-right: 4rem;
  opacity: 0.6;
  font-size: 3rem;
}
body.template-customers-account .profile-tabs .profile-tab.active {
  cursor: default;
  font-weight: bold;
  text-decoration: underline;
  opacity: 1;
}
:has([data-tab="address"].profile-tab.active) .details,
:has([data-tab="profile"].profile-tab.active) .addresses {
  display: none;
}

body.template-customers-account .recently-viewed {
  display: none;
}

body.template-customers-account[data-maview="default"] .recently-viewed {
  display: block;
  margin-bottom: 40px;
}

/* Overlay background */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup box */
.overlay { display: none; }


.popup {
  position: relative;
  background: #fff;
  padding: 30px 40px;
  border-radius: 6px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* Close (X) button */
.popup .close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

.overlay {
  animation: fadeIn 0.25s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

body.popup-open {
  overflow: hidden;
}

body[data-verified="false"] #_a-modal-group {
  display:none;
}

form[action="/cart/add"] {
  display: none;
}

.shopify-block.shopify-app-block:has(.wishlist-hero-product-app-block){
  order: 1;
  margin: 0 auto 30px;
}

.wishlisthero-product-page-button-container button {
  background: transparent!important;
  border: 1px solid #cfa022!important;
  padding: 10px 22px!important;
  border-radius: 0;
  opacity: 1!important;
}
.wishlisthero-product-page-button-container button:hover {
  background: #cfa022!important;
  color: #000!important;
}
.wishlisthero-product-page-button-container button:hover>span>svg>path {
  fill: #000;
  stroke: #000;
}
.template-product-auction-pro-template .wishlisthero-product-page-button-container button svg {
  top: 1px !important;
  position: relative;
}
#_a-btn-watchlist {
  display: none;
}
.wishlist-hero-items-count.cart-count-bubble {
  right: 1rem;
  bottom: auto;
  left: auto;
  line-height: 0.5rem;
  font-size: 1.4rem;
  padding: 5px 6px;
}

/* Wishlist page */
div#wishlist-hero-shared-list-view {
  margin-top: 115px;
  padding-bottom: 35px;
}
h1.wishlist-hero-page-header {
  display: inline-block;
  font-size: 4.8rem !important;
  line-height: 5rem;
  width: 100%;
}
h1.wishlist-hero-page-header>svg {
  display: none;
}
.wishlist-hero-page-actions-bar {
  padding-bottom: 30px!important;
  text-align: center;
}
.wishlist-hero-page-actions-bar>span {
  display: inline-block;
  width: fit-content;
}
.wishlist-hero-page-actions-bar>span+span {
  margin-left: 10px;
}
.wishlist-hero-page-actions-bar>span>button {
  border: 1px solid #cfa022;
  border-radius: 0;
  font-family: 'Cormorant Garamond',serif!important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 5px 30px;
  text-transform: none;
}
.wishlist-hero-page-actions-bar>span>button:hover {
  background: #cfa022;
  border: 1px solid #cfa022;
  color: #000!important;
}
.wishlist-hero-page-actions-bar>span>button>.MuiButton-label {
  gap: 10px;
}
.wishlisthero-customer-view-listing .MuiGrid-item {
  text-align: center;
}
.wishlisthero-customer-view-listing .MuiGrid-item svg[data-icon=sign-in-alt] {
  display: none;
}
.wishlisthero-customer-view-listing .MuiGrid-item button {
  background: #cfa022;
  border: 1px solid #cfa022;
  border-radius: 0;
  color: #000;
  display: block;
  font-size: 18px!important;
  font-family: 'Cormorant Garamond',serif!important;
  font-weight: 700!important;
  letter-spacing: 0;
  margin: 20px auto 0;
  padding: 5px 30px;
  text-transform: none;
}
.wishlisthero-customer-view-listing .MuiGrid-item button:hover {
  background: transparent;
  color: #cfa022!important;
}
.wishlist-hero-list-footer {
  text-align: center;
}
.wishlist-hero-list-footer button.MuiButton-root {
  border: 1px solid #cfa022;
  font-family: 'Cormorant Garamond',serif!important;
  font-weight: 700;
  letter-spacing: 0;
  padding: 5px 30px;
  text-transform: none;
}
.wishlist-hero-list-footer button.MuiButton-root:hover {
  background: #cfa022;
  border: 1px solid #cfa022;
  color: #000 !important;
}
div#wishlist-hero-shared-list-view .wishlisthero-customer-view-listing .MuiGrid-container {
  justify-content: center;
  margin-top: 30px;
}
.wishlisthero-customer-view-listing .MuiGrid-spacing-xs-2 > .MuiGrid-item {
  padding: 30px 0;
}
.wishlist-hero-list-card .wishlist-hero-list-card-product-image[class*=jss] {
  background-size: contain;
  padding-top: 140%;
}
.wishlisthero-customer-view-listing .MuiCardHeader-content {
  font-family: 'Cormorant Garamond',serif;
}
.MuiCardHeader-title a.wishlist-hero-list-card-header-product-name {
  font-size: 28px !important;
  font-weight: 600;
  line-height: 34px;
  min-height: 1.6em!important;
}
.wishlisthero-customer-view-listing .wishlist-hero-list-card-header-added-on {
  color: #585858;
  font-size: 18px!important;
}
.wishlisthero-customer-view-listing .wishlist-hero-list-card-header-added-on:before {
  content: 'Added to list on ';
}
.wishlisthero-customer-view-listing .wishlist-hero-price-update {
  font-family: 'Cormorant Garamond',serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}
div#wishlist-hero-shared-list-view .wishlisthero-customer-view-listing .MuiGrid-container .MuiCard-root {
  box-shadow: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
div#wishlist-hero-shared-list-view .wishlisthero-customer-view-listing .MuiGrid-container .MuiCard-root p:first-child {
  order: 1;
}
div#wishlist-hero-shared-list-view .wishlisthero-customer-view-listing .MuiGrid-container .MuiCard-root .wishlist-hero-list-card-product-price,
div#wishlist-hero-shared-list-view .wishlisthero-customer-view-listing .MuiGrid-container .MuiCard-root .wishlist-hero-list-card-header {
  justify-content: center;
  order: 2;
  padding-top: 0;
}
div#wishlist-hero-shared-list-view .wishlisthero-customer-view-listing .MuiGrid-container .MuiCard-root .wishlist-hero-list-card-footer {
  order: 3;
}
.wishlisthero-customer-view-listing .MuiGrid-item button.wishlist-hero-list-card-footer-delete {
  margin: 0 auto!important;
  padding: 10px 30px;
}
.wishlisthero-customer-view-listing .MuiGrid-item button.wishlist-hero-list-card-footer-delete .MuiIconButton-label:after {
  content: 'Remove';
  margin-left: 10px;
}
.wishlist-hero-list-no-items-text {
  font-size: 16px;
}

@media screen and (min-width: 750px) {
  div#wishlist-hero-shared-list-view {
    margin-top: 145px;
    padding-bottom: 75px;
  }
  h1.wishlist-hero-page-header {
    font-size: 7.4rem!important;
    line-height: 7.8rem;
  }
  .wishlisthero-customer-view-listing .MuiGrid-spacing-xs-2 > .MuiGrid-item {
    padding: 10px 15px;
  }
  .wishlisthero-customer-view-listing .MuiGrid-item button {
    display: inline-flex;
    margin: 0 10px;
  }
  div#wishlist-hero-shared-list-view .wishlisthero-customer-view-listing .MuiGrid-container .MuiCard-root {
    margin-bottom: 30px;
  }
}

.product-card-wrapper .wishlist-hero-custom-button {
  top: -5px;
  right: 0 !important;
  opacity: 0;
  z-index: 100;
  width: 100% !important;
}
.product-card-wrapper .wishlist-hero-custom-button div, .product-card-wrapper .wishlist-hero-custom-button button {
  width: 125%!important;
  left: 5px;
  top: -9px;
}
.watchlist .watching {
  display: none;
}
.watchlist:has([aria-label="Remove from watchlist"]) span.watching {
  display: block;
}
.watchlist:has([aria-label="Remove from watchlist"]) img.heart-watching,
.watchlist img.heart-watch {
  display: block;
}
.watchlist:has([aria-label="Remove from watchlist"]) img.heart-watch,
.watchlist img.heart-watching {
  display: none;
}
.watchlist:has([aria-label="Remove from watchlist"]) span.watch {
  display: none;
}

h4.#popupProductTitle,
p.#popupProductPrice {
  margin: 5px;
}
#makeBidReturnPopup #popupProductEstimate {
    font-size: 1.2rem;
    line-height: 1;
    color: #707070;
    margin-bottom: 15px;
}
#makeBidReturnPopup #popupProductPrice {
    font-family: Cormorant Garamond, serif;
    font-size: 24px;
    font-weight: 600;
}






a.header__icon:has(svg.i
con-heart) .wishlist-hero-items-count.cart-count-bubble {
  top: 0;
  right: 0;
  height: auto;
}
a.header__icon svg.icon-heart {
  fill: inherit;
}
.color-scheme-7f215c1b-7c4f-4f68-b08e-dad2438b73c3 svg.icon-heart {
  filter: invert(1);
  transition: .2s ease filter 0s;
}

.recently-viewed:has(.grid__item) {
    display: block;
}
.recently-viewed {
    display: none;
}
.recently-viewed .card__heading {
  margin-bottom: 0;
}

#HeaderMenu-MenuList-13 {
  width: fit-content !important;
}

@media screen and (max-width: 989px) {
  #HeaderMenu-MenuList-13 {
    transform: translateX(31%) translateY(25px) !important;
    width: 97dvw !important;
  }
  details#Details-HeaderMenu-13[open]>.header__submenu {
    z-index: 4;
  }
}

@media screen and (min-width: 400px) and (max-width: 499px) {
  #HeaderMenu-MenuList-13 {
    transform: translate(28%) translateY(25px) !important;
    max-width: 400px;
  }
}
@media screen and (min-width: 500px) and (max-width: 599px) {
  #HeaderMenu-MenuList-13 {
    transform: translate(22%) translateY(25px) !important;
    max-width: 500px;
  }
}
@media screen and (min-width: 600px) and (max-width: 989px) {
  #HeaderMenu-MenuList-13 {
    transform: translate(20%) translateY(25px) !important;
    max-width: 500px;
  }
}

#popupProductImage {
  height: 30vh;
}

#popupProductEstimate,
#popupProductTitle,
#popupProductPrice {
    margin: 2px;
}
#popupProductEnd {
  color: #707070;
  font-size: 12px;
  line-height: 1;
  margin-top: 0 !important;
  text-align: center;
}

.recently-viewed .media {
    position: static;
}

.recently-viewed .product-card-wrapper {
  position: relative;
}

.recently-viewed .watchlist {
  display: none;
}

section:has([data-shop-id][data-anonymous-derples] ){
    display: none;
}

@media screen and (min-width: 990px) {
  .bt-details .multirow__inner {
      display: grid;
      grid-template-columns: 3fr 1fr;
  }
  .bidblock:has(.auctiondate) {
      border-left: 1px solid #d9d9d9;
  }
}

.bidblockcontainer {
  order: -1;
  line-height: 3.6rem;
}
.bidblock {
    display: inline-block;
    margin: auto;
    width: 100%;
}
.bidblock:has(.endsin):not(:has(.endsintext:not(:empty))) {
    display: none;
}
.bidblock .endsin {
    font-size: 40px;
    font-weight: 500;
    font-family: Cormorant Garamond, serif;
    margin-bottom: 8px;
}
.bidblock [data-auction-price]:before {
    display: none;
}
.bidblock a.auctionbids {
    color: #cfa022;
    font-weight: 600;
}
.bidblock a.auctionbids:after {
    content: ".";
    display: inline-block;
  text-decoration: none;
}
.bidstatus {
  margin: auto !important;
}
product-info:has([data-auction-sold]) #wishlist-hero-product-page-button {
  display: none;
}
.card-wrapper[data-has-ended="true"] .watchlist:has([title="Add to watchlist"]){
    display: none !important;
}

.pxFormGenerator {
    background: #fff;
    border-radius: 8px;
    display: none;
    max-height: 100dvh;
    max-width: 600px;
    overflow: auto;
    padding: 3rem;
    position: relative;
    width: 90%;
}
.popup-overlay .pxFormGenerator {
    display: none;
}
.popup-overlay.overlay-active .pxFormGenerator.popup-active {
    display: block;
}
.popup-overlay {
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    inset: 0;
    justify-content: center;
    position: fixed;
    z-index: 9999;
}
.popup-overlay.overlay-active {
    display: flex;
}
.pxFormGenerator #wizard-validation-form .form_generater_form_div {
    border: none!important;
    font-family: Inter, sans-serif !important;
    letter-spacing: 0 !important;
    padding: 0;
}
body[class*=template] .pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .form_title_div h3, body[class*=template] .pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div h3 {
    color: #000 !important;
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem !important;
    letter-spacing: 0 !important;
    margin: 0 0 25px 0;
    text-align: center;
}
body[class*=template] .pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .btn {
    background: #cfa022 !important;
    border: 1px solid #cfa022 !important;
    border-radius: 0 !important;
    color: #000 !important;
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px !important;
    letter-spacing: 0 !important;
    min-width: 180px;
    width: auto;
}
body[class*=template] .pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .btn:hover {
    background: #fff !important;
    border: 1px solid #cfa022 !important;
    color: #cfa022 !important;
}
body[class*=template] .pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .form-control {
    border-radius: 4px;
    border-color: #272727;
    box-shadow: none;
    font-family: Inter, sans-serif;
    font-size: 16px !important;
    letter-spacing: 0 !important;
    height: 4.5rem;
    padding: .75rem 1.2rem;
}
body[class*=template] .pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div textarea.form-control {
    height: 130px !important;
}
body[class*=template] .pxFormGenerator div[class*=hulk_form] .formContainer #formGeneratorForm .form_generater_form_div label {
    margin-bottom: 2px;
}
body[class*=template] .pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .block_label {
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0 !important;
    text-transform: uppercase;
}
body[class*=template] .pxFormGenerator div[class*=hulk_form] .formContainer #formGeneratorForm .form_generater_form_div .alert-danger,
body[class*=template] .pxFormGenerator div[class*=hulk_form] .formContainer #formGeneratorForm .form_generater_form_div .panel-danger>.panel-heading {
    color: #272727;
    background-color: transparent;
    border-color: none;
}
body[class*=template] .pxFormGenerator div[class*=hulk_form] .formContainer #formGeneratorForm .form_generater_form_div div.alert-danger {
    color: #272727;
    background-color:rgba(207, 60, 34, 0.05);
    border-color: #CF3C22;
}
body[class*=template] .pxFormGenerator div[class*=hulk_form] .formContainer #formGeneratorForm .form_generater_form_div .alert>p {
    font-family: Inter, sans-serif;
    font-size: 16px;
    letter-spacing: 0 !important;
}
@media screen and (max-width: 989px) {
  .pxFormGenerator {
    height: 85dvh;
    width: 100%;
}
}

@layer utilities {
  body[class*=template] .pxFormGenerator div[class*=hulk_form] .formContainer #formGeneratorForm .form_generater_form_div input.form-control,
  body[class*=template] .pxFormGenerator div[class*=hulk_form] .formContainer #formGeneratorForm .form_generater_form_div textarea.form-control,
  body[class*=template] .pxFormGenerator div[class*=hulk_form] .formContainer #formGeneratorForm .form_generater_form_div select.form-control:focus,
  body[class*=template] .pxFormGenerator div[class*=hulk_form] .formContainer #formGeneratorForm .form_generater_form_div .checkbox-inline label,
  body[class*=template] .pxFormGenerator div[class*=hulk_form] .formContainer #formGeneratorForm .form_generater_form_div checkbox-inline input[type="checkbox"] + label,
  body[class*=template] .pxFormGenerator div[class*=hulk_form] .formContainer #formGeneratorForm .form_generater_form_div .checkbox-inline input[type="checkbox"] + label a,
  body[class*=template] .pxFormGenerator div[class*=hulk_form] .formContainer #formGeneratorForm .form_generater_form_div .radio-inline label,
  body[class*=template] .pxFormGenerator div[class*=hulk_form] .formContainer #formGeneratorForm .form_generater_form_div .radio-inline input[type="radio"] + label {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 990px) {
  .bidblock {
      width: 45%;
  }

  .product__info-container>*+*.product-enquire {
      max-width: 180px;
      margin-left: auto;
      margin-right: auto;
  }
}

.bt-details {
    padding-left: 20px;
    padding-right: 20px;
}
.bt-details .multirow__inner {
    grid-auto-flow: column;
    column-gap: 10%;
    row-gap: 0;
}
.bt-details .multirow__inner .liq {
    grid-row: span 2;
    align-self: start;
    margin-top: 40px;
    width: 100%;
}
.bt-details h3 {
    margin-top: 35px;
    margin-bottom: 20px;
}
.bt-details .details:first-child h3 {
    margin-top: 0;
}
.bt-details a {
    color: #cfa022;
}
.bt-details a:hover, .bt-details a:focus, .bt-details a:active {
    color: #272727;
}
.bt-details ul {
    padding-left: 1.1em;
}
#MainContent .bt-details .image-with-text__content, .bt-details .image-with-text__content.pad-right-none {
  padding-right: 0;
}
.bt-details .auction-stats-grid {
    margin-bottom: 0;
    margin-top: 1.5rem!important;
}
.bt-details .auction-stats-grid .innerrow p {
  margin-top: 20px;
}
@media screen and (min-width: 990px) {
  .bt-details {
      padding-left: 0;
      padding-right: 0;
  }
  .bt-details .details:first-child h3 {
      margin-top: 35px;
  }
  .bt-details .multirow__inner .liq {
    width: auto;
  }
}

#accountValidationPopup p{
    font-size: 1.4rem;
}

#_a-auction-items ._a-auction-customer-badge {
        padding: 2px 9px 0;
    border-radius: 4px;
    font-weight: 500;
    height: 32px;
    background: #031c43;
    color: #fff;
    width: fit-content;
    line-height: 2.2rem;
}

#_a-auction-items button:first-child {
    background: #cfa022;
    border: 1px solid #cfa022;
    color: #fff;
    padding: 10.4px 21.6px;
    font-size: 14.928px;
    border-radius: 3px;
}

#_a-auction-items button {
    background: transparent;
    border: 1px solid #cfa022;
    color: #cfa022;
    padding: 10.4px 21.6px;
    font-size: 14.928px;
    border-radius: 3px;
}
._a-auction-customer-header-active,
._a-auction-customer-header-inactive:hover {
    border-color: #031c43;
}

.endingsoon {
  color: red;
}
.video-saturate video {
  filter: saturate(0.1);
}
.footer-block:has([data-anonymous-derples]) {
  display:none;
}
.legal, .legal a {
  font-size: 12px !important;
  font-weight: normal;
  color: #777;
}
#_a-btn-add-to-cart {
    display: none;
}

#_a-btn-add-to-cart {
    display: none;
}
#_a-auction-inputs:has(#_a-bids-complete) {
    border-radius: 4px;
    border: 1px solid #eeebe4;
    display: block!important;
    margin-bottom: 15px;
    padding: 20px 20px 0;
}
._a-row:has(#_a-btn-complete-purchase) #_a-auction-inputs {
    border-bottom: none;
    margin-bottom: 0;
}
#_a-auction-inputs:has(#_a-bids-complete) #_a-countdown-timer,
#_a-auction-inputs:has(#_a-bids-complete) #_a-end-date,
#_a-auction-inputs:has(#_a-bids-complete) ._a-current-bid-font {
    display: block;
}

body:has(#_a-auction-inputs #_a-bids-complete) ._a-display-flex._a-flex-dir-col {
    margin: auto !important;
    display: block !important;
}
#_a-auction-inputs ._a-timer[data-date-numeric="false"] {
  font-size: 40px !important;
}

.product #_a-auction-inputs #_a-countdown-timer {
    font-family: 'Cormorant Garamond',serif;
    letter-spacing: -.02em;
    line-height: 4.6rem;
    margin-bottom: 2rem;
}
.product #_a-auction-inputs #_a-countdown-timer~.item-sold-message.bidstatus {
    display: none;
}
.product #_a-auction-inputs ._a-auction-input-container {
    margin-top: 5px;
    margin-bottom: 5px;
}
#_a-bids-complete._a-modal-btn-link {
    color: #cfa022;
}
#_a-auction-inputs:has(#_a-bids-complete)~div:has(#_a-btn-complete-purchase) {
    border-left: 1px solid #eeebe4;
    border-right: 1px solid #eeebe4;
    border-bottom: 1px solid #eeebe4;
    display: flex;
    padding-top: 5px;
    padding-bottom: 25px;
    margin-bottom: 10px;
    position: relative;
    top: -7px;
}
.recently-viewed .card__inner .card__heading {
  display: none;
}
.popup-scroll {
  max-height: 250px;
  overflow-y: auto;
  border: 1px solid #eee;
  padding: 16px;
  margin-bottom: 16px;
}

.popup-agree {
  margin-bottom: 16px;
}

.popup-agree input {
  margin-right: 8px;
}
.popup-scroll h2 {
    font-size: 22px !important;
    text-align: left;
}
.popup-scroll p {
    font-size: 16px !important;
    text-align: left;
}


.globo-form-app button[type="submit"] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 .ter;
    font: inherit;ext-decoration: none;
    color: rgb(var(--color-button-text));
    appearance: none;
    border-radius: 0 !important;
    border: none !important;
    width: fit-content !important;
    margin: auto !important;
    background-color: rgba(var(--color-button), var(--alpha-button-background));
}
.globo-form-app button[type="submit"]:hover {
    background: transparent;
    color: rgb(var(--color-secondary-button-text));
    border: 1px solid rgba(var(--color-button), var(--alpha-button-background)) !important;
}

#termsPopup .button {
    padding: 2px !important;
    font-size: 14px;
}

/* Use different number style for the auction-signup page heading as the 1 looks like an I by default
Need to revisit this and decide if it should be global */
body.template-page-softlaunch-auction.gradient .videoBoxInfo h1 {
    font-feature-settings: "lnum" 1;
}

.globo-form-control .text-smaller {
  top: -0.2rem;
  position: relative;
}
.label-content p .text-danger.text-smaller {
  font-size: 8px;
  position: relative;
  top: -0.8rem;
}

[data-id="134130"] .heading-caption {
    display: none;
}
[data-id="134130"] .heading-title.globo-heading{
    margin-bottom: 0;
}
[data-id="134130"] [data-type="paragraph"],
[data-id="134130"] [data-type="heading"] {
    margin-bottom: 10px !important;
}

#blogpost-template--20907542446328__featured_blog_U4Afma-1.blog__post_custom p.article-card__excerpt {
  margin-bottom: 0;
}
#blogpost-template--20907542446328__featured_blog_U4Afma-1.blog__post_custom .article-card__footer {
    order: 1;
    bottom: -8px;
    position: absolute;
    width: calc(100% - 40px);
}
@media screen and (min-width: 924px) {
  #blogpost-template--20907542446328__featured_blog_U4Afma-1.blog__post_custom .article-card__footer {
    width: calc(100% - 60px);
  }
}
#blogpost-template--20907542446328__featured_blog_U4Afma-1.blog__post_custom .article-card .article-card__footer a.button {
    background: transparent;
    color: rgba(var(--color-button),var(--alpha-button-background));
    border: none;
    margin 0;
    padding: 0;
    justify-content: right !important;
    width: 100%;
}

#blogpost-template--20907542446328__featured_blog_U4Afma-1.blog__post_custom img {
  -webkit-filter: grayscale; 
  -webkit-filter: brightness(50%); 
}

