.acc-page .acc-hero {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 24px;
}

.acc-page .acc-hero h2 {
  margin-bottom: 8px;
}

.acc-page .acc-card-title {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.acc-page .acc-subtitle {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.acc-page .acc-buy {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
}

.acc-page .acc-spec-title {
  margin-bottom: 14px;
}

.acc-page .table td,
.acc-page .table th {
  vertical-align: middle;
}

.acc-page .acc-note {
  font-size: 0.85rem;
}

/* 2-column dropdown cards (image + text + grey footer + down arrow) */
.acc-page .acc-dropgrid {
  margin-bottom: 24px;
}

.acc-page .acc-dropcard {
  display: block;
  color: inherit;
  text-decoration: none;
  background: #f2f2f2;
  height: 100%;
}

.acc-page .acc-dropcard:hover {
  text-decoration: none;
  color: inherit;
}

.acc-page .acc-dropcard-body {
  padding: 18px 18px 0;
}

.acc-page .acc-dropcard-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 12px;
}

.acc-page .acc-dropcard-text {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 14px;
}

.acc-page .acc-dropcard-footer {
  position: relative;
  background: #4b555b;
  color: #fff;
  padding: 14px 44px 14px 18px;
  margin-top: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.acc-page .acc-dropcard-footer::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-30%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid rgba(255, 255, 255, 0.95);
}

/* Buy button (red bar, cart icon left, chevron right) */
.acc-page .acc-buywrap {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.acc-page .acc-buybtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 10px 15px;
  background-color: #c84533!important;
  color: #fff !important;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none !important;
  position: relative;
  max-width: 220px;
}

.acc-page .acc-buybtn:hover {
  color: #fff;
  text-decoration: none;
}

.acc-page .acc-buybtn .acc-buyicon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.acc-page .acc-buybtn::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid rgba(255, 255, 255, 0.95);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

/* Specs list like refer.jsp product-detail */
.acc-page .acc-spec .product-detail {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.acc-page .acc-spec .product-detail li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.acc-page .acc-spec .product-detail h3 {
  font-size: 1rem;
  margin: 0 0 6px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
}

.acc-page .acc-spec .product-detail p {
  margin: 0;
}
