/* line 1, product-reviews.scss */
body {
  overflow: visible; }

/* line 5, product-reviews.scss */
.allReviews {
  background: #F7F7F7;
  padding-bottom: 80px; }
  /* line 9, product-reviews.scss */
  .allReviews__inner {
    display: flex;
    flex-direction: column; }
  /* line 14, product-reviews.scss */
  .allReviews__item {
    display: flex;
    justify-content: space-between;
    margin-top: 35px; }
    /* line 19, product-reviews.scss */
    .allReviews__item:last-child {
      margin-bottom: 35px; }
    @media (max-width: 768px) {
      /* line 14, product-reviews.scss */
      .allReviews__item {
        flex-direction: column;
        margin-top: 55px; }
        /* line 27, product-reviews.scss */
        .allReviews__item:first-child {
          margin-top: 35px; } }
    /* line 32, product-reviews.scss */
    .allReviews__item-inner {
      display: flex; }
      @media (max-width: 468px) {
        /* line 32, product-reviews.scss */
        .allReviews__item-inner {
          flex-direction: column; } }
    /* line 40, product-reviews.scss */
    .allReviews__item-img {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      flex-shrink: 0; }
      /* line 46, product-reviews.scss */
      .allReviews__item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    /* line 53, product-reviews.scss */
    .allReviews__item-review {
      margin-left: 15px;
      display: flex;
      flex-direction: column; }
      @media (max-width: 468px) {
        /* line 53, product-reviews.scss */
        .allReviews__item-review {
          margin-left: 0;
          margin-top: 15px; } }
      /* line 63, product-reviews.scss */
      .allReviews__item-review .head {
        display: flex;
        flex-direction: column;
        margin-bottom: 11px; }
        /* line 68, product-reviews.scss */
        .allReviews__item-review .head .author {
          font-family: Montserrat;
          font-size: 16px;
          font-weight: 600;
          line-height: 21px;
          color: #000000;
          margin-bottom: 2px; }
        /* line 77, product-reviews.scss */
        .allReviews__item-review .head .head-flex {
          display: flex;
          align-items: center; }
          /* line 81, product-reviews.scss */
          .allReviews__item-review .head .head-flex .stars {
            display: flex;
            align-items: center;
            margin-right: 15px; }
            /* line 86, 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 95, product-reviews.scss */
              .allReviews__item-review .head .head-flex .stars .star.half {
                background-image: url("halfstar.svg"); }
              /* line 99, product-reviews.scss */
              .allReviews__item-review .head .head-flex .stars .star.active {
                background-image: url(full_star.svg); }
          /* line 105, product-reviews.scss */
          .allReviews__item-review .head .head-flex .logo {
            height: 15px;
            position: relative;
            width: 100%; }
            /* line 110, product-reviews.scss */
            .allReviews__item-review .head .head-flex .logo .logo-market {
              height: 100%;
              position: absolute;
              top: 0;
              left: 0; }
      /* line 120, product-reviews.scss */
      .allReviews__item-review .content {
        display: flex;
        flex-direction: column; }
        /* line 124, product-reviews.scss */
        .allReviews__item-review .content-block {
          margin-bottom: 10px; }
        /* line 128, product-reviews.scss */
        .allReviews__item-review .content-title {
          font-family: Montserrat;
          font-size: 14px;
          font-weight: 700;
          line-height: 21px;
          color: #364554; }
        /* line 136, product-reviews.scss */
        .allReviews__item-review .content-value {
          font-family: Montserrat;
          font-size: 14px;
          font-weight: 400;
          line-height: 14px;
          color: #364554; }
          /* line 143, product-reviews.scss */
          .allReviews__item-review .content-value a {
            color: #364554; }
      /* line 149, product-reviews.scss */
      .allReviews__item-review .date {
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        color: #A7B3BF; }
    /* line 158, 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 158, product-reviews.scss */
        .allReviews__item-product {
          margin-left: 60px;
          margin-top: 20px; } }
      @media (max-width: 468px) {
        /* line 158, product-reviews.scss */
        .allReviews__item-product {
          margin-left: 0; } }
      /* line 175, product-reviews.scss */
      .allReviews__item-product .product-photo {
        margin-right: 15px;
        width: 37.91px;
        height: 39.98px;
        position: relative; }
        /* line 181, product-reviews.scss */
        .allReviews__item-product .product-photo__img {
          width: 100%;
          height: 100%;
          object-fit: contain;
          object-position: center; }
      /* line 189, product-reviews.scss */
      .allReviews__item-product .product-inner {
        display: flex;
        flex-direction: column; }
      /* line 194, product-reviews.scss */
      .allReviews__item-product .product-title {
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        color: #000000; }
      /* line 203, product-reviews.scss */
      .allReviews__item-product .product-sku {
        font-family: Montserrat;
        font-size: 12.3px;
        font-weight: 400;
        line-height: 13px;
        text-align: left;
        color: #9AA8B6; }

/* line 215, product-reviews.scss */
.load-more {
  display: flex;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: 50px;
  margin-bottom: 50px; }
  /* line 223, product-reviews.scss */
  .load-more__btn {
    display: block;
    background: #fff;
    border: 1px solid #01426a;
    padding: 0 20px;
    height: 45px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease; }
    /* line 233, product-reviews.scss */
    .load-more__btn a {
      color: #01426a;
      font-weight: 600;
      font-family: Montserrat;
      font-size: 16px;
      text-decoration: none; }
    /* line 241, product-reviews.scss */
    .load-more__btn:hover {
      background: #01426a;
      color: #fff;
      transition: all 0.3s ease; }
      /* line 246, product-reviews.scss */
      .load-more__btn:hover a {
        color: #fff; }

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

/* line 264, 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 277, product-reviews.scss */
.loading-spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0083BE;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* line 296, 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 304, product-reviews.scss */
  .review-link-back span {
    font-weight: 400;
    font-size: 12px;
    line-height: 117%;
    color: #000; }

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

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

/* line 336, product-reviews.scss */
.leaveReview {
  margin-top: 35px;
  min-width: 210px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative; }
  /* line 344, product-reviews.scss */
  .leaveReview--btn {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
    background-color: #01426a;
    border-radius: 16px;
    border: none;
    transition: all 0.3s ease;
    position: sticky;
    top: 235px;
    z-index: 10; }
    @media (max-width: 1024px) {
      /* line 344, product-reviews.scss */
      .leaveReview--btn {
        top: 105px; } }
    /* line 361, product-reviews.scss */
    .leaveReview--btn:hover {
      color: #fff;
      background-color: #012337;
      transition: all 0.3s ease; }

/* line 369, 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 378, product-reviews.scss */
  .review-form-overlay.active {
    display: flex; }

/* line 383, 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 383, product-reviews.scss */
    .review-form {
      width: 90vw;
      height: 80vh; } }
  /* line 400, product-reviews.scss */
  .review-form h2 {
    margin-bottom: 16px;
    font-size: 24px; }
  /* line 405, product-reviews.scss */
  .review-form label {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
    font-size: 16px; }
    /* line 411, 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 422, product-reviews.scss */
  .review-form .required {
    color: red;
    margin-left: 4px; }
  /* line 427, product-reviews.scss */
  .review-form .rating {
    display: flex;
    gap: 4px;
    margin-top: 6px;
    flex-direction: row-reverse;
    justify-content: flex-end; }
    /* line 434, product-reviews.scss */
    .review-form .rating input {
      display: none; }
    /* line 438, product-reviews.scss */
    .review-form .rating label {
      font-size: 24px;
      color: #ccc;
      cursor: pointer;
      transition: color 0.2s; }
      /* line 444, product-reviews.scss */
      .review-form .rating label:hover, .review-form .rating label:hover ~ label {
        color: #01426a; }
    /* line 450, product-reviews.scss */
    .review-form .rating input:checked ~ label {
      color: #01426a; }
  /* line 455, product-reviews.scss */
  .review-form .submit-btn {
    background-color: #01426a;
    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 468, product-reviews.scss */
    .review-form .submit-btn:hover {
      background-color: #012337; }

/* line 474, 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 485, product-reviews.scss */
  .close-btn:hover {
    color: #01426a; }

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

/* line 498, 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 510, product-reviews.scss */
.custom-popup.success {
  background-color: #4CAF50; }

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

/* line 518, 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; } }
