:root {
  --font-main: "Jost", sans-serif;
  --font-body: "Roboto", sans-serif;
  --color-primary: #1B365D;
  --color-accent: #c4a059;
  --color-text-title: #1a1a1a;
  --color-text-light: #999;
  --btn-bg: #132b4d;
  --btn-text: #fff; }

#blog-bst {
  font-family: var(--font-body);
  color: var(--color-text-title); }
  #blog-bst #blog-slider {
    position: relative; }
    @media (max-width: 480px) {
      #blog-bst #blog-slider {
        min-height: 100vw; } }
    #blog-bst #blog-slider:hover > .slick-arrow {
      opacity: 0.5; }
    #blog-bst #blog-slider.slick-slider > button {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0;
      margin: 0;
      height: 40px;
      width: 40px;
      font-weight: 700;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 40px;
      text-align: center;
      box-shadow: 0 1px 9px -4px;
      background: #fff;
      color: #000;
      border-radius: 50%;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -ms-transition: all .3s;
      -o-transition: all 36s;
      transition: all .3s;
      opacity: 0;
      border: none;
      font-size: 0;
      z-index: 9; }
      #blog-bst #blog-slider.slick-slider > button.slick-prev {
        left: 20px; }
        #blog-bst #blog-slider.slick-slider > button.slick-prev:before {
          content: '\276E';
          font-size: 23px; }
      #blog-bst #blog-slider.slick-slider > button.slick-next {
        right: 20px; }
        #blog-bst #blog-slider.slick-slider > button.slick-next:before {
          content: '\276F';
          font-size: 23px; }
      #blog-bst #blog-slider.slick-slider > button:hover {
        opacity: 1; }
      @media (max-width: 767px) {
        #blog-bst #blog-slider.slick-slider > button {
          opacity: 0.8;
          height: 35px;
          width: 35px;
          line-height: 35px; }
          #blog-bst #blog-slider.slick-slider > button:hover {
            opacity: 1; } }
    #blog-bst #blog-slider a {
      display: block; }
    #blog-bst #blog-slider .item {
      width: 100%;
      flex: 0 0 100%; }
    #blog-bst #blog-slider img {
      height: 93vh;
      object-fit: cover; }
  #blog-bst .bst-intro {
    background-color: #fff;
    border-bottom: 1px solid #aba8a8;
    font-family: var(--font-main);
    padding-bottom: 100px;
    text-align: center; }
    #blog-bst .bst-intro .bst-intro-container {
      margin: 60px auto 0;
      max-width: 800px;
      padding: 0 20px; }
    #blog-bst .bst-intro .bst-intro-title {
      color: var(--color-primary);
      font-size: 48px;
      font-weight: 500;
      letter-spacing: 4px;
      margin-bottom: 60px;
      text-transform: uppercase; }
    #blog-bst .bst-intro .bst-intro-subtitle {
      color: #333;
      font: 16px Arial, sans-serif;
      letter-spacing: 2px;
      margin-bottom: 30px; }
    #blog-bst .bst-intro .bst-intro-desc {
      color: var(--color-text-light);
      font: 300 14px/2 Arial, sans-serif;
      letter-spacing: 1.5px; }
  #blog-bst .bst-blog-section {
    width: 100%;
    padding-bottom: 60px; }
    #blog-bst .bst-blog-section .bst-blog-row {
      cursor: pointer;
      display: flex;
      min-height: 600px; }
      #blog-bst .bst-blog-section .bst-blog-row.row-reverse {
        flex-direction: row-reverse; }
    #blog-bst .bst-blog-section .col-image {
      flex: 0 0 50%;
      max-width: 50%;
      overflow: hidden;
      position: relative; }
      #blog-bst .bst-blog-section .col-image img {
        display: block;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        transition: transform 0.7s ease;
        width: 100%; }
      #blog-bst .bst-blog-section .col-image:hover img {
        transform: scale(1.03); }
    #blog-bst .bst-blog-section .col-content {
      flex: 0 0 50%;
      max-width: 50%;
      align-items: center;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 60px;
      text-align: center; }
      #blog-bst .bst-blog-section .col-content .bst-blog-title {
        color: var(--color-text-title);
        font-size: 40px;
        font-weight: 500;
        letter-spacing: 3px;
        line-height: 1.4;
        margin-bottom: 20px;
        text-transform: uppercase; }
      #blog-bst .bst-blog-section .col-content .bst-blog-desc {
        color: var(--color-text-light);
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 2px;
        line-height: 1.6;
        margin-bottom: 40px;
        max-width: 700px; }
      #blog-bst .bst-blog-section .col-content .btn-blog-bst {
        background-color: var(--btn-bg);
        border: 1px solid var(--btn-bg);
        color: var(--btn-text);
        display: inline-block;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 2px;
        padding: 12px 50px;
        text-transform: uppercase; }
        #blog-bst .bst-blog-section .col-content .btn-blog-bst:hover {
          background-color: transparent;
          color: var(--btn-bg); }
    #blog-bst .bst-blog-section #pagination {
      margin-top: 60px; }
  #blog-bst .bst-banner {
    display: flex;
    margin-bottom: 0px;
    overflow: hidden;
    width: 100%; }
    #blog-bst .bst-banner .bst-banner-item {
      flex: 0 0 50%;
      max-width: 50%;
      overflow: hidden;
      position: relative; }
      #blog-bst .bst-banner .bst-banner-item.article-bst-loading-block {
        aspect-ratio: 1 / 1; }
      #blog-bst .bst-banner .bst-banner-item img {
        height: 100%;
        object-fit: cover;
        object-position: top center;
        transition: transform 1s ease;
        width: 100%; }
      #blog-bst .bst-banner .bst-banner-item:hover img {
        transform: scale(1.05); }
  #blog-bst .bst-video-section {
    margin: 0 auto;
    max-width: 1200px;
    padding: 60px 0;
    text-align: center;
    width: 100%; }
    #blog-bst .bst-video-section .bst-video-title {
      color: #1a1a1a;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 3px;
      margin-bottom: 40px;
      text-transform: uppercase; }
    #blog-bst .bst-video-section .video-wrapper {
      background-color: #000;
      overflow: hidden;
      padding-top: 56.25%;
      position: relative;
      width: 100%; }
      #blog-bst .bst-video-section .video-wrapper iframe {
        border: none;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
  @media (max-width: 1024px) {
    #blog-bst .bst-intro {
      padding: 60px 20px; }
    #blog-bst .intro-desc br {
      display: none; } }
  @media (max-width: 767.98px) {
    #blog-bst .bst-blog-row {
      flex-direction: column;
      min-height: auto; }
    #blog-bst .bst-blog-section {
      padding-bottom: 40px; }
      #blog-bst .bst-blog-section .col-image {
        flex: 0 0 100%;
        max-width: 100%; }
      #blog-bst .bst-blog-section .col-content {
        padding: 40px 20px;
        flex: 0 0 100%;
        max-width: 100%; }
        #blog-bst .bst-blog-section .col-content .bst-blog-title {
          font-size: 28px; }
        #blog-bst .bst-blog-section .col-content .bst-blog-desc {
          font-size: 16px; }
      #blog-bst .bst-blog-section #pagination {
        margin-top: 40px; }
    #blog-bst .bst-blog-row.row-reverse {
      display: flex;
      flex-direction: column-reverse; }
    #blog-bst .bst-banner {
      flex-direction: column;
      margin-bottom: 40px; }
      #blog-bst .bst-banner .bst-banner-item {
        height: 70vh;
        flex: 0 0 100%;
        max-width: 100%; }
    #blog-bst .bst-video-section {
      padding: 40px 0px; } }

