/** Shopify CDN: Minification failed

Line 36:38 Expected identifier but found bad string token
Line 36:39 Unterminated string token

**/
/* 
  Add here your own custom css styles
*/

/* Jude O'Tooles Own CSS */

.bg-jude {
  background-color: #ACB2C6;
}
.bg-light-blue {
  background-color: #92AFD1;
}

.navbar-logo {
  flex-shrink: 0;
}

#shopify-section-template--19366782468209__featured_products_nXJKQn h2 {
  font-family: "Orbitron", sans-serif;
}

.navbar-logo-text {
  font-size: 2.5rem;
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.05em;
  white-space: nowrap;
  /* margin-left: 120px; */
  font-weight: <900>;
  font-family: "Orbitron", sans-serif;"
  font-style: italic;
  /* font-family: Georgia, serif; */
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%); */

}

/* .btn.btn-atc { */
/* .btn.btn-atc.btn-primary {
  --bs-btn-bg: #0b6200ff;
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #002862;
  --btn-hover-bg: #04ff04ff;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-border-color: #455a64;
  --bs-btn-active-bg: #455a64;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-border-color: #455a64;
  --bs-btn-font-weight: 500;
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.3rem;
  background-color: #ff50e8ff;
  color: #04ff04ff;
  border-radius: 0.0rem;
  letter-spacing: 1px;
  font-size: 1rem;
  background-image: linear-gradient(135deg, #002862 0%, #001a45 100%);
  transition: all 0.3s ease;
} */

.btn.btn-atc.btn-primary {
  background-color: #002862;
  border-color: #002862;
  color: #ffffff;
  border-radius: 0.0rem;
}

.btn.btn-atc:hover {
  /* background-image: linear-gradient(135deg, #455a64 0%, #37474f 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); */
  background-color: #ffffffff;
  /* background-color: #ff50e8ff; */
  border-color: #002862;
  color: #002862 !important;
  /* background-image: linear-gradient(135deg, #455a64 0%, #37474f 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); */
}

/* Equal height swiper slides */
.featured-products .swiper-wrapper {
  align-items: stretch;
}
.featured-products .swiper-slide {
  height: auto;
} /* Make product card a flex column filling full height */
.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
} /* Override the existing display:block on the link */
.product-card-link {
  display: flex !important;
  flex-direction: column;
  flex: 1;
} /* Push ATC form to the bottom */
product-form {
  margin-top: auto;
}

/* #shopify-section-template--19366782468209__hero_carousel_7AFh8M [class*="btn"] {
  transition: all 0.25s ease;
}

#shopify-section-template--19366782468209__hero_carousel_7AFh8M [class*="btn"]:hover {
  background-color: #df39e1
  transition: all 0.25s ease;
} */

