.searchbar:focus {
  outline-width: 0px;
}

.deviceItem {
  display: flex;
  flex-direction: column;
  width: 320px;
  padding: 20px 20px;
  border: 1px solid transparent;
  border-radius: 15px;
  box-shadow: 0px 0px 20px #0000001A;
  background: white;
  box-sizing: border-box;
}

.mobile-searchbar-container {
  justify-content: space-between;
  display: flex;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  margin: 6px auto;
  padding: 0 8px;
  width: 320px;
  box-sizing: border-box;
}

.mobileSearchFilterOpen {
  position: absolute;
  width: 80%;
  height: 30px;
  justify-content: space-between;
}

.mobileSearchFilterOpen>img {
  width: 24px;
}

.filter-icon {
  cursor: pointer;
  margin-left: 4px;
}

.delete-all-chips {
  background-color: #00605B !important;
  color: white !important;
  cursor: pointer;
}

.modal-close-icon {
  cursor: pointer;
}

.searchbar-container {
  display: flex;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  padding: 0 6px;
}

.chip {
  text-wrap: nowrap;
  cursor: pointer;
  padding: 3px 8px;
  width: fit-content;
  background-color: #F6F6F6;
  font-family: 'Nunito', 'ExtraBold';
  color: #595959;
  text-align: left;
  border: transparent 1px solid;
  border-radius: 15px;
  font-size: 14px;
}

div#router-header {
  width: 100%;
}

.chip-text {
  margin-right: 12px;
}

.chips-container {
  height: 28px;
  flex-direction: row;
  max-width: 870px;
  margin: 12px auto;
  display: flex;
  gap: 4px;
  overflow: scroll hidden;
}

.deviceItemName {
  color: #595959;
  font-family: 'Nunito', 'ExtraBold';
  font-size: 20px;
  height: 54px;
  display: flex;
  justify-content: left;
  text-align: left;
}

.deviceItemNameRouter {
  color: #595959;
  font-family: 'Nunito', 'ExtraBold';
  font-size: 20px;
  height: 30px;
  display: flex;
  justify-content: left;
  text-align: left;
}

.storage-size {
  color: #595959;
  margin: 4px 0;
}

.color-dot {
  width: 20px;
  height: 20px;
  border: transparent 1px solid;
  border-radius: 50%;
  margin-bottom: 8px;
}

.deviceOrderButton {
  cursor: pointer;
  color: #595959;
  font-size: 16px;
  font-weight: bold;
  margin-top: 12px;
  height: 40px;
  background: #FCDF21 0% 0% no-repeat padding-box;
  border-radius: 20px;
  border-width: 0;
  opacity: 1;
}

.price-and-availability-container {
  height: 67px;
  display: flex;
  flex-direction: row;
}

.availability {
  width: 50%;
  color: #00605B;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: end;
}

.price-section {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: flex-end;
}

.uvp-price {
  color: #757575;
  display: flex;
  justify-content: end;
  align-items: end;
  font-size: 16px;
  height: 22px;
}

.price {
  display: flex;
  justify-content: end;
  align-items: end;
  color: #595959;
  height: 18px;
  text-align: right;
}

