.sale {
	font-size: 15px;
	line-height: 22px;
	color: #000;
}

.sale * {
	box-sizing: border-box;
}

.sale {
	display: flex;
	flex-wrap: wrap;
}

.sale .linethrough {
	text-decoration: line-through;
}

.section {
	display: flex;
	flex-wrap: wrap;
	/*margin: 0;*/
	width: 100%;
}

.section.group.flex:before,
.section.group.flex:after {
	content: none;
}

.sale h1,
.sale h2,
.sale h3,
.sale h4,
.sale h5,
.sale h6 {
	color: #223D77;
	font-weight: normal;
}

.sale .btn,
.sale .btn.white:hover,
.sale .btn.white:focus {
	line-height: 45px;
	height: 47px;
	display: inline-block;
	font-size: 20px;
	background-color: #223D77;
	color: #fff;
	text-align: center;
	padding: 0 15px;
	border-radius: 0;
	border: 1px solid #fff;
	min-width: 200px;
	transition: .2s all;
}

.sale .btn.white,
.sale .btn:hover,
.sale .btn:focus {
	background-color: #fff;
	color: #223D77;
	border-color: #223D77;
}

.sale__header__banner {
	height: 220px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 50px;
	margin: 0 0 16px;
	padding: 20px 100px;
	position: relative;
}

.sale__header__banner:before {
	content: '';
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #030303;
	opacity: .25;
}

