.las-psf-enabled aside#sidebar {
  display: block !important;
}

.las-psf-enabled aside#sidebar .ct-sidebar {
  width: 100%;
  position: static;
  top: auto;
}

.las-psf-inline-layout {
  display: grid;
  grid-template-columns: minmax(240px, 306px) minmax(0, 1fr);
  gap: clamp(14px, 2vw, 30px);
  align-items: start;
}

.las-psf-inline-sidebar {
  min-width: 0;
}

.las-psf-inline-main {
  min-width: 0;
}

.las-psf-inline-sidebar .las-psf-card {
  position: sticky;
  top: calc(var(--admin-bar, 0px) + 108px);
}

.las-psf-context-page .las-psf-inline-layout--page {
  margin-top: 8px;
}

.las-psf-context-product .las-psf-inline-layout--product {
  width: min(100%, var(--theme-normal-container-max-width, 1280px));
  margin-inline: auto;
  grid-template-columns: minmax(0, 268px) minmax(0, 1fr);
  gap: clamp(16px, 1.6vw, 24px);
  margin-bottom: 24px;
}

.las-psf-context-product .las-psf-inline-layout--product .las-psf-inline-sidebar {
  width: 100%;
  max-width: 268px;
}

.las-psf-context-product .las-psf-inline-layout--product .las-psf-card {
  max-width: 268px;
  padding: 14px 12px 10px;
}

.las-psf-context-product .las-psf-inline-layout--product .product-entry-wrapper.is-width-constrained {
  width: 100%;
  max-width: none;
  margin: 0;
}

.las-psf-context-product .las-psf-inline-layout--product .woocommerce-tabs,
.las-psf-context-product .las-psf-inline-layout--product .related.products,
.las-psf-context-product .las-psf-inline-layout--product .up-sells.products {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.las-psf-context-product .las-psf-inline-layout--product > .woocommerce-tabs,
.las-psf-context-product .las-psf-inline-layout--product > .related.products,
.las-psf-context-product .las-psf-inline-layout--product > .up-sells.products {
  grid-column: 1 / -1;
}

@media (min-width: 1025px) {
  .las-psf-context-product .las-psf-inline-layout--product .product-entry-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
    gap: clamp(20px, 2vw, 34px);
    align-items: start;
  }

  .las-psf-context-product .las-psf-inline-layout--product .woocommerce-product-gallery {
    min-width: 0;
    max-width: 760px;
  }

  .las-psf-context-product .las-psf-inline-layout--product .entry-summary {
    min-width: 0;
    max-width: 640px;
  }
}

.las-psf-card {
  width: 100%;
  max-width: 306px;
  background: #f8f2ee;
  border: 1px solid #e2d4ca;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(35, 24, 18, 0.08);
  padding: 16px 14px 12px;
}

.las-psf-headline {
  font-family: "Playfair Display", serif;
  font-size: 21px;
  line-height: 1.02;
  color: #2d2420;
  margin: 0 0 10px;
}

.las-psf-enabled .woo-listing-top {
  width: 100%;
  margin: 0 0 18px;
}

.las-psf-toolbar {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.las-psf-toolbar .las-psf-mobile-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 42px;
  padding: 0 13px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  background: rgba(0, 0, 0, 0.03);
  color: #161616;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
  font-weight: 700;
}

.las-psf-toolbar .las-psf-mobile-trigger svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

.las-psf-toolbar-order {
  flex: 0 0 auto;
}

.las-psf-toolbar-order .woocommerce-ordering {
  margin: 0;
}

.las-psf-toolbar-order .woocommerce-ordering::after {
  display: none !important;
}

.las-psf-toolbar-order .woocommerce-ordering .orderby {
  height: 42px;
  min-width: 210px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  padding: 0 40px 0 12px;
}

