.t-scale-1_25 {
	transform: scale(1.25);
}

.t-scale-1_5 {
	transform: scale(1.5);
}

.t-scale-2 {
	transform: scale(2);
}

.t-line-height-1 {
	line-height: 1;
}

.t-line-height-1_1 {
	line-height: 1.1;
}

.t-line-height-1_2 {
	line-height: 1.2;
}

.t-line-height-1_3 {
	line-height: 1.3;
}

.t-line-height-1_4 {
	line-height: 1.4;
}

.t-line-height-1_5 {
	line-height: 1.5;
}

.u-font-10 {
	font-size: 0.625rem;
}

.u-font-11 {
	font-size: 0.688rem;
}

.u-font-12 {
	font-size: 0.750rem;
}

.u-font-14 {
	font-size: 0.875rem;
}

.u-font-15 {
	font-size: 0.938rem;
}

.u-font-16 {
	font-size: 1rem;
}

.u-font-17 {
	font-size: 1.063rem;
}

.u-font-18 {
	font-size: 1.125rem;
}

.u-font-20 {
	font-size: 1.25rem;
}

.u-font-22 {
	font-size: 1.375rem;
}

.u-font-24 {
	font-size: 1.5rem;
}

.u-font-26 {
	font-size: 1.625rem;
}

.u-font-32 {
	font-size: 2rem;
}

.u-font-36 {
	font-size: 2.25rem;
}

.u-font-46 {
	font-size: 2.875rem;
}

.u-font-49 {
	font-size: 3.063rem;
}

.t-site-header__top-navigation {
	font-size: 0.85rem;
}

.t-site-header__top-navigation-bottom a {
	color: #000;
	text-decoration: none;
}

.t-site-header__top-navigation-top {
	background-color: #222;
}

.t-site-header__notice a:hover, .t-site-header__top-navigation-bottom a:hover {
	color: #9a2627;
}

.t-site-header__notice {
	display: block;
	padding: 0.7rem;
}

.t-site-header__notice a {
	color: #fff;
	text-decoration: none;
}

.t-site-header__notice-button {
	padding: 0.67em;
}

.t-site-header__notice-button #close_notice {
	cursor: pointer;
	margin-right: 0.5rem;
}

#header_notice .u-icon-info {
	font-size: 1.4rem;
}

#header_notice span.u-icon-info {
	display: inline-block;
	float: left;
	min-height: 1.5rem;
}

#header_notice span.header_notice-text {
	line-height: 1.8;
	padding-left: 0.5rem;
}

#header_message .u-icon-chevron-right {
	font-size: 0.7rem;
}

.t-site-header__notice-button .u-icon-cross {
	border: 1px solid #fff;
	padding: 5px;
}

@media screen and (max-width: 767px) {
	#header_notice span.header_notice-text {
		padding-left: 0;
	}
	
	.t-site-header__search-form button.c-button {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

@media screen and (max-width: 375px) {
	.t-site-header__notice {
		padding: 0.4em 0 0.4em 0.4em;
	}
	
	.t-site-header__notice-button {
		padding: 0;
	}
}

.t-site-header__notice-button a {
	margin-right: 0.5rem;
}

.t-site-header__message {
	display: inline-block;
	padding: 0.6rem 0 0.6rem 0.6rem;
}

@media screen and (min-width: 1024px) and (max-width: 1179px) {
	.t-site-header__message {
		padding-left: 0;
	}
	
	.t-site-header__masthead-links {
		padding-left: 0;
	}
}

@media screen and (max-width: 460px) {
	.t-site-header__message {
		padding: 0.6rem;
	}
}

.t-site-header__links [class^="u-icon-"] {
	font-size: 1.25rem;
	margin-right: 0.25em;
	vertical-align: text-bottom;
}

.t-site-header__links a:hover {
	text-decoration: none;
	transition: 0.3s;
}

.t-site-header__links .o-layout__item {
	padding: 1em 1rem;
}

@media (min-width: 48em) {
	.t-site-header__links .o-layout__item:not(:first-of-type) {
		border-left: 1px solid #595959;
	}
}

.t-site-header__links .x-transfigure-navigation__footer {
	display: flex;
	justify-content: flex-end;
}

.t-site-header__links .x-transfigure-navigation__footer a {
	border-right: 1px solid #000;
	margin: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}

.t-site-header__links .x-transfigure-navigation__footer a:last-of-type {
	border-right: 0;
}

.t-site-header__links .x-transfigure-navigation__footer-link {
	font-size: inherit;
	font-weight: 400;
	letter-spacing: inherit;
	margin: 0 0.6rem;
	padding: 0;
}

.t-site-header__basket-link--mobile {
	display: flex;
	font-size: 2rem;
}

.t-site-header__basket-link-quantity--mobile {
	border-radius: 50%;
	display: inline-block;
	font-size: 0.75rem;
	height: 2em;
	line-height: 2;
	min-width: 2em;
	padding: 0 0.25em;
	text-align: center;
	touch-action: none;
	transform: translate(-0.75em, -1em);
	z-index: -1;
}

.t-global-account {
	background-color: #000;
	border: 0;
	box-shadow: 0 2px 1px -2px #767676;
	color: #fff;
	max-width: 22.5rem;
	padding: 1rem;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100vw;
}

.t-global-account__form {
	margin-bottom: 0;
}

.t-global-account__form .c-form-list__item:last-of-type {
	margin-bottom: 0;
	padding-top: 0.5em;
}

.t-site-header__masthead {
	border-top: 1px solid #999;
	font-size: 0.8rem;
	line-height: 1;
	max-width: 1500px;
	padding-bottom: 1em;
	padding-top: 1em;
	position: relative;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
	.t-site-header__masthead {
		padding-bottom: 0;
		padding-top: 1rem;
	}
}

.t-site-header__logo {
	margin-bottom: 0;
}

@media screen and (min-width: 560px) and (max-width: 767px) {
	.t-site-header__logo {
	}
}

@media screen and (max-width: 959px) {
	div#mobile-and-desktop--search {
		margin-top: 1rem;
	}
}

