ServicesWorkInspirationBlogAbouthello@optimaflow.id
← All components

Section

free

Product Detail 04

Editorial product detail: oversized image left, numbered spec meta and add-to-cart right on near-black with red accent.

Preview

SHOP / OBJECTS №04

(c) IN STOCK — 12 LEFT

04

Charcoal ceramic pour-over coffee dripper
Rim detailTop view detailIn use detail

45° BREW SERIES — MATTE EDITION

unhurried.

$68

$84

— SAVE 19%

Hand-finished stoneware fired to a dead-flat matte. A steep 45-degree cone and single wide aperture slow the drawdown, pulling a rounder, sweeter cup from lighter roasts. Weighted base, no wobble, no drama — just a better morning.

  • Material — Matte stoneware
  • Capacity — 1–2 cups / 400ml
  • Filter — #02 conical, size 4

Finish

Free carbon-neutral shipping over $60 — ships in 48h

Copy the code

paste-ready → Designer
<!-- Paste markup into an Embed, or recreate as native elements.
     Styles below map 1:1 to the class names above. -->
<section class="pdp_component">
  <div class="pdp_topbar">
    <p class="pdp_kicker">SHOP / OBJECTS №04</p>
    <p class="pdp_stock">(c) IN STOCK — 12 LEFT</p>
  </div>
  <div class="pdp_grid">
    <div class="pdp_media">
      <p class="pdp_medianum">04</p>
      <img class="pdp_image" src="https://pub-8060008fc1ab494c98adf87ab62286c4.r2.dev/assets/inspiration/section-product-detail-deck-editorial-4-1-12.webp" alt="Charcoal ceramic pour-over coffee dripper" />
      <div class="pdp_thumbs">
        <img class="pdp_thumb" src="https://pub-8060008fc1ab494c98adf87ab62286c4.r2.dev/assets/inspiration/section-product-detail-deck-editorial-4-2-13.webp" alt="Rim detail" />
        <img class="pdp_thumb" src="https://pub-8060008fc1ab494c98adf87ab62286c4.r2.dev/assets/inspiration/section-product-detail-deck-editorial-4-3-14.webp" alt="Top view detail" />
        <img class="pdp_thumb" src="https://pub-8060008fc1ab494c98adf87ab62286c4.r2.dev/assets/inspiration/section-product-detail-deck-editorial-4-4-15.webp" alt="In use detail" />
      </div>
    </div>
    <div class="pdp_info">
      <p class="pdp_series">45° BREW SERIES — MATTE EDITION</p>
      <h1 class="pdp_title">
        <span class="pdp_titleaccent">unhurried.</span>
      </h1>
      <div class="pdp_pricerow">
        <p class="pdp_price">$68</p>
        <p class="pdp_priceold">$84</p>
        <p class="pdp_pricetag">— SAVE 19%</p>
      </div>
      <p class="pdp_desc">Hand-finished stoneware fired to a dead-flat matte. A steep 45-degree cone and single wide aperture slow the drawdown, pulling a rounder, sweeter cup from lighter roasts. Weighted base, no wobble, no drama — just a better morning.</p>
      <ul class="pdp_specs">
        <li class="pdp_spec">Material — Matte stoneware</li>
        <li class="pdp_spec">Capacity — 1–2 cups / 400ml</li>
        <li class="pdp_spec">Filter — #02 conical, size 4</li>
      </ul>
      <div class="pdp_swatches">
        <p class="pdp_swatchlabel">Finish</p>
        <div class="pdp_swatchset">
          <div class="pdp_dotactive"></div>
          <div class="pdp_dot"></div>
          <div class="pdp_dot"></div>
        </div>
      </div>
      <div class="pdp_actions">
        <button class="pdp_addcart">Add to cart — $68</button>
        <button class="pdp_save">Save</button>
      </div>
      <p class="pdp_ship">Free carbon-neutral shipping over $60 — ships in 48h</p>
    </div>
  </div>
</section>

<style>
.pdp_component {
  width:100%;
  box-sizing:border-box;
  background:#141414;
  color:#eae8e4;
  padding:80px 6vw;
  font-family:'Helvetica Neue',Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}

.pdp_topbar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid #2b2b2b;
  padding-bottom:18px;
  margin-bottom:54px;
}

.pdp_kicker {
  font-size:11px;
  letter-spacing:0.34em;
  text-transform:uppercase;
  color:#8a8781;
  margin:0;
  font-weight:600;
}

