{"product_id":"polo-shirt-oversized-printed-penta-yellow","title":"Polo Shirt Oversized Printed Penta - Yellow","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\u003c!--\n\/* ============================================================\n       RESET — scoped so it does not leak into the platform\n    ============================================================ *\/\n  .ml-descricao *,\n  .ml-descricao *::before,\n  .ml-descricao *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* ============================================================\n       CUSTOM PROPERTIES\n    ============================================================ *\/\n  .ml-descricao {\n    --c-bg: #ffffff;\n    --c-bg-soft: #f8f8f6;\n    --c-bg-mid: #f1f0ed;\n    --c-border: #e4e3df;\n    --c-border-dk: #c8c7c2;\n    --c-text: #1a1a18;\n    --c-muted: #6b6b66;\n    --c-subtle: #9e9e99;\n\n    --c-amarelo: #fef100;\n    --c-azul: #1617fd;\n    --c-verde: #067136;\n\n    --ff-body: 'Montserrat', 'Helvetica Neue', sans-serif;\n\n    --sp-xs: 0.5rem;\n    --sp-sm: 1rem;\n    --sp-md: 2rem;\n    --sp-lg: 4rem;\n    --sp-xl: 6rem;\n\n    --max-w: 1240px;\n    --gutter: 1.5rem;\n\n    --r-sm: 4px;\n    --r-md: 10px;\n    --r-lg: 16px;\n\n    --shadow-xs: 0 1px 3px rgba(0, 0, 0, .06);\n    --shadow-sm: 0 2px 8px rgba(0, 0, 0, .07);\n    --shadow-md: 0 4px 20px rgba(0, 0, 0, .09);\n\n    --t-fast: .16s ease;\n    --t-mid: .3s ease;\n\n    font-family: var(--ff-body);\n    color: var(--c-text);\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .ml-descricao img {\n    max-width: 100%;\n    display: block;\n    object-fit: cover;\n  }\n\n  \/* ============================================================\n       BLOCK 1 — SEO INTRO\n    ============================================================ *\/\n  .seo-intro {\n    background: var(--c-bg-soft);\n    border-bottom: 1px solid var(--c-border);\n    padding: var(--sp-md) var(--gutter);\n  }\n\n  .seo-intro__lead {\n    max-width: 820px;\n    margin: 0 auto var(--sp-md);\n  }\n\n  .seo-intro__lead p+p {\n    margin-top: 1rem;\n  }\n\n  .seo-intro__lead p {\n    font-size: .97rem;\n    color: var(--c-muted);\n    line-height: 1.85;\n  }\n\n  .seo-intro__cards {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1rem;\n    max-width: var(--max-w);\n    margin: 0 auto;\n  }\n\n  .seo-intro__card {\n    background: var(--c-bg);\n    border: 1px solid var(--c-border);\n    border-radius: var(--r-md);\n    padding: 1.4rem 1.2rem;\n    display: flex;\n    flex-direction: column;\n    gap: .45rem;\n    text-align: center;\n    transition: box-shadow var(--t-fast), transform var(--t-fast);\n  }\n\n  .seo-intro__card:hover {\n    box-shadow: var(--shadow-md);\n    transform: translateY(-3px);\n  }\n\n  .seo-intro__card-icon {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n  }\n\n  .seo-intro__card-icon img {\n    height: 48px;\n    width: auto;\n  }\n\n  .seo-intro__card strong {\n    font-family: var(--ff-body);\n    font-size: .9rem;\n    font-weight: 700;\n    letter-spacing: 0;\n    color: var(--c-text) !important;\n  }\n\n  .seo-intro__card p {\n    font-size: .79rem;\n    color: var(--c-muted);\n    line-height: 1.55;\n  }\n\n  \/* ============================================================\n       BLOCK 2 — FIXED MEDIA\n    ============================================================ *\/\n  .media-block {\n    padding: var(--sp-lg) var(--gutter);\n    max-width: var(--max-w);\n    margin: 0 auto;\n  }\n\n  .media-block__grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: .75rem;\n  }\n\n  .media-block__item img {\n    width: 100%;\n    border-radius: var(--r-md);\n    transition: transform var(--t-mid);\n  }\n\n  .media-block__item img:hover {\n    transform: scale(1.01);\n  }\n\n  .media-block__item--tall {\n    grid-row: span 2;\n  }\n\n  .media-block__item--tall img {\n    height: 100%;\n  }\n\n  \/* ============================================================\n       TYPOGRAPHY — scoped headings\n    ============================================================ *\/\n  .ml-descricao h1,\n  .ml-descricao h2,\n  .ml-descricao h3,\n  .ml-descricao h4,\n  .ml-descricao h5,\n  .ml-descricao h6 {\n    font-family: var(--ff-body);\n    font-weight: 700;\n    line-height: 1.15;\n    color: var(--c-text);\n  }\n\n  \/* ============================================================\n       BLOCK 3 — SEO + FEATURES\n    ============================================================ *\/\n  .seo-block {\n    background: var(--c-bg-soft);\n    border-top: 1px solid var(--c-border);\n    border-bottom: 1px solid var(--c-border);\n    padding: var(--sp-md) var(--gutter);\n  }\n\n  \/* main h2 — large, centered *\/\n  .seo-block h2 {\n    font-size: clamp(1.6rem, 4vw, 2.8rem);\n    font-weight: 700;\n    letter-spacing: -.02em;\n    line-height: 1.15;\n    max-width: 900px;\n    margin: 0 auto var(--sp-md);\n    text-align: center;\n  }\n\n  \/* h3 in color cards *\/\n  .seo-block h3 {\n    font-size: clamp(1rem, 2vw, 1.1rem);\n    font-weight: 700;\n    letter-spacing: 0;\n    margin-bottom: .65rem;\n  }\n\n  .seo-block__text {\n    max-width: 780px;\n    margin: 0 auto var(--sp-lg);\n  }\n\n  .seo-block__text p+p {\n    margin-top: .9rem;\n  }\n\n  .seo-block__text p {\n    font-size: .95rem;\n    color: var(--c-muted);\n    line-height: 1.85;\n  }\n\n  \/* Color cards *\/\n  .color-descriptions {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1rem;\n    max-width: var(--max-w);\n    margin: 0 auto var(--sp-lg);\n  }\n\n  .color-desc {\n    background: var(--c-bg);\n    border: 1px solid var(--c-border);\n    border-radius: var(--r-md);\n    padding: 1.4rem;\n    transition: box-shadow var(--t-fast), transform var(--t-fast);\n  }\n\n  .color-desc--amarelo {\n    border-top: 3px solid var(--c-amarelo);\n  }\n\n  .color-desc--azul {\n    border-top: 3px solid var(--c-azul);\n  }\n\n  .color-desc--verde {\n    border-top: 3px solid var(--c-verde);\n  }\n\n  .color-desc:hover {\n    box-shadow: var(--shadow-md);\n    transform: translateY(-3px);\n  }\n\n  .color-desc h3 {\n    font-size: .95rem;\n    font-weight: 700;\n    letter-spacing: 0;\n    margin-bottom: .65rem;\n  }\n\n  .color-desc p {\n    font-size: .82rem;\n    color: var(--c-muted);\n    line-height: 1.7;\n  }\n\n  \/* Feature cards *\/\n  .feature-cards {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1rem;\n    max-width: var(--max-w);\n    margin: 0 auto var(--sp-lg);\n  }\n\n  .feature-card {\n    background: var(--c-bg);\n    border: 1px solid var(--c-border);\n    border-radius: var(--r-md);\n    padding: 1.4rem;\n    text-align: center;\n    transition: box-shadow var(--t-fast), transform var(--t-fast);\n  }\n\n  .feature-card:hover {\n    box-shadow: var(--shadow-md);\n    transform: translateY(-3px);\n  }\n\n  .feature-card__icon {\n    display: flex;\n    justify-content: center;\n    margin-bottom: .65rem;\n  }\n\n  .feature-card__icon img {\n    width: auto;\n    height: 56px;\n  }\n\n  .feature-card h3 {\n    font-family: var(--ff-body);\n    font-size: .9rem;\n    font-weight: 700;\n    letter-spacing: 0;\n    display: block;\n    margin-bottom: .45rem;\n  }\n\n  .feature-card p {\n    font-size: .78rem;\n    color: var(--c-muted);\n    line-height: 1.65;\n  }\n\n  \/* SEO block footer *\/\n  .seo-block__footer {\n    max-width: 780px;\n    margin: 0 auto;\n    padding-top: var(--sp-md);\n    border-top: 1px solid var(--c-border);\n  }\n\n  .seo-block__footer h2 {\n    font-size: clamp(1.2rem, 2.8vw, 1.7rem);\n    font-weight: 700;\n    letter-spacing: -.01em;\n    text-align: left;\n    margin-bottom: .6rem;\n    max-width: none;\n  }\n\n  .seo-block__footer p+p {\n    margin-top: .85rem;\n  }\n\n  .seo-block__footer p {\n    font-size: .92rem;\n    color: var(--c-muted);\n    line-height: 1.85;\n  }\n\n  .seo-block__footer h2+p {\n    margin-top: .6rem;\n  }\n\n  .seo-block__footer h2:not(:first-child) {\n    margin-top: var(--sp-md);\n  }\n\n  .seo-block__footer .brand-sign {\n    font-family: var(--ff-body);\n    font-size: .95rem;\n    font-weight: 700;\n    letter-spacing: .04em;\n    color: var(--c-text);\n    margin-top: var(--sp-md);\n    display: block;\n  }\n\n  \/* card list without bullets *\/\n  .seo-intro__cards {\n    list-style: none;\n  }\n\n  \/* ============================================================\n       RESPONSIVE — TABLET (up to 1024px)\n    ============================================================ *\/\n  @media (max-width: 1024px) {\n    .seo-intro__cards {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .feature-cards {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .color-descriptions {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  \/* ============================================================\n       RESPONSIVE — MOBILE (up to 768px)\n    ============================================================ *\/\n  @media (max-width: 768px) {\n    .ml-descricao {\n      --gutter: 1rem;\n      --sp-lg: 2.5rem;\n      --sp-xl: 3rem;\n    }\n\n    .seo-intro {\n      padding: var(--sp-lg) var(--gutter);\n    }\n\n    .seo-intro__cards {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .media-block {\n      padding: var(--sp-lg) 0;\n      overflow: hidden;\n    }\n\n    .media-block__grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: .5rem;\n      padding: 0 var(--gutter);\n    }\n\n    .media-block__item--tall {\n      grid-row: auto;\n    }\n\n    .media-block__item--tall img {\n      height: auto;\n      aspect-ratio: 4 \/ 5;\n    }\n\n    .media-block__item img {\n      aspect-ratio: 4 \/ 5;\n    }\n\n    .seo-block {\n      padding: var(--sp-lg) var(--gutter);\n    }\n\n    .seo-block h2 {\n      font-size: clamp(1.4rem, 6vw, 2.2rem);\n    }\n\n    .color-descriptions {\n      grid-template-columns: 1fr;\n    }\n\n    .feature-cards {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .seo-block__footer h2 {\n      font-size: clamp(1.1rem, 5vw, 1.4rem);\n    }\n  }\n\n  \/* ============================================================\n       RESPONSIVE — SMALL SMARTPHONE (up to 480px)\n    ============================================================ *\/\n  @media (max-width: 480px) {\n    .ml-descricao {\n      --gutter: .875rem;\n      --sp-lg: 2rem;\n      --sp-xl: 2.5rem;\n    }\n\n    .seo-intro__cards {\n      grid-template-columns: 1fr;\n    }\n\n    .media-block__grid {\n      grid-template-columns: 1fr;\n    }\n\n    .media-block__item--tall img,\n    .media-block__item img {\n      aspect-ratio: 3 \/ 4;\n    }\n\n    .feature-cards {\n      grid-template-columns: 1fr;\n    }\n\n    .seo-block h2 {\n      font-size: clamp(1.3rem, 8vw, 1.8rem);\n      letter-spacing: -.01em;\n    }\n\n    .seo-block__footer h2 {\n      font-size: clamp(1rem, 6vw, 1.3rem);\n    }\n\n    .seo-intro__card {\n      padding: 1rem;\n    }\n\n    .feature-card {\n      padding: 1.2rem 1rem;\n    }\n  }\n--\u003e\u003c\/style\u003e\n\u003cdiv class=\"ml-descricao\"\u003e\n\u003c!-- ============================================================\n       BLOCK 1 — SEO INTRO\n  ============================================================ --\u003e\n\u003csection class=\"seo-intro\"\u003e\n\u003cdiv class=\"seo-intro__lead\"\u003e\n\u003cp\u003eThe Oversized Hexa Polo Shirt translates Brazil in motion. Inspired by the energy of the World Cup and the mindset of winning the sixth title, this piece brings together football, urban culture, and premium construction in a modern take on streetwear.\u003c\/p\u003e\n\u003cp\u003eHere, Monte Leste elevates the polo collar to what really matters: an oversized fit, structured fabric, and standout design. The result is a piece that delivers instant presence while keeping you comfortable throughout the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cul class=\"seo-intro__cards\"\u003e\n\u003cli class=\"seo-intro__card\"\u003e\n\u003cdiv class=\"seo-intro__card-icon\"\u003e\u003cimg data-midia-id=\"7221\" height=\"512\" width=\"512\" alt=\"Exclusive Design - Oversized Hexa Polo Streetwear\" src=\"https:\/\/magazord-public.s3.sa-east-1.amazonaws.com\/monteleste\/img\/2026\/03\/produto\/7221\/designexclusivo.png\"\u003e\u003c\/div\u003e\n\u003cstrong\u003eExclusive Design\u003c\/strong\u003e\n\u003cp\u003eInspired by the streets, made for those who live the Brazilian scene. The focus is on standing out, whether in your neighborhood or anywhere in the world.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"seo-intro__card\"\u003e\n\u003cdiv class=\"seo-intro__card-icon\"\u003e\u003cimg data-midia-id=\"7220\" height=\"512\" width=\"512\" alt=\"Breathable Fabric - All-day comfort\" src=\"https:\/\/magazord-public.s3.sa-east-1.amazonaws.com\/monteleste\/img\/2026\/03\/produto\/7220\/tecidorespiravel.png\"\u003e\u003c\/div\u003e\n\u003cstrong\u003eBreathable Fabric\u003c\/strong\u003e\n\u003cp\u003eThis fabric will not let you down when the temperature rises. Made to wear all day, from work to a night out, without discomfort.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"seo-intro__card\"\u003e\n\u003cdiv class=\"seo-intro__card-icon\"\u003e\u003cimg data-midia-id=\"7219\" height=\"512\" width=\"512\" alt=\"Modern Cut - Premium oversized fit\" src=\"https:\/\/magazord-public.s3.sa-east-1.amazonaws.com\/monteleste\/img\/2026\/03\/produto\/7219\/cortemoderno.png\"\u003e\u003c\/div\u003e\n\u003cstrong\u003eModern Cut\u003c\/strong\u003e\n\u003cp\u003eFit on point. A silhouette designed to let you move freely, without that restrictive feel.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"seo-intro__card\"\u003e\n\u003cdiv class=\"seo-intro__card-icon\"\u003e\u003cimg data-midia-id=\"7218\" height=\"512\" width=\"512\" alt=\"Premium Composition - Monte Leste quality\" src=\"https:\/\/magazord-public.s3.sa-east-1.amazonaws.com\/monteleste\/img\/2026\/03\/produto\/7218\/composicaopremium.png\"\u003e\u003c\/div\u003e\n\u003cstrong\u003ePremium Composition\u003c\/strong\u003e\n\u003cp\u003eThe Yellow Polo is made from 100% cotton, while the Blue and Green Polo versions feature a technical blend of 35% polyamide, 61% viscose, and 4% elastane.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================\n       BLOCK 2 — FIXED MEDIA\n  ============================================================ --\u003e\n\u003csection class=\"media-block\"\u003e\n\u003cdiv class=\"media-block__grid\"\u003e\n\u003cdiv class=\"media-block__item media-block__item--tall\"\u003e\u003cimg height=\"1350\" width=\"1080\" alt=\"Oversized Hexa Polo with premium streetwear oversized cut\" src=\"https:\/\/magazord-public.s3.sa-east-1.amazonaws.com\/monteleste\/img\/2026\/02\/produto\/7011\/dscf3798.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-block__item media-block__item--tall\"\u003e\u003cimg height=\"1350\" width=\"1080\" alt=\"Structured polo collar detail on the Brazil Hexa Shirt\" src=\"https:\/\/magazord-public.s3.sa-east-1.amazonaws.com\/monteleste\/img\/2026\/02\/produto\/7013\/dscf4111.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-block__item media-block__item--tall\"\u003e\u003cimg height=\"1350\" width=\"1080\" alt=\"Breathable fabric detail of the World Cup T-Shirt\" src=\"https:\/\/magazord-public.s3.sa-east-1.amazonaws.com\/monteleste\/img\/2026\/02\/produto\/7012\/dscf4062.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-block__item media-block__item--tall\"\u003e\u003cimg height=\"1688\" width=\"1350\" alt=\"Yellow Oversized Hexa Polo full view of the Brazilcore fit\" src=\"https:\/\/magazord-public.s3.sa-east-1.amazonaws.com\/monteleste\/img\/2026\/02\/produto\/6901\/monte-leste-copa-0356.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================\n       BLOCK 3 — SEO + FEATURES\n  ============================================================ --\u003e\n\u003csection class=\"seo-block\"\u003e\n\u003cdiv class=\"seo-block__text\"\u003e\n\u003ch2\u003eDesign inspired by Brazil and the pursuit of the sixth title\u003c\/h2\u003e\n\u003cp\u003eThe yellow version features green organic shapes flowing across the garment, creating visual depth. The centered “Brasil” reinforces identity and belonging, while the color contrast intensifies the visual impact. On top of that, the design echoes movement on the field: speed, fluidity, and creativity.\u003c\/p\u003e\n\u003cp\u003eThe royal blue version, on the other hand, offers a more strategic interpretation. The intense blue, combined with darker graphics, creates a modern and versatile aesthetic. As a result, the piece works just as well in casual outfits as it does in more polished looks.\u003c\/p\u003e\n\u003cp\u003eIn both colorways, the concept is clear: represent Brazil with contemporary attitude and a global perspective.\u003c\/p\u003e\n\u003cp\u003eThe Royal Blue Oversized Hexa Polo is made from a technical blend of 35% polyamide, 61% viscose, and 4% elastane. This composition provides a soft touch, natural stretch, and excellent breathability. In addition, the antibacterial treatment helps keep it fresh for longer, making it ideal for extended wear.\u003c\/p\u003e\n\u003cp\u003eThe yellow version, on the other hand, is made from 100% cotton, ensuring classic comfort, high breathability, and a pleasant feel against the skin.\u003c\/p\u003e\n\u003cp\u003eBoth versions feature a 250 g\/m² weight, delivering structure and firmness in the right measure. This allows the polo to maintain its shape and fit even after multiple washes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv itemtype=\"https:\/\/schema.org\/ItemList\" itemscope=\"\" class=\"color-descriptions\"\u003e\n\u003cmeta itemprop=\"position\" content=\"1\"\u003e\n\u003carticle class=\"color-desc color-desc--amarelo\"\u003e\n\u003cdiv itemprop=\"item\" itemtype=\"https:\/\/schema.org\/Thing\" itemscope=\"\"\u003e\n\u003ch3 itemprop=\"name\"\u003eYellow Brazil Shirt — Classic Canarinho Heritage\u003c\/h3\u003e\n\u003cp itemprop=\"description\"\u003eThe color the world recognizes. Our take on the classic Yellow Brazil Shirt is reimagined with premium streetwear DNA: a structured polo collar, minimal embroidery, and breathable fabric.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003cmeta itemprop=\"position\" content=\"2\"\u003e\n\u003carticle class=\"color-desc color-desc--azul\"\u003e\n\u003cdiv itemprop=\"item\" itemtype=\"https:\/\/schema.org\/Thing\" itemscope=\"\"\u003e\n\u003ch3 itemprop=\"name\"\u003eBlue Brazil National Team Shirt — The Legacy of 1958\u003c\/h3\u003e\n\u003cp itemprop=\"description\"\u003eInspired by the luck of ’58. The blue version brings back the mystique of Brazil’s first World Cup title, translating that legacy into the present through a modern oversized fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003cmeta itemprop=\"position\" content=\"3\"\u003e\n\u003carticle class=\"color-desc color-desc--verde\"\u003e\n\u003cdiv itemprop=\"item\" itemtype=\"https:\/\/schema.org\/Thing\" itemscope=\"\"\u003e\n\u003ch3 itemprop=\"name\"\u003eGreen Brazil T-Shirt — Street Energy\u003c\/h3\u003e\n\u003cp itemprop=\"description\"\u003eThe Green Brazil T-Shirt celebrates the energy of the streets, samba circles, and local football fields. Modern, thoughtful design for fans who live the World Cup with intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-cards\"\u003e\n\u003carticle class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-card__icon\"\u003e\u003cimg alt=\"No twisting seams - Oversized Polo Shirt\" src=\"https:\/\/magazord-public.s3.sa-east-1.amazonaws.com\/monteleste\/img\/2026\/03\/produto\/7217\/semtorcoes.png\"\u003e\u003c\/div\u003e\n\u003ch3\u003eNo Twisting\u003c\/h3\u003e\n\u003cp\u003eStitching technology that prevents unwanted twisting, keeping the original oversized fit intact.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-card__icon\"\u003e\u003cimg alt=\"Non-shrinking fabric - Premium Oversized Polo\" src=\"https:\/\/magazord-public.s3.sa-east-1.amazonaws.com\/monteleste\/img\/2026\/03\/produto\/7215\/zeroencolhimento.png\"\u003e\u003c\/div\u003e\n\u003ch3\u003eWon’t Shrink\u003c\/h3\u003e\n\u003cp\u003eStrict quality control in every piece. From the first to the last detail, the standard is never compromised.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-card__icon\"\u003e\u003cimg alt=\"Sustainable Product - OEKO-TEX dyeing Monte Leste\" src=\"https:\/\/magazord-public.s3.sa-east-1.amazonaws.com\/monteleste\/img\/2026\/03\/produto\/7216\/estampasustentavel.png\"\u003e\u003c\/div\u003e\n\u003ch3\u003eSustainable Product\u003c\/h3\u003e\n\u003cp\u003eColorfast dyeing with OEKO-TEX certification, free from harmful substances. Safe for your skin, safe for the planet.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-card__icon\"\u003e\u003cimg alt=\"Reinforced stitching for high durability in streetwear\" src=\"https:\/\/magazord-public.s3.sa-east-1.amazonaws.com\/monteleste\/img\/2026\/03\/produto\/7214\/costurasreforcadas.png\"\u003e\u003c\/div\u003e\n\u003ch3\u003eReinforced Stitching\u003c\/h3\u003e\n\u003cp\u003eMade to last. Reinforced stitching ensures the piece can handle the daily grind without opening up or losing its shape.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"seo-block__footer\"\u003e\n\u003ch2\u003eOversized fit with consistent structure\u003c\/h2\u003e\n\u003cp\u003eThe oversized fit delivers broad, contemporary proportions. The looser sleeves and slightly elongated body create an urban outfit, while the knit collar adds balance and sophistication.\u003c\/p\u003e\n\u003cp\u003eOn top of that, the fabric’s natural stretch allows freedom of movement without compromising structure. The result is a piece that fits well across different body types and settings.\u003c\/p\u003e\n\u003cp\u003eWhether paired with shorts and sneakers or straight-leg pants and minimal accessories, the Oversized Hexa Polo adapts easily. As a result, it expands styling possibilities without losing its identity.\u003c\/p\u003e\n\u003ch2\u003eStructure, durability, and identity\u003c\/h2\u003e\n\u003cp\u003eThe construction of the piece prioritizes resistance and longevity. The substantial fabric weight reinforces durability, while the finishing keeps the look clean and precise.\u003c\/p\u003e\n\u003cp\u003eAt the same time, the Hexa concept reinforces ambition, achievement, and a winning mindset. The World Cup reference strengthens the connection to Brazilian culture and turns the polo into more than just a piece of clothing: it becomes an extension of urban identity.\u003c\/p\u003e\n\u003ch2\u003eStreetwear with depth\u003c\/h2\u003e\n\u003cp\u003eThe Oversized Hexa Polo Shirt represents the evolution of streetwear. It combines a sporty aesthetic with refined finishing, bringing together textile performance, strategic design, and versatility.\u003c\/p\u003e\n\u003cp\u003eThis gives you comfort, structure, and presence in a single piece. Brazil, football, and the streets come together here through premium construction and a contemporary perspective.\u003c\/p\u003e\n\u003cspan class=\"brand-sign\"\u003eMonte Leste. Made to Win.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- \/.ml-descricao --\u003e","brand":"Monteleste","offers":[{"title":"S","offer_id":56906920755360,"sku":"PWC06-AM-P","price":24.0,"currency_code":"USD","in_stock":true},{"title":"M","offer_id":56906920788128,"sku":"PWC06-AM-M","price":24.0,"currency_code":"USD","in_stock":true},{"title":"L","offer_id":56906920820896,"sku":"PWC06-AM-G","price":24.0,"currency_code":"USD","in_stock":true},{"title":"XL","offer_id":56906920853664,"sku":"PWC06-AM-GG","price":24.0,"currency_code":"USD","in_stock":true},{"title":"XXL","offer_id":56906920886432,"sku":"PWC06-AM-G1","price":24.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/2164\/5728\/files\/MONTELESTE_COPA_0373_1_2.jpg?v=1775657324","url":"https:\/\/monteleste.com\/products\/polo-shirt-oversized-printed-penta-yellow","provider":"Monte Leste","version":"1.0","type":"link"}