/* Premium Header & Product Detail — Florya luxury layer ile birlikte */

:root {
  --fp-gold: var(--kurumsal, #d3a296);
  --fp-gold-hover: var(--kurumsal-hover, #bd7867);
  --fp-beige: var(--kurumsal-ek, #f8f5ec);
  --fp-beige-dark: #f0ebe3;
  --fp-text: #141414;
  --fp-text-muted: #6b6560;
  --fp-border: rgba(211, 162, 150, 0.22);
  --fp-display: 'Inter', system-ui, sans-serif;
  --fp-body: 'Inter', system-ui, sans-serif;
  --fp-font: var(--fp-body);
  --fp-serif: var(--fp-display);
  --fp-sans: var(--fp-body);
}

/* ── Tipografi ── */
.fp-premium-top,
.fp-premium-header,
.fp-mobile-drawer,
.fp-product-page,
.fp-koleksiyon-page,
.fp-trust-strip,
.fp-product-details,
.fp-detail-tab,
.fp-highlights-title,
.fp-policy-card h3,
.fp-stone-title {
  font-family: var(--fp-body);
}
.fp-highlights-title,
.fp-policy-card h3,
.fp-cert-box h3 {
  font-family: var(--fp-display);
  font-weight: 600;
  letter-spacing: -0.02em;
}
.fp-cat-landing,
.fp-home-brand,
.fp-trust-badges,
.fp-details-grid,
.fp-cert-faq,
.fp-bottom-cta {
  font-family: var(--fp-body);
  -webkit-font-smoothing: antialiased;
}

.fp-product-page h1,
.fp-kol-hero h1,
.fp-cat-landing__h1,
.fp-home-brand-title {
  font-family: var(--fp-display);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.fp-product-page h2,
.fp-product-page h3,
.fp-product-page h4,
.fp-kol-section-head h2,
.fp-kol-featured-body h2,
.fp-kol-card-body h3,
.fp-specs-table h3,
.fp-why-choose h3,
.fp-cert-block h3,
.fp-faq-block h3,
.fp-trust-card h4,
.fp-why-item h4,
.fp-bottom-cta h2,
.fp-flow-head h2 {
  font-family: var(--fp-display);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.fp-premium-nav > li > a,
.fp-mobile-nav > li > a {
  font-family: var(--fp-body);
  font-weight: 500;
}

.fp-btn-koleksiyon,
.fp-btn-cart,
.fp-btn-whatsapp,
.fp-option-header label {
  font-family: var(--fp-body);
}

/* ── Top Bar ── */
.florya-pirlanta-top-header.fp-premium-top {
  background: var(--fp-beige);
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  border-bottom: 1px solid var(--fp-border);
}
.fp-premium-top .fp-top-trust {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}
.fp-premium-top .fp-top-trust span {
  color: var(--fp-text);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.fp-premium-top .fp-top-trust svg {
  width: 14px;
  height: 14px;
  stroke: var(--fp-gold);
  fill: none;
}
.fp-premium-top .fp-top-right a {
  color: var(--fp-text);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  padding: 0 8px;
  transition: color .2s;
}
.fp-premium-top .fp-phone svg {
  width: 14px;
  height: 14px;
  stroke: var(--fp-gold);
  fill: none;
}
.fp-premium-top .fp-top-right a:hover {
  color: var(--fp-gold);
}
.fp-premium-top .fp-top-right .fp-phone {
  font-weight: 600;
  letter-spacing: .5px;
}

/* ── Main Header ── */
.fp-premium-header {
  background: #fff;
  border-bottom: 1px solid var(--fp-border);
  position: relative;
  z-index: 1100;
}
.fp-premium-header .fp-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 1rem;
}
.fp-header-menu-btn {
  display: none;
  flex-shrink: 0;
}
.fp-premium-header .fp-logo-link img {
  max-height: 48px;
  opacity: 1;
}
.fp-premium-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  justify-content: center;
}
.fp-premium-nav > li {
  position: relative;
}
.fp-premium-nav > li > a {
  font-size: 14px;
  letter-spacing: .5px;
  text-transform: none;
  color: var(--fp-text);
  text-decoration: none;
  padding: 8px 16px;
  display: block;
  transition: color .2s;
}
.fp-premium-nav > li > a:hover,
.fp-premium-nav > li:hover > a {
  color: var(--fp-gold);
}
.fp-premium-nav > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid var(--fp-border);
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  min-width: 180px;
  z-index: 1100;
  padding: 8px 0;
  list-style: none;
}
.fp-premium-nav > li:hover > ul {
  display: block;
}
.fp-premium-nav > li > ul li a {
  display: block;
  padding: 8px 20px;
  font-size: 13px;
  color: var(--fp-text);
  text-decoration: none;
  font-family: var(--fp-sans);
  text-transform: none;
  letter-spacing: 0;
}
.fp-premium-nav > li > ul li a:hover {
  background: var(--fp-beige);
  color: var(--fp-gold);
}

/* Mega menu — kategori görselleri */
.fp-premium-nav > li > ul.fp-nav-mega {
  min-width: auto;
  width: max-content;
  max-width: min(920px, 92vw);
  padding: 18px 20px 16px;
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
  gap: 6px 10px;
}
.fp-premium-nav > li:hover > ul.fp-nav-mega {
  display: grid;
}
.fp-nav-mega-head {
  grid-column: 1 / -1;
  border-bottom: 1px solid var(--fp-border);
  margin-bottom: 4px;
  padding-bottom: 8px;
}
.fp-premium-nav > li > ul.fp-nav-mega li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 10px 8px;
  text-align: center;
  border-radius: var(--fp-radius, 4px);
  transition: background 0.2s, transform 0.2s;
  letter-spacing: 0;
  text-transform: none;
  font-family: var(--fp-body);
}
.fp-premium-nav > li > ul.fp-nav-mega li a:hover {
  background: var(--fp-beige);
  transform: translateY(-2px);
  color: var(--fp-gold);
}
.fp-nav-mega-head a {
  display: inline-block;
  flex-direction: row;
  padding: 0 !important;
  font-family: var(--fp-serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fp-gold);
  background: transparent !important;
  transform: none !important;
}
.fp-nav-mega-head a:hover {
  color: var(--fp-gold-hover);
  background: transparent !important;
}
.fp-nav-mega-media {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--fp-beige);
  border: 1px solid var(--fp-border);
  flex-shrink: 0;
}
.fp-nav-mega-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.fp-nav-mega-item a:hover .fp-nav-mega-media img {
  transform: scale(1.06);
}
.fp-premium-nav > li > ul.fp-nav-mega .fp-nav-mega-label {
  font-size: 11px;
  line-height: 1.35;
  color: var(--fp-text);
  letter-spacing: 0.02em;
}
.fp-premium-nav > li > ul.fp-nav-mega li a:hover .fp-nav-mega-label {
  color: var(--fp-gold);
}

.fp-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.fp-header-actions a {
  color: var(--fp-text);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.fp-header-actions svg,
.fp-header-actions .fp-icon {
  fill: none;
  stroke: currentColor;
  width: 22px;
  height: 22px;
}
.fp-header-actions a:hover {
  color: var(--fp-gold);
}
.fp-header-actions a:hover svg {
  fill: none;
  stroke: var(--fp-gold);
}
.fp-cart-link {
  position: relative;
}
.fp-fav-link {
  position: relative;
}
.fp-cart-count {
  display: none;
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 99px;
  background: var(--fp-gold);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}
.fp-btn-koleksiyon {
  background: var(--fp-gold);
  color: var(--kurumsal-text, #fff) !important;
  font-family: var(--fp-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s;
  border: none;
}
.fp-btn-koleksiyon:hover {
  background: var(--fp-gold-hover);
  color: var(--kurumsal-text, #fff);
}

/* ── Product Detail Page ── */
.fp-product-page {
  font-family: var(--fp-sans);
  color: var(--fp-text);
}
.fp-product-page h1 {
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: .75rem;
}
.fp-breadcrumb-premium {
  padding: 12px 0;
  font-size: 13px;
}
.fp-breadcrumb-premium ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}
.fp-breadcrumb-premium li {
  display: inline-flex;
  align-items: center;
  color: var(--fp-text-muted);
}
.fp-breadcrumb-premium li + li::before {
  content: "›";
  margin: 0 6px;
  color: var(--fp-text-muted);
}
.fp-breadcrumb-premium li a {
  color: var(--fp-text-muted);
  text-decoration: none;
}
.fp-breadcrumb-premium li a:hover {
  color: var(--fp-gold);
}
.fp-breadcrumb-premium li.active {
  color: var(--fp-text);
}

/* Gallery */
.fp-gallery-main {
  position: relative;
  background: var(--fp-beige, #f8f5ec);
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-radius-lg, 8px);
  overflow: hidden;
  box-shadow: var(--fp-shadow-sm);
}
.fp-gallery-main .product-sliders {
  border-radius: inherit;
}
.fp-gallery-main .swiper-slide {
  background: #fff;
}
.fp-gallery-main .swiper-slide img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 0.5s var(--fp-ease, ease);
}
.fp-gallery-main:hover .swiper-slide-active img {
  transform: scale(1.01);
}
.fp-igi-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
  background: rgba(255,255,255,.95);
  border: 1px solid var(--fp-border);
  padding: 4px 8px;
  line-height: 0;
  display: flex;
  align-items: center;
}
.fp-igi-badge .fp-cert-logo {
  display: block;
  height: 32px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}
.fp-discount-badge,
.fp-badge.fp-badge--sale.fp-badge--corner {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  background: var(--fp-badge-sale-bg, var(--fp-text));
  color: var(--fp-badge-sale-text, #fff);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .5px;
  padding: 6px 12px;
  border-radius: 2px;
}
.fp-zoom-btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 10;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--fp-border);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--fp-text);
  box-shadow: var(--fp-shadow-sm);
  transition: border-color .2s, background .2s, transform .2s;
}
.fp-zoom-btn:hover {
  border-color: var(--fp-gold);
  background: #fff;
  transform: scale(1.05);
}
.fp-thumbs-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 0 4px;
}
.fp-thumbs-row .swiper-thumbnails {
  flex: 1;
  overflow: hidden;
}
.fp-thumbs-row .swiper-thumbnails .swiper-slide {
  width: 76px !important;
  opacity: .55;
  border: 2px solid transparent;
  border-radius: var(--fp-radius, 4px);
  overflow: hidden;
  transition: opacity .25s, border-color .25s, transform .25s;
  cursor: pointer;
}
.fp-thumbs-row .swiper-thumbnails .swiper-slide:hover {
  opacity: .85;
}
.fp-thumbs-row .swiper-thumbnails .swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--fp-gold);
  transform: translateY(-1px);
}
.fp-thumbs-row .swiper-thumbnails .swiper-slide img {
  border-radius: var(--fp-radius, 4px) !important;
  max-width: 76px;
  max-height: 76px;
  width: 100%;
  height: 76px;
  object-fit: cover;
}
.fp-thumb-nav {
  background: #fff;
  border: 1px solid var(--fp-border);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fp-text-muted);
  transition: border-color .2s, color .2s;
}
.fp-thumb-nav:hover {
  border-color: var(--fp-gold);
  color: var(--fp-gold);
}

