/* ==============================================================
   Landing Page Story Styles (LDP)
   ============================================================== */
#ldp-story-page {
  font-family: var(--wd-fonts);
  color: #333333;
  background-color: #fcfbf9;
  line-height: 1.6;
  /* --- Block 1: Hero Banner --- */
  /* --- Block 2: Intro --- */
  /* --- Block 3 & 4: Features --- */
  /* --- Block 5: CTA --- */
  /* --- Responsive Mobile View --- */ }
  #ldp-story-page .font-title {
    font-family: var(--wd-fonts-sm); }
  #ldp-story-page h1, #ldp-story-page h2, #ldp-story-page h3, #ldp-story-page h4 {
    margin: 0;
    color: #222;
    font-weight: 500; }
  #ldp-story-page img {
    max-width: 100%;
    height: auto; }
  #ldp-story-page .ldp-btn.btn-primary {
    background-color: #a58b6e;
    color: #fff;
    padding: 12px 35px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    transition: opacity 0.3s ease;
    border: none;
    margin-top: 25px; }
    #ldp-story-page .ldp-btn.btn-primary:hover {
      opacity: 0.85;
      color: #fff; }
  #ldp-story-page .ldp-hero-banner {
    width: 100%;
    overflow: hidden; }
    #ldp-story-page .ldp-hero-banner .ldp-picture img {
      width: 100%;
      min-height: 600px;
      object-fit: cover;
      object-position: center top; }
    #ldp-story-page .ldp-hero-banner .absolute-left-center {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 100%;
      z-index: 2; }
    #ldp-story-page .ldp-hero-banner .ldp-hero-inner {
      max-width: 500px;
      padding-left: 8%; }
      #ldp-story-page .ldp-hero-banner .ldp-hero-inner .ldp-hero-logo {
        margin-bottom: 20px; }
        #ldp-story-page .ldp-hero-banner .ldp-hero-inner .ldp-hero-logo .sub1 {
          font-size: 28px;
          letter-spacing: 2px;
          margin-bottom: 5px; }
        #ldp-story-page .ldp-hero-banner .ldp-hero-inner .ldp-hero-logo .sub2 {
          font-size: 12px;
          text-transform: uppercase;
          letter-spacing: 3px;
          color: #666666; }
      #ldp-story-page .ldp-hero-banner .ldp-hero-inner .ldp-hero-title {
        font-size: 42px;
        line-height: 1.2;
        margin-bottom: 15px; }
      #ldp-story-page .ldp-hero-banner .ldp-hero-inner .ldp-hero-desc {
        font-size: 16px;
        color: #666666;
        margin-bottom: 15px; }
  #ldp-story-page .ldp-intro {
    padding: 80px 15px;
    background-color: #ffffff; }
    #ldp-story-page .ldp-intro .ldp-intro-title {
      font-size: 32px;
      margin-bottom: 15px; }
    #ldp-story-page .ldp-intro .ldp-intro-desc {
      font-size: 16px;
      max-width: 600px;
      margin: 0 auto; }
  #ldp-story-page .ldp-feature {
    padding: 80px 0;
    overflow: hidden;
    /* Feature Boxes */
    /* List Items */ }
    #ldp-story-page .ldp-feature.bg-light-alt {
      background-color: #f6f3ef; }
    #ldp-story-page .ldp-feature .ldp-feat-text-wrap {
      max-width: 500px;
      margin: 0 auto; }
    #ldp-story-page .ldp-feature .ldp-feat-title {
      font-size: 36px;
      line-height: 1.3;
      margin-bottom: 20px; }
    #ldp-story-page .ldp-feature .ldp-feat-desc {
      font-size: 16px;
      color: #666666; }
    #ldp-story-page .ldp-feature .rounded-image {
      border-radius: 8px; }
      #ldp-story-page .ldp-feature .rounded-image.img-right {
        margin-left: 30px; }
      #ldp-story-page .ldp-feature .rounded-image.img-left {
        margin-right: 30px; }
    #ldp-story-page .ldp-feature .ldp-feat-boxes {
      background: #fff;
      border-radius: 8px;
      padding: 25px 0;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.04);
      border: 1px solid #f0eee9; }
      #ldp-story-page .ldp-feature .ldp-feat-boxes .flex-1 {
        flex: 1;
        padding: 0 10px; }
      #ldp-story-page .ldp-feature .ldp-feat-boxes .has-border {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee; }
      #ldp-story-page .ldp-feature .ldp-feat-boxes .ldp-box-icon {
        margin-bottom: 15px;
        color: #a58b6e;
        min-height: 40px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #ldp-story-page .ldp-feature .ldp-feat-boxes .ldp-box-icon svg {
          fill: #a58b6e;
          width: 30px;
          height: 30px; }
      #ldp-story-page .ldp-feature .ldp-feat-boxes .ldp-box-title {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 5px;
        text-transform: uppercase; }
      #ldp-story-page .ldp-feature .ldp-feat-boxes .ldp-box-desc {
        font-size: 12px;
        color: #666666;
        margin: 0;
        line-height: 1.4; }
    #ldp-story-page .ldp-feature .ldp-feat-list {
      list-style: none;
      padding: 0;
      margin: 0; }
      #ldp-story-page .ldp-feature .ldp-feat-list li {
        font-size: 16px;
        color: #333333;
        margin-bottom: 15px;
        display: flex;
        align-items: center; }
        #ldp-story-page .ldp-feature .ldp-feat-list li .check-icon {
          width: 12px;
          height: 12px;
          fill: #666666;
          margin-right: 10px; }
  #ldp-story-page .ldp-cta {
    padding: 100px 15px;
    background-color: #fff; }
    #ldp-story-page .ldp-cta .ldp-cta-title {
      font-size: 32px;
      margin-bottom: 20px; }
    #ldp-story-page .ldp-cta .ldp-cta-sub {
      font-size: 16px;
      font-weight: 600;
      color: #666666; }
  @media (max-width: 767px) {
    #ldp-story-page .ldp-hero-banner .ldp-picture img {
      object-position: center; }
    #ldp-story-page .ldp-hero-banner .ldp-hero-inner {
      padding: 20px;
      text-align: center;
      border-radius: 8px;
      margin: 0 auto;
      max-width: 90%; }
    #ldp-story-page .ldp-hero-banner .ldp-hero-title {
      font-size: 28px; }
    #ldp-story-page .ldp-intro {
      padding: 50px 20px; }
      #ldp-story-page .ldp-intro .ldp-intro-title {
        font-size: 26px; }
    #ldp-story-page .ldp-feature {
      padding: 50px 20px; }
      #ldp-story-page .ldp-feature .ldp-feat-image {
        margin-top: 30px; }
      #ldp-story-page .ldp-feature .rounded-image.img-right, #ldp-story-page .ldp-feature .rounded-image.img-left {
        margin: 0; }
      #ldp-story-page .ldp-feature .pd-left-responsive {
        padding-left: 15px !important;
        margin-top: 30px; }
      #ldp-story-page .ldp-feature .ldp-feat-title {
        font-size: 28px; }
      #ldp-story-page .ldp-feature .ldp-feat-boxes {
        flex-direction: column; }
        #ldp-story-page .ldp-feature .ldp-feat-boxes .flex-1 {
          margin-bottom: 20px; }
        #ldp-story-page .ldp-feature .ldp-feat-boxes .flex-1:last-child {
          margin-bottom: 0; }
        #ldp-story-page .ldp-feature .ldp-feat-boxes .has-border {
          border-left: none;
          border-right: none;
          border-top: 1px solid #eee;
          border-bottom: 1px solid #eee;
          padding: 20px 0; }
    #ldp-story-page .ldp-cta {
      padding: 60px 20px; }
      #ldp-story-page .ldp-cta .ldp-cta-title {
        font-size: 26px; } }