.t-site-header__logo img, .t-site-checkout-header__logo img {
	margin: 0;
	width: auto;
}

.t-site-checkout-header__logo img {
	max-height: 70px;
}

.t-site-header__logo.t-site-header__logo-fasten-header img {
	max-height: 60px;
}

.t-site-header__search-form {
	border: 1px solid #c0c0c0;
	margin: 0;
	position: relative;
}

.t-site-header__search-form .c-form-list__item {
	margin-bottom: 0;
	margin-left: auto;
}

.t-site-header__search-form .c-form-input {
	padding-left: calc(1em - 1px);
	padding-right: calc(1em - 1px);
}

@media (min-width: 960px) {
	.t-site-header__search-form {
		margin: 0 1.5rem 0 auto;
		max-width: 90%;
	}
	
	#fasten_header .t-site-header__search-form {
		margin: 0 auto;
		width: 100%;
	}
}

.t-site-header__masthead-links {
	align-items: center;
	justify-content: flex-end;
}

.t-site-header__masthead-links [class^="u-icon-"] {
	color: #fff;
	font-size: 1.25rem;
	margin-right: 0.15em;
	padding: 0.5rem;
	text-decoration: none;
	vertical-align: text-bottom;
}

.t-site-header__masthead-links .c-button {
	font-size: 0.85rem;
	letter-spacing: -0.02em;
	line-height: 1.8;
	margin-right: 1rem;
	text-transform: uppercase;
}

.t-site-header__masthead-links .t-global-account--menu-links .c-button {
	border-bottom: 1px solid #fff;
	color: #fff;
	margin-right: 0;
}

.t-site-header__masthead-links .t-global-account--menu-links .c-button:hover {
	background: #9a2627;
	border-bottom: 1px solid #fff;
	opacity: 1;
}

.t-site-header__masthead-links .t-global-account--menu-links .t-global-account__signout-link:hover {
	background: #000 !importANT;
	border-color: #9a2627 !importANT;
}

@media screen and (min-width: 960px) and (max-width: 1180px) {
	.t-site-header__masthead-links [class^="u-icon-"] {
		font-size: 0.8rem;
	}
	
	.t-site-header__masthead-links .c-button {
		font-size: 0.7rem;
		margin-right: 0.25rem;
	}
}

.t-site-header__masthead-links .c-button, .t-site-header__masthead-links .c-button:hover {
	border-bottom: 0;
	text-decoration: none;
}

.t-site-header__masthead-links [class*="u-icon-"] {
	line-height: 0.85;
}

.t-site-header__masthead-links [class*="u-icon-"] {
	background-color: #9a2627;
}

.t-site-header__masthead-links a:hover, .t-site-header__masthead-links button:hover {
	opacity: 0.75;
	transition: 0.3s;
}

.t-site-header__masthead-links .t-global-account-toggle {
}

.t-site-header__masthead-links .t-site-header__basket-link {
	margin-right: 0;
}

.t-site-header__basket-link-quantity {
	margin-left: 0.25em;
	padding: 0.5rem 1em;
}

.t-site-navigation__wrap {
	font-size: 1rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 1500px;
	position: relative;
	width: 100%;
}

@media screen and (min-width: 960px) and (max-width: 1024px) {
	.t-site-navigation__wrap {
		font-size: 0.75rem
	}
}

.t-main-content-element {
	max-width: 1500px;
	padding-bottom: 2rem;
}

@media (min-width: 60em) {
	.t-main-content-element {
		min-height: 360px;
	}
}

.t-site-footer {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding-top: 1rem;
}

@media screen and (min-width: 1400px) {
	.t-footer__main-content {
		background-color: #131313;
		background-image: url("images/footer-bg.jpg");
		background-position: center -40px;
		background-repeat: no-repeat;
		background-size: 120%;
	}
}

@media screen and (max-width: 1399px) {
	.t-footer__main-content {
		background-color: #131313;
		background-image: url("images/footer-bg.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 160%;
	}
}

.t-footer__main-content section {
	margin-top: 2.5rem;
	padding: 0 0 1rem 0;
}

.t-site-footer .o-wrapper {
	max-width: 1500px;
}

.t-footer a:hover {
	text-decoration: none;
}

.t-footer__top-bar {
	background: #9a2627;
	color: #fff;
	padding: 1.15rem 2rem;
}

.footer_top_bar > .o-layout__item {
	border-right: 1px solid #fff;
	font-size: 1rem;
	line-height: 1;
	padding: 0 1rem;
}

.footer_top_bar > .o-layout__item:last-child, .footer_top_bar > .o-layout__item:nth-child(5) {
	border-right: 0;
}

@media screen and (max-width: 1365px) {
	.t-footer__top-bar {
		padding-bottom: 0.5rem;
		padding-top: 0.5rem;
	}
}

@media screen and (max-width: 1259px) {
	.t-footer__top-bar {
		padding: 0;
	}
	
	.t-footer__top-bar > .o-layout__item {
		padding: 0;
	}
}

@media screen and (max-width: 1023px) {
	.footer_top_bar {
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
	.footer_top_bar > .o-layout__item {
		font-size: 0.8rem;
		padding: 0.75rem 0.25rem;
		width: auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.footer_top_bar > .o-layout__item {
		border: 0;
		padding-bottom: 0.75rem;
		padding-top: 0.75rem;
		width: 50%;
	}
	
	.t-footer__top-bar > .o-layout__item {
		padding: 0;
	}
}

.t-site-footer .c-menu__title, .t-site-footer .c-collapsible-menu__label {
	color: #fff;
	font-weight: 600;
	line-height: 1;
}

.t-site-footer .c-menu__title > span {
	color: #9a2627;
	display: block;
	font-size: 2.25rem;
	font-weight: bold;
	margin-left: -3px;
}

#footer_discounts {
	padding-right: 2.5rem;
}

@media screen and (min-width: 1400px) {
	#newsletter_form {
		padding-right: 2rem;
	}
}

#footer_discounts p, #newsletter_form p {
	line-height: 1.4;
}

