uomo.kobee.digital Open in urlscan Pro
168.232.165.82  Public Scan

URL: https://uomo.kobee.digital/
Submission: On July 14 via api from US — Scanned from DE

Form analysis 7 forms found in the DOM

GET Demo2/search.html

<form action="Demo2/search.html" method="GET" class="search-field position-relative mt-4 mb-3">
  <div class="position-relative">
    <input class="search-field__input w-100 border rounded-1" type="text" name="search-keyword" placeholder="Search products">
    <button class="btn-icon search-popup__submit pb-0 me-2" type="submit">
      <svg class="d-block" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
        <use href="#icon_search"></use>
      </svg>
    </button>
    <button class="btn-icon btn-close-lg search-popup__reset pb-0 me-2" type="reset"></button>
  </div>
  <div class="position-absolute start-0 top-100 m-0 w-100">
    <div class="search-result"></div>
  </div>
</form>

GET Demo2/search_result.html

<form action="Demo2/search_result.html" method="GET" class="search-field container">
  <p class="text-uppercase text-secondary fw-medium mb-4">What are you looking for?</p>
  <div class="position-relative">
    <input class="search-field__input search-popup__input w-100 fw-medium" type="text" name="search-keyword" placeholder="Search products">
    <button class="btn-icon search-popup__submit" type="submit">
      <svg class="d-block" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
        <use href="#icon_search"></use>
      </svg>
    </button>
    <button class="btn-icon btn-close-lg search-popup__reset" type="reset"></button>
  </div>
  <div class="search-popup__results">
    <div class="sub-menu search-suggestion">
      <h6 class="sub-menu__title fs-base">Quicklinks</h6>
      <ul class="sub-menu__list list-unstyled">
        <li class="sub-menu__item"><a href="shop2.html" class="menu-link menu-link_us-s">New Arrivals</a></li>
        <li class="sub-menu__item"><a href="#" class="menu-link menu-link_us-s">Dresses</a></li>
        <li class="sub-menu__item"><a href="shop3.html" class="menu-link menu-link_us-s">Accessories</a></li>
        <li class="sub-menu__item"><a href="#" class="menu-link menu-link_us-s">Footwear</a></li>
        <li class="sub-menu__item"><a href="#" class="menu-link menu-link_us-s">Sweatshirt</a></li>
      </ul>
    </div>
    <div class="search-result row row-cols-5"></div>
  </div>
</form>

Demo2/

<form action="Demo2/" class="block-newsletter__form">
  <input class="form-control" type="email" name="email" placeholder="Your email address">
  <button class="btn btn-secondary fw-medium" type="submit">JOIN</button>
</form>

POST Demo2/

<form action="Demo2/" method="POST" class="aside-content">
  <div class="form-floating mb-3">
    <input name="email" type="email" class="form-control form-control_gray" id="customerNameEmailInput" placeholder="name@example.com">
    <label for="customerNameEmailInput">Username or email address *</label>
  </div>
  <div class="pb-3"></div>
  <div class="form-label-fixed mb-3">
    <label for="customerPasswordInput" class="form-label">Password *</label>
    <input name="password" id="customerPasswordInput" class="form-control form-control_gray" type="password" placeholder="********">
  </div>
  <div class="d-flex align-items-center mb-3 pb-2">
    <div class="form-check mb-0">
      <input name="remember" class="form-check-input form-check-input_fill" type="checkbox" value="" id="flexCheckDefault">
      <label class="form-check-label text-secondary" for="flexCheckDefault">Remember me</label>
    </div>
    <a href="reset_password.html" class="btn-text ms-auto">Lost password?</a>
  </div>
  <button class="btn btn-primary w-100 text-uppercase" type="submit">Log In</button>
  <div class="customer-option mt-4 text-center">
    <span class="text-secondary">No account yet?</span>
    <a href="login_register.html#register-tab" class="btn-text js-show-register">Create Account</a>
  </div>
</form>

POST Demo2/

