#newsletter-forms {
  width: 100%;
}
#newsletter-forms * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#newsletter-forms .form-nwl-container {
  width: 100%;
  max-width: 370px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#newsletter-forms .form-nwl-container .form-nwl-input-email#newsletter-email {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #777777;
  padding: 9px;
  margin: -1px 0 0 0;
  color: #000000;
  border-radius: 0;
  font-family: "Plain", serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
#newsletter-forms .form-nwl-container .form-nwl-btn-submit {
  width: 40px;
  height: 100%;
  background: #777777;
  border-radius: 0;
  font-family: "Plain", serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  border: 1px solid #777777;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #FFFFFF;
  margin-top: -1px;
  margin-left: -1px;
}
#newsletter-forms .form-nwl-container .form-nwl-btn-submit:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  color: #000000;
}

.dark-mode #newsletter-forms .form-nwl-container .form-nwl-input-email#newsletter-email {
  border: 1px solid #777777;
  color: #FFFFFF;
  background: #000000;
}
.dark-mode #newsletter-forms .form-nwl-container .form-nwl-btn-submit {
  background: #000000;
  border: 1px solid #777777;
  color: #FFFFFF;
}
.dark-mode #newsletter-forms .form-nwl-container .form-nwl-btn-submit:hover {
  color: #FFFFFF;
}

#post-contributor-element.post-contributor.section {
  width: 100%;
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: #DEDEDE;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 50px;
  position: relative;
}
#post-contributor-element.post-contributor.section .post-cont-container.container-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#post-contributor-element.post-contributor.section .post-cont-container.container-infos .post-cont-image {
  width: 82px;
  margin-right: 10px;
}
#post-contributor-element.post-contributor.section .post-cont-container.container-infos .post-cont-image img {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 80px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#post-contributor-element.post-contributor.section .post-cont-container.container-infos .post-cont-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#post-contributor-element.post-contributor.section .post-cont-container.container-infos .post-cont-info .name-heading-title {
  color: var(--e-global-color-08abb50);
  font-family: var(--e-global-typography-4c704a0-font-family), Sans-serif;
  font-size: var(--e-global-typography-4c704a0-font-size);
  font-weight: var(--e-global-typography-4c704a0-font-weight);
  text-transform: var(--e-global-typography-4c704a0-text-transform);
  line-height: var(--e-global-typography-4c704a0-line-height);
  letter-spacing: var(--e-global-typography-4c704a0-letter-spacing);
  word-spacing: var(--e-global-typography-4c704a0-word-spacing);
  margin-bottom: 10px;
}
#post-contributor-element.post-contributor.section .post-cont-container.container-infos .post-cont-info .date-heading-title {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-a01dc48-font-family), Sans-serif;
  font-size: var(--e-global-typography-a01dc48-font-size);
  font-weight: var(--e-global-typography-a01dc48-font-weight);
  text-transform: var(--e-global-typography-a01dc48-text-transform);
  line-height: var(--e-global-typography-a01dc48-line-height);
  letter-spacing: var(--e-global-typography-a01dc48-letter-spacing);
  word-spacing: var(--e-global-typography-a01dc48-word-spacing);
}
#post-contributor-element.post-contributor.section .post-cont-container.container-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#post-contributor-element.post-contributor.section .post-cont-container.container-links .grid-icon-item {
  display: inline-block;
}
#post-contributor-element.post-contributor.section .post-cont-container.container-links .grid-icon-item .grid-icon-item-link i {
  color: #AAA;
  font-size: 20px;
}
#post-contributor-element.post-contributor.section .post-cont-container.container-links .grid-icon-item .grid-icon-item-link svg {
  height: 19px;
}
#post-contributor-element.post-contributor.section .post-cont-container.container-links .grid-icon-item .grid-icon-item-link svg path {
  fill: #AAA;
  font-size: 20px;
}
#post-contributor-element.post-contributor.section .post-cont-container.container-links .grid-icon-item .grid-icon-item-link:hover i {
  color: #000;
}
#post-contributor-element.post-contributor.section .post-cont-container.container-links .grid-icon-item .grid-icon-item-link:hover svg path {
  fill: #000;
}

#post-type-filter.post-type-filter.section {
  width: 100%;
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: #DEDEDE;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  padding: 14px 0;
}
#post-type-filter.post-type-filter.section .post-type-filter-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#post-type-filter.post-type-filter.section .post-type-filter-form .post-type-terms {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
}
#post-type-filter.post-type-filter.section .post-type-filter-form .post-type-terms .term-btn {
  color: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
