/* Breadcrumb */
.breadcrumb {
  color: #7a869a;
  font-size: 14px;
  margin-bottom: 20px;
}

/* Layout */
.top {
  display: flex;
  gap: 40px;
}

.left {
  flex: 2;
}

.right {
  flex: 1;
}

/* Title */
.title {
  font-size: 44px;
  font-weight: 800;
}

.subtitle {
  margin: 10px 0 20px;
  color: #5f6b7a;
}

/* Rating */
.rating {
  margin: 15px 0;
  color: #2f6fed;
}

/* Inline specs */
.inline-specs {
  display: flex;
  gap: 40px;
  margin-top: 30px;
  border-top: 1px solid #e6ecf5;
  padding-top: 20px;
}

.inline-specs div {
  font-size: 14px;
}

.inline-specs strong {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}

/* Right Card */
.card {
  background: #fff;
  border: 1px solid #e6ecf5;
  border-radius: 12px;
  padding: 20px;
}

/* Price */
.price {
  font-size: 28px;
  color: #2f6fed;
  font-weight: bold;
}

.old {
  text-decoration: line-through;
  color: #888;
  margin-left: 10px;
}

.badge {
  background: #e8efff;
  color: #2f6fed;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 12px;
  margin-left: 10px;
}

/* Options */
.option {
  margin-top: 15px;
}

.option p {
  margin-bottom: 5px;
}

.option button {
  padding: 8px 12px;
  border: 1px solid #d6deea;
  background: #fff;
  border-radius: 6px;
  margin-right: 5px;
  cursor: pointer;
}

.option .active {
  border-color: #2f6fed;
  color: #2f6fed;
}

/* Quantity */
.qty {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.qty button {
  width: 30px;
  height: 30px;
}

/* Buttons */
.btn {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

.cart {
  background: #2f6fed;
  color: white;
}

.buy {
  background: #e8efff;
  color: #2f6fed;
}

/* Trust row */
.trust {
  font-size: 13px;
  color: #6b778c;
  margin-top: 10px;
}

/* Feature strip */
.features {
  display: flex;
  background: #fff;
  margin: 30px 0;
  border: 1px solid #e6ecf5;
  border-radius: 12px;
}

.features div {
  flex: 1;
  padding: 20px;
  text-align: center;
  border-right: 1px solid #e6ecf5;
}

.features div:last-child {
  border-right: none;
}

/* Tabs */
.tabs {
  display: flex;
  border-bottom: 1px solid #e6ecf5;
}

.tab {
  padding: 12px 20px;
  cursor: pointer;
  color: #6b778c;
}

.tab.active {
  color: #2f6fed;
  border-bottom: 3px solid #2f6fed;
}

/* Description box */
.box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e6ecf5;
  margin-top: 15px;
}

/* Grid below */
.specs-grid {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.specs-grid .box {
  flex: 1;
}

/* Table */
table {
  width: 100%;
  border-collapse: collapse;
}

td {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

/* Steps */
.steps {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.step {
  flex: 1;
}

/* Reviews */
.reviews {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.bars div {
  height: 6px;
  background: #e6ecf5;
  margin: 6px 0;
  position: relative;
}

.bars span {
  display: block;
  height: 100%;
  background: #2f6fed;
}

/* Sticky */
.sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #e6ecf5;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}

.space-v {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*# sourceMappingURL=show.css.map */