<form action="Demo2/" method="POST" class="aside-content">
  <div class="form-floating mb-4">
    <input name="username" type="text" class="form-control form-control_gray" id="registerUserNameInput" placeholder="Username">
    <label for="registerUserNameInput">Username</label>
  </div>
  <div class="pb-1"></div>
  <div class="form-floating mb-4">
    <input name="email" type="email" class="form-control form-control_gray" id="registerUserEmailInput" placeholder="user@company.com">
    <label for="registerUserEmailInput">Email address *</label>
  </div>
  <div class="pb-1"></div>
  <div class="form-label-fixed mb-4">
    <label for="registerPasswordInput" class="form-label">Password *</label>
    <input name="password" id="registerPasswordInput" class="form-control form-control_gray" type="password" placeholder="*******">
  </div>
  <p class="text-secondary mb-4">Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our privacy policy.</p>
  <button class="btn btn-primary w-100 text-uppercase" type="submit">Register</button>
  <div class="customer-option mt-4 text-center">
    <span class="text-secondary">Already have account?</span>
    <a href="#" class="btn-text js-show-login">Login</a>
  </div>
</form>

Name: addtocart-formPOST

<form name="addtocart-form" method="post">
  <div class="product-single__swatches">
    <div class="product-swatch text-swatches">
      <label>Sizes</label>
      <div class="swatch-list">
        <input type="radio" name="size" id="swatch-1">
        <label class="swatch js-swatch" for="swatch-1" aria-label="Extra Small" data-bs-toggle="tooltip" data-bs-placement="top" title="" data-bs-original-title="Extra Small">XS</label>
        <input type="radio" name="size" id="swatch-2" checked="">
        <label class="swatch js-swatch" for="swatch-2" aria-label="Small" data-bs-toggle="tooltip" data-bs-placement="top" title="" data-bs-original-title="Small">S</label>
        <input type="radio" name="size" id="swatch-3">
        <label class="swatch js-swatch" for="swatch-3" aria-label="Middle" data-bs-toggle="tooltip" data-bs-placement="top" title="" data-bs-original-title="Middle">M</label>
        <input type="radio" name="size" id="swatch-4">
        <label class="swatch js-swatch" for="swatch-4" aria-label="Large" data-bs-toggle="tooltip" data-bs-placement="top" title="" data-bs-original-title="Large">L</label>
        <input type="radio" name="size" id="swatch-5">
        <label class="swatch js-swatch" for="swatch-5" aria-label="Extra Large" data-bs-toggle="tooltip" data-bs-placement="top" title="" data-bs-original-title="Extra Large">XL</label>
      </div>
      <a href="#" class="sizeguide-link" data-bs-toggle="modal" data-bs-target="#sizeGuide">Size Guide</a>
    </div>
    <div class="product-swatch color-swatches">
      <label>Color</label>
      <div class="swatch-list">
        <input type="radio" name="color" id="swatch-11">
        <label class="swatch swatch-color js-swatch" for="swatch-11" aria-label="Black" data-bs-toggle="tooltip" data-bs-placement="top" title="" style="color: #222" data-bs-original-title="Black"></label>
        <input type="radio" name="color" id="swatch-12" checked="">
        <label class="swatch swatch-color js-swatch" for="swatch-12" aria-label="Red" data-bs-toggle="tooltip" data-bs-placement="top" title="" style="color: #c93a3e" data-bs-original-title="Red"></label>
        <input type="radio" name="color" id="swatch-13">
        <label class="swatch swatch-color js-swatch" for="swatch-13" aria-label="Grey" data-bs-toggle="tooltip" data-bs-placement="top" title="" style="color: #e4e4e4" data-bs-original-title="Grey"></label>
      </div>
    </div>
  </div>
  <div class="product-single__addtocart">
    <div class="qty-control position-relative qty-initialized">
      <input type="number" name="quantity" value="1" min="1" class="qty-control__number text-center">
      <div class="qty-control__reduce">-</div>
      <div class="qty-control__increase">+</div>
    </div>
    <!-- .qty-control -->
    <button type="submit" class="btn btn-primary btn-addtocart js-open-aside" data-aside="cartDrawer">Add to Cart</button>
  </div>
</form>

Demo2/

<form action="Demo2/" class="footer-newsletter__form position-relative bg-body">
  <input class="form-control border-2" type="email" name="email" placeholder="Your email address">
  <input class="btn-link fw-medium bg-transparent position-absolute top-0 end-0 h-100" type="submit" value="JOIN">
</form>

Text Content

