/* =========================================================
   IndiThrob Final Homepage
   Reference-matched responsive homepage override
   Load after css/styles.css
   ========================================================= */

:root {
  --ith-black: #090909;
  --ith-cream: #f5efe6;
  --ith-paper: #fbfaf7;
  --ith-ink: #171717;
  --ith-muted: #6f6a64;
  --ith-red: #b82727;
  --ith-line: rgba(19, 19, 19, 0.12);
  --ith-radius: 8px;
}

body {
  background: var(--ith-paper);
  color: var(--ith-ink);
}

.tf-topbar {
  height: 34px !important;
  background: #0a0a0a !important;
}

.tf-topbar .promo-item {
  font-size: 12px !important;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 0 34px !important;
}

.tf-header.header-fix {
  min-height: 72px;
  background: #070707 !important;
}

.tf-header .container {
  max-width: 1500px;
}

.tf-header .logo-site img {
  max-height: 52px;
  width: auto !important;
  max-width: 180px !important;
}

.tf-header .box-nav-menu {
  justify-content: center;
  gap: 30px;
}

.tf-header .box-nav-menu .item-link {
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ith-home-container {
  width: min(1480px, calc(100% - 48px));
  margin-inline: auto;
}

.ith-home-section {
  padding: 38px 0;
}

.ith-section-heading {
  margin-bottom: 22px;
  text-align: center;
}

.ith-section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  text-align: left;
}

.ith-section-heading h2 {
  margin: 0;
  color: var(--ith-ink);
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -.035em;
}

.ith-section-heading a {
  color: var(--ith-ink);
  font-weight: 650;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-bottom: 1px solid;
}

.ith-home-hero {
  position: relative;
  overflow: hidden;
  background: #d8c7ad;
  min-height: min(620px, 43vw);
}

.ith-home-hero-link,
.ith-home-hero-link picture,
.ith-home-hero-link img {
  display: block;
  width: 100%;
  height: 100%;
}

.ith-home-hero-link {
  position: absolute;
  inset: 0;
}

.ith-home-hero-link img {
  object-fit: cover;
  object-position: center;
}

.ith-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(247, 239, 226, .86) 0%, rgba(247, 239, 226, .58) 28%, rgba(247, 239, 226, 0) 58%);
}

.ith-home-hero-overlay {
  position: relative;
  z-index: 2;
  min-height: inherit;
  width: min(1480px, calc(100% - 48px));
  margin-inline: auto;
  display: flex;
  align-items: center;
}

.ith-home-hero-copy {
  width: min(520px, 44%);
  padding: 56px 0;
}

.ith-home-eyebrow {
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.ith-home-hero-copy h1 {
  color: #151310;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.1vw, 78px);
  line-height: .98;
  letter-spacing: -.045em;
  margin: 0 0 22px;
}

.ith-home-hero-copy h1 span {
  color: #9d573a;
}

.ith-home-hero-copy > p:not(.ith-home-eyebrow) {
  max-width: 420px;
  color: #3e3932;
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 28px;
}

.ith-home-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.ith-btn {
  min-height: 46px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ith-black);
  border-radius: 3px;
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .045em;
}

.ith-btn-dark {
  background: var(--ith-black);
  color: #fff !important;
}

.ith-btn-light {
  background: rgba(255,255,255,.82);
  color: var(--ith-black) !important;
}

.ith-collection-section {
  padding-top: 28px;
}

.ith-collection-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ith-collection-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  border-radius: var(--ith-radius);
  background: #ddd;
}

.ith-collection-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform .45s ease;
}

.ith-collection-shade {
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(transparent, rgba(0,0,0,.74));
}

.ith-collection-copy {
  position: absolute;
  inset: auto 18px 16px;
  color: #fff;
  text-align: center;
}

.ith-collection-copy strong {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}

.ith-collection-copy small {
  font-size: 12px;
  font-weight: 650;
}

.ith-collection-card:hover img {
  transform: scale(1.045);
}

.ith-product-grid {
  display: grid;
  gap: 20px;
}

.ith-product-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ith-product-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ith-home-product-card {
  min-width: 0;
}

.ith-home-product-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 952 / 1251;
  background: #ded3ec;
  border-radius: 5px;
}

.ith-home-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .4s ease;
}

.ith-home-product-card:hover .ith-home-product-media img {
  transform: scale(1.025);
}

.ith-product-badge {
  position: absolute;
  z-index: 2;
  left: 10px;
  top: 10px;
  min-height: 24px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  background: var(--ith-red);
  color: #fff;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .04em;
}