/* Product Info */
.fp-product-info {
  max-width: 520px;
}
.fp-product-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.fp-wishlist-btn {
  background: none;
  border: 1px solid var(--fp-border);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color .2s;
}
.fp-wishlist-btn:hover {
  border-color: var(--fp-gold);
}
.fp-wishlist-btn.is-active,
.fp-wishlist-card.is-active {
  border-color: var(--fp-gold);
  background: var(--fp-beige);
}
.fp-wishlist-btn.is-active svg,
.fp-wishlist-card.is-active svg {
  fill: var(--fp-gold);
  stroke: var(--fp-gold);
}
.fp-product-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--fp-text-muted);
  margin-bottom: 1rem;
}
.fp-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1.25rem;
  font-size: 13px;
}
.fp-rating .fp-stars {
  color: var(--fp-gold);
  letter-spacing: 2px;
}
.fp-price-block {
  margin-bottom: 0.85rem;
}
.fp-price-current {
  font-size: 1.75rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  color: var(--fp-text);
  line-height: 1;
}
.fp-price-old {
  font-size: 1rem;
  color: var(--fp-text-muted);
  text-decoration: line-through;
  margin-left: 12px;
}

/* Spec Strip */
.fp-spec-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border: 1px solid var(--fp-border);
  border-radius: 4px;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.fp-spec-item {
  flex: 1;
  min-width: 100px;
  text-align: center;
  padding: 12px 8px;
  border-right: 1px solid var(--fp-border);
}
.fp-spec-item:last-child {
  border-right: none;
}
.fp-spec-item svg {
  width: 20px;
  height: 20px;
  stroke: var(--fp-gold);
  fill: none;
  margin-bottom: 4px;
}
.fp-spec-item .fp-spec-label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--fp-text-muted);
}
.fp-spec-item .fp-spec-value {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--fp-text);
}

