@import '_content/Blazor.QRCode/Blazor.QRCode.bundle.scp.css';
@import '_content/Library/Library.09jmj58pqh.bundle.scp.css';

/* /Authentication/SSO.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
/* Loader */
.fullpage-loader-container[b-4sohyytdz7] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  padding: 50px;
  position: fixed;
  z-index: 9999;
  top: calc(-50vh + 50%);
  left: calc(-50vw + 50%);
  background: #FFF;
}

.loader-text[b-4sohyytdz7] {
  margin-top: 3rem;
  font-family: "Barlow";
  font-weight: bold;
  font-size: 0.875rem;
  color: #303539;
  text-align: center;
}

.loader-text span[b-4sohyytdz7] {
  position: relative;
  left: 2px;
  display: inline-block;
  width: 2.5px;
  height: 2.5px;
  border-radius: 2.5px;
  background: #303539;
  opacity: 0;
  animation: first-dot-b-4sohyytdz7 3s infinite;
  transition: all 0.5s ease-in-out;
}

.loader-text span[b-4sohyytdz7]::after,
.loader-text span[b-4sohyytdz7]::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.loader-text span[b-4sohyytdz7]::before {
  left: 5px;
  width: 2.5px;
  height: 2.5px;
  border-radius: 2.5px;
  background: #303539;
  animation: middle-dot-b-4sohyytdz7 3s infinite;
}

.loader-text span[b-4sohyytdz7]::after {
  left: 10px;
  width: 2.5px;
  height: 2.5px;
  border-radius: 2.5px;
  background: #303539;
  animation: last-dot-b-4sohyytdz7 3s infinite;
}

@keyframes first-dot-b-4sohyytdz7 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes middle-dot-b-4sohyytdz7 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes last-dot-b-4sohyytdz7 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* //// */
.conway-logo[b-4sohyytdz7] {
  position: relative;
  overflow: hidden;
  width: 262px;
  height: 102px;
  margin: 0 auto;
  background: #FFF;
  display: flex;
}