.ith-product-heart {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  color: #111;
  font-size: 18px;
}

.ith-home-product-info {
  padding: 12px 2px 0;
}

.ith-home-product-name {
  min-height: 42px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #161616;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 560;
}

.ith-home-price {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.ith-home-price strong {
  font-size: 16px;
  color: #111;
}

.ith-home-price del {
  color: #9c9893;
  font-size: 13px;
}

.ith-story-band {
  padding: 18px 0 30px;
}

.ith-story-card {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 230px;
  overflow: hidden;
  background: #f3e7d8;
  border-radius: var(--ith-radius);
}

.ith-story-copy {
  padding: clamp(28px, 4vw, 56px);
  align-self: center;
}

.ith-story-copy > span {
  color: #6e432e;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
}

.ith-story-copy h2 {
  margin: 8px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1.05;
  color: #1e1914;
}

.ith-story-image {
  position: relative;
  min-height: 230px;
}

.ith-story-image::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, #f3e7d8 0%, transparent 45%);
}

.ith-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.ith-editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ith-editorial-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-radius: var(--ith-radius);
  background: linear-gradient(90deg, #3a3241 0%, #cec3d8 100%);
}

.ith-editorial-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.ith-editorial-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.74), rgba(0,0,0,.05));
}

.ith-editorial-copy {
  position: absolute;
  z-index: 2;
  left: 28px;
  bottom: 26px;
  color: #fff;
}

.ith-editorial-copy strong {
  display: block;
  max-width: 300px;
  font-size: 27px;
  line-height: 1;
  text-transform: uppercase;
}

.ith-editorial-copy small {
  display: block;
  margin: 8px 0 16px;
  font-size: 14px;
}

.ith-editorial-copy b {
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid;
}

.ith-trending-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ith-trending-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border-radius: var(--ith-radius);
  background: #26211d;
}

.ith-trending-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ith-trending-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.08));
}

.ith-trending-card > span {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 20px;
  width: min(240px, 70%);
  color: #fff;
}

.ith-trending-card strong {
  display: block;
  font-size: 25px;
  line-height: 1.03;
}

.ith-trending-card small {
  display: inline-block;
  margin-top: 14px;
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.ith-trust-section {
  padding: 22px 0;
  border-block: 1px solid var(--ith-line);
  background: #fff;
}

.ith-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.ith-trust-item {
  min-height: 72px;
  padding: 8px 20px;
  display: grid;
  grid-template-columns: 36px 1fr;
  align-content: center;
  border-right: 1px solid var(--ith-line);
}

.ith-trust-item:last-child {
  border-right: 0;
}

.ith-trust-item i {
  grid-row: 1 / 3;
  align-self: center;
  font-size: 25px;
  color: #111;
}

.ith-trust-item strong,
.ith-trust-item span {
  display: block;
}

.ith-trust-item strong {
  color: #171717;
  font-size: 12px;
  text-transform: uppercase;
}

.ith-trust-item span {
  color: #6f6a64;
  font-size: 11px;
}

.ith-review-section {
  background: #f6f4ef;
}

.ith-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ith-review-card {
  min-height: 190px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--ith-line);
  border-radius: var(--ith-radius);
}

.ith-review-card h3 {
  margin: 10px 0 8px;
  font-size: 19px;
  font-weight: 700;
}

.ith-review-card p {
  color: #655f59;
  line-height: 1.55;
}

.ith-review-card a {
  margin-top: 14px;
  color: #111;
  font-weight: 700;
  font-size: 13px;
  border-bottom: 1px solid;
}

.ith-stars {
  color: #e89918;
  letter-spacing: .12em;
}

.ith-review-summary {
  display: flex;
  align-items: center;
  gap: 22px;
}

.ith-review-score {
  font-size: 54px;
  line-height: 1;
  font-weight: 800;
}

.ith-instagram-section {
  padding-top: 38px;
  background: var(--ith-paper);
}

.ith-instagram-section .ith-section-heading h2 span {
  font-weight: 500;
}

