//====== VARIABLES @message-box-border-radius-rounded: 5px; @message-box-border-radius-round: 4em; @message-box-shadow-width-3d: 5px; @message-box-font-size-base: 1em; @message-box-icon-size: 1.7em; @message-box-horizontal-padding: 1em; @message-box-vertical-padding: 1em; @message-box-icon-indent: 4em; @message-box-icon-indent-reduced: 3.25em; //====== COLORS // alert types //----------------------------- // alert-info @alert-info: #56b0ee; @alert-info-bg: #dff2fe; @alert-info-border: #cfebfe; @alert-info-text: #5e7f96; @alert-info-contrast: #fff; // alert-success @alert-success: #1bbc9b; @alert-success-bg: #e6fdf8; @alert-success-border: #cfebfe; @alert-success-text: #5e7f96; @alert-success-contrast: #fff; // alert-warning @alert-warning: #fcb53f; @alert-warning-bg: #fff4e2; @alert-warning-border: #ffeccc; @alert-warning-text: #9d8967; @alert-warning-contrast: #fff; // alert-danger @alert-danger: #ff7877; @alert-danger-bg: #fdeaea; @alert-danger-border: #fedede; @alert-danger-text: #a85959; @alert-danger-contrast: #fff; // classic alerts // --------------------------- // alert-info-classic @alert-info-classic: #67CCE0; @alert-info-classic-bg: @state-info-bg; @alert-info-classic-border: @state-info-border; @alert-info-classic-text: @state-info-text; @alert-info-classic-contrast: #fff; // alert-success-classic @alert-success-classic: #9AD36A; @alert-success-classic-bg: @state-success-bg; @alert-success-classic-border: @state-success-border; @alert-success-classic-text: @state-success-text; @alert-success-classic-contrast: #fff; // alert-warning-classic @alert-warning-classic: #F9CF79; @alert-warning-classic-bg: @state-warning-bg; @alert-warning-classic-border: @state-warning-border; @alert-warning-classic-text: @state-warning-text; @alert-warning-classic-contrast: #fff; // alert-danger-classic @alert-danger-classic: #EF8495; @alert-danger-classic-bg: @state-danger-bg; @alert-danger-classic-border: @state-danger-border; @alert-danger-classic-text: @state-danger-text; @alert-danger-classic-contrast: #fff; // color set // --------------------------- // blue @color-blue: @blue; @color-blue-bg: lighten(@color-blue, 38%); @color-blue-border: darken(@color-blue-bg, 10%); @color-blue-text: darken(desaturate(@color-blue, 15%), 20%); @color-blue-contrast: #fff; // turquoise @color-turquoise: @turquoise; @color-turquoise-bg: lighten(desaturate(@color-turquoise, 20%), 55%); @color-turquoise-border: darken(desaturate(@color-turquoise-bg, 25%), 10%); @color-turquoise-text: darken(desaturate(@color-turquoise, 15%), 20%); @color-turquoise-contrast: #fff; // pink @color-pink: @pink; @color-pink-bg: lighten(@color-pink, 28%); @color-pink-border: darken(@color-pink-bg, 5%); @color-pink-text: darken(desaturate(@color-pink, 25%), 20%); @color-pink-contrast: #fff; // violet @color-violet: @violet; @color-violet-bg: lighten(@color-violet, 35%); @color-violet-border: darken(@color-violet-bg, 10%); @color-violet-text: darken(desaturate(@color-violet, 15%), 20%); @color-violet-contrast: #fff; // peacoc @color-peacoc: @peacoc; @color-peacoc-bg: lighten(@color-peacoc, 40%); @color-peacoc-border: darken(@color-peacoc-bg, 10%); @color-peacoc-text: darken(desaturate(@color-peacoc, 15%), 20%); @color-peacoc-contrast: #fff; // chino @color-chino: @chino; @color-chino-bg: lighten(@color-chino, 22%); @color-chino-border: darken(@color-chino-bg, 10%); @color-chino-text: darken(@color-chino, 27%); @color-chino-contrast: #fff; // mulled_wine @color-mulled-wine: @mulled_wine; @color-mulled-wine-bg: lighten(@color-mulled-wine, 60%); @color-mulled-wine-border: darken(@color-mulled-wine-bg, 10%); @color-mulled-wine-text: darken(@color-mulled-wine, 20%); @color-mulled-wine-contrast: #fff; // vista_blue @color-vista-blue: @vista_blue; @color-vista-blue-bg: lighten(@color-vista-blue, 28%); @color-vista-blue-border: darken(@color-vista-blue-bg, 10%); @color-vista-blue-text: darken(desaturate(@color-vista-blue, 15%), 25%); @color-vista-blue-contrast: #fff; // orange @color-orange: @orange; @color-orange-bg: lighten(@color-orange, 27%); @color-orange-border: darken(@color-orange-bg, 10%); @color-orange-text: darken(desaturate(@color-orange, 15%), 25%); @color-orange-contrast: #fff; // sky @color-sky: @sky; @color-sky-bg: lighten(@color-sky, 33%); @color-sky-border: darken(@color-sky-bg, 10%); @color-sky-text: darken(desaturate(@color-sky, 15%), 25%); @color-sky-contrast: #fff; // green @color-green: @green; @color-green-bg: lighten(@color-green, 47%); @color-green-border: darken(@color-green-bg, 15%); @color-green-text: darken(desaturate(@color-green, 15%), 20%); @color-green-contrast: #fff; // juicy_pink @color-juicy-pink: @juicy_pink; @color-juicy-pink-bg: lighten(@color-juicy-pink, 35%); @color-juicy-pink-border: darken(@color-juicy-pink-bg, 10%); @color-juicy-pink-text: darken(desaturate(@color-juicy-pink, 20%), 25%); @color-juicy-pink-contrast: #fff; // sandy_brown @color-sandy-brown: @sandy_brown; @color-sandy-brown-bg: lighten(@color-sandy-brown, 27%); @color-sandy-brown-border: darken(@color-sandy-brown-bg, 10%); @color-sandy-brown-text: darken(desaturate(@color-sandy-brown, 15%), 25%); @color-sandy-brown-contrast: #fff; // purple @color-purple: @purple; @color-purple-bg: lighten(@color-purple, 33%); @color-purple-border: darken(@color-purple-bg, 10%); @color-purple-text: darken(desaturate(@color-purple, 15%), 15%); @color-purple-contrast: #fff; // black @color-black: @black; @color-black-bg: lighten(@color-black, 7%); @color-black-border: @color-black; @color-black-text: @color-black-contrast; @color-black-contrast: #fff; // grey @color-grey: @grey; @color-grey-bg: @color-grey; @color-grey-border: darken(@color-grey-bg, 10%); @color-grey-text: darken(@color-grey, 40%); @color-grey-contrast: @color-grey-text; // white @color-white: @white; @color-white-bg: @color-white; @color-white-border: darken(@color-white-bg, 10%); @color-white-text: @color-white-contrast; @color-white-contrast: darken(@color-white, 30%); Top – MBOZZ https://mbozz.com Thu, 30 Jul 2026 09:17:20 +0000 en-US hourly 1 https://mbozz.com/wp-content/uploads/2025/08/cropped-Black-MBOZZ-Logo-Name-e1752425270476-ezgif.com-webp-to-jpg-converter-e1755245849872-32x32.webp Top – MBOZZ https://mbozz.com 32 32 Lacoste Original Beige Long Sleeve Shirt https://mbozz.com/product/lacoste-original-beige-long-sleeve-shirt/ https://mbozz.com/product/lacoste-original-beige-long-sleeve-shirt/#respond Thu, 30 Jul 2026 09:17:19 +0000 https://mbozz.com/?post_type=product&p=6898 About
Elevate your everyday wardrobe with this original Lacoste long sleeve shirt in a versatile beige shade. Designed for lightweight comfort and timeless style, it features a clean button-down collar, a practical chest pocket with the signature crocodile logo, and a regular fit that delivers a polished look for both work and casual occasions. Crafted from premium cotton, it offers breathable comfort with an effortlessly refined finish.

