:root {
  --font-myriad: "myriad-pro", Sans-serif;
  --font-skia: "skia-cc", Sans-serif;
  --grey: #2e2e2e;
  --brown: #a49483;
  --light: #f7f7f7;
  --white: #ffffff;
  --grey2: #949494;
  --white2: #e4e4e4;
  --white3: #d9d9d9;
}

html,
body {
  overflow-x: hidden !important;
}

#main-content {
  padding: 0;
  max-width: 100%;
}

.gold-price-dropdown-wrapper {
  .dropdown-wrapper {
    position: relative;
    .dropdown-title {
      z-index: 9999;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      span {
        font-family: var(--font-myriad);
        font-weight: 300;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        color: var(--grey);
      }
    }
    .dropdown-content {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 25px;
      right: 0;
      box-shadow: 0px 4px 10px 0px #00000040;
      border: 1px solid #dddddd;
      background: var(--white);
      z-index: 99;
      width: 100%;
      max-width: 314px;
      min-width: 314px;
      &.active {
        opacity: 1;
        visibility: visible;
      }
      .today-price {
        font-family: var(--font-skia);
        font-weight: 1;
        font-size: 20px;
        line-height: 100%;
        font-weight: 400;
        color: var(--grey);
        border-bottom: 1px solid var(--white3);
        padding: 12px 16px;
      }
      .date-rate {
        display: flex;
        flex-wrap: wrap;
        padding: 2px 16px 12px;
        list-style: none;
        margin: 0;
        li {
          font-family: var(--font-myriad);
          font-weight: 400;
          font-size: 14px;
          line-height: 100%;
          color: #8c8c8c;
          position: relative;
          margin-bottom: 0;
          &:first-child {
            margin-right: 10px;
          }
          &:last-child {
            margin-left: 10px;
          }
          &:not(:last-child)::after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: -10px;
            width: 1px;
            height: 100%;
            border-left: 1px solid #8c8c8c;
          }
        }
      }
      .rates-wrapper {
        padding: 14px 16px 26px;
        .rates-row-wrapper {
          &:not(:last-child) {
            border-bottom: 1px solid var(--white3);
            padding-bottom: 15px;
            margin-bottom: 15px;
          }
          .title {
            font-family: var(--font-myriad);
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            color: var(--grey);
          }
          .rates-list-wrapper {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            margin: 0;
            padding: 0;
            gap: 16px;
            li {
              font-family: var(--font-myriad);
              font-weight: 400;
              font-size: 16px;
              line-height: 100%;
              color: #8c8c8c;
              position: relative;
              margin-bottom: 0;
              strong {
                font: inherit;
                color: var(--grey);
              }
              span {
                font-family: var(--font-myriad);
                font-weight: 400;
                font-size: 16px;
                line-height: 100%;
                color: var(--brown);
                margin-left: 10px;
              }
              &:not(:last-child)::after {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: -8px;
                width: 1px;
                height: 100%;
                border-left: 1px solid #8c8c8c;
              }
            }
          }
        }
      }
    }
  }
}

.page-title-breadcrumbs {
  nav.wd-breadcrumbs {
    font-family: var(--font-myriad);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: var(--grey);
    a,
    .wd-delimiter {
      color: var(--grey2);
      &::after {
        position: relative;
        top: 0.5px;
      }
    }
    span.wd-last {
      color: inherit;
      font: inherit;
    }
  }
}

/* Cart Widget */
.cart-widget-side {
  width: 400px !important;
  .wd-heading {
    .title {
      font-family: var(--font-skia);
      font-weight: 1;
      font-size: 18.2px;
      line-height: 100%;
      color: var(--grey);
    }
    .close-side-widget {
      .wd-action-icon {
        width: 16px;
        height: 16px;
        &::before,
        &::after {
          width: inherit !important;
          font-size: 16px !important;
          top: -0.5px;
          position: relative;
        }
      }
      .wd-action-text {
        font-family: var(--font-myriad);
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        color: #333333;
      }
    }
  }
  .widget_shopping_cart {
    .widget_shopping_cart_content {
      .shopping-cart-widget-body {
        .woocommerce-mini-cart-item {
          background: var(--light);
          .cart-item-image {
            width: 74px;
            height: 93px;
            img {
              width: 100%;
              height: 100%;
              min-width: 100%;
              max-width: 100%;
              object-fit: contain;
            }
          }
          .remove::after {
            font-size: 14px;
          }
          .cart-info {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            padding: 0;
            gap: 0px 8px;
            .wd-entities-title {
              order: 1;
              flex: 1 1 100%;
              font-family: var(--font-skia);
              font-weight: 100;
              font-size: 20px;
              line-height: 100%;
              color: #333333;
            }
            ul.variation {
              order: 5;
              display: flex;
              flex-wrap: wrap;
              border-width: 1px 0;
              border-style: solid;
              border-color: #e8e8e8;
              padding: 12px 0;
              margin: 12px 0;
              flex: 0 0 100%;
              li {
                flex: 0 0 auto;
                position: relative;
                margin: 0;
                &:not(:last-child) {
                  margin-right: 6px;
                  padding-right: 6px;
                }
                &:not(:last-child)::after {
                  content: "";
                  position: absolute;
                  top: 0;
                  right: 0px;
                  width: 1px;
                  height: 100%;
                  border-right: 1px solid #e6e2e2;
                }
                span {
                  font-family: var(--font-myriad);
                  font-weight: 300;
                  font-size: 14px;
                  line-height: 100%;
                  color: var(--grey);
                }
              }
            }
            .attachment-thumbnail {
              order: 2;
              mix-blend-mode: multiply;
              height: 50px !important;
              margin-left: 10px;
            }
            div.quantity {
              order: 1;
              height: 36px;
              margin: 0;
              input[type="number"] {
                pointer-events: none;
              }
            }
            span.quantity {
              order: 3;
              flex: 1 1 100%;
              font-family: var(--font-myriad);
              font-weight: 400;
              font-size: 14px;
              line-height: 100%;
              color: var(--grey2);
              > .woocommerce-Price-amount {
                font-family: var(--font-myriad);
                font-weight: 300;
                font-size: 16px;
                line-height: 100%;
                color: var(--brown);
                * {
                  font: inherit;
                  color: inherit;
                }
              }
            }
          }
        }
        .wd-empty-mini-cart {
          &::before {
            content: "\f126";
          }
          .woocommerce-mini-cart__empty-message {
            font-family: var(--font-skia);
            font-weight: 400;
            font-size: 14px;
            line-height: 19.6px;
            text-align: center;
            color: var(--grey);
          }
          .wc-backward {
            background-color: var(--brown);
            font-family: var(--font-myriad);
            font-weight: 300;
            font-size: 16px;
            line-height: 100%;
            text-align: center;
            color: var(--white);
            text-transform: capitalize;
            width: 134px;
            box-shadow: 0 0 0;
          }
        }
      }
      .shopping-cart-widget-footer {
        .woocommerce-mini-cart__total {
          border-width: 1px 0;
          border-style: solid;
          border-color: var(--white2);
          strong {
            font-family: var(--font-myriad);
            font-weight: 300;
            font-size: 18.2px;
            line-height: 100%;
            color: var(--grey);
          }
          .woocommerce-Price-amount {
            font-family: var(--font-myriad);
            font-weight: 300;
            font-size: 18px;
            line-height: 100%;
            color: var(--brown);
          }
        }
        .woocommerce-mini-cart__buttons {
          margin-top: 45px;
          a.button.btn-cart {
            background: var(--light);
            font-family: var(--font-myriad);
            font-weight: 300;
            font-size: 14px;
            line-height: 100%;
            text-align: center;
            color: var(--grey);
            text-transform: capitalize;
            box-shadow: 0 0 0;
            &:hover {
              background: var(--brown);
              color: var(--white);
            }
          }
          a.button.checkout {
            background: var(--brown);
            font-family: var(--font-myriad);
            font-weight: 300;
            font-size: 14px;
            line-height: 100%;
            text-align: center;
            color: var(--white);
            text-transform: capitalize;
            box-shadow: 0 0 0;
            &:hover {
              background: var(--grey);
              color: var(--white);
            }
          }
        }
      }
    }
  }
}

