:root {
  --dark-green: #183e40;
  --dark-green-hover: #818f92;
  --dark-green-300: #597175;
  --light-green: #0d6363;
  --light-cyan: #e7efef;
  --light-green-100: #b4cfcf;
  --gray: #d9d9d9;
  --dark-grey: #2c2c2c;
  --light-mauve: #dad4de;
  --dark-rose: #a47379;
  --cream: #ece2df;
  --white: #fff;
  --grey-50: #f7f7f7;
  --grey-100: #e5e5e5;
  --grey-300: #ababab;
  --grey-500: gray;
  --grey-700: #4d4d4d;
  --error: #c21419;
  --warning: #f08532;
  --success: #2d9033;
}

.product-hero-section {
  background-color: rgb(255, 255, 255);
  padding: 40px 0px 20px;
  text-align: center;
}

.hero-content-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 20px;
}

.hero-main-title {
  font-family: "EB Garamond", serif;
  font-size: 36px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  margin: 0px 0px 15px;
  line-height: 1.2;
}

.hero-description {
  font-family: "Avenir Book", Arial, sans-serif;
  font-size: 16px;
  color: rgb(102, 102, 102);
  margin: 0px auto;
  line-height: 1.5;
  max-width: 600px;
}

.hero-description .readmore {
  color: rgb(0, 102, 204);
  cursor: pointer;
  text-decoration: underline;
}

.ring-design-progress {
  margin-bottom: 10px;
}

.wizard2-steps-heading,
.wizard2-steps-heading h1,
.wizard2-steps-heading h2 {
  font-family: inherit;
  margin: 0px;
  color: inherit;
  font-size: 16px;
  text-align: center;
}

.wizard2-steps-heading-full {
  font-family: ZapfHumanist601BT-Roman, "EB Garamond", serif;
  color: inherit;
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
  background-color: rgb(247, 247, 247);
  padding: 10px;
  display: none;
}

.design-steps-container {
  font-family: "Avenir Medium", Arial, sans-serif;
  color: rgb(44, 44, 44);
  padding: 0px;
  clear: both;
  display: table;
  width: 100%;
  height: 80px;
  margin: 0px auto;
  border: 1px solid rgb(226, 226, 226);
  border-collapse: separate;
  table-layout: fixed;
  line-height: 1.3;
  position: relative;
  background-color: rgb(226, 226, 226);
}

.design-steps-container a {
  color: inherit;
}

.design-steps-container a:hover {
  color: rgb(62, 159, 141);
}

.wizard2-steps .step:first-child {
  width: 220px;
}

.progress-step-item {
  position: relative;
  width: 33.3%;
  display: table-cell;
  vertical-align: top;
}

.design-steps-container .step-node {
  position: relative;
  display: block;
  width: auto;
  height: 80px;
  margin-right: 16px;
  background: rgb(255, 255, 255);
  text-decoration: none;
}

.design-steps-container .step-node::before {
  width: 0px;
  height: 0px;
  border-top: 40px solid rgb(255, 255, 255);
  border-bottom: 40px solid rgb(255, 255, 255);
  border-left: 15px solid transparent;
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  transform: translate(-100%, 0px);
}

.design-steps-container .step-node::after {
  width: 0px;
  height: 0px;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 15px solid rgb(255, 255, 255);
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  transform: translate(100%, 0px);
}

.step-node-wrapper {
  position: relative;
  z-index: 2;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: inherit;
  vertical-align: middle;
  background-color: inherit;
}

.step-node-wrapper > div {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 1289px) {
  .design-steps-container .progress-step-item.step1 .step-node::before {
    display: none;
  }
}

.design-steps-container .step-number {
  font-size: 30px;
  font-family: "EB Garamond", serif;
  text-align: center;
  width: 70px;
  line-height: 80px;
}

.design-steps-container .step-title {
  font-size: 14px;
  text-transform: capitalize;
}

.design-steps-container .step-description {
  text-transform: capitalize;
}

.design-steps-container .step-description,
.design-steps-container .step-action {
  font-family: "Avenir Book", Arial, sans-serif;
  font-size: 12px;
}

.design-steps-container .step-action a {
  margin-right: 10px;
}

.design-steps-container .step-action a:last-child {
  margin-right: 0px;
}

