/* Global Smooth Scroll */
html {
  scroll-behavior: smooth; }

.hero-container {
  position: relative;
  padding: 40px 0px; }
  .hero-container .content-wrapper {
    display: flex;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative; }
    .hero-container .content-wrapper .breadcrumb-navigation {
      display: flex;
      align-items: center;
      gap: 4px;
      position: relative; }
      .hero-container .content-wrapper .breadcrumb-navigation .breadcrumb-item {
        display: flex;
        align-items: center;
        gap: 4px;
        position: relative; }
        .hero-container .content-wrapper .breadcrumb-navigation .breadcrumb-item .breadcrumb-link {
          color: #fff;
          text-align: center;
          letter-spacing: -0.2px;
          position: relative;
          font: 300 14px/21px "Fz Poppins";
          text-decoration: none;
          font-weight: 400; }
          .hero-container .content-wrapper .breadcrumb-navigation .breadcrumb-item .breadcrumb-link:hover {
            opacity: 0.8; }
      .hero-container .content-wrapper .breadcrumb-navigation .breadcrumb-separator {
        display: flex;
        width: 20px;
        height: 20px;
        justify-content: center;
        align-items: center;
        position: relative; }
    .hero-container .content-wrapper .hero-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      align-self: stretch;
      position: relative; }
      .hero-container .content-wrapper .hero-content .title-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
        position: relative; }
        .hero-container .content-wrapper .hero-content .title-section .main-title {
          align-self: stretch;
          color: #e0d468;
          text-align: center;
          letter-spacing: -1.7px;
          position: relative;
          font: 500 40px/52px "Fz Poppins";
          font-weight: 400; }
      .hero-container .content-wrapper .hero-content .hero-description {
        width: 616px;
        max-width: 100%;
        color: #fff;
        text-align: center;
        letter-spacing: -0.2px;
        position: relative;
        font: 300 14px/21px "Fz Poppins";
        font-weight: 400; }
    .hero-container .content-wrapper .tab-navigation {
      display: flex;
      padding: 4px 20px 4px 4px;
      justify-content: center;
      align-items: center;
      gap: 16px;
      border-radius: 100px;
      position: relative;
      flex-wrap: wrap;
      background-color: #b78828; }
      @media (max-width: 767px) {
        .hero-container .content-wrapper .tab-navigation {
          display: none !important; } }
      .hero-container .content-wrapper .tab-navigation .tab-button {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 100px;
        position: relative;
        padding: 8px 16px;
        border: none;
        cursor: pointer;
        background: transparent;
        color: #d0a930;
        letter-spacing: -0.2px;
        text-transform: uppercase;
        font: 500 14px/14px "Fz Poppins";
        font-weight: 400;
        transition: all 0.2s ease; }
        .hero-container .content-wrapper .tab-navigation .tab-button:hover {
          opacity: 0.8; }
      .hero-container .content-wrapper .tab-navigation .tab-active {
        padding: 8px 32px;
        background-color: #fff;
        color: #996724;
        font-variant-numeric: lining-nums proportional-nums;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        transform: translateY(-1px); }
      @media (max-width: 640px) {
        .hero-container .content-wrapper .tab-navigation .tab-button {
          width: 100%;
          justify-content: center; } }
      .hero-container .content-wrapper .tab-navigation .tab-button:nth-child(4) {
        letter-spacing: -0.1px;
        font-weight: 600; }
    .hero-container .content-wrapper .product-categories {
      overflow: hidden; }
      .hero-container .content-wrapper .product-categories .category-card {
        justify-content: center;
        align-items: stretch;
        border-radius: 20px;
        display: flex;
        width: 100%;
        overflow: hidden;
        flex-wrap: wrap;
        background: linear-gradient(180deg, #171717 44.27%, #3b230d 100%);
        margin-top: 24px; }
        .hero-container .content-wrapper .product-categories .category-card:first-child {
          margin-top: 0; }
        @media (max-width: 991px) {
          .hero-container .content-wrapper .product-categories .category-card {
            max-width: 100%; } }
        @media (min-width: 991px) {
          .hero-container .content-wrapper .product-categories .category-card.reverse-layout {
            flex-direction: row-reverse; } }
        .hero-container .content-wrapper .product-categories .category-card .category-image {
          position: relative;
          min-width: 240px;
          overflow: hidden;
          flex: 1;
          flex-shrink: 1;
          flex-basis: 222px;
          margin: auto 0; }
          @media (max-width: 991px) {
            .hero-container .content-wrapper .product-categories .category-card .category-image {
              max-width: 100%; } }
          .hero-container .content-wrapper .product-categories .category-card .category-image .category-img {
            aspect-ratio: 1.25;
            object-fit: contain;
            object-position: center;
            width: 100%; }
        .hero-container .content-wrapper .product-categories .category-card .category-content-wrapper {
          display: flex;
          flex-direction: column;
          align-items: stretch;
          justify-content: center;
          flex: 1;
          flex-shrink: 1;
          flex-basis: 0%;
          padding: 0 111px; }
          @media (max-width: 991px) {
            .hero-container .content-wrapper .product-categories .category-card .category-content-wrapper {
              padding: 15px; } }
          .hero-container .content-wrapper .product-categories .category-card .category-content-wrapper .category-content {
            display: flex;
            width: 100%;
            flex-direction: column;
            align-items: stretch;
            justify-content: center;
            flex: 1; }
            .hero-container .content-wrapper .product-categories .category-card .category-content-wrapper .category-content .text-content {
              width: 100%; }
              .hero-container .content-wrapper .product-categories .category-card .category-content-wrapper .category-content .text-content .category-title {
                color: #fff;
                letter-spacing: -1px;
                font: 500 32px/41px "Fz Poppins";
                margin: 0; }
                @media (max-width: 991px) {
                  .hero-container .content-wrapper .product-categories .category-card .category-content-wrapper .category-content .text-content .category-title {
                    font-size: 26px; } }
              .hero-container .content-wrapper .product-categories .category-card .category-content-wrapper .category-content .text-content .category-description {
                color: #f3f4f6;
                letter-spacing: -0.2px;
                margin: 4px 0 0 0;
                font: 300 14px/21px "Fz Poppins"; }
            .hero-container .content-wrapper .product-categories .category-card .category-content-wrapper .category-content .explore-button {
              justify-content: center;
              align-items: center;
              border-radius: 100px;
              background: linear-gradient(180deg, #d0a930 0%, #b78828 100%);
              align-self: start;
              display: flex;
              min-height: 40px;
              margin-top: 24px;
              gap: 8px;
              overflow: hidden;
              font-size: 14px;
              color: #fff;
              font-weight: 500;
              text-transform: uppercase;
              letter-spacing: -0.2px;
              line-height: 1;
              padding: 8px 32px;
              border: none;
              cursor: pointer; }
              @media (max-width: 991px) {
                .hero-container .content-wrapper .product-categories .category-card .category-content-wrapper .category-content .explore-button {
                  padding: 8px 20px; } }
              .hero-container .content-wrapper .product-categories .category-card .category-content-wrapper .category-content .explore-button .button-text {
                color: #fff;
                font-variant-numeric: lining-nums proportional-nums;
                letter-spacing: -0.2px;
                align-self: stretch;
                margin: auto 0;
                font: 14px/14px "Fz Poppins"; }
              .hero-container .content-wrapper .product-categories .category-card .category-content-wrapper .category-content .explore-button .button-icon {
                aspect-ratio: 1;
                object-fit: contain;
                object-position: center;
                width: 24px;
                align-self: stretch;
                flex-shrink: 0;
                margin: auto 0; }
