:root {
	--surf-search-input-font-size: 18px;
}


[hidden], template {
	display: none !important;
}

body {
	
	letter-spacing:0;
}

html, body, header, .mobilenav-holder, .swoop-holder {
	min-width:250px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	text-transform:none;
	font-weight:700;
}

i.bi {
	line-height:1;
}

.btn {
	font-weight:500;
}

.embla__title__content h5,
.embla__title__content .h5 {
	font-size:1.7rem;
	font-weight:500;
}
.embla__title__content h3,
.embla__title__content .h3 {
	font-size:2.4rem;
	
}

html.lock-x body {
	overflow-x: hidden !important
}

section.product_related_sections {
	overflow-x: hidden
}

.products_row.flex-row {
  gap:1px;
  isolation: isolate; /* avoid clipping shadows */
}


.products_row.flex-row .list_p {
  max-width:366px;
}

.embla--products .embla__slide {
	max-width: 350px;
}

.productholder .products_row {
  margin-left:0;
  margin-right:0;
  justify-content:flex-start;
}

.productholder .col-xs-12 .product_list_block[data-embla] {
margin-left:-15px;
margin-right:-15px;
}

.productholder .col-xs-12 .product_list_block .embla__title {
  padding-left:20px;
}

.v2_product,
.is_mobile .v2_product:hover,
.is_mobile .v2_product:focus,
.is_mobile .v2_product:active {
	box-shadow:0px 0px 1px rgba(0,0,0,0.25);
	z-index:var(--elevation);
	transform:translateZ(10px);
}

.v2_product:hover {
	box-shadow:0px 2px 7px rgba(0,0,0,0.35);
	transform:translateZ(20px);
	border-radius:0;
	border-color:transparent;
	transition: box-shadow .2s ease, transform .2s ease;
}

.v2_product:hover,
.v2_product:focus-within,
.v2_product.is-animating {
	z-index:300;
}



@media (prefers-reduced-motion: reduce) {
  .v2_product { transition: box-shadow .2s linear; }
  .v2_product:hover,
  .v2_product:focus-within,
  .v2_product.is-animating { transform: none; }
}




input[type="checkbox"],
input[type="radio"],
.input-checkbox,
.input-radio {
	background-color: white;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	min-width: 18px;
	min-height: 18px;
	-webkit-box-shadow: 0 0 0 0 var(--checkbox-active-color) inset;
	box-shadow: 0 0 0 0 var(--checkbox-active-color) inset;
	transition: all .15s ease-in-out;
	position: relative;
	cursor: pointer;
	vertical-align: -4px;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-font-smoothing: inherit;
	border: 1px solid #bbb;
	background-color: white;
	line-height: normal;
	outline: none !important;
}

input[type="checkbox"],
.input-checkbox {
	border-radius: 5px;
}

input[type="checkbox"]:after,
input[type="radio"]:after,
.input-checkbox:after,
.input-radio:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 0.15s ease-in-out 0.1s;
	transition: all 0.15s ease-in-out 0.1s;
	opacity: 0;
	font-style:normal !important;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked,
.input-checkbox:checked,
.input-radio:checked {
	border-color: var(--checkbox-active-color);
	-webkit-box-shadow: 0 0 0 10px var(--checkbox-active-color) inset;
	box-shadow: 0 0 0 10px var(--checkbox-active-color) inset;
}

input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after,
.input-checkbox:checked:after,
.input-radio:checked:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

input[type="checkbox"]:after,
.input-checkbox:after {
	width: 10px;
	height: 8px;
	margin-left: -5px;
	margin-top: -4px;
	background-image: url('/img/new_check.svg');
}

input[type="radio"]:after,
.input-radio:after {
	width: 4px;
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	background-color: #fff;
	border-radius: 50%;
}






.topnavcol a,
.footnavcol a {
	text-transform:none;
}








