/** Shopify CDN: Minification failed

Line 237:0 Unexpected "}"
Line 281:0 Comments in CSS use "/* ... */" instead of "//"

**/
/*********************** Custom CSS for Boost Filter & Search  ************************/






/**************************** Place your custom css below  ****************************/

.boost-pfs-search-no-result-body .collection__toolbar {
	display: none;
}
.boost-pfs-search-no-result-body .boost-pfs-filter-right-col {
	padding: 0;
}
.boost-pfs-most-popular .boost-pfs-product-slider {
	width: 100%;
	max-width: 100%;
	position: relative;
	margin-left: 0px;

	border-right: 1px solid var(--border-color);
}
.boost-pfs-most-popular .boost-pfs-product-slider:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	border-left: 1px solid var(--border-color);
	z-index: 2;
}
.boost-pfs-product-slider-item-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	z-index: 1;
}
.boost-pfs-search-no-result-body .boost-pfs-filter-bottom-pagination {
	display: none;
}

.boost-pfs-search-suggestion-wrapper {
	position: fixed;
}

.boost-pfs-search-suggestion-item:hover {
	color: #1a2d58;
	background-color: rgba(10, 10, 10, 0.08);
}

.boost-pfs-filter-breadcrumb.hidden {
	display: none;
}

.boost-pfs-filter-message {
	margin: 0 auto;
}

.search-bar__filter {
	display: none !important;
}

.boost-pfs-filter-scroll-to-top {
	z-index: 1;
}

.boost-pfs-in-collection-search {
	padding: 0 20px;
}

.boost-pfs-in-collection-search-button {
	padding: 8px 20px !important;
}

.boost-pfs-in-collection-search-clear {
	padding: 8px !important;
}

/**** Custom Search result toolbar ****/
.boost-pfs-search-result-toolbar {
	display: flex;
	align-items: center;
	margin: 35px 0;
	border: 1px solid #e1e3e4;
	padding: 0 30px;
	border-radius: 3px;
	white-space: nowrap;
	background: #fff;
}
.boost-pfs-search-result-toolbar .boost-pfs-search-result-item:first-child {
	flex: auto;
}
.boost-pfs-search-result-toolbar .boost-pfs-search-result-panel-controls {
	padding: 17px 0;
	margin: 0;
}
.boost-pfs-filter-tree-vertical-style-off-canvas:not(.boost-pfs-filter-tree-horizontal-style-expand) .boost-pfs-filter-left-col .card__section {
	padding: 0;
}
#shopify-section-header:after {
	display: table;
	content: "";
	clear: both;
}
.boost-pfs-search-result-wrap {
	background: #fff;
	border: 1px solid #e1e3e4;
	padding: 30px 0 0 0;
	border-radius: 3px;
}
.boost-pfs-search-result-wrap .boost-pfs-search-result-list-item {
	padding: 30px;
}
.boost-pfs-search-result-wrap .pagination {
	padding: 20px 30px;
}

@media (min-width: 768px) {
	.boost-pfs-filter-tree-vertical-style-off-canvas:not(.boost-pfs-filter-tree-horizontal-style-expand) .boost-pfs-filter-left-col {
		border: none;
	}
	.boost-pfs-filter-wrapper {
		display: block;
		margin: 0;
		position: relative;
	}
	.boost-pfs-filter-left-col {
		padding-right: 30px;
		margin: 0;
	}

	.boost-pfs-filter-right-col {
		margin: 0;
		padding-left: 0px;
	}
	.boost-pfs-filter-tree-vertical-style-off-canvas:not(.boost-pfs-filter-tree-horizontal-style-expand) .boost-pfs-filter-right-col {
		width: 100%;
		margin: 0;
	}
	.boost-pfs-filter-stick.boost-pfs-filter-tree-desktop-button-sticky-wrapper {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding: 0 15px;
	}
	.boost-pfs-filter-left-col {
		padding: 20px 25px;
		border: 1px solid var(--border-color);
		background: #fff;
	}

	.boost-pfs-filter-stick.boost-pfs-filter-tree-h-wrapper, .boost-pfs-filter-stick.boost-pfs-filter-tree-h, .boost-pfs-filter-stick.boost-pfs-filter-tree-desktop-button-sticky-wrapper {
		z-index: 4;
	}
}

