
:root {
	--samAl_PLP_FontFamily: Roboto, sans-serif !important;
    --samAl_PLP_FontSize_Filter_Heading: 14px;
    --samAl_PLP_FontSize_Filter_List: 14px;
    --samAl_PLP_FontSize_General: 12px;
    --samAl_PLP_BorderColor: 1px solid #E3E3E3;
    --samAL_PLP_MobileFilterFromRight: 100px;
    --samAL_PLP_Transition: all 0.2s ease;
    --samAL_PLP_Filter_Width: 280px; 
}

/* Override Vendor CSS */
@media (min-width: 992px) {
	body main#mainPLP [class^="col-xs-"],
	body main#mainPLP [class^="col-sm-"],
	body main#mainPLP [class^="col-md-"],
	body main#mainPLP [class^="col-lg-"] {
	  padding: 0;
	}
}
/* end */

/* Override sam_FW */
body main#mainPLP .sam_FW {
	width: 102vw;
	position: relative;
	margin-left: -51vw;
	left: 50%;
}
body main#mainPLP .sam_FW .sam_FW_container {
    width: 100%;
    margin-top: -50px;
	padding: 0 !important;
}
/* end */

/* Override Satellite-min CSS */
body main#mainPLP .ais-NumericMenu-label,
body main#mainPLP .ais-ToggleRefinement-label,
body main#mainPLP .ais-HierarchicalMenu-item,
body main#mainPLP .ais-Menu-item,
body main#mainPLP .ais-RatingMenu-item,
body main#mainPLP .ais-RefinementList-item {
    display: block;
    font-size: var(--samAl_PLP_FontSize_Filter_List);
    line-height: unset;
}
body main#mainPLP .ais-Panel--collapsible .ais-Panel-collapseButton {
    display: none !important;
}
body main#mainPLP .ais-HierarchicalMenu-link,.ais-Menu-link,
body main#mainPLP .ais-RatingMenu-link,.ais-RefinementList-label {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    margin: 10px 0; /* Do it here move away from scrollbar at the right */
}
body main#mainPLP .ais-HierarchicalMenu-label,.ais-Menu-label,
body main#mainPLP .ais-RefinementList-labelText {
    font-weight: normal;
    order: 1;
    width: 100%;
}
body main#mainPLP .ais-RefinementList-checkbox {
    color: #000;
    margin: 0 !important;
    order: 2;
    height: 18px;
    width: 20px;
    border: 1px solid #8A8A8A;
}
body main#mainPLP .ais-RefinementList-checkbox:focus {
    outline: unset !important;
    outline-offset: unset !important;
    box-shadow: unset !important;
}
body main#mainPLP .ais-Hits-item,
body main#mainPLP .ais-InfiniteHits-item {
    box-shadow: unset;
}
/* body main#mainPLP .ais-RefinementList-label {
	align-items: flex-start
} */
body main#mainPLP .ais-RefinementList-labelText {
	text-overflow: unset;
	overflow: unset;
	white-space: unset;
}
/* end */


/* General Settings */
body main#mainPLP {
	background-color: #fff;
}
body main#mainPLP .container:first-of-type {
	width: 100vw;
	margin-left: -50vw !important;
	position: relative;
	left: 50%;
    padding: 0 60px;
	background-color: #fff;
	max-width: 2000px;
}
body main#mainPLP h1 {
	text-transform: capitalize;
    padding: 0;
    display: block !important;
}
body main#mainPLP .samSRCH_Content {
	padding-top: 20px;
}
body main#mainPLP .samSRCH_Breadcrumb .breadcrumb {
    background-color: transparent;
}
body main#mainPLP .samSRCH_Breadcrumb .breadcrumb a {
	color: #000;
}
body main#mainPLP .samSRCH_Breadcrumb .breadcrumb a:hover {
	color: #007ac2;
}
@media (min-width: 992px) {
	body main#mainPLP .container:first-of-type {
        left: 100%;
		transform: translateX(-50%);
	}
}
@media (max-width: 991px) {
	body main#mainPLP .container:first-of-type {
		padding: 0 20px;
	}
    body main#mainPLP .samSRCH_Content {
		padding: 10px;
	}
}
/* end */



