img {
  max-width: 100%;
  height: auto;
}
.text-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.Title1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
}
#page {
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  margin: 4.375rem auto 0 auto;
  background-color: var(--kds-sema-color-utility-nonessential);
  flex: 1 0 auto;
  box-sizing: border-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
#page-content {
  flex: 1 0 auto;
  color: var(--kds-sema-color-on-surface);
  background-color: var(--kds-sema-color-surface);
}
#page-footer {
  margin: 0 auto;
  background: var(--kds-sema-color-surface);
  padding: 10px 15px;
  border-top: 1px solid var(--kds-sema-color-utility-subdued);
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
}
#page-footer a {
  color: var(--kds-sema-color-on-surface-nonessential);
  text-decoration: underline;
}
#page-footer span {
  color: var(--kds-sema-color-on-surface-nonessential);
  text-decoration: underline;
  cursor: pointer;
}
#page-footer > nav > ul {
  text-align: center;
}
#page-footer .footer-navitem {
  font-size: 0.75rem;
  margin: 0 5px;
  line-height: 2;
  display: inline-block;
}
.icon {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
}
.icon.small {
  width: 16px;
  height: 16px;
}
.icon.xlarge {
  width: 40px;
  height: 40px;
}
.icon.list {
  margin-right: 8px;
}
.bordered-section.is-active,
.is-active.bordered-section-flex,
.is-active.bordered-section-flex-spaced,
.is-active.bordered-section-spaced {
  background-image: var(--icn-arrow-12px-right-gray600);
}
.icon-calendar-gray {
  background-image: var(--icn-calendar-gray);
}
.watchlistcta {
  background-image: var(--icn-star-outlined-white);
}
.icon-location-pin-gray400 {
  background-image: var(--icn-location-pin-gray400);
}
.icon-location-pin-gray600 {
  background-image: var(--icn-location-pin-gray600);
}
::-webkit-input-placeholder {
  color: var(--kds-sema-color-on-surface-subdued);
}
:-ms-input-placeholder {
  color: var(--kds-sema-color-on-surface-subdued);
}
::-moz-placeholder {
  color: var(--kds-sema-color-on-surface-subdued);
}
:-moz-placeholder {
  color: var(--kds-sema-color-on-surface-subdued);
}
::placeholder {
  color: var(--kds-sema-color-on-surface-subdued);
}
.button,
.button-tertiary,
button {
  align-items: center;
  background-color: var(--kds-sema-color-primary);
  border: none;
  border-radius: var(--kds-sema-border-radius-button);
  box-sizing: border-box;
  color: var(--kds-sema-color-on-primary);
  display: inline-flex;
  flex-direction: row;
  font-family: var(--font-family-body);
  font-size: 0.875rem;
  font-weight: var(--font-weight-strong);
  justify-content: center;
  line-height: 130%;
  min-height: 44px;
  outline: 0;
  padding: 0 16px;
  text-decoration: none;
  white-space: nowrap;
  width: fit-content;
}
.button-small,
button-small {
  min-height: 32px;
}
.button-tertiary > .icon,
.button > .icon,
button > .icon {
  margin-right: 8px;
}
.button-tertiary:hover,
.button:hover,
button:hover {
  background-color: var(--kds-sema-color-intermediate-primary-hover);
  text-decoration: none;
}
.button-tertiary:active,
.button:active,
button:active {
  background-color: var(--kds-sema-color-intermediate-primary-hover);
  text-decoration: none;
}
.button-tertiary {
  color: var(--kds-sema-color-interactive);
  background: 0 0;
  background-color: var(--kds-sema-color-surface);
  border: 2px solid var(--kds-sema-color-utility-subdued);
}
.button-tertiary:hover {
  background-color: var(--kds-sema-color-secondary-container);
  text-decoration: none;
}
.button-tertiary:active {
  background-color: var(--kds-sema-color-intermediate-primary-hover);
}
.button-share {
  margin: 0;
  list-style: none;
  padding: 18px 18px;
  border-bottom: 1px solid var(--kds-sema-color-utility-nonessential);
  cursor: pointer;
  user-select: none;
  min-height: 58px;
  border-radius: 0;
  color: var(--kds-sema-color-on-surface);
  font-weight: var(--font-weight-regular);
}
.bannerplacement-fullwidth {
  background-color: var(--kds-sema-color-surface);
  padding: 0;
  text-align: center;
}
.bordered-section,
.bordered-section-flex,
.bordered-section-flex-spaced,
.bordered-section-spaced {
  padding: 1rem 15px;
  line-height: 1.5rem;
  box-sizing: border-box;
}
.bordered-section-flex-spaced:last-child,
.bordered-section-flex:last-child,
.bordered-section-spaced:last-child,
.bordered-section:last-child {
  border-bottom: none;
}
.bordered-section.is-active,
.is-active.bordered-section-flex,
.is-active.bordered-section-flex-spaced,
.is-active.bordered-section-spaced {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.bordered-section,
.bordered-section-flex,
.bordered-section-flex-spaced,
.bordered-section-spaced {
  border-bottom: 1px solid var(--kds-sema-color-utility-subdued);
}
.bordered-section-spaced {
  border-bottom: 8px solid var(--kds-sema-color-utility-nonessential);
}
.bordered-section-spaced:last-child {
  border-bottom: none;
}
.bordered-section-flex,
.bordered-section-flex-spaced {
  display: flex;
}
.bordered-section-flex-spaced {
  justify-content: space-between;
  border-bottom: 8px solid var(--kds-sema-color-utility-nonessential);
}
.ad-keydetails--ad-title {
  color: var(--kds-sema-color-on-surface-subdued);
  margin-bottom: 4px;
  font-size: 1.125rem;
  font-weight: var(--font-weight-strong);
  line-height: 1.5em;
  max-height: 3em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.ad-keydetails--ad-date {
  color: var(--kds-sema-color-on-surface-nonessential);
  white-space: nowrap;
  padding: 0 0 0 20px;
  background-repeat: no-repeat;
  margin-right: 8px;
  font-size: 0.75rem;
}
.ad-keydetails--price-and-shipping {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.ad-keydetails--ad-price {
  color: var(--kds-sema-color-interactive);
  font-size: 1.125rem;
  font-weight: var(--font-weight-strong);
  margin: 0 0 16px;
}
.ad-keydetails--ad-address {
  font-size: 1rem;
}
.ad-keydetails--ad-address > .icon:first-of-type {
  margin-right: 3px;
}
.ad-keydetails--ad-address > .icon:last-of-type {
  margin-left: 5px;
}
.ad-keydetails--ad-stats {
  font-size: 1rem;
}
.ad-keydetails--ad-location {
  color: var(--kds-sema-color-on-surface-nonessential);
}
.ad-keydetails--shipping-header {
  color: var(--kds-sema-color-on-surface-nonessential);
}
.ad-keydetails--ad-line {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: var(--kds-sema-color-on-surface-nonessential);
}
.ad-keydetails--ad-line > div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.ad-keydetails--ad-id {
  color: var(--kds-sema-color-on-surface-subdued);
}
.ad-keydetails a {
  color: var(--kds-sema-color-interactive);
  text-decoration: none;
}
.imagegallery {
  position: relative;
}
.imagegallery > ul {
  overflow-x: auto;
  white-space: nowrap;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0px !important;
  list-style-type: none !important;
}
.imagegallery--item {
  height: 75vw;
  max-height: 480px;
  margin: 0 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imagegallery--item img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  min-width: 100%;
  min-height: 240px;
  object-fit: cover;
}
#vip-ad-picture-list {
  width: 200000px;
}
.socialshare {
  width: 100%;
  max-width: 640px;
}
.socialshare > ul {
  text-align: center;
}
.socialshare--navitem {
  margin: 0 10px;
  display: inline-block;
}
.socialshare .share--facebook {
  background-image: var(--icn-share-facebook);
}
.socialshare .share--whatsapp {
  background-image: var(--icn-share-whatsapp);
}
.socialshare .share--facebookmessenger {
  background-image: var(--icn-share-facebook-messenger);
}
.socialshare .share--email {
  background-image: var(--icn-share-mail);
}
.flyoutnav {
  position: fixed;
  background-color: var(--kds-sema-color-surface);
  z-index: 1000;
  top: 0;
  height: 100%;
  height: 100vh;
  padding-top: 20px;
  box-sizing: border-box;
  max-width: 385px;
  overflow-y: auto;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.flyoutnav > ul > li {
  padding: 8px 0 8px 16px;
  border-left: 4px solid transparent;
  box-sizing: border-box;
  margin: 8px 0;
  cursor: pointer;
}
.flyoutnav > ul > li > span {
  display: flex;
  align-items: center;
  min-height: 24px;
  color: var(--kds-sema-color-on-surface);
  font-weight: var(--font-weight-strong);
  text-decoration: none;
  padding-left: 40px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1.125rem;
}
.flyoutnav > ul > li:hover {
  border-color: var(--kds-sema-color-primary);
}
.is-flyoutnav-ready .flyoutnav {
  width: 0;
  min-width: 0;
}
.map--address {
  color: var(--kds-sema-color-on-surface-nonessential);
  padding: 8px 0;
  font-size: 0.875rem;
}
.map--address .icon {
  margin-right: 8px;
}
#map {
  width: 100%;
  height: 100%;
  display: block;
}
.modal {
  position: fixed;
  height: 100%;
  background: var(--kds-sema-color-surface);
  top: 0;
  max-width: 640px;
  z-index: 101;
  box-sizing: border-box;
  width: 100%;
}
.modal--content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 15px;
  position: absolute;
  top: 70px;
  left: 0;
  bottom: 0;
  right: 0;
}
.modal--link {
  color: var(--kds-sema-color-interactive);
  text-decoration: none;
}
.watchlistcta {
  display: none;
  background-color: rgba(var(--kds-sema-color-on-surface-rgb), 0.4);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: var(--kds-sema-border-radius-button);
}
.watchlistcta--container-flex {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.watchlistcta--container-absolute {
  position: relative;
}
.watchlistcta--container-absolute .watchlistcta {
  position: relative;
  z-index: 5;
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(0);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
.ui-swipeslide,
.ui-swipeslide-content,
.ui-swipeslide-slide,
.ui-swipeslide-slide img {
  width: 100%;
  display: block;
}
.ui-swipeslide {
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
}
.ui-swipeslide-content {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
}
.ui-swipeslide-slide {
  box-sizing: border-box;
  float: left;
}
.ui-swipeslide-nav,
.ui-swipeslide-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ui-swipeslide-nav li {
  position: absolute;
  top: 0;
  height: 100%;
  width: 15%;
  z-index: 20;
  background: rgba(var(--kds-sema-color-on-surface-rgb), 0.4) center center
    no-repeat;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
}
.ui-swipeslide-nav li:hover {
  background-color: rgba(var(--kds-sema-color-on-surface-rgb), 0.7);
}
.is-hidden {
  display: none !important;
}
a {
  color: var(--kds-sema-color-interactive);
  cursor: pointer;
  text-decoration: none;
}