#social_active {
	margin: 0;
	text-align: center;
}

#social_active li {
	display: inline-block;
	line-height: 1.6;
	margin: 0;
}

#social_active a {
	background: #fff;
	border-radius: 0.25rem;
	color: #000;
	font-size: 1.25rem;
	padding: 0.4rem;
}

#social_active a:hover {
	background: #9a2627;
}

.t-footer__social > nav {
	margin: 0 auto;
}

.t-site-footer__content .footer-contact__showroom a.c-menu__link {
	color: #fff;
	text-decoration: none;
}

.t-footer__links {
	padding-left: 2rem;
}

#t-footer__tools-resources {
	padding-left: 2rem;
}

#newsletter-form-label, #discounts-label {
	margin-bottom: 0.5rem;
}

#newsletter-form .c-form-input {
	line-height: 1.75;
}

#footer_contact {
	height: 100%;
	position: relative;
}

.footer-contact__showroom {
	bottom: 1rem;
	position: absolute;
}

.footer-contact__address {
	margin-bottom: 1rem;
}

.footer-contact__address {
	line-height: 1.3;
}

.footer-contact__phone {
	margin-bottom: 1.5rem;
}

.footer-contact__address:before, .footer-contact__phone:before {
	color: #fff;
	font-family: "ReadyTheme Icons", sans-serif;
	font-size: 1.3em;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
	vertical-align: top;
}

.footer-contact__address:before {
	content: "\5c";
}

.footer-contact__content {
	display: inline-block;
}

.footer-contact__phone .u-icon-envelope {
	color: #fff;
	font-size: 1.1rem;
	transition: all 0.5s ease 0s;
	vertical-align: text-bottom;
}

.footer-contact__phone:before {
	content: "\4a";
}

.footer-contact__phone a:hover .u-icon-envelope {
	color: #9a2627;
	transition: all 0.5s ease 0s;
}

.footer-contact__phone a:nth-child(2) {
	margin-top: 3px;
	vertical-align: middle;
}

.footer-contact__separator {
	border-left: 1px solid #999;
	display: inline;
	margin: 0 0.6rem;
	width: 10px;
}

.t-site-footer__content .c-menu__list {
}

.t-site-footer__content a.c-menu__link:hover {
	color: #9a2627;
	text-decoration: none;
}

.t-footer__bottom {
	background: #121212;
	border-top: 1px solid #888;
	padding: 0.5rem 2rem;
}

.t-footer__bottom, .t-footer__bottom a {
	color: #888;
}

.t-footer__bottom a:hover {
	color: #ccc;
}

.t-global-footer-social-links .c-menu__link {
	padding: 0 1rem 1rem 0;
}

.t-global-footer-social-links .c-menu__link:hover {
	opacity: 0.75;
	text-decoration: none;
}

.t-newsletter-form__input {
	height: auto;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

.t-site-footer__content, .t-site-footer__content .c-menu__link:not([class*=" u-icon-"]) {
	color: #fff;
	font-size: 0.9rem;
}

@media screen and (max-width: 1399px) {
	.t-footer__main-content section {
		margin-top: 1rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1399px) {
	section#t-footer__newsletter {
		padding: 1rem 1rem 0 1rem;
		text-align: center;
	}
}

@media screen and (min-width: 1366px) {
	#social_active li {
		display: block;
	}
}

@media screen and (min-width: 960px) and (max-width: 1180px) {
	.t-site-footer .c-menu__title > span {
		font-size: 1.75rem;
	}
}

@media screen and (max-width: 959px) {
	#t-footer__tools-resources, #t-footer__tools-resources, #footer_discounts, #newsletter_form {
		padding: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 959px) {
	.t-footer__main-content section {
		margin-bottom: 1rem;
		padding: 0;
	}
	
	section#t-footer__newsletter {
		margin-top: 2rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	section#t-footer__discounts {
		border-bottom: 1px solid #fff;
		padding-bottom: 2rem;
	}
	
	#newsletter_form {
		border-bottom: 1px solid #fff;
	}
}