.pdp_stock {
  font-size:11px;
  letter-spacing:0.34em;
  text-transform:uppercase;
  color:#e63b2e;
  margin:0;
  font-weight:600;
}

.pdp_grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:start;
}

.pdp_media {
  position:relative;
}

.pdp_medianum {
  position:absolute;
  top:14px;
  left:18px;
  font-size:120px;
  line-height:0.8;
  font-weight:800;
  color:#e63b2e;
  margin:0;
  pointer-events:none;
  letter-spacing:-0.04em;
  z-index:2;
}

.pdp_image {
  width:100%;
  height:620px;
  object-fit:cover;
  display:block;
  border-radius:2px;
}

.pdp_thumbs {
  display:flex;
  gap:12px;
  margin-top:14px;
}

.pdp_thumb {
  width:92px;
  height:92px;
  object-fit:cover;
  border-radius:2px;
  border:1px solid #2b2b2b;
}

.pdp_info {
  display:flex;
  flex-direction:column;
}

.pdp_series {
  font-size:11px;
  letter-spacing:0.34em;
  text-transform:uppercase;
  color:#8a8781;
  margin:0 0 18px 0;
  font-weight:600;
}

.pdp_title {
  font-size:64px;
  line-height:0.94;
  font-weight:800;
  letter-spacing:-0.03em;
  margin:0;
  color:#eae8e4;
}

.pdp_titleaccent {
  color:#e63b2e;
  font-style:italic;
  font-weight:800;
}

.pdp_pricerow {
  display:flex;
  align-items:flex-end;
  gap:16px;
  margin:26px 0 8px 0;
}

.pdp_price {
  font-size:40px;
  font-weight:800;
  letter-spacing:-0.02em;
  margin:0;
  color:#eae8e4;
}

.pdp_priceold {
  font-size:18px;
  color:#8a8781;
  text-decoration:line-through;
  margin:0;
  padding-bottom:6px;
}

.pdp_pricetag {
  font-size:11px;
  letter-spacing:0.2em;
  text-transform:uppercase;
  color:#e63b2e;
  margin:0;
  padding-bottom:8px;
  font-weight:600;
}

.pdp_desc {
  font-size:15px;
  line-height:1.7;
  color:#b8b5ad;
  max-width:440px;
  margin:20px 0 0 0;
}

.pdp_specs {
  list-style:none;
  padding:0;
  margin:30px 0 0 0;
  border-top:1px solid #2b2b2b;
}

.pdp_spec {
  display:flex;
  justify-content:space-between;
  padding:13px 0;
  border-bottom:1px solid #2b2b2b;
  font-size:12px;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:#b8b5ad;
}

.pdp_swatches {
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:30px;
}

.pdp_swatchlabel {
  font-size:11px;
  letter-spacing:0.2em;
  text-transform:uppercase;
  color:#8a8781;
  margin:0;
  font-weight:600;
}

.pdp_swatchset {
  display:flex;
  gap:10px;
}

.pdp_dotactive {
  width:26px;
  height:26px;
  background:#141414;
  border:2px solid #e63b2e;
  border-radius:2px;
}

.pdp_dot {
  width:26px;
  height:26px;
  background:#eae8e4;
  border:1px solid #2b2b2b;
  border-radius:2px;
}

.pdp_actions {
  display:flex;
  gap:12px;
  margin-top:34px;
}

.pdp_addcart {
  flex:1;
  background:#e63b2e;
  color:#141414;
  font-size:13px;
  letter-spacing:0.22em;
  text-transform:uppercase;
  font-weight:700;
  padding:20px 26px;
  border:0;
  border-radius:2px;
  cursor:pointer;
  font-family:inherit;
  transition:background 0.2s ease;
}

.pdp_save {
  background:transparent;
  color:#eae8e4;
  font-size:13px;
  letter-spacing:0.22em;
  text-transform:uppercase;
  font-weight:700;
  padding:20px 26px;
  border:1px solid #3a3a3a;
  border-radius:2px;
  cursor:pointer;
  font-family:inherit;
  transition:border-color 0.2s ease;
}

.pdp_ship {
  font-size:11px;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:#8a8781;
  margin:20px 0 0 0;
}
</style>

One email unlocks copying across the whole library — that's the only ask.

Want the whole site built for you?

Book a free call