/* Size Selector */
.fp-option-group {
  margin-bottom: 1.25rem;
}
.fp-option-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.fp-option-header label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0;
}
.fp-option-header a {
  font-size: 12px;
  color: var(--fp-gold);
  text-decoration: none;
}
.fp-size-circles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fp-size-btn {
  cursor: pointer;
  margin: 0;
}
.fp-size-btn input {
  display: none;
}
.fp-size-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--fp-border);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 500;
  transition: all .2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fp-size-select {
  width: 100%;
  max-width: 280px;
  padding: 10px 12px;
  border: 1px solid var(--fp-border);
  border-radius: 4px;
  font-size: 13px;
  font-family: var(--fp-sans);
  color: var(--fp-text);
  background: #fff;
  cursor: pointer;
}
.fp-size-select:focus {
  outline: none;
  border-color: var(--fp-gold);
}
.fp-size-btn input:checked + span,
.fp-size-btn:hover span {
  border-color: var(--fp-gold);
  background: var(--fp-beige);
  color: var(--fp-gold);
}

/* Metal Color */
.fp-metal-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid var(--fp-border);
  border-radius: 24px;
  font-size: 13px;
  cursor: pointer;
}
.fp-metal-pill .fp-metal-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e8e8e8;
  border: 1px solid #ccc;
}
.fp-metal-pill.active {
  border-color: var(--fp-gold);
  background: var(--fp-beige);
}

/* Action Buttons */
.fp-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1.25rem;
}
.fp-btn-cart {
  background: var(--fp-gold);
  color: var(--kurumsal-text, #fff);
  border: none;
  padding: 16px 24px;
  font-family: var(--fp-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  transition: background .2s;
}
.fp-btn-cart:hover {
  background: var(--fp-gold-hover);
}
.fp-btn-whatsapp {
  background: #fff;
  color: var(--fp-text);
  border: 1px solid var(--fp-border);
  padding: 14px 24px;
  font-family: var(--fp-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  transition: border-color .2s;
}
.fp-btn-whatsapp:hover {
  border-color: #25D366;
  color: var(--fp-text);
}
.fp-btn-whatsapp svg {
  fill: #25D366;
}

/* Trust Mini */
.fp-trust-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 8px;
  border-top: 1px solid var(--fp-border);
}
.fp-trust-mini span {
  font-size: 11px;
  color: var(--fp-text-muted);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.fp-trust-mini svg {
  width: 16px;
  height: 16px;
  stroke: var(--fp-gold);
  fill: none;
}

/* Trust Badges Row */
.fp-trust-badges {
  background: var(--fp-beige);
  padding: 32px 0;
  margin: 40px 0;
}
.fp-trust-badges .fp-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.fp-trust-card {
  text-align: center;
  padding: 20px 16px;
  background: #fff;
  border: 1px solid var(--fp-border);
  border-radius: 4px;
}
.fp-trust-card svg {
  width: 32px;
  height: 32px;
  stroke: var(--fp-gold);
  fill: none;
  margin-bottom: 12px;
}
.fp-trust-card h4 {
  font-size: 15px;
  margin-bottom: 6px;
}
.fp-trust-card p {
  font-size: 12px;
  color: var(--fp-text-muted);
  margin: 0;
  line-height: 1.5;
}

/* ── Ürün Detay — Güven Şeridi ── */
.fp-trust-strip {
  border-top: 1px solid var(--fp-border);
  border-bottom: 1px solid var(--fp-border);
  background: #fff;
  padding: 18px 0;
  margin-top: 48px;
}
.fp-trust-strip-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fp-trust-strip-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--fp-text);
  line-height: 1.3;
}
.fp-trust-strip-list svg {
  flex-shrink: 0;
  stroke: var(--fp-gold);
  fill: none;
}

/* ── Ürün Detay — Sekmeli Bölüm ── */
.fp-product-details {
  padding: 0 0 48px;
}
.fp-detail-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--fp-border);
  margin-bottom: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.fp-detail-tabs::-webkit-scrollbar {
  display: none;
}
.fp-detail-tab {
  flex: 1;
  min-width: max-content;
  padding: 18px 20px;
  font-family: var(--fp-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fp-text-muted);
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
  transition: color .2s, border-color .2s;
  white-space: nowrap;
}
.fp-detail-tab:hover {
  color: var(--fp-text);
}
.fp-detail-tab.active {
  color: var(--fp-text);
  border-bottom-color: var(--fp-gold);
}
.fp-detail-panels {
  background: #fff;
  border: 1px solid var(--fp-border);
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 32px;
  min-height: 280px;
}
.fp-detail-panel {
  display: none;
  animation: fpPanelIn .25s ease;
}
.fp-detail-panel.active {
  display: block;
}
@keyframes fpPanelIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
.fp-detail-panel-inner {
  padding: 0;
  max-width: none;
  width: 100%;
}
.fp-detail-prose {
  font-size: 15px;
  line-height: 1.75;
  color: var(--fp-text-muted);
}
.fp-detail-prose p {
  margin-bottom: 1rem;
}
.fp-detail-prose p:last-child {
  margin-bottom: 0;
}
.fp-desc-lead {
  font-size: 16px;
  color: var(--fp-text);
  margin-bottom: 1.25rem;
}
.fp-desc-footnote {
  font-size: 14px;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid var(--fp-border);
}
.fp-info-callout {
  padding: 16px 20px;
  background: var(--fp-beige);
  border-radius: 6px;
  margin-bottom: 1.25rem;
}
.fp-info-callout strong {
  display: block;
  font-size: 14px;
  color: var(--fp-text);
  margin-bottom: 4px;
}
.fp-info-callout p {
  font-size: 14px;
  margin: 0;
}
.fp-cert-box {
  margin-top: 28px;
  padding: 24px;
  background: var(--fp-beige);
  border-radius: 6px;
  border: 1px solid var(--fp-border);
}
.fp-cert-box h3 {
  font-size: 1.1rem;
  margin: 0 0 10px;
  color: var(--fp-text);
}
.fp-cert-box p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: var(--fp-text-muted);
}

/* Özellikler — yan yana düzen */
.fp-specs-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 32px;
}
.fp-specs-main,
.fp-stone-main {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
}
.fp-specs-block-title,
.fp-stone-title {
  font-family: var(--fp-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--fp-text);
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  text-transform: none;
  flex-shrink: 0;
}
.fp-tas-detay-wrap {
  min-height: 0;
  height: 100%;
}
.fp-tas-detay-wrap:empty {
  display: none;
}

