/** Shopify CDN: Minification failed

Line 602:0 Expected "}" to go with "{"

**/
  /* BTPro Collection Product List Section Styles */

  .section__btpro-collection-list {
    margin-top: var(--section-margin-top, 0);
  }

  /* Banner Styles */
  .btpro-collection-product-list__banner {
    width: 100%;
    position: relative;
  }

  .btpro-collection-product-list__banner-image {
    width: 100%;
    display: block;
  }

  .btpro-collection-product-list__banner-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  /* Header Styles */
  .btpro-collection-product-list__header {
    margin-bottom: var(--header-margin-bottom, 20px);
  }

  .btpro-collection-product-list__heading {
    font-family: Libre Bodoni, serif;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.1em;
    margin-bottom: var(--heading-margin-bottom, 16px);
    text-transform: uppercase;
  }

  .btpro-collection-product-list__subtitle {
    font-family: Inter, sans-serif;
    font-weight: 300;
  }

  /* Collection Content Styles */
  .btpro-collection-product-list__content {
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .btpro-collection-product-list__content p {
    margin: 0 0 1em 0;
  }

  .btpro-collection-product-list__content p:last-child {
    margin-bottom: 0;
  }

  /* Filter Button */
  .btpro-collection-product-list__filter-button {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    color: #202020;
    margin-right: 8px;
    background: transparent;
    padding: 0;
  }

  .btpro-collection-product-list__filter-count {
    color: #888888;
  }

  /* Filter Drawer Overlay */
  .btpro-collection-product-list__filter-drawer .drawer__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .btpro-collection-product-list__filter-drawer.active .drawer__overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .btpro-collection-product-list__filter-drawer .side-drawer {
    position: relative;
  }

  .btpro-collection-product-list__filter-opener {
    display: inline-block;
  }

  .drawer__inner {
    width: 362px;
    padding: 39px 40px;
    background: #FFFFFF;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }

  .btpro-collection-product-list__filter-drawer.active .drawer__inner {
    transform: translateX(0);
  }

  .drawer__header {
    margin-bottom: 0;
    padding: 0;
  }

  .drawer__heading {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 166,67%;
    letter-spacing: 0.05rem;
    color: #202020;
  }

  .drawer__product-count {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 166.67%;
    color: #202020;
    padding-block: 16px;
  }

  .drawer__close {
    width: 24px;
    height: 24px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .drawer__content {
    padding: 0;
    height: calc(100% - 65px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }

  /* Facets Form */
  .btpro-collection-product-list__filter-drawer .facets__form,
  .btpro-collection-product-list__filter-drawer .facets-drawer {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .facets-wrapper-drawer {
    overflow-y: auto;
  }

  /* Active Facets */
  .active-facets-drawer {
    margin: 0;
    gap: 0;
  }

  .active-facets__filters-group {
    gap: 10px;
  }

  .active-facets__pill {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 166.67%;
    color: #444444;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
  }

  .active-facets__pill:hover {
    opacity: 0.7;
  }

  .active-facets__separator {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 166.67%;
    letter-spacing: 0.05em;
    color: #202020;
  }

  .active-facets__clear-wrapper {
    flex-shrink: 0;
  }

  .active-facets__clear-link {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #202020;
    text-decoration: underline;
    white-space: nowrap;
    transition: opacity 0.2s ease;
  }

  .active-facets__clear-link:hover {
    opacity: 0.7;
  }

  /* Facets - Dropdown Style */
  .facets__disclosure-drawer:first-child {
    border-top: 1px solid #E5E5E5;
  }
  
  .facets__disclosure-drawer {
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
  }

  .facets__summary-drawer {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    color: #202020;
    padding: 20.5px 0;
    cursor: pointer;
    list-style: none;
    user-select: none;
    position: relative;
  }

  .facets__summary-drawer[aria-expanded="true"] {
    padding-bottom: 16px;
  }

  .facets__summary-drawer::-webkit-details-marker {
    display: none;
  }

  /* Dropdown Icon */
  .facets__summary-drawer::after {
    content: '+';
    font-size: 26px;
    font-weight: 300;
    line-height: 24px;
    color: #202020;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    padding-right: 3.4px;
  }

  .facets__disclosure-drawer[open] .facets__summary-drawer::after {
    content: '−';
    transform: rotate(0deg);
  }

  .btpro-collection-product-list__filter-drawer .facets__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 0 16px;
  }

  .facets__display-drawer {
    padding: 0 0 16px;
    overflow: visible;
  }

  .facets__display-drawer .facets__price {
    width: 100%;
    max-width: 100%;
  }

  .facets__display-drawer .facets__price--block {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }

  .facets__display-drawer .facets__price--slider {
    width: 100%;
    min-width: 0;
    flex-shrink: 1;
  }

  .facets__display-drawer .facets__price--box {
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .facets__display-drawer .facets__price--box .field {
    min-width: 0;
    flex: 1 1 auto;
  }

  /* Checkbox Styles */
  .facet-checkbox.btpro-filter-label {
    gap: 18px;
    padding: 0;
    align-items: center;
    cursor: pointer;
    user-select: none;
  }

  .facet-checkbox__input.btpro--checkbox-input {
    width: 18px;
    height: 18px;
    border: 2px solid #000000;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 3px;
  }

  .facet-checkbox__input.btpro--checkbox-input:checked {
    background-color: #202020;
    border-color: #202020;
  }

  .facet-checkbox__input.btpro--checkbox-input:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .facet-checkbox__input:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    border-color: #DADADA;
  }

  .facet-checkbox__input:not(:disabled):hover {
    border-color: #202020;
  }

  .facet-checkbox--disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  .facet-checkbox__count,
  .facet-checkbox__label {
    flex: 1;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #202020;
    margin: 0;
    padding: 0;
    display: inline-block;
  }

  /* Price Range */
  .price-range {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
  }

  .price-range > div {
    flex: 1;
  }

  .price-range label {
    display: block;
    font-family: Figtree, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.4px;
    color: #202020;
    margin-bottom: 8px;
  }

  .price-range input[type="number"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #E5E5E5;
    border-radius: 0;
    font-family: Figtree, sans-serif;
    font-size: 12px;
    line-height: 14.4px;
    color: #202020;
    background: #FFFFFF;
  }

  .price-range input[type="number"]:focus {
    outline: none;
    border-color: #202020;
  }

  .price-range input[type="number"]::placeholder {
    color: #999;
  }

  /* Products Grid */
  .btpro-collection-product-list__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: var(--grid-gap-row-mobile, 20px);
    column-gap: var(--grid-gap-column-mobile, 20px);
    max-width: 100%;
    width: 100%;
  }

  .btpro-collection-product-list__grid .btpro-product-card {
    position: relative;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 100%;
  }

  .btpro-product-card .btpro-product__wishlist {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 4;
    .frcp-wishlist-btn {
      padding: 0;
      border: none;
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }

  @media only screen and (min-width: 1199px) {
    .btpro-product-card .btpro-product__wishlist {
      right: 12px;
      top: 12px;
      opacity: 0;
      visibility: hidden;
      transition: .3s linear;
      .frcp-wishlist-btn {
        width: 40px;
        height: 40px;
      }
    }

    .btpro-product-card:hover .btpro-product__wishlist {
      opacity: 1;
      visibility: visible;
    }
  }

  @media screen and (min-width: 750px) {
    .btpro-collection-product-list__grid {
      grid-template-columns: repeat(3, 1fr);
      row-gap: var(--grid-gap-row-desktop, 20px);
      column-gap: var(--grid-gap-column-desktop, 20px);
    }

    .btpro-product-card .btpro-product__wishlist {
      .frcp-wishlist-btn {
        width: 32px;
        height: 32px;
      }
  }

  @media screen and (min-width: 1180px) {
    .btpro-collection-product-list__grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  /* Pagination */
  .btpro-collection-product-list__pagination {
    margin-top: var(--pagination-margin-top, 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .pagination__item {
    padding: 8px 12px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    color: #202020;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .pagination__item:hover {
    background: #F5F5F5;
  }

  .pagination__item--current {
    background: #202020;
    color: #FFFFFF;
    border-color: #202020;
  }

  /* Loading State */
  .btpro-collection-product-list__loading {
    text-align: center;
    padding: 40px 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    color: #666;
  }

  /* Facets Footer */
  .facets__button-submit {
    width: 100%;
    padding: 12px 24px;
    background: #202020;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.15em;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s ease;
    text-transform: uppercase;
  }

  .facets__button-submit:hover {
    background: #404040;
  }

  /* Empty State */
  .btpro-collection-product-list__empty {
    text-align: center;
    padding: 60px 20px;
  }

  /* Infinite Loader */
  .btpro-collection-product-list__infinite-loader {
    text-align: center;
    padding: 40px 0;
  }

  .btpro-collection-product-list__loader-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #E5E5E5;
    border-top: 3px solid #202020;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  /* Override: component-facets.css'deki active-facets facet-remove:only-child kuralını geçersiz kıl */
  .active-facets-drawer facet-remove {
    display: block !important;
  }