/* ── HEADER ────────────────────────────────────────────────── */
.wd-dropdown-menu {
  /* left: -350px !important; */
  padding: 0 !important;
  background: transparent !important;
}
.sub-menu-wrapper {
  height: 190px;
  display: flex;
  .sub-menu-flex-wrapper {
    display: flex;
    align-items: flex-start;
    /* margin: 0 auto; */
    height: 100%;
    .sub-menu-col {
      display: flex;
      flex-direction: column;
      gap: 20px;
      &.metal-col {
        min-width: 493px;
        background: #efeae7e5;
        height: 100%;
        align-items: center;
        justify-content: center;
        li:last-child,
        li:nth-last-child(2) {
          display: none;
        }
      }
      &.category-occasion-col {
        min-width: 490px;
        background: #fdfcfae8;
        height: 100%;
        align-items: flex-start;
        justify-content: center;
        padding-left: 35px;
      }
      &.brand-col {
        background: #dcdcdaf5;
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 195px;
        height: 100%;
        .brand-title {
          font-family: var(--font-myriad);
          font-weight: 300;
          font-size: 22px;
          line-height: 100%;
          color: var(--grey);
          span {
            display: block;
            font-weight: 400;
            font-size: inherit;
            line-height: inherit;
            color: inherit;
          }
        }
      }
      .sub-items-wrapper {
        &:not(:last-child) {
          margin-bottom: 10px;
        }
        h3 {
          font-family: var(--font-myriad);
          font-weight: 400;
          font-size: 18px;
          line-height: 100%;
          color: var(--grey);
        }
        ul {
          list-style: none;
          margin: 0;
          padding: 0;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          gap: 20px;
          padding-left: 10px;
          li {
            display: flex;
            align-items: center;
            margin: 0;
            position: relative;
            &:not(:last-child)::after {
              content: "";
              display: inline-block;
              width: 1px;
              height: 39px;
              border-right: 1px solid #7d7a73;
              margin: 0 12px;
              position: absolute;
              top: -10px;
              right: -23px;
            }
            a {
              display: flex;
              flex-direction: column-reverse;
              align-items: center;
              gap: 8px;
              text-decoration: none;
              font-size: 13px;
              &:hover {
                color: #000;
              }
              &::after {
                display: none;
              }
              span {
                font-family: var(--font-myriad);
                font-weight: 300;
                font-size: 18px;
                line-height: 100%;
                color: var(--grey);
              }
				span:hover {
                  color: var(--brown) !important;
                }	
              img {
                width: 67px;
                height: 67px;
                border-radius: 50%;
                object-fit: cover;
                display: block;
                transition: opacity 0.2s ease;
              }
            }
          }
        }
      }
    }
  }
}
.whb-header {
  .whb-main-header {
    box-shadow: 0px 2px 45px 0px #00000012;
    .whb-top-bar {
      padding-top: 5px;
      .whb-column {
        .wd-tools-count {
          width: 17px;
          height: 17px;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 3px 1px 1px 1.35px;
          align-content: center;
          flex-wrap: wrap;
          font-weight: 600;
          font-style: Semi6old;
          font-size: 12px;
          line-height: 12px;
          letter-spacing: 0.08px;
        }
        .wd-search-form {
          padding: 0;
          .searchform {
            width: 251px;
          }
        }
        /* Disable My Account */
        /* .wd-header-my-account,
        .wd-header-wishlist {
          pointer-events: none;
        } */
        .wd-header-my-account {
          .wd-dropdown-my-account {
            background: white !important;
            padding: 10px !important;
            .wd-sub-menu {
              a {
                font-family: var(--font-myriad);
                font-weight: 300;
                font-size: 16px;
                line-height: 100%;
                letter-spacing: 0px;
                color: var(--grey);
                &:hover {
                  color: var(--brown);
                }
              }
            }
          }
        }
        .wd-header-wishlist,
        .wd-header-cart {
          a {
            padding-left: 5px;
            padding-right: 5px;
          }
        }
        .wd-header-wishlist {
          a {
            padding-left: 0px;
          }
        }
        .wd-search-results-wrapper {
          .wd-scroll-content {
            .wd-search-suggestions {
              .wd-search-title {
                font-family: var(--font-skia);
                font-weight: 100;
                font-size: 16px;
                line-height: 100%;
                color: var(--grey);
                text-transform: capitalize;
              }
              .wd-suggestions-group {
                .wd-suggestion {
                  align-items: center;
                  padding: 5px 12px;
                  .wd-not-found-msg {
                    font-family: var(--font-skia);
                    font-weight: 100;
                    font-size: 16px;
                    line-height: 100%;
                    color: var(--grey2);
                    padding: 6px 0;
                  }
                  .wd-suggestion-thumb {
                    width: 72px;
                    height: 72px;
                    min-width: 72px;
                    margin-right: 10px;
                    img {
                      width: 100%;
                      height: 100%;
                    }
                  }
                  .wd-suggestion-content {
                    .wd-entities-title {
                      font-family: var(--font-myriad);
                      font-weight: 400;
                      font-size: 14px;
                      line-height: 100%;
                      letter-spacing: 0.42px;
                      color: var(--grey);
                    }
                    .price {
                      font-family: var(--font-myriad);
                      font-weight: 700;
                      font-style: Bold;
                      font-size: 14px;
                      line-height: 14px;
                      color: var(--grey);
                      * {
                        font: inherit;
                        color: inherit;
                      }
                    }
                  }
                }
              }
              a.wd-all-results {
                font-size: 16px;
                line-height: normal;
                padding: 9px 0;
                font-family: var(--font-skia);
                font-weight: 100;
                text-transform: capitalize;
              }
            }
          }
        }
        .wd-header-secondary-nav {
          .menu-item {
            a {
              position: relative;
              &::after {
                width: 14px;
                height: 14px;
                content: "";
                background: url(/wp-content/uploads/2026/04/Icon-5.svg)
                  no-repeat;
              }
            }
            .nav-link-text {
              font-family: var(--font-myriad);
              font-weight: 300;
              font-size: 16px;
              line-height: 100%;
              color: var(--grey);
            }
            .wd-dropdown-menu {
              width: fit-content;
              margin-left: auto;
              box-shadow: 0 0 0 !important;
              padding: 5px 10px !important;
              background: var(--white) !important;
              border: 1px solid #e2e2e2;
              right: 2px;
              .menu-item {
                .nav-link-text {
                  color: var(--grey);
                  font-family: var(--font-myriad);
                  font-weight: 300;
                  font-size: 16px;
                  line-height: 100%;
                }
              }
            }
          }
        }
      }
    }
    .whb-general-header {
      padding-bottom: 7px;
      .whb-general-header-inner {
        height: auto;
        justify-content: start;
        .whb-column.whb-col-left {
          flex: 0 0 30%;
          justify-content: center;
        }
        .whb-column.whb-col-center {
          flex: 0 0 40%;
          @media screen and (max-width: 1300px) {
            flex: 0 0 52%;
          }
        }
        .wd-header-nav {
          .menu {
            column-gap: 22px;
            .menu-item {
              &::after {
                height: 24px;
                border-color: var(--brown);
                left: 10px;
              }
              a {
                font-family: var(--font-skia);
                font-weight: 300;
                font-size: 18px;
                line-height: 24px;
                color: var(--grey);
                .nav-link-text {
                  font: inherit;
                  color: inherit;
                }
              }
            }
          }
        }
      }
    }
  }
}
.whb-header {
  .whb-main-header {
    .whb-general-header {
      .whb-general-header-inner {
        .wd-header-nav {
          .menu {
            .menu-item {
              a {
                .nav-link-text:hover {
                  color: var(--brown) !important;
                }
              }
              .wd-dropdown-menu {
                margin-top: 0;
                top: 49px !important;
                /* position: fixed; */
                margin-left: 0 !important;
                margin-right: 0 !important;
                box-shadow: 0 0 0 !important;
                .container {
                  padding-inline: 0;
                  margin-inline: unset;
                  margin-right: auto;
                }
              }
              &.menu-item-has-children {
                a {
                  &::after {
                    width: 14px;
                    height: 14px;
                    content: "";
                    background: url(/wp-content/uploads/2026/04/Icon-5.svg)
                      no-repeat;
                    rotate: 0deg;
                  }
                  &:hover::after {
                    rotate: 180deg;
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}
.logged-in .whb-header {
  .whb-main-header {
    .whb-general-header {
      .whb-general-header-inner {
        .wd-header-nav {
          .menu {
            .menu-item {
              .wd-dropdown-menu {
                top: 49px !important;
              }
            }
          }
        }
      }
    }
  }
}
/* Home Page ───────────────────────────────────────────  */
.noha-home-banner {
  .swiper-pagination {
    display: flex;
    gap: 6px;
    justify-content: center;
    .swiper-pagination-bullet {
      margin: 0 !important;
      width: 20px !important;
      height: 20px !important;
      background: transparent !important;
      border: 1px solid var(--white) !important;
      opacity: 1 !important;
      border-radius: 100%;
      &.swiper-pagination-bullet-active {
        background: var(--white) !important;
        border: 1px solid var(--white) !important;
      }
    }
  }
}
.noha-home-partners {
  .wd-brands {
    .wd-carousel {
      .wd-carousel-item {
        .wd-brand-item {
          padding: 0;
        }
      }
    }
    .wd-btn-arrow {
      opacity: 1 !important;
      visibility: visible !important;
      transform: translateY(0) !important;
      &.wd-prev {
        .wd-arrow-inner {
          &::before {
            background: url(/wp-content/uploads/2026/03/brown_left.jpeg)
              no-repeat transparent;
          }
        }
      }
      &.wd-next {
        .wd-arrow-inner {
          &::before {
            background: url(/wp-content/uploads/2026/03/brown_right.jpeg)
              no-repeat transparent;
          }
        }
      }
      .wd-arrow-inner {
        &::after {
          display: none !important;
        }
        &::before {
          content: "";
          position: absolute;
          width: 17px;
          height: 30px;
        }
      }
    }
    .wd-nav-pagin-wrap {
      display: none !important;
    }
  }
}
.noha-home-jewel {
  .wd-carousel-wrap {
    .wd-carousel-item {
      .wd-product-thumb {
        height: 290px !important;
      }
      .wd-entities-title {
        padding-top: 24px;
        font-family: var(--font-myriad);
        font-weight: 600;
        font-size: 14px;
        line-height: 15px;
        letter-spacing: 0.42px;
        text-align: center;
        vertical-align: middle;
        color: var(--grey);
        a {
          text-transform: uppercase;
          font: inherit;
          color: inherit;
          &:hover {
            color: var(--brown);
          }
        }
      }
      .wd-product-cats {
        font-family: var(--font-myriad);
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        color: var(--grey2);
        a {
          font: inherit;
          color: inherit;
        }
      }
      .price {
        font-family: var(--font-myriad);
        font-weight: 700;
        font-size: 14px;
        line-height: 13px;
        text-align: center;
        color: var(--grey);
        * {
          font: inherit;
          color: inherit;
        }
      }
    }
  }
  .wd-btn-arrow {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }
  .wd-nav-pagin-wrap {
    margin-top: 45px;
    .wd-nav-pagin {
      .wd-nav-pagin-item {
        width: 20px;
        height: 20px;
        border-radius: 100%;
        border: 1px solid var(--brown);
        background-color: transparent;
        &.wd-active {
          background-color: var(--brown);
          border: 1px solid var(--brown);
        }
        span {
          display: none;
        }
      }
    }
  }
}
.spotlight-wrapper-container {
  width: 100%;
  max-width: 1240px;
  background: var(--white);
  & .spotlight-flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    .left-column-wrapper {
      flex: 0 0 54%;
      max-width: 54%;
      & .left-column-content {
        position: relative;
        padding-left: 46px;
        &::before {
          content: "";
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 2px;
          height: 236px;
          border-left: 1px solid var(--brown);
        }
        & .section-title {
          font-family: var(--font-skia);
          font-weight: 100;
          font-size: 82px;
          line-height: 100%;
          color: var(--grey);
          width: 200px;
          margin-bottom: 25px;
          margin-left: -10px;
        }
        & .section-sub-title {
          font-family: var(--font-myriad);
          font-weight: 600;
          font-size: 27.28px;
          line-height: 40.92px;
          letter-spacing: 1.76px;
          color: var(--grey);
          text-transform: uppercase;
          margin: 5px 0 0;
        }
        & .description {
          font-family: var(--font-myriad);
          font-weight: 300;
          font-size: 20.87px;
          line-height: 23.19px;
          color: var(--grey);
          width: 85%;
          & .plain_abtn {
            font-family: var(--font-myriad);
            font-weight: 600;
            color: var(--grey);
            text-transform: uppercase;
            font-size: 24px !important;
            letter-spacing: 0px;
            line-height: 32px;
            text-decoration: none;
            cursor: pointer;
            margin: 0;
          }
        }
      }
      & .left-column-slider-wrapper {
        position: relative;
        width: 418px;
        margin-left: 20px;
        & .jewellery-left-slide-wrapper {
          margin-bottom: 10px;
          & .slick-list {
            overflow: hidden;
          }
          & .slick-track {
            display: flex;
            align-items: center;
            gap: 50px;
            justify-content: flex-start;
          }
          & .image-wrapper {
            cursor: pointer;
            outline: none;
            display: flex;
            text-align: right;
            & img {
              width: 183px;
              height: 183px;
              border-radius: 50%;
              object-fit: contain;
              display: block;
              transition:
                border-color 0.25s ease,
                transform 0.25s ease;
              &:hover {
                transform: scale(1.01);
              }
            }
          }
        }
        & .custom-dots-arrows-wrapper {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          gap: 10px;
          margin-top: 18px;
          padding-left: 8px;
          & .slick-dots {
            position: relative;
            bottom: 0;
            display: flex;
            gap: 6px;
            li,
            button {
              padding: 0;
              margin: 0;
              &::before {
                display: none;
              }
            }
            li {
              border: 1px solid var(--brown);
              border-radius: 100%;
              width: 20px;
              height: 20px;
              background: var(--white);
              &.slick-active {
                background: var(--brown);
              }
            }
            button {
              width: 100%;
              height: 100%;
              &:hover {
                background: transparent;
              }
            }
          }
          & .prev-button,
          & .next-button {
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            user-select: none;
            padding: 2px 4px;
            font-size: 22px;
            font-weight: 300;
            color: #333;
            line-height: 1;
            transition: opacity 0.2s;

            &:hover {
              opacity: 0.45;
            }

            & img {
              width: auto;
              height: auto;
              object-fit: contain;
              display: none;

              &[src]:not([src=""]) {
                display: block;
              }
            }
          }
          /* &:has(.slick-dots li.slick-active:first-of-type) .prev-button,
          &:has(.slick-dots li.slick-active:last-of-type) .next-button {
            pointer-events: none;
            opacity: 0.2;
          } */
          & .custom-dots {
            display: flex;
            align-items: center;
            gap: 7px;

            & .dot {
              width: 8px;
              height: 8px;
              border-radius: 50%;
              border: 1.5px solid #aaa;
              background: transparent;
              cursor: pointer;
              transition:
                background 0.2s,
                border-color 0.2s;

              &.active {
                background: #555;
                border-color: #555;
              }
            }
          }
        }
      }
    }
    .right-column-wrapper {
      flex: 0 0 46%;
      max-width: 46%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      min-height: 320px;
      padding-left: 35px;
      & .product-price {
        display: none;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 3px;
        animation: fadeInProduct 0.35s ease;
        &.visible {
          display: flex;
        }

        & .price-image {
          width: 409px;
          height: 392px;
          & img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block;
          }
        }

        & .price-details {
          margin-top: 8px;

          & .title {
            font-family: var(--font-myriad);
            font-weight: 600;
            font-size: 14px;
            line-height: 15px;
            letter-spacing: 0.42px;
            text-align: center;
            text-transform: uppercase;
            color: var(--grey);
            margin-bottom: 8px;
          }
          & .type {
            font-family: var(--font-myriad);
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
            text-align: center;
            color: var(--grey2);
            margin-bottom: 8px;
          }
          & .price {
            font-family: var(--font-myriad);
            font-weight: 700;
            font-size: 14px;
            line-height: 13px;
            text-align: center;
            color: var(--grey);
            margin-bottom: 8px;
          }
        }
      }
    }
  }
}
/* ── ANIMATION ─────────────────────────────────────────── */
@keyframes fadeInProduct {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.our-brands-slider-container {
  width: 100%;
  max-width: 450px;
  margin-left: 35px;
  .brands-slider-wrapper {
    margin-bottom: 0;
  }
  .slick-track {
    display: flex;
    gap: 32px;
  }
  .brand-col {
    text-align: center;
    outline: none;
  }
  .product-image-wrapper {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    overflow: hidden;
    background: #ede9e3;
    margin: 0 auto 20px;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
  }
  .brand-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
  }
  .custom-dots-arrows-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
    padding-left: 8px;
    .slick-dots {
      position: relative;
      bottom: 0;
      display: flex;
      gap: 6px;
      li,
      button {
        padding: 0;
        margin: 0;

        &::before {
          display: none;
        }
      }
      li {
        border: 1px solid var(--brown);
        border-radius: 100%;
        width: 20px;
        height: 20px;
        background: var(--white);

        &.slick-active {
          background: var(--brown);
        }
      }
      button {
        width: 100%;
        height: 100%;
        &:hover {
          background: transparent;
        }
      }
    }
    .prev-button,
    .next-button {
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      user-select: none;
      padding: 2px 4px;
      font-size: 22px;
      font-weight: 300;
      color: #333;
      line-height: 1;
      transition: opacity 0.2s;
      &:hover {
        opacity: 0.45;
      }
      img {
        width: auto;
        height: auto;
        object-fit: contain;
        display: none;
        &[src]:not([src=""]) {
          display: block;
        }
      }
    }
  }
}
/* ── Outer Container ── */
.exclusive-collection-container {
  position: relative;
  min-height: 720px;
  max-width: 1310px;
  margin: 0 auto;
  /* ── Slick Slider ── */
  & .exclusive-collection-slider {
    position: relative;
    overflow: visible;
    margin: 0;
    min-height: 720px;
    /* hide default slick arrows only */
    & .slick-prev,
    & .slick-next {
      display: none !important;
    }
    /* ── Each Slide ── */
    & .slider-banner-image-wrapper {
      position: relative;
      height: 720px;
      outline: none;
      .exclusive_brand {
        display: none;
      }
      /* ── Banner Image ── */
      & .slider-banner-image {
        /* position: absolute; */
        inset: 0;
        height: 475px;
        & img {
          width: 100%;
          height: 100%;
          object-position: center top;
          display: block;
        }
      }

      /* ── Category / Product Card ── */
      & .category-slider-wrapper {
        position: absolute;
        bottom: 35px;
        left: 50%;
        transform: translateX(0%);
        z-index: 20;
        white-space: nowrap;
        & .category-flex-wrapper {
          display: inline-flex;
          align-items: flex-end;
          gap: 20px;
          width: 551px;
          /* ── Each product thumb ── */
          & .image-wrapper {
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            .image {
              width: 263px;
              height: 263px;
            }
            & .image {
              border-radius: 50%;
              overflow: hidden;
              background: var(--white);
              & img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                display: block;
              }
            }
            /* ── Price / Info block ── */
            & .image-price-wrapper {
              opacity: 0;
              visibility: hidden;
              transition: 0.5s ease-in-out;
              margin-top: 8px;
              text-align: left;
              white-space: normal;
              display: flex;
              flex-direction: column;
              text-align: center;
              & .exclusive_metal {
                font-family: var(--font-myriad);
                font-weight: 600;
                font-size: 14px;
                line-height: 15px;
                letter-spacing: 0.42px;
                text-transform: uppercase;
                color: var(--grey);
                margin-bottom: 5px;
              }
              & .exclusive_title {
                font-family: var(--font-myriad);
                font-weight: 400;
                font-size: 14px;
                line-height: 24px;
                color: var(--grey2);
                margin-bottom: 5px;
              }
              & .exclusive_price {
                font-family: var(--font-myriad);
                font-weight: 700;
                font-size: 14px;
                line-height: 13px;
                text-align: center;
                color: var(--grey);
                margin-bottom: 0px;
                span {
                  font: inherit;
                  color: inherit;
                }
              }
            }
            .image:hover + .image-price-wrapper {
              opacity: 1;
              visibility: visible;
              transition: 0.5s ease-in-out;
            }
          }
        }
      }
    }
  }

  /* ── Dots + Arrow Row ── */
  & .custom-dots-arrow-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: absolute;
    top: 57%;
    left: 30%;
    z-index: 30;

    /* ── Prev / Next buttons ── */
    & .prev-button,
    & .next-button {
      pointer-events: all;
      cursor: pointer;
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      opacity: 0.9;
      transition: opacity 0.2s;

      &:hover {
        opacity: 0.5;
      }

      & img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }

    /* ── Custom Dots ── */
    /* slick renders: <ul class="custom-dots"> <li> <button> </li> */
    & .custom-dots {
      & .slick-dots {
        position: relative;
        bottom: 0;
        display: flex;
        gap: 6px;
        li,
        button {
          padding: 0;
          margin: 0;
          &::before {
            display: none;
          }
        }
        li {
          border: 1px solid var(--white);
          border-radius: 100%;
          width: 20px;
          height: 20px;
          background: transparent;
          &.slick-active {
            background: var(--white);
          }
        }
        button {
          width: 100%;
          height: 100%;
          &:hover {
            background: transparent;
          }
        }
      }
    }
  }
}

/* Jewellery Page */
.noha-product-list {
  .products {
    .product-grid-item {
      .wd-product-thumb {
        height: 348px;
        .product-image-link {
          width: 100%;
          height: 100%;
          img {
            width: 100%;
            height: 100%;
            object-fit: contain;
          }
        }
        .wrapp-buttons {
          opacity: 1 !important;
          visibility: visible !important;
          transform: translate3d(0, 0, 0) !important;
          .wd-buttons {
            max-width: 102px !important;
            height: 45px;
            box-shadow: 1px 1px 1px 0px #0000001a;
            border-radius: 35px;
            .wd-add-btn {
              .wd-action-icon {
                &::before {
                  content: url("/wp-content/uploads/2026/04/Vector-33.svg");
                }
                .wd-check-icon {
                  &::before {
                    font-size: 12px;
                  }
                }
              }
            }
            .wd-wishlist-btn {
              .wd-check-icon {
                &::before {
                  font-size: 12px;
                }
              }
            }
          }
        }
      }
    }
  }
  .products-footer {
    .woocommerce-pagination {
      .page-numbers {
        li {
          span,
          a {
            font-family: var(--font-myriad);
            font-weight: 400;
            font-size: 14px;
            line-height: 22.4px;
          }
          .next,
          .prev {
            font-size: 0 !important;
          }
        }
      }
    }
  }
  &.related-products {
    .products {
      .product-grid-item {
        .wd-product-thumb {
          height: 325px;
        }
      }
    }
  }
}

.main-page-wrapper {
  .page-title {
    display: none;
  }
}

/* Cart Page */
.welcome-wrapper {
  .title {
    font-family: var(--font-skia);
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.38px;
    color: var(--grey);
    margin: 0 0 5px;
  }
  .time-logged-in {
    font-family: var(--font-myriad);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: var(--grey2);
    margin: 0;
    text-align: right;
  }
}
.noha-cart-page {
  .cart-content-wrapper {
    .woocommerce-cart-form {
      .shop_table {
        thead {
          th {
            font-family: var(--font-myriad);
            font-weight: 400;
            font-size: 20px;
            line-height: 100%;
            color: var(--grey);
            text-transform: capitalize;
          }
        }
        tbody {
          .product-thumbnail {
            a {
              width: 74px;
              height: 93px;
              img {
                width: 100%;
                height: 100%;
                max-width: 100%;
                min-width: 100%;
                object-fit: contain;
              }
            }
          }
          .product-name {
            a {
              font-family: var(--font-skia);
              font-weight: 0;
              font-size: 20px;
              line-height: 100%;
              color: var(--grey);
            }
            .brand-logo {
              width: 74px;
              height: 50px;
              img {
                width: 100%;
                max-height: 100% !important;
              }
            }
            .variation {
              display: flex;
              flex-wrap: wrap;
              border-top: 1px solid #ececec;
              border-bottom: 1px solid #ececec;
              padding: 8px 0;
              row-gap: 7px;
              li {
                font-family: var(--font-myriad);
                font-weight: 300;
                font-size: 14px;
                line-height: 100%;
                color: var(--grey);
                position: relative;
                &:not(:last-child) {
                  margin-right: 8px;
                  padding-right: 8px;
                }
                &:not(:last-child)::after {
                  content: "";
                  position: absolute;
                  top: 0;
                  right: 0px;
                  width: 1px;
                  height: 100%;
                  border-right: 1px solid #e6e2e2;
                }
                * {
                  font: inherit;
                  color: inherit;
                }
              }
            }
          }
          .product-category {
            font-family: var(--font-myriad);
            font-weight: 300;
            font-size: 16px;
            line-height: 100%;
            color: var(--grey);
          }
          .product-price {
            font-family: var(--font-myriad);
            font-weight: 300;
            font-size: 16px;
            line-height: 100%;
            color: var(--grey);
            * {
              color: inherit;
              font: inherit;
            }
          }
          .product-quantity {
            input[type="number"] {
              pointer-events: none;
            }
          }
          .product-subtotal {
            position: relative;
            .amount {
              font-family: var(--font-myriad);
              font-weight: 400;
              font-size: 16px;
              line-height: 100%;
              color: var(--brown);
            }
            .danat-certificate-wrapper {
              position: relative;
              .danat-button-wrapper {
                position: absolute;
                right: 0;
                bottom: -50px;
                width: 205px;
                .open-danat-popup {
                  font-family: var(--font-myriad);
                  font-weight: 300;
                  font-size: 16px;
                  line-height: 100%;
                  color: var(--brown);
                  text-decoration: underline;
                  text-underline-offset: 2px;
                  width: 100%;
                  display: block;
                }
              }
              .danat-popup-wrapper {
                position: relative;
                &::after {
                  content: "";
                  position: fixed;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  background: #0000001a;
                  z-index: 999;
                }
                .popup-fixed-wrapper {
                  position: fixed;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%);
                  width: 100%;
                  height: 100%;
                  z-index: 9999;
                  width: 100%;
                  max-width: 817px;
                  margin: 0 auto;
                  display: flex;
                  flex-wrap: nowrap;
                  flex-direction: column;
                  justify-content: center;
                  .popup-close-button {
                    text-align: right;
                    display: flex;
                    justify-content: end;
                    .close-popup {
                      text-align: right;
                      cursor: pointer;
                    }
                  }
                  .certificate-image-wrapper {
                    height: 523px;
                    img {
                      width: 100%;
                      height: 100%;
                      object-fit: cover;
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
    .cart_totals {
      .cart-totals-inner {
        border: 2px solid #ececec;
        padding: 0;
        > h2 {
          font-family: var(--font-skia);
          font-weight: 300;
          font-size: 20px;
          line-height: 100%;
          color: var(--grey);
          padding: 16px 20px;
          border-bottom: 1px solid #ececec;
          text-transform: capitalize;
        }
        table {
          th,
          td {
            border: 0;
            padding: 0;
          }
          .woocommerce-shipping-destination {
            display: none;
          }
          th {
            font-family: var(--font-myriad);
            font-weight: 300;
            font-size: 18px;
            line-height: 100%;
            color: var(--grey2);
            padding-left: 30px;
            padding-bottom: 25px;
            width: 50%;
          }
          td {
            font-family: var(--font-myriad);
            font-weight: 300;
            font-size: 16px;
            line-height: 100%;
            text-align: right;
            color: var(--grey);
            padding-right: 30px;
            padding-bottom: 25px;
            width: 50%;
            .woocommerce-shipping-methods {
              li {
                display: flex;
                gap: 10px;
                align-items: flex-start;
                flex-direction: row-reverse;
                label {
                  width: auto;
                  line-height: normal;
                }
                input {
                  accent-color: var(--grey);
                  width: 17px;
                  height: 17px;
                  min-width: 17px;
                }
              }
            }
            * {
              color: inherit;
              font: inherit;
            }
          }
          .order-total {
            td,
            th {
              padding-top: 15px;
              border-top: 1px solid var(--white2);
            }
          }
        }
        .wc-proceed-to-checkout {
          text-align: center;
          padding-bottom: 20px;
          .checkout-button {
            background: transparent;
            box-shadow: 0 0 0;
            font-family: var(--font-myriad);
            font-weight: 300;
            font-size: 24px;
            line-height: 22px;
            letter-spacing: 0px;
            text-align: center;
            color: var(--grey);
            position: relative;
            width: 260px;
            margin: 0 auto;
            padding: 0;
            text-transform: capitalize;
            &:hover {
              color: var(--brown);
            }
            &::after {
              content: "";
              display: block;
              position: absolute;
              top: 13px;
              right: 6px;
              width: 10px;
              height: 18px;
              background: url(/wp-content/uploads/2026/03/slider-arrow-pre.svg-5.svg)
                no-repeat;
            }
          }
        }
      }
    }
  }
}
.noha-cart-shipping-details {
  .noha-cart-shipping-details-col {
    position: relative;
    &:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 23px;
      right: 0;
      width: 1px;
      height: 80px;
      border-left: 1px solid var(--white3);
    }
  }
}
.elementor-widget-wd_empty_cart {
  .wd-empty-block-title {
    font-family: var(--font-skia);
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: var(--grey);
    margin-bottom: 8px;
    &::before {
      /* content: "\f126"; */
      content: url("/wp-content/uploads/2026/03/Icon-4.svg");
      color: var(--grey);
    }
  }
  p.wd-empty-block-text {
    color: var(--grey);
    font-family: var(--font-skia);
    font-weight: 100;
    font-size: 14px;
    line-height: 22.4px;
    text-align: center;
    margin-bottom: 10px;
  }
  .return-to-shop {
    .wc-backward {
      position: relative;
      background: transparent;
      box-shadow: 0 0 0;
      font-family: var(--font-myriad);
      font-weight: 300;
      font-size: 24px;
      line-height: 22px;
      letter-spacing: 0px;
      text-align: center;
      text-transform: capitalize;
      padding: 0;
      color: var(--grey);
      &:hover {
        background: transparent;
        color: var(--brown);
        box-shadow: 0 0 0;
      }
      &::after {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        right: -25px;
        width: 10px;
        height: 18px;
        background: url(/wp-content/uploads/2026/03/slider-arrow-pre.svg-5.svg)
          no-repeat;
      }
    }
  }
}
.noha-product-breadcrumbs {
  .elementor-heading-title {
    font-family: var(--font-myriad) !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 100% !important;
    color: var(--grey) !important;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      li {
        font: inherit;
        color: var(--grey2);
        position: relative;
        &::after {
          content: "/";
          position: absolute;
          font: inherit;
          line-height: 22.4px;
          top: -4px;
          right: -13px;
          color: var(--grey2);
          height: 18px;
          font-size: 18px;
        }
      }
    }
  }
}
.noha-single-product-container {
  .wd-single-gallery {
    .woocommerce-product-gallery {
      justify-content: end;
      .wd-gallery-images {
        width: 430px;
        max-width: 430px;
        min-width: 430px;
        height: 491px;
        /* .product-additional-galleries {
          .wd-gallery-btn {
            width: 44.79px;
            height: 44.79px;
            a.woodmart-show-product-gallery {
              width: 100%;
              height: 100%;
              min-width: 100%;
            }
          }
        } */
        .woocommerce-product-gallery__image {
          width: 430px;
          height: 491px;
          img {
            width: 100%;
            height: 100%;
            object-fit: contain;
          }
        }
      }
      .wd-gallery-thumb {
        .wd-carousel {
          .wd-carousel-item {
            width: 120px;
            img {
              width: 100%;
              height: 100%;
              object-fit: contain;
            }
          }
        }
        .wd-nav-arrows {
          .wd-btn-arrow {
            .wd-arrow-inner {
              background: var(--brown);
              &::after {
                color: var(--white);
              }
              &:hover {
                background: var(--grey);
              }
            }
          }
        }
      }
    }
  }
  .variations_form {
    .variations {
      tbody {
        gap: 20px 30px !important;
        tr {
          .label {
            label {
              font-family: var(--font-myriad);
              font-weight: 300;
              font-size: 16px;
              line-height: 100%;
              letter-spacing: 0px;
              color: var(--grey);
              &::after {
                content: "*";
                color: #e22d2d;
                font: inherit;
                line-height: inherit;
                margin-left: 4px;
              }
            }
          }
          .value {
            width: 104px;
            select {
              font-family: var(--font-myriad);
              font-weight: 300;
              font-style: Light;
              font-size: 14px !important;
              line-height: 100% !important;
              color: var(--grey);
              option {
                font: inherit;
                color: inherit;
              }
            }
          }
        }
      }
    }
    .single_variation_wrap {
      margin-right: 0px !important;
      .quantity {
        height: 38px;
        input {
          height: 100%;
          min-height: 38px;
        }
      }
    }
  }
  .noha-btn-hover-icon {
    .elementor-button:hover {
      .elementor-button-icon {
        path {
          fill: var(--grey);
        }
      }
    }
  }
  .wd-single-brands {
    .wd-product-brands a {
      pointer-events: none !important;
      opacity: 1 !important;
      cursor: default !important;
      img {
        opacity: 1;
        cursor: default !important;
      }
    }
  }
  .wd-single-meta {
    .posted_in {
      a {
        font-family: var(--font-myriad);
        font-weight: 400;
        font-size: 14px;
        line-height: 22.4px;
        color: #767676;
        margin-left: 10px;
      }
    }
  }
  .single_add_to_cart_button {
    box-shadow: 0 0 0 !important;
    font-family: var(--font-myriad);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--white);
    background: var(--brown) !important;
    width: 128px;
    height: 38px;
    min-height: 38px;
    &:hover {
      background: var(--grey) !important;
    }
  }
}

.wd-single-tabs {
  .color-scheme-inherit {
    ul {
      padding: 0;
      margin: 0 0 10px 0;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      justify-content: space-between;
      gap: 30px;
      li {
        margin: 0;
        font-family: var(--font-myriad);
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: var(--grey);
      }
    }
  }
  .image-inline-wrapper {
    font-family: var(--font-myriad);
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #767676;
    img {
      margin-top: -10px;
      margin-right: 10px;
    }
  }
}

.quick-shop-wrapper.wd-quantity-overlap {
  .quick-shop-close {
    position: relative;
    top: 0;
    justify-content: end;
    padding-right: 10px;
    width: 100%;
  }
  .quick-shop-form {
    padding-top: 0;
    padding-bottom: 60px;
    max-height: 40vh;
  }
  .single_add_to_cart_button {
    box-shadow: 0 0 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
  }
  .single_variation_wrap {
    padding-bottom: 90px;
  }
}


/*.home .site-logo {
  display: none;
}
*/
/* Billing Page */
.page-title-breadcrumbs {
  .color-scheme-inherit {
    ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 26px;
      li {
        position: relative;
        font-family: var(--font-myriad);
        font-weight: 400;
        font-size: 14px;
        line-height: 22.4px;
        color: var(--grey2);
        a {
          color: inherit;
        }
        &:not(:last-child) {
          &::after {
            content: "/";
            position: absolute;
            font: inherit;
            line-height: 22.4px;
            top: 0px;
            right: -17px;
            color: var(--grey2);
            height: 18px;
            font-size: 18px;
          }
        }
        &:last-child {
          font-family: var(--font-myriad);
          font-weight: 400;
          font-size: 14px;
          line-height: 22.4px;
          color: var(--grey);
          a {
            color: inherit;
          }
        }
      }
    }
  }
  .noha-checkout-form {
    .woocommerce-checkout {
      gap: 27px;
      .woocommerce-NoticeGroup {
        .woocommerce-error {
          margin: 0;
          display: none;
          li {
            a {
              text-decoration: none;
              font-family: var(--font-myriad);
              font-weight: 400;
              font-size: 14px;
              line-height: 22.4px;
            }
            a:hover {
              color: var(--white);
              text-decoration: none;
            }
          }
        }
      }
      .customer-details {
        flex: 0 0 53.34%;
        max-width: 100%;
        max ::placeholder {
          font-family: var(--font-myriad);
          font-weight: 300;
          font-size: 16px;
          line-height: 100%;
          color: var(--grey2);
        }
        .checkout-inline-error-message {
          font-size: 14px;
          font-family: var(--font-myriad);
        }
        .woocommerce-billing-fields {
          margin: 0;
          .ph_local_pickup_error_msg {
            font-weight: 300;
            line-height: normal;
            font-size: 14px;
            font-family: var(--font-myriad);
          }
          > h3 {
            font-family: var(--font-skia);
            font-weight: 300;
            font-size: 20px;
            line-height: 24px;
            color: var(--grey);
            text-transform: capitalize;
          }
          .woocommerce-billing-fields__field-wrapper {
            .form-row {
              label {
                font-family: var(--font-myriad);
                font-weight: 300;
                font-size: 16px;
                line-height: 100%;
                letter-spacing: 0px;
                color: var(--grey);
                &.checkbox {
                  font-family: var(--font-myriad);
                  font-weight: 300;
                  font-size: 18px;
                  line-height: 100%;
                  color: var(--grey);
                  margin: 0;
                  width: 100%;
                  height: 100%;
                  display: flex;
                  input[type="checkbox"] {
                    border: 1px solid #838383;
                    width: 17px;
                    height: 17px;
                    box-shadow: 0 0 0 !important;
                    margin-top: 0px;
                    accent-color: var(--grey);
                  }
                }
              }
              input {
                border: 1px solid #e5e5e5;
                &[type="checkbox"] {
                  border: 1px solid #838383;
                  width: 17px;
                  height: 17px;
                  box-shadow: 0 0 0 !important;
                  margin-top: -2px;
                  accent-color: var(--grey);
                }
              }
              .optional {
                top: 0;
              }
            }
            /* #billing_address_1_field {
              .woocommerce-input-wrapper {
                height: 110px;
                input[type="text"] {
                  height: 100%;
                }
              }
            } */
            .address-field {
              .ph_pickup {
                padding: 0 !important;
                margin: 0 !important;
              }
              .woocommerce-input-wrapper {
                select {
                  margin: 20px 0 0 !important;
                  width: 100% !important;
                  &#billing_country {
                    margin: 0 !important;
                  }
                }
              }
            }
          }
        }
        .woocommerce-shipping-fields {
          margin-top: 30px;
          h3 {
            line-height: 24px;
            label.checkbox {
              height: 100%;
              display: flex;
              width: 100%;
            }
            .input-checkbox {
              border: 1px solid #838383;
              width: 17px;
              height: 17px;
              box-shadow: 0 0 0 !important;
              accent-color: var(--grey);
            }
            span {
              font-family: var(--font-myriad);
              font-weight: 300;
              font-size: 18px;
              line-height: 100%;
              color: var(--grey);
            }
          }
          .form-row {
            label {
              font-family: var(--font-myriad);
              font-weight: 300;
              font-size: 16px;
              line-height: 100%;
              letter-spacing: 0px;
              color: var(--grey);
            }
            .optional {
              top: 0;
            }
            input {
              border: 1px solid #e5e5e5;
              &[type="checkbox"] {
                border: 1px solid #838383;
                width: 17px;
                height: 17px;
                box-shadow: 0 0 0 !important;
                margin-top: -2px;
                accent-color: var(--grey);
              }
            }
          }
        }
        .woocommerce-additional-fields {
          .form-row {
            label {
              font-family: var(--font-myriad);
              font-weight: 300;
              font-size: 16px;
              line-height: 100%;
              letter-spacing: 0px;
              color: var(--grey);
            }
            .optional {
              top: 0;
            }
            textarea {
              border: 1px solid #e5e5e5;
              height: 166px;
              min-height: 100%;
              resize: none;
              font-family: var(--font-myriad);
              font-weight: 300;
              font-size: 16px;
              line-height: 100%;
              letter-spacing: 0px;
              color: var(--grey);
              &::placeholder {
                font-family: var(--font-myriad);
                font-weight: 300;
                font-size: 16px;
                line-height: 100%;
                color: var(--grey2);
              }
            }
          }
        }
        .woocommerce-billing-fields__field-wrapper,
        .woocommerce-shipping-fields__field-wrapper {
          display: flex;
          flex-wrap: wrap;
          gap: 27px;
          .form-row {
            float: unset;
            margin: 0;
            width: 100%;
            flex: 1 0 47.5%;
            input,
            select,
            .selection {
              font-family: var(--font-myriad);
              font-weight: 300;
              font-size: 16px;
              line-height: 100%;
              letter-spacing: 0px;
              color: var(--grey);
              &::placeholder {
                font-family: var(--font-myriad);
                font-weight: 300;
                font-size: 16px;
                line-height: 100%;
                color: var(--grey2);
              }
            }
          }
          #billing_country_field,
          #billing_address_1_field,
          #ph_pickup_location_checkbox_field,
          #ph_pickup_locations_field,
          #ph_ship_to_work_or_home_field,
          #shipping_country_field,
          #shipping_address_1_field {
            flex: 0 0 100%;
          }
          #billing_city_field,
          #billing_state_field,
          #billing_postcode_field,
          #billing_phone_field {
            flex: 1 0 30%;
          }
          #billing_email_field {
            flex: 1 0 65%;
          }
        }
      }
      .checkout-order-review {
        flex: 0 0 44.25%;
        max-width: 100%;
        > h3 {
          font-family: var(--font-skia);
          font-weight: 300;
          font-size: 22px;
          line-height: 30.8px;
          text-align: center;
          text-transform: uppercase;
          color: var(--grey);
        }
        .woocommerce-checkout-review-order {
          .shop_table {
            thead {
              .product-name {
                font-family: var(--font-myriad);
                font-weight: 400;
                font-size: 16px;
                line-height: 100%;
                text-transform: uppercase;
                color: var(--grey);
              }
              .product-total {
                font-family: var(--font-myriad);
                font-weight: 400;
                font-size: 16px;
                line-height: 100%;
                text-align: right;
                text-transform: uppercase;
                color: var(--grey);
              }
            }
            tbody {
              .cart_item {
                border: 0;
                .wd-checkout-prod {
                  padding-bottom: 8px;
                }
              }
              .wd-checkout-prod-img {
                width: 74px;
                height: 93px;
                img {
                  width: 100%;
                  height: 100%;
                  object-fit: contain;
                }
              }
              .wd-checkout-prod-cont {
                position: relative;
                .wd-checkout-prod-title {
                  row-gap: 10px;
                  .cart-product-label {
                    font-family: var(--font-skia);
                    font-weight: 300;
                    font-size: 20px;
                    line-height: 100%;
                    color: #333333;
                  }
                  .quantity {
                    order: 2;
                    margin: 0;
                    height: 38px;
                    input[type="number"] {
                      pointer-events: none;
                    }
                  }
                  .variation {
                    order: 3;
                    display: flex;
                    flex-wrap: wrap;
                    padding: 10px 0;
                    margin: 10px 0 8px;
                    border-top: 1px solid #ececec;
                    border-bottom: 1px solid #ececec;
                    li {
                      font-family: var(--font-myriad);
                      font-weight: 300;
                      font-size: 14px;
                      line-height: 100%;
                      color: var(--grey);
                      position: relative;
                      margin-bottom: 0;
                      * {
                        font: inherit;
                      }
                      &:not(:last-child) {
                        margin-right: 10px;
                        padding-right: 10px;
                      }
                      &:not(:last-child)::after {
                        content: "";
                        position: absolute;
                        top: 0;
                        right: 0px;
                        width: 1px;
                        height: 100%;
                        border-right: 1px solid #e6e2e2;
                      }
                    }
                  }
                }
                .wd-checkout-prod-total {
                  position: absolute;
                  right: 0;
                  top: 41%;
                  transform: translateY(-100%);
                  font-family: var(--font-myriad);
                  font-weight: 400;
                  font-size: 16px;
                  line-height: 100%;
                  color: var(--brown);
                  * {
                    font: inherit;
                    color: inherit;
                  }
                }
              }
            }
            tfoot {
              tr {
                border: 0;
              }
              th,
              td {
                border: 0;
                padding: 0;
              }
              .woocommerce-shipping-destination {
                display: none;
              }
              th {
                font-family: var(--font-myriad);
                font-weight: 300;
                font-size: 18px;
                line-height: 100%;
                color: #595757;
                padding-left: 20px;
                padding-bottom: 15px;
                width: 50%;
              }
              td {
                font-family: var(--font-myriad);
                font-weight: 300;
                font-size: 16px;
                line-height: 100%;
                text-align: right;
                color: var(--grey);
                padding-right: 20px;
                padding-bottom: 15px;
                width: 50%;
                .woocommerce-shipping-methods {
                  li {
                    display: flex;
                    gap: 10px;
                    align-items: flex-start;
                    flex-direction: row-reverse;
                    label {
                      width: auto;
                      line-height: normal;
                    }
                    input {
                      accent-color: var(--grey);
                      width: 17px;
                      height: 17px;
                      min-width: 17px;
                    }
                  }
                }
                * {
                  color: inherit;
                  font: inherit;
                }
              }
              .order-total {
                td,
                th {
                  padding-top: 15px;
                  border-top: 1px solid var(--white2);
                }
              }
            }
          }
          .woocommerce-checkout-payment {
            .wc_payment_method {
              input[type="radio"] {
                accent-color: var(--grey);
                width: 17px;
                height: 17px;
                min-width: 17px;
                margin-top: -2px;
              }
              label {
                font-family: var(--font-myriad);
                font-weight: 400;
                font-size: 16px;
                line-height: 100%;
                text-transform: uppercase;
                color: var(--grey);
              }
              .payment_box {
                p {
                  margin: 0;
                  font-family: var(--font-myriad);
                  font-weight: 300;
                  font-size: 18px;
                  line-height: normal;
                  color: #595757;
                }
              }
            }
          }
          .place-order {
            .woocommerce-terms-and-conditions-wrapper {
              p {
                font-family: var(--font-myriad);
                font-weight: 300;
                font-size: 14px;
                line-height: 100%;
                color: #767676;
                max-width: 450px;
                a {
                  color: #333333;
                  font-family: var(--font-myriad);
                  font-weight: 300;
                  font-size: 14px;
                  line-height: 22.2px;
                  text-decoration: underline;
                  text-underline-offset: 3px;
                  &:hover {
                    color: var(--brown);
                  }
                }
                .checkout-inline-error-message {
                  color: #ca1919;
                }
                .woocommerce-terms-and-conditions-checkbox-text {
                  color: #333333;
                  font-family: var(--font-myriad);
                  font-weight: 300;
                  font-size: 14px;
                  line-height: 22.2px;
                  .woocommerce-terms-and-conditions-link {
                    color: inherit;
                    font: inherit;
                    text-decoration: underline;
                    text-underline-offset: 2px;
                    &:hover {
                      color: var(--brown);
                    }
                  }
                }
              }
              input[type="checkbox"] {
                width: 13px;
                height: 13px;
                min-width: 13px;
                margin-top: -2px;
                accent-color: var(--grey);
              }
            }
            button[type="submit"]#place_order {
              background: transparent;
              box-shadow: 0 0 0;
              font-family: var(--font-myriad);
              font-weight: 300;
              font-size: 24px;
              line-height: 22px;
              letter-spacing: 0px;
              text-align: center;
              color: var(--grey);
              position: relative;
              padding: 0;
              text-transform: capitalize;
              width: 100%;
              max-width: 120px;
              margin: 0 auto;
              display: block;
              &::after {
                content: "";
                display: block;
                position: absolute;
                top: 17px;
                right: -19px;
                width: 10px;
                height: 18px;
                background: url(/wp-content/uploads/2026/03/slider-arrow-pre.svg-5.svg)
                  no-repeat;
              }
              &:hover {
                color: var(--brown);
              }
            }
          }
        }
      }
    }
  }
}

/* Order Success / Thank You Page */
.page-title-breadcrumbs:has(.thank-you-main-container)
  + .noha-cart-shipping-details {
  display: none;
}
.page-title-breadcrumbs:has(.checkout-order-review) .thankyou-breadcrumbs,
.page-title-breadcrumbs:has(.thank-you-main-container)
  .checkout-billing-breadcrumbs {
  display: none;
}
.page-title-breadcrumbs:has(.login) .checkout-billing-breadcrumbs,
.page-title-breadcrumbs:has(.login) .thankyou-breadcrumbs,
.page-title-breadcrumbs:has(.login) .woocommerce-notice--success {
  display: none;
}
.page-title-breadcrumbs {
  .noha-checkout-form {
    .woocommerce {
      .woocommerce-order {
        width: 100%;
        max-width: 897px;
        margin: 0 auto;
        .woocommerce-notice {
          background: #faf7f2;
          font-family: var(--font-skia);
          font-weight: 700;
          font-size: 24px;
          line-height: 100%;
          color: var(--brown);
          border: 0;
          padding: 33px;
          text-align: center;
          margin-bottom: 45px;
        }
        .thank-you-main-container {
          .common-title {
            font-family: var(--font-skia);
            font-weight: 300;
            font-size: 20px;
            line-height: 24px;
            color: var(--grey);
            margin: 0;
          }
          .main-wrapper {
            .invoice-table-wrapper {
              margin: 15px 0 0;
              thead {
                tr {
                  th {
                    font-family: var(--font-myriad);
                    font-weight: 300;
                    font-size: 20px;
                    line-height: 100%;
                    letter-spacing: 0px;
                    color: var(--grey);
                    text-transform: capitalize;
                    padding-left: 0;
                    padding-top: 16px;
                    padding-bottom: 16px;
                    border-bottom: 1px solid var(--white2);
                    &:last-child {
                      text-align: right;
                    }
                  }
                }
              }
              tbody {
                tr {
                  td {
                    padding: 6.75px 0;
                    font-family: var(--font-myriad);
                    font-weight: 300;
                    font-size: 16px;
                    line-height: 100%;
                    letter-spacing: 0px;
                    color: var(--grey);
                    border-bottom: 1px solid var(--white2);
                    * {
                      font: inherit;
                      color: inherit;
                    }
                    &:last-child {
                      text-align: right;
                      padding: 0 10px 0 0;
                    }
                  }
                }
              }
            }
            .download-invoice-wrapper {
              text-align: center;
              margin-top: 15px;
              .download-invoice {
                font-family: var(--font-myriad);
                font-weight: 600;
                font-size: 14px;
                line-height: 14px;
                text-align: center;
                vertical-align: middle;
                text-transform: uppercase;
                text-decoration: underline;
                color: var(--brown);
                &:hover {
                  color: var(--grey);
                }
                img {
                  margin-left: 5px;
                }
              }
            }
          }
          .order-id-details {
            margin-top: 45px;
            .detailed-wrapper {
              .order-details-flex-wrapper {
                display: flex;
                flex-wrap: wrap;
                margin-top: 20px;
                row-gap: 30px;
                .order-item {
                  display: flex;
                  flex-wrap: wrap;
                  flex: 0 0 50%;
                  gap: 10px;
                  position: relative;
                  &:not(:last-child)::after {
                    content: "";
                    display: inline-block;
                    width: 1px;
                    height: 100%;
                    border-right: 1px solid #ececec;
                    position: absolute;
                    top: 0px;
                    right: 23px;
                  }
                  &:nth-child(even)::after {
                    display: none;
                  }
                  .item-no {
                    .id-no {
                      font-family: var(--font-skia);
                      font-weight: 300;
                      font-size: 20px;
                      line-height: 24px;
                      color: var(--grey);
                      margin: 0;
                    }
                  }
                  .item-image {
                    width: 74px;
                    height: 93px;
                    img {
                      width: 100%;
                      height: 100%;
                    }
                  }
                  .product-detail-wrapper {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 10px;
                    flex-direction: column;
                    .product-title {
                      font-family: var(--font-myriad);
                      font-weight: 300;
                      font-size: 16px;
                      line-height: 100%;
                      color: var(--grey);
                      margin: 0;
                    }
                    .product-order-number {
                      font-family: var(--font-myriad);
                      font-weight: 300;
                      font-size: 16px;
                      line-height: 100%;
                      color: var(--grey);
                      margin: 0;
                    }
                    .product-image-logo {
                      margin: 0;
                      width: 74px;
                      height: 18.96px;
                      img {
                        width: 100%;
                        height: 100%;
                      }
                    }
                  }
                }
              }
            }
          }
          .billing-address-wrapper {
            .billing-address-flex-wrapper {
              margin-top: 12px;
            }
            margin-top: 25px;
            max-width: 500px;
            .billing-address-item,
            p {
              margin: 4px 0 0;
              font-family: var(--font-myriad);
              font-weight: 300;
              font-size: 16px;
              line-height: 100%;
              color: #909090;
            }
            p:last-child {
              margin-bottom: 0;
              margin-top: 4px;
            }
            p:empty {
              display: none;
            }
          }
        }
      }
    }
  }
}
.icon-svg-hover {
  .elementor-button:hover {
    .elementor-button-icon {
      fill: var(--brown);
    }
  }
}
.product-list-result-count {
  .woocommerce-result-count {
    font-family: var(--font-myriad);
    font-weight: 400;
    font-size: 14px;
    line-height: 22.4px;
    color: #767676;
  }
}

span.select2-search.select2-search--dropdown {
  padding: 0 !important;
  input {
    padding: 0 8px !important;
  }
  &::after {
    inset-inline-end: 10px impotant !important;
  }
}
.select2-results {
  .select2-results__options {
    .select2-results__option {
      font-family: var(--font-myriad);
      font-weight: 400;
      font-size: 14px;
      line-height: 22.4px;
      padding: 10px;
    }
  }
}

.noha-product-list .wd-loop-builder-off .wd-product-wrapper {
  gap: 0px;
}
.noha-product-list .wd-product-cats {
  padding-top: 11px;
}
.noha-product-list span.price {
  padding-top: 15px;
}
.noha-product-list h3.wd-entities-title {
  a {
    font-weight: 600 !important;
    text-transform: uppercase !important;
  }
}

.logged-in .wd-tools-count {
  padding: 2px 1px 1px 1.35px !important;
}

.pswp__button.pswp__button--share {
  display: none !important;
}
