□
#ajaxcart-subtotal {
white-space: normal;
overflow: visible;
text-overflow: initial;
font-weight: bold;
}
.discounted-subtotal {
color: #02622b; /* Your brand green */
font-size: 18px; /* Make it nice and visible */
}
/* Force subtotal to always be visible */
#ajaxcart-subtotal {
white-space: normal !important;
overflow: visible !important;
text-overflow: initial !important;
font-weight: bold;
font-size: 18px;
line-height: 1.4;
}
/* Make sure cart drawer subtotal container doesn't cut off */
.drawer__footer, .ajaxcart__footer, .ajaxcart__subtotal {
overflow: visible !important;
max-height: none !important;
}
/* Optional: Make discounted subtotal stand out */
.discounted-subtotal {
color: #02622b;
}
/* Specific for small screens */
@media (max-width: 749px) {
#ajaxcart-subtotal {
font-size: 20px;
line-height: 1.5;
}
}
/* Fix drawer footer so subtotal is always visible */
.ajaxcart__footer, .drawer__footer {
position: relative !important;
max-height: none !important;
overflow: visible !important;
padding-bottom: 20px !important; /* add breathing room */
}
/* Fix subtotal visibility */
#ajaxcart-subtotal {
display: inline-block !important;
white-space: normal !important;
overflow: visible !important;
text-overflow: initial !important;
font-size: 18px !important;
font-weight: bold;
color: #02622b; /* HangEasy green */
margin-top: 5px;
}
/* On small screens, make sure footer is not fixed at bottom */
@media (max-width: 749px) {
.ajaxcart__footer, .drawer__footer {
position: relative !important;
bottom: auto !important;
}
}
Choosing a selection results in a full page refresh.
Press the space key then arrow keys to make a selection.
Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device