/* =========================================================
   BuduProfi global header
   ========================================================= */

:root {
	--bp-white: #ffffff;
	--bp-ivory: #F3F1EA;
	--bp-black: #242328;
	--bp-deep-nude: #4B3831;
	--bp-border: rgba(36, 35, 40, .12);
	--bp-border-soft: rgba(36, 35, 40, .10);
	--bp-shadow: 0 18px 45px rgba(0, 0, 0, .10);

	--bp-logo-mobile-h: 40px;
	--bp-logo-mobile-maxw: 66vw;
	--bp-icon-size: 22px;
}


/* =========================================================
   BASE
   ========================================================= */

.bp-header,
.bp-header * {
	box-sizing: border-box;
}

.bp-header {
	position: sticky;
	top: 0;
	z-index: 50;

	background: var(--bp-white);
	border-bottom: 1px solid var(--bp-border-soft);
}

.bp-header-top {
	position: relative;
}

.bp-header-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 12px 16px;

	display: flex;
	align-items: center;
	gap: 14px;
}


/* =========================================================
   LOGO
   ========================================================= */

.bp-logo {
	font-weight: 800;
	font-size: 20px;
	letter-spacing: .2px;
	white-space: nowrap;

	color: inherit;
	text-decoration: none;
}

.bp-logo img {
	display: block;
	max-width: 100%;
	height: auto;
}


/* =========================================================
   HEADER RIGHT
   ========================================================= */

.bp-header-right {
	margin-left: auto;

	display: flex;
	align-items: center;
	gap: 10px;
}

.bp-phone {
	font-weight: 700;
	opacity: .9;
	white-space: nowrap;

	color: inherit;
	text-decoration: none;
}

.bp-icon-btn {
	width: 42px;
	height: 42px;
	padding: 0;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	border: 0;
	border-radius: 12px;

	background: transparent;
	color: inherit;

	cursor: pointer;
	text-decoration: none;
}

.bp-icon-btn:hover {
	background: rgba(36, 35, 40, .04);
}

.bp-icon-btn img {
	display: block;

	width: var(--bp-icon-size);
	height: var(--bp-icon-size);
}


/* =========================================================
   CART COUNTER
   ========================================================= */

.bp-cart-link {
	position: relative;
}

.bp-cart-count {
	position: absolute;
	top: 3px;
	right: 2px;

	min-width: 17px;
	height: 17px;
	padding: 0 5px;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	border: 2px solid #fff;
	border-radius: 999px;

	background: #4B3831;
	color: #fff;

	font-size: 10px;
	font-weight: 700;
	line-height: 1;

	pointer-events: none;
}

.bp-cart-count[hidden] {
	display: none !important;
}


/* =========================================================
   SEARCH
   ========================================================= */

.bp-search {
	flex: 0 1 620px;
	margin: 0 auto;
}

.bp-search form {
	position: relative;

	width: 100%;
	max-width: 100%;
}

.bp-header .bp-search form.woocommerce-product-search,
.bp-header .bp-search .woocommerce-product-search {
	position: relative !important;

	width: 100% !important;
	max-width: 100% !important;

	margin: 0 !important;
	padding: 0 !important;

	border: 0 !important;

	background: transparent !important;
	color: inherit !important;
}

.bp-header .bp-search form.woocommerce-product-search::after,
.bp-header .bp-search .woocommerce-product-search::after {
	content: none !important;
	display: none !important;
}

.bp-header .bp-search label {
	display: block !important;

	width: 100% !important;
	max-width: 100% !important;

	margin: 0 !important;
}

.bp-search input[type="search"] {
	width: 100%;
	min-width: 0;

	padding: 10px 60px 10px 14px;

	border: 1px solid var(--bp-border);
	border-radius: 999px;
	outline: none;

	background: var(--bp-white);

	font-size: 14px;
	line-height: 1.2;
}

.bp-header .bp-search .search-field,
.bp-header .bp-search input[type="search"].search-field {
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;

	height: auto !important;

	padding: 10px 60px 10px 14px !important;

	border: 1px solid var(--bp-border) !important;
	border-radius: 999px !important;
	outline: none !important;

	background: var(--bp-white) !important;
	color: var(--bp-black) !important;

	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
}


/* =========================================================
   SEARCH BUTTON
   ========================================================= */

.bp-search button[type="submit"],
.bp-search input[type="submit"] {
	position: absolute;

	top: 50%;
	right: 6px;

	height: 34px;
	padding: 0 16px;

	transform: translateY(-50%);

	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;

	background: var(--bp-deep-nude);
	color: #fff;

	font-size: 14px;
	font-weight: 800;
	line-height: 1;

	cursor: pointer;
}