/* General Settings for Algolia Search */
body main#mainPLP .ais-SearchBox {
    margin: 0 0 30px 0;
}
body main#mainPLP .ais-InstantSearch {
    font-family: var(--samAl_PLP_FontFamily);
    margin: 0;
    padding-top: 20px;
	border-top: var(--samAl_PLP_BorderColor);	
    min-height: 600px;
}
body main#mainPLP .ais-SearchBox-form {
	height: 100%;
}
body main#mainPLP .ais-SearchBox .ais-SearchBox-form::before {
    content: "";
    height: 100%;
    width: 20px;
	margin: 0;
    background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-8px);
}
body main#mainPLP .ais-SearchBox .ais-SearchBox-form input.ais-SearchBox-input {
	border: 1px solid #8A8A8A;
    height: 40px;
    border-radius: 50px;
    font-size: var(--samAl_PLP_FontSize_General);
	padding: 0 30px;
}
body main#mainPLP .ais-SearchBox .ais-SearchBox-form input.ais-SearchBox-input::placeholder {
	color: #8A8A8A;
}
@media (max-width: 992px) {
	body main#mainPLP .ais-InstantSearch {
	    padding-top: 20px;
		padding: 20px 0;
	}
}
/* END */



/* Logic for BRAND CATEGORY page */
body main#mainPLP.plp_CATEGORY.plp_BRAND .samSRCH_CateList:has(a.btn),
body main#mainPLP.plp_CATEGORY.plp_BRAND .samSRCH_CateList_Item a.btn {
	display: none !important; /* Display none by default to prevent flicking */
}
body main#mainPLP.plp_CATEGORY.plp_BRAND .samSRCH_CateList:has(a.btn.visible),
body main#mainPLP.plp_CATEGORY.plp_BRAND .samSRCH_CateList_Item a.btn.visible {
	display: block !important; 
}
/* end */


/* Logic for SEARCH and KEYWORD page */
body main#mainPLP.plp_SEARCH .samSRCH_Breadcrumb,
body main#mainPLP.plp_SEARCH .samSRCH_CateList,
body main#mainPLP.plp_KEYWORD .samSRCH_Breadcrumb,
body main#mainPLP.plp_KEYWORD .samSRCH_CateList {
	display: none; /* Hide for Search Page */
}
body main#mainPLP.plp_SEARCH .ais-InstantSearch,
body main#mainPLP.plp_KEYWORD .ais-InstantSearch {
	border: 0;
	padding: 0;
}
body main#mainPLP.plp_SEARCH .samSRCH_h1,
body main#mainPLP.plp_KEYWORD .samSRCH_h1 {
	padding-top: 20px;
}
body main#mainPLP.plp_SEARCH .samSRCH_h1 h1,
body main#mainPLP.plp_KEYWORD .samSRCH_h1 h1 {
	font-size: 31px !important; /* Matched --base-h2 (mobile is 30px) */
}
body main#mainPLP.plp_SEARCH .samSRCH_h1 h1::before {
	content: 'Results for: ';
}
@media (max-width: 992px) {
	body main#mainPLP.plp_SEARCH .samSRCH_h1 h1,
    body main#mainPLP.plp_KEYWORD .samSRCH_h1 h1  {
		font-size: 30px !important;
		padding-bottom: 10px;
	}
}
/* end */


/* Adjust Style for Clearance/Sale/NewItems */
body main#mainPLP .samSRCH_Clearance,
body main#mainPLP .samSRCH_Sale {
	padding: 20px 0 10px 0;
}
/* end */


