.bl_searchResultTable {
  --accent: #d1fe18;
  --text: #eef4f6;
  --muted: #93a4ab;
  --line: #33424a;
}

:root {
  --sf-label-w: 120px;
  --sf-label-size: 1.1em;
  --sf-input-margin: 30px;
  --sf-input-h: 30px;
  --sf-evne-bg: #232628;
}
@media screen and (min-width: 900px) {
  :root {
    --sf-label-size: 1.2em;
    --sf-label-w: 150px;
    --sf-input-h: 40px;
  }
}

form.bl_searchForm {
  max-width: 700px;
  margin-inline: auto;
  padding-block: 60px 80px;
}
form.bl_searchForm > ul {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sf-input-margin);
  padding-left: 0;
  margin-bottom: 40px;
}

.bl_formItem {
  display: flex;
  align-items: center;
  width: 100%;
}
.bl_searchRresult_form .bl_formItem {
  flex-direction: column;
  width: 100%;
}

.bl_formItem_label {
  font-weight: 700;
  width: var(--sf-label-w);
  font-size: var(--sf-label-size);
}
.bl_searchRresult_form .bl_formItem_label {
  width: 100%;
}

.bl_formItem_input {
  width: calc(100% - var(--sf-label-w));
}
.bl_searchRresult_form .bl_formItem_input {
  width: 100%;
}
.bl_formItem_input input,
.bl_formItem_input select {
  width: 100%;
  height: var(--sf-input-h);
}
.bl_formItem_input input {
  border-color: #767676;
}
.bl_formItem_input select {
  opacity: 1 !important;
  visibility: visible !important;
  color: #0e1315 !important;
}

.bl_formItem.bl_formItem_freeWord {
  border-top: 1px solid rgb(204, 204, 204);
  padding-top: var(--sf-input-margin);
  position: relative;
}
.bl_formItem.bl_formItem_freeWord:before {
  content: "OR";
  margin-top: -28px;
  background-color: #0e1315;
  padding: 5px;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translate(-50%, 25%);
}

.bl_button_submit {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  display: block;
  margin-top: var(--sf-input-margin);
}
.bl_button_submit:disabled {
  opacity: 0.5;
  pointer-events: none;
}

button.bl_button_clear {
  display: block;
  margin-inline: auto;
  margin-top: 20px;
  background-color: transparent;
  color: #0071bf;
  width: auto;
  padding: 0;
  border-radius: 0;
}

@media screen and (min-width: 900px) {
  .home form.bl_searchForm {
    display: grid;
    grid-template-columns: 1fr 200px;
    max-width: none;
    padding-inline: 20px;
    gap: 20px;
    align-items: flex-end;
  }
}
.home form.bl_searchForm > ul {
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 24px;
}
.home .bl_formItem {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .home .bl_formItem {
    width: calc(25% - 30px);
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-grow: 1;
  }
}
.home .bl_formItem.bl_formItem_freeWord {
  width: 100%;
}
.home .bl_formItem.bl_formItem_freeWord::before {
  background-color: #222e32;
}
.bl_searchRresult_form .home .bl_formItem {
  flex-direction: column;
  width: 100%;
}
.home .bl_formItem_input {
  width: 100%;
}

.ly_searchResult {
  padding-block: 20px 60px;
}
@media screen and (min-width: 900px) {
  .ly_searchResult {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
  }
}

.bl_searchRresult_form {
  --sf-label-size: 1em;
  --sf-input-margin: 10px;
  --sf-input-h: 30px;
}
@media screen and (min-width: 900px) {
  .bl_searchRresult_form {
    --sf-label-size: 1em;
    --sf-input-margin: 10px;
    --sf-input-h: 35px;
    order: 2;
  }
}
.bl_searchRresult_form form.bl_searchForm {
  padding-block: 16px;
}
.bl_searchRresult_form h3 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.bl_searchRresult_form h3::after {
  content: "";
  border-bottom: 4px solid #0071bf;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
}
.bl_searchRresult_form .bl_formItem.bl_formItem_freeWord {
  margin-top: 20px;
}