.breadcrumb-shop.template-page-ldp-story,
.breadcrumb-shop.template-page-ldp-flash-sale,
.breadcrumb-shop.template-page-member-ship {
  display: none; }

/* ==============================================================
   Landing Page Flash Sale Styles
   ============================================================== */
#ldp-flash-sale-page .ldp-hero-content {
  background: #f6f3ef;
  padding: 50px 30px; }

#ldp-flash-sale-page {
  background-color: transparent;
  padding-bottom: 50px; }
  #ldp-flash-sale-page .fs-group-title {
    font-family: var(--wd-fonts-sm);
    text-transform: uppercase;
    font-weight: bold;
    color: #d70018;
    /* Flash sale red color */
    position: relative;
    display: inline-block;
    padding-bottom: 10px; }
    #ldp-flash-sale-page .fs-group-title:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background-color: #d70018; }
  #ldp-flash-sale-page .ldp-hero-inner {
    padding: 0;
    display: inline-block; }
    #ldp-flash-sale-page .ldp-hero-inner .fs-hero-sub {
      font-size: 24px;
      text-transform: uppercase;
      letter-spacing: 2px; }
    #ldp-flash-sale-page .ldp-hero-inner .fs-hero-title {
      color: #d70018;
      font-size: 48px;
      text-shadow: 2px 2px 4px rgba(215, 0, 24, 0.5); }
    #ldp-flash-sale-page .ldp-hero-inner .custom-fs-countdown-wrapper {
      display: flex;
      justify-content: center;
      align-items: center; }
      #ldp-flash-sale-page .ldp-hero-inner .custom-fs-countdown-wrapper .custom-fs-countdown {
        display: flex;
        align-items: center;
        gap: 10px;
        background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
        padding: 15px 30px;
        border-radius: 50px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), inset 0 0 0 2px rgba(255, 255, 255, 0.1);
        border: 2px solid #d70018; }
        #ldp-flash-sale-page .ldp-hero-inner .custom-fs-countdown-wrapper .custom-fs-countdown .fs-time-box {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          min-width: 60px; }
          #ldp-flash-sale-page .ldp-hero-inner .custom-fs-countdown-wrapper .custom-fs-countdown .fs-time-box .fs-time-num {
            background: linear-gradient(to bottom, #fff, #f1f1f1);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 32px;
            font-weight: 800;
            line-height: 1;
            font-family: 'Arial', sans-serif;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
          #ldp-flash-sale-page .ldp-hero-inner .custom-fs-countdown-wrapper .custom-fs-countdown .fs-time-box .fs-time-label {
            color: #d70018;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 4px;
            font-weight: 600; }
        #ldp-flash-sale-page .ldp-hero-inner .custom-fs-countdown-wrapper .custom-fs-countdown .fs-time-sep {
          color: #d70018;
          font-size: 28px;
          font-weight: bold;
          line-height: 1;
          margin: 0 5px;
          animation: fs-blink 1s infinite alternate; }
  #ldp-flash-sale-page .fs-promo-banner .banner-hover-effect {
    overflow: hidden;
    display: block;
    border-radius: 12px; }
    #ldp-flash-sale-page .fs-promo-banner .banner-hover-effect img.img-banner-sale {
      transition: transform 0.5s ease;
      will-change: transform; }
    #ldp-flash-sale-page .fs-promo-banner .banner-hover-effect:hover img.img-banner-sale {
      transform: scale(1.03); }
  #ldp-flash-sale-page .fs-promo-banner .img-banner-sale {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); }
  @media (max-width: 767px) {
    #ldp-flash-sale-page .fs-collection-group .fs-group-title {
      font-size: 24px; }
    #ldp-flash-sale-page .fs-promo-banner {
      margin-top: 30px;
      margin-bottom: 20px; }
    #ldp-flash-sale-page .ldp-hero-banner .ldp-hero-inner .fs-hero-sub {
      font-size: 16px !important; }
    #ldp-flash-sale-page .ldp-hero-banner .ldp-hero-inner .fs-hero-title {
      font-size: 32px !important; }
    #ldp-flash-sale-page .ldp-hero-banner .ldp-hero-inner .custom-fs-countdown-wrapper .custom-fs-countdown {
      padding: 10px 15px;
      border-radius: 12px;
      gap: 5px; }
      #ldp-flash-sale-page .ldp-hero-banner .ldp-hero-inner .custom-fs-countdown-wrapper .custom-fs-countdown .fs-time-box {
        min-width: 45px; }
        #ldp-flash-sale-page .ldp-hero-banner .ldp-hero-inner .custom-fs-countdown-wrapper .custom-fs-countdown .fs-time-box .fs-time-num {
          font-size: 26px; }
      #ldp-flash-sale-page .ldp-hero-banner .ldp-hero-inner .custom-fs-countdown-wrapper .custom-fs-countdown .fs-time-sep {
        font-size: 22px;
        margin: 0; } }

