.single-product .single-product__product-info,
.single-product .single-product__product-tabs,
.single-product .single-product__related {
  padding-bottom: 5rem;
}

.single-product .single-product__breadcrumb-bar {
  background-color: #f1f1f1;
}

.single-product .single-product__gallery {
  top: 1.25rem;
}

.single-product .single-product__main-image {
  background-color: #fff;
}

.single-product .single-product__main-image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-product .single-product__main-image--zoomable {
  cursor: zoom-in;
}

.single-product .single-product__zoom-icon {
  bottom: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  color: #666;
}

.single-product .single-product__main-image--zoomable:hover .single-product__zoom-icon,
.single-product .single-product__main-image--zoomable:focus .single-product__zoom-icon {
  opacity: 1;
}

.single-product .single-product__thumb {
  aspect-ratio: 1/1;
  border: 0;
  background-color: #fff;
  transition: box-shadow 0.2s ease;
}

.single-product .single-product__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-product .single-product__thumb:hover, .single-product .single-product__thumb--active {
  box-shadow: 0 0 0 0.125rem #72C92C;
}

.single-product .single-product__warranty-badge {
  width: 5rem;
}

.single-product .single-product__category-badge {
  background-color: #72C92C;
  color: #fff;
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  transition: background-color 0.2s ease;
}

.single-product .single-product__category-badge:hover {
  background-color: #007a29;
  color: #fff;
}

.single-product .single-product__title {
  font-size: 2.125rem;
  font-weight: 800;
  color: #111;
}

@media screen and (min-width: 992px) {
  .single-product .single-product__title {
    font-size: 2.625rem;
  }
}
.single-product .single-product__option-label,
.single-product .single-product__kit-heading {
  font-size: 1rem;
  letter-spacing: -0.04rem;
  color: #000;
}

.single-product .single-product__tier-btn {
  height: 3rem;
  border: 2px solid #72C92C;
  background-color: #fff;
  font-family: "pill-gothic-300mg", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #000;
  transition: background-color 0.2s ease;
}

.single-product .single-product__tier-btn:hover {
  background-color: rgba(114, 201, 44, 0.15);
}

.single-product .single-product__tier-btn--active, .single-product .single-product__tier-btn--active:hover {
  background-color: #72C92C;
}

.single-product .single-product__btn-dealer {
  height: 3rem;
  border: 2px solid #72C92C;
  background-color: #72C92C;
  font-family: "pill-gothic-300mg", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.single-product .single-product__btn-dealer:hover {
  background-color: #007a29;
  border-color: #007a29;
  color: #000;
}

.single-product .single-product__sku-tag {
  background-color: #fff;
  color: #000;
  font-family: "pill-gothic-300mg", sans-serif;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

.single-product .single-product__warranty {
  background-color: rgba(114, 201, 44, 0.12);
  border: 1px solid rgba(114, 201, 44, 0.25);
  color: #007a29;
}

.single-product .single-product__brands strong {
  color: #111;
}

.single-product .single-product__section-title {
  font-size: 1.375rem;
  color: #111;
}

.single-product .nav-tabs {
  border-bottom-color: rgba(0, 0, 0, 0.3);
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.single-product .nav-tabs::-webkit-scrollbar {
  display: none;
}

.single-product .nav-tabs .nav-item {
  flex-shrink: 0;
}

.single-product .nav-tabs .nav-link {
  font-family: "pill-gothic-300mg", sans-serif;
  background: none;
  border: 0;
  border-bottom: 0.1875rem solid transparent;
  color: #111;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.single-product .nav-tabs .nav-link:hover {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

.single-product .nav-tabs .nav-link.active {
  border-bottom-color: #72C92C;
}

.single-product .single-product__spec-card {
  background-color: #fff;
  border-radius: 1.5rem;
}

.single-product .single-product__spec-grid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

.single-product .single-product__spec-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.single-product .single-product__spec-table tr {
  border-bottom: 1px solid #ddd;
}

.single-product .single-product__spec-table tr:last-child {
  border-bottom: 0;
}

.single-product .single-product__spec-table th,
.single-product .single-product__spec-table td {
  padding: 0.9375rem 0;
  vertical-align: top;
  text-align: left;
}

.single-product .single-product__spec-table th {
  padding-right: 1rem;
  white-space: nowrap;
  width: 1%;
}

.single-product .single-product__spec-table td {
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .single-product .single-product__spec-table th,
  .single-product .single-product__spec-table td {
    width: 50%;
    white-space: normal;
  }
}
.single-product .single-product__spec-label {
  font-family: "archivo-semi-expanded", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.04rem;
  color: #111;
}

.single-product .single-product__spec-value {
  color: #111;
}

.single-product .single-product__spec-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-product .single-product__spec-block li {
  padding: 0.5rem 0;
  color: #454545;
  border-bottom: 1px solid #eee;
}

.single-product .single-product__spec-block li:last-child {
  border-bottom: 0;
}

.single-product .single-product__related {
  background-color: #f1f1f1;
}

/*# sourceMappingURL=single-product.css.map*/