www.modelousa.com Open in urlscan Pro
23.227.38.74  Public Scan

Submitted URL: http://modelousa.com/
Effective URL: https://www.modelousa.com/
Submission: On June 03 via api from NL — Scanned from CA

Form analysis 3 forms found in the DOM

POST /cart

<form action="/cart" method="post" id="cart">
  <button class="button button--primary button--full-width" name="checkout" form="cart">Check out</button>
</form>

POST

<form id="RegisterForm" action="" method="post" novalidate="novalidate">
  <div class="myvalidation" role="alert" aria-atomic="true"></div>
  <div class="form-wrapper">
    <input type="hidden" name="g" value="Upk8Wg">
    <input type="hidden" name="$source" value="Shopify Footer">
    <input type="hidden" name="$fields" value="$source,birthdate,$zip,$consent">
    <div class="form-wrapper-filed">
      <div class="full-input email-div">
        <label for="RegisterForm-email" class="active">Email address*</label>
        <input type="email" name="email" id="RegisterForm-email" autocorrect="off" autocapitalize="off" autocomplete="off" aria-required="true" placeholder="example@domain.com" class="height-field adjust-width-email">
      </div>
      <div class="full-input dob-div">
        <label for="RegisterForm-birthdate" class="active">Date of birth*</label>
        <input type="text" name="birthdate" class="height-field adjust-width" id="RegisterForm-birthdate" aria-label="MM/DD/YYYY" placeholder="MM/DD/YYYY" autocomplete="off" onkeyup="
              var v = this.value;
              if (v.match(/^\d{2}$/) !== null) {
                this.value = v + '/';
              } else if (v.match(/^\d{2}\/\d{2}$/) !== null) {
                this.value = v + '/';
            }" maxlength="10" aria-required="true" onkeypress="return isNumber(event)">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
          <defs>
            <style>
              .a {
                fill-rule: evenodd;
                fill: currentColor
              }
            </style>
          </defs>
          <path class="a"
            d="M512,100V452a60.07,60.07,0,0,1-60,60H60A60.07,60.07,0,0,1,0,452V100A60.07,60.07,0,0,1,60,40H84V0h40V40H388V0h40V40h24A60.07,60.07,0,0,1,512,100Zm-40,88H40V452a20,20,0,0,0,20,20H452a20,20,0,0,0,20-20Zm0-88a20,20,0,0,0-20-20H428v40H388V80H124v40H84V80H60a20,20,0,0,0-20,20v48H472ZM76,230h40v40H76Zm80,0h40v40H156Zm80,0h40v40H236Zm80,0h40v40H316Zm80,0h40v40H396ZM76,310h40v40H76Zm80,0h40v40H156Zm80,0h40v40H236Zm80,0h40v40H316ZM76,390h40v40H76Zm80,0h40v40H156Zm80,0h40v40H236Zm80,0h40v40H316Zm80-80h40v40H396Z">
          </path>
        </svg>
      </div>
      <div class="full-input zip-div">
        <label for="RegisterForm-zip" class="active">Zip code*</label>
        <input type="text" name="$zip" id="RegisterForm-zip" class="height-field adjust-width" placeholder="" autocomplete="new-password" aria-required="true">
      </div>
    </div>
    <div class="checkBxDiv">
      <input role="checkbox" aria-required="true" aria-checked="false" tabindex="0" onclick="changeCheckbox(event)" onkeydown="changeCheckbox(event)" aria-describedby="newsletter_content" type="checkbox" id="RegisterForm-consent" name="$consent"
        value="accepted" autocomplete="off">
      <label for="RegisterForm-consent" class="consent-text" id="newsletter_content">
        <span>I have read and agree to Modelo’s <a href="/pages/privacy">privacy policy</a> and <a href="/pages/terms">terms and conditions</a> and consent to Modelo’s use of my personal information for marketing and analytics purposes, including
          receiving marketing and promotional communications.</span>
      </label>
    </div>
    <div class="btn-div">
      <input type="submit" value="Subscribe" aria-label="Subscribe to newsletter" class="btn">
    </div>
  </div>
  <input id="currentPath" type="hidden" value="https://www.modelousa.com">
  <label aria-atomic="true" class="success-message"></label>
  <label aria-atomic="true" class="error-message"></label>