.bp-header .bp-search .search-submit,
.bp-header .bp-search button[type="submit"],
.bp-header .bp-search input[type="submit"] {
	position: absolute !important;

	top: 50% !important;
	right: 6px !important;
	left: auto !important;

	width: auto !important;
	min-width: 0 !important;
	height: 34px !important;

	padding: 0 16px !important;

	transform: translateY(-50%) !important;

	border: 1px solid rgba(255, 255, 255, .18) !important;
	border-radius: 999px !important;

	background: var(--bp-deep-nude) !important;
	color: #fff !important;

	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1 !important;

	text-indent: 0 !important;
	text-transform: none !important;

	box-shadow: none !important;

	z-index: 2 !important;
	cursor: pointer !important;
}

.bp-header .bp-search .search-submit::before,
.bp-header .bp-search .search-submit::after,
.bp-header .bp-search button[type="submit"]::before,
.bp-header .bp-search button[type="submit"]::after {
	content: none !important;
	display: none !important;
}

.bp-search button[type="submit"]:hover,
.bp-search input[type="submit"]:hover {
	background: #3f2f29;
}


/* =========================================================
   SEARCH DESKTOP / MOBILE INITIAL STATE
   ========================================================= */

.bp-search--mobile {
	display: none;
}

.bp-search-toggle {
	display: none;
}


/* =========================================================
   DESKTOP NAVIGATION
   ========================================================= */

.bp-nav--desktop {
	flex: 1 1 auto;

	display: flex;
	align-items: center;
	gap: 18px;
}

.bp-menu {
	margin: 0;
	padding: 0;

	display: flex;
	align-items: center;
	gap: 18px;

	list-style: none;
}

.bp-menu > li {
	position: relative;
}

.bp-menu > li > a {
	padding: 10px 6px;

	display: inline-flex;
	align-items: center;
	gap: 6px;

	color: inherit;

	font-size: 14px;
	font-weight: 700;

	opacity: .92;
	text-decoration: none;
}

.bp-menu > li > a:hover {
	opacity: 1;
}

.bp-menu > li.menu-item-has-children > a {
	position: relative;

	padding-right: 18px;
}

.bp-menu > li.menu-item-has-children > a::after {
	content: "";

	position: absolute;
	top: 50%;
	right: 4px;

	width: 8px;
	height: 8px;

	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;

	transform: translateY(-55%) rotate(45deg);

	opacity: .55;
}


/* =========================================================
   DESKTOP SUBMENUS
   ========================================================= */

.bp-menu li.menu-item-has-children {
	position: relative;
}

.bp-menu li.menu-item-has-children > .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;

	min-width: 220px;

	margin: 0;
	padding: 10px;

	list-style: none;

	background: #fff;
	border: 1px solid var(--bp-border-soft);
	border-radius: 14px;

	box-shadow: 0 10px 30px rgba(0, 0, 0, .08);

	z-index: 80;

	opacity: 0;
	visibility: hidden;
	pointer-events: none;

	transform: translateY(-1px);

	transition:
		opacity .12s ease,
		visibility .12s ease;
}

.bp-menu li.menu-item-has-children:hover > .sub-menu,
.bp-menu li.menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.bp-menu li.menu-item-has-children > a {
	position: relative;
}

.bp-menu li.menu-item-has-children > a::before {
	content: "";

	position: absolute;
	left: 0;
	right: 0;
	bottom: -14px;

	height: 14px;
}

.bp-menu li.menu-item-has-children > .sub-menu::before {
	content: "";

	position: absolute;
	top: -14px;
	left: 0;

	width: 100%;
	height: 14px;
}

.bp-menu .sub-menu li {
	position: relative;
}

.bp-menu .sub-menu li a {
	display: block;

	padding: 10px;

	border-radius: 10px;

	color: inherit;

	font-weight: 600;
	line-height: 1.25;

	white-space: normal;
	overflow-wrap: anywhere;

	text-decoration: none;
}

.bp-menu .sub-menu li a:hover {
	background: rgba(36, 35, 40, .04);
}

.bp-menu .sub-menu .menu-item-has-children > .sub-menu {
	top: 0;
	left: 100%;

	transform: translate(-1px, 0);
}

.bp-menu .sub-menu .menu-item-has-children > a {
	padding-right: 28px;
}

