/*
Theme Name: Match
theme	Theme URI: match.com
Description: The theme for WordPress. Designed with LOVE by DigitalDesign.NYC
Author: dd.nyc
Version: 1.a
*/

.footer {
  position: relative;
  isolation: isolate;
  background-image: none;
}

.footer > .wrapper {
  position: relative;
  z-index: 1;
}

.footer-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: inherit;
  contain: strict;
}

.footer-stage__frame {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  backface-visibility: hidden;
}

.footer-stage__frame--0 {
  opacity: 1;
}

.footer-stage.is-animated .footer-stage__frame {
  will-change: opacity;
}

@media (prefers-reduced-motion: reduce) {
  .footer-stage__frame {
    will-change: auto;
  }

  .footer-stage__frame--0 {
    opacity: 1 !important;
  }
}

.card-4 .card-header::before {
  padding-top: 60%;
}

.extra-padding .card-header {
  background-color: var(--extra-padding-color, #000);
}

.extra-padding .card-media {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
  width: auto;
  height: auto;
  border-radius: inherit;
  display: flex;
  align-items: center;
  justify-content: center;

  img {
    object-fit: contain;
    border-radius: inherit;
    position: initial;
    width: 100%;
    height: auto;
  }
}

.searchbox-submit {
  width: 1em;
  height: 1em;
  margin-left: 25rem;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.card-1 a.fill,
.card-8 a.fill {
  z-index: 2;
}

.tabs button.fill,
.selector button.selector-option-inner {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0;
  cursor: pointer;
}

.selector button.selector-option-inner {
  width: 100%;
  text-align: inherit;
}

@media (max-width: 1023px) {
  .searchbox-submit {
    font-size: var(--f-m);
  }
}

.s22-2-1--dual .s22-img-default,
.s22-2-1--dual .s22-img-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}

.s22-2-1--dual .s22-img-default img,
.s22-2-1--dual .s22-img-active img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.s22-2-1--dual .s22-img-active {
  opacity: 0;
}

.s22-2 .swiper-slide-active .s22-2-1--dual .s22-img-default {
  opacity: 0;
}

.s22-2 .swiper-slide-active .s22-2-1--dual .s22-img-active {
  opacity: 1;
}

/*.share-items .tag-icon {*/
/*  width: max(40px, 49rem);*/
/*  height: max(36px, 49rem);*/
/*}*/

.selector-list--brand {
  height: min(320rem, calc(var(--app-height) - 180rem));
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: var(--c10) transparent;
  scrollbar-width: thin;
}

.selector-list--brand::-webkit-scrollbar {
  width: 4rem;
}

.selector-list--brand::-webkit-scrollbar-track {
  background: transparent;
}

.selector-list--brand::-webkit-scrollbar-thumb {
  background-color: var(--c10);
  border-radius: 999rem;
}

.textbox > p:has(> img:only-child),
.textbox > .table:has(> img:only-child) {
  margin: 35rem 0;
}

.textbox > p:has(> img:only-child):first-child,
.textbox > .table:has(> img:only-child):first-child {
  margin-top: 0;
}

.textbox > p:has(> img:only-child):last-child,
.textbox > .table:has(> img:only-child):last-child {
  margin-bottom: 0;
}

.textbox > p > img:only-child,
.textbox > .table > img:only-child {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.textbox .table-scroll,
.textbox .table:has(table) {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  margin: 35rem 0;
  border-radius: var(--br3);
  scrollbar-color: var(--c10) transparent;
  scrollbar-width: thin;
}

.s1-3,
.s1-3-2,
.textbox {
  min-width: 0;
}

.textbox .table-scroll::-webkit-scrollbar,
.textbox .table:has(table)::-webkit-scrollbar {
  height: 6rem;
}

.textbox .table-scroll::-webkit-scrollbar-track,
.textbox .table:has(table)::-webkit-scrollbar-track {
  background: transparent;
}

.textbox .table-scroll::-webkit-scrollbar-thumb,
.textbox .table:has(table)::-webkit-scrollbar-thumb {
  background-color: var(--c10);
  border-radius: 999rem;
}

.textbox table {
  width: 100%;
  min-width: 720rem;
  border: var(--sl) solid var(--c10);
  border-spacing: 0;
  border-radius: var(--br3);
  background-color: var(--c2);
  line-height: 1.45;
  overflow: hidden;
}

.textbox .table-scroll table {
  min-width: 960rem;
}

.textbox td,
.textbox th {
  padding: 18rem 20rem;
  border-right: var(--sl) solid var(--c10);
  border-bottom: var(--sl) solid var(--c10);
  vertical-align: top;
}

.textbox tr:first-child td,
.textbox th {
  background-color: var(--c3);
  color: var(--c1);
}

.textbox tr > *:last-child {
  border-right: 0;
}

.textbox tr:last-child > * {
  border-bottom: 0;
}
