<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Baskervville:100,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900);
.select2-dropdown {
  border-color: #F3E4C7 !important;
}

.select2-bigdrop {
  width: auto !important;
  white-space: nowrap;
  min-width: 110px;
}

.select2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  min-height: 47px;
  position: relative;
  z-index: 999;
}
.select2.error .select2-selection.select2-selection--single {
  background-color: fade(brown, 5%) !important;
  border-color: brown !important;
}
.select2.focus .select2-selection.select2-selection--single {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2) !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.select2.valid .select2-selection.select2-selection--single {
  background-color: fade(#27ae60, 5%) !important;
  border-color: #27ae60 !important;
}
.select2.select2-no-search .select2-drop .select2-search {
  display: none;
}
.select2.select2-container--open {
  z-index: 999;
}
.select2.select2-container--open .select2-selection--single {
  border: 1px solid #F3E4C7 !important;
}
.select2 .select2-container-multi .select2-choices {
  border-radius: 3px;
}
.select2 .select2-selection {
  z-index: 999;
  border: 1px solid #595959;
}
.select2 .select2-selection.select2-selection--single {
  line-height: 47px;
  height: 47px;
  border: 1px solid #F3E4C7;
  border-radius: 10px;
  background-color: transparent;
  color: #000;
}
.select2 .select2-selection.select2-selection--single span {
  text-align: left;
}
.select2 .select2-selection.select2-selection--single span:first-child {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  height: 47px;
  line-height: 47px;
}
.select2 .select2-selection.select2-selection--single span.select2-selection__arrow {
  height: 47px;
}
.select2 .select2-selection .select2-selection__arrow {
  top: 0px !important;
  right: 0px !important;
  width: 47px !important;
}
.select2 .select2-selection .select2-selection__arrow b {
  border-style: none !important;
  border-bottom: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  content: "";
  display: block;
  height: 7px !important;
  width: 7px !important;
  margin-top: -4px !important;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
}

.select2-container--default.select2-container--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-style: none !important;
  border-bottom: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  content: "";
  display: block;
  height: 7px !important;
  width: 7px !important;
  margin-top: -4px !important;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transition: all 0.15s ease-in-out;
  transform: rotate(-135deg);
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #e1e1e1 !important;
}
.select2-container--default .select2-selection--multiple {
  min-height: 50px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 5px;
  margin-bottom: 2px;
}
.select2-container--default .select2-results__option {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  padding: 12px 20px;
}
.select2-container--default .select2-results__option img {
  margin-top: -4px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #F3E4C7;
  color: #000;
}

.select2-container {
  z-index: 2;
  background-color: #F3E4C7;
  border-radius: 10px;
}
.select2-container .select2-selection__rendered {
  color: #000;
}
.select2-container .select2-selection__rendered img {
  margin-top: -4px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 40px !important;
  padding-left: 20px !important;
}

.select2-search--dropdown::-webkit-input-placeholder {
  color: #000;
}
.select2-search--dropdown:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.select2-search--dropdown::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.select2-search--dropdown:-ms-input-placeholder {
  color: #000;
}
.select2-search--dropdown .select2-search__field {
  font-size: 14px;
  border-color: #F3E4C7 !important;
  color: #000;
}

.select2-container {
  z-index: 100;
}

#lines .categories {
  padding: 2rem;
  display: flex;
  align-items: center;
  background-color: #FFF;
}
#lines .categories .title {
  font-size: 28px;
  font-family: "Baskervville", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  margin-right: 1.5rem;
}
#lines .categories .options {
  flex: 1;
}
#lines .list {
  padding: 2rem;
  background-color: #F1F1F1;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
#lines .list .item {
  padding: 1.5rem;
  background-color: #FFF;
  border-radius: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#lines .list .item .image {
  height: 128px;
  width: auto;
  margin-bottom: 1rem;
}
#lines .list .item .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#lines .list .item .content .name-wrapper {
  text-align: left;
}
#lines .list .item .content .name-wrapper &gt; span {
  display: block;
}
#lines .list .item .content .name-wrapper .line {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10px;
}
#lines .list .item .content .name-wrapper .name {
  font-family: "Baskervville", sans-serif;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 20px;
  color: #D6A543;
}
#lines .list .item .content svg {
  margin-bottom: 5px;
  margin-left: 0.5rem;
}
#lines .list .item .content svg path {
  fill: #000;
}

@media screen and (max-width: 680px) {
  #lines .categories .title {
    font-size: 20px;
    margin-right: 1rem;
  }
  #lines .list {
    padding: 1rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 420px) {
  #lines .categories {
    padding: 1.5rem;
  }
  #lines .categories .title {
    font-size: 16px;
  }
  #lines .categories .options {
    min-width: 60%;
  }
  #lines .list {
    grid-template-columns: auto;
  }
}
</pre></body></html>