.design-steps-container .step-photo {
  width: 70px;
  text-align: center;
}

.design-steps-container .step-photo > img,
.design-steps-container .step-photo .modal-product-superposition {
  width: 70px;
  height: auto;
}

.design-steps-container .progress-step-item:last-child .step-photo {
  width: 100px;
}

.design-steps-container .nostyle-heading {
  text-transform: none;
}

.design-steps-container .nostyle-heading {
  color: inherit;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0px;
  padding: 0px;
  text-transform: inherit;
}

.design-steps-container .progress-step-item:first-child {
  width: 220px;
}

.design-steps-container .progress-step-item:first-child .step-node {
  padding-left: 0px;
  font-size: 14px;
}

.design-steps-container .progress-step-item:last-child .step-node {
  margin-right: 0px;
}

.design-steps-container .progress-step-item:first-child .step-node::before,
.design-steps-container .progress-step-item:last-child .step-node::after {
  display: none;
}

.design-steps-container .active-step .step-node {
  background: rgb(247, 247, 247);
}

.design-steps-container .active-step .step-node::before {
  border-top-color: rgb(247, 247, 247);
  border-bottom-color: rgb(247, 247, 247);
}

.design-steps-container .active-step .step-node::after {
  border-left-color: rgb(247, 247, 247);
}

.design-steps-container
  .progress-step-item:not(.invariant-color):hover
  .step-node,
.design-steps-container .active-step:not(.invariant-color):hover .step-node {
  background: rgb(249, 248, 248);
}

.design-steps-container
  .progress-step-item:not(.invariant-color):hover
  .step-node::before {
  border-top-color: rgb(249, 248, 248);
  border-bottom-color: rgb(249, 248, 248);
}

.design-steps-container
  .progress-step-item:not(.invariant-color):hover
  .step-node::after {
  border-left-color: rgb(249, 248, 248);
}

@media (max-width: 1289px) {
  .design-steps-container .step-description .set {
    display: none;
  }

  .design-steps-container .progress-step-item:first-child {
    display: none;
  }

  .design-steps-container .progress-step-item:nth-child(2) .step-node::before {
    display: none;
  }
}

@media (max-width: 1023px) {
  .design-steps-container,
  .design-steps-container .step-node {
    height: 72px;
    line-height: 1.2;
  }

  .design-steps-container,
  .design-steps-container .step-title {
    font-size: 13px;
  }

  .design-steps-container .step-number {
    width: 23px;
    line-height: 68px;
  }

  .design-steps-container .cont {
    padding-right: 5px;
  }

  .design-steps-container .step-action {
    font-size: 12px;
    white-space: nowrap;
  }

  .design-steps-container .step-action a {
    margin-right: 3px;
  }

  .design-steps-container .step-node::after,
  .design-steps-container .step-node::before {
    border-top-width: 36px;
    border-bottom-width: 36px;
  }
}

@media (max-width: 767px) {
  .design-steps-container .step-title {
    font-size: 12px;
  }

  .design-steps-container .step-node-wrapper .step-photo,
  .design-steps-container .step-description,
  .design-steps-container .help-tips {
    display: none;
  }

  .design-steps-container .step-action {
    padding-top: 3px;
  }

  .design-steps-container,
  .design-steps-container .step-node {
    height: 64px;
  }

  .design-steps-container .step-number {
    font-size: 24px;
    height: 64px;
    line-height: 64px;
  }

  .design-steps-container .progress-step-item:last-child {
    width: 27%;
  }

  .design-steps-container .step-node-wrapper {
    width: auto;
    background: transparent;
  }

  .design-steps-container
    .progress-step-item:nth-child(2)
    .step-node-wrapper
    .step-title {
    min-width: 50px;
  }

  .design-steps-container .step-node::after,
  .design-steps-container .step-node::before {
    border-top-width: 32px;
    border-bottom-width: 32px;
  }
}

.style-carousel-wrapper {
  padding: 30px 0px;
  background-color: rgb(255, 255, 255);
  margin: 0px auto;
}

.style-filter-carousel {
  position: relative;
  margin: 0px auto;
  overflow: hidden;
}

.style-filter-carousel .swiper-wrapper {
  display: flex;
}

.style-filter-carousel .swiper-slide {
  flex-shrink: 0;
  width: 145px !important;
  cursor: pointer;
  transition: transform 0.3s;
}