@media (max-width: 767px) {
	.boost-pfs-filter-right-col {
		padding-left: 0;
	}
	.boost-pfs-search-result-toolbar .boost-pfs-search-total-result {
		display: none;
	}
	.boost-pfs-filter-tree-mobile-button button {
		background: none;
		color: inherit;
		margin: 0;
		text-transform: capitalize;
	}
	.boost-pfs-filter-tree-mobile-button button svg {
		margin-right: 7px;
	}
	.collection__dynamic-part .boost-pfs-filter-tree-mobile-button button,
	.collection__dynamic-part .boost-pfs-filter-top-sorting-mobile button {
		background: none !important;
		color: inherit !important;
	}
	.boost-pfs-filter-tree-button-sticky-wrapper-body .header--search-expanded {
		margin-bottom: 0;
	}
	.boost-pfs-filter-tree-desktop-button-sticky-wrapper {
		margin-top: 0;
		position: relative;
		top: auto;
	}
	.collection__toolbar {
		z-index: 4;
	}
	.boost-pfs-filter-mobile-style1-body.boost-pfs-filter-tree-button-stick-wrapper-body.boost-pfs-filter-tree-open-body .boost-pfs-filter-mobile-style1 {
		top: 42px;
	}
	.boost-pfs-filter-stick:not(.boost-pfs-filter-tree-v).boost-pfs-filter-tree-mobile-button-stick-wrapper {
		z-index: 2;
	}
	.boost-pfs-most-popular, .boost-pfs-recently-viewed {
		padding-left: 0;
		padding-right: 0;
	}
	.ProductItem__Rating .rating__star {
		width: 11px;
		height: 11px;
	}
  .boost-pfs-filter-mobile-style1-body.boost-pfs-filter-tree-button-stick-wrapper-body.boost-pfs-filter-tree-open-body .boost-pfs-filter-mobile-style1 {
    top: 66px;
  }
 .boost-pfs-filter-mobile-style1-body:not(.boost-pfs-filter-tree-button-stick-wrapper-body).boost-pfs-filter-tree-open-body .boost-pfs-filter-mobile-style1 {
    margin-top: 20px;
  }
}

.collection__layout-button:last-child {
	margin-left: 15px;
}

.boost-pfs-variants-display [data-section-type="recently-viewed-products"] {
	display: none !important;
}
.mobile-menu {
	z-index: 3;
}
/* .boost-pfs-filter-products {
	margin-bottom: -1px;
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color); */
}
.boost-pfs-filter-btn-load-previous-page {
	margin-top: 20px;
}

.boost-sd__modal {
  display: none!important;
}

@media screen and (max-width: 767px) {
  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper {
    right: auto;
    left: 10px;
  }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span {
    margin-left: 0;
  }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top {
    left: auto;
    right: 0;
  }

  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v {
    left: 0;
    right: auto;
  }

  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-footer {
    left: 0;
    right: auto;
  }
}

.boost-pfs-filter-products .product-item__action-button.product-item__action-button--list-view-only.button.button--small.button--primary{
  display: flex !important;
}

.boost-pfs-filter-products .product-item__info button.product-item__action-button.button.button--small.button--disabled, 
.boost-pfs-filter-products .product-item__info button.product-item__action-button[data-action=add-to-cart] {
    line-height: 28.4px;
}

// For boost-pfs-custom.css.liquid

.boost-pfs-filter-products .swym-button.swym-add-to-wishlist-view-product:not(.swym-loaded){		
display: none;
}


.boost-pfs-filter-products .product-item__vendor {
    font-size: 1rem;
      font-weight: bold;
}

