.ldp-2026 {
  max-width: 1280px;
  margin: 0 auto;
  background: #ffffff;
  font-family: "Inter", sans-serif;
  color: #111111; }
  .ldp-2026 .desktop {
    display: block; }
  .ldp-2026 .mobile {
    display: none; }

.ldp-hero__banner {
  width: 100%;
  display: block; }

.ldp-nav {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12%;
  min-height: 66px;
  position: relative; }
  .ldp-nav__brand {
    width: 12%;
    flex: 0 0 auto;
    position: absolute;
    left: 0;
    top: 0; }
  .ldp-nav__menu {
    display: flex;
    list-style: none;
    gap: 40px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    width: calc(68% - 122px);
    flex: 0 0 auto;
    justify-content: space-between; }
    .ldp-nav__menu a {
      display: inline-block;
      background: #417cc0;
      color: #fff;
      padding: 5px 18px;
      border-radius: 8px; }
  .ldp-nav__search {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    flex: 0 0 auto;
    width: 42px;
    height: 42px; }

.ldp-arrival {
  padding: 18px 24px 0; }
  .ldp-arrival h2 {
    margin: 0 0 16px;
    text-align: center;
    color: #417cc0;
    font-family: "Geologica", sans-serif;
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -2px; }

.ldp-feature {
  display: flex;
  margin-bottom: 28px;
  padding: 0 5%;
  gap: 16%; }
  .ldp-feature--reverse {
    flex-direction: row-reverse; }
  .ldp-feature__image {
    width: 47%;
    flex: 0 0 auto; }
    .ldp-feature__image img {
      width: 100%;
      border-radius: 36px;
      display: block; }
  .ldp-feature__content {
    width: 37%;
    flex: 0 0 auto;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }
  .ldp-feature__meta {
    font-size: 18px;
    gap: 25px;
    display: flex;
    margin-bottom: 12px;
    align-items: center; }
    .ldp-feature__meta:before {
      content: "";
      width: 48px;
      height: 56px;
      display: inline-block;
      background: url("https://cdn.hstatic.net/files/1000230642/file/ldp_logo_signature.png") no-repeat;
      background-size: contain; }
  .ldp-feature h3 {
    margin: 0 0 10px;
    font-family: "Geologica", sans-serif;
    font-size: 68px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -2px; }
  .ldp-feature p {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.4;
    max-width: 310px;
    font-weight: 300; }

.ldp-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #48aedf;
  background: #48aedf;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 30px;
  padding: 14px 26px;
  font-size: 20px; }

.ldp-highlights {
  margin: 28px 24px 18px;
  background: #e8f2f5;
  border-radius: 20px;
  padding: 14px 20px 18px; }
  .ldp-highlights h2 {
    margin: 0 0 12px;
    text-align: center;
    color: #417cc0;
    font-family: "Geologica", sans-serif;
    font-size: 33px;
    line-height: 1.1; }
  .ldp-highlights__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0; }
  .ldp-highlights__item {
    text-align: left;
    padding: 0 17px;
    border-left: 1px solid #8ca4af;
    display: flex;
    align-items: center; }
  .ldp-highlights__item:first-child {
    border-left: 0;
    padding-left: 5px; }
  .ldp-highlights__item:last-child {
    padding-right: 5px; }
  .ldp-highlights__item img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 8px; }
  .ldp-highlights__item h4 {
    margin: 0 0 4px;
    font-family: "Geologica", sans-serif;
    font-size: 18px; }
  .ldp-highlights__item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.35; }

.ldp-bestseller {
  padding: 0 24px 26px; }
  .ldp-bestseller h2 {
    margin: 0 0 16px;
    color: #417cc0;
    font-family: "Geologica", sans-serif;
    font-size: 33px;
    line-height: 1.1; }
  .ldp-bestseller__more {
    display: block;
    text-align: right;
    margin-top: 10px;
    color: #417cc0;
    font-family: "Geologica", sans-serif;
    font-weight: 600;
    font-size: 26px;
    text-decoration: none; }

.ldp-products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px; }

