.productlanding__header {
    padding-top: 24px;
    margin-bottom: 72px;
    width: 100%;
    max-width: 600px;
}

.productlanding__header_title {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 32px;
}

.productlanding__header__subtitle {
    font-weight: 500;
    font-size: 19px;
    line-height: 25px;
}

.productlanding__header__description {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
}

.productlanding__header__subtitle p, 
.productlanding__header__description p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    max-width: 472px;
}


.productlanding__menu {
    margin: 32px 0 64px;
    display: inline-block;
    background: #ffffff;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    list-style-type: none;
}

.productlanding__menu_item {
    padding: 16px 18px 18px;
    display: inline-flex;
    min-width: 80px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
    cursor: pointer;
    color: #20346B;
}

.productlanding__menu_item.active {
    background: #20346B;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    color: #fff;
}

.productlanding__menu_item__title {
    display: none;
}

.productlanding__menu_item__subtitle {
    display: none;
}

.productlanding__menu_item__description {
    display: none;
}

.productlanding__inner {
    width: 100%;
    display: table;
    padding-bottom: 66px;
}

.productlanding__inner__item {
    float: left;
    width: calc(33.33% - (64px / 3));
    max-width: 349px;
    position: relative;
    text-decoration: none;
    color: #000;
    margin-bottom: 32px;
    margin-right: 32px;
}

.productlanding__inner__item:nth-child(3n+3) {
    margin-right: 0;
}

.productlanding__inner__item__image-box {
    max-width: 349px;
    width: 100%;
    height: 475px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.productlanding__inner__item__image-box img {
    width: 100%;
    /* max-height: 349px; */
    /* height: 100%; */
    object-fit: cover;
}


.productlanding__inner__item__content {
    position: absolute;
    box-shadow: 1px 4px 24px rgba(0, 0, 0, 0.05);
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0 16px;
    display: flex;
    align-items: center;
    height: 56px;
}

.productlanding__inner_item_content_title {
    flex: 1;
    padding-right: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 25px;
}

.productlanding__inner__all-item {
    display: none;
}

.brandcollection .productlanding__inner__item__image-box.main {
    height: 350px;
    max-width: 100%;
}

.brandcollection .productlanding__inner__item__image-box.sub {
    height: 490px;
    max-width: 100%;
}

.brandcollection .productlanding__inner_item_title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 32px;
}

.brandcollection .productlanding__inner {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
}

.brandcollection .productlanding__inner_item_container {
    width: 33%;
}

.brandcollection .productlanding__inner__item {
    width: 100%;
}

.fa-arrow-right-long {
    font-size: 20px;
    margin-left: 8px;
    transform: rotate(-45deg);
}
/** Tablet (Landscape) **/
@media only screen and (max-width: 1024px) {
    .productlanding__header {
        padding-top: 0px;
        margin-bottom: 20px;
    }

    .productlanding__header_title {
        font-size: 48px;
        margin-bottom: 20px;
    }

    .productlanding__inner__item {
        width: calc(33% - (40px / 3));
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .productlanding__inner__item {
        margin-right: 20px;
    }

    .productlanding__inner__item:nth-child(3n) {
        margin-right: 0;
    }


    .productlanding__inner_item_content_title {
        padding-right: 20px;
        font-size: 20px;
    }

    .productlanding__menu {
        margin: 0px 0 20px;
        padding: 20px;
    }

    .productlanding__menu_item {
        padding: 20px;
        font-size: 16px;
    }
}

/** Smartphone **/
@media only screen and (max-width: 767px) {
    .productlanding__inner__item {
        width: calc(50% - (20px / 2));
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .productlanding__inner__item:nth-child(2n) {
        margin-right: 0;
    }

    .productlanding__inner__item:nth-child(3n) {
        margin-right: 10px;
    }

    .productlanding__inner__item__image-box {
        height: 250px;
    }

    .productlanding__header__description {
        font-size: 16px;
    }

    .productlanding__inner__item__content {
        padding: 5px 15px;
        height: auto;
    }
}

/* Brand Collection - mobile layout fix (put at the END of your CSS) */
@media only screen and (max-width: 767px) {
  /* Headings */
  .brandcollection .productlanding__header_title {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 16px;
  }

  .brandcollection .productlanding__header__description {
    font-size: 14px;
    line-height: 1.6;
  }

  .brandcollection .productlanding__inner {
    padding-top: 24px;
    padding-bottom: 32px;
    gap: 12px;
  }

  .brandcollection .productlanding__inner_item_container {
    width: auto;             
    flex: 0 0 calc(50% - 6px);
  }

  /* Remove float-era spacing, keep cards clean */
  .brandcollection .productlanding__inner__item {
    margin: 0;
    float: none;
    display: block;
    width: 100%;
  }

  .brandcollection .productlanding__inner__item__image-box.main,
  .brandcollection .productlanding__inner__item__image-box.sub {
    height: auto;
    max-width: 100%;
    aspect-ratio: 1 / 1;
  }

  .brandcollection .productlanding__inner__item__image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .brandcollection .productlanding__inner_item_title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .brandcollection .fa-arrow-right-long {
    font-size: 16px;
    margin-left: 6px;
  }
}

@media only screen and (max-width: 480px) {
  .brandcollection .productlanding__inner_item_container {
    flex: 0 0 100%;
  }
}

.brandcollection__main-link {
  position: relative;
  display: block;
  width: 100%;
}

.brandcollection__main-link img {
  width: 100%;
  display: block;
}

.brandcollection__main-link .brandcollection__image-link-text {
  position: absolute;
  right: 24px;
  bottom: 20px;
  z-index: 3;

  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.3px;

  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;

  pointer-events: none;
}

/* Tablet */
@media (max-width: 1024px) {
  .brandcollection__main-link .brandcollection__image-link-text {
    font-size: 16px;
    right: 16px;
    bottom: 16px;
    padding: 8px 12px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .brandcollection__main-link .brandcollection__image-link-text {
    font-size: 14px;
    right: 12px;
    bottom: 12px;
    padding: 6px 10px;
  }
}