.ith-instagram-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.ith-instagram-grid a {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.ith-instagram-grid img {
  width: 100%;
  height: 100%;
  transition: transform .4s ease;
}

.ith-instagram-grid a:hover img {
  transform: scale(1.04);
}

@media (max-width: 1199px) {
  .ith-product-grid-five {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ith-product-grid-five > :nth-child(5) {
    display: none;
  }

  .ith-home-hero-copy {
    width: 52%;
  }
}

@media (max-width: 991px) {
  .ith-home-container,
  .ith-home-hero-overlay {
    width: min(100% - 32px, 960px);
  }

  .ith-home-section {
    padding: 30px 0;
  }

  .ith-collection-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ith-product-grid-five,
  .ith-product-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ith-product-grid-five > :nth-child(5) {
    display: block;
  }

  .ith-editorial-grid {
    grid-template-columns: 1fr;
  }

  .ith-trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ith-trust-item:nth-child(3) {
    border-right: 0;
  }

  .ith-trust-item:nth-child(-n+3) {
    border-bottom: 1px solid var(--ith-line);
  }

  .ith-review-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .tf-topbar {
    height: 30px !important;
  }

  .tf-topbar .promo-item {
    font-size: 9px !important;
    padding: 0 20px !important;
  }

  .tf-header.header-fix {
    min-height: 58px;
  }

  .tf-header .logo-site img {
    max-height: 38px;
    max-width: 120px !important;
  }

  .ith-home-container,
  .ith-home-hero-overlay {
    width: calc(100% - 24px);
  }

  .ith-home-hero {
    min-height: 480px;
  }

  .ith-home-hero::after {
    background: linear-gradient(90deg, rgba(247,239,226,.91) 0%, rgba(247,239,226,.57) 45%, rgba(247,239,226,0) 78%);
  }

  .ith-home-hero-link img {
    object-position: 64% center;
  }

  .ith-home-hero-overlay {
    align-items: flex-start;
  }

  .ith-home-hero-copy {
    width: 67%;
    padding: 42px 0 28px;
  }

  .ith-home-eyebrow {
    display: none;
  }

  .ith-home-hero-copy h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .ith-home-hero-copy > p:not(.ith-home-eyebrow) {
    font-size: 13px;
    margin-bottom: 18px;
  }

  .ith-home-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .ith-btn {
    min-height: 38px;
    padding: 0 14px;
    font-size: 10px;
  }

  .ith-home-section {
    padding: 24px 0;
  }

  .ith-section-heading {
    margin-bottom: 15px;
  }

  .ith-section-heading h2 {
    font-size: 22px;
  }

  .ith-section-heading a {
    font-size: 10px;
  }

  .ith-collection-grid {
    gap: 10px;
  }

  .ith-collection-card {
    min-height: 132px;
  }

  .ith-collection-copy {
    inset: auto 8px 8px;
  }

  .ith-collection-copy strong {
    font-size: 12px;
  }

  .ith-collection-copy small {
    font-size: 9px;
  }

  .ith-product-grid {
    gap: 12px;
  }

  .ith-home-product-name {
    min-height: 35px;
    font-size: 12px;
    line-height: 1.3;
  }

  .ith-home-product-info {
    padding-top: 8px;
  }

  .ith-home-price {
    margin-top: 5px;
    gap: 6px;
  }

  .ith-home-price strong {
    font-size: 13px;
  }

  .ith-home-price del {
    font-size: 10px;
  }

  .ith-product-badge {
    left: 6px;
    top: 6px;
    min-height: 19px;
    padding: 0 6px;
    font-size: 8px;
  }

  .ith-product-heart {
    width: 23px;
    height: 23px;
    top: 6px;
    right: 6px;
    font-size: 14px;
  }

  .ith-story-card {
    min-height: 190px;
    grid-template-columns: 1fr 1.1fr;
  }

  .ith-story-copy {
    padding: 20px 8px 20px 16px;
  }

  .ith-story-copy > span {
    font-size: 7px;
  }

  .ith-story-copy h2 {
    margin: 6px 0 14px;
    font-size: 20px;
  }

  .ith-story-image {
    min-height: 190px;
  }

  .ith-editorial-card {
    min-height: 155px;
  }

  .ith-editorial-copy {
    left: 16px;
    bottom: 14px;
  }

  .ith-editorial-copy strong {
    font-size: 18px;
  }

  .ith-editorial-copy small {
    font-size: 10px;
    margin: 5px 0 8px;
  }

  .ith-trending-grid {
    gap: 8px;
  }

  .ith-trending-card {
    min-height: 120px;
  }

  .ith-trending-card > span {
    left: 10px;
    bottom: 9px;
    width: 78%;
  }

  .ith-trending-card strong {
    font-size: 12px;
  }

  .ith-trending-card small {
    display: none;
  }

  .ith-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ith-trust-item,
  .ith-trust-item:nth-child(3) {
    border-right: 1px solid var(--ith-line);
    border-bottom: 1px solid var(--ith-line);
  }

  .ith-trust-item:nth-child(even) {
    border-right: 0;
  }

  .ith-trust-item:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  .ith-trust-item {
    min-height: 58px;
    padding: 7px 12px;
    grid-template-columns: 28px 1fr;
  }

  .ith-trust-item i {
    font-size: 19px;
  }

  .ith-trust-item strong {
    font-size: 9px;
  }

  .ith-trust-item span {
    font-size: 8px;
  }

  .ith-review-card {
    min-height: auto;
    padding: 18px;
  }

  .ith-instagram-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 430px) {
  .ith-home-hero {
    min-height: 430px;
  }

  .ith-home-hero-copy {
    width: 70%;
  }

  .ith-home-hero-copy h1 {
    font-size: 35px;
  }

  .ith-product-grid-five > :nth-child(n+3),
  .ith-product-grid-four > :nth-child(n+3) {
    display: none;
  }

  .ith-trending-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* =========================================================
   IndiThrob 10/10 Final Polish – August 2026
   ========================================================= */

/* Header and logo: one consistent responsive rule set */
.tf-header.header-fix {
  min-height: 78px;
}

.tf-header .logo-site {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tf-header .logo-site img {
  width: auto !important;
  height: auto !important;
  max-width: 230px !important;
  max-height: 60px !important;
  object-fit: contain;
}

.tf-header .box-nav-menu {
  gap: clamp(18px, 1.7vw, 30px);
}

.tf-header .box-nav-menu .item-link {
  font-size: 13.5px;
  font-weight: 600;
}

/* Product cards: clearer text, stronger pricing and consistent presentation */
.ith-home-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.ith-home-product-media {
  border: 1px solid rgba(19, 19, 19, .07);
  box-shadow: 0 7px 20px rgba(20, 16, 12, .045);
}

.ith-home-product-media img {
  background: #ded3ec;
}

.ith-home-product-info {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.ith-home-product-name {
  min-height: 44px;
  font-size: 15.5px;
  line-height: 1.4;
  font-weight: 620;
}

.ith-home-price {
  margin-top: auto;
  padding-top: 9px;
}

.ith-home-price strong {
  font-size: 17px;
  font-weight: 760;
}

.ith-home-price del {
  font-size: 13.5px;
}

/* Trending collection: premium real-image cards and better contrast */
.ith-trending-grid {
  gap: 18px;
}

.ith-trending-card {
  min-height: 260px;
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 12px 28px rgba(24, 17, 12, .12);
}

.ith-trending-card img {
  object-position: center;
  transition: transform .55s ease;
}

.ith-trending-card::after {
  background: linear-gradient(180deg, rgba(0,0,0,.04) 25%, rgba(0,0,0,.78) 100%);
}

.ith-trending-card:hover img {
  transform: scale(1.035);
}

.ith-trending-card > span {
  left: 24px;
  right: 24px;
  bottom: 22px;
  width: auto;
}

.ith-trending-card strong {
  max-width: 310px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 1.8vw, 29px);
  line-height: 1.08;
}

.ith-trending-card small {
  margin-top: 13px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255,255,255,.8);
}

/* Reviews: cleaner visual hierarchy without fabricated testimonials */
.ith-section-subtitle {
  margin: 8px 0 0;
  color: var(--ith-muted);
  font-size: 14px;
}

.ith-review-grid {
  align-items: stretch;
}

.ith-review-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  box-shadow: 0 9px 25px rgba(24, 17, 12, .045);
}

.ith-review-label {
  margin-bottom: 10px;
  color: #8a5d3b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.ith-review-card a {
  align-self: flex-start;
}

.ith-review-summary {
  flex-direction: row;
  justify-content: flex-start;
  background: #17130f;
  color: #fff;
  border-color: #17130f;
}

.ith-review-summary p,
.ith-review-summary .ith-review-label {
  color: rgba(255,255,255,.72);
}

.ith-review-summary .ith-review-score {
  color: #fff;
}

/* Responsive polish */
@media (max-width: 1199px) {
  .tf-header .logo-site {
    justify-content: center;
  }

  .tf-header .logo-site img {
    max-width: 205px !important;
    max-height: 54px !important;
  }
}

@media (max-width: 767px) {
  .tf-header.header-fix {
    min-height: 62px;
  }

  .tf-header .logo-site img {
    max-width: 150px !important;
    max-height: 44px !important;
  }

  .ith-home-product-name {
    min-height: 39px;
    font-size: 13.5px;
    line-height: 1.4;
  }

  .ith-home-price strong {
    font-size: 14.5px;
  }

  .ith-home-price del {
    font-size: 11.5px;
  }

  .ith-trending-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(84%, 360px);
    gap: 12px;
    overflow-x: auto;
    padding: 0 1px 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .ith-trending-card {
    min-height: 210px;
    scroll-snap-align: start;
  }

  .ith-trending-card > span {
    left: 17px;
    right: 17px;
    bottom: 16px;
  }

  .ith-trending-card strong {
    font-size: 22px;
  }

  .ith-trending-card small {
    display: inline-block;
    font-size: 10px;
  }

  .ith-review-card {
    min-height: auto;
    padding: 22px;
  }

  .ith-review-summary {
    align-items: center;
    gap: 18px;
  }

  .ith-review-score {
    font-size: 46px;
  }
}

@media (max-width: 430px) {
  /* Do not hide products: shoppers can see the complete homepage selection. */
  .ith-product-grid-five > :nth-child(n+3),
  .ith-product-grid-four > :nth-child(n+3) {
    display: flex;
  }
}


/* =========================================================
   Campaign hero: show promotional artwork in full, without crop
   or duplicate homepage overlay text. Activated automatically
   when the active banner title/alt/file contains sale/festival terms.
   ========================================================= */
.ith-home-hero.ith-home-hero--campaign {
  min-height: 0 !important;
  height: auto !important;
  overflow: visible !important;
  background: #f5efe6;
}

.ith-home-hero.ith-home-hero--campaign::after {
  display: none !important;
}

.ith-home-hero.ith-home-hero--campaign .ith-home-hero-link {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
}

.ith-home-hero.ith-home-hero--campaign .ith-home-hero-link picture,
.ith-home-hero.ith-home-hero--campaign .ith-home-hero-link img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
}

.ith-home-hero.ith-home-hero--campaign .ith-home-hero-link img {
  object-fit: contain !important;
  object-position: center !important;
}


/* Final conversion and story refinements */
.ith-campaign-intro{padding:34px 0 38px;background:linear-gradient(135deg,#fbf8f4 0%,#f2ece5 100%);text-align:center;border-bottom:1px solid rgba(32,25,20,.08)}
.ith-campaign-intro h1{margin:6px auto 10px;max-width:850px;font-size:clamp(32px,4vw,58px);line-height:1.05;letter-spacing:-.03em}
.ith-campaign-intro p{margin:0 auto 20px;max-width:720px;color:#625b55}
.ith-story-card{background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.9),rgba(241,235,228,.92));box-shadow:0 22px 55px rgba(33,25,20,.12);overflow:hidden}
.ith-story-copy p{max-width:520px;margin:14px 0 24px;color:#5f5750;font-size:16px;line-height:1.7}
.ith-story-image img{transform:scale(1.07);transform-origin:center bottom;filter:drop-shadow(0 18px 24px rgba(35,27,22,.18))}
.ith-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:1000px;margin:0 auto}
.ith-faq-grid details{background:#fff;border:1px solid rgba(30,24,20,.11);border-radius:12px;padding:18px 20px}
.ith-faq-grid summary{font-weight:700;cursor:pointer}
.ith-faq-grid p{margin:12px 0 0;color:#665f59;line-height:1.65}
@media(max-width:767px){.ith-campaign-intro{padding:26px 18px 30px}.ith-campaign-intro h1{font-size:32px}.ith-faq-grid{grid-template-columns:1fr}.ith-story-image img{transform:scale(1.03)}}


/* =========================================================
   FINAL ALL-IN-ONE HERO FIX — never crop active DB banners
   ========================================================= */
.ith-home-hero.ith-home-hero--no-crop {
  min-height: 0 !important;
  height: auto !important;
  overflow: hidden !important;
  background: #f5efe6;
}
.ith-home-hero.ith-home-hero--no-crop::after { display:none !important; }
.ith-home-hero.ith-home-hero--no-crop .ith-home-hero-link {
  position: relative !important;
  inset: auto !important;
  display:block !important;
  width:100% !important;
  height:auto !important;
}
.ith-home-hero.ith-home-hero--no-crop picture,
.ith-home-hero.ith-home-hero--no-crop img {
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-width:100% !important;
  max-height:none !important;
}
.ith-home-hero.ith-home-hero--no-crop img {
  object-fit:contain !important;
  object-position:center center !important;
}
@media (max-width:767px) {
  .ith-home-hero.ith-home-hero--no-crop img {
    width:100% !important;
    height:auto !important;
    object-fit:contain !important;
  }
  .ith-product-grid-five,
  .ith-product-grid-four { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:12px !important; }
}
