/**
 * Shop product reviews
 *
 * @author    businesstech.fr <modules@businesstech.fr> - https://www.businesstech.fr/
 * @copyright Business Tech - https://www.businesstech.fr/
 * @license   see file: LICENSE.txt
 *
 *           ____    _______
 *          |  _ \  |__   __|
 *          | |_) |    | |
 *          |  _ <     | |
 *          | |_) |    | |
 *          |____/     |_|
 */
 #spr {
  /** Product footer review list block **/
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */
  /* Tooltip text */
  /** expand more and less **/
}
#spr .disabled {
  border: none;
}
#spr .spr_product_page_top_block {
  display: flex;
  flex-flow: row wrap;
}
#spr .spr_product_page_top_block > * {
  flex: 1 1 160px;
  align-items: stretch;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid lightgray;
}
#spr .spr_product_page_distribution_block {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
}
#spr .spr_product_page_distribution_block > * {
  flex: 1 1 160px;
  align-items: stretch;
  padding-bottom: 5px;
  margin-right: 20px;
  text-align: center;
}
#spr .spr_product_page_explain {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  margin-top: 10px;
  padding-top: 15px;
}
#spr .spr_product_page_explain > * {
  flex: 1 1 160px;
  align-items: stretch;
  padding-bottom: 10px;
  margin-right: 20px;
  text-align: center;
}
#spr a.spr_btn_rating {
  padding: 5px;
  text-align: center;
  width: 50%;
  margin-bottom: 5px;
}
#spr a.cms_link {
  font-style: italic;
  color: rgb(164, 157, 157);
}
#spr .spr-btn-text {
  white-space: normal;
  text-align: center;
}
#spr .spr_product_page_filter {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  margin-top: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f9f9f9;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
#spr .spr_product_page_filter:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#spr .spr_product_page_filter button {
  background-color: lightgray !important;
  border-radius: 100% !important;
}
#spr .spr_product_page_filter select {
    appearance: none;
    border: 2px solid #e0e0e0;
    border-radius: 10px !important;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8.825L1.175 4 2.238 2.938 6 6.7l3.763-3.763L10.825 4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
    transition: all 0.2s ease;
}


#spr .spr_product_page_filter > * {
  flex: 1 1 160px;
  align-items: stretch;
  padding-bottom: 10px;
  margin-right: 20px;
  text-align: center;
}
#spr .spr_product_page_reviews {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  margin-top: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f9f9f9;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}


#spr .spr_product_page_reviews_battle {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  margin-top: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f9f9f9;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

