Bootstrap snippet and html example. Product view

Bootstrap 3.3.4 snippet "Product view" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: product,item

HTML code

Clean, semantic HTML that powers this Bootstrap 3.3.4 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

<div class="container bootstrap snippets bootdey">
    <div class="row">
        <div class="col-sm-6 push-bit">
            <a href="#" class="gallery-link"><img src="https://www.bootdey.com/image/700x250/FF4500/000000" alt="" class="img-responsive push-bit" /></a>
            <div class="row push-bit">
                <div class="col-xs-4">
                    <a href="#" class="gallery-link"><img src="https://www.bootdey.com/image/400x200/DA70D6/000000" alt="" class="img-responsive" /></a>
                </div>
                <div class="col-xs-4">
                    <a href="#" class="gallery-link"><img src="https://www.bootdey.com/image/400x200/4169E1/000000" alt="" class="img-responsive" /></a>
                </div>
                <div class="col-xs-4">
                    <a href="#" class="gallery-link"><img src="https://www.bootdey.com/image/400x200/40E0D0/000000" alt="" class="img-responsive" /></a>
                </div>
            </div>
        </div>
        <div class="col-sm-6 push-bit">
            <div class="clearfix">
                <div class="pull-right">
                    <span class="h2"><strong>$ 69</strong></span>
                </div>
                <span class="h4">
                    <strong class="text-success">Table super power n2000</strong><br />
                    <small>15 Available</small>
                </span>
            </div>
            <hr />
            <p>
                Sed porttitor pretium venenatis. Suspendisse potenti. Aliquam quis ligula elit. Aliquam at orci ac neque semper dictum. Sed tincidunt scelerisque ligula, et facilisis nulla hendrerit non. Suspendisse potenti. Pellentesque
                non accumsan orci.
            </p>
            <p>
                Sed porttitor pretium venenatis. Suspendisse potenti. Aliquam quis ligula elit. Aliquam at orci ac neque semper dictum. Sed tincidunt scelerisque ligula, et facilisis nulla hendrerit non. Suspendisse potenti. Pellentesque
                non accumsan orci.
            </p>
            <hr />
            <form action="" method="post" class="form-inline push-bit text-right">
                <select id="ecom-addcart-size" name="ecom-addcart-size" class="form-control" size="1">
                    <option value="0" disabled="" selected="">SIZE</option>
                    <option value="xs">XS</option>
                    <option value="s">S</option>
                    <option value="m">M</option>
                    <option value="l">L</option>
                    <option value="xl">XL</option>
                    <option value="xxl">XXL</option>
                </select>
                <button type="submit" class="btn btn-info">Add to Cart</button>
            </form>
        </div>
    </div>
</div>

CSS code

Scoped CSS that styles the component. Paste it after Bootstrap 3.3.4 to keep the design, spacing, and responsiveness consistent.

body{
    margin-top:20px;
}

.push-bit {
    margin-bottom: 30px;
}

Similar snippets

Bootstrap example and template. bs4 shop product list

bs4 shop product list

Bootstrap example and template. shop product detail

shop product detail

Bootstrap example and template. block products

block products

Bootstrap example and template. Product comparison

Product comparison

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. User profile porlet with tabs

User profile porlet with tabs

Bootstrap example and template. Real Estates Property Detail

Real Estates Property Detail

Bootstrap example and template. Highlighted contact form

Highlighted contact form

FAQ

How do I use this snippet?

Include Bootstrap 3.3.4, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.

Can I use it in commercial projects?

Yes. It’s free for personal and commercial work; check the snippets license for details.

Is it responsive?

Yes. It inherits the responsive grid and components from Bootstrap 3.3.4.

Bootstrap example and template. Product view

About this bootstrap example/template

Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.

Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.

Already trusted in 10.4K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

Bootstrap 3.3.4

<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css'>

<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js'></script>

This code example is based on bootstrap 3.3.4 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working