/* Veliche — çikolata kahvesi + altın/krem (veliche.com) */

html[data-brand="veliche"] {
  --veliche-brown: #5c4033;
  --veliche-brown-mid: #4a2f26;
  --veliche-brown-dark: #2d1a14;
  --veliche-brown-deep: #1a0f0c;
  --veliche-gold: #c9a068;
  --veliche-gold-light: #d4a574;
  --veliche-orange: #ffa31a;
  --veliche-cream: #f5ebe0;
}

/* ——— Header ——— */
html[data-brand="veliche"] .brand-header__logo {
  height: clamp(30px, 4.5vw, 39px);
  width: auto;
  max-width: min(16.5rem, 58vw);
  object-fit: contain;
}

html[data-brand="veliche"] .brand-header__gurme-link:hover {
  color: var(--veliche-brown);
  border-color: rgba(201, 160, 104, 0.45);
  background: rgba(201, 160, 104, 0.08);
}

html[data-brand="veliche"] .site-header--float {
  --nav-pill-bg: var(--veliche-brown);
}

html[data-brand="veliche"] .site-header--float .main-nav > li > a:hover,
html[data-brand="veliche"] .site-header--float .main-nav > li > a.is-active,
html[data-brand="veliche"] .site-header--float .main-nav .nav-has-sub:hover > a,
html[data-brand="veliche"] .site-header--float .main-nav .nav-has-sub:focus-within > a {
  background: var(--veliche-brown);
  color: #fff;
}

html[data-brand="veliche"] .main-nav a.is-active {
  color: var(--veliche-brown);
}

html[data-brand="veliche"] .site-header--float .main-nav > li > a.is-active {
  color: #fff;
}

html[data-brand="veliche"] .main-nav .nav-sub a:hover,
html[data-brand="veliche"] .main-nav .nav-sub a:focus-visible {
  color: var(--veliche-brown);
  background: rgba(92, 64, 51, 0.07);
}

html[data-brand="veliche"] .turyag-about__brand {
  color: var(--veliche-brown);
}

html[data-brand="veliche"] .turyag-intro__grid {
  grid-template-columns: minmax(11rem, 1fr) 1.2fr;
  align-items: center;
}

html[data-brand="veliche"] .turyag-intro__grid--with-photo {
  grid-template-columns: minmax(6rem, 0.7fr) minmax(12rem, 0.95fr) minmax(0, 1.25fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

html[data-brand="veliche"] .turyag-intro__photo {
  display: flex;
  justify-content: center;
  align-items: center;
}

html[data-brand="veliche"] .brand-intro-photo {
  display: block;
  width: 100%;
  max-width: min(100%, 20rem);
  height: auto;
  object-fit: cover;
  border-radius: 0.2rem;
  box-shadow: 0 10px 36px rgba(26, 15, 12, 0.14);
}

html[data-brand="veliche"] .turyag-intro__grid--with-photo .brand-intro-logo {
  height: clamp(3.5rem, 8vw, 6.5rem);
  max-width: min(100%, 11rem);
}

html[data-brand="veliche"] .turyag-intro__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.5rem 0;
}

html[data-brand="veliche"] .turyag-intro__logo .brand-intro-logo {
  display: block;
  width: auto;
  height: clamp(5rem, 14vw, 9rem);
  max-width: min(100%, 14rem);
  max-height: 9rem;
  object-fit: contain;
  object-position: center center;
}

/* ——— Butonlar ——— */
html[data-brand="veliche"] .btn-brand,
html[data-brand="veliche"] .btn-primary,
html[data-brand="veliche"] .contact-form .btn-brand,
html[data-brand="veliche"] .contact-form .btn-primary,
html[data-brand="veliche"] .demo-request-form .btn-brand {
  background: var(--veliche-gold);
  border-color: var(--veliche-gold);
  color: var(--veliche-brown-deep);
  box-shadow: 0 2px 10px rgba(201, 160, 104, 0.22);
}

html[data-brand="veliche"] .btn-brand:hover,
html[data-brand="veliche"] .btn-primary:hover,
html[data-brand="veliche"] .contact-form .btn-brand:hover,
html[data-brand="veliche"] .contact-form .btn-primary:hover,
html[data-brand="veliche"] .demo-request-form .btn-brand:hover {
  background: var(--veliche-gold-light);
  border-color: var(--veliche-gold-light);
  color: var(--veliche-brown-deep);
  box-shadow: 0 4px 14px rgba(201, 160, 104, 0.32);
}

html[data-brand="veliche"] .btn-outline,
html[data-brand="veliche"] .btn-demo-alt,
html[data-brand="veliche"] .btn-sample {
  background: transparent;
  border-color: rgba(92, 64, 51, 0.35);
  color: var(--veliche-brown);
}

html[data-brand="veliche"] .btn-outline:hover,
html[data-brand="veliche"] .btn-demo-alt:hover,
html[data-brand="veliche"] .btn-sample:hover {
  background: rgba(92, 64, 51, 0.06);
  border-color: var(--veliche-brown);
  color: var(--veliche-brown-dark);
}

/* ——— Footer ——— */
html[data-brand="veliche"] .site-footer--veliche {
  background: linear-gradient(
    165deg,
    #ffc15a 0%,
    var(--veliche-orange) 42%,
    #e8920f 78%,
    #c97a0a 100%
  );
  color: var(--veliche-brown-deep);
}

html[data-brand="veliche"] .site-footer--veliche .footer-col__title {
  color: var(--veliche-brown-deep);
  border-bottom-color: rgba(26, 15, 12, 0.22);
  padding-bottom: 0.625rem;
  margin-bottom: 0.75rem;
}

html[data-brand="veliche"] .site-footer--veliche .footer-col__list a {
  color: rgba(26, 15, 12, 0.82);
}

html[data-brand="veliche"] .site-footer--veliche .footer-link--product {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.15rem 0;
}

html[data-brand="veliche"] .site-footer--veliche .footer-link__main {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--veliche-brown-deep);
  line-height: 1.3;
}