@media screen and (max-width: 767px) {
	.t-footer__main-content section {
		border-bottom: 1px solid #fff;
		margin-top: 1rem;
		padding: 0;
	}
	
	.t-footer__main-content section#t-footer__social {
		border-bottom: 0;
	}
	
	.t-site-footer__content {
		padding-left: 1rem;
	}
	
	.t-site-footer .x-collapsible-content .c-menu__title {
		display: none;
	}
	
	.t-site-footer .x-collapsible-content__toggle [class^="u-icon-"] {
		font-size: 0.66em;
		font-weight: 700;
	}
	
	.t-site-footer .x-collapsible-content__toggle {
		color: #fff;
		line-height: 3;
	}
	
	.t-site-footer .x-collapsible-content__item {
		margin-bottom: 1rem;
	}
	
	.t-footer__links {
		padding: 0;
	}
	
	.t-footer__bottom {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	#t-footer__tools-resources, #t-footer__service, #t-footer__contact {
		width: 100%;
	}
	
	.t-site-footer__content > div.o-layout {
		padding-left: 0;
		width: 100%;
	}
	
	.t-newsletter-form {
		margin-bottom: 0;
	}
	
	.footer-contact__showroom {
		bottom: auto;
		position: relative;
	}
	
	.footer_top_bar > .o-layout__item {
		border: 0;
		border-bottom: 1px solid #fff;
		font-size: 0.85rem;
		line-height: 1.3;
		margin-bottom: 1rem;
		padding: 0 0 1rem 0;
		width: 100%;
	}
	
	.footer_top_bar > .o-layout__item:nth-child(5) {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.footer-contact__phone a.c-menu__link {
		display: inline-block;
		margin-bottom: 0.5rem;
	}
}

