/** Shopify CDN: Minification failed

Line 8:0 Unexpected "<"
Line 905:0 Unexpected "<"

**/

<style>
  .premium-collection {
    padding: 36px 0 48px;
    background: #ffffff;
    overflow-x: hidden;
  }

  .premium-collection *,
  .premium-collection *::before,
  .premium-collection *::after {
    box-sizing: border-box;
    min-width: 0;
  }

  .premium-collection__inner {
    width: min(1410px, calc(100% - 40px));
    margin: 0 auto;
  }

  .premium-collection__header {
    margin-bottom: 28px;
  }

  .premium-collection__title {
    margin: 0;
    font-size: 46px;
    line-height: 1.08;
    color: #233241;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
  }

  .premium-collection__description {
    margin-top: 12px;
    max-width: 880px;
    color: #667284;
  }

  .premium-collection__layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
  }

  .premium-filters {
    position: sticky;
    top: 24px;
  }

  .premium-filters__card,
  .premium-toolbar,
  .premium-product-card,
  .premium-empty-state {
    background: #ffffff;
    border: 1px solid #dfe6ee;
    border-radius: 22px;
  }

  .premium-filters__card {
    overflow: hidden;
  }

  .premium-filters__head {
    padding: 22px;
    border-bottom: 1px solid #e5ebf1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .premium-filters__head h2 {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    color: #233241;
  }

  .premium-filters__clear {
    text-decoration: none;
    color: #8729c3;
    font-weight: 700;
  }

  .premium-filter-group {
    border-bottom: 1px solid #e5ebf1;
  }

  .premium-filter-group:last-child {
    border-bottom: 0;
  }

  .premium-filter-group__summary {
    list-style: none;
    cursor: pointer;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #2c3a4a;
  }

  .premium-filter-group__summary::-webkit-details-marker {
    display: none;
  }

  .premium-filter-group__icon {
    width: 18px;
    height: 18px;
    color: #607082;
    transition: transform 0.2s ease;
    flex: 0 0 auto;
  }

  .premium-filter-group[open] .premium-filter-group__icon {
    transform: rotate(180deg);
  }

  .premium-filter-group__icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .premium-filter-group__body {
    padding: 0 22px 22px;
  }

  .premium-filter-options {
    display: grid;
    gap: 14px;
  }

  .premium-check {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    color: #334356;
    font-size: 16px;
    line-height: 1.4;
  }

  .premium-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .premium-check__box {
    width: 24px;
    height: 24px;
    border: 1.5px solid #cad3dd;
    border-radius: 7px;
    background: #fff;
    flex: 0 0 auto;
    position: relative;
  }

  .premium-check input:checked + .premium-check__box {
    background: #8729c3;
    border-color: #8729c3;
  }

  .premium-check input:checked + .premium-check__box::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .premium-check input:disabled + .premium-check__box,
  .premium-check input:disabled ~ .premium-check__label {
    opacity: 0.45;
  }

  .premium-check__label {
    font-weight: 600;
    color: #243242;
  }

  .premium-check__count {
    color: #68778a;
  }

  .premium-price-range {
    display: grid;
    gap: 14px;
  }

  .premium-price-range__fields {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .premium-price-range__to {
    color: #738194;
    font-weight: 600;
  }

  .premium-price-field {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 56px;
    border: 1px solid #d4dde7;
    border-radius: 12px;
    padding: 0 14px;
    background: #fff;
  }

  .premium-price-field span {
    color: #657285;
    font-weight: 700;
  }

  .premium-price-field input {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    color: #253242;
    font-size: 16px;
    appearance: textfield;
  }

  .premium-price-field input::-webkit-outer-spin-button,
  .premium-price-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .premium-price-apply,
  .premium-btn,
  .premium-mobile-filter-btn {
    appearance: none;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    transition: all 0.2s ease;
  }

  .premium-price-apply {
    min-height: 54px;
    border-radius: 999px;
    background: #dfe7ef;
    color: #7a879a;
    padding: 0 22px;
  }

  .premium-products-area {
    min-width: 0;
    width: 100%;
  }

  .premium-toolbar {
    padding: 18px 22px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: minmax(240px, 1fr) auto;
    gap: 18px 22px;
    align-items: center;
    background: #ffffff;
  }

  .premium-sort-wrap {
    min-width: 0;
  }

  .premium-select-wrap {
    position: relative;
  }

  .premium-sort-select {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    border: 1px solid #cfd9e4;
    border-radius: 14px;
    background: #fff;
    padding: 0 52px 0 18px;
    color: #243242;
    font-size: 16px;
    appearance: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .premium-select-wrap__icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    color: #607082;
    pointer-events: none;
  }

  .premium-select-wrap__icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .premium-mobile-filter-btn {
    display: none;
    min-height: 58px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid #cfd9e4;
    background: #fff;
    color: #5c7383;
    gap: 12px;
    font-size: 16px;
    justify-content: center;
  }

  .premium-mobile-filter-btn__icon {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
  }

  .premium-mobile-filter-btn__icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .premium-stock-toggle-wrap {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
  }

  .premium-stock-toggle__label {
    font-size: 17px;
    font-weight: 600;
    color: #243242;
  }

  .premium-switch {
    position: relative;
    display: inline-flex;
    width: 98px;
    height: 50px;
    flex: 0 0 auto;
  }

  .premium-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
  }

  .premium-switch__slider {
    position: absolute;
    inset: 0;
    background: #667f8c;
    border-radius: 999px;
    transition: 0.25s ease;
    cursor: pointer;
  }

  .premium-switch__slider::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    left: 6px;
    top: 6px;
    background: #fff;
    border-radius: 50%;
    transition: 0.25s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  }

  .premium-switch input:checked + .premium-switch__slider {
    background: #0f8a4b;
  }

  .premium-switch input:checked + .premium-switch__slider::before {
    transform: translateX(48px);
  }

  .premium-products-count {
    justify-self: end;
    text-align: right;
    color: #233241;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
  }

  .premium-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }

  .premium-active-filter {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: #f3ebfc;
    color: #6f21ba;
    font-weight: 700;
    text-decoration: none;
  }

  .premium-products {
    display: grid;
    gap: 18px;
  }

  .premium-products.is-list .premium-product-card {
    grid-template-columns: 220px minmax(0, 1fr) 280px;
  }

  .premium-product-card {
    display: grid;
    gap: 22px;
    padding: 24px;
    align-items: center;
    overflow: hidden;
  }

  .premium-product-card__media {
    width: 100%;
    max-width: 220px;
  }

  .premium-product-card__image-link {
    display: block;
    width: 100%;
    text-decoration: none;
  }

  .premium-product-card__image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    min-width: 0;
    min-height: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eef2f6;
  }

  .premium-product-card__image {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block;
    padding: 12px;
    background: #fff;
  }

  .premium-product-card__placeholder {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    padding: 18px;
  }

  .premium-product-card__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
  }

  .premium-product-card__vendor {
    margin-bottom: 8px;
    color: #8729c3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .premium-product-card__title {
    margin: 0 0 14px;
    font-size: 25px;
    line-height: 1.18;
    color: #243242;
    word-break: break-word;
  }

  .premium-product-card__title a {
    color: inherit;
    text-decoration: none;
  }

