element.style {
    /* Add inline styles here if needed */
}

.prod-collection-container .view-all a {
    /* Default styles (for larger screens if needed) */
}

/* Styles for screens with max width of 640px */
@media screen and (max-width: 640px) {
    .prod-collection-container .view-all a {
        font-size: 12px;
        font-weight: 600;
        color: #ffffff;
        padding: 4px 12px;
        border: 1px solid #ffffff;
        border-radius: 4px;
        text-decoration: none;
    }
}

.swiper-button-prev,
.swiper-button-next {
    display: none !important;
}

.swiper-pagination {
    display: none !important;
}

img[src="https://storage.googleapis.com/shy-pub/static/web-store/no-product-img.png"] {
    display: none !important;
}

/* -------------------------------------------------- */
/* CENTERED CLOSED MESSAGE — RED TEXT + UNDERLINE     */
/* -------------------------------------------------- */

/* Target only the specific paragraph */
p[style="font-size: 20px; font-weight: 600; margin-top: 35px;"] {
    position: relative;
    font-size: 0 !important;

    /* Center vertically */
    height: 60vh !important;
    margin-top: 0 !important;
    width: 100% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Overlay hide original text */
p[style="font-size: 20px; font-weight: 600; margin-top: 35px;"]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: white;
    z-index: 1;
}

/* Replacement message container */
p[style="font-size: 20px; font-weight: 600; margin-top: 35px;"]::after {
    content: "⏰ CLOSED – CHECK BACK LATER";
    position: relative;
    z-index: 2;
    color: red;
    font-size: 18px;          /* smaller size */
    font-weight: 700;
    white-space: nowrap;
    padding-bottom: 10px;     /* spacing for underline */
    display: inline-block;
}

/* Curved underline under the text */
p[style="font-size: 20px; font-weight: 600; margin-top: 35px;"]::after::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;

    width: 85%;
    height: 6px;

    transform: translateX(-50%);
    border-bottom: 3px solid red;
    border-radius: 10px;      /* smooth curved line */
}

/* -------------------------------------------------- */
/* Remaining CSS — unchanged from your code           */
/* -------------------------------------------------- */

.sh-bottom-nav-selected svg path {
  stroke-width: 2.5;
}

svg.MuiSvgIcon-root path {
  stroke-width: 1.3 !important;
}

button.pr-outlined-button.sh-product-plus-minus-button.universal-btn-style {
    background-color: red !important;
    color: white !important;
    border: 2px solid red !important;
    border-radius: 999px !important;
    font-weight: 600;
    text-transform: uppercase;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    height: 36px !important;
    line-height: 1 !important;
}

.MobileSearchBar_root__iUGqm {
    border-radius: 999px !important;
    border: 1.5px solid #ddd !important;
    background-color: #fff !important;
    padding: 6px 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) !important;
}

.MobileSearchBar_iconButton__oX7iq svg {
    width: 18px !important;
    height: 18px !important;
    stroke: #555 !important;
}

.MobileSearchBar_searchbar_input__YC_YP {
    font-size: 14px !important;
    padding: 6px 8px !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    width: 100% !important;
}

/* Footer styling */
footer.footer-type-3,
footer.footer-type-3 .sh-footer-main {
    background-color: #f9f9f9 !important;
    color: #222 !important;
}

footer.footer-type-3 h2,
footer.footer-type-3 p,
footer.footer-type-3 a {
    color: #333 !important;
}

footer.footer-type-3 svg,
footer.footer-type-3 .sh-footer-icon {
    fill: #c62828 !important;
}

footer.footer-type-3 .three-column-footer__payIcon {
    filter: none !important;
}

footer.footer-type-3 a:hover {
    color: #e53935 !important;
    text-decoration: underline;
}

footer .copyright,
footer .copyright * {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

a[href="/payment-policy"] {
  display: none !important;
}

.footer-flex-ctn.app-not-available {
  display: none !important;
}

.three-column-footer__footer {
  display: none !important;
}

#notice .notice-message div {
  font-weight: bold;
}
