
:root {
  font-family: 'Futura PT', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  font-weight: 300;
  color-scheme: light;
  color: #333;
  background-color: #ffffff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  min-height: 100vh;
  background-color: #e4eee6;
  font-family: 'Futura PT', Tahoma, Geneva, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
}

.btn {
  border-radius: 0.375rem;
  font-weight: 500;
  transition: all 0.15s ease-in-out;
}

.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: box-shadow 0.15s ease-in-out;
}

.card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
}

.form-control:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.badge {
  font-weight: 500;
  padding: 0.4rem 0.6rem;
  font-size: 60%;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Animation utilities */
.fade-in {
  animation: fadeIn 0.3s ease-in;
}

.hidden {
  visibility: hidden;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Utility classes */
.text-decoration-none {
  text-decoration: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.text-primary {
  color: #3A606E;
}

/* Bootstrap overrides */
.btn-primary {
  background-color: #4A4E69;
  border-color: #4A4E69;
}

.btn-primary:hover {
  background-color: #4A4E69;
  border-color: #4A4E69;
}

/*.btn-success {
  background-color: #7AC74F;
  border-color: #7AC74F;
}

.btn-success:hover {
  background-color: #7AC74F;
  border-color: #7AC74F;
}

.btn-outline-success {
  color: #7AC74F;
  border-color: #7AC74F;
}

.btn-outline-success:hover {
  background-color: #7AC74F;
}*/

.form-control:focus {
  border-color: #BBC0C5;
  box-shadow: 0 0 0 0.2rem #9DA9AD;
}

.nav-link {
  color: #333;
}

.breadcrumb {
  background-color: transparent;
}

/* Responsive improvements */
@media (max-width: 767.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-body {
    padding: 1rem;
  }

  .btn-lg {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}

#bgv {
   width: 100%;
   /*height: 100vh;*/
   object-fit: scale-down;
   right: 0;
   top: 0;
   bottom: 0;
   margin-top: -6ex
}

@font-face {
    font-family:'futura-pt-bold';
    src: url('/a/fonts/FuturaPT-Bold/fptb.eot'); /* IE9 Compat Modes */
    src: url('/a/fonts/FuturaPT-Bold/fptb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/a/fonts/FuturaPT-Bold/fptb.woff') format('woff'), /* Modern Browsers */
         url('/a/fonts/FuturaPT-Bold/fptb.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.price {
  font-size: 34px;
}
.price, .spc {
  color: #272019;
  font-weight: 700;
}
.spcl {
  font-weight: 300;
}
.price, .spc, .spcl {
  font-family: 'Futura PT',sans-serif;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 0;
}

.col-thumbnails {
  position: relative;
}

.sticky {
  min-height: auto!important;
  position: sticky!important;
  top: 2ex;
  z-index: 10;
}

