.block-categories a.text-uppercase.h6 {
    text-decoration: underline;
}
.toggle-icon {
    font-weight: bold;
    margin-left: 8px;
}
#checkout #search_widget {
    display: block;
}
.tax-shipping-delivery-label {
    display: none;
}
body#checkout #header .header-nav #_desktop_contact_link #contact-link {

    margin-top: .9375rem;
}
body#checkout #header .header-nav {
    max-height: 50px;
    border-bottom: #f6f6f6 2px solid;
    padding: 0;
}
.block-category .block-category-inner {
    flex-direction: column;
}
.category-cover {
  position: relative;
  height: 60vh;       
  perspective: 1px;   
}

.category-cover picture {
  position: absolute;
  inset: 0;
  transform: translateZ(-1px) scale(2); 
  transform-origin: center;
}

.category-cover img {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover!important;   
  display: block;
}
.img-para {
  position: relative;
  height: 70vh;      
  overflow: hidden;
  perspective: 1px;  
}

.img-para img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  transform: translateZ(-1px) scale(2);
  transform-origin: center;
}
div#contact-link {
    font-size: 13px;
}