html[data-brand="veliche"] .site-footer--veliche .footer-link__sub {
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(26, 15, 12, 0.58);
  line-height: 1.3;
}

html[data-brand="veliche"] .site-footer--veliche .footer-link--product:hover .footer-link__main,
html[data-brand="veliche"] .site-footer--veliche .footer-col__list a:hover {
  color: var(--veliche-brown-dark);
}

html[data-brand="veliche"] .site-footer--veliche .container.footer-brand-strip {
  border-top: 1px solid rgba(26, 15, 12, 0.14);
  background: linear-gradient(
    90deg,
    rgba(201, 122, 10, 0.35) 0%,
    rgba(232, 146, 15, 0.22) 50%,
    rgba(201, 122, 10, 0.35) 100%
  );
}

html[data-brand="veliche"] .site-footer--veliche .footer-logo-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.85rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 14px rgba(26, 15, 12, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

html[data-brand="veliche"] .site-footer--veliche .footer-logo-link:hover {
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 4px 18px rgba(26, 15, 12, 0.24);
}

html[data-brand="veliche"] .site-footer--veliche .footer-brand-logo {
  filter: none;
  height: clamp(34px, 4.5vw, 42px);
  width: auto;
  max-width: 9.5rem;
  object-fit: contain;
}

html[data-brand="veliche"] .site-footer--veliche .footer-tagline {
  font-family: var(--font-display);
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  font-style: italic;
  font-weight: 400;
  color: var(--veliche-brown-deep);
  letter-spacing: 0.02em;
}

html[data-brand="veliche"] .site-footer--veliche .footer-gurme-link {
  border-color: rgba(26, 15, 12, 0.35);
  color: var(--veliche-brown-deep);
  background: rgba(255, 255, 255, 0.28);
}

html[data-brand="veliche"] .site-footer--veliche .footer-gurme-link:hover {
  color: #fff;
  border-color: var(--veliche-brown-deep);
  background: var(--veliche-brown-deep);
}

html[data-brand="veliche"] .site-footer--veliche .footer-social {
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(26, 15, 12, 0.16);
}

html[data-brand="veliche"] .site-footer--veliche .footer-social__link {
  color: var(--veliche-brown-deep);
}

html[data-brand="veliche"] .site-footer--veliche .footer-social__link:hover {
  color: var(--veliche-brown-dark);
  background: rgba(255, 255, 255, 0.35);
}

html[data-brand="veliche"] .site-footer--veliche .footer-back-top__btn {
  border-color: rgba(26, 15, 12, 0.28);
  color: var(--veliche-brown-deep);
  background: rgba(255, 255, 255, 0.22);
}

html[data-brand="veliche"] .site-footer--veliche .footer-back-top__btn:hover {
  border-color: var(--veliche-brown-deep);
  background: var(--veliche-brown-deep);
  color: #fff;
}

html[data-brand="veliche"] .site-footer--veliche .footer-legal-bar {
  border-top-color: rgba(26, 15, 12, 0.16);
  background: linear-gradient(
    90deg,
    #e8920f 0%,
    #d97f00 50%,
    #c97a0a 100%
  );
}

html[data-brand="veliche"] .site-footer--veliche .footer-legal-bar__copy {
  color: rgba(26, 15, 12, 0.72);
}

html[data-brand="veliche"] .site-footer--veliche .footer-legal-bar__nav a,
html[data-brand="veliche"] .site-footer--veliche .footer-legal-bar__link-btn {
  color: var(--veliche-brown-deep);
}

html[data-brand="veliche"] .site-footer--veliche .footer-legal-bar__nav a:hover,
html[data-brand="veliche"] .site-footer--veliche .footer-legal-bar__link-btn:hover {
  color: var(--veliche-brown-dark);
}

/* ——— Ürün kartları ——— */
html[data-brand="veliche"] .turyag-cat-grid,
html[data-brand="veliche"] .product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.8vw, 1.25rem);
}

