.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: ")";
}
.recommender .recommendation-title.ltk-recommender-title-pending {
  display: none;
}
.recommender .recommendation-title {
  margin: 0 auto;
  font-size: 32px;
  font-weight: 400;
  font-family: var(--font-family-heading);
  text-align: left;
}
.recommender .recommendation-title .new {
  display: none;
}
.recommender .block-content {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.recommender .product-items {
  display: flex;
  padding: 0;
  margin: 16px 0;
  justify-content: flex-start;
}
.recommender .product-item {
  padding: 8px;
  border: 1px solid rgba(23, 23, 102, 0.1);
  margin-right: 0.7%;
  margin-left: 0.7%;
  background-color: #FFFFFF;
  min-width: 200px;
  width: 200px;
  text-align: left;
  border-radius: 12px;
}
.recommender .product-item .product-image-wrapper {
  display: flex;
  position: relative;
}
.recommender .product-item .product-image-wrapper::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.recommender .product-item .product-image-wrapper .product-image-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}
.recommender .product-item .actions {
  margin: 6px auto;
  display: none;
}
.recommender .product-item .actions button.btn {
  width: 100%;
  max-width: 192px;
}
.recommender .product-item .product-item-details {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.recommender .product-item .product-item-details .product-item-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recommender {
  width: 100%;
  float: left;
}
.recommender .product-items {
  float: left;
}
.recommender .product-item {
  margin-left: 0;
}
.recommender {
  width: 100%;
  overflow: hidden;
}
.recommender .product-items {
  justify-content: left;
  max-width: 100%;
  overflow: auto;
  margin: 0;
  padding: 12px 0;
  gap: 8px;
}
.recommender .product-items .product-item {
  padding: 8px;
  border-radius: 8px;
  margin: 0;
  min-width: 200px;
  border: 1px solid rgba(23, 23, 102, 0.1);
}
.recommender .product-items .product-image-wrapper {
  width: 100%;
}
.recommender .product-items .product-item-details {
  padding: 0;
}
.recommender .product-items .product-item-name {
  font-weight: 400;
  line-height: 20px;
}
.recommender .product-items .price-label {
  margin-top: 8px;
}
.recommender .product-items .price-label b {
  font-size: 16px;
  font-weight: 700;
}
.recommender .block-content {
  position: relative;
}
.recommender .arrow-left,
.recommender .arrow-right {
  height: 40px;
  width: 56px;
  background-color: #FFF;
  border-radius: 9999px;
  position: absolute;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.15);
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  cursor: pointer;
  display: none;
}
.recommender .arrow-left.show,
.recommender .arrow-right.show {
  display: block;
}
.recommender .arrow-left:after,
.recommender .arrow-right:after {
  height: 100%;
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-image: url("/templates/iseeme/icons/longarrow-left.svg");
}
.recommender .arrow-left {
  left: 16px;
}
.recommender .arrow-left:after {
  transform: rotate(180deg);
}
.recommender .arrow-right {
  right: 16px;
}
@media (max-width: 768px) {
  .recommender .recommendation-title {
    font-size: 28px;
  }
}
.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;
}
@keyframes stamped-photo-hint-fade {
  to {
    opacity: 0;
    transform: translateY(-50%) translateX(12px);
  }
}
div.stamped-container {
  color: #173061;
  font-family: 'Poppins', sans-serif;
  margin-top: 0!important;
}
div.stamped-container[data-widget-style] {
  margin-top: 0!important;
}
#stamped-main-widget .stamped-header-title,
.stamped-main-widget .stamped-header-title {
  display: block;
  color: #173061;
  font-family: var(--font-family-heading);
  font-weight: 400;
  font-size: 32px;
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  #stamped-main-widget .stamped-header-title,
  .stamped-main-widget .stamped-header-title {
    font-size: 28px;
    text-align: left;
  }
}
#stamped-main-widget .stamped-summary,
.stamped-main-widget .stamped-summary {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #stamped-main-widget .stamped-summary,
  .stamped-main-widget .stamped-summary {
    justify-content: center;
  }
}
#stamped-main-widget .summary-overview,
.stamped-main-widget .summary-overview {
  order: 0;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px!important;
}
#stamped-main-widget .summary-overview .stamped-summary-caption-1 .stamped-summary-text-1,
.stamped-main-widget .summary-overview .stamped-summary-caption-1 .stamped-summary-text-1 {
  font-size: 30px;
  line-height: 1;
  margin-right: 10px;
  display: block;
}
#stamped-main-widget .summary-overview .stamped-summary-caption-1 .stamped-summary-text-1 strong,
.stamped-main-widget .summary-overview .stamped-summary-caption-1 .stamped-summary-text-1 strong {
  font-size: 30px;
  font-weight: 500;
  display: block;
}
#stamped-main-widget .summary-overview .stamped-starrating.stamped-summary-starrating,
.stamped-main-widget .summary-overview .stamped-starrating.stamped-summary-starrating {
  font-size: 30px;
  display: flex;
  gap: 0.3em;
}
#stamped-main-widget .summary-overview .stamped-summary-caption-2,
.stamped-main-widget .summary-overview .stamped-summary-caption-2 {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 768px) {
  #stamped-main-widget .summary-overview,
  .stamped-main-widget .summary-overview {
    margin-bottom: 20px;
  }
  #stamped-main-widget .summary-overview .stamped-summary-caption-2,
  .stamped-main-widget .summary-overview .stamped-summary-caption-2 {
    text-align: left;
  }
}
#stamped-main-widget .stamped-summary-ratings,
.stamped-main-widget .stamped-summary-ratings {
  order: 1;
  display: table;
  width: 100% !important;
  border-collapse: separate;
  border-spacing: 12px 6px;
  margin: -6px -12px !important;
  padding-left: 0;
  border-left: 0;
  border-right: 0;
}
#stamped-main-widget .stamped-summary-ratings .summary-rating,
.stamped-main-widget .stamped-summary-ratings .summary-rating {
  display: table-row;
}
#stamped-main-widget .stamped-summary-ratings .summary-rating:nth-child(1) .summary-rating-title::before,
.stamped-main-widget .stamped-summary-ratings .summary-rating:nth-child(1) .summary-rating-title::before {
  content: '5 star';
}
#stamped-main-widget .stamped-summary-ratings .summary-rating:nth-child(2) .summary-rating-title::before,
.stamped-main-widget .stamped-summary-ratings .summary-rating:nth-child(2) .summary-rating-title::before {
  content: '4 star';
}
#stamped-main-widget .stamped-summary-ratings .summary-rating:nth-child(3) .summary-rating-title::before,
.stamped-main-widget .stamped-summary-ratings .summary-rating:nth-child(3) .summary-rating-title::before {
  content: '3 star';
}
#stamped-main-widget .stamped-summary-ratings .summary-rating:nth-child(4) .summary-rating-title::before,
.stamped-main-widget .stamped-summary-ratings .summary-rating:nth-child(4) .summary-rating-title::before {
  content: '2 star';
}
#stamped-main-widget .stamped-summary-ratings .summary-rating:nth-child(5) .summary-rating-title::before,
.stamped-main-widget .stamped-summary-ratings .summary-rating:nth-child(5) .summary-rating-title::before {
  content: '1 star';
}
#stamped-main-widget .stamped-summary-ratings .summary-rating-title,
.stamped-main-widget .stamped-summary-ratings .summary-rating-title,
#stamped-main-widget .stamped-summary-ratings .summary-rating-bar,
.stamped-main-widget .stamped-summary-ratings .summary-rating-bar,
#stamped-main-widget .stamped-summary-ratings .summary-rating-count,
.stamped-main-widget .stamped-summary-ratings .summary-rating-count {
  display: table-cell;
  vertical-align: middle;
}
#stamped-main-widget .stamped-summary-ratings .summary-rating-title,
.stamped-main-widget .stamped-summary-ratings .summary-rating-title {
  width: 1% !important;
  font-size: 0 !important;
  line-height: 1;
  color: #173061;
  text-align: right;
  white-space: nowrap;
}
#stamped-main-widget .stamped-summary-ratings .summary-rating-title::before,
.stamped-main-widget .stamped-summary-ratings .summary-rating-title::before {
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: inherit;
}
#stamped-main-widget .stamped-summary-ratings .summary-rating-bar,
.stamped-main-widget .stamped-summary-ratings .summary-rating-bar {
  width: auto;
  height: 8px;
  background: rgba(23, 48, 97, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
#stamped-main-widget .stamped-summary-ratings .summary-rating-bar-content,
.stamped-main-widget .stamped-summary-ratings .summary-rating-bar-content {
  display: block;
  height: 100%;
  background: #ffa439;
  border-radius: 4px;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
#stamped-main-widget .stamped-summary-ratings .summary-rating-count,
.stamped-main-widget .stamped-summary-ratings .summary-rating-count {
  width: 1%;
  text-align: right;
  font-size: 14px;
  color: #807da8 !important;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
#stamped-main-widget .stamped-summary-ratings .summary-rating-count::before,
.stamped-main-widget .stamped-summary-ratings .summary-rating-count::before,
#stamped-main-widget .stamped-summary-ratings .summary-rating-count::after,
.stamped-main-widget .stamped-summary-ratings .summary-rating-count::after {
  content: none !important;
}
@media (max-width: 768px) {
  #stamped-main-widget .stamped-summary-ratings,
  .stamped-main-widget .stamped-summary-ratings {
    width: calc(100% + 24px) !important;
  }
}
#stamped-main-widget .stamped-summary-photos,
.stamped-main-widget .stamped-summary-photos {
  order: 3;
  margin-top: 24px!important;
  max-width: unset;
  width: 100%;
  display: block;
  timeline-scope: --stamped-photo-scroll;
}
#stamped-main-widget .stamped-summary-photos .stamped-photos-title,
.stamped-main-widget .stamped-summary-photos .stamped-photos-title {
  display: block !important;
  font-size: 0;
  font-weight: 400;
  color: #173061;
  margin-bottom: 12px;
  line-height: normal;
  font-family: var(--font-family-heading);
}
@media (max-width: 768px) {
  #stamped-main-widget .stamped-summary-photos .stamped-photos-title,
  .stamped-main-widget .stamped-summary-photos .stamped-photos-title {
    text-align: left;
  }
}
#stamped-main-widget .stamped-summary-photos .stamped-photos-title::before,
.stamped-main-widget .stamped-summary-photos .stamped-photos-title::before {
  content: 'Reviews with images';
  font-size: 32px;
}
@media (max-width: 768px) {
  #stamped-main-widget .stamped-summary-photos .stamped-photos-title::before,
  .stamped-main-widget .stamped-summary-photos .stamped-photos-title::before {
    font-size: 28px;
    text-align: left;
  }
}
#stamped-main-widget .stamped-summary-photos > div,
.stamped-main-widget .stamped-summary-photos > div {
  overflow: visible !important;
  position: relative;
}
#stamped-main-widget .stamped-summary-photos .stamped-photo-scroll-next,
.stamped-main-widget .stamped-summary-photos .stamped-photo-scroll-next {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 40px;
  height: 24px;
  padding: 0 8px;
  margin: 0;
  appearance: none;
  background: #ffffff url('/templates/iseeme/icons/longarrow-left.svg') no-repeat center / 16px 9px;
  border: 0;
  border-radius: 100px;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 2;
  transform: translateY(-50%);
  transition: opacity 120ms ease, transform 120ms ease, box-shadow 120ms ease;
}
#stamped-main-widget .stamped-summary-photos .stamped-photo-scroll-next:hover,
.stamped-main-widget .stamped-summary-photos .stamped-photo-scroll-next:hover {
  box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.22);
}
#stamped-main-widget .stamped-summary-photos .stamped-photo-scroll-next:focus-visible,
.stamped-main-widget .stamped-summary-photos .stamped-photo-scroll-next:focus-visible {
  outline: 2px solid rgba(23, 48, 97, 0.6);
  outline-offset: 2px;
}
@supports (animation-timeline: scroll()) {
  #stamped-main-widget .stamped-summary-photos .stamped-photo-scroll-next,
  .stamped-main-widget .stamped-summary-photos .stamped-photo-scroll-next {
    animation: stamped-photo-hint-fade linear both;
    animation-timeline: --stamped-photo-scroll;
    animation-range: 95% 100%;
  }
}
#stamped-main-widget .stamped-summary-photos .stamped-photos-carousel,
.stamped-main-widget .stamped-summary-photos .stamped-photos-carousel {
  transform: none !important;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scroll-timeline-name: --stamped-photo-scroll;
  scroll-timeline-axis: inline;
}
#stamped-main-widget .stamped-summary-photos .stamped-photos-carousel::-webkit-scrollbar,
.stamped-main-widget .stamped-summary-photos .stamped-photos-carousel::-webkit-scrollbar {
  height: 6px;
}
#stamped-main-widget .stamped-summary-photos .stamped-photos-carousel::-webkit-scrollbar-thumb,
.stamped-main-widget .stamped-summary-photos .stamped-photos-carousel::-webkit-scrollbar-thumb {
  background: rgba(23, 48, 97, 0.2);
  border-radius: 3px;
}
#stamped-main-widget .stamped-summary-photos .stamped-photos-carousel > div,
.stamped-main-widget .stamped-summary-photos .stamped-photos-carousel > div {
  display: inline-flex;
  gap: 8px;
}
#stamped-main-widget .stamped-summary-photos .stamped-photos-carousel .photo.stamped-photo,
.stamped-main-widget .stamped-summary-photos .stamped-photos-carousel .photo.stamped-photo {
  flex: 0 0 auto;
  width: auto !important;
  height: 110px !important;
  margin: 0;
  float: none !important;
  border-radius: 8px;
  overflow: hidden;
  background: none !important;
  cursor: pointer;
  border: unset;
}
#stamped-main-widget .stamped-summary-photos .stamped-photos-carousel .photo.stamped-photo img,
.stamped-main-widget .stamped-summary-photos .stamped-photos-carousel .photo.stamped-photo img {
  width: auto !important;
  height: 100% !important;
  display: block;
}
#stamped-main-widget .stamped-summary-photos .stamped-photos-carousel-btn-left,
.stamped-main-widget .stamped-summary-photos .stamped-photos-carousel-btn-left,
#stamped-main-widget .stamped-summary-photos .stamped-photos-carousel-btn-right,
.stamped-main-widget .stamped-summary-photos .stamped-photos-carousel-btn-right {
  display: none !important;
}
#stamped-main-widget .stamped-summary-actions,
.stamped-main-widget .stamped-summary-actions {
  order: 2;
  margin-top: 16px !important;
}
#stamped-main-widget .stamped-summary-actions .stamped-summary-actions-newreview,
.stamped-main-widget .stamped-summary-actions .stamped-summary-actions-newreview {
  box-shadow: unset !important;
  border-color: #f0effb;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
#stamped-main-widget .stamped-summary-actions .stamped-summary-actions-newquestion,
.stamped-main-widget .stamped-summary-actions .stamped-summary-actions-newquestion {
  margin-left: 0;
  box-shadow: unset !important;
  border-color: #f0effb;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #stamped-main-widget .stamped-summary-actions,
  .stamped-main-widget .stamped-summary-actions {
    display: flex !important;
    gap: 10px;
    flex-wrap: wrap;
    width: 100% !important;
  }
  #stamped-main-widget .stamped-summary-actions .stamped-summary-actions-newreview,
  .stamped-main-widget .stamped-summary-actions .stamped-summary-actions-newreview,
  #stamped-main-widget .stamped-summary-actions .stamped-summary-actions-newquestion,
  .stamped-main-widget .stamped-summary-actions .stamped-summary-actions-newquestion {
    margin: 0 !important;
    flex: 1;
  }
}
#stamped-main-widget .stamped-content,
.stamped-main-widget .stamped-content {
  position: relative;
}
#stamped-main-widget .stamped-tab-container ul.stamped-tabs,
.stamped-main-widget .stamped-tab-container ul.stamped-tabs {
  border-bottom: unset;
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  #stamped-main-widget .stamped-tab-container ul.stamped-tabs,
  .stamped-main-widget .stamped-tab-container ul.stamped-tabs {
    justify-content: center;
  }
}
#stamped-main-widget .stamped-tab-container ul.stamped-tabs li,
.stamped-main-widget .stamped-tab-container ul.stamped-tabs li {
  margin: 0;
  padding: 10px;
}
#stamped-main-widget .stamped-tab-container ul.stamped-tabs li#tab-reviews,
.stamped-main-widget .stamped-tab-container ul.stamped-tabs li#tab-reviews {
  font-weight: 400;
  font-size: 16px!important;
  color: #173061;
  border-bottom: 3px solid rgba(23, 23, 102, 0.2);
}
#stamped-main-widget .stamped-tab-container ul.stamped-tabs li#tab-reviews:after,
.stamped-main-widget .stamped-tab-container ul.stamped-tabs li#tab-reviews:after {
  color: rgba(23, 23, 102, 0.6);
  content: '(' attr(data-count) ')';
  background: unset;
  font-weight: 400;
  margin-left: unset;
}
#stamped-main-widget .stamped-tab-container ul.stamped-tabs li#tab-questions,
.stamped-main-widget .stamped-tab-container ul.stamped-tabs li#tab-questions {
  font-weight: 400;
  font-size: 16px!important;
  color: #173061;
  border-bottom: 3px solid rgba(23, 23, 102, 0.2);
}
#stamped-main-widget .stamped-tab-container ul.stamped-tabs li#tab-questions:after,
.stamped-main-widget .stamped-tab-container ul.stamped-tabs li#tab-questions:after {
  color: rgba(23, 23, 102, 0.6);
  content: '(' attr(data-count) ')';
  background: unset;
  font-weight: 400;
  margin-left: unset;
}
#stamped-main-widget .stamped-tab-container ul.stamped-tabs li.active,
.stamped-main-widget .stamped-tab-container ul.stamped-tabs li.active {
  font-size: 16px!important;
  font-weight: 600!important;
  border-bottom-color: #f0593d !important;
}
#stamped-main-widget form.new-review-form .stamped-form-label,
.stamped-main-widget form.new-review-form .stamped-form-label {
  color: #173061 !important;
  font-weight: 600;
}
#stamped-main-widget form.new-review-form fieldset.stamped-form-review .stamped-form-review-rating .stamped-starrating,
.stamped-main-widget form.new-review-form fieldset.stamped-form-review .stamped-form-review-rating .stamped-starrating {
  display: flex;
  gap: 0.3em;
}
#stamped-main-widget form.new-review-form fieldset.stamped-form-actions #stamped-button-submit,
.stamped-main-widget form.new-review-form fieldset.stamped-form-actions #stamped-button-submit,
#stamped-main-widget form.new-review-form fieldset.stamped-form-actions input.stamped-button-primary,
.stamped-main-widget form.new-review-form fieldset.stamped-form-actions input.stamped-button-primary {
  background-color: #173061 !important;
  border-color: #173061 !important;
  color: #fff !important;
}
#stamped-main-widget form.new-review-form fieldset.stamped-form-actions #stamped-button-submit:hover,
.stamped-main-widget form.new-review-form fieldset.stamped-form-actions #stamped-button-submit:hover,
#stamped-main-widget form.new-review-form fieldset.stamped-form-actions input.stamped-button-primary:hover,
.stamped-main-widget form.new-review-form fieldset.stamped-form-actions input.stamped-button-primary:hover,
#stamped-main-widget form.new-review-form fieldset.stamped-form-actions #stamped-button-submit:focus,
.stamped-main-widget form.new-review-form fieldset.stamped-form-actions #stamped-button-submit:focus,
#stamped-main-widget form.new-review-form fieldset.stamped-form-actions input.stamped-button-primary:focus,
.stamped-main-widget form.new-review-form fieldset.stamped-form-actions input.stamped-button-primary:focus {
  background-color: rgba(23, 48, 97, 0.9) !important;
  border-color: rgba(23, 48, 97, 0.9) !important;
}
#stamped-main-widget .stamped-reviews-filter,
.stamped-main-widget .stamped-reviews-filter {
  margin-top: 20px;
}
@media (max-width: 768px) {
  #stamped-main-widget .stamped-reviews-filter,
  .stamped-main-widget .stamped-reviews-filter {
    position: static;
    width: 100%;
  }
}
#stamped-main-widget .stamped-reviews-filter .stamped-sort-select-wrapper #stamped-sort-select,
.stamped-main-widget .stamped-reviews-filter .stamped-sort-select-wrapper #stamped-sort-select {
  margin-bottom: 0;
  color: #173061;
  font-size: 13px;
  font-weight: 500;
  float: right;
  border: 1px solid #ccd6e0 !important;
}
#stamped-main-widget .stamped-reviews-filter .stamped-reviews-search-text,
.stamped-main-widget .stamped-reviews-filter .stamped-reviews-search-text {
  display: none !important;
}
#stamped-main-widget .stamped-questions-filter,
.stamped-main-widget .stamped-questions-filter {
  margin-top: 20px;
}
#stamped-main-widget .stamped-questions-filter .stamped-questions-search-text,
.stamped-main-widget .stamped-questions-filter .stamped-questions-search-text {
  display: none !important;
}
#stamped-main-widget #stamped-reviews-tab.stamped-reviews,
.stamped-main-widget #stamped-reviews-tab.stamped-reviews {
  margin-top: 10px !important;
}
#stamped-main-widget .stamped-review,
.stamped-main-widget .stamped-review {
  border: 1px solid #f0effb;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 12px;
}
#stamped-main-widget .stamped-review .stamped-review-header .created,
.stamped-main-widget .stamped-review .stamped-review-header .created {
  color: rgba(23, 23, 102, 0.6);
  font-weight: 500;
  font-size: 14px;
}
#stamped-main-widget .stamped-review .stamped-review-header strong.author,
.stamped-main-widget .stamped-review .stamped-review-header strong.author {
  color: #173061;
  font-size: 16px;
  font-weight: 500;
}
#stamped-main-widget .stamped-review .stamped-review-header .stamped-verified-badge,
.stamped-main-widget .stamped-review .stamped-review-header .stamped-verified-badge {
  background-color: #396561;
  border-radius: 5px;
  padding: 2px 8px;
  display: inline-flex;
  align-items: center;
}
#stamped-main-widget .stamped-review .stamped-review-header .stamped-verified-badge:after,
.stamped-main-widget .stamped-review .stamped-review-header .stamped-verified-badge:after {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}
#stamped-main-widget .stamped-review .stamped-review-header .review-location,
.stamped-main-widget .stamped-review .stamped-review-header .review-location {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  #stamped-main-widget .stamped-review .stamped-review-header .review-location,
  .stamped-main-widget .stamped-review .stamped-review-header .review-location {
    width: 100%;
    float: unset;
    padding-top: 15px;
  }
}
#stamped-main-widget .stamped-review .stamped-review-header .review-location .stamped-location-flag,
.stamped-main-widget .stamped-review .stamped-review-header .review-location .stamped-location-flag {
  width: auto;
  height: auto;
  max-width: unset;
  max-height: unset;
}
#stamped-main-widget .stamped-review .stamped-review-header .review-location .stamped-location-flag img,
.stamped-main-widget .stamped-review .stamped-review-header .review-location .stamped-location-flag img {
  width: 20px;
  height: 16px;
  max-width: unset;
  max-height: unset;
  margin: 0 !important;
}
#stamped-main-widget .stamped-review .stamped-review-header .review-location span[data-location],
.stamped-main-widget .stamped-review .stamped-review-header .review-location span[data-location] {
  font-weight: 400;
  font-size: 13px;
  color: #173061;
}
#stamped-main-widget .stamped-review:not(:has(.stamped-review-header .review-location:not(:empty))) .stamped-review-content .stamped-review-body .stamped-starratings.stamped-review-header-starratings,
.stamped-main-widget .stamped-review:not(:has(.stamped-review-header .review-location:not(:empty))) .stamped-review-content .stamped-review-body .stamped-starratings.stamped-review-header-starratings {
  transform: none;
  margin-top: 0;
}
#stamped-main-widget .stamped-review .stamped-review-content,
.stamped-main-widget .stamped-review .stamped-review-content {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #stamped-main-widget .stamped-review .stamped-review-content,
  .stamped-main-widget .stamped-review .stamped-review-content {
    margin-top: 25px;
  }
}
#stamped-main-widget .stamped-review .stamped-review-content .stamped-review-body,
.stamped-main-widget .stamped-review .stamped-review-content .stamped-review-body {
  display: flex;
  flex-direction: column;
}
#stamped-main-widget .stamped-review .stamped-review-content .stamped-review-body .stamped-starratings.stamped-review-header-starratings,
.stamped-main-widget .stamped-review .stamped-review-content .stamped-review-body .stamped-starratings.stamped-review-header-starratings {
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  margin-right: unset;
  transform: translateY(-100%);
  margin-top: -15px;
}
@media (max-width: 768px) {
  #stamped-main-widget .stamped-review .stamped-review-content .stamped-review-body .stamped-starratings.stamped-review-header-starratings,
  .stamped-main-widget .stamped-review .stamped-review-content .stamped-review-body .stamped-starratings.stamped-review-header-starratings {
    transform: unset;
    justify-content: flex-start;
    margin-bottom: 8px!important;
  }
}
#stamped-main-widget .stamped-review .stamped-review-content .stamped-review-body h3.stamped-review-header-title,
.stamped-main-widget .stamped-review .stamped-review-content .stamped-review-body h3.stamped-review-header-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0.3em;
}
#stamped-main-widget .stamped-review .stamped-review-content .stamped-review-body p.stamped-review-content-body,
.stamped-main-widget .stamped-review .stamped-review-content .stamped-review-body p.stamped-review-content-body {
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(23, 23, 102, 0.6);
}
#stamped-main-widget .stamped-review .stamped-review-content .stamped-review-body .stamped-review-product,
.stamped-main-widget .stamped-review .stamped-review-content .stamped-review-body .stamped-review-product {
  display: none !important;
}
@media (max-width: 768px) {
  #stamped-main-widget .stamped-review-footer .stamped-review-share,
  .stamped-main-widget .stamped-review-footer .stamped-review-share {
    margin-bottom: 0;
  }
}
#stamped-main-widget .stamped-review-footer .stamped-review-share .stamped-share-wrapper .stamped-share-icon,
.stamped-main-widget .stamped-review-footer .stamped-review-share .stamped-share-wrapper .stamped-share-icon {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(23, 23, 102, 0.6);
  font-size: 14px;
  font-weight: 500;
  padding: 0;
}
#stamped-main-widget .stamped-review-footer .stamped-review-share .stamped-share-wrapper .stamped-share-icon i,
.stamped-main-widget .stamped-review-footer .stamped-review-share .stamped-share-wrapper .stamped-share-icon i {
  display: none;
}
#stamped-main-widget .stamped-review-footer .stamped-review-share .stamped-share-wrapper .stamped-share-icon:before,
.stamped-main-widget .stamped-review-footer .stamped-review-share .stamped-share-wrapper .stamped-share-icon:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/templates/iseeme/icons/share.svg') no-repeat center / contain;
}
#stamped-main-widget .stamped-review-footer .stamped-review-vote .stamped-rating-holder,
.stamped-main-widget .stamped-review-footer .stamped-review-vote .stamped-rating-holder {
  display: flex;
  align-items: center;
  color: rgba(23, 23, 102, 0.6);
  font-size: 14px;
  font-weight: 500;
}
#stamped-main-widget .stamped-review-footer .stamped-review-vote .stamped-rating-holder a.stamped-thumbs-up,
.stamped-main-widget .stamped-review-footer .stamped-review-vote .stamped-rating-holder a.stamped-thumbs-up,
#stamped-main-widget .stamped-review-footer .stamped-review-vote .stamped-rating-holder a.stamped-thumbs-down,
.stamped-main-widget .stamped-review-footer .stamped-review-vote .stamped-rating-holder a.stamped-thumbs-down {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: unset !important;
}
#stamped-main-widget .stamped-review-footer .stamped-review-vote .stamped-rating-holder a.stamped-thumbs-up i,
.stamped-main-widget .stamped-review-footer .stamped-review-vote .stamped-rating-holder a.stamped-thumbs-up i,
#stamped-main-widget .stamped-review-footer .stamped-review-vote .stamped-rating-holder a.stamped-thumbs-down i,
.stamped-main-widget .stamped-review-footer .stamped-review-vote .stamped-rating-holder a.stamped-thumbs-down i {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  color: #173061;
  font-weight: 500;
}
#stamped-main-widget .stamped-review-footer .stamped-review-vote .stamped-rating-holder a.stamped-thumbs-up i::before,
.stamped-main-widget .stamped-review-footer .stamped-review-vote .stamped-rating-holder a.stamped-thumbs-up i::before,
#stamped-main-widget .stamped-review-footer .stamped-review-vote .stamped-rating-holder a.stamped-thumbs-down i::before,
.stamped-main-widget .stamped-review-footer .stamped-review-vote .stamped-rating-holder a.stamped-thumbs-down i::before {
  content: '' !important;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#stamped-main-widget .stamped-review-footer .stamped-review-vote .stamped-rating-holder a.stamped-thumbs-up i::before,
.stamped-main-widget .stamped-review-footer .stamped-review-vote .stamped-rating-holder a.stamped-thumbs-up i::before {
  background-image: url('/templates/iseeme/icons/helpful.svg');
}
#stamped-main-widget .stamped-review-footer .stamped-review-vote .stamped-rating-holder a.stamped-thumbs-down i::before,
.stamped-main-widget .stamped-review-footer .stamped-review-vote .stamped-rating-holder a.stamped-thumbs-down i::before {
  background-image: url('/templates/iseeme/icons/unhelpful.svg');
}
#stamped-main-widget .stamped-questions,
.stamped-main-widget .stamped-questions {
  width: 100%;
}
#stamped-main-widget .stamped-review-reply,
.stamped-main-widget .stamped-review-reply {
  margin-left: 10px !important;
}
#stamped-main-widget .stamped-review-reply .stamped-review-header-byline span.created,
.stamped-main-widget .stamped-review-reply .stamped-review-header-byline span.created {
  color: rgba(23, 23, 102, 0.6);
  font-weight: 500;
  font-size: 12px;
  margin-right: 0;
}
#stamped-main-widget .stamped-review-reply .stamped-review-reply-body,
.stamped-main-widget .stamped-review-reply .stamped-review-reply-body {
  font-weight: 500;
  font-size: 14px;
  margin-right: 0;
}
#stamped-main-widget .stamped-review-content-body,
.stamped-main-widget .stamped-review-content-body {
  font-weight: 300;
  font-size: 14px;
}
#stamped-main-widget .stamped-pagination li.page,
.stamped-main-widget .stamped-pagination li.page,
#stamped-main-widget .stamped-pagination #pages span.page,
.stamped-main-widget .stamped-pagination #pages span.page {
  display: inline-block !important;
}
#stamped-main-widget .stamped-pagination li a,
.stamped-main-widget .stamped-pagination li a,
#stamped-main-widget .stamped-pagination #pages span a,
.stamped-main-widget .stamped-pagination #pages span a {
  text-decoration: none !important;
  color: #1a1a1a !important;
}
#stamped-main-widget .stamped-pagination li a.stamped-link-disabled,
.stamped-main-widget .stamped-pagination li a.stamped-link-disabled,
#stamped-main-widget .stamped-pagination #pages span a.stamped-link-disabled,
.stamped-main-widget .stamped-pagination #pages span a.stamped-link-disabled {
  color: #1a1a1a !important;
  cursor: default;
}
#stamped-main-widget .stamped-pagination li.previous a,
.stamped-main-widget .stamped-pagination li.previous a,
#stamped-main-widget .stamped-pagination #pages span.previous a,
.stamped-main-widget .stamped-pagination #pages span.previous a,
#stamped-main-widget .stamped-pagination li.first a,
.stamped-main-widget .stamped-pagination li.first a,
#stamped-main-widget .stamped-pagination #pages span.first a,
.stamped-main-widget .stamped-pagination #pages span.first a,
#stamped-main-widget .stamped-pagination li.last a,
.stamped-main-widget .stamped-pagination li.last a,
#stamped-main-widget .stamped-pagination #pages span.last a,
.stamped-main-widget .stamped-pagination #pages span.last a,
#stamped-main-widget .stamped-pagination li.next a,
.stamped-main-widget .stamped-pagination li.next a,
#stamped-main-widget .stamped-pagination #pages span.next a,
.stamped-main-widget .stamped-pagination #pages span.next a {
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  display: block;
}
#stamped-main-widget .stamped-pagination li.page a,
.stamped-main-widget .stamped-pagination li.page a,
#stamped-main-widget .stamped-pagination #pages span.page a,
.stamped-main-widget .stamped-pagination #pages span.page a {
  border-radius: 8px;
  display: block;
  height: 40px;
  width: 40px;
}
#stamped-main-widget .stamped-pagination li.page.active a,
.stamped-main-widget .stamped-pagination li.page.active a,
#stamped-main-widget .stamped-pagination #pages span.page.active a,
.stamped-main-widget .stamped-pagination #pages span.page.active a {
  background-color: #173061;
  color: #fff !important;
  font-weight: 400 !important;
}
#stamped-main-widget .stamped-pagination li.stamped-hide-mobile,
.stamped-main-widget .stamped-pagination li.stamped-hide-mobile,
#stamped-main-widget .stamped-pagination #pages span.stamped-hide-mobile,
.stamped-main-widget .stamped-pagination #pages span.stamped-hide-mobile {
  display: none !important;
}
#stamped-main-widget .stamped-fa-star,
.stamped-main-widget .stamped-fa-star,
#stamped-main-widget .stamped-fa-star-checked,
.stamped-main-widget .stamped-fa-star-checked,
#stamped-main-widget .stamped-fa-star-o,
.stamped-main-widget .stamped-fa-star-o,
#stamped-main-widget .stamped-fa-star-half-o,
.stamped-main-widget .stamped-fa-star-half-o {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  -webkit-mask: url('/templates/iseeme/icons/star.svg') no-repeat center / contain;
  mask: url('/templates/iseeme/icons/star.svg') no-repeat center / contain;
}
#stamped-main-widget .stamped-fa-star::before,
.stamped-main-widget .stamped-fa-star::before,
#stamped-main-widget .stamped-fa-star-checked::before,
.stamped-main-widget .stamped-fa-star-checked::before,
#stamped-main-widget .stamped-fa-star-o::before,
.stamped-main-widget .stamped-fa-star-o::before,
#stamped-main-widget .stamped-fa-star-half-o::before,
.stamped-main-widget .stamped-fa-star-half-o::before,
#stamped-main-widget .stamped-fa-star::after,
.stamped-main-widget .stamped-fa-star::after,
#stamped-main-widget .stamped-fa-star-checked::after,
.stamped-main-widget .stamped-fa-star-checked::after,
#stamped-main-widget .stamped-fa-star-o::after,
.stamped-main-widget .stamped-fa-star-o::after,
#stamped-main-widget .stamped-fa-star-half-o::after,
.stamped-main-widget .stamped-fa-star-half-o::after {
  content: none !important;
}
#stamped-main-widget .stamped-fa-star,
.stamped-main-widget .stamped-fa-star,
#stamped-main-widget .stamped-fa-star-checked,
.stamped-main-widget .stamped-fa-star-checked {
  background-color: #FFA439;
}
#stamped-main-widget .stamped-fa-star-o,
.stamped-main-widget .stamped-fa-star-o {
  background-color: #d3d4d8;
}
#stamped-main-widget .stamped-fa-star-o.fa-star-checked,
.stamped-main-widget .stamped-fa-star-o.fa-star-checked {
  background-color: #FFA439;
}
#stamped-main-widget .stamped-fa-star-half-o,
.stamped-main-widget .stamped-fa-star-half-o {
  background: linear-gradient(to right, #FFA439 50%, #d3d4d8 50%);
}
#stamped-main-widget .stamped-starrating a.stamped-fa-star-o,
.stamped-main-widget .stamped-starrating a.stamped-fa-star-o {
  cursor: pointer;
}
#stamped-main-widget .stamped-starrating a.stamped-fa-star-o:hover,
.stamped-main-widget .stamped-starrating a.stamped-fa-star-o:hover,
#stamped-main-widget .stamped-starrating a.stamped-fa-star-o.active,
.stamped-main-widget .stamped-starrating a.stamped-fa-star-o.active {
  background-color: #FFA439;
}
.page-content {
  width: 100%;
}
.container-detail {
  max-width: 1400px;
  padding: 0 16px;
  box-sizing: content-box;
  margin: 24px auto 56px;
  width: auto;
}
.container-detail .container-breadcrumbs {
  margin-top: 0;
  margin-bottom: 16px;
}
.container-section-top {
  display: flex;
  justify-content: space-between;
}
.product-details-left {
  flex: 6;
}
.product-details-right {
  max-width: 490px;
  margin-left: 2.9%;
  flex: 4;
}
.product-title {
  font-family: var(--font-family-heading);
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
}
.product-info-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.reviews-box {
  font-size: 18px;
}
.product-sku {
  text-align: right;
}
.product-sku * {
  font-size: 14px;
  line-height: 16px;
  margin-top: 9px;
  color: #4F5962;
}
.product-sku .label {
  font-weight: 700;
}
#price-container {
  margin-top: 17px;
}
#price-container .sale-price {
  font-weight: 700;
  font-size: 22px;
}
#price-container .original-price {
  color: #77716F;
  font-weight: 600;
  font-size: 22px;
  margin-left: 0.5em !important;
}
.merchant-pdp-price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.35em 0.5em;
}
.product-info-free-message {
  background-color: #d9eadc;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  margin-top: 8px;
  border-radius: 4px;
}
.product-info-free-message p {
  padding: 9px 17px;
}
.product-short-description {
  margin-top: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.container-main-options {
  margin-top: 10px;
}
.container-main-options .options-label {
  font-weight: 600;
  color: #173061;
  font-size: 16px;
  margin-bottom: 4px;
}
.container-main-options .component-selectable-elements.box {
  padding-top: 0 !important;
}
.container-main-options .component-selectable-elements.box .title {
  display: none;
}
.container-main-options .component-selectable-elements.box .container-selection-items {
  display: flex;
  text-align: center;
  gap: 8px;
  flex-wrap: wrap;
}
.container-main-options .component-selectable-elements.box .container-selection-items .container-option-item {
  font-size: 14px;
  font-weight: 500 !important;
  border: 1px solid rgba(23, 23, 102, 0.1) !important;
  width: auto !important;
  height: auto !important;
  border-radius: 4px !important;
  padding: 8px !important;
  margin: 0 !important;
  line-height: 16px !important;
  color: rgba(23, 23, 102, 0.6);
}
.container-main-options .component-selectable-elements.box .container-selection-items .container-option-item.Icon-option-item.selected {
  color: #173061 !important;
  border: 1px solid #173061 !important;
}
.container-main-options .component-selectable-elements.box .container-selection-items .container-option-item:before {
  content: attr(data-caption);
}
.container-main-options .component-selectable-elements.box .option-item.Icon-option-item {
  display: none !important;
}
.product-info-details {
  margin-top: 10px;
}
.product-info-details .label {
  font-weight: 600;
  color: #173061;
  font-size: 16px;
}
.product-info-details .content {
  margin-top: 4px;
  font-size: 14px;
}
.product-info-details .content ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.875em;
}
.product-info-details .content ol li {
  line-height: 1.8em;
  max-width: 100%;
}
.product-info-details .content ol li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.95em;
  height: 0.95em;
  margin-right: 0.4em;
  background: url('/templates/iseeme/icons/detail-item.svg') no-repeat center / contain;
}
.product-info-details .content ol li strong {
  font-weight: 600;
}
.product-guaranteed {
  margin-top: 16px;
  padding: 19.5px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  background-color: #fbf5e7;
}
.product-guaranteed .product-guaranteed-icon {
  flex: 0 0 55px;
  width: 55px;
  height: 55px;
  background: url('/templates/iseeme/icons/guaranteed.svg') no-repeat center / contain;
}
.product-guaranteed .product-guaranteed-text {
  flex: 1;
}
.product-guaranteed .product-guaranteed-text .label {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #173061;
}
.product-guaranteed .product-guaranteed-text p {
  color: #173061;
  margin: 2px 0 0;
  font-weight: 400;
  font-size: 14px;
}
.container-product-personalize {
  margin-top: 24px;
}
.container-product-personalize .personalize-button {
  font-weight: 600;
  font-size: 24px;
  background: #173061;
  width: 100%;
  padding: 0.6em;
  border: 0;
  line-height: 1.5;
}
.container-product-personalize .personalize-button.processing {
  background-color: #dfdfdf;
  border-color: #dfdfdf;
  color: transparent;
  position: relative;
}
.container-product-personalize .personalize-button.processing::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1em;
  height: 1em;
  margin: -0.5em 0 0 -0.5em;
  border: 0.1em solid #ffffff;
  border-radius: 50%;
  border-right-color: transparent;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.container-section-content {
  margin-top: 20px;
}
.container-section-content .section-content-1 {
  display: flex;
  align-items: flex-start;
}
.container-section-content .section-content-1 .left-column {
  flex: 6;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.container-section-content .section-content-1 .right-column {
  min-width: 0;
  max-width: 490px;
  margin-left: 2.9%;
  flex: 4;
}
.product-info-story .label {
  display: block;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 16px;
  color: #173061;
}
.product-info-story .content h2,
.product-info-story .content label {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 4px;
  display: block;
}
.product-info-story .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #173061;
}
.product-info-story .content p ~ h2,
.product-info-story .content p ~ label {
  margin-top: 16px;
}
.product-recommend {
  margin-top: 24px;
  width: 100%;
}
.product-quality-and-uniqueness {
  margin-top: 56px;
  color: #173061;
}
.product-quality-and-uniqueness .title {
  font-size: 40px;
  font-family: var(--font-family-heading);
  margin-bottom: 32px;
  text-align: center;
}
.product-quality-and-uniqueness ul.items {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 4.7%;
}
.product-quality-and-uniqueness ul.items .item {
  width: 30%;
  max-width: 300px;
}
.product-quality-and-uniqueness ul.items .item img {
  width: 100%;
  object-fit: cover;
  display: block;
  -webkit-mask: url('/templates/iseeme/icons/scallop-mask.svg') center / 100% 100% no-repeat;
  mask: url('/templates/iseeme/icons/scallop-mask.svg') center / 100% 100% no-repeat;
}
.product-quality-and-uniqueness ul.items .item label {
  display: block;
  padding-top: 24px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
.gallery-swiper {
  display: flex;
  position: relative;
}
.gallery-swiper .swiper.view {
  display: block;
  flex: 1;
  margin: auto;
  width: 100%;
}
.gallery-swiper .swiper.view .swiper-slide {
  padding-bottom: 100%;
}
.gallery-swiper .swiper.thumb {
  margin-right: 20px;
  margin-left: 0;
  width: 15%;
  max-width: 130px;
}
.gallery-swiper .swiper.thumb .swiper-slide img {
  border-radius: 6px;
  border: 1px solid #f0f0f0;
}
.gallery-swiper .swiper.thumb .swiper-slide.swiper-slide-thumb-active img {
  border: 2px solid #e16d50;
}
.gallery-swiper .swiper-slide .thumb-image-box {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
}
.gallery-swiper .swiper-slide .thumb-image-box.thumb-video-box:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40%;
  height: 40%;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-image: url("/templates/iseeme/icons/play.svg");
}
.gallery-swiper .swiper-slide img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: contain;
}
.gallery-swiper .swiper-slide .gallery-slide-video {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 1024px) {
  .container-section-top {
    flex-direction: column;
  }
  .product-details-right {
    border-left: 0;
    max-width: unset;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .gallery-swiper {
    width: 100%;
    flex-direction: column-reverse;
    margin-top: 3vw;
  }
  .gallery-swiper .swiper.view {
    max-width: unset;
  }
  .gallery-swiper .swiper.thumb {
    margin-right: 0;
    max-width: unset;
    width: 100%;
    margin-top: 8px;
  }
  .gallery-swiper .swiper.thumb .swiper-slide {
    width: 20%;
  }
  .product-title {
    font-weight: 600;
    font-size: 24px;
  }
  .container-product-personalize {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
  }
  .container-product-personalize .personalize-button {
    font-size: 16px;
    padding: 0.75em;
  }
  body {
    margin-bottom: 80px;
  }
  .product-info-details {
    width: 100%;
  }
  .product-info-details .product-detail-table {
    width: 100%;
  }
  .product-info-details .content {
    font-size: 14px;
  }
  .product-info {
    display: flex;
    flex-wrap: wrap;
  }
  #price-container {
    order: -1;
    margin-top: 15px;
    padding: 0;
    margin-right: 20px;
  }
  #price-container .sale-price {
    font-size: 16px;
    font-weight: 600;
  }
  #price-container .original-price {
    color: #77716F;
    font-size: 16px;
    font-weight: 400;
  }
  .product-info-section {
    margin-top: 15px;
    font-size: 13px;
  }
  .product-quality-and-uniqueness ul.items {
    flex-direction: column;
    align-items: center;
    gap: 10vw;
  }
  .product-quality-and-uniqueness ul.items .item {
    width: 100%;
    max-width: unset;
  }
  .product-quality-and-uniqueness ul.items .item img {
    width: 60%;
    margin: 0 auto;
  }
  .product-quality-and-uniqueness ul.items .item label {
    padding-top: 5vw;
    font-size: 5vw;
    line-height: 1;
    width: 100%;
  }
  .product-info-story {
    width: 100%;
  }
  .product-info-story .label {
    font-size: 18px;
  }
  .product-info-story .content h2,
  .product-info-story .content label {
    font-size: 16px;
  }
  .product-info-story .content p {
    font-size: 16px;
  }
  .product-sku {
    display: none;
  }
  .product-info-free-message {
    width: 100vw;
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
  }
  .product-guaranteed {
    width: 100%;
    padding: 14px 20px;
  }
  .product-guaranteed .product-guaranteed-text .label {
    font-size: 16px;
  }
  .product-guaranteed .product-guaranteed-text p {
    font-size: 14px;
  }
  .container-section-content .section-content-1 {
    flex-direction: column;
    gap: 32px;
  }
  .container-section-content .section-content-1 .left-column {
    display: contents;
  }
  .container-section-content .section-content-1 .right-column {
    margin-left: 0;
    width: 100%;
    max-width: unset;
  }
  .product-recommend {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .product-quality-and-uniqueness .title {
    font-size: 8vw;
  }
}