/* Hit Results - Filter Options */
body main#mainPLP #al_PLP_Filter {
    padding: 0 30px 0 0;
}
@media (min-width: 992px) {
	body main#mainPLP #al_PLP_Filter {
	    padding: 0 30px 0 0;
		width: var(--samAL_PLP_Filter_Width);
	}
}
body main#mainPLP #al_PLP_Filter_Overlay_CloseBtn .samFeatherIcon {
    display: none;
}
body main#mainPLP #al_PLP_Filter #filter_option {
	margin-bottom: 40px;
}
body main#mainPLP #al_PLP_Filter .ais-Panel {
    margin: 0;
}
body main#mainPLP #al_PLP_Filter .filter_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-bottom: var(--samAl_PLP_BorderColor);
    padding: 18px 0;
    height: 42px;
}
body main#mainPLP #al_PLP_Filter .filter_heading .ais-Panel-header {
    border: 0;
    font-weight: bold;
	margin: 0;
	padding: 0;
}
body main#mainPLP #al_PLP_Filter .filter_heading .ais-Panel-header::after {
    display: none;
}
body main#mainPLP #al_PLP_Filter .filter_heading #clear-refinements button {
    width: fit-content;
    background: none;
    background-image: unset !important;
    border-color: unset !important;
    box-shadow: none;
    border: 0;
    color: #616161 !important;
    height: 100%;
    font-size: var(--samAl_PLP_FontSize_Filter_List);
	padding: 0;
}
body main#mainPLP #al_PLP_Filter .filter_heading #clear-refinements button.ais-ClearRefinements-button--disabled {
	color: #BDBDBD !important;
}

    /* Current Refinement */
    body main#mainPLP #al_PLP_Filter .filter_summary ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        padding: 10px 16px;
    }
    body main#mainPLP #al_PLP_Filter .filter_summary ul li.ais-CurrentRefinements-item {
        font-size: var(--samAl_PLP_FontSize_Filter_List);
        padding: 0;
        background-color: transparent;
        border: 0;
        margin-bottom: 12px;

		display: flex;
		flex-wrap: wrap;
        gap: 8px;
		width: 100%;
    }
    body main#mainPLP #al_PLP_Filter .filter_summary ul li.ais-CurrentRefinements-item span.ais-CurrentRefinements-label {
        font-weight: 600;
		flex: 1 1 100%;
    }
    body main#mainPLP #al_PLP_Filter .filter_summary ul li.ais-CurrentRefinements-item span.ais-CurrentRefinements-category {
        margin: 0;
        border: var(--samAl_PLP_BorderColor);
        padding: 6px 12px;
        display: flex;
        align-items: center;
        gap: 8px;
        background-color: #fff;
    }
    body main#mainPLP #al_PLP_Filter .filter_summary ul li.ais-CurrentRefinements-item span.ais-CurrentRefinements-category button {
        color: #000;
        font-weight: bold;
        margin: 0;
        padding: 0;
        font-size: 0;
    }
    body main#mainPLP #al_PLP_Filter .filter_summary ul li.ais-CurrentRefinements-item span.ais-CurrentRefinements-category button::after {
        content: 'X';
        font-size: 12px;
        font-family: 'FontAwesome';
    }

    @media (max-width: 992px) {
        body main#mainPLP #al_PLP_Filter .filter_summary {
            display: none;  /* Disable on mobile */
        }
        body main#mainPLP #al_PLP_Filter .filter_summary .ais-Panel-header {
            padding-left: 16px;
            padding-right: 16px;
        }
    }
    /* end */


