Ceramic Tea Cup – Ash Line

 30,00

This cup has a very grounded, earthy character — with its soft matte body, natural gradient from sand to charcoal, and a subtle, fluid glaze line where dark and light meet. It feels like stone and smoke — calm, tactile, and timeless.

6 in stock

SKU: DNA-ASH-CUP-001
Category:
<style>

/* =========================================================
   DESIGnana
   SINGLE PRODUCT V2
   Editorial Object Gallery
   ========================================================= */

body.single-product{
  --dn-paper:#f4f1eb;
  --dn-paper-2:#ece7de;
  --dn-ink:#191817;
  --dn-soft:#746e66;
  --dn-line:#d4cec4;

  background:var(--dn-paper) !important;
  color:var(--dn-ink);
}


/* ---------------------------------------------------------
   REMOVE DEFAULT SHOP FEEL
--------------------------------------------------------- */

body.single-product .wp-block-woocommerce-store-breadcrumbs{
  display:none !important;
}

body.single-product .woocommerce-breadcrumb{
  display:none !important;
}


/* ---------------------------------------------------------
   MAIN PRODUCT AREA
--------------------------------------------------------- */

body.single-product .dn-product-layout{
  width:min(1380px, calc(100% - 100px)) !important;
  max-width:none !important;

  margin:0 auto !important;
  padding:100px 0 125px !important;

  display:grid !important;
  grid-template-columns:minmax(0, 64%) minmax(320px, 36%) !important;

  gap:85px !important;

  align-items:start !important;

  background:var(--dn-paper);
}


/* =========================================================
   LEFT / OBJECT GALLERY
========================================================= */

body.single-product .dn-product-gallery{
  position:relative;

  min-height:760px;

  padding:65px 40px 80px 0 !important;

  display:flex;
  align-items:flex-start;
  justify-content:center;

  box-sizing:border-box;
}


/* tiny object number */

body.single-product .dn-product-gallery::before{
  content:"OBJECT / 01";

  position:absolute;
  top:4px;
  left:0;

  font-family:"Courier New", monospace;
  font-size:7px;
  line-height:1.4;
  letter-spacing:.17em;
  text-transform:uppercase;

  color:var(--dn-soft);
}


/* little line under object number */

body.single-product .dn-product-gallery::after{
  content:"";

  position:absolute;
  top:31px;
  left:0;

  width:15px;
  height:1px;

  background:var(--dn-soft);
}


/* Woo product gallery */

body.single-product .dn-product-gallery
.wp-block-woocommerce-product-image-gallery,

body.single-product .dn-product-gallery
.woocommerce-product-gallery,

body.single-product .dn-product-gallery
.wc-block-components-product-image-gallery{

  width:72% !important;
  max-width:610px !important;

  margin:35px auto 0 !important;
}


/* main product image */

body.single-product .dn-product-gallery img{
  max-width:100%;
  height:auto;

  object-fit:contain;

  box-shadow:none !important;
}


/* thumbnails */

body.single-product .dn-product-gallery
.flex-control-thumbs{

  margin-top:32px !important;

  display:flex !important;
  gap:14px !important;

  list-style:none !important;
}


body.single-product .dn-product-gallery
.flex-control-thumbs li{

  width:58px !important;
}


body.single-product .dn-product-gallery
.flex-control-thumbs img{

  width:58px !important;
  height:58px !important;

  object-fit:cover !important;

  opacity:.55;

  transition:.2s ease;
}


body.single-product .dn-product-gallery
.flex-control-thumbs img.flex-active{

  opacity:1;
}


/* =========================================================
   RIGHT / PRODUCT INFORMATION
========================================================= */

body.single-product .dn-product-info{

  position:relative;

  max-width:430px;

  padding:55px 0 40px !important;

  box-sizing:border-box;
}


/* catalogue label */

body.single-product .dn-product-info::before{

  content:"OBJECT / AVAILABLE";

  display:block;

  margin-bottom:38px;

  font-family:"Courier New", monospace;

  font-size:7px;

  line-height:1.4;

  letter-spacing:.17em;

  text-transform:uppercase;

  color:var(--dn-soft);
}


/* little line */