@keyframes fs-blink {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.3; } }

/* ==============================================================
   Landing Page Membership Styles
   ============================================================== */
#membership-page {
  font-family: var(--wd-fonts);
  color: #333;
  background-color: #fff;
  padding-bottom: 80px;
  /* Benefits Grid (2 then 3) */
  /* Point System Banner */ }
  #membership-page .membership-hero {
    position: relative;
    margin-bottom: 60px; }
    #membership-page .membership-hero img {
      width: 100%;
      display: block;
      height: auto; }
  #membership-page .membership-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 0 15px; }
    #membership-page .membership-intro .intro-title {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 25px;
      color: #555; }
    #membership-page .membership-intro .intro-desc {
      font-size: 15px;
      line-height: 1.8;
      color: #666;
      margin-bottom: 30px;
      text-align: justify; }
    #membership-page .membership-intro .intro-reg-link {
      font-size: 14px;
      font-weight: 600;
      text-decoration: underline;
      text-underline-offset: 4px;
      color: #333;
      text-transform: uppercase; }
      #membership-page .membership-intro .intro-reg-link:hover {
        color: #000; }
  #membership-page .membership-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 80px; }
    #membership-page .membership-nav a {
      font-size: 14px;
      color: #888;
      text-decoration: underline;
      text-underline-offset: 4px; }
      #membership-page .membership-nav a:hover {
        color: #333; }
  #membership-page .membership-section-title {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 50px;
    color: #333; }
  #membership-page .membership-benefits {
    margin: 0 auto 50px;
    padding: 0 15px; }
    #membership-page .membership-benefits .benefit-row-1 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-bottom: 40px; }
    #membership-page .membership-benefits .benefit-row-2 {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 20px; }
    #membership-page .membership-benefits .benefit-item {
      text-align: center; }
      #membership-page .membership-benefits .benefit-item .benefit-img-wrap {
        margin-bottom: 15px;
        border-radius: 12px;
        overflow: hidden; }
        #membership-page .membership-benefits .benefit-item .benefit-img-wrap img {
          width: 100%;
          display: block;
          transition: transform 0.6s ease; }
        #membership-page .membership-benefits .benefit-item .benefit-img-wrap:hover img {
          transform: scale(1.05); }
      #membership-page .membership-benefits .benefit-item .benefit-title {
        font-size: 16px;
        color: #666;
        margin: 0; }
  #membership-page .membership-point-system {
    margin: 0 auto;
    padding: 0 15px; }
    #membership-page .membership-point-system .point-banner-wrap img {
      width: 100%;
      display: block;
      height: auto;
      border-radius: 4px; }
  @media (max-width: 767px) {
    #membership-page {
      padding-bottom: 50px; }
      #membership-page .membership-intro {
        margin-bottom: 40px; }
        #membership-page .membership-intro .intro-title {
          font-size: 20px; }
        #membership-page .membership-intro .intro-desc {
          font-size: 14px;
          text-align: left; }
      #membership-page .membership-nav {
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 50px; }
        #membership-page .membership-nav a {
          font-size: 13px; }
      #membership-page .membership-benefits .benefit-row-1, #membership-page .membership-benefits .benefit-row-2 {
        grid-template-columns: 1fr;
        gap: 30px; }
      #membership-page .membership-benefits .benefit-row-1 {
        margin-bottom: 30px; } }