html[data-brand="veliche"] .turyag-cat-card__media {
  aspect-ratio: 1 / 1;
  background: #fff;
}

html[data-brand="veliche"] .turyag-cat-card__media img {
  object-fit: contain;
  padding: 0.65rem;
}

html[data-brand="veliche"] .product-card .thumb {
  aspect-ratio: 1 / 1;
  background: #fff;
}

html[data-brand="veliche"] .product-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.65rem;
}

html[data-brand="veliche"] .turyag-cat-card:hover {
  border-color: rgba(201, 160, 104, 0.35);
}

html[data-brand="veliche"] .turyag-modal .btn-brand,
html[data-brand="veliche"] .turyag-product-detail__actions .btn-brand {
  background: var(--veliche-gold);
  border-color: var(--veliche-gold);
  color: var(--veliche-brown-deep);
}

html[data-brand="veliche"] .turyag-modal .btn-brand:hover,
html[data-brand="veliche"] .turyag-product-detail__actions .btn-brand:hover {
  background: var(--veliche-gold-light);
  border-color: var(--veliche-gold-light);
}

html[data-brand="veliche"] .turyag-product-detail__actions .btn-outline {
  border-color: rgba(92, 64, 51, 0.35);
  color: var(--veliche-brown);
}

html[data-brand="veliche"] .turyag-product-detail__actions .btn-outline:hover {
  background: rgba(92, 64, 51, 0.06);
  border-color: var(--veliche-brown);
}

/* ——— Daha fazla bilgi modal ——— */
html[data-brand="veliche"] .turyag-modal__dialog--product {
  width: min(100%, 52rem);
  max-height: min(92vh, 780px);
}

html[data-brand="veliche"] .turyag-product-detail {
  grid-template-columns: minmax(0, 16rem) minmax(0, 1fr);
}

html[data-brand="veliche"] .turyag-product-detail__media {
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
}

html[data-brand="veliche"] .turyag-product-detail__media img {
  width: 100%;
  min-height: 13rem;
  max-height: 16rem;
  object-fit: contain;
}

@media (max-width: 640px) {
  html[data-brand="veliche"] .turyag-product-detail__media img {
    min-height: 11rem;
    max-height: 13rem;
  }
}

html[data-brand="veliche"] .turyag-intro .btn-brand {
  background: var(--veliche-gold);
  border-color: var(--veliche-gold);
  color: var(--veliche-brown-deep);
}

html[data-brand="veliche"] .turyag-intro .btn-outline {
  border-color: rgba(92, 64, 51, 0.35);
  color: var(--veliche-brown);
}

/* ——— Inner hero (alt sayfalar) ——— */
html[data-brand="veliche"] .brand-banners--compact .banner-slide--hero-overlay,
html[data-brand="veliche"] .hero-stack .banner-slide--hero-overlay {
  background-size: cover;
  background-position: center center;
}

html[data-brand="veliche"] .brand-banners--compact .banner-slide--hero-overlay::before,
html[data-brand="veliche"] .hero-stack .banner-slide--hero-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(26, 15, 12, 0.88) 0%,
    rgba(45, 26, 20, 0.68) 38%,
    rgba(0, 0, 0, 0.18) 72%,
    rgba(0, 0, 0, 0.08) 100%
  );
  pointer-events: none;
}