.sale__header__banner__bg {
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.sale__header__banner__heading {
	width: auto;
	position: relative;
	z-index: 2;
}

.sale__header__banner h1 {
	color: #223D77;
	left: 0;
	top: 0;
	text-align: left;
	text-transform: uppercase;
	font-size: 60px;
	padding: 0 15px;
	background-color: rgba(255,255,255,.5);
	line-height: 90px;
	font-weight: bolder;
	margin-bottom: 0;
}

.sale__header__banner__clock {
	padding: 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 15px 0 90px;
	width: 35%;
	position: relative;
	z-index: 2;
}

.sale__header__banner__clock__intro {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin: 0 0 5px;
}

.sale__header__banner__clock__numbers {
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

.sale__header__banner__clock__numbers span {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 0 10px;
	margin: 10px 0 15px;
}

.sale__header__banner__clock__days {
	flex-grow: 1;
}

.sale__header__banner__clock__days.hide {
	display: none;
	visibility: hidden;
}

.sale__header__banner__clock__hrs {
	flex-grow: 1;
}

.sale__header__banner__clock__mins {
	flex-grow: 1;
}

.sale__header__banner__clock__secs {
	flex-grow: 1;
}

.sale__header__banner__link {
	position: relative;
	z-index: 2;
}

.sale__header__links {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.sale__header__links li {
	display: inline-block;
	width: calc(25% - 12px);
	font-size: 20px;
}

.sale__header__links li a {
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	background-color: #184078;
	transition: .3s all;
}

.sale__header__links li a:hover,
.sale__header__links li a:focus {
	background-color: #0b254a;
}

.sale-group__heading {
	display: flex;
	justify-content: center;
	margin: 40px 0 20px;
	align-items: center;
	width: 100%;
}

.sale-group__heading h2 {
	color: #223D77;
	font-weight: 500;
	margin: 0;
	width: 80%;
	text-align: center;
	font-size: 30px;
}

.sale-group__heading p {
	margin: 0;
	padding: 0;
}

.sale-group__heading p a {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	text-decoration: underline;
}

.sale-group {
	justify-content: space-between;
	width: 100%;
	padding: 0 2px;
}

.sale-block {
	width: calc(16.666% - 12px);
	border: 1px solid #C8C8C8;
	font-size: 15px;
	color: #243D77;
	background-color: #fff;
	transition: .2s all;
	outline: 2px solid #fff;
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
}

.sale-block:hover,
.sale-block:focus-within {
	outline: 2px solid #243D77;
	border-color: #fff;
}

.sale-block__main {
	padding: 12px 9.5px;
	display: block;
	flex-grow: 1;
	text-decoration: none;
	color: inherit;
	position: relative;
}

a.sale-block__main:hover,
a.sale-block__main:focus {
	text-decoration: none;
	color: inherit;
}

.sale-block__title {
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	min-height: 60px;
}

.sale-block__image {
	width: 100%;
	height: auto;
	margin: 10px 0;
}

.sale-block__image-wrapper {
	position: relative;
}

.sale-block__discount {
	position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    aspect-ratio: 1/1;
    align-items: center;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 14px;
    color: #fff;
    background-color: #FF8900;
    line-height: 1;
}

.sale-block__image.lifestyle {
	width: calc(100% + 19px);
	margin-left: -9.5px;
}

.sale-block__price {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 8px;
}

.sale-block__price small {
	display: block;
	font-size: 15px;
	font-weight: normal;
}

.sale-block__price--was {
	margin-bottom: 0;
	color: #707070;
	line-height: 1.35;
}

.sale-block .add-to-basket {
	width: 100%;
	border: none;
	/*color: #fff;*/
	/*background-color: #13C057;*/
	text-decoration: none;
	cursor: pointer;
	height: 46px;
	line-height: 44px;
	text-align: center;
	font-size: 20px;
	transition: .3s all;
	min-width: 0!important;
}

.sale-block .add-to-basket:hover,
.sale-block .add-to-basket:focus {
	border:1px solid #243D77!important;
}

.sale-block--large {
	width: calc(50% - 7.5px);
	border: 1px solid #243D77;
	color: #fff;
	transition: .2s all;
	outline: 2px solid #fff;
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sale-block--large:hover,
.sale-block--large:focus-within {
	outline: 2px solid #243D77;
}

.sale-block--large__main {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	text-decoration: none;
	color: inherit;
	flex-grow: 1;
	position: relative;
	aspect-ratio: 689/300;
}

.sale-block--large__main:hover,
.sale-block--large__main:focus {
	color: inherit;
	text-decoration: none;
}

.sale-block--large__main:before {
	content: '';
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%);
}

.sale-block--large__main__copy {
	width: 42%;
	padding: 25px;
	/*min-height: 300px;*/
	position: relative;
	z-index: 2;
}

.sale-block--large__best-seller {
	/*height: 28px;*/
	color: #fff;
	background-color: #FF8900;
	padding: 0 5px;
	/*line-height: 28px;*/
	font-size: xx-large;
	font-weight: 500;
	margin: 10px 0 0;
	text-align: center;
	display: inline-block;
	width: auto;
	min-width: 86px;
}

.sale-block--large__latest-deals {
	height: 28px;
	color: #fff;
	background-color: #FF8900;
	padding: 0 5px;
	line-height: 26px;
	font-size: 15px;
	font-weight: 500;
	margin: 10px 0 0;
	width: 100px;
}

.sale-block--large__price {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	margin: 20px 0 5px;
	line-height: 1;
}

.sale-block--large__price--was {
	font-size: 24px;
	color: #fff;
	margin: 0 0 20px;
}

.sale-block--large__price--was span {
	text-decoration: line-through;
}

.sale-block--large__rating {
	width: 100%;
	font-family: 'Font Awesome 5 Pro';
	font-size: 17px;
	color: #FFDD00;
	/*margin: 10px 0 20px;*/
	letter-spacing: 1px;
	font-weight: bold;
}

.sale-block--large__rating span {
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	/*text-decoration: underline;*/
	display: inline-block;
	margin-left: 5px;
	font-size: 15px;
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	bottom: 1px;
}

.sale-block--large__rating.rating--1:before {
	content: '\f005';
}

.sale-block--large__rating.rating--2:before {
	content: '\f005 \f005';
}

.sale-block--large__rating.rating--3:before {
	content: '\f005 \f005 \f005';
}

.sale-block--large__rating.rating--4:before {
	content: '\f005 \f005 \f005 \f005';
}

.sale-block--large__rating.rating--5:before {
	content: '\f005 \f005 \f005 \f005 \f005';
}

.sale-block--large__main__image-wrapper {
	width: 58%;
	display: flex;
	align-items: center;
	justify-content: center;
	/*position: relative;*/
}

.sale-block--large__main__image-wrapper img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.sale-block--large__main .product-image.lifestyle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sale-block--large.category .sale-block--large__main {
	background-color: #243D77;
	color: #fff;
	align-items: center;
}

.sale-block--large.category .sale-block--large__main__copy {
	width: 50%;
}

.sale-block--large.category .sale-block--large__price {
	font-size: 40px;
	color: #fff;
	margin-bottom: 30px;
}

.sale-block--large.category .sale-block--large__main__image-wrapper {
	position: relative;
	width: 50%;
	height: 100%;
}

.sale-block--large.category .sale-block--large__main__image-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100%;
	background-image: url('..sale/curve.svg');
	background-size: auto 100%;
	background-repeat: no-repeat;
	z-index: 2;
}

.sale-block--large.category .sale-block--large__main__image-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sale-block--large.category-w-bg .sale-block--large__main {
	background-image: url('..sale/brick-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff!important;
	align-items: center;
}

.sale-block--large.category-w-bg .sale-block--large__main__image-wrapper {
	height: 100%;
}

.sale-block--large.category-w-bg .sale-block--large__main__image-wrapper img {
	height: 100%;
	margin-top: 30px;
	margin-bottom: -30px;
}

.sale-block--large.category-w-bg .sale-block--large__price,
.sale-block--large.category-w-bg .sale-block--large__price--was {
	color: #fff;
}

.sale-block--large.category-img .sale-block--large__main {
	display: block;
}

.sale-block--large.category-img .sale-block--large__main img {
	width: 100%;
	height: auto;
}

.sale-block--large .btn--white {
	background-color: #fff;
	color: #243D77;
	border-radius: 0;
	min-width: 150px;
}

.sale-block--large__footer {
	background-color: #243D77;
	color: #fff;
	padding: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.sale-block--large__title {
	width: 50%;
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	margin: 0;
}

.sale-block--large .add-to-basket {
	width: 100%;
	border: none;
	color: #fff;
	background-color: #13C057;
	text-decoration: none;
	cursor: pointer;
	height: 46px;
	line-height: 44px;
	padding: 0 30px;
	width: 219px;
	text-align: center;
	font-size: 20px;
	transition: .3s all;
	min-width: 0;
}

.sale-block--large .add-to-basket:hover,
.sale-block--large .add-to-basket:focus {
	background-color: #06923d;
}

.sale-range {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sale-range__item {
	width: calc(50% - 7.5px);
	position: relative;
	aspect-ratio: 231/106;
	margin-bottom: 15px;
	padding: 25px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.sale-range__item__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
}

.sale-range__item__logo {
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 2;
	width: 150px;
	height: auto;
}

.sale-range__item__badge {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	background-color: #223D77;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	padding: 5px;
	z-index: 2;
}

.sale-range__item__badge span {
	font-size: .6em;
}

.sale-range__item__extra-badge {
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 2;
	padding: 10px 5px;
	line-height: 1.2;
	text-align: center;
	background-color: rgba(255,255,255,.6);
	color: #223D77;
	text-transform: uppercase;
	font-weight: bold;
	max-width: 120px;
}

.sale-range__item .sale-range__item__heading {
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	width: 45%;
	position: relative;
	z-index: 2;
	line-height: 1.2;
}

.sale-range__item__btn {
	position: relative;
	z-index: 2;
	border: 1px solid #223D77!important;
}

.sale__cta {
	background-color: #F7F7F7;
	width: 100%;
	margin: 30px 0;
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
}

.sale__cta__heading {
	margin: 20px;
	font-size: 25px;
}

.sale__cta__btn {
	margin: 20px;
}

.sale__cta__copy {
	margin: 20px;
	width: 100%;
	font-size: 22px;
	color: #223D77;
}

.sale__cta__copy a {
	color: inherit;
	text-decoration: underline;
}

.sale__seo__outro {
	text-align: center;
	padding: 0 120px;
	margin: 0 0 60px;
	color: #707070;
}

.sale__seo__outro h1 {
	font-size: 25px;
	font-weight: bold;
	margin: 40px 0 10px;
}

.sale__seo__outro h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 10px;
}

.sale__seo__outro h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 10px;
}

.sale__seo__outro h4 {
	font-size: 17px;
	font-weight: bold;
	margin: 40px 0 10px;
}

.sale__seo__outro h5 {
	font-size: 17px;
	font-weight: normal;
	margin: 40px 0 10px;
}

.sale__seo__outro h6 {
	font-size: 17px;
	font-weight: normal;
	margin: 40px 0 10px;
}

.sale__seo__outro p {
	font-size: 17px;
	line-height: 28px;
}

.sale__seo__outro ul {
	list-style: none;
	padding: 0 30px;
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 28px;
}

.sale__seo__outro ul li {
	text-align: center;
	margin: 0 0 20px;
}

.sale__seo__outro ul li:before {
	content: '• ';
}

@media only screen and (max-width: 1300px) {

	.sale__header__banner {
		padding: 20px 60px;
	}

	.sale__header__banner h1 {
		font-size: 48px;
		line-height: 80px;
	}
}

@media only screen and (max-width: 1100px) { 

	.sale .btn, .sale .btn.white:hover, .sale .btn.white:focus {
		font-size: 18px;
		height: 42px;
		line-height: 40px;
	}

	.sale__header__banner {
		padding: 20px 40px;
	}

	.sale__header__banner h1 {
		font-size: 40px;
		line-height: 70px;
	}

	.sale__header__banner__clock {
		margin: 0 15px;
		width: auto;
		display: inline-block;
	}

	.sale__header__links li {
		font-size: 16px;
	} 	

	.sale-block--large .add-to-basket {
		width: 180px;
		font-size: 18px;
	}

	.sale-block .add-to-basket {
		font-size: 16px;
		padding: 0 5px;
	}

	.sale-block--large__title {
		font-size: 16px;
	}

	.sale-block--large__price {
		font-size: 40px;
		margin: 5px 0 0;
	}

	.sale-block--large__price--was {
		font-size: 20px;
	}

	.sale-block--large__main__copy {
		width: 50%;
	}

	.sale-block--large .add-to-basket {
		width: 170px;
		padding: 0 10px;
	}

	.sale-block__title {
		line-height: 1.35;
	}

	.sale .btn, .sale .btn.white:hover, .sale .btn.white:focus {
		min-width: 150px;
	}

	.sale-range__item {
		padding: 15px;
	}

	.sale-range__item .sale-range__item__heading {
		width: auto;
		font-size: 25px;
	}

	.sale-range__item__badge {
		height: 75px;
		width: 75px;
		top: 10px;
		right: 10px;
		font-size: 18px;
	}

	.sale-range__item__logo {
		top: 15px;
		left: 15px;
		width: 100px;
	}

	.sale-range__item__extra-badge {
		top: 15px;
		left: 15px;
	}

	.sale-block--large__best-seller {
		font-size: 30px;
	}
}

@media only screen and (max-width: 840px) {   

	.sale__header__banner {
		padding: 20px 30px;
		justify-content: center;
		flex-wrap: wrap;

	}

	.sale__header__banner__heading {
		width: 100%;
		text-align: center;
	}

	.sale__header__banner h1 {
		font-size: 40px;
		display: inline-block;
		width: auto;
		line-height: 60px;
	}

	.sale__header__banner__clock {
		padding: 0 10px;
	}

	.sale__header__banner__clock__numbers span {
		font-size: 36px;
		margin: 10px 0 8px;
	}

	.sale-block--large {
		width: 100%;
	}

	.sale-block {
		width: calc(50% - 8px);
	}

	.sale-block--large.category .sale-block--large__price {
		font-size: 20px;
	}

	.sale-block--large.category .sale-block--large__main__copy {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.sale-block--large .btn--white {
		min-width: 100px;
	}

	.sale-block--large.category-w-bg .sale-block--large__main__image-wrapper img {
		height: auto;
		margin-top: 20px;
		margin-bottom: -20px;
		margin-right: 5px;
	}

	.sale-range__item__extra-badge {
		max-width: 110px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 700px) {
	
	.sale-range__item {
		width: 100%;
		padding: 10px;
	}

	.sale-range__item__extra-badge {
		top: 10px;
		left: 10px;
	}
}

@media only screen and (max-width: 600px) {  

	.section.group.flex {
		padding-left: 0;
		padding-right: 0;
	}

	.sale .btn, .sale .btn.white:hover, .sale .btn.white:focus {
		min-width: 100px;
    	font-size: 16px;
    	height: 40px;
    	line-height: 38px;
	}

	.sale-block .add-to-basket {
		line-height: 40px;
	}

	.sale__header__banner {
		padding: 30px 20px;
		flex-wrap: wrap;
		margin-bottom: 10px;
		height: auto;
	}

	.sale__header__banner__heading {
		margin-bottom: 10px;
	}

	.sale__header__banner__clock {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	.sale__header__banner__clock__intro {
		font-size: 17px;
	}

	.sale__header__banner__clock__numbers span {
		font-size: 30px;
		margin: 10px 0 5px;
	}

	.sale__header__banner__clock__numbers {
		justify-content: center;
	}

	.sale__header__banner__clock__numbers > * {
		flex-grow: initial!important;
	}

	.sale-group__heading h2 {
		font-size: 25px;
	}

	.sale-block--large__main__copy {
		width: 50%;
		padding: 12px;
	}

	.sale-block--large__best-seller {
		font-size: 18px;
	}

	.sale-block--large__price {
		font-size: 36px;
		margin-top: 10px;
	}

	.sale-block--large__price--was {
		font-size: 16px;
	}

	.sale-block--large__rating {
		margin: 0 0 20px;
	}

	.sale-block--large__main__image-wrapper {
		width: 50%;
	}

	.sale-block--large__footer {
		padding: 20px 12px;
	}

	.sale-block--large__title {
		font-size: 15px;
		padding-right: 10px;
		width: calc(100% - 124px);
	}

	.sale-block--large .add-to-basket {
		width: 124px;
	padding: 0 12px;
	font-size: 15px;
	}

	.sale-block:hover,
	.sale-block:focus-within,
	.sale-block--large:hover,
	.sale-block--large:focus-within {
		outline: none;
		border: 1px solid #243D77;
	}

	.sale__cta__heading {
		margin: 0;
	}

	.sale__cta__copy {
		font-size: 16px;
		margin: 0;
	}

	.sale__seo__outro {
		padding: 0;
	}

	.sale__cta__btn {
		margin: 15px 0 30px;
	}

	.sale-range__item .sale-range__item__heading {
		font-size: 18px;
	}

	.sale-range__item__badge {
	    height: 55px;
	    width: 55px;
	    top: 10px;
	    right: 10px;
	    font-size: 14px;
	}
}