.elementor-kit-19314 .f2uf-catalog,
.elementor-kit-19314 .f2uf-single {
  --f2uf-color-primary: var(--e-global-color-primary, #222222);
  --f2uf-color-secondary: var(--e-global-color-secondary, #54595f);
  --f2uf-color-text: var(--e-global-color-text, #7a7a7a);
  --f2uf-color-accent: #b8ca10;
  --f2uf-color-surface: var(--e-global-color-4b32c8c0, #ffffff);
  --f2uf-color-surface-soft: #f6f6f2;
  --f2uf-color-border: rgba(34, 34, 34, 0.12);
  --f2uf-color-border-strong: rgba(34, 34, 34, 0.2);
  --f2uf-color-overlay: rgba(34, 34, 34, 0.55);
  --f2uf-color-sale: #ef7d1a;
  --f2uf-font-family: "Roboto", var(--e-global-typography-text-font-family, Arial), Arial, sans-serif;
  --f2uf-font-family-heading: "Roboto", var(--e-global-typography-primary-font-family, Arial), Arial, sans-serif;
  color: var(--f2uf-color-primary);
  font-family: var(--f2uf-font-family);
}

.elementor-kit-19314 .f2uf-catalog h1,
.elementor-kit-19314 .f2uf-catalog h2,
.elementor-kit-19314 .f2uf-catalog h3,
.elementor-kit-19314 .f2uf-single h1,
.elementor-kit-19314 .f2uf-single h2,
.elementor-kit-19314 .f2uf-single h3 {
  color: var(--f2uf-color-primary);
  font-family: var(--f2uf-font-family-heading);
  font-weight: 400;
}

.f2uf-catalog {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  margin: 30px 0 60px;
  position: relative;
}

.f2uf-catalog-hero {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  gap: 42px;
  align-items: center;
  margin-bottom: 8px;
}

.f2uf-catalog-hero__content h2 {
  margin: 0 0 22px;
  font-size: clamp(42px, 4vw, 64px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.f2uf-catalog-hero__body {
  color: var(--f2uf-color-secondary, #4a4a4a);
  font-size: 18px;
  line-height: 1.6;
}

.f2uf-catalog-hero__body p:first-child {
  margin-top: 0;
}

.f2uf-catalog-hero__body p:last-child {
  margin-bottom: 0;
}

.f2uf-catalog-hero__link-wrap {
  margin: 20px 0 0;
}

.f2uf-catalog-hero__link {
  color: var(--f2uf-color-primary, #222);
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.f2uf-catalog-hero__image {
  position: relative;
}

.f2uf-catalog-hero__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.08 / 0.9;
  object-fit: cover;
}

.f2uf-catalog__loading {
  position: fixed;
  inset: 0;
  z-index: 10040;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(246, 246, 242, 0.78);
  backdrop-filter: blur(2px);
}

.f2uf-catalog__loading[hidden] {
  display: none !important;
}

.f2uf-catalog__loading-inner {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 38px rgba(34, 34, 34, 0.12);
  font-weight: 700;
}

.f2uf-catalog__spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(34, 34, 34, 0.18);
  border-top-color: var(--f2uf-color-accent, #b7c30e);
  border-radius: 50%;
  animation: f2uf-spin 0.8s linear infinite;
}

@keyframes f2uf-spin {
  to {
    transform: rotate(360deg);
  }
}

.f2uf-catalog-page .title_outer {
  display: none;
}

.f2uf-catalog-page .f2uf-catalog {
  margin-top: 32px;
}

.f2uf-catalog-page .container_inner.default_template_holder.clearfix.page_container_inner {
  padding-top: 0 !important;
}

.f2uf-catalog-page .elementor-location-header,
.f2uf-catalog-page header {
  margin-bottom: 0 !important;
}

.f2uf-catalog-page .trustpilot-widget,
.f2uf-catalog-page [class*="trustpilot"],
.f2uf-catalog-page [id*="trustpilot"],
.f2uf-catalog-page iframe[src*="trustpilot"] {
  display: none !important;
}

.f2uf-catalog__content {
  min-width: 0;
}

.f2uf-catalog__toolbar {
  margin-bottom: 8px;
  border-bottom: 1px solid var(--f2uf-color-border, rgba(34, 34, 34, 0.12));
}

.f2uf-filter-form--toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px 20px;
  flex-wrap: nowrap;
  padding: 0 0 18px;
}

.f2uf-catalog__toolbar-group {
  display: flex;
  align-items: center;
  gap: 8px 20px;
  flex-wrap: nowrap;
  min-width: 0;
}

.f2uf-catalog__toolbar-group--end {
  align-items: center;
  margin-left: auto;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.f2uf-catalog__result-count {
  margin: 0;
  color: var(--f2uf-color-secondary, #54595f);
  font-size: 13px;
  white-space: nowrap;
}

.f2uf-mobile-filter-trigger,
.f2uf-mobile-filter-sheet {
  display: none;
}

.f2uf-mobile-filter-trigger {
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--f2uf-color-primary, #222);
  font-family: var(--f2uf-font-family-heading, inherit);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.f2uf-mobile-filter-trigger__icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
}

.f2uf-mobile-filter-trigger__icon svg {
  width: 100%;
  height: 100%;
}

.f2uf-toolbar-select {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
}

.f2uf-toolbar-select::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.f2uf-toolbar-select select {
  appearance: none;
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0 18px 0 0;
  color: var(--f2uf-color-primary, #222);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
  min-width: 0;
  box-sizing: content-box;
}

.f2uf-toolbar-select select:focus {
  outline: none;
  color: var(--f2uf-color-accent, #b7c30e);
}

.f2uf-toolbar-select__label {
  margin-right: 8px;
  color: var(--f2uf-color-secondary, #54595f);
  font-size: 15px;
  font-weight: 500;
}

.f2uf-catalog__header h2,
.f2uf-single h1,
.f2uf-details-table h2 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.f2uf-filter-panel {
  background: var(--f2uf-color-surface-soft, #f7f7f7);
  border: 1px solid var(--f2uf-color-border, #e4e4e4);
  padding: 20px;
  margin-bottom: 18px;
}

.f2uf-filter-panel h3 {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--f2uf-color-secondary, #54595f);
}

.f2uf-filter-panel input[type="search"],
.f2uf-filter-panel select,
.f2uf-form-grid input,
.f2uf-form-grid textarea {
  width: 100%;
  border: 1px solid var(--f2uf-color-border-strong, #d5d5d5);
  background: var(--f2uf-color-surface, #fff);
  padding: 12px 14px;
  box-sizing: border-box;
  color: var(--f2uf-color-primary, #222);
  font-family: var(--f2uf-font-family, inherit);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.f2uf-filter-panel input[type="search"]:focus,
.f2uf-filter-panel select:focus,
.f2uf-form-grid input:focus,
.f2uf-form-grid textarea:focus {
  outline: 0;
  border-color: var(--f2uf-color-accent, #b7c30e);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--f2uf-color-accent, #b7c30e) 18%, transparent);
}

.f2uf-filter-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.f2uf-filter-price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.f2uf-price-slider {
  display: grid;
  gap: 16px;
}

.f2uf-price-slider__values {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.f2uf-price-slider__value {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--f2uf-color-border-strong, #d5d5d5);
  background: var(--f2uf-color-surface, #fff);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.f2uf-price-slider__track-wrap {
  position: relative;
  height: 30px;
}

.f2uf-price-slider__track,
.f2uf-price-slider__track-fill {
  position: absolute;
  top: 50%;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 999px;
}

.f2uf-price-slider__track {
  left: 0;
  right: 0;
  background: rgba(34, 34, 34, 0.1);
}

.f2uf-price-slider__track-fill {
  background: var(--f2uf-color-accent, #b7c30e);
}

.f2uf-price-slider__range {
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  margin: 0;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}

.f2uf-price-slider__range::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}

.f2uf-price-slider__range::-moz-range-track {
  height: 4px;
  background: transparent;
  border: 0;
}

.f2uf-price-slider__range::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  margin-top: -7px;
  border: 2px solid var(--f2uf-color-accent, #b7c30e);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(34, 34, 34, 0.14);
  pointer-events: auto;
  -webkit-appearance: none;
}

.f2uf-price-slider__range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 2px solid var(--f2uf-color-accent, #b7c30e);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(34, 34, 34, 0.14);
  pointer-events: auto;
}

.f2uf-price-slider__range:focus {
  outline: none;
}

.f2uf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--f2uf-color-primary, #111);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: none;
  transition: all 0.2s ease;
  font-family: var(--f2uf-font-family-heading, inherit);
  text-decoration: none;
  white-space: nowrap;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.f2uf-button--primary {
  background: var(--f2uf-color-accent, #b7c30e);
  border-color: var(--f2uf-color-accent, #b7c30e);
  color: var(--f2uf-color-primary, #222) !important;
}

.f2uf-button--ghost {
  background: transparent;
  color: var(--f2uf-color-primary, #111) !important;
}

.f2uf-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(34, 34, 34, 0.12);
}

.f2uf-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.f2uf-category-item {
  margin: 0;
}

.f2uf-category-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 0;
}

.f2uf-category-row label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 14px;
}

.f2uf-filter-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--f2uf-color-secondary, #54595f);
}

.f2uf-category-row em {
  color: var(--f2uf-color-text, #6c6c6c);
  font-style: normal;
}

.f2uf-category-toggle {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 24px;
  line-height: 1;
  color: var(--f2uf-color-secondary, #525252);
}

.f2uf-category-children {
  padding-left: 22px;
}

.f2uf-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.f2uf-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--f2uf-color-surface, #fff);
  border: 1px solid var(--f2uf-color-border, #e7e7e7);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(34, 34, 34, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.f2uf-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(34, 34, 34, 0.08);
}

.f2uf-card__image {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  padding: 18px;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid var(--f2uf-color-border, #e7e7e7);
  overflow: hidden;
}

.f2uf-card__image img {
  position: absolute;
  inset: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  object-fit: contain;
  transition: transform 0.25s ease;
}

.f2uf-card__image-secondary {
  opacity: 0;
}

.f2uf-card:hover .f2uf-card__image img {
  transform: scale(1.03);
}

.f2uf-card:hover .f2uf-card__image.has-hover-image .f2uf-card__image-primary {
  opacity: 0;
}

.f2uf-card:hover .f2uf-card__image.has-hover-image .f2uf-card__image-secondary {
  opacity: 1;
}

.f2uf-card__status-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--f2uf-color-primary, #222);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(34, 34, 34, 0.12);
}

.f2uf-sale-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: var(--f2uf-color-sale, #ef7d1a);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: var(--f2uf-font-family-heading, inherit);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.f2uf-sale-badge--single {
  width: 74px;
  height: 74px;
  font-size: 20px;
  top: 18px;
  right: 18px;
}

.f2uf-reuse-badge {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: clamp(88px, 18%, 120px);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--f2uf-color-accent, #b8ca10);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-align: center;
  pointer-events: none;
}

.f2uf-reuse-badge::before,
.f2uf-reuse-badge::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.f2uf-reuse-badge::before {
  inset: 1px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-left-color: currentColor;
  border-bottom-color: color-mix(in srgb, currentColor 45%, transparent);
  border-right-color: color-mix(in srgb, currentColor 45%, transparent);
  transform: rotate(-28deg);
}

.f2uf-reuse-badge::after {
  inset: 10px;
  border: 2px solid transparent;
  border-right-color: currentColor;
  border-bottom-color: currentColor;
  border-top-color: color-mix(in srgb, currentColor 32%, transparent);
  border-left-color: color-mix(in srgb, currentColor 32%, transparent);
  transform: rotate(-28deg);
}

.f2uf-reuse-badge span::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(16deg);
}

.f2uf-reuse-badge span {
  position: relative;
  display: inline-block;
  max-width: 72%;
  padding: 0;
  font-size: clamp(11px, 1.1vw, 15px);
  line-height: 0.95;
}

.f2uf-reuse-badge--hero {
  right: 22px;
  bottom: 22px;
  width: clamp(106px, 20%, 152px);
}

.f2uf-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px 16px;
}

.f2uf-card__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  min-height: 42px;
  font-weight: 500;
}

.f2uf-card__title a {
  color: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.f2uf-card__body a:hover {
  color: var(--f2uf-color-accent, #b7c30e);
}

.f2uf-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  min-height: 0;
}

.f2uf-card__meta:empty {
  display: none;
}

.f2uf-card__brand,
.f2uf-meta-line {
  margin: 0;
  color: var(--f2uf-color-secondary, #5a5a5a);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.f2uf-card__price-block {
  display: grid;
  gap: 3px;
  padding-top: 2px;
}

.f2uf-card__price-label {
  display: inline-block;
  margin-bottom: 2px;
  color: var(--f2uf-color-secondary, #5a5a5a);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.f2uf-card__price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
  margin: 0;
  color: var(--f2uf-color-primary, #222);
}

.f2uf-card__price-tax {
  margin: 0;
  color: var(--f2uf-color-text, #727272);
  font-size: 11px;
  white-space: nowrap;
}

.f2uf-card__rental-price {
  margin: 2px 0 0;
  color: var(--f2uf-color-primary, #222);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.f2uf-card__rental-term {
  margin: 0;
  color: var(--f2uf-color-text, #727272);
  font-size: 11px;
  line-height: 1.2;
}

.f2uf-card__stock {
  margin: auto 0 0;
  color: var(--f2uf-color-text, #727272);
  font-size: 12px;
}

.f2uf-card__stock,
.f2uf-stock-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.f2uf-availability-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #58a942;
  flex: 0 0 auto;
}

.stock-state-available .f2uf-availability-dot {
  background: #58a942;
}

.stock-state-inquiry .f2uf-availability-dot {
  background: #d2b420;
}

.stock-state-sold .f2uf-availability-dot {
  background: #c53a2f;
}

.stock-state-inquiry {
  color: #8a7300;
}

.stock-state-sold {
  color: #a33a31;
}

.f2uf-price-old {
  color: var(--f2uf-color-text, #7a7a7a);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  margin-right: 4px;
  font-size: 13px;
}

.f2uf-price-current {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.f2uf-empty-state {
  background: var(--f2uf-color-surface-soft, #f7f7f7);
  border: 1px solid var(--f2uf-color-border, #e4e4e4);
  padding: 36px;
}

.f2uf-pagination ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

.f2uf-pagination a,
.f2uf-pagination span {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--f2uf-color-border-strong, #d8d8d8);
  padding: 0 12px;
  color: var(--f2uf-color-primary, #222);
}

.f2uf-single {
  --f2uf-single-gallery-width: 520px;
  --f2uf-single-column-gap: 56px;
  margin: 26px 0 78px;
}

.single-used_furniture .container_inner.default_template_holder.page_container_inner {
  width: min(1280px, calc(100% - 48px));
}

.f2uf-single__nav {
  margin: 0 0 18px;
}

.f2uf-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--f2uf-color-primary, #222);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.f2uf-back-link:hover {
  color: var(--f2uf-color-accent-strong, #8d9800);
}

.f2uf-single__hero {
  display: grid;
  grid-template-columns: minmax(360px, var(--f2uf-single-gallery-width)) minmax(440px, 1fr);
  gap: var(--f2uf-single-column-gap);
  align-items: start;
}

.f2uf-single__gallery {
  width: min(100%, var(--f2uf-single-gallery-width));
}

.f2uf-single__main-image {
  position: relative;
  background: var(--f2uf-color-surface-soft, #f4f4f4);
  border: 1px solid var(--f2uf-color-border, #e8e8e8);
  overflow: hidden;
}

.f2uf-gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 180ms ease, background-color 180ms ease, color 180ms ease;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.f2uf-gallery-nav:hover {
  background: var(--f2uf-color-accent, #b7c30e);
  color: #111;
}

.f2uf-gallery-nav span {
  transform: translateY(-1px);
}

.f2uf-gallery-nav--prev {
  left: 16px;
}

.f2uf-gallery-nav--next {
  right: 16px;
}

.f2uf-single__main-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .f2uf-single__main-image:hover .f2uf-gallery-nav,
  .f2uf-single__main-image:focus-within .f2uf-gallery-nav {
    opacity: 1;
  }
}

.f2uf-single__thumbs {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.f2uf-thumb {
  border: 1px solid var(--f2uf-color-border-strong, #d8d8d8);
  background: var(--f2uf-color-surface, #fff);
  padding: 0;
  width: 86px;
  height: 86px;
}

.f2uf-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f2uf-thumb.is-active {
  border-color: var(--f2uf-color-accent, #b7c30e);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--f2uf-color-accent, #b7c30e) 24%, transparent);
}

.f2uf-single__summary {
  display: grid;
  align-content: start;
  width: 100%;
  max-width: none;
  padding-top: 6px;
}

.single-used_furniture .f2uf-single__summary h1,
.elementor-kit-19314 .f2uf-single__summary h1 {
  margin: 0 0 18px;
  font-size: clamp(30px, 3.4vw, 50px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.035em !important;
  font-weight: 700 !important;
  max-width: none !important;
  word-break: normal !important;
  text-transform: none !important;
}

.f2uf-single__micro-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 12px;
  color: var(--f2uf-color-secondary, #5a5a5a);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.f2uf-single__micro-meta span {
  display: inline-flex;
  align-items: center;
}

.f2uf-single__excerpt {
  margin-bottom: 24px;
  color: var(--f2uf-color-secondary, #4a4a4a);
  font-size: 18px;
  line-height: 1.6;
  max-width: 58ch;
}

.f2uf-condition-callout {
  margin: 0 0 24px;
  color: var(--f2uf-color-secondary, #4a4a4a);
  font-size: 15px;
  line-height: 1.6;
}

.f2uf-condition-callout__label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  margin: 0 10px 8px 0;
  border-radius: 999px;
  background: rgba(183, 195, 14, 0.18);
  color: var(--f2uf-color-primary, #222);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.f2uf-purchase-panel {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 22px;
  padding: 24px 26px;
  border: 1px solid var(--f2uf-color-border, #e6e6de);
  background: #f8f7f1;
}

.f2uf-purchase-panel__topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin-bottom: 18px;
}

.f2uf-purchase-panel__pricing {
  margin-bottom: 18px;
}

.f2uf-purchase-panel__pricing--rental {
  padding-top: 16px;
  border-top: 1px solid rgba(34, 34, 34, 0.08);
}

.f2uf-purchase-panel__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--f2uf-color-secondary, #5a5a5a);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.f2uf-purchase-panel__price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px 14px;
}

.f2uf-purchase-panel__price strong {
  display: inline-block;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 0.98;
}

.f2uf-purchase-panel.has-sale .f2uf-purchase-panel__price strong {
  color: #c94122;
}

.f2uf-purchase-panel__old {
  display: inline-block;
  color: var(--f2uf-color-text, #7a7a7a);
  font-size: clamp(22px, 1.9vw, 28px);
  line-height: 1.1;
  text-decoration: line-through;
  text-decoration-thickness: 3px;
}

.f2uf-purchase-panel__tax {
  margin: 6px 0 0;
  color: var(--f2uf-color-text, #555);
  font-size: 15px;
}

.f2uf-stock-label {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.f2uf-cta-group {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.f2uf-summary-points {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.f2uf-summary-points li {
  position: relative;
  padding-left: 18px;
  color: var(--f2uf-color-secondary, #4a4a4a);
  font-size: 15px;
  line-height: 1.55;
}

.f2uf-summary-points li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--f2uf-color-accent, #b7c30e);
}

.f2uf-single__body-copy {
  margin-top: 18px;
  max-width: none;
  position: relative;
  color: var(--f2uf-color-secondary, #4a4a4a);
  font-size: 17px;
  line-height: 1.75;
}

.f2uf-single__body-copy.is-collapsible,
.f2uf-details-table__body.is-collapsible {
  overflow: hidden;
}

.f2uf-details-table__body.is-collapsible {
  max-height: 430px;
}

.f2uf-single__body-copy.is-collapsible.is-expanded,
.f2uf-details-table__body.is-collapsible.is-expanded {
  max-height: none;
  overflow: visible;
}

.f2uf-single__body-copy.is-collapsible::after,
.f2uf-details-table__body.is-collapsible::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 88px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 78%);
  pointer-events: none;
  opacity: 1;
  transition: opacity 180ms ease;
}

.f2uf-single__body-copy.is-collapsible.is-expanded::after,
.f2uf-details-table__body.is-collapsible.is-expanded::after {
  opacity: 0;
}

.f2uf-single__body-copy p:first-child {
  margin-top: 0;
}

.f2uf-single__body-copy p:last-child {
  margin-bottom: 0;
}

.f2uf-single__body-copy ul,
.f2uf-single__body-copy ol {
  margin: 0 0 1.1em 1.2em;
}

.f2uf-copy-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.f2uf-copy-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 180ms ease;
}

.f2uf-copy-toggle[aria-expanded="true"]::after {
  transform: rotate(-135deg) translate(-1px, -1px);
}

.f2uf-single .f2uf-button--primary {
  min-height: 54px;
  padding: 0 24px;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}

.f2uf-single__content {
  margin-top: 54px;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  display: grid;
  gap: 22px;
}

.f2uf-single__content-card {
  border: 1px solid var(--f2uf-color-border, #e6e6de);
  background: #fff;
}

.f2uf-single__content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 0;
  align-items: start;
}

.f2uf-single__description-panel h2,
.f2uf-details-table h2,
.f2uf-delivery-panel h2 {
  margin: 0;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.f2uf-single__description-panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px 34px 34px;
}

.f2uf-single__facts-column {
  display: grid;
  gap: 22px;
  align-content: start;
  min-width: 0;
  padding: 30px 34px 34px;
  border-left: 1px solid var(--f2uf-color-border, #e6e6de);
}

.f2uf-details-table {
  margin-top: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.f2uf-details-table__body {
  position: relative;
}

.f2uf-details-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
  background: transparent;
}

.f2uf-details-table th,
.f2uf-details-table td {
  padding: 14px 0;
  border-bottom: 1px solid var(--f2uf-color-border, #e5e5e5);
  text-align: left;
  vertical-align: top;
  font-size: 15px;
}

.f2uf-details-table th {
  width: 38%;
  background: transparent;
  color: #696969;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.f2uf-delivery-panel {
  padding: 22px 24px;
  border: 1px solid var(--f2uf-color-border, #e6e6de);
  background: #f8f7f1;
}

.f2uf-delivery-panel--inline {
  align-self: start;
}

.f2uf-delivery-panel p {
  margin: 14px 0 0;
  color: var(--f2uf-color-secondary, #4a4a4a);
  font-size: 15px;
  line-height: 1.65;
}

.f2uf-related-products {
  margin-top: 86px;
}

.f2uf-related-products h2 {
  margin: 0 0 26px;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.f2uf-related-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.f2uf-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.f2uf-modal__backdrop {
  position: absolute;
  inset: 0;
  background: var(--f2uf-color-overlay, rgba(0, 0, 0, 0.6));
}

.f2uf-modal__dialog {
  position: relative;
  width: min(720px, calc(100vw - 32px));
  margin: 60px auto;
  background: var(--f2uf-color-surface, #fff);
  padding: 30px;
  box-sizing: border-box;
  z-index: 1;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  max-height: calc(100vh - 120px);
  overflow: auto;
}

.f2uf-modal__close {
  position: absolute;
  right: 18px;
  top: 10px;
  border: 0;
  background: transparent;
  font-size: 34px;
  line-height: 1;
}

.f2uf-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.f2uf-form-grid p {
  margin: 0;
}

.f2uf-form-grid .is-full {
  grid-column: 1 / -1;
}

.f2uf-form-grid label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

.f2uf-modal__actions {
  margin-top: 18px;
}

.f2uf-notice {
  margin-bottom: 24px;
  padding: 16px 18px;
  border-radius: 6px;
}

.f2uf-notice--success {
  background: #eaf7ef;
  color: #22583a;
}

.f2uf-notice--error {
  background: #fbeceb;
  color: #822d24;
}

body.f2uf-modal-open {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .f2uf-catalog-hero {
    grid-template-columns: minmax(280px, 0.85fr) minmax(360px, 1.1fr);
    gap: 28px;
  }

  .f2uf-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .f2uf-related-products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .single-used_furniture .container_inner.default_template_holder.page_container_inner {
    width: min(1120px, calc(100% - 36px));
  }

  .single-used_furniture .f2uf-single__summary h1,
  .elementor-kit-19314 .f2uf-single__summary h1 {
    font-size: clamp(30px, 3.8vw, 44px) !important;
  }

  .f2uf-single__content {
    gap: 24px;
  }
}

@media (max-width: 900px) {
  .f2uf-catalog,
  .f2uf-single__hero {
    grid-template-columns: 1fr;
  }

  .f2uf-catalog-hero {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 4px;
  }

  .f2uf-catalog-hero__content {
    order: 1;
  }

  .f2uf-catalog-hero__image {
    order: 2;
  }

  .f2uf-catalog {
    margin: 18px 0 60px;
  }

  .f2uf-catalog-page .f2uf-catalog {
    margin-top: 96px;
  }

  .f2uf-filter-form--toolbar {
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 16px;
  }

  .f2uf-catalog__toolbar-group,
  .f2uf-catalog__toolbar-group--end {
    width: 100%;
    justify-content: flex-start;
    justify-self: auto;
    flex-wrap: wrap;
  }

  .f2uf-catalog__result-count {
    order: 2;
  }

  .f2uf-toolbar-select select {
    font-size: 15px;
  }

  .f2uf-mobile-filter-trigger {
    display: inline-flex;
  }

  .f2uf-mobile-filter-sheet[hidden] {
    display: none !important;
  }

  .f2uf-mobile-filter-sheet {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 10030;
  }

  .f2uf-mobile-filter-sheet__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(34, 34, 34, 0.46);
  }

  .f2uf-mobile-filter-sheet__panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(380px, calc(100vw - 28px));
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 22px 16px 20px;
    box-sizing: border-box;
    box-shadow: -16px 0 42px rgba(0, 0, 0, 0.14);
  }

  .f2uf-mobile-filter-sheet__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
  }

  .f2uf-mobile-filter-sheet__header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
  }

  .f2uf-mobile-filter-sheet__close {
    border: 0;
    background: transparent;
    padding: 0;
    color: var(--f2uf-color-primary, #222);
    font-size: 30px;
    line-height: 1;
  }

  .f2uf-mobile-filter-form {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
  }

  .f2uf-mobile-filter-sheet__fields {
    display: grid;
    gap: 20px;
  }

  .f2uf-mobile-filter-sheet__field {
    display: grid;
    gap: 10px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--f2uf-color-border, rgba(34, 34, 34, 0.12));
  }

  .f2uf-mobile-filter-sheet__field span {
    color: var(--f2uf-color-primary, #222);
    font-size: 16px;
    font-weight: 500;
  }

  .f2uf-mobile-filter-sheet__field select {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    color: var(--f2uf-color-secondary, #54595f);
    font-size: 15px;
  }

  .f2uf-mobile-filter-sheet__field select:focus {
    outline: none;
  }

  .f2uf-mobile-filter-sheet__actions {
    margin-top: auto;
    padding-top: 28px;
  }

  .f2uf-mobile-filter-sheet__submit {
    width: 100%;
    min-height: 52px;
    border: 0;
    background: #111;
    color: #fff;
    font-family: var(--f2uf-font-family-heading, inherit);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

  body.f2uf-mobile-filters-open {
    overflow: hidden;
  }

  .f2uf-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .f2uf-card__body {
    padding: 12px 13px 14px;
  }

  .f2uf-card__title {
    min-height: 40px;
    font-size: 15px;
    line-height: 1.25;
  }

  .f2uf-card__brand,
  .f2uf-card__price-label,
  .f2uf-card__price-tax,
  .f2uf-card__stock {
    font-size: 11px;
    line-height: 1.45;
  }

  .f2uf-sale-badge {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    font-size: 13px;
  }

  .f2uf-sale-badge--single {
    width: 64px;
    height: 64px;
    font-size: 17px;
    top: 14px;
    right: 14px;
  }

  .f2uf-reuse-badge {
    right: 14px;
    bottom: 14px;
    width: 132px;
  }

  .f2uf-single__gallery {
    max-width: 460px;
    margin: 0 auto;
    width: 100%;
  }

  .f2uf-single__nav {
    margin-bottom: 14px;
  }

  .f2uf-back-link {
    font-size: 13px;
  }

  .f2uf-single__main-image {
    max-width: 460px;
    margin: 0 auto;
  }

  .f2uf-single__thumbs {
    justify-content: center;
  }

  .f2uf-single__summary {
    max-width: none;
    padding-top: 10px;
  }

  .single-used_furniture .f2uf-single__summary h1,
  .elementor-kit-19314 .f2uf-single__summary h1 {
    font-size: 32px !important;
    line-height: 1.08 !important;
  }

  .f2uf-purchase-panel {
    padding: 20px 20px 22px;
  }

  .f2uf-purchase-panel__price strong {
    font-size: 34px;
  }

  .f2uf-summary-points li {
    font-size: 14px;
  }

  .f2uf-single__content {
    gap: 24px;
    max-width: none;
  }

  .f2uf-single__content-grid {
    grid-template-columns: 1fr;
  }

  .f2uf-single__description-panel,
  .f2uf-single__facts-column {
    padding: 24px 24px 26px;
  }

  .f2uf-single__facts-column {
    border-top: 1px solid var(--f2uf-color-border, #e6e6de);
    border-left: 0;
  }

  .f2uf-delivery-panel {
    padding: 20px 20px 22px;
  }

  .f2uf-details-table__body.is-collapsible {
    max-height: 360px;
  }

  .f2uf-related-products {
    margin-top: 64px;
  }

  .f2uf-related-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .f2uf-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .f2uf-catalog-page .container_inner.default_template_holder.clearfix.page_container_inner {
    width: calc(100% - 24px);
  }

  .f2uf-catalog-hero__content h2 {
    margin-bottom: 16px;
    font-size: 44px;
  }

  .f2uf-catalog-hero__body {
    font-size: 16px;
  }

  .f2uf-filter-form--toolbar {
    gap: 10px 14px;
  }

  .f2uf-catalog__toolbar-group {
    gap: 8px 14px;
  }

  .f2uf-catalog__toolbar-group > .f2uf-toolbar-select:not(.f2uf-toolbar-select--sort) {
    display: none;
  }

  .f2uf-catalog__toolbar-group--end {
    align-items: center;
    justify-content: space-between;
  }

  .f2uf-catalog__result-count {
    width: auto;
    font-size: 11px;
    order: 2;
  }

  .f2uf-toolbar-select--sort select,
  .f2uf-toolbar-select--sort .f2uf-toolbar-select__label {
    font-size: 13px;
  }

  .f2uf-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .f2uf-filter-price-grid {
    grid-template-columns: 1fr;
  }

  .f2uf-price-slider__values {
    flex-direction: column;
  }

  .f2uf-card__image {
    padding: 12px;
    aspect-ratio: 1 / 1;
  }

  .f2uf-card__image img {
    inset: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
  }

  .f2uf-card__body {
    gap: 6px;
    padding: 10px 10px 12px;
  }

  .f2uf-card__title {
    min-height: 32px;
    font-size: 12px;
    line-height: 1.2;
  }

  .f2uf-card__title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .f2uf-card__brand,
  .f2uf-card__price-label,
  .f2uf-card__price-tax,
  .f2uf-card__stock {
    font-size: 10px;
    line-height: 1.3;
  }

  .f2uf-card__price-row {
    margin: 0;
    font-size: 10px;
    line-height: 1.35;
  }

  .f2uf-price-current {
    font-size: 15px;
  }

  .f2uf-price-old {
    margin-right: 4px;
  }

  .single-used_furniture .container_inner.default_template_holder.page_container_inner {
    width: calc(100% - 24px);
  }

  .single-used_furniture .f2uf-single {
    margin: 96px 0 48px;
  }

  .f2uf-single__hero {
    gap: 24px;
  }

  .f2uf-single__body-copy {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.65;
  }

  .f2uf-single__gallery,
  .f2uf-single__main-image {
    max-width: 100%;
  }

  .f2uf-single__thumbs {
    gap: 8px;
  }

  .f2uf-thumb {
    width: 64px;
    height: 64px;
  }

  .f2uf-sale-badge {
    width: 34px;
    height: 34px;
    font-size: 9px;
    top: 8px;
    right: 8px;
  }

  .f2uf-sale-badge--single {
    width: 56px;
    height: 56px;
    font-size: 15px;
    top: 12px;
    right: 12px;
  }

  .f2uf-reuse-badge {
    width: 88px;
    right: 12px;
    bottom: 12px;
  }

  .f2uf-reuse-badge span {
    padding: 8px 10px;
    font-size: 11px;
  }

  .f2uf-reuse-badge span::before {
    top: -8px;
    right: -6px;
    width: 10px;
    height: 10px;
  }

  .f2uf-reuse-badge--hero {
    width: 108px;
  }

  .f2uf-gallery-nav {
    width: 40px;
    height: 40px;
    font-size: 28px;
    opacity: 1;
    top: auto;
    bottom: 14px;
    transform: none;
  }

  .f2uf-gallery-nav--prev {
    left: 14px;
  }

  .f2uf-gallery-nav--next {
    right: 14px;
  }

  .single-used_furniture .f2uf-single__summary h1,
  .elementor-kit-19314 .f2uf-single__summary h1 {
    font-size: 26px !important;
    line-height: 1.1 !important;
    letter-spacing: -0.025em !important;
  }

  .f2uf-single__excerpt {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .f2uf-condition-callout {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .f2uf-single__micro-meta {
    gap: 6px 12px;
    font-size: 10px;
  }

  .f2uf-purchase-panel {
    padding: 18px 16px;
  }

  .f2uf-purchase-panel__price strong {
    font-size: 30px;
  }

  .f2uf-stock-label {
    font-size: 15px;
  }

  .f2uf-single .f2uf-button--primary {
    width: 100%;
  }

  .f2uf-single__content {
    margin-top: 34px;
  }

  .f2uf-single__content-grid {
    grid-template-columns: 1fr;
  }

  .f2uf-related-products {
    margin-top: 44px;
  }

  .f2uf-related-products h2 {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .f2uf-details-table th,
  .f2uf-details-table td {
    padding: 12px 0;
    font-size: 14px;
  }

  .f2uf-delivery-panel {
    padding: 18px 16px;
  }

  .f2uf-single__description-panel,
  .f2uf-single__facts-column {
    padding: 18px 16px;
  }

  .f2uf-single__body-copy {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.65;
  }

  .f2uf-details-table__body.is-collapsible {
    max-height: 300px;
  }

  .f2uf-single__facts-column {
    border-top: 1px solid var(--f2uf-color-border, #e6e6de);
    border-left: 0;
  }

  .f2uf-modal {
    padding: 12px;
    box-sizing: border-box;
  }

  .f2uf-modal__dialog {
    width: 100%;
    margin: 12px auto;
    padding: 18px 16px 16px;
    max-height: calc(100vh - 24px);
    border-radius: 10px;
  }

  .f2uf-modal__dialog h2 {
    font-size: 24px;
    line-height: 1.15;
    margin-right: 28px;
  }

  .f2uf-modal__dialog p {
    font-size: 14px;
    line-height: 1.6;
  }

  .f2uf-modal__close {
    right: 10px;
    top: 8px;
    font-size: 28px;
  }

  .f2uf-form-grid {
    gap: 12px;
    margin-top: 14px;
  }

  .f2uf-form-grid label {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .f2uf-form-grid input,
  .f2uf-form-grid textarea {
    padding: 10px 12px;
    font-size: 16px;
  }

  .f2uf-modal__actions {
    margin-top: 14px;
  }
}

.f2uf-button--secondary {
  min-height: 54px;
  padding: 0 24px;
  background: #fff;
  color: var(--f2uf-color-primary, #111);
  border: 1px solid rgba(34, 34, 34, 0.14);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.f2uf-button--block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.f2uf-cta-group {
  display: grid;
  gap: 12px;
}

.f2uf-cta-group__buttons {
  display: grid;
  gap: 10px;
}

.f2uf-add-to-cart-form {
  display: grid;
  gap: 12px;
}

.f2uf-purchase-type-choices,
.f2uf-cart-drawer__purchase-type {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
}

.f2uf-purchase-type-choice,
.f2uf-cart-drawer__purchase-type label,
.f2uf-cart-line__purchase-type label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(34, 34, 34, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--f2uf-color-primary, #111);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.f2uf-purchase-type-choice:has(input:checked),
.f2uf-cart-drawer__purchase-type label:has(input:checked),
.f2uf-cart-line__purchase-type label:has(input:checked) {
  border-color: var(--f2uf-color-primary, #111);
  background: var(--f2uf-color-primary, #111);
  color: #fff;
}

.f2uf-purchase-type-choice input,
.f2uf-cart-drawer__purchase-type input,
.f2uf-cart-line__purchase-type input {
  margin: 0;
}

.f2uf-quantity-picker {
  display: inline-grid;
  grid-template-columns: 48px minmax(64px, 88px) 48px;
  align-items: center;
  border: 1px solid var(--f2uf-color-border-strong, #d8d8d8);
  border-radius: 999px;
  overflow: hidden;
  width: fit-content;
  background: #fff;
}

.f2uf-quantity-picker__button {
  border: 0;
  background: transparent;
  color: var(--f2uf-color-primary, #111);
  font-size: 26px;
  line-height: 1;
  min-height: 48px;
  cursor: pointer;
}

.f2uf-quantity-picker__input {
  border: 0 !important;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 0 8px !important;
  min-height: 48px;
  width: 100%;
  -moz-appearance: textfield;
}

.f2uf-quantity-picker__input::-webkit-outer-spin-button,
.f2uf-quantity-picker__input::-webkit-inner-spin-button,
.f2uf-inline-quantity__input::-webkit-outer-spin-button,
.f2uf-inline-quantity__input::-webkit-inner-spin-button,
.f2uf-table__qty::-webkit-outer-spin-button,
.f2uf-table__qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.f2uf-page-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 28px 18px 72px;
  box-sizing: border-box;
}

.f2uf-page-shell__header {
  margin-bottom: 30px;
}

.f2uf-page-shell__eyebrow,
.f2uf-cart-drawer__eyebrow {
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: #60725c;
}

.f2uf-checkout-progress {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 18px;
}

.f2uf-checkout-progress__step {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(34, 34, 34, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #5d645f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.f2uf-checkout-progress__step.is-complete {
  border-color: rgba(184, 202, 16, 0.3);
  background: rgba(184, 202, 16, 0.12);
  color: #2a3624;
}

.f2uf-checkout-progress__step.is-active {
  border-color: rgba(184, 202, 16, 0.7);
  background: #f4f8c4;
  color: #1f291b;
}

.f2uf-page-shell__header--panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 20px;
  padding: 30px 32px;
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(184, 202, 16, 0.14), rgba(255, 255, 255, 0) 46%),
    linear-gradient(180deg, #fbfbf7, #ffffff);
  box-shadow: 0 24px 48px rgba(34, 34, 34, 0.06);
}

body.f2uf-cart-page .f2uf-page-shell .f2uf-page-shell__header h1,
body.f2uf-checkout-page .f2uf-page-shell .f2uf-page-shell__header h1,
body.f2uf-confirmation-page .f2uf-page-shell .f2uf-page-shell__header h1,
.f2uf-page-shell__header h1 {
  margin: 0 0 8px;
  font-family: var(--f2uf-font-family-heading, inherit) !important;
  font-size: clamp(36px, 4.4vw, 64px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em !important;
  font-weight: 700;
}

body.f2uf-cart-page .f2uf-page-shell .f2uf-page-shell__header h1 {
  font-size: clamp(34px, 3.8vw, 52px) !important;
}

body.f2uf-checkout-page .f2uf-page-shell .f2uf-page-shell__header h1 {
  font-size: clamp(34px, 3.9vw, 54px) !important;
}

body.f2uf-confirmation-page .f2uf-page-shell .f2uf-page-shell__header h1 {
  font-size: clamp(36px, 4.2vw, 58px) !important;
}

body.f2uf-cart-page footer,
body.f2uf-checkout-page footer,
body.f2uf-confirmation-page footer {
  display: none !important;
}

.f2uf-page-shell__lead {
  max-width: 58ch;
  margin: 0;
  color: #4d554f;
  font-size: 16px;
  line-height: 1.55;
}

.f2uf-page-shell__meta {
  display: grid;
  gap: 12px;
  align-content: start;
}

.f2uf-page-shell__meta-card {
  display: grid;
  gap: 4px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
}

.f2uf-page-shell__meta-card strong {
  font-size: 15px;
  letter-spacing: -0.02em;
}

.f2uf-page-shell__meta-card span {
  color: #5d645f;
  font-size: 14px;
  line-height: 1.55;
}

.f2uf-cart-page-grid,
.f2uf-checkout-grid,
.f2uf-confirmation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.85fr);
  gap: 32px;
  align-items: start;
}

.f2uf-cart-page-grid__main {
  padding: 28px;
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 32px rgba(34, 34, 34, 0.05);
}

.f2uf-checkout-form {
  display: grid;
  gap: 18px;
}

.f2uf-summary-card,
.f2uf-checkout-card {
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 24px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 18px 32px rgba(34, 34, 34, 0.05);
}

.f2uf-summary-card--sticky {
  position: sticky;
  top: 28px;
}

.f2uf-summary-card--checkout.f2uf-summary-card--sticky {
  top: 0;
}

.f2uf-summary-card {
  background:
    linear-gradient(180deg, #fbfbf6 0, #fff 100%);
}

.f2uf-summary-card__header {
  margin-bottom: 18px;
}

.f2uf-summary-card__eyebrow {
  margin: 0 0 6px;
  color: #60725c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.f2uf-summary-card h2,
.f2uf-checkout-card h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  letter-spacing: -0.04em;
}

.f2uf-summary-card__header p:last-child {
  margin: 10px 0 0;
  color: #5d645f;
  font-size: 14px;
  line-height: 1.6;
}

.f2uf-section-heading {
  display: grid;
  gap: 8px;
  align-items: start;
  margin-bottom: 18px;
}

.f2uf-section-heading p {
  margin: 0;
  color: #5d645f;
  font-size: 14px;
  line-height: 1.6;
}

.f2uf-checkout-card .f2uf-section-heading h2 {
  font-size: 24px;
  line-height: 1.08;
}

.f2uf-checkout-card .f2uf-form-grid {
  gap: 18px 16px;
  margin-top: 0;
}

.f2uf-checkout-card .f2uf-form-grid label {
  margin-bottom: 8px;
  color: #475048;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.f2uf-checkout-card .f2uf-form-grid input,
.f2uf-checkout-card .f2uf-form-grid textarea {
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid rgba(34, 34, 34, 0.12);
  border-radius: 14px;
  background: #fcfcf8;
}

.f2uf-checkout-card .f2uf-form-grid textarea {
  min-height: 144px;
  resize: vertical;
}

.f2uf-checkout-card > .f2uf-form-field {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0;
}

.f2uf-checkout-card > .f2uf-form-field textarea {
  display: block;
  width: 100% !important;
  max-width: none !important;
  min-height: 168px;
}

.f2uf-summary-card__items {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.f2uf-summary-card__items li,
.f2uf-summary-card__rows div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.f2uf-summary-card__items li {
  padding: 14px 0;
  border-bottom: 1px solid var(--f2uf-color-border, #e6e6de);
  align-items: flex-start;
}

.f2uf-summary-card__items li span {
  display: block;
  color: #5d645f;
  font-size: 14px;
}

.f2uf-summary-card__amount,
.f2uf-summary-card__rows strong {
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
}

.f2uf-summary-card__product {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.f2uf-summary-card__thumb img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 12px;
}

.f2uf-summary-card__tag {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(184, 202, 16, 0.15);
  color: #3b4a32;
  font-size: 12px;
  font-weight: 700;
}

.f2uf-summary-card__rows {
  display: grid;
  gap: 10px;
}

.f2uf-summary-card__rows .is-total {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--f2uf-color-border, #e6e6de);
}

.f2uf-summary-card__note,
.f2uf-inline-note {
  color: #5d645f;
  font-size: 14px;
  line-height: 1.6;
}

.f2uf-summary-card__meta {
  display: grid;
  gap: 12px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(34, 34, 34, 0.08);
}

.f2uf-summary-card__meta div {
  display: grid;
  gap: 4px;
}

.f2uf-summary-card__meta strong {
  font-size: 14px;
}

.f2uf-summary-card__meta span {
  color: #5d645f;
  font-size: 14px;
  line-height: 1.55;
}

.f2uf-choice-list {
  display: grid;
  gap: 12px;
}

.f2uf-choice-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 18px;
  padding: 16px 18px;
  background: #fcfcf8;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.f2uf-choice-card strong,
.f2uf-choice-card small {
  display: block;
}

.f2uf-choice-card small {
  margin-top: 4px;
  color: #5d645f;
}

.f2uf-choice-card.is-selected,
.f2uf-choice-card:has(input:checked) {
  border-color: var(--f2uf-color-accent, #b7c30e);
  box-shadow: 0 0 0 3px rgba(184, 202, 16, 0.12);
  background: #fffef0;
}

.f2uf-terms-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.6;
  padding: 16px 18px;
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 18px;
  background: #f9faf4;
}

.f2uf-checkout-card__actions,
.f2uf-cart-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.f2uf-cart-form__actions .f2uf-button,
.f2uf-checkout-card__actions .f2uf-button {
  min-height: 54px;
  padding-inline: 22px;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.f2uf-error-list {
  margin: 0;
  padding-left: 18px;
}

.f2uf-cart-form {
  display: grid;
  gap: 22px;
}

.f2uf-cart-lines {
  display: grid;
  gap: 0;
}

.f2uf-cart-lines__head {
  display: grid;
  grid-template-columns: minmax(0, 2.4fr) 126px 80px 108px 120px;
  gap: 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
  color: #5d645f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.f2uf-cart-line {
  display: grid;
  grid-template-columns: minmax(0, 2.4fr) 126px 80px 108px 120px;
  gap: 16px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
}

.f2uf-cart-line__product {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-width: 0;
}

.f2uf-cart-line__thumb img {
  display: block;
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 14px;
}

.f2uf-cart-line__content {
  min-width: 0;
}

.f2uf-cart-line__title {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--f2uf-color-primary, #111);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.f2uf-cart-line__meta {
  margin: 0;
  color: #5d645f;
  font-size: 15px;
  line-height: 1.55;
}

.f2uf-cart-line__quantity,
.f2uf-cart-line__purchase-type,
.f2uf-cart-line__price,
.f2uf-cart-line__total {
  display: flex;
  align-items: center;
  min-height: 100%;
}

.f2uf-cart-line__quantity {
  justify-content: center;
}

.f2uf-cart-line__purchase-type {
  flex-wrap: wrap;
  gap: 6px;
}

.f2uf-cart-line__price,
.f2uf-cart-line__total {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.f2uf-cart-line__price {
  justify-content: flex-end;
  text-align: right;
}

.f2uf-cart-line__total {
  justify-content: flex-end;
  text-align: right;
}

.f2uf-cart-line__qty-control {
  grid-template-columns: 36px 56px 36px;
}

.f2uf-cart-line__qty {
  min-height: 50px;
  padding: 0 8px;
  background: #fff;
  font-family: var(--f2uf-font-family-heading, inherit);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}

.f2uf-summary-card > .f2uf-button--block {
  min-height: 52px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1;
}

.f2uf-cart-line__qty::-webkit-outer-spin-button,
.f2uf-cart-line__qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.f2uf-table {
  width: 100%;
  border-collapse: collapse;
}

.f2uf-table th {
  color: #5d645f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.f2uf-table th,
.f2uf-table td {
  padding: 16px 0;
  border-bottom: 1px solid var(--f2uf-color-border, #e6e6de);
  text-align: left;
  vertical-align: top;
}

.f2uf-table__product-inner {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.f2uf-table__thumb img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
}

.f2uf-table__qty {
  width: 92px;
  min-height: 48px;
  border-radius: 14px;
}

.f2uf-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.f2uf-cart-drawer[hidden] {
  display: none !important;
}

.f2uf-cart-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.42);
}

.f2uf-cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(440px, 92vw);
  height: 100%;
  background: #fff;
  box-shadow: -16px 0 48px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
}

.f2uf-cart-drawer__header,
.f2uf-cart-drawer__footer {
  padding: 22px 22px 18px;
}

.f2uf-cart-drawer__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--f2uf-color-border, #e6e6de);
}

.f2uf-cart-drawer__header h2 {
  margin: 0;
}

.f2uf-cart-drawer__close {
  border: 0;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.f2uf-cart-drawer__body {
  overflow: auto;
  padding: 18px 22px;
  max-height: calc(100vh - 218px);
}

.f2uf-cart-drawer__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.f2uf-cart-drawer__item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
}

.f2uf-cart-drawer__thumb img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 12px;
}

.f2uf-cart-drawer__title {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 6px;
}

.f2uf-cart-drawer__price {
  margin: 0 0 10px;
}

.f2uf-cart-drawer__price span {
  color: #5d645f;
  font-size: 14px;
}

.f2uf-cart-drawer__purchase-type {
  margin-bottom: 10px;
}

.f2uf-cart-drawer__mode {
  margin: -4px 0 10px;
  color: #5d645f;
  font-size: 13px;
  font-weight: 700;
}

.f2uf-inline-quantity {
  display: inline-grid;
  grid-template-columns: 36px 52px 36px;
  border: 1px solid var(--f2uf-color-border, #e6e6de);
  border-radius: 999px;
  overflow: hidden;
}

.f2uf-inline-quantity__button {
  border: 0;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

.f2uf-inline-quantity__input {
  border: 0 !important;
  text-align: center;
  width: 100%;
  -moz-appearance: textfield;
}

.f2uf-link-button {
  border: 0;
  background: transparent;
  color: #5d645f;
  padding: 0;
  margin-top: 10px;
  cursor: pointer;
  text-decoration: underline;
}

.f2uf-cart-drawer__totals {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.f2uf-cart-drawer__footer {
  border-top: 1px solid var(--f2uf-color-border, #e6e6de);
  background: #fff;
  box-shadow: 0 -10px 24px rgba(34, 34, 34, 0.05);
}

.f2uf-cart-drawer__footer .f2uf-button {
  min-height: 52px;
  font-size: 15px;
  font-weight: 700;
}

.f2uf-cart-drawer__totals div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.f2uf-cart-drawer__actions {
  display: grid;
  gap: 10px;
}

.f2uf-cart-drawer__empty {
  padding: 22px;
  display: grid;
  gap: 14px;
}

.f2uf-cart-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99990;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #173f39;
  box-shadow: 0 18px 36px rgba(23, 63, 57, 0.24);
  color: #fff;
  cursor: pointer;
}

.f2uf-cart-fab[hidden],
.f2uf-cart-fab.is-hidden,
body.f2uf-cart-page .f2uf-cart-fab,
body.f2uf-checkout-page .f2uf-cart-fab,
body.f2uf-confirmation-page .f2uf-cart-fab {
  display: none !important;
}

.f2uf-cart-fab__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.f2uf-cart-fab__icon svg {
  width: 100%;
  height: 100%;
}

.f2uf-cart-fab__count {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
  transform: translateY(1px);
}

body.f2uf-cart-drawer-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .f2uf-page-shell {
    padding: 24px 16px 56px;
  }

  .f2uf-cart-page-grid__main {
    padding: 24px;
  }

  .f2uf-cart-lines__head,
  .f2uf-cart-line {
    grid-template-columns: minmax(0, 1.55fr) 80px 100px 108px;
    gap: 14px;
  }

  .f2uf-cart-line__title {
    font-size: 18px;
  }

  .f2uf-cart-line__price,
  .f2uf-cart-line__total {
    font-size: 18px;
  }

  .f2uf-page-shell__header--panel {
    grid-template-columns: 1fr;
    padding: 24px;
    border-radius: 24px;
  }

  .f2uf-cart-page-grid,
  .f2uf-checkout-grid,
  .f2uf-confirmation-grid {
    grid-template-columns: 1fr;
  }

  .f2uf-checkout-grid > .f2uf-summary-card,
  .f2uf-confirmation-grid > .f2uf-summary-card {
    order: -1;
  }

  .f2uf-summary-card--sticky {
    position: static;
  }
}

@media (max-width: 640px) {
  body.f2uf-cart-page .container_inner.default_template_holder.clearfix.page_container_inner,
  body.f2uf-checkout-page .container_inner.default_template_holder.clearfix.page_container_inner,
  body.f2uf-confirmation-page .container_inner.default_template_holder.clearfix.page_container_inner {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .f2uf-checkout-progress {
    display: none;
  }

  .f2uf-page-shell--checkout {
    display: flex;
    flex-direction: column;
  }

  .f2uf-page-shell--checkout > .f2uf-checkout-progress {
    order: 1;
  }

  .f2uf-page-shell--checkout > .f2uf-page-shell__header--panel {
    order: 2;
    margin-bottom: 14px;
  }

  .f2uf-page-shell--checkout > .f2uf-notice {
    order: 4;
  }

  .f2uf-page-shell--checkout > .f2uf-checkout-grid {
    order: 3;
  }

  .f2uf-checkout-progress {
    gap: 8px;
    margin-bottom: 12px;
  }

  .f2uf-checkout-progress__step {
    min-height: 34px;
    padding: 0 10px;
    font-size: 11px;
  }

  body.f2uf-cart-page .f2uf-page-shell .f2uf-page-shell__header h1,
  body.f2uf-checkout-page .f2uf-page-shell .f2uf-page-shell__header h1,
  body.f2uf-confirmation-page .f2uf-page-shell .f2uf-page-shell__header h1,
  .f2uf-page-shell__header h1 {
    font-size: clamp(24px, 8vw, 32px) !important;
    line-height: 1 !important;
    letter-spacing: -0.04em !important;
  }

  .f2uf-page-shell__lead {
    max-width: none;
    font-size: 13px;
    line-height: 1.45;
  }

  .f2uf-page-shell__header--panel {
    gap: 14px;
    padding: 14px;
    border-radius: 18px;
    box-shadow: 0 12px 26px rgba(34, 34, 34, 0.05);
  }

  .f2uf-page-shell--checkout .f2uf-page-shell__header--panel {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.f2uf-cart-page .f2uf-page-shell,
  body.f2uf-checkout-page .f2uf-page-shell,
  body.f2uf-confirmation-page .f2uf-page-shell {
    padding-top: 34px;
  }

  .f2uf-page-shell--checkout .f2uf-page-shell__meta {
    display: none;
  }

  .f2uf-page-shell--cart .f2uf-page-shell__header--panel {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .f2uf-page-shell--cart .f2uf-page-shell__meta {
    display: none;
  }

  .f2uf-page-shell__meta {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .f2uf-page-shell__meta-card {
    padding: 12px 14px;
    border-radius: 14px;
  }

  .f2uf-page-shell__meta-card strong {
    font-size: 14px;
  }

  .f2uf-page-shell__meta-card span {
    font-size: 13px;
    line-height: 1.45;
  }

  .f2uf-checkout-card,
  .f2uf-summary-card {
    padding: 16px;
    border-radius: 14px;
  }

  .f2uf-cart-page-grid__main {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .f2uf-summary-card--checkout {
    margin-bottom: 14px;
  }

  .f2uf-summary-card__header {
    margin-bottom: 14px;
  }

  .f2uf-summary-card__header p:last-child {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.45;
  }

  .f2uf-summary-card__items {
    margin-bottom: 14px;
  }

  .f2uf-summary-card__items li {
    gap: 10px;
    padding: 12px 0;
  }

  .f2uf-summary-card__items li > strong {
    font-size: 16px;
    line-height: 1.2;
  }

  .f2uf-summary-card__rows {
    gap: 8px;
  }

  .f2uf-summary-card__rows div {
    font-size: 14px;
  }

  .f2uf-summary-card__rows .is-total {
    margin-top: 6px;
    padding-top: 10px;
  }

  .f2uf-summary-card__meta,
  .f2uf-summary-card__note {
    display: none;
  }

  .f2uf-section-heading {
    gap: 6px;
    margin-bottom: 14px;
  }

  .f2uf-section-heading p {
    font-size: 13px;
    line-height: 1.45;
  }

  .f2uf-checkout-card .f2uf-section-heading h2 {
    font-size: 21px;
  }

  .f2uf-cart-form__actions,
  .f2uf-checkout-card__actions,
  .f2uf-cta-group__buttons {
    flex-direction: column;
    display: grid;
  }

  .f2uf-cart-lines {
    gap: 14px;
  }

  .f2uf-cart-lines__head {
    display: none;
  }

  .f2uf-cart-line {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(34, 34, 34, 0.08);
    border-radius: 18px;
    background: #fff;
  }

  .f2uf-cart-line__product {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .f2uf-cart-line__thumb img {
    width: 68px;
    height: 68px;
    border-radius: 12px;
  }

  .f2uf-cart-line__title {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.12;
  }

  .f2uf-cart-line__meta {
    font-size: 13px;
    line-height: 1.45;
  }

  .f2uf-cart-line__quantity,
  .f2uf-cart-line__purchase-type,
  .f2uf-cart-line__price,
  .f2uf-cart-line__total {
    justify-content: space-between;
  }

  .f2uf-cart-line__quantity::before,
  .f2uf-cart-line__purchase-type::before,
  .f2uf-cart-line__price::before,
  .f2uf-cart-line__total::before {
    content: attr(data-label);
    color: #5d645f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .f2uf-cart-line__price,
  .f2uf-cart-line__total {
    font-size: 18px;
  }

  .f2uf-cart-line__total {
    text-align: left;
  }

  .f2uf-cart-line__qty {
    min-height: 46px;
    font-size: 16px;
  }

  .f2uf-cart-drawer__panel {
    width: 100vw;
  }

  .f2uf-cart-drawer__header,
  .f2uf-cart-drawer__footer {
    padding: 16px;
  }

  .f2uf-cart-drawer__body {
    padding: 16px;
    max-height: calc(100vh - 196px);
  }

  .f2uf-cart-drawer__item {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
  }

  .f2uf-cart-drawer__thumb img {
    width: 64px;
    height: 64px;
    border-radius: 10px;
  }

  .f2uf-cart-drawer__title {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.3;
  }

  .f2uf-cart-drawer__price {
    margin-bottom: 8px;
  }

  .f2uf-summary-card__product {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .f2uf-summary-card__thumb img {
    width: 48px;
    height: 48px;
  }

  .f2uf-cart-fab {
    right: 16px;
    bottom: 16px;
    min-width: 56px;
    min-height: 56px;
    padding: 0 12px;
  }

  body.f2uf-cart-page .f2uf-page-shell,
  body.f2uf-checkout-page .f2uf-page-shell,
  body.f2uf-confirmation-page .f2uf-page-shell {
    padding-inline: 12px;
    padding-top: 56px;
  }

  body.f2uf-confirmation-page .f2uf-page-shell {
    padding-top: 92px;
  }

  body.f2uf-cart-page .f2uf-page-shell {
    padding-top: 86px;
  }

  .f2uf-page-shell__header {
    margin-bottom: 18px;
  }

  body.f2uf-cart-page .f2uf-page-shell__header-main {
    padding-top: 8px;
  }

  body.f2uf-confirmation-page .f2uf-page-shell__header-main {
    padding-top: 8px;
  }

  body.f2uf-confirmation-page .f2uf-page-shell .f2uf-page-shell__header h1 {
    font-size: clamp(30px, 10vw, 42px) !important;
    line-height: 1 !important;
  }

  .f2uf-cart-page-grid,
  .f2uf-checkout-grid,
  .f2uf-confirmation-grid {
    gap: 16px;
  }

  .f2uf-summary-card > .f2uf-button--block {
    min-height: 48px;
    margin-top: 14px;
  }
}