.ldp-product {
  background: #ededed;
  border-radius: 12px;
  padding: 16px 18px 23px;
  position: relative; }
  .ldp-product__image {
    width: 100%;
    display: block;
    margin-bottom: 8px; }
  .ldp-product__tag {
    position: absolute;
    top: 16px;
    left: 18px;
    font-size: 16px;
    font-weight: 600; }
  .ldp-product h3 {
    margin: 0 0 6px;
    font-family: "Geologica", sans-serif;
    font-size: 16px;
    line-height: 1.2; }
  .ldp-product p {
    margin: 0;
    padding-top: 8px;
    border-top: 1px solid #8b8b8b;
    font-size: 16px;
    font-weight: 600; }

.ldp-bottom-banner {
  position: relative; }
  .ldp-bottom-banner img {
    width: 100%;
    display: block; }
  .ldp-bottom-banner h2 {
    position: absolute;
    right: 300px;
    top: 52%;
    transform: translateY(-50%);
    margin: 0;
    color: #fff;
    font-family: "Geologica", sans-serif;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -2px; }

.ldp-collection-mosaic {
  padding: 17px 24px 26px; }
  .ldp-collection-mosaic__title {
    margin: 0 0 20px;
    text-align: center;
    color: #417cc0;
    font-family: "Geologica", sans-serif;
    font-size: 51px;
    line-height: 1.1;
    letter-spacing: -2.55px;
    font-weight: 700; }
  .ldp-collection-mosaic__empty {
    text-align: center;
    margin: 24px 0;
    font-size: 16px; }
  .ldp-collection-mosaic__body {
    display: flex;
    flex-direction: column;
    gap: 18px; }
  .ldp-collection-mosaic__row--5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px; }
  .ldp-collection-mosaic__row--hero-quad {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 18px;
    align-items: stretch; }
  .ldp-collection-mosaic__hero {
    border-radius: 17px;
    overflow: hidden;
    position: relative; }
    .ldp-collection-mosaic__hero img {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      object-fit: cover;
      display: block; }
  .ldp-collection-mosaic__quad {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-content: start; }
  .ldp-collection-mosaic__row--3-img {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 18px;
    align-items: stretch; }
  .ldp-collection-mosaic__row--img-3 {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 18px;
    align-items: stretch; }
  .ldp-collection-mosaic__tri {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px; }
  .ldp-collection-mosaic__lifestyle {
    border-radius: 17px;
    overflow: hidden;
    position: relative; }
    .ldp-collection-mosaic__lifestyle img {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      object-fit: cover;
      display: block; }
  .ldp-collection-mosaic__remainder {
    margin-top: 22px; }
  .ldp-collection-mosaic__pagi {
    margin-top: 20px; }

.ldp-collection-bottom-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px; }
  .ldp-collection-bottom-link a {
    display: block;
    text-transform: uppercase;
    background: #48AEDF;
    color: #fff;
    flex: 0 0 auto;
    width: calc((100% - 84px) / 4);
    border-radius: 50px;
    min-height: 66px;
    text-align: center;
    line-height: 66px;
    font-size: 28px;
    font-weight: bold; }

