
  /* ETL_RANKING_CRITICAL_LAYOUT_V2_20260626_START */
  /* Critical inline CSS — protects the homepage ranking slider before section CSS/JS finishes loading. */
  .etl-rk { opacity: 0; overflow-x: hidden; animation: etl-rk-reveal 0.18s ease-out 0.4s forwards; }
  .etl-rk[data-ready="1"] { opacity: 1; animation: none; }
  .etl-rk * { box-sizing: border-box; }
  .etl-rk-inner { max-width: 1720px; margin: 0 auto; padding: 0 16px; }
  @media (min-width: 720px) { .etl-rk-inner { padding: 0 24px; } }
  @keyframes etl-rk-reveal { to { opacity: 1; } }

  .etl-rk-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  @media (min-width: 720px) { .etl-rk-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; } }
  @media (min-width: 1100px) { .etl-rk-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 22px; } }

  .etl-rk-mode-slider .etl-rk-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 4px 2px 8px;
  }
  .etl-rk-mode-slider .etl-rk-grid::-webkit-scrollbar { display: none; }
  .etl-rk-mode-slider .etl-rk-item {
    flex: 0 0 calc((100% - 12px) / 1.5);
    width: calc((100% - 12px) / 1.5);
    max-width: 280px;
    min-width: 0;
    scroll-snap-align: start;
  }
  @media (min-width: 720px) {
    .etl-rk-mode-slider .etl-rk-grid { gap: 20px; }
    .etl-rk-mode-slider .etl-rk-item {
      flex-basis: calc((100% - 40px) / 3);
      width: calc((100% - 40px) / 3);
      max-width: none;
    }
  }
  @media (min-width: 1100px) {
    .etl-rk-mode-slider .etl-rk-grid { gap: 22px; }
    .etl-rk-mode-slider .etl-rk-item {
      flex-basis: calc((100% - 88px) / 5);
      width: calc((100% - 88px) / 5);
    }
  }

  .etl-rk-panel { display: none; }
  .etl-rk-panel:first-child { display: block; }
  .etl-rk-panel.is-active { display: block; }
  .etl-rk-panel.is-inactive { display: none; }
  .etl-rk-item { list-style: none; min-width: 0; }
  .etl-rk-item-link {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid #E0D6C8;
    border-radius: 8px;
  }
  .etl-rk-item-rank {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2E2A26;
    color: #F4ECE0;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
  }
  .etl-rk-item-img {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    background: #F4ECE0;
    line-height: 0;
    flex-shrink: 0;
  }
  .etl-rk-item-img > picture,
  .etl-rk-item-img > img,
  .etl-rk-item-img > * {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .etl-rk-item-img picture img,
  .etl-rk-item-img > img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }
  .etl-rk-item-body {
    padding: 10px 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    min-width: 0;
  }
  .etl-rk-item-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    overflow-wrap: anywhere;
    min-height: 36px;
    min-width: 0;
  }
  .etl-rk-item-prices {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px 6px;
    margin-top: auto;
  }
  /* ETL_RANKING_CRITICAL_LAYOUT_V2_20260626_END */


/* ETL_HOME_SECTION_TITLE_DECOR_20260827_RANKING_START */
.etl-rk-head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.etl-rk-title {
  --etl-title-accent: #b79a69;
  --etl-title-deep: #711d25;
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin: 0 !important;
  padding-inline: clamp(44px, 7vw, 88px) !important;
  white-space: nowrap;
}

.etl-rk-title::before,
.etl-rk-title::after {
  position: absolute;
  top: 50%;
  width: clamp(42px, 7vw, 112px);
  height: 22px;
  content: "";
  pointer-events: none;
  transform: translateY(-50%);
}

.etl-rk-title::before {
  right: calc(100% - 2px);
  background:
    linear-gradient(90deg, transparent, var(--etl-title-accent)) left center / calc(100% - 24px) 1px no-repeat,
    linear-gradient(90deg, transparent 43%, var(--etl-title-deep) 43% 57%, transparent 57%) right 2px center / 16px 12px no-repeat,
    linear-gradient(var(--etl-title-accent), var(--etl-title-accent)) right 0 top 3px / 19px 4px no-repeat,
    linear-gradient(var(--etl-title-deep), var(--etl-title-deep)) right 8px center / 1px 12px no-repeat;
}