html[data-brand="veliche"] .brand-banners--compact .banner-slide--hero-compact:not(.banner-slide--hero-caption-below) h1,
html[data-brand="veliche"] .brand-banners--compact .banner-slide--hero-compact:not(.banner-slide--hero-caption-below) p {
  color: #fff;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

html[data-brand="veliche"] .banner-slide--hero-caption-below .banner-hero__copy--below {
  text-align: center;
  align-items: center;
}

html[data-brand="veliche"] .banner-slide--hero-caption-below .banner-hero__copy--below h1 {
  width: 100%;
  text-align: center;
  color: var(--veliche-brown-dark);
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  letter-spacing: -0.02em;
}

html[data-brand="veliche"] .banner-slide--hero-caption-below .banner-hero__copy--below h1::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 3px;
  margin: 0.85rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--veliche-gold), var(--veliche-orange));
}

html[data-brand="veliche"] .banner-slide--hero-caption-below .banner-hero__copy--below p {
  width: 100%;
  max-width: 36rem;
  margin: 1.1rem auto 0;
  text-align: center;
  color: #5c5c5c;
  max-width: 36rem;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.65;
}

html[data-brand="veliche"] .turyag-catalog-card__badge {
  background: var(--veliche-brown);
}

html[data-brand="veliche"] .turyag-catalog-card:hover {
  border-color: var(--veliche-gold);
}

/* ——— Çerez bildirimi ——— */
html[data-brand="veliche"] .cookie-consent__panel {
  background: linear-gradient(
    145deg,
    var(--veliche-brown-mid) 0%,
    var(--veliche-brown-dark) 52%,
    var(--veliche-brown-deep) 100%
  );
  border: 1px solid rgba(255, 163, 26, 0.22);
  box-shadow:
    0 -8px 32px rgba(0, 0, 0, 0.28),
    0 24px 48px rgba(0, 0, 0, 0.22);
}

html[data-brand="veliche"] .cookie-consent__eyebrow {
  color: var(--veliche-orange);
}

html[data-brand="veliche"] .cookie-consent__text a {
  color: var(--veliche-gold-light);
  text-decoration-color: rgba(212, 165, 116, 0.45);
}

html[data-brand="veliche"] .cookie-consent__text a:hover {
  color: #fff;
}

html[data-brand="veliche"] .cookie-consent__btn--outline {
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
}

html[data-brand="veliche"] .cookie-consent__btn--outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

html[data-brand="veliche"] .cookie-consent__btn--accept {
  border-color: var(--veliche-orange);
  background: var(--veliche-orange);
  color: var(--veliche-brown-deep);
  box-shadow: 0 4px 14px rgba(255, 163, 26, 0.38);
}

html[data-brand="veliche"] .cookie-consent__btn--accept:hover {
  border-color: #e8920f;
  background: #e8920f;
  color: var(--veliche-brown-deep);
  box-shadow: 0 6px 18px rgba(255, 163, 26, 0.45);
}

html[data-brand="veliche"] .cookie-consent__btn:focus-visible,
html[data-brand="veliche"] .cookie-consent__option input {
  accent-color: var(--veliche-orange);
}

html[data-brand="veliche"] .cookie-consent__btn:focus-visible {
  outline-color: rgba(255, 163, 26, 0.65);
}

html[data-brand="veliche"] .cookie-consent__preferences {
  border-top-color: rgba(255, 163, 26, 0.18);
}

/* ——— Anasayfa bölümleri ——— */
html[data-brand="veliche"] .veliche-intro__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--veliche-orange);
}

html[data-brand="veliche"] .veliche-index-section {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

html[data-brand="veliche"] .veliche-index-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(14rem, 0.9fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

html[data-brand="veliche"] .veliche-index-section--reverse .veliche-index-section__grid {
  grid-template-columns: minmax(14rem, 0.9fr) minmax(0, 1.1fr);
}

html[data-brand="veliche"] .veliche-index-section--reverse .veliche-index-section__copy {
  order: 2;
}

html[data-brand="veliche"] .veliche-index-section--reverse .veliche-index-section__figure {
  order: 1;
}

html[data-brand="veliche"] .veliche-index-section__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--veliche-orange);
}

html[data-brand="veliche"] .veliche-index-section__figure {
  margin: 0;
}

html[data-brand="veliche"] .veliche-index-section__photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.2rem;
  box-shadow: 0 10px 36px rgba(26, 15, 12, 0.14);
}

html[data-brand="veliche"] .veliche-index-section--centered .veliche-index-section__inner {
  max-width: 42rem;
  margin-inline: auto;
  text-align: center;
}

html[data-brand="veliche"] .veliche-sustainability__lead {
  margin-bottom: 2rem;
}

html[data-brand="veliche"] .veliche-sustainability__topic {
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(92, 64, 51, 0.12);
}

