/* All selectors are scoped to this promotion; store styles stay unchanged. */
#ravir-pre-drop.ravir-pre-drop {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  width: 100%;
  min-width: 0;
  margin: 24px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 24px;
  background: linear-gradient(115deg, #363634 0%, #222220 65%, #191918 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 18px 50px rgba(0, 0, 0, .16);
  color: #fff;
  text-decoration: none;
  font-family: inherit;
  isolation: isolate;
  transition: border-color .18s ease, box-shadow .18s ease;
}
#ravir-pre-drop .ravir-pre-drop__copy {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 28px 36px;
}
#ravir-pre-drop .ravir-pre-drop__eyebrow {
  color: #d4d4d0;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.5;
  letter-spacing: .19em;
}
#ravir-pre-drop .ravir-pre-drop__mobile { display: none; }
#ravir-pre-drop .ravir-pre-drop__title {
  margin-top: 12px;
  color: #fff;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.025em;
}
#ravir-pre-drop .ravir-pre-drop__description {
  margin-top: 14px;
  max-width: 56ch;
  color: #d0d0cd;
  font-size: 14px;
  line-height: 1.55;
}
#ravir-pre-drop .ravir-pre-drop__price {
  margin-top: 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.4;
}
#ravir-pre-drop .ravir-pre-drop__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 42px;
  margin-top: 16px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #f5f5f2;
  color: #171717;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: .07em;
  text-transform: uppercase;
}
#ravir-pre-drop .ravir-pre-drop__cta > span { font-size: 20px; line-height: 1; }
#ravir-pre-drop .ravir-pre-drop__media {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  margin: 10px;
  overflow: hidden;
  border-radius: 17px;
  background: #fff;
}
#ravir-pre-drop .ravir-pre-drop__media img {
  display: block;
  width: 100%;
  height: 290px;
  object-fit: contain;
  padding: 10px;
  box-sizing: border-box;
}
#ravir-pre-drop:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}
@media (hover: hover) {
  #ravir-pre-drop:hover {
    border-color: rgba(255, 255, 255, .4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 18px 50px rgba(0, 0, 0, .25);
  }
}
@media (min-width: 640px) { #ravir-pre-drop.ravir-pre-drop { margin-top: 32px; } }
@media (min-width: 1024px) { #ravir-pre-drop.ravir-pre-drop { margin-top: 40px; } }
@media (max-width: 639px) {
  #ravir-pre-drop .ravir-pre-drop__desktop { display: none; }
  #ravir-pre-drop .ravir-pre-drop__mobile { display: inline; }
  #ravir-pre-drop.ravir-pre-drop { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); border-radius: 20px; }
  #ravir-pre-drop .ravir-pre-drop__copy { padding: 22px 12px 22px 18px; }
  #ravir-pre-drop .ravir-pre-drop__eyebrow { font-size: 9px; letter-spacing: .11em; }
  #ravir-pre-drop .ravir-pre-drop__title { font-size: clamp(19px, 5vw, 26px); margin-top: 10px; }
  #ravir-pre-drop .ravir-pre-drop__description { font-size: 11px; margin-top: 11px; line-height: 1.5; }
  #ravir-pre-drop .ravir-pre-drop__price { font-size: 11px; margin-top: 10px; }
  #ravir-pre-drop .ravir-pre-drop__cta { margin-top: 17px; padding: 9px 12px; min-height: 40px; font-size: 9px; gap: 8px; letter-spacing: .025em; }
  #ravir-pre-drop .ravir-pre-drop__media { margin: 7px 7px 7px 0; border-radius: 14px; }
  #ravir-pre-drop .ravir-pre-drop__media img { height: 220px; padding: 5px; }
}
@media (max-width: 359px) {
  #ravir-pre-drop.ravir-pre-drop { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); }
  #ravir-pre-drop .ravir-pre-drop__copy { padding-left: 14px; padding-right: 8px; }
  #ravir-pre-drop .ravir-pre-drop__title { font-size: 17px; }
  #ravir-pre-drop .ravir-pre-drop__description { font-size: 10px; }
  #ravir-pre-drop .ravir-pre-drop__cta { font-size: 8px; padding: 9px; gap: 6px; }
  #ravir-pre-drop .ravir-pre-drop__cta > span { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) { #ravir-pre-drop.ravir-pre-drop { transition: none; } }