.custom-bulletpoints {
  font-size: 13.5px;
  color: #333;
  padding: 10px 14px;
  background: #f9fafb;
  border-radius: 6px;
  line-height: 1.55;
  margin-top: 8px;
  border: 1px solid #e2e8f0;
  max-width: 420px;
  width: 100%;
  box-sizing: border-box;
}

  .custom-bulletpoints ul {
    margin: 0;
    padding-left: 18px;
  }

  .custom-bulletpoints li {
    margin-bottom: 2px;
    list-style-type: disc;
  }

  .premium-product-card__buybox {
    width: 100%;
    max-width: 280px;
    justify-self: end;
  }

  .premium-product-card__price-wrap {
    margin-bottom: 18px;
  }

  .premium-product-card__price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-bottom: 6px;
  }

  .premium-product-card__price {
    font-size: 24px;
    font-weight: 800;
    color: #1f2c3a;
  }

  .premium-product-card__save {
    color: #ef1988;
    font-size: 15px;
    font-weight: 800;
  }

  .premium-product-card__compare {
    color: #8a95a8;
    font-size: 15px;
    text-decoration: line-through;
  }

  .premium-product-card__availability {
    margin-bottom: 18px;
    padding: 16px 18px;
    border-radius: 6px;
    background: #f3f6fa;
    color: #3a485d;
    font-weight: 600;
  }

  .premium-product-card__availability--soldout {
    background: #f8f0f0;
    color: #9a4040;
  }

  .premium-product-card__actions {
    display: grid;
    gap: 12px;
  }

  .premium-btn {
    width: 100%;
    min-height: 52px;
    border-radius: 6px;
    padding: 0 18px;
    font-size: 17px;
  }

  .premium-btn--secondary {
    background: #fff;
    color: #6f21ba;
    border: 2px solid #6f21ba;
  }

  .premium-btn--primary {
    background: linear-gradient(135deg, #6f21ba 0%, #8729c3 100%);
    color: #fff;
    box-shadow: 0 10px 22px rgba(111, 33, 186, 0.22);
  }

  .premium-btn--primary[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
  }

  .premium-card-add-to-cart {
    position: relative;
  }

  .premium-card-add-to-cart .button-overlay-spinner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
  }

  .premium-card-add-to-cart .button-overlay-spinner.hidden {
    display: none;
  }

  .premium-card-cart-message {
    margin-bottom: 12px;
    padding: 12px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
  }

  .premium-empty-state {
    padding: 40px 24px;
    text-align: center;
  }

  .premium-empty-state h3 {
    margin: 0 0 10px;
    color: #233241;
  }

  .premium-empty-state p {
    margin: 0 0 18px;
    color: #667284;
  }

  .premium-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
  }

  .premium-page-link {
    min-width: 44px;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 6px;
    border: 1px solid #d6dce6;
    background: #fff;
    color: #293346;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
  }
