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 Tags: tranco_l324
Submission: On May 23 via api from DE — 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="WtJhBK">
    <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>By clicking "submit", I have read and agree to Modelo’s <a href="/pages/privacy">privacy notice</a> and <a href="/pages/terms">terms and conditions</a> and consent to Modelo’s and
          <a href="https://www.cbrands.com/collections/featured" target="_blank">other Constellation Brands brands'</a> use of my personal information for marketing and analytics purposes, including receiving targeted advertising, marketing and
          promotional communications and conversion of my email address into identifiers used for advertising purposes.</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">
  <div aria-atomic="true" class="success-message"></div>
  <div aria-atomic="true" class="error-message"></div>
</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" data-next="bday" 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" data-next="byear" 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" data-next="submit-age" 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 AUTHENTIC MICHELADA-STYLE BEERS MADE WITH REFRESHING FLAVORS AND
   SPICES
 * Modelo Spiked Aguas Frescas A BOLDLY AUTHENTIC, VIBRANTLY FLAVORFUL TWIST ON
   A MEXICAN CLASSIC
 * Modelo Oro THE GOLD STANDARD LIGHT BEER
 * 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

Authentic michelada-style beers made with refreshing flavors and spices.

Crisp, clean, and refreshing

Boldly authentic, vibrantly flavorful twist on classic aguas frescas from the
street markets of Mexico. Available in Piña, Pepino y Limón, Sandía and Flor de
Jamaica.

Medium-bodied, rich, and toasty

Authentic michelada-style beers made with refreshing flavors and spices.

Crisp, clean, and refreshing

Boldly authentic, vibrantly flavorful twist on classic aguas frescas from the
street markets of Mexico. Available in Piña, Pepino y Limón, Sandía and Flor de
Jamaica.

Medium-bodied, rich, and toasty

Authentic michelada-style beers made with refreshing flavors and spices.

Crisp, clean, and refreshing

Boldly authentic, vibrantly flavorful twist on classic aguas frescas from the
street markets of Mexico. Available in Piña, Pepino y Limón, Sandía and Flor de
Jamaica.

Next



CASA MODELO


SINCE 1925

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


BREWED FOR THOSE

Brewed For Those With a Fighting Spirit
With a Fighting Spirit


WIN* MODELO SOCCER GEAR

Celebrate The Beautiful Game in style by winning* limited edition Modelo soccer
merch, including gold soccer balls, coolers and exclusive Modelo jerseys.
LEARN MORE


*You could be randomly selected as a winner. NO PURCHASE NECESSARY. 50 US/DC,
21+. Void where prohibited. Ends 11:59 PM ET on 7/31/24. For complete details,
see Official Rules.




WIN* SUMMER UPGRADES THIS SEASON

We’re rewarding those who make the most of the season with fresh prizes this
summer, from flyaway trips to limited-edition gear!
ENTER NOW


*You could be randomly selected as a winner. NO PURCHASE NECESSARY. 50 US/DC,
21+. Void where prohibited. Ends 11:59 PM ET on 8/15/24. For complete details,
see Official Rules.




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™


MODELO STORE

Discover the perfect match for your style at the Modelo Store. From t-shirts and
coolers to barware and bikes, we have something for everyone, including
exclusive limited editions. Start shopping now!
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*
By clicking "submit", I have read and agree to Modelo’s privacy notice and terms
and conditions and consent to Modelo’s and other Constellation Brands brands'
use of my personal information for marketing and analytics purposes, including
receiving targeted advertising, marketing and promotional communications and
conversion of my email address into identifiers used for advertising purposes.




Address Text
 * Privacy Notice
 * Terms and Conditions
 * FAQ

 * Email
 * Facebook
 * Instagram
 * Twitter
 * YouTube

 * SITEMAP
 * CONTACT
 * Do Not Sell or Share My Personal Information

Drink Responsibly. Constellation Brands, Chicago, USA | Brewed in Mexico.
 * 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. Constellation Brands, Chicago, USA | Brewed in Mexico.

Our Privacy Notice 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.

Strictly Necessary 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.
Accept Cookies Allow Only Strictly Necessary Cookies
Cookie Settings



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 to opt-out of cookies, which may impact your experience of the
site and the services we are able to offer. 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 ourprivacy notice.

Please note:
 * Even if opt-out of such tracking technologies, you may continue to receive
   advertisements, but the advertisements will not be tailored to your browsing
   activities and interests.
 * Clearing your cookies at any time will undo preferences saved on this site.
   To re-save preferences, please return to this screen after clearing your
   cookies.
 * Global Privacy Controls are enabled on this site and will honor your
   preference settings for this site.
 * Adjustments to your cookie settings on this site will only apply to this
   brand site. Constellation Brands, Inc. owns and operates several other brands
   and your cookie preferences saved for this site will not apply to other brand
   sites.
 * Opting out of tracking technologies at the browser level limits information
   collected through this site. To limit the sale or sharing of any information
   that Constellation Brands, Inc. may have collected through other brand sites
   or other customer interactions with you, or to exercise any other privacy
   rights applicable to you, pleasesubmit a data subject access request.

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.

ALLOW ADVERTISING COOKIES

Allow Advertising Cookies

Turning off Advertising Cookies will disable them and ensure there is no sale or
sharing of your personal information through the use of cookies on this site.

 * PERFORMANCE COOKIES
   
   Switch Label label
   
   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.

 * SOCIAL MEDIA COOKIES
   
   Switch Label label
   
   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.

 * TARGETING COOKIES
   
   Switch Label label
   
   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.

 * FUNCTIONAL COOKIES
   
   Switch Label label
   
   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.

Back Button


COOKIE LIST



Search Icon
Filter Icon

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

Confirm My Choices