/*


.dropdown-menu .clubshops-error,
.dropdown-menu .clubshops-loading {
  padding:30px 20px;
}

@media (min-width:1200px) {
  header .topnav-holder {
    padding-top:40px;
  }
  header .infonav {
    font-size:inherit;
    text-transform:none;
    height:40px;
    letter-spacing:0;
  }

  header .infonav .container {
    padding-right:51px;
  }

  header .infonav .navbar-nav {
    display:flex;
  }
  header .infonav .navbar-nav > li {
    float:none;
  }
  header .infonav .navbar-nav > li > a {
    display:inline-flex;
    gap:5px;
    justify-content: center;
    align-items: center;
    line-height:1.15;
    text-transform:none;
    height:40px;
  }

  header .infonav .nav.navbar-nav > li > a:hover {
    opacity:1;
  }

  header .infonav .navbar-nav > li > a > svg {
    top:auto;
  }

  header .infonav .dropdown-toggle .flag {
    top:auto;
    margin:0;
  }

  header .infonav .dropdown-toggle.language-toggle {
    padding:3px;
  }

  header .flag {
    overflow:hidden;
    border-radius:3px;
    background-size:20px auto;
    width:18px;
    height:13px;
  }

  header .infonav .infonav_right .info-wishlist,
  header .info-basket, 
  header .infonav .infonav_right .li_basket .info-basket {
    position:relative;
    background-image:none !important;
    padding:0 !important;
    max-height:none;
     
  }

  header .infonav .infonav_right .info-wishlist {
    width:40px;
    margin-left:5px;
    top:auto;
  }

  
  header .info-basket:before, 
  header .infonav .infonav_right .li_basket .info-basket:before {
    content:"\F182";
    font-size:20px;
    position:relative;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    top:-1px;
  }

  header .infonav .infonav_right .info-wishlist .bi:before {
    content:"\F417";
    font-size:17px;
    top:0;
  }
  header .infonav .infonav_right .info-wishlist.active .bi:before {
      content:"\F415";
    }

  header .info-basket.active:before, 
  header .infonav .infonav_right .li_basket .info-basket.active:before {
    content:"\F181";
    color:var(--primary-color);
  }

  header .info-basket.active, 
  header .infonav .infonav_right ..li_basket .info-basket {
    background-image:none !important;
  }

  header .info-wishlist .badge, header .infonav .info-wishlist .badge, header .info-basket .badge, header .infonav .info-basket .badge, header .mobilenav .basket-toggle .badge {
    left:62%;
  }


  header .topnav.navbar.navbar-default .navbar-nav > li > a {
    display:inline-flex;
    justify-content: center;
    align-items:center;
    text-transform:none;
    font-size:14px;
    padding:10px 12px !important;
    gap:5px;
    height:45px;
  }
  header .topnav.navbar .topnav_container a.has_icon svg {
    position:relative;
    left:auto;
    top:auto;
    margin:0;
  }


  header .caret {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 0;
    vertical-align: middle;
    border:2px solid #000;
    border-width:0 2px 2px 0px;
    border-radius:0px;
    transform: rotate(45deg) translate(-1px, -1px);
    transition:border 0.15s ease-out;
  }

  header li.active > a > .caret,
  header li.open > a > .caret {
    border-color:#fff;
  }
}

*/


.page-body:not(:last-child) {
  padding-bottom:0;
}

.dyn_content_block.page-body .product_list_block:first-child {
	padding-top: 0;
}

.dyn_content_block.page-body p:empty:first-child + .product_list_block,
.dyn_content_block.page-body p:empty:first-child + p:empty + .product_list_block,
.dyn_content_block.page-body p:empty:first-child + p:empty + p:empty + .product_list_block {
	padding-top: 0;
}

.dyn_content_block .product_list_block {
  border-radius:0;
}

.frontpage-nav-content-wrap {
	display: block;
}