Details
Original Lacoste design
Beige color
Long sleeves
Button-down collar
Button-front closure
Chest pocket with signature crocodile logo
Buttoned cuffs
Regular fit
Suitable for business casual and smart-casual wear
Designed in France

Fit
Regular fit

Composition
100% cotton

Care
Machine washable
Do not bleach
Warm iron
Do not dry clean
Line dry
Do not tumble dry
Reshape while damp

Origin
Made in Cambodia

]]>
https://mbozz.com/product/lacoste-original-beige-long-sleeve-shirt/feed/ 0
Tommy Hilfiger Sky Blue Striped Long Sleeve Shirt https://mbozz.com/product/tommy-hilfiger-sky-blue-striped-long-sleeve-shirt/ https://mbozz.com/product/tommy-hilfiger-sky-blue-striped-long-sleeve-shirt/#respond Thu, 30 Jul 2026 09:04:19 +0000 https://mbozz.com/?post_type=product&p=6894 About
Refresh your wardrobe with this premium Tommy Hilfiger long sleeve shirt, designed in a timeless sky blue vertical stripe pattern. Featuring a classic button-down collar and a chest pocket with signature branding, this shirt delivers a refined look that transitions effortlessly from office wear to smart-casual occasions. Crafted from 100% cotton, it provides lasting comfort with a crisp, polished finish.

