/* Colors Neuhaus */
/* Fonts Neuhaus */
.fyob-container .product-name span {
  color: #503223;
  font-family: "Flama", sans-serif;
  font-size: 2.25rem;
  letter-spacing: 0.1em; }

.fyob-container .product-description {
  font-family: "Flama", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  opacity: 0.75; }

.fyob-container .fixed-container {
  position: fixed;
  top: 0;
  z-index: 1000;
  left: 0;
  padding: 15px; }

.fyob-container .proceed-container a {
  width: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.fyob-title-center {
  left: 0;
  right: 0;
  z-index: 50; }
  @media (max-width: 991.98px) {
    .fyob-title-center {
      width: 80vw !important;
      margin: 0 auto; }
      .fyob-title-center img {
        width: 100%; } }

.fyob-bg-dark {
  background-color: rgba(247, 223, 198, 0.75); }

.fyob-bg-light {
  background-color: #fdf7f1; }

.fyob-col {
  height: auto;
  padding-top: 150px; }
  @media (max-width: 991.98px) {
    .fyob-col {
      padding-top: 80px;
      height: 80vh; } }
  .fyob-col .tile-image {
    mix-blend-mode: multiply;
    width: 175px; }
    @media (max-width: 991.98px) {
      .fyob-col .tile-image {
        width: 65vw; } }

.fyob-select {
  position: relative; }
  .fyob-select #app-cover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 300px;
    height: 42px;
    margin: 0 auto;
    z-index: 1; }
  .fyob-select .select-button {
    position: relative;
    height: 50px;
    padding: 17px 14px;
    background-color: #fff;
    cursor: pointer; }
  .fyob-select .options-view-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3; }
  .fyob-select .selected-value {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    font-family: "Flama", sans-serif;
    letter-spacing: 0.1em;
    margin-right: 45px; }
  .fyob-select .option i {
    width: 16px;
    height: 16px; }
  .fyob-select .option,
  .fyob-select .label {
    color: #503223; }
  .fyob-select #chevrons {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    padding: 12px 18px; }
  .fyob-select #chevrons i {
    display: block;
    height: 8px;
    padding: 7px 5px;
    width: 2px; }
  .fyob-select .options {
    position: absolute;
    left: 0;
    width: 250px; }
  .fyob-select .options {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    width: 300px;
    margin: 0 auto;
    background-color: #fdf7f1; }
  .fyob-select .option {
    position: relative;
    line-height: 1;
    z-index: 2;
    margin: auto;
    width: 90%; }
  .fyob-select .label {
    display: none;
    padding: 0;
    font-family: "Flama", sans-serif;
    letter-spacing: 0.1em; }
    .fyob-select .label-name {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 5px; }
    .fyob-select .label-desc {
      font-size: 16px;
      font-weight: normal;
      margin-bottom: 5px; }
    .fyob-select .label-price {
      color: #cf7c58;
      font-size: 22px; }
    .fyob-select .label-border-bottom {
      border-bottom: 1px solid #cf7c58; }
  .fyob-select .options-view-button:checked ~ .options .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 14px; }
  .fyob-select .s-c {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4; }
  .fyob-select input[type="radio"] {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer; }
  .fyob-select .label {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all; }
  .fyob-select .option input[type="radio"]:checked ~ .label {
    color: red; }
  .fyob-select .option input[type="radio"]:checked ~ .label::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .fyob-select .option:hover .label {
    color: #fff; }

.fyob-tile {
  padding: 45px;
  cursor: pointer; }
  @media (max-width: 991.98px) {
    .fyob-tile {
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media (max-width: 991.98px) {
    .fyob-tile .product-price .price .value {
      font-size: 1.5rem; } }

.bottom-shadow-container {
  -webkit-box-shadow: 0 -5px 10px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 -5px 10px 1px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 100%; }

.custom-radio {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .custom-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #ddd; }
  .custom-radio input:checked ~ .checkmark::after {
    display: block; }
  .custom-radio .checkmark::after {
    content: "";
    position: absolute;
    display: none; }
  .custom-radio .checkmark::after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background-color: #503223; }

.praline-search-panel {
  background-color: rgba(247, 223, 198, 0.3);
  margin-left: -15px;
  margin-right: -15px; }
  .praline-search-panel .search-header {
    font-family: "Flama", sans-serif;
    font-size: 1.25rem; }
  .praline-search-panel .search-box .icon {
    position: absolute;
    right: 25px;
    top: 15px;
    color: #ced4da; }

.praline-selector-container {
  gap: 8px;
  max-height: 720px;
  overflow: auto; }
  @media (max-width: 991.98px) {
    .praline-selector-container {
      max-height: 425px; } }
  .praline-selector-container::-webkit-scrollbar {
    width: 7px; }
  .praline-selector-container::-webkit-scrollbar-track {
    background-color: #efefef; }
  .praline-selector-container::-webkit-scrollbar-thumb {
    background-color: #ccc; }

.praline-selector-col {
  background-color: rgba(247, 223, 198, 0.1); }

.custom-grid {
  display: grid;
  grid-auto-flow: column;
  gap: 19px; }
  .custom-grid.grid-flow-row {
    grid-auto-flow: row;
    padding-bottom: 40px; }

.praline-explenation-container {
  grid-column: 1/-1; }

@media (max-width: 1199.98px) {
  .praline-box .custom-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
    grid-auto-flow: row; } }

@media (max-width: 543.98px) {
  .praline-box .custom-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
    grid-auto-flow: row; } }

@media (max-width: 991.98px) {
  .custom-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
    grid-auto-flow: row; } }

.mob-filter-container {
  text-wrap: nowrap;
  overflow-y: scroll;
  height: 30px; }

.add-praline {
  width: 20px;
  height: 20px;
  padding: 3px;
  border-radius: 50%;
  background-color: #503223; }
  .add-praline .icon {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icons/add-white.svg");
    width: 12px;
    height: 12px;
    opacity: 1;
    padding: 0;
    margin: 1px;
    display: block; }
    .add-praline .icon:focus {
      outline: none; }

.close {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/cross.svg");
  width: 15px;
  height: 15px;
  opacity: 1;
  padding: 0;
  margin: 0;
  top: 15px;
  right: 15px; }
  .close span {
    display: none; }
  .close:focus {
    outline: none; }

.praline-info {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/info-inverted.svg");
  width: 20px;
  height: 20px;
  opacity: 1;
  padding: 0;
  margin: 0;
  z-index: 49; }
  .praline-info span {
    display: none; }
  .praline-info:focus {
    outline: none; }

.praline-box-single {
  height: 150px; }
  @media (max-width: 991.98px) {
    .praline-box-single {
      max-height: 120px; } }
  @media (max-width: 991.98px) {
    .praline-box-single img {
      max-width: 75px; } }

.form-check input[type=checkbox]:checked + .custom-checkbox-label::after {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important; }

.added-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: #503223;
  padding: 10px 20px;
  font-family: "Plantin", serif;
  color: white;
  font-size: 0.875rem;
  letter-spacing: 0.1em; }

.praline-selector-container .praline-box-single.disabled {
  cursor: not-allowed;
  opacity: 0.3; }
  .praline-selector-container .praline-box-single.disabled:hover {
    text-decoration: none;
    background: transparent !important; }

.praline-selector-container .praline-box-single .praline-info.disabled {
  cursor: not-allowed; }

.praline-selector-container .praline-box-single .praline-name {
  font-size: 0.875rem;
  font-family: "Flama", sans-serif; }

.praline-selector-container .praline-box-single .praline-image img {
  mix-blend-mode: multiply;
  max-width: 100px;
  max-height: 100px; }

.praline-box {
  z-index: 0; }
  .praline-box .add-to-cart {
    z-index: 1; }
  .praline-box .praline-box-single {
    -ms-flex-preferred-size: calc(25% - 40px);
        flex-basis: calc(25% - 40px);
    background-color: #f9e7d4; }
    .praline-box .praline-box-single.disabled {
      background-color: rgba(247, 223, 198, 0.3); }
    .praline-box .praline-box-single.disabled::before, .praline-box .praline-box-single.disabled::after {
      position: absolute;
      left: 50%;
      content: " ";
      height: 100%;
      width: 1px;
      background-color: rgba(80, 50, 35, 0.3); }
      @media (max-width: 991.98px) {
        .praline-box .praline-box-single.disabled::before, .praline-box .praline-box-single.disabled::after {
          height: 70%; } }
    .praline-box .praline-box-single.disabled::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .praline-box .praline-box-single.disabled::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.mw-50 {
  max-width: 50%; }

.product-button-container {
  right: 10px;
  top: 10px; }

.collapse-container .collapse-title {
  font-family: "Flama", sans-serif;
  font-weight: 700;
  z-index: 10;
  letter-spacing: 0.1em; }

.collapse-container .collapse-icon {
  right: 0; }

.collapse-container .icon-add,
.collapse-container .icon-dash {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.collapse-container .icon-add {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/add.svg"); }

.collapse-container.collapsed .icon-dash {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/dash.svg"); }

.popup-info-container {
  width: 500px;
  background-color: white;
  -webkit-box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.25);
  z-index: 50;
  position: absolute; }
  @media (max-width: 991.98px) {
    .popup-info-container {
      width: 90vw;
      left: 50% !important;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  .popup-info-container .allergy-container .allergy-icon img {
    max-width: 38px;
    max-height: 38px; }
  .popup-info-container .allergy-container .allergy-name {
    font-weight: 300; }

.popup-info-header {
  font-family: "Flama", sans-serif;
  font-size: 2rem;
  line-height: 38px; }

.popup-info-description {
  font-family: "Plantin", serif;
  font-weight: 300; }

.box-title-container .box-title .box-title-header,
.box-title-container .box-title .amount-left-number {
  font-weight: 700;
  font-size: 3rem;
  font-family: "Flama", sans-serif;
  line-height: 58px;
  letter-spacing: 0.1em; }

.box-title-container .box-title .amount-left-container {
  background-color: rgba(247, 223, 198, 0.3); }
  .box-title-container .box-title .amount-left-container .amount-left-text {
    max-width: 88px;
    font-family: "Flama", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 17px;
    letter-spacing: 0.1em; }

.box-title-container .how-we-fill-link {
  cursor: pointer; }
  .box-title-container .how-we-fill-link:hover {
    text-decoration: underline; }

.filter-option a {
  font-family: "Flama", sans-serif;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.1em; }
  .filter-option a:hover {
    text-decoration: none; }

.filter-option .dropdown-item:hover {
  background-color: transparent; }

.filter-option .dropdown-toggle::after {
  position: absolute;
  right: 0;
  top: 2px;
  border: none;
  content: "";
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/arrow.svg"); }

@media (max-width: 991.98px) {
  .filter-option {
    border-bottom: 1px solid #ccc; } }

.hidden-special-msg {
  background-color: #cf7c58;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Plantin", serif;
  letter-spacing: 0.1em; }
  @media (min-width: 769px) {
    .hidden-special-msg {
      position: fixed;
      z-index: 200;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: 300px; } }

.hidden-special-msg-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em;
  cursor: pointer; }

@media (min-width: 769px) {
  .non-collapse-md {
    display: block !important; } }

.badge-custom-filter {
  background-color: rgba(80, 50, 35, 0.75);
  font-family: "Plantin", serif;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: white;
  border-radius: 0; }

.filter-counter {
  background-color: #503223;
  color: white;
  width: 22px;
  text-align: center;
  line-height: 1.5; }

.filter-toggle .mobile-search-filter {
  font-family: "Flama", sans-serif;
  font-size: 1.25rem;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-weight: 700; }

.filter-toggle .toggle-icon {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/arrow.svg");
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  @media (max-width: 991.98px) {
    .filter-toggle .toggle-icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); } }

@media (max-width: 991.98px) {
  .filter-toggle[aria-expanded=true] .toggle-icon {
    -webkit-transform: rotate(0) !important;
            transform: rotate(0) !important; } }

@-webkit-keyframes scaleWidth {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scaleWidth {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.animate-width img {
  mix-blend-mode: multiply;
  -webkit-animation: scaleWidth 0.5s ease;
          animation: scaleWidth 0.5s ease; }

.custom-grid-c-4-r-4 {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr); }

.custom-grid-c-6-r-5 {
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(5, 1fr); }

.custom-grid-c-5-r-6 {
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(6, 1fr); }

.custom-grid-c-6-r-6 {
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr); }

.flex-basis-24 {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%; }

.flex-basis-25 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }

.flex-basis-50 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

/*# sourceMappingURL=fyob.css.map*/