.w-phone .w-phone-num{
  font-weight:bold;
  font-size:120%;
}
@media only screen and (max-width: 760px){
  #nav-user > ul > li.w-phone{
    display:block;
  }
}

.shopify-section-footer:before{
	top:0!important;
}

.shopify-section-footer:before {
  background: #fdfdfd;
  border-top: 1px solid #e9e8e8;
}
.shopify-section-footer .cols.align-middle.align-center {
  border-top: 1px solid #e9e8e8;
  padding-top: 22px;
}
.shopify-section-footer .cols.align-middle.align-center p {
  opacity: 1;
}
.day-switched .shopify-section-footer:before {
  background: #191919;
  border-top: 1px solid #191919;
}
.day-switched #shopify-section-footer div:first-child img {
    background: #ffffff;
    border-radius: 4px;
    padding: 8px;
}
.day-switched .shopify-section-footer form .cols .link-btn button:before {
  border-color: #4d4d4d;
  background: #4d4d4d;
}

}
form div.button-content {
  padding: 20px;
}

#shopify-section-template--23414281240869__section_collection_list_FGdh7F img, #shopify-section-template--23148607111461__f597154e-3ae9-406f-bffe-a50347c4635d img {
  max-width: 70% !important;
  width: auto !important;
  min-width: 1px !important;
  object-fit: contain !important;
  margin: 0 auto;
}
#shopify-section-template--23414281240869__section_collection_list_FGdh7FSSS figure {
  margin-bottom: 0;
  border: 1px solid #1a92cf;
}

@media only screen and (max-width: 760px){
  #collection .quickshop {
    display: none;
  }
}

#collection.l4cl {
  gap: 0px 20px;
  align-items: stretch;
}

#collection.l4cl li {
  display: flex;
  flex-direction: column;
  max-width: calc(25% - 15px);
  border: solid 1px lightgray;
  border-radius: 15px;
  padding: 20px 20px;
  transition: all ease 0.5s;
}

#collection.l4cl .product-card:hover {
  transform: translateY(-7px);
  box-shadow: 0.0625rem 0 #00000021 inset, -0.0625rem 0 #00000021 inset,
    0 -0.0625rem #0000002b inset, 0 0.0625rem #cccccc80 inset;
  box-shadow: 2px 4px 5px 2px #cccccc;
}

@media only screen and (max-width: 760px){ 
  #collection.l4cl {
    margin: 0;
    gap: 0px 10px;
  }
  #collection.l4cl li {
    max-width: calc(50% - 5px);
    padding: 10px 10px;
  }
}

.collection-wrapper {
  gap: 0 20px;
}

@media (min-width: 1200px) {
  #quickshop #main-product-content {
    width: 100%;
  }
}

#quickshop .m6pr {
  margin-left: 0;
}