/* line 1, product-reviews.scss */
.allReviews {
  background: #F7F7F7;
  padding-bottom: 80px; }
  /* line 5, product-reviews.scss */
  .allReviews__inner {
    display: flex;
    flex-direction: column; }
  /* line 10, product-reviews.scss */
  .allReviews__item {
    display: flex;
    justify-content: space-between;
    margin-top: 35px; }
    /* line 15, product-reviews.scss */
    .allReviews__item:last-child {
      margin-bottom: 35px; }
    @media (max-width: 768px) {
      /* line 10, product-reviews.scss */
      .allReviews__item {
        flex-direction: column;
        margin-top: 55px; }
        /* line 23, product-reviews.scss */
        .allReviews__item:first-child {
          margin-top: 35px; } }
    /* line 28, product-reviews.scss */
    .allReviews__item-inner {
      display: flex; }
      @media (max-width: 468px) {
        /* line 28, product-reviews.scss */
        .allReviews__item-inner {
          flex-direction: column; } }
    /* line 36, product-reviews.scss */
    .allReviews__item-img {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      flex-shrink: 0; }
      /* line 42, product-reviews.scss */
      .allReviews__item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    /* line 49, product-reviews.scss */
    .allReviews__item-review {
      margin-left: 15px;
      display: flex;
      flex-direction: column; }
      @media (max-width: 468px) {
        /* line 49, product-reviews.scss */
        .allReviews__item-review {
          margin-left: 0;
          margin-top: 15px; } }
      /* line 59, product-reviews.scss */
      .allReviews__item-review .head {
        display: flex;
        flex-direction: column;
        margin-bottom: 11px; }
        /* line 64, product-reviews.scss */
        .allReviews__item-review .head .author {
          font-family: 'Hotpoint';
          font-size: 16px;
          font-weight: 600;
          line-height: 21px;
          color: #000000;
          margin-bottom: 2px; }
        /* line 73, product-reviews.scss */
        .allReviews__item-review .head .head-flex {
          display: flex;
          align-items: center; }
          /* line 77, product-reviews.scss */
          .allReviews__item-review .head .head-flex .stars {
            display: flex;
            align-items: center;
            margin-right: 15px; }
            /* line 82, product-reviews.scss */
            .allReviews__item-review .head .head-flex .stars .star {
              width: 14px;
              height: 14px;
              background-position: center;
              background-repeat: no-repeat;
              display: inline-block;
              background-image: url(empty_star.svg);
              margin-right: 5px; }
              /* line 91, product-reviews.scss */
              .allReviews__item-review .head .head-flex .stars .star.half {
                background-image: url("halfstar.svg"); }
              /* line 95, product-reviews.scss */
              .allReviews__item-review .head .head-flex .stars .star.active {
                background-image: url(full_star.svg); }
          /* line 101, product-reviews.scss */
          .allReviews__item-review .head .head-flex .logo {
            height: 15px;
            position: relative;
            width: 100%; }
            /* line 106, product-reviews.scss */
            .allReviews__item-review .head .head-flex .logo .logo-market {
              height: 100%;
              position: absolute;
              top: 0;
              left: 0; }
      /* line 116, product-reviews.scss */
      .allReviews__item-review .content {
        display: flex;
        flex-direction: column; }
        /* line 120, product-reviews.scss */
        .allReviews__item-review .content-block {
          margin-bottom: 10px; }
        /* line 124, product-reviews.scss */
        .allReviews__item-review .content-title {
          font-family: 'Hotpoint';
          font-size: 14px;
          font-weight: 700;
          line-height: 21px;
          color: #42515A; }
        /* line 132, product-reviews.scss */
        .allReviews__item-review .content-value {
          font-family: 'Hotpoint';
          font-size: 14px;
          font-weight: 400;
          line-height: 14px;
          color: #42515A; }
          /* line 139, product-reviews.scss */
          .allReviews__item-review .content-value a {
            color: #42515A; }
      /* line 145, product-reviews.scss */
      .allReviews__item-review .date {
        font-family: 'Hotpoint';
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        color: #A7B3BF; }
    /* line 154, product-reviews.scss */
    .allReviews__item-product {
      width: 245px;
      display: flex;
      flex-shrink: 0;
      margin-left: 42px;
      text-decoration: none;
      height: fit-content; }
      @media (max-width: 768px) {
        /* line 154, product-reviews.scss */
        .allReviews__item-product {
          margin-left: 60px;
          margin-top: 20px; } }
      @media (max-width: 468px) {
        /* line 154, product-reviews.scss */
        .allReviews__item-product {
          margin-left: 0; } }
      /* line 171, product-reviews.scss */
      .allReviews__item-product .product-photo {
        margin-right: 15px;
        width: 37.91px;
        height: 39.98px;
        position: relative; }
        /* line 177, product-reviews.scss */
        .allReviews__item-product .product-photo__img {
          width: 100%;
          height: 100%;
          object-fit: contain;
          object-position: center; }
      /* line 185, product-reviews.scss */
      .allReviews__item-product .product-inner {
        display: flex;
        flex-direction: column; }
      /* line 190, product-reviews.scss */
      .allReviews__item-product .product-title {
        font-family: 'Hotpoint';
        font-size: 12px;
        font-weight: 600;
        line-height: 21px;
        text-align: left;
        color: #000000; }
      /* line 199, product-reviews.scss */
      .allReviews__item-product .product-sku {
        font-family: 'Hotpoint';
        font-size: 12.3px;
        font-weight: 400;
        line-height: 13px;
        text-align: left;
        color: #9AA8B6; }

/* line 211, product-reviews.scss */
.load-more {
  display: flex;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: 50px;
  margin-bottom: 50px; }
  /* line 219, product-reviews.scss */
  .load-more__btn {
    display: block;
    color: #fff;
    background: #C99B69;
    padding: 0 20px;
    height: 45px;
    border-radius: 30px;
    font-family: 'Hotpoint';
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease; }
    /* line 231, product-reviews.scss */
    .load-more__btn:hover {
      background: #C99B69; }

/* line 237, product-reviews.scss */
.noProducts {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  font-family: 'Hotpoint';
  font-size: 25px;
  font-weight: 400;
  color: #1D2E3F;
  text-align: center; }

/* line 248, product-reviews.scss */
#loading-indicator {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; }

/* line 261, product-reviews.scss */
.loading-spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #C99B69;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* line 280, product-reviews.scss */
.review-link-back {
  margin-top: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  text-decoration: none; }
  /* line 288, product-reviews.scss */
  .review-link-back span {
    font-weight: 400;
    font-size: 12px;
    line-height: 117%;
    color: #000; }

/* line 296, product-reviews.scss */
.prod_content {
  margin-top: 40px;
  margin-bottom: 70px;
  padding-top: 35px;
  padding-bottom: 60px;
  background: #fff; }

/* line 304, product-reviews.scss */
.detail-reviews-count {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #42515a;
  margin-bottom: 0px; }
  /* line 311, product-reviews.scss */
  .detail-reviews-count span {
    font-weight: 400;
    color: #999; }

/* line 318, product-reviews.scss */
.leaveReview {
  margin-top: 35px;
  min-width: 200px; }
  /* line 322, product-reviews.scss */
  .leaveReview--btn {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
    background-color: #C99B69;
    border-radius: 16px;
    transition: all 0.3s ease; }
    /* line 331, product-reviews.scss */
    .leaveReview--btn:hover {
      color: #fff;
      background-color: #bc8244;
      transition: all 0.3s ease; }

/* line 339, product-reviews.scss */
.review-form-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000; }
  /* line 348, product-reviews.scss */
  .review-form-overlay.active {
    display: flex; }

/* line 353, product-reviews.scss */
.review-form {
  background-color: #fff;
  width: 700px;
  max-width: 90vw;
  height: 80vh;
  padding: 20px 24px;
  position: relative;
  overflow-y: auto;
  border-radius: 16px;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1023px) {
    /* line 353, product-reviews.scss */
    .review-form {
      width: 90vw;
      height: 80vh; } }
  /* line 370, product-reviews.scss */
  .review-form h2 {
    margin-bottom: 16px;
    font-size: 24px; }
  /* line 375, product-reviews.scss */
  .review-form label {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
    font-size: 16px; }
    /* line 381, product-reviews.scss */
    .review-form label input,
    .review-form label textarea {
      margin-top: 6px;
      padding: 8px;
      font-size: 14px;
      border: 1px solid #ccc;
      border-radius: 4px;
      resize: none; }
  /* line 392, product-reviews.scss */
  .review-form .required {
    color: red;
    margin-left: 4px; }
  /* line 397, product-reviews.scss */
  .review-form .rating {
    display: flex;
    gap: 4px;
    margin-top: 6px;
    flex-direction: row-reverse;
    justify-content: flex-end; }
    /* line 404, product-reviews.scss */
    .review-form .rating input {
      display: none; }
    /* line 408, product-reviews.scss */
    .review-form .rating label {
      font-size: 24px;
      color: #ccc;
      cursor: pointer;
      transition: color 0.2s; }
      /* line 414, product-reviews.scss */
      .review-form .rating label:hover, .review-form .rating label:hover ~ label {
        color: #C99B69; }
    /* line 420, product-reviews.scss */
    .review-form .rating input:checked ~ label {
      color: #C99B69; }
  /* line 425, product-reviews.scss */
  .review-form .submit-btn {
    background-color: #C99B69;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    margin-top: 8px;
    border-radius: 4px;
    cursor: pointer;
    align-self: flex-start;
    transition: background 0.2s;
    font-weight: 700; }
    /* line 438, product-reviews.scss */
    .review-form .submit-btn:hover {
      background-color: #bc8244; }

/* line 444, product-reviews.scss */
.close-btn {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  transition: color 0.2s; }
  /* line 455, product-reviews.scss */
  .close-btn:hover {
    color: #C99B69; }

/* line 461, product-reviews.scss */
.custom-popup-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000; }

/* line 468, product-reviews.scss */
.custom-popup {
  padding: 15px 25px;
  margin-bottom: 10px;
  border-radius: 4px;
  color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  animation: slideIn 0.3s ease-out, fadeOut 0.5s ease 2.5s forwards;
  transform: translateX(0);
  opacity: 1;
  max-width: 300px; }

/* line 480, product-reviews.scss */
.custom-popup.success {
  background-color: #4CAF50; }

/* line 484, product-reviews.scss */
.custom-popup.warning {
  background-color: #FF9800; }

/* line 488, product-reviews.scss */
.custom-popup.error {
  background-color: #F44336; }

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