.frontpage-nav-content-wrap .dyn_content_block.page-body {
	flex: 1 1 auto;
	min-width: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.frontpage-v3-content-grid {
	display: block;
}

.frontpage-v3-content-grid__main {
	flex: 1 1 auto;
	min-width: 0;
}

.frontpage-v3-content-grid__main .product_list_block {
	padding-top: 0;
}


.frontpage-top-nav-shell {
	 padding:0;
}
body:not(.shop_has_media) .usps-bar.fat + .frontpage-top-nav-shell {
  background:rgba(240,240,240,0.2);
  box-shadow:inset 0px 3px 10px rgba(0,0,0,0.1);
}


.frontpage-nav-content-wrap.has-top-nav {
	display: block;
}

.filter-pill-nav {
	position: relative;
	z-index: 500;
	overflow: visible;
	width: 100%;
}

.filter-pill-nav.filter-pill-nav--pending-init {
	visibility: hidden;
	pointer-events: none;
}

.filter-pill-nav.has-open-menu {
	z-index: 500;
}

.filter-pill-nav.filter-pill-nav--full-bleed {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

@supports (width: 100dvw) {
	.filter-pill-nav.filter-pill-nav--full-bleed {
		width: 100dvw;
		max-width: 100dvw;
		margin-left: -50dvw;
		margin-right: -50dvw;
	}
}

.filter-pill-nav__track {
	position: relative;
	z-index: 2;
	width: 100%;
}

.filter-pill-nav__scroller {
	display: flex;
	width: 100%;
	align-items: flex-start;
	gap: 6px;
	padding:10px 15px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	-ms-overflow-style: none;
	cursor: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.filter-pill-nav.filter-pill-nav--centered.filter-pill-nav--fitment .filter-pill-nav__scroller {
	justify-content: center;
}

@media (min-width: 992px) {
	
}

.filter-pill-nav__scroller::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.filter-pill-nav__scroller.is-dragging {
	cursor: grabbing;
	user-select: none;
}

.filter-pill-nav__pill {
	position: relative;
	flex: 0 0 auto;
}

.filter-pill-nav__pill-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 3px;
	width:auto;
	height:42px;
	padding: 10px 25px 10px 14px;
	border: 1px solid rgba(10, 10, 10, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255,1);
	color: var(--filters-checkbox-active-color,#000);
	font-size: var(--plist_important_font_size, inherit);
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.filter-pill-nav__pill-trigger.filter-pill-nav__pill-link:hover,
.filter-pill-nav__pill-trigger:hover,
.filter-pill-nav__pill-trigger:focus-visible {
	color: var(--filters-checkbox-active-color,#000);
	border-color: rgba(10, 10, 10, 0.35);
	background: #f1f1f1;
}

.filter-pill-nav__pill-trigger.filter-pill-nav__pill-link {
  justify-content:center;
  padding-left:20px;
  padding-right:20px;
}

.filter-pill-nav__pill.is-active .filter-pill-nav__pill-trigger {
	border-color: rgba(16, 16, 16, 0.42);
	background: #fff;
}

.filter-pill-nav__pill.is-open .filter-pill-nav__pill-trigger {
	border-color: var(--filters-checkbox-active-color,#000);
	background: var(--filters-checkbox-active-color,#000);
	color: #fff;
}

.filter-pill-nav__pill-trigger .fg__toggle {
	position: relative;
	width: 20px;
	height: 20px;
	opacity: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	flex: 0 0 auto;
	order: -1;
}

.filter-pill-nav__pill-trigger .fg__toggle .toggler {
	position: relative;
	width: 12px;
	height: 12px;
	transform: rotate(0deg) scale(1, 1) translate3d(0px, 0px, 0px);
	transition: transform 0.15s ease;
	opacity: 1;
	border: 0 !important;
	display: inline-block;
}

.filter-pill-nav__pill-trigger .fg__toggle .toggler::before,
.filter-pill-nav__pill-trigger .fg__toggle .toggler::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: calc(50% - 1px);
	background-color: var(--filters-checkbox-active-color, #000);
	transition: all 0.2s ease;
	border-radius: 3px;
}

.filter-pill-nav__pill-trigger .fg__toggle .toggler::after {
	transform: rotate(-90deg);
}

.filter-pill-nav__pill.is-open .filter-pill-nav__pill-trigger .fg__toggle .toggler::before,
.filter-pill-nav__pill.is-open .filter-pill-nav__pill-trigger .fg__toggle .toggler::after {
	background-color: #fff;
}

.filter-pill-nav__pill-trigger[aria-expanded="true"] .toggler {
	transform: rotate(90deg) translate3d(0px, 0px, 0px);
}

.filter-pill-nav__pill-trigger[aria-expanded="true"] .toggler::after {
	transform: rotate(0deg);
	opacity: 0;
}

.filter-pill-nav__panels {
	position: relative;
	z-index: 33;
}

.filter-pill-nav__panel {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10020;
	pointer-events: none;
	background: var(--filters-checkbox-active-color,#000);
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 20px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	opacity: 0;
	transform: translate3d(0, -13px, 0);
	transform-origin: top center;
	transition: opacity 150ms cubic-bezier(.19,.55,.15,1), transform 150ms cubic-bezier(.19,.55,.15,1);
	will-change: opacity, transform;
}

.filter-pill-nav__panel[data-open-direction="down"] {
	transform: translate3d(0, -13px, 0);
	transform-origin: top center;
}

.filter-pill-nav__panel[data-open-direction="up"] {
	transform: translate3d(0, 13px, 0);
	transform-origin: bottom center;
}

.filter-pill-nav__panel.is-open {
	pointer-events: auto;
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.filter-pill-nav__panel.is-closing {
	pointer-events: none;
}

.filter-pill-nav__panel.is-closing[data-open-direction="up"] {
	transform: translate3d(0, 13px, 0);
}

.filter-pill-nav__panel.is-closing[data-open-direction="down"],
.filter-pill-nav__panel.is-closing:not([data-open-direction]) {
	transform: translate3d(0, -13px, 0);
}

.filter-pill-nav__panel[hidden] {
	display: none;
}

.filter-pill-nav__menu {
	position: relative;
	min-width: 160px;
	width: max-content;
	max-width: 100%;
	max-height: 510px;
	margin: 0;
	padding: 8px;
	list-style: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow-y: auto;
	overscroll-behavior: auto;
	z-index: 32;
	font-size: inherit;
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, 0.46) rgba(255, 255, 255, 0.14);
}

.filter-pill-nav__menu.is-scrollable {
	overscroll-behavior: contain;
}

.filter-pill-nav__menu::-webkit-scrollbar {
	width: 7px;
}

.filter-pill-nav__menu::-webkit-scrollbar-track {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.14);
	box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.1);
}

.filter-pill-nav__menu::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.46);
	transition: background-color 0.2s ease-out;
}

.filter-pill-nav__menu:hover::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.62);
}

.filter-pill-nav__menu::-webkit-scrollbar-thumb:active {
	background: rgba(255, 255, 255, 0.9);
}

.filter-pill-nav__menu-item + .filter-pill-nav__menu-item {
	margin-top: 0px;
}

.filter-pill-nav__menu-link {
	display: block;
	padding: 8px 10px;
	border-radius: 9px;
	font-size: 115%;
	line-height: 1.1;
	color: inherit !important;
	text-decoration: none;
}

.filter-pill-nav__menu-link:hover,
.filter-pill-nav__menu-link:focus-visible {
	background: rgba(255, 255, 255, 0.2);
	text-decoration: none;
	opacity:1 !important;
}

.filter-pill-nav__menu-item.is-active .filter-pill-nav__menu-link {
	font-weight: 700;
	background: rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
	.filter-pill-nav {
		overflow: visible;
	}

	.filter-pill-nav__pill-trigger {
		font-size: var(--plist_important_font_size, inherit);
	}

	.filter-pill-nav__menu {
		min-width: 160px;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.filter-pill-nav__pill-trigger {
		font-size: 110%;
		padding: 8px 15px 8px 10px;
		gap: 1px;
	}

}

.search-autocomplete {
	position: absolute;
	left: 0;
	right: auto;
	top: 100%;
	margin-top: 6px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	box-shadow: 0 10px 24px rgba(0,0,0,0.08);
	z-index: 1005;
	max-height: 320px;
	min-width: 240px;
	max-width: 50vw;
	overflow-y: auto;
	display: none;
	font-size: inherit;
	width: 100%;
	line-height: 1.1;
}

.search-autocomplete__columns {
	display: flex;
	align-items: flex-start;
	gap: 0;
	flex-wrap: wrap;
	flex-direction: row;
}

.search-autocomplete__col {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 200px;
	flex-basis: 50%;
	flex: 1 1 calc(50% - 10px);
}

.search-autocomplete__col--meta {
	flex: 1 1 55%;
}

.search-autocomplete__col--product {
	flex: 1 1 45%;
	gap: 0;
}

.search-autocomplete__more {
	border: 0;
	background: transparent;
	color: #ff5a00;
	text-align: left;
	padding: 8px 10px 10px 10px;
	font-size: 95%;
	cursor: pointer;
}

.search-autocomplete__more:hover {
	text-decoration: underline;
}

.search-autocomplete__summarybar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 8px 10px;
	border-bottom: 1px solid #efefef;
}

.search-autocomplete__summary {
	font-size: 78%;
	letter-spacing: 0.02em;
	opacity: 0.65;
}

.search-autocomplete__summarybar .search-autocomplete__more {
	padding: 0;
	font-size: 85%;
	white-space: nowrap;
}

.search-autocomplete__item {
	padding: 10px 10px 10px 10px;
	cursor: pointer;
	text-align: left;
	font-size: 120%;
	display: flex;
	align-items: center;
	gap: 10px;
}

.search-autocomplete__item.is-product {
	font-size: 100%;
}

.search-autocomplete__thumb {
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	border-radius: 6px;
	overflow: hidden;
	background: #f4f4f4;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
}

.search-autocomplete__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.search-autocomplete__type {
	font-size: 70%;
	letter-spacing: 0.06em;
	opacity: 0.5;
	text-transform: uppercase;
	white-space: nowrap;
}

.search-autocomplete__value {
	flex: 1 1 auto;
}

.search-autocomplete__item.is-active,
.search-autocomplete__item:hover {
	background: #f3f3f3;
}

/* Surf Search Overlay (v3) */
body.surf-search-open {
	overflow: hidden;
}

.topnav-expanded.surf-search-open {
	position: fixed !important;
	inset: 0 !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100vw;
	height: 100vh !important;
	min-height: 0;
	padding: 0 !important;
	margin: 0 !important;
	border: 0;
	background: #fff;
	z-index: 1400001 !important;
	overflow: hidden;
}

/* Lift parent stacking context while topnav/search overlay is open (v3),
   so fixed utility buttons like .left_fire_btns cannot overlap it. */
.surf-search-open header.main.head_v3.has_open_nav {
	position: relative;
	z-index: 1400000;
}
.surf-search-open header.main.head_v3.has_open_nav .topnav-holder {
	z-index: 1400001 !important;
}
.surf-search-open header.main.head_v3.has_open_nav .topnav-expanded {
	z-index: 1400002 !important;
}

.topnav-expanded.surf-search-open .search.surf-search-overlay-shell {
	padding-left: 0;
	padding-right: 0;
}

.topnav-expanded.surf-search-open .surf-search-col {
	padding-left: 30px;
}

.topnav-expanded.surf-search-open .surf-search-results .surf-search-embla-viewport {
	padding-right: 40px;
}

body.surf-search-open #shopnotice,
body.surf-search-open header .container.notice_container.header_notice {
	display: none !important;
}

/* Reuse modal-style backdrop while search overlay is open */
body.surf-search-open #productlist_overlay {
	display: block !important;
	position: fixed;
	inset: 0;
	background: rgba(51, 51, 51, 0.75);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	/* Keep backdrop below topnav/search stack to avoid covering overlay content. */
	z-index: 699 !important;
}

.topnav-expanded .search.surf-search-overlay-shell {
	width: 100%;
	max-width: none;
	height: 100%;
	padding: 40px 24px 24px 24px;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-overlay {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	position: relative;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-topbar {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	gap: 12px;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 14px 0;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-form {
	flex: 0 1 480px;
	width: 100%;
	max-width: 480px;
	margin: 0;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-input-wrap {
	position: relative;
	display: block;
	padding: 0;
	height: auto;
	width: 100%;
	max-width: none;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-input-wrap.is-loading .surf-search-input {
	padding-right: 76px;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-input-wrap.is-loading::after {
	content: '';
	position: absolute;
	right: 56px;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border-radius: 50%;
	border: 2px solid #c8ced7;
	border-top-color: #3a424c;
	animation: surf-search-spinner-rotate 0.7s linear infinite;
	pointer-events: none;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-input-wrap::before {
	display: none !important;
	content: none !important;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-input-icon {
	position: absolute;
	left: 17px;
	top: 50%;
	transform: translateY(-50%);
	color: #707780;
	font-size: 18px;
}

.surf-search-overlay input.surf-search-input {
	background: #fff;
	border: 2px solid rgba(0,0,0,0.25);
	border-radius: 40px;
	height: 62px;
	line-height: 1.25;
	font-size: var(--surf-search-input-font-size);
	padding: 10px 50px;
	width: 100%;
}

input.surf-search-input:hover {
	border-color: rgba(0,0,0,0.5);
}

input.surf-search-input:focus {
	border-color: rgba(0,0,0,1);
}

.surf-search-overlay .surf-search-input::placeholder {
	font-size: var(--surf-search-input-font-size);
}
.surf-search-overlay .surf-search-input::-moz-placeholder {
	font-size: var(--surf-search-input-font-size);
}
.surf-search-overlay .surf-search-input::-webkit-input-placeholder {
	font-size: var(--surf-search-input-font-size);
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-input::placeholder {
	font-size: var(--surf-search-input-font-size);
	font-weight: inherit;
	line-height: inherit;
	font-family: inherit;
	color: #8b929c;
	opacity: 1;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-input::-webkit-input-placeholder {
	font-size: var(--surf-search-input-font-size);
	font-weight: inherit;
	line-height: inherit;
	font-family: inherit;
	color: #8b929c;
	opacity: 1;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-input::-moz-placeholder {
	font-size: var(--surf-search-input-font-size);
	font-weight: inherit;
	line-height: inherit;
	font-family: inherit;
	color: #8b929c;
	opacity: 1;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-input:-ms-input-placeholder {
	font-size: var(--surf-search-input-font-size);
	font-weight: inherit;
	line-height: inherit;
	font-family: inherit;
	color: #8b929c;
	opacity: 1;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-input::-ms-input-placeholder {
	font-size: var(--surf-search-input-font-size);
	font-weight: inherit;
	line-height: inherit;
	font-family: inherit;
	color: #8b929c;
	opacity: 1;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-clear-btn {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	color: #6f7680;
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size:18px;
	text-align: center;
	border-radius: 50%;
	display: none;
	padding: 0;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-input-wrap.has-value .surf-search-clear-btn {
	display: block;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-clear-btn:hover {
	background: #f0f2f5;
	color: #14171c;
}

@keyframes surf-search-spinner-rotate {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-close-btn {
	position: absolute;
	right: 40px;
	top: 0;
	z-index: 3;
	border: 0;
	background: transparent;
	color: #6f7680;
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	padding: 0;
	font-size: 18px;
	line-height: 1;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-close-btn:hover {
	background: #f0f2f5;
	color: #14171c;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-layout {
	display: grid;
	grid-template-columns: minmax(210px, 300px) minmax(0, 1fr);
	gap: 18px;
	flex: 1 1 auto;
	min-height: 0;
	height: auto;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-layout.surf-search-layout--empty {
	grid-template-columns: minmax(0, 1fr);
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-layout.surf-search-layout--empty .surf-search-col-suggestions {
	display: none;
}

.topnav-expanded.surf-search-open .search.surf-search-overlay-shell .surf-search-layout.surf-search-layout--empty .surf-search-col-results {
	padding-left: 0;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-col {
	background: transparent;
	border: 0;
	box-shadow: none;
	border-radius: 14px;
	overflow: hidden;
	min-height: 0;
	display: flex;
	flex-direction: column;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-col-title {
	padding: 4px 2px 10px 2px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: #6d737c;
	border-bottom: 0;
	background: transparent;
	display: none;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 38px;
	text-transform: none;
	letter-spacing: 0.02em;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results-title--sidebar {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 8px;
	min-height: 0;
	padding: 0 0 10px 0;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results-title-text {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results-title--sidebar .surf-search-results-title-text {
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results-show-all-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	margin-left: auto;
	padding: 7px 12px;
	min-width: 176px;
	line-height: 1.1;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results-title--sidebar .surf-search-results-show-all-btn {
	margin-left: 0;
	min-width: 0;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results-show-all-btn.is-visible {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-suggestions {
	flex: 1 1 auto;
	min-height: 0;
	overflow: auto;
	padding: 0;
	background: transparent;
	border-radius: 14px;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-popular {
	padding: 2px 0 6px 0;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-popular-center-wrap {
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 16px;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-popular--centered {
	max-width: 900px;
	width: 100%;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-popular--centered .surf-search-popular-title {
	text-align: center;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-popular--centered .surf-search-popular-list {
	justify-content: center;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-popular-title {
	font-size: 16px;
	color: #6f7680;
	line-height: 1.2;
	margin: 0 0 14px 0;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-popular-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-popular-chip {
	border: 0;
	background: #eceef0;
	color: #1b1f25;
	border-radius: 999px;
	padding: 8px 18px;
	font-size: 16px;
	line-height: 1.15;
	font-weight: 500;
	white-space: nowrap;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-popular-chip:hover {
	background: #e1e4e8;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-suggestion-item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	border: 0;
	background: transparent;
	text-align: left;
	text-decoration: none;
	padding: 8px 10px;
	border-radius: 9px;
	color: #1a1e24;
	font-size: 125%;
	line-height: 1.1;
	gap: 6px;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-suggestion-item:hover,
.topnav-expanded .search.surf-search-overlay-shell .surf-search-suggestion-item.is-active {
	background: #f0f2f5;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-suggestion-item .s_type {
	font-size: 10px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #7a818a;
	margin-left: auto;
	white-space: nowrap;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-suggestion-item .s_value {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-suggestion-block {
	display: block;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-suggestion-block--derived {
	margin-top: 12px;
	padding-top: 10px;
	border-top: 1px solid rgba(0,0,0,0.08);
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-suggestion-block-title {
	padding: 0 10px 6px 10px;
	font-size: 10px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #7a818a;
	display:none;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-suggestions-empty {
	padding: 12px 10px;
	color: #7e8691;
	font-size: 14px;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results {
	flex: 1 1 auto;
	min-height: 0;
	overflow: auto;
	padding: 0;
	position: relative;
	background: transparent;
	border-radius: 14px;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .search_results {
	margin: 0;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .search_results .search-assist,
.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .search_results .assist-results,
.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .search_results .search-suggested,
.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .search_results .nav_results_section,
.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .search_results [data-search-tags] {
	display: none !important;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .search_results .product_results {
	margin: 0 !important;
	padding: 0 !important;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .search_results .search-load-more {
	margin: 18px 0 8px 0;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .surf-search-product-results {
	margin: 0;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results.is-loading .surf-search-product-results .presults {
	opacity: 0.55;
	animation: surf-search-loading-pulse 1.5s ease-in-out infinite;
	animation-delay: 0.1s;
	transition: opacity 0.2s ease-out;
}

@keyframes surf-search-loading-pulse {
	0%, 100% {
		opacity: 0.52;
	}
	50% {
		opacity: 0.72;
	}
}

@media (prefers-reduced-motion: reduce) {
	.topnav-expanded .search.surf-search-overlay-shell .surf-search-results.is-loading .surf-search-product-results .presults {
		animation: none;
	}
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .surf-search-embla-wrap {
	margin: 0;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .surf-search-embla .embla__controls.right_controls {
	padding: 0 2px 10px 2px;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .surf-search-embla .embla__controls.center_controls {
	margin-top: 10px;
	justify-content: center;
	padding: 0;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .surf-search-embla .embla__dots {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
	max-width: 100%;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .surf-search-embla .embla__buttons {
	gap: 6px;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .surf-search-embla .embla__button {
	width: 32px;
	height: 32px;
	min-width: 32px;
	padding: 0;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .surf-search-embla-viewport {
	overflow: hidden;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .surf-search-embla-viewport .embla__container {
	gap: 12px;
	padding: 0;
	align-items: stretch;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .surf-search-embla-slide {
	height: auto !important;
	display: flex;
	min-width:240px;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .surf-search-embla-slide .pc {
	flex: 1 1 auto;
	flex-basis: 100%;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .surf-search-embla-slide--more {
	align-items: stretch;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .surf-search-more-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	min-height: 100%;
	padding: 22px;
	border-radius: 14px;
	border: 1px solid #dfe4ea;
	background: linear-gradient(160deg, #ffffff 0%, #f6f8fb 100%);
	color: #1a1e24;
	text-decoration: none;
	transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .surf-search-more-card:hover {
	transform: translateY(-2px);
	border-color: #c5ced8;
	box-shadow: 0 8px 20px rgba(16, 26, 40, 0.08);
	text-decoration: none;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .surf-search-more-card__icon {
	font-size: 30px;
	line-height: 1;
	color: #41a84f;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .surf-search-more-card__title {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.25;
	color: #161a20;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .surf-search-more-card__meta {
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6f7680;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .surf-search-show-all {
	display: none !important;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .surf-search-show-all-note {
	color: #6d737c;
	font-size: 13px;
	line-height: 1.3;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .surf-search-show-all-btn {
	white-space: nowrap;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results > .loader.xlarge {
	position: relative;
	left: auto;
	top: auto;
	width: 100%;
	height: auto;
	min-height: 260px;
	margin: 0;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results > .loader.xlarge:after {
	width: 46px;
	height: 46px;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .search_results.empty,
.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .search_results.no_results {
	padding: 20px;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-col-results .search-no-results {
  text-align:left;
}

.topnav-expanded .search.surf-search-overlay-shell .surf-search-col-results h2.search-no-results {
font-size:20px;
}

.page-search .club_banner-container {
	display: none;
}

.page-search-shell--surf {
	max-width: 1440px;
	--page-search-input-height: 62px;
	--page-search-suggestions-offset: 4px;
}

.page-search-shell--surf .page-search-surf-shell {
	max-width: 1380px;
	margin: 0 auto;
}

.page-search-shell--surf .page-search-surf-shell .surf-search-overlay {
	padding: 10px 0 30px;
	position: relative;
	z-index: 1;
}

.page-search-shell--surf .surf-search-topbar {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	gap: 12px;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 45px 0;
}

.page-search-shell--surf .surf-search-form--page {
	flex: 0 1 480px;
	width: 100%;
	max-width: 480px;
	margin: 0;
}

.page-search-shell--surf .surf-search-input-wrap--page {
	position: relative;
	display: block;
	padding: 0;
	height: auto;
	width: 100%;
	max-width: none;
}

.page-search-shell--surf .surf-search-input-wrap--page::before {
	display: none !important;
	content: none !important;
}

.page-search-shell--surf .surf-search-input-wrap--page .surf-search-input-icon {
	position: absolute;
	left: 17px;
	top: 50%;
	transform: translateY(-50%);
	color: #707780;
	font-size: 18px;
}

.page-search-shell--surf .surf-search-input-wrap--page .page-search-input {
	background: #fff;
	border: 2px solid rgba(0,0,0,0.25);
	border-radius: 40px;
	height: var(--page-search-input-height);
	line-height: 1.25;
	font-size: var(--surf-search-input-font-size);
	padding: 10px 50px;
	width: 100%;
}

.page-search-shell--surf .surf-search-input-wrap--page .page-search-input:hover {
	border-color: rgba(0,0,0,0.5);
}

.page-search-shell--surf .surf-search-input-wrap--page .page-search-input:focus {
	border-color: rgba(0,0,0,1);
	box-shadow: none;
}

.page-search-shell--surf .surf-search-input-wrap--page .page-search-input::placeholder {
	font-size: var(--surf-search-input-font-size);
	font-weight: inherit;
	line-height: inherit;
	font-family: inherit;
	color: #8b929c;
	opacity: 1;
}

.page-search-shell--surf .surf-search-input-wrap--page .page-search-input::-webkit-input-placeholder {
	font-size: var(--surf-search-input-font-size);
	font-weight: inherit;
	line-height: inherit;
	font-family: inherit;
	color: #8b929c;
	opacity: 1;
}

.page-search-shell--surf .surf-search-input-wrap--page .page-search-input::-moz-placeholder {
	font-size: var(--surf-search-input-font-size);
	font-weight: inherit;
	line-height: inherit;
	font-family: inherit;
	color: #8b929c;
	opacity: 1;
}

.page-search-shell--surf .surf-search-input-wrap--page .page-search-input:-ms-input-placeholder {
	font-size: var(--surf-search-input-font-size);
	font-weight: inherit;
	line-height: inherit;
	font-family: inherit;
	color: #8b929c;
	opacity: 1;
}

.page-search-shell--surf .surf-search-input-wrap--page .page-search-input::-ms-input-placeholder {
	font-size: var(--surf-search-input-font-size);
	font-weight: inherit;
	line-height: inherit;
	font-family: inherit;
	color: #8b929c;
	opacity: 1;
}

.page-search-shell--surf .surf-search-input-wrap--page .page-search-clear-btn {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	color: #6f7680;
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size:18px;
	text-align: center;
	border-radius: 50%;
	display: none;
	padding: 0;
}

.page-search-shell--surf .surf-search-input-wrap--page.has-value .page-search-clear-btn {
	display: block;
}

.page-search-shell--surf .surf-search-input-wrap--page .page-search-clear-btn:hover {
	background: #f0f2f5;
	color: #14171c;
}

.page-search-shell--surf .surf-search-page-suggestions-layer {
	position: absolute;
	left: 0;
	top: calc(100% + var(--page-search-suggestions-offset));
	width: 100%;
	max-width: none;
	height: 0;
	overflow: visible;
	margin: 0;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	z-index: 50;
	transition: opacity .12s ease;
}

.page-search-shell--surf .surf-search-input-wrap--page:focus-within .surf-search-page-suggestions-layer {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.page-search-shell--surf #surf-search-page-suggestions.surf-search-suggestions {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	flex: 1 1 auto;
	min-height: 0;
	max-height: 276px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-radius: 14px;
	width: 100%;
	max-width: none;
	margin: 0;
}

.page-search-shell--surf #surf-search-page-suggestions.surf-search-suggestions:empty {
	padding: 0;
	box-shadow: none;
	background: transparent;
	max-height: 0;
}

.page-search-shell--surf #surf-search-page-suggestions .surf-search-suggestion-item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	border: 0;
	background: transparent;
	text-align: left;
	text-decoration: none;
	padding: 8px 10px;
	border-radius: 9px;
	color: #1a1e24;
	font-size: 125%;
	line-height: 1.1;
	gap: 6px;
}

.page-search-shell--surf #surf-search-page-suggestions .surf-search-suggestion-item:hover,
.page-search-shell--surf #surf-search-page-suggestions .surf-search-suggestion-item.is-active {
	background: #f0f2f5;
}

.page-search-shell--surf #surf-search-page-suggestions .surf-search-suggestion-item .s_type {
	font-size: 10px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #7a818a;
	margin-left: auto;
	white-space: nowrap;
}

.page-search-shell--surf #surf-search-page-suggestions .surf-search-suggestion-item .s_value {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page-search-shell--surf #surf-search-page-suggestions .surf-search-suggestion-block {
	display: block;
}

.page-search-shell--surf #surf-search-page-suggestions .surf-search-suggestion-block--derived {
	margin-top: 12px;
	padding-top: 10px;
	border-top: 1px solid rgba(0,0,0,0.08);
}

.page-search-shell--surf #surf-search-page-suggestions .surf-search-suggestion-block-title {
	padding: 0 10px 6px 10px;
	font-size: 10px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #7a818a;
	display: none;
}

.page-search-shell--surf #surf-search-page-suggestions .surf-search-suggestions-empty {
	padding: 12px 10px;
	color: #7e8691;
	font-size: 14px;
}

.page-search-shell--surf .surf-search-layout--page {
	display: block;
}

.page-search-shell--surf .surf-search-layout--page .surf-search-col-results {
	width: 100%;
}

.page-search-shell--surf .page-search-results.surf-search-results {
	min-height: 260px;
}

.page-search-shell--surf .page-search-results .search_results {
	margin: 0;
}

.page-search-shell--surf .page-search-results .search-tags--page-surf {
	margin: 24px 0 0;
}

.page-search-shell--surf .search-autocomplete {
	display: none !important;
}

.search_results.search_v3 .search-assist {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.search_results.search_v3 .search-assist.assist-active {
	display: flex;
}

.search_results.search_v3 section.search-assist {
	padding-bottom: 0;
	margin-bottom: 30px;
}

.search_results.search_v3 .search-assist .assist-status {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	width: 100%;
	max-width: 850px;
	min-height: 100px;
	border: 2px solid rgba(0, 0, 0, 0.1);
	background: var(--bg-pcard-img);
	border-radius: var(--pcard_border_radius, 15px);
	font-weight: 600;
	padding: 15px 40px;
	font-size: 120%;
	position: relative;
}

.search_results.search_v3 .search-assist .assist-status:before {
	content: "\F589";
	font-family: bootstrap-icons !important;
	position: absolute;
	left: 5px;
	top: 5px;
	font-size: 20px;
	opacity: 0.5;
}

.search_results.search_v3 .search-assist .assist-status[data-assist-status="loading"] .assist-response:after {
	content: "...";
	display: inline;
	margin-left: 0.1em;
	vertical-align: baseline;
	opacity: 0.4;
	animation: assistDotsPulse 1s ease-in-out infinite;
}

@keyframes assistDotsPulse {
	0%, 100% { opacity: 0.25; }
	50% { opacity: 1; }
}

.search_results.search_v3 .search-suggested {
	display: none;
	margin: 0 0 30px;
	padding: 0 !important;
	font-size: 120%;
}

.search_results.search_v3 .search-suggested .search-suggested__inner {
	display: flex;
	align-items: center;
	gap: 6px;
	border-radius: var(--pcard_border_radius, 15px);
	font-weight: inherit;
}

.search_results.search_v3 .search-suggested .search-suggested__term {
	font-weight: 700;
}

.search_results.search_v3 .search-tags .search-tags__panel {
	display: flex;
	width: 100%;
}

.search_results.search_v3 .search-tags .search-tags__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-start;
}

.search_results.search_v3 .search-tags .search-tags__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 5px 16px;
}

.search_results.search_v3 .search-tags .search-tags__logo {
	width: 45px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex: 0 0 auto;
}

.search_results.search_v3 .search-tags .search-tags__tag.has_logo {
	padding-right: 26px;
}

.search_results.search_v3 .nav_results--combined .nav_result__prefix {
	opacity: 0.65;
	text-transform: uppercase;
}

.search_results.search_v3 .nav_results--combined .nav_result__label {
	letter-spacing: 0.01em;
}

.search_results.search_v3 .search-tags .search-tags__sep {
	opacity: 0.6;
}

.search_results.search_v3 .search-tags .search-tags__combos {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-start;
}

.search_results.search_v3 .search-tags .search-tags__tag:focus-visible {
	outline: 2px solid rgba(0,0,0,.35);
	outline-offset: 2px;
}

.search_results.search_v3 .search-load-more {
	display: none;
}

.page-search-shell--surf .search_results.search_v3 .search-load-more {
	display: block;
	margin: 24px 0 0;
}

.search_results.search_v3 .search .btn-lg,
.search_results.search_v3 .btn-lg {
	border-radius: var(--theme_radius_lg);
}

.search_results.search_v3 .nav_results_section,
.search_results.search_v3 .nav_results,
.search_results.search_v3 .search-tags .search-tags__panel {
	display: flex;
	justify-content: flex-start;
	text-align: left;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
	gap: 10px;
	background: none;
	border: 0;
	box-shadow: none;
}

.search_results.search_v3 .nav_results_section > h2 {
	margin: 0;
}

.search_results.search_v3 .nav_results {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}

.search_results.search_v3 .nav_results > .btn {
	margin: 0;
}

.search_results.search_v3 section.presults,
.container.main .plist:last-child .presults {
	padding-bottom: 0;
}

.search_results.search_v3 .search-no-results {
	margin: 30px 0;
}

.search_results.search_v3 .search-no-results--pending-assist {
	display: none;
}

@media (max-width: 1199px) {
	.topnav-expanded .search.surf-search-overlay-shell .surf-search-layout {
		grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
	}
}

@media (max-width: 991px) {
	.topnav-expanded .search.surf-search-overlay-shell {
		padding: 18px 14px 14px 14px;
	}
	.topnav-expanded .search.surf-search-overlay-shell .surf-search-topbar {
		max-width: none;
		justify-content: flex-start;
	}
	.topnav-expanded .search.surf-search-overlay-shell .surf-search-form {
		flex: 1 1 auto;
		max-width: none;
	}
	.topnav-expanded .search.surf-search-overlay-shell .surf-search-layout {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.topnav-expanded .search.surf-search-overlay-shell .surf-search-col-suggestions {
		max-height: 38vh;
	}
	.topnav-expanded .search.surf-search-overlay-shell .surf-search-input-wrap {
		max-width: 100%;
	}
		.topnav-expanded .search.surf-search-overlay-shell .surf-search-results .surf-search-show-all {
			flex-direction: column;
			align-items: flex-start;
		}
	}

@media (min-height: 771px) {
	.topnav-expanded.surf-search-open {
		min-height: 770px !important;
        bottom: auto !important;
        height: auto !important;
	}
	.topnav-expanded .search.surf-search-overlay-shell {
		height: 100%;
	}
}

.read_more_btn_mobile {
	width:auto;
	max-width:200px;
}

.page-tagsurf #main, 
.page-tagsurf .container.main {
	padding-top:30px;
}