body main#mainPLP #al_PLP_Filter .filter_heading #show-hits {
	display: none
}
body main#mainPLP #al_PLP_Filter .ais-Panel-header {
    color: #000;
    font-size: var(--samAl_PLP_FontSize_Filter_Heading);
    text-transform: initial;
    font-weight: normal;
    border-bottom: var(--samAl_PLP_BorderColor);
    cursor: pointer;
    padding: 18px 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
	font-weight: 500;
}
body main#mainPLP #al_PLP_Filter .ais-Panel-header::after {
    font-family: 'FontAwesome';
    content: '\f078';
	padding-left: 10px;
}
body main#mainPLP #al_PLP_Filter .ais-Panel-header.expanded::after {
    content: '\f077';
}
body main#mainPLP #al_PLP_Filter .ais-Panel:has(.ais-Panel-body.no_option) .ais-Panel-header {
	color: #BDBDBD;
	cursor: not-allowed;
    user-select: none;
    pointer-events: none;
}
body main#mainPLP #al_PLP_Filter #Category-list:has(.ais-RefinementList--noRefinement),
body main#mainPLP #al_PLP_Filter #Category-list .ais-Panel:has(.ais-Panel-body.no_option) {
	display: none;  /* Category Only */
}

    /* Toggle Buttons Filter */
    body main#mainPLP #al_PLP_Filter .filterToggleButton .ais-Panel {
        display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
    }
    body main#mainPLP #al_PLP_Filter .filterToggleButton .ais-Panel-header {
        padding: 18px 0;
        border: 0;
        pointer-events: none;
    }
    body main#mainPLP #al_PLP_Filter .filterToggleButton .ais-Panel-header > span,
	body main#mainPLP #al_PLP_Filter span.private-label-icon {
        text-transform: uppercase;
        display: inline-flex;
        align-items: center;
		font-weight: 500;
    }

    /* Private Label Only */
    body main#mainPLP #al_PLP_Filter #Private-Label-list .ais-Panel-header > span,
	body main#mainPLP #al_PLP_Filter span.private-label-icon {
        color: #616161; 
    }
    /* end */

    /* Customizable Only */
    body main#mainPLP #al_PLP_Filter #Customizable-list .ais-Panel-header > span {
		color:#FFFFFF;
		background: linear-gradient(90deg, #005DAC 0%, #B82025 100%);
		position: relative;

        border-radius: 3px;
        padding: 1px 6px;
        min-height: 20px;
        font-size: 11px;
        font-weight: 600;
	}
	body main#mainPLP #al_PLP_Filter #Customizable-list .ais-Panel-header > span::after {
		width: fit-content;
		content: 'Products';
		background: none;
		position: absolute;
		left: 100%;
		color: #000;
        font-size: var(--samAl_PLP_FontSize_Filter_Heading);
        font-weight: 500;
	}
    /* end */

    body main#mainPLP #al_PLP_Filter .filterToggleButton .ais-Panel-header::after {
        display: none;
    }
    body main#mainPLP #al_PLP_Filter .filterToggleButton .ais-Panel-header > span::after,
	body main#mainPLP #al_PLP_Filter span.private-label-icon::after {
        content: '';
	    margin-left: 5px;
        display: inline-flex;
        align-items: center;
		line-height: normal;
	    background-size: contain;
	    background-repeat: no-repeat;
	    width: 70px; 
	    height: 20px;
    }
    body main#mainPLP #al_PLP_Filter .filterToggleButton .ais-Panel-body {
        display: flex; /* Force to display and disable click */
        background-color: transparent;
		padding: 0;
    }
    body main#mainPLP #al_PLP_Filter .filterToggleButton ul.ais-RefinementList-list {
        margin: 0;
        padding: 0;
        overflow: hidden;
        gap: 0;
    }
    body main#mainPLP #al_PLP_Filter .filterToggleButton label span,
    body main#mainPLP #al_PLP_Filter .filterToggleButton label:has(input.ais-RefinementList-checkbox[value="false"]),
    body main#mainPLP #al_PLP_Filter .filterToggleButton .ais-RefinementList-item:has(input.ais-ToggleSwitch-input[value="false"]) {
        display: none; /* Hide False, Show Only True*/
    }
    body main#mainPLP #al_PLP_Filter .filterToggleButton {
        display: none;  /* Hide By Default */
    }
    body main#mainPLP #al_PLP_Filter .filterToggleButton:has(input.ais-RefinementList-checkbox[value="true"]),
    body main#mainPLP #al_PLP_Filter .filterToggleButton:has(input.ais-ToggleSwitch-input[value="true"]),
    body main#mainPLP #al_PLP_Filter .filterToggleButton label span.ais-ToggleSwitch-slider {
        display: flex; /* If there a TRUE checkbox, show the Filter */
        border-bottom: var(--samAl_PLP_BorderColor);
        align-items: center;
    }
    /* end Toggle Buttons Filter */

    /* Toggle Buttons CSS */
    body main#mainPLP .ais-ToggleSwitch {
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    body main#mainPLP .ais-ToggleSwitch-input {
        display: none;
    } 
    body main#mainPLP .ais-ToggleSwitch-slider {
        position: relative;
        width: 36px;
        height: 20px;
        background-color: #e3e3e3;
        border-radius: 20px;
    }
    body main#mainPLP .ais-ToggleSwitch-slider::before {
        content: "";
        width: 16px;
        height: 16px;
        background-color: #ffffff;
        border-radius: 50%;
		position: absolute;
		top: 2px;
		left: 2px;
    }  
    body main#mainPLP .ais-ToggleSwitch-input:checked + .ais-ToggleSwitch-slider {
        background-color: #005eac;
		left: unset;
    }  
	body main#mainPLP .ais-ToggleSwitch-input:checked + .ais-ToggleSwitch-slider::before {
        top: unset;
		left: unset;
		right: 2px;
	}
    body main#mainPLP .ais-ToggleSwitch-label {
        font-size: 14px;
    }
    /* end */

    /* Today Deal - Clearance, Sale, and Exclusive only */
    body main#mainPLP #al_PLP_Filter #Today-s-Deals-list,
    body main#mainPLP #al_PLP_Filter #Today-s-Deals-list ul.ais-RefinementList-list,
    body main#mainPLP #al_PLP_Filter #Today-s-Deals-list ul.ais-RefinementList-list li {
        display: none;
    }
    body main#mainPLP #al_PLP_Filter #Today-s-Deals-list:has(:is(input[value="Clearance"], input[value="Sale"], input[value="Exclusive"])),
    body main#mainPLP #al_PLP_Filter #Today-s-Deals-list ul.ais-RefinementList-list li:has(:is(input[value="Clearance"], input[value="Sale"], input[value="Exclusive"])) {
        display: block;
    }
    body main#mainPLP #al_PLP_Filter #Today-s-Deals-list ul.ais-RefinementList-list:has(:is(input[value="Clearance"], input[value="Sale"], input[value="Exclusive"])) {
        display: flex;
    }
    body main#mainPLP:has(.samSRCH_Clearance) #al_PLP_Filter #Today-s-Deals-list,
    body main#mainPLP:has(.samSRCH_Sale) #al_PLP_Filter #Today-s-Deals-list,
	body main#mainPLP:has(.samSRCH_Clearance) #al_PLP_Filter #Today-s-Deals-list ul.ais-RefinementList-list li:has(:is(input[value="Clearance"])),
    body main#mainPLP:has(.samSRCH_Sale) #al_PLP_Filter #Today-s-Deals-list ul.ais-RefinementList-list li:has(:is(input[value="Sale"])){
		display: none !important;   /* Hide by default for Clearance and Sale Pages */
	}
	body main#mainPLP:has(.samSRCH_Clearance) #al_PLP_Filter #Today-s-Deals-list:has(:is(input[value="Sale"])),
    body main#mainPLP:has(.samSRCH_Sale) #al_PLP_Filter #Today-s-Deals-list:has(:is(input[value="Clearance"])) {
		display: block !important;
	}
    body main#mainPLP:has(.samSRCH_Clearance) #al_PLP_Filter #Today-s-Deals-list:has(:is(input[value="Sale"])) {
        display: none !important; /* New chagnes; HIDE sale tag on Clearance page */
    }
    /* end */