/* Özellik grid */
.fp-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--fp-border);
  border: 1px solid var(--fp-border);
  border-radius: 6px;
  overflow: hidden;
  flex: 1;
  margin-bottom: 0;
  align-content: start;
}
.fp-spec-grid .fp-spec-cell:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}
.fp-spec-cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 18px;
  background: #fff;
}
.fp-spec-cell-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fp-text-muted);
}
.fp-spec-cell-value {
  font-size: 15px;
  font-weight: 600;
  color: var(--fp-text);
  line-height: 1.3;
}

/* Taş tablosu */
.fp-stone-table-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--fp-border);
  border-radius: 6px;
  min-height: 0;
}
.fp-stone-table {
  width: 100%;
  min-width: 0;
  height: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.fp-stone-table thead th {
  padding: 11px 14px;
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--fp-text-muted);
  background: var(--fp-beige);
  border-bottom: 1px solid var(--fp-border);
  white-space: nowrap;
}
.fp-stone-table tbody td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--fp-border);
  color: var(--fp-text);
  vertical-align: middle;
}
.fp-stone-table tbody tr:last-child td {
  border-bottom: none;
}
.fp-stone-table tbody tr:hover td {
  background: rgba(248, 245, 236, 0.5);
}

/* Neden seçmelisiniz */
.fp-highlights {
  padding-top: 28px;
  margin-top: 4px;
  border-top: 1px solid var(--fp-border);
}
.fp-highlights-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 20px;
  color: var(--fp-text);
}
.fp-highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fp-highlight-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  background: var(--fp-beige);
  border-radius: 6px;
  border: 1px solid transparent;
  transition: border-color .2s;
}
.fp-highlight-item:hover {
  border-color: var(--fp-border);
}
.fp-highlight-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--fp-border);
}
.fp-highlight-icon svg {
  stroke: var(--fp-gold);
  fill: none;
}
.fp-highlight-item strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--fp-text);
  margin-bottom: 4px;
}
.fp-highlight-item p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--fp-text-muted);
  margin: 0;
}

/* Açıklama — iki sütun (sertifika varsa) */
.fp-desc-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.fp-desc-layout--split {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  align-items: start;
}
.fp-desc-layout .fp-cert-box {
  margin-top: 0;
  height: 100%;
}

/* Teslimat & İade — tam genişlik iki sütun */
.fp-policy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid var(--fp-border);
  border-radius: 6px;
  overflow: hidden;
  min-height: 100%;
}
.fp-policy-card {
  padding: 28px 32px;
  border: none;
  border-radius: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.fp-policy-card + .fp-policy-card {
  border-top: 1px solid var(--fp-border);
}
.fp-policy-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--fp-border);
  color: var(--fp-text);
}
.fp-policy-card .fp-detail-prose {
  flex: 1;
}
.fp-policy-note {
  font-size: 13px;
  margin-bottom: 12px;
}
.fp-policy-list {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 14px;
  line-height: 1.75;
  color: var(--fp-text-muted);
}
.fp-policy-list li {
  margin-bottom: 8px;
}
.fp-policy-list li:last-child {
  margin-bottom: 0;
}

/* SSS */
.fp-faq-list {
  border: 1px solid var(--fp-border);
  border-radius: 6px;
  overflow: hidden;
}
.fp-faq-list .fp-faq-item {
  border-bottom: 1px solid var(--fp-border);
}
.fp-faq-list .fp-faq-item:last-child {
  border-bottom: none;
}
.fp-faq-list .fp-faq-q {
  width: 100%;
  padding: 18px 20px;
  font-family: var(--fp-body);
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: var(--fp-text);
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: background .2s;
}
.fp-faq-list .fp-faq-q:hover {
  background: var(--fp-beige);
}
.fp-faq-list .fp-faq-q::after {
  content: "+";
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 300;
  color: var(--fp-gold);
  line-height: 1;
}
.fp-faq-list .fp-faq-item.open .fp-faq-q {
  background: var(--fp-beige);
}
.fp-faq-list .fp-faq-item.open .fp-faq-q::after {
  content: "−";
}
.fp-faq-list .fp-faq-a {
  padding: 0 20px 18px;
  background: var(--fp-beige);
}
.fp-faq-list .fp-faq-a[hidden] {
  display: none;
}
.fp-faq-list .fp-faq-a p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--fp-text-muted);
  margin: 0;
}

/* Eski akış sınıfları (geriye uyumluluk) */
.fp-product-flow.fp-trust-badges {
  margin: 0 0 8px;
  padding: 28px 0;
}
.fp-flow-section {
  border-top: 1px solid var(--fp-border);
  padding: 24px 0;
}
.fp-flow-pair-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0 36px;
  align-items: start;
  border-top: 1px solid var(--fp-border);
}
.fp-flow-pair-grid--balanced {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.fp-flow-pair-grid:first-of-type {
  border-top: none;
}
.fp-flow-pair-grid .fp-flow-section {
  border-top: none;
  padding: 24px 0;
}
.fp-flow-pair-grid--single {
  grid-template-columns: 1fr;
}
.fp-product-flow > .fp-flow-section:first-of-type {
  border-top: none;
  padding-top: 24px;
}
.fp-flow-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  cursor: default;
  font-family: var(--fp-font);
}
.fp-flow-accordion .fp-flow-head {
  cursor: pointer;
  justify-content: flex-start;
}
.fp-flow-accordion .fp-flow-head:hover h2 {
  color: var(--fp-gold);
}
.fp-flow-step {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
  color: var(--fp-gold);
  border: 1px solid var(--fp-border);
  border-radius: 50%;
  background: var(--fp-beige);
}
.fp-flow-head h2 {
  flex: 1;
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  transition: color .2s;
}
.fp-flow-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 1px solid var(--fp-border);
  border-radius: 50%;
  position: relative;
}
.fp-flow-icon::before,
.fp-flow-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1.5px;
  background: var(--fp-text);
  transform: translate(-50%, -50%);
  transition: transform .2s;
}
.fp-flow-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.fp-flow-accordion.open .fp-flow-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
.fp-flow-body {
  padding-left: 52px;
}
.fp-flow-collapsible {
  display: none;
}
.fp-flow-accordion.open .fp-flow-collapsible {
  display: block;
}
.fp-flow-prose {
  font-size: 14px;
  line-height: 1.75;
  color: var(--fp-text-muted);
}
.fp-flow-prose p {
  margin-bottom: 1rem;
}
.fp-flow-prose p:last-child {
  margin-bottom: 0;
}
.fp-flow-note {
  font-size: 13px;
  padding: 12px 16px;
  background: var(--fp-beige);
  border-left: 3px solid var(--fp-gold);
  border-radius: 0 4px 4px 0;
}
.fp-flow-list {
  margin: 0;
  padding-left: 1.25rem;
  font-size: 14px;
  line-height: 1.75;
  color: var(--fp-text-muted);
}
.fp-flow-list li {
  margin-bottom: .5rem;
}
.fp-specs-table-premium {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.fp-specs-table-premium th,
.fp-specs-table-premium td {
  padding: 12px 0;
  font-size: 14px;
  border-bottom: 1px solid var(--fp-border);
  text-align: left;
  vertical-align: top;
}
.fp-specs-table-premium th {
  width: 42%;
  font-weight: 500;
  color: var(--fp-text-muted);
}
.fp-specs-table-premium td {
  font-weight: 600;
  color: var(--fp-text);
}
.fp-tas-baslik {
  font-size: 1rem;
  font-weight: 600;
  margin: 8px 0 12px;
}
.fp-tas-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.fp-tas-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 13px;
}
.fp-tas-table thead th {
  padding: 10px 12px;
  text-align: left;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--fp-text-muted);
  background: var(--fp-beige);
  border-bottom: 1px solid var(--fp-border);
}
.fp-tas-table tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--fp-border);
  color: var(--fp-text);
}
.fp-tas-table tbody tr:last-child td {
  border-bottom: none;
}
.fp-faq-block--flow .fp-faq-item:first-child {
  border-top: 1px solid var(--fp-border);
}
.urun-aciklama {
  font-size: 14px;
  line-height: 1.75;
  color: var(--fp-text-muted);
}
.urun-aciklama img {
  max-width: 100%;
  height: auto;
}