@media screen and (max-width: 350px) {
	.t-footer__bottom {
		font-size: 0.85rem;
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	.t-site-footer .x-collapsible-content__toggle {
		display: none;
	}
	
	.t-site-footer .x-collapsible-content__item {
		max-height: none;
		opacity: 1;
		overflow: visible;
		visibility: visible;
	}
}

@media screen and (min-width: 1260px) {
	.t-footer__main-content {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

.t-storefront-about .c-heading-charlie {
	font-size: 1.875rem;
	letter-spacing: 3px;
}

.t-storefront-about .c-heading--subheading {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 2px;
}

.t-storefront-about__brief {
	font-size: 0.9375rem;
	line-height: 1.667;
}

.t-featured-products {
	margin-bottom: 2rem;
	padding-top: 1rem;
}

.t-featured-products .x-product-list__heading {
	font-size: 1.5rem;
	margin-bottom: 3em;
}

.t-featured-products .x-product-list__action {
	margin: auto;
}

.t-featured-products .x-product-list__action .c-button {
	padding-left: calc(4.5rem - 1px);
	padding-right: calc(4.5rem - 1px);
}

#sfnt_recent_blog_posts img {
	border: 1px solid #999;
}

.t-sfnt_catsquares {
	padding: 2rem 0 1rem 0;
}

.t-sfnt_catsquares-grid {
	justify-content: center;
}

.t-sfnt_catsquares--link:before {
	content: "";
	display: block;
	padding: 100% 0 0 0;
	position: relative;
	width: 100%;
	z-index: -1;
}

.t-sfnt_catsquares--link {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.t-sfnt_catsquares--hover-text-container {
	color: #fff;
	display: block;
	left: 0;
	margin: 0;
	min-width: 100%;
	opacity: 0;
	padding: 1.33rem 0;
	position: absolute;
	text-align: left;
	top: 0;
	width: 100%;
}

.t-sfnt_catsquares--hover-text {
	background-color: rgba(0, 0, 0, 0.66);
	border-radius: 4px;
	display: block;
	font-size: 1rem;
	line-height: 1.3;
	margin: 0;
	padding: 1rem 1.33rem;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

.t-sfnt_catsquares--title {
	align-items: center;
	bottom: 0;
	color: #fff;
	flex-wrap: nowrap;
	font-size: 1.313rem;
	justify-content: space-between;
	left: 0;
	line-height: 1;
	margin: 0;
	min-width: 100%;
	padding: 1rem 1.33rem;
	position: absolute;
	text-align: left;
	width: 100%;
}

.t-sfnt_catsquares--title-txt {
	flex-grow: 1;
	padding: 0 1em 0 0;
}

.t-sfnt_catsquares--title-button {
	border-color: #fff;
	color: #fff;
	flex-shrink: 1;
	font-size: 1rem;
	padding: 0.75em;
}

.t-sfnt_catsquares--link:is(:focus, :hover) .t-sfnt_catsquares--hover-text-container {
	opacity: 1;
	-moz-transition: opacity 200ms linear;
	-ms-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	-webkit-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
}

.t-sfnt_catsquares--link:is(:focus, :hover) .t-sfnt_catsquares--title-button {
	background-color: #9a2627;
	border-color: #9a2627;
	color: #fff;
}

@media screen and (min-width: 30em) {
	.t-sfnt_catsquares--hover-text-container {
		padding: 0.75rem 0;
	}
	
	.t-sfnt_catsquares--title {
		font-size: 0.875rem;
	}
	
	.t-sfnt_catsquares--hover-text {
		font-size: 0.750rem;
	}
	
	.t-sfnt_catsquares--title-button {
		font-size: 0.875rem;
	}
}

@media screen and (min-width: 40em) {
	.t-sfnt_catsquares--hover-text-container {
		padding: 1.33rem 0;
	}
	
	.t-sfnt_catsquares--hover-text {
		font-size: 1rem;
	}
}

@media screen and (min-width: 48em) {
	.t-sfnt_catsquares--title {
		font-size: 1.313rem;
	}
	
	.t-sfnt_catsquares--title-button {
		font-size: 1rem;
	}
}

@media screen and (min-width: 60em) {
	.t-sfnt_catsquares--hover-text {
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 75em) {
	.t-sfnt_catsquares--title {
		font-size: 1.625rem;
	}
}

.t-sfnt_lifetime {
	padding: 1rem 0 2rem;
}

.t-sfnt_lifetime--title-area {
	align-items: flex-end;
}

.t-sfnt_lifetime--title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.t-sfnt_lifetime--subtitle {
	font-size: 1rem;
	line-height: 1.3;
}

.t-sfnt_lifetime--tiles-container:before {
	background: #d9d9d9;
	content: "";
	height: 50%;
	left: -16px;
	position: absolute;
	top: 25%;
	width: calc(100% + 32px);
	z-index: -1;
}

.t-sfnt_lifetime--tiles-container {
	position: relative;
	z-index: 1;
}

.t-sfnt_lifetime--tile-item-link {
	border: 1px solid #999;
	flex-direction: column;
	flex-wrap: nowrap;
	margin: 1rem 0;
}

.x-hover--allowed .t-sfnt_lifetime--tile-item-link:hover {
	border: 1px solid #9a2627;
	text-decoration: none;
}

.t-sfnt_lifetime--tile-image:before {
	content: "";
	display: block;
	padding: 100% 0 0 0;
	z-index: -1;
}

.t-sfnt_lifetime--tile-image {
	background-color: #fff;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	z-index: 1;
}

.t-sfnt_lifetime--tile-text {
	flex-grow: 1;
	padding: 1rem;
}

.t-sfnt_lifetime--tile-text_2 span {
	display: block;
	padding: 0.75rem 0 0 0;
}

@media screen and (min-width: 40em) {
	.t-sfnt_lifetime--title {
		font-size: 2.75rem;
	}
	
	.t-sfnt_lifetime--subtitle {
		font-size: 1.250rem;
		font-weight: 300;
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

@media screen and (min-width: 60em) {
	.t-sfnt_lifetime--tile-text_2 {
		border-left: 1px solid #fff;
	}
	
	.t-sfnt_lifetime--tile-text_2 span {
		padding: 0;
	}
	
	.t-sfnt_lifetime--title {
		font-size: 4rem;
	}
	
	.t-sfnt_lifetime--subtitle {
		font-size: 1.500rem;
		padding-left: 6rem;
		padding-right: 6rem;
	}
}

@media screen and (min-width: 75em) {
	.t-sfnt_lifetime--title {
		font-size: clamp(5rem, 13.3vw - 6rem, 6.5rem);
	}
	
	.t-sfnt_lifetime--subtitle {
		padding-left: 0;
		padding-right: 2rem;
	}
}

.t-sfnt_reviews {
	border-bottom: 1px solid #999;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.t-sfnt_reviews-side-image-container {
	align-items: flex-start;
	justify-content: center;
	position: relative;
	z-index: 3;
}

.t-sfnt_reviews-container {
	position: relative;
	z-index: 1;
	
	a {
		background-clip: text;
		background-color: #000;
	}
}

.review_container, .review_container.slick-slide {
	padding: 0;
}

.review_container-item {
	line-height: 1.5;
	margin: 0 !important;
	padding: 1rem 0;
}

.t-sfnt_reviews-gray-bar:after {
	background: #d9d9d9;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1.25rem;
	z-index: -1;
}

.t-sfnt_reviews-gray-bar:before {
	background: #d9d9d9;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 2000px;
	z-index: -1;
}

.t-sfnt_reviews-gray-bar {
	background: #d9d9d9;
	font-size: 1.75rem;
	padding: 1rem;
	position: relative;
}

.t-sfnt_reviews-gray-bar a {
	background-clip: text;
	background-color: #d9d9d9;
	color: currentColor;
}

.t-sfnt_reviews-article--author {
	padding-top: 0.5em;
}

.t-sfnt_reviews-side-image-item {
	margin: 1rem 0;
}

.t-sfnt_reviews .slick-prev {
	display: none !important;
	z-index: 10;
}

.t-sfnt_reviews .slick-next {
	display: none !important;
}

@media screen and (min-width: 48em) {
	.t-sfnt_reviews-gray-bar {
		font-size: 2rem;
	}
}

@media screen and (min-width: 60em) {
	.review_container, .review_container.slick-slide {
		padding: 0 1rem;
	}
	
	.t-sfnt_reviews .slick-prev {
		display: block !important;
		left: -50px;
	}
	
	.t-sfnt_reviews .slick-next {
		display: block !important;
		right: 0;
	}
	
	.t-sfnt_reviews-gray-bar {
		font-size: 2.875rem;
	}
	
	.t-sfnt_reviews-side-image-item {
		margin-bottom: 0;
	}
	
	.review_container-item {
		padding: 1rem 4rem 1rem 0;
	}
}

@media screen and (min-width: 768px) {
	#ctus_content {
		padding-right: 1rem;
	}
}

.t-ctgy--hdft {
	line-height: 1.5;
}

.t-ctgy--hdft-title-img {
	border: 1px solid #999;
	display: block;
	float: right;
	height: auto;
	margin: 0 0 1.333em 1.333em;
	max-width: 25%;
	padding: 3px;
	width: 120px;
}

.t-ctgy--hdft :is(h2, .h2) {
	color: #9a2627;
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
}

.t-ctgy--hdft :is(h3, .h3) {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

.t-ctgy--hdft a {
	text-decoration: underline;
}

.t-ctgy--hdft ul {
	margin-left: 1rem;
	padding-left: 1rem;
}

.t-ctgy--hdft tr td {
	padding: 8px;
}

.t-ctgy--hdft tr td:first-child {
	padding-left: 0;
}

.t-ctgy--hdft tr td:last-child {
	padding-right: 0;
}

.t-display-list-filtering {
	flex-wrap: nowrap;
}

.t-display-list-filtering .x-display-list-filtering__per-page, .t-display-list-filtering .x-display-list-filtering__sort-by, .t-display-list-filtering .c-form-list__item, .t-display-list-filtering .c-form-label, .t-display-list-filtering .c-form-select {
	margin-bottom: 0;
}

.t-display-list-filtering .c-form-label {
	font-size: 0.6875rem;
}

.t-display-list-filtering .c-form-select__dropdown {
	background-color: #fff;
	border: 0 none;
	color: initial;
	font-size: 0.75rem;
	padding: 0;
}

.t-pagination.x-pagination--centered {
	justify-content: center;
	width: 19rem;
}

.t-pagination .o-list-inline {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.t-pagination .c-button {
	border-color: #c0c0c0;
	height: 2em;
	line-height: 2;
	padding: 0;
	width: 2em;
}

.t-pagination .c-form-select {
	margin-bottom: 0;
}

.t-category-discount-table {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin: 2rem auto;
}

.t-category-discount-table .o-layout__item {
	border-bottom: 1px solid #999;
	line-height: 2;
}

.x-ctgy-plst-ajax-add2cart {
	margin-bottom: 0;
	margin-top: 1rem;
	text-align: center;
}

.x-ctgy-plst-ajax-add2cart-message > .x-messages {
	margin-top: 1rem;
}

.t-quantify .c-control-group__button {
	padding-bottom: calc(1.5em + 1px);
	padding-top: calc(1.5em + 1px);
}

.t-quantify .c-control-group__button, .t-quantify .c-control-group__field {
	flex-basis: 33.33333%;
	max-width: 33.33333%;
}

.x-messages--disc :is(h3, .h3) {
	margin: 0;
}

.x-messages--disc a {
	font-weight: bold;
	text-decoration: underline;
}

.x-messages--disc a:hover {
	color: #000;
}

.x-messages--disc_content {
	font-size: 1rem;
	line-height: 1.5;
}

#inventory-message {
	font-size: 1.1rem;
	line-height: 1.4;
	margin-bottom: 1rem;
}

#waitlist_btn {
	margin-bottom: 1.5rem;
}

#shipping_msg:is(h5, .h5) {
	color: #3068af;
	font-weight: 600;
}

#shipping_msg p {
	line-height: 1.4;
	margin-bottom: 1.5rem;
}

.x-messages--shipping {
	background: #fff;
	border-color: #3068af;
	border-top: 1px solid #eee;
	padding-top: 1.5rem;
}

#shipping_msg:is(h5, .h5) .u-icon-truck {
	position: relative;
	top: 0.2rem;
}

#js-add-to-cart {
	border: 2px solid #9a2627;
}

#js-main-image-zoom {
	display: block;
	min-height: 640px;
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
	#js-main-image-zoom {
		min-height: 479px;
	}
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
	#js-main-image-zoom {
		min-height: 375px;
	}
}

