/* ---------- HERO ---------- */
.hero {
  position: relative;
  background: url('wp-content/uploads/maldives.webp') center/cover no-repeat;
  min-height: 80vh;
  padding: clamp(120px, 18vh, 200px) clamp(16px, 5vw, 48px) clamp(200px, 24vh, 260px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: visible;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(44,122,123,0.6), rgba(49,151,149,0.2));
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
}
.hero h1 {
  font-size: 7rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  animation: float 6s ease-in-out infinite;
}
.gradient-text {
  background: linear-gradient(135deg, #def6ff 0%, #2bd2ff 60%, #6df3ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.hero-subtitle {
  font-size: 1.5rem;
  color: rgba(255,255,255,0.9);
  max-width: 672px;
  margin: 0 auto 2rem;
}
.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-buttons a {
  font-size: 1.125rem;
  padding: 16px 32px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}
.hero-btn {
  background: linear-gradient(to right, #2c7a7b, #319795);
  color: #fff;
}
.coral-btn {
  background: #f15b26;
  color: #fff;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.TVSearchButton {
	align-content: space-around !important;
}

/* ---------- TRUSTED OPERATORS CALLOUT ---------- */
.trusted-operators {
  position: relative;
  margin: clamp(48px, 9vw, 100px) auto clamp(24px, 6vw, 60px);
  padding: clamp(28px, 6vw, 44px) clamp(20px, 8vw, 64px);
  width: 100%; /* занимать 95% экрана */
  max-width: 100%; /* убираем ограничение в 960px */
  background: none;
  border-radius: 28px;

  font-size: clamp(1.05rem, 2.3vw, 1.5rem);
  line-height: 1.7;
  color: #3b2d2a;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  margin-top: 20px;
}

/* декоративные круги */
.trusted-operators::before,
.trusted-operators::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  z-index: 0;
}

.trusted-operators::before {
  width: clamp(160px, 42%, 260px);
  height: clamp(160px, 42%, 260px);
  top: -18%;
  right: -6%;
}

.trusted-operators::after {
  width: clamp(200px, 50%, 320px);
  height: clamp(200px, 50%, 320px);
  bottom: -22%;
  left: -10%;
  background: rgba(255, 255, 255, 0.35);
}

.trusted-operators__title {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #2c1102;
  text-transform: uppercase;
  line-height: 1.6;
}

.trusted-operators__title::after {
  content: "";
  display: block;
  width: clamp(72px, 16vw, 110px);
  height: 4px;
  margin: clamp(16px, 3.5vw, 28px) auto;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(241, 91, 38, 0.9) 0%, rgba(255, 196, 0, 0.8) 100%);
}

.trusted-operators__list {
  position: relative;
  z-index: 1;
  display: block;
  font-weight: 500;
  color: rgba(59, 45, 42, 0.85);
  font-size: clamp(1rem, 2.1vw, 1.35rem);
}

@media (max-width: 600px) {
  .trusted-operators {
    border-radius: 22px;
  }

  .trusted-operators__title {
    font-size: 1.05em;
  }

  .trusted-operators__list {
    font-size: 1rem;
  }
}


/* ---------- TOUR SEARCH SECTION ---------- */
.tour-search-section {
  --hero-overlap: clamp(40px, 13vh, 120px);
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: calc(-1 * var(--hero-overlap)) auto clamp(48px, 6vw, 140px);
  padding: 0 15px;
  z-index: 5;
}

