﻿.page {
  position: relative;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
}
.sidebar {
  /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
  background-color: #e1f3f0;
}
.top-row {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}
.top-row ::deep a,
.top-row ::deep .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
  text-decoration: none;
}
.top-row ::deep a:hover,
.top-row ::deep .btn-link:hover {
  text-decoration: underline;
}
.top-row ::deep a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 640.98px) {
  .top-row {
    justify-content: space-between;
  }
  .top-row ::deep a,
  .top-row ::deep .btn-link {
    margin-left: 0;
  }
}
@media (min-width: 641px) {
  .page {
    flex-direction: column;
  }
  .sidebar {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }
  .top-row {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .top-row.auth ::deep a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
  }
  /*.top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}
#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
.navbar-toggler {
  appearance: none;
  cursor: pointer;
  width: 3.5rem;
  height: 2.5rem;
  color: white;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center / 1.75rem rgba(255, 255, 255, 0.1);
}
.navbar-toggler:checked {
  background-color: rgba(255, 255, 255, 0.5);
}
.top-row {
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.navbar-brand {
  font-size: 1.1rem;
}
.bi {
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  top: -1px;
  background-size: cover;
}
.bi-house-door-fill-nav-menu {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}
.bi-plus-square-fill-nav-menu {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}
.bi-list-nested-nav-menu {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}
.nav-item {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}
nav {
  gap: 20px;
}
.menu-item ::deep a {
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-item ::deep .nav-link {
  color: dimgray;
  background: none;
  border: none;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
  width: 100%;
}
.nav-item ::deep a.active {
  background-color: black;
  color: white;
}
.nav-item ::deep .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.nav-scrollable {
  display: none;
}
.navbar-toggler:checked ~ .nav-scrollable {
  display: block;
}
@media (min-width: 641px) {
  .navbar-toggler {
    display: none;
  }
  .nav-scrollable {
    /* Never collapse the sidebar for wide screens */
    display: block;
    /* Allow sidebar to scroll for tall menus */
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
  }
}
.letter-container {
  background: #f7f7fa;
  /*background: @color-1;*/
  padding: 48px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  max-width: 100%;
}
.letter-container button {
  border: none;
  background: black;
  color: white;
  padding: 3px 24px;
  border-radius: 26px;
  font-weight: 700;
  font-size: 0.8rem;
}
.letter-container .letters {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-left: 24px;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
}
.letter-container .letters a {
  font-size: 1.2rem;
  font-weight: 500;
}
.brands-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 0 48px;
  max-width: 100%;
}
.brands-list .letter-list {
  display: grid;
  grid-template-columns: repeat(10, minmax(auto, 1fr));
  /*.flex-display();*/
  gap: 24px;
  padding: 60px 0;
}
.brands-list .letter-list .letter {
  grid-column: span 1;
  margin: auto 0;
}
.brands-list .letter-list .letter h3 {
  font-size: 4rem;
  font-family: 'Austin Web';
  color: #313437;
  font-weight: 100;
}
.brands-list .letter-list .brands {
  grid-column: span 9;
  display: grid;
  grid-template-columns: repeat(12, minmax(auto, 1fr));
}
.brands-list .letter-list .brands a {
  grid-column: span 4;
  line-height: 2;
  font-weight: 400;
  font-size: 1rem;
}
.brands-list hr {
  width: 100%;
  border: 1px solid #e8e8eb;
}
.main-cats {
  padding: 0;
  margin: 0;
  list-style: none;
}
html {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}
html *,
html *:before,
html *:after {
  box-sizing: inherit;
}
html body {
  margin: 0;
  position: relative;
  font-family: 'Sofia Pro', sans-serif;
  color: #222426;
}
html body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
html body.overlay {
  overflow-y: hidden;
}
html body.overlay:before {
  pointer-events: auto;
  opacity: 1;
}
nav {
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 36px;
}
header {
  height: 145px;
  padding: 48px !important;
  border-bottom: 1px solid #d3d3d3;
  /*position: fixed;
    z-index: 10;
    width: 100%;
    background: white;*/
}
header .logo-wrapper {
  width: 90px;
  height: 51px;
}
header .logo-wrapper img {
  width: 75%;
  height: 100%;
}
header .right {
  width: 90px;
}
.page {
  width: 100%;
  max-width: 100%;
}
main {
  width: 100%;
  max-width: 100%;
  /*    margin-top: 145px;
*/
}
a,
.btn-link {
  color: #006bb7;
}
a:hover,
.btn-link:hover {
  color: #3d7277;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.content {
  padding: 24px;
}
.content.result {
  position: absolute;
  top: 145px;
  left: 0;
  background: white;
  z-index: 3;
}
h1:focus {
  outline: none;
}
.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}
.invalid {
  outline: 1px solid #e50000;
}
.validation-message {
  color: #e50000;
}
.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}
.blazor-error-boundary::after {
  content: "An error has occurred.";
}
.darker-border-checkbox.form-check-input {
  border-color: #929292;
}
a {
  color: black;
  text-decoration: none;
}
.page-header {
  padding: 12px 48px;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
}
.search {
  width: 70%;
}
dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 0;
  margin: 14px auto;
  padding: 0;
  line-height: 1;
}
dl dt {
  font-weight: 600;
}
dl dd {
  margin-bottom: 3px;
}
dl dd a {
  color: #469a9a;
}
dl dd a:hover {
  color: #469a9a;
}
.bg-1 {
  background: #3d7277;
}
.bg-2 {
  background: #e25548;
}
.bg-3 {
  background: #cacacc;
}
.bg-4 {
  background: #0a3e42;
}
.bg-5 {
  background: #34a0ad;
}
.bg-6 {
  background: #52555c;
}
.bg-7 {
  background: #222426;
}
.bg-8 {
  background: #8f719d;
}
.gap-24 {
  gap: 24px;
}
.margin-2--0 {
  margin: 24px 0;
}
#goto-top-button.active {
  bottom: 114px;
}
.kai-tablet {
  position: fixed;
  right: 12px;
  bottom: 24px;
  background: #0a3e42;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  padding: 18px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.kai-tablet img {
  width: 100%;
}
.padding-0--2 {
  padding: 0 24px;
}
.spinner-border {
  border: 0.25em solid #3d7277;
  border-right-color: transparent;
}
.spinner-grow {
  background-color: #3d7277;
  width: 6em;
  height: 4em;
}
#goto-top-button {
  position: fixed;
  height: 60px;
  width: 60px;
  background: #cacacc;
  bottom: 24px;
  right: 12px;
  border: none;
  border-radius: 50%;
  z-index: 1;
  transform: translate3d(0, 160px, 0);
  transition: all 0.4s ease-in-out;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