@media screen and (min-width: 768px) and (max-width: 959px) {
	#js-main-image-zoom {
		min-height: 375px;
	}
}

@media screen and (min-width: 461px) and (max-width: 767px) {
	#js-main-image-zoom {
		min-height: 360px;
	}
}

@media screen and (max-width: 460px) {
	#js-main-image-zoom {
		min-height: 340px;
	}
}

.t-page-prod {
	:is(.x-product-layout, .x-product-description) {
		a {
			text-decoration: underline;
			text-decoration-thickness: from-font;
			transition: text-decoration ease-in-out 0.3s, -webkit-text-decoration ease-in-out 0.3s;
		}
		
		a:is(:active, :focus, :hover) {
			text-decoration-thickness: 0.1em;
			text-underline-offset: 0.15em;
		}
	}
}

#js-PROD_FOR_STORE_REVIEWS .t-main-content-element h2.c-heading-charlie {
	letter-spacing: -0.05em;
	margin: 1rem auto;
}

#js-PROD_FOR_STORE_REVIEWS .t-main-content-element .tgreviews-average__star {
	font-size: inherit;
}

@media screen and (min-width: 1024px) {
	.x-store-reviews--description-area, .x-store-reviews--reviews-area {
		margin-left: 2rem;
		margin-right: 2rem;
	}
}

.t-basket__product-summary .c-table-responsive__row, .t-basket__order-summary .c-table-simple__row {
	border-color: #eaeaea;
}

.t-basket__product-summary thead {
	border-top: 1px solid #eaeaea;
}

.t-basket__product-summary tbody .c-table-responsive__cell {
	padding-top: 1.5rem;
}

.t-basket__product-details {
	font-size: 0.875rem;
	font-weight: 600;
}

.t-basket-update .x-quantify {
	font-size: 0.875rem;
	width: 10em;
}

.t-basket-update .x-quantify .c-control-group__button {
	font-size: 0.875em;
	padding-bottom: calc(1.25em + 1px);
	padding-top: calc(1.25em + 1px);
}

.t-basket-update .x-quantify .c-control-group__button, .t-basket-update .x-quantify .c-control-group__field {
	flex-basis: 33.33333%;
	max-width: 33.33333%;
}

.t-basket__product-remove {
	height: 3em;
	line-height: 3;
	padding: 0;
	width: 3em;
}

.t-basket_gc-form, .t-basket_coupon-form, .t-checkout-log-in__form {
	margin-bottom: 0;
}

.t-basket_gc-form[aria-hidden="false"], .t-basket_coupon-form[aria-hidden="false"], .t-checkout-log-in__form[aria-hidden="false"] {
	margin-top: 0.5rem;
	min-height: 3rem;
}

.t-ocst-account-message {
	display: block;
	font-size: 0.75rem;
	padding: 2em;
}