/* ---------- TELEGRAM BANNER ---------- */
.telegram-banner {
  position: relative;
  width: 90%;
  max-width: 1140px;
  margin: 40px auto;
  padding: 40px 50px;
  border-radius: 24px;
  background: linear-gradient(135deg, #3a8dff 0%, #5bb9ff 100%);
  color: #ffffff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(24, 82, 182, 0.25);
  isolation: isolate;
}

.telegram-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 400' preserveAspectRatio='none'%3E%3Cpath d='M 0 380 C 80 360, 120 320, 160 300 C 200 280, 180 240, 220 220 C 260 200, 300 220, 340 200 C 380 180, 360 140, 400 130 C 440 120, 480 160, 500 140 C 520 120, 540 100, 600 80' fill='none' stroke='white' stroke-width='4' stroke-dasharray='12 12' stroke-linecap='round' opacity='0.65'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}



/* ---------- Контент ---------- */
.telegram-banner__content {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.telegram-banner__eyebrow {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.75);
}

.telegram-banner__title {
  font-size: 2.5rem;
  margin: 0 0 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.telegram-banner__subtitle {
  font-size: 1.525rem;
  line-height: 1.6;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.9);
}

.telegram-banner__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #ffffff;
  color: #1d4ed8;
  font-weight: 600;
  font-size: 1.125rem; 
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(13, 67, 158, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.telegram-banner__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(13, 67, 158, 0.35);
}

.telegram-banner__button-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* ---------- Галерея ---------- */
.telegram-banner__gallery {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 145px;
}

.telegram-banner__photo {
  position: absolute;
  bottom: 0;
  width: 180px;
  padding: 6px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, z-index 0.3s ease;
}

.telegram-banner__photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* левая */
.telegram-banner__photo--first {
  transform: rotate(-15deg) translateX(-80%);
  z-index: 1;
}

/* центральная */
.telegram-banner__photo--second {
  transform: rotate(0deg) translateY(-10px);
  z-index: 3;
}

/* правая */
.telegram-banner__photo--third {
  transform: rotate(15deg) translateX(80%);
  z-index: 1;
}

/* эффект при наведении */
.telegram-banner__photo:hover {
  transform: scale(1.05) translateY(-15px);
  z-index: 4;
}

/* ---------- Планшеты ---------- */
@media (max-width: 1024px) {
  .telegram-banner {
    grid-template-columns:  1.3fr 0.7fr; /* больше места под текст */
    text-align: center;
    padding: 32px 20px;
  }

  .telegram-banner__content {
    margin: 0 auto 24px auto;
    max-width: 650px;
  }

  .telegram-banner__gallery {
    margin-top: 16px;
    height: 220px;
  }
}

/* ---------- Телефоны ---------- */
@media (max-width: 600px) {
  .telegram-banner {
    padding: 24px 16px;
    margin: 20px auto;
  }

  .telegram-banner__title {
    font-size: 2rem;
  }

  .telegram-banner__subtitle {
    font-size: 1rem;
  }

  .telegram-banner__button {
    width: 100%;
    justify-content: center;
  }

  .telegram-banner__gallery {
    height: 200px;
  }

  .telegram-banner__photo {
    width: 150px;
    padding: 4px;
  }

  .telegram-banner__photo--first {
    transform: rotate(-15deg) translateX(-100%);
  }

  .telegram-banner__photo--second {
    transform: rotate(0deg) translateY(-1px);
  }

  .telegram-banner__photo--third {
    transform: rotate(15deg) translateX(100%);
  }
}







/* Liquid glass Apple-style card */
.tour-search-card {
  position: relative;
  margin: 0 auto;
  width: 92% !important;
  max-width: 92% !important;
  padding: clamp(24px, 5vw, 48px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25),
              inset 0 0 60px rgba(255, 255, 255, 0.1);
  transform: translateY(calc(var(--hero-overlap) * 0.6));
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
              opacity 0.8s ease, box-shadow 0.35s ease;
  overflow: hidden;
}
.tour-search-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(135deg, rgba(76,194,192,0.8), rgba(255,255,255,0.3), rgba(241,91,38,0.7));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.tour-search-card.visible {
  transform: translateY(0);
  opacity: 1;
}
.tour-search-card:hover {
  box-shadow: 0 42px 80px rgba(44,122,123,0.28);
}

.tour-search-header {
  text-align: center;
  margin-bottom: clamp(24px, 5vw, 48px);
  color: #2f2c2c;
}
.tour-search-eyebrow {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #f15b26;
  margin-bottom: 1rem;
}
.tour-search-title {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  color: #2f2c2c;
}
.tour-search-subtitle {
  margin: 0 auto;
  max-width: 640px;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #4a4a4a;
}


.TVTabListWithSearchInput {
    flex: 1 !important;
    display: flex !important;

    align-items: stretch !important;
}

/* ---------- OVERRIDES для формы Tourvisor ---------- */
.TVFullForm, .TVMainForm, .TVFilterForm, .TVMobileForm, .TVFormBody {
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  white-space: normal !important;
  text-overflow: unset !important;
  overflow: visible !important;
  line-height: 1.4 !important;
}

.TVMobilePanel .TVMobileResultBtn {
	    color: #ffffff !important;
}
.TVResultNavButton svg, a.TVResultNavButton:link svg, a.TVResultNavButton svg {
	     fill: #ffffff !important;
}
.tv-search-form *, .tv_drop_panel *, .TVSearchResults * {
    fill: #ffffff !important;
}

.TVAddSelect {
	    flex-direction: row-reverse !important;

}

.TVModuleFiltersTitle::after {
  content: "*Стоимость указана на одного человека при двухместном размещении";
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6); /* серый, ненавязчивый */
  margin-top: 4px;
  line-height: 1.4;
}