/* Details Grid */
.fp-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 40px 0;
}
.fp-specs-table {
  position: relative;
}
.fp-specs-table h3,
.fp-why-choose h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.fp-specs-table table {
  width: 100%;
  border-collapse: collapse;
}
.fp-specs-table table tr {
  border-bottom: 1px solid var(--fp-border);
}
.fp-specs-table table td {
  padding: 10px 0;
  font-size: 14px;
}
.fp-specs-table table td:first-child {
  color: var(--fp-text-muted);
  width: 45%;
}
.fp-specs-table table td:last-child {
  font-weight: 500;
}
.fp-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}
.fp-flow-pair-grid .fp-why-grid {
  gap: 12px;
}
.fp-why-item {
  padding: 12px 10px;
  border: 1px solid var(--fp-border);
  border-radius: 6px;
  background: var(--fp-beige);
}
.fp-why-item svg {
  width: 28px;
  height: 28px;
  stroke: var(--fp-gold);
  fill: none;
  margin-bottom: 10px;
}
.fp-why-item h4 {
  font-size: 15px;
  margin-bottom: 6px;
}
.fp-why-item p {
  font-size: 13px;
  color: var(--fp-text-muted);
  line-height: 1.5;
  margin: 0;
}

/* Certificate & FAQ */
.fp-cert-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 40px 0;
  padding: 40px 0;
  border-top: 1px solid var(--fp-border);
}
.fp-cert-block h3,
.fp-faq-block h3 {
  font-family: var(--fp-serif);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
.fp-cert-block p {
  font-size: 14px;
  color: var(--fp-text-muted);
  line-height: 1.6;
}
.fp-cert-link {
  color: var(--fp-gold);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
}
.fp-faq-item {
  border-bottom: 1px solid var(--fp-border);
}
.fp-faq-q {
  padding: 16px 0;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fp-faq-q::after {
  content: "+";
  font-size: 18px;
  color: var(--fp-gold);
}
.fp-faq-item.open .fp-faq-q::after {
  content: "−";
}
.fp-faq-a {
  display: none;
  padding: 0 0 16px;
  font-size: 13px;
  color: var(--fp-text-muted);
  line-height: 1.6;
}
.fp-faq-item.open .fp-faq-a {
  display: block;
}

/* Bottom CTA Banner */
.fp-bottom-cta {
  position: relative;
  padding: 60px 0;
  text-align: center;
  background: var(--fp-beige);
  margin: 40px 0 0;
  overflow: hidden;
}
.fp-bottom-cta h2 {
  font-family: var(--fp-serif);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.fp-bottom-cta-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.fp-bottom-cta-btns a {
  padding: 14px 28px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all .2s;
}
.fp-bottom-cta-btns .fp-cta-outline {
  border: 1px solid var(--fp-text);
  color: var(--fp-text);
  background: transparent;
}
.fp-bottom-cta-btns .fp-cta-outline:hover {
  background: var(--fp-text);
  color: #fff;
}
.fp-bottom-cta-btns .fp-cta-gold {
  background: var(--fp-gold);
  color: #fff;
  border: 1px solid var(--fp-gold);
}
.fp-bottom-cta-btns .fp-cta-gold:hover {
  background: var(--fp-gold-hover);
}

.fp-product-page .florya-pirlanta-feature-container {
  margin-top: 40px;
  border-top: 1px solid var(--fp-border);
  padding-top: 24px;
}
.fp-product-page .florya-pirlanta-feature-head {
  font-size: 14px;
  border-bottom: 1px solid var(--fp-border);
  padding: 14px 0;
}
.fp-product-page .florya-pirlanta-feature-head p {
  font-size: 14px;
  font-family: var(--fp-sans);
}

.fp-premium-header ~ .florya-pirlanta-collection-header {
  display: none;
}

/* Mobil Drawer */
.fp-mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 1200;
  backdrop-filter: blur(2px);
}
.fp-mobile-overlay.open {
  display: block;
}
.fp-mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: min(340px, 92vw);
  max-width: 92vw;
  height: 100vh;
  height: 100dvh;
  background: var(--fp-ivory, #fdfcfa);
  z-index: 1210;
  overflow-y: auto;
  overflow-x: hidden;
  transition: right .32s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -8px 0 32px rgba(0,0,0,.12);
  display: flex;
  flex-direction: column;
}
.fp-mobile-drawer.open {
  right: 0;
}
.fp-mobile-drawer-head {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  background: #fff;
  border-bottom: 1px solid var(--fp-border);
  position: sticky;
  top: 0;
  z-index: 2;
}
.fp-mobile-close,
.fp-mobile-drawer-user {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--fp-text);
  text-decoration: none;
  border-radius: 50%;
  transition: background .2s, color .2s;
}
.fp-mobile-close:hover,
.fp-mobile-drawer-user:hover {
  background: var(--fp-beige);
  color: var(--fp-gold);
}
.fp-mobile-drawer-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.fp-mobile-drawer-brand img {
  max-height: 36px;
  width: auto;
}
.fp-mobile-user {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  background: var(--fp-beige);
  border-bottom: 1px solid var(--fp-border);
}
.fp-mobile-user-text {
  min-width: 0;
  flex: 1;
}
.fp-mobile-user-text strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fp-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--fp-text);
  margin-bottom: 4px;
  line-height: 1.35;
}
.fp-mobile-user-text strong .fp-icon {
  stroke: var(--fp-gold);
  flex-shrink: 0;
}
.fp-mobile-user-text a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: var(--fp-gold);
  text-decoration: none;
}
.fp-mobile-auth {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--fp-border);
  background: #fff;
}
.fp-mobile-auth-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid var(--fp-border);
  color: var(--fp-text);
  background: #fff;
  transition: all .2s;
}
.fp-mobile-auth-btn .fp-icon {
  flex-shrink: 0;
}
.fp-mobile-auth-btn:hover {
  border-color: var(--fp-gold);
  color: var(--fp-gold);
}
.fp-mobile-auth-btn--gold {
  background: var(--fp-text);
  border-color: var(--fp-text);
  color: #fff;
}
.fp-mobile-auth-btn--gold:hover {
  background: var(--fp-gold);
  border-color: var(--fp-gold);
  color: #fff;
}
.fp-mobile-trust {
  display: none;
}
.fp-mobile-search {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  border-bottom: 1px solid var(--fp-border);
  background: #fff;
  position: relative;
}
.fp-mobile-search-icon {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--fp-text-muted);
  pointer-events: none;
  display: flex;
}
.fp-mobile-search input {
  flex: 1;
  border: 1px solid var(--fp-border);
  border-radius: 99px;
  padding: 10px 44px 10px 40px;
  font-size: 14px;
  background: var(--fp-beige);
}
.fp-mobile-search input:focus {
  outline: none;
  border-color: var(--fp-gold);
  background: #fff;
}
.fp-mobile-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--fp-gold);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s;
}
.fp-mobile-search button:hover {
  background: var(--fp-gold-hover);
}
.fp-mobile-search button .fp-icon {
  stroke: #fff;
}
.fp-mobile-quick {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 12px 8px;
  border-bottom: 1px solid var(--fp-border);
  background: #fff;
}
.fp-mobile-quick-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 8px 4px;
  text-decoration: none;
  color: var(--fp-text);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  transition: color .2s;
}
.fp-mobile-quick-item:hover {
  color: var(--fp-gold);
}
.fp-mobile-quick-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--fp-beige);
  border: 1px solid var(--fp-border);
  transition: background .2s, border-color .2s;
}
.fp-mobile-quick-item:hover .fp-mobile-quick-icon {
  background: #fff;
  border-color: var(--fp-gold);
}
.fp-mobile-quick-icon .fp-icon {
  stroke: var(--fp-gold);
}
.fp-mobile-section {
  padding: 8px 0 4px;
}
.fp-mobile-section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 10px 16px 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fp-text-muted);
}
.fp-mobile-section-title .fp-icon {
  stroke: var(--fp-gold);
}
.fp-mobile-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fp-mobile-nav-item {
  border-bottom: 1px solid var(--fp-border);
}
.fp-mobile-nav-item:last-child {
  border-bottom: none;
}
.fp-mobile-nav-link,
.fp-mobile-nav-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
  font-family: var(--fp-serif);
  font-size: 14px;
  font-weight: 600;
  color: var(--fp-text);
  text-decoration: none;
  background: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: color .2s, background .2s;
}
.fp-mobile-nav-link:hover,
.fp-mobile-nav-toggle:hover {
  color: var(--fp-gold);
  background: var(--fp-beige);
}
.fp-mobile-nav-leading {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.fp-mobile-nav-leading span {
  line-height: 1.3;
}
.fp-mobile-nav-chevron {
  display: flex;
  color: var(--fp-text-muted);
  transition: transform .25s ease;
  flex-shrink: 0;
}
.fp-mobile-nav-item.is-open .fp-mobile-nav-chevron {
  transform: rotate(180deg);
}
.fp-mobile-subnav {
  list-style: none;
  margin: 0;
  padding: 0;
  background: var(--fp-beige);
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}
.fp-mobile-nav-item.is-open .fp-mobile-subnav {
  max-height: 800px;
}
.fp-mobile-cat-link {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 10px 16px 10px 20px !important;
  font-size: 13px;
  color: var(--fp-text-muted);
  text-decoration: none;
  transition: color .2s, background .2s;
}
.fp-mobile-cat-link:hover {
  color: var(--fp-gold);
  background: rgba(255,255,255,.6);
}
.fp-mobile-cat-link > span:not(.fp-mobile-cat-icon):not(.fp-mobile-row-chevron) {
  flex: 1;
  min-width: 0;
}
.fp-mobile-row-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
  color: var(--fp-text-muted);
  opacity: 0.55;
}
.fp-mobile-cat-link:hover .fp-mobile-row-chevron,
.fp-mobile-nav-link:hover .fp-mobile-row-chevron,
.fp-mobile-links a:hover .fp-mobile-row-chevron {
  color: var(--fp-gold);
  opacity: 1;
}
.fp-mobile-cat-link .fp-mobile-row-chevron .fp-icon,
.fp-mobile-nav-link .fp-mobile-row-chevron .fp-icon,
.fp-mobile-links .fp-mobile-row-chevron .fp-icon {
  width: 16px;
  height: 16px;
}
.fp-mobile-cat-link--all {
  font-weight: 600;
  color: var(--fp-text);
  border-bottom: 1px dashed var(--fp-border);
}
.fp-mobile-cat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--fp-border);
  flex-shrink: 0;
}
.fp-mobile-cat-icon .fp-icon {
  stroke: var(--fp-gold);
}
.fp-mobile-cat-thumb {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid var(--fp-border);
  background: #fff;
}
.fp-mobile-cat-thumb--sm {
  width: 36px;
  height: 36px;
}
.fp-mobile-links {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
.fp-mobile-links li {
  border-bottom: 1px solid var(--fp-border);
}
.fp-mobile-links li:last-child {
  border-bottom: none;
}
.fp-mobile-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  font-size: 13px;
  color: var(--fp-text);
  text-decoration: none;
  transition: color .2s, background .2s;
}
.fp-mobile-links a:hover {
  color: var(--fp-gold);
  background: var(--fp-beige);
}
.fp-mobile-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--fp-beige);
  flex-shrink: 0;
}
.fp-mobile-link-icon .fp-icon {
  stroke: var(--fp-gold);
}
.fp-mobile-links a .fp-mobile-row-chevron {
  margin-left: auto;
}
.fp-mobile-social {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 20px 16px 28px;
  margin-top: auto;
  border-top: 1px solid var(--fp-border);
}
.fp-mobile-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--fp-border);
  color: var(--fp-text);
  transition: border-color .2s, color .2s, background .2s;
}
.fp-mobile-social a .fp-icon {
  width: 18px;
  height: 18px;
}
.fp-mobile-social a:hover {
  border-color: var(--fp-gold);
  color: var(--fp-gold);
  background: var(--fp-beige);
}

