/** Shopify CDN: Minification failed

Line 116:38 Unexpected "/"

**/
@media (min-width: 1025px ) {
  .gap-mob-custom {
    gap: 2.5rem;
  }
}

@media (max-width: 1024px ) {
  .gap-mob-custom {
    gap: 24px 0.33rem;
  }
}
.element .icon svg{
  width: 32px;
}
.element {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    padding-right: 20px;
}
.element h1 {
  font-size: 16px;
  margin-bottom: 8px;
}
.element p {
  font-size: 14px;
}
.element div {
  width: 70%;
}

@media and (max-width: 1024px) {
  .element {
    margin-bottom: 24px;
  }
  .element div {
    width: 100%;
  }
}

#shopify-section-announcement-bar a.fill-current,
#shopify-section-announcement-bar a.fill-current:hover {
  fill: #fff !important;
}


#shopify-section-announcement-bar a span svg,
#shopify-section-announcement-bar a span svg:hover {
  fill: #fff !important;
}

.bg-gradient-to-b.from-black {
  height: 300px;
}
#main-breadcrumbs {
  display: none;
}
@media (max-width: 1024px) {
 .custom-html .element:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .sc-ezbkAF .pf-c {
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  }
  .sc-ezbkAF .sc-dwsnSq {
    padding-top: 32px;
    padding-bottom: 24px;
  }
}
@media (max-width: 670px) {
 section.collection-list .collection-list__text h3 span {
   font-size: 1rem;
   text-shadow: 1px 1px 6px black;
 }
}
@media (max-width: 475px) {
  section.slideshow h2 {
    font-size: 2rem;
  }
}
section.collection-list .collection-list__text h3 span {text-shadow: 1px 1px 14px black;}
/*
.featured-collection .product-grid-title,
#MainContent #facets-results .product-grid-title,
.product-recommendations .product-grid-title{
  display: none;
} */
.collection-list-item .btn {
  border-color: #fff;
}
/*Mega menu, first item in column the same size as following items*/
nav li h2.font-secondary.text-sm.py-2 {
  font-size: 1rem !important;
}

/*Wishlist app, fix alignment of hearth icon relative to add to wishlist text*/
.swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-iconbtnlink:after {
  line-height: 38px !important;
}
@media (min-width: 1024px) and (max-width: 1561px) {
  header.site-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #headerContainer .flex.flex-grow.w-1/3.items-center.justify-end .hidden.lg:block.ml-4.mr-10 {
    margin-left: 0.6rem !important;
    margin-right: 1.2rem !important;
  }
  #headerContainer div.mr-10 {
    margin-right: 1.5rem !important;
  }
  ul.type-navigation li button
 {
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
  }
  ul.type-navigation {
    font-size: 0.88rem !important;
  }
  #headerContainer .flex.justify-between.items-center   .flex.flex-grow.justify-start.items-center {
    flex-grow: 0 !important;
  }
}

@media (max-width: 1050px) {
  .on-sale-badge {
    padding: 0 !important;
  }
  .on-sale-badge div {
    font-size: 10px !important;
  }
}
a.wishlist-whale-icon-launcher svg {
  stroke: #717174 !important;
  width: 24px;
  height: 24px;
}
a.wishlist-whale-icon-launcher {
  height: 30px;
}
.wishlist-whale-button-collection {
  z-index: 99 !important;
}
#predictiveSearchResults {
  padding-bottom: 8px !important;
}