body.single-product .dn-product-info::after{

  content:"";

  position:absolute;

  top:83px;
  left:0;

  width:15px;
  height:1px;

  background:var(--dn-soft);
}


/* ---------------------------------------------------------
   PRODUCT TITLE
--------------------------------------------------------- */

body.single-product .dn-product-info
.wp-block-post-title,

body.single-product .dn-product-info
.wp-block-woocommerce-product-title{

  margin:0 0 28px !important;

  max-width:390px;

  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;

  font-size:clamp(38px, 4vw, 61px) !important;

  line-height:.98 !important;

  letter-spacing:-.052em !important;

  font-weight:300 !important;

  color:var(--dn-ink) !important;
}


/* ---------------------------------------------------------
   PRICE
--------------------------------------------------------- */

body.single-product .dn-product-info
.wp-block-woocommerce-product-price{

  margin:0 0 42px !important;

  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;

  font-size:18px !important;

  line-height:1.3;

  font-weight:300 !important;

  color:var(--dn-ink);
}


body.single-product .dn-product-info
.woocommerce-Price-amount{

  font-size:18px !important;

  font-weight:300 !important;
}


/* ---------------------------------------------------------
   SHORT DESCRIPTION
--------------------------------------------------------- */

body.single-product .dn-product-info
.wp-block-post-excerpt,

body.single-product .dn-product-info
.wp-block-woocommerce-product-summary{

  margin:0 0 35px !important;

  max-width:340px;

  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;

  font-size:11px !important;

  line-height:1.85 !important;

  font-weight:300 !important;

  color:var(--dn-soft) !important;
}


/* little dividing line */

body.single-product .dn-product-info
.wp-block-woocommerce-product-summary::after,

body.single-product .dn-product-info
.wp-block-post-excerpt::after{

  content:"";

  display:block;

  width:16px;
  height:1px;

  margin-top:27px;

  background:var(--dn-soft);
}


/* =========================================================
   ADD TO CART
========================================================= */

body.single-product .dn-product-info
.wp-block-woocommerce-add-to-cart-with-options,

body.single-product .dn-product-info
.wp-block-add-to-cart-form{

  margin:30px 0 38px !important;
}


/* quantity */

body.single-product .dn-product-info
.quantity{

  display:inline-flex !important;

  margin-right:12px !important;
}


body.single-product .dn-product-info
.quantity input{

  height:48px !important;

  border:1px solid var(--dn-line) !important;

  border-radius:0 !important;

  background:transparent !important;

  box-shadow:none !important;

  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;

  font-size:10px;

  color:var(--dn-ink);
}


/* button */

body.single-product .dn-product-info
.single_add_to_cart_button,

body.single-product .dn-product-info
.wp-element-button,

body.single-product .dn-product-info
.wc-block-components-button{

  min-height:48px !important;

  padding:14px 29px !important;

  border:1px solid var(--dn-ink) !important;

  border-radius:0 !important;

  background:var(--dn-ink) !important;

  color:var(--dn-paper) !important;

  box-shadow:none !important;

  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;

  font-size:9px !important;

  font-weight:300 !important;

  letter-spacing:.08em !important;

  text-transform:uppercase;

  transition:.25s ease;
}


body.single-product .dn-product-info
.single_add_to_cart_button:hover,

body.single-product .dn-product-info
.wp-element-button:hover{

  background:transparent !important;

  color:var(--dn-ink) !important;
}


/* =========================================================
   PRODUCT META
========================================================= */

body.single-product .dn-product-info
.wp-block-woocommerce-product-meta,

body.single-product .dn-product-info
.product_meta{

  margin-top:42px !important;

  padding-top:20px !important;

  border-top:1px solid var(--dn-line);

  font-family:"Courier New", monospace !important;

  font-size:7px !important;

  line-height:1.9 !important;

  letter-spacing:.12em !important;

  text-transform:uppercase !important;

  color:var(--dn-soft) !important;
}


/* links inside meta */

body.single-product .dn-product-info
.product_meta a{

  color:var(--dn-soft) !important;

  text-decoration:none !important;
}


/* =========================================================
   PRODUCT DETAILS
========================================================= */