.style-filter-carousel .swiper-slide:hover {
  transform: translateY(-2px);
}

.style-filter-carousel .swiper-slide img {
  border: 2px solid transparent;
  width: 145px;
  height: 157px;
  object-fit: cover;
}

.style-option-title {
  margin: 8px 0px 0px;
  padding: 0px 10px;
  font-family: "Avenir Book";
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.style-filter-carousel .swiper-button-prev,
.style-filter-carousel .swiper-button-next {
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  width: 44px;
  height: 44px;
  filter: grayscale(100%);
  background-size: 10px auto;
}

.style-filter-carousel .swiper-button-prev::after,
.style-filter-carousel .swiper-button-next::after {
  font-size: 16px;
}

.filters-toolbar-sticky {
  position: sticky;
  top: 0px;
  z-index: 100;
  background-color: rgb(255, 255, 255);
  padding: 15px 0px;
}

.toolbar-actions-container {
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-filters-trigger {
  gap: 8px;
  border: none;
  font-weight: 500;
  transition: background-color 0.3s;
  color: var(--white);
  background-color: var(--dark-green);
  cursor: pointer;
  padding: 10px;
  width: 132px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-filters-trigger:hover {
  background-color: #597175;
}

.mobile-filters-trigger img {
  width: 16px;
  height: 16px;
}

.sort-options-dropdown {
  position: relative;
}

.sort-options-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgb(229, 229, 229);
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  color: rgb(51, 51, 51);
  transition: 0.3s;
}

.sort-options-dropdown .dropdown-toggle:hover {
  background-color: rgb(233, 236, 239);
  border-color: rgb(0, 102, 204);
}

.sort-options-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(229, 229, 229);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
  min-width: 200px;
  z-index: 1000;
  margin-top: 4px;
}

.sort-options-dropdown .dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  color: rgb(51, 51, 51);
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s;
}

.sort-options-dropdown .dropdown-menu li a:hover,
.sort-options-dropdown .dropdown-menu li a.active {
  color: rgb(0, 102, 204);
}