body main#mainPLP #al_PLP_Filter .ais-Panel-body {
    background-color: #F7F7F7;
    padding: 0;
}
body main#mainPLP #al_PLP_Filter ul.ais-RefinementList-list {
    max-height: 200px;
    padding: 12px 24px;
    overflow-y: scroll;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
body main#mainPLP #al_PLP_Filter ul.ais-RefinementList-list::-webkit-scrollbar-track  {
    background-color: #F7F7F7;
}
body main#mainPLP #al_PLP_Filter #category_searchbox {
	display: none; /* Disable Category Search for now */
}

@media (max-width: 991px) {
    body main#mainPLP #al_PLP_Filter {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        background-color: #fff;
        width: 0;
        visibility: hidden;
        height: 100%;
		padding: 0;
		padding-bottom: 160px;
		padding-top: 16px;
		overflow-y: scroll;
        transition: var(--samAL_PLP_Transition);
    }
    body main#mainPLP #al_PLP_Filter .filter_heading {
		padding: 36px 16px;
		display: flex;
		position: fixed;
		bottom: 0;
		background-color: #fff;
		width: calc(100% - var(--samAL_PLP_MobileFilterFromRight));
		z-index: 1;
		background-color: transparent;
		color: #fff;
		align-items: center;
		justify-content: space-between;
		transition: var(--samAL_PLP_Transition);
		width: 0;
		visibility: hidden;
	}
	body main#mainPLP #al_PLP_Filter.active {
        width: calc(100% - var(--samAL_PLP_MobileFilterFromRight));
        visibility: visible;
    }
    body main#mainPLP #al_PLP_Filter.active::before {
		content: 'All Filters';
		font-weight: bold;
		text-transform: uppercase;
		font-size: 20px;
		padding-left: 16px;
	}
    body main#mainPLP #al_PLP_Filter.active .filter_heading {
		background-color: #000;
		width: calc(100% - var(--samAL_PLP_MobileFilterFromRight));
		visibility: visible;
    }
    body main#mainPLP #al_PLP_Filter .filter_heading .ais-Panel-header {
		display: none;
	}
    body main#mainPLP #al_PLP_Filter .filter_heading #clear-refinements button.ais-ClearRefinements-button:not(.ais-ClearRefinements-button--disabled) {
        color: #fff !important;
    }
	body main#mainPLP #al_PLP_Filter .filter_heading #show-hits {
		display: block;
		background-color: #fff;
		color: #000;
		padding: 12px 24px;
		font-weight: 600;
		border-radius: 12px;
		text-transform: uppercase;
        font-size: var(--samAl_PLP_FontSize_Filter_Heading);
	}
    body main#mainPLP #al_PLP_Filter .filter_heading #show-hits .ais-Stats {
		display: inline;
		order: 2;
	}
    body main#mainPLP #al_PLP_Filter #filter_option {
		margin-top: 10px;
	}
    body main#mainPLP #al_PLP_Filter #filter_option .ais-Panel-header {
        padding-left: 16px;
		padding-right: 16px;
    }
    body main#mainPLP #al_PLP_Filter .filterToggleButton {
        padding-right: 20px;
    }
    body main#mainPLP #al_PLP_Filter_Overlay {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9998;
        width: 100%;
		opacity: 0;
        height: 100%;
        background-color: #000;
		transition: var(--samAL_PLP_Transition);
    }
	body main#mainPLP #al_PLP_Filter_Overlay.active {
		display: block;
        opacity: 0.5;
    }
    body main#mainPLP #al_PLP_Filter_Overlay_CloseBtn.active .samFeatherIcon {
        display: block;
        width: 28px;
        height: 28px;
        stroke: #000000;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        fill: none;
        background-color: #ffffff;
        border: 1px solid #303030;
        border-radius: 6px;
        margin-top: 10px;
        margin-left: 10px;

        position: fixed;
        top: 0;
        right: var(--samAL_PLP_MobileFilterFromRight);
        transform: translateX(calc(100% + 10px));
        z-index: 9999;
    }
    body main#mainPLP #al_PLP_Filter ul.ais-RefinementList-list {
		max-height: 300px;
		gap: 16px;
		padding: 16px 24px;
	}
}
/* END */