/* Mobil top bar güven şeridi */
.fp-mobile-top-trust {
  overflow: hidden;
  padding: 4px 0;
}
.fp-mobile-top-trust-track {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.fp-mobile-top-trust-track span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.88);
  white-space: nowrap;
}
.fp-mobile-top-trust-track .fp-icon {
  stroke: var(--fp-gold);
}

.fp-header-icon {
  position: relative;
}

.florya-pirlanta-menu {
  display: none !important;
}

/* Responsive */
@media (min-width: 992px) {
  .fp-specs-layout:has(.fp-stone-main) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 32px;
    align-items: stretch;
  }
  .fp-specs-layout:not(:has(.fp-specs-main)):has(.fp-stone-main) {
    grid-template-columns: 1fr;
  }
  .fp-specs-layout:has(.fp-stone-main) .fp-tas-detay-wrap {
    display: flex;
    flex-direction: column;
  }
  .fp-specs-layout:not(:has(.fp-stone-main)) .fp-spec-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .fp-specs-layout:has(.fp-stone-main) .fp-spec-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fp-policy-grid {
    grid-template-columns: repeat(2, 1fr);
    min-height: 320px;
  }
  .fp-policy-card + .fp-policy-card {
    border-top: none;
    border-left: 1px solid var(--fp-border);
  }
  .fp-highlights-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .fp-highlight-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 14px;
  }
  .fp-flow-pair-grid .fp-why-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .fp-flow-pair-grid .fp-why-item {
    padding: 10px 8px;
  }
  .fp-flow-pair-grid .fp-why-item svg {
    width: 22px;
    height: 22px;
    margin-bottom: 6px;
  }
  .fp-flow-pair-grid .fp-why-item h4 {
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 1.3;
  }
  .fp-flow-pair-grid .fp-why-item p {
    font-size: 11px;
    line-height: 1.45;
  }
  .fp-flow-pair-grid .fp-flow-body {
    padding-left: 0;
  }
  .fp-flow-pair-grid .fp-flow-head h2 {
    font-size: 1.15rem;
  }
}
@media (max-width: 1199px) {
  .fp-premium-nav {
    display: none;
  }
  .fp-header-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
  }
  .fp-premium-header .fp-header-inner {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    align-items: center;
    gap: 6px 8px;
    padding: 10px 0;
  }
  .fp-header-menu-btn {
    grid-column: 1;
    grid-row: 1;
  }
  .fp-premium-header .fp-logo-link {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    text-align: center;
  }
  .fp-premium-header .fp-header-actions {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    gap: 12px;
  }
  .fp-premium-header .fp-logo-link img {
    max-height: 38px;
  }
  .fp-header-actions .fp-header-icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .fp-header-actions svg,
  .fp-header-actions .fp-icon {
    width: 20px;
    height: 20px;
  }
  .fp-trust-badges .fp-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fp-trust-strip-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .fp-spec-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fp-details-grid,
  .fp-cert-faq {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .fp-detail-panels {
    padding: 24px 20px;
  }
  .fp-desc-layout--split {
    grid-template-columns: 1fr;
  }
  .fp-policy-grid {
    grid-template-columns: 1fr;
  }
  .fp-flow-pair-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .fp-flow-pair-grid .fp-flow-body {
    padding-left: 0;
  }
  .fp-flow-pair-grid .fp-flow-section + .fp-flow-section {
    border-top: 1px solid var(--fp-border);
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .fp-premium-top .fp-top-trust {
    display: none;
  }
  .fp-product-page h1 {
    font-size: 1.35rem;
  }
  .fp-price-current {
    font-size: 1.5rem;
  }
  .fp-spec-strip {
    flex-direction: column;
  }
  .fp-spec-item {
    border-right: none;
    border-bottom: 1px solid var(--fp-border);
  }
  .fp-trust-badges .fp-trust-grid {
    grid-template-columns: 1fr;
  }
  .fp-trust-strip-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .fp-trust-strip-list li {
    font-size: 12px;
  }
  .fp-detail-tab {
    padding: 14px 16px;
    font-size: 11px;
  }
  .fp-detail-panels {
    padding: 20px 16px;
    min-height: 0;
  }
  .fp-spec-grid {
    grid-template-columns: 1fr;
  }
  .fp-policy-card {
    padding: 20px;
  }
  .fp-highlights-grid {
    grid-template-columns: 1fr;
  }
  .fp-why-grid {
    grid-template-columns: 1fr;
  }
  .fp-flow-body {
    padding-left: 0;
  }
  .fp-flow-head h2 {
    font-size: 1.15rem;
  }
  .fp-flow-step {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }
}

/* ── Koleksiyonlar Sayfası ── */
.fp-koleksiyon-page {
  font-family: var(--fp-sans);
  color: var(--fp-text);
}
.fp-kol-hero {
  background: var(--fp-beige);
  padding: 24px 0 48px;
  border-bottom: 1px solid var(--fp-border);
}
.fp-kol-hero-inner {
  max-width: 640px;
  margin-top: 24px;
}
.fp-kol-hero-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--fp-gold);
  margin-bottom: 8px;
}
.fp-kol-hero h1 {
  font-family: var(--fp-serif);
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.2;
}
.fp-kol-hero-text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--fp-text-muted);
  margin: 0;
}
.fp-kol-section-head {
  text-align: center;
  margin-bottom: 32px;
}
.fp-kol-section-head h2 {
  font-family: var(--fp-serif);
  font-size: 1.55rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.fp-kol-section-head p {
  color: var(--fp-text-muted);
  font-size: 14px;
  margin: 0;
}
.fp-kol-featured {
  padding: 48px 15px;
}
.fp-kol-featured-card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--fp-border);
  overflow: hidden;
  transition: box-shadow .3s ease;
}
.fp-kol-featured-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,.08);
}
.fp-kol-featured-media {
  position: relative;
  min-height: 360px;
  background: var(--fp-beige);
}
.fp-kol-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 360px;
}
.fp-kol-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--fp-badge-promo-bg, var(--fp-gold));
  color: var(--fp-badge-promo-text, var(--kurumsal-text, #fff));
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: var(--fp-badge-radius, 2px);
}
.fp-kol-featured-body {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
.fp-kol-featured-body h2 {
  font-family: var(--fp-serif);
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 16px;
}
.fp-kol-excerpt {
  font-size: 14px;
  line-height: 1.7;
  color: var(--fp-text-muted);
  margin-bottom: 16px;
}
.fp-kol-excerpt p {
  margin: 0;
}
.fp-kol-count {
  display: inline-block;
  font-size: 12px;
  color: var(--fp-gold);
  font-weight: 600;
  margin-bottom: 16px;
}
.fp-kol-link {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .5px;
  color: var(--fp-gold);
  text-transform: uppercase;
}
.fp-kol-grid-section {
  padding: 0 15px 48px;
}
.fp-kol-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.fp-kol-card {
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--fp-border);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
  background: #fff;
}
.fp-kol-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.fp-kol-card-media {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--fp-beige);
}
.fp-kol-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.fp-kol-card:hover .fp-kol-card-media img {
  transform: scale(1.05);
}
.fp-kol-card-body {
  padding: 20px;
}
.fp-kol-card-body h3 {
  font-family: var(--fp-serif);
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.fp-kol-card-body p {
  font-size: 13px;
  color: var(--fp-text-muted);
  line-height: 1.5;
  margin-bottom: 10px;
}
.fp-kol-categories {
  background: var(--fp-beige);
  padding: 48px 0;
  border-top: 1px solid var(--fp-border);
}
.fp-kol-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.fp-kol-cat-card {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  text-decoration: none;
  border-radius: 4px;
}
.fp-kol-cat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.fp-kol-cat-card:hover img {
  transform: scale(1.06);
}
.fp-kol-cat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.55) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
}
.fp-kol-cat-overlay span {
  font-family: var(--fp-serif);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.fp-kol-cat-overlay small {
  font-size: 12px;
  opacity: .85;
  margin-top: 4px;
}
.fp-kol-trust {
  margin: 0;
}
.fp-kol-cta-sub {
  color: var(--fp-text-muted);
  font-size: 14px;
  margin: -8px 0 24px;
}
@media (max-width: 991px) {
  .fp-kol-featured-card {
    grid-template-columns: 1fr;
  }
  .fp-kol-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fp-kol-cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .fp-kol-hero h1 {
    font-size: 1.75rem;
  }
  .fp-kol-featured-body {
    padding: 24px;
  }
  .fp-kol-grid {
    grid-template-columns: 1fr;
  }
  .fp-kol-cat-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ── Anasayfa marka hero ── */
.fp-home-brand {
  background: var(--fp-beige);
  border-bottom: 1px solid var(--fp-border);
  padding: 40px 0 36px;
  text-align: center;
}
.fp-home-brand-inner {
  max-width: 720px;
  margin: 0 auto;
}
.fp-home-brand-eyebrow {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--fp-gold);
  margin-bottom: 10px;
}
.fp-home-brand-title {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 14px;
  color: var(--fp-text);
}
.fp-home-brand-text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--fp-text-muted);
  margin-bottom: 24px;
}
.fp-home-brand-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.fp-home-brand-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--fp-text);
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid var(--fp-border);
  border-radius: 4px;
  transition: border-color .2s, color .2s;
}
.fp-home-brand-link:hover {
  border-color: var(--fp-gold);
  color: var(--fp-gold);
  text-decoration: none;
}