.main {
  margin-bottom: 20px;
}
  .premium-page-link.is-current {
    border-color: #6f21ba;
    color: #6f21ba;
  }

  .premium-filter-drawer {
    position: fixed;
    inset: 0;
    z-index: 60;
  }

  .premium-filter-drawer__overlay {
    position: absolute;
    inset: 0;
    background: rgba(21, 28, 35, 0.48);
  }

  .premium-filter-drawer__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: min(92vw, 420px);
    height: 100%;
    background: #fff;
    overflow: auto;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  }

  .premium-filter-drawer__head {
    padding: 20px 18px;
    border-bottom: 1px solid #e5ebf1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .premium-filter-drawer__head h2 {
    margin: 0;
    font-size: 22px;
    color: #233241;
  }

  .premium-filter-drawer__close {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #d5dce7;
    background: #fff;
    color: #233241;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
  }

  .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  @media screen and (max-width: 1100px) {
    .premium-collection__layout {
      grid-template-columns: 1fr;
    }

    .premium-filters {
      display: none;
    }

    .premium-mobile-filter-btn {
      display: inline-flex;
    }

    .premium-toolbar {
      grid-template-columns: minmax(0, 1fr) auto;
    }
  }

  @media screen and (max-width: 989px) {
    .premium-products.is-list .premium-product-card {
      grid-template-columns: 1fr;
    }

    .premium-product-card {
      padding: 20px;
      gap: 18px;
    }

    .premium-product-card__media,
    .premium-product-card__buybox {
      max-width: 100%;
      justify-self: stretch;
    }

    .premium-product-card__image-wrap {
      max-width: 320px;
      margin: 0 auto;
    }
  }

  @media screen and (max-width: 749px) {
    .premium-collection {
      padding: 20px 0 32px;
    }

    .premium-collection__inner {
      width: min(1410px, calc(100% - 24px));
    }

    .premium-collection__title {
      font-size: 30px;
      line-height: 1.14;
    }

    .premium-toolbar {
      grid-template-columns: 1fr;
      gap: 12px;
      padding: 14px;
      border-radius: 18px;
    }

    .premium-sort-select,
    .premium-mobile-filter-btn {
      min-height: 52px;
      font-size: 15px;
      width: 100%;
    }

    .premium-mobile-filter-btn__icon {
      width: 24px;
      height: 24px;
    }

    .premium-stock-toggle-wrap {
      gap: 12px;
      flex-wrap: wrap;
    }

    .premium-stock-toggle__label {
      font-size: 15px;
    }

    .premium-switch {
      width: 82px;
      height: 44px;
    }

    .premium-switch__slider::before {
      width: 32px;
      height: 32px;
      top: 6px;
      left: 6px;
    }

    .premium-switch input:checked + .premium-switch__slider::before {
      transform: translateX(38px);
    }

    .premium-products-count {
      justify-self: start;
      text-align: left;
      font-size: 15px;
    }

    .premium-product-card {
      padding: 16px;
      gap: 16px;
      border-radius: 18px;
    }

    .premium-product-card__image-wrap {
      max-width: 260px;
    }

    .premium-product-card__title {
      font-size: 19px;
      line-height: 1.26;
    }

    .premium-product-card__price {
      font-size: 21px;
    }

    .premium-btn {
      min-height: 50px;
      font-size: 15px;
    }

    .premium-price-range__fields {
      flex-direction: column;
      align-items: stretch;
    }

    .premium-price-range__to {
      text-align: center;
    }

    .premium-filter-drawer__panel {
      width: min(94vw, 380px);
    }
  }
</style>
