Log In
BASIC-LIBRARY / SECTION / ECOMMERCE

Ecommerce Three

Preview Code
Quick edit
<section class="body-font overflow-hidden text-gray-600">
  <div
    class="container pl-5 pr-5 px-5 pt-24 pb-24 py-24 ml-auto mr-auto mx-auto max-w-screen-2xl"
  >
    <div class="ml-auto mr-auto mx-auto flex flex-wrap lg:w-4/5">
      <div
        class="w-full mb-6 lg:w-1/2 lg:pr-10 lg:pt-6 lg:pb-6 lg:py-6 lg:mb-0"
      >
        <h2 class="title-font tracking-widest text-sm text-gray-500">
          ARTISAN STUDIO
        </h2>
        <h1 class="title-font text-gray-900 text-3xl font-medium mb-4">
          Celestial Landscape Print Series
        </h1>
        <div class="flex mb-4">
          <a
            class="flex-grow text-indigo-500 border-b-2 border-indigo-500 pt-2 pb-2 py-2 text-lg pl-1 pr-1 px-1"
          >
            Overview
          </a>
          <a
            class="flex-grow border-b-2 border-gray-300 pt-2 pb-2 py-2 text-lg pl-1 pr-1 px-1"
          >
            Testimonials
          </a>
          <a
            class="flex-grow border-b-2 border-gray-300 pt-2 pb-2 py-2 text-lg pl-1 pr-1 px-1"
          >
            Specifications
          </a>
        </div>
        <p class="leading-relaxed mb-4">
          This exclusive print collection features hand-drawn illustrations
          inspired by twilight mountain scenes and lunar phases. Printed on
          premium textured paper, each piece adds a calming, modern aesthetic to
          your space. Ideal for bedrooms, studios, or meditation areas.
        </p>
        <div class="flex border-t border-gray-200 pt-2 pb-2 py-2">
          <span class="text-gray-500">Color</span>
          <span class="ml-auto text-gray-900">Midnight Navy</span>
        </div>
        <div class="flex border-t border-gray-200 pt-2 pb-2 py-2">
          <span class="text-gray-500">Size</span>
          <span class="ml-auto text-gray-900">18x24 in</span>
        </div>
        <div class="flex border-t border-b mb-6 border-gray-200 pt-2 pb-2 py-2">
          <span class="text-gray-500">Quantity</span>
          <span class="ml-auto text-gray-900">4</span>
        </div>
        <div class="flex">
          <span class="title-font font-medium text-2xl text-gray-900">
            &#x24;58.00
          </span>
          <button
            class="flex ml-auto text-white bg-indigo-500 border-0 pt-2 pb-2 py-2 pl-6 pr-6 px-6 focus:outline-none rounded hover:bg-indigo-600"
          >
            Add to Cart
          </button>
          <button
            class="inline-flex rounded-full w-10 h-10 bg-gray-200 pt-0 pr-0 pb-0 pl-0 border-0 items-center justify-center text-gray-500 ml-4"
          >
            <svg
              fill="currentColor"
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              class="w-5 h-5"
              viewBox="0 0 24 24"
            >
              <path
                d="M20.84 4.61a5.5 5.5 0 00-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 00-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z"
              ></path>
            </svg>
          </button>
        </div>
      </div>
      <img
        alt="ecommerce"
        class="w-full h-64 object-cover object-center rounded lg:w-1/2 lg:h-auto"
        src="https://media.istockphoto.com/id/1478719231/vector/landscape-art-boho-vector-template-flat-abstract-background-bohemian-graphic-print.jpg?s=2048x2048&amp;w=is&amp;k=20&amp;c=wx1B0VE4LKZZmAyvpsO3kh6eVNq_sjfzq4YrWgC7hIc="
      />
    </div>
  </div>
</section>
© 2025 tailsections.com. All rights reserved

Don’t Lose Your Edits!

Your changes are saved locally, but they may expire or be lost if you don’t create an account.

Create Account