.reviews-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
}
.reviews-summary[data-count="0"] {
  visibility: hidden;
}
.reviews-summary .review-star {
  width: 5em;
  height: 1em;
  background: url("/templates/images/detail/star/Star_Cuts_rounded_0.svg") repeat-x left / 1em 1em;
  position: relative;
}
.reviews-summary .review-star:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/templates/images/detail/star/Star_Cuts_rounded_10.svg") repeat-x left / 1em 1em;
  width: calc(min(var(--rate), 5) * 1em);
  overflow: hidden;
}
.reviews-summary .review-count {
  color: #4578AB;
  font-size: 0.75em;
  height: 1.333em;
}
.reviews-summary .review-count:before {
  content: "(";
}
.reviews-summary .review-count:after {
  content: ")";
}
.products.list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.4%;
  row-gap: 10px;
  width: 100%;
}
.product-thumb-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.product-thumb-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  top: 0;
}
.product.item {
  flex: 0 0 calc(95.8% / 4);
  text-align: center;
  margin-top: 1.4%;
}
.product-info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}
.product-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  height: 54px;
  display: block;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.reviews-box {
  font-size: 18px;
  padding: 10px 0;
}
.product-price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.product-price-box .price {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.product-price-box .original-price {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #646565;
  text-decoration: line-through;
}
@media (max-width: 768px) {
  .product.item {
    flex: 0 0 calc(97.2% / 3);
  }
}
@media (max-width: 500px) {
  .product.item {
    flex: 0 0 calc(98.6% / 2);
  }
}
@media (max-width: 375px) {
  .product.item {
    flex: 0 0 100%;
  }
}
.main-hero-container {
  position: relative;
}
.main-hero-container .main-hero-content {
  position: relative;
}
.main-hero-container .main-hero-content > a {
  display: block;
  position: relative;
}
.main-hero-container img {
  width: 100%;
  height: auto;
  background-size: cover;
  display: block;
}
.main-hero-container img.mobile {
  display: none;
}
.main-hero-container .primary-click {
  transform: translateX(-50%);
  position: absolute;
}
.main-hero-container .primary-click button {
  font-weight: 500;
  cursor: pointer;
  background-color: var(--color-primary);
  color: #FFF;
  border: 0;
  margin: 0;
  display: inline-block;
  font-size: 20px;
  padding: 0.38em 0;
  width: 100%;
}
.main-hero-container .secondary-click {
  transform: translateX(-50%);
  position: absolute;
  font-weight: 500;
  font-size: 17px;
}
.main-hero-container .secondary-click a {
  text-decoration: underline;
}
.hero-items-container {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
.hero-items-container .item {
  width: calc((100% - 48px) / 4);
  position: relative;
}
.hero-items-container .image-link {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  position: relative;
}
.hero-items-container .title-link {
  margin: 8px 0 16px 0;
  display: block;
}
.hero-items-container .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-decoration-line: underline;
  color: var(--color-primary);
  display: block;
  font-family: var(--font-family-heading);
}
.hero-items-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero-items-container img.mobile {
  display: none;
}
.google-review-card-container {
  margin-top: 30px;
  margin-bottom: -30px;
}
.google-review-card-container a {
  width: 15%;
}
.google-review-card-container .review-content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: var(--font-family-heading);
  font-weight: 600;
  gap: 2%;
  color: var(--color-primary);
}
.favorite-container {
  text-align: center;
  margin-top: 56px;
}
.favorite-container .favorite-banner {
  max-width: 100%;
  margin: 0 auto;
  font-size: 52px;
  font-weight: 200;
  font-family: var(--font-family-heading);
}
.favorite-container .favorite-content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}
.vector-container {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 14640'><path d='M1439.54 319.061C1426.01 141.794 1108.82 0 719.5 0C330.181 0 12.9908 141.794 -0.5415 319.061H-1V32470.43H1440V319.061H1439.54Z' fill='%23FBF6E9'/></svg>");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  margin-top: 56px;
  text-align: center;
  width: 100vw;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  padding-bottom: 50px;
}
.gift-giver-container .gift-giver-banner {
  max-width: 100%;
  margin: 0 auto;
  font-size: 52px;
  font-weight: 200;
  font-family: var(--font-family-heading);
  padding: 40px 0 15px;
}
.gift-giver-container .gift-giver-rows {
  max-width: 980px;
  margin: 24px auto 0;
  display: flex;
  justify-content: space-between;
}
.gift-giver-container .gift-giver-row {
  width: calc((100% - 9%) / 3);
}
.gift-giver-container .gift-giver-row img {
  width: 100%;
}
.gift-giver-container .gift-giver-row-info {
  padding-top: 16px;
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-primary);
}
.trustpilot-review-container {
  margin-top: 80px;
}
.happy-customers-container {
  margin: 60px auto 0;
}
.happy-customers-container .happy-customers-title {
  max-width: 100%;
  margin: 0 auto;
  font-size: 52px;
  font-weight: 200;
  font-family: var(--font-family-heading);
  padding: 30px 0 30px;
  text-align: center;
}
.happy-customers-container .happy-customers-content {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1431.9px) {
  .main-hero-container {
    margin-left: -16px;
    margin-right: -16px;
  }
  .main-hero-container .primary-click button {
    font-size: 1.43vw;
  }
  .main-hero-container .secondary-click {
    font-size: 1.3vw;
  }
  .hero-items-container {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (max-width: 767.9px) {
  .main-hero-container img.desktop {
    display: none;
  }
  .main-hero-container img.mobile {
    display: block;
  }
  .main-hero-container .primary-click {
    left: 50%;
  }
  .main-hero-container .primary-click button {
    font-size: 3.23vw;
    padding: 0.43em 0;
  }
  .main-hero-container .secondary-click {
    left: 50%;
    font-size: 4vw;
  }
  .hero-items-container {
    margin-top: 16px;
    flex-wrap: wrap;
  }
  .hero-items-container .item {
    width: calc((100% - 1vw) / 2);
  }
  .hero-items-container .title {
    font-size: 4vw;
    line-height: unset;
    padding: 1vw 0;
  }
  .google-review-card-container {
    font-size: 4vw;
    margin-bottom: 0;
  }
  .google-review-card-container a {
    width: 40%;
  }
  .google-review-card-container .review-content {
    font-size: 1em;
    flex-direction: column;
    gap: 0;
  }
  .favorite-container {
    margin-top: 10vw;
  }
  .favorite-container .favorite-banner {
    font-size: 6vw;
  }
  .gift-giver-container .gift-giver-banner {
    font-size: 6vw;
  }
  .gift-giver-container .gift-giver-rows {
    flex-direction: column;
    align-items: center;
    gap: 5vw;
  }
  .gift-giver-container .gift-giver-row {
    width: 80%;
  }
  .gift-giver-container .gift-giver-row-info {
    font-size: 4vw;
    line-height: unset;
  }
  .happy-customers-container .happy-customers-title {
    font-size: 10vw;
  }
}
@media (max-width: 425px) {
  .hero-items-container .title {
    font-size: 5vw;
    padding: 0;
  }
  .google-review-card-container a {
    width: 60%;
  }
  .favorite-container .favorite-banner {
    font-size: 8vw;
  }
  .gift-giver-container .gift-giver-banner {
    font-size: 8vw;
  }
}
.latest-review-container {
  padding-bottom: 40px;
  overflow: hidden;
  position: relative;
}
.latest-review-card {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
.latest-review-info {
  flex: 1;
  margin-top: 10px;
  color: var(--latest-review-color);
  margin-right: 40px;
  margin-left: 40px;
}
.latest-review-content {
  font-weight: 500;
  font-size: 26px;
  display: block;
  text-align: left;
  position: relative;
}
.latest-review-content:before {
  left: -30px;
  top: -16px;
  content: "“";
  font-size: 46px;
  position: absolute;
}
.latest-review-content:after {
  content: "”";
  font-size: 46px;
  position: absolute;
  right: -25px;
  bottom: -36px;
}
.latest-review-author-date {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  padding-top: 10px;
  text-align: left;
}
.latest-review-product {
  width: 190px;
  max-width: 100%;
  background-color: #FFF;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}
.latest-review-product .thumbnail {
  width: 100%;
  height: auto;
  display: block;
}
.latest-review-product-info {
  flex: 1;
  min-width: 0;
  text-align: center;
}
.latest-review-product-info .item-title {
  font-size: 14px;
  color: var(--color-primary);
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}
.latest-review-product-info .item-title:hover {
  text-decoration: underline;
}
.latest-review-pagination {
  position: absolute;
  left: 0;
  right: 0;
  transition: top 0.3s ease;
}
.latest-review-pagination .swiper-pagination-bullet-active {
  background: var(--color-primary);
}
@media (max-width: 1024px) {
  .latest-review-card {
    flex-direction: column-reverse;
    padding-bottom: 0;
    align-items: stretch;
  }
  .latest-review-product {
    width: auto;
    display: flex;
    max-height: 150px;
    margin: 0 auto 30px;
    height: 36vw;
  }
  .latest-review-product .thumbnail {
    margin-right: 1vw;
    height: 100%;
    width: auto;
  }
  .latest-review-product-image {
    height: 100%;
    flex-shrink: 0;
    display: flex;
  }
  .latest-review-product-info {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
  }
  .latest-review-product-info .item-title {
    margin-top: 0;
  }
  .latest-review-info {
    margin: 10px 30px 10px 35px;
  }
  .latest-review-content {
    width: auto;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
  }
  .latest-review-content:before {
    top: 0;
    left: -30px;
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
    line-height: 32px;
  }
  .latest-review-content:after {
    right: -20px;
    bottom: -15px;
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
    line-height: 32px;
  }
  .latest-review-author-date {
    text-align: center;
    padding-top: 20px;
    margin-left: 0;
  }
  .latest-review-author {
    font-weight: 500;
  }
}
body.ISMCF .latest-review-content:before,
body.ISMFR .latest-review-content:before,
body.ISMCF .latest-review-content:after,
body.ISMFR .latest-review-content:after {
  display: none;
}
.recommender {
  margin-top: 60px;
}
.recommender.recommender-pending {
  display: none;
}
.recommender .recommendation-title {
  margin: 0 auto;
  padding-bottom: 20px;
  font-family: var(--font-family-heading);
  font-size: 52px;
  font-weight: 200;
  text-align: center;
}
.recommender .block-content {
  position: relative;
  overflow-x: auto;
}
.recommender .product-items {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 16px 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .recommender .product-items {
    justify-content: flex-start;
  }
}
.recommender .product-item {
  flex: 0 0 240px;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  text-align: center;
}
.recommender .product-image-wrapper {
  display: block;
  aspect-ratio: 1;
}
.recommender .product-image-photo {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
}
.recommender .actions {
  margin: 6px auto;
}
.recommender .actions .btn {
  width: 100%;
  max-width: 192px;
}
.recommender .product-item-details {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.recommender .product-item-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.recommender .product-item-name a {
  color: var(--color-primary);
  text-decoration: none;
}
.recommender .product-item-name a:hover {
  text-decoration: underline;
}
.recommender .price-label {
  margin-top: 16px;
}
.recommender .arrow-left,
.recommender .arrow-right {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: none;
  width: 56px;
  height: 40px;
  background-color: #fff;
  border-radius: 9999px;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transform: translateY(-50%);
}
.recommender .arrow-left.show,
.recommender .arrow-right.show {
  display: block;
}
.recommender .arrow-left::after,
.recommender .arrow-right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.recommender .arrow-left {
  left: 16px;
}
.recommender .arrow-left::after {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.recommender .arrow-right {
  right: 16px;
}
.recommender .arrow-right::after {
  transform: translate(-70%, -50%) rotate(45deg);
}
@media (max-width: 500px) {
  .recommender .recommendation-title {
    font-size: 33px;
  }
}
.container-cart .recommendations-container {
  margin-top: 40px;
}
.recommender.recommender--cart {
  width: 100%;
  margin-top: 10px;
  border-radius: 16px;
  overflow: hidden;
}
.recommender.recommender--cart .recommendation-title {
  margin: 0;
  padding: 8px 0;
  background-color: #f0593d;
  color: #fff;
  font-family: var(--font-family-heading);
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.recommender.recommender--cart .block-content {
  padding: 0 12px;
  background-color: #f8faff;
}
.recommender.recommender--cart .product-items {
  justify-content: flex-start;
  gap: 8px;
  margin: 0;
  padding: 12px 0;
  max-width: 100%;
  overflow: auto;
}
.recommender.recommender--cart .product-item {
  flex: 0 0 200px;
  padding: 8px;
  border: 1px solid rgba(23, 23, 102, 0.1);
  border-radius: 8px;
}
.recommender.recommender--cart .product-item-details {
  padding: 0;
}
.recommender.recommender--cart .product-item-name {
  font-weight: 400;
  line-height: 20px;
}
.recommender.recommender--cart .price-label {
  margin-top: 8px;
}
.recommender.recommender--cart .price-label b {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .recommender.recommender--cart .recommendation-title {
    font-size: 3.4vw;
  }
}