</form>

Name: age-consent-form

<form name="age-consent-form" id="age-form" onsubmit="event.preventDefault(); return calculateUserAge();">
  <div class="age-gate__intro" id="ageGateIntro">
    <p> You must be of legal drinking age to enter this site. </p>
    <p> Please enter your date of birth below and press "Enter". </p>
  </div>
  <fieldset aria-controls="error_message_box">
    <legend>Please enter Date of Birth</legend>
    <div class="age-gate__form">
      <span class="age-gate__input-wrap age-gate__input-wrap--month">
        <input tabindex="0" aria-describedby="ageGateIntro" id="bmonth" class="age-gate__input" data-length="2" type="number" min="1" name="bmonth" max="12" step="1" placeholder="MM" maxlength="2" aria-label="Month">
        <label for="bmonth" class="active">Month</label>
      </span>
      <span class="age-gate__input-wrap age-gate__input-wrap--bday">
        <input id="bday" tabindex="0" class="age-gate__input" data-length="2" type="number" name="bday" min="1" max="31" step="1" placeholder="DD" maxlength="2" aria-label="Day">
        <label for="bday" class="active">Day</label>
      </span>
      <span class="age-gate__input-wrap age-gate__input-wrap--year">
        <input id="byear" tabindex="0" class="age-gate__input" data-length="4" type="number" name="byear" min="1910" max="2021" step="1" placeholder="YYYY" maxlength="4" aria-label="Year">
        <label for="byear" class="active">Year</label>
      </span>
      <div id="error_message_box" role="region" aria-live="assertive" aria-invalid="true">
        <p role="alert" class="age-gate__valid" id="invalid-date-message" tabindex="-1">Please enter a valid date in MM|DD|YYYY format</p>
      </div>
    </div>
    <button type="submit" name="submit-age" class="btn btn--hero btn--hero-inline" role="button">ENTER</button>
    <br>
  </fieldset>
</form>

Text Content

Skip to content

   MENU
   
    * Modelo Especial PILSNER-STYLE LAGER
    * Modelo Negra MUNICH DUNKEL-STYLE LAGER
    * Our Chelada MICHELADA-STYLE BEERS
    * The Modelo Fighting Chance Project JOIN THE FIGHT
    * Celebrating Our Mexican Culture MEXICAN CULTURE
    * Recipes BEER COCKTAILS AND FOOD RECIPES
    * What's New EVENTS & CAMPAIGNS
    * Find Modelo Near You PRODUCT LOCATOR
    * Modelo Store APPAREL ACCESSORIES AND MORE
    * 
   
   
   
   
 * 
 * Casa Modelo


Email
Facebook
Instagram
Twitter
YouTube

EnEs
Buy Online


ITEM ADDED TO YOUR CART


Check out
Continue shopping
Get Modelo Delivered Now
Previous

Classic michelada-style beer

Michelada-style beer with a sweet & spicy kick

A michelada-style beer made with the refreshing flavors of lime and salt

A vibrant michelada-style beer with the refreshing flavors of pineapple and a
dash of spice

A vibrant michelada-style beer with the refreshing flavors of mango and a hint
of spice

Medium-bodied, rich, and toasty

Crisp, clean, and refreshing

Classic michelada-style beer

Michelada-style beer with a sweet & spicy kick

A michelada-style beer made with the refreshing flavors of lime and salt

A vibrant michelada-style beer with the refreshing flavors of pineapple and a
dash of spice

A vibrant michelada-style beer with the refreshing flavors of mango and a hint
of spice

Medium-bodied, rich, and toasty

Crisp, clean, and refreshing

Classic michelada-style beer

Michelada-style beer with a sweet & spicy kick

A michelada-style beer made with the refreshing flavors of lime and salt

A vibrant michelada-style beer with the refreshing flavors of pineapple and a
dash of spice