@media (max-width: 767px) {
  .ldp-hero img {
    width: 100%; }
  .ldp-nav {
    padding: 8px 0;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .ldp-nav__brand {
      width: 98px;
      margin-left: 15px;
      position: relative; }
    .ldp-nav__menu {
      font-size: 12px;
      padding: 0 24px;
      gap: 30px;
      width: calc(100% - 113px);
      overflow: hidden;
      overflow-x: auto; }
    .ldp-nav__menu li:nth-child(4) {
      order: 5; }
    .ldp-nav__menu li:nth-child(5) {
      order: 4; }
    .ldp-nav__search {
      margin-right: 15px; }
      .ldp-nav__search img {
        width: 24px;
        height: 24px; }
  .ldp-arrival {
    padding: 8px 0 0; }
    .ldp-arrival h2 {
      font-size: 39px;
      margin-bottom: 12px; }
  .ldp-feature, .ldp-feature--reverse {
    grid-template-columns: 1fr 1fr;
    gap: 19px;
    margin-bottom: 12px;
    padding: 0 24px; }
  .ldp-feature__image {
    width: 48%; }
    .ldp-feature__image img {
      border-radius: 14px; }
  .ldp-feature__content {
    width: calc(52% - 19px); }
  .ldp-feature__meta {
    font-size: 7px;
    margin-bottom: 4px;
    gap: 5px; }
    .ldp-feature__meta:before {
      width: 16px;
      height: 19px; }
  .ldp-feature h3 {
    font-size: 22px;
    letter-spacing: -1px;
    margin-bottom: 5px; }
  .ldp-feature p {
    font-size: 8px;
    margin-bottom: 6px;
    max-width: 126px; }
  .ldp-btn {
    font-size: 7px;
    padding: 4px 9px;
    border-radius: 20px; }
    .ldp-btn svg {
      width: 11px !important;
      height: 11px !important; }
  .ldp-highlights {
    margin: 6px 25px 10px;
    border-radius: 0;
    padding: 0;
    background: transparent; }
    .ldp-highlights h2 {
      font-size: 19px;
      margin-bottom: 8px; }
    .ldp-highlights__grid {
      background: #d6ebf2;
      border-radius: 8px;
      grid-template-columns: 1fr;
      gap: 0;
      padding: 8px 25px; }
    .ldp-highlights__item {
      border-left: 0;
      border-top: 1px solid #8ca4af;
      padding: 10px 0;
      display: flex;
      align-items: center;
      gap: 10px; }
    .ldp-highlights__item:first-child {
      border-top: 0;
      padding-top: 0; }
    .ldp-highlights__item img {
      width: 75px;
      height: 75px;
      margin: 0;
      flex: 0 0 75px; }
    .ldp-highlights__item h4 {
      font-size: 16px;
      margin: 0 0 2px;
      line-height: 1.2; }
    .ldp-highlights__content {
      flex: 1 1 auto;
      min-width: 0; }
    .ldp-highlights__item p {
      margin: 0;
      font-size: 13px;
      line-height: 1.3; }
  .ldp-bestseller {
    padding: 0 25px 14px; }
    .ldp-bestseller h2 {
      font-size: 19px;
      margin-bottom: 10px;
      text-align: left;
      padding-left: 4px; }
    .ldp-bestseller__more {
      text-align: center;
      font-size: 19px;
      margin-top: 6px; }
  .ldp-products {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; }
  .ldp-product {
    border-radius: 8px;
    padding: 6px; }
    .ldp-product:last-child {
      display: none; }
    .ldp-product__tag {
      font-size: 8px;
      top: 6px;
      left: 6px; }
    .ldp-product h3 {
      font-size: 15px;
      margin-bottom: 4px;
      line-height: 1.15; }
    .ldp-product p {
      font-size: 15px;
      padding-top: 6px; }
  .ldp-bottom-banner h2 {
    right: 26px;
    font-size: 24px;
    letter-spacing: -1px; }
  .ldp-collection-mosaic {
    padding: 0 10px 14px; }
    .ldp-collection-mosaic__title {
      font-size: 28px;
      letter-spacing: -1.2px;
      margin-bottom: 14px; }
    .ldp-collection-mosaic__body {
      gap: 12px; }
    .ldp-collection-mosaic__row--5 {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px; }
    .ldp-collection-mosaic__row--hero-quad {
      grid-template-columns: 1fr;
      gap: 12px; }
    .ldp-collection-mosaic__hero {
      min-height: 220px; }
      .ldp-collection-mosaic__hero img {
        min-height: 220px; }
    .ldp-collection-mosaic__quad {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px; }
    .ldp-collection-mosaic__row--3-img, .ldp-collection-mosaic__row--img-3 {
      grid-template-columns: 1fr;
      gap: 12px; }
    .ldp-collection-mosaic__tri {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px; }
    .ldp-collection-mosaic__lifestyle img {
      min-height: 200px; }
  .ldp-collection-bottom-link a {
    width: calc((100% - 28px)/2); } }