3
 * Home
   Home
    * Home 1
    * Home 2
    * Home 3
    * Home 4
    * Home 5
    * Home 6
    * Home 7
    * Home 8
    * Home 9
    * Home 10
    * Home 11
    * Home 12
    * Home 13
    * Home 14
    * Home 15
    * Home 16

 * Shop
   Shop
   Shop List
   Shop List
    * Shop List V1
    * Shop List V2
    * Shop List V3
    * Shop List V4
    * Shop List V5
    * Shop List V6
    * Shop List V7
    * Shop List V8
    * Shop List V9
    * Shop Item Style
    * Horizontal Scroll
   
   Shop Detail
   Shop Detail
    * Shop Detail V1
    * Shop Detail V2
    * Shop Detail V3
    * Shop Detail V4
    * Shop Detail V5
    * Shop Detail V6
    * Shop Detail V7
    * Shop Detail V8
    * Shop Detail V9
    * Shop Detail V10
    * Shop Detail V11
   
   Other Pages
   Other Pages
    * Collection Grid
    * Simple Product
    * Variable Product
    * External Product
    * Grouped Product
    * On Sale
    * Out of Stock
    * Shopping Cart
    * Checkout
    * Order Complete
    * Order Tracking

 * Blog
   Blog
    * Blog V1
    * Blog V2
    * Blog V3
    * Blog Detail

 * Pages
   Pages
    * My Account
    * Login / Register
    * Store Locator
    * Lookbook
    * Faq
    * Terms
    * 404 Error
    * Coming Soon

 * About
 * Contact

My Account
Language United Kingdom | English United States | English German French Swedish
Currency $ USD £ GBP € EURO
 * 
 * 
 * 
 * 
 * 

 * Shipping
 * FAQ
 * Contact
 * Track Order

FREE SHIPPING WORLDWIDE

 * 
 * 
 * 
 * 

English German French Swedish $ USD £ GBP € EURO
 * Home
    * Home 1
    * Home 2
    * Home 3
    * Home 4
    * Home 5
    * Home 6
   
    * Home 7
    * Home 8
    * Home 9
    * Home 10
    * Home 11
    * Home 12
   
    * Home 13
    * Home 14
    * Home 15
    * Home 16

 * Shop
   Shop List
    * Shop List V1
    * Shop List V2
    * Shop List V3
    * Shop List V4
    * Shop List V5
    * Shop List V6
    * Shop List V7
    * Shop List V8
    * Shop List V9
    * Shop Item Style
    * Horizontal Scroll
   
   Shop Detail
    * Shop Detail V1
    * Shop Detail V2
    * Shop Detail V3
    * Shop Detail V4
    * Shop Detail V5
    * Shop Detail V6
    * Shop Detail V7
    * Shop Detail V8
    * Shop Detail V9
    * Shop Detail V10
    * Shop Detail V11
   
   Other Pages
    * Collection Grid
    * Simple Product
    * Variable Product
    * External Product
    * Grouped Product
    * On Sale
    * Out of Stock
    * Shopping Cart
    * Checkout
    * Order Complete
    * Order Tracking
   
   
   NEW
   
   
   HORIZONS
   
   SHOP NOW
 * Blog
   * Blog V1
   * Blog V2
   * Blog V3
   * Blog Detail
 * Pages
   * My Account
   * Login / Register
   * Store Locator
   * Lookbook
   * Faq
   * Terms
   * 404 Error
   * Coming Soon
 * About
 * Contact



What are you looking for?



QUICKLINKS

 * New Arrivals
 * Dresses
 * Accessories
 * Footwear
 * Sweatshirt



3

SUMMER 2023


HELLO NEW SEASON

Limited time offer - up to 60% off & free shipping

Discover Now

SUMMER 2023


HELLO NEW SEASON

Limited time offer - up to 60% off & free shipping

Discover Now

SUMMER 2023


HELLO NEW SEASON

Limited time offer - up to 60% off & free shipping

Discover Now

SUMMER 2023


HELLO NEW SEASON

Limited time offer - up to 60% off & free shipping

Discover Now

SUMMER 2023


HELLO NEW SEASON

Limited time offer - up to 60% off & free shipping

Discover Now

Scroll



NEW


HORIZONS

Shop Now


SUMMER


HATS

Shop Now

Free delivery for Uomo members


PROMOTIONS UP


TO 10% OFF

See More



BEST SELLING

 * Tops
 * Jeans
 * Bags
 * Accessories

Add To Cart Quick View

JEAN

CROPPED FAUX LEATHER JACKET

$29
NEW
Add To Cart Quick View

JEAN

CALVIN SHORTS

$62
Add To Cart Quick View

JEAN

KIRBY T-SHIRT

$17
-67%
Add To Cart Quick View

JEAN

CABLEKNIT SHAWL

$129 $99
Add To Cart Quick View

JEAN