.las-psf-toolbar-search {
  flex: 1 1 auto;
  min-width: 180px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.las-psf-toolbar-search input {
  flex: 1 1 auto;
  min-width: 0;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  background: #fff;
  color: #111;
  padding: 0 13px;
  font-size: 14px;
  font-weight: 600;
}

.las-psf-toolbar-search-btn {
  width: 42px;
  height: 42px;
  min-height: 0;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  background: rgba(0, 0, 0, 0.03);
  color: #262626;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding: 0;
}

.las-psf-toolbar-search-btn:hover,
.las-psf-toolbar-search-btn:focus-visible {
  background: rgba(0, 0, 0, 0.06);
  color: #1a1a1a;
}

.las-psf-toolbar-search-btn svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.las-psf-toolbar-count {
  flex: 0 0 auto;
}

.las-psf-toolbar-count .woocommerce-result-count {
  margin: 0;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(20, 20, 20, 0.78);
}

.las-psf-search {
  position: relative;
  margin-bottom: 9px;
}

.las-psf-search input {
  width: 100%;
  border: 1px solid #d7c6bb;
  background: #fdf8f5;
  border-radius: 11px;
  height: 36px;
  padding: 0 36px 0 11px;
  color: #2d2420;
  font-size: 13px;
  line-height: 1.2;
}

.las-psf-search-btn {
  position: absolute;
  right: 5px;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 26px;
  height: 26px;
  min-height: 0;
  border: 0 !important;
  border-radius: 999px;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0;
  padding: 0;
  color: #8f4a33;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.las-psf-search-btn:hover,
.las-psf-search-btn:focus-visible,
.las-psf-search-btn:focus,
.las-psf-search-btn:active {
  color: #7b3f2d;
  background: #f2e4dc !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.las-psf-search-btn svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.las-psf-search-btn::before,
.las-psf-search-btn::after {
  content: none !important;
  display: none !important;
}

.las-psf-sections {
  margin-top: 2px;
}

.las-psf-section {
  border-top: 1px solid #e8dad0;
  padding-top: 7px;
  margin-top: 6px;
}

.las-psf-section:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.las-psf-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  color: #3a302b;
  cursor: pointer;
  padding: 1px 0;
  text-align: left;
}

.las-psf-toggle:hover,
.las-psf-toggle:focus,
.las-psf-toggle:focus-visible,
.las-psf-toggle:active {
  background: transparent !important;
  color: #3a302b;
  box-shadow: none !important;
  outline: 0;
}

.las-psf-toggle-left {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.las-psf-icon {
  display: inline-flex;
  width: 17px;
  height: 17px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #b06e52;
}

.las-psf-icon svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.las-psf-title {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  line-height: 1.1;
  color: #403530;
}

.las-psf-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  font-family: "Outfit", sans-serif;
  font-size: 19px;
  font-weight: 500;
  color: #9c5d43;
  line-height: 1;
  margin-left: auto;
  flex: 0 0 26px;
}

.las-psf-section.is-collapsed .las-psf-plus::before {
  content: "+";
}

.las-psf-section:not(.is-collapsed) .las-psf-plus::before {
  content: "-";
}

.las-psf-body {
  margin-top: 6px;
}

.las-psf-section.is-collapsed .las-psf-body {
  display: none;
}

.las-psf-panel {
  border: 1px solid #ead9ce;
  border-radius: 11px;
  background: #fcf8f4;
  padding: 5px;
}

.las-psf-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.las-psf-list li + li {
  margin-top: 4px;
}

.las-psf-list button,
.las-psf-list a {
  width: 100%;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #312a25;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 5px 7px;
  cursor: pointer;
  text-align: left;
}

.las-psf-list .is-active > button,
.las-psf-list .is-active > a {
  background: #f0dfd5;
  color: #7b3f2d;
}

.las-psf-count {
  display: inline-flex;
  min-width: 22px;
  height: 20px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: #f2e4dc;
  color: #4b3f39;
  font-size: 11px;
  font-weight: 600;
  padding: 0 6px;
}

.las-psf-price-label {
  font-size: 16px;
  color: #2f2925;
  line-height: 1.1;
  margin: 1px 0 5px;
}

.las-psf-price-controls {
  position: relative;
}

.las-psf-price-max-badge {
  position: absolute;
  right: 0;
  top: -22px;
  height: 24px;
  min-width: 44px;
  border-radius: 999px;
  background: #f2e4dc;
  color: #8f5f4a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 600;
}

.las-psf-range-wrap {
  position: relative;
  height: 22px;
  margin-top: 1px;
}

.las-psf-track {
  position: absolute;
  left: 2px;
  right: 2px;
  top: 8px;
  height: 4px;
  border-radius: 999px;
  background: #e9d6ca;
}

.las-psf-track-fill {
  position: absolute;
  top: 8px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #be6c4c 0%, #d98a68 100%);
}

.las-psf-range-wrap input[type="range"] {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  pointer-events: none;
  appearance: none;
  background: transparent;
  margin: 0;
  height: 22px;
}

.las-psf-range-wrap input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}

.las-psf-range-wrap input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #f8f2ee;
  background: #ce7f5f;
  box-shadow: 0 2px 6px rgba(37, 24, 16, 0.2);
  margin-top: -5px;
  cursor: pointer;
}

