.collection-main-body.grid-uniform{margin-left:0}.collection_grid .pagination{margin-top:30px;text-align:center}.collection_grid .btn--underlined{color:var(--primary-btn-bg-color)}.mobile-facets__open{margin:0 0 15px 0}.facets__form-inner{gap:30px}@media screen and (min-width:768px){.facets__form-inner{column-gap:var(--grid-spacing)}}@media screen and (min-width:768px){.grid-area--filtering{grid-area:filtering}.grid-area--collection{grid-area:collection}.collection_grid{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"collection"}.collection_grid.filtering_enabled--topbar{grid-template-columns:1fr;grid-template-rows:repeat(2,auto);grid-template-areas:"filtering" "collection"}.collection_grid.filtering_enabled--topbar .collection-info__description{text-align:center}.collection_grid.filtering_enabled--sidebar{grid-template-columns:250px 1fr;grid-template-rows:auto;grid-template-areas:"filtering collection";column-gap:30px}.collection_grid.filtering_enabled--sidebar .collection-info{margin-bottom:30px}.collection_grid.filtering_enabled--sidebar .collection-info .page--title{text-align:left}}
.quick-add-button-variants {
    display: none !important;
}
.grid-view-item {
gap:0px;
}
button#ProductSubmitButton- {
    margin-top: 15px;
}
.block-radius {
    border-radius: 0px;
}
@media (max-width:980px){
div#template--collection{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.wrapper-spacing--v--template {
    padding-top: 40px;
    padding-bottom: 40px;
}
}

.btn, .shopify-payment-button__button.shopify-payment-button__button--unbranded {
    padding: 5px 20px !important;

}


/* custom css */

.collection-filter-btn {
  padding: 10px 18px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  
}

.grid-area--filtering .facets-wrapper {
  display: none !important;
}
  
.filter-drawer {
  position: fixed;
  top: 0;
  right: -380px;
  width: 360px;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transition: right 0.3s ease;
  overflow-y: auto;
  padding: 20px;
}

.facets__form-inner.desktop {
    grid-template-columns: 1fr !important;

}

.facets__wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}

button.mobile-menu--close-btn.filter-drawer-btn.icon-fallback-text.standalone-icon--wrapper {
    display: none;
}
.filter-drawer.active {
  right: 0;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

#drawerOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: none;
  z-index: 999;
}

#drawerOverlay.active {
  display: block;
}
.filter-drawer-close {
    margin-bottom: 20px;
    padding: 5px 10px;
    background-color: transparent;
}
.filter-drawer-header {
    display: flex;
    justify-content: flex-end;
}
.facets__display {
        width: 100% !important;
}
#filterDrawer .collection-filter-btn {
    display: none;
}
#filterDrawer collection-filtering-form.facets {
    width: 100% !important;
    display: block;
}

#filterDrawer .facets__form-inner.desktop .facets__wrapper {
    display: block !important;
}
.facets__form-inner.desktop .facets__wrapper {
    display: none;
}