ServicesWorkInspirationBlogAbouthello@optimaflow.id
← All components

Hero

free

Deck Editorial Ecommerce Hero 42

Split editorial ecommerce hero — near-black bg, red accent, giant grotesque numeral, meta garnish, two-tone headline, twin pill CTAs.

Preview

48° NORTH / STUDIO GOODS

(c) FW26 — PAGE 01

NEW / 042

THE WINTER DROP

built to outlast.

Small-batch homeware and carry goods, cut from honest materials and finished by hand. No seasons chasing seasons — just work that stays.

42

Matte stoneware carafe and waxed-canvas tote in a studio setting
FIG. 01 — CARAFE + TOTE

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="hero_component">
  <div class="hero_topbar">
    <p class="hero_meta">48° NORTH / STUDIO GOODS</p>
    <p class="hero_metaright">(c) FW26 — PAGE 01</p>
  </div>
  <div class="hero_grid">
    <div class="hero_copy">
      <div class="hero_eyebrow">
        <p class="hero_numeral">NEW / 042</p>
        <p class="hero_eyebrowtext">THE WINTER DROP</p>
      </div>
      <h1 class="hero_title">
        <span class="hero_titleaccent">built to outlast.</span>
      </h1>
      <p class="hero_sub">Small-batch homeware and carry goods, cut from honest materials and finished by hand. No seasons chasing seasons — just work that stays.</p>
      <div class="hero_actions">
        <a class="hero_button" href="#shop">Shop the drop →</a>
        <a class="hero_buttonghost" href="#lookbook">View lookbook</a>
      </div>
    </div>
    <div class="hero_visual">
      <p class="hero_bignum">42</p>
      <img class="hero_image" src="https://pub-8060008fc1ab494c98adf87ab62286c4.r2.dev/assets/inspiration/hero-deck-editorial-ecommerce-42-1-12.webp" alt="Matte stoneware carafe and waxed-canvas tote in a studio setting" />
      <div class="hero_caption">FIG. 01 — CARAFE + TOTE</div>
    </div>
  </div>
</section>

<style>
.hero_component {
  position:relative;
  width:100%;
  background:#141414;
  color:#eae8e4;
  padding:80px 6vw;
  overflow:hidden;
  font-family:'Helvetica Neue',Arial,sans-serif;
  box-sizing:border-box;
}

.hero_topbar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  border-bottom:1px solid #2a2a2a;
  padding-bottom:18px;
  margin-bottom:64px;
}

.hero_meta {
  font-size:11px;
  letter-spacing:0.32em;
  text-transform:uppercase;
  color:#8a8a86;
  margin:0;
  font-family:'Helvetica Neue',Arial,sans-serif;
}

.hero_metaright {
  font-size:11px;
  letter-spacing:0.32em;
  text-transform:uppercase;
  color:#e63b2e;
  margin:0;
  font-family:'Helvetica Neue',Arial,sans-serif;
}

.hero_grid {
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:56px;
  align-items:center;
  width:100%;
}

.hero_copy {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.hero_eyebrow {
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:28px;
}

.hero_numeral {
  font-size:13px;
  font-weight:700;
  letter-spacing:0.2em;
  color:#141414;
  background:#e63b2e;
  padding:5px 10px;
  margin:0;
  font-family:'Helvetica Neue',Arial,sans-serif;
}

.hero_eyebrowtext {
  font-size:12px;
  letter-spacing:0.28em;
  text-transform:uppercase;
  color:#8a8a86;
  margin:0;
  font-family:'Helvetica Neue',Arial,sans-serif;
}

.hero_title {
  color:#eae8e4;
  font-weight:800;
  line-height:0.92;
  letter-spacing:-0.03em;
  font-size:clamp(52px,7vw,104px);
  margin:0;
  font-family:'Helvetica Neue',Arial,sans-serif;
}

.hero_titleaccent {
  display:block;
  color:#e63b2e;
  font-style:italic;
}

.hero_sub {
  font-size:17px;
  line-height:1.6;
  color:#b4b2ad;
  max-width:440px;
  margin:28px 0 40px 0;
  font-family:'Helvetica Neue',Arial,sans-serif;
}

.hero_actions {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:16px;
}

.hero_button {
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:#e63b2e;
  color:#141414;
  font-size:14px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
  padding:16px 30px;
  border-radius:3px;
  text-decoration:none;
  font-family:'Helvetica Neue',Arial,sans-serif;
}

.hero_buttonghost {
  display:inline-flex;
  align-items:center;
  background:transparent;
  color:#eae8e4;
  font-size:14px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
  padding:16px 30px;
  border-radius:3px;
  border:1px solid #3a3a3a;
  text-decoration:none;
  font-family:'Helvetica Neue',Arial,sans-serif;
}

.hero_visual {
  position:relative;
  width:100%;
}

.hero_bignum {
  position:absolute;
  top:-46px;
  left:-10px;
  color:#e63b2e;
  font-weight:800;
  line-height:1;
  font-size:clamp(120px,16vw,240px);
  opacity:0.14;
  pointer-events:none;
  margin:0;
  z-index:0;
  font-family:'Helvetica Neue',Arial,sans-serif;
}

.hero_image {
  position:relative;
  z-index:1;
  width:100%;
  height:560px;
  object-fit:cover;
  border-radius:3px;
  border:1px solid #2a2a2a;
  display:block;
}

.hero_caption {
  position:absolute;
  z-index:2;
  bottom:18px;
  left:18px;
  background:#141414;
  color:#eae8e4;
  font-size:11px;
  letter-spacing:0.22em;
  text-transform:uppercase;
  padding:8px 14px;
  font-family:'Helvetica Neue',Arial,sans-serif;
}
</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