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;
}
/* Hide original text */
p[style="font-size: 20px; font-weight: 600; margin-top: 35px;"] {
    position: relative;
    font-size: 0 !important;
    width: 100%;
    text-align: center;
}

p[style="font-size: 20px; font-weight: 600; margin-top: 35px;"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    z-index: 1;
}

p[style="font-size: 20px; font-weight: 600; margin-top: 35px;"]::after {
    content: "⏰ CLOSED – CHECK BACK LATER";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 600;
    color: white;
    background-color: red;
    padding: 10px 24px;
    border-radius: 999px;
    z-index: 2;
    white-space: nowrap;
    cursor: default;
}

.sh-bottom-nav-selected svg path {
  stroke-width: 2.5; /* You can adjust between 2 and 3 for best effect */
}
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;

    /* Size + Centering */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 6px 12px !important;     /* Adjusted to match your screenshot */
    font-size: 14px !important;
    height: 36px !important;         /* Slight height to prevent bulge */
    line-height: 1 !important;
}

.MobileSearchBar_root__iUGqm {
    border-radius: 999px !important;         /* Fully rounded edges */
    border: 1.5px solid #ddd !important;     /* Light subtle border */
    background-color: #fff !important;       /* White background */
    padding: 6px 12px !important;            /* Inner padding */
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;                     /* Space between icon and input */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) !important; /* Soft shadow */
}

/* Make the icon smaller and aligned */
.MobileSearchBar_iconButton__oX7iq svg {
    width: 18px !important;
    height: 18px !important;
    stroke: #555 !important;                /* Adjust icon color */
}

/* Style the input field inside */
.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;
}


/* Main footer container - background and text */
footer.footer-type-3,
footer.footer-type-3 .sh-footer-main {
    background-color: #f9f9f9 !important;  /* Light grey background */
    color: #222 !important;                /* Dark text for readability */
}

/* Headings and paragraph text */
footer.footer-type-3 h2,
footer.footer-type-3 p,
footer.footer-type-3 a {
    color: #333 !important;
}

/* Footer icons (like location/mail etc.) */
footer.footer-type-3 svg,
footer.footer-type-3 .sh-footer-icon {
    fill: #c62828 !important; /* Optional: light red for visibility */
}

/* Payment method section */
footer.footer-type-3 .three-column-footer__payIcon {
    filter: none !important; /* Remove invert if previously applied */
}

/* Links on hover */
footer.footer-type-3 a:hover {
    color: #e53935 !important; /* Optional hover color */
    text-decoration: underline;
}

/* Main footer background and text */
footer.footer-type-3,
footer.footer-type-3 .sh-footer-main,
footer.footer-type-3 .three-column-footer__footer {
    background-color: #f9f9f9 !important;
    color: #222 !important;
}

/* Footer headings */
footer.footer-type-3 h2 {
    color: #222 !important;
}

/* Footer paragraph text and links */
footer.footer-type-3 p,
footer.footer-type-3 a {
    color: #333 !important;
    text-decoration: none !important;
}

/* Footer icons - location, mail, etc. */
footer.footer-type-3 svg,
footer.footer-type-3 .sh-footer-icon {
    fill: #c62828 !important;
    color: #c62828 !important;
}

/* Payment method image */
footer.footer-type-3 .three-column-footer__payIcon {
    filter: none !important;
}

/* Footer link hover effect */
footer.footer-type-3 a:hover p {
    color: #e53935 !important;
    text-decoration: underline;
}

/* Social media icons */
footer.footer-type-3 .horizental-social-icons img {
    filter: none !important;
}

/* Copyright text */
footer.footer-type-3 .three-column-footer__rightsText {
    color: #666 !important;
}

/* Footer buttons, if any */
footer.footer-type-3 .MuiButton-root {
    background-color: #e53935 !important;
    color: white !important;
    border-radius: 999px;
}

/* Optional: Add smooth look to contact cards */
footer.footer-type-3 .contact-info-ctn,
footer.footer-type-3 .policy-info-ctn {
    background-color: #ffffff !important;
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 8px;
}

footer .copyright {
    display: none !important;
}

.footer-row-title,
.contact-info-ctn {
  display: none !important;
}

.footer-row-title:first-of-type,
.footer-row-title:first-of-type ~ .three-column-footer__link {
  display: none !important;
}

.copyright {
  display: none !important;
}

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;
}

