{"id":1825,"date":"2026-06-26T23:57:19","date_gmt":"2026-06-26T21:57:19","guid":{"rendered":"https:\/\/studiopibel.be\/?page_id=1825"},"modified":"2026-06-27T00:03:50","modified_gmt":"2026-06-26T22:03:50","slug":"home","status":"publish","type":"page","link":"https:\/\/studiopibel.be\/en\/home\/","title":{"rendered":"Home"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1825\" class=\"elementor elementor-1825\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a50a078 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a50a078\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-90d1dff\" data-id=\"90d1dff\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-027771d elementor-widget elementor-widget-html\" data-id=\"027771d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>Studio Pibel<\/title>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&family=Lato:wght@300;400;700&display=swap\" rel=\"stylesheet\">\r\n<style>\r\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\r\n\r\n  :root {\r\n    --cream: #F5F0E8;\r\n    --cream-light: #FAF7F2;\r\n    --dark-green: #2C3B2D;\r\n    --mid-green: #3D5140;\r\n    --text-dark: #1A1A1A;\r\n    --text-mid: #444444;\r\n    --text-light: #888888;\r\n    --border: #E0D9CE;\r\n    --white: #FFFFFF;\r\n    --badge-new: #B85C38;\r\n    --badge-sale: #8B6914;\r\n    --star: #C4A44A;\r\n  }\r\n\r\n  body {\r\n    font-family: 'Lato', sans-serif;\r\n    background: var(--cream-light);\r\n    color: var(--text-dark);\r\n    font-size: 14px;\r\n    line-height: 1.6;\r\n  }\r\n\r\n  a { text-decoration: none; color: inherit; }\r\n  img { max-width: 100%; display: block; }\r\n\r\n  \/* \u2500\u2500 TOP BAR \u2500\u2500 *\/\r\n  .top-bar {\r\n    background: var(--cream-light);\r\n    border-bottom: 1px solid var(--border);\r\n    padding: 6px 24px;\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n    font-size: 11px;\r\n    letter-spacing: 0.08em;\r\n    text-transform: uppercase;\r\n    color: var(--text-mid);\r\n  }\r\n  .top-bar-links { display: flex; gap: 24px; }\r\n  .top-bar-right { display: flex; gap: 16px; align-items: center; }\r\n\r\n  \/* \u2500\u2500 MAIN NAV \u2500\u2500 *\/\r\n  .main-nav {\r\n    background: var(--cream-light);\r\n    border-bottom: 1px solid var(--border);\r\n    padding: 0 24px;\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n    height: 56px;\r\n    position: sticky;\r\n    top: 0;\r\n    z-index: 100;\r\n  }\r\n  .nav-logo {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: 22px;\r\n    font-weight: 400;\r\n    letter-spacing: 0.15em;\r\n    text-transform: uppercase;\r\n    color: var(--text-dark);\r\n  }\r\n  .nav-links {\r\n    display: flex;\r\n    gap: 28px;\r\n    list-style: none;\r\n    font-size: 11px;\r\n    letter-spacing: 0.1em;\r\n    text-transform: uppercase;\r\n    font-weight: 700;\r\n  }\r\n  .nav-links a { color: var(--text-mid); transition: color 0.2s; }\r\n  .nav-links a:hover { color: var(--dark-green); }\r\n  .nav-icons { display: flex; gap: 16px; align-items: center; }\r\n  .nav-icons svg { width: 18px; height: 18px; stroke: var(--text-mid); fill: none; stroke-width: 1.5; cursor: pointer; }\r\n  .cart-count {\r\n    background: var(--dark-green);\r\n    color: #fff;\r\n    font-size: 10px;\r\n    width: 16px; height: 16px;\r\n    border-radius: 50%;\r\n    display: flex; align-items: center; justify-content: center;\r\n    margin-left: -8px; margin-top: -12px;\r\n  }\r\n  .hamburger { display: none; flex-direction: column; gap: 4px; cursor: pointer; }\r\n  .hamburger span { display: block; width: 22px; height: 2px; background: var(--text-dark); }\r\n\r\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\r\n  .hero {\r\n    background: var(--dark-green);\r\n    position: relative;\r\n    min-height: 520px;\r\n    display: flex;\r\n    align-items: flex-end;\r\n    overflow: hidden;\r\n  }\r\n  .hero-bg {\r\n    position: absolute; inset: 0;\r\n    background: linear-gradient(135deg, #2C3B2D 0%, #3D5140 35%, #4A6B4E 60%, #556B4A 100%);\r\n  }\r\n  .hero-bg-texture {\r\n    position: absolute; inset: 0;\r\n    background-image: \r\n      repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,255,255,0.015) 2px, rgba(255,255,255,0.015) 4px);\r\n    opacity: 0.4;\r\n  }\r\n  .hero-content {\r\n    position: relative; z-index: 2;\r\n    padding: 60px 48px 72px;\r\n    max-width: 600px;\r\n  }\r\n  .hero-eyebrow {\r\n    font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;\r\n    color: rgba(255,255,255,0.55); margin-bottom: 16px; font-weight: 400;\r\n  }\r\n  .hero-eyebrow span { margin: 0 8px; }\r\n  .hero-headline {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: clamp(42px, 6vw, 64px);\r\n    font-weight: 400;\r\n    color: #fff;\r\n    line-height: 1.12;\r\n    margin-bottom: 20px;\r\n  }\r\n  .hero-headline em { font-style: italic; }\r\n  .hero-sub {\r\n    font-size: 13px; color: rgba(255,255,255,0.6);\r\n    max-width: 340px; line-height: 1.7; margin-bottom: 32px;\r\n  }\r\n  .btn-outline-white {\r\n    display: inline-block;\r\n    border: 1px solid rgba(255,255,255,0.5);\r\n    color: #fff;\r\n    padding: 10px 28px;\r\n    font-size: 10px;\r\n    letter-spacing: 0.15em;\r\n    text-transform: uppercase;\r\n    font-weight: 700;\r\n    transition: all 0.2s;\r\n  }\r\n  .btn-outline-white:hover { background: rgba(255,255,255,0.1); }\r\n\r\n  \/* \u2500\u2500 TRUST BAR \u2500\u2500 *\/\r\n  .trust-bar {\r\n    background: var(--cream);\r\n    border-bottom: 1px solid var(--border);\r\n    padding: 16px 24px;\r\n    display: flex;\r\n    justify-content: space-around;\r\n    align-items: center;\r\n    flex-wrap: wrap;\r\n    gap: 12px;\r\n  }\r\n  .trust-item {\r\n    display: flex; align-items: center; gap: 10px;\r\n    font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase;\r\n    color: var(--text-mid);\r\n  }\r\n  .trust-item svg { width: 20px; height: 20px; stroke: var(--text-mid); fill: none; stroke-width: 1.5; }\r\n  .trust-count { font-weight: 700; font-size: 18px; color: var(--text-dark); }\r\n  .trust-sep { width: 1px; height: 36px; background: var(--border); }\r\n\r\n  \/* \u2500\u2500 SECTIONS \u2500\u2500 *\/\r\n  .section { padding: 60px 24px; }\r\n  .section-cream { background: var(--cream); }\r\n  .section-white { background: var(--white); }\r\n  .section-dark { background: var(--dark-green); }\r\n  .section-header {\r\n    display: flex; justify-content: space-between; align-items: baseline;\r\n    margin-bottom: 32px;\r\n  }\r\n  .section-title {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: clamp(24px, 3vw, 32px);\r\n    font-weight: 400;\r\n    color: var(--text-dark);\r\n  }\r\n  .section-title-white {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: clamp(24px, 3vw, 32px);\r\n    font-weight: 400;\r\n    color: #fff;\r\n    text-align: center;\r\n    margin-bottom: 8px;\r\n  }\r\n  .section-eyebrow {\r\n    font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;\r\n    color: var(--text-light); margin-bottom: 8px;\r\n  }\r\n  .see-all {\r\n    font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;\r\n    color: var(--text-mid); border-bottom: 1px solid var(--text-mid);\r\n    padding-bottom: 2px; font-weight: 700;\r\n    white-space: nowrap;\r\n  }\r\n  .see-all:hover { color: var(--dark-green); border-color: var(--dark-green); }\r\n\r\n  \/* \u2500\u2500 PRODUCT CARD \u2500\u2500 *\/\r\n  .product-card { position: relative; }\r\n  .product-img-wrap {\r\n    position: relative; overflow: hidden; background: #e8e4dc;\r\n    aspect-ratio: 4\/3;\r\n    margin-bottom: 10px;\r\n  }\r\n  .product-img-wrap img {\r\n    width: 100%; height: 100%; object-fit: cover;\r\n    transition: transform 0.4s ease;\r\n  }\r\n  .product-card:hover .product-img-wrap img { transform: scale(1.04); }\r\n  .product-badge {\r\n    position: absolute; top: 10px; left: 10px;\r\n    font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase;\r\n    font-weight: 700; padding: 3px 8px; z-index: 1;\r\n  }\r\n  .badge-new { background: var(--badge-new); color: #fff; }\r\n  .badge-sale { background: var(--badge-sale); color: #fff; }\r\n  .badge-hot { background: var(--dark-green); color: #fff; }\r\n  .product-meta { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-light); margin-bottom: 4px; }\r\n  .product-name { font-size: 13px; font-weight: 400; color: var(--text-dark); margin-bottom: 4px; }\r\n  .product-sub { font-size: 11px; color: var(--text-light); margin-bottom: 6px; }\r\n  .product-stars { display: flex; gap: 2px; margin-bottom: 6px; }\r\n  .product-stars svg { width: 10px; height: 10px; fill: var(--star); }\r\n  .product-review-count { font-size: 10px; color: var(--text-light); margin-left: 4px; }\r\n  .product-price { font-size: 13px; font-weight: 700; color: var(--text-dark); }\r\n  .product-price-row { display: flex; align-items: center; gap: 8px; }\r\n  .price-old { text-decoration: line-through; color: var(--text-light); font-weight: 400; }\r\n  .price-sale { color: var(--badge-sale); }\r\n\r\n  \/* \u2500\u2500 GRIDS \u2500\u2500 *\/\r\n  .grid-bestsellers {\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr 280px;\r\n    gap: 16px;\r\n  }\r\n  .grid-bestsellers .card-tall .product-img-wrap { aspect-ratio: 3\/4; }\r\n  .grid-bestsellers-side {\r\n    display: flex; flex-direction: column; gap: 12px;\r\n  }\r\n  .grid-bestsellers-side .product-img-wrap { aspect-ratio: 4\/3; }\r\n\r\n  .grid-4 {\r\n    display: grid;\r\n    grid-template-columns: repeat(4, 1fr);\r\n    gap: 16px;\r\n  }\r\n  .grid-3 {\r\n    display: grid;\r\n    grid-template-columns: repeat(3, 1fr);\r\n    gap: 16px;\r\n  }\r\n\r\n  \/* \u2500\u2500 CATEGORY CARDS \u2500\u2500 *\/\r\n  .cat-card {\r\n    position: relative; overflow: hidden; cursor: pointer;\r\n    aspect-ratio: 3\/4;\r\n  }\r\n  .cat-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }\r\n  .cat-card:hover img { transform: scale(1.04); }\r\n  .cat-overlay {\r\n    position: absolute; inset: 0;\r\n    background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, transparent 55%);\r\n    display: flex; flex-direction: column; justify-content: flex-end;\r\n    padding: 16px;\r\n  }\r\n  .cat-name {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: 18px; color: #fff; font-weight: 400; margin-bottom: 4px;\r\n  }\r\n  .cat-count { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.7); }\r\n\r\n  \/* \u2500\u2500 BANNER SPLIT \u2500\u2500 *\/\r\n  .banner-split {\r\n    display: grid; grid-template-columns: 1fr 1fr;\r\n    min-height: 420px;\r\n  }\r\n  .banner-img { overflow: hidden; }\r\n  .banner-img img { width: 100%; height: 100%; object-fit: cover; }\r\n  .banner-text {\r\n    background: var(--dark-green);\r\n    padding: 64px 56px;\r\n    display: flex; flex-direction: column; justify-content: center;\r\n  }\r\n  .banner-eyebrow {\r\n    font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;\r\n    color: rgba(255,255,255,0.5); margin-bottom: 16px;\r\n  }\r\n  .banner-headline {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: clamp(28px, 3.5vw, 44px);\r\n    color: #fff; font-weight: 400; line-height: 1.2; margin-bottom: 20px;\r\n  }\r\n  .banner-headline em { font-style: italic; }\r\n  .banner-body { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.8; margin-bottom: 32px; max-width: 380px; }\r\n  .btn-white-outline {\r\n    display: inline-block;\r\n    border: 1px solid rgba(255,255,255,0.4);\r\n    color: rgba(255,255,255,0.85);\r\n    padding: 10px 28px;\r\n    font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 700;\r\n    transition: all 0.2s; align-self: flex-start;\r\n  }\r\n  .btn-white-outline:hover { background: rgba(255,255,255,0.1); }\r\n\r\n  \/* \u2500\u2500 REVIEWS \u2500\u2500 *\/\r\n  .reviews-grid {\r\n    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;\r\n    margin-top: 40px;\r\n  }\r\n  .review-card {\r\n    background: var(--white); padding: 28px; border: 1px solid var(--border);\r\n  }\r\n  .review-stars { display: flex; gap: 2px; margin-bottom: 16px; }\r\n  .review-stars svg { width: 12px; height: 12px; fill: var(--star); }\r\n  .review-text { font-size: 13px; color: var(--text-mid); line-height: 1.8; font-style: italic; margin-bottom: 20px; }\r\n  .review-author { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-dark); }\r\n  .review-date { font-size: 11px; color: var(--text-light); margin-top: 2px; }\r\n\r\n  \/* \u2500\u2500 NEWSLETTER \u2500\u2500 *\/\r\n  .newsletter {\r\n    text-align: center; padding: 64px 24px;\r\n    background: var(--cream);\r\n    border-top: 1px solid var(--border);\r\n  }\r\n  .newsletter-eyebrow { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-light); margin-bottom: 12px; }\r\n  .newsletter-title {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: clamp(24px, 3vw, 36px); font-weight: 400;\r\n    color: var(--text-dark); margin-bottom: 8px; line-height: 1.3;\r\n  }\r\n  .newsletter-sub { font-size: 13px; color: var(--text-light); margin-bottom: 28px; }\r\n  .newsletter-form {\r\n    display: flex; max-width: 440px; margin: 0 auto;\r\n    border: 1px solid var(--border);\r\n  }\r\n  .newsletter-form input {\r\n    flex: 1; padding: 12px 16px; border: none; background: #fff;\r\n    font-size: 13px; font-family: 'Lato', sans-serif; outline: none;\r\n    color: var(--text-dark);\r\n  }\r\n  .newsletter-form input::placeholder { color: var(--text-light); }\r\n  .newsletter-form button {\r\n    background: var(--dark-green); color: #fff; border: none; cursor: pointer;\r\n    padding: 0 24px; font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase;\r\n    font-weight: 700; font-family: 'Lato', sans-serif; transition: background 0.2s;\r\n  }\r\n  .newsletter-form button:hover { background: var(--mid-green); }\r\n\r\n  \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\r\n  footer {\r\n    background: var(--dark-green); color: rgba(255,255,255,0.75);\r\n    padding: 56px 48px 32px;\r\n  }\r\n  .footer-grid {\r\n    display: grid; grid-template-columns: 200px repeat(3, 1fr) 200px;\r\n    gap: 40px; margin-bottom: 48px;\r\n  }\r\n  .footer-logo {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: 20px; letter-spacing: 0.12em; text-transform: uppercase;\r\n    color: #fff; margin-bottom: 12px;\r\n  }\r\n  .footer-tagline { font-size: 12px; line-height: 1.7; color: rgba(255,255,255,0.5); }\r\n  .footer-col h4 {\r\n    font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;\r\n    color: rgba(255,255,255,0.4); margin-bottom: 16px; font-weight: 700;\r\n  }\r\n  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }\r\n  .footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.7); transition: color 0.2s; }\r\n  .footer-col ul li a:hover { color: #fff; }\r\n  .footer-bottom {\r\n    border-top: 1px solid rgba(255,255,255,0.12);\r\n    padding-top: 24px;\r\n    display: flex; justify-content: space-between; align-items: center;\r\n    font-size: 11px; color: rgba(255,255,255,0.4);\r\n  }\r\n\r\n  \/* \u2500\u2500 LOAD MORE \u2500\u2500 *\/\r\n  .load-more-wrap { text-align: center; margin-top: 40px; }\r\n  .btn-load-more {\r\n    display: inline-block; border: 1px solid var(--border);\r\n    padding: 12px 40px; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase;\r\n    font-weight: 700; color: var(--text-mid); transition: all 0.2s; cursor: pointer;\r\n    background: transparent;\r\n  }\r\n  .btn-load-more:hover { background: var(--dark-green); color: #fff; border-color: var(--dark-green); }\r\n\r\n  \/* \u2500\u2500 STARS HELPER \u2500\u2500 *\/\r\n  .stars-5::before, .stars-4::before { content: ''; }\r\n\r\n  \/* \u2500\u2500 MOBILE \u2500\u2500 *\/\r\n  @media (max-width: 900px) {\r\n    .top-bar { display: none; }\r\n    .nav-links { display: none; }\r\n    .hamburger { display: flex; }\r\n    .hero-content { padding: 40px 24px 56px; }\r\n    .grid-bestsellers { grid-template-columns: 1fr 1fr; }\r\n    .grid-bestsellers .card-tall { grid-column: span 2; }\r\n    .grid-bestsellers-side { flex-direction: row; }\r\n    .grid-4 { grid-template-columns: repeat(2, 1fr); }\r\n    .grid-3 { grid-template-columns: repeat(2, 1fr); }\r\n    .banner-split { grid-template-columns: 1fr; }\r\n    .banner-img { aspect-ratio: 16\/9; }\r\n    .banner-text { padding: 40px 28px; }\r\n    .footer-grid { grid-template-columns: 1fr 1fr; }\r\n    .reviews-grid { grid-template-columns: 1fr; }\r\n    .trust-sep { display: none; }\r\n    .trust-bar { gap: 16px; }\r\n  }\r\n  @media (max-width: 600px) {\r\n    .grid-bestsellers { grid-template-columns: 1fr; }\r\n    .grid-bestsellers .card-tall { grid-column: 1; }\r\n    .grid-bestsellers-side { flex-direction: column; }\r\n    .grid-4 { grid-template-columns: 1fr 1fr; }\r\n    .grid-3 { grid-template-columns: 1fr; }\r\n    .section { padding: 40px 16px; }\r\n    .hero-headline { font-size: 36px; }\r\n    .section-title { font-size: 24px; }\r\n    .footer-grid { grid-template-columns: 1fr; }\r\n    .newsletter-form { flex-direction: column; }\r\n    .newsletter-form button { padding: 12px; }\r\n    .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<!-- TOP BAR -->\r\n\r\n\r\n<!-- MAIN NAV -->\r\n\r\n<!-- HERO -->\r\n<section class=\"hero\">\r\n  <div class=\"hero-bg\"><\/div>\r\n  <div class=\"hero-bg-texture\"><\/div>\r\n  <div class=\"hero-content\">\r\n    <p class=\"hero-eyebrow\">New Arrivals <span>\u00b7<\/span> Summer 2025<\/p>\r\n    <h1 class=\"hero-headline\">Objects<br><em>worth keeping.<\/em><\/h1>\r\n    <p class=\"hero-sub\">Traditionally crafted. Unique items. Well-chosen objects and curious ideas of life & tools that feels like mine.<\/p>\r\n    <a href=\"#\" class=\"btn-outline-white\">Shop All<\/a>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- TRUST BAR -->\r\n<div class=\"trust-bar\">\r\n  <div class=\"trust-item\">\r\n    <div>\r\n      <div class=\"trust-count\">340+<\/div>\r\n      <div>Unique Items<\/div>\r\n    <\/div>\r\n  <\/div>\r\n  <div class=\"trust-sep\"><\/div>\r\n  <div class=\"trust-item\">\r\n    <svg viewbox=\"0 0 24 24\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\r\n    <div>\r\n      <div style=\"font-weight:700;font-size:12px;\">Handmade & Ethical<\/div>\r\n      <div>Curated by artisans<\/div>\r\n    <\/div>\r\n  <\/div>\r\n  <div class=\"trust-sep\"><\/div>\r\n  <div class=\"trust-item\">\r\n    <div>\r\n      <div class=\"trust-count\">47<\/div>\r\n      <div>Product Makers<\/div>\r\n    <\/div>\r\n  <\/div>\r\n  <div class=\"trust-sep\"><\/div>\r\n  <div class=\"trust-item\">\r\n    <svg viewbox=\"0 0 24 24\"><rect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\/><polygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\/><circle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\/><circle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\/><\/svg>\r\n    <div>\r\n      <div style=\"font-weight:700;font-size:12px;\">Free Shipping<\/div>\r\n      <div>Orders over \u20ac120<\/div>\r\n    <\/div>\r\n  <\/div>\r\n  <div class=\"trust-sep\"><\/div>\r\n  <div class=\"trust-item\">\r\n    <div>\r\n      <div class=\"trust-count\">4.9<\/div>\r\n      <div>Customer Rating<\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- BEST SELLERS -->\r\n<section class=\"section section-cream\">\r\n  <p class=\"section-eyebrow\">Best Loved<\/p>\r\n  <div class=\"section-header\">\r\n    <h2 class=\"section-title\">Best Sellers<\/h2>\r\n    <a href=\"#\" class=\"see-all\">See All \u2192<\/a>\r\n  <\/div>\r\n  <div class=\"grid-bestsellers\">\r\n    <div class=\"product-card card-tall\">\r\n      <div class=\"product-img-wrap\">\r\n        <span class=\"product-badge badge-hot\">Best<\/span>\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1558981403-c5f9899a28bc?w=600&amp;q=80\" alt=\"Stoneware Crock\" loading=\"lazy\" title=\"\">\r\n      <\/div>\r\n      <div class=\"product-meta\">Ceramics<\/div>\r\n      <div class=\"product-name\">Stoneware Crock<\/div>\r\n      <div class=\"product-stars\">\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <span class=\"product-review-count\">(42)<\/span>\r\n      <\/div>\r\n      <div class=\"product-price\">\u20ac89<\/div>\r\n    <\/div>\r\n    <div class=\"product-card card-tall\">\r\n      <div class=\"product-img-wrap\">\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1506905925346-21bda4d32df4?w=600&amp;q=80\" alt=\"Linen Daily Relax\" loading=\"lazy\" title=\"\">\r\n      <\/div>\r\n      <div class=\"product-meta\">Textiles<\/div>\r\n      <div class=\"product-name\">Linen Daily Relax<\/div>\r\n      <div class=\"product-stars\">\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <span class=\"product-review-count\">(27)<\/span>\r\n      <\/div>\r\n      <div class=\"product-price\">\u20ac65<\/div>\r\n    <\/div>\r\n    <div class=\"grid-bestsellers-side\">\r\n      <div class=\"product-card\">\r\n        <div class=\"product-img-wrap\">\r\n          <span class=\"product-badge badge-new\">New<\/span>\r\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1441986300917-64674bd600d8?w=400&amp;q=80\" alt=\"Speckled Espresso\" loading=\"lazy\" title=\"\">\r\n        <\/div>\r\n        <div class=\"product-meta\">Ceramics<\/div>\r\n        <div class=\"product-name\">Speckled Espresso<\/div>\r\n        <div class=\"product-price-row\">\r\n          <span class=\"product-price\">\u20ac34<\/span>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"product-card\">\r\n        <div class=\"product-img-wrap\">\r\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1526045612212-70caf35c14df?w=400&amp;q=80\" alt=\"Nuthex Candle\" loading=\"lazy\" title=\"\">\r\n        <\/div>\r\n        <div class=\"product-meta\">Objects<\/div>\r\n        <div class=\"product-name\">Nuthex Candle<\/div>\r\n        <div class=\"product-price-row\">\r\n          <span class=\"product-price price-sale\">\u20ac28<\/span>\r\n          <span class=\"product-price price-old\">\u20ac36<\/span>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- SHOP BY CATEGORY -->\r\n<section class=\"section section-white\">\r\n  <p class=\"section-eyebrow\" style=\"text-align:center;\">Find Your Style<\/p>\r\n  <h2 class=\"section-title\" style=\"text-align:center; margin-bottom:32px;\">Shop by Category<\/h2>\r\n  <div class=\"grid-4\">\r\n    <div class=\"cat-card\">\r\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1565193566173-7a0ee3dbe261?w=400&amp;q=80\" alt=\"Ceramics\" loading=\"lazy\" title=\"\">\r\n      <div class=\"cat-overlay\">\r\n        <div class=\"cat-name\">Ceramics<\/div>\r\n        <div class=\"cat-count\">48 Products<\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"cat-card\">\r\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1510172951991-856a654063f9?w=400&amp;q=80\" alt=\"Textiles\" loading=\"lazy\" title=\"\">\r\n      <div class=\"cat-overlay\">\r\n        <div class=\"cat-name\">Textiles<\/div>\r\n        <div class=\"cat-count\">63 Products<\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"cat-card\">\r\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1416879595882-3373a0480b5b?w=400&amp;q=80\" alt=\"Botanicals\" loading=\"lazy\" title=\"\">\r\n      <div class=\"cat-overlay\">\r\n        <div class=\"cat-name\">Botanicals<\/div>\r\n        <div class=\"cat-count\">31 Products<\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"cat-card\">\r\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1507003211169-0a1dd7228f2d?w=400&amp;q=80\" alt=\"Objects\" loading=\"lazy\" title=\"\">\r\n      <div class=\"cat-overlay\">\r\n        <div class=\"cat-name\">Objects<\/div>\r\n        <div class=\"cat-count\">54 Products<\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- NEW ARRIVALS -->\r\n<section class=\"section section-cream\">\r\n  <p class=\"section-eyebrow\">Just In<\/p>\r\n  <div class=\"section-header\">\r\n    <h2 class=\"section-title\">New Arrivals<\/h2>\r\n    <a href=\"#\" class=\"see-all\">See All New \u2192<\/a>\r\n  <\/div>\r\n  <div class=\"grid-4\">\r\n    <div class=\"product-card\">\r\n      <div class=\"product-img-wrap\">\r\n        <span class=\"product-badge badge-new\">New<\/span>\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1472214103451-9374bd1c798e?w=400&amp;q=80\" alt=\"Frost Pampa Bowls\" loading=\"lazy\" title=\"\">\r\n      <\/div>\r\n      <div class=\"product-meta\">Ceramics<\/div>\r\n      <div class=\"product-name\">Frost Pampa Bowls<\/div>\r\n      <div class=\"product-sub\">Set of 4 hand-thrown, ash glaze finish<\/div>\r\n      <div class=\"product-stars\">\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <span class=\"product-review-count\">(8)<\/span>\r\n      <\/div>\r\n      <div class=\"product-price\">\u20ac127<\/div>\r\n    <\/div>\r\n    <div class=\"product-card\">\r\n      <div class=\"product-img-wrap\">\r\n        <span class=\"product-badge badge-new\">New<\/span>\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1558618666-fcd25c85cd64?w=400&amp;q=80\" alt=\"Beeswax Church Candles\" loading=\"lazy\" title=\"\">\r\n      <\/div>\r\n      <div class=\"product-meta\">Objects<\/div>\r\n      <div class=\"product-name\">Beeswax Church Candles<\/div>\r\n      <div class=\"product-sub\">Pure beeswax, 40+ hour burn<\/div>\r\n      <div class=\"product-stars\">\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\" style=\"fill:none;stroke:var(--star);stroke-width:2;\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <span class=\"product-review-count\">(14)<\/span>\r\n      <\/div>\r\n      <div class=\"product-price\">\u20ac44<\/div>\r\n    <\/div>\r\n    <div class=\"product-card\">\r\n      <div class=\"product-img-wrap\">\r\n        <span class=\"product-badge badge-sale\">Sale<\/span>\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1472214103451-9374bd1c798e?w=400&amp;q=80\" alt=\"Frost Pampa Bowlo\" loading=\"lazy\" title=\"\">\r\n      <\/div>\r\n      <div class=\"product-meta\">Ceramics<\/div>\r\n      <div class=\"product-name\">Wabi Sabi Vase \u2014 Trio<\/div>\r\n      <div class=\"product-sub\">Imperfect beauty, set of three<\/div>\r\n      <div class=\"product-stars\">\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <span class=\"product-review-count\">(19)<\/span>\r\n      <\/div>\r\n      <div class=\"product-price-row\">\r\n        <span class=\"product-price price-sale\">\u20ac72<\/span>\r\n        <span class=\"product-price price-old\">\u20ac96<\/span>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"product-card\">\r\n      <div class=\"product-img-wrap\">\r\n        <span class=\"product-badge badge-new\">New<\/span>\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1463936575829-25148e1db1b8?w=400&amp;q=80\" alt=\"Mui\u00f1as Taper\" loading=\"lazy\" title=\"\">\r\n      <\/div>\r\n      <div class=\"product-meta\">Botanicals<\/div>\r\n      <div class=\"product-name\">Mui\u00f1as Taper<\/div>\r\n      <div class=\"product-sub\">Hand-dipped natural beeswax tapers<\/div>\r\n      <div class=\"product-stars\">\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <span class=\"product-review-count\">(6)<\/span>\r\n      <\/div>\r\n      <div class=\"product-price\">\u20ac37<\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- BANNER: Made with intention -->\r\n<div class=\"banner-split\">\r\n  <div class=\"banner-img\">\r\n    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1441974231531-c6227db76b6e?w=800&amp;q=80\" alt=\"Forest path\" loading=\"lazy\" title=\"\">\r\n  <\/div>\r\n  <div class=\"banner-text\">\r\n    <p class=\"banner-eyebrow\">Our Philosophy<\/p>\r\n    <h2 class=\"banner-headline\">Made with intention.<br><em>Chosen with care.<\/em><\/h2>\r\n    <p class=\"banner-body\">Studio Pibel began as a single desire: to curate objects that feel genuinely connected to the world. The pottery is always unexpected, the cool packaging exceptional, and the care that went into selecting each item is always there.<\/p>\r\n    <a href=\"#\" class=\"btn-white-outline\">Read More \u2192<\/a>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- EVERYTHING IN THE SHOP -->\r\n<section class=\"section section-cream\">\r\n  <p class=\"section-eyebrow\" style=\"text-align:center;\">Our Full Collection<\/p>\r\n  <h2 class=\"section-title\" style=\"text-align:center; margin-bottom:8px;\">Everything in the Shop<\/h2>\r\n  <p style=\"text-align:center; font-size:13px; color:var(--text-light); margin-bottom:36px;\">Browse our entire handpicked selection of objects for everyday life.<\/p>\r\n  <div class=\"grid-4\" style=\"gap:20px;\">\r\n    <!-- Row 1 -->\r\n    <div class=\"product-card\">\r\n      <div class=\"product-img-wrap\">\r\n        <span class=\"product-badge badge-hot\">Best<\/span>\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1558981403-c5f9899a28bc?w=400&amp;q=80\" alt=\"Stoneware Crock\" loading=\"lazy\" title=\"\">\r\n      <\/div>\r\n      <div class=\"product-meta\">Ceramics<\/div>\r\n      <div class=\"product-name\">Stoneware Crock<\/div>\r\n      <div class=\"product-sub\">Hand-thrown, salt glaze<\/div>\r\n      <div class=\"product-stars\"><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><span class=\"product-review-count\">(42)<\/span><\/div>\r\n      <div class=\"product-price\">\u20ac89<\/div>\r\n    <\/div>\r\n    <div class=\"product-card\">\r\n      <div class=\"product-img-wrap\">\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1506905925346-21bda4d32df4?w=400&amp;q=80\" alt=\"Linen Daily Relax\" loading=\"lazy\" title=\"\">\r\n      <\/div>\r\n      <div class=\"product-meta\">Textiles<\/div>\r\n      <div class=\"product-name\">Linen Daily Relax<\/div>\r\n      <div class=\"product-sub\">Stone-washed Belgian linen<\/div>\r\n      <div class=\"product-stars\"><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><span class=\"product-review-count\">(27)<\/span><\/div>\r\n      <div class=\"product-price\">\u20ac65<\/div>\r\n    <\/div>\r\n    <div class=\"product-card\">\r\n      <div class=\"product-img-wrap\">\r\n        <span class=\"product-badge badge-new\">New<\/span>\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1472214103451-9374bd1c798e?w=400&amp;q=80\" alt=\"Frost Pampa Bowls\" loading=\"lazy\" title=\"\">\r\n      <\/div>\r\n      <div class=\"product-meta\">Ceramics<\/div>\r\n      <div class=\"product-name\">Frost Pampa Bowls<\/div>\r\n      <div class=\"product-sub\">Ash glaze, set of 4<\/div>\r\n      <div class=\"product-stars\"><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><span class=\"product-review-count\">(8)<\/span><\/div>\r\n      <div class=\"product-price\">\u20ac127<\/div>\r\n    <\/div>\r\n    <div class=\"product-card\">\r\n      <div class=\"product-img-wrap\">\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1571175443880-49e1d25b2bc5?w=400&amp;q=80\" alt=\"Cast Iron Top Kettle\" loading=\"lazy\" title=\"\">\r\n      <\/div>\r\n      <div class=\"product-meta\">Objects<\/div>\r\n      <div class=\"product-name\">Cast Iron Top Kettle<\/div>\r\n      <div class=\"product-sub\">Japanese-inspired tetsubin<\/div>\r\n      <div class=\"product-stars\"><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\" style=\"fill:none;stroke:var(--star);stroke-width:2;\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><span class=\"product-review-count\">(33)<\/span><\/div>\r\n      <div class=\"product-price\">\u20ac112<\/div>\r\n    <\/div>\r\n    <!-- Row 2 -->\r\n    <div class=\"product-card\">\r\n      <div class=\"product-img-wrap\">\r\n        <span class=\"product-badge badge-new\">New<\/span>\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1441986300917-64674bd600d8?w=400&amp;q=80\" alt=\"Speckled Espresso\" loading=\"lazy\" title=\"\">\r\n      <\/div>\r\n      <div class=\"product-meta\">Ceramics<\/div>\r\n      <div class=\"product-name\">Speckled Espresso<\/div>\r\n      <div class=\"product-sub\">Handmade demitasse cup<\/div>\r\n      <div class=\"product-stars\"><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><span class=\"product-review-count\">(21)<\/span><\/div>\r\n      <div class=\"product-price\">\u20ac34<\/div>\r\n    <\/div>\r\n    <div class=\"product-card\">\r\n      <div class=\"product-img-wrap\">\r\n        <span class=\"product-badge badge-new\">New<\/span>\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1558618666-fcd25c85cd64?w=400&amp;q=80\" alt=\"Beeswax Church Candles\" loading=\"lazy\" title=\"\">\r\n      <\/div>\r\n      <div class=\"product-meta\">Objects<\/div>\r\n      <div class=\"product-name\">Beeswax Church Candles<\/div>\r\n      <div class=\"product-sub\">Pure beeswax, 40+ hour burn<\/div>\r\n      <div class=\"product-stars\"><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\" style=\"fill:none;stroke:var(--star);stroke-width:2;\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><span class=\"product-review-count\">(14)<\/span><\/div>\r\n      <div class=\"product-price\">\u20ac44<\/div>\r\n    <\/div>\r\n    <div class=\"product-card\">\r\n      <div class=\"product-img-wrap\">\r\n        <span class=\"product-badge badge-sale\">Sale<\/span>\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1490750967868-88df5691cc36?w=400&amp;q=80\" alt=\"Wabi Sabi Vase \u2014 Trio\" loading=\"lazy\" title=\"\">\r\n      <\/div>\r\n      <div class=\"product-meta\">Ceramics<\/div>\r\n      <div class=\"product-name\">Wabi Sabi Vase \u2014 Trio<\/div>\r\n      <div class=\"product-sub\">Set of three, imperfect beauty<\/div>\r\n      <div class=\"product-stars\"><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><span class=\"product-review-count\">(19)<\/span><\/div>\r\n      <div class=\"product-price-row\"><span class=\"product-price price-sale\">\u20ac72<\/span><span class=\"product-price price-old\">\u20ac96<\/span><\/div>\r\n    <\/div>\r\n    <div class=\"product-card\">\r\n      <div class=\"product-img-wrap\">\r\n        <span class=\"product-badge badge-new\">New<\/span>\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1463936575829-25148e1db1b8?w=400&amp;q=80\" alt=\"Mui\u00f1as Taper\" loading=\"lazy\" title=\"\">\r\n      <\/div>\r\n      <div class=\"product-meta\">Botanicals<\/div>\r\n      <div class=\"product-name\">Mui\u00f1as Taper<\/div>\r\n      <div class=\"product-sub\">Hand-dipped natural beeswax<\/div>\r\n      <div class=\"product-stars\"><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><span class=\"product-review-count\">(6)<\/span><\/div>\r\n      <div class=\"product-price\">\u20ac37<\/div>\r\n    <\/div>\r\n    <!-- Row 3 -->\r\n    <div class=\"product-card\">\r\n      <div class=\"product-img-wrap\">\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1529148482759-b35b25c5f217?w=400&amp;q=80\" alt=\"Acocorna Delicious\" loading=\"lazy\" title=\"\">\r\n      <\/div>\r\n      <div class=\"product-meta\">Objects<\/div>\r\n      <div class=\"product-name\">Acocorna Delicious<\/div>\r\n      <div class=\"product-sub\">Handwoven palm basket<\/div>\r\n      <div class=\"product-stars\"><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\" style=\"fill:none;stroke:var(--star);stroke-width:2;\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><span class=\"product-review-count\">(11)<\/span><\/div>\r\n      <div class=\"product-price\">\u20ac59<\/div>\r\n    <\/div>\r\n    <div class=\"product-card\">\r\n      <div class=\"product-img-wrap\">\r\n        <span class=\"product-badge badge-sale\">Sale<\/span>\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1503602642458-232111445657?w=400&amp;q=80\" alt=\"Old Churro Shovel\" loading=\"lazy\" title=\"\">\r\n      <\/div>\r\n      <div class=\"product-meta\">Objects<\/div>\r\n      <div class=\"product-name\">Old Churro Shovel<\/div>\r\n      <div class=\"product-sub\">Forged steel, walnut handle<\/div>\r\n      <div class=\"product-stars\"><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><span class=\"product-review-count\">(5)<\/span><\/div>\r\n      <div class=\"product-price-row\"><span class=\"product-price price-sale\">\u20ac79<\/span><span class=\"product-price price-old\">\u20ac98<\/span><\/div>\r\n    <\/div>\r\n    <div class=\"product-card\">\r\n      <div class=\"product-img-wrap\">\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1508614999368-9260051292e5?w=400&amp;q=80\" alt=\"Hofila Weave Napkins\" loading=\"lazy\" title=\"\">\r\n      <\/div>\r\n      <div class=\"product-meta\">Textiles<\/div>\r\n      <div class=\"product-name\">Hofila Weave Napkins<\/div>\r\n      <div class=\"product-sub\">Set of 6, natural cotton<\/div>\r\n      <div class=\"product-stars\"><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><span class=\"product-review-count\">(30)<\/span><\/div>\r\n      <div class=\"product-price\">\u20ac48<\/div>\r\n    <\/div>\r\n    <div class=\"product-card\">\r\n      <div class=\"product-img-wrap\">\r\n        <span class=\"product-badge badge-new\">New<\/span>\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1502877338535-766e1452684a?w=400&amp;q=80\" alt=\"Wild Dark Animali\" loading=\"lazy\" title=\"\">\r\n      <\/div>\r\n      <div class=\"product-meta\">Botanicals<\/div>\r\n      <div class=\"product-name\">Wild Dark Animali<\/div>\r\n      <div class=\"product-sub\">Dried flower arrangement<\/div>\r\n      <div class=\"product-stars\"><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><svg viewbox=\"0 0 24 24\" style=\"fill:none;stroke:var(--star);stroke-width:2;\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg><span class=\"product-review-count\">(9)<\/span><\/div>\r\n      <div class=\"product-price\">\u20ac67<\/div>\r\n    <\/div>\r\n  <\/div>\r\n  <div class=\"load-more-wrap\">\r\n    <button class=\"btn-load-more\">Load More<\/button>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- CUSTOMER REVIEWS -->\r\n<section class=\"section section-white\">\r\n  <p class=\"section-eyebrow\" style=\"text-align:center;\">From Our Collectors<\/p>\r\n  <h2 class=\"section-title\" style=\"text-align:center;\">Customer Reviews<\/h2>\r\n  <div class=\"reviews-grid\">\r\n    <div class=\"review-card\">\r\n      <div class=\"review-stars\">\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n      <\/div>\r\n      <p class=\"review-text\">\"The Stoneware Crock arrived beautifully packaged and it is even more beautiful in person. The glaze is exceptional \u2014 different and lovely each time.\"<\/p>\r\n      <div class=\"review-author\">Marie L.<\/div>\r\n      <div class=\"review-date\">Verified Buyer \u00b7 June 2025<\/div>\r\n    <\/div>\r\n    <div class=\"review-card\">\r\n      <div class=\"review-stars\">\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n      <\/div>\r\n      <p class=\"review-text\">\"I ordered from Studio Pibel after seeing their work. The pieces are always unexpected and the cool packaging exceptional. I was genuinely moved when they arrived.\"<\/p>\r\n      <div class=\"review-author\">Thomas V.<\/div>\r\n      <div class=\"review-date\">Verified Buyer \u00b7 May 2025<\/div>\r\n    <\/div>\r\n    <div class=\"review-card\">\r\n      <div class=\"review-stars\">\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n        <svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\r\n      <\/div>\r\n      <p class=\"review-text\">\"Mui\u00f1as arrived already packed as a gorgeous gift. The selection here never disappoints \u2014 it feels like the perfect gift from a thoughtful friend.\"<\/p>\r\n      <div class=\"review-author\">Isabelle R.<\/div>\r\n      <div class=\"review-date\">Verified Buyer \u00b7 June 2025<\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- NEWSLETTER -->\r\n<div class=\"newsletter\">\r\n  <p class=\"newsletter-eyebrow\">For Our Collectors<\/p>\r\n  <h2 class=\"newsletter-title\">Stories, new arrivals<br>& maker portraits.<\/h2>\r\n  <p class=\"newsletter-sub\">Get first access to new pieces, studio visits, and curated finds.<\/p>\r\n  <div class=\"newsletter-form\">\r\n    <input type=\"email\" placeholder=\"Your email address\">\r\n    <button type=\"button\">Subscribe<\/button>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- FOOTER -->\r\n<!--<footer>-->\r\n<!--  <div class=\"footer-grid\">-->\r\n<!--    <div>-->\r\n<!--      <div class=\"footer-logo\">Studio<br>Pibel<\/div>-->\r\n<!--      <p class=\"footer-tagline\">Objects worth keeping, made by hands worth knowing.<\/p>-->\r\n<!--    <\/div>-->\r\n<!--    <div class=\"footer-col\">-->\r\n<!--      <h4>Shop<\/h4>-->\r\n<!--      <ul>-->\r\n<!--        <li><a href=\"#\">Ceramics<\/a><\/li>-->\r\n<!--        <li><a href=\"#\">Textiles<\/a><\/li>-->\r\n<!--        <li><a href=\"#\">Botanicals<\/a><\/li>-->\r\n<!--        <li><a href=\"#\">Objects<\/a><\/li>-->\r\n<!--        <li><a href=\"#\">Vintage<\/a><\/li>-->\r\n<!--        <li><a href=\"#\">New Arrivals<\/a><\/li>-->\r\n<!--        <li><a href=\"#\">Sale<\/a><\/li>-->\r\n<!--      <\/ul>-->\r\n<!--    <\/div>-->\r\n<!--    <div class=\"footer-col\">-->\r\n<!--      <h4>Studio<\/h4>-->\r\n<!--      <ul>-->\r\n<!--        <li><a href=\"#\">About<\/a><\/li>-->\r\n<!--        <li><a href=\"#\">Makers<\/a><\/li>-->\r\n<!--        <li><a href=\"#\">Lookbook<\/a><\/li>-->\r\n<!--        <li><a href=\"#\">Journal<\/a><\/li>-->\r\n<!--        <li><a href=\"#\">Press<\/a><\/li>-->\r\n<!--      <\/ul>-->\r\n<!--    <\/div>-->\r\n<!--    <div class=\"footer-col\">-->\r\n<!--      <h4>Customer<\/h4>-->\r\n<!--      <ul>-->\r\n<!--        <li><a href=\"#\">Contact<\/a><\/li>-->\r\n<!--        <li><a href=\"#\">FAQ<\/a><\/li>-->\r\n<!--        <li><a href=\"#\">Shipping & Returns<\/a><\/li>-->\r\n<!--        <li><a href=\"#\">Gift Cards<\/a><\/li>-->\r\n<!--        <li><a href=\"#\">My Account<\/a><\/li>-->\r\n<!--      <\/ul>-->\r\n<!--    <\/div>-->\r\n<!--    <div class=\"footer-col\">-->\r\n<!--      <h4>Policies<\/h4>-->\r\n<!--      <ul>-->\r\n<!--        <li><a href=\"#\">Privacy Policy<\/a><\/li>-->\r\n<!--        <li><a href=\"#\">Terms of Service<\/a><\/li>-->\r\n<!--        <li><a href=\"#\">Cookie Settings<\/a><\/li>-->\r\n<!--      <\/ul>-->\r\n<!--    <\/div>-->\r\n<!--  <\/div>-->\r\n<!--  <div class=\"footer-bottom\">-->\r\n<!--    <span>\u00a9 2025 Studio Pibel. All rights reserved.<\/span>-->\r\n<!--    <span>Made with care \u00b7 Shipped with love<\/span>-->\r\n<!--  <\/div>-->\r\n<!--<\/footer>-->\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Studio Pibel New Arrivals \u00b7 Summer 2025 Objectsworth keeping. Traditionally crafted. Unique items. Well-chosen objects and curious ideas of life &#038; tools that feels like mine. Shop All 340+ Unique Items Handmade &#038; Ethical Curated by artisans 47 Product Makers Free Shipping Orders over \u20ac120 4.9 Customer Rating Best Loved Best Sellers See All \u2192 [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-1825","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/studiopibel.be\/en\/wp-json\/wp\/v2\/pages\/1825","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/studiopibel.be\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/studiopibel.be\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/studiopibel.be\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/studiopibel.be\/en\/wp-json\/wp\/v2\/comments?post=1825"}],"version-history":[{"count":7,"href":"https:\/\/studiopibel.be\/en\/wp-json\/wp\/v2\/pages\/1825\/revisions"}],"predecessor-version":[{"id":1833,"href":"https:\/\/studiopibel.be\/en\/wp-json\/wp\/v2\/pages\/1825\/revisions\/1833"}],"wp:attachment":[{"href":"https:\/\/studiopibel.be\/en\/wp-json\/wp\/v2\/media?parent=1825"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}