@media screen and (min-width: 768px) {
  .template-search .boost-pfs-filter-products .product-item.product-item--vertical {
    width: 25%;
  }
  .template-search.boost-pfs-search-no-result-body .layout__section.layout__section--secondary.hidden-pocket {
    display: none;
  }
  .template-search.boost-pfs-search-no-result-body .layout__section {
    width: 100%;
  }
}

.header__search-bar-wrapper .search-bar__inner {
  display: none !important;
}
/* Start Boost S */
/* Dropdown Button */
.select-dropbtn,
.boost-custom-select-atc
{
  border-radius: 4px;
  border: 1px solid #1A2D58;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  text-transform: capitalize;
  padding: 6px 14px;
  width: max-content !important;
  height: 40px;
  margin: 0 !important;
  flex: none;
}

/* The container <div> - needed to position the dropdown content */
.select-dropdown {
  position: relative;
  display: inline-block;
  /* flex: 1;
  text-align: right; */
  min-width: 85px;
  width: 100%;
}
button.select-dropbtn {
    min-width: 85px;
    white-space: nowrap;
    overflow: hidden;
    max-width: -webkit-fill-available;
}
/* Dropdown Content (Hidden by Default) */
.select-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  /* min-width: 160px; */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 100%;
  border-radius: 6px;
}

/* Links inside the dropdown */
.select-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.select-dropdown-content a:hover {background-color: #ddd;border-radius: 6px;}
.select-dropdown-content a:active {background-color: #ddd;border-radius: 6px;}

/* Show the dropdown menu on hover */
.select-dropdown.active .select-dropdown-content {display: block;z-index: 9;}
/* .select-dropdown:active .select-dropdown-content {display: block;} */

/* Change the background color of the dropdown button when the dropdown content is shown */
/* .select-dropdown:hover .select-dropbtn {background-color: #3e8e41;} */



.choose-option-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* flex-wrap: wrap; */
}

button.boost-custom-select-atc {
    display: flex !important;
}
.boost-custom-select-atc:hover {
    background: #fff;
}
a.pfs-selected-size {
    position: relative;
}
a.pfs-selected-size.active:after {
    content: '\2713';
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translate(0, -50%);
}
.boost-pfs-filter-products {
    overflow: visible;
}
@media (max-width: 489px) {
  .select-dropbtn,
  .boost-custom-select-atc
  {
    font-size: 9px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .select-dropbtn,
  .boost-custom-select-atc
  {
    font-size: 9px;
  }
}
/* End Boost S */
/* Start Boost 229295 */
/* @media screen and (max-width: 767px){
  body.boost-pfs-enable-filter.no-mobile-scroll .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v{
    display: block;
  }
  
}
@media screen and (max-width: 767px) {
  body:has(.boost-pfs-search-result-toolbar) .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper {
    top: 5rem !important;
    left: auto;
    right: 10px;
  }

  body:has(.boost-pfs-search-result-toolbar) .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close {
    display: none;
  }

  body:has(.boost-pfs-search-result-toolbar) .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top {
    right: auto;
    left: 0;
  }

  body:has(.boost-pfs-search-result-toolbar) .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v {
    right: 0;
    left: auto;
  }

  body:has(.boost-pfs-search-result-toolbar) .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-footer {
    right: 0;
    left: auto;
  }

  .collection-drawer__header,
  .collection-drawer__section-title{
    display: none;
  }
  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top{
    z-index: 0 !important;
  }
   
} */
/* End Boost 229295 */

@media screen and (max-width: 640px) {
    .header__search-bar-wrapper.is-visible {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        top: auto;
        height: auto;
    }

    .header__search-bar-wrapper.is-fixed .search-bar__close-button {
        display: none;
    }
}

@media(max-width: 767px){
  body:has(.value-picker[aria-hidden=false]) #giftbox-root,
  body:has(.value-picker[aria-hidden=false]) #scroll-to-top{
    visibility: hidden;
  }
}