@font-face {
  font-family: 'Familjen Grotesk';
  src: url("../fonts/FamiljenGrotesk-VariableFont_wght.ttf");
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-VariableFont_wdth\,wght.ttf");
}

.pl {
  min-height: 100vh;
  /* padding: 68px 48px 32px 48px; */
  background: var(--colors-gray-light-mode-25, #FCFCFD);
  color: #111;
  font-family: 'Familjen Grotesk', Arial, sans-serif;
}

.pl-container {
  width: min(100%, 1300px);
  margin: 0 auto;
  padding: 0 48px;
}
.pl-container h1 {
  margin: 0;
  padding: 48px 0px 37px 0px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.5px;
}

.pl-title {
  margin: 0;
  background: linear-gradient(90deg, #FF51FF 0.34%, #F616B9 63.37%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-text-fill-color: transparent;
}

.pl-filter-wrap {
  margin-bottom: 58px;
}

.pl-extra-filters {
  margin-top: 0;
}

.pl-extra-filter-panel {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #eaecf0;
  border-radius: 16px;
  background: #f9f8fb;
}

.pl-extra-filter-title {
  margin: 0 0 6px;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.pl-extra-filter-description {
  margin: 0 0 12px;
  color: #77727f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.pl-extra-filter-label {
  display: block;
  margin: 0 0 8px;
  color: #ff51ff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .pl-extra-filters {
    flex-wrap: nowrap;
  }

  .pl-extra-filters > div {
    flex: 1 1 0;
    max-width: none;
    min-width: 0;
  }

  .pl-extra-filters--single > div {
    flex: 0 0 320px;
    max-width: 320px;
  }
}

.pl-select {
  width: 100%;
  height: 44px;
  padding: 8px 42px 8px 18px;
  border: 1px solid var(--colors-gray-light-mode-200, #EAECF0);
  border-radius: 999px;
  background-color: #fff;
  color: var(--Component-colors-Components-Buttons-Tertiary-button-tertiary-fg, #5F5B68);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%235F5B68' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}

.pl-input {
  width: 100%;
  height: 44px;
  padding: 8px 18px;
  border: 1px solid var(--colors-gray-light-mode-200, #EAECF0);
  border-radius: 999px;
  background-color: #fff;
  color: var(--Component-colors-Components-Buttons-Tertiary-button-tertiary-fg, #5F5B68);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  background-image: none;
  appearance: none;
  -webkit-appearance: none;
  caret-color: var(--Component-colors-Components-Buttons-Tertiary-button-tertiary-fg, #5F5B68);
}

.pl-select:focus {
  border-color: #ff40ef;
  box-shadow: 0 0 0 4px rgba(255, 64, 239, 0.16);
}

.pl-input:focus {
  border-color: #ff40ef;
  box-shadow: 0 0 0 4px rgba(255, 64, 239, 0.16);
}

.pl-input::-webkit-calendar-picker-indicator {
  opacity: 1;
}

.pl-input[data-input-type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

.pl-input::placeholder {
  color: var(--Component-colors-Components-Buttons-Tertiary-button-tertiary-fg, #5F5B68);
  opacity: 1;
}

.pl-input::-webkit-input-placeholder {
  color: var(--Component-colors-Components-Buttons-Tertiary-button-tertiary-fg, #5F5B68);
}

.pl-input::-moz-placeholder {
  color: var(--Component-colors-Components-Buttons-Tertiary-button-tertiary-fg, #5F5B68);
  opacity: 1;
}

.pl-input:-ms-input-placeholder {
  color: var(--Component-colors-Components-Buttons-Tertiary-button-tertiary-fg, #5F5B68);
}

.pl-input::-ms-input-placeholder {
  color: var(--Component-colors-Components-Buttons-Tertiary-button-tertiary-fg, #5F5B68);
}

.pl-account {
  min-width: 115px;
}


.pl-product-categories {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.pl-product-category {
  min-width: 0;
}

.pl-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.pl-category-header h2 {
  margin: 0;
  background: linear-gradient(90deg, #FF51FF 0.34%, #F616B9 63.37%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
}

.pl-category-controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.pl-category-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #f2f2f5;
  color: #16161c;
  font-size: 0;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, opacity .2s ease;
}

.pl-category-control::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.pl-category-control[data-pl-prev]::before {
  transform: translateX(2px) rotate(-135deg);
}

.pl-category-control[data-pl-next]::before {
  transform: translateX(-2px) rotate(45deg);
}

.pl-category-control:hover:not(:disabled) {
  background: #ff51ff;
  color: #fff;
}

.pl-category-control:disabled {
  opacity: .38;
  cursor: not-allowed;
}

.pl-products-empty {
  padding: 28px;
  border-radius: 16px;
  background: #fff;
}

[data-pl-item][hidden] {
  display: none !important;
}

.pl-products {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.pl-card {
  display: grid;
  grid-template-columns: minmax(210px, 0.8fr) minmax(0, 1.7fr);
  gap: 40px;
  min-height: 220px;
  padding: 32px;
  border: 0;
  border-bottom: 1px solid #e4e4e8;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.pl-products > div:first-child .pl-card {
  border-radius: 16px 16px 0 0;
}

.pl-products > div:last-child .pl-card {
  border-bottom: 0;
  border-radius: 0 0 16px 16px;
}

.pl-card-identity {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px;
}

.pl-logo {
  width: 120px;
  height: 38px;
  object-fit: contain;
  object-position: left center;
}

.pl-card-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.pl-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 26px;
  padding: 3px 10px;
  border: 1px solid #f7b92b;
  border-radius: 999px;
  background: #ffe28a;
  color: #7b5b00;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.pl-card-body {
  min-width: 0;
  padding: 0;
}

.pl-card-title {
  margin: 0;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.pl-desc {
  display: -webkit-box;
  overflow: hidden;
  min-height: 0;
  margin: 12px 0 18px;
  color: #7f7f85;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.pl-price {
  margin: 0;
  color: #0b0b0d;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.pl-price span {
  color: #7f7f85;
  font-size: 18px;
  font-weight: 400;
}

.pl-card-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.pl-buy,
.pl-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  font-weight: 700;
}

.pl-buy {
  appearance: none;
  -webkit-appearance: none;
  width: auto;
  min-width: 180px;
  height: 48px;
  margin: 0;
  padding: 0 24px;
  border: 1px solid #ffb3fb;
  border-radius: 999px;
  background: #fff;
  color: #ff40ef;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: 0.2s ease;
}

.pl-buy:hover,
.pl-buy:focus,
.pl-buy:active {
  background: #ff40ef;
  border-color: #ff40ef;
  color: #fff;
  outline: none;
}

.pl-detail {
  width: auto;
  color: #54545b;
  font-size: 16px;
}

.pl-detail:hover {
  color: #ff40ef;
}

@media (max-width: 1199.98px) {
  .pl-container {
    padding: 0 30px;
  }

  .pl-card-title {
    font-size: 21px;
  }
}

@media (max-width: 767.98px) {
  .pl {
    /* padding: 68px 48px 32px 48px; */
  }

  .pl-container {
    padding: 0 18px;
  }

  .pl-container h1 {
    font-size: 40px;
    letter-spacing: 0;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .pl-filter-wrap {
    margin-bottom: 34px;
  }

  .pl-extra-filter-panel {
    padding: 18px;
  }

  .pl-extra-filter-title {
    font-size: 18px;
  }

  .pl-extra-filter-description {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .pl-select,
  .pl-input {
    height: 42px;
    font-size: 16px;
  }

  .pl-card {
    display: flex;
    gap: 20px;
    min-height: auto;
    flex-direction: column;
    padding: 24px 18px;
    border-radius: 0;
  }

  .pl-logo {
    width: 112px;
  }

  .pl-card-identity {
    gap: 14px;
  }

  .pl-card-title {
    font-size: 21px;
  }

  .pl-card-meta {
    align-items: center;
  }

  .pl-price {
    font-size: 22px;
  }

  .pl-desc {
    margin-top: 12px;
  }

  .pl-card-actions {
    align-items: stretch;
    gap: 14px;
    flex-direction: column;
  }

  .pl-buy {
    width: 100%;
    height: 56px;
    font-size: 18px;
  }

  .pl-detail {
    min-height: 42px;
  }
}

@media (max-width: 575px) {
  .pl-container {
    padding: 0 24px;
  }

  .pl-container h1 {
    padding: 36px 0 28px;
    font-size: 34px;
    line-height: 1.15;
  }

  .pl-product-categories {
    gap: 42px;
  }

  .pl-category-header {
    align-items: flex-start;
  }

  .pl-category-header h2 {
    font-size: 24px;
  }

  .pl-category-control {
    width: 34px;
    height: 34px;
  }
}