.etl-rk-title::after {
  left: calc(100% - 2px);
  background:
    linear-gradient(var(--etl-title-accent), var(--etl-title-accent)) right center / calc(100% - 24px) 1px no-repeat,
    linear-gradient(90deg, transparent 43%, var(--etl-title-deep) 43% 57%, transparent 57%) left 2px center / 16px 12px no-repeat,
    linear-gradient(var(--etl-title-accent), var(--etl-title-accent)) left 0 top 3px / 19px 4px no-repeat,
    linear-gradient(var(--etl-title-deep), var(--etl-title-deep)) left 8px center / 1px 12px no-repeat;
}

/* New-arrivals section: restrained gift boxes. */
.etl-rk[data-section-id="177927229647305a409a"] .etl-rk-title::before,
.etl-rk[data-section-id="177927229647305a409a"] .etl-rk-title::after {
  --etl-title-accent: #b79a69;
  --etl-title-deep: #711d25;
}

/* Ranking section: switch the box motif to small starbursts. */
.etl-rk[data-section-id="1779327483441a963896"] .etl-rk-title::before,
.etl-rk[data-section-id="1779327483441a963896"] .etl-rk-title::after {
  display: flex;
  align-items: center;
  color: #711d25;
  font-size: 16px;
  line-height: 1;
}