.bp-menu .sub-menu .menu-item-has-children > a::after {
	content: "";

	position: absolute;
	top: 50%;
	right: 10px;

	width: 7px;
	height: 7px;

	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;

	transform: translateY(-50%) rotate(-45deg);

	opacity: .55;
}


/* =========================================================
   DEPARTMENT MENU
   ========================================================= */

.bp-dept {
	position: relative;
}

.bp-dept__toggle {
	min-height: 0;
	height: auto;
	padding: 10px 14px;

	display: inline-flex;
	align-items: center;
	gap: 10px;

	border: 1px solid var(--bp-border);
	border-radius: 999px;

	background: var(--bp-ivory);
	color: var(--bp-black);

	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;

	white-space: nowrap;

	box-shadow: none;

	cursor: pointer;
	text-transform: none;
	appearance: none;
}

.bp-dept__toggle:hover {
	background: #ECE7DC;
}

.bp-dept__chev {
	width: 8px;
	height: 8px;

	margin-top: -2px;

	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;

	transform: rotate(45deg);

	opacity: .75;
}

.bp-dept__panel {
	position: absolute;
	top: 100%;
	left: 0;

	display: none;

	width: 290px;
	max-width: 320px;
	max-height: calc(100vh - 140px);

	padding: 12px 0;

	border: 1px solid rgba(36, 35, 40, .10);
	border-radius: 14px;

	background: #fff;

	box-shadow: var(--bp-shadow);

	z-index: 999;

	transform: translateY(-1px);

	overflow: visible;
	overscroll-behavior: contain;
}

@media (min-width: 769px) {

	.bp-dept:hover .bp-dept__panel,
	.bp-dept:focus-within .bp-dept__panel {
		display: block;
	}

}

.bp-dept-menu {
	display: block;

	margin: 0;
	padding: 0;

	list-style: none;
}

.bp-dept-menu > li {
	position: relative;

	margin: 0;
}

.bp-dept-menu > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;

	padding: 10px 16px;

	color: inherit;

	font-weight: 600;
	line-height: 1.25;

	white-space: normal;
	overflow-wrap: anywhere;

	text-decoration: none;
}

.bp-dept-menu > li:hover > a {
	background: rgba(36, 35, 40, .05);
}

.bp-dept-menu > li.menu-item-has-children > a {
	position: relative;

	padding-right: 34px;
}

.bp-dept-menu > li.menu-item-has-children > a::after {
	content: "";

	position: absolute;
	top: 50%;
	right: 14px;

	width: 7px;
	height: 7px;

	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;

	transform: translateY(-50%) rotate(-45deg);

	opacity: .6;
}

.bp-dept-menu > li.menu-item-has-children > .sub-menu {
	position: absolute;
	top: 0;
	left: 100%;

	display: none;

	width: 320px;
	max-width: 40vw;
	max-height: calc(100vh - 160px);

	margin: 0;
	padding: 10px;

	list-style: none;

	background: #fff;

	border: 1px solid rgba(36, 35, 40, .10);
	border-radius: 14px;

	box-shadow: var(--bp-shadow);

	z-index: 1000;

	transform: translateX(-1px);

	overflow: auto;
	overscroll-behavior: contain;
}

.bp-dept-menu > li.menu-item-has-children:hover > .sub-menu {
	display: block;
}

.bp-dept-menu .sub-menu li {
	margin: 0;
}

.bp-dept-menu .sub-menu a {
	display: block;

	padding: 8px 10px;

	border-radius: 10px;

	color: inherit;

	font-weight: 500;
	line-height: 1.25;

	white-space: normal;
	overflow-wrap: anywhere;

	text-decoration: none;
}

.bp-dept-menu .sub-menu a:hover {
	background: rgba(36, 35, 40, .05);
}

.bp-dept-menu > li.menu-item-has-children > a::before {
	content: "";

	position: absolute;
	top: 0;
	right: -14px;

	width: 14px;
	height: 100%;
}

.bp-dept-menu > li.menu-item-has-children > .sub-menu::before {
	content: "";

	position: absolute;
	top: 0;
	left: -14px;

	width: 14px;
	height: 100%;
}


/* =========================================================
   BURGER
   ========================================================= */

.bp-burger {
	position: relative;

	display: none;

	width: 40px;
	height: 40px;

	border: 0;
	border-radius: 12px;

	background: transparent;

	cursor: pointer;
}

.bp-burger:hover {
	background: rgba(36, 35, 40, .04);
}