/* Hit Results - Top Section [Results, Sort By] */
body main#mainPLP #al_PLP_Hits {
    padding: 0;
    margin-bottom: 50px;
}
@media (min-width: 992px) {
	body main#mainPLP #al_PLP_Hits {
		width: calc(100% - var(--samAL_PLP_Filter_Width));
	}
}
body main#mainPLP #al_PLP_Top {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
    font-weight: bold;	
    height: 42px;
}
body main#mainPLP #al_PLP_Top #al_PLP_Filter_Mobile {
    display: none;
}
body main#mainPLP #al_PLP_Top #plp-sortby select {
	appearance: none;
	background-image: url("/images/checkout_page/chevron-down.svg");
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 16px;
    height: 40px;
    border: var(--samAl_PLP_BorderColor);
    border-radius: 0;
    padding: 0 80px 0 20px;
    background-color: #f2f2f2;
}
body main#mainPLP #al_PLP_Top #plp-sortby select:focus {
	box-shadow: unset;
}
body main#mainPLP #al_PLP_Top #plp-sortby .ais-SortBy {
	display: flex;
	gap: 6px;
}
body main#mainPLP #al_PLP_Top #plp-sortby .ais-SortBy::before {
	content: 'Sort By:';
	width: max-content;
	width: 100px;
	align-items: center;
	display: inline-flex;
	justify-content: right;
}
@media (max-width: 991px) {
    body main#mainPLP #al_PLP_Hits {
	    margin-bottom: 0;
	}
	body main#mainPLP #al_PLP_Top {
		gap: 12px;
        margin-bottom: 20px;
		flex-wrap: wrap;
	}
    body main#mainPLP #al_PLP_Top #al_PLP_Filter_Mobile {
        display: block;
		display: inline-flex;
		align-items: center;
		padding: 9px 18px;
		border: var(--samAl_PLP_BorderColor);
        background-color: #f2f2f2;
		font-weight: 500;
		gap: 6px;
		order: 1;
        border-radius: 6px;
    }
	body main#mainPLP #al_PLP_Top #plp-sortby {
		width: fit-content;
		order: 2;
	}
    body main#mainPLP #al_PLP_Top #plp-sortby .ais-SortBy {
		gap: 0;
		border: var(--samAl_PLP_BorderColor);
        border-radius: 6px;
	}
    body main#mainPLP #al_PLP_Top #plp-sortby .ais-SortBy::before {
		background-color: #f2f2f2;
		content: 'Sort:';
		width: 60px;
        display: none;
	}
	body main#mainPLP #al_PLP_Top #plp-sortby select {
		border: 0;
		padding: 0 30px 0 20px;
        border-radius: 6px;
	}
	body main#mainPLP #al_PLP_Top #filter_results {
		width: 100%;
		flex: 1 1 100%;
		order: 3;
	}
}
@media (max-width: 375px) {
	body main#mainPLP #al_PLP_Top #al_PLP_Filter_Mobile {
		padding: 9px 8px;
		gap: 2px;
	}
}
/* END */



/* Hit Results - Product Cards */
body main#mainPLP #hits .ais-Hits-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    row-gap: 10px
}
body main#mainPLP #hits .ais-Hits-item {
    padding: 0;
    border-radius: 0 !important;
    align-items: flex-start;
}
body main#mainPLP #hits .ais-Hits-item img.hit-image {
    width: 100%;
    margin: 0;
}
body main#mainPLP #hits .hit-name {
    margin-bottom: 0.5em;
}
body main#mainPLP #hits .hit-description {
    color: #888;
    font-size: var(--samAl_PLP_FontSize_Filter_List);
    margin-bottom: 0.5em;
}
body main#mainPLP #hits .ais-Hits-item,
body main#mainPLP #hits .ais-Hits-item .hit-card .hit-header {
	width: 100%;
}
@media (max-width: 991px) {
    body main#mainPLP #hits {
		margin-top: 60px;
	}
    body main#mainPLP #hits .ais-Hits-list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 600px) {
    body main#mainPLP #hits .ais-Hits-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* END */