#spr .spr_product_page_reviews > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  padding-bottom: 10px;
  margin-right: 20px;
  text-align: left;
}
#spr .spr_product_see_more {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  margin-top: 15px;
}
#spr .spr_product_see_more > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 35;
  padding-bottom: 10px;
  margin-right: 20px;
  text-align: center;
}
#spr .spr_category_reviews {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
}
#spr .spr_category_reviews > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 35;
  padding-bottom: 10px;
  margin-right: 20px;
  text-align: left;
}
#spr .spr_home_reviews {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid lightgrey;
}
#spr .spr_home_reviews > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 35;
  padding-bottom: 10px;
  margin-right: 20px;
  text-align: left;
}
#spr .spr_see_all_products {
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
}
#spr .spr_see_all_products > a {
  flex-shrink: 1;
  flex-basis: 35;
  padding-bottom: 10px;
  margin-right: 20px;
  text-align: center;
  width: 30%;
}
#spr .spr_home_last_reviews_block {
  background-color: white;
  padding: 0.25rem 1.25rem 0.5rem;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#spr .spr_all_review_title {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid lightgrey;
}
#spr .spr_all_review_title > a {
  flex-shrink: 1;
  flex-basis: 35;
  padding-bottom: 10px;
  margin-right: 20px;
  text-align: center;
}
#spr .left-container {
  float: left;
  height: 50%;
  width: 15%;
  margin-right: 10px;
}
#spr .left-container > img {
  border-radius: 15px;
}
#spr .review_text_last_block {
  font-style: normal;
  font-size: 10pt;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  min-height: 40px;
  word-break: break-word;
  float: right;
  width: 860px;
}
#spr .review_text_last_block_category {
  font-style: normal;
  font-size: 10pt;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  min-height: 40px;
  word-break: break-word;
  float: right;
  width: 80%;
}
#spr .spr_battle_block_top {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
}
#spr .spr_battle_block_top > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 35;
  margin-right: 20px;
  text-align: left;
}
#spr .spr_battle_block_content {
  display: flex;
  flex: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
}
#spr .spr_battle_block_content > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 35;
  margin-right: 20px;
  text-align: center;
  width: 50%;
}
#spr .review_customer_battle {
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  color: #7a7a7a;
  margin-right: 5%;
}
#spr .spr_product_review_form {
  display: flex;
  flex: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
}
#spr .spr_product_review_form > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 35;
  margin-right: 20px;
  text-align: center;
}
#spr .spr_product_review_form_multi_criteria {
  display: flex;
  width: 50%;
  margin-top: 15px;
  margin-bottom: 10px;
}
#spr .spr_product_review_form_multi_criteria > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 35;
  margin-right: 20px;
  text-align: center;
}
#spr .spr_review_title_form {
  vertical-align: bottom;
}
#spr .spr_account_product_reviews {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
}
#spr .spr_account_product_reviews > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 35;
  margin-right: 20px;
  text-align: left;
}
#spr .spr_all_criteria_block {
  width: 100%;
  border: 1px solid lightgrey;
  margin-bottom: 15px;
  margin-top: 15px;
  border-radius: 10px;
}
#spr .spr_all_criteria {
  display: flex;
  flex-wrap: wrap;
}
#spr div.spr_all_criteria_child {
  margin: 10px;
  padding: 10px;
  flex: 40%;
  font-size: 15px;
  text-align: center;
}
#spr .spr_all_criteria_battle {
  display: block;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}