.bp-burger span {
	position: absolute;
	left: 50%;

	width: 22px;
	height: 2px;

	background: var(--bp-black);
	border-radius: 2px;

	transform: translateX(-50%);

	transition:
		transform .25s ease,
		opacity .2s ease;
}

.bp-burger span:nth-child(1) {
	top: 11px;
}

.bp-burger span:nth-child(2) {
	top: 17px;
}

.bp-burger span:nth-child(3) {
	top: 23px;
}

.bp-burger[aria-expanded="true"] span:nth-child(1) {
	top: 19px;

	transform: translateX(-50%) rotate(45deg);
}

.bp-burger[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.bp-burger[aria-expanded="true"] span:nth-child(3) {
	top: 19px;

	transform: translateX(-50%) rotate(-45deg);
}


/* =========================================================
   MOBILE NAV INITIAL STATE
   ========================================================= */

.bp-nav--mobile {
	display: none;

	border-top: 1px solid rgba(36, 35, 40, .10);

	background: var(--bp-white);
}

.bp-nav--mobile[hidden] {
	display: none;
}

.bp-nav-mobile-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 12px 16px;
}

.bp-menu--mobile {
	margin: 0;
	padding: 0;

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;

	list-style: none;
}


/* =========================================================
   AMAZON
   ========================================================= */

.bp-amazon-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;

	margin-left: 28px;

	color: inherit;

	font-size: 14px;
	font-weight: 700;
	line-height: 1;

	text-decoration: none;
}

.bp-amazon-link span {
	display: inline-flex;
	align-items: center;
}

.bp-amazon-link img {
	position: relative;
	top: 4px;

	display: block;

	width: auto;
	height: 18px;
}

.bp-amazon-link:hover {
	opacity: 1;
}


/* =========================================================
   TABLET / SMALL DESKTOP SEARCH
   ========================================================= */

@media (min-width: 769px) and (max-width: 1024px) {

	.bp-search input[type="search"] {
		min-width: 260px;
	}

}


/* =========================================================
   MOBILE HEADER
   ========================================================= */