/* Вид на мобильных */
@media (max-width: 600px) {
  .TVModuleFiltersTitle::after {
    font-size: 10px;       /* чуть меньше */
    text-align: center;    /* выравнивание по центру */
    margin-top: 6px;       /* чуть больше отступ сверху */
    color: rgba(0, 0, 0, 0.55);
  }
}

.TVResultToolbarShareLinkIcon svg, a.TVResultToolbarShareLinkIcon:link svg, a.TVResultToolbarShareLinkIcon svg {
	fill: #ffffff !important;
}
	/*JIvo чат*/
.button__kJnFL {
		  background: linear-gradient(135deg, rgba(14, 42, 71, 0.95), rgba(76, 194, 192, 0.95)) !important;
}
.TVResultToolbarProgress .TVProgressLine {
    background: linear-gradient(135deg, rgba(14, 42, 71, 0.95), rgba(76, 194, 192, 0.95)) !important;
	    background-color: none;
}
.TVSideNavContent {
				  background: linear-gradient(135deg, rgba(14, 42, 71, 0.95), rgba(76, 194, 192, 0.95)) !important;
}

.TVResultToolbarCartPreviewWrapper {
	    background: linear-gradient(135deg, rgba(14, 42, 71, 0.95), rgba(76, 194, 192, 0.95)) !important;
}
.TVMResultItemAddToCartWrapper, .TVMSResultItemAddToCartWrapper {
      background: linear-gradient(135deg, rgba(14, 42, 71, 0.95), rgba(76, 194, 192, 0.95)) !important;
}
.TVResultListViewMore {
	    background: linear-gradient(135deg, rgba(14, 42, 71, 0.95), rgba(76, 194, 192, 0.95)) !important;
}
.TVMTourResultItemCart {
      background: linear-gradient(135deg, rgba(14, 42, 71, 0.95), rgba(76, 194, 192, 0.95)) !important;
}
.TVMobilePanel .TVMobileResultBtn {
    background: linear-gradient(135deg, rgba(14, 42, 71, 0.95), rgba(76, 194, 192, 0.95)) !important;
}

.tour-search-card .TVSearchButton, .TVSearchButton, .TVButtonColor, .TVButtonHover {
			  background: linear-gradient(135deg, rgba(14, 42, 71, 0.95), rgba(76, 194, 192, 0.95)) !important;
}

.TVSTourResultItemArrow {
			  background: linear-gradient(135deg, rgba(14, 42, 71, 0.95), rgba(76, 194, 192, 0.95)) !important;
}

.TVUserFormCommentButton, .TVUserFormPromocodeButton {
	  background: linear-gradient(135deg, rgba(14, 42, 71, 0.95), rgba(76, 194, 192, 0.95)) !important;
}

.TVRequestForm .TVRequestFormSendButton {
	  background: linear-gradient(135deg, rgba(14, 42, 71, 0.95), rgba(76, 194, 192, 0.95)) !important;
}

.TVTourCardActionButtonControl.TVColorBlue315 {
	  background: linear-gradient(135deg, rgba(14, 42, 71, 0.95), rgba(76, 194, 192, 0.95)) !important;
}

.TVAddCartButton .TVAddCartButtonBasketIcon, .TVAddCartButton .TVAddCartButtonHeartIcon {
    fill: #ffffff !important;
}