#spr .spr_all_criteria_battle_child_label {
  font-size: 15px;
  margin-right: 2%;
}
#spr div.spr_all_criteria_battle_child {
  padding: 10px;
  flex: 100%;
}
#spr .hide {
  display: none;
}
#spr .show {
  display: block;
}
#spr .average_text {
  font-size: 15px !important;
}
#spr .pull-center {
  text-align: center !important;
}
#spr .pull-left {
  text-align: left !important;
}
#spr .pull-right {
  text-align: right !important;
}
#spr .bold {
  font-weight: bold;
}
#spr .review_container {
  min-height: 150px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#spr .review_title {
  font-weight: 700;
  font-size: 18px;
  color: #7a7a7a;
  -ms-word-break: break-word;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#spr .review_display_light {
  font-size: 15px;
  color: #7a7a7a;
  -ms-word-break: break-word;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#spr .review_global_label {
  font-size: 15px;
  color: #7a7a7a;
}
#spr .review_customer {
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  color: #7a7a7a;
}
#spr .review_product {
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  text-decoration: underline;
  color: #7a7a7a;
}
#spr i.spr_vote_up,
#spr i.spr_vote_down {
  color: lightgray;
  cursor: pointer;
}
#spr i.spr_vote_up:hover {
  color: green;
}
#spr i.spr_vote_up_shop,
#spr i.spr_vote_down_shop {
  color: lightgray;
  cursor: pointer;
}
#spr i.spr_vote_up_shop:hover {
  color: green;
}
#spr .spr_voted_up {
  color: green !important;
}
#spr .spr_voted_down {
  color: red !important;
}
#spr i.spr_vote_down:hover {
  color: red;
}
#spr .spr_report_abuse {
  color: lightgray;
  cursor: pointer;
}
#spr .spr_report_abuse:hover {
  color: orange;
  cursor: pointer;
}
#spr .spr_report_abuse_shop {
  color: lightgray;
  cursor: pointer;
}
#spr .spr_report_abuse_shop:hover {
  color: orange;
  cursor: pointer;
}
#spr .review-vote {
  font-weight: bold;
  font-size: 14px;
  padding-left: 10px;
}
#spr .review_text {
  font-style: normal;
  font-size: 10pt;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  min-height: 40px;
  word-break: break-word;
  width: 100%;
}
#spr .review_text_battle {
  font-style: normal;
  font-size: 10pt;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  min-height: 40px;
  word-break: break-word;
  width: 100%;
}
#spr .review_text_answer {
  font-style: italic;
  font-size: 9pt;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  min-height: 40px;
  word-break: break-word;
  width: 100%;
}
#spr .review_text_answer_head {
  color: #7a7a7a;
  font-size: 15px;
  padding-left: 10px;
  font-weight: bold;
  width: 800px;
}
#spr .spr-icon_verified {
  color: green;
}
#spr .spr-icon_verified_text {
  font-size: 12px;
  font-style: italic;
  color: green;
  font-weight: 300;
}
#spr .spr-icon_unverified_text {
  font-size: 12px;
  font-style: italic;
  color: red;
}
#spr .spr-icon_success {
  color: green;
}
#spr .spr-icon_danger {
  color: red;
}
#spr .spr-icon_warning {
  color: orange;
}
#spr .pagination .page-list {
  box-shadow: none;
}
#spr .review_title_battle {
  font-size: 15px;
  font-weight: 700;
  color: #7a7a7a;
  text-align: center;
}
#spr .spr_explain_moderation {
  margin-top: 20px;
}
#spr .table_cell {
  vertical-align: middle;
}
#spr .last_review_block_cat {
  background-color: transparent;
  height: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
}
#spr .review_text_home {
  font-style: normal;
  font-size: 10pt;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  word-break: break-word;
  width: 800px;
}
#spr .review_container_home {
  min-height: 150px;
  padding: 10px;
}
#spr .average_cat_block {
  background-color: transparent;
}
#spr .average_cat_block_bottom {
  background-color: white;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
}
#spr .bt_see_all {
  color: white;
  width: 33%;
}
#spr .bt_filter_row {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
}
#spr .tooltip_spr {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#spr .tooltip_spr .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: white;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
#spr .tooltip_spr:hover .tooltiptext {
  visibility: visible;
  margin-left: 25px;
}
#spr .tooltip_spr .tooltiptext_vote {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: white;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
#spr .tooltip_spr:hover .tooltiptext_vote {
  visibility: visible;
  margin-top: 35px;
}
#spr .spr_expand {
  cursor: pointer !important;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#spr .spr_expand {
  cursor: pointer !important;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#spr .spr_go_to {
  cursor: pointer !important;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#spr .product-review-line-label {
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  color: #7a7a7a;
  text-align: center;
  margin-bottom: 10px;
}
#spr .product-review-line-label-battle {
  font-weight: bold;
  font-size: 13px;
  vertical-align: middle;
  color: #7a7a7a;
  text-align: center;
  margin-bottom: 10px;
}
#spr .star_custom_size-review-line-label {
  font-size: 21px !important;
}
#spr .criteria-details {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
#spr .criteria-details-battle {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
}
#spr .criteria-details-average {
  padding: 15px;
}
#spr .star_custom_size-left {
  font-size: 40px !important;
}
#spr .clr_hr_shadow {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  border: none;
  width: 100%;
  height: 50px;
  box-shadow: 0 16px 12px -20px #333;
  margin: 0 auto 20px !important;
}
#spr .cms_link {
  color: gray;
  font-size: 12px;
}
#spr .cms_link:hover {
  text-decoration: underline;
  font-weight: bold;
}
#spr .battle-block {
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#spr .ui-draggable .ui-dialog-titlebar {
  display: none !important;
}
#spr .ui-dialog .ui-dialog-buttonpane {
  border: none;
  padding: none !important;
}
#spr .alert .ui-dialog-titlebar-close {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 1366px) {
  #spr .spr_all_criteria_battle {
    text-align: center;
  }
  #spr div.spr_all_criteria_battle_child {
    padding: 10px;
    flex: 100%;
    text-align: center;
  }
  #spr .spr_all_criteria_battle_child_label {
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  #spr .spr_product_page_reviews_criteria > * {
    flex-wrap: wrap;
    flex-shrink: 1;
    margin-right: 20px;
    text-align: center;
    width: 100%;
  }
  #spr div.spr_all_criteria_child {
    margin: 10px;
    padding: 10px;
    flex: 100%;
    text-align: center;
  }
  #spr a.spr_btn_rating {
    padding: 5px;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
  }
  #spr .spr_see_all_products > a {
    flex-shrink: 1;
    flex-basis: 35;
    padding-bottom: 10px;
    margin-right: 20px;
    text-align: center;
    width: 100%;
  }
  #spr .spr-icon_verified_text {
    display: none;
  }
  #spr .left-container {
    float: center;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
  }
  #spr .left-container > img {
    float: center;
    height: auto;
    width: 30%;
  }
  #spr .review_text_last_block {
    font-style: normal;
    font-size: 10pt;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    min-height: 40px;
    word-break: break-word;
    width: 100%;
    float: right;
    margin-top: 10px;
  }
  #spr .review_text_answer {
    font-style: italic;
    font-size: 9pt;
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    min-height: 40px;
    word-break: break-word;
    width: 100% !important;
  }
  #spr .review_text {
    font-style: normal;
    font-size: 10pt;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    min-height: 40px;
    word-break: break-word;
    width: 100%;
  }
  #spr .review_text_answer_head {
    color: #7a7a7a;
    font-size: 15px;
    padding-left: 10px;
    font-weight: bold;
    width: 100%;
  }
  #spr .top-reviews {
    text-align: center;
  }
}