.t-checkout-basket-summary {
	background-color: #f2f2f2;
	height: calc(100% - 1rem);
	padding: 2rem 2rem 0;
}

.t-checkout-basket-summary__product-summary tbody .c-table-simple__cell {
	padding-top: 1.5rem;
}

.t-checkout-basket-summary__image {
	margin-right: 2rem;
}

.t-checkout-basket-summary__promo-form, .t-checkout-basket-summary__promo-form:first-child, .t-checkout-basket-summary__promo-form:last-child {
	background-color: #b0b0b0;
	display: block;
	margin: -1px -2rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (min-width: 90em) {
	.t-page-ocst .t-main-content-element, .t-page-osel .t-main-content-element, .t-page-opay .t-main-content-element {
	}
	
	.t-page-ocst .t-site-header__masthead, .t-page-osel .t-site-header__masthead, .t-page-opay .t-site-header__masthead {
		border-top: 0;
	}
	
	.t-checkout-basket-summary {
		height: 100%;
	}
	
	.t-checkout-basket-summary__promo-form, .t-checkout-basket-summary__promo-form:first-child, .t-checkout-basket-summary__promo-form:last-child {
		margin: -1px 0;
	}
	
	.t-page-ocst .t-site-footer, .t-page-osel .t-site-footer, .t-page-opay .t-site-footer {
		padding-top: 0;
	}
}

@media (min-width: 48em) {
	.t-payment-cta {
		flex-grow: 0;
	}
	
	.t-payment-form {
		justify-content: center;
	}
	
	.t-payment-form .o-layout__item {
		align-items: center;
		display: flex;
		max-width: 75%;
	}
	
	.t-payment-form .c-form-label {
		margin-right: 1rem;
		width: 25%;
	}
	
	.t-payment-form .c-form-input {
		max-width: 50%;
	}
	
	.t-payment-form .c-form-input--cvv {
		max-width: none;
	}
	
	.t-payment-form .t-data-cvv {
		margin-left: 0.5rem;
	}
	
	.t-payment-form .c-control-group {
		flex-grow: 1;
		max-width: 50%;
	}
}

.t-checkout-customer-summary {
	margin-bottom: 1rem;
	padding: 1rem 2rem 0;
}

.t-checkout-customer-summary .c-keyline {
	border-color: #c0c0c0;
}

.t-account-landing-section {
	margin-bottom: 1rem;
}

.t-account-landing-section .c-heading-echo {
	font-size: 14px;
}

@media (min-width: 48em) {
	.t-account-landing-section .x-collapsible-content__toggle {
		display: none;
	}
	
	.t-account-landing-section .x-collapsible-content__item {
		max-height: none;
		opacity: 1;
		overflow: visible;
		visibility: visible;
	}
	
	.t-account-landing-section .c-heading-echo {
		font-size: 15px;
	}
}

.t-account-landing-section__content {
	padding-bottom: 1rem;
	padding-right: 1rem;
	padding-top: 1.25rem;
}

.t-account-landing-section__content.x-category-tree__row {
	padding-left: 1rem;
}

.t-account-landing-section__content.x-category-tree__row span.x-category-tree__link:hover {
	text-decoration: none;
}

.t-wish-list-search .c-control-group {
	border: 1px solid #eaeaea;
}

.t-wish-list-search__button {
	padding-left: calc(1em - 1px);
	padding-right: calc(1em - 1px);
}

.t-wish-list__item .c-control-group__button {
	flex: 1 1 50%;
	padding-left: 0;
	padding-right: 0;
}

.x-product-layout__applepay {
	align-content: center;
	align-items: center;
	display: flex;
	justify-content: center;
}

.x-product-layout__applepay.u-hidden {
	display: none;
}

.t-page-prod .apple-pay-button-with-text {
	border-radius: 0.125em;
	line-height: 1.8;
	margin: 0 auto 1rem auto;
	max-height: 100%;
	min-height: auto;
	padding: calc(0.5em - 1px) calc(1em - 1px);
	width: 100%;
}

.t-page-bask .apple-pay-button-with-text {
	border-radius: 4px;
	height: 45px;
	margin: 0;
	max-height: 55px;
	min-height: 30px;
	width: 100%;
}

.t-product-list__image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

.t-product-list__image:before {
	content: "";
	display: block;
	padding: 100% 0 0 0;
	position: relative;
	width: 100%;
	z-index: -1;
}

.x-hover--allowed .t-product-list__image:hover {
	opacity: 0.8;
}

.t-product-list__image-hover--effect {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: none;
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	-moz-transition: opacity 200ms linear;
	-ms-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	-webkit-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
}

.x-hover--allowed .t-product-list__image-hover--effect {
	display: block;
}

.x-hover--allowed .t-product-list__image-hover--effect:hover {
	background-color: #fff;
	opacity: 1;
	-moz-transition: opacity 200ms linear;
	-ms-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	-webkit-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
}

.x-product-list__short_description {
	color: #555;
	font-size: 0.875rem;
	line-height: 1.4;
	margin: 0;
	padding-bottom: 1em;
}

.x-product-list__flag {
	display: inline-block;
	font-size: 1.2rem;
	padding: 0 4rem;
}

.x-product-list__item .x-product-list__flag {
	display: block;
	margin-bottom: 0;
	margin-top: 0.75rem;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.x-product-list__flag {
		display: block;
	}
	
	.x-product-layout-purchase__title {
		margin-bottom: 1rem;
	}
	
	.x-product-list__item .x-product-list__flag {
		font-size: 1rem;
	}
}

.shakeThis {
	animation: shake 1s;
	animation-iteration-count: infinite;
}

@keyframes shake {
	0% {
		transform: translate(1px, 1px) rotate(0deg);
	}
	10% {
		transform: translate(-1px, -2px) rotate(-1deg);
	}
	20% {
		transform: translate(-3px, 0px) rotate(1deg);
	}
	30% {
		transform: translate(3px, 2px) rotate(0deg);
	}
	40% {
		transform: translate(1px, -1px) rotate(1deg);
	}
	50% {
		transform: translate(-1px, 2px) rotate(-1deg);
	}
	60% {
		transform: translate(-3px, 1px) rotate(0deg);
	}
	70% {
		transform: translate(3px, 1px) rotate(-1deg);
	}
	80% {
		transform: translate(-1px, -1px) rotate(1deg);
	}
	90% {
		transform: translate(1px, 2px) rotate(0deg);
	}
	100% {
		transform: translate(1px, -2px) rotate(-1deg);
	}
}

.x-messages {
	background-color: #eee;
	border-color: #666;
	border-radius: 4px;
	color: #666;
}

.x-messages--info {
	background-color: #e0ecfb;
	border-color: #114;
	color: #114;
}

.x-messages--error {
	background-color: #fbe0e6;
	border-color: #c00;
	color: #c00;
}

.x-messages--warning {
	background-color: #fbede0;
	border-color: #f60;
	color: #f60;
}

.x-messages--success {
	background-color: #e0fbe3;
	border-color: #060;
	color: #060;
}

.circleborder {
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 50%;
}

.nobgimage {
	background-image: none !important;
}

.side-padding {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.lp {
	padding-left: 1rem !important;
}

.rp {
	padding-right: 1rem !important;
}

.nlp {
	padding-left: 0 !important;
}

.nrp {
	padding-right: 0 !important;
}

.ntp {
	padding-top: 0 !important;
}

.nbp {
	padding-bottom: 0 !important;
}

.tp {
	padding-top: 1rem !important;
}

.bp {
	padding-bottom: 1rem !important;
}

.np {
	padding: 0 !important;
}

.nlm {
	margin-left: 0 !important;
}

.nrm {
	margin-right: 0 !important;
}

.nm {
	margin: 0 !important;
}

.ntm {
	margin-top: 0 !important;
}

.nbm {
	margin-bottom: 0 !important;
}

.tm {
	margin-top: 1rem !important;
}

.rm {
	margin-right: 1rem !important;
}

.bm {
	margin-bottom: 1rem !important;
}

.lm {
	margin-left: 1rem !important;
}

.nb {
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
}

.do-clear {
	clear: both;
}

.icon-margin-right {
	margin-right: 0.5em;
}

.icon-margin-left {
	margin-left: 0.5em;
}

table.fix-nested-tags, .fix-nested-tags, .fix-nested-tags td, .fix-nested-tags tr {
	border: 0;
	margin: 0;
	padding: 0;
}

.flip-horizontal {
	transform: scaleX(-1);
}

.block-as-link {
	cursor: pointer;
	transition: transform .2s;
}

.block-as-link:hover {
	transform: scale(1.2);
}

.do-img-fullwidth img {
	display: block;
	height: auto;
	margin: 0;
	max-width: none !important;
	padding: 0;
	width: 100%;
}

.simple-text-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
}

a, a:hover, button, button:hover, input, input:hover, a img, a img:hover {
	transition: all 0.5s ease 0s;
}

.u-img-align-center {
	display: block;
	margin: 0 auto;
}

@media screen and (min-width: 1400px) {
	.u-border-right {
		border-right: 1px solid #999;
	}
	
	.u-border-left {
		border-left: 1px solid #999;
	}
}

@media screen and (min-width: 30em) {
	.nm--xs {
		margin: 0 !important;
	}
}

@media screen and (min-width: 40em) {
	.nm--s {
		margin: 0 !important;
	}
}

@media screen and (min-width: 48em) {
	.nm--m {
		margin: 0 !important;
	}
}

@media screen and (min-width: 60em) {
	.nm--l {
		margin: 0 !important;
	}
}

@media screen and (min-width: 75em) {
	.nm--xl {
		margin: 0 !important;
	}
}

@media screen and (min-width: 90em) {
	.nm--w {
		margin: 0 !important;
	}
}

address {
	font-style: normal;
}

::-moz-selection {
	background: #ffb7b7;
}

::selection {
	background: #ffb7b7;
}

@media screen and (min-width: 1200px) {
	.t-main-content-element .t-ous1__right-side {
		padding-left: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1159px) {
	.t-ous1__right-side {
		padding-left: 1.5rem;
	}
}

@media screen and (max-width: 767px) {
	.t-page-ous1 picture {
		margin-bottom: 1.25rem;
	}
	
	.t-page-ous1 .t-ous1__purchase-buttons {
		text-align: center;
	}
}

#policy {
	margin: 1rem 0 2rem 0;
}

#policy table {
	border-collapse: collapse;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-spacing: 0;
	border-top: 1px solid #d5d5d5;
}

#policy h2 {
	font-weight: bold;
	margin: 2rem 0;
}

#policy h2:nth-of-type(2) {
	font-size: 1.6rem;
	line-height: 1.5;
}

#policy .table-bordered td, #policy .table-bordered th {
	border: 1px solid #d5d5d5;
	padding: 0.5rem;
}

#policy table thead th, #policy table tfoot td {
	background-color: #efefef;
}

#policy .table-bordered td {
	font-size: 0.9em;
	vertical-align: top;
}

#policy .table-bordered td ul {
	margin-bottom: 0;
}

#policy .accordion-section-heading {
	font-weight: bold;
}
