.price-change-switcher {
	margin: 35px auto 0px auto;
	display: table;
	background: var(--medium-gray);
	border-radius: 50px;
	padding: 16px 8px;
}

.price-change-message-link {
	text-decoration: none;
	font: 18px/1 "SF medium";
	color: var(--hight-gray);
	text-transform: uppercase;
	padding: 0px 15px;
}

.price-switcher-on {
	background: var(--hight-orange);
	border-radius: 50px;
	color: var(--light-gray);
}

.price-change-message {
	margin: 15px auto 0px auto;
	display: table;
	font: 18px/1 "SF regular";
	color: var(--hight-gray);
}





.price-copy-link {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0px 0px 1px 10px;
	background: url(/-/images/prices/copy-link.png) center center / contain no-repeat;
	opacity: 1;
	transition: 0.25s ease;
}

body.hasHover .price-copy-link:hover {
	cursor: pointer;
	opacity: 1;
}

#snackbar {
	visibility: hidden;
	width: 200px;
	background: var(--hight-orange);
	color: var(--clean);
	text-align: center;
	border-radius: 100px;
	box-shadow: 0px 0px 15px 5px var(--page-bg);
	padding: 16px;
	position: fixed;
	z-index: 8;
	left: calc(((var(--content-space) - 220px)) / 2);
	top: 30px;
	font: 20px/1 "SF medium";
}

#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
	from {top: 0; opacity: 0;} 
	to {top: 30px; opacity: 1;}
}
@keyframes fadein {
	from {top: 0; opacity: 0;}
	to {top: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
	from {top: 30px; opacity: 1;} 
	to {top: 0; opacity: 0;}
}
@keyframes fadeout {
	from {top: 30px; opacity: 1;}
	to {top: 0; opacity: 0;}
}





:root {
	--price-table-width: calc(100% - 10px);
}





.price-table-space + .price-table-space {
	margin-top: 40px;
}

.price-table-space {
	width: var(--price-table-width);
	margin: auto;
	position: relative;
}

.price-table-space > .headline {
	display: flex;
	flex-direction: row;
}

.price-table-space > .headline > .title {
	margin-top: auto;
	font: 24px/1.25 "SF regular";
	color: var(--light-orange);
	padding-bottom: 15px;
}
.price-table-space > .headline > .title:first-child {
	margin-top: 40px;
}



.price-table-space > .line {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 15px 0px 15px;
	transition: ease-in-out 0.1s;
}
.price-table-space > .line:nth-child(odd) {
	background: var(--light-gray);
}
.price-table-space > .line:nth-child(even) {
	background: var(--medium-gray);
}
.price-table-space > .line:nth-child(1 of .line) {
  border-radius: 10px 10px 0 0;
}
.price-table-space > .line:nth-last-child(1 of .line) {
  border-radius: 0 0 10px 10px;
}
.line + .line {
	margin-top: 6px;
}
body.hasHover .separate:hover {
	background: rgba(247,175,50,0.2) !important;
}
body.hasHover .separate:hover:has(> .value-lite):not(:has(> :not(.value-lite))) {
  background: none !important;
}
.price-table-space:last-child {
	margin-bottom: 100px;
}

.price-table-space > .separate,
.price-table-space > .line > .separate {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 95px;
	gap: 10px;
	transition: ease-in-out 0.1s;
	padding: 10px 15px 10px 15px;
}
.price-table-space > .line > .separate {
	width: 100%;
}
.price-table-space > .line > .separate:last-child {
	border-radius: 0 0 10px 10px;
}

.left {
	align-items: start !important;
}

.bottom-line {
	border-bottom: 0.5px solid var(--centered-gray);
	padding-bottom: 8px;
}

.price-table-space > .information {
	flex-direction: column !important;
	gap: 10px;
	background: none !important;
	border: 3px solid var(--medium-gray) !important;
}

body.hasHover .price-table-space > .information:hover {
	background: none !important;
}

.examples-space--adaptive {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-bottom: 5px;
}
.examples-space--adaptive > .example {
	width: fit-content;
	padding-bottom: 5px;
	border-bottom: 0.5px solid var(--centered-gray);
}
.examples-space--adaptive > .example:first-child {
	padding-top: 5px;
}
.examples-space--adaptive > .example:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.examples-space--horisontal {
	display: flex;
	flex-direction: row;
	justify-items: center;
	align-items: center;
	gap: 10px;
	padding-bottom: 10px;
}
.examples-space--horisontal > .example {
	padding-right: 10px;
	border-right: 0.5px solid var(--centered-gray);
}
.examples-space--horisontal > .example:last-child {
	padding-right: 0;
	border-right: none;
}

.notes {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-bottom: 10px;
}
.notes > .value-lite {
	text-align: left;
}

.price-table-space > .information > div {
	flex: 0 0 auto;
	text-align: center;
}
.information > .name-lite {
	margin-bottom: 20px;
	text-align: center;
}

.name {
	font: 18px/1.25 "SF medium";
	color: var(--hight-gray);
}

.name-lite {
	font: 18px/1.25 "SF light";
	color: var(--hight-gray);
}

.value {
	font: 14px/1.25 "SF bold";
	color: var(--hight-gray);
}

.hl {
	color: var(--hight-orange) !important;
}

.value-lite {
	font: 14px/1.25 "SF light";
	color: var(--hight-gray);
}



#hide-after,
.hide-after {
  width: 100%;
  box-sizing: border-box;
  height: 50px !important;
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(to top, var(--page-bg) 10%, transparent 100%);
  z-index: 2;
}

body.hasHover #hide-after:hover,
body.hasHover .hide-after:hover {
  background: linear-gradient(to top, var(--page-bg) 10%, transparent 100%) !important;
}

.show-after-button {
  width: 55px;
  height: 45px;
  background-color: var(--light-orange);
  background-image: var(--need-more-price);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px 8px;
  border-radius: 45px;
  margin-top: 35px;
  cursor: pointer;
}



.brand-logo {
	object-fit: contain;
	object-position: center;
	vertical-align: middle;
}
.usps {
	width: 91px;
	height: 16px;
	content: var(--price-list-pict-usps);
}
.ups {
	width: 20px;
	height: 24px;
	content: var(--price-list-pict-ups);
}
.fedex {
	width: 60px;
	height: 17px;
	content: var(--price-list-pict-fedex);
}
.dhl {
	width: 89px;
	height: 12px;
	content: var(--price-list-pict-dhl);
}
.amazonshipping {
	width: 125px;
	height: 20px;
	content: var(--price-list-pict-amazonshipping);
}
.walmart {
	width: 25px;
	height: 25px;
	padding-bottom: 3px;
	content: var(--price-list-pict-walmart);
	margin-right: 4px;
	margin-top: 0px;
}
.amazon {
	width: 25px;
	height: 25px;
	padding-bottom: 3px;
	content: var(--price-list-pict-amazon);
	margin-right: 4px;
	margin-top: 6px;
}
.brand-logo-spacer {
	margin: 6px 0;
}
.brand-logo-spacer2 {
	margin-top: 0;
}
.onedaybundle_ld {
	width: 123px;
	height: 18px;
	content: var(--price-list-pict-onedaybundle_ld);
	margin-left: 0;
}