.bl_searchResult_content table + h2 {
  margin-top: 2em;
}
@media screen and (min-width: 900px) {
  .bl_searchResult_content {
    order: 1;
  }
}

.bl_searchResult_content table.bl_searchResultTable {
  --panel: #222e33;
  width: 100%;
  min-width: 600px;
}
.bl_searchResult_content table.bl_searchResultTable thead {
  background-color: #0071bf;
  color: #fff;
}
.bl_searchResult_content table.bl_searchResultTable thead th {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 14px;
  text-align: left;
}
.bl_searchResult_content table.bl_searchResultTable tbody td {
  border-style: none none solid;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--muted);
  border-top: 1px solid var(--line);
  vertical-align: top;
  padding: 0;
}
.bl_searchResult_content table.bl_searchResultTable tbody td a {
  display: block;
  padding: 12px 14px;
  color: var(--muted);
}
.bl_searchResult_content table.bl_searchResultTable tbody tr {
  background: var(--panel);
}
.bl_searchResult_content table.bl_searchResultTable tbody tr:hover {
  background: rgba(0, 113, 191, 0.12);
}

@media screen and (max-width: 899px) {
  .bl_searchResultTable_wrapper {
    margin-right: -15px;
    position: relative;
  }
  .bl_searchResultTable_wrapper::after {
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
    display: block;
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
  .bl_searchResultTable_wrapper > div {
    overflow: scroll;
    width: 100%;
  }
}

.bl_notFound,
.bl_serarhNotice {
  text-align: center;
  font-size: 1.3em;
  font-weight: 700;
  margin-block: 2em;
}

.single-product {
  --panel: #222e33;
  --line: #33424a;
}
.single-product .product {
  padding-block: 20px 60px;
}
.single-product .bl_productData {
  width: 100%;
  border-top: 1px solid var(--line);
  background: var(--panel);
}
.single-product .bl_productData th,
.single-product .bl_productData td {
  line-height: 1.1;
  font-weight: normal;
  border-bottom: 1px solid var(--line);
}
.single-product .bl_productData th {
  width: 210px;
  text-align: left;
  padding-inline: 12px;
}

.koyorad-product-gallery {
  --swiper-navigation-color: #0071bf;
}
.koyorad-product-gallery__main-container, .koyorad-product-gallery__thumbs-container {
  position: relative;
}
.koyorad-product-gallery__main {
  margin-bottom: 12px;
}
.koyorad-product-gallery__main-container .koyorad-product-gallery__button {
  --swiper-navigation-size: 24px;
}
.koyorad-product-gallery__thumbs-container .koyorad-product-gallery__button {
  --swiper-navigation-size: 18px;
}
.koyorad-product-gallery .koyorad-product-gallery__button {
  text-shadow: 0 0 2px #fff;
}
.koyorad-product-gallery .swiper-wrapper {
  align-items: center;
}
.koyorad-product-gallery__main .swiper-slide, .koyorad-product-gallery__thumbs .swiper-slide {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
}
.koyorad-product-gallery__main img, .koyorad-product-gallery__thumbs img {
  display: block;
  width: 100%;
  height: auto;
}
.koyorad-product-gallery__thumbs .swiper-slide {
  cursor: pointer;
  opacity: 1;
}
.koyorad-product-gallery__thumbs .swiper-slide-thumb-active {
  opacity: 0.55;
}

h1 .disco-flag {
  margin-left: 10px;
  color: #0071bf;
  white-space: nowrap;
  font-size: 0.7em;
}

.bl_techNote h3 {
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-bottom: 6px;
}

.bl_poductBackButton {
  margin-top: 2em;
  text-align: center;
}
.bl_poductBackButton .button {
  width: 100%;
  max-width: 300px;
}/*# sourceMappingURL=style.css.map */