/*=========BST NEW=========*/
.ldp-bst {
  line-height: 1.4; }
  .ldp-bst h2, .ldp-bst h3 {
    font-family: 'Arsenal', sans-serif;
    font-weight: 700; }
  .ldp-bst .text {
    font-size: 20px;
    font-weight: 300; }
    .ldp-bst .text p {
      margin: 0; }
    .ldp-bst .text p + p {
      margin: 16px 0 0; }
  .ldp-bst .btn {
    font-size: 16px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 15px 24px;
    display: inline-flex;
    gap: 16px;
    align-items: center;
    font-family: 'Arsenal', sans-serif;
    font-weight: 700; }
    .ldp-bst .btn:hover {
      color: #fff;
      background: #BB9244;
      border: 1px solid #BB9244; }
  .ldp-bst .style-slick .slick-btn {
    background: rgba(177, 177, 177, 0.5); }
  .ldp-bst .aspect-ratio {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: calc(var(--height-img)/var(--width-img) * 100%); }
    .ldp-bst .aspect-ratio img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .ldp-bst .section-bst .s-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px; }
  .ldp-bst .section-bst .s-heading h2 {
    font-size: 36px;
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .ldp-bst .section-bst .s-wrapper {
      gap: 36px; } }
  .ldp-bst .section-bst-hero {
    background: var(--color-bg-ldp); }
    .ldp-bst .section-bst-hero .s-banner {
      --height-img: 899;
      --width-img: 1800; }
    .ldp-bst .section-bst-hero .s-inner--top {
      padding: 55px 0; }
      .ldp-bst .section-bst-hero .s-inner--top .box-card {
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: 36px;
        text-align: center; }
        .ldp-bst .section-bst-hero .s-inner--top .box-card > div {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; }
        .ldp-bst .section-bst-hero .s-inner--top .box-card .box-card--content h2 {
          color: #BE984E;
          font-size: 36px;
          margin-bottom: 24px;
          text-transform: uppercase; }
        .ldp-bst .section-bst-hero .s-inner--top .box-card .box-card--content .text {
          font-size: 16px;
          font-weight: 300;
          color: var(--color-text-ldp); }
      @media (min-width: 992px) {
        .ldp-bst .section-bst-hero .s-inner--top .box-card {
          width: 42%; }
          .ldp-bst .section-bst-hero .s-inner--top .box-card .box-card--content h2 {
            font-size: 64px; }
          .ldp-bst .section-bst-hero .s-inner--top .box-card .box-card--content .text {
            font-size: 20px; } }
    .ldp-bst .section-bst-hero .s-inner--bottom .grid-line {
      display: flex;
      flex-direction: column; }
    .ldp-bst .section-bst-hero .s-inner--bottom .line {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 32px 0 0; }
    .ldp-bst .section-bst-hero .s-inner--bottom .box-card {
      display: flex;
      flex-direction: column;
      gap: 32px 60px;
      margin: 0 -12px; }
      .ldp-bst .section-bst-hero .s-inner--bottom .box-card > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .ldp-bst .section-bst-hero .s-inner--bottom .box-card .box-card--thumb {
        --height-img: 725;
        --width-img: 519; }
      .ldp-bst .section-bst-hero .s-inner--bottom .box-card .box-card--detail {
        color: var(--color-text-ldp);
        padding: 0 24px; }
        .ldp-bst .section-bst-hero .s-inner--bottom .box-card .box-card--detail h2 {
          font-size: 36px;
          margin-bottom: 36px;
          color: var(--color-text-ldp);
          text-align: center; }
        .ldp-bst .section-bst-hero .s-inner--bottom .box-card .box-card--detail ul {
          margin-top: 16px;
          padding: 0 0 0 16px;
          display: flex;
          flex-direction: column;
          gap: 10px;
          list-style: disc; }
    @media (min-width: 992px) {
      .ldp-bst .section-bst-hero .s-inner--bottom .line {
        padding: 64px 0; }
        .ldp-bst .section-bst-hero .s-inner--bottom .line .box-card {
          flex-direction: row;
          align-items: center; }
          .ldp-bst .section-bst-hero .s-inner--bottom .line .box-card .box-card--thumb {
            -ms-flex: 0 0 42%;
            flex: 0 0 42%;
            max-width: 42%; }
          .ldp-bst .section-bst-hero .s-inner--bottom .line .box-card .box-card--detail {
            -ms-flex: 0 0 calc(58% - 60px);
            flex: 0 0 calc(58% - 60px);
            max-width: calc(58% - 60px); }
        .ldp-bst .section-bst-hero .s-inner--bottom .line:nth-child(even) .box-card {
          flex-direction: row-reverse; }
      .ldp-bst .section-bst-hero .s-inner--bottom .box-card {
        margin: 0; }
        .ldp-bst .section-bst-hero .s-inner--bottom .box-card .box-card--detail {
          padding: 0; }
          .ldp-bst .section-bst-hero .s-inner--bottom .box-card .box-card--detail h2 {
            text-align: left; } }
  .ldp-bst .section-bst-intro-1 {
    padding: 60px 0 32px; }
    .ldp-bst .section-bst-intro-1 .s-wrapper {
      gap: 27px; }
    .ldp-bst .section-bst-intro-1 .s-heading, .ldp-bst .section-bst-intro-1 .s-content {
      text-align: center; }
    .ldp-bst .section-bst-intro-1 .s-banner {
      --height-img: 774;
      --width-img: 1280; }
    .ldp-bst .section-bst-intro-1 .text {
      font-size: 16px; }
    @media (min-width: 992px) {
      .ldp-bst .section-bst-intro-1 {
        padding: 60px 0 93px; }
        .ldp-bst .section-bst-intro-1 .text {
          font-size: 24px;
          width: 68%;
          margin: auto; } }
  .ldp-bst .section-bst-intro-2 {
    padding: 32px 0 60px; }
    .ldp-bst .section-bst-intro-2 .s-heading, .ldp-bst .section-bst-intro-2 .s-content {
      text-align: center; }
    .ldp-bst .section-bst-intro-2 .listing-banner {
      display: flex;
      flex-direction: column;
      gap: 8px 37px;
      margin: 32px 0 0; }
      .ldp-bst .section-bst-intro-2 .listing-banner .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
        .ldp-bst .section-bst-intro-2 .listing-banner .item.item-1 {
          --height-img: 290;
          --width-img: 342; }
        .ldp-bst .section-bst-intro-2 .listing-banner .item.item-2 {
          --height-img: 605;
          --width-img: 700; }
        .ldp-bst .section-bst-intro-2 .listing-banner .item.item-3 {
          --height-img: 290;
          --width-img: 342; }
    @media (min-width: 992px) {
      .ldp-bst .section-bst-intro-2 {
        padding: 60px 0 93px; }
        .ldp-bst .section-bst-intro-2 .listing-banner {
          flex-direction: row;
          margin: 60px 0 0; }
          .ldp-bst .section-bst-intro-2 .listing-banner .item {
            -ms-flex: 0 0 calc((100% - (2*37px)) /3);
            flex: 0 0 calc((100% - (2*37px)) /3);
            max-width: calc((100% - (2*37px)) /3); }
            .ldp-bst .section-bst-intro-2 .listing-banner .item.item-1 {
              --height-img: 475;
              --width-img: 340; }
            .ldp-bst .section-bst-intro-2 .listing-banner .item.item-2 {
              --height-img: 563;
              --width-img: 340; }
            .ldp-bst .section-bst-intro-2 .listing-banner .item.item-3 {
              --height-img: 475;
              --width-img: 340; } }
  .ldp-bst .section-bst-feature {
    padding: 70px 0; }
    .ldp-bst .section-bst-feature .listing-feature {
      display: flex;
      flex-wrap: wrap;
      gap: 32px; }
      .ldp-bst .section-bst-feature .listing-feature .item {
        -ms-flex: 0 0 calc((100% - 32px) /2);
        flex: 0 0 calc((100% - 32px) /2);
        max-width: calc((100% - 32px) /2); }
    .ldp-bst .section-bst-feature .box {
      display: flex;
      flex-direction: column;
      gap: 36px;
      text-align: center; }
      .ldp-bst .section-bst-feature .box .icon img {
        width: 90px;
        height: 90px;
        margin: auto; }
      .ldp-bst .section-bst-feature .box .title h3 {
        margin: 0;
        font-size: 24px; }
    @media (min-width: 992px) {
      .ldp-bst .section-bst-feature .listing-feature {
        gap: 60px; }
        .ldp-bst .section-bst-feature .listing-feature .item {
          -ms-flex: 0 0 calc((100% - (2*60px)) /3);
          flex: 0 0 calc((100% - (2*60px)) /3);
          max-width: calc((100% - (2*60px)) /3); } }
  .ldp-bst .section-bst-intro-3 {
    padding: 32px 0 60px;
    display: flex;
    flex-direction: column;
    gap: 12px 67px; }
    .ldp-bst .section-bst-intro-3 .s-inner--top .box-card {
      display: flex;
      gap: 32px 83px;
      flex-direction: column; }
      .ldp-bst .section-bst-intro-3 .s-inner--top .box-card > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .ldp-bst .section-bst-intro-3 .s-inner--top .box-card .box-card--thumb {
        --height-img: 645;
        --width-img: 600; }
    .ldp-bst .section-bst-intro-3 .s-inner--bottom .box-card {
      display: flex;
      gap: 12px 83px;
      flex-direction: column; }
      .ldp-bst .section-bst-intro-3 .s-inner--bottom .box-card > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .ldp-bst .section-bst-intro-3 .s-inner--bottom .box-card .box-card--thumb.thumb-1 {
        --height-img: 645;
        --width-img: 600; }
      .ldp-bst .section-bst-intro-3 .s-inner--bottom .box-card .box-card--thumb.thumb-2 {
        --height-img: 645;
        --width-img: 600; }
    @media (min-width: 992px) {
      .ldp-bst .section-bst-intro-3 {
        padding: 93px 0 60px;
        gap: 67px; }
        .ldp-bst .section-bst-intro-3 .s-inner--top .box-card {
          align-items: center;
          flex-direction: row; }
          .ldp-bst .section-bst-intro-3 .s-inner--top .box-card .box-card--thumb {
            -ms-flex: 0 0 42%;
            flex: 0 0 42%;
            max-width: 42%;
            --height-img: 722;
            --width-img: 517; }
          .ldp-bst .section-bst-intro-3 .s-inner--top .box-card .box-card--detail {
            -ms-flex: 0 0 calc(50% - 85px);
            flex: 0 0 calc(50% - 85px);
            max-width: calc(50% - 85px); }
        .ldp-bst .section-bst-intro-3 .s-inner--bottom .container-fluid {
          padding: 0; }
        .ldp-bst .section-bst-intro-3 .s-inner--bottom .box-card {
          flex-direction: row; }
          .ldp-bst .section-bst-intro-3 .s-inner--bottom .box-card .box-card--thumb.thumb-2 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            --height-img: 874;
            --width-img: 626; }
          .ldp-bst .section-bst-intro-3 .s-inner--bottom .box-card .box-card--thumb.thumb-1 {
            -ms-flex: 0 0 calc(50% - 85px);
            flex: 0 0 calc(50% - 85px);
            max-width: calc(50% - 85px);
            margin-top: -185px;
            --height-img: 1018;
            --width-img: 729; } }
  .ldp-bst .section-bst-collection {
    padding: 32px 0;
    background: var(--color-bg-ldp); }
    .ldp-bst .section-bst-collection .slick-btn {
      top: 20%;
      transform: translateY(-20%); }
    .ldp-bst .section-bst-collection .s-heading {
      display: flex;
      flex-direction: column;
      border-bottom: 1px solid #BE984E;
      padding-bottom: 16px;
      gap: 32px 0; }
      .ldp-bst .section-bst-collection .s-heading h2 {
        color: var(--color-text-ldp); }
      .ldp-bst .section-bst-collection .s-heading .title {
        text-align: center; }
      .ldp-bst .section-bst-collection .s-heading .action {
        display: none; }
      .ldp-bst .section-bst-collection .s-heading .desc {
        font-size: 20px;
        font-weight: 300;
        color: var(--color-text-ldp); }
        .ldp-bst .section-bst-collection .s-heading .desc p {
          margin-bottom: 0; }
    .ldp-bst .section-bst-collection .content-collection .slick-collection:not(.slick-initialized) {
      display: flex;
      gap: 5px; }
      .ldp-bst .section-bst-collection .content-collection .slick-collection:not(.slick-initialized) .product-loop {
        -ms-flex: 0 0 calc((100% - 5px) / 2);
        flex: 0 0 calc((100% - 5px) / 2);
        max-width: calc((100% - 5px) / 2); }
    .ldp-bst .section-bst-collection .product-loop .info-loop .wrapper-loop-bottom {
      display: none; }
    .ldp-bst .section-bst-collection .product-loop .info-loop .variant-loop {
      display: block; }
    @media (min-width: 768px) {
      .ldp-bst .section-bst-collection .slick-btn {
        top: 36%;
        transform: translateY(-36%); }
      .ldp-bst .section-bst-collection .content-collection .slick-collection:not(.slick-initialized) {
        gap: 25px; }
        .ldp-bst .section-bst-collection .content-collection .slick-collection:not(.slick-initialized) .product-loop {
          -ms-flex: 0 0 calc((100% - (2 * 25px)) / 3);
          flex: 0 0 calc((100% - (2 * 25px)) / 3);
          max-width: calc((100% - (2 * 25px)) / 3); } }
    @media (min-width: 992px) {
      .ldp-bst .section-bst-collection {
        padding: 97px 0 45px; }
        .ldp-bst .section-bst-collection .s-heading {
          align-items: center;
          justify-content: space-between;
          flex-direction: row;
          margin-bottom: 28px; }
          .ldp-bst .section-bst-collection .s-heading .title {
            text-align: left; }
          .ldp-bst .section-bst-collection .s-heading .action {
            display: block; }
          .ldp-bst .section-bst-collection .s-heading .desc {
            display: none; } }
  .ldp-bst .section-bst-cate {
    padding: 32px 0 50px;
    background: var(--color-bg-ldp); }
    .ldp-bst .section-bst-cate .box-card {
      --height-img: 217;
      --width-img: 403;
      overflow: hidden;
      border-radius: 8px; }
    .ldp-bst .section-bst-cate .s-heading h2 {
      color: var(--color-text-ldp); }
    .ldp-bst .section-bst-cate .slick-cate:not(.slick-initialized) {
      display: flex;
      gap: 5px; }
      .ldp-bst .section-bst-cate .slick-cate:not(.slick-initialized) .box-card {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    @media (min-width: 768px) {
      .ldp-bst .section-bst-cate .box-card {
        border-radius: 0px; }
      .ldp-bst .section-bst-cate .slick-cate:not(.slick-initialized) {
        gap: 25px; }
        .ldp-bst .section-bst-cate .slick-cate:not(.slick-initialized) .box-card {
          -ms-flex: 0 0 calc((100% - (2 * 25px)) / 3);
          flex: 0 0 calc((100% - (2 * 25px)) / 3);
          max-width: calc((100% - (2 * 25px)) / 3); } }
    @media (min-width: 992px) {
      .ldp-bst .section-bst-cate {
        padding: 45px 0 97px; } }
  .ldp-bst.ldp-bst-1 {
    --color-bg-ldp: #202846;
    --color-text-ldp: #fff; }
    .ldp-bst.ldp-bst-1 .product-loop .info-loop .title-loop h4, .ldp-bst.ldp-bst-1 .product-loop .info-loop .title-loop h4 a {
      color: #fff; }
    .ldp-bst.ldp-bst-1 .product-loop .info-loop .variant-loop {
      color: #fff; }
  .ldp-bst.ldp-bst-2 {
    --color-bg-ldp: #455D3C;
    --color-text-ldp: #fff; }
    .ldp-bst.ldp-bst-2 .product-loop .info-loop .title-loop h4, .ldp-bst.ldp-bst-2 .product-loop .info-loop .title-loop h4 a {
      color: #fff; }
    .ldp-bst.ldp-bst-2 .product-loop .info-loop .variant-loop {
      color: #fff; }
  .ldp-bst.ldp-bst-3 {
    --color-bg-ldp: #AF0007;
    --color-text-ldp: #fff; }
    .ldp-bst.ldp-bst-3 .product-loop .info-loop .title-loop h4, .ldp-bst.ldp-bst-3 .product-loop .info-loop .title-loop h4 a {
      color: #fff; }
    .ldp-bst.ldp-bst-3 .product-loop .info-loop .variant-loop {
      color: #fff; }
    .ldp-bst.ldp-bst-3 .banner-title {
      margin-bottom: 24px; }
    .ldp-bst.ldp-bst-3 .section-bst-hero .s-inner--top .box-card {
      width: 100%; }
    .ldp-bst.ldp-bst-3 .section-bst-hero .s-banner {
      position: relative; }
      .ldp-bst.ldp-bst-3 .section-bst-hero .s-banner:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        pointer-events: none;
        background: linear-gradient(rgba(175, 0, 7, 0), rgba(175, 0, 7, 0.1) 20%, #AF0007);
        z-index: 1; }
    .ldp-bst.ldp-bst-3 .section-bst-intro-3 .s-inner--bottom .container-fluid {
      max-width: 1440px; }
    .ldp-bst.ldp-bst-3 .section-bst-intro-3 .s-inner--bottom .box-card .box-card--thumb.thumb-1 .box-card--detail, .ldp-bst.ldp-bst-3 .section-bst-intro-3 .s-inner--bottom .box-card .box-card--thumb.thumb-2 .box-card--detail {
      padding: 60px; }
    @media (min-width: 992px) {
      .ldp-bst.ldp-bst-3 .section-bst-hero .s-inner--top .box-card .text {
        width: 42%;
        margin: 0 auto; } }
    @media (max-width: 991px) {
      .ldp-bst.ldp-bst-3 .section-bst-hero .s-banner:before {
        height: 70px; }
      .ldp-bst.ldp-bst-3 .section-bst-intro-3 .s-inner--bottom .box-card .box-card--thumb.thumb-1, .ldp-bst.ldp-bst-3 .section-bst-intro-3 .s-inner--bottom .box-card .box-card--thumb.thumb-2 {
        display: flex;
        flex-flow: column-reverse; }
        .ldp-bst.ldp-bst-3 .section-bst-intro-3 .s-inner--bottom .box-card .box-card--thumb.thumb-1 .box-card--detail, .ldp-bst.ldp-bst-3 .section-bst-intro-3 .s-inner--bottom .box-card .box-card--thumb.thumb-2 .box-card--detail {
          padding: 30px 0; } }
    @media (max-width: 767px) {
      .ldp-bst.ldp-bst-3 .text {
        font-size: 16px; }
      .ldp-bst.ldp-bst-3 .section-bst-feature .box {
        gap: 20px; }
        .ldp-bst.ldp-bst-3 .section-bst-feature .box .icon img {
          width: 60px;
          height: 60px; }
        .ldp-bst.ldp-bst-3 .section-bst-feature .box .title h3 {
          font-size: 18px; } }
  .ldp-bst.ldp-bst-4 {
    --color-bg-ldp: #ffffff;
    --color-text-ldp: #000000; }
  .ldp-bst.ldp-bst-5 {
    --color-bg-ldp: #B6802C;
    --color-text-ldp: #fff; }
    .ldp-bst.ldp-bst-5 .product-loop .info-loop .title-loop h4, .ldp-bst.ldp-bst-5 .product-loop .info-loop .title-loop h4 a {
      color: #fff; }
    .ldp-bst.ldp-bst-5 .product-loop .info-loop .variant-loop {
      color: #fff; }
    .ldp-bst.ldp-bst-5 .product-loop .info-loop .brand-loop {
      color: #FFD583; }
    .ldp-bst.ldp-bst-5 .btn3 {
      color: #FFD583;
      background: transparent;
      border: 1px solid #FFD583; }
      .ldp-bst.ldp-bst-5 .btn3:hover {
        background: #FFD583;
        border-color: #FFD583;
        color: #fff; }