#article-bst {
  /* BST SLIDER */
  /* BST Intro */
  /* BST Product */
  /* BST 2 banner */
  /* SECTION STANDOUT */ }
  #article-bst .container {
    margin: 0 auto;
    margin-bottom: 0px;
    max-width: 1200px;
    padding: 0 24px;
    width: 100%; }
  #article-bst .article-bst-loading:empty,
  #article-bst .article-bst-loading-block,
  #article-bst .article-bst-loading-line,
  #article-bst .article-bst-loading-line:after,
  #article-bst .article-bst-loading-line:before {
    background: #f5f5f5;
    border-radius: 8px; }
  #article-bst .article-bst-loading:empty,
  #article-bst .article-bst-loading-block,
  #article-bst .article-bst-loading-line,
  #article-bst .article-bst-loading-line:after,
  #article-bst .article-bst-loading-line:before {
    position: relative;
    overflow: hidden; }
  #article-bst .article-bst-loading:empty:before,
  #article-bst .article-bst-loading-block:before,
  #article-bst .article-bst-loading-line > span,
  #article-bst .article-bst-loading-line:after,
  #article-bst .article-bst-loading-line:before {
    animation: articleBstLoading 1.4s ease-in-out infinite;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.75), transparent);
    content: "";
    height: 100%;
    left: -60%;
    position: absolute;
    top: 0;
    width: 60%;
    z-index: 1; }
  #article-bst .article-bst-loading:empty {
    min-height: 93vh; }
  #article-bst .article-bst-loading-block {
    min-height: 100%; }
  #article-bst .article-bst-loading-line {
    display: block;
    color: transparent !important;
    min-height: 12px; }
  #article-bst .main-title.article-bst-loading-line {
    height: auto;
    min-height: 0;
    width: 86%; }
    #article-bst .main-title.article-bst-loading-line:before {
      border-radius: 8px;
      content: "";
      display: block;
      height: 22px;
      margin-bottom: 12px;
      position: relative;
      width: 100%; }
    #article-bst .main-title.article-bst-loading-line:after {
      border-radius: 8px;
      content: "";
      display: block;
      height: 22px;
      position: relative;
      width: 72%; }
  #article-bst .description.article-bst-loading-line {
    background: transparent;
    height: auto;
    margin-top: 22px;
    min-height: 0;
    width: 100%; }
    #article-bst .description.article-bst-loading-line:before {
      border-radius: 8px;
      content: "";
      display: block;
      height: 12px;
      margin-bottom: 10px;
      position: relative;
      width: 100%; }
    #article-bst .description.article-bst-loading-line:after {
      border-radius: 8px;
      content: "";
      display: block;
      height: 12px;
      margin-bottom: 10px;
      position: relative;
      width: 82%; }
    #article-bst .description.article-bst-loading-line > span {
      border-radius: 8px;
      display: block;
      height: 12px;
      position: relative;
      width: 62%; }
  #article-bst .standout-title.article-bst-loading-line {
    height: auto;
    min-height: 0;
    width: 90%; }
    #article-bst .standout-title.article-bst-loading-line:before {
      border-radius: 8px;
      content: "";
      display: block;
      height: 22px;
      margin: 0 auto 12px;
      position: relative;
      width: 100%; }
    #article-bst .standout-title.article-bst-loading-line:after {
      border-radius: 8px;
      content: "";
      display: block;
      height: 22px;
      margin: 0 auto;
      position: relative;
      width: 74%; }
  #article-bst .standout-desc.article-bst-loading-line {
    background: transparent;
    height: auto;
    margin-top: 6px;
    min-height: 0;
    width: 100%; }
    #article-bst .standout-desc.article-bst-loading-line:before {
      border-radius: 8px;
      content: "";
      display: block;
      height: 12px;
      margin: 0 auto 10px;
      position: relative;
      width: 100%; }
    #article-bst .standout-desc.article-bst-loading-line:after {
      border-radius: 8px;
      content: "";
      display: block;
      height: 12px;
      margin: 0 auto 10px;
      position: relative;
      width: 86%; }
    #article-bst .standout-desc.article-bst-loading-line > span {
      border-radius: 8px;
      display: block;
      height: 12px;
      margin: 0 auto;
      position: relative;
      width: 68%; }