.results-summary-bar {
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.listing-selector-box .exposed-filter,
.listing-selector-box .listing-selector-set,
.listing-selector-box .widget-filter__results {
  display: inline;
}

.widget-filter__results,
.widget-filter__name {
  font-family: "Avenir Medium";
  font-weight: bold;
}

.widget-filter__results {
  padding-right: 8px;
}

.results-count-display {
  font-size: 16px;
  font-weight: 500;
  color: rgb(51, 51, 51);
}

.active-filters-container {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.filter-tag-item {
  background-color: rgb(240, 248, 255);
  color: rgb(0, 102, 204);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-tag-item .x {
  cursor: pointer;
  font-weight: bold;
  padding: 0px 2px;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.filter-tag-item .x:hover {
  background-color: rgba(0, 102, 204, 0.2);
}

.reset-button {
  color: rgb(102, 102, 102);
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 6px 12px;
}

.reset-button:hover {
  color: rgb(51, 51, 51);
}

.filters-bar-box {
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: space-between;
}

.filters-bar-entry {
  display: flex;
  gap: 1rem;
  & .item-filters {
    cursor: pointer;
    padding: 10px;
    width: 132px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  & .item-name {
    font-family: "Avenir Medium";
    position: relative;
    top: 2px;
    text-align: center;
  }

  & .item-filters {
    color: var(--white);
    background-color: var(--dark-green);
    & img {
      margin-left: 8px;
    }

    &:hover {
      background-color: var(--dark-green-300);
    }
  }
}

.dropdown--sort-by {
  border: 1px solid var(--gray);
  display: flex;
  gap: 1rem;
  position: relative;
  z-index: 1031;
  & .dropdown-toggle {
    cursor: pointer;
    padding: 10px 16px;
    height: 40px;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }

  & .item-name {
    flex-grow: 1;
    position: relative;
    top: 2px;
    min-width: 130px;
    text-align: left;
  }

  & .dropdown-menu {
    background-color: var(--white);
    box-shadow: none;
    border-radius: 0px;
    margin-left: -1px;
    right: -1px;
    margin-top: -1px;
    border: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    & > li > a {
      padding: 10px 16px;
    }

    & a {
      display: block;
      padding: 10px 20px;
      clear: both;
      font-weight: 400;
      line-height: 1.42857;
      color: var(--dark-grey);
      white-space: nowrap;
      &:hover {
        background-color: rgb(248, 248, 248);
      }
    }
  }

  & .caret {
    margin-left: 12px;
    border: none;
    height: 8px;
    width: 17px;
    background: url("/static/img/icon/svg/drop-down2-black.svg?v1") center
      center / 100% no-repeat;
  }

  &.open {
    & .caret-img {
      transform: rotate(180deg);
    }

    & .caret {
      transform: rotate(180deg);
    }

    & .dropdown-menu {
      border-right-color: ;
      border-right-style: ;
      border-right-width: ;
      border-bottom-color: ;
      border-bottom-style: ;
      border-bottom-width: ;
      border-left-color: ;
      border-left-style: ;
      border-left-width: ;
      border-image-source: ;
      border-image-slice: ;
      border-image-width: ;
      border-image-outset: ;
      border-image-repeat: ;
      border-top: none;
    }
  }
}

.products-listing-container {
  margin: 0px auto;
}

.products-display-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px 20px;
  margin-bottom: 40px;
}

.product-card-wrapper {
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid transparent;
}

.product-thumbnail-container {
  position: relative;
}

.thumbnail-badging {
  min-height: 32px;
  display: flex;
  text-align: right;
  align-items: center;
  position: absolute;
  z-index: 5;
  width: 100%;
  padding: 5px;
}

.product-status-badge {
  font-family: "Avenir Heavy";
  color: var(--dark-grey);
  display: block;
  background: rgb(255, 255, 255);
  overflow: hidden;
  font-size: 8px;
  text-transform: uppercase;
  padding: 7px 10px 6px;
  text-align: center;
  border-radius: 50em;
  line-height: 1em;
}

.product-status-badge > span {
  position: relative;
  line-height: initial;
  letter-spacing: 0.05em;
  display: inline-block;
}

.product-status-badge[data-badge="Award Winning"] {
}

.product-status-badge[data-badge="Hidden Halo"] {
}

.product-thumbnail-container .item-dis {
  text-align: center;
}

.product-thumbnail-container .mid {
  background-color: rgb(249, 249, 249);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
}

.product-thumbnail-container .mid_single_image {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-thumbnail-container .mid_single_image img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  transform: scale(1.15);
  transition: transform 0.3s;
}

.product-card-wrapper:hover .mid_single_image img {
  transform: scale(1.2);
}

.metal-selector-bar {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 15px;
  padding: 0px;
  list-style: none;
}

.metal-option-circle {
  cursor: pointer;
  margin: 5px;
  letter-spacing: normal;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  border: 1px solid white;
}

.metal-option-circle.white {
  background: linear-gradient(
    30deg,
    rgb(179, 178, 175) 0px,
    rgb(247, 247, 247) 55%,
    rgb(247, 247, 247) 60%,
    rgb(179, 178, 175) 100%
  ) !important;
}

.metal-option-circle.rose {
  background: linear-gradient(
    30deg,
    rgb(236, 138, 85) 0px,
    rgb(252, 237, 226) 55%,
    rgb(252, 237, 226) 60%,
    rgb(236, 138, 85) 100%
  ) !important;
}

.metal-option-circle.yellow {
  background: linear-gradient(
    30deg,
    rgb(225, 185, 79) 0px,
    rgb(252, 241, 213) 55%,
    rgb(252, 241, 213) 60%,
    rgb(225, 185, 79) 100%
  ) !important;
}

.metal-option-circle.tungsten {
  background: linear-gradient(
    30deg,
    rgb(20, 20, 20) 0px,
    rgb(121, 121, 121) 55%,
    rgb(121, 121, 121) 60%,
    rgb(20, 20, 20) 100%
  ) !important;
}

.metal-option-circle.meteorite {
  background: linear-gradient(
    30deg,
    rgb(82, 82, 81) 0px,
    rgb(235, 235, 235) 55%,
    rgb(235, 235, 235) 60%,
    rgb(82, 82, 81) 100%
  ) !important;
}

.metal-option-circle.titanium {
  background: linear-gradient(
    30deg,
    rgb(6, 6, 6) 0px,
    rgb(145, 145, 145) 55%,
    rgb(145, 145, 145) 60%,
    rgb(6, 6, 6) 100%
  ) !important;
}

.metal-option-circle.tantalum {
  background: linear-gradient(
    30deg,
    rgb(75, 75, 75) 0px,
    rgb(149, 149, 149) 55%,
    rgb(149, 149, 149) 60%,
    rgb(75, 75, 75) 100%
  ) !important;
}

.metal-option-circleli.active {
  box-shadow: 0 0 0 2px var(--light-green);
}

.metal-option-circleli:not(.active):hover {
  box-shadow: 0 0 0 2px var(--gray);
}

.caption {
  line-height: 1.4;
  padding-left: 10%;
  padding-right: 10%;
}

.caption-listing3 {
  margin: 0px 0px 10px;
  font-weight: 500;
  font-family: "Avenir Medium";
  padding-top: 4px;
  padding-bottom: 4px;
}

.caption-listing3 .clk_through {
  display: block;
}

.caption-listing3 .firstline {
  font-size: 14px;
}

.new-product-title {
  font-weight: 400;
  color: rgb(51, 51, 51);
  margin: 0px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  display: inline;
  vertical-align: top;
  font-family: "Avenir Medium";
  line-height: inherit;
  text-transform: none;
}

.new-product-title .title1 {
  display: block;
}

.caption-price {
  text-align: center;
  margin-bottom: 20px;
}

.caption-price .money {
  font-size: 16px;
  font-weight: 500;
  color: rgb(51, 51, 51);
}

@media (max-width: 1289px) {
  .wizard2-steps-heading {
    display: none !important;
  }

  .design-steps-container .step-description .set {
    display: none;
  }

  .design-steps-container .progress-step-item:first-child {
    display: none;
  }

  .design-steps-container .progress-step-item:nth-child(2) .step-node::before {
    display: none;
  }
}

@media (max-width: 1024px) {
  .design-steps-container {
    gap: 20px;
  }

  .style-filter-carousel .swiper-slide {
    width: 280px;
  }

  .products-display-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px 15px;
  }

  .toolbar-actions-container {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }

  .wizard2-steps-heading-full {
    display: block;
  }
}

@media (max-width: 768px) {
  .hero-main-title {
    font-size: 28px;
  }

  .design-steps-container {
    flex-direction: column;
    gap: 25px;
  }

  .style-carousel-wrapper {
    padding: 20px 0px;
  }

  .style-filter-carousel .swiper-slide {
    width: 250px;
  }

  .products-display-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }

  .results-summary-bar {
    padding: 15px 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-filters-drawer {
    width: 100%;
    max-width: none;
  }

  .product-thumbnail-container .mid_single_image {
    width: 200px;
    height: 200px;
  }

  .product-thumbnail-container .mid_single_image img {
    width: 200px;
    height: 200px;
  }

  .popover-cyo-gr.bottom {
    left: -95px;
  }

  .design-steps-container
    .progress-step-item:nth-child(2)
    .popover-cyo-gr.bottom {
    left: 160px;
  }

  .design-steps-container
    .progress-step-item:nth-child(2)
    .popover-cyo-gr.bottom
    .arrow {
    left: 17%;
  }

  .design-steps-container
    .progress-step-item:nth-child(3)
    .popover-cyo-gr.bottom {
    right: -30px;
    width: 240px;
  }

  .ir344-cyo__link {
    font-size: 12px;
    margin-left: 4px;
  }

  .ir344-cyo {
    margin-top: -4px;
  }

  .ir344-cyo__bar {
    background-color: rgb(226, 226, 226);
    border-top: 1px solid rgb(226, 226, 226) !important;
  }

  .ir344-cyo__con {
    position: relative;
    background-color: rgb(255, 255, 255);
    padding-top: 7px;
  }

  .ir344-cyo__con.is-active {
    border-bottom: 2px solid red;
  }

  .ir344-cyo__con:first-child {
    margin-right: 7px;
    flex: 1 1 0%;
  }

  .ir344-cyo__con:first-child::after {
    width: 0px;
    height: 0px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 6px solid rgb(255, 255, 255);
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    transform: translate(100%, 0px);
  }

  .ir344-cyo__con:last-child::before {
    width: 0px;
    height: 0px;
    border-top: 16px solid rgb(255, 255, 255);
    border-bottom: 16px solid rgb(255, 255, 255);
    border-left: 6px solid transparent;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    transform: translate(-100%, 0px);
  }

  .ir344-cyo__con.is-active:last-child::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: rgb(62, 159, 141);
    bottom: -2px;
    left: -7px;
  }

  .ir346-cyo__link {
    font-size: 12px;
    margin-left: 4px;
  }

  .ir346-cyo__con {
    padding-top: 7px;
  }

  .ir346-cyo__icon {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-main-title {
    font-size: 24px;
  }

  .hero-description {
    font-size: 14px;
  }

  .products-display-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .style-filter-carousel .swiper-slide {
    width: 200px;
  }

  .product-thumbnail-container .mid_single_image {
    width: 180px;
    height: 180px;
  }

  .product-thumbnail-container .mid_single_image img {
    width: 180px;
    height: 180px;
  }

  .new-product-title {
    font-size: 13px;
    min-height: 35px;
  }

  .caption-price .money {
    font-size: 14px;
  }
}

.hidden-sm {
  display: block;
}

.hidden-xs {
  display: block;
}

@media (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  white-space: nowrap;
  border: 0px;
}

.text-center {
  text-align: center !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.icon-asscher-42x42 {
  background-image: url("../assets/images/spirit-shape-y23.png");
  background-size: auto 80px;
  background-position: -98px 2px;
  width: 42px;
  height: 42px;
}

.icon-cushion-42x42 {
  background-image: url("../assets/images/spirit-shape-y23.png");
  background-size: auto 80px;
  background-position: -144px 2px;
  width: 42px;
  height: 42px;
}

.icon-emerald-42x42 {
  background-image: url("../assets/images/spirit-shape-y23.png");
  background-size: auto 80px;
  background-position: -432px 2px;
  width: 42px;
  height: 42px;
}

.icon-heart-42x42 {
  background-image: url("../assets/images/spirit-shape-y23.png");
  background-size: auto 80px;
  background-position: -382px 2px;
  width: 42px;
  height: 42px;
}

.icon-marquise-42x42 {
  background-image: url("../assets/images/spirit-shape-y23.png");
  background-size: auto 80px;
  background-position: -190px 2px;
  width: 42px;
  height: 42px;
}

.icon-oval-42x42 {
  background-image: url("../assets/images/spirit-shape-y23.png");
  background-size: auto 80px;
  background-position: -236px 2px;
  width: 42px;
  height: 42px;
}

.icon-pear-42x42 {
  background-image: url("../assets/images/spirit-shape-y23.png");
  background-size: auto 80px;
  background-position: -332px 2px;
  width: 42px;
  height: 42px;
}

.icon-princess-42x42 {
  background-image: url("../assets/images/spirit-shape-y23.png");
  background-size: auto 80px;
  background-position: -44px 2px;
  width: 42px;
  height: 42px;
}

.icon-radiant-42x42 {
  background-image: url("../assets/images/spirit-shape-y23.png");
  background-size: auto 80px;
  background-position: -286px 2px;
  width: 42px;
  height: 42px;
}

.icon-round-42x42 {
  background-image: url("../assets/images/spirit-shape-y23.png");
  background-size: auto 80px;
  background-position: 4px 2px;
  width: 42px;
  height: 42px;
}

.popover-cyo-gr .popover-content {
  overflow: hidden;
  padding: 9px;
}

.popover-cyo-gr img {
  margin-top: -12px;
  margin-bottom: -12px;
}

.popover-cyo-gr.bottom {
  text-align: center;
  font-family: "Avenir Book", Arial, Helvetica, sans-serif;
  max-width: 300px;
  width: 300px;
  border: 2px solid var(--light-green);
  top: 73%;
  position: absolute;
  left: 50%;
  margin-left: -140px;
}

.popover-cyo-gr.bottom .iconfont-close1 {
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
}

.popover-cyo-gr .foot-link {
  font-family: "Avenir Roman", Arial, sans-serif;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
}

.popover-cyo-gr.bottom .arrow::after {
  top: 3px;
}

.popover-cyo-gr.bottom .arrow {
  left: 50%;
}

.design-steps-container
  .progress-step-item:nth-child(3)
  .popover-cyo-gr.bottom {
  left: auto;
  width: 260px;
  right: -80px;
  margin-left: 0px;
}

.popover-cyo-gr + .modal-backdrop {
  z-index: 1009;
  background: rgb(255, 255, 255);
  opacity: 0.4;
}

.popover-cyo-gr .stack-images {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.popover-cyo-gr .stack-images img {
  margin-bottom: 0px;
}

.popover-cyo-gr .stack-images img + img:last-child {
  margin-bottom: -20%;
}

.popover-cyo-gr .stack-images::before {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.popover-cyo-ring-stack .popover-content {
  display: flex;
  align-items: center;
}

.popover-cyo-ring-stack .popover-content p {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  margin-left: 15px;
}

.popover-cyo-ring-stack .popover-content p::before {
  content: "";
  display: inline-block;
  float: right;
  width: 1.5em;
  height: 1.2em;
}

.popover-cyo-gr.top {
  text-align: center;
  font-family: "Avenir Book", Arial, sans-serif;
  font-size: 12px;
  max-width: 300px;
  width: 300px;
  border: 2px solid var(--light-green);
  top: -88px;
  position: absolute;
  left: 50%;
  margin-left: -20%;
  margin-top: 0px;
  border-radius: 0px;
}

.popover-cyo-gr.top .popover-content {
  padding-right: 25px;
  text-align: left;
}

.popover-cyo-gr.top .iconfont-close1 {
  position: absolute;
  color: var(--light-green);
  right: 10px;
  top: 7px;
  cursor: pointer;
}

.popover-cyo-gr.top .iconfont-close1::after {
  width: auto;
}

.popover-cyo-gr.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-color: var(--light-green);
  bottom: -12px;
  border-bottom-width: 0px;
}

.popover-cyo-gr.top .arrow::after {
  top: -12px;
  margin-left: -10px;
  border-top-color: rgb(255, 255, 255);
  border-bottom-width: 0px;
  content: " ";
  background-color: transparent;
  right: auto;
}

.design-steps-container .progress-step-item:nth-child(3) .popover-cyo-gr.top {
  left: auto;
  width: 260px;
  right: -80px;
  margin-left: 0px;
}

.quick-ship-popover {
  display: block;
  width: 210px;
  top: 100%;
  text-transform: none;
  cursor: auto;
  text-align: center;
  left: 20px;
}

.quick-ship-popover.bottom {
  margin-top: 15px;
}

.ir344-cyo {
  margin-top: 6px;
  margin-bottom: 5px;
}

.ir344-cyo__bar {
  display: flex;
}

.ir344-cyo__bar > div {
  text-align: center;
  flex: 0 0 50%;
  padding-bottom: 5px;
  border-bottom: 2px solid rgb(226, 226, 226);
}

.ir344-cyo__bar > div.is-active {
  border-color: var(--light-green);
}

.ir344-cyo__link {
  margin-left: 10px;
}

.ir344-cyo__product {
  text-decoration: none !important;
}

.ir346-cyo {
  margin-top: 6px;
  margin-bottom: 5px;
}

.ir346-cyo__bar {
  display: flex;
}

.ir346-cyo__con {
  background: rgb(244, 244, 244);
  width: 50%;
  flex: 0 0 50%;
  text-align: center;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.ir346-cyo__con:first-child {
  border-start-start-radius: 17px;
  border-end-start-radius: 17px;
}

.ir346-cyo__con:last-child {
  border-start-end-radius: 17px;
  border-end-end-radius: 17px;
}

.ir346-cyo__con:last-child::before {
  content: "";
  display: block;
  background: white;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translateX(-50%);
}

.ir346-cyo__link {
  margin-left: 10px;
}

.ir346-cyo__product {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-decoration: none !important;
}

.ir346-cyo__icon img {
  width: 50px;
  height: 50px;
  transform: scale(1.2);
}

.ir346-cyo__con--diamond .ir346-cyo__icon {
  margin-left: -7px;
}

.ir346-cyo__con--diamond .ir346-cyo__icon img {
  mix-blend-mode: multiply;
}

.ir346-cyo__con--diamond .ir346-cyo__icon.is-active {
  margin-left: 0px;
}

.ir346-cyo__con--diamond .ir346-cyo__icon.is-active img {
  height: 32px;
  width: 32px;
}

.ir346-cyo__con--setting .ir346-cyo__icon.is-active img {
  transform: scale(1.1);
}

.ir346-cyo__con--setting .ir346-cyo__icon .img-transparent {
  background-size: 165px;
  background-repeat: no-repeat;
  background-position: 29% 42%;
}

.ir346-cyo__text {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 9px;
}

@media (min-width: 768px) {
  .ir346-cyo__bar {
    width: 100%;
    height: 48px;
    margin: 0px auto;
  }

  .ir346-cyo__con {
    font-size: 16px;
    height: 100%;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ir346-cyo__con:first-child {
    border-start-start-radius: 24px;
    border-end-start-radius: 24px;
  }

  .ir346-cyo__con:last-child {
    border-start-end-radius: 24px;
    border-end-end-radius: 24px;
  }

  .ir346-cyo__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    cursor: pointer;
    max-width: 280px;
    position: relative;
    top: 1px;
  }

  .ir346-cyo__info .ir346-cyo__product:hover,
  .ir346-cyo__info .ir346-cyo__link:hover {
    color: var(--light-green);
  }

  .ir346-cyo__info .ir346-cyo__link {
    margin-left: 0px;
  }
}

@media (min-width: 992px) {
  .ir346-cyo__bar {
    width: 890px;
  }
}

.ir344-cyo ~ .ring-design-progress,
.ir346-cyo ~ .ring-design-progress {
  margin-top: 10px;
}

.ir344-cyo ~ .product-hero-section,
.ir346-cyo ~ .product-hero-section {
  margin-bottom: -58px;
}

.ir320-lp-hero ~ .ir346-cyo {
  margin-top: -20px;
  z-index: 1;
  position: relative;
}

.lily-listing-hero ~ .ir346-cyo {
  margin-top: -20px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.ir295-fmmwb-bar
  .design-steps-container
  .progress-step-item:last-child
  .step-photo {
  width: 70px;
}

.ir295-fmmwb-bar .design-steps-container .progress-step-item {
  width: 50%;
}

.ir295-fmmwb-bar
  .design-steps-container
  .progress-step-item
  .step-node-wrapper {
  width: auto;
  margin: auto;
}

.ir295-fmmwb-bar .design-steps-container .progress-step-item:hover .step-node {
  background-color: rgb(255, 255, 255);
}

.ir295-fmmwb-bar
  .design-steps-container
  .progress-step-item:hover
  .step-node::before {
  border-top-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
}

.ir295-fmmwb-bar
  .design-steps-container
  .progress-step-item.active-step:hover
  .step-node::before {
  border-top-color: rgb(247, 247, 247);
  border-bottom-color: rgb(247, 247, 247);
}

.ir295-fmmwb-bar
  .design-steps-container
  .progress-step-item:hover
  .step-node::after {
  border-left-color: rgb(255, 255, 255);
}

.ir295-fmmwb-bar
  .design-steps-container
  .progress-step-item.active-step:hover
  .step-node::after {
  border-left-color: rgb(247, 247, 247);
}

.ir295-fmmwb-bar
  .design-steps-container
  .progress-step-item.active-step:hover
  .step-node {
  background-color: rgb(247, 247, 247);
}

@media (max-width: 1289px) {
  .ir295-fmmwb-bar .design-steps-container .progress-step-item:first-child {
    display: table-cell;
  }

  .ir295-fmmwb-bar
    .design-steps-container
    .progress-step-item:nth-child(2)
    .step-node::before {
    display: block;
  }
}

@media (max-width: 767px) {
  .ir295-fmmwb-bar .design-steps-container .step-title {
    max-width: 100%;
  }

  .ir295-fmmwb-bar .design-steps-container .help-tips {
    display: block;
  }

  .ir320-lp-hero ~ .ir346-cyo {
    margin-bottom: 15px;
  }
}

@media (max-width: 374px) {
  .design-steps-container .step-action {
    font-size: 11px;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0px);
  }
}

.fade-in-up {
  animation: 0.5s ease-out 0s 1 normal none running fadeInUp;
}

.slide-in-right {
  animation: 0.3s ease-out 0s 1 normal none running slideInRight;
}

.search-nothing-tips {
  color: #666;
}

@media (min-width: 1290px) {
  .search-nothing-tips {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#product_results {
  margin-bottom: 20px;
}