.etl-rk[data-section-id="1779327483441a963896"] .etl-rk-title::before {
  justify-content: flex-end;
  padding-right: 1px;
  content: "✦";
  background: linear-gradient(90deg, transparent, #b79a69) left center / calc(100% - 22px) 1px no-repeat;
}

.etl-rk[data-section-id="1779327483441a963896"] .etl-rk-title::after {
  justify-content: flex-start;
  padding-left: 1px;
  content: "✦";
  background: linear-gradient(90deg, #b79a69, transparent) right center / calc(100% - 22px) 1px no-repeat;
}

/* Keep the title module single-line and focused. */
.etl-rk-subtitle {
  display: none !important;
}

@media (max-width: 700px) {
  .etl-rk-title {
    padding-inline: 34px !important;
  }

  .etl-rk-title::before,
  .etl-rk-title::after {
    width: 30px;
    height: 18px;
  }

  .etl-rk-title::before {
    right: calc(100% - 1px);
    background:
      linear-gradient(90deg, transparent, var(--etl-title-accent)) left center / 16px 1px no-repeat,
      linear-gradient(90deg, transparent 43%, var(--etl-title-deep) 43% 57%, transparent 57%) right 0 center / 13px 10px no-repeat,
      linear-gradient(var(--etl-title-accent), var(--etl-title-accent)) right 0 top 3px / 15px 3px no-repeat;
  }

  .etl-rk-title::after {
    left: calc(100% - 1px);
    background:
      linear-gradient(90deg, var(--etl-title-accent), transparent) right center / 16px 1px no-repeat,
      linear-gradient(90deg, transparent 43%, var(--etl-title-deep) 43% 57%, transparent 57%) left 0 center / 13px 10px no-repeat,
      linear-gradient(var(--etl-title-accent), var(--etl-title-accent)) left 0 top 3px / 15px 3px no-repeat;
  }

  .etl-rk[data-section-id="1779327483441a963896"] .etl-rk-title::before,
  .etl-rk[data-section-id="1779327483441a963896"] .etl-rk-title::after {
    width: 27px;
    font-size: 13px;
  }
}
/* ETL_HOME_SECTION_TITLE_DECOR_20260827_RANKING_END */



/* ETL_HOME_SECTION_TITLE_DECOR_ICON_FIX_20260827_START */
/* Use an inline SVG so the gift motif remains a clear outlined gift box after theme overrides. */
.etl-rk[data-section-id="177927229647305a409a"] .etl-rk-title::before,
.etl-rk[data-section-id="177927229647305a409a"] .etl-rk-title::after {
  background-image:
    linear-gradient(90deg, transparent, #b79a69),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18'%3E%3Crect x='2' y='6' width='16' height='10' rx='1.5' fill='%23f8f4ec' stroke='%23711d25' stroke-width='1.2'/%3E%3Cpath d='M2 9h16M10 6v10' fill='none' stroke='%23711d25' stroke-width='1.1'/%3E%3Cpath d='M10 6C7 4.8 6 2.5 8 2.5c1.4 0 2 1.7 2 3.5M10 6c3-1.2 4-3.5 2-3.5-1.4 0-2 1.7-2 3.5' fill='none' stroke='%23711d25' stroke-width='1.1' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: calc(100% - 24px) 1px, 20px 18px;
}

.etl-rk[data-section-id="177927229647305a409a"] .etl-rk-title::after {
  background-image:
    linear-gradient(90deg, #b79a69, transparent),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18'%3E%3Crect x='2' y='6' width='16' height='10' rx='1.5' fill='%23f8f4ec' stroke='%23711d25' stroke-width='1.2'/%3E%3Cpath d='M2 9h16M10 6v10' fill='none' stroke='%23711d25' stroke-width='1.1'/%3E%3Cpath d='M10 6C7 4.8 6 2.5 8 2.5c1.4 0 2 1.7 2 3.5M10 6c3-1.2 4-3.5 2-3.5-1.4 0-2 1.7-2 3.5' fill='none' stroke='%23711d25' stroke-width='1.1' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: right center, left center;
  background-repeat: no-repeat;
  background-size: calc(100% - 24px) 1px, 20px 18px;
}

@media (max-width: 700px) {
  .etl-rk[data-section-id="177927229647305a409a"] .etl-rk-title::before,
  .etl-rk[data-section-id="177927229647305a409a"] .etl-rk-title::after {
    background-size: 16px 1px, 17px 16px;
  }
}
/* ETL_HOME_SECTION_TITLE_DECOR_ICON_FIX_20260827_END */



/* ETL_HOME_SECTION_TITLE_DECOR_ICON_FIX_V2_20260827_START */
/* Use an inline SVG so the gift motif remains a clear outlined gift box after theme overrides. */
.etl-rk[data-section-id="177927229647305a409a"] .etl-rk-title::before,
.etl-rk[data-section-id$="177927229647305a409a"] .etl-rk-title::after {
  background-image:
    linear-gradient(90deg, transparent, #b79a69),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18'%3E%3Crect x='2' y='6' width='16' height='10' rx='1.5' fill='%23f8f4ec' stroke='%23711d25' stroke-width='1.2'/%3E%3Cpath d='M2 9h16M10 6v10' fill='none' stroke='%23711d25' stroke-width='1.1'/%3E%3Cpath d='M10 6C7 4.8 6 2.5 8 2.5c1.4 0 2 1.7 2 3.5M10 6c3-1.2 4-3.5 2-3.5-1.4 0-2 1.7-2 3.5' fill='none' stroke='%23711d25' stroke-width='1.1' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: calc(100% - 24px) 1px, 20px 18px;
}

.etl-rk[data-section-id="177927229647305a409a"] .etl-rk-title::after {
  background-image:
    linear-gradient(90deg, #b79a69, transparent),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18'%3E%3Crect x='2' y='6' width='16' height='10' rx='1.5' fill='%23f8f4ec' stroke='%23711d25' stroke-width='1.2'/%3E%3Cpath d='M2 9h16M10 6v10' fill='none' stroke='%23711d25' stroke-width='1.1'/%3E%3Cpath d='M10 6C7 4.8 6 2.5 8 2.5c1.4 0 2 1.7 2 3.5M10 6c3-1.2 4-3.5 2-3.5-1.4 0-2 1.7-2 3.5' fill='none' stroke='%23711d25' stroke-width='1.1' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: right center, left center;
  background-repeat: no-repeat;
  background-size: calc(100% - 24px) 1px, 20px 18px;
}

@media (max-width: 700px) {
  .etl-rk[data-section-id$="177927229647305a409a"] .etl-rk-title::before,
  .etl-rk[data-section-id$="177927229647305a409a"] .etl-rk-title::after {
    background-size: 16px 1px, 17px 16px;
  }
}

/* Ranking uses starbursts, matching the local preview variant. */
.etl-rk[data-section-id$="1779327483441a963896"] .etl-rk-title::before,
.etl-rk[data-section-id$="1779327483441a963896"] .etl-rk-title::after {
  display: flex;
  align-items: center;
  width: clamp(42px, 7vw, 112px);
  color: #711d25;
  font-size: 16px;
  line-height: 1;
}

.etl-rk[data-section-id$="1779327483441a963896"] .etl-rk-title::before {
  right: calc(100% - 2px);
  justify-content: flex-end;
  padding-right: 1px;
  content: "✦";
  background: linear-gradient(90deg, transparent, #b79a69) left center / calc(100% - 22px) 1px no-repeat;
}

.etl-rk[data-section-id$="1779327483441a963896"] .etl-rk-title::after {
  left: calc(100% - 2px);
  justify-content: flex-start;
  padding-left: 1px;
  content: "✦";
  background: linear-gradient(90deg, #b79a69, transparent) right center / calc(100% - 22px) 1px no-repeat;
}

@media (max-width: 700px) {
  .etl-rk[data-section-id$="1779327483441a963896"] .etl-rk-title::before,
  .etl-rk[data-section-id$="1779327483441a963896"] .etl-rk-title::after {
    width: 27px;
    font-size: 13px;
  }
}
/* ETL_HOME_SECTION_TITLE_DECOR_ICON_FIX_V2_20260827_END */



/* ETL_HOME_SECTION_TITLE_DECOR_ICON_FIX_V3_20260827_START */
/* Use an inline SVG so the gift motif remains a clear outlined gift box after theme overrides. */
.etl-rk[data-section-id$="177927229647305a409a"] .etl-rk-title::before,
.etl-rk[data-section-id$="177927229647305a409a"] .etl-rk-title::after {
  background-image:
    linear-gradient(90deg, transparent, #b79a69),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18'%3E%3Crect x='2' y='6' width='16' height='10' rx='1.5' fill='%23f8f4ec' stroke='%23711d25' stroke-width='1.2'/%3E%3Cpath d='M2 9h16M10 6v10' fill='none' stroke='%23711d25' stroke-width='1.1'/%3E%3Cpath d='M10 6C7 4.8 6 2.5 8 2.5c1.4 0 2 1.7 2 3.5M10 6c3-1.2 4-3.5 2-3.5-1.4 0-2 1.7-2 3.5' fill='none' stroke='%23711d25' stroke-width='1.1' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: calc(100% - 24px) 1px, 20px 18px;
}

.etl-rk[data-section-id="177927229647305a409a"] .etl-rk-title::after {
  background-image:
    linear-gradient(90deg, #b79a69, transparent),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18'%3E%3Crect x='2' y='6' width='16' height='10' rx='1.5' fill='%23f8f4ec' stroke='%23711d25' stroke-width='1.2'/%3E%3Cpath d='M2 9h16M10 6v10' fill='none' stroke='%23711d25' stroke-width='1.1'/%3E%3Cpath d='M10 6C7 4.8 6 2.5 8 2.5c1.4 0 2 1.7 2 3.5M10 6c3-1.2 4-3.5 2-3.5-1.4 0-2 1.7-2 3.5' fill='none' stroke='%23711d25' stroke-width='1.1' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: right center, left center;
  background-repeat: no-repeat;
  background-size: calc(100% - 24px) 1px, 20px 18px;
}

@media (max-width: 700px) {
  .etl-rk[data-section-id$="177927229647305a409a"] .etl-rk-title::before,
  .etl-rk[data-section-id$="177927229647305a409a"] .etl-rk-title::after {
    background-size: 16px 1px, 17px 16px;
  }
}

/* Ranking uses starbursts, matching the local preview variant. */
.etl-rk[data-section-id$="1779327483441a963896"] .etl-rk-title::before,
.etl-rk[data-section-id$="1779327483441a963896"] .etl-rk-title::after {
  display: flex;
  align-items: center;
  width: clamp(42px, 7vw, 112px);
  color: #711d25;
  font-size: 16px;
  line-height: 1;
}

.etl-rk[data-section-id$="1779327483441a963896"] .etl-rk-title::before {
  right: calc(100% - 2px);
  justify-content: flex-end;
  padding-right: 1px;
  content: "✦";
  background: linear-gradient(90deg, transparent, #b79a69) left center / calc(100% - 22px) 1px no-repeat;
}

.etl-rk[data-section-id$="1779327483441a963896"] .etl-rk-title::after {
  left: calc(100% - 2px);
  justify-content: flex-start;
  padding-left: 1px;
  content: "✦";
  background: linear-gradient(90deg, #b79a69, transparent) right center / calc(100% - 22px) 1px no-repeat;
}

@media (max-width: 700px) {
  .etl-rk[data-section-id$="1779327483441a963896"] .etl-rk-title::before,
  .etl-rk[data-section-id$="1779327483441a963896"] .etl-rk-title::after {
    width: 27px;
    font-size: 13px;
  }
}
/* ETL_HOME_SECTION_TITLE_DECOR_ICON_FIX_V3_20260827_END */



/* ETL_HOME_SECTION_TITLE_STRUCTURE_V1_20260827_START */
.etl-rk-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  gap: 14px;
  overflow: visible;
}

.etl-rk-title-row .etl-rk-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap;
}

.etl-rk-title-row .etl-rk-title::before,
.etl-rk-title-row .etl-rk-title::after {
  display: none !important;
  content: none !important;
}

.etl-rk-decoration {
  position: relative;
  display: flex;
  flex: 1 1 120px;
  align-items: center;
  min-width: 54px;
  max-width: 140px;
  height: 28px;
}

.etl-rk-decoration::before {
  width: 100%;
  height: 2px;
  background: #b79a69 !important;
  content: "";
  opacity: .95;
}

.etl-rk-decoration--left { justify-content: flex-end; }
.etl-rk-decoration--right { justify-content: flex-start; }
.etl-rk-decoration--left::before { margin-right: 23px; }
.etl-rk-decoration--right::before { margin-left: 23px; }

.etl-rk-gift-icon {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 14px;
  border: 1.2px solid #711d25;
  border-radius: 2px 2px 3px 3px;
  background:
    linear-gradient(90deg, transparent 42%, #711d25 42% 58%, transparent 58%),
    #f8f4ec;
  transform: translateY(-50%);
}

.etl-rk-gift-icon::before {
  position: absolute;
  top: -5px;
  left: -2px;
  width: 20px;
  height: 5px;
  border: 1.2px solid #711d25;
  border-radius: 2px;
  background: #d8c49c;
  content: "";
}

.etl-rk-gift-icon::after {
  position: absolute;
  top: -10px;
  left: 5px;
  width: 5px;
  height: 4px;
  border: 1.2px solid #711d25;
  border-radius: 5px 5px 1px 5px;
  content: "";
  transform: rotate(-28deg);
  box-shadow: 5px 1px 0 -1px #711d25;
}

.etl-rk-decoration--left .etl-rk-gift-icon { right: 0; }
.etl-rk-decoration--right .etl-rk-gift-icon { left: 0; transform: translateY(-50%) scaleX(-1); }

/* Ranking uses starbursts; the third ranking uses a small ribbon wave. */
.etl-rk[data-section-id$="1779327483441a963896"] .etl-rk-gift-icon,
.etl-rk[data-section-id$="1779328696316c1f0e20"] .etl-rk-gift-icon { display: none; }
.etl-rk[data-section-id$="1779327483441a963896"] .etl-rk-decoration::after {
  position: absolute;
  top: 50%;
  color: #711d25;
  content: "✦";
  font-size: 17px;
  line-height: 1;
  transform: translateY(-50%);
}
.etl-rk[data-section-id$="1779327483441a963896"] .etl-rk-decoration--left::after { right: 0; }
.etl-rk[data-section-id$="1779327483441a963896"] .etl-rk-decoration--right::after { left: 0; }
.etl-rk[data-section-id$="1779328696316c1f0e20"] .etl-rk-decoration::after {
  position: absolute;
  top: 50%;
  color: #711d25;
  content: "〰";
  font-size: 20px;
  line-height: 1;
  transform: translateY(-50%);
}
.etl-rk[data-section-id$="1779328696316c1f0e20"] .etl-rk-decoration--left::after { right: 0; }
.etl-rk[data-section-id$="1779328696316c1f0e20"] .etl-rk-decoration--right::after { left: 0; }

@media (max-width: 700px) {
  .etl-rk-title-row { min-height: 44px; gap: 6px; }
  .etl-rk-decoration { flex: 0 0 45px; min-width: 40px; max-width: 50px; height: 22px; }
  .etl-rk-decoration::before { height: 2px; }
  .etl-rk-decoration--left::before { margin-right: 18px; }
  .etl-rk-decoration--right::before { margin-left: 18px; }
  .etl-rk-gift-icon { width: 16px; height: 12px; }
  .etl-rk-gift-icon::before { width: 18px; height: 4px; }
  .etl-rk-gift-icon::after { top: -9px; left: 4px; }
  .etl-rk[data-section-id$="1779327483441a963896"] .etl-rk-decoration::after { font-size: 14px; }
  .etl-rk[data-section-id$="1779328696316c1f0e20"] .etl-rk-decoration::after { font-size: 17px; }
}
/* ETL_HOME_SECTION_TITLE_STRUCTURE_V1_20260827_END */



/* ETL_HOME_TITLE_MOTIF_V2_20260827_RANKING_START */
.etl-rk-title-row .etl-rk-decoration {
  min-width: 62px;
  max-width: 160px;
}
.etl-rk-title-row .etl-rk-decoration::before {
  height: 2px !important;
  background: #b79a69 !important;
  opacity: 1 !important;
}
/* All long ranking titles use the diamond/star treatment. */
.etl-rk[data-section-id$="1779328696316c1f0e20"] .etl-rk-gift-icon { display: none !important; }
.etl-rk[data-section-id$="1779328696316c1f0e20"] .etl-rk-decoration::after {
  position: absolute;
  top: 50%;
  color: #711d25;
  content: "✦";
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
}
.etl-rk[data-section-id$="1779328696316c1f0e20"] .etl-rk-decoration--left::after { right: 0; }
.etl-rk[data-section-id$="1779328696316c1f0e20"] .etl-rk-decoration--right::after { left: 0; }
@media (max-width: 700px) {
  .etl-rk-title-row { gap: 6px; }
  .etl-rk-title-row .etl-rk-decoration { flex: 0 0 52px; min-width: 48px; max-width: 58px; }
  .etl-rk-title-row .etl-rk-decoration--left::before { margin-right: 12px; }
  .etl-rk-title-row .etl-rk-decoration--right::before { margin-left: 12px; }
  .etl-rk[data-section-id$="1779328696316c1f0e20"] .etl-rk-decoration::after { font-size: 15px; }
}
/* ETL_HOME_TITLE_MOTIF_V2_20260827_RANKING_END */


/* ETL_HOME_TITLE_LINE_FADE_V5_20260827_HTML_START */
.etl-home-title-row__decoration::before,
.etl-rk-title-row .etl-rk-decoration::before {
  height: 1px !important;
  opacity: 1 !important;
}
.etl-home-title-row__decoration--left::before,
.etl-rk-title-row .etl-rk-decoration--left::before {
  background: linear-gradient(90deg, transparent, rgba(183,154,105,.62)) !important;
}
.etl-home-title-row__decoration--right::before,
.etl-rk-title-row .etl-rk-decoration--right::before {
  background: linear-gradient(90deg, rgba(183,154,105,.62), transparent) !important;
}
/* ETL_HOME_TITLE_LINE_FADE_V5_20260827_HTML_END */


/* ETL_HOME_TITLE_LINE_LENGTH_V6_20260827_HTML_START */
/* Keep desktop title rules visually consistent across every section. Mobile rules are unchanged. */
@media (min-width: 701px) {
  .etl-home-title-row__decoration,
  .etl-rk-title-row .etl-rk-decoration {
    flex: 0 0 120px !important;
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
  }
}
/* ETL_HOME_TITLE_LINE_LENGTH_V6_20260827_HTML_END */


/* ETL_HOME_TITLE_MOBILE_LINE_LENGTH_V7_20260827_HTML_START */
@media (max-width: 700px) {
  /* Slightly longer mobile lines; keep every long heading within 390px. */
  .etl-home-title-row__decoration { flex: 0 0 44px !important; min-width: 44px !important; max-width: 44px !important; }
  .etl-rk-title-row .etl-rk-decoration { flex: 0 0 54px !important; min-width: 54px !important; max-width: 54px !important; }
}
/* ETL_HOME_TITLE_MOBILE_LINE_LENGTH_V7_20260827_HTML_END */


/* ETL_HOME_TITLE_MOBILE_LINE_EXTEND_V8_20260827_HTML_START */
@media (max-width: 700px) {
  /* Extend the visible line outward without widening the title row. */
  .etl-home-title-row__decoration::before,
  .etl-rk-title-row .etl-rk-decoration::before { width: calc(100% + 14px) !important; }
}
/* ETL_HOME_TITLE_MOBILE_LINE_EXTEND_V8_20260827_HTML_END */


/* ETL_HOME_TITLE_MOBILE_LINE_EXTEND_V9_20260827_HTML_START */
@media (max-width: 700px) {
  /* The line is a flex child; lock its basis so the extra length is visible instead of shrinking back. */
  .etl-home-title-row__decoration::before,
  .etl-rk-title-row .etl-rk-decoration::before {
    flex: 0 0 calc(100% + 14px) !important;
    width: calc(100% + 14px) !important;
  }
}
/* ETL_HOME_TITLE_MOBILE_LINE_EXTEND_V9_20260827_HTML_END */