html {
    --tv-font-theme1: "Tourvisor","Trebuchet MS",arial,sans-serif;
    --tv-font-theme2: "Open Sans","Trebuchet MS",arial,sans-serif;
}

/* красная звёздочка перед числом цены */
.TVTourCardPriceValue.TVFontSize-M.TVFontWeightSize-M::after {
    content: "*";
    margin-right: 2px;
    font-family: var(--tv-font-theme1);
    font-size: inherit;
    font-weight: inherit;
    color: #d32f2f; /* TVColorRed560 */
}

/* поясняющая надпись под ценой */
.TVTourCardPriceControl::after {
    content: "*Цена снижена для клиентов SUNTOUR.ONLINE";
    display: block;
    margin-top: 4px;
    font-family: var(--tv-font-theme1);
    font-size: 13px;
    font-weight: 600;
    color: #d32f2f;
    line-height: 1.2;
    letter-spacing: 0.2px;
}



.TVMobileTourFlightsListControl {
	    background: linear-gradient(96deg, rgba(14, 42, 71, 0.95), rgba(76, 194, 192, 0.95)) !important;
}

.TVMResultItemPriceValueArrow, .TVMSResultItemPriceValueArrow, .TVResultItemPriceValueArrow {
		    background: linear-gradient(135deg, rgba(14, 42, 71, 0.95), rgba(76, 194, 192, 0.95)) !important;
}

.TVMTourResultItemArrow {
	    background: linear-gradient(135deg, rgba(14, 42, 71, 0.95), rgba(76, 194, 192, 0.95)) !important;
		color: #fff !important;
}

.TVHotelCardShowMoreBtn {
	    background: linear-gradient(135deg, rgba(14, 42, 71, 0.95), rgba(76, 194, 192, 0.95)) !important;
}
.TVMobilePanel .TVMobilePanelHeader {
	    background: linear-gradient(135deg, rgba(14, 42, 71, 0.95), rgba(76, 194, 192, 0.95)) !important;
}
.TVTourCardWindowInfoBlock {
	
    background: linear-gradient(135deg, rgba(14, 42, 71, 0.95), rgba(76, 194, 192, 0.95)) !important ; 
}


.TVMobileForm .TVAdaptiveHotelsSearchFilter, .TVMobileForm .TVAddFilters, .TVMobileForm .TVCountryFilter, .TVMobileForm .TVFlyDatesFilter, .TVMobileForm .TVNightsFilter, .TVMobileForm .TVSearchButton, .TVMobileForm .TVTouristsFilter, .TVMobileForm .TVTripDurationFilter {
border: 1px solid #d6d6d6 !important;
}

.TVAddSelectArrow, .TVAddSelectReset {
align-items: flex-end !important;
color: #2e8282 !important;
}
.TVInputRadio.TVFontWeightSize-M .TVInputRadioContent{
	 color: rgb(0 0 0) !important;

	
}
.TVMainSelect.TVStyleTheme3 {
border: 1px solid #757575 !important;
}	
.tour-search-card input,
.tour-search-card .TVMainSelect,
.tour-search-card .TVAddSelect,
.tour-search-card .TVHotelsSearch,
.tour-search-card .TVAdaptiveHotelsSearch {
  background: rgba(255,255,255,0.55) !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  border-radius: 14px !important;

  font-size: 12px !important;
  width: 100% !important;
  transition: background 0.25s ease, border 0.25s ease;
}

.TVResultToolbarSort .TVComboBox .TVTextBox {
	
	    border: none !important;
}
.TVResultToolbarSort .TVComboBox .TVTextBox {
	    color: #ffffff !important;
}
	