@keyframes articleBstLoading {
  0% {
    left: -60%; }
  100% {
    left: 100%; } }
  #article-bst #article-bst-slider {
    position: relative;
    margin: 0 auto 50px;
    width: 100%; }
    @media (max-width: 480px) {
      #article-bst #article-bst-slider {
        min-height: 100vw; } }
    #article-bst #article-bst-slider:hover > .slick-arrow {
      opacity: 0.5; }
    #article-bst #article-bst-slider.slick-slider > button {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0;
      margin: 0;
      height: 40px;
      width: 40px;
      font-weight: 700;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 40px;
      text-align: center;
      box-shadow: 0 1px 9px -4px;
      background: #fff;
      color: #000;
      border-radius: 50%;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -ms-transition: all .3s;
      -o-transition: all 36s;
      transition: all .3s;
      opacity: 0;
      border: none;
      font-size: 0;
      z-index: 9; }
      #article-bst #article-bst-slider.slick-slider > button.slick-prev {
        left: 20px; }
        #article-bst #article-bst-slider.slick-slider > button.slick-prev:before {
          content: '\276E';
          font-size: 23px; }
      #article-bst #article-bst-slider.slick-slider > button.slick-next {
        right: 20px; }
        #article-bst #article-bst-slider.slick-slider > button.slick-next:before {
          content: '\276F';
          font-size: 23px; }
      #article-bst #article-bst-slider.slick-slider > button:hover {
        opacity: 1; }
      @media (max-width: 767px) {
        #article-bst #article-bst-slider.slick-slider > button {
          opacity: 0.8;
          height: 35px;
          width: 35px;
          line-height: 35px; }
          #article-bst #article-bst-slider.slick-slider > button:hover {
            opacity: 1; } }
    #article-bst #article-bst-slider a {
      display: block; }
    #article-bst #article-bst-slider .item {
      width: 100%;
      flex: 0 0 100%; }
  #article-bst .article-bst-video-wrapper {
    aspect-ratio: 16 / 9;
    width: 100%; }
  #article-bst .article-bst-video-wrapper iframe {
    border: 0;
    height: 100%;
    width: 100%; }
  #article-bst .intro-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 50px auto;
    max-width: 1200px;
    padding: 0 20px; }
    #article-bst .intro-container .intro-img {
      aspect-ratio: 3 / 4;
      background: #f9fafb;
      max-width: 500px;
      overflow: hidden;
      position: relative;
      width: 100%; }
    #article-bst .intro-container .intro-slides-wrapper {
      display: flex;
      transition: transform 0.5s ease-in-out;
      width: 100%; }
      #article-bst .intro-container .intro-slides-wrapper:not(.slick-initialized) .model-image {
        flex: 0 0 100%; }
      #article-bst .intro-container .intro-slides-wrapper.slick-slider {
        display: block;
        height: 100%;
        position: relative;
        width: 100%; }
        #article-bst .intro-container .intro-slides-wrapper.slick-slider:hover > .slick-arrow {
          opacity: 0.5; }
        #article-bst .intro-container .intro-slides-wrapper.slick-slider > button {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          padding: 0;
          margin: 0;
          height: 40px;
          width: 40px;
          font-weight: 700;
          display: flex;
          justify-content: center;
          align-items: center;
          line-height: 40px;
          text-align: center;
          box-shadow: 0 1px 9px -4px;
          background: #fff;
          color: #000;
          border-radius: 50%;
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -ms-transition: all .3s;
          -o-transition: all 36s;
          transition: all .3s;
          opacity: 0;
          border: none;
          font-size: 0;
          z-index: 9; }
          #article-bst .intro-container .intro-slides-wrapper.slick-slider > button.slick-prev {
            left: 20px; }
            #article-bst .intro-container .intro-slides-wrapper.slick-slider > button.slick-prev:before {
              content: '\276E';
              font-size: 23px; }
          #article-bst .intro-container .intro-slides-wrapper.slick-slider > button.slick-next {
            right: 20px; }
            #article-bst .intro-container .intro-slides-wrapper.slick-slider > button.slick-next:before {
              content: '\276F';
              font-size: 23px; }
          #article-bst .intro-container .intro-slides-wrapper.slick-slider > button:hover {
            opacity: 1; }
          @media (max-width: 767px) {
            #article-bst .intro-container .intro-slides-wrapper.slick-slider > button {
              opacity: 0.8;
              height: 35px;
              width: 35px;
              line-height: 35px; }
              #article-bst .intro-container .intro-slides-wrapper.slick-slider > button:hover {
                opacity: 1; } }
        #article-bst .intro-container .intro-slides-wrapper.slick-slider .slick-list,
        #article-bst .intro-container .intro-slides-wrapper.slick-slider .slick-track {
          height: 100%; }
      #article-bst .intro-container .intro-slides-wrapper img {
        display: block;
        height: 100%;
        min-width: 100%;
        object-fit: cover;
        width: 100%; }
    #article-bst .intro-container .intro-text {
      text-align: center;
      width: 100%; }
      #article-bst .intro-container .intro-text h2 {
        color: var(--color-primary);
        font-size: 32px;
        font-weight: 400;
        letter-spacing: 3px;
        line-height: 1.3;
        margin-bottom: 20px;
        text-transform: uppercase; }
      #article-bst .intro-container .intro-text p {
        color: var(--color-text-light);
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 1px;
        line-height: 1.75;
        margin: 0 auto;
        max-width: 100%; }
  #article-bst .product-grid {
    margin: 0 auto 80px;
    padding: 0 5px; }
  #article-bst .bst-banner {
    display: flex;
    margin-bottom: 0px;
    overflow: hidden;
    width: 100%; }
    #article-bst .bst-banner .bst-banner-item {
      flex: 0 0 50%;
      max-width: 50%;
      overflow: hidden;
      position: relative; }
      #article-bst .bst-banner .bst-banner-item.article-bst-loading-block {
        aspect-ratio: 1 / 1; }
      #article-bst .bst-banner .bst-banner-item img {
        height: 100%;
        object-fit: cover;
        object-position: top center;
        transition: transform 1s ease;
        width: 100%; }
      #article-bst .bst-banner .bst-banner-item:hover img {
        transform: scale(1.05); }
  #article-bst .standout-section {
    margin-bottom: 80px; }
    #article-bst .standout-section .standout-header {
      align-items: center;
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: 60px 0 40px;
      text-align: center; }
    #article-bst .standout-section .standout-title {
      color: var(--color-primary);
      font-size: 30px;
      letter-spacing: 4px;
      line-height: 1.4;
      text-transform: uppercase; }
      #article-bst .standout-section .standout-title * {
        color: var(--color-primary);
        font-size: 30px;
        letter-spacing: 4px;
        font-weight: 700;
        line-height: 1.4;
        text-transform: uppercase; }
    #article-bst .standout-section .standout-desc {
      color: #8898aa;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 1.8;
      margin: 0 auto;
      max-width: 600px;
      text-align: center; }
    #article-bst .standout-section .section-image img {
      height: auto;
      width: 100%; }
    #article-bst .standout-section .section-image.article-bst-loading-block {
      aspect-ratio: 16 / 9;
      width: 100%; }
  #article-bst #article-bst-lookbook {
    margin-bottom: 100px;
    padding: 0 5px; }
    #article-bst #article-bst-lookbook .action-header {
      margin-bottom: 50px;
      text-align: center; }
    #article-bst #article-bst-lookbook .action-title {
      color: #1a1a1a;
      font-size: 30px;
      font-weight: 400;
      letter-spacing: 2px;
      margin-bottom: 10px;
      text-transform: uppercase; }
    #article-bst #article-bst-lookbook .action-subtitle {
      color: #aaa;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 2px; }
    #article-bst #article-bst-lookbook .lookbook-grid {
      display: grid;
      gap: 10px;
      grid-template-columns: repeat(4, 1fr); }
    #article-bst #article-bst-lookbook .lookbook-item {
      cursor: pointer; }
    #article-bst #article-bst-lookbook .lookbook-img {
      aspect-ratio: 3 / 4.5;
      background: #eee;
      margin-bottom: 15px;
      overflow: hidden; }
      #article-bst #article-bst-lookbook .lookbook-img iframe {
        border: 0;
        height: 100%;
        width: 100%; }
    #article-bst #article-bst-lookbook .lb-name {
      color: #999;
      font-size: 10px;
      letter-spacing: 0.5px;
      text-transform: uppercase; }
  @media (max-width: 1024px) {
    #article-bst #article-bst-lookbook .lookbook-grid {
      grid-template-columns: repeat(3, 1fr); }
    #article-bst #article-bst-lookbook .lookbook-item:nth-child(n + 4) {
      display: none; } }
  @media (max-width: 768px) {
    #article-bst .hero-banner-img {
      min-height: 300px; }
    #article-bst .intro-text h2 {
      font-size: 28px; }
    #article-bst .bst-banner {
      flex-direction: column; }
    #article-bst .bst-banner .bst-banner-item {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 992px) {
    #article-bst .intro-container {
      flex-direction: row;
      gap: 80px;
      justify-content: center; }
    #article-bst .intro-img,
    #article-bst .intro-text {
      max-width: none;
      width: 45%; }
    #article-bst .intro-text,
    #article-bst .intro-text h2,
    #article-bst .intro-text p {
      text-align: left; }
    #article-bst .intro-text h2 {
      font-size: 48px; }
    #article-bst .intro-text p {
      margin: 0;
      max-width: 450px; }
    #article-bst .standout-title {
      font-size: 40px; }
      #article-bst .standout-title * {
        font-size: 40px; } }
  @media (max-width: 450px) {
    #article-bst .product-grid .d-flex-column {
      margin-bottom: 20px; } }
