.elementor-3490 .elementor-element.elementor-element-65b8c90{--display:flex;}.elementor-3490 .elementor-element.elementor-element-65b8c90:not(.elementor-motion-effects-element-type-background), .elementor-3490 .elementor-element.elementor-element-65b8c90 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for container, class: .elementor-element-65b8c90 */.rs-search-results-section {
  --rs-black: #030303;
  --rs-black-2: #090909;
  --rs-black-3: #121212;
  --rs-card: rgba(13, 13, 13, .92);
  --rs-card-hover: rgba(22, 22, 22, .94);
  --rs-gold: #d4af37;
  --rs-gold-light: #ffe27a;
  --rs-gold-dark: #9b7217;
  --rs-text: #fff8e7;
  --rs-text-soft: rgba(255, 248, 231, .9);
  --rs-text-muted: rgba(255, 248, 231, .76);

  margin: 22px 0 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--rs-text);
}

.rs-search-results-section,
.rs-search-results-section * {
  box-sizing: border-box;
}

.rs-search-results-section__inner {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 226, 122, .20), transparent 29%),
    radial-gradient(circle at 88% 84%, rgba(212, 175, 55, .16), transparent 31%),
    linear-gradient(135deg, #020202 0%, #101010 48%, #000000 100%);
  border: 1px solid rgba(255, 226, 122, .34);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, .42),
    inset 0 1px 0 rgba(255, 255, 255, .08);
}

.rs-search-results-section__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 226, 122, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 226, 122, .07) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: .22;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 76%);
  pointer-events: none;
}

.rs-search-results-section__inner::after {
  content: "";
  position: absolute;
  top: -45%;
  left: -30%;
  width: 48%;
  height: 190%;
  transform: rotate(-18deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 226, 122, .12),
    transparent
  );
  animation: rsSearchPageShine 8.5s ease-in-out infinite;
  pointer-events: none;
}

.rs-search-results-section__head,
.rs-search-results-section__form,
.rs-search-results-section__grid,
.rs-search-results-section__empty {
  position: relative;
  z-index: 1;
}

.rs-search-results-section__head {
  overflow: hidden;
  margin: 0 0 14px;
  padding: clamp(20px, 3vw, 30px);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 226, 122, .13), transparent 27%),
    linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)),
    rgba(10, 10, 10, .88);
  border: 1px solid rgba(255, 226, 122, .25);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .08);
}

.rs-search-results-section__head::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 4px;
  height: calc(100% - 40px);
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, var(--rs-gold-light), var(--rs-gold), transparent);
  box-shadow: 0 0 22px rgba(255, 226, 122, .34);
}

.rs-search-results-section__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 13px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .48);
  color: var(--rs-gold-light);
  border: 1px solid rgba(255, 226, 122, .34);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .22);
}

.rs-search-results-section__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--rs-gold-light);
  box-shadow:
    0 0 0 6px rgba(255, 226, 122, .12),
    0 0 18px rgba(255, 226, 122, .85);
}

.rs-search-results-section h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--rs-text);
  font-size: clamp(25px, 2.7vw, 36px);
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: -.35px;
}

.rs-search-results-section h1::after {
  content: "";
  display: block;
  width: 112px;
  height: 4px;
  margin-top: 13px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rs-gold-light), var(--rs-gold), transparent);
  box-shadow: 0 0 22px rgba(255, 226, 122, .32);
}

.rs-search-results-section__head p {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 0;
  color: var(--rs-text-soft);
  font-size: 15.5px;
  line-height: 1.82;
  font-weight: 500;
}

.rs-search-results-section__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 10px;
  margin: 0 0 16px;
  padding: 14px;
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .025)),
    rgba(10, 10, 10, .82);
  border: 1px solid rgba(255, 226, 122, .23);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, .24),
    inset 0 1px 0 rgba(255, 255, 255, .075);
}