A vibrant michelada-style beer with the refreshing flavors of mango and a hint
of spice

Next



CASA MODELO


SINCE 1925

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


BREWED FOR THOSE

Brewed For Those With a Fighting Spirit
With a Fighting Spirit


#MODELOTIMEDROPS

Starting Friday 5/6 at 10AM ET. Then 3PM ET every Friday after, we’re dropping
exclusive, limited-edition collabs with some of the hottest brands and celebs
all summer long. Sign up for notifications for each drop and enter for a chance
to get your hands on our collabs before they’re gone!
Get the Drop


REVITALIZING GYMS TO FUEL THE FIGHTING SPIRIT

As the official beer of the UFC, Modelo is proud to partner with UFC and
Rebuilding Together to revitalize local gyms across the country and ensure
resilient communities continue to thrive.
Learn More


EMPOWERING LATINOS TO REACH THEIR FULL POTENTIAL

As a cerveza rooted in Mexican heritage, we are proud to partner with UnidosUS
to support the fight within our Hispanic community. Through this partnership, we
will help UnidosUS provide access to the resources that can enable Latinos to
achieve their dreams.
Learn More


INTRODUCING THE MODELO FIGHTING CHANCE SERIES

As the brand that celebrates the Fighting Spirit, Modelo recognizes that
progress requires character, determination, discipline, patience, and vision.
Through the Modelo Fighting Chance Content Series, moderated by award-winning
producer Mali Hunter, we will host conversations with leaders to amplify voices
that represent grit, resilience, and unwavering courage.
Learn More


FIND MODELO



Click the map to discover Modelo near you

FIND MODELO NOW


FRESH FRUIT FLAVOR AND A HINT OF SPICE.

Introducing the ready-to-drink Modelo Chelada® Pina Picante™. Made with the
flavorful sweetness of pineapple, a dash of spice, and authentic Mexican beer.
Explore Modelo Chelada® Piña Picante™


THE OFFICIAL BEER OF UFC

By unanimous decision and now The Official Beer of UFC – Modelo is proud to
unite with the Ultimate Fighting Championship. A beer brewed with a fighting
spirit has found its rightful place in the Octagon.
Find out more


MODELO STORE

From t-shirts and coolers to barware and grilling sets, the Modelo Store has
something for everyone. Click below to start shopping.
START SHOPPING

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




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


CELEBREMOS NUESTRA CULTURA MEXICANA


M 1925

Our rich Mexican culture is the heart of Casa Modelo; it's something we're
fiercely proud of and celebrate each and every day.

CELEBRATE WITH US

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


COCKTAILS &RECIPES

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

With the help of talented chefs and bartenders from around the world, we’ve
crafted a selection of delicious dishes and beer cocktails that represent the
very best flavors of Mexico and beyond.

EXPLORE ALL MODELO-INSPIRED RECIPES


 * BAJAMICHELADA
   
   VIEW RECIPE


 * ELOTES
   
   VIEW RECIPE


 * QUESO FUNDIDOBURGER
   
   VIEW RECIPE


 * BAJAMICHELADA
   
   VIEW RECIPE


 * ELOTES
   
   VIEW RECIPE


 * QUESO FUNDIDOBURGER
   
   VIEW RECIPE

 * 
 * 
 * 

1 of 3


OUR BEER STYLES


MUNICH DUNKEL-STYLE LAGER

Medium-bodied, with a smooth, caramel taste.

EXPLORE MODELO NEGRA


PILSNER-STYLE LAGER

Crisp, clean, and refreshing. The model Mexican beer.

EXPLORE MODELO ESPECIAL


OUR CHELADAS

Refreshing michelada-style beers.

EXPLORE MODELO CHELADAS


MUNICH DUNKEL-STYLE LAGER

Medium-bodied, with a smooth, caramel taste.

EXPLORE MODELO NEGRA


PILSNER-STYLE LAGER

Crisp, clean, and refreshing. The model Mexican beer.

EXPLORE MODELO ESPECIAL


OUR CHELADAS

Refreshing michelada-style beers.

EXPLORE MODELO CHELADAS





