.robot-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.robot-product-detail {
  background-color: #222428;
  min-height: 100vh;
  padding: 6rem 0 4rem;
}
.robot-product-detail .robot-container {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 2rem;
}
.robot-product-detail .robot-detail-content {
  display: flex;
  gap: 2rem;
  position: relative;
  margin-bottom: 6rem;
}
.robot-product-detail .robot-detail-left {
  flex: 1;
}
.robot-product-detail .robot-detail-left .robot-product-header {
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-breadcrumb {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-breadcrumb a,
.robot-product-detail .robot-detail-left .robot-product-header .robot-breadcrumb span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s ease;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-breadcrumb .robot-breadcrumb-current {
  color: rgba(255, 255, 255, 0.9);
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-product-title-section {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-product-title-section .robot-logo {
  width: 48px;
  height: 48px;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-product-title-section .robot-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-product-title-section h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-trustpilot-section {
  margin-bottom: 1.5rem;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-trustpilot-section .robot-rating-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  background: rgba(0, 182, 122, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 6px;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-trustpilot-section .robot-rating-wrapper .robot-rating-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-trustpilot-section .robot-rating-wrapper .robot-rating-score,
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-trustpilot-section .robot-rating-wrapper .robot-rating-users {
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-trustpilot-section .robot-rating-wrapper .robot-trustpilot-logo {
  height: 20px;
  margin-left: 0.25rem;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-product-info {
  margin-bottom: 2rem;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #dddedf;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-product-info p {
  color: #999999;
  font-size: 1rem;
  line-height: 1.6;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-product-info p .highlight {
  color: #ffffff;
  font-weight: 500;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-product-info strong {
  font-weight: 600;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-product-info h5 {
  display: block;
  font-size: 1.3rem;
  margin-block-start: 1.67rem;
  margin-block-end: 1.67rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-product-info ol,
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-product-info ul {
  box-sizing: border-box;
  display: block;
  list-style-type: disc !important;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
  color: #d1d1d1;
  font-family: "Montserrat";
  text-align: left;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-achievements h2 {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-achievements ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-achievements ul li {
  color: #999999;
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-achievements ul li:before {
  content: "•";
  color: #972525;
  position: absolute;
  left: 0;
}
.robot-product-detail .robot-detail-left .robot-product-header .robot-product-main .robot-achievements ul li:last-child {
  margin-bottom: 0;
}
.robot-product-detail .robot-detail-left .robot-faq {
  padding: 2rem;
}
.robot-product-detail .robot-detail-left .robot-faq .robot-faq-title {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.robot-product-detail .robot-detail-left .robot-faq .robot-faq-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #282c30;
  border-radius: 15px;
  margin-bottom: 1rem;
}
.robot-product-detail .robot-detail-left .robot-faq .robot-faq-item .robot-faq-question {
  padding: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.robot-product-detail .robot-detail-left .robot-faq .robot-faq-item .robot-faq-question h3 {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}
.robot-product-detail .robot-detail-left .robot-faq .robot-faq-item .robot-faq-question .robot-faq-arrow {
  color: #ffffff;
  transition: transform 0.3s ease;
}
.robot-product-detail .robot-detail-left .robot-faq .robot-faq-item .robot-faq-answer {
  display: none;
}
.robot-product-detail .robot-detail-left .robot-faq .robot-faq-item .robot-faq-answer p {
  color: #999999;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 1.2rem 1.2rem;
  margin: 0;
}
.robot-product-detail .robot-detail-left .robot-faq .robot-faq-item.active .robot-faq-arrow {
  transform: rotate(180deg);
}
.robot-product-detail .robot-detail-left .robot-divider {
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 2rem;
}
.robot-product-detail .robot-detail-left .robot-process {
  padding: 2rem;
  margin-top: 2rem;
}
.robot-product-detail .robot-detail-left .robot-process .robot-process-title {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 3rem;
  font-weight: 600;
}
.robot-product-detail .robot-detail-left .robot-process .robot-process-list {
  position: relative;
  padding-left: 1rem;
}
.robot-product-detail .robot-detail-left .robot-process .robot-process-list .robot-process-line {
  position: absolute;
  left: 0.9rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #972525 0%, rgba(140, 82, 255, 0.1) 100%);
}
.robot-product-detail .robot-detail-left .robot-process .robot-process-list .robot-process-item {
  position: relative;
  padding-bottom: 3rem;
  display: flex;
  gap: 2rem;
}
.robot-product-detail .robot-detail-left .robot-process .robot-process-list .robot-process-item:last-child {
  padding-bottom: 0;
}
.robot-product-detail .robot-detail-left .robot-process .robot-process-list .robot-process-item .robot-process-number {
  width: 2rem;
  height: 2rem;
  background: #972525;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -1.125rem;
  position: relative;
  z-index: 1;
}
.robot-product-detail .robot-detail-left .robot-process .robot-process-list .robot-process-item .robot-process-content {
  flex: 1;
  padding-top: 0.25rem;
}
.robot-product-detail .robot-detail-left .robot-process .robot-process-list .robot-process-item .robot-process-content h3 {
  font-size: 1.125rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.robot-product-detail .robot-detail-left .robot-process .robot-process-list .robot-process-item .robot-process-content p {
  color: #999999;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
.robot-product-detail .robot-detail-right {
  width: 380px;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content {
  position: sticky;
  top: 2rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper {
  background: #282c30;
  border-radius: 12px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-config-Platform {
  margin-bottom: 1.5rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-config-Platform h3 {
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-config-Platform h3 .robot-required {
  color: #ff4040;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-config-Platform .robot-platform-select {
  display: flex;
  gap: 0.5rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-config-Platform .robot-platform-select button {
  flex: 1;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #ffffff;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.9rem;
  font-weight: 600;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-config-Platform .robot-platform-select button.active {
  background: #7c2cec33;
  border-color: #7c2cec;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-config-Platform .robot-platform-select button:hover:not(.active) {
  background: #7c2cec33;
  border-color: #7c2cec;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group {
  margin-bottom: 1.5rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group h3 {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group h3 .robot-required {
  color: #ff4040;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group h3 .robot-info-icon {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  cursor: pointer;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group h3 .robot-info-icon:hover::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #999999;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 500;
  white-space: normal;
  width: 15.625rem;
  margin-bottom: 0.5rem;
  z-index: 10;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-option-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-option-buttons.robot-option-buttons-full {
  grid-template-columns: 1fr;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-option-buttons button {
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #ffffff;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: left;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-option-buttons button.active {
  background: #7c2cec33;
  border-color: #7c2cec;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-option-buttons button:hover:not(.active) {
  background: #7c2cec33;
  border-color: #7c2cec;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-amount-control {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  overflow: hidden;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-amount-control button {
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-amount-control button:hover {
  background: rgba(255, 255, 255, 0.1);
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-amount-control input {
  flex: 1;
  border: none;
  background: transparent;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.75rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-activision-input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: transparent;
  color: #ffffff;
  font-size: 0.9rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-activision-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-activision-input:focus {
  outline: none;
  border-color: #972525;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-range-hour {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-range-hour input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: #1a1a1a;
  border-radius: 2px;
  outline: none;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-range-hour input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #972525;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-range-hour input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-range-hour input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #972525;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-range-hour input[type="range"]::-moz-range-thumb:hover {
  transform: scale(1.1);
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-range-hour input[type="range"]::-ms-thumb {
  width: 16px;
  height: 16px;
  background: #972525;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-range-hour input[type="range"]::-ms-thumb:hover {
  transform: scale(1.1);
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-range-hour .robot-hour-value {
  font-size: 1rem;
  color: #ffffff;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-orb-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-orb-grid .robot-orb-item {
  background: #282c30;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-orb-grid .robot-orb-item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-orb-grid .robot-orb-item .robot-orb-name {
  min-height: 1.6875rem;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-orb-grid .robot-orb-item .robot-orb-price {
  color: #999999;
  font-size: 0.85rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-orb-grid .robot-orb-item .robot-amount-control {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  padding: 0.25rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-orb-grid .robot-orb-item .robot-amount-control button {
  width: 24px;
  height: 24px;
  border: none;
  background: #7c2cec33;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-orb-grid .robot-orb-item .robot-amount-control button:hover {
  background: #7c2cec;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-orb-grid .robot-orb-item .robot-amount-control input {
  width: 32px;
  border: none;
  background: none;
  color: #ffffff;
  font-size: 0.9rem;
  text-align: center;
  padding: 0;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-orb-grid .robot-orb-item .robot-amount-control input::-webkit-inner-spin-button,
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-orb-grid .robot-orb-item .robot-amount-control input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group#robot_d.robot-subtract {
  display: none;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-lobby-info {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-lobby-info p {
  color: #999999;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-lobby-info p:first-child {
  margin-bottom: 0.5rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-price-info .robot-price {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-price-info .robot-price .robot-price-title {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 600;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-price-info .robot-price .robot-amount {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 600;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-price-info .robot-time-estimate {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-price-info .robot-time-estimate img {
  width: 20px;
  height: 20px;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-price-info .robot-time-estimate span {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-price-info .robot-time-estimate span.robot-secondary {
  color: #999999;
  margin-left: 0.25rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-price-info .robot-buy-button {
  width: 100%;
  background-color: #972525;
  color: #ffffff;
  padding: 1rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-price-info .robot-buy-button svg {
  transition: transform 0.3s ease;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-price-info .robot-buy-button:hover {
  background-color: #7440ff;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-price-info .robot-buy-button:hover svg {
  transform: translateX(5px);
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-nuke-cards {
  margin-bottom: 1.5rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-nuke-cards h3 {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-nuke-cards h3 .robot-required {
  color: #ff4040;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-nuke-cards h3 .robot-info-icon {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  cursor: pointer;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-nuke-cards h3 .robot-info-icon:hover::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #999999;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 500;
  white-space: normal;
  width: 15.625rem;
  margin-bottom: 0.5rem;
  z-index: 10;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-nuke-cards .robot-cards-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 8px;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-nuke-cards .robot-cards-list .robot-card-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-nuke-cards .robot-cards-list .robot-card-item:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-nuke-cards .robot-cards-list .robot-card-item.active {
  background: rgba(140, 82, 255, 0.1);
  border-color: #972525;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-nuke-cards .robot-cards-list .robot-card-item.active .robot-card-checkbox {
  background: #972525;
  border-color: #972525;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-nuke-cards .robot-cards-list .robot-card-item.active .robot-card-checkbox svg {
  opacity: 1;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-nuke-cards .robot-cards-list .robot-card-item .robot-card-checkbox {
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-nuke-cards .robot-cards-list .robot-card-item .robot-card-checkbox svg {
  opacity: 0;
  color: #ffffff;
  transition: opacity 0.2s ease;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-nuke-cards .robot-cards-list .robot-card-item .robot-card-info {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-nuke-cards .robot-cards-list .robot-card-item .robot-card-info .robot-card-name {
  color: #ffffff;
  font-weight: 500;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-nuke-cards .robot-cards-list .robot-card-item .robot-card-info .robot-card-price {
  color: #ffffff;
  font-weight: 600;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-nuke-cards .active_DiscountBundle_show {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  padding: 1.5rem 0;
  background-color: #232529;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-nuke-cards .active_DiscountBundle_show span {
  display: block;
  text-align: center;
  margin-bottom: 0.7rem;
  font-weight: 600;
  color: #999999;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-nuke-cards .active_DiscountBundle_show span:last-child {
  color: #ffd700;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-nuke-cards.Discount_for_Progress {
  display: none;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-nuke-cards.SelectBundle#robot_c {
  display: none;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-schematics-type {
  margin-bottom: 1.5rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-schematics-type h3 {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-schematics-type h3 .robot-required {
  color: #ff4040;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-schematics-type h3 .robot-info-icon {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  cursor: pointer;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-schematics-type h3 .robot-info-icon:hover::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #999999;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 500;
  white-space: normal;
  width: 15.625rem;
  margin-bottom: 0.5rem;
  z-index: 10;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-schematics-type .robot-type-list .robot-type-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  overflow: hidden;
  background: #282c30;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-schematics-type .robot-type-list .robot-type-item .robot-type-header {
  padding: 0.6rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-schematics-type .robot-type-list .robot-type-item .robot-type-header .robot-type-arrow {
  color: #ffffff;
  transition: transform 0.3s ease;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-schematics-type .robot-type-list .robot-type-item .robot-type-content {
  display: none;
  max-height: 15rem;
  padding: 0.5rem 0rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow-y: auto;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-schematics-type .robot-type-list .robot-type-item .robot-type-content .robot-type-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  color: #999999;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-schematics-type .robot-type-list .robot-type-item .robot-type-content .robot-type-option:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-schematics-type .robot-type-list .robot-type-item .robot-type-content .robot-type-option label {
  color: #999999;
  font-size: 0.9rem;
  cursor: pointer;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-schematics-type .robot-type-list .robot-type-item.active .robot-type-arrow {
  transform: rotate(180deg);
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-schematics-type .robot-type-list .robot-type-item.active .robot-type-content {
  display: block;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-utkpgm {
  width: 110%;
  padding: 1.8rem 1rem;
  margin-left: -10%;
  margin-bottom: 1.5rem;
  background-color: #2f353a;
  font-weight: 600;
  text-align: center;
  color: #999;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-weapons {
  width: 110%;
  padding: 1.8rem 1rem;
  margin-left: -10%;
  margin-bottom: 1.5rem;
  background-color: #2f353a;
  font-weight: 600;
  text-align: center;
  color: #999;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-weapons p {
  text-align: start;
  padding-left: 32px;
  margin-bottom: 10px;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-weapons p:nth-of-type(3) {
  color: #ffd700;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-weapons p:nth-of-type(4) {
  color: #e5e4e2;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-weapons p:nth-of-type(5) {
  color: #03ffff;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-process-link {
  display: block;
  margin-top: 2rem;
  text-decoration: none;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-process-link .robot-process-button {
  width: 100%;
  background: #282c30;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 1rem;
  color: #ffffff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-process-link .robot-process-button svg {
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-process-link .robot-process-button:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-process-link .robot-process-button:hover svg {
  transform: rotate(180deg) translateY(-2px);
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-service-guarantee {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-service-guarantee .robot-guarantee-item {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-service-guarantee .robot-guarantee-item img {
  width: 24px;
  height: 24px;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-service-guarantee .robot-guarantee-item span {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
}
.robot-product-detail .robot-detail-right .robot-detail-right-content .robot-service-guarantee .robot-guarantee-item:hover::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #282c30;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 500;
  white-space: normal;
  width: 15.625rem;
  margin-bottom: 0.5rem;
  z-index: 10;
}
.robot-product-detail .robot-service-cards {
  position: relative;
  margin-bottom: 4rem;
  padding: 7rem 1.5rem 5rem;
  background-color: #212226;
}
.robot-product-detail .robot-service-cards::before {
  content: "You may also like";
  position: absolute;
  top: -3.5rem;
  left: 1.56rem;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 600;
}
.robot-product-detail .robot-service-cards .service-swiper .swiper-button-prev,
.robot-product-detail .robot-service-cards .service-swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #972525;
  border-radius: 50%;
  color: #ffffff;
}
.robot-product-detail .robot-service-cards .service-swiper .swiper-button-prev:after,
.robot-product-detail .robot-service-cards .service-swiper .swiper-button-next:after {
  font-size: 1.25rem;
}
.robot-product-detail .robot-service-cards .service-swiper .swiper-button-prev:hover,
.robot-product-detail .robot-service-cards .service-swiper .swiper-button-next:hover {
  background-color: #7440ff;
}
.robot-product-detail .robot-service-cards .service-swiper .swiper-button-prev.swiper-button-disabled,
.robot-product-detail .robot-service-cards .service-swiper .swiper-button-next.swiper-button-disabled {
  display: none;
}
.robot-product-detail .robot-service-cards .service-swiper .swiper-button-prev {
  left: 1rem;
}
.robot-product-detail .robot-service-cards .service-swiper .swiper-button-next {
  right: 1rem;
}
.robot-product-detail .robot-service-cards .robot-service-card {
  display: block;
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.robot-product-detail .robot-service-cards .robot-service-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.robot-product-detail .robot-service-cards .robot-service-card:hover .robot-card-image img {
  transform: scale(1.05);
}
.robot-product-detail .robot-service-cards .robot-service-card:hover .robot-buy-button {
  background-color: #7440ff;
}
.robot-product-detail .robot-service-cards .robot-service-card .robot-card-image {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}
.robot-product-detail .robot-service-cards .robot-service-card .robot-card-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  pointer-events: none;
}
.robot-product-detail .robot-service-cards .robot-service-card .robot-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.robot-product-detail .robot-service-cards .robot-service-card .robot-card-image .robot-tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}
.robot-product-detail .robot-service-cards .robot-service-card .robot-card-image .robot-tag.robot-new {
  background-color: #4caf50;
}
.robot-product-detail .robot-service-cards .robot-service-card .robot-card-content {
  position: relative;
  padding: 1.3rem;
  text-align: left;
}
.robot-product-detail .robot-service-cards .robot-service-card .robot-card-content::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to top, #1a1a1a, transparent);
  pointer-events: none;
}
.robot-product-detail .robot-service-cards .robot-service-card .robot-card-content .robot-service-title {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 500;
}
.robot-product-detail .robot-service-cards .robot-service-card .robot-card-content .robot-features {
  margin-bottom: 1.5rem;
  padding-left: 1.25rem;
}
.robot-product-detail .robot-service-cards .robot-service-card .robot-card-content .robot-features .robot-feature-item {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
  position: relative;
}
.robot-product-detail .robot-service-cards .robot-service-card .robot-card-content .robot-features .robot-feature-item:before {
  content: "•";
  position: absolute;
  left: -1.25rem;
}
.robot-product-detail .robot-service-cards .robot-service-card .robot-card-content .robot-features .robot-feature-item:last-child {
  margin-bottom: 0;
}
.robot-product-detail .robot-service-cards .robot-service-card .robot-card-content .robot-features .robot-feature-item.robot-feature-active {
  color: #972525;
}
.robot-product-detail .robot-service-cards .robot-service-card .robot-card-content .robot-features .robot-feature-item.robot-feature-active:before {
  content: "•";
  position: absolute;
  left: -1.25rem;
  color: #972525;
}
.robot-product-detail .robot-service-cards .robot-service-card .robot-card-content .robot-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.robot-product-detail .robot-service-cards .robot-service-card .robot-card-content .robot-card-footer .robot-price {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  gap: 0.25rem;
}
.robot-product-detail .robot-service-cards .robot-service-card .robot-card-content .robot-card-footer .robot-price .robot-secondary {
  font-size: 0.8rem;
  color: #999999;
}
.robot-product-detail .robot-service-cards .robot-service-card .robot-card-content .robot-card-footer .robot-buy-button {
  width: fit-content;
  background-color: #972525;
  color: white;
  border: none;
  padding: 0.4rem 0.7rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.robot-product-detail .robot-service-cards .robot-service-card .robot-card-content .robot-card-footer .robot-buy-button svg {
  transition: transform 0.2s ease;
}
.robot-product-detail .robot-service-cards .robot-service-card .robot-card-content .robot-card-footer .robot-buy-button:hover {
  background-color: #7440ff;
  transform: translateY(-1px);
}
.robot-product-detail .robot-service-cards .robot-service-card .robot-card-content .robot-card-footer .robot-buy-button:hover svg {
  transform: translateX(3px);
}
.robot-product-detail .robot-reviews {
  margin-bottom: 6rem;
}
.robot-product-detail .robot-reviews .robot-reviews-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.robot-product-detail .robot-reviews .robot-reviews-header .robot-reviews-title {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 700;
}
.robot-product-detail .robot-reviews .robot-reviews-header .robot-reviews-more {
  width: fit-content;
  background-color: #00b67a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0.65rem 0.95rem;
  border-radius: 6px;
  color: #ffffff;
  transition: all 0.2s ease;
}
.robot-product-detail .robot-reviews .robot-reviews-header .robot-reviews-more span {
  color: #ffffff;
  font-weight: 600;
}
.robot-product-detail .robot-reviews .robot-reviews-header .robot-reviews-more svg {
  transition: transform 0.2s ease;
}
.robot-product-detail .robot-reviews .robot-reviews-header .robot-reviews-more:hover {
  background-color: #009d69;
}
.robot-product-detail .robot-reviews .robot-reviews-header .robot-reviews-more:hover svg {
  transform: translateX(3px);
}
.robot-product-detail .robot-reviews .robot-reviews-swiper {
  position: relative;
  margin-bottom: 2rem;
}
.robot-product-detail .robot-reviews .robot-reviews-swiper .swiper-wrapper .swiper-slide .robot-review-card {
  background: #222428;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 1.5rem;
  height: 100%;
}
.robot-product-detail .robot-reviews .robot-reviews-swiper .swiper-wrapper .swiper-slide .robot-review-card .robot-review-user {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 1rem;
}
.robot-product-detail .robot-reviews .robot-reviews-swiper .swiper-wrapper .swiper-slide .robot-review-card .robot-review-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
.robot-product-detail .robot-reviews .robot-reviews-swiper .swiper-wrapper .swiper-slide .robot-review-card .robot-review-user .robot-user-info {
  flex: 1;
}
.robot-product-detail .robot-reviews .robot-reviews-swiper .swiper-wrapper .swiper-slide .robot-review-card .robot-review-user .robot-user-info h4 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.robot-product-detail .robot-reviews .robot-reviews-swiper .swiper-wrapper .swiper-slide .robot-review-card .robot-review-user .robot-user-info span {
  color: #999999;
  font-size: 0.875rem;
}
.robot-product-detail .robot-reviews .robot-reviews-swiper .swiper-wrapper .swiper-slide .robot-review-card .robot-review-user .robot-review-star {
  color: #00b67a;
  font-size: 1.25rem;
}
.robot-product-detail .robot-reviews .robot-reviews-swiper .swiper-wrapper .swiper-slide .robot-review-card .robot-review-text {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .robot-product-detail {
    padding: 4rem 0 2rem;
  }
  .robot-product-detail .robot-container {
    padding: 0 1rem;
  }
  .robot-product-detail .robot-detail-content {
    flex-direction: column;
  }
  .robot-product-detail .robot-detail-right {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper {
    position: relative;
    top: 0;
  }
  .robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-option-group .robot-orb-grid {
    grid-template-columns: 1fr;
  }
  .robot-product-detail .robot-detail-right .robot-detail-right-content .robot-config-wrapper .robot-config-options .robot-utkpgm {
    width: 105%;
    margin-left: -5%;
  }
  .robot-product-detail .robot-detail-left .robot-product-header {
    padding: 4rem 2rem 0;
  }
  .robot-product-detail .robot-detail-left .robot-product-header .robot-product-title {
    font-size: 2rem;
  }
  .robot-product-detail .robot-service-cards {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0 1rem;
  }
  .robot-product-detail .robot-service-guarantee .robot-guarantee-item:hover::before {
    width: 12.5rem;
  }
}