.rs-search-results-section__form input {
  width: 100%;
  min-height: 50px;
  border-radius: 999px;
  border: 1px solid rgba(255, 226, 122, .26);
  background: rgba(0, 0, 0, .34);
  color: var(--rs-text);
  padding: 0 18px;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.rs-search-results-section__form input::placeholder {
  color: rgba(255, 248, 231, .58);
}

.rs-search-results-section__form input:focus {
  border-color: rgba(255, 226, 122, .62);
  box-shadow:
    0 0 0 3px rgba(255, 226, 122, .12),
    inset 0 1px 0 rgba(255, 255, 255, .08);
}

.rs-search-results-section__form button {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  background: linear-gradient(135deg, var(--rs-gold-light), var(--rs-gold), var(--rs-gold-dark));
  color: #050505;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  box-shadow:
    0 14px 30px rgba(212, 175, 55, .24),
    inset 0 1px 0 rgba(255, 255, 255, .30);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    filter .22s ease;
}

.rs-search-results-section__form button:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow:
    0 18px 34px rgba(212, 175, 55, .30),
    inset 0 1px 0 rgba(255, 255, 255, .34);
}

.rs-search-results-section__form button:focus-visible,
.rs-search-results-section__btn:focus-visible,
.rs-search-results-section__image:focus-visible,
.rs-search-results-section__content h2 a:focus-visible,
.rs-search-results-section__empty a:focus-visible {
  outline: 3px solid rgba(255, 226, 122, .70);
  outline-offset: 3px;
}

.rs-search-results-section__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.rs-search-results-section__card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .025)),
    var(--rs-card);
  border: 1px solid rgba(255, 226, 122, .23);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, .26),
    inset 0 1px 0 rgba(255, 255, 255, .075);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background .22s ease;
}

.rs-search-results-section__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--rs-gold-dark), var(--rs-gold-light), var(--rs-gold));
  opacity: .95;
  pointer-events: none;
}

.rs-search-results-section__card::after {
  content: "";
  position: absolute;
  inset: auto -42px -70px auto;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background: rgba(255, 226, 122, .09);
  filter: blur(5px);
  pointer-events: none;
}

.rs-search-results-section__card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 226, 122, .43);
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 226, 122, .11), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .03)),
    var(--rs-card-hover);
  box-shadow:
    0 22px 44px rgba(0, 0, 0, .34),
    0 0 0 1px rgba(255, 226, 122, .09),
    inset 0 1px 0 rgba(255, 255, 255, .09);
}

.rs-search-results-section__image {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 205px;
  margin: 12px 12px 0;
  border-radius: 17px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 226, 122, .13), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03)),
    rgba(0, 0, 0, .30);
  border: 1px solid rgba(255, 226, 122, .16);
  text-decoration: none;
  color: var(--rs-gold-light);
  font-weight: 900;
}

.rs-search-results-section__image img {
  display: block;
  width: 100%;
  height: 205px;
  object-fit: contain;
  padding: 16px;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .28));
  transition: transform .22s ease;
}

.rs-search-results-section__card:hover .rs-search-results-section__image img {
  transform: scale(1.035);
}

.rs-search-results-section__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px 15px 15px;
}

.rs-search-results-section__content h2 {
  margin: 0 0 9px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 900;
}

.rs-search-results-section__content h2 a {
  color: var(--rs-text);
  text-decoration: none;
  transition: color .2s ease;
}

.rs-search-results-section__content h2 a:hover {
  color: var(--rs-gold-light);
}

.rs-search-results-section__price {
  margin: 0 0 13px;
  color: var(--rs-gold-light);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 900;
}

.rs-search-results-section__price del {
  color: rgba(255, 248, 231, .50);
  font-weight: 700;
}

.rs-search-results-section__price ins {
  color: var(--rs-gold-light);
  text-decoration: none;
}

.rs-search-results-section__price .amount {
  color: inherit;
}

.rs-search-results-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin-top: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rs-gold-light), var(--rs-gold), var(--rs-gold-dark));
  color: #050505;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  box-shadow:
    0 12px 24px rgba(212, 175, 55, .20),
    inset 0 1px 0 rgba(255, 255, 255, .30);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    filter .22s ease;
}

.rs-search-results-section__btn::after {
  content: "←";
  margin-right: 8px;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.rs-search-results-section__btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow:
    0 16px 30px rgba(212, 175, 55, .28),
    inset 0 1px 0 rgba(255, 255, 255, .34);
}