@media (max-width: 768px) {

	.bp-header {
		z-index: 9999 !important;
	}

	.bp-header-top {
		position: sticky;
		top: 0;

		z-index: 10000 !important;

		background: var(--bp-white);
	}


	/* -------------------------
	   Header row
	   ------------------------- */

	.bp-header-inner {
		padding: 10px 12px;

		gap: 10px;

		align-items: center;
	}

	.bp-phone {
		display: none;
	}

	.bp-logo {
		flex: 0 1 auto;

		max-width: var(--bp-logo-mobile-maxw);
	}

	.bp-logo img {
		width: auto;
		max-width: 100%;
		height: var(--bp-logo-mobile-h);
	}

	.bp-header-right {
		margin-left: auto;

		display: flex;
		align-items: center;
		gap: 6px;
	}

	.bp-icon-btn {
		flex-direction: column;

		width: 40px;
		height: 40px;
		margin: 0;

		display: inline-flex;
		align-items: center;
		justify-content: center;

		border-radius: 12px;
	}


	/* -------------------------
	   Search toggle
	   ------------------------- */

	.bp-search--desktop {
		display: none;
	}

	.bp-search-toggle {
		display: inline-flex;
	}


	/* -------------------------
	   Mobile search panel
	   ------------------------- */

	.bp-search--mobile {
		position: absolute;

		top: 100%;
		left: 0;
		right: 0;

		display: block;

		width: 100%;
		max-width: 100%;

		border-top: 1px solid rgba(36, 35, 40, .10);

		background: var(--bp-white);

		z-index: 200;
	}

	.bp-search--mobile[hidden] {
		display: none;
	}

	.bp-search-mobile-inner {
		width: 100%;
		max-width: 1200px;

		margin: 0 auto;
		padding: 10px 16px;
	}

	.bp-header .bp-search--mobile form,
	.bp-header .bp-search--mobile form.woocommerce-product-search,
	.bp-header .bp-search--mobile .woocommerce-product-search {
		position: relative !important;

		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
	}

	.bp-header .bp-search--mobile label {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
	}


	/*
	 * IMPORTANT:
	 * iOS Safari автоматически увеличивает страницу,
	 * если font-size активного input меньше 16px.
	 *
	 * Селектор специально более специфичный,
	 * чем глобальный .bp-search .search-field.
	 */
	.bp-header .bp-search--mobile .search-field,
	.bp-header .bp-search--mobile input[type="search"].search-field,
	.bp-header .bp-search--mobile input[type="text"].search-field,
	.bp-header .bp-search--mobile input[type="search"],
	.bp-header .bp-search--mobile input[type="text"] {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;

		font-size: 16px !important;
		line-height: 1.2 !important;

		/*
		 * Оставляем справа место под кнопку Buscar.
		 */
		padding-right: 105px !important;

		-webkit-text-size-adjust: 100%;
	}

	.bp-header .bp-search--mobile .search-submit,
	.bp-header .bp-search--mobile button[type="submit"],
	.bp-header .bp-search--mobile input[type="submit"] {
		top: 50% !important;
		right: 6px !important;
		left: auto !important;

		max-width: calc(100% - 12px) !important;

		transform: translateY(-50%) !important;
	}


	/* -------------------------
	   Desktop navigation off
	   ------------------------- */

	.bp-nav--desktop {
		display: none;
	}

	.bp-header-inner--nav {
		display: none !important;
	}

	.bp-dept {
		display: none;
	}

	.bp-dept__panel {
		display: none !important;
	}


	/* -------------------------
	   Burger
	   ------------------------- */

	.bp-burger {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;

		width: 40px;
		height: 40px;
		margin: 0;

		border-radius: 12px;
	}


	/* -------------------------
	   Mobile navigation
	   ------------------------- */

	.bp-nav--mobile {
		position: fixed !important;

		top: 72px;
		left: 0;
		right: 0;
		bottom: 0;

		display: block;

		z-index: 9000 !important;

		overflow: hidden !important;

		background: var(--bp-white);
	}

	.bp-nav--mobile[hidden] {
		display: none !important;
	}

	.bp-nav-mobile-inner {
		height: calc(100dvh - 72px);

		padding-bottom: 18px;

		overflow-y: auto;

		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		touch-action: pan-y;
	}


	/* -------------------------
	   Mobile menu items
	   ------------------------- */

	.bp-menu--mobile > li {
		position: relative;

		width: 100%;

		border-bottom: 1px solid rgba(36, 35, 40, .12);
	}

	.bp-menu--mobile > li > a {
		display: block;

		width: 100%;

		padding: 16px 56px 16px 16px;

		color: inherit;

		font-size: 18px;
		font-weight: 700;
		line-height: 1.2;

		text-decoration: none;
	}

	.bp-menu--mobile .sub-menu {
		position: static !important;

		top: auto !important;
		left: auto !important;
		right: auto !important;

		display: none !important;

		width: auto !important;
		max-width: none !important;

		margin: 0;
		padding: 10px 0 0 14px;

		border: 0 !important;
		border-radius: 0 !important;

		background: transparent !important;

		box-shadow: none !important;

		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;

		transform: none !important;
	}

	.bp-menu--mobile .bp-sub-toggle {
		position: absolute;

		top: 12px;
		right: 12px;

		width: 36px;
		height: 36px;

		border: 0;

		background: transparent;

		cursor: pointer;

		z-index: 3;
	}

	.bp-menu--mobile .bp-sub-toggle::before,
	.bp-menu--mobile .bp-sub-toggle::after {
		content: "";

		position: absolute;
		top: 50%;
		left: 50%;

		width: 18px;
		height: 2px;

		background: rgba(36, 35, 40, .85);

		border-radius: 2px;

		transform: translate(-50%, -50%);
	}

	.bp-menu--mobile .bp-sub-toggle::after {
		width: 2px;
		height: 18px;
	}

	.bp-menu--mobile li.is-open > .bp-sub-toggle::after {
		display: none;
	}

	.bp-menu--mobile li.is-open > .sub-menu {
		display: block !important;
	}

	.bp-nav--mobile .bp-menu--mobile > li.menu-item-has-children > a::before,
	.bp-nav--mobile .bp-menu--mobile > li.menu-item-has-children > a::after,
	.bp-nav--mobile .bp-menu--mobile .menu-item-has-children > a::before,
	.bp-nav--mobile .bp-menu--mobile .menu-item-has-children > a::after {
		content: none !important;
	}


	/* -------------------------
	   Amazon
	   ------------------------- */

	.bp-amazon-link {
		display: none;
	}

}


/* =========================================================
   DESKTOP: FORCE MOBILE NAV HIDDEN
   ========================================================= */

@media (min-width: 769px) {

	.bp-nav--mobile {
		display: none !important;
	}

}


/* =========================================================
   MOBILE MENU BODY LOCK
   ========================================================= */

body.bp-menu-open {
	position: fixed;
	left: 0;

	width: 100%;

	overflow: hidden;
}