/* ── Kategori landing (premium) ── */
.fp-cat-landing {
  margin: 0 0 8px;
  padding: 28px 0 24px;
  background: linear-gradient(180deg, var(--fp-beige) 0%, #fff 85%);
  border-bottom: 1px solid var(--fp-border);
}
.fp-cat-landing__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}
.fp-cat-landing__eyebrow {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--fp-gold);
  margin-bottom: 8px;
}
.fp-cat-landing__h1 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
  color: var(--fp-text);
}
.fp-cat-landing__benefits {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--fp-text-muted);
  margin-bottom: 14px;
}
.fp-cat-landing__dot {
  color: var(--fp-gold);
}
.fp-cat-landing__lead {
  font-size: 14px;
  line-height: 1.7;
  color: var(--fp-text-muted);
  margin-bottom: 16px;
}
.fp-cat-landing__scroll {
  font-size: 13px;
  font-weight: 600;
  color: var(--fp-gold);
  text-decoration: none;
}
.fp-cat-landing__scroll:hover {
  color: var(--fp-gold-hover);
}
.fp-cat-landing__media {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--fp-border);
  background: #fff;
  width: 150px;
  height: 150px;
  max-width: 150px;
  max-height: 150px;
  flex-shrink: 0;
  margin-left: auto;
}
.fp-cat-landing__media img {
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 150px;
  object-fit: cover;
}
.fp-cat-landing__chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--fp-border);
}
.fp-cat-landing__chip-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--fp-text-muted);
  min-width: 52px;
}
.fp-cat-landing__chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fp-cat-landing__chip {
  display: inline-block;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  color: var(--fp-text);
  background: #fff;
  border: 1px solid var(--fp-border);
  border-radius: 24px;
  text-decoration: none;
  transition: all .2s;
}
.fp-cat-landing__chip:hover {
  border-color: var(--fp-gold);
  background: var(--fp-beige);
  color: var(--fp-gold);
}
.fp-cat-list-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--fp-text-muted);
  padding-top: 4px;
}
@media (max-width: 991px) {
  .fp-cat-landing__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .fp-cat-landing__content {
    order: 1;
  }
  .fp-cat-landing__media {
    order: 2;
    max-width: 150px;
    max-height: 150px;
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
  .fp-cat-landing__lead {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .fp-home-brand {
    padding: 28px 0 24px;
  }
  .fp-cat-landing {
    padding: 16px 0 18px;
  }
  .fp-cat-landing__grid {
    gap: 16px;
  }
  .fp-cat-landing__eyebrow {
    font-size: 10px;
    letter-spacing: 0.14em;
    margin-bottom: 6px;
  }
  .fp-cat-landing__h1 {
    font-size: 1.65rem;
    margin-bottom: 10px;
  }
  .fp-cat-landing__benefits {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .fp-cat-landing__dot {
    display: none;
  }
  .fp-cat-landing__lead {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  .fp-cat-landing__media {
    max-width: 150px;
    max-height: 150px;
    width: 150px;
    height: 150px;
  }
  .fp-cat-landing__media img {
    object-fit: cover;
  }
  .fp-cat-landing__chips {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding-top: 14px;
  }
  .fp-cat-landing__sort {
    margin-left: auto;
  }
  .fp-cat-landing__chip-label {
    min-width: 0;
  }
  .fp-cat-landing__chip-list {
    width: 100%;
  }
  .fp-cat-landing__chip {
    padding: 7px 14px;
    font-size: 12px;
  }
}