.rs-search-results-section__empty {
  overflow: hidden;
  padding: clamp(20px, 3vw, 28px);
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 226, 122, .14), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .025)),
    rgba(10, 10, 10, .88);
  border: 1px solid rgba(255, 226, 122, .26);
  color: var(--rs-text);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, .26),
    inset 0 1px 0 rgba(255, 255, 255, .075);
}

.rs-search-results-section__empty h2 {
  margin: 0 0 10px;
  color: var(--rs-text);
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.3;
  font-weight: 900;
}

.rs-search-results-section__empty h2::after {
  content: "";
  display: block;
  width: 82px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rs-gold-light), var(--rs-gold), transparent);
  box-shadow: 0 0 18px rgba(255, 226, 122, .28);
}

.rs-search-results-section__empty p {
  max-width: 780px;
  margin: 0 0 15px;
  color: var(--rs-text-soft);
  font-size: 15px;
  line-height: 1.82;
  font-weight: 500;
}

.rs-search-results-section__empty a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rs-gold-light), var(--rs-gold), var(--rs-gold-dark));
  color: #050505;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 900;
  box-shadow:
    0 14px 30px rgba(212, 175, 55, .24),
    inset 0 1px 0 rgba(255, 255, 255, .30);
  transition:
    transform .22s ease,
    box-shadow .22s ease;
}

.rs-search-results-section__empty a:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 34px rgba(212, 175, 55, .30),
    inset 0 1px 0 rgba(255, 255, 255, .34);
}

@keyframes rsSearchPageShine {
  0%,
  42% {
    opacity: 0;
    transform: translateX(0) rotate(-18deg);
  }

  54% {
    opacity: .9;
  }

  100% {
    opacity: 0;
    transform: translateX(385%) rotate(-18deg);
  }
}

@media (max-width: 1180px) {
  .rs-search-results-section__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 880px) {
  .rs-search-results-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .rs-search-results-section {
    margin: 18px 0 14px;
  }

  .rs-search-results-section__inner {
    padding: 12px;
    border-radius: 22px;
  }

  .rs-search-results-section__head {
    padding: 18px 15px;
    border-radius: 18px;
    margin-bottom: 12px;
  }

  .rs-search-results-section__head::before {
    top: 18px;
    height: calc(100% - 36px);
  }

  .rs-search-results-section__eyebrow {
    margin-bottom: 13px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .rs-search-results-section h1 {
    font-size: 25px;
    line-height: 1.25;
  }

  .rs-search-results-section h1::after {
    width: 92px;
    height: 3px;
    margin-top: 12px;
  }

  .rs-search-results-section__head p {
    font-size: 14.7px;
    line-height: 1.78;
  }

  .rs-search-results-section__form {
    grid-template-columns: 1fr;
    padding: 12px;
    border-radius: 18px;
    margin-bottom: 12px;
  }

  .rs-search-results-section__form input,
  .rs-search-results-section__form button {
    min-height: 49px;
    width: 100%;
  }

  .rs-search-results-section__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rs-search-results-section__card {
    border-radius: 18px;
  }

  .rs-search-results-section__card:hover {
    transform: none;
  }

  .rs-search-results-section__image {
    min-height: 190px;
    margin: 11px 11px 0;
    border-radius: 15px;
  }

  .rs-search-results-section__image img {
    height: 190px;
    padding: 14px;
  }

  .rs-search-results-section__content {
    padding: 15px 14px 14px;
  }

  .rs-search-results-section__content h2 {
    font-size: 15.5px;
  }

  .rs-search-results-section__empty {
    padding: 20px 15px;
    border-radius: 18px;
  }

  .rs-search-results-section__empty p {
    font-size: 14px;
    line-height: 1.74;
  }

  .rs-search-results-section__empty a {
    width: 100%;
    min-height: 49px;
  }
}

@media (max-width: 390px) {
  .rs-search-results-section h1 {
    font-size: 23px;
  }

  .rs-search-results-section__content h2 {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rs-search-results-section__inner::after,
  .rs-search-results-section__card,
  .rs-search-results-section__image img,
  .rs-search-results-section__form button,
  .rs-search-results-section__btn,
  .rs-search-results-section__empty a {
    animation: none;
    transition: none;
  }
}/* End custom CSS */