/* Hide all product media except the first one */
.product__media-list .product__media-item:not(:first-child) {
display: none !important;
}
/* Hide thumbnails */
.thumbnail-list {
display: none !important;
}
/* Mobile cart icon */
@media (max-width: 749px) {
a[href*="/cart"] span {
display: none !important;
}
a[href*="/cart"]::before {
content: "🛒";
font-size: 18px;
line-height: 1;
display: block;
}
.header a[href*="/cart"] {
display: flex !important;
align-items: center;
justify-content: center;
}
}
/* ===== SUBSCRIPTION PAGE INTRO TEXT ===== */
.multicolumn-image-buttons__intro {
max-width: 700px;
margin: 0 auto 24px;
text-align: center;
}
.multicolumn-image-buttons__intro p {
font-size: 0.92em;
line-height: 1.55;
font-weight: 400;
opacity: 0.85;
margin: 0 0 14px;
}
.multicolumn-image-buttons__intro p:last-child {
margin-bottom: 0;
}
.multicolumn-image-buttons__intro strong,
.multicolumn-image-buttons__intro b {
font-weight: 700;
opacity: 1;
}
/* Optional: tighten spacing between heading + text */
.multicolumn .title-wrapper {
margin-bottom: 10px;
}
BUILD A RAMEN BUNDLE
AND SAVE UP TO 20%