/** Shopify CDN: Minification failed

Line 246:1 Expected "}" to go with "{"

**/
.type-banner {
  flex: 1 0 100%;
}

.footer__title {
  font-weight: bold;
  font-size: var(--typeBaseSize);
}

.product-block--price-reverse {
  display: flex;  
  flex-direction: row-reverse;
  justify-content: start;
  gap: .5rem;
}


/* Completely removes a variant option on the product page */
.variant-input:has(.variant__button-label.disabled){
  display: none;
}

/* Set the variant options background color on the product page */
.variant-input-wrap.variant-button-wrap .variant-input .variant__button-label{
  background-color:  #F1ECE6;
}

/* Styling for subcollections btns */
.custom-html-wrapper__subcollections .collection-item.article-tag .collection-item__title {
  margin-top: 0;
}
.custom-html-wrapper__subcollections .collection-item.article-tag .collection-image {
  display: none;
}
.rte a:not(.rte__image):not(.btn), .rte-setting a:not(.rte__image):not(.btn) .collection-item .collection-item__title {
  text-decoration: none ;
}

@media screen and (max-width: 768px) {
  #SortBy {
    /* padding: 8px 22px 8px 0px; */
    width: max-content;
    font-size: calc(var(--typeBaseSize) + 1px) !important;
  }
  
}

.override_center_logo{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.override_center_logo .site-header__logo{
  margin: 0!important;
}



@media only screen and (min-width: 768px){
  /* styling for custom scrollable grid here */
  .custom-scrollable-grid {
    padding: 0 var(--page-width-gutter-small);
    /* position: relative; */
  }
  .custom-scrollable-grid .grid-item{
    flex-grow: 1;
    padding: 0;
    width: var(--productCarouselItemWidth);
  }
}

@media only screen and (max-width: 768px) {
  .new-grid:has(.custom-scrollable-grid){
    display: block !important;
  }

  .custom-scrollable-grid .grid-item{
    
    padding: 0;
    width: var(--productCarouselItemWidth);
  }
  
}

.custom-subcollection-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.custom-subcollection-wrapper > div:has(.collection-item){
  border-radius: 50px;
  padding: 2px;
  white-space: nowrap;
  border:1px solid #efebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 40px; */
}
.custom-subcollection-wrapper .collection-item {
  background-color: #F1ECE6;
  border: 1px solid #efebeb;
  width: max-content;
  text-align: center;
  border-radius: 50px;
  margin: 0;
  padding: 0 25px;
  /* height: 34px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 15px;
}
.custom-subcollection-wrapper .collection-item .collection-item__title{
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px){
  
  .custom-subcollection-wrapper {
      overflow: hidden;
      overflow-x: auto;
      flex-wrap: nowrap;
      justify-content: flex-start;
      margin: calc(var(--productGridMargin) * -1) calc(var(--page-width-gutter-small) * -1) 0 0;
      padding: var(--productGridMargin) var(--page-width-gutter-small) 0 0;
  }
}



@media only screen and (min-width: 1279px){
  .hide-up-custom-breakpoint{
    display: none;
  }
}
@media only screen and (max-width: 1278px){
  .hide-down-custom-breakpoint{
    display: none;
  }
}

#HeaderWrapper .site-nav__link{
  /* can potentially go as a solution - if they are okay with smaller padding*/
  /* padding: var(--siteNavItemPaddingTopBottom) 16px !important;  */
}


.custom-background-overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0 ,0.3);
  display: none;
}
.custom-background-overlay.show-custom-overlay{
  display: block;
} 
.custom-drawer-height{
  min-height: calc(100vh - 59px);
  /* overflow-y: auto;
}

.disclosure__button{
  padding: 0;
  display: flex;
  gap: 2px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.disclosure-list__flag {
  display: flex;
  justify-content: center;
  align-items: center;
}  
  
.disclosure-list__flag svg{
  width: 21px !important;
}

.disclosure-list__flag img{
  width: 18px !important;
  height: 18px !important;
  margin-right: 2px;
}

.disclosure-list__chevron svg{
  width: 14px !important;
  margin: 0 !important;
  height: 18px !important;
}



/* .collection-filter__item--drawer > button{
  border-radius: 50px;
  padding: 7px 15px;
  white-space: nowrap;
  background-color: #F1ECE6;
  border: 1px solid #efebeb;
  display: flex;
  align-items: center;
  justify-content: center;
} */
@media screen and (max-width: 400px) {
  .collection-filter__item--drawer {
    flex: 1 0 auto
  }
}




.custom-breadcrumb {
  display: flex;
  justify-content: start;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse ;
}


[data-disclosure-currency] .disclosure-list__label, .currency__label.disclosure-list__label {
  padding-left: 10px;
}

.disclosure-inline-heading{
  opacity: .6;
}

#MobileNavFooter .disclosure-list{
  bottom: unset;
  transform: translateY(-50%);
}

.disclosure-list__markets{
  width: max-content;
}