Details
Sky blue vertical stripe design
Long sleeves
Button-down collar
Button-front closure
Chest pocket with signature logo
Buttoned cuffs
Regular fit
Suitable for business casual and smart-casual wear

Fit
Regular fit

Composition
100% cotton

Care
Machine washable
Do not bleach
Warm iron
Do not dry clean
Line dry
Do not tumble dry
Reshape while damp

Origin
Made in India

]]>
https://mbozz.com/product/tommy-hilfiger-sky-blue-striped-long-sleeve-shirt/feed/ 0
A/X Premium Micro-Print Long Sleeve Shirt https://mbozz.com/product/a-x-premium-micro-print-long-sleeve-shirt/ https://mbozz.com/product/a-x-premium-micro-print-long-sleeve-shirt/#respond Thu, 30 Jul 2026 08:47:27 +0000 https://mbozz.com/?post_type=product&p=6893 About
Elevate your everyday wardrobe with this premium micro-print long sleeve shirt. Designed with a refined all-over micro pattern on a rich dark fabric, it offers a clean, sophisticated look for both business and smart-casual occasions. Crafted from 100% cotton, it delivers breathable comfort and a polished finish throughout the day.

Details
Premium micro-print design
Long sleeves
Classic point collar
Button-front closure
Buttoned cuffs
Regular fit
Suitable for formal and smart-casual wear

Fit
Regular fit

Composition
100% cotton

Care
Machine washable
Do not bleach
Warm iron
Do not dry clean
Line dry
Do not tumble dry
Reshape while damp

Origin
Made in India

]]>
https://mbozz.com/product/a-x-premium-micro-print-long-sleeve-shirt/feed/ 0
Tommy Hilfiger White Polo with Red Collar Detail https://mbozz.com/product/tommy-hilfiger-white-polo-with-red-collar-detail/ https://mbozz.com/product/tommy-hilfiger-white-polo-with-red-collar-detail/#respond Wed, 18 Feb 2026 11:25:19 +0000 https://mbozz.com/?post_type=product&p=6666 Stand Out with Distinctive Design

Elevate your casual wardrobe with the Tommy Hilfiger White Polo featuring a bold red collar detail that sets it apart. This unique design brings a refined touch to the classic polo look, making it an eye-catching yet versatile addition to your styling arsenal. Whether you’re attending a relaxed outing or a casual office gathering, this polo strikes the perfect balance between boldness and sophistication.

Experience All-Day Comfort

Crafted from premium-quality soft and breathable fabric, this Tommy Hilfiger polo ensures exceptional comfort throughout your day. It feels lightweight against the skin, making it ideal for warm seasons or layering during cooler months. The structured yet flexible design guarantees a fit that’s both flattering and functional, keeping you polished without compromising on ease.

Effortless Smart Casual Styling

This white polo with red collar detail is the ultimate companion for smart casual styling. Pair it effortlessly with classic blue jeans for a laid-back yet polished everyday look. Match it with chinos to elevate your style for semi-formal occasions, or go for tailored shorts when heading to summer events. Its versatility ensures you effortlessly transition from one setting to another while maintaining a sharp and refined appearance.

Upgrade your wardrobe with this Tommy Hilfiger white polo—a perfect blend of style, comfort, and versatility. Whether dressed up or down, it’s the go-to piece for creating polished looks with minimal effort.

]]>
https://mbozz.com/product/tommy-hilfiger-white-polo-with-red-collar-detail/feed/ 0
Tommy Hilfiger Minimal Crew Neck T Shirt https://mbozz.com/product/tommy-hilfiger-minimal-crew-neck-t-shirt/ https://mbozz.com/product/tommy-hilfiger-minimal-crew-neck-t-shirt/#respond Mon, 16 Feb 2026 09:54:23 +0000 https://mbozz.com/?post_type=product&p=6644 A timeless essential from Tommy Hilfiger, this crew neck T shirt features a clean, minimalist design perfect for everyday wear. Crafted from soft, high quality fabric, it offers a comfortable fit with a refined, modern look. Simple, versatile, and effortlessly stylish, it pairs easily with jeans, chinos, or shorts for a polished casual outfit.

]]>
https://mbozz.com/product/tommy-hilfiger-minimal-crew-neck-t-shirt/feed/ 0
CK Long Sleeve Shirt White https://mbozz.com/product/ck-long-sleeve-shirt-white/ https://mbozz.com/product/ck-long-sleeve-shirt-white/#respond Mon, 16 Feb 2026 07:59:35 +0000 https://mbozz.com/?post_type=product&p=6635 Long sleeve white shirt crafted from lightweight breathable fabric for all day comfort. Designed with a classic collar, full button closure, and a clean tailored fit that works for formal, smart casual, and office wear. The smooth finish and minimal design make it easy to pair with trousers, denim, or chinos for a polished and versatile look. Suitable for daily wear as well as special occasions

]]>
https://mbozz.com/product/ck-long-sleeve-shirt-white/feed/ 0
h&m Sea Blue Crew Neck T Shirt https://mbozz.com/product/hm-sea-blue-crew-neck-t-shirt/ https://mbozz.com/product/hm-sea-blue-crew-neck-t-shirt/#respond Mon, 16 Feb 2026 07:54:09 +0000 https://mbozz.com/?post_type=product&p=6631 Original branded crew neck T shirt featuring a loose fit and soft, comfortable fabric for everyday use. The sea blue color offers a fresh, calm look with a modern feel. Easy to wear, easy to style, and ideal for daily casual outfits.