#goto-top-button.active {
  transform: translate3d(0, 0, 0);
}
#goto-top-button i {
  color: black;
  margin: 0;
  vertical-align: middle;
  width: unset;
  height: unset;
  top: 0;
}
#goto-top-button i:before {
  line-height: 1.2;
  font-size: 1.4rem;
}
.breadcrumb {
  display: block;
  width: 70%;
  margin: 24px auto;
}
.brand-header {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: calc(1rem + 1.1vw);
  text-align: center;
}
.product-count {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 0.9rem;
}
.sort-options {
  font-size: 0.9rem;
}
.sort-options label {
  color: #cacacc;
  font-weight: 500;
}
.sort-options select {
  border: none;
  font-weight: 400;
  background: white;
}
h2 {
  font-size: 1.5rem;
  text-align: center;
  margin: 12px 0;
}
.product-list {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-list .product {
  width: 25%;
}
.product-list .product a {
  text-decoration: none;
  margin: auto;
  box-shadow: 0 1px 0 0 #e8e8eb;
  box-sizing: content-box;
  width: 100%;
  background: #fff;
  border: 1px solid #e8e8eb;
  color: #222426;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 350px;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-bottom: 0;
}
.product-list .product a .flags {
  position: absolute;
  top: 4px;
  left: 4px;
  display: flex;
  gap: 4px;
  z-index: 1;
}
.product-list .product a .flags span {
  color: white;
  padding: 10px 6px;
  font-size: 0.625rem;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 2px;
  font-weight: 500;
  line-height: 0;
}
.product-list .product a .round-badge {
  font-size: 0.75rem;
  background-color: #e25548;
  border-radius: 50%;
  display: flex;
  height: 36px;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 25px;
  width: 36px;
  z-index: 1;
  align-items: center;
  color: white;
  font-weight: 500;
}
.product-list .product a .image {
  height: 35%;
  margin: 24px auto 12px auto;
  position: relative;
}
.product-list .product a .image img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-list .product a .product-info {
  padding: 24px;
}
.product-list .product a .product-info .brand {
  color: #cccccc;
  font-size: 0.8rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list .product a .product-info .model {
  font-size: 0.9rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 500;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  min-height: 2.3em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list .product a .product-info .price-wrapper {
  display: flex;
  align-items: baseline;
}
.product-list .product a .product-info .price-wrapper .price-tag {
  color: black;
  font-weight: bold;
  font-size: 0.9rem;
}
.product-list .product a .product-info .price-wrapper .price-tag.discount {
  color: #e25548;
}
.product-list .product a .product-info .price-wrapper .list-price {
  font-size: 0.7rem;
  font-weight: 500;
  color: #cacacc;
  text-decoration: line-through;
  margin-left: 8px;
}
.product-list .product a .product-info .stock-status {
  font-size: 0.6rem;
  font-weight: 500;
  display: flex;
}
.product-list .product a .product-info .stock-status span {
  border-radius: 50%;
  display: block;
  height: 8px;
  margin-right: 8px;
  min-width: 8px;
  width: 8px;
  margin-right: 5px;
}
.product-list .product a .product-info .stock-status span.in-stock {
  background-color: #17ca73;
}
.product-list .product a .product-info .stock-status span.not-in-stock {
  background-color: #e25548;
}
.pagination {
  display: flex;
  flex-direction: column;
}
.pagination p {
  margin: 0;
}
.pagination .range-bar {
  background: #e8e8eb;
  border-radius: 4px;
  height: 8px;
  width: 100%;
  max-width: 292px;
  overflow: hidden;
  margin: 12px auto;
}
.pagination .range-bar .progress {
  height: 100%;
  background: #52555c;
  transition: width 0.25s cubic-bezier(0.455, 0.03, 0.4, 0.955);
}
.pagination-btn {
  font-weight: 550;
  width: auto;
  padding: 0 30px;
  font-size: 14px;
  height: 44px;
  background-color: transparent;
  border: 1px solid #222426;
  color: #222426;
  align-items: center;
  appearance: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  margin: 0;
  outline: 0;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  user-select: none;
  vertical-align: middle;
  background: none;
  border-radius: 26px;
}
.no-result h1 {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.no-result p {
  text-align: center;
  width: 400px;
  margin: 0 auto;
  margin-top: 12px;
  line-height: 1.2;
}
.product-display-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: white;
  overflow: scroll;
}
.product-display .image-container {
  width: 60%;
  display: flex;
  gap: 12px;
  height: fit-content;
}
.product-display .image-container .carousel {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.product-display .image-container .carousel .carousel-indicators {
  position: relative;
  display: flex;
  gap: 12px;
  right: unset;
  bottom: unset;
  margin-right: 0;
  margin-left: 0;
  order: 1;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  justify-content: left;
  scrollbar-color: transparent transparent;
  width: 100%;
}
.product-display .image-container .carousel .carousel-indicators li {
  width: 23%;
  min-width: calc(23% - 12px);
  scroll-snap-align: start;
  border: 1px solid #e8e8eb;
}
.product-display .image-container .carousel .carousel-indicators li img {
  width: 100%;
  height: 100%;
}
.product-display .image-container .carousel .carousel-inner {
  border: 1px solid #e8e8eb;
}
.product-display .image-container .carousel .flags {
  position: absolute;
  top: 4px;
  left: 4px;
  display: flex;
  gap: 4px;
}
.product-display .image-container .carousel .flags span {
  color: white;
  padding: 14px 30px;
  font-size: 0.825rem;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 2px;
  font-weight: 500;
  line-height: 0;
}
.product-display .image-container .carousel .round-badge {
  position: absolute;
  right: 10px;
  top: 25px;
}
.product-display .image-container .carousel .round-badge span {
  font-size: 1.35rem;
  background-color: #e25548;
  border-radius: 50%;
  display: flex;
  height: 64px;
  width: 64px;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  color: white;
}
.product-display .product-info {
  margin-top: 12px;
  width: 40%;
}
.product-display .product-info h3 {
  font-size: 1.1rem;
}
.product-display .product-info .brand {
  color: #cacacc;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.2rem;
}
.product-display .product-info .name {
  font-size: 1.75rem;
  font-weight: 400;
  margin: 6px 0 0 0;
}
.product-display .product-info .price-wrapper {
  display: flex;
  align-items: baseline;
}
.product-display .product-info .price-wrapper .price {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 18px 0 18px 0;
  color: black;
}
.product-display .product-info .price-wrapper .price.discount {
  color: #e25548;
}
.product-display .product-info .price-wrapper .list-price {
  font-size: 1.125rem;
  font-weight: 500;
  color: #cacacc;
  text-decoration: line-through;
  margin-left: 8px;
}
.product-display .product-info .stock-status {
  font-size: 0.9rem;
  font-weight: 500;
  align-items: center;
  display: flex;
  height: 22px;
  line-height: 1.4;
}
.product-display .product-info .stock-status span {
  border-radius: 50%;
  display: block;
  height: 10px;
  margin-right: 10px;
  min-width: 10px;
  width: 10px;
  margin-right: 8px;
}
.product-display .product-info .stock-status span.in-stock {
  background-color: #17ca73;
}
.product-display .product-info .stock-status span.not-in-stock {
  background-color: #e25548;
}
.product-display .product-info .usp-list {
  display: flex;
  flex-direction: column;
  row-gap: 9px;
  margin: 48px 0 48px 0;
}
.product-display .product-info .usp-list img {
  height: 16px;
  width: 19px;
}
.product-display .product-info .usp-list span {
  margin-left: 9px;
  font-size: 0.9rem;
  line-height: 1.2;
}
.product-display .collapse-container {
  width: 60%;
  border-top: 1px solid #e8e8eb;
  cursor: pointer;
  line-height: 45px;
}
.product-display .collapse-container:last-of-type {
  width: 40%;
}
.product-display .collapse-container .product-desc-collapse {
  border: none;
  background: none;
  padding: 0;
  font-weight: 600;
  font-size: 1.1rem;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.product-display .collapse-container .product-desc-collapse.collapsed i::before {
  transform: rotate(180deg);
}
.product-display .collapse-container .product-desc-collapse i:before {
  font-weight: 600 !important;
}
.product-display .collapse-container .description {
  font-size: 1rem;
  line-height: 1.4;
}
.product-display .collapse-container .description iframe {
  max-width: 100%;
}
.product-display .collapse-container .description a {
  pointer-events: none;
}
.close-button {
  position: fixed;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 10001;
  background: #e1f3f0;
  padding: 7px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
}
.close-button i {
  margin: auto;
  line-height: 0.8;
  left: -1px;
}
.full-wrapper {
  width: 100%;
  height: 100vh;
  margin: 0;
  background: white;
  position: fixed;
  top: 0;
  z-index: 11;
  background-image: url(../gfx/background/cervera_miljobilde6.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.full-wrapper .logo {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  top: 0;
  margin-top: 200px;
}
.full-wrapper .logo svg,
.full-wrapper .logo img {
  width: 30%;
}
.category-header {
  display: flex;
  width: 60%;
  margin: 48px auto 0 auto;
  color: #3d7277;
  border-radius: 5px;
  justify-content: left;
  align-items: center;
}
.category-header .arrow-back {
  background: #3d7277;
  color: white;
  width: 45px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-header .arrow-back i {
  font-size: 1.4rem;
  width: 1.4rem;
  height: 1.4rem;
  top: -3px;
  margin: 0;
}
.category-header .arrow-back i:before {
  vertical-align: baseline;
}
.category-header h1 {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.4;
  margin-left: 12px;
  font-weight: 600;
}
.button-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  height: 100vh;
}
.button-list.category-list {
  /*top: @default-padding*2;*/
  height: unset;
  transform: none;
  width: 70%;
  margin: 24px auto;
}
.button-list.category-list .main {
  padding: 6px 0;
  width: 100%;
}
.button-list.category-list .main a {
  background: #e1f3f0;
  color: #0a3e42;
  font-weight: 600;
  font-size: 1.8rem;
  height: unset;
  flex-direction: row;
  justify-content: space-between;
  padding: 24px;
  border-radius: 10px;
}
.button-list.category-list .main a::before {
  content: none;
}
.button-list.category-list .main a:hover {
  color: #0a3e42;
}
.button-list.category-list .main a:active {
  background: #e1f3f0;
}
.button-list.category-list .main a i {
  margin-right: 0;
  font-size: 1.6rem;
  top: 0;
  width: 1.8rem;
  height: 1.8rem;
}
.button-list.category-list .main a i:before {
  vertical-align: 0;
  font-weight: 600 !important;
}
.button-list li {
  list-style: none;
  display: flex;
  justify-content: center;
  width: 70%;
  padding: 12px 0;
}
.button-list li a {
  display: flex;
  flex-direction: column;
  position: relative;
  /*&:focus {
                    background: white;
                    color: @color-1;
                    font-weight: 600;
                }*/
}
.button-list li.parent {
  width: 60%;
  background: #3d7277;
  color: white;
  border-radius: 5px;
  justify-content: left;
  align-items: center;
  padding: 12px 24px;
  margin-bottom: 4px;
}
.button-list li.parent i {
  font-size: 1.1rem;
  width: 1.1rem;
  height: 1.1rem;
  top: -1px;
}
.button-list li.parent i:before {
  vertical-align: baseline;
}
.button-list li.parent h1 {
  font-size: 1.1rem;
  margin: 0;
  line-height: 1.1;
}
.button-list li.main a {
  color: #fff;
  font-size: 2.2rem;
  background-color: #3d7277;
  height: 160px;
  width: 75%;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.button-list li.main a::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 15px;
  right: 15px;
  bottom: 13px;
  border: 2px solid white;
  border-radius: 4px;
  pointer-events: none;
  border-radius: 100px;
}
.button-list li.main a:active {
  background: #255256;
}
.button-list li.main a:hover {
  color: white;
}
.button-list li.sub {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  border-radius: 5px;
  background: #e1f3f0;
  margin: 2px 0;
}
.button-list li.sub a {
  height: unset;
  border: none;
  font-size: 1.2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #0a3e42;
  font-weight: 600;
}
.button-list li.sub i {
  margin-right: 0;
  font-size: 1.2rem;
  top: -2px;
  width: 1.2rem;
  height: 1.2rem;
}
.button-list li.sub i:before {
  vertical-align: 0;
  font-weight: 600 !important;
}
.button-list li.sub.show-all {
  background: #3d7277;
}
.button-list li.sub.show-all a {
  color: white;
}
.button-list li.sub.show-all a span {
  font-size: 1.1rem;
}
.button-list li.back a {
  background: #3d7277;
  color: white;
  border-radius: 50%;
}
.search-result {
  position: absolute;
  top: 145px;
}
.search-wrapper {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  border-radius: 8px;
  z-index: 4;
  background: white;
}
.search-wrapper .form-control {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #ced4da;
  font-size: 1.1rem;
  padding: 12px 24px;
  border-radius: 8px 8px 0 0;
}
.search-wrapper .form-control:focus {
  box-shadow: none;
}
.search-wrapper .search-btn {
  right: 0;
  background: none;
  border: none;
  padding: 0 12px;
  min-width: 70px;
  border-radius: 0 8px 0 0;
}
.search-wrapper .search-btn.bg-1 {
  background: #3d7277;
}
.search-wrapper .search-btn.bg-1 .bi {
  color: white;
}
.search-wrapper .search-btn .bi {
  margin: 0;
  font-size: 1.4rem;
}
.suggestion {
  z-index: 13;
  background: white;
  display: flex;
  padding: 24px;
  border-radius: 0 0 8px 8px;
}
.suggestion .phrase-column {
  width: 45%;
}
.suggestion .product-column {
  width: 55%;
}
.suggestion .product-column h2 {
  padding-left: 12px;
}
.suggestion h2 {
  font-size: 1.2rem;
}
.suggestion ul {
  list-style: none;
  padding: 0;
  padding-top: 12px;
  width: 100%;
}
.suggestion ul.phrase-suggestion-list {
  border-right: 1px solid #cacacc;
  mask-border-outset: -12px;
  width: 100%;
}
.suggestion ul.phrase-suggestion-list li {
  padding: 12px 0;
  font-weight: 500;
  font-size: 1.1rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.suggestion ul.phrase-suggestion-list li a {
  width: 100%;
  max-width: 100%;
}
.suggestion ul.product-suggestion-list {
  width: 100%;
  padding-left: 12px;
}
.suggestion ul.product-suggestion-list li {
  padding: 6px;
}
.suggestion ul.product-suggestion-list li:first-of-type {
  padding: 12px 6px 6px 6px;
}
.suggestion ul.product-suggestion-list li a {
  display: flex;
  width: 100%;
  gap: 12px;
  align-items: center;
}
.suggestion ul.product-suggestion-list li a:hover {
  color: black;
}
.suggestion ul.product-suggestion-list li a img {
  width: 60px;
}
.suggestion ul.product-suggestion-list li a .info {
  width: 82%;
  gap: 3px;
}
.suggestion ul.product-suggestion-list li a .info h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
}
.suggestion ul.product-suggestion-list li a .info p {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  font-size: 1.1rem;
}
.filter-btn {
  display: flex;
  align-items: center;
  width: fit-content;
  position: fixed;
  bottom: 24px;
  left: 12px;
  z-index: 2;
  background: #3d7277;
  color: white;
  flex-direction: column;
  border-radius: 50%;
  /* padding: 24px; */
  width: 70px;
  height: 70px;
  justify-content: center;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.filter-btn span {
  line-height: 1.2;
}
.filter-btn img {
  width: 14px;
  height: 14px;
}
.product-filter {
  position: fixed;
  height: 100%;
  width: 100vw;
  left: -101%;
  top: 0;
  z-index: 1002;
}
.product-filter.active {
  background: #0000005e;
  left: 0;
}
.product-filter.active .filter-container {
  left: 0;
  transition: left 0.3s, transform 10ms;
}
.product-filter .close-filter {
  position: absolute;
  width: 55%;
  height: 100%;
  right: 0;
}
.product-filter .close-filter i {
  margin: 0;
  position: absolute;
  right: 12px;
  top: 12px;
}
.product-filter .close-filter i:before {
  color: white;
  font-size: 1.2rem;
}
.product-filter .filter-container {
  width: 45%;
  height: 100%;
  background: white;
  z-index: 1003;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -101%;
}
.product-filter .filter-container .header {
  padding: 12px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 1px solid #e8e8eb;
}
.product-filter .filter-container .header button {
  font-size: 0.75rem;
  border: 1px solid #cacacc;
  color: #222426;
  cursor: pointer;
  font-weight: 500;
  height: 32px;
  left: 16px;
  max-width: max-content;
  padding: 0 10px;
  position: absolute;
  top: 15px;
  width: auto;
  border-radius: 26px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  background-color: transparent;
}
.product-filter .filter-container ul {
  padding: 0;
  list-style: none;
  max-height: calc(100% - 70px);
  overflow-y: scroll;
}
.product-filter .filter-container ul li {
  position: relative;
}
.product-filter .filter-container ul li .facet-collapse {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: none;
  background: none;
  padding: 12px;
}
.product-filter .filter-container ul li .facet-collapse.collapsed {
  border-bottom: 1px solid #e8e8eb;
}
.product-filter .filter-container ul li .facet-collapse.collapsed i {
  transform: rotate(0deg);
}
.product-filter .filter-container ul li .facet-collapse h3 {
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.4;
  margin: 3px 0;
}
.product-filter .filter-container ul li .facet-collapse h3 span {
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #df6c68;
  color: white;
  font-size: 0.75rem;
  margin-left: 6px;
  vertical-align: text-top;
}
.product-filter .filter-container ul li .facet-collapse i {
  font-size: 1.2rem;
  margin-right: 0;
  transform: rotate(180deg);
}
.product-filter .filter-container ul li .facet-collapse i:before {
  vertical-align: baseline;
  color: #cacacc;
}
.product-filter .filter-container ul li .facet-collapse span {
  position: relative;
  border-radius: 50%;
  border: 1px solid #cacacc;
  width: 20px;
  height: 20px;
}
.product-filter .filter-container ul li .facet-collapse span.selected:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #0a3e42;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-filter .filter-container ul li .value-list {
  width: 100%;
  padding: 0 24px;
}
.product-filter .filter-container ul li .value-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  margin: 12px 0;
}
.product-filter .filter-container ul li .value-list li label {
  font-size: 0.9rem;
}
.product-filter .filter-container ul li .value-list.regular li span {
  position: relative;
  border-radius: 50%;
  border: 1px solid #cacacc;
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.product-filter .filter-container ul li .value-list.regular li.selected span:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #0a3e42;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-filter .filter-container ul li .value-list.colors {
  gap: 6px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.product-filter .filter-container ul li .value-list.colors:not(.show) {
  display: none;
}
.product-filter .filter-container ul li .value-list.colors.collapsing {
  display: flex;
}
.product-filter .filter-container ul li .value-list.colors li {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px;
}
.product-filter .filter-container ul li .value-list.colors li label {
  order: 2;
  font-size: 0.75rem;
  text-align: center;
}
.product-filter .filter-container ul li .value-list.colors li span {
  order: 1;
  border-radius: 50%;
  border: 1px solid #cacacc;
  width: 28px;
  height: 28px;
}
.product-filter .filter-container ul li .value-list.colors li.selected {
  border: 1px solid #cacacc;
  border-radius: 5px;
}
.product-filter .filter-container .footer {
  margin-top: auto;
  padding: 12px;
  text-align: center;
}
.product-filter .filter-container .footer button {
  width: 100%;
  justify-content: center;
  margin: 0;
  outline: 0;
  padding: 0 16px;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  border-radius: 26px;
  background-color: #222426;
  color: #fff;
  height: 44px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
}
.bg-multi {
  background: linear-gradient(45deg, #00cc55, #00cc55 12%, #0055cc 38%, #cc0000 60%, #ffdd00 89%, #ffdd00);
}
.bg-gold {
  background: linear-gradient(45deg, #83591e, #95681a 4%, #ccaa58 24%, #fdeea3 50%, #eccc6e 75%, #fdf7d6);
}
.bg-silver {
  background: linear-gradient(45deg, #666668, #99999b 4%, #ccccce 24%, #fbfbfe 50%, #dddddf 75%, #f3f3f5);
}