.product-card-image {
  object-fit: contain;
}

.logo-title h1 {
  text-transform: uppercase;
  font-family: italiana;
}

@media (max-width: 1024px) {
  .main-header {
    justify-content: space-between;
  }
}

@media (max-width: 480px) {
    .logo-title h1 {
        font-size:20px
    }
}


.shop-all-link {
  position: relative;
  color: transparent;
}
.shop-all-link::after {
  content: 'View all';
  color: black; /* set desired visible color */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  font-weight: 500;
}

.mobile-header-icons {
    display: none
}

.utility-bar-content {
    display: none;
}

.quantity-selector {
    display: none
}

.quantity-label {
    display: none;
}

.product-sku {
    display : none
}

.footer-links li:nth-child(2),
.footer-links li:nth-child(3),
.footer-links li:nth-child(4),
.footer-links li:nth-child(5),
.footer-column:nth-child(3) {
    display: none;
}

.accordion-links li:nth-child(2),
.accordion-links li:nth-child(3),
.accordion-links li:nth-child(4),
.accordion-links li:nth-child(5),
.accordion-item:nth-child(3) {
    display: none;
}


.ac-popup-item {
    display: none
}

#contact-us-timings {
    display: none;
}

#contact-us-address {
    display: none;
}

.sh-aboutus-location-storeinfo {
    display: none;
}

.sh-aboutus-location-address {
    display: none;
}

.sh-aboutus-location-map-address {
    display: none;
}

.sh-aboutus-location-storeinfo {
    display: none !important;
}

.about-map-border {
    margin-top: 30px;
    padding-top: 0px !important;
    border-top: 1px solid #bebebe
}

.notice {
   padding: 0px !important;
}

.MuiPaper-root.MuiDrawer-paper {
    display: none !important;
}

/* Hide the login modal completely */
.login-modal {
    display: none !important;
}

.mobile-logo {
  display: block;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.mobile-menu-button {
    display : none;
}

.banner-image { 
	width: 100%; 
	height: auto; 
	border-radius: 20px; 
	display: block 
	}