.ldp-se {
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  --ldp-black: #1b1b1b;
  --ldp-gray: #7d7d7d;
  --ldp-line: #e5e5e5;
  --ldp-bg: #ffffff;
  --ldp-accent: #ff0000;
  --ldp-nav-h: 48px;
  background: var(--ldp-bg);
  color: var(--ldp-black);
  padding-bottom: 48px; }
  .ldp-se__fixed-nav {
    position: fixed;
    top: var(--header-height, 0px);
    left: 0;
    right: 0;
    z-index: 40;
    background: var(--ldp-bg);
    border-bottom: 1px solid transparent;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
    transition: opacity .2s ease, transform .2s ease, visibility .2s, border-color .2s; }
    .ldp-se__fixed-nav.is-fixed {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateY(0);
      border-bottom-color: var(--ldp-line);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); }
  .ldp-se__fixed-nav-inner {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; }
    .ldp-se__fixed-nav-inner::-webkit-scrollbar {
      display: none; }
  .ldp-se__fixed-nav-list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    list-style: none;
    min-width: max-content; }
    @media (min-width: 813px) {
      .ldp-se__fixed-nav-list {
        min-width: 100%; } }
  .ldp-se__fixed-nav-item {
    flex: 0 0 auto; }
  .ldp-se__fixed-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--ldp-nav-h);
    padding: 0 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--ldp-gray);
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    transition: color .2s; }
    .ldp-se__fixed-nav-link:after {
      content: '';
      position: absolute;
      left: 14px;
      right: 14px;
      bottom: 0;
      height: 2px;
      background: transparent;
      transition: background .2s; }
    @media (min-width: 813px) {
      .ldp-se__fixed-nav-link {
        font-size: 12px;
        padding: 0 20px; }
        .ldp-se__fixed-nav-link:after {
          left: 20px;
          right: 20px; } }
  .ldp-se__fixed-nav-item.is-active .ldp-se__fixed-nav-link, .ldp-se__fixed-nav-link:hover {
    color: var(--ldp-black); }
  .ldp-se__fixed-nav-item.is-active .ldp-se__fixed-nav-link:after {
    background: var(--ldp-black); }
  .ldp-se__hero {
    padding: 20px 0 8px; }
    @media (min-width: 813px) {
      .ldp-se__hero {
        padding: 32px 0 12px; } }
  .ldp-se__hero-title {
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .02em;
    text-transform: uppercase; }
    @media (min-width: 813px) {
      .ldp-se__hero-title {
        font-size: 32px;
        margin-bottom: 24px; } }
  .ldp-se__hero-banner {
    margin-bottom: 20px;
    overflow: hidden; }
    .ldp-se__hero-banner picture,
    .ldp-se__hero-banner img {
      display: block;
      width: 100%;
      height: auto; }
    .ldp-se__hero-banner img {
      aspect-ratio: 2 / 1;
      object-fit: cover; }
      @media (min-width: 813px) {
        .ldp-se__hero-banner img {
          aspect-ratio: 2 / 1; } }
  .ldp-se__anchor-btns {
    gap: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    @media (min-width: 813px) {
      .ldp-se__anchor-btns {
        margin-bottom: 20px; } }
    .ldp-se__anchor-btns li {
      color: white;
      padding: 20px;
      text-align: center;
      font-size: 1.2rem;
      border: 1px solid #dadada;
      cursor: pointer; }
  .ldp-se__anchor-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--ldp-bg);
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .2s, color .2s; }
    @media (min-width: 813px) {
      .ldp-se__anchor-btn {
        min-height: 44px;
        padding: 10px 18px;
        font-size: 16px; } }
  .ldp-se__notice-link {
    display: inline-block;
    margin-top: 10px;
    color: var(--ldp-black);
    text-decoration: underline;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
    display: block;
    transition: color .2s; }
    .ldp-se__notice-link:hover {
      text-decoration: underline; }
  .ldp-se__section {
    padding: 36px 0 8px;
    scroll-margin-top: calc(var(--ldp-nav-h) + 16px); }
    @media (min-width: 813px) {
      .ldp-se__section {
        padding: 56px 0 16px; } }
  .ldp-se__section-head {
    margin-bottom: 16px; }
    @media (min-width: 813px) {
      .ldp-se__section-head {
        margin-bottom: 24px; } }
  .ldp-se__section-title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 813px) {
      .ldp-se__section-title {
        font-size: 28px; } }
  .ldp-se__section-desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: var(--ldp-gray);
    text-align: center; }
    @media (min-width: 813px) {
      .ldp-se__section-desc {
        font-size: 14px; } }
  .ldp-se__tabs {
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 0;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--ldp-line); }
  .ldp-se__tab {
    appearance: none;
    border: 0;
    background: transparent;
    flex: 1 1 0;
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0 8px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-align: center;
    color: var(--ldp-gray);
    cursor: pointer;
    position: relative;
    transition: color .2s; }
    .ldp-se__tab:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      height: 2px;
      background: transparent;
      transition: background .2s; }
    .ldp-se__tab.is-active, .ldp-se__tab:hover {
      color: var(--ldp-black); }
    .ldp-se__tab.is-active:after {
      background: var(--ldp-black); }
  .ldp-se__panel {
    display: none; }
    .ldp-se__panel.is-active {
      display: block; }
  .ldp-se__product-grid .list-products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px; }
  .ldp-se__product-grid .proloop {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 6px 16px;
    height: auto;
    background: #fff; }
    @media (min-width: 992px) {
      .ldp-se__product-grid .proloop {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 8px 24px; } }
  .ldp-se__more {
    margin-top: 16px;
    text-align: center; }
    @media (min-width: 813px) {
      .ldp-se__more {
        margin-top: 24px; } }
  .ldp-se__more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    min-height: 44px;
    padding: 10px 24px;
    border: 1px solid var(--ldp-black);
    background: var(--ldp-bg);
    color: var(--ldp-black);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .2s, color .2s; }
    .ldp-se__more-btn:hover {
      background: var(--ldp-black);
      color: #fff; }
  .ldp-se__mid-image {
    margin: 0 0 20px;
    overflow: hidden; }
    .ldp-se__mid-image picture,
    .ldp-se__mid-image img {
      display: block;
      width: 100%;
      height: auto; }
    .ldp-se__mid-image img {
      aspect-ratio: 16 / 9;
      object-fit: cover; }
      @media (min-width: 813px) {
        .ldp-se__mid-image img {
          aspect-ratio: 21 / 9; } }
  .ldp-se__section-head--row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px; }
    .ldp-se__section-head--row .ldp-se__section-title {
      margin: auto; }
  .ldp-se__section-cta a {
    font-size: 13px;
    font-weight: 600;
    color: var(--ldp-black);
    text-decoration: underline;
    text-underline-offset: 3px;
    white-space: nowrap; }
  .ldp-se__cate-slider {
    overflow: hidden; }
    @media (min-width: 992px) {
      .ldp-se__cate-slider {
        overflow: visible; } }
  @media (min-width: 992px) {
    .ldp-se__cate-list {
      display: flex !important;
      flex-wrap: nowrap;
      transform: none !important;
      width: 100% !important; } }
  .ldp-se__cate-item {
    height: auto; }
    @media (min-width: 992px) {
      .ldp-se__cate-item {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        width: 25% !important;
        padding: 0 8px;
        margin: 0 !important; } }
  .ldp-se__cate-card {
    height: 100%; }
  .ldp-se__cate-media {
    display: block;
    overflow: hidden;
    background: #f3f3f3;
    margin-bottom: 10px; }
    .ldp-se__cate-media picture {
      display: block;
      position: relative;
      padding-bottom: 100%; }
    .ldp-se__cate-media img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .ldp-se__cate-info h4 {
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: 400;
    color: var(--ldp-gray);
    text-transform: uppercase; }
  .ldp-se__cate-info h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35; }
    .ldp-se__cate-info h3 a {
      color: var(--ldp-black);
      text-decoration: none; }
    .ldp-se__cate-info h3:hover a {
      text-decoration: underline;
      text-underline-offset: 3px; }
    @media (min-width: 992px) {
      .ldp-se__cate-info h3 {
        font-size: 16px; } }
  .ldp-se__feat-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px; }
    @media (min-width: 760px) {
      .ldp-se__feat-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px; } }
  .ldp-se__feat-card {
    display: block;
    text-decoration: none;
    color: inherit; }
    .ldp-se__feat-card:hover .ldp-se__feat-title {
      text-decoration: underline;
      text-underline-offset: 4px; }
  .ldp-se__feat-media {
    position: relative;
    overflow: hidden;
    background: #f3f3f3;
    margin-bottom: 12px; }
    .ldp-se__feat-media img,
    .ldp-se__feat-media .ldp-se__feat-placeholder {
      display: block;
      width: 100%;
      aspect-ratio: 4 / 5;
      object-fit: cover; }
    .ldp-se__feat-media .ldp-se__feat-placeholder {
      background: linear-gradient(135deg, #ececec 0%, #d8d8d8 100%); }
  .ldp-se__feat-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase; }
    @media (min-width: 813px) {
      .ldp-se__feat-title {
        font-size: 18px; } }

.template-page-ldp-month-8-2026 .ldp-se .section + .section {
  margin-top: 0; }