EMAIL SIGN UP

Get news & marketing. Brewed for those with a Fighting Spirit.
Email address*
Date of birth*
Zip code*
I have read and agree to Modelo’s privacy policy and terms and conditions and
consent to Modelo’s use of my personal information for marketing and analytics
purposes, including receiving marketing and promotional communications.


Address Text
 * Privacy Policy
 * Terms and Conditions
 * FAQ

Email
Facebook
Instagram
Twitter
YouTube

 * SITEMAP
 * CONTACT
 * DO NOT SELL MY PERSONAL INFORMATION

DRINK RESPONSIBLY. IMPORTED BY CROWN IMPORTS, CHICAGO, IL
 * Choosing a selection results in a full page refresh.

Modelo Beer Logo

You must be of legal drinking age to enter this site.

Please enter your date of birth below and press "Enter".

Please enter Date of Birth
Month Day Year

Please enter a valid date in MM|DD|YYYY format

ENTER


Modelo supports the Century Councils fight against underage drinking and drunk
driving. To learn more, visit their website at: www.centurycouncil.org

Drink Responsibly. Modelo Especial®, Modelo Negra™ & Modelo Especial® Chelada,
Imported by Crown Imports, Chicago, IL.

Our Privacy Policy and Terms & Conditions have changed. By using this website,
you agree to the Privacy Policy and Terms and Conditions of use.

Modelo supports the Century Councils fight against underage drinking and drunk
driving. To learn more, visit their website at: www.centurycouncil.org

Drink Responsibly. Modelo Especial®, Modelo Negra™ & Modelo Especial® Chelada,
Imported by Crown Imports, Chicago, IL.

Our Privacy Policy and Terms & Conditions have changed. By using this website,
you agree to the Privacy Policy and Terms and Conditions of use.

ENES
EnglishSpanish

This website uses cookies to enhance user experience and to analyze performance
and traffic on our website. We may also share information about your use of our
site with our social media, advertising and analytics partners.

Cookie Settings Accept Cookies



COOKIE PREFERENCES


When you visit our website, we store cookies on your browser to collect
information. The information collected might relate to you, your preferences or
your device, and can be used to make the site work as you expect it to and to
provide a more personalized web experience. We work with third party advertising
companies who place their own cookies or similar technology on your browser or
device when you visit or use our websites to serve customized advertisements to
you as you browse the Internet. We may also share information about your use of
our site with our social media, advertising and analytics partners.

You can choose not to allow certain types of cookies, which may impact your
experience of the site and the services we are able to offer. Click on the
different category headings below to find out more and change our default
settings according to your preference. You cannot opt-out of our First Party
Strictly Necessary Cookies as they are deployed in order to ensure the proper
functioning of our website (such as prompting the cookie banner and remembering
your settings, to log into your account, to redirect you when you log out,
etc.).

For more information about the First and Third Party Cookies used please click
the following link: More information. For non-cookie trackers to which the
cookie management solution is not applicable, such as certain pixels and tags,
please opt-out as outlined in our privacy policy.

Please note that even if you reject such technology, you may continue to receive
advertisements, but the advertisements will not be tailored to your browsing
activities and interests.

Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.

Cookies Details‎

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

Cookies Details‎

TARGETING COOKIES

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites. They do not store directly personal information
but are based on uniquely identifying your browser and internet device. If you
do not allow these cookies, you will experience less targeted advertising.

Cookies Details‎

FUNCTIONAL COOKIES

Functional Cookies

These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages. If you do not allow these cookies then some
or all of these services may not function properly.

Cookies Details‎

SOCIAL MEDIA COOKIES

Social Media Cookies

These cookies are set by a range of social media services that we have added to
the site to enable you to share our content with your friends and networks. They
are capable of tracking your browser across other sites and building up a
profile of your interests. This may impact the content and messages you see on
other websites you visit. If you do not allow these cookies you may not be able
to use or see these sharing tools.

Cookies Details‎
Back Button


PERFORMANCE COOKIES



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

 * 
   
   View Cookies
   
    * Name
      cookie name

Confirm My Choices