@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;700&display=swap");

body {
  background-color: #000;
  color: #000;
  height: 100dvh;
  width: 100dvw;
}

.app {
  width: 100dvw;
  height: 100dvh;
  max-width: 1024px;
  max-height: 768px;
  background-image: url("../images/Wine_App_Home.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.main-container {
  min-height: 768px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.logo-container {
  max-width: 324px;
  width: 100%;
}

.filters-logo {
  padding-top: 20px;
  margin: 0 auto;
  display: block;
  width: 120px;
}

.filters-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  font-family: "Kaisei Opti", serif;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.form-control,
.form-select {
  background-color: #ffffff;
  border: none !important;
  border-radius: 0px !important;
  min-height: 32px;
  padding: 12px 16px !important;
  font-size: 18px;
  color: #7a5a15;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) !important;
  font-family: inherit;
}

.form-control::placeholder,
.form-select::placeholder {
  color: #b8a983;
  font-weight: 700;
  font-family: "Kaisei Opti", serif;
}

.form-control:focus,
.form-select:focus {
  outline: none !important;
  border: none !important;
  box-shadow: 0 0 0 2px rgba(182, 140, 46, 0.4) !important;
}

.form-control:hover,
.form-select:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
}

.form-select {
  background-image: linear-gradient(45deg, transparent 50%, #b68c2e 50%),
    linear-gradient(135deg, #b68c2e 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% + 3px), calc(100% - 12px) calc(50% + 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 40px !important;
}

.form-select:focus {
  background-image: linear-gradient(45deg, transparent 50%, #7a5a15 50%),
    linear-gradient(135deg, #7a5a15 50%, transparent 50%);
}

.input-group {
  border-radius: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  line-height: 0;
}

.btn {
  font-size: 16px;
  font-family: "Kaisei Opti", serif;
  border-radius: 0;
  padding: 12px 18px;
  line-height: 26px;
  font-weight: 700;
}

aside .btn {
  font-size: 12px;
  padding: 2px 18px;
}

.btn.btn-secondary {
  background-color: #26272b;
  border-color: #ffffff;
  color: #ffffff;
}

.btn.btn-primary {
  background-color: #b68c2e;
  border-color: #b68c2e;
}

.input-group .btn {
  background-color: #ffffff;
  border: none !important;
  border-radius: 0 !important;
  padding: 0px 20px;
  font-size: 14px;
  color: #7a5a15;
  box-shadow: none !important;
}

.input-group .btn:hover {
  background-color: #f7f0db;
  color: #7a5a15;
}

.input-group .form-control {
  border-radius: 0 !important;
  box-shadow: none !important;
  border-right: none !important;
  font-family: "Kaisei Opti", serif;
  color: #7a5a15;
}

.input-group {
  border-radius: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  line-height: 0;
}

.row > .is-hidden {
  display: none !important;
}

.footer {
  /* background-color: #fff; */
  /* border-top: 3px solid #b68c2e; */
  text-align: center;
  color: #b68c2e;
  line-height: 52px;
  /* position: fixed; */
  /* bottom: 0; */
  /* left: 0; */
  width: 100%;
  z-index: 1000;
  font-family: "Kaisei Opti", serif;
  font-size: 12px;
  font-weight: 700;
}

.footer img {
  display: inline-block;
}

.filter-menu {
  padding-top: 90px;
  width: 300px;
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  background-color: rgba(182, 140, 46, 0.6);
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;

  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.filter-menu.is-active {
  left: 0px;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
  background-image: url("../images/logo-saks-white.svg");
  background-repeat: no-repeat;
  background-position: center 18px;
  background-size: 120px auto;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #26272b;
  border-color: #26272b;
}

.filter-sucursales .btn {
  /* opacity: 0.7; */
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.filter-sucursales .btn.active {
  opacity: 1;
  transform: scale(1.2);
}

.btn-sucursal {
  padding: 12px 48px;
}

#close-filter {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("../images/cross.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}

#btn-open-filters {
  margin-right: 30px;
  margin-top: 10px;
  width: 120px;
}

#btn-open-filters > svg {
  width: 16px;
  margin-right: 4px;
  height: 16px;
  padding: 0;
  display: inline-block;
  margin-top: -3px;
}

.table-wood {
  width: 100%;
  display: block;
  height: 100%;
  background-image: url("/assets/images/tablewood.jpg");
  background-position: center 608px;
  background-size: 100% auto;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
}

.wines-result {
  position: relative;
  width: 100%;
  margin: 0;
}

.custom-swiper-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 108px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.custom-swiper-prev {
  left: 10px;
}

.custom-swiper-next {
  right: 10px;
}

.wines-result-swiper .swiper-button-next,
.wines-result-swiper .swiper-button-prev {
  display: none;
}

.wine-button {
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
  transition: all 0.3s ease;
}

.wine-button:hover {
  transform: scale(1.1) translateY(-10px);
}

.wine-price {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #555;
  width: 100%;
}

.wine-button img {

  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.wine-button img,
.custom-swiper-nav {
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 1));
  -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 1));
}

.wine-button:hover img {
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 1));
  -webkit-filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 1));
}

.modal {
  position: absolute;
}

.modal-content {
  background-color: #fff;
  border: 2px solid #d4a253;
}

.modal-header {
  border-bottom: 1px solid #d4a253;
}

.modal-separator {
  height: 5px;
  width: 100%;
  display: block;
  position: relative;
  background-image: url("/assets/images/separator.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin-bottom: 1rem;
}

.modal .wine-prices {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
}

.modal .wine-prices a {
  text-decoration: none;
  vertical-align: middle;
  color: #d4a253;
  font-weight: 600;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left 50%;
  background-size: auto 20px;
  width: 100%;
}

.modal .wine-prices .price-botella {
  background-image: url("/assets/images/icon-precio-botella.png");
  background-position: 14px center;
}

.modal .wine-prices .price-copa {
  background-image: url("/assets/images/icon-precio-copa.png");
  background-position: 14px center;
}

.modal .wine-prices .price-caja {
  background-image: url("/assets/images/icon-precio-caja.png");
}

.modal .wine-prices .price-botella-llevar {
  background-image: url("/assets/images/icon-precio-botella-llevar.png");
  background-position: 14px center;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
}

.loader-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #d4a253;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.text-gold {
  color: #d4a253;
}

.title-vino-modal {
  font-size: 30px;
  font-weight: 700;
  font-family: "Kaisei Opti", serif;
  font-weight: 500;
  text-align: left;
  line-height: 1.2em;
  margin-bottom: 1rem;
}

.subtitle-vino-modal {
  font-size: 24px;
  font-weight: 700;
  font-family: "Kaisei Opti", serif;
  font-weight: 500;
  text-align: left;
  line-height: 1.2em;
}

.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
  margin-bottom: 0;
}

.modal-lg {
  max-width: 90%;
}