/* Hit Results - Banner */
.ais-Hits-item:has(.plp-banner) {
  grid-column: 1 / -1;
}
.plp-banner-wrapper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media (min-width: 992px) {
  .plp-banner-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.plp-banner-wrapper .desktop-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.plp-banner-wrapper .mobile-banner {
  background-size: cover;
  background-position: center;
  color: white;
  padding: 30px 20px;
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.plp-banner-left {
  background: #000;
  color: #fff;
  padding: 50px;
  display: flex;
  flex-direction: column;
  position: relative;
	justify-content: center;
	min-height: 300px;
}
@media (min-width: 601px) {
  .plp-banner-wrapper .mobile-banner {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .plp-banner-wrapper .desktop-banner {
    display: none;
  }
}
.plp-banner-logo {
  max-width: 220px;
  max-height: 140px;
  width: fit-content;
  height: fit-content;
}
@media (max-width: 991px) {
		.plp-banner-logo {
		max-width: 130px;
		max-height: 90px;
	}
}
.sponsored-tag {
	top:8px; 
	left:8px; 
	font-size:1rem;
	position: absolute;
}
.plp-banner-title {
  font-family: 'Roboto Condensed';
  margin: 0 !important;
}
.plp-banner-subtitle {
  font-family: 'Roboto';
  font-size: 1.6rem;
  line-height: 1.25;
}
.plp-banner-cta {
  background: #fff;
  color: #000;
  border-radius: 6px;
  width: fit-content;
  font-weight: 700;
  font-family: 'Rajdhani';
}
.plp-banner-cta:hover {
  color: #000;
  text-decoration: none;
}
/* END */

/* Hit Results - Pagination */
body main#mainPLP .ais-Pagination {
    margin-top: 20px;
}
body main#mainPLP .ais-Pagination-list {
    justify-content: center;
}
body main#mainPLP .ais-Pagination-link {
    box-shadow: unset;
    border: 1px solid #000;
    border-radius: 6px !important;
    margin: 0 6px;
    padding: 14px;
    color: #000;
    font-weight: bold;
    font-size: var(--samAl_PLP_FontSize_General);
}
body main#mainPLP .ais-Pagination-link:focus {
    text-decoration: unset;
    outline: unset;
}
body main#mainPLP .ais-Pagination-item--selected .ais-Pagination-link {
    box-shadow: unset;
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
body main#mainPLP #pagination .ais-Pagination-item--disabled .ais-Pagination-link {
	background-image: unset;
	background-color: #fbfbfb;
	color: #939393;
	border: 1px solid #939393;
	cursor: not-allowed;
}
@media (max-width: 991px) {
	body main#mainPLP #pagination {
		display: flex;
		justify-content: center;
        margin-bottom: 20px;
	}
	body main#mainPLP #pagination .ais-Pagination-item--page {
		display: none;
	}
	body main#mainPLP #pagination .ais-Pagination-item--page.ais-Pagination-item--selected {
		display: inline-flex;
	}

	body main#mainPLP #pagination .ais-Pagination-item--page.ais-Pagination-item--selected + .ais-Pagination-item--page {
		display: inline-flex; /* +1 pages */
	}
	body main#mainPLP #pagination .ais-Pagination-item--page:has(+ .ais-Pagination-item--selected) {
	    display: inline-flex; /* -1 pages */
	}

    /* Special case: if Page 1 is selected */
    body main#mainPLP #pagination .ais-Pagination-list > .ais-Pagination-item:nth-child(2).ais-Pagination-item--selected ~ .ais-Pagination-item:nth-child(3),
    body main#mainPLP #pagination .ais-Pagination-list > .ais-Pagination-item:nth-child(2).ais-Pagination-item--selected ~ .ais-Pagination-item:nth-child(4) {
        display: inline-flex;
    }

    /* Special case: last page is selected */
    body main#mainPLP #pagination .ais-Pagination-item:nth-last-child(3),
    body main#mainPLP #pagination .ais-Pagination-item:nth-last-child(4) {
        display: inline-flex;
    }

}
/* END */



/* Bottom Section */
body main#mainPLP .searchpromo1,
body main#mainPLP .searchpromo2 {
	padding: 0 !important;
	margin: 0 !important;
}
body main#mainPLP .searchpromo1 .searchpromo1_container,
body main#mainPLP .searchpromo2 .searchpromo2_container {
	padding: 0 !important;
	padding-bottom: 20px !important;
	margin-bottom: 20px;
}
@media (min-width: 991px) {
    body main#mainPLP .searchpromo1 .searchpromo1_container,
    body main#mainPLP .searchpromo2 .searchpromo2_container {
        width: calc(100% - var(--samAL_PLP_Filter_Width));
        margin-left: var(--samAL_PLP_Filter_Width);
    }
}
body main#mainPLP .searchpromo1 div,
body main#mainPLP .searchpromo2 div {
	background-color: #fff;
}
body main#mainPLP #samAccordionPLP .card {
	border: var(--samAl_PLP_BorderColor);
}
@media (max-width: 992px) {
	body main#mainPLP .searchpromo1 .col-md-3,
	body main#mainPLP .searchpromo2 .col-md-3 {
		display: none;
	}
}
/* END */