/* =========================================================
   GLOBAL TOPBAR
   ========================================================= */

.bp-topbar {
	position: relative;

	width: 100%;

	background: #f7f5f2;

	border-bottom: 1px solid rgba(73, 55, 47, .09);

	color: #49372f;

	z-index: 50;
}

.bp-topbar__inner {
	max-width: 1200px;
	min-height: 38px;

	margin: 0 auto;
	padding: 0 16px;

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.bp-topbar__item,
.bp-topbar__item:visited {
	min-width: 0;

	display: inline-flex;
	align-items: center;
	gap: 8px;

	color: #49372f !important;

	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;

	text-decoration: none !important;

	transition: opacity .2s ease;
}

.bp-topbar__item:hover,
.bp-topbar__item:focus,
.bp-topbar__item:active {
	color: #49372f !important;

	text-decoration: none !important;

	opacity: .72;
}

.bp-topbar__item--google {
	margin-left: auto;
}

.bp-topbar__icon {
	flex: 0 0 auto;

	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.bp-topbar__icon--shipping {
	width: 20px;
	height: 20px;
}

.bp-topbar__icon--shipping img,
.bp-topbar__icon--shipping svg {
	display: block;

	width: 100%;
	height: 100%;
}

.bp-topbar__icon--shipping img {
	object-fit: contain;
}

.bp-topbar__google-stars {
	flex: 0 0 auto;

	display: inline-flex;
	align-items: center;

	color: #f4b223;

	font-size: 14px;
	line-height: 1;
	letter-spacing: -1px;

	white-space: nowrap;
}

.bp-topbar__text {
	white-space: nowrap;
}

.bp-topbar__arrow {
	display: none;

	flex: 0 0 auto;

	font-size: 17px;
	line-height: 1;
}


/* =========================================================
   TOPBAR — MOBILE
   ========================================================= */

@media (max-width: 767px) {

	.bp-topbar {
		overflow: hidden;
	}

	.bp-topbar__inner {
		position: relative;

		width: 100%;
		max-width: none;
		min-height: 38px;

		padding: 0 18px;

		display: block;
	}

	.bp-topbar__item,
	.bp-topbar__item:visited {
		position: absolute;

		inset: 0 18px;

		min-height: 38px;

		display: flex;
		align-items: center;
		justify-content: center;
		gap: 7px;

		font-size: 13px;
		font-weight: 500;
		line-height: 1.2;

		opacity: 0;
		visibility: hidden;
		pointer-events: none;

		transform: translateY(5px);

		transition:
			opacity .28s ease,
			transform .28s ease,
			visibility .28s ease;
	}

	.bp-topbar__item.is-active {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;

		transform: translateY(0);
	}

	.bp-topbar__item--google {
		margin-left: 0;
	}

	.bp-topbar__icon--shipping {
		width: 18px;
		height: 18px;
	}

	.bp-topbar__google-stars {
		font-size: 13px;
	}

	.bp-topbar__text {
		max-width: calc(100vw - 105px);

		overflow: hidden;

		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.bp-topbar__arrow {
		display: inline-block;

		margin-left: 2px;
	}

}


/* =========================================================
   TOPBAR — REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

	.bp-topbar__item {
		transition: none !important;
	}

}
/* Standalone mobile navigation groups. */
@media (max-width: 768px) {
	.bp-mobile-shop {
		width: 100%;
		border-bottom: 1px solid rgba(36, 35, 40, .12);
	}

	.bp-mobile-shop__toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 16px;
		border: 0;
		background: transparent;
		color: inherit;
		font: inherit;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.2;
		text-align: left;
		cursor: pointer;
	}

	.bp-mobile-shop__chev {
		width: 9px;
		height: 9px;
		margin-right: 8px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg);
		transition: transform .2s ease;
	}

	.bp-mobile-shop__toggle[aria-expanded="true"] .bp-mobile-shop__chev {
		transform: rotate(225deg);
	}

	.bp-mobile-shop__panel[hidden] {
		display: none !important;
	}

	.bp-mobile-shop__panel {
		padding: 0 0 8px;
		background: #faf9f6;
	}

	.bp-menu--mobile-shop > li > a {
		font-size: 16px;
	}

	.bp-menu--mobile-primary {
		margin-top: 0;
		gap: 0;
	}

	.bp-amazon-link.bp-amazon-link--mobile {
		display: inline-flex;
		margin: 18px 16px 24px;
		font-size: 16px;
	}
}