body.single-product
.wp-block-woocommerce-product-details{

  width:min(1180px, calc(100% - 100px));

  margin:0 auto !important;

  padding:75px 0 95px !important;

  border-top:1px solid var(--dn-line);
}


body.single-product
.woocommerce-tabs{

  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;

  font-weight:300;
}


/* tabs */

body.single-product
.woocommerce-tabs ul.tabs{

  border:none !important;

  border-bottom:1px solid var(--dn-line) !important;

  padding:0 !important;
}


body.single-product
.woocommerce-tabs ul.tabs li{

  border:none !important;

  background:transparent !important;

  margin-right:28px !important;

  padding:12px 0 !important;

  border-radius:0 !important;
}


body.single-product
.woocommerce-tabs ul.tabs li a{

  font-size:9px !important;

  font-weight:300 !important;

  color:var(--dn-soft) !important;

  text-transform:uppercase;

  letter-spacing:.08em;
}


/* =========================================================
   RELATED PRODUCTS
========================================================= */

body.single-product
.wp-block-woocommerce-related-products{

  width:min(1180px, calc(100% - 100px));

  margin:0 auto !important;

  padding:75px 0 110px !important;

  border-top:1px solid var(--dn-line);
}


body.single-product
.wp-block-woocommerce-related-products > h2{

  margin:0 0 48px !important;

  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;

  font-size:14px !important;

  font-weight:300 !important;

  letter-spacing:-.01em;
}


/* related product images */

body.single-product
.wp-block-woocommerce-related-products img{

  box-shadow:none !important;
}


/* related titles */

body.single-product
.wp-block-woocommerce-related-products
.wp-block-post-title{

  margin-top:14px !important;

  font-size:11px !important;

  line-height:1.3 !important;

  font-weight:300 !important;

  letter-spacing:0 !important;
}


/* related price */

body.single-product
.wp-block-woocommerce-related-products
.wc-block-components-product-price{

  margin-top:7px;

  font-size:9px !important;

  color:var(--dn-soft);
}


/* sale labels */

body.single-product
.onsale,

body.single-product
.wc-block-components-product-sale-badge{

  background:transparent !important;

  color:var(--dn-soft) !important;

  border:1px solid var(--dn-line) !important;

  border-radius:0 !important;

  box-shadow:none !important;

  font-family:"Courier New", monospace !important;

  font-size:7px !important;

  letter-spacing:.12em !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:900px){

  body.single-product .dn-product-layout{

    width:calc(100% - 44px) !important;

    padding:60px 0 80px !important;

    grid-template-columns:1fr !important;

    gap:55px !important;
  }


  body.single-product .dn-product-gallery{

    min-height:auto;

    padding:55px 0 40px !important;
  }


  body.single-product .dn-product-gallery
  .wp-block-woocommerce-product-image-gallery,

  body.single-product .dn-product-gallery
  .woocommerce-product-gallery,

  body.single-product .dn-product-gallery
  .wc-block-components-product-image-gallery{

    width:78% !important;

    margin-top:25px !important;
  }


  body.single-product .dn-product-info{

    max-width:100%;

    padding:30px 0 20px !important;
  }


  body.single-product .dn-product-info::before{

    margin-bottom:30px;
  }


  body.single-product .dn-product-info::after{

    top:58px;
  }


  body.single-product .dn-product-info
  .wp-block-post-title{

    max-width:320px;

    font-size:42px !important;
  }


  body.single-product
  .wp-block-woocommerce-product-details,

  body.single-product
  .wp-block-woocommerce-related-products{

    width:calc(100% - 44px);

    padding:60px 0 75px !important;
  }

}

</style>

Description

Tea Cup – Ash Line

Where earth meets fire.
A hand-thrown cup with a natural transition from soft sand tones to deep ash.
Each piece carries its own rhythm — quiet texture, gentle imperfection.
Made to hold warmth and stillness in the palm.

Additional information

Material

Stoneware ceramic

Capacity

100 ml

Finish

Hand-glazed

Origin

Handmade in Belgium

Reviews

There are no reviews yet.

Be the first to review “Ceramic Tea Cup – Ash Line”

Your email address will not be published. Required fields are marked *

Related products

Read more: Ceramic Tea Cup – Ash Line