CROPPED FAUX LEATHER JACKET

$29
NEW
Add To Cart Quick View

JEAN

CALVIN SHORTS

$62
Add To Cart Quick View

JEAN

KIRBY T-SHIRT

$17
-67%
Add To Cart Quick View

JEAN

CABLEKNIT SHAWL

$129 $99



NEW
Add To Cart Quick View

JEAN

CALVIN SHORTS

$62
Add To Cart Quick View

JEAN

KIRBY T-SHIRT

$17
-67%
Add To Cart Quick View

JEAN

CABLEKNIT SHAWL

$129 $99
Add To Cart Quick View

JEAN

CROPPED FAUX LEATHER JACKET

$29
NEW
Add To Cart Quick View

JEAN

CALVIN SHORTS

$62
Add To Cart Quick View

JEAN

KIRBY T-SHIRT

$17
-67%
Add To Cart Quick View

JEAN

CABLEKNIT SHAWL

$129 $99
Add To Cart Quick View

JEAN

CROPPED FAUX LEATHER JACKET

$29



Add To Cart Quick View

JEAN

KIRBY T-SHIRT

$17
-67%
Add To Cart Quick View

JEAN

CABLEKNIT SHAWL

$129 $99
Add To Cart Quick View

JEAN

CROPPED FAUX LEATHER JACKET

$29
NEW
Add To Cart Quick View

JEAN

CALVIN SHORTS

$62
Add To Cart Quick View

JEAN

KIRBY T-SHIRT

$17
-67%
Add To Cart Quick View

JEAN

CABLEKNIT SHAWL

$129 $99
Add To Cart Quick View

JEAN

CROPPED FAUX LEATHER JACKET

$29
NEW
Add To Cart Quick View

JEAN

CALVIN SHORTS

$62



-67%
Add To Cart Quick View

JEAN

CABLEKNIT SHAWL

$129 $99
Add To Cart Quick View

JEAN

CROPPED FAUX LEATHER JACKET

$29
NEW
Add To Cart Quick View

JEAN

CALVIN SHORTS

$62
Add To Cart Quick View

JEAN

KIRBY T-SHIRT

$17
-67%
Add To Cart Quick View

JEAN

CABLEKNIT SHAWL

$129 $99
Add To Cart Quick View

JEAN

CROPPED FAUX LEATHER JACKET

$29
NEW
Add To Cart Quick View

JEAN

CALVIN SHORTS

$62
Add To Cart Quick View

JEAN

KIRBY T-SHIRT

$17






SHOP BY CATEGORY

Accessories

20 Products

Bags

20 Products

Shoes

20 Products

Outerwear

20 Products

Top

20 Products

Accessories

20 Products

Bags

20 Products

Shoes

20 Products

Outerwear

20 Products

Top

20 Products

Accessories

20 Products

Bags

20 Products

Shoes

20 Products

Outerwear

20 Products

Top

20 Products




NEW SEASON

New Collection Release

Shop Now



LATEST PRODUCTS

Add To Cart Quick View

JEAN

CROPPED FAUX LEATHER JACKET

$29
NEW
Add To Cart Quick View

JEAN

CALVIN SHORTS

$62
Add To Cart Quick View

JEAN

KIRBY T-SHIRT

$17
-67%
Add To Cart Quick View

JEAN

CABLEKNIT SHAWL

$129 $99
Add To Cart Quick View

JEAN

CROPPED FAUX LEATHER JACKET

$29
NEW
Add To Cart Quick View

JEAN

CALVIN SHORTS

$62
Add To Cart Quick View

JEAN

KIRBY T-SHIRT

$17
-67%
Add To Cart Quick View

JEAN

CABLEKNIT SHAWL

$129 $99
Add To Cart Quick View

JEAN

CROPPED FAUX LEATHER JACKET

$29
NEW
Add To Cart Quick View

JEAN

CALVIN SHORTS

$62
Add To Cart Quick View

JEAN

KIRBY T-SHIRT

$17
-67%
Add To Cart Quick View

JEAN

CABLEKNIT SHAWL

$129 $99







LATEST NEWS

By Admin Aprial 05, 2023
Woman with good shoes is never be ugly place
By Admin Aprial 05, 2023
What Freud Can Teach Us About Furniture
By Admin Aprial 05, 2023
Habitant morbi tristique senectus
By Admin Aprial 05, 2023
Woman with good shoes is never be ugly place
By Admin Aprial 05, 2023
What Freud Can Teach Us About Furniture
By Admin Aprial 05, 2023
Habitant morbi tristique senectus
By Admin Aprial 05, 2023
Woman with good shoes is never be ugly place
By Admin Aprial 05, 2023
What Freud Can Teach Us About Furniture
By Admin Aprial 05, 2023
Habitant morbi tristique senectus




