KITCHEN
A collection page of MexGrocer.com
About
.mg-kitchen-featured { text-align: center; max-width: 1000px; margin: 0 auto; padding: 4px 0 18px; font-family: Montserrat, Arial, sans-serif; } .mg-kitchen-featured p { margin: 0 0 16px; color: #4F3827; font-size: 16px; line-height: 1.55; } .mg-kitchen-featured-title { margin: 0 0 10px; color: #A94F2D; font-size: 11px; font-weight: 800; letter-spacing: 0.8px; text-transform: uppercase; } .mg-kitchen-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; } .mg-kitchen-feature-grid a, .mg-kitchen-feature-grid a:visited { display: flex; align-items: center; justify-content: center; min-height: 48px; padding: 9px 12px; box-sizing: border-box; background: #3B7D3A !important; color: #FFFFFF !important; border: 1px solid #295C2C; border-top: 3px solid #D86632; border-radius: 5px; box-shadow: 0 2px 0 #234E26; font-family: Montserrat, Arial, sans-serif; font-size: 13px; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none !important; transition: background 0.2s ease, transform 0.2s ease; } .mg-kitchen-feature-grid a:hover, .mg-kitchen-feature-grid a:focus { background: #2F6A33 !important; color: #FFFFFF !important; text-decoration: none !important; transform: translateY(-1px); } .mg-kitchen-more { max-width: 900px; margin: 18px auto 0; padding-top: 14px; border-top: 1px solid #D9C7B9; text-align: center; } .mg-kitchen-more summary { display: inline-block; cursor: pointer; color: #2B5F2A; font-family: Montserrat, Arial, sans-serif; font-size: 13px; font-weight: 800; text-decoration: underline; text-decoration-color: #D86632; text-decoration-thickness: 2px; text-underline-offset: 4px; list-style: none; } .mg-kitchen-more summary::-webkit-details-marker { display: none; } .mg-kitchen-more summary:before { content: "+ "; color: #D86632; font-size: 16px; font-weight: 800; } .mg-kitchen-more[open] summary:before { content: "– "; } .mg-kitchen-more-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); g