@font-face {
  font-family: aileron;
  src: url(fonts/aileron-latin-400-normal.woff2);
}

@font-face {
  font-family: aileron-600;
  src: url(fonts/aileron-latin-600-normal.woff2);
}

@font-face {
  font-family: stix-two;
  src: url(fonts/STIXTwoText-VariableFont_wght.ttf);
}

.bg-blue-copeland {
  background-color: #0f3cff;
}

.copeland-header {
  font-family: aileron-600;
  font-size: 23px;
  font-weight: 400;
  font-family: stix-two;
}

.copeland-product-name {
  font-family: aileron;
  font-size: 18px;
  font-weight: 600;
  color: #1e1e1e;
  font-family: stix-two;
}

.copeland-product-parts {
  font-family: aileron;
  font-size: 14px;
  font-weight: 400;
  color: #1e1e1e;
}

.carousel-item img {
  max-width: 350px;
  max-height: 350px;
  /* fixed width */
  -o-object-fit: contain;
     object-fit: contain;
  /* keeps aspect ratio, crops if needed */
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
  /* center the image horizontally */
  border: #eaeaea 1px solid;
}

.product-detail-list {
  font-family: aileron;
  font-size: 12px;
  font-weight: 400;
  max-height: 250px;
  min-height: 200px;
}

.btn-capeland-custom {
  background-color: #0f3cff;
  /* custom blue */
  color: #fff;
  /* white text */
  border: 1px solid #0f3cff;
  /* darker border */
  width: 180px;
}

.btn-custom:hover {
  background-color: #357ab7;
  /* darker on hover */
  border-color: #2d6396;
}

.close {
  opacity: 1 !important;
  /* always fully visible */
}

.custom-container {
  padding-left: 8px;
  /* change left padding */
  padding-right: 8px;
  /* change right padding */
}

.custom-container2 {
  padding-left: 23px;
  /* change left padding */
  padding-right: 8px;
  /* change right padding */
}

/* Style for circular indicators */
.carousel-indicators {
  margin-bottom: -30px;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #999;
}

.carousel-indicators .active {
  background-color: #333;
}
/*# sourceMappingURL=pop-up.css.map */