Available in multiple sizes. All products are 100 percent original and branded.

]]>
https://mbozz.com/product/hm-sea-blue-crew-neck-t-shirt/feed/ 0
Giorgio Armani Long Sleeve White Shirt https://mbozz.com/product/giorgio-armani-long-sleeve-white-shirt/ https://mbozz.com/product/giorgio-armani-long-sleeve-white-shirt/#respond Mon, 16 Feb 2026 04:58:07 +0000 https://mbozz.com/?post_type=product&p=6607 A premium white shirt made with smooth high quality fabric, designed for a clean and comfortable fit that you can wear for both casual and formal occasions. Simple, elegant, and easy to style with any outfit. 

]]>
https://mbozz.com/product/giorgio-armani-long-sleeve-white-shirt/feed/ 0
Gianni Versace Premium Navy Polo https://mbozz.com/product/gianni-versace-premium-navy-polo/ https://mbozz.com/product/gianni-versace-premium-navy-polo/#respond Tue, 18 Nov 2025 09:46:40 +0000 https://mbozz.com/?post_type=product&p=6550 A refined polo crafted for everyday luxury. This Gianni Versace polo T-shirt comes in a rich navy tone, designed with a signature patterned collar and the iconic Medusa detail at the chest. Made with premium cotton stretch fabric for comfort, structure, and a smooth finish.]]> A refined polo crafted for everyday luxury. This Gianni Versace polo T-shirt comes in a rich navy tone, designed with a signature patterned collar and the iconic Medusa detail at the chest. Made with premium cotton stretch fabric for comfort, structure, and a smooth finish.

Details
Navy color
Soft cotton stretch fabric
Signature patterned collar
Medusa embroidery at chest
Three-button placket
Short sleeves
Regular polo silhouette
Made in Tunisia
Designed in Italy

Fit
Regular fit

Composition
96 percent cotton
4 percent elastane

Sizes
Small
Medium
Large
XL
XXL

Care
Machine wash gentle
Do not bleach
Do not tumble dry
Iron on low heat
Flat dry recommended

]]>
https://mbozz.com/product/gianni-versace-premium-navy-polo/feed/ 0
Armani Exchange Signature Logo Shirt https://mbozz.com/product/__trashed/ https://mbozz.com/product/__trashed/#respond Mon, 17 Nov 2025 09:05:35 +0000 https://mbozz.com/?post_type=product&p=6542 About

Designed for everyday versatility, this Armani Exchange men’s shirt combines a polished silhouette with bold modern branding. Crafted in navy blue cotton for a smooth, comfortable feel, it features a standout A|X front graphic that adds signature style to a classic button-down design. Completed with Armani Sustainability Values, this piece delivers style with responsibility.

Details

Regular-fit long-sleeve shirt
Smooth woven cotton construction
Button-down front with classic point collar
Large A|X graphic print at the chest
Adjustable buttoned cuffs
Straight hem
Manufactured 12/2024
Sustainability: Armani Sustainability Values

Fit

Regular fit
Designed for everyday comfort and easy movement

Composition

100% cotton

Care

Maximum washing temperature: 30°C, normal process
Do not bleach
Do not tumble dry
Iron at maximum soleplate temperature: 110°C
Steam ironing may cause irreversible damage
Do not dry clean

Origin

Made in India

Style

Style No.: 410394929
Code: Underscope 25EA

Sizes

Available in S, M, L, XL, XXL

]]>
https://mbozz.com/product/__trashed/feed/ 0