.las-psf-range-wrap input[type="range"]::-moz-range-track {
  height: 4px;
  background: transparent;
}

.las-psf-range-wrap input[type="range"]::-moz-range-thumb {
  pointer-events: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #f8f2ee;
  background: #ce7f5f;
  box-shadow: 0 2px 6px rgba(37, 24, 16, 0.2);
  cursor: pointer;
}

.las-psf-swatch-list {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 7px;
  margin-top: 1px;
}

.las-psf-swatch-item {
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 28px;
  border-radius: 9px;
  padding: 2px;
  cursor: pointer;
}

.las-psf-swatch-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(90, 70, 58, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.las-psf-swatch-item.is-active .las-psf-swatch-dot {
  border-color: #7b432f;
  box-shadow: 0 0 0 2px rgba(123, 67, 47, 0.2);
}

.las-psf-swatch-name {
  display: none;
}

.las-psf-swatch-item .las-psf-count {
  display: none !important;
}

.las-psf-check-row {
  border: 0;
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  border-radius: 9px;
  padding: 5px 4px;
  color: #322b26;
  cursor: pointer;
  text-align: left;
  font-size: 13px;
}

.las-psf-checkbox {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1px solid #d2bdb1;
  background: #f9f3ef;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-size: 12px;
}

.las-psf-check-row.is-active .las-psf-checkbox {
  background: #cc7b5c;
  border-color: #cc7b5c;
  color: #fff;
}

.las-psf-footer {
  margin-top: 10px;
}

.las-psf-apply {
  width: 100%;
  border: 0;
  border-radius: 11px;
  height: 40px;
  background: linear-gradient(90deg, #be6c4c 0%, #d48764 100%);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
}

.las-psf-reset {
  display: inline-flex;
  margin-top: 7px;
  color: #8f5a43;
  text-decoration: none;
  font-size: 11px;
}

.las-psf-mobile-trigger {
  display: none;
  align-items: center;
  gap: 8px;
  border: 1px solid #d6c2b6;
  background: #f8f2ee;
  color: #3a2f29;
  border-radius: 12px;
  height: 38px;
  padding: 0 14px;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.las-psf-mobile-trigger svg {
  width: 16px;
  height: 16px;
}

.las-psf-drawer {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.las-psf-drawer.is-open {
  display: block;
}

.las-psf-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 14, 10, 0.46);
}

.las-psf-drawer-panel {
  position: absolute;
  right: 0;
  top: 0;
  width: min(372px, 94vw);
  height: 100%;
  background: #fff8f3;
  padding: 14px 12px 12px;
  overflow-y: auto;
  box-shadow: -8px 0 30px rgba(25, 16, 12, 0.22);
}

.las-psf-drawer-close {
  display: inline-flex;
  margin-left: auto;
  margin-bottom: 6px;
  border: 0;
  border-radius: 10px;
  background: #f2e4dc;
  color: #8f5a43;
  height: 30px;
  padding: 0 12px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.las-psf-filtered-out {
  display: none !important;
}

@media (max-width: 1280px) {
  .las-psf-card {
    max-width: 288px;
  }

  .las-psf-headline {
    font-size: 20px;
  }

  .las-psf-title {
    font-size: 15px;
  }

  .las-psf-swatch-list {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .las-psf-toolbar {
    gap: 10px;
    padding: 11px 12px;
  }

  .las-psf-toolbar-order .woocommerce-ordering .orderby {
    min-width: 195px;
  }
}

@media (max-width: 1024px) {
  .las-psf-enabled aside#sidebar {
    display: none !important;
  }

  .las-psf-inline-layout {
    display: block;
  }

  .las-psf-inline-sidebar {
    margin-bottom: 12px;
  }

  .las-psf-inline-sidebar .las-psf-card {
    position: static;
    top: auto;
    max-width: none;
  }

  .las-psf-context-product .las-psf-inline-layout--product {
    width: 100%;
    gap: 0;
  }

  .las-psf-context-product .las-psf-inline-layout--product .las-psf-inline-sidebar {
    max-width: none;
  }

  .las-psf-context-product .las-psf-inline-layout--product .las-psf-card {
    max-width: none;
    padding: 16px 14px 12px;
  }

  .las-psf-toolbar {
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px;
  }

  .las-psf-toolbar-order,
  .las-psf-toolbar-search {
    flex: 1 1 calc(50% - 4px);
  }

  .las-psf-toolbar-count {
    display: none;
  }

  .las-psf-mobile-trigger {
    display: inline-flex;
  }
}

/* Premium design token layer and component polish */
body.las-psf-enabled {
  --las-bg-base: #efe4da;
  --las-bg-grad-1: rgba(255, 242, 230, 0.66);
  --las-bg-grad-2: rgba(225, 199, 174, 0.28);
  --las-surface: rgba(255, 250, 245, 0.88);
  --las-surface-2: rgba(255, 248, 242, 0.66);
  --las-stroke: rgba(118, 84, 65, 0.2);
  --las-stroke-strong: rgba(118, 84, 65, 0.28);
  --las-text-1: #2b231f;
  --las-text-2: #4f3f36;
  --las-muted: #7a695f;
  --las-accent: #bd6b4c;
  --las-accent-2: #d68b68;
  --las-shadow-sm: 0 10px 28px rgba(34, 24, 19, 0.09);
  --las-shadow-md: 0 16px 44px rgba(34, 24, 19, 0.14);
  --las-shadow-lg: 0 24px 70px rgba(34, 24, 19, 0.2);
  --las-radius-sm: 10px;
  --las-radius-md: 14px;
  --las-radius-lg: 18px;
  --las-radius-xl: 24px;
  --las-focus-ring: 0 0 0 2px rgba(255, 248, 243, 0.9), 0 0 0 4px rgba(189, 107, 76, 0.42);
  --las-space-1: 6px;
  --las-space-2: 10px;
  --las-space-3: 14px;
  --las-space-4: 18px;
  --las-space-5: 24px;
  --las-space-6: 32px;
  background:
    radial-gradient(130% 110% at 0% 0%, var(--las-bg-grad-1) 0%, transparent 58%),
    radial-gradient(120% 90% at 100% 12%, var(--las-bg-grad-2) 0%, transparent 60%),
    linear-gradient(180deg, #f5ecdf 0%, var(--las-bg-base) 48%, #efe4d8 100%);
  color: var(--las-text-1);
}

body.las-psf-enabled :where(input, select, textarea, button, a, .button):focus-visible {
  outline: none;
  box-shadow: var(--las-focus-ring);
}

body.las-psf-enabled .las-psf-inline-layout--page,
body.las-psf-context-product .las-psf-inline-layout--product,
body.las-psf-enabled .woo-listing-top {
  border-radius: var(--las-radius-xl);
}

body.las-psf-enabled .woo-listing-top {
  background: var(--las-surface-2);
  border: 1px solid var(--las-stroke);
  box-shadow: var(--las-shadow-sm);
  padding: var(--las-space-2);
}

.las-psf-card {
  background: linear-gradient(165deg, rgba(255, 250, 247, 0.92) 0%, rgba(249, 239, 231, 0.9) 100%);
  border: 1px solid var(--las-stroke);
  border-radius: var(--las-radius-lg);
  box-shadow: var(--las-shadow-sm);
  padding: 14px 12px 10px;
}

@supports ((backdrop-filter: blur(8px)) or (-webkit-backdrop-filter: blur(8px))) {
  .las-psf-card,
  .las-psf-toolbar,
  .las-psf-enabled ul.products li.product,
  .las-psf-context-product .las-psf-inline-layout--product .woocommerce-product-gallery,
  .las-psf-context-product .las-psf-inline-layout--product .entry-summary,
  .las-psf-context-product .las-psf-inline-layout--product .woocommerce-tabs,
  .las-psf-context-product .las-psf-inline-layout--product .related.products,
  .las-psf-context-product .las-psf-inline-layout--product .up-sells.products {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
}

.las-psf-headline {
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--las-text-1);
}

.las-psf-search {
  margin-bottom: 8px;
}

.las-psf-search input {
  border: 1px solid var(--las-stroke);
  background: rgba(255, 252, 248, 0.95);
  border-radius: var(--las-radius-sm);
  height: 34px;
  font-size: 12px;
  color: var(--las-text-2);
}

.las-psf-search-btn {
  color: var(--las-accent);
}

.las-psf-search-btn:hover,
.las-psf-search-btn:focus-visible,
.las-psf-search-btn:focus,
.las-psf-search-btn:active {
  color: #8c503a;
  background: rgba(239, 219, 205, 0.85) !important;
}

.las-psf-section {
  border-top: 1px solid rgba(177, 141, 120, 0.24);
  padding-top: 6px;
  margin-top: 5px;
}

.las-psf-toggle-left {
  gap: 6px;
}

.las-psf-icon {
  width: 16px;
  height: 16px;
  color: #a9664b;
}

.las-psf-title {
  font-size: 15px;
  color: var(--las-text-2);
}

.las-psf-plus {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
  color: #98614a;
}

.las-psf-body {
  margin-top: 5px;
}

.las-psf-panel {
  border: 1px solid rgba(187, 151, 129, 0.24);
  border-radius: 10px;
  background: rgba(255, 250, 245, 0.9);
  padding: 4px;
}

.las-psf-list li + li {
  margin-top: 3px;
}

.las-psf-list button,
.las-psf-list a,
.las-psf-check-row {
  border-radius: 8px;
  font-size: 11.5px;
  padding: 5px 6px;
  color: var(--las-text-1);
}

.las-psf-list button:hover,
.las-psf-list a:hover,
.las-psf-check-row:hover {
  background: rgba(205, 166, 143, 0.16);
}

.las-psf-list .is-active > button,
.las-psf-list .is-active > a,
.las-psf-check-row.is-active {
  background: rgba(197, 132, 102, 0.2);
  color: #7b3f2d;
}

.las-psf-count {
  min-width: 20px;
  height: 18px;
  font-size: 10px;
  background: rgba(230, 205, 188, 0.72);
  color: #584940;
}

.las-psf-price-label {
  font-size: 14px;
  margin-bottom: 4px;
  color: var(--las-text-2);
}

.las-psf-price-max-badge {
  top: -20px;
  height: 22px;
  min-width: 40px;
  font-size: 11px;
  background: rgba(230, 205, 188, 0.78);
  color: #8f5f4a;
}

.las-psf-track {
  background: #e9dacc;
}

.las-psf-track-fill {
  background: linear-gradient(90deg, var(--las-accent) 0%, var(--las-accent-2) 100%);
}

.las-psf-range-wrap input[type="range"]::-webkit-slider-thumb,
.las-psf-range-wrap input[type="range"]::-moz-range-thumb {
  border-color: #fbf5f0;
  background: #ce7f5f;
}

.las-psf-swatch-list {
  gap: 6px;
}

.las-psf-swatch-item {
  min-height: 26px;
  border-radius: 8px;
  padding: 1px;
}

.las-psf-swatch-dot {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(110, 86, 70, 0.24);
}

.las-psf-swatch-item.is-active .las-psf-swatch-dot {
  border-color: #7b432f;
  box-shadow: 0 0 0 2px rgba(123, 67, 47, 0.24);
}

.las-psf-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  border: 1px solid rgba(146, 112, 92, 0.4);
  background: #fbf5f0;
}

.las-psf-check-row.is-active .las-psf-checkbox {
  background: #cc7b5c;
  border-color: #cc7b5c;
}

.las-psf-footer {
  margin-top: 9px;
}

.las-psf-apply {
  border-radius: var(--las-radius-sm);
  height: 38px;
  background: linear-gradient(90deg, var(--las-accent) 0%, var(--las-accent-2) 100%);
  box-shadow: 0 10px 18px rgba(189, 107, 76, 0.26);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.las-psf-apply:hover,
.las-psf-apply:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(189, 107, 76, 0.3);
  filter: saturate(1.04);
}

.las-psf-reset {
  margin-top: 6px;
  color: #8f5a43;
  font-size: 10.5px;
}

.las-psf-toolbar {
  gap: 12px;
  padding: 12px;
  border-radius: var(--las-radius-lg);
  background: var(--las-surface);
  border: 1px solid var(--las-stroke);
  box-shadow: var(--las-shadow-sm);
}

.las-psf-toolbar .las-psf-mobile-trigger,
.las-psf-toolbar-order .woocommerce-ordering .orderby,
.las-psf-toolbar-search input,
.las-psf-toolbar-search-btn {
  height: 42px;
  border-radius: 12px;
  border: 1px solid var(--las-stroke);
  background: rgba(255, 251, 247, 0.94);
  color: var(--las-text-2);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.las-psf-toolbar .las-psf-mobile-trigger {
  letter-spacing: 0.045em;
  font-size: 11px;
  font-weight: 700;
}

.las-psf-toolbar-order .woocommerce-ordering .orderby {
  min-width: 210px;
  padding: 0 40px 0 12px;
  font-size: 12px;
  font-weight: 700;
}

.las-psf-toolbar-search input {
  font-size: 13px;
  font-weight: 600;
}

.las-psf-toolbar-search-btn:hover,
.las-psf-toolbar-search-btn:focus-visible {
  background: rgba(245, 232, 221, 0.95);
  border-color: var(--las-stroke-strong);
  transform: translateY(-1px);
  color: #1f1a17;
}

.las-psf-toolbar-count .woocommerce-result-count {
  color: var(--las-muted);
  font-size: 11px;
  letter-spacing: 0.06em;
}

body.las-psf-enabled ul.products li.product {
  border-radius: var(--las-radius-lg);
  border: 1px solid var(--las-stroke);
  background: linear-gradient(180deg, rgba(255, 251, 247, 0.93) 0%, rgba(248, 238, 229, 0.88) 100%);
  box-shadow: var(--las-shadow-sm);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  overflow: hidden;
}

body.las-psf-enabled ul.products li.product:hover,
body.las-psf-enabled ul.products li.product:focus-within {
  transform: translateY(-3px);
  box-shadow: var(--las-shadow-md);
  border-color: var(--las-stroke-strong);
}

body.las-psf-enabled ul.products li.product .product-image-container,
body.las-psf-enabled ul.products li.product .woocommerce-loop-product__link {
  border-radius: calc(var(--las-radius-lg) - 4px);
}

body.las-psf-enabled ul.products li.product img {
  border-radius: calc(var(--las-radius-lg) - 4px);
  background: #f3ebe3;
}

body.las-psf-enabled ul.products li.product .woocommerce-loop-product__title,
body.las-psf-enabled ul.products li.product h2.woocommerce-loop-product__title,
body.las-psf-enabled ul.products li.product h3 {
  color: var(--las-text-1);
}

body.las-psf-enabled ul.products li.product .price {
  color: #8f4a33;
}

body.las-psf-enabled ul.products li.product .button,
body.las-psf-enabled ul.products li.product .added_to_cart {
  border-radius: 10px;
  min-height: 40px;
  background: linear-gradient(90deg, var(--las-accent) 0%, var(--las-accent-2) 100%);
  border: 1px solid rgba(171, 94, 65, 0.55);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body.las-psf-enabled ul.products li.product .button:hover,
body.las-psf-enabled ul.products li.product .button:focus-visible,
body.las-psf-enabled ul.products li.product .added_to_cart:hover,
body.las-psf-enabled ul.products li.product .added_to_cart:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(189, 107, 76, 0.32);
  filter: saturate(1.06);
}

body.las-psf-enabled .woocommerce-pagination {
  margin-top: 18px;
}

body.las-psf-enabled .woocommerce-pagination ul.page-numbers {
  border: 0;
  display: inline-flex;
  gap: 6px;
  background: transparent;
}

body.las-psf-enabled .woocommerce-pagination ul.page-numbers li {
  border: 0;
}

body.las-psf-enabled .woocommerce-pagination ul.page-numbers a,
body.las-psf-enabled .woocommerce-pagination ul.page-numbers span {
  min-width: 38px;
  height: 38px;
  padding: 0 11px;
  border-radius: 11px;
  border: 1px solid var(--las-stroke);
  background: rgba(255, 248, 241, 0.92);
  color: var(--las-text-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--las-shadow-sm);
}

body.las-psf-enabled .woocommerce-pagination ul.page-numbers span.current {
  background: linear-gradient(90deg, rgba(189, 107, 76, 0.94) 0%, rgba(214, 139, 104, 0.94) 100%);
  color: #fff;
  border-color: rgba(171, 94, 65, 0.62);
}

.las-psf-context-product .las-psf-inline-layout--product .woocommerce-product-gallery,
.las-psf-context-product .las-psf-inline-layout--product .entry-summary,
.las-psf-context-product .las-psf-inline-layout--product .woocommerce-tabs,
.las-psf-context-product .las-psf-inline-layout--product .related.products,
.las-psf-context-product .las-psf-inline-layout--product .up-sells.products {
  border-radius: var(--las-radius-lg);
  border: 1px solid var(--las-stroke);
  background: linear-gradient(180deg, rgba(255, 251, 247, 0.93) 0%, rgba(248, 238, 229, 0.86) 100%);
  box-shadow: var(--las-shadow-sm);
}

.las-psf-context-product .las-psf-inline-layout--product .woocommerce-product-gallery,
.las-psf-context-product .las-psf-inline-layout--product .entry-summary {
  padding: clamp(12px, 1.4vw, 20px);
}

.las-psf-context-product .las-psf-inline-layout--product .woocommerce-product-gallery .flex-control-thumbs li {
  margin-right: 8px;
}

.las-psf-context-product .las-psf-inline-layout--product .woocommerce-product-gallery .flex-control-thumbs img {
  border-radius: 10px;
  border: 1px solid rgba(142, 109, 91, 0.28);
  background: #f2eae3;
}

.las-psf-context-product .las-psf-inline-layout--product .entry-summary .product_title {
  color: var(--las-text-1);
  line-height: 1.06;
}

.las-psf-context-product .las-psf-inline-layout--product .entry-summary .price {
  color: #9d5138;
}

.las-psf-context-product .las-psf-inline-layout--product .entry-summary .quantity .qty,
.las-psf-context-product .las-psf-inline-layout--product .entry-summary form.cart .single_add_to_cart_button {
  border-radius: 10px;
  border: 1px solid var(--las-stroke);
}

.las-psf-context-product .las-psf-inline-layout--product .entry-summary form.cart .single_add_to_cart_button {
  background: linear-gradient(90deg, var(--las-accent) 0%, var(--las-accent-2) 100%);
  border-color: rgba(171, 94, 65, 0.62);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.las-psf-context-product .las-psf-inline-layout--product .entry-summary form.cart .single_add_to_cart_button:hover,
.las-psf-context-product .las-psf-inline-layout--product .entry-summary form.cart .single_add_to_cart_button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(189, 107, 76, 0.3);
}

.las-psf-context-product .las-psf-inline-layout--product .entry-summary .wc-stripe-payment-request-wrapper,
.las-psf-context-product .las-psf-inline-layout--product .entry-summary #wc-stripe-payment-request-wrapper {
  margin-top: 10px;
}

.las-psf-context-product .las-psf-inline-layout--product .entry-summary .wc-stripe-payment-request-button,
.las-psf-context-product .las-psf-inline-layout--product .entry-summary .stripe-payment-request-button,
.las-psf-context-product .las-psf-inline-layout--product .entry-summary .payment-request-button {
  border-radius: 10px !important;
  overflow: hidden;
}

.las-psf-context-product .las-psf-inline-layout--product .woocommerce-tabs {
  margin-top: 18px;
  padding: clamp(14px, 1.6vw, 22px);
}

.las-psf-context-product .las-psf-inline-layout--product .woocommerce-tabs ul.tabs {
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(172, 136, 116, 0.38);
}

.las-psf-context-product .las-psf-inline-layout--product .woocommerce-tabs ul.tabs li {
  border: 0;
  background: transparent;
  margin-right: 8px;
}

.las-psf-context-product .las-psf-inline-layout--product .woocommerce-tabs ul.tabs li a {
  border-radius: 999px;
  border: 1px solid rgba(173, 137, 116, 0.38);
  background: rgba(255, 248, 241, 0.86);
  color: var(--las-text-2);
  padding: 8px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.las-psf-context-product .las-psf-inline-layout--product .woocommerce-tabs ul.tabs li.active a {
  background: rgba(201, 136, 104, 0.2);
  border-color: rgba(171, 94, 65, 0.52);
  color: #874631;
}

.las-psf-context-product .las-psf-inline-layout--product .related.products,
.las-psf-context-product .las-psf-inline-layout--product .up-sells.products {
  margin-top: 18px;
  padding: clamp(12px, 1.5vw, 20px);
}

@media (max-width: 1024px) {
  body.las-psf-enabled {
    --las-shadow-sm: 0 8px 20px rgba(34, 24, 19, 0.09);
    --las-shadow-md: 0 14px 30px rgba(34, 24, 19, 0.13);
  }

  .las-psf-card {
    padding: 14px 12px 11px;
  }

  .las-psf-toolbar {
    border-radius: var(--las-radius-md);
    padding: 10px;
  }

  .las-psf-toolbar .las-psf-mobile-trigger,
  .las-psf-toolbar-order .woocommerce-ordering .orderby,
  .las-psf-toolbar-search input,
  .las-psf-toolbar-search-btn {
    height: 40px;
  }

  .las-psf-context-product .las-psf-inline-layout--product .woocommerce-product-gallery,
  .las-psf-context-product .las-psf-inline-layout--product .entry-summary,
  .las-psf-context-product .las-psf-inline-layout--product .woocommerce-tabs,
  .las-psf-context-product .las-psf-inline-layout--product .related.products,
  .las-psf-context-product .las-psf-inline-layout--product .up-sells.products {
    border-radius: var(--las-radius-md);
  }
}

@media (max-width: 767px) {
  .las-psf-headline {
    font-size: 19px;
  }

  .las-psf-title {
    font-size: 14px;
  }

  .las-psf-list button,
  .las-psf-list a,
  .las-psf-check-row {
    font-size: 11px;
  }

  body.las-psf-enabled ul.products li.product {
    border-radius: var(--las-radius-md);
  }
}