.tour-search-card input:focus,
.tour-search-card .TVMainSelect:focus-within,
.tour-search-card .TVAddSelect:focus-within {
  background: rgba(255,255,255,0.85) !important;
  border-color: rgba(44,122,123,0.5) !important;
}
.TVMainSelectContent {
    height: 19px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #040404 !important;
}
/* Toggle (Туры / Отели) */
.tour-search-card .TVToggleSwitch {
  border-radius: 999px !important;
  background: rgba(255,255,255,0.35) !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  overflow: hidden;
}
.tour-search-card .TVToggleSwitchSelection {
  background: linear-gradient(to right, #ffffff, #c4fffe) !important;
  border-radius: 999px !important;
}

/* Button */
.tour-search-card .TVSearchButton,
.TVSearchButton,
.TVButtonColor,
.TVButtonHover {
  display: block;
  background: linear-gradient(135deg, rgba(14, 42, 71, 0.95), rgba(76, 194, 192, 0.95)) !important;
  border: none !important;
  border-radius: 14px !important;
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 1.3rem !important;
  padding: 3px 9px !important;
  text-align: center;
  margin-top: 0px;
  width: auto !important;
  transition: transform 0.15s ease, filter 0.25s ease;
}

.TVTextBox {

      background: none !important;
}
.tour-search-card .TVSearchButton:hover { filter: brightness(1.08) !important; }
.tour-search-card .TVSearchButton:active { transform: scale(0.97) !important; }

.TVMainSelect.TVStyleTheme2 {
    height: 67px !important;
    box-sizing: border-box;
    padding: 10px 20px;
    justify-content: space-between;
    background: #fff;
}
.TVAddSelect.TVStyleTheme1, .TVAddSelect.TVStyleTheme2 {
    height: 38px !important;
}
/* ---------- ВЫДАЧА РЕЗУЛЬТАТОВ ---------- */
.TVSearchResults,
.TVResultListViewItem,
.TVHotelResultItem {
  backdrop-filter: blur(18px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(180%) !important;
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  box-shadow: 0 8px 32px rgba(44,122,123,0.15) !important;
  margin: 0 auto 20px;
  width: 95% !important;
  max-width: 95% !important;
  overflow: hidden;
}
.TVResultItemBodyWrapper {
  padding: 16px !important;
}
.TVHotelInfoTitleLink {
  font-size: 2.1rem !important;
  font-weight: 600 !important;
  color: #000000 !important;
  text-decoration: none !important;
}
.TVHotelInfoTitleLink:hover {
  text-decoration: underline !important;
}
.TVResultItemPriceValue {
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  color: #f15b26 !important;
}
.TVFullForm .TVMainFilter {
	margin-top: 10px !important;
}

/* ---------- Adaptive ---------- */
@media (max-width: 1024px) {
  .tour-search-card { padding: 28px; }
  .tour-search-title { font-size: 2rem; }
}
@media (max-width: 768px) {
  .hero { min-height: 70vh; }
  .hero h1 { font-size: 5rem; }
  .hero-subtitle { font-size: 1.25rem; }
  .tour-search-card { padding: 22px; border-radius: 22px; }
  .tour-search-title { font-size: 1.8rem; }
  .tour-search-subtitle { font-size: 1rem; }
  .tour-search-card .TVSearchButton { width: 100% !important; }
  .TVSearchResults, .TVHotelResultItem { width: 99% !important; }
}
@media (max-width: 480px) {
  .hero { min-height: 64vh; }
  .hero h1 { font-size: 3.25rem; }
  .tour-search-card { padding: 18px; border-radius: 18px; }
  .tour-search-title { font-size: 1.5rem; }
  .tour-search-subtitle { font-size: 0.95rem; }
  .tour-search-card input,
  .tour-search-card .TVMainSelect,
  .tour-search-card .TVAddSelect,
  .tour-search-card .TVHotelsSearch {
    font-size: 14px !important;
    padding: 10px 12px !important;
  }
  .tour-search-card .TVSearchButton {
    font-size: 1.95rem !important;
    padding: 1px !important;
  }
  .TVSearchResults, .TVHotelResultItem { width: 100% !important; }
}

/* ---------- Special offers ---------- */
.special-offers {
  padding: 4rem 1rem;
  background: #f7f7f7;
  text-align: center;
}
.special-offers h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.offers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.offer {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  width: 280px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.offer img { width: 100%; height: 180px; object-fit: cover; }
.offer .info { padding: 1rem; }
.offer .info h3 { font-size: 1.25rem; margin: 0 0 .5rem; }
.offer .info .price { font-size: 1.1rem; color: #f15b26; }
.offer .info .old-price {
  text-decoration: line-through;
  color: #999;
  margin-left: .5rem;
}