.review-photo-thumb {
  max-width: 100px;
  height: 100%;
  transition: transform 0.3s ease;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  float: right;
  cursor: zoom-in;
}
.review-photo-link {
  display: inline-block;
  position: relative;
}

/* Base carousel structure */
.spr_carousel {
  position: relative;
  overflow: hidden;
}

.spr_carousel_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 15px;
  transition: transform 0.5s ease;
}

/* Carousel controls */
.spr_carousel_controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.spr_carousel_btn {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.spr_carousel_btn:hover {
  background: #f5f5f5;
}

/* Carousel dots */
.spr_carousel_dots {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  justify-content: center;
}

.spr_carousel_dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
}

.spr_carousel_dot.active {
  background: #2fb5d2;
}

/* Review card */
.spr_carousel_item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Common styles */
.review-header,
.review-content,
.review-meta,
.merchant-reply {
  padding: 12px;
}

.review-header {
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
}

.review-content {
  flex-grow: 1;
}

.review-meta {
  font-size: 11px;
  color: #888;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
  margin-top: auto;
}

/* Typography */
.review-title {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review-text {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Product image */
.product-image-container {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f8f9fa;
  padding: 10px;
}

.product-image {
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
}

.product-image:hover {
  transform: scale(1.05);
}

/* Verified badge */
.verified-badge {
  position: absolute;
  top: 5px;
  right: 5px;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.verified-badge i {
  font-size: 14px;
}

/* Review photos */
.review-photos {
  padding: 0 12px 12px;
  display: flex;
  justify-content: center;
}

.review-photos img {
  border-radius: 6px;
  max-width: 100%;
  cursor: pointer;
}

/* Buttons */
.view-photo-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(145deg, #2c2c2c, #1a1a1a);
  border: none;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 13px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  font-weight: 500;
  letter-spacing: 0.3px;
}

.view-photo-btn:hover {
  background: #e9ecef;
  color: #333;
}

.btn-modern-centered {
  display: inline-block;
  padding: 14px 32px;
  background-color: #2fb5d2;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.btn-modern-centered:hover {
  background-color: #2392ab;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.btn-modern-centered:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Merchant reply */
.merchant-reply {
  margin: 12px;
  background: #f8f9fa;
  border-radius: 6px;
  border-left: 3px solid #28a745;
}

.reply-header {
  display: flex;
  align-items: center;
  color: #28a745;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 13px;
}

.reply-text {
  font-size: 12px;
  color: #666;
}

/* Photo modal */
.photo-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.photo-modal.active {
  display: flex;
}

.photo-modal img {
  max-width: 90%;
  max-height: 90vh;
  border-radius: 8px;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

/* Review footer */
.review-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
  border-radius: 0 0 8px 8px;
  margin-top: 16px;
}

.review-footer-left,
.review-footer-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review_customer {
  font-size: 13px;
  color: #6c757d;
}

.review-vote {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Review photo thumbnails */
.review-photo-thumbnail {
  width: 350px;
  height: 350px;
  padding: 12px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.review-thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.4s ease;
  float: center;
}

.review-photo-thumbnail:hover::after {
  content: '\e8ff';
  font-family: 'Material Icons';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.review-thumbnail-img:hover {
  transform: scale(1.05);
}

/* Responsive styles */
@media (max-width: 991px) {
  .spr_carousel_inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .spr_carousel_inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
  }

  .product-image-container {
    height: 120px;
  }

  .product-image {
    width: 100px;
    height: 100px;
  }

  .review-title {
    font-size: 14px;
  }

  .review-meta {
    flex-direction: column;
    gap: 4px;
  }

  .btn-text {
    display: none;
  }

  .review-footer {
    flex-direction: column;
    gap: 12px;
  }

  .review-footer-right {
    width: 100%;
    justify-content: space-between;
  }

  .review-text-container {
    padding-right: 0 !important;
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .review-header,
  .review-content,
  .merchant-reply {
    padding: 8px;
  }
}

.bt-incentive-container {
  background: linear-gradient(135deg, #FF6B6B, #FF8E53);
  border-radius: 12px;
  padding: 25px;
  margin: 25px 0;
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  border: 2px solid rgba(255,255,255,0.1);
  position: relative;
  overflow: hidden;
}

.bt-incentive-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='rgba(255,255,255,0.05)' fill-rule='evenodd'/%3E%3C/svg%3E");
  pointer-events: none;
}

.bt-incentive-content {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  z-index: 1;
}

.bt-incentive-icon {
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bt-incentive-icon i {
  font-size: 40px;
  color: white;
  animation: bounce 2s infinite;
}

.bt-incentive-icon-pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.5);
  animation: pulse 2s infinite;
}

.bt-incentive-text {
  flex: 1;
}

.bt-incentive-text h3 {
  color: white;
  margin: 0 0 10px 0;
  font-size: 1.6em;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.bt-incentive-details {
  color: rgba(255,255,255,0.9);
  margin: 0 0 10px 0;
  font-size: 1.1em;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
  }
  40% {
      transform: translateY(-10px);
  }
  60% {
      transform: translateY(-5px);
  }
}

@keyframes pulse {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  100% {
      transform: scale(1.3);
      opacity: 0;
  }
}

@media (max-width: 767px) {
  .bt-incentive-content {
      flex-direction: column;
      text-align: center;
  }

  .bt-incentive-icon {
      margin: 0 auto 20px;
  }

  .bt-incentive-text h3 {
      font-size: 1.4em;
  }
}

/* Remove these unused classes */
.bt-incentive-badge,
.bt-incentive-timer,
.bt-incentive-timer:before {
  display: none;
}