.tags {
  height: 24px;
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.tag {
  color: #595959;
  display: flex;
  padding: 2px 10px;
  justify-content: center;
  align-items: center;
  width: max-content;
  text-wrap: nowrap;
  height: 24px;
  font-size: 14px;
  background: #F6F6F6 0% 0% no-repeat padding-box;
  border-radius: 14px;
  opacity: 1;
}

.filter-container {
  margin: 0 auto 0;
  display: flex;
  max-width: 870px;
  padding-bottom: 15px;
  border-bottom: #dfdfdf 1px solid;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}

.hide {
  display: none !important;
}

.flex {
  display: flex;
}

.fixed {
  display: fixed;
}

.aktionspreis {
  color: #ED2939;
}

.container {
  width: 320px;
}

.deviceTypeSmartphone {
  margin-top: 102px;
}


.devicePageHeader {
  display: flex;
  height: 70px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.devicePageHeader>h1 {
  margin: 0;
}


.aktionsbanner {
  position: absolute;
  margin: 30px 0 0 -40px;
  width: 121px;
  height: 112px;
}

.aktionsbannerSmall {
  position: absolute;
  margin: 21px 0 0 -28px;
  width: 72px;
}

.aktionsbanner img,
.aktionsbannerSmall img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(8px 3px 6px #e1e1e190);
}

.aktionsbanner p,
.aktionsbannerSmall p {
  font-weight: bold;
  font-size: 24px;
  font-family: Nunito, Roboto;
  position: absolute;
  line-height: 100%;
}

.aktionsbanner p {
  margin: -105px 0 0 18px;
  color: white;
}

.aktionsbannerSmall p {
  margin: -36px 0 0 8px;
  color: #00605B;
}

.aktionsbanner p span,
.aktionsbannerSmall p span {
  font-size: 19px;
}

.aktionsbanner p div,
.aktionsbannerSmall p div {
  font-size: 14px;
  line-height: normal;
}

.searchbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 30px;
  font-size: 16px;
  border: 0 solid transparent;
  opacity: 1;
}

.dropdown {
  position: relative;
  display: inline-block;
  color: #595959;
  flex-grow: 4;
}

.dropdown-content {
  display: none;
  position: absolute;
  justify-content: center;
  flex-direction: column;
  margin-top: 2px;
  padding-top: 6px;
  padding-left: 8px;
  gap: 6px;
  width: 128px;
  background-color: #f8f8f8;
  border: solid rgb(172, 172, 172) 1px;
  border-radius: 5px;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.dropdown-content>label {
  height: 24px;
  cursor: pointer;
}

.show {
  display: flex;
  max-height: 200px;
  opacity: 1;

}

.multiSelectDropdown {
  color: #595959;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  width: 138px;
  height: 32px;
  font-size: 16px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  opacity: 1;
}

.price-sort {
  width: 140px;
  color: #595959;
}

.price-sort+.dropdown-content {
  padding: 0;
  width: 140px;
  height: fit-content;
  gap: 0;
}

.price-sort-button {
  color: #595959;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  text-align: left;
  height: 36px;
  border: 1px solid #E1E1E1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}

.dropdownChevron {
  width: 16px;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.rotate {
  transform: rotate(0deg);
}

.aktions-banner {
  color: white;
  border-radius: 8px;
  padding: 0 6px;
  gap: 8px;
  font-family: 'Nunito', 'SemiBold';
  background: transparent linear-gradient(91deg, #EF2F3E 0%, #FD5D6A 100%) 0% 0% no-repeat padding-box;
  width: fit-content;
  height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.samsung-abverkauf-banner {
  background: transparent;
  > .abverkauf-title-banner
    {
        background: #1428A0;
        display: flex;
        box-sizing: border-box;
        padding: 2px 12px;
        border-radius: 25px;
        gap: 4px;
    }
    > .abverkauf-price-reduction-banner
    {
        background: #ED2939;
        display: flex;
        box-sizing: border-box;
        padding: 2px 12px;
        border-radius: 25px;
  }
}

.neu-banner {
  color: white;
  border-radius: 4px;
  margin-bottom: 5px;
  font-family: 'Nunito', 'SemiBold';
  background-color: #2D3497;
  width: 40px;
  height: 24px;
  display: flex;
  align-items: center;
  padding-left: 8px;
}

.no-device-found {
  margin: 0 auto;
  width: 320px;
}

.device-count {
  margin: 18px 24px 10px;
  width: 320px;
  margin: 18px auto;
}

.controlBtn {
  background-color: transparent;
  border: none;
}


.filter-group {
  display: flex;
}

.filter-modal {
  background-color: white;
  left: 0;
  top: 61px;
  flex-direction: column;
  width: 100dvw;
  height: 100dvh;
  z-index: 10;
  position: fixed;
}

.filter-container-mobile {
  display: flex;
  justify-content: left;
  margin: 0 auto;
  gap: 12px;
  width: 320px;
}

.filter-container {
  display: none;
}

.filter-title {
  height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  font-size: 24px;
  font-family: 'Nunito';
  color: #00605B;
}

.close-button {
  background-color: transparent;
  border: none;
}

.divider {
  margin: 0 0 24px;
  border-top: #cecece 1px solid;
}

.filter-modal-container {
  padding: 0 24px;
}

.filter-group {
  display: flex;
  flex-direction: column;
}

.filter-group-header {
  color: #595959;
  font-size: 16px;
  font-weight: 700;
}

.filter-group-selection {
  margin: 24px 0;
  display: flex;
  flex-wrap: wrap;
}

.filter-group-selection>label {
  width: 50%;
  height: 40px;
  color: #595959;
  font-family: 'Roboto';
}

.apply-buttons {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 90%;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  gap: 24px;

}

.filter-button {
  height: 40px;
  border: transparent;
  border-radius: 20px;
  color: #595959;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Roboto';
}

.apply {
  background-color: #FCDF21;
}

.delete {
  background-color: transparent;
}

.filter-modal-button {
  justify-content: flex-start;
  gap: 4px;
  border: solid 1px #00605B;
  color: #00605B;
  font-family: 'Nunito';
  font-size: 16px;
  width: 110px;
  padding-left: 0;
}

.filter-container {
  display: none;
}


.chips-container {
  display: flex;
  margin: 12px 24px;
}

.flame-icon-wrapper {
  display: flex;
  height: 24px;
  width: 24px;
  background-color: white;
  justify-content: center;
  border-radius: 50%;
}
.flame-icon-wrapper > img {
  width: 16px;
}
.samsung-aktion-banner {
 transform: skew(-8deg)
}
.samsung-aktion-banner > * {
 transform: skew(8deg);         
}
@media(min-width:600px) {
  .container {
      width: 580px;
  }
}


@media (min-width: 1200px) {

  .mobile-searchbar-container {
      display: none;
  }

  .filter-count {
      display: none;
  }

  .device-page-header {
      margin-top: 60px;
      height: 160px;
  }

  .deviceTypeSmartphone {
      margin-top: 0;
  }

  .deviceItem {
      width: 280px;
  }

  .container {
      width: 900px;
  }

  .no-device-found {
      width: 870px;
  }

  .filter-icon {
      margin-left: 12px;
      padding-right: 12px;
      border-right: 1px solid #E1E1E1;
      width: 24px;
  }

  .price-sort {
      width: 140px !important;
  }

  .sticky {
      min-width: 100%;
      top: 80px;
  }

  .controlBtn {
      display: none;
      /* Hide control buttons */
  }

  .devicePageHeader {
      height: 120px;
      margin-top: 70px;

  }

  .searchbar {
      width: 138px;
  }

  .filter-container {

      display: flex;
  }

  .filter-container-mobile {
      display: none;
  }

  .chips-container {
      display: flex;
      margin: 12px auto;
  }

  .device-count {
      margin: 18px 0 10px;
  }

  .dropdown {
      position: relative;
      display: inline-block;
      color: #595959;
      flex-grow: inherit;
  }

  .filter-modal-button {
      gap: 12px;
  }

  .filter-icon {
      margin-left: 12px;
      padding-right: 12px;
      border-right: 1px solid #E1E1E1;
      width: 24px;
  }

  .filter-modal {
      display: none;
  }

  .filter-container {
      display: flex;
  }

  .filter-container-mobile {
      display: none;
  }

  .chips-container {
      display: flex;
      overflow: visible;
  }

  .mobile-searchbar-container {
      justify-content: space-between;
      display: flex;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      border: 1px solid #E1E1E1;
      border-radius: 4px;
      margin: 6px 24px;
      padding: 0 8px;
  }

}