html[data-brand="veliche"] .veliche-sustainability__topic:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

html[data-brand="veliche"] .veliche-sustainability__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--veliche-orange);
}

html[data-brand="veliche"] .veliche-sustainability__profile {
  margin: 1.25rem 0 1.5rem;
  padding: 1rem 1.15rem;
  background: rgba(255, 163, 26, 0.08);
  border-left: 3px solid var(--veliche-orange);
  border-radius: 0.2rem;
}

html[data-brand="veliche"] .veliche-sustainability__profile-name {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--veliche-brown-deep);
}

html[data-brand="veliche"] .veliche-sustainability__profile-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.6;
}

html[data-brand="veliche"] .veliche-sustainability__profile-label {
  font-weight: 600;
  color: var(--veliche-brown);
}

html[data-brand="veliche"] .veliche-sustainability__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

html[data-brand="veliche"] .veliche-sustainability__stat {
  padding: 1.15rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(92, 64, 51, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

html[data-brand="veliche"] .veliche-sustainability__stat-value {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  line-height: 1;
  color: var(--veliche-orange);
}

html[data-brand="veliche"] .veliche-sustainability__stat-label {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--veliche-brown-deep);
}

html[data-brand="veliche"] .veliche-sustainability__stat p:last-child {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--cargill-text-muted, #5a5a5a);
}

html[data-brand="veliche"] .veliche-sustainability__subtitle {
  margin: 1.5rem 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--veliche-brown);
}

html[data-brand="veliche"] .veliche-sustainability__subsection p {
  line-height: 1.7;
}

html[data-brand="veliche"] .veliche-sustainability__block {
  margin-bottom: 2.5rem;
}

html[data-brand="veliche"] .veliche-sustainability__block:last-child {
  margin-bottom: 0;
}

html[data-brand="veliche"] .veliche-sustainability__list {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  line-height: 1.7;
}

html[data-brand="veliche"] .veliche-sustainability__list li {
  margin-bottom: 0.5rem;
}

@media (max-width: 900px) {
  html[data-brand="veliche"] .site-footer--veliche .footer-nav {
    grid-template-columns: repeat(2, 1fr);
  }

  html[data-brand="veliche"] .turyag-intro__grid,
  html[data-brand="veliche"] .turyag-intro__grid--with-photo {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  html[data-brand="veliche"] .turyag-intro__grid--with-photo > * {
    min-width: 0;
  }

  html[data-brand="veliche"] .turyag-intro__grid--with-photo > div:last-child {
    padding-left: 0;
  }

  html[data-brand="veliche"] .turyag-intro p:has(.btn) {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  html[data-brand="veliche"] .turyag-intro p:has(.btn) .btn + .btn {
    margin-left: 0 !important;
  }

  html[data-brand="veliche"] .turyag-intro__grid--with-photo .brand-intro-logo {
    height: clamp(4.5rem, 14vw, 7rem);
    max-width: min(100%, 16rem);
  }

  html[data-brand="veliche"] .brand-intro-photo {
    max-width: min(100%, 16rem);
    margin: 0 auto;
  }

  html[data-brand="veliche"] .veliche-index-section__grid,
  html[data-brand="veliche"] .veliche-index-section--reverse .veliche-index-section__grid {
    grid-template-columns: 1fr;
  }

  html[data-brand="veliche"] .veliche-index-section--reverse .veliche-index-section__copy,
  html[data-brand="veliche"] .veliche-index-section--reverse .veliche-index-section__figure {
    order: unset;
  }

  html[data-brand="veliche"] .veliche-index-section__figure {
    max-width: min(100%, 20rem);
    margin-inline: auto;
  }

  html[data-brand="veliche"] .turyag-cat-grid,
  html[data-brand="veliche"] .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-brand="veliche"] .veliche-sustainability__stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  html[data-brand="veliche"] .turyag-cat-grid,
  html[data-brand="veliche"] .product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  html[data-brand="veliche"] .site-footer--veliche .footer-nav {
    grid-template-columns: 1fr;
  }
}

html[data-brand="veliche"] #site-preloader {
  background: #fff !important;
}

html[data-brand="veliche"] .site-preloader__ring {
  border-color: rgba(92, 64, 51, 0.14);
  border-top-color: var(--veliche-brown);
}

html[data-brand="veliche"] #site-preloader .site-preloader__logo {
  height: clamp(5.5rem, 16vw, 8rem);
  width: auto;
  max-width: min(220px, 58vw);
  object-fit: contain;
}