/* Hierarchical Menu */
body main#mainPLP #al_PLP_Filter #Category-list .ais-Panel-body .ais-HierarchicalMenu {
	padding-top: 8px;
	padding-bottom: 8px;
}
@media (max-width: 991px) {
	body main#mainPLP #al_PLP_Filter #Category-list .ais-Panel-body .ais-HierarchicalMenu {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}
body main#mainPLP #al_PLP_Filter #Category-list .ais-Panel-body .ais-HierarchicalMenu-link {
    justify-content: flex-start;
    margin: 0;
    padding: 6px 2px 6px 0;
}
body main#mainPLP #al_PLP_Filter #Category-list .ais-Panel-body .ais-HierarchicalMenu-link::before {
    display: none;
}
body main#mainPLP #al_PLP_Filter #Category-list .ais-Panel-body .ais-HierarchicalMenu-label {
    order: unset;
    width: unset;
}
body main#mainPLP #al_PLP_Filter #Category-list .ais-Panel-body .ais-HierarchicalMenu-checkbox {
    pointer-events: none;
    margin:0 8px;
    color: #000;
    height: 18px;
    min-width: 18px;
    width: 18px;
    border: 1px solid #8A8A8A;
    appearance: none;
    border-radius: 3px;
    box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, .4);
}
body main#mainPLP #al_PLP_Filter #Category-list .ais-Panel-body .ais-HierarchicalMenu-count {
    font-size: 16px;
    border: none;
    line-height: unset;
    color:black;
}
body main#mainPLP #al_PLP_Filter #Category-list .ais-Panel-body .ais-HierarchicalMenu-label, .ais-Menu-label, .ais-RefinementList-labelText {
    font-size: 16px;
    color: black;
    white-space: unset;
}
body main#mainPLP #al_PLP_Filter #Category-list .ais-Panel-body .ais-HierarchicalMenu-link--selected .ais-HierarchicalMenu-checkbox {
    background-image: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235468ff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E);
    box-shadow: none;
}
body main#mainPLP #al_PLP_Filter #Category-list .ais-Panel-body .ais-HierarchicalMenu-link--selected .ais-HierarchicalMenu-label{
    font-weight: 600;
}
body main#mainPLP #al_PLP_Filter #Category-list .ais-Panel-body .ais-HierarchicalMenu-link--selected .ais-HierarchicalMenu-count{
    font-weight: 600;
}
/* end */


/* === GALLS ONLY === */

/* Private Label Logo */
body.site_Galls main#mainPLP #al_PLP_Filter #Private-Label-list .ais-Panel-header > span::after,
body.site_Galls main#mainPLP #al_PLP_Filter span.private-label-icon::after {
    background-image: url('/photos/gar/images/logos/only-at-galls.svg');
}
/* end */

/* Quick View */
body.site_Galls main#mainPLP #hits .ais-Hits-item .hit-card .hit-header .hit-quickview {
    display: block !important; 
}
/* end */

/* Profession Category */
body.site_Galls main.category .samSRCH_CateList.samSRCH_CateList_Desktop_Hide {
	display: none !important;
}
/* end */

/* === END GALLS ONLY === */



/* === USP ONLY === */

/* Private Label Logo */
body.site_USP main#mainPLP #al_PLP_Filter #Private-Label-list .ais-Panel-header > span::after,
body.site_USP main#mainPLP #al_PLP_Filter span.private-label-icon::after {
    background-image: url('/photos/gar/images/logos/usp-logo.svg');
}
/* end */


/* Adjust Padding */
@media (max-width: 992px) {
	body.site_USP main#mainPLP .samSRCH_Top {
		padding: 0;
	}
}
/* end */


/* Sub Category Lists */
body.site_USP main#mainPLP .samSRCH_CateList_Item,
body.site_USP main#mainPLP .samSRCH_CateList_Item .samSRCH_CateList_Wrapper {
	border: 0 !important;
}
@media (max-width: 992px) {
	body.site_USP main#mainPLP .samSRCH_CateList_Item {
		margin: 0 10px;
        background-color: #fff;
	}
	body.site_USP main#mainPLP .samSRCH_CateList_Item .samSRCH_CateList_Wrapper {
		padding-left: 0;
		background-color: #fff;
	}
}
/* end */


/* Search Promo */
@media (max-width: 992px) {
	body.site_USP main#mainPLP .searchpromo1 .searchpromo1_container,
	body.site_USP main#mainPLP .searchpromo2 .searchpromo2_container {
		margin: 0 0 30px 0;
	}
}
/* end */

/* === END USP ONLY === */