.conway-logo-icon[b-4sohyytdz7] {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  fill: #fff;
}
/* /Components/Cards/AccordionItem.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.accordion-body[b-ckduu88ziw] {
  padding: 1rem 1.25rem;
}

ul[b-ckduu88ziw] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 375px) {
  ul[b-ckduu88ziw] {
    gap: 0.75rem;
  }
}

li.brand[b-ckduu88ziw] {
  flex: 0 0 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  height: 100%;
  display: flex;
  position: relative;
  border-radius: 0.5rem;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.0509803922);
}
@media (min-width: 325px) {
  li.brand[b-ckduu88ziw] {
    flex: 0 0 calc(50% - 0.375rem);
  }
}
@media (min-width: 375px) {
  li.brand[b-ckduu88ziw] {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
@media (min-width: 550px) {
  li.brand[b-ckduu88ziw] {
    flex: 0 0 calc(33.333333% - 0.666667rem);
  }
}
@media (min-width: 840px) {
  li.brand[b-ckduu88ziw] {
    flex: 0 0 calc(25% - 0.75rem);
  }
}
@media (min-width: 1100px) {
  li.brand[b-ckduu88ziw] {
    flex: 0 0 calc(20% - 0.8rem);
  }
}
@media (min-width: 1280px) {
  li.brand[b-ckduu88ziw] {
    flex: 0 0 calc(16.66666% - 0.833333rem);
  }
}
li.brand[b-ckduu88ziw]  a {
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
li.brand[b-ckduu88ziw]  a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
li.brand[b-ckduu88ziw]  a .text-overlay {
  position: absolute;
  width: calc(100% + 2rem);
  left: -1rem;
  height: 4rem;
  bottom: -1rem;
  bottom: -5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
li.brand[b-ckduu88ziw]  a .text-overlay p {
  font-weight: 500;
  font-size: 1.1rem;
  color: #303539;
  margin: 0;
  text-align: center;
  padding: 0.25rem;
  line-height: 1.25;
  word-wrap: break-word;
  font-weight: 500;
}
li.brand[b-ckduu88ziw]  a:hover .text-overlay {
  bottom: 0rem;
}
li.brand[b-ckduu88ziw]  a:hover img {
  height: calc(100% - 4rem);
  width: calc(100% - 2rem);
}
@media (hover: none) and (pointer: coarse) {
  li.brand[b-ckduu88ziw]  a .text-overlay {
    bottom: 0;
  }
  li.brand[b-ckduu88ziw]  a img {
    height: calc(100% - 4rem);
    width: calc(100% - 2rem);
  }
}
/* /Components/Cards/AccordionList.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.accordion-wrapper[b-h36kjtifw8] {
  position: relative;
  z-index: 1;
}
.accordion-wrapper .accordion[b-h36kjtifw8] {
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1490196078);
  background: #FFF;
}
.accordion-wrapper .accordion[b-h36kjtifw8]  .accordion-item {
  border: none;
  border-bottom: 1px solid #f5f5f5;
}
.accordion-wrapper .accordion[b-h36kjtifw8]  .accordion-item:last-of-type {
  border: none;
}
.accordion-wrapper .accordion[b-h36kjtifw8]  .accordion-item .accordion-header {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
}
.accordion-wrapper .accordion[b-h36kjtifw8]  .accordion-item .accordion-header button.btnGoBack {
  display: none;
}
.accordion-wrapper .accordion[b-h36kjtifw8]  .accordion-item .accordion-header button.btnGoBack.show {
  display: flex;
  border: none;
  align-content: center;
  align-items: center;
  padding: 0 2rem;
  color: white !important;
  background-color: #cc071e !important;
  box-shadow: none !important;
  font-size: 2rem;
}
.accordion-wrapper .accordion[b-h36kjtifw8]  .accordion-item .accordion-header button {
  font-weight: bold;
  font-size: 1.25rem;
  padding: 1.5rem;
  color: #2a2e38;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .accordion-wrapper .accordion[b-h36kjtifw8]  .accordion-item .accordion-header button {
    font-size: 1.5rem;
    padding: 2rem 1.5rem 2rem 2rem;
    gap: 1rem;
  }
}
.accordion-wrapper .accordion[b-h36kjtifw8]  .accordion-item .accordion-header button .img {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 640px) {
  .accordion-wrapper .accordion[b-h36kjtifw8]  .accordion-item .accordion-header button .img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.accordion-wrapper .accordion[b-h36kjtifw8]  .accordion-item .accordion-header button .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.accordion-wrapper .accordion[b-h36kjtifw8]  .accordion-item .accordion-header button span {
  line-height: 1;
}
.accordion-wrapper .accordion[b-h36kjtifw8]  .accordion-item .accordion-header button:not(.collapsed) {
  color: #2a2e38;
  background: #FFF;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.0509803922) !important;
}
.accordion-wrapper .accordion[b-h36kjtifw8]  .accordion-item .accordion-header button:not(.collapsed)::after {
  transform: rotate(-90deg);
}
.accordion-wrapper .accordion[b-h36kjtifw8]  .accordion-item .accordion-header button:focus {
  box-shadow: none;
  border: none;
}
.accordion-wrapper .accordion[b-h36kjtifw8]  .accordion-item .accordion-header button::after {
  background-image: url("/img/chevron-right.svg");
  background-size: 0.8rem;
  background-position: center center;
  transform: rotate(-270deg);
}
@media (min-width: 640px) {
  .accordion-wrapper .accordion[b-h36kjtifw8]  .accordion-item .accordion-header button::after {
    background-size: 1rem;
  }
}
/* /Components/Cards/CookiePopup.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.cookie[b-1daxc5on02] {
  position: fixed;
  background: #fff;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 9999999;
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 35rem;
  padding: 1.5rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1490196078), 0 5px 15px rgba(0, 0, 0, 0.1019607843);
  border-radius: 0.5rem;
  font-family: "Barlow", Arial;
}
@media (min-width: 375px) {
  .cookie[b-1daxc5on02] {
    bottom: 1.5rem;
    right: 1.5rem;
    width: calc(100% - 3rem);
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .cookie[b-1daxc5on02] {
    bottom: 2rem;
    right: 2rem;
    width: calc(100% - 4rem);
  }
}
.cookie h2[b-1daxc5on02] {
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: bold;
  color: #303539;
}
@media (min-width: 450px) {
  .cookie h2[b-1daxc5on02] {
    font-size: 2rem;
  }
}
.cookie p[b-1daxc5on02] {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  color: #83878d;
}
.cookie__button[b-1daxc5on02] {
  display: flex;
  justify-content: flex-end;
}
.cookie__button button[b-1daxc5on02] {
  border: none;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  width: fit-content;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.2s ease-in-out;
  background: #cc071e;
  border-radius: 2rem;
  color: #FFF;
  height: 2.5rem;
  font-weight: 500;
}
.cookie__button button:hover[b-1daxc5on02] {
  background: #a30316;
}
/* /Components/Cards/InfoCard - Copy.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.infocard[b-9p5ian4au8] {
  --level-width: 12rem;
  --level-height: calc(var(--level-width) / 1.25);
  width: 100%;
  position: relative;
  z-index: 1;
}
.infocard.negative-margin[b-9p5ian4au8] {
  margin-top: -11rem;
}
.infocard .loyalty[b-9p5ian4au8] {
  display: flex;
  background: #FFF;
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.0509803922);
  width: 100%;
  padding: 4.5rem 2.5rem;
  padding-bottom: 2.5rem;
  flex-direction: column;
  position: relative;
}
@media (min-width: 900px) {
  .infocard .loyalty[b-9p5ian4au8] {
    overflow: hidden;
  }
}
@media (max-width: 900px) {
  .infocard .loyalty[b-9p5ian4au8] {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .infocard .loyalty[b-9p5ian4au8] {
    padding: 2rem;
    padding-top: 3rem;
  }
}
@media (max-width: 640px) {
  .infocard .loyalty[b-9p5ian4au8] {
    padding: 1.375rem;
    padding-top: 1.875rem;
  }
}
.infocard .loyalty__content[b-9p5ian4au8] {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
}
@media (max-width: 992px) {
  .infocard .loyalty__content[b-9p5ian4au8] {
    flex-direction: column;
  }
}
.infocard .loyalty__content__title-container[b-9p5ian4au8] {
  flex: 0 0 calc(100% - 27rem - 5rem);
  margin-top: -0.5rem;
}
@media (max-width: 992px) {
  .infocard .loyalty__content__title-container[b-9p5ian4au8] {
    flex: 0 0 100%;
  }
}
.infocard .loyalty__content__title-container h2[b-9p5ian4au8] {
  font-weight: 700;
  font-size: 2rem;
  margin: 0;
  color: #cc071e;
}
@media (max-width: 500px) {
  .infocard .loyalty__content__title-container h2[b-9p5ian4au8] {
    font-size: 1.75rem;
  }
}
.infocard .loyalty__content__title-container p[b-9p5ian4au8] {
  padding-top: 0.75rem;
  margin: 0;
  line-height: 1.5;
  max-width: 35rem;
}
@media (max-width: 992px) {
  .infocard .loyalty__content__title-container p[b-9p5ian4au8] {
    max-width: none;
  }
}
.infocard .loyalty__content__ribbon-container[b-9p5ian4au8] {
  flex: 0 0 27rem;
  background: #f5f5f5;
  border-radius: 0.75rem;
  padding: 1.75rem 2.25rem;
  padding-right: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .infocard .loyalty__content__ribbon-container[b-9p5ian4au8] {
    flex: 0 0 100%;
    width: 32rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
  }
}
@media (max-width: 640px) {
  .infocard .loyalty__content__ribbon-container[b-9p5ian4au8] {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .infocard .loyalty__content__ribbon-container[b-9p5ian4au8] {
    padding: 1.25rem;
    padding-right: 0.75rem;
  }
}
.infocard .loyalty__content__ribbon-container .loyalty__ribbon__text[b-9p5ian4au8] {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-right: 1rem;
}
@media (max-width: 992px) {
  .infocard .loyalty__content__ribbon-container .loyalty__ribbon__text[b-9p5ian4au8] {
    flex: 0 0 calc(100% - 10.5rem);
  }
}
@media (max-width: 450px) {
  .infocard .loyalty__content__ribbon-container .loyalty__ribbon__text[b-9p5ian4au8] {
    flex: 0 0 calc(100% - 9rem);
  }
}
@media (max-width: 400px) {
  .infocard .loyalty__content__ribbon-container .loyalty__ribbon__text[b-9p5ian4au8] {
    flex: 0 0 100%;
    gap: 2.5rem;
  }
}
@media (max-width: 325px) {
  .infocard .loyalty__content__ribbon-container .loyalty__ribbon__text[b-9p5ian4au8] {
    gap: 1.25rem;
  }
}
@media (max-width: 400px) {
  .infocard .loyalty__content__ribbon-container .loyalty__ribbon__text .ribbon-text:first-child[b-9p5ian4au8] {
    max-width: calc(100% - 7rem);
  }
}
.infocard .loyalty__content__ribbon-container .loyalty__ribbon__text p[b-9p5ian4au8] {
  margin: 0;
  line-height: 1.4;
}
.infocard .loyalty__content__ribbon-container .loyalty__ribbon__visual[b-9p5ian4au8] {
  flex: 0 0 45%;
  position: relative;
}
@media (max-width: 992px) {
  .infocard .loyalty__content__ribbon-container .loyalty__ribbon__visual[b-9p5ian4au8] {
    flex: 0 0 10.5rem;
  }
}
@media (max-width: 450px) {
  .infocard .loyalty__content__ribbon-container .loyalty__ribbon__visual[b-9p5ian4au8] {
    flex: 0 0 9rem;
  }
}
@media (max-width: 400px) {
  .infocard .loyalty__content__ribbon-container .loyalty__ribbon__visual[b-9p5ian4au8] {
    flex: 0 0 7rem;
    translate: -100% 0;
  }
}
.infocard .loyalty__content__ribbon-container .loyalty__ribbon__visual[b-9p5ian4au8]  svg {
  position: absolute;
  right: 0;
  top: -4.5rem;
  width: 100%;
}
@media (max-width: 400px) {
  .infocard .loyalty__content__ribbon-container .loyalty__ribbon__visual[b-9p5ian4au8]  svg {
    top: -5.5rem;
  }
}
.infocard .loyalty__levels[b-9p5ian4au8] {
  overflow-x: auto;
  overflow-y: clip;
  width: 100%;
  scrollbar-width: none;
  padding-top: 7.5rem;
}
@media (max-width: 992px) {
  .infocard .loyalty__levels[b-9p5ian4au8] {
    padding-top: 9.5rem;
  }
}
@media (max-width: 500px) {
  .infocard .loyalty__levels[b-9p5ian4au8] {
    padding-top: 7rem;
  }
}
.infocard .loyalty__levels[b-9p5ian4au8]::-webkit-scrollbar {
  display: none;
}
.infocard .loyalty-levels-progress-bar-container[b-9p5ian4au8] {
  position: relative;
  width: calc(var(--level-width) * var(--levels));
}
.infocard .loyalty-levels-progress-bar-container .loyalty-levels-progress-bar[b-9p5ian4au8] {
  height: 1.125rem;
  background: #F3F3F3;
  border-radius: 2rem;
  position: relative;
  overflow: clip;
}
.infocard .loyalty-levels-progress-bar-container .loyalty-levels-progress-bar[b-9p5ian4au8]::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--current-level) * var(--level-width) - var(--level-width) / 2);
  width: calc((1 - var(--next-level-required) / var(--next-level)) * var(--level-width));
  height: 100%;
  background: rgba(250, 53, 41, 0.2);
}
.infocard .loyalty-levels-progress-bar-container .loyalty-levels-progress-bar[b-9p5ian4au8]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--level-width) * var(--current-level) - var(--level-width) / 2);
  height: 100%;
  background: linear-gradient(90deg, #A60008 0%, #e52227 100%);
}
.infocard .loyalty-levels-progress-bar-container .loyalty-levels-progress-marker[b-9p5ian4au8] {
  position: absolute;
  top: 0;
  left: calc(var(--current-level) * var(--level-width) - var(--level-width) / 2 + (1 - var(--next-level-required) / var(--next-level)) * var(--level-width));
  translate: -50% calc(-100% - 2rem);
  width: fit-content;
  background: #e52227;
  color: #FFF;
  border-radius: 5rem;
  padding: 0.5rem 0.875rem;
}
.infocard .loyalty-levels-progress-bar-container .loyalty-levels-progress-marker[b-9p5ian4au8]::before {
  content: "";
  height: calc(3.125rem + 1px);
  width: 2px;
  left: 50%;
  top: 100%;
  border-radius: 2px;
  background: #e52227;
  position: absolute;
  translate: -50% 0;
}
.infocard .loyalty-levels-progress-bar-container .loyalty-levels-progress-marker[b-9p5ian4au8]::after {
  content: "";
  position: absolute;
  top: calc(100% - 1.125rem);
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 30px solid #e52227;
}
.infocard .loyalty-levels-progress-bar-container .loyalty-levels-progress-marker p[b-9p5ian4au8] {
  margin: 0;
  font-weight: 500;
  position: relative;
  text-align: center;
  line-height: 1;
  z-index: 1;
}
.infocard .loyalty-level-list-container[b-9p5ian4au8] {
  position: relative;
  width: max-content;
  display: flex;
  align-items: flex-start;
}
.infocard .loyalty-level-list[b-9p5ian4au8] {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: calc(var(--level-width) * var(--levels));
  margin-bottom: -3.125rem;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.infocard .loyalty-level-list .loyalty-level-item[b-9p5ian4au8] {
  flex: 0 0 var(--level-width);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  translate: 0 -2.5rem;
}
.infocard .loyalty-level-list .loyalty-level-item:hover .level-price[b-9p5ian4au8] {
  opacity: 1;
}
.infocard .loyalty-level-list .loyalty-level-item .level-indication[b-9p5ian4au8] {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 7rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1019607843);
  background: #FFF;
  position: relative;
  z-index: 1;
}
.infocard .loyalty-level-list .loyalty-level-item .level-indication[b-9p5ian4au8]::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  translate: 0 1px;
  justify-content: center;
  align-items: center;
  display: none;
}
.infocard .loyalty-level-list .loyalty-level-item .level-indication p[b-9p5ian4au8] {
  margin: 0;
  font-weight: 900;
  font-size: 1.875rem;
}
.infocard .loyalty-level-list .loyalty-level-item .level-price[b-9p5ian4au8] {
  translate: 0 -0.625rem;
  width: calc(100% - 0.5rem);
  height: var(--level-height);
  border-radius: 8px;
  border: 2px solid #f5f5f5;
  overflow: clip;
  padding: 0.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.4;
  transition: opacity 0.2s ease-in-out;
}
.infocard .loyalty-level-list .loyalty-level-item .level-price img[b-9p5ian4au8] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.infocard .loyalty-level-list .loyalty-level-item.acquired .level-indication[b-9p5ian4au8] {
  background: #e52227;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1490196078);
}
.infocard .loyalty-level-list .loyalty-level-item.acquired .level-indication[b-9p5ian4au8]::before {
  display: flex;
}
.infocard .loyalty-level-list .loyalty-level-item.acquired .level-indication p[b-9p5ian4au8] {
  display: none;
}
.infocard .loyalty-level-list .loyalty-level-item.acquired .level-price[b-9p5ian4au8] {
  opacity: 1;
}
.infocard .level-button-navigation-container[b-9p5ian4au8] {
  position: sticky;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 1;
  height: 100%;
  top: 50%;
  translate: 0 -50%;
}
.infocard .level-button-navigation-container:has(.prev-level)[b-9p5ian4au8] {
  left: 1rem;
}
.infocard .level-button-navigation-container:has(.next-level)[b-9p5ian4au8] {
  right: 1rem;
}
.infocard .level-button-navigation[b-9p5ian4au8] {
  position: absolute;
  border: none;
  padding: 0;
  font-size: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 5rem;
  background: #f5ebee;
  transition: all 0.2s ease-in-out;
}
.infocard .level-button-navigation[b-9p5ian4au8]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/chevron-right.svg);
  background-position: center;
  background-size: 0.875rem;
  background-repeat: no-repeat;
}
.infocard .level-button-navigation.prev-level[b-9p5ian4au8]::before {
  rotate: 180deg;
}
.infocard .level-button-navigation.hide-arrow[b-9p5ian4au8] {
  opacity: 0;
  pointer-events: none;
}
.infocard .coinway.has-image[b-9p5ian4au8] {
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  color: transparent;
  user-select: none;
  position: relative;
  padding-inline: 1rem 0.75rem;
}
.infocard .coinway.has-image[b-9p5ian4au8]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--coinway-bg-url);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  translate: 0 1px;
}
/* /Components/Cards/InfoCard.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.btn-coinway[b-b1byf1rlyx] {
  background-color: #cc071e;
  color: white;
  margin-top: 2rem;
  font-size: 1.1rem;
}
.btn-coinway i[b-b1byf1rlyx] {
  margin-left: 0.5rem;
}

.infocard[b-b1byf1rlyx] {
  --level-width: 12rem;
  --level-height: calc(var(--level-width) / 1.25);
  width: 100%;
  position: relative;
  z-index: 1;
}
.infocard.negative-margin[b-b1byf1rlyx] {
  margin-top: -11rem;
}
.infocard .loyalty[b-b1byf1rlyx] {
  display: flex;
  background: #FFF;
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.0509803922);
  width: 100%;
  padding: 4.5rem 2.5rem;
  padding-bottom: 2.5rem;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .infocard .loyalty[b-b1byf1rlyx] {
    padding: 2rem;
    padding-top: 3rem;
  }
}
@media (max-width: 640px) {
  .infocard .loyalty[b-b1byf1rlyx] {
    padding: 1.375rem;
    padding-top: 1.875rem;
  }
}
.infocard .loyalty__content[b-b1byf1rlyx] {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
}
@media (max-width: 992px) {
  .infocard .loyalty__content[b-b1byf1rlyx] {
    flex-direction: column;
  }
}
.infocard .loyalty__content__title-container[b-b1byf1rlyx] {
  flex: 0 0 calc(100% - 27rem - 5rem);
  margin-top: -0.5rem;
}
@media (max-width: 992px) {
  .infocard .loyalty__content__title-container[b-b1byf1rlyx] {
    flex: 0 0 100%;
  }
}
.infocard .loyalty__content__title-container h2[b-b1byf1rlyx] {
  font-weight: 700;
  font-size: 2rem;
  margin: 0;
  color: #cc071e;
}
@media (max-width: 500px) {
  .infocard .loyalty__content__title-container h2[b-b1byf1rlyx] {
    font-size: 1.75rem;
  }
}
.infocard .loyalty__content__title-container p[b-b1byf1rlyx] {
  padding-top: 0.75rem;
  margin: 0;
  line-height: 1.5;
  max-width: 35rem;
}
@media (max-width: 992px) {
  .infocard .loyalty__content__title-container p[b-b1byf1rlyx] {
    max-width: none;
  }
}
.infocard .loyalty__content__ribbon-container[b-b1byf1rlyx] {
  flex: 0 0 27rem;
  background: #f5f5f5;
  border-radius: 0.75rem;
  padding: 1.75rem 2.25rem;
  padding-right: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .infocard .loyalty__content__ribbon-container[b-b1byf1rlyx] {
    flex: 0 0 100%;
    width: 32rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
  }
}
@media (max-width: 640px) {
  .infocard .loyalty__content__ribbon-container[b-b1byf1rlyx] {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .infocard .loyalty__content__ribbon-container[b-b1byf1rlyx] {
    padding: 1.25rem;
    padding-right: 0.75rem;
  }
}
.infocard .loyalty__content__ribbon-container .loyalty__ribbon__text[b-b1byf1rlyx] {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-right: 1rem;
}
@media (max-width: 992px) {
  .infocard .loyalty__content__ribbon-container .loyalty__ribbon__text[b-b1byf1rlyx] {
    flex: 0 0 calc(100% - 10.5rem);
  }
}
@media (max-width: 450px) {
  .infocard .loyalty__content__ribbon-container .loyalty__ribbon__text[b-b1byf1rlyx] {
    flex: 0 0 calc(100% - 9rem);
  }
}
@media (max-width: 400px) {
  .infocard .loyalty__content__ribbon-container .loyalty__ribbon__text[b-b1byf1rlyx] {
    flex: 0 0 100%;
    gap: 2.5rem;
  }
}
@media (max-width: 325px) {
  .infocard .loyalty__content__ribbon-container .loyalty__ribbon__text[b-b1byf1rlyx] {
    gap: 1.25rem;
  }
}
@media (max-width: 400px) {
  .infocard .loyalty__content__ribbon-container .loyalty__ribbon__text .ribbon-text:first-child[b-b1byf1rlyx] {
    max-width: calc(100% - 7rem);
  }
}
.infocard .loyalty__content__ribbon-container .loyalty__ribbon__text p[b-b1byf1rlyx] {
  margin: 0;
  line-height: 1.4;
}
.infocard .loyalty__content__ribbon-container .loyalty__ribbon__visual[b-b1byf1rlyx] {
  flex: 0 0 45%;
  position: relative;
}
@media (max-width: 992px) {
  .infocard .loyalty__content__ribbon-container .loyalty__ribbon__visual[b-b1byf1rlyx] {
    flex: 0 0 10.5rem;
  }
}
@media (max-width: 450px) {
  .infocard .loyalty__content__ribbon-container .loyalty__ribbon__visual[b-b1byf1rlyx] {
    flex: 0 0 9rem;
  }
}
@media (max-width: 400px) {
  .infocard .loyalty__content__ribbon-container .loyalty__ribbon__visual[b-b1byf1rlyx] {
    flex: 0 0 7rem;
    translate: -100% 0;
  }
}
.infocard .loyalty__content__ribbon-container .loyalty__ribbon__visual[b-b1byf1rlyx]  svg {
  position: absolute;
  right: 0;
  top: -4.5rem;
  width: 100%;
}
@media (max-width: 400px) {
  .infocard .loyalty__content__ribbon-container .loyalty__ribbon__visual[b-b1byf1rlyx]  svg {
    top: -5.5rem;
  }
}
.infocard .loyalty__levels[b-b1byf1rlyx] {
  overflow-x: auto;
  overflow-y: clip;
  width: 100%;
  scrollbar-width: none;
  padding-top: 7.5rem;
  position: relative;
}
@media (max-width: 992px) {
  .infocard .loyalty__levels[b-b1byf1rlyx] {
    padding-top: 9.5rem;
  }
}
@media (max-width: 500px) {
  .infocard .loyalty__levels[b-b1byf1rlyx] {
    padding-top: 7rem;
  }
}
@media (max-width: 450px) {
  .infocard .loyalty__levels[b-b1byf1rlyx] {
    padding-top: 6rem;
  }
}
.infocard .loyalty__levels[b-b1byf1rlyx]::-webkit-scrollbar {
  display: none;
}
.infocard .loyalty__levels.no-level .loyalty-levels-progress-bar-container .loyalty-levels-progress-marker[b-b1byf1rlyx] {
  left: 0;
  translate: 0 calc(-100% - 2rem);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 0.5rem;
}
.infocard .loyalty__levels.no-level .loyalty-levels-progress-bar-container .loyalty-levels-progress-marker[b-b1byf1rlyx]::before, .infocard .loyalty__levels.no-level .loyalty-levels-progress-bar-container .loyalty-levels-progress-marker[b-b1byf1rlyx]::after {
  left: calc((1 - var(--next-level-required) / var(--next-level)) * var(--level-width) / 2);
}
.infocard .loyalty__levels.no-level .loyalty-levels-progress-bar-container .loyalty-levels-progress-bar[b-b1byf1rlyx]::before {
  left: calc((1 - var(--next-level-required) / var(--next-level)) * var(--level-width) / 2);
  width: calc((1 - var(--next-level-required) / var(--next-level)) * var(--level-width) / 2);
  translate: -100% 0;
}
.infocard .loyalty-levels-progress-bar-container[b-b1byf1rlyx] {
  position: relative;
  width: calc(var(--level-width) * var(--levels));
}
.infocard .loyalty-levels-progress-bar-container .loyalty-levels-progress-bar[b-b1byf1rlyx] {
  height: 1.125rem;
  background: #F3F3F3;
  border-radius: 2rem;
  position: relative;
  overflow: clip;
}
.infocard .loyalty-levels-progress-bar-container .loyalty-levels-progress-bar[b-b1byf1rlyx]::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--current-level) * var(--level-width) - var(--level-width) / 2);
  width: calc((1 - var(--next-level-required) / var(--next-level)) * var(--level-width));
  height: 100%;
  background: rgba(250, 53, 41, 0.2);
}
.infocard .loyalty-levels-progress-bar-container .loyalty-levels-progress-bar[b-b1byf1rlyx]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--level-width) * var(--current-level) - var(--level-width) / 2);
  height: 100%;
  background: linear-gradient(90deg, #A60008 0%, #e52227 100%);
}
.infocard .loyalty-levels-progress-bar-container .loyalty-levels-progress-marker[b-b1byf1rlyx] {
  position: absolute;
  top: 0;
  left: calc(var(--current-level) * var(--level-width) - var(--level-width) / 2 + (1 - var(--next-level-required) / var(--next-level)) * var(--level-width));
  translate: -50% calc(-100% - 2rem);
  width: max-content;
  background: #e52227;
  color: #FFF;
  border-radius: 5rem;
  padding: 0.5rem 0.875rem;
}
.infocard .loyalty-levels-progress-bar-container .loyalty-levels-progress-marker[b-b1byf1rlyx]::before {
  content: "";
  height: calc(3.125rem + 1px);
  width: 2px;
  left: 50%;
  top: 100%;
  border-radius: 2px;
  background: #e52227;
  position: absolute;
  translate: -50% 0;
}
.infocard .loyalty-levels-progress-bar-container .loyalty-levels-progress-marker[b-b1byf1rlyx]::after {
  content: "";
  position: absolute;
  top: calc(100% - 1.125rem);
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 30px solid #e52227;
}
.infocard .loyalty-levels-progress-bar-container .loyalty-levels-progress-marker p[b-b1byf1rlyx] {
  margin: 0;
  font-weight: 500;
  position: relative;
  text-align: center;
  line-height: 1;
  z-index: 1;
}
.infocard .loyalty-level-list-container[b-b1byf1rlyx] {
  position: relative;
  width: max-content;
  display: flex;
  align-items: flex-start;
}
.infocard .loyalty-level-list--levels[b-b1byf1rlyx] {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: calc(var(--level-width) * var(--levels));
  margin-bottom: -3.125rem;
  z-index: 2;
}
.infocard .loyalty-level-list--levels .loyalty-level-item[b-b1byf1rlyx] {
  flex: 0 0 var(--level-width);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  translate: 0 -2.5rem;
}
.infocard .loyalty-level-list--levels .loyalty-level-item:last-child[b-b1byf1rlyx]::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2.25rem;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  background: white;
}
.infocard .loyalty-level-list--levels .loyalty-level-item .level-indication[b-b1byf1rlyx] {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 7rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1019607843);
  background: #FFF;
  position: relative;
  z-index: 2;
}
.infocard .loyalty-level-list--levels .loyalty-level-item .level-indication[b-b1byf1rlyx]::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  translate: 0 1px;
  justify-content: center;
  align-items: center;
  display: none;
}
.infocard .loyalty-level-list--levels .loyalty-level-item .level-indication p[b-b1byf1rlyx] {
  margin: 0;
  font-weight: 900;
  font-size: 1.875rem;
}
.infocard .loyalty-level-list--levels .loyalty-level-item.acquired .level-indication[b-b1byf1rlyx] {
  background: #e52227;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1490196078);
}
.infocard .loyalty-level-list--levels .loyalty-level-item.acquired .level-indication[b-b1byf1rlyx]::before {
  display: flex;
}
.infocard .loyalty-level-list--levels .loyalty-level-item.acquired .level-indication p[b-b1byf1rlyx] {
  display: none;
}
.infocard .loyalty-level-list--prizes[b-b1byf1rlyx] {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: calc(var(--level-width) * var(--levels));
  z-index: 0;
  margin-bottom: 0;
}
.infocard .loyalty-level-list--prizes .loyalty-level-item[b-b1byf1rlyx] {
  flex: 0 0 var(--level-width);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.infocard .loyalty-level-list--prizes .loyalty-level-item .level-price[b-b1byf1rlyx] {
  width: calc(100% - 0.5rem);
  height: var(--level-height);
  border-radius: 8px;
  border: 2px solid rgba(245, 245, 245, 0.4);
  overflow: clip;
  padding: 0.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-color 0.2s ease-in-out;
  padding-bottom: 1.625rem;
}
.infocard .loyalty-level-list--prizes .loyalty-level-item .level-price img[b-b1byf1rlyx] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.4;
  transition: opacity 0.2s ease-in-out;
}
.infocard .loyalty-level-list--prizes .loyalty-level-item .level-price .required-tickets[b-b1byf1rlyx] {
  position: absolute;
  bottom: 0.375rem;
  margin: 0;
  left: 50%;
  translate: -50% 0;
  width: max-content;
  background: rgba(204, 7, 30, 0.0588235294);
  color: #cc071e;
  padding: 0.375rem 0.5rem;
  line-height: 1;
  border-radius: 6px;
  font-size: 0.875rem;
}
.infocard .loyalty-level-list--prizes .loyalty-level-item .level-price .required-tickets strong[b-b1byf1rlyx] {
  font-weight: 500;
}
.infocard .loyalty-level-list--prizes .loyalty-level-item.acquired .level-price[b-b1byf1rlyx] {
  border-color: #f5f5f5;
}
.infocard .loyalty-level-list--prizes .loyalty-level-item.acquired .level-price img[b-b1byf1rlyx] {
  opacity: 1;
}
.infocard .loyalty-level-list--prizes .loyalty-level-item:hover .level-price[b-b1byf1rlyx] {
  border-color: #f5f5f5;
}
.infocard .loyalty-level-list--prizes .loyalty-level-item:hover .level-price img[b-b1byf1rlyx] {
  opacity: 1;
}
.infocard[b-b1byf1rlyx]  .coinway.has-image {
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  color: transparent;
  user-select: none;
  position: relative;
  padding-inline: 1rem 0.75rem;
}
.infocard[b-b1byf1rlyx]  .coinway.has-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--coinway-bg-url);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  translate: 0 1px;
}
.infocard .level-button-navigation-container[b-b1byf1rlyx] {
  width: 100%;
  height: var(--level-height);
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 992px) {
  .infocard .level-button-navigation-container[b-b1byf1rlyx] {
    bottom: 2rem;
  }
}
@media (max-width: 640px) {
  .infocard .level-button-navigation-container[b-b1byf1rlyx] {
    bottom: 1.375rem;
  }
}
.infocard .level-button-navigation-container .level-button-navigation[b-b1byf1rlyx] {
  height: 100%;
  width: 3rem;
  background: transparent;
  border: none;
  padding: 0;
  position: sticky;
  pointer-events: all;
  font-size: 0;
  transition: all 0.2s ease-in-out;
  overflow: clip;
}
@media (max-width: 992px) {
  .infocard .level-button-navigation-container .level-button-navigation[b-b1byf1rlyx] {
    width: 2.5rem;
  }
}
@media (max-width: 450px) {
  .infocard .level-button-navigation-container .level-button-navigation[b-b1byf1rlyx] {
    width: 2rem;
  }
}
.infocard .level-button-navigation-container .level-button-navigation[b-b1byf1rlyx]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/chevron-right.svg);
  background-position: center right 0.75rem;
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-color: #FFF;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 992px) {
  .infocard .level-button-navigation-container .level-button-navigation[b-b1byf1rlyx]::before {
    background-position: center right 0.375rem;
    background-size: 1.125rem;
  }
}
@media (max-width: 450px) {
  .infocard .level-button-navigation-container .level-button-navigation[b-b1byf1rlyx]::before {
    background-position: center right 0.25rem;
    background-size: 1rem;
  }
}
.infocard .level-button-navigation-container .level-button-navigation.prev-level[b-b1byf1rlyx] {
  left: 0;
}
@media (max-width: 450px) {
  .infocard .level-button-navigation-container .level-button-navigation.prev-level[b-b1byf1rlyx] {
    left: -0.5rem;
  }
}
.infocard .level-button-navigation-container .level-button-navigation.prev-level[b-b1byf1rlyx]::before {
  rotate: 180deg;
}
.infocard .level-button-navigation-container .level-button-navigation.next-level[b-b1byf1rlyx] {
  right: 0;
}
@media (max-width: 450px) {
  .infocard .level-button-navigation-container .level-button-navigation.next-level[b-b1byf1rlyx] {
    right: -0.5rem;
  }
}
.infocard .level-button-navigation-container .level-button-navigation.hide-arrow[b-b1byf1rlyx] {
  pointer-events: none;
}
.infocard .level-button-navigation-container .level-button-navigation.hide-arrow.prev-level[b-b1byf1rlyx]::before {
  left: -100%;
}
.infocard .level-button-navigation-container .level-button-navigation.hide-arrow.next-level[b-b1byf1rlyx]::before {
  left: 100%;
}
/* /Components/Helpers/DeliveryWeekExplanation.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.delivery-week-explanation[b-zw6r0afxhn] {
  position: fixed;
  bottom: 0.75rem;
  right: 0;
  padding: 1rem;
  border-radius: 0.5rem;
  z-index: 1;
  background: #FFF;
  transition: all 0.2s ease-in-out;
  transform: translateX(100%);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1490196078);
  border: 1px solid #e9ecef;
  pointer-events: none;
  z-index: 999;
}
.delivery-week-explanation.show[b-zw6r0afxhn] {
  transform: translateX(0);
  right: 0.75rem;
  pointer-events: auto;
}
@media (min-width: 1400px) {
  .delivery-week-explanation.show[b-zw6r0afxhn] {
    right: 0;
    transform: translateX(100%);
    pointer-events: none;
  }
}
.delivery-week-explanation div[b-zw6r0afxhn] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}
.delivery-week-explanation div p[b-zw6r0afxhn] {
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
  color: #303539;
}
.delivery-week-explanation div button[b-zw6r0afxhn] {
  border: none;
  padding: 0;
  background: transparent;
  padding: 0.25rem;
  padding-right: 0;
  line-height: 1;
  color: #303539;
  transition: all 0.2s ease-in-out;
}
.delivery-week-explanation div button:hover[b-zw6r0afxhn] {
  color: #cc071e;
}
.delivery-week-explanation ul[b-zw6r0afxhn] {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.delivery-week-explanation ul li[b-zw6r0afxhn] {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem;
  padding-right: 1.5rem;
  margin: 0 0.25rem;
  background: #e9ecef;
  border-radius: 0.25rem;
}
.delivery-week-explanation ul li:nth-of-type(even)[b-zw6r0afxhn] {
  background: #FFF;
}
.delivery-week-explanation ul li .weeknumber[b-zw6r0afxhn] {
  background: #cc071e;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  border-radius: 2rem;
  font-weight: 500;
}
.delivery-week-explanation ul li .weekdays[b-zw6r0afxhn] {
  color: #303539;
  font-weight: 500;
}
/* /Components/Input/LanguageSelect.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.language-selector[b-9zib2fzu40] {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.language-selector li.active a[b-9zib2fzu40] {
  color: #cc071e;
}
.language-selector li.active a:hover[b-9zib2fzu40] {
  color: #cc071e;
}
.language-selector a[b-9zib2fzu40] {
  color: #b1b2b5;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  padding: 0.5rem;
}
.language-selector a:hover[b-9zib2fzu40] {
  color: #2a2e38;
}
.language-selector li:first-of-type a[b-9zib2fzu40]::after {
  content: "";
  width: 1px;
  height: 50%;
  background: #b1b2b5;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
/* /Components/Input/Search.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.search-holder[b-36751x9czb] {
  position: relative;
  z-index: 11;
}
.search-holder .search-results[b-36751x9czb] {
  position: relative;
  right: 0;
  border-radius: 0.5rem;
  width: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: 2.875rem;
  margin-top: -2.875rem;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1490196078);
}
@media (min-width: 350px) {
  .search-holder .search-results[b-36751x9czb] {
    margin-top: -3rem;
    padding-top: 3rem;
  }
}
@media (min-width: 500px) {
  .search-holder .search-results[b-36751x9czb] {
    width: 17.5rem;
    position: absolute;
    padding-top: 0;
    margin-top: 0;
    top: calc(100% + 1rem);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1490196078);
  }
}
@media (min-width: 992px) {
  .search-holder .search-results[b-36751x9czb] {
    width: 100%;
    max-width: 100%;
  }
}
.search-holder .search-results .search-result[b-36751x9czb] {
  display: flex;
}
.search-holder .search-results .search-result button[b-36751x9czb] {
  border: none;
  background: transparent;
  width: 100%;
  margin: 0;
  text-decoration: none;
  color: #303539;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.5rem 1rem;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}
@media (min-width: 500px) {
  .search-holder .search-results .search-result button[b-36751x9czb] {
    padding-right: 3rem;
    gap: 2rem;
  }
}
.search-holder .search-results .search-result button:hover[b-36751x9czb] {
  color: #cc071e;
}
@media (min-width: 500px) {
  .search-holder .search-results .search-result button:hover span[b-36751x9czb] {
    right: 1rem;
  }
}
.search-holder .search-results .search-result button div[b-36751x9czb] {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 350px) {
  .search-holder .search-results .search-result button div[b-36751x9czb] {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.search-holder .search-results .search-result button div img[b-36751x9czb] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: none;
}
.search-holder .search-results .search-result button p[b-36751x9czb] {
  overflow: hidden;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-holder .search-results .search-result button span[b-36751x9czb] {
  position: absolute;
  right: -1rem;
  transition: all 0.2s ease-in-out;
  color: #cc071e;
}

.search[b-36751x9czb] {
  display: flex;
  position: relative;
  z-index: 1;
}
.search input[b-36751x9czb] {
  border: none;
  font-size: 1rem;
  background: #f5f5f5;
  padding: 0.3rem 0.75rem;
  border-radius: 0.5rem 0 0 0.5rem;
  color: #2a2e38;
  min-width: 15rem;
}
.search input:focus[b-36751x9czb] {
  outline: none;
}
.search input[b-36751x9czb]::placeholder {
  color: #83878d;
}
.search button[b-36751x9czb] {
  border: none;
  background: #f5f5f5;
  padding: 0;
  color: #cc071e;
  padding: 0.3rem 0.75rem;
  font-size: 1.1rem;
  border-radius: 0 0.5rem 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toggle-background[b-36751x9czb] {
  width: 100%;
  height: 100%;
  position: fixed;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
@media (min-width: 500px) {
  .toggle-background[b-36751x9czb] {
    display: block;
  }
}
/* /Components/Input/StoreSelect.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.logged-in-as__modal__background[b-m7jrkhxzq3] {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: transparent;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
}
.logged-in-as__modal__background.show[b-m7jrkhxzq3] {
  display: block;
}

.shop-selector[b-m7jrkhxzq3] {
  margin-right: 2rem;
  position: relative;
  max-width: 13.5rem;
}
@media (min-width: 1350px) {
  .shop-selector[b-m7jrkhxzq3] {
    max-width: 16rem;
  }
}
@media (min-width: 1440px) {
  .shop-selector[b-m7jrkhxzq3] {
    max-width: 17.5rem;
  }
}
.shop-selector.onboarding-shop[b-m7jrkhxzq3] {
  z-index: 16;
}
.shop-selector.one .store-select[b-m7jrkhxzq3] {
  padding-right: 1rem;
}
.shop-selector.one .dropdown-arrow[b-m7jrkhxzq3] {
  display: none;
}
.shop-selector.logged-in-as .store-select[b-m7jrkhxzq3] {
  background: #010130;
  overflow: hidden;
}
.shop-selector.logged-in-as .store-select:hover[b-m7jrkhxzq3] {
  background: #01011c;
}
.shop-selector.logged-in-as .store-select.text:hover[b-m7jrkhxzq3] {
  background: #010130;
}
.shop-selector .modal-toggle[b-m7jrkhxzq3] {
  display: block;
  position: absolute;
  left: 0.75rem;
  left: 0;
  top: 0.325rem;
  top: 0;
  border: none;
  padding: 0.55rem 0.75rem;
  color: #FFF;
  background: transparent;
  z-index: 2;
  line-height: 1;
}
.shop-selector .logged-in-as__modal[b-m7jrkhxzq3] {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: calc(100% + 1px + 1rem);
  left: 50%;
  transform: translateX(-50%);
  background: #010130;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1490196078);
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  min-width: 15rem;
}
.shop-selector .logged-in-as__modal.user-logged-in[b-m7jrkhxzq3] {
  background: #FFF;
  min-width: none;
}
.shop-selector .logged-in-as__modal.user-logged-in div[b-m7jrkhxzq3] {
  margin: 0;
}
.shop-selector .logged-in-as__modal.user-logged-in div p[b-m7jrkhxzq3] {
  background: transparent;
  color: #cc071e;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
}
.shop-selector .logged-in-as__modal.user-logged-in div .logoff-button[b-m7jrkhxzq3] {
  opacity: 1;
  color: #83878d;
  padding-top: 0;
  padding-bottom: 0;
}
.shop-selector .logged-in-as__modal.user-logged-in div .logoff-button:hover[b-m7jrkhxzq3] {
  color: #cc071e;
}
.shop-selector .logged-in-as__modal.show[b-m7jrkhxzq3] {
  opacity: 1;
  pointer-events: auto;
}
.shop-selector .logged-in-as__modal div[b-m7jrkhxzq3] {
  margin-bottom: 0.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
.shop-selector .logged-in-as__modal div p[b-m7jrkhxzq3] {
  font-weight: 500;
  background: #cc071e;
  color: #FFF;
  padding: 0.35rem 0.75rem;
  border-radius: 0.25rem;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}
.shop-selector .logged-in-as__modal div .logoff-button[b-m7jrkhxzq3] {
  padding: 0.35rem 0.75rem;
  color: #FFF;
  opacity: 0.75;
  background: transparent;
  border: none;
  transition: all 0.2s ease-in-out;
  font-size: 0.875rem;
}
.shop-selector .logged-in-as__modal div .logoff-button:hover[b-m7jrkhxzq3] {
  opacity: 1;
}
.shop-selector .logged-in-as__modal .return-button[b-m7jrkhxzq3] {
  background: #010130;
  border: none;
  color: #FFF;
  font-weight: 500;
  border-radius: 1rem;
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
}
.shop-selector .logged-in-as__modal .return-button i[b-m7jrkhxzq3] {
  font-size: 0.65rem;
  transform: translateY(0.5px);
}
.shop-selector .store-select[b-m7jrkhxzq3] {
  border-color: #FFF;
  border-radius: 0.4rem;
  padding: 0.4rem 1rem;
  padding-right: 2.25rem;
  padding-left: 2.25rem;
  font-size: 0.875rem;
  color: #FFF;
  appearance: none;
  cursor: pointer;
  background: #cc071e;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
  max-width: 12.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: none;
}
.shop-selector .store-select.text[b-m7jrkhxzq3] {
  cursor: default;
}
.shop-selector .store-select.text:hover[b-m7jrkhxzq3] {
  background: #cc071e;
}
.shop-selector .store-select:focus[b-m7jrkhxzq3] {
  outline: none;
}
.shop-selector .store-select *[b-m7jrkhxzq3] {
  color: #303539;
  font-weight: 500;
  font-size: 1rem;
  background: #FFF;
}
.shop-selector .store-select:hover[b-m7jrkhxzq3] {
  background: #a30316;
}
.shop-selector .dropdown-arrow[b-m7jrkhxzq3] {
  position: absolute;
  right: 0.75rem;
  top: 0.6rem;
  font-size: 0.7rem;
  color: #FFF;
  pointer-events: none;
}

.onboarding[b-m7jrkhxzq3] {
  position: absolute;
  z-index: 16;
  bottom: -1rem;
  left: 50%;
  transform: translateY(100%) translateX(-50%);
  background: #FFF;
  border-radius: 0.75rem;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1490196078);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 350px) {
  .onboarding[b-m7jrkhxzq3] {
    width: 20rem;
  }
}
@media (min-width: 400px) {
  .onboarding[b-m7jrkhxzq3] {
    width: 22.5rem;
  }
}
@media (min-width: 500px) {
  .onboarding[b-m7jrkhxzq3] {
    width: 25rem;
  }
}
@media (min-width: 550px) {
  .onboarding[b-m7jrkhxzq3] {
    width: auto;
  }
  .onboarding p[b-m7jrkhxzq3] {
    white-space: nowrap;
  }
}
.onboarding[b-m7jrkhxzq3]::before {
  content: "";
  background: #FFF;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: -0.3rem;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1490196078);
}
.onboarding__body p[b-m7jrkhxzq3] {
  margin: 0;
  line-height: 1.2;
  color: #303539;
  font-weight: bold;
  font-size: 1.2rem;
}
.onboarding__footer[b-m7jrkhxzq3] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.onboarding__footer button[b-m7jrkhxzq3] {
  border: none;
  background: transparent;
  color: #cc071e;
  font-weight: 500;
  padding: 0.5rem;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  border-radius: 0.4rem;
}
.onboarding__footer button.hide[b-m7jrkhxzq3] {
  pointer-events: none;
  opacity: 0;
}
.onboarding__footer button:hover[b-m7jrkhxzq3] {
  background: #e9ecef;
}
/* /Components/Layout/Breadcrumb.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.breadcrumb[b-gys508da6b] {
  margin-bottom: 2em;
  display: flex;
  gap: 0.75rem;
}

.breadcrumb[b-gys508da6b]  a {
  color: black;
  margin-right: 0.25rem;
  font-size: 1rem;
  display: flex;
  align-content: center;
  align-items: center;
  color: #303539;
  font-weight: 500;
}
@media (max-width: 640px) {
  .breadcrumb[b-gys508da6b]  a:last-child {
    display: none;
  }
}

.breadcrumb[b-gys508da6b]  a.no-link {
  cursor: auto;
  text-decoration: none;
}

.breadcrumb[b-gys508da6b]  a:not(:last-child):after {
  content: "";
  display: block;
  background: url("/img/chevron-right.svg") no-repeat;
  width: 10px;
  height: 10px;
  float: left;
  margin: 0 0 0 1rem;
}

.breadcrumb[b-gys508da6b]  a.map-button {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.breadcrumb[b-gys508da6b]  a.map-button:hover {
  color: #cc071e;
}
/* /Components/Layout/Footer.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.footer[b-x5bxbokov4] {
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex-shrink: 0;
  margin-top: 3rem;
}
.footer__background[b-x5bxbokov4] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
}
.footer__background[b-x5bxbokov4]:before {
  background: linear-gradient(90deg, rgb(192, 44, 28) 0%, rgb(192, 44, 28) 15%, rgb(230, 0, 26) 80%, rgb(230, 0, 26) 100%);
  border-top: 10px solid #A60008;
  border-left: 18px solid #A60008;
  border-right: 18px solid #A60008;
  height: 800px;
  left: -800px;
  right: -800px;
  top: 0;
  content: "";
  position: absolute;
  border-radius: 50% 50% 0 0;
}
.footer__inner[b-x5bxbokov4] {
  max-width: 1300px;
  margin: 0 auto;
  padding: 1rem 2rem;
  padding-top: 5rem;
  position: relative;
  z-index: 1;
  color: #FFF;
}
@media (min-width: 1000px) {
  .footer__inner[b-x5bxbokov4] {
    padding-top: 8rem;
  }
}
.footer__top[b-x5bxbokov4] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .footer__top[b-x5bxbokov4] {
    flex-direction: row;
  }
}
.footer__top__left[b-x5bxbokov4] {
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1000px) {
  .footer__top__left[b-x5bxbokov4] {
    width: auto;
  }
}
.footer__top__left[b-x5bxbokov4]  .nav-item {
  margin-right: 1rem;
  width: 100%;
  text-align: center;
}
@media (min-width: 1000px) {
  .footer__top__left[b-x5bxbokov4]  .nav-item {
    width: auto;
  }
}
.footer__top__left[b-x5bxbokov4]  .nav-item img {
  width: auto;
}
@media (min-width: 1000px) {
  .footer__top__left[b-x5bxbokov4]  .nav-item img {
    width: 10rem;
  }
}
@media (min-width: 1200px) {
  .footer__top__left[b-x5bxbokov4]  .nav-item img {
    width: auto;
  }
}
.footer__top__right[b-x5bxbokov4] {
  display: flex;
  gap: 3rem;
  flex-grow: 1;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 650px) {
  .footer__top__right[b-x5bxbokov4] {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
    gap: 4rem;
  }
}
@media (min-width: 1000px) {
  .footer__top__right[b-x5bxbokov4] {
    justify-content: space-evenly;
  }
}
.footer__top__right .sub-navigation[b-x5bxbokov4] {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 650px) {
  .footer__top__right .sub-navigation[b-x5bxbokov4]  .store-select {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1250px) {
  .footer__top__right .sub-navigation[b-x5bxbokov4] {
    flex-direction: row;
    gap: 1rem;
  }
}
.footer__top__right .information[b-x5bxbokov4] {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__top__right .information li[b-x5bxbokov4] {
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 650px) {
  .footer__top__right .information li[b-x5bxbokov4] {
    text-align: left;
  }
}
.footer__top__right .information li:first-of-type[b-x5bxbokov4] {
  font-weight: bold;
}
.footer__top__right .information li:first-of-type span[b-x5bxbokov4] {
  display: inline;
  font-weight: normal;
}
.footer__top__right .information li:first-of-type span[b-x5bxbokov4]::before {
  content: "- ";
}
@media (max-width: 730px) {
  .footer__top__right .information li:first-of-type span[b-x5bxbokov4] {
    display: block;
  }
  .footer__top__right .information li:first-of-type span[b-x5bxbokov4]::before {
    content: "";
  }
}
.footer__top__right .information li[b-x5bxbokov4]  a {
  text-decoration: none;
  color: #FFF;
}
.footer__top__right .information li ul[b-x5bxbokov4] {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
  gap: 0.75rem;
  font-size: 1.1rem;
  justify-content: center;
}
@media (min-width: 650px) {
  .footer__top__right .information li ul[b-x5bxbokov4] {
    justify-content: flex-start;
  }
}
.footer__top__right .information li ul li[b-x5bxbokov4]  a {
  text-decoration: none;
  color: #FFF;
}
.footer__top__right .navigation[b-x5bxbokov4] {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 650px) {
  .footer__top__right .navigation[b-x5bxbokov4] {
    margin-right: 3rem;
  }
}
.footer__top__right .navigation li[b-x5bxbokov4] {
  line-height: 1.75;
  text-align: center;
}
@media (min-width: 650px) {
  .footer__top__right .navigation li[b-x5bxbokov4] {
    text-align: left;
  }
}
.footer__top__right .navigation li[b-x5bxbokov4]  a {
  color: #FFF;
  text-decoration: none;
}
.footer__top__right .navigation[b-x5bxbokov4]  .shop-selector {
  margin: 0 auto;
  margin-top: 0.45rem;
}
.footer__top__right .navigation[b-x5bxbokov4]  .shop-selector .store-select {
  background: transparent;
  padding-left: 1rem;
  padding-right: 2.25rem;
  border: 1px solid #FFF;
}
.footer__top__right .navigation[b-x5bxbokov4]  .shop-selector .store-select.text {
  padding: 0.4rem 0.8rem;
  width: fit-content;
}
.footer__top__right .navigation[b-x5bxbokov4]  .shop-selector .store-select:hover {
  background: transparent;
}
.footer__top__right .navigation[b-x5bxbokov4]  .shop-selector .dropdown-arrow {
  right: 0.75rem;
}
.footer__top__right .navigation[b-x5bxbokov4]  .shop-selector .modal-toggle {
  display: none;
}
.footer__bottom[b-x5bxbokov4] {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  margin-top: 4rem;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.footer__bottom p[b-x5bxbokov4] {
  margin: 0;
}
.footer__bottom__right[b-x5bxbokov4]  a:first-child {
  margin-right: 1rem;
}
.footer__bottom__right[b-x5bxbokov4]  a {
  color: #FFF;
  text-decoration: none;
}
/* /Components/Layout/FrontEndMap.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.text-desktop[b-p8ad2zx5mp] {
  display: none;
  text-align: center;
  position: relative;
}
.text-desktop h1[b-p8ad2zx5mp] {
  font-family: "LL Sari Tab";
  font-weight: bold;
  margin-bottom: 6rem;
  font-size: 1.5rem !important;
}
.text-desktop h1 .red[b-p8ad2zx5mp] {
  color: #cc071e;
  font-style: oblique;
  font-weight: bold;
  font-size: 3.1rem;
}
@media (min-width: 640px) {
  .text-desktop h1[b-p8ad2zx5mp] {
    font-size: 2.9rem !important;
  }
}
@media (min-width: 915px) {
  .text-desktop[b-p8ad2zx5mp] {
    display: block;
  }
}
@media (min-width: 1100px) {
  .text-desktop[b-p8ad2zx5mp] {
    margin-top: 0;
  }
}

.map-wrapper[b-p8ad2zx5mp] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  flex-direction: column-reverse;
  margin-bottom: 5rem;
  top: 0;
}
.map-wrapper.negative-margin[b-p8ad2zx5mp] {
  margin-top: -4.25rem;
}
@media (max-width: 915px) {
  .map-wrapper.negative-margin[b-p8ad2zx5mp] {
    margin-top: -4rem;
  }
}
.map-wrapper.active[b-p8ad2zx5mp] {
  /*.map-wrapper__categories {
      width: calc(100% - 30rem);
      height: calc(100% + 4rem);
      margin-top: -2rem;

      &__inner {
          height: 100%;
          width: calc(100% + ((100vw - (100% + 30rem)) / 2));
          border-radius: 0;
          box-shadow: 0 0 0 transparent;*/
  /*                &::after {
              width: calc((100vw - (100% + 25rem)) / 2);
          }*/
  /*.main-categories-list {
              margin-bottom: 2rem;
              margin-top: 2rem;
              gap: 2rem;

              .main-category-icon {
                  width: 4.5rem;
              }

              p {
                  font-size: 0.75rem;
              }
          }
      }
  }*/
}
.map-wrapper.active .map-wrapper__map[b-p8ad2zx5mp] {
  width: 30rem;
}
.map-wrapper.active .map-wrapper__main-categories[b-p8ad2zx5mp] {
  width: calc(100% - 30rem);
  right: -100%;
}
@media (min-width: 1300px) {
  .map-wrapper.active .map-wrapper__main-categories[b-p8ad2zx5mp] {
    right: calc(-100% + 30rem - (100vw - (100% + 30rem)));
  }
}
.map-wrapper.active .map-wrapper__slideout[b-p8ad2zx5mp] {
  left: 30rem;
}
.map-wrapper__map[b-p8ad2zx5mp] {
  width: 100%;
  align-items: center;
  justify-content: stretch;
  transition: all 0.2s ease-in-out;
  padding: 0;
  justify-content: center;
}
.map-wrapper__map .text-mobile[b-p8ad2zx5mp] {
  text-align: center;
}
.map-wrapper__map .text-mobile h1[b-p8ad2zx5mp] {
  font-family: "LL Sari Tab";
  font-weight: bold;
  margin-bottom: 3rem;
  font-size: 1.5rem !important;
}
.map-wrapper__map .text-mobile h1 .red[b-p8ad2zx5mp] {
  color: #cc071e;
  font-style: oblique;
}
@media (min-width: 640px) {
  .map-wrapper__map .text-mobile h1[b-p8ad2zx5mp] {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 915px) {
  .map-wrapper__map .text-mobile h1[b-p8ad2zx5mp] {
    display: none;
  }
}
.map-wrapper__map__image .click-prompt[b-p8ad2zx5mp] {
  width: 100%;
  padding-top: 1rem;
  justify-content: center;
  display: none;
}
.map-wrapper__map__image .click-prompt p[b-p8ad2zx5mp] {
  color: #acb0b5;
  font-size: 0.75rem;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}
.map-wrapper__map__image .click-prompt p i[b-p8ad2zx5mp] {
  font-size: 0.7rem;
  line-height: 1;
}
.map-wrapper__map__image .click-prompt p:hover[b-p8ad2zx5mp] {
  color: #cc071e;
}
@media (min-width: 992px) {
  .map-wrapper__map__image .click-prompt[b-p8ad2zx5mp] {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .map-wrapper__map__image .click-prompt[b-p8ad2zx5mp] {
    max-width: 500px;
  }
}
@media (min-width: 1350px) {
  .map-wrapper__map__image .click-prompt[b-p8ad2zx5mp] {
    max-width: 600px;
  }
}
.map-wrapper__map__image .image-cat-holder[b-p8ad2zx5mp] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  will-change: scroll-position;
  margin-top: 1rem;
  align-items: center;
}
.map-wrapper__map__image .image-cat-holder .image-fancybox[b-p8ad2zx5mp] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(6px) brightness(0.3);
  -webkit-backdrop-filter: blur(6px) brightness(0.3);
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.map-wrapper__map__image .image-cat-holder .image-fancybox.show[b-p8ad2zx5mp] {
  opacity: 1;
  pointer-events: auto;
}
.map-wrapper__map__image .image-cat-holder .image-fancybox.show .pin[b-p8ad2zx5mp] {
  pointer-events: auto;
}
.map-wrapper__map__image .image-cat-holder .image-fancybox .background-click[b-p8ad2zx5mp] {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  cursor: zoom-out;
}
.map-wrapper__map__image .image-cat-holder .image-fancybox__header[b-p8ad2zx5mp] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  gap: 2rem;
}
@media (min-width: 1350px) {
  .map-wrapper__map__image .image-cat-holder .image-fancybox__header[b-p8ad2zx5mp] {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
.map-wrapper__map__image .image-cat-holder .image-fancybox__header button[b-p8ad2zx5mp] {
  border: none;
  background: rgba(30, 30, 30, 0.6);
  font-size: 1.25rem;
  color: #e9ecef;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1490196078);
}
@media (min-width: 1350px) {
  .map-wrapper__map__image .image-cat-holder .image-fancybox__header button[b-p8ad2zx5mp] {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.3rem;
    background: #FFF;
    color: #cc071e;
  }
  .map-wrapper__map__image .image-cat-holder .image-fancybox__header button:hover[b-p8ad2zx5mp] {
    background: #FFF !important;
    transform: scale(1.1);
    transform-origin: top right;
  }
}
.map-wrapper__map__image .image-cat-holder .image-fancybox__header button:hover[b-p8ad2zx5mp] {
  background: rgba(30, 30, 30, 0.9);
}
.map-wrapper__map__image .image-cat-holder .image-fancybox__inner[b-p8ad2zx5mp] {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1350px) {
  .map-wrapper__map__image .image-cat-holder .image-fancybox__inner[b-p8ad2zx5mp] {
    padding-top: 6rem;
  }
}
.map-wrapper__map__image .image-cat-holder .image-fancybox__inner__image[b-p8ad2zx5mp] {
  width: 100%;
  max-height: calc(100vh - 8rem);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 0;
  position: relative;
}
@media (min-width: 1350px) {
  .map-wrapper__map__image .image-cat-holder .image-fancybox__inner__image[b-p8ad2zx5mp] {
    max-height: calc(100vh - 8rem);
  }
}
.map-wrapper__map__image .image-cat-holder .image-fancybox__inner__image .map-wrapper__map__image__pins[b-p8ad2zx5mp] {
  max-width: none;
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.map-wrapper__map__image .image-cat-holder .image-fancybox__inner__image .map-wrapper__map__image__pins .pin[b-p8ad2zx5mp] {
  margin: 0;
  pointer-events: none;
  /*                                    &:hover {
      animation-name: Bounce;
      animation-duration: 5s;
      animation-iteration-count: infinite;
  }*/
}
.map-wrapper__map__image .image-cat-holder .image-fancybox__inner__image img[b-p8ad2zx5mp] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.map-wrapper__map__image .image-cat-holder .layer-image[b-p8ad2zx5mp] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .map-wrapper__map__image .image-cat-holder .layer-image[b-p8ad2zx5mp] {
    max-width: 500px;
  }
}
@media (min-width: 1350px) {
  .map-wrapper__map__image .image-cat-holder .layer-image[b-p8ad2zx5mp] {
    max-width: 600px;
  }
}
.map-wrapper__map__image .image-cat-holder .categories[b-p8ad2zx5mp] {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap; /* add this property to enable wrapping */
  justify-content: center; /* change to center to align items horizontally */
  display: none;
}
@media (min-width: 1024px) {
  .map-wrapper__map__image .image-cat-holder .categories[b-p8ad2zx5mp] {
    display: flex;
    align-self: center;
    min-width: 200px;
    min-height: 100%;
    width: 100%;
    margin-left: 4rem;
  }
}
.map-wrapper__map__image .image-cat-holder .categories .container-promo[b-p8ad2zx5mp] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: fit-content;
  gap: 2rem;
}
.map-wrapper__map__image .image-cat-holder .categories .container-promo__cta[b-p8ad2zx5mp] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.map-wrapper__map__image .image-cat-holder .categories .container-promo__cta p[b-p8ad2zx5mp] {
  color: #303539;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
.map-wrapper__map__image .image-cat-holder .categories .container-promo__cta i[b-p8ad2zx5mp] {
  color: #cc071e;
  font-size: 1.5rem;
}
[b-p8ad2zx5mp] .map-wrapper__map__image .image-cat-holder .categories .container-promo__btn {
  border: none;
  text-decoration: none;
  background: #FFF;
  border-radius: 10rem;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1490196078);
  width: 20rem;
  height: 20rem;
  padding: 2rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  transition: all 0.2s ease-in-out;
}
[b-p8ad2zx5mp] .map-wrapper__map__image .image-cat-holder .categories .container-promo__btn div {
  width: 100%;
  height: 100%;
  padding: 2rem;
  padding-bottom: 0;
}
[b-p8ad2zx5mp] .map-wrapper__map__image .image-cat-holder .categories .container-promo__btn div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
[b-p8ad2zx5mp] .map-wrapper__map__image .image-cat-holder .categories .container-promo__btn p {
  margin: 0;
  color: #303539;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
[b-p8ad2zx5mp] .map-wrapper__map__image .image-cat-holder .categories .container-promo__btn:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1490196078);
}
[b-p8ad2zx5mp] .map-wrapper__map__image .image-cat-holder .categories .container-promo__btn:hover p {
  color: #cc071e;
}
.map-wrapper__map__image .image-cat-holder .categories .category[b-p8ad2zx5mp] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.2rem;
  margin: 0.2rem;
  cursor: pointer;
  border: 2px solid #cc071e;
  border-radius: 0.5rem;
  background-color: white;
  width: fit-content;
}
.map-wrapper__map__image .image-cat-holder .categories .category img[b-p8ad2zx5mp] {
  margin: 1rem;
  color: #cc071e;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.map-wrapper__map__image .image-cat-holder .categories .category span[b-p8ad2zx5mp] {
  font-size: 1rem;
  font-weight: bold;
  margin-right: 1rem;
}
.map-wrapper__map__image .image-cat-holder .categories .category:hover[b-p8ad2zx5mp] {
  background-color: #cc071e;
  color: white;
}
.map-wrapper__map__image .image-cat-holder .categories .category:hover img[b-p8ad2zx5mp] {
  filter: brightness(0) invert(1);
}
.map-wrapper__map__image .map-loader[b-p8ad2zx5mp] {
  min-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
}
.map-wrapper__map__image__pins[b-p8ad2zx5mp] {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .map-wrapper__map__image__pins[b-p8ad2zx5mp] {
    max-width: 500px;
  }
}
@media (min-width: 1350px) {
  .map-wrapper__map__image__pins[b-p8ad2zx5mp] {
    max-width: 600px;
  }
}
.map-wrapper__map__image__pins .pin[b-p8ad2zx5mp] {
  border: none;
  background: transparent;
  position: absolute;
  padding: 0;
  transform: translate(-1.35rem, -4rem);
  transition: all 0.2s ease-in-out;
  margin-left: -20px;
  margin-top: -64px;
}
.map-wrapper__map__image__pins .pin.inactive-pin[b-p8ad2zx5mp] {
  filter: opacity(0);
  pointer-events: none;
}
.map-wrapper__map__image__pins .pin.active-pin[b-p8ad2zx5mp] {
  filter: opacity(1);
  pointer-events: auto;
}
.map-wrapper__map__image__pins .pin-background[b-p8ad2zx5mp] {
  height: 4rem;
}
.map-wrapper__map__image__pins .pin-background img[b-p8ad2zx5mp] {
  height: 100%;
  object-fit: contain;
}
.map-wrapper__map__image__pins .pin-category[b-p8ad2zx5mp] {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.map-wrapper__map__image__pins .pin-category img[b-p8ad2zx5mp] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.map-wrapper__main-categories[b-p8ad2zx5mp] {
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  margin-bottom: 3rem;
}
@media (min-width: 915px) {
  .map-wrapper__main-categories[b-p8ad2zx5mp] {
    display: flex;
  }
}
.map-wrapper__main-categories__inner[b-p8ad2zx5mp] {
  padding: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.map-wrapper__main-categories__inner .main-categories-list[b-p8ad2zx5mp] {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin: 0;
  max-width: 1200px;
  gap: 16px;
}
.map-wrapper__main-categories__inner .main-categories-list__item[b-p8ad2zx5mp] {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  margin: 0;
  min-width: 180px;
  max-width: none;
  flex: 0 1 calc((100% - 80px) / 6);
  max-width: calc((100% - 80px) / 6);
}
@media (max-width: calc(1160px - 1px)) {
  .map-wrapper__main-categories__inner .main-categories-list__item[b-p8ad2zx5mp] {
    flex-basis: calc((100% - 48px) / 4);
    max-width: calc((100% - 48px) / 4);
  }
}
@media (max-width: calc(768px - 1px)) {
  .map-wrapper__main-categories__inner .main-categories-list__item[b-p8ad2zx5mp] {
    flex-basis: calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
  }
}
.map-wrapper__main-categories__inner .main-categories-list__item button[b-p8ad2zx5mp] {
  border: none;
  background: transparent;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.map-wrapper__main-categories__inner .main-categories-list__item button:hover .main-category-icon[b-p8ad2zx5mp] {
  transform: scale(1.1);
}
.map-wrapper__main-categories__inner .main-categories-list__item button.active .main-category-icon[b-p8ad2zx5mp] {
  color: #cc071e;
  background-color: white;
  transform: scale(1.1);
}
.map-wrapper__main-categories__inner .main-categories-list__item button.active .main-category-icon[b-p8ad2zx5mp]::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px #A60008;
  transition: box-shadow 0.2s ease-in-out;
}
.map-wrapper__main-categories__inner .main-categories-list__item button .main-category-icon[b-p8ad2zx5mp] {
  border-radius: 5rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1490196078);
  border: 1px solid #F5F5F5;
  transition: all 0.2s ease-in-out;
  margin: 0 auto 1rem;
}
.map-wrapper__main-categories__inner .main-categories-list__item button .main-category-icon img[b-p8ad2zx5mp] {
  margin: 1rem;
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 915px) {
  .map-wrapper__main-categories__inner .main-categories-list__item button .main-category-icon img[b-p8ad2zx5mp] {
    width: 3.5rem;
    height: 3.5rem;
    padding: 0.5rem;
  }
}
.map-wrapper__main-categories__inner .main-categories-list__item button p[b-p8ad2zx5mp] {
  color: #cc071e;
  font-size: 0.8rem;
  text-align: center;
  margin: 0 auto;
  background: #f8fafb;
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
  font-weight: 500;
}
@media (min-width: 915px) {
  .map-wrapper__main-categories__inner .main-categories-list__item button p[b-p8ad2zx5mp] {
    font-size: 1rem;
  }
}
.map-wrapper__main-categories__inner__slideout[b-p8ad2zx5mp] {
  position: absolute;
  z-index: 1;
  top: 0;
  width: calc(100% - 30rem + (100vw - 100%) / 2);
  left: calc(100% + (100vw - 100%) / 2);
  height: calc(100% + 2rem);
  margin-top: -2rem;
  transition: all 0.3s ease-in-out;
  background: #FFF;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  .map-wrapper__main-categories__inner__slideout[b-p8ad2zx5mp] {
    height: calc(100% + 3rem);
    margin-top: -3rem;
  }
}
.map-wrapper__main-categories__inner__slideout__header[b-p8ad2zx5mp] {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 3rem;
  border-bottom: 1px solid #e9ecef;
}
.map-wrapper__main-categories__inner__slideout__header .close-button[b-p8ad2zx5mp] {
  margin-top: 1rem;
  border: none;
  background: transparent;
  font-size: 1.25rem;
  width: 3rem;
  height: 3rem;
  color: #83878d;
  transition: all 0.2s ease-in-out;
  background: #FFF;
  border-radius: 5rem;
  position: relative;
}
.map-wrapper__main-categories__inner__slideout__header .close-button i[b-p8ad2zx5mp] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.map-wrapper__main-categories__inner__slideout__header .close-button:hover[b-p8ad2zx5mp] {
  color: #cc071e;
}
.map-wrapper__main-categories__inner__slideout__header .main-categories-list[b-p8ad2zx5mp] {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 3rem;
  margin: 0;
}
.map-wrapper__main-categories__inner__slideout__header .main-categories-list__item[b-p8ad2zx5mp] {
  display: flex;
}
.map-wrapper__main-categories__inner__slideout__header .main-categories-list__item button[b-p8ad2zx5mp] {
  border: none;
  background: transparent;
  padding: 0;
}
.map-wrapper__main-categories__inner__slideout__header .main-categories-list__item button:hover .main-category-icon[b-p8ad2zx5mp] {
  transform: scale(1.1);
}
.map-wrapper__main-categories__inner__slideout__header .main-categories-list__item button.active .main-category-icon[b-p8ad2zx5mp] {
  border-color: #cc071e;
  box-shadow: 0 3px 6px rgba(204, 7, 30, 0.1490196078);
  transform: scale(1.1);
}
.map-wrapper__main-categories__inner__slideout__header .main-categories-list__item button .main-category-icon[b-p8ad2zx5mp] {
  width: 5rem;
  border-radius: 5rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1490196078);
  border: 1px solid #F5F5F5;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.map-wrapper__main-categories__inner__slideout__header .main-categories-list__item button .main-category-icon img[b-p8ad2zx5mp] {
  width: 55%;
  height: 55%;
  object-fit: contain;
  object-position: center;
}
.map-wrapper__main-categories__inner__slideout__header .main-categories-list__item button p[b-p8ad2zx5mp] {
  color: #cc071e;
  font-size: 0.75rem;
  text-align: center;
  margin: 0 auto;
  max-width: 5rem;
  font-weight: 500;
}
.map-wrapper__main-categories__inner__slideout__body[b-p8ad2zx5mp] {
  display: flex;
  width: 100%;
  overflow-y: auto;
  height: 100%;
}
.map-wrapper__main-categories__inner__slideout__body[b-p8ad2zx5mp]::-webkit-scrollbar {
  width: 0.4rem;
}
.map-wrapper__main-categories__inner__slideout__body[b-p8ad2zx5mp]::-webkit-scrollbar-thumb {
  background: #d6d7d9;
  border-radius: 0.4rem;
}
.map-wrapper__main-categories__inner__slideout__body[b-p8ad2zx5mp]::-webkit-scrollbar-thumb:hover {
  background: #83878d;
}
.map-wrapper__main-categories__inner__slideout__body[b-p8ad2zx5mp]::-webkit-scrollbar-track {
  background: #FFF;
}
.map-wrapper__main-categories__inner__slideout__body .accordion[b-p8ad2zx5mp] {
  width: calc(100% + 2rem);
  padding: 0;
  margin: 0;
  margin-left: -1rem;
  list-style: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1019607843);
  background: #FFF;
}
.map-wrapper__main-categories__inner__slideout__body .accordion .accordion-item[b-p8ad2zx5mp] {
  border: none;
  border-bottom: 1px solid #e9ecef;
  /*                    &:last-of-type:not(.active) {
      border: none;
  }*/
}
.map-wrapper__main-categories__inner__slideout__body .accordion .accordion-item .accordion-header[b-p8ad2zx5mp] {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #FFF;
}
.map-wrapper__main-categories__inner__slideout__body .accordion .accordion-item .accordion-header button[b-p8ad2zx5mp] {
  font-weight: bold;
  font-size: 1.1rem;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  color: #2a2e38;
}
.map-wrapper__main-categories__inner__slideout__body .accordion .accordion-item .accordion-header button:not(.collapsed)[b-p8ad2zx5mp] {
  color: #2a2e38;
  background: #FFF;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.0509803922) !important;
}
.map-wrapper__main-categories__inner__slideout__body .accordion .accordion-item .accordion-header button:not(.collapsed)[b-p8ad2zx5mp]::after {
  transform: rotate(-90deg);
}
.map-wrapper__main-categories__inner__slideout__body .accordion .accordion-item .accordion-header button:focus[b-p8ad2zx5mp] {
  box-shadow: none;
  border: none;
}
.map-wrapper__main-categories__inner__slideout__body .accordion .accordion-item .accordion-header button[b-p8ad2zx5mp]::after {
  background-image: url("/img/chevron-right.svg");
  background-size: 0.8rem;
  background-position: center center;
  transform: rotate(-270deg);
}
@media (min-width: 640px) {
  .map-wrapper__main-categories__inner__slideout__body .accordion .accordion-item .accordion-header button[b-p8ad2zx5mp]::after {
    background-size: 1rem;
  }
}
.map-wrapper__main-categories__inner__slideout__body .accordion .accordion-item .accordion-body[b-p8ad2zx5mp] {
  padding: 1rem 2rem;
}
.map-wrapper__main-categories__inner__slideout__body .accordion .accordion-item .accordion-body .brands[b-p8ad2zx5mp] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 1rem;
  width: 100%;
}
.map-wrapper__main-categories__inner__slideout__body .accordion .accordion-item .accordion-body .brands .brand[b-p8ad2zx5mp] {
  flex: 0 0 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  height: 100%;
  display: flex;
  position: relative;
  border-radius: 0.5rem;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.0509803922);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 400px) {
  .map-wrapper__main-categories__inner__slideout__body .accordion .accordion-item .accordion-body .brands .brand[b-p8ad2zx5mp] {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
@media (min-width: 600px) {
  .map-wrapper__main-categories__inner__slideout__body .accordion .accordion-item .accordion-body .brands .brand[b-p8ad2zx5mp] {
    flex: 0 0 calc(33.333333% - 0.666667rem);
  }
}
@media (min-width: 900px) {
  .map-wrapper__main-categories__inner__slideout__body .accordion .accordion-item .accordion-body .brands .brand[b-p8ad2zx5mp] {
    flex: 0 0 calc(25% - 0.75rem);
  }
}
@media (min-width: 1200px) {
  .map-wrapper__main-categories__inner__slideout__body .accordion .accordion-item .accordion-body .brands .brand[b-p8ad2zx5mp] {
    flex: 0 0 calc(20% - 0.8rem);
  }
}
@media (min-width: 1400px) {
  .map-wrapper__main-categories__inner__slideout__body .accordion .accordion-item .accordion-body .brands .brand[b-p8ad2zx5mp] {
    flex: 0 0 calc(16.66666% - 0.833333rem);
  }
}
.map-wrapper__main-categories__inner__slideout__body .accordion .accordion-item .accordion-body .brands .brand:hover[b-p8ad2zx5mp] {
  transform: scale(1.05);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1490196078);
}
.map-wrapper__main-categories__inner__slideout__body .accordion .accordion-item .accordion-body .brands .brand[b-p8ad2zx5mp]  a {
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.map-wrapper__main-categories__inner__slideout__body .accordion .accordion-item .accordion-body .brands .brand[b-p8ad2zx5mp]  a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.map-wrapper__main-categories__inner__slideout__body .accordion .accordion-item .accordion-body .brands .brand[b-p8ad2zx5mp]  a .text-overlay {
  display: none;
  position: absolute;
  width: calc(100% + 2rem);
  left: -1rem;
  height: 4rem;
  bottom: -1rem;
  bottom: -5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.map-wrapper__main-categories__inner__slideout__body .accordion .accordion-item .accordion-body .brands .brand[b-p8ad2zx5mp]  a .text-overlay p {
  font-weight: 500;
  font-size: 1.1rem;
  color: #303539;
  margin: 0;
  text-align: center;
  padding: 0.25rem;
  line-height: 1.25;
  word-wrap: break-word;
  font-weight: 500;
}
/* /Components/Layout/Header.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.header[b-l7hjfwble7] {
  background: #FFF;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 3px 12px transparent;
  outline: none;
}
.header:not(.onboarding-show)[b-l7hjfwble7] {
  position: relative;
  z-index: 3;
}
.header__inner[b-l7hjfwble7] {
  max-width: 1440px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1300px) {
  .header__inner[b-l7hjfwble7] {
    align-items: flex-end;
    padding: 1.5rem 2.5rem;
    justify-content: space-between;
  }
}
.header__inner__left[b-l7hjfwble7] {
  display: flex;
  width: 100%;
  margin-right: 2rem;
  align-items: center;
}
@media (min-width: 1300px) {
  .header__inner__left[b-l7hjfwble7] {
    width: auto;
    align-items: flex-end;
  }
}
.header__inner__left[b-l7hjfwble7]  .search-holder {
  display: none;
}
@media (min-width: 500px) {
  .header__inner__left[b-l7hjfwble7]  .search-holder {
    display: block;
  }
  .header__inner__left[b-l7hjfwble7]  .search-holder input {
    min-width: 10rem;
    width: 10rem;
  }
}
@media (min-width: 992px) {
  .header__inner__left[b-l7hjfwble7]  .search-holder input {
    min-width: 15rem;
    width: auto;
  }
}
.header__inner__left[b-l7hjfwble7]  a {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 1300px) {
  .header__inner__left[b-l7hjfwble7]  a {
    margin-right: 3rem;
    margin-left: auto;
  }
}
.header__inner__left[b-l7hjfwble7]  a img {
  max-height: 2.5rem;
}
@media (min-width: 992px) {
  .header__inner__left[b-l7hjfwble7]  a img {
    max-height: 100%;
  }
}
.header__inner__right__mobile[b-l7hjfwble7] {
  display: flex;
}
@media (min-width: 1300px) {
  .header__inner__right__mobile[b-l7hjfwble7] {
    display: none;
  }
}
.header__inner__right__mobile .burger[b-l7hjfwble7] {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 1.5rem;
  padding: 0.5rem 0;
}
@media (min-width: 1300px) {
  .header__inner__right__mobile .burger[b-l7hjfwble7] {
    display: none;
  }
}
.header__inner__right__mobile .burger:hover span[b-l7hjfwble7] {
  background: #cc071e;
}
.header__inner__right__mobile .burger span[b-l7hjfwble7] {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2px;
  background: #2a2e38;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.header__inner__right__mobile .burger span:nth-child(1)[b-l7hjfwble7] {
  animation: ease 0.3s top-2-b-l7hjfwble7 forwards;
}
.header__inner__right__mobile .burger span:nth-child(2)[b-l7hjfwble7] {
  animation: ease 0.3s scaled-2-b-l7hjfwble7 forwards;
}
.header__inner__right__mobile .burger span:nth-child(3)[b-l7hjfwble7] {
  animation: ease 0.3s bottom-2-b-l7hjfwble7 forwards;
}
.header__inner__right__mobile .burger span + span[b-l7hjfwble7] {
  margin-top: 5px;
}
.header__inner__right__mobile .burger.show-menu span[b-l7hjfwble7] {
  background: #cc071e;
}
.header__inner__right__mobile .burger.show-menu span:nth-child(1)[b-l7hjfwble7] {
  animation: ease 0.3s top-b-l7hjfwble7 forwards;
}
.header__inner__right__mobile .burger.show-menu span:nth-child(2)[b-l7hjfwble7] {
  animation: ease 0.3s scaled-b-l7hjfwble7 forwards;
}
.header__inner__right__mobile .burger.show-menu span:nth-child(3)[b-l7hjfwble7] {
  animation: ease 0.3s bottom-b-l7hjfwble7 forwards;
}
@keyframes top-b-l7hjfwble7 {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 7px;
    transform: rotate(0);
  }
  100% {
    top: 7px;
    transform: rotate(45deg);
  }
}
@keyframes top-2-b-l7hjfwble7 {
  0% {
    top: 7px;
    transform: rotate(45deg);
  }
  50% {
    top: 7px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom-b-l7hjfwble7 {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 7px;
    transform: rotate(0);
  }
  100% {
    bottom: 7px;
    transform: rotate(135deg);
  }
}
@keyframes bottom-2-b-l7hjfwble7 {
  0% {
    bottom: 7px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 7px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled-b-l7hjfwble7 {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2-b-l7hjfwble7 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.header__inner__right[b-l7hjfwble7] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__inner__right #btnRedirect[b-l7hjfwble7] {
  background-color: #cc071e;
  color: white;
  padding: 0.5rem 2rem;
  outline: none;
  border: none;
  margin-right: 2rem;
  display: flex;
}
.header__inner__right #btnRedirect i[b-l7hjfwble7] {
  margin-left: 1rem;
  position: relative;
  top: 5px;
}
.header__inner__right[b-l7hjfwble7]  .navigation {
  display: none;
}
@media (min-width: 1300px) {
  .header__inner__right[b-l7hjfwble7]  .navigation {
    display: flex;
  }
}
.header__inner__right[b-l7hjfwble7]  .shop-selector {
  display: none;
}
@media (min-width: 1300px) {
  .header__inner__right[b-l7hjfwble7]  .shop-selector {
    display: block;
  }
}
.header__inner__right[b-l7hjfwble7]  .icon-nav-item {
  color: #2a2e38;
  margin: 0;
  padding: 0;
  margin-right: 2rem;
  text-decoration: none;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 2rem;
}
.header__inner__right[b-l7hjfwble7]  .icon-nav-item span {
  position: absolute;
  top: -0.5rem;
  left: calc(100% - 1.25rem);
  height: 1rem;
  padding: 0 0.3rem;
  padding-top: 0.05rem;
  background: #cc071e;
  border-radius: 1rem;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.65rem;
  outline: 2px solid #FFF;
}
.header__inner__right[b-l7hjfwble7]  .shoppingcart-button {
  display: none;
  margin-right: 1.5rem;
}
@media (min-width: 725px) {
  .header__inner__right[b-l7hjfwble7]  .shoppingcart-button {
    display: block;
  }
}
.header__inner__right[b-l7hjfwble7]  .language-selector {
  display: none;
}
@media (min-width: 1300px) {
  .header__inner__right[b-l7hjfwble7]  .language-selector {
    display: flex;
  }
}

.view-toggle[b-l7hjfwble7] {
  padding: 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  display: none;
  border-radius: 1rem;
  margin-right: 2rem;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 640px) {
  .view-toggle[b-l7hjfwble7] {
    display: flex;
  }
}
@media (min-width: 1300px) {
  .view-toggle[b-l7hjfwble7] {
    margin: 0 auto;
  }
}
.view-toggle[b-l7hjfwble7]  a {
  text-decoration: none;
  background: #FFF;
  padding: 0.4rem 1rem;
  color: #303539;
  transition: all 0.2s ease-in-out;
  border-radius: 1rem 0 0 1rem;
}
.view-toggle[b-l7hjfwble7]  a:last-of-type {
  border-radius: 0 1rem 1rem 0;
}
.view-toggle[b-l7hjfwble7]  a:hover {
  background: #e9ecef;
}
.view-toggle[b-l7hjfwble7]  a.active {
  background: #cc071e;
  color: #FFF;
}

.onboarding-background[b-l7hjfwble7] {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 15;
  -webkit-backdrop-filter: blur(5px) brightness(0.3);
  backdrop-filter: blur(5px) brightness(0.3);
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1300px) {
  .onboarding-background.show[b-l7hjfwble7] {
    pointer-events: auto;
    opacity: 1;
  }
}
/* /Components/Layout/Hero.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.hero[b-76qk6ry34x] {
  position: relative;
  padding-bottom: 7rem;
  color: white;
}
@media (min-width: 640px) {
  .hero[b-76qk6ry34x] {
    padding-top: 1rem;
  }
}
.hero.extra-padding[b-76qk6ry34x] {
  padding-bottom: 15rem;
}
.hero h1[b-76qk6ry34x] {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 640px) {
  .hero h1[b-76qk6ry34x] {
    font-size: 3rem;
    margin-bottom: 1.375rem;
  }
}
.hero p[b-76qk6ry34x] {
  max-width: 960px;
  font-size: 1rem;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 640px) {
  .hero p[b-76qk6ry34x] {
    font-size: 1.125rem;
  }
}

.background-shape[b-76qk6ry34x] {
  position: absolute;
  top: -3rem;
  left: calc((100vw - 100%) / -2);
  width: 100vw;
  height: calc(100% + 3rem);
  z-index: 0;
}

.background-shape[b-76qk6ry34x]:before {
  background: linear-gradient(90deg, rgb(230, 0, 26) 80%, rgb(192, 44, 28) 100%);
  border-bottom: 10px solid #A60008;
  border-left: 18px solid #A60008;
  border-right: 18px solid #A60008;
  height: 100%;
  left: -100px;
  right: -100px;
  top: 0;
  content: "";
  position: absolute;
  border-radius: 0 0 40% 40%;
}
/* /Components/Layout/InputNumberBigButtons.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.big-buttons[b-qoub838oga] {
  display: flex;
  margin: 1rem;
  position: relative;
}
.big-buttons input[b-qoub838oga] {
  display: flex;
  min-width: 30px;
  padding: 0 !important;
  text-align: center;
  align-content: center;
  min-height: 100%;
  height: 62px;
  font-size: 1rem;
  justify-content: center;
  margin-right: 2px;
}
.big-buttons .buttons[b-qoub838oga] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.big-buttons .buttons button[b-qoub838oga] {
  background-color: #e9ecef;
  color: white;
  border: none;
  height: 30px;
  width: 30px;
  padding: 0;
  font-weight: bold;
  border-radius: 0.2rem;
}
.big-buttons .buttons button:disabled[b-qoub838oga] {
  background-color: #ccc;
}
.big-buttons .buttons button:first-child[b-qoub838oga] {
  margin-bottom: 2px;
}
/* /Components/Layout/MasqueradeComponent.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.masquerade[b-jgac6x23pt] {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1490196078);
  background: #010130;
  color: #FFF;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 2rem;
  padding-left: 1rem;
}
@media (min-width: 1350px) {
  .masquerade[b-jgac6x23pt] {
    padding: 0.5rem 2.5rem;
    padding-left: 1.5rem;
  }
}
.masquerade__inner[b-jgac6x23pt] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 992px) {
  .masquerade__inner[b-jgac6x23pt] {
    justify-content: center;
  }
}
.masquerade__inner p[b-jgac6x23pt] {
  margin: 0;
  line-height: 1;
}
.masquerade__inner p .highlight[b-jgac6x23pt] {
  background: #cc071e;
  color: #FFF;
  padding: 0.35rem 0.75rem;
  border-radius: 0.25rem;
  margin-left: 0.5rem;
  display: inline-block;
}
.masquerade__inner button[b-jgac6x23pt] {
  background: #010130;
  border: none;
  color: #FFF;
  font-weight: 500;
  border-radius: 1rem;
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1440px) {
  .masquerade__inner button[b-jgac6x23pt] {
    left: 1.5rem;
  }
}
.masquerade__inner button i[b-jgac6x23pt] {
  font-size: 0.65rem;
  transform: translateY(0.5px);
}

.hide-text[b-jgac6x23pt] {
  display: none;
}
@media (min-width: 640px) {
  .hide-text[b-jgac6x23pt] {
    display: inline-block;
  }
}
/* /Components/Layout/NotFound.razor.rz.scp.css */
.container[b-6heeh8g94c] {
  width: 100%;
}
.container h1[b-6heeh8g94c] {
  font-family: "LL Sari Tab";
  font-weight: bold;
  color: #cc071e;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.container p[b-6heeh8g94c] {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  color: #303539;
}
.container button[b-6heeh8g94c] {
  text-align: center;
  padding: 0.5rem 1.5rem;
  border-radius: 60px;
  transition: all 0.2s ease;
  font-size: 1rem;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  word-break: keep-all;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-weight: 500;
  background: #cc071e;
  color: #fff;
}
.container button:hover[b-6heeh8g94c] {
  background: #a30316;
}
.container button:active[b-6heeh8g94c] {
  background: #a30316;
}
.container button:disabled[b-6heeh8g94c] {
  background: #cc071e;
  cursor: auto;
  width: 8rem;
  height: 2.375rem;
}
/* /Components/Layout/Popup.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.popup[b-k15tj04t2z] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: transparent;
  z-index: 999;
}
.popup .background-toggle[b-k15tj04t2z] {
  background: #000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup__inner[b-k15tj04t2z] {
  position: absolute;
  z-index: 1;
  background: #FFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1490196078);
  padding: 1.5rem;
  width: calc(100% - 2rem);
  max-width: 35rem;
}
@media (max-width: 400px) {
  .popup__inner[b-k15tj04t2z] {
    padding: 1rem;
  }
}

.popup__inner__header[b-k15tj04t2z] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.popup__inner__header h2[b-k15tj04t2z] {
  font-size: 1.375rem;
  font-weight: bold;
  margin: 0;
}
.popup__inner__header button[b-k15tj04t2z] {
  width: 2.25rem;
  height: 2.25rem;
  background: #e9ecef;
  border: none;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__inner__header button i[b-k15tj04t2z] {
  font-size: 1.25rem;
  color: #2a2e38;
  line-height: 1;
}
/* /Components/Layout/RelatedBrands.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.related-brands[b-cfmpm2swr1] {
  margin-top: 5rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
@media (min-width: 640px) {
  .related-brands[b-cfmpm2swr1] {
    overflow: visible;
  }
}
.related-brands div[b-cfmpm2swr1] {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.related-brands div h2[b-cfmpm2swr1] {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0;
}
@media (min-width: 500px) {
  .related-brands div h2[b-cfmpm2swr1] {
    padding-right: 3rem;
  }
}
.related-brands div h2 span[b-cfmpm2swr1] {
  color: #cc071e;
  text-transform: uppercase;
  display: inline-block;
}
.related-brands div[b-cfmpm2swr1]  .back-to-cat {
  text-decoration: none;
  padding: 0.25rem 0;
  width: 100%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #303539;
  height: 2.5rem;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 500px) {
  .related-brands div[b-cfmpm2swr1]  .back-to-cat {
    width: fit-content;
  }
}
.related-brands div[b-cfmpm2swr1]  .back-to-cat span {
  text-decoration: underline;
}
.related-brands div[b-cfmpm2swr1]  .back-to-cat i {
  transition: all 0.2s ease-in-out;
  transform: translateY(1px);
}
.related-brands div[b-cfmpm2swr1]  .back-to-cat:hover i {
  transform: translateX(-2px) translateY(1px);
}
.related-brands ul[b-cfmpm2swr1] {
  display: flex;
  margin: 0;
  gap: 1rem;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 0.25rem;
}
@media (min-width: 640px) {
  .related-brands ul[b-cfmpm2swr1] {
    padding-bottom: 0;
  }
}
.related-brands ul[b-cfmpm2swr1]::-webkit-scrollbar {
  height: 0.4rem;
}
.related-brands ul[b-cfmpm2swr1]::-webkit-scrollbar-thumb {
  background: #d6d7d9;
  border-radius: 0.4rem;
}
.related-brands ul[b-cfmpm2swr1]::-webkit-scrollbar-thumb:hover {
  background: #83878d;
}
.related-brands ul[b-cfmpm2swr1]::-webkit-scrollbar-track {
  background: #f8fafb;
}
@media (min-width: 640px) {
  .related-brands ul[b-cfmpm2swr1] {
    flex-wrap: wrap;
    overflow: visible;
    padding: 0;
  }
}
.related-brands ul li[b-cfmpm2swr1] {
  display: flex;
  aspect-ratio: 1/1;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #FFF;
  transition: all 0.2s ease-in-out;
  flex: 0 0 7.5rem;
  cursor: pointer;
}
@media (min-width: 640px) {
  .related-brands ul li[b-cfmpm2swr1] {
    flex: 0 0 calc(25% - 0.75rem);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1019607843);
  }
}
@media (min-width: 850px) {
  .related-brands ul li[b-cfmpm2swr1] {
    flex: 0 0 calc(20% - 0.8rem);
  }
}
@media (min-width: 1000px) {
  .related-brands ul li[b-cfmpm2swr1] {
    flex: 0 0 calc(16.66666% - 0.833333rem);
  }
}
@media (min-width: 1200px) {
  .related-brands ul li[b-cfmpm2swr1] {
    flex: 0 0 calc(14.2857% - 0.85714rem);
  }
}
@media (min-width: 1400px) {
  .related-brands ul li[b-cfmpm2swr1] {
    flex: 0 0 calc(12.5% - 0.875rem);
  }
}
@media (min-width: 640px) {
  .related-brands ul li:hover[b-cfmpm2swr1] {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1019607843);
  }
}
.related-brands ul li[b-cfmpm2swr1]  a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.related-brands ul li[b-cfmpm2swr1]  a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* /Components/Layout/ShoppingCartSlideOut.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
[b-mehxz49ha1] a.mobile-link {
  display: flex !important;
}
@media (min-width: 640px) {
  [b-mehxz49ha1] a.mobile-link {
    display: none !important;
  }
}

[b-mehxz49ha1] button.mobile-link {
  display: none !important;
}
@media (min-width: 640px) {
  [b-mehxz49ha1] button.mobile-link {
    display: flex !important;
  }
}

.shoppingcart-slideout[b-mehxz49ha1] {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 640px) {
  .shoppingcart-slideout[b-mehxz49ha1] {
    top: auto;
    bottom: 4.35rem;
    transform: none;
    right: 0.75rem;
  }
}
.shoppingcart-slideout__inner[b-mehxz49ha1] {
  position: relative;
  background: #cc071e;
  color: #FFF;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 0.4rem 0 0 0.4rem;
  transition: all 0.2s ease-in-out;
  width: 100%;
  right: calc(-100% + 3.75rem);
  pointer-events: auto;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1490196078);
  padding-left: 0.75rem;
}
@media (min-width: 640px) {
  .shoppingcart-slideout__inner:hover[b-mehxz49ha1] {
    right: 0;
  }
}
.shoppingcart-slideout__inner[b-mehxz49ha1]  .mobile-link, .shoppingcart-slideout__inner .mobile-link[b-mehxz49ha1] {
  margin-right: 2rem;
  position: relative;
  width: 1.1rem;
  height: 1.85rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-decoration: none;
  color: #FFF;
  background: transparent;
  border: none;
}
.shoppingcart-slideout__inner[b-mehxz49ha1]  .mobile-link i, .shoppingcart-slideout__inner .mobile-link i[b-mehxz49ha1] {
  font-size: 1.1rem;
}
.shoppingcart-slideout__inner[b-mehxz49ha1]  .mobile-link span, .shoppingcart-slideout__inner .mobile-link span[b-mehxz49ha1] {
  position: absolute;
  top: 0;
  left: calc(100% - 0.55rem);
  height: 1.1rem;
  min-width: 1.1rem;
  padding: 0 0.5rem;
  padding-top: 0.1rem;
  line-height: 1;
  background: #FFF;
  border-radius: 1rem;
  color: #cc071e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: bold;
  outline: 2px solid #cc071e;
  cursor: pointer;
}
.shoppingcart-slideout__inner[b-mehxz49ha1]  .desktop-link {
  color: #FFF;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  min-height: 2rem;
  text-decoration: none;
  display: none;
}
@media (min-width: 640px) {
  .shoppingcart-slideout__inner[b-mehxz49ha1]  .desktop-link {
    display: flex;
  }
}
@media (max-width: 640px) {
  .shoppingcart-slideout__inner[b-mehxz49ha1] {
    border-radius: 5rem;
    display: flex;
    padding: 0;
    border: 2px solid #FFF;
    right: 0;
    bottom: 0;
  }
  .shoppingcart-slideout__inner[b-mehxz49ha1]  .mobile-link, .shoppingcart-slideout__inner .mobile-link[b-mehxz49ha1] {
    width: calc(3rem - 4px);
    height: calc(3rem - 4px);
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .shoppingcart-slideout__inner[b-mehxz49ha1]  .mobile-link i, .shoppingcart-slideout__inner .mobile-link i[b-mehxz49ha1] {
    transform: translate(-5px, 6px);
    font-size: 0.875rem;
  }
  .shoppingcart-slideout__inner[b-mehxz49ha1]  .mobile-link span, .shoppingcart-slideout__inner .mobile-link span[b-mehxz49ha1] {
    left: auto;
    right: 0.55rem;
    top: 0.65rem;
    height: 1rem;
    min-width: 1rem;
    line-height: 1;
    font-size: 0.75rem;
    padding: 0 0.4rem;
  }
}
/* /Components/Layout/Spinner.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.loader-wrapper[b-x02cgdrues] {
  background: transparent;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
  min-height: 100vh;
}
.loader-wrapper.render-small .loader[b-x02cgdrues] {
  height: 30px;
  width: 30px;
  margin: 0;
  padding: 0;
  max-height: 30px;
  max-width: 30px;
}
.loader-wrapper.small[b-x02cgdrues] {
  min-height: auto;
}
.loader-wrapper.absolute[b-x02cgdrues] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader-wrapper.full-page[b-x02cgdrues] {
  width: 100%;
  height: 100vh;
}
.loader-wrapper p[b-x02cgdrues] {
  margin: 0;
  text-align: center;
  font-family: "Barlow";
  font-weight: bold;
  font-size: 0.875rem;
  color: #303539;
  text-align: center;
  margin-top: 3rem;
}
.loader-wrapper p span[b-x02cgdrues] {
  position: relative;
  left: 1.5px;
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 2.5px;
  background: #303539;
  opacity: 0;
  animation: first-dot-b-x02cgdrues 3s infinite;
  transition: all 0.5s ease-in-out;
}
.loader-wrapper p span[b-x02cgdrues]::after, .loader-wrapper p span[b-x02cgdrues]::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.loader-wrapper p span[b-x02cgdrues]::before {
  left: 4px;
  width: 2px;
  height: 2px;
  border-radius: 2.5px;
  background: #303539;
  animation: middle-dot-b-x02cgdrues 3s infinite;
}
.loader-wrapper p span[b-x02cgdrues]::after {
  left: 8px;
  width: 2px;
  height: 2px;
  border-radius: 2.5px;
  background: #303539;
  animation: last-dot-b-x02cgdrues 3s infinite;
}
@keyframes first-dot-b-x02cgdrues {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes middle-dot-b-x02cgdrues {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes last-dot-b-x02cgdrues {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.loader-wrapper .loader[b-x02cgdrues] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #cc071e;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation-b-x02cgdrues 1s linear infinite;
  transform: translate(-50%, -50%);
}
@keyframes rotation-b-x02cgdrues {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* /Components/PrivacyPolicyFR.razor.rz.scp.css */
div > *[b-k13z0x9zxi], *[b-k13z0x9zxi] {
  background: none !important;
}
/* /Components/PrivacyPolicyNL.razor.rz.scp.css */
div > *[b-d7f8a1dxrn], *[b-d7f8a1dxrn] {
  background: none !important;
}
/* /Components/Prospection/AddCommentPopup.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.add-comment[b-r64a4f76c1] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.add-comment .information-container[b-r64a4f76c1] {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 400px) {
  .add-comment .information-container[b-r64a4f76c1] {
    gap: 1rem;
  }
}
.add-comment .information-container .image-container[b-r64a4f76c1] {
  width: 7.5rem;
  height: 7.5rem;
  background: #FFF;
  overflow: hidden;
  padding: 0.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1490196078);
}
@media (max-width: 400px) {
  .add-comment .information-container .image-container[b-r64a4f76c1] {
    width: 6rem;
    height: 6rem;
  }
}
.add-comment .information-container .image-container img[b-r64a4f76c1] {
  width: 100%;
  height: 100%;
}
.add-comment .information-container .title-container p[b-r64a4f76c1] {
  margin: 0;
}
.add-comment .information-container .title-container p.brand[b-r64a4f76c1] {
  font-weight: bold;
  font-size: 1.5rem;
}
@media (max-width: 400px) {
  .add-comment .information-container .title-container p.brand[b-r64a4f76c1] {
    font-size: 1.25rem;
  }
}
.add-comment .information-container .title-container p.customer[b-r64a4f76c1] {
  font-size: 1.125rem;
}
@media (max-width: 400px) {
  .add-comment .information-container .title-container p.customer[b-r64a4f76c1] {
    font-size: 1rem;
  }
}
.add-comment[b-r64a4f76c1]  textarea {
  padding: 0.75rem;
  font-size: 1rem;
  outline: none;
  border: 1px solid #d6d7d9;
  font-weight: 500;
  color: #303539;
  width: 100%;
  border-radius: 0.4rem;
  max-height: 15rem;
  min-height: 5rem;
  margin-bottom: 0.75rem;
}
.add-comment[b-r64a4f76c1]  textarea::placeholder {
  color: #8c8f94;
}
.add-comment[b-r64a4f76c1]  textarea.invalid {
  border-color: #dc3544;
  background: #fff2f2;
}
.add-comment[b-r64a4f76c1]  textarea.invalid::placeholder {
  color: #e88e96;
}
/* /Components/Settings/EmailPreferencesButton.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.email-preferences[b-xal891gxh9]  .settings button {
  background: #83878d !important;
  display: flex;
  border-radius: 1rem;
}
/* /Components/Settings/EmailPreferencesPopup.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.email-preferences[b-h7jq1yscnh] {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.toggle[b-h7jq1yscnh] {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  cursor: pointer;
}
.toggle .label[b-h7jq1yscnh] {
  display: flex;
  flex-direction: column;
}
.toggle .label .title[b-h7jq1yscnh] {
  font-size: 1.125rem;
  font-weight: 500;
}
.toggle .label .subtitle[b-h7jq1yscnh] {
  color: #8c8f94;
}
.toggle .slider[b-h7jq1yscnh] {
  display: inline-block;
  width: 3rem;
  height: 1.75rem;
  background-color: #e9ecef;
  border-radius: 1rem;
  position: relative;
  transition: 0.3s all ease-in-out;
  transform: translateY(5px);
  flex-shrink: 0;
}
.toggle .slider[b-h7jq1yscnh]::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #FFF;
  border-radius: 0.75rem;
  position: absolute;
  top: 0.25rem;
  transform: translateX(0.25rem);
  box-shadow: 10px 0 40px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
}
.toggle input[type=checkbox]:checked + .slider[b-h7jq1yscnh] {
  background: #cc071e;
}
.toggle input[type=checkbox]:checked + .slider[b-h7jq1yscnh]::after {
  transform: translateX(1.5rem);
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
}
.toggle input[type=checkbox][b-h7jq1yscnh] {
  appearance: none;
  position: absolute;
  pointer-events: none;
}
/* /Pages/Authentication.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.wrapper-logoff p[b-cp0wxxp3zl] {
  text-align: center;
}

.language-select[b-cp0wxxp3zl] {
  margin-bottom: 1.5rem;
}

.wrapper-first[b-cp0wxxp3zl] {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.wrapper-first__body[b-cp0wxxp3zl] {
  text-align: center;
  font-size: 1.1rem;
  color: #303539;
}
.wrapper-first__body[b-cp0wxxp3zl]  span {
  font-weight: bold;
}
.wrapper-first__img[b-cp0wxxp3zl] {
  max-height: 25rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.wrapper-first__img img[b-cp0wxxp3zl] {
  width: 100%;
  height: 100%;
  max-width: 25rem;
  object-fit: contain;
}

.wrapper.hide[b-cp0wxxp3zl] {
  opacity: 0;
  pointer-events: none;
}

.conway-button:disabled[b-cp0wxxp3zl] {
  background: #acb0b5;
  cursor: auto;
}
.conway-button:disabled:hover[b-cp0wxxp3zl] {
  background: #acb0b5;
}
.conway-button:disabled:hover i[b-cp0wxxp3zl] {
  right: 30px;
}

[b-cp0wxxp3zl] .conway-button-alt {
  gap: 0.75rem;
}

[b-cp0wxxp3zl] input:disabled ~ label {
  color: #acb0b5 !important;
}

.active-events-container__inner[b-cp0wxxp3zl] {
  margin-bottom: 3rem;
}
.active-events-container__inner .active-event-solo[b-cp0wxxp3zl] {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #cc071e;
  background: #FFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.0509803922);
  border-radius: 0.5rem;
  padding: 1rem;
  transition: all 0.2s ease-in-out;
  text-align: start;
}
.active-events-container__inner .event-name[b-cp0wxxp3zl] {
  color: #cc071e;
  font-weight: 500;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
  line-height: 1.25;
}
.active-events-container__inner .event-date[b-cp0wxxp3zl] {
  display: flex;
}
.active-events-container__inner .event-date p[b-cp0wxxp3zl] {
  margin: 0;
  color: #2a2e38;
  font-weight: 500;
  line-height: 1;
}
.active-events-container__inner .event-date p.start-date[b-cp0wxxp3zl] {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}
.active-events-container__inner .event-date p.start-date[b-cp0wxxp3zl]::after {
  content: "-";
  transform: translateX(0.5rem);
  display: inline-block;
}
.active-events-container__inner .active-event-label[b-cp0wxxp3zl] {
  font-weight: 500;
  color: #2a2e38;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}
.active-events-container__inner .events-list[b-cp0wxxp3zl] {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.active-events-container__inner .events-list__item[b-cp0wxxp3zl] {
  flex: 0 0 100%;
  transition: all 0.2s ease-in-out;
}
.active-events-container__inner .events-list__item button[b-cp0wxxp3zl] {
  width: 100%;
  display: flex;
  gap: 1rem;
  align-items: center;
  border: 1px solid #acb0b5;
  background: #FFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.0509803922);
  border-radius: 0.5rem;
  padding: 1rem;
  transition: all 0.2s ease-in-out;
  text-align: start;
}
.active-events-container__inner .events-list__item button:hover[b-cp0wxxp3zl] {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1019607843);
}
.active-events-container__inner .events-list__item button > div[b-cp0wxxp3zl] {
  width: 100%;
}
.active-events-container__inner .events-list__item button .indicator[b-cp0wxxp3zl] {
  width: 3rem;
  height: 3rem;
  display: block;
  flex: 0 0 auto;
  position: relative;
}
.active-events-container__inner .events-list__item button .indicator[b-cp0wxxp3zl]::after, .active-events-container__inner .events-list__item button .indicator[b-cp0wxxp3zl]::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2rem;
  transition: all 0.2s ease-in-out;
}
.active-events-container__inner .events-list__item button .indicator[b-cp0wxxp3zl]::before {
  width: 1.5rem;
  height: 1.5rem;
  background: #FFF;
  border: 1px solid #acb0b5;
}
.active-events-container__inner .events-list__item button .indicator[b-cp0wxxp3zl]::after {
  width: 0.9rem;
  height: 0.9rem;
  background: #FFF;
  z-index: 1;
}
.active-events-container__inner .events-list__item.active button[b-cp0wxxp3zl] {
  background: #f5ebee;
  border-color: #cc071e;
  box-shadow: 0 4px 24px rgba(204, 7, 30, 0.0588235294);
}
.active-events-container__inner .events-list__item.active button .indicator[b-cp0wxxp3zl]::before {
  border-color: #cc071e;
}
.active-events-container__inner .events-list__item.active button .indicator[b-cp0wxxp3zl]::after {
  background: #cc071e;
}

.error-container[b-cp0wxxp3zl] {
  background: #FAEFE6;
  color: #D85D27;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
  margin-bottom: -1.25rem;
  display: flex;
  gap: 1rem;
  align-items: baseline;
  line-height: 1;
}
.error-container p[b-cp0wxxp3zl] {
  margin: 0;
  font-weight: 500;
}
/* /Pages/Brands.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.title-container[b-x0z07cse4o] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  gap: 1rem;
  position: relative;
  justify-content: flex-start;
}
@media (max-width: 1000px) {
  .title-container[b-x0z07cse4o] {
    flex-wrap: wrap;
  }
}
@media (max-width: 450px) {
  .title-container[b-x0z07cse4o] {
    margin-bottom: 4rem;
  }
}
.title-container .filter-container[b-x0z07cse4o] {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  height: 100%;
}
.title-container h1[b-x0z07cse4o] {
  display: flex;
  flex-direction: column;
  color: #2a2e38;
  margin: 0;
}
@media (max-width: 1000px) {
  .title-container h1[b-x0z07cse4o] {
    flex: 0 0 60%;
  }
}
.title-container h1 .prefix-title[b-x0z07cse4o] {
  font-weight: 500;
  line-height: 1;
  font-size: 1.25rem;
}
@media (min-width: 640px) {
  .title-container h1 .prefix-title[b-x0z07cse4o] {
    font-size: 1.5rem;
  }
}
.title-container h1 .title[b-x0z07cse4o] {
  font-weight: bold;
  line-height: 1;
  font-size: 1.75rem;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .title-container h1 .title[b-x0z07cse4o] {
    font-size: 2.25rem;
  }
}
.title-container .image-container[b-x0z07cse4o] {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
.title-container .image-container__inner[b-x0z07cse4o] {
  background: #FFF;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 6rem;
  height: 6rem;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 640px) {
  .title-container .image-container__inner[b-x0z07cse4o] {
    width: 7.5rem;
    height: 7.5rem;
  }
}
.title-container .image-container img[b-x0z07cse4o] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.overview-link[b-x0z07cse4o] {
  width: 100%;
  display: flex;
  gap: 0.5rem;
  width: fit-content;
}
@media (max-width: 500px) {
  .overview-link[b-x0z07cse4o] {
    flex-grow: 1;
  }
}
@media (max-width: 1100px) {
  .overview-link .overview-link-text[b-x0z07cse4o] {
    display: none;
  }
}
@media (max-width: 900px) {
  .overview-link .overview-link-text[b-x0z07cse4o] {
    display: block;
  }
}
@media (max-width: 700px) {
  .overview-link .overview-link-text[b-x0z07cse4o] {
    display: none;
  }
}
@media (max-width: 500px) {
  .overview-link .overview-link-text[b-x0z07cse4o] {
    display: block;
  }
}
.overview-link button[b-x0z07cse4o] {
  border: none;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  width: fit-content;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.2s ease-in-out;
  background: #83878d;
  border-radius: 2rem;
  color: #FFF;
  width: 100%;
  height: 2.5rem;
  font-weight: 500;
}
.overview-link button i[b-x0z07cse4o] {
  transition: all 0.2s ease-in-out;
}
.overview-link button:hover[b-x0z07cse4o] {
  background: #a30316;
}
.overview-link button:hover i[b-x0z07cse4o] {
  transform: translateX(-2px);
}

.view-toggle[b-x0z07cse4o] {
  padding: 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 1rem;
  flex-shrink: 0;
  position: relative;
  height: fit-content;
  align-content: center;
  vertical-align: middle;
  align-self: center;
  display: flex;
  height: 100%;
}
.view-toggle button[b-x0z07cse4o] {
  border: none;
  text-decoration: none;
  background: #FFF;
  padding: 0.4rem 1rem;
  color: #303539;
  transition: all 0.2s ease-in-out;
  border-radius: 1rem 0 0 1rem;
}
.view-toggle button:last-of-type[b-x0z07cse4o] {
  border-radius: 0 1rem 1rem 0;
}
.view-toggle button:hover[b-x0z07cse4o] {
  background: #e9ecef;
}
.view-toggle button.active[b-x0z07cse4o] {
  background: #cc071e;
  color: #FFF;
}

.page-top[b-x0z07cse4o] {
  margin-top: -1rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #f8fafb;
  padding: 1rem 4rem;
  width: calc(100% + 8rem);
  margin-left: -4rem;
  gap: 1.5rem;
}
.page-top .page-top-inner[b-x0z07cse4o] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1350px) {
  .page-top .page-top-inner[b-x0z07cse4o] {
    flex-direction: row;
  }
}
.page-top .page-top-inner .right-container[b-x0z07cse4o] {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 1.75rem;
  flex-direction: row-reverse;
  gap: 1rem;
  justify-content: flex-end;
}
@media (min-width: 640px) {
  .page-top .page-top-inner .right-container[b-x0z07cse4o] {
    width: auto;
  }
}
@media (min-width: 900px) {
  .page-top .page-top-inner .right-container[b-x0z07cse4o] {
    margin-top: 0;
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media (max-width: 500px) {
  .page-top .page-top-inner .right-container[b-x0z07cse4o] {
    flex-wrap: wrap;
  }
}
@media (min-width: 900px) {
  .page-top .page-top-inner[b-x0z07cse4o] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.page-top .quick-brand-select[b-x0z07cse4o] {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100px;
  margin-top: 2rem;
}
.page-top .quick-brand-select .promotion-quick-brand[b-x0z07cse4o] {
  margin: 0 1rem;
}
.page-top .quick-brand-select .promotion-quick-brand img[b-x0z07cse4o] {
  height: 100%;
  border: 2px solid black;
  border-radius: 0.5rem;
}
.page-top[b-x0z07cse4o]  .breadcrumb {
  margin-bottom: 0;
}
.page-top[b-x0z07cse4o]  .breadcrumb .category-select {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.25rem;
  padding-right: 26px;
}
.page-top[b-x0z07cse4o]  .breadcrumb .category-select.multiple {
  padding-right: 3.825rem;
  padding-left: 1rem;
}
.page-top[b-x0z07cse4o]  .breadcrumb .category-select select {
  border: none;
  background: transparent;
  width: min-content;
  cursor: pointer;
  position: absolute;
  width: calc(100% - 1.625rem);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  appearance: none;
  color: #FFF;
  background: #cc071e;
  padding: 0.25rem 1rem;
  border-radius: 0.5rem;
  font-weight: 500;
}
.page-top[b-x0z07cse4o]  .breadcrumb .category-select select option {
  background: #FFF;
  color: #303539;
}
.page-top[b-x0z07cse4o]  .breadcrumb .category-select span {
  font-size: 0.7rem;
  color: #FFF;
  padding-left: 0.5rem;
  position: absolute;
  right: 2.625rem;
  top: calc(50% + 0.5px);
  transform: translateY(-50%);
  pointer-events: none;
}
.page-top[b-x0z07cse4o]  .breadcrumb .category-select .hidden-helper {
  opacity: 0;
  pointer-events: none;
  margin: 0;
}
.page-top[b-x0z07cse4o]  .breadcrumb .category-select .category-one {
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #FFF;
  background: #cc071e;
  padding: 0.25rem 1rem;
  border-radius: 0.5rem;
  font-weight: 500;
  white-space: nowrap;
  cursor: auto;
}
.page-top[b-x0z07cse4o]  .breadcrumb .category-select::after {
  content: "";
  display: block;
  background: url("/img/chevron-right.svg") no-repeat;
  width: 10px;
  height: 10px;
  float: left;
  margin: 0 0 0 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .page-top[b-x0z07cse4o]  .breadcrumb .category-select::after {
    display: none;
  }
}
@media (min-width: 600px) {
  .page-top[b-x0z07cse4o] {
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
}

.image-fancybox[b-x0z07cse4o], [b-x0z07cse4o] .image-fancybox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.image-fancybox[b-x0z07cse4o]::before, [b-x0z07cse4o] .image-fancybox::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.8;
}
.image-fancybox.show[b-x0z07cse4o], [b-x0z07cse4o] .image-fancybox.show {
  opacity: 1;
  pointer-events: auto;
}
.image-fancybox .background-click[b-x0z07cse4o], [b-x0z07cse4o] .image-fancybox .background-click {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  cursor: zoom-out;
}
.image-fancybox__header[b-x0z07cse4o], [b-x0z07cse4o] .image-fancybox__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 2rem;
}
@media (min-width: 1350px) {
  .image-fancybox__header[b-x0z07cse4o], [b-x0z07cse4o] .image-fancybox__header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
.image-fancybox__header p[b-x0z07cse4o], [b-x0z07cse4o] .image-fancybox__header p {
  margin: 0;
  color: #e9ecef;
  font-weight: 500;
  padding-left: 1rem;
  width: calc(100% - 2.5rem);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1350px) {
  .image-fancybox__header p[b-x0z07cse4o], [b-x0z07cse4o] .image-fancybox__header p {
    width: calc(100% - 3.5rem);
  }
}
.image-fancybox__header button[b-x0z07cse4o], [b-x0z07cse4o] .image-fancybox__header button {
  border: none;
  background: rgba(30, 30, 30, 0.6);
  font-size: 1.25rem;
  color: #e9ecef;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1490196078);
}
@media (min-width: 1350px) {
  .image-fancybox__header button[b-x0z07cse4o], [b-x0z07cse4o] .image-fancybox__header button {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.3rem;
    background: #FFF;
    color: #cc071e;
  }
  .image-fancybox__header button:hover[b-x0z07cse4o], [b-x0z07cse4o] .image-fancybox__header button:hover {
    background: #FFF !important;
    transform: scale(1.1);
    transform-origin: top right;
  }
}
.image-fancybox__header button:hover[b-x0z07cse4o], [b-x0z07cse4o] .image-fancybox__header button:hover {
  background: rgba(30, 30, 30, 0.9);
}
.image-fancybox__inner[b-x0z07cse4o], [b-x0z07cse4o] .image-fancybox__inner {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1350px) {
  .image-fancybox__inner[b-x0z07cse4o], [b-x0z07cse4o] .image-fancybox__inner {
    padding-top: 5.5rem;
  }
}
.image-fancybox__inner__image[b-x0z07cse4o], [b-x0z07cse4o] .image-fancybox__inner__image {
  width: 100%;
  max-height: calc(100vh - 6rem);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 0;
  overflow: hidden;
}
@media (min-width: 1350px) {
  .image-fancybox__inner__image[b-x0z07cse4o], [b-x0z07cse4o] .image-fancybox__inner__image {
    max-height: calc(100vh - 7.5rem);
  }
}
.image-fancybox__inner__image img[b-x0z07cse4o], [b-x0z07cse4o] .image-fancybox__inner__image img {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  object-fit: contain;
}

[b-x0z07cse4o] .loader-wrapper {
  min-height: calc(100vh - 7.5rem - 3rem - 4.5rem - 7.5rem - 1rem);
}
@media (min-width: 800px) {
  [b-x0z07cse4o] .loader-wrapper {
    min-height: calc(100vh - 6.1875rem - 3rem - 4.5rem - 7.5rem);
  }
}
@media (min-width: 1300px) {
  [b-x0z07cse4o] .loader-wrapper {
    min-height: calc(100vh - 6.1875rem - 3rem - 4.5rem - 7.5rem - 1rem);
  }
}

.tab-grid[b-x0z07cse4o] {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 1021px) {
  .tab-grid[b-x0z07cse4o] {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tab-grid .tab-grid-item:hover .image-container img[b-x0z07cse4o] {
  transform: scale(1);
}
.tab-grid .tab-grid-item[b-x0z07cse4o] {
  border: 3px solid #e9ecef;
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.tab-grid .tab-grid-item .image-container[b-x0z07cse4o] {
  position: relative;
  overflow: hidden;
  background-color: white;
  flex-shrink: 0;
  min-height: calc(100% - 56px);
}
.tab-grid .tab-grid-item .image-container img[b-x0z07cse4o] {
  transition: transform 0.3s ease;
  transform: scale(0.9);
}
.tab-grid .tab-grid-item .image-container .article-img[b-x0z07cse4o] {
  max-height: 500px;
  transform: scale(0.9);
  padding: 6rem;
  object-fit: contain;
}
.tab-grid .tab-grid-item .image-container .promo-name-box[b-x0z07cse4o] {
  position: absolute;
  bottom: 1rem;
  padding: 1rem;
  display: flex;
  text-align: center;
}
.tab-grid .tab-grid-item .tab-grid-item_button[b-x0z07cse4o] {
  width: 100%;
  background-color: #cc071e;
  color: white;
  border: none;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.25rem;
  flex-wrap: wrap;
}
.tab-grid .tab-grid-item .tab-grid-item_button .max-per-customer[b-x0z07cse4o] {
  font-size: 0.8rem;
}
.tab-grid .tab-grid-item .tab-grid-item_button:hover[b-x0z07cse4o] {
  background-color: #AE0619;
}
.tab-grid .tab-grid-item img[b-x0z07cse4o] {
  width: 100%;
  object-fit: cover;
}

.brand_search-container[b-x0z07cse4o] {
  display: flex;
  flex-direction: column;
  max-width: 250px;
}
@media (max-width: 900px) {
  .brand_search-container[b-x0z07cse4o] {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .brand_search-container[b-x0z07cse4o] {
    max-width: none;
    width: 100%;
    order: 4;
  }
}
.brand_search-container label[b-x0z07cse4o] {
  margin-bottom: 0.3rem;
  color: white;
  font-weight: 500;
  font-size: 0.875rem;
  margin-left: 0.1rem;
}
.brand_search-container__inner[b-x0z07cse4o] {
  border-radius: 0.4rem;
  background-color: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.0509803922);
  display: flex;
  position: relative;
}
.brand_search-container button:not(.clear-search)[b-x0z07cse4o] {
  order: -1;
  background: transparent;
  border: none;
  color: white;
  padding: 0.25rem 1rem;
  padding-left: 0.75rem;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  font-size: 0.875rem;
}
.brand_search-container input[b-x0z07cse4o] {
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.35rem 0;
  transition: all 0.2s ease-in-out;
  color: #2a2e38;
  padding-right: 1.5rem;
}
.brand_search-container input ~ button:not(.clear-search)[b-x0z07cse4o] {
  color: #cc071e;
}

.clear-search[b-x0z07cse4o] {
  border: none;
  background: transparent;
  color: white;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  font-size: 0.875rem;
  opacity: 0;
}
.clear-search.active[b-x0z07cse4o] {
  opacity: 1;
  right: 0.25rem;
  color: #cc071e;
}
.search-value-result[b-x0z07cse4o] {
  position: fixed;
  width: fit-content;
  bottom: 0;
  left: 50%;
  transform: translateY(100%) translateX(-50%);
  border-radius: 5rem;
  color: #FFF;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1490196078);
  z-index: 10;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  display: flex;
  border: 1px solid #cc071e;
}
@media (max-width: 500px) {
  .search-value-result[b-x0z07cse4o] {
    left: 1rem;
    transform: translateY(100%) translateX(0) !important;
  }
  .search-value-result.active[b-x0z07cse4o] {
    transform: translateY(0) translateX(0) !important;
  }
}
.search-value-result.active[b-x0z07cse4o] {
  bottom: 1rem;
  transform: translateY(0) translateX(-50%);
}
.search-value-result div[b-x0z07cse4o] {
  background: #cc071e;
  padding: 0.5rem 1rem;
  line-height: 1;
}
.search-value-result button[b-x0z07cse4o] {
  border: none;
  background: #FFF;
  padding: 0.5rem 0.8rem;
  color: #cc071e;
  padding-left: 0.6rem;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  font-size: 0.9rem;
}
.search-value-result span[b-x0z07cse4o]::before, .search-value-result span[b-x0z07cse4o]::after {
  content: "'";
}

.week-explanation-button[b-x0z07cse4o] {
  position: fixed;
  bottom: 0.75rem;
  left: 0.75rem;
  z-index: 2;
}
@media (min-width: 1400px) {
  .week-explanation-button[b-x0z07cse4o] {
    display: none;
  }
}
.week-explanation-button button[b-x0z07cse4o] {
  width: 3rem;
  height: 3rem;
  border-radius: 5rem;
  background: #FFF;
  color: #cc071e;
  position: relative;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1490196078);
  border: none;
  transition: all 0.2s ease-in-out;
  border: 2px solid #cc071e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.week-explanation-button button svg[b-x0z07cse4o] {
  width: 1.6rem;
  height: 1.6rem;
  stroke-width: 2px;
  transition: all 0.2s ease-in-out;
}
.week-explanation-button button span[b-x0z07cse4o] {
  position: absolute;
  font-size: 0.7rem;
  font-weight: bold;
  transform: translateY(4px);
}
.week-explanation-button.show button[b-x0z07cse4o] {
  background: #cc071e;
  border-color: #FFF;
  color: #FFF;
}
.week-explanation-button.show button svg[b-x0z07cse4o] {
  stroke: #FFF;
}

.prospection-add[b-x0z07cse4o] {
  border: 2px solid #cc071e;
  border: none;
  border-radius: 0.4rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1rem;
  cursor: pointer;
  background: #010130;
  padding: 0.5rem 1rem;
  width: fit-content;
  line-height: 1;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 450px) {
  .prospection-add[b-x0z07cse4o] {
    position: absolute;
    bottom: -1rem;
    left: 0;
    transform: translateY(100%);
  }
}
.prospection-add.animate[b-x0z07cse4o] {
  background: #26b050;
  pointer-events: none;
}
.prospection-add.animate .success[b-x0z07cse4o] {
  top: 0.5rem;
}
.prospection-add.animate .add-container[b-x0z07cse4o] {
  transform: translateY(-2rem);
}
.prospection-add .success[b-x0z07cse4o] {
  display: block;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.prospection-add .add-container[b-x0z07cse4o] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.prospection-add:hover[b-x0z07cse4o] {
  background: #030370;
}
/* /Pages/CategoriesList.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.category-wrapper[b-m93ur02q40] {
  margin: 4rem 0;
  display: block;
}
.category-wrapper.hide[b-m93ur02q40] {
  display: none;
}
.category-wrapper h2[b-m93ur02q40] {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-end;
}
@media (min-width: 640px) {
  .category-wrapper h2[b-m93ur02q40] {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    margin-left: 1rem;
    gap: 1.25rem;
  }
}
.category-wrapper h2 .img[b-m93ur02q40] {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 640px) {
  .category-wrapper h2 .img[b-m93ur02q40] {
    width: 2rem;
    height: 2rem;
  }
}
.category-wrapper h2 .img img[b-m93ur02q40] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.category-wrapper h2 span[b-m93ur02q40] {
  line-height: 1;
}
.category-wrapper:last-of-type[b-m93ur02q40] {
  margin-bottom: 0;
}
/* /Pages/EditOrder.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.title-container[b-rw6xckrp8o] {
  margin-bottom: 2rem;
}
.title-container h1[b-rw6xckrp8o] {
  font-weight: bold;
  line-height: 1.2;
  font-size: 2rem;
  color: #2a2e38;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .title-container h1[b-rw6xckrp8o] {
    font-size: 2.5rem;
  }
}
.title-container h1 span[b-rw6xckrp8o] {
  color: #cc071e;
  display: inline-block;
}
.title-container .link-container[b-rw6xckrp8o] {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-container .link-container[b-rw6xckrp8o]  .overview-link {
  color: #2a2e38;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease-in-out;
}
.title-container .link-container[b-rw6xckrp8o]  .overview-link span {
  text-decoration: underline;
}
.title-container .link-container[b-rw6xckrp8o]  .overview-link:hover {
  color: #cc071e;
}

.finish-link[b-rw6xckrp8o] {
  width: 100%;
  min-width: 10rem;
  display: flex;
  gap: 1rem;
}
@media (min-width: 500px) {
  .finish-link[b-rw6xckrp8o] {
    width: min-content;
  }
}
.finish-link[b-rw6xckrp8o]  .wrapper {
  width: 100%;
}
.finish-link[b-rw6xckrp8o]  .wrapper button {
  background: #cc071e;
  text-decoration: none;
  color: #FFF;
  border-radius: 2rem;
  padding: 0.75rem 1.5rem;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border: none;
  width: 100%;
}
.finish-link[b-rw6xckrp8o]  .wrapper button i {
  transition: all 0.2s ease-in-out;
}
.finish-link[b-rw6xckrp8o]  .wrapper button:hover {
  cursor: pointer;
  background: #a30316;
}
.finish-link[b-rw6xckrp8o]  .wrapper button:hover i.transformhover {
  transform: translateX(2px);
}

.page-top[b-rw6xckrp8o] {
  margin-top: -1rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #f8fafb;
  padding: 1rem 4rem;
  width: calc(100% + 8rem);
  margin-left: -4rem;
  gap: 1.5rem;
}
.page-top[b-rw6xckrp8o]  .breadcrumb {
  margin-bottom: 0;
}
@media (min-width: 500px) {
  .page-top[b-rw6xckrp8o] {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
}
/* /Pages/OrderConfirmation.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.background-shape[b-q79bw551hf] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
}

.background-shape[b-q79bw551hf]:before {
  background: linear-gradient(90deg, rgb(230, 0, 26) 80%, rgb(192, 44, 28) 100%);
  border-bottom: 10px solid #A60008;
  border-left: 18px solid #A60008;
  border-right: 18px solid #A60008;
  height: 580px;
  left: -350px;
  right: -350px;
  top: 0;
  content: "";
  position: absolute;
  border-radius: 0 0 50% 50%;
}
@media (min-width: 640px) {
  .background-shape[b-q79bw551hf]:before {
    height: 500px;
  }
}

.text-holder[b-q79bw551hf] {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  justify-content: center;
  padding-top: 4rem;
  color: white;
  margin-bottom: 6rem;
}
@media (min-width: 640px) {
  .text-holder[b-q79bw551hf] {
    padding-top: 6rem;
  }
}
.text-holder h1[b-q79bw551hf], .text-holder p[b-q79bw551hf] {
  font-family: "Barlow";
}
.text-holder h1[b-q79bw551hf] {
  font-weight: bold;
  font-size: 2.5rem;
}
@media (min-width: 640px) {
  .text-holder h1[b-q79bw551hf] {
    font-size: 3rem;
  }
}
.text-holder p[b-q79bw551hf] {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.text-holder .buttons[b-q79bw551hf] {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media (min-width: 640px) {
  .text-holder .buttons[b-q79bw551hf] {
    margin-top: 0;
  }
}
.text-holder .buttons button[b-q79bw551hf], .text-holder[b-q79bw551hf]  a, .text-holder[b-q79bw551hf]  button {
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  border: 1px solid transparent;
  font-size: 1rem;
  text-decoration: none;
  color: #FFF;
  transition: all 0.2s ease-in-out;
}
.text-holder .buttons button.white[b-q79bw551hf], .text-holder[b-q79bw551hf]  a.white, .text-holder[b-q79bw551hf]  button.white {
  background: #FFF;
  color: #cc071e;
}
.text-holder .buttons button.white:hover[b-q79bw551hf], .text-holder[b-q79bw551hf]  a.white:hover, .text-holder[b-q79bw551hf]  button.white:hover {
  background: transparent;
  border: 1px solid #FFF !important;
  color: #FFF;
}
.text-holder .buttons button.transparant[b-q79bw551hf], .text-holder[b-q79bw551hf]  a.transparant, .text-holder[b-q79bw551hf]  button.transparant {
  background: #e6001a;
  border: 1px solid #f8fafb !important;
}
.text-holder .buttons button.transparant:hover[b-q79bw551hf], .text-holder[b-q79bw551hf]  a.transparant:hover, .text-holder[b-q79bw551hf]  button.transparant:hover {
  background: #FFF;
  color: #cc071e;
}
.text-holder .buttons[b-q79bw551hf]  .wrapper.white button {
  background: #FFF;
  color: #cc071e;
  font-weight: 400;
  min-width: 10rem;
  min-height: 3.05rem;
}
.text-holder .buttons[b-q79bw551hf]  .wrapper.white button:hover {
  background: transparent;
  border: 1px solid #FFF !important;
  color: #FFF;
}
.text-holder .buttons[b-q79bw551hf]  .wrapper.white button:disabled {
  background: transparent;
  border: 1px solid #FFF !important;
}

.supplier h1[b-q79bw551hf], .supplier p[b-q79bw551hf] {
  color: #000 !important;
}
.supplier .buttons button[b-q79bw551hf], .supplier[b-q79bw551hf]  a {
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  border: 1px solid transparent;
  font-size: 1rem;
  text-decoration: none;
  color: #FFF;
  transition: all 0.2s ease-in-out;
}
.supplier .buttons button.white[b-q79bw551hf], .supplier[b-q79bw551hf]  a.white {
  background: #FFF;
  color: #cc071e !important;
}
.supplier .buttons button.white:hover[b-q79bw551hf], .supplier[b-q79bw551hf]  a.white:hover {
  border: 1px solid #FFF !important;
}
.supplier .buttons button.transparant[b-q79bw551hf], .supplier[b-q79bw551hf]  a.transparant {
  background: #e6001a;
  border: 1px solid #f8fafb !important;
}
.supplier .buttons button.transparant:hover[b-q79bw551hf], .supplier[b-q79bw551hf]  a.transparant:hover {
  background: #cc071e;
  color: white !important;
}

[b-q79bw551hf] .infocard {
  margin-bottom: 6rem;
}
/* /Pages/Orders.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.download-all[b-tqyd9r96l3] {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.download-all button[b-tqyd9r96l3] {
  border-radius: 0.4rem;
  border-color: #83878d;
  color: #83878d;
}
.download-all button:hover[b-tqyd9r96l3], .download-all button:focus[b-tqyd9r96l3], .download-all button:active[b-tqyd9r96l3] {
  color: #FFF;
  background: #83878d;
}
.download-all i[b-tqyd9r96l3] {
  margin-right: 1rem;
}

h2[b-tqyd9r96l3] {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.row .col[b-tqyd9r96l3] {
  white-space: nowrap;
}
.row .col .card[b-tqyd9r96l3] {
  padding: 1.5rem;
  border-radius: 0.4rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.0509803922);
  border: none;
}

.card[b-tqyd9r96l3] {
  margin-top: 1.5rem;
  padding: 1rem;
  overflow: auto;
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.0509803922);
  border: none;
}

.table[b-tqyd9r96l3] {
  margin-bottom: 0;
  padding-bottom: 0;
  white-space: nowrap;
}

tr:last-child[b-tqyd9r96l3] {
  border-bottom: 0px solid white;
}

.card.bullet[b-tqyd9r96l3] {
  display: flex;
  justify-content: center;
  justify-items: center;
}
.card.bullet span[b-tqyd9r96l3] {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.card.bullet p[b-tqyd9r96l3] {
  text-align: center;
  margin-bottom: 0;
}

.card.bullet.free span[b-tqyd9r96l3] {
  color: #26b050;
}

td[b-tqyd9r96l3] {
  vertical-align: middle;
}
td .badge-success[b-tqyd9r96l3] {
  background-color: #26b050;
  margin-left: 0.5rem;
  font-weight: normal;
  font-size: 0.8rem;
}

td.buttons[b-tqyd9r96l3] {
  text-align: right;
}
td.buttons .btn-export i[b-tqyd9r96l3] {
  margin-right: 1rem;
}
td.buttons .btn[b-tqyd9r96l3] {
  margin-left: 0.25rem !important;
  border-radius: 0.4rem;
}
td.buttons .btn.btn-outline-secondary[b-tqyd9r96l3] {
  border-color: #83878d;
  color: #83878d;
}
td.buttons .btn.btn-outline-secondary:hover[b-tqyd9r96l3], td.buttons .btn.btn-outline-secondary:focus[b-tqyd9r96l3], td.buttons .btn.btn-outline-secondary:active[b-tqyd9r96l3] {
  color: #FFF;
  background: #83878d;
}
td.buttons .btn.btn-outline-danger[b-tqyd9r96l3] {
  border-color: #cc071e;
  color: #cc071e;
}
td.buttons .btn.btn-outline-danger:hover[b-tqyd9r96l3], td.buttons .btn.btn-outline-danger:focus[b-tqyd9r96l3], td.buttons .btn.btn-outline-danger:active[b-tqyd9r96l3] {
  color: #FFF;
  background: #cc071e;
}

.finish-link[b-tqyd9r96l3] {
  width: 100%;
  min-width: 10rem;
  display: flex;
  gap: 1rem;
}
@media (min-width: 500px) {
  .finish-link[b-tqyd9r96l3] {
    width: min-content;
  }
}
.finish-link[b-tqyd9r96l3]  .wrapper {
  width: 100%;
}
.finish-link[b-tqyd9r96l3]  .wrapper button {
  background: #cc071e;
  text-decoration: none;
  color: #FFF;
  border-radius: 2rem;
  padding: 0.75rem 1.5rem;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border: none;
  width: 100%;
}
.finish-link[b-tqyd9r96l3]  .wrapper button i {
  transition: all 0.2s ease-in-out;
}
.finish-link[b-tqyd9r96l3]  .wrapper button:hover {
  cursor: pointer;
  background: #a30316;
}
.finish-link[b-tqyd9r96l3]  .wrapper button:hover i.transformhover {
  transform: translateX(2px);
}

.link-container[b-tqyd9r96l3] {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link-container[b-tqyd9r96l3]  .overview-link {
  color: #2a2e38;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease-in-out;
}
.link-container[b-tqyd9r96l3]  .overview-link span {
  text-decoration: underline;
}
.link-container[b-tqyd9r96l3]  .overview-link:hover {
  color: #cc071e;
}

.title-container[b-tqyd9r96l3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.title-container h1[b-tqyd9r96l3] {
  font-weight: bold;
  line-height: 1.2;
  font-size: 2rem;
  color: #2a2e38;
  margin-bottom: 0;
  word-break: break-word;
}
@media (min-width: 640px) {
  .title-container h1[b-tqyd9r96l3] {
    font-size: 2.5rem;
  }
}
.title-container h1 span[b-tqyd9r96l3] {
  color: #cc071e;
  display: inline-block;
}

.info-card-container-orders[b-tqyd9r96l3] {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
/* /Pages/Page404.razor.rz.scp.css */
.container[b-94q3mep8hq] {
  width: 100%;
}
.container h1[b-94q3mep8hq] {
  font-family: "LL Sari Tab";
  font-weight: bold;
  color: #cc071e;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.container p[b-94q3mep8hq] {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  color: #303539;
}
.container button[b-94q3mep8hq] {
  text-align: center;
  padding: 0.5rem 1.5rem;
  border-radius: 60px;
  transition: all 0.2s ease;
  font-size: 1rem;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  word-break: keep-all;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-weight: 500;
  background: #cc071e;
  color: #fff;
}
.container button:hover[b-94q3mep8hq] {
  background: #a30316;
}
.container button:active[b-94q3mep8hq] {
  background: #a30316;
}
.container button:disabled[b-94q3mep8hq] {
  background: #cc071e;
  cursor: auto;
  width: 8rem;
  height: 2.375rem;
}
/* /Pages/ShoppingCart.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
h2[b-rpv24pwv7v] {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.brand-header[b-rpv24pwv7v] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 1rem;
}
.brand-header .img-holder[b-rpv24pwv7v] {
  background-color: white;
  padding: 1rem;
  border-radius: 0.5rem;
}
.brand-header img[b-rpv24pwv7v] {
  border-radius: 0.5rem;
  width: 100px;
  height: 100px;
  object-fit: contain;
}

h1[b-rpv24pwv7v] {
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.75rem;
  color: #2a2e38;
  margin-bottom: 0;
  background: #f8fafb;
  padding-top: 1rem;
}
@media (min-width: 640px) {
  h1[b-rpv24pwv7v] {
    font-size: 2rem;
  }
}
@media (min-width: 1100px) {
  h1[b-rpv24pwv7v] {
    font-size: 2.25rem;
  }
}
h1 span[b-rpv24pwv7v] {
  color: #cc071e;
  display: inline-block;
}

.title-container[b-rpv24pwv7v] {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media (min-width: 700px) {
  .title-container[b-rpv24pwv7v] {
    margin-bottom: 1rem;
  }
}

.overview-link[b-rpv24pwv7v] {
  margin-top: 1rem;
}
.overview-link[b-rpv24pwv7v]  a {
  color: #2a2e38;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease-in-out;
  width: fit-content;
}
.overview-link[b-rpv24pwv7v]  a span {
  text-decoration: underline;
}
.overview-link[b-rpv24pwv7v]  a:hover {
  color: #cc071e;
}

.finish-link[b-rpv24pwv7v] {
  width: 100%;
  display: flex;
  gap: 1rem;
}
@media (min-width: 500px) {
  .finish-link[b-rpv24pwv7v] {
    width: min-content;
  }
}
@media (max-width: 500px) {
  .finish-link[b-rpv24pwv7v] {
    flex-direction: column;
  }
}
.finish-link[b-rpv24pwv7v]  .wrapper {
  width: 100%;
}
.finish-link[b-rpv24pwv7v]  .wrapper button {
  background: #cc071e;
  text-decoration: none;
  color: #FFF;
  border-radius: 2rem;
  padding: 0.75rem 1.5rem;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border: none;
  width: 100%;
}
.finish-link[b-rpv24pwv7v]  .wrapper button i {
  transition: all 0.2s ease-in-out;
}
.finish-link[b-rpv24pwv7v]  .wrapper button:hover {
  cursor: pointer;
  background: #a30316;
}
.finish-link[b-rpv24pwv7v]  .wrapper button:hover i.transformhover {
  transform: translateX(2px);
}

.page-top[b-rpv24pwv7v] {
  margin-top: -1rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #f8fafb;
  padding: 1rem 4rem;
  width: calc(100% + 8rem);
  margin-left: -4rem;
  gap: 1.5rem;
}
.page-top[b-rpv24pwv7v]  .breadcrumb {
  margin-bottom: 0;
}
@media (min-width: 500px) {
  .page-top[b-rpv24pwv7v] {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
}

.empty-basket[b-rpv24pwv7v] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  padding-top: 2rem;
}
.empty-basket__text[b-rpv24pwv7v] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.empty-basket__text h3[b-rpv24pwv7v] {
  color: #303539;
  font-size: 1.5rem;
  text-align: center;
}
@media (min-width: 640px) {
  .empty-basket__text h3[b-rpv24pwv7v] {
    font-size: 1.4rem;
  }
}
.empty-basket__text[b-rpv24pwv7v]  a {
  background: #cc071e;
  text-decoration: none;
  color: #FFF;
  border-radius: 2rem;
  padding: 0.75rem 1.5rem;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border: none;
  width: fit-content;
  font-weight: 500;
}
.empty-basket__text[b-rpv24pwv7v]  a i {
  transition: all 0.2s ease-in-out;
}
.empty-basket__text[b-rpv24pwv7v]  a:hover {
  cursor: pointer;
  background: #a30316;
}
.empty-basket__text[b-rpv24pwv7v]  a:hover i {
  transform: translateX(-2px);
}
.empty-basket__image[b-rpv24pwv7v] {
  height: 15rem;
  margin-bottom: -3rem;
}
.empty-basket__image img[b-rpv24pwv7v] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

[b-rpv24pwv7v] .loader-wrapper {
  min-height: calc(100vh - 6.1875rem - 3rem - 4.5rem - 7.5rem - 1rem);
}
@media (min-width: 550px) {
  [b-rpv24pwv7v] .loader-wrapper {
    min-height: calc(100vh - 6.1875rem - 3rem - 4.5rem - 6.1875rem);
  }
}
@media (min-width: 1300px) {
  [b-rpv24pwv7v] .loader-wrapper {
    min-height: calc(100vh - 6.1875rem - 3rem - 4.5rem - 6.1875rem - 1rem);
  }
}
/* /Shared/EmptyLayout.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.fullscreen-wrapper[b-91sl5yvkgi] {
  width: 100%;
  height: 100%;
  background-color: #E3E3E3;
  overflow: hidden;
  position: relative;
}

.unauthorized-wrapper[b-91sl5yvkgi] {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.unauthorized-wrapper .wrapper__inner[b-91sl5yvkgi] {
  position: absolute;
  background: #FFF;
  bottom: 0;
  left: 0;
  padding: 4rem 2rem;
  padding-bottom: 2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1019607843);
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
@media (min-width: 992px) {
  .unauthorized-wrapper .wrapper__inner[b-91sl5yvkgi] {
    width: 50rem;
    max-height: calc(100vh - 4rem);
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3rem 2rem;
    height: auto;
    display: flex;
    border-radius: 1rem;
  }
}
.unauthorized-wrapper .video-container[b-91sl5yvkgi] {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: none;
}
@media (min-width: 640px) {
  .unauthorized-wrapper .video-container[b-91sl5yvkgi] {
    display: block;
  }
}
.unauthorized-wrapper .video-container video[b-91sl5yvkgi] {
  display: none !important;
}
@media (min-width: 640px) {
  .unauthorized-wrapper .video-container video[b-91sl5yvkgi] {
    display: flex !important;
  }
}
.unauthorized-wrapper .logo-container[b-91sl5yvkgi] {
  margin-top: 2rem;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 640px) {
  .unauthorized-wrapper .logo-container[b-91sl5yvkgi] {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
.unauthorized-wrapper .logo-container img[b-91sl5yvkgi] {
  width: 10rem;
}
.unauthorized-wrapper .hide ~ .logo-container[b-91sl5yvkgi] {
  opacity: 0;
  pointer-events: none;
}

.background-shape[b-91sl5yvkgi]::before {
  background: linear-gradient(90deg, rgb(230, 0, 26) 80%, rgb(192, 44, 28) 100%);
  border-bottom: 10px solid #A60008;
  border-left: 18px solid #A60008;
  border-right: 18px solid #A60008;
  height: 20vh;
  width: 80vh;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  content: "";
  position: absolute;
  border-radius: 0 0 50% 50%;
}
@media (min-width: 450px) {
  .background-shape[b-91sl5yvkgi]::before {
    height: 30vh;
    width: 100vh;
  }
}
@media (min-width: 640px) {
  .background-shape[b-91sl5yvkgi]::before {
    height: 55vh;
    width: 175vh;
  }
}
@media (min-width: 850px) {
  .background-shape[b-91sl5yvkgi]::before {
    height: 55vh;
    width: 225vh;
  }
}
/* /Shared/MainLayout.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.page[b-9edumqhtdy] {
  background: #f8fafb;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  min-height: 100vh;
}
.page.overflow-hidden-custom[b-9edumqhtdy] {
  height: 100vh;
  overflow-y: hidden;
}
@media (min-width: 1350px) {
  .page.overflow-hidden-custom[b-9edumqhtdy] {
    overflow-y: auto;
    height: fit-content;
  }
}
.page.hide-scrollbar[b-9edumqhtdy] {
  height: 100vh;
  overflow-y: hidden;
}
.page.hide-scrollbar[b-9edumqhtdy]  .header {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.0509803922);
}

.main[b-9edumqhtdy] {
  position: relative;
  flex: 1 0 auto;
}
.main__content[b-9edumqhtdy] {
  padding: 2rem 1rem;
  padding-bottom: 0;
  max-width: 1300px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .main__content[b-9edumqhtdy] {
    padding: 3rem 2rem;
    padding-bottom: 0;
  }
}
.main .filter-background[b-9edumqhtdy] {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 4;
  -webkit-backdrop-filter: blur(4px) brightness(0.7);
  backdrop-filter: blur(4px) brightness(0.7);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.main .filter-background.show-background[b-9edumqhtdy] {
  display: block;
}
@media (min-width: 1300px) {
  .main .filter-background.show-background[b-9edumqhtdy] {
    display: none;
  }
}

.info-video-button[b-9edumqhtdy] {
  position: fixed;
  bottom: 0.75rem;
  right: 0.75rem;
  z-index: 2;
}
@media (min-width: 1400px) {
  .info-video-button[b-9edumqhtdy] {
    bottom: 1rem;
    right: 1rem;
  }
}
.info-video-button button[b-9edumqhtdy] {
  width: 3rem;
  height: 3rem;
  border-radius: 5rem;
  background: #010130;
  color: #FFF;
  font-size: 1.2rem;
  position: relative;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1490196078);
  border: none;
  transition: all 0.2s ease-in-out;
  border: 2px solid #f8fafb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-video-button button:hover[b-9edumqhtdy] {
  background: #01011c;
}
.info-video-button button i[b-9edumqhtdy] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-container[b-9edumqhtdy] {
  position: fixed !important;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  top: 0;
  left: 0;
}
.video-container[b-9edumqhtdy]::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
}
.video-container button[b-9edumqhtdy] {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 3.25rem;
  height: 3.25rem;
  background: rgba(30, 30, 30, 0.6);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1490196078);
  color: #FFF;
  border: none;
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.video-container button i[b-9edumqhtdy] {
  pointer-events: none;
}
@media (min-width: 1350px) {
  .video-container button[b-9edumqhtdy] {
    background: #FFF;
    color: #cc071e;
    top: 0;
    right: 0;
  }
  .video-container button:hover[b-9edumqhtdy] {
    background: #FFF !important;
    transform: scale(1.1);
    transform-origin: top right;
  }
}
.video-container button:hover[b-9edumqhtdy] {
  background: rgba(30, 30, 30, 0.9);
}
.video-container iframe[b-9edumqhtdy] {
  max-width: 1300px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 2rem);
  height: 100%;
  margin: 2rem 1rem;
  z-index: 1;
}
@media (min-width: 1300px) {
  .video-container iframe[b-9edumqhtdy] {
    margin: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.video-container .background-toggle[b-9edumqhtdy] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 0;
}
/* /Shared/MobileMenu.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.mobile-menu[b-seunhy9tmj] {
  width: 75%;
  height: 100vh;
  background: #FFF;
  position: relative;
  z-index: 99;
  position: fixed;
  top: 0;
  left: -80%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1490196078);
  transition: all 0.2s ease-in-out;
  padding: 2rem 1.5rem;
}
.mobile-menu.onboarding-show-container[b-seunhy9tmj] {
  overflow-y: auto;
}
.mobile-menu[b-seunhy9tmj]::-webkit-scrollbar {
  width: 8px;
}
.mobile-menu[b-seunhy9tmj]::-webkit-scrollbar-thumb {
  background: #e9ecef;
  border-radius: 10px;
}
.mobile-menu[b-seunhy9tmj]::-webkit-scrollbar-track {
  background: #FFF;
}
@media (min-width: 640px) {
  .mobile-menu[b-seunhy9tmj] {
    padding: 2rem;
  }
}
@media (min-width: 1300px) {
  .mobile-menu[b-seunhy9tmj] {
    display: none;
  }
}
.mobile-menu.show-menu[b-seunhy9tmj] {
  left: 0;
}
.mobile-menu__top .selector-wrapper[b-seunhy9tmj] {
  margin-top: 3rem;
  width: 100%;
}
.mobile-menu__top .selector-wrapper.onboarding-show[b-seunhy9tmj] {
  position: relative;
  z-index: 101;
}
@media (min-width: 500px) {
  .mobile-menu__top .selector-wrapper[b-seunhy9tmj] {
    min-width: 20rem;
    width: fit-content;
  }
}
.mobile-menu__top .selector-wrapper[b-seunhy9tmj]  .shop-selector {
  margin: 0;
  max-width: none;
}
.mobile-menu__top .selector-wrapper[b-seunhy9tmj]  .shop-selector .store-select {
  padding: 0.75rem 2.75rem;
  width: 100%;
  max-width: none;
}
.mobile-menu__top .selector-wrapper[b-seunhy9tmj]  .shop-selector .modal-toggle {
  padding: 0.9rem 1rem;
}
.mobile-menu__top .selector-wrapper[b-seunhy9tmj]  .shop-selector .dropdown-arrow {
  right: 1rem;
  top: 1rem;
}
.mobile-menu__top .selector-wrapper[b-seunhy9tmj]  .shop-selector.one .store-select {
  padding-right: 1.25rem;
}
.mobile-menu__top .selector-wrapper[b-seunhy9tmj]  .shop-selector .logged-in-as__modal {
  margin-top: 1rem;
  position: absolute;
  pointer-events: none;
  box-shadow: none;
  transition: none;
}
.mobile-menu__top .selector-wrapper[b-seunhy9tmj]  .shop-selector .logged-in-as__modal.user-logged-in {
  background: #f5f5f5;
}
.mobile-menu__top .selector-wrapper[b-seunhy9tmj]  .shop-selector .logged-in-as__modal.user-logged-in div {
  margin: 0;
}
.mobile-menu__top .selector-wrapper[b-seunhy9tmj]  .shop-selector .logged-in-as__modal div {
  margin-bottom: 1rem;
}
.mobile-menu__top .selector-wrapper[b-seunhy9tmj]  .shop-selector .logged-in-as__modal div p {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.mobile-menu__top .selector-wrapper[b-seunhy9tmj]  .shop-selector .logged-in-as__modal .return-button {
  padding: 0.4rem 0.6rem;
}
.mobile-menu__top .selector-wrapper[b-seunhy9tmj]  .shop-selector .logged-in-as__modal.show {
  position: relative;
  pointer-events: auto;
}
.mobile-menu__top .account-item[b-seunhy9tmj] {
  margin-top: 2rem !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  color: #2a2e38;
  margin: 0;
}
.mobile-menu__search[b-seunhy9tmj] {
  margin-top: 1rem;
}
@media (min-width: 500px) {
  .mobile-menu__search[b-seunhy9tmj] {
    display: none;
  }
}
.mobile-menu__search[b-seunhy9tmj]  div input {
  min-width: auto;
  width: 100%;
  padding: 0.75rem 1.25rem;
  padding-right: 0;
  border-radius: 0.4rem 0 0 0.4rem;
  font-size: 0.875rem;
}
@media (min-width: 350px) {
  .mobile-menu__search[b-seunhy9tmj]  div input {
    font-size: 1rem;
  }
}
.mobile-menu__search[b-seunhy9tmj]  div button {
  border-radius: 0 0.4rem 0.4rem 0;
  padding: 0.75rem 1.25rem;
  padding-left: 0.56rem;
  padding-right: 0.8rem;
}
.mobile-menu__nav[b-seunhy9tmj] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}
.mobile-menu__nav[b-seunhy9tmj]  a {
  width: 100%;
  background: #FFF;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #2a2e38;
  text-decoration: none;
  gap: 0.75rem;
  background: #FFF;
  border-radius: 0.4rem;
  font-weight: 500;
  font-size: 1rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1490196078);
  transition: all 0.2s ease-in-out;
  text-align: center;
  max-height: 7rem;
}
.mobile-menu__nav[b-seunhy9tmj]  a:hover {
  box-shadow: 0 2px 16px #FFF;
  background: #f5f5f5;
}
.mobile-menu__nav[b-seunhy9tmj]  a i {
  font-size: 1.5rem;
}
.mobile-menu__nav[b-seunhy9tmj]  a.active {
  background: #cc071e;
  color: #FFF;
}
@media (min-width: 550px) {
  .mobile-menu__nav[b-seunhy9tmj]  a {
    width: calc(50% - 0.5rem);
    font-size: 1.1rem;
    gap: 1rem;
    max-height: 100%;
  }
  .mobile-menu__nav[b-seunhy9tmj]  a i {
    font-size: 2rem;
  }
}
@media (min-width: 840px) {
  .mobile-menu__nav[b-seunhy9tmj]  a {
    width: calc(33.3333% - 0.66666rem);
    font-size: 1.1rem;
    gap: 1rem;
    max-height: 10rem;
  }
  .mobile-menu__nav[b-seunhy9tmj]  a i {
    font-size: 2rem;
  }
}
.mobile-menu__bottom[b-seunhy9tmj] {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu__bottom button[b-seunhy9tmj] {
  border: none;
  background: transparent;
  color: #b1b2b5;
  transition: all 0.2s ease-in-out;
  padding: 0.25rem;
  padding-left: 0;
}
.mobile-menu__bottom button:hover[b-seunhy9tmj] {
  color: #cc071e;
}

.onboarding-background[b-seunhy9tmj] {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-backdrop-filter: blur(5px) brightness(0.3);
  backdrop-filter: blur(5px) brightness(0.3);
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1300px) {
  .onboarding-background.show[b-seunhy9tmj] {
    pointer-events: auto;
    opacity: 1;
  }
}

[b-seunhy9tmj] .onboarding {
  transform: translateY(100%);
  left: 0;
}
[b-seunhy9tmj] .onboarding::before {
  transform: rotate(45deg);
  left: 3rem;
}
/* /Shared/NavMenu.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.navigation[b-8xfvxhzz4p] {
  display: flex;
  gap: 2rem;
  margin-right: 2rem;
}
.navigation[b-8xfvxhzz4p]  .navmenu-item, .navigation .navmenu-item[b-8xfvxhzz4p] {
  color: #2a2e38;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
.navigation[b-8xfvxhzz4p]  .icon {
  position: relative;
  width: 1.875rem;
}
.navigation[b-8xfvxhzz4p]  .icon span {
  position: absolute;
  top: -0.6rem;
  left: calc(100% - 1.25rem);
  height: 1rem;
  padding: 0 0.3rem;
  padding-top: 0.05rem;
  background: #cc071e;
  border-radius: 1rem;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.65rem;
  outline: 2px solid #FFF;
}
.navigation button[b-8xfvxhzz4p] {
  border: none;
  padding: 0;
  background: transparent;
}
/* /Shared/UnauthorizedLayout.razor.rz.scp.css */
/*$text-inactive: #8786b0;*/
/*$line: #8786b080;*/
.fullscreen-wrapper[b-zg11289snc] {
  width: 100%;
  height: 100%;
  background: #FFF;
  position: relative;
  overflow-x: hidden;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 640px) {
  .fullscreen-wrapper[b-zg11289snc] {
    background: #E3E3E3;
  }
}
@media (min-width: 1300px) {
  .fullscreen-wrapper[b-zg11289snc] {
    background: #FFF;
    align-items: center;
  }
}

.unauthorized-wrapper[b-zg11289snc] {
  position: relative;
  width: 100%;
  z-index: 1;
  max-width: 1400px;
}
@media (min-width: 1300px) {
  .unauthorized-wrapper[b-zg11289snc] {
    display: flex;
    margin: 0 auto;
  }
}
.unauthorized-wrapper .wrapper__outer[b-zg11289snc] {
  display: flex;
  align-items: center;
  height: auto;
}
@media (min-width: 640px) {
  .unauthorized-wrapper .wrapper__outer[b-zg11289snc] {
    max-width: 35rem;
    height: calc(100% - 6rem);
    margin: 3rem 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1300px) {
  .unauthorized-wrapper .wrapper__outer[b-zg11289snc] {
    margin: 0;
  }
}
.unauthorized-wrapper .wrapper__inner[b-zg11289snc] {
  background: #FFF;
  padding: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
}
@media (min-width: 640px) {
  .unauthorized-wrapper .wrapper__inner[b-zg11289snc] {
    padding: 3rem 2rem;
    height: auto;
    display: flex;
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1019607843);
  }
}
@media (min-width: 1300px) {
  .unauthorized-wrapper .wrapper__inner[b-zg11289snc] {
    box-shadow: none;
    justify-content: center;
    padding: 3rem 4rem;
  }
}
.unauthorized-wrapper .wrapper__inner .logo-container[b-zg11289snc] {
  margin-top: 2rem;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 640px) {
  .unauthorized-wrapper .wrapper__inner .logo-container[b-zg11289snc] {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
.unauthorized-wrapper .wrapper__inner .logo-container img[b-zg11289snc] {
  width: 10rem;
}
.unauthorized-wrapper .wrapper__inner .hide ~ .logo-container[b-zg11289snc] {
  opacity: 0;
  pointer-events: none;
}
.unauthorized-wrapper .right-container[b-zg11289snc] {
  pointer-events: none;
  height: 100%;
  position: fixed;
  left: calc(100% - (50% + 2rem));
  top: 0;
  z-index: 1;
  width: calc(100vw - (100% - (50% + 2rem)));
  overflow: hidden;
  display: none;
}
@media (min-width: 1300px) {
  .unauthorized-wrapper .right-container[b-zg11289snc] {
    display: block;
  }
}
.unauthorized-wrapper .right-container .teaser-image[b-zg11289snc] {
  position: absolute;
  height: 200vh;
  border-radius: 50% 0 0 50%;
  background: white;
  border-left: 18px solid #A60008;
  left: 0;
  top: -50vh;
  width: 100%;
  overflow: hidden;
}
.unauthorized-wrapper .right-container .teaser-image img[b-zg11289snc] {
  position: relative;
  top: calc(50% - 1vh);
  transform: translateY(-50%);
  width: 100%;
  height: 90vh;
  object-fit: contain;
}

.background-shape[b-zg11289snc]::before {
  background: linear-gradient(90deg, rgb(230, 0, 26) 80%, rgb(192, 44, 28) 100%);
  border-bottom: 10px solid #A60008;
  border-left: 18px solid #A60008;
  border-right: 18px solid #A60008;
  height: 20vh;
  width: 80vh;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  content: "";
  position: absolute;
  border-radius: 0 0 50% 50%;
}
@media (min-width: 450px) {
  .background-shape[b-zg11289snc]::before {
    height: 30vh;
    width: 100vh;
  }
}
@media (min-width: 640px) {
  .background-shape[b-zg11289snc]::before {
    height: 55vh;
    width: 175vh;
  }
}
@media (min-width: 850px) {
  .background-shape[b-zg11289snc]::before {
    height: 55vh;
    width: 225vh;
  }
}
@media (min-width: 1300px) {
  .background-shape[b-zg11289snc]::before {
    display: none;
  }
}