BRANDS





GET 10% OFF

Be the first to get the latest news about trends, promotions, and much more!

JOIN

1418 River Drive, Suite 35 Cottonhall, CA 9622 United States

sale@uomo.com

+1 246-345-0695

 * 
 * 
 * 
 * 
 * 

COMPANY

 * About Us
 * Careers
 * Affiliates
 * Blog
 * Contact Us

SHOP

 * New Arrivals
 * Accessories
 * Men
 * Women
 * Shop All

HELP

 * Customer Service
 * My Account
 * Find a Store
 * Legal & Privacy
 * Contact
 * Gift Card

OPENING TIME

 * Mon - Fri: 8AM - 9PM
 * Sat: 9AM - 8PM
 * Sun: Closed

©2024 Uomo by Kobee Digital
United Kingdom | English United States | English German French Swedish $ USD £
GBP € EURO
Home
Shop
3
Wishlist


LOGIN

Username or email address *

Password *
Remember me
Lost password?
Log In
No account yet? Create Account


CREATE AN ACCOUNT

Username

Email address *

Password *

Your personal data will be used to support your experience throughout this
website, to manage access to your account, and for other purposes described in
our privacy policy.

Register
Already have account? Login


SHOPPING BAG ( 1 )

ZESSI DRESSES

Color: Yellow

Size: L

-
+
$99

--------------------------------------------------------------------------------

KIRBY T-SHIRT

Color: Black

Size: XS

-
+
$89

--------------------------------------------------------------------------------

CABLEKNIT SHAWL

Color: Green

Size: L

-
+
$129

--------------------------------------------------------------------------------

SUBTOTAL:

$176.00
View Cart Checkout
 * WOMEN
 * MEN
 * KIDS

 * WOMEN
 * MAN
 * KIDS
 * HOME
 * COLLECTION
 * SALE UP TO 50% OFF
 * NEW
 * SHOES
 * ACCESSORIES
 * JOIN LIFE
 * #UOMOSTYLE

 * New
 * Best Sellers
 * Collaborations®
 * Sets
 * Denim
 * Jackets & Coats
 * Overshirts
 * Trousers
 * Jeans
 * Dresses
 * Sweatshirts and Hoodies
 * T-shirts & Tops
 * Shirts & Blouses
 * Shorts and Bermudas
 * Shoes
 * Accessories
 * Bags
 * Gift Card

 * Best Sellers
 * New
 * Sets
 * Denim
 * Collaborations®
 * Trousers
 * Jackets & Coats
 * Overshirts
 * Dresses
 * Jeans
 * Sweatshirts and Hoodies
 * Gift Card
 * Shirts & Blouses
 * T-shirts & Tops
 * Shorts and Bermudas
 * Accessories
 * Shoes
 * Bags

 * Gift Card
 * Collaborations®
 * Sets
 * Denim
 * New
 * Best Sellers
 * Overshirts
 * Jackets & Coats
 * Jeans
 * Trousers
 * Shorts and Bermudas
 * Shoes
 * Accessories
 * Dresses
 * Bags

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
fugiat nulla pariatur.

Elementum lectus a porta commodo suspendisse arcu, aliquam lectus faucibus.

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium
doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore
veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam
voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia
consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.

Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit
laboriosam, nisi ut aliquid ex ea commodi consequatur?


LIGHTWEIGHT PUFFER JACKET WITH A HOOD

$449

Phasellus sed volutpat orci. Fusce eget lore mauris vehicula elementum gravida
nec dui. Aenean aliquam varius ipsum, non ultricies tellus sodales eu. Donec
dignissim viverra nunc, ut aliquet magna posuere eget.

Sizes
XS S M L XL
Size Guide
Color

-
+
Add to Cart
Add to Wishlist +
Link
Copy link
SKU: N/A
Categories: Casual & Urban Wear, Jackets, Men
Tags: biker, black, bomber, leather


SIGN UP TO OUR NEWSLETTER

Be the first to get the latest news about trends, promotions, and much more!





In order to provide you a personalized shopping experience, our site uses
cookies. By continuing to use this site, you are agreeing to our cookie policy.

Accept