#post-type-filter.post-type-filter.section .post-type-filter-form .post-type-terms .term-btn .term {
  font-family: "Plain", serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #818181;
  cursor: pointer;
  display: block;
}
#post-type-filter.post-type-filter.section .post-type-filter-form .post-type-terms .term-btn .term.active, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-terms .term-btn .term:hover, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-terms .term-btn .term:focus {
  color: #000000;
}
#post-type-filter.post-type-filter.section .post-type-filter-form .post-type-terms .term-btn input {
  display: none;
}
#post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action {
  color: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  font-family: "Plain", serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #818181;
}
#post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.btn, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.select {
  padding: 3px;
  border: 1px solid #818181;
  border-radius: 0;
  font-family: "Plain", serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #818181;
  cursor: pointer;
  display: block;
  min-height: 0;
}
#post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.btn .term, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.select .term {
  font-family: "Plain", serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #818181;
  cursor: pointer;
  display: block;
}
#post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.btn .term.active, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.btn .term:hover, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.btn .term:focus, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.btn .term:checked, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.btn .term:active, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.select .term.active, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.select .term:hover, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.select .term:focus, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.select .term:checked, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.select .term:active {
  color: #000000;
}
#post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.btn.active, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.btn:hover, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.btn:focus, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.btn:checked, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.btn:active, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.select.active, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.select:hover, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.select:focus, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.select:checked, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.select:active {
  border: 1px solid #000000;
}
#post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.btn.active .term, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.btn:hover .term, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.btn:focus .term, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.btn:checked .term, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.btn:active .term, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.select.active .term, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.select:hover .term, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.select:focus .term, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.select:checked .term, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.select:active .term {
  color: #000000;
}
#post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.btn input, #post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.select input {
  display: none;
}
#post-type-filter.post-type-filter.section .post-type-filter-form .post-type-filter-action .action.select {
  position: relative;
  background-image: url("/wp-content/uploads/2023/11/Path-261.png");
  background-position-x: calc(100% - 3px);
  background-position-y: 7px;
  background-repeat: no-repeat;
}

#header-collectible_categories-list.categories-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
#header-collectible_categories-list.categories-grid .category-item .category-link {
  color: var(--e-global-color-08abb50);
}
#header-collectible_categories-list.categories-grid .category-item .category-link:hover {
  text-decoration: underline;
  color: var(--e-global-color-08abb50);
}
#header-collectible_categories-list.categories-grid .category-item .category-link .category-name {
  font-size: var(--e-global-typography-4b57626-font-size);
  line-height: var(--e-global-typography-4b57626-line-height);
  letter-spacing: var(--e-global-typography-4b57626-letter-spacing);
  word-spacing: var(--e-global-typography-4b57626-word-spacing);
  color: var(--e-global-color-08abb50);
  font-family: var(--e-global-typography-4b57626-font-family), Sans-serif;
  font-weight: var(--e-global-typography-4b57626-font-weight);
}

#header-whitewaller_terms-group-list.terms-group-grid {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
#header-whitewaller_terms-group-list.terms-group-grid .group-item .group-link {
  color: var(--e-global-color-secondary);
}
#header-whitewaller_terms-group-list.terms-group-grid .group-item .group-link:hover {
  color: var(--e-global-color-secondary);
}
#header-whitewaller_terms-group-list.terms-group-grid .group-item .group-link .group-name {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-253a66c-font-family), Sans-serif;
  font-size: var(--e-global-typography-253a66c-font-size);
  font-weight: var(--e-global-typography-253a66c-font-weight);
  text-transform: var(--e-global-typography-253a66c-text-transform);
  line-height: var(--e-global-typography-253a66c-line-height);
  letter-spacing: var(--e-global-typography-253a66c-letter-spacing);
  word-spacing: var(--e-global-typography-253a66c-word-spacing);
}
#header-whitewaller_terms-group-list.terms-group-grid .group-item .term-item .term-link {
  color: var(--e-global-color-08abb50);
}
#header-whitewaller_terms-group-list.terms-group-grid .group-item .term-item .term-link:hover {
  text-decoration: underline;
  color: var(--e-global-color-08abb50);
}
#header-whitewaller_terms-group-list.terms-group-grid .group-item .term-item .term-link .term-name {
  font-size: var(--e-global-typography-4b57626-font-size);
  line-height: var(--e-global-typography-4b57626-line-height);
  letter-spacing: var(--e-global-typography-4b57626-letter-spacing);
  word-spacing: var(--e-global-typography-4b57626-word-spacing);
  color: var(--e-global-color-08abb50);
  font-family: var(--e-global-typography-4b57626-font-family), Sans-serif;
  font-weight: var(--e-global-typography-4b57626-font-weight);
}

#search-section .search-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#search-section .search-form #search-input {
  font-family: var(--e-global-typography-f9eee01-font-family), Sans-serif;
  font-size: var(--e-global-typography-f9eee01-font-size);
  font-weight: var(--e-global-typography-f9eee01-font-weight);
  line-height: var(--e-global-typography-f9eee01-line-height);
  letter-spacing: var(--e-global-typography-f9eee01-letter-spacing);
  word-spacing: var(--e-global-typography-f9eee01-word-spacing);
  background-color: #FFFFFF;
  border-color: #BABABA;
  border-width: 1px 1px 1px 1px;
  border-radius: 0;
}
#search-section .search-form #search-input:focus {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#search-section .search-form .popular-searches {
  margin-top: 15px;
}
#search-section .search-form .popular-searches .popular-searches-title {
  color: var(--e-global-color-secondary);
  font-family: "Plain", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
#search-section .search-form .popular-searches .popular-search-items {
  width: 75%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#search-section .search-form .popular-searches .popular-search-items .popular-item {
  display: block;
  font-family: "Plain", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px 2px;
  border-radius: 20px;
  cursor: pointer;
}
/*# sourceMappingURL=app.css.map */