body {
	background-color: #f0ede8;
}

.home .site-header,
.strapsco-2025-front-page-design .site-header {
	margin-bottom: 0;
}

/* hero */

.strapsco-2025-front-page-hero-slide {
	position: relative;
	height: 760px;
	background-image: url('https://cdn.strapsco.com/wp-content/themes/strapsco-2025/images/hero.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.strapsco-2025-front-page-hero-slide-panel {
	position: absolute;
	width: 620px;
	left: 32px;
	bottom: 32px;
	border-radius: 10px;
	padding: 32px;
	background-color: #fff;
	color: #1d1410;
	font-size: 16px;
	line-height: 1.5;
}

.strapsco-2025-front-page-hero-slide-panel aside {
	color: #1d1410;
	font-weight: 600;
	font-size: 10px;
	line-height: 2.4;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.strapsco-2025-hero-slide-panel-stars {
	vertical-align: -4px;
	margin-right: 20px;
}

.strapsco-2025-front-page-hero-slide-panel h2 {
	margin-top: 14px;
	margin-bottom: 23px;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.25;
}

.strapsco-2025-front-page-hero-slide-panel p {
	margin-top: 0;
	margin-bottom: 0;
	color: #615f5d;
	letter-spacing: -0.2px;
}

.strapsco-2025-front-page-hero-slide-cta {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 10px;
	margin-top: 34px;
	margin-bottom: 24px;
}

.strapsco-2025-front-page-hero-slide-cta > * {
	flex: 1;
}

.strapsco-2025-front-page-hero-slide-cta .strapsco-2025-button {
	text-align: center;
}

.strapsco-2025-front-page-hero-slide-30-day-returns {
	color: #615f5d;
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
}

.strapsco-2025-front-page-hero-slide-30-day-returns img {
	margin-right: 6px;
	vertical-align: -5px;
}

@media (max-width: 1600px) {
	.strapsco-2025-front-page-hero-slide {
		height: 700px;
	}
}

@media (max-width: 1400px) {
	.strapsco-2025-front-page-hero-slide {
		height: 600px;
	}

	.strapsco-2025-front-page-hero-slide-panel {
		left: 20px;
		bottom: 30px;
		padding: 20px;
	}

	.strapsco-2025-front-page-hero-slide-panel h2 {
		margin-top: 8px;
		margin-bottom: 11px;
		font-weight: 500;
		font-size: 24px;
		line-height: 1.2;
	}

	.strapsco-2025-front-page-hero-slide-cta {
		margin-bottom: 10px;
	}
}

@media (max-width: 1200px) {
	.strapsco-2025-front-page-hero-slide {
		height: 500px;
	}
}

@media (max-width: 1000px) {
	.strapsco-2025-front-page-hero-slide {
		height: 610px;
		background-image: url('https://cdn.strapsco.com/wp-content/themes/strapsco-2025/images/hero-mobile.webp');
	}

	.strapsco-2025-front-page-hero-slide-panel {
		width: 335px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 28px;
		padding-bottom: 24px;
	}

	.strapsco-2025-hero-slide-panel-stars {
		display: block;
		margin-right: 0;
		margin-bottom: 8px;
	}

	.strapsco-2025-front-page-hero-slide-cta {
		display: block;
	}

	.strapsco-2025-front-page-hero-slide-cta .strapsco-2025-button {
		display: block;
		margin-top: 10px;
	}
}

/* features */

.strapsco-2025-front-page-features {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #b7ad9e;
	color: #1d1410;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.1px;
	text-align: center;
}

.strapsco-2025-front-page-features img {
	margin-right: 15px;
	vertical-align: middle;
}

@media (min-width: 1400px) {
	.strapsco-2025-front-page-features {
		display: flex;
		flex-direction: row;
		justify-content: center;
		gap: 74px;
	}
}

/* collections */

.strapsco-2025-front-page-collections {
	padding-top: 37px;
	padding-bottom: 72px;
	text-align: center;
}

.strapsco-2025-front-page-collections h2 {
	margin-top: 0;
	margin-bottom: 33px;
	color: #000;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3;
}

.strapsco-2025-front-page-collections h2 .strapsco-2025-front-page-collections-explore {
	display: block;
	margin-bottom: 29px;
	font-size: 14px;
	line-height: 1.2;
}

.strapsco-2025-front-page-collections-columns {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	user-select: none;
	cursor: grab;
	-webkit-tap-highlight-color: transparent;
}

.strapsco-2025-front-page-collections-columns a {
	width: 114px;
	display: block;
	color: inherit;
	text-decoration: none;
}

.strapsco-2025-front-page-collections-columns a:hover {
	text-decoration: underline;
}

.strapsco-2025-front-page-collections-columns figure {
	display: block;
	margin: 0;
}

.strapsco-2025-front-page-collections-columns img {
	display: block;
	margin-bottom: 20px;
}

@media (min-width: 700px) {
	.strapsco-2025-front-page-collections-columns {
		display: flex;
		flex-direction: row;
		justify-content: center;
		gap: 15px;
		margin-left: auto;
		margin-right: auto;
		user-select: auto;
		cursor: auto;
		-webkit-tap-highlight-color: transparent;
	}
}

@media (min-width: 800px) {
	.strapsco-2025-front-page-collections-columns {
		gap: 30px;
	}
}

@media (min-width: 1400px) {
	.strapsco-2025-front-page-collections {
		padding-top: 77px;
		padding-bottom: 171px;
	}

	.strapsco-2025-front-page-collections h2 {
		margin-bottom: 69px;
		font-weight: 500;
		font-size: 40px;
		line-height: 1.25;
	}

	.strapsco-2025-front-page-collections h2 .strapsco-2025-front-page-collections-explore {
		margin-bottom: 17px;
	}

	.strapsco-2025-front-page-collections-columns {
		gap: 60px;
		font-weight: 500;
		font-size: 24px;
		line-height: 1.2;
	}

	.strapsco-2025-front-page-collections-columns a {
		width: 200px;
	}

	.strapsco-2025-front-page-collections-columns img {
		margin-bottom: 27px;
	}
}

/* why people love us */

.strapsco-2025-front-page-why-people-love-us h2 {
	margin-top: 0;
	margin-bottom: 12px;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
}

.strapsco-2025-front-page-why-people-love-us-border {
	border-top: 1px solid rgb(76 75 74 / 30%);
}

.strapsco-2025-front-page-why-people-love-us-rows {
	/*
	We are using flexbox here because it is the easiest way to align everything to the right.
	*/
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.strapsco-2025-front-page-why-people-love-us-row {
	display: flex;
	flex-direction: row;
	border-top: 1px solid rgb(76 75 74 / 30%);
	padding-top: 22px;
	padding-bottom: 90px;
}

.strapsco-2025-front-page-why-people-love-us-row:first-child {
	border-top-width: 0;
}

.strapsco-2025-front-page-why-people-love-us-row h3 {
	width: 195px;
	margin-left: 10px;
	margin-right: 191px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
}

.strapsco-2025-front-page-why-people-love-us-row p {
	width: 530px;
	margin-right: 62px;
	margin-top: 0;
	margin-bottom: 0;
	color: #615f5d;
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 1200px) {
	.strapsco-2025-front-page-why-people-love-us-row h3 {
		margin-right: 100px;
	}

	.strapsco-2025-front-page-why-people-love-us-row p {
		width: 400px;
	}
}

@media (max-width: 1000px) {
	.strapsco-2025-front-page-why-people-love-us h2 {
		margin-bottom: 22px;
	}

	.strapsco-2025-front-page-why-people-love-us-rows {
		display: block;
	}

	.strapsco-2025-front-page-why-people-love-us-row {
		display: block;
		position: relative;
		border-top-width: 0;
		padding-left: 86px;
		padding-bottom: 48px;
	}

	.strapsco-2025-front-page-why-people-love-us-row > *:first-child {
		position: absolute;
		left: -6px;
		top: 18px;
	}

	.strapsco-2025-front-page-why-people-love-us-row h3 {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
		font-weight: 500;
		font-size: 18px;
		line-height: 1.2;
	}

	.strapsco-2025-front-page-why-people-love-us-row p {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 19px;
	}
}

/* our values container */

@media (min-width: 800px) {
	.strapsco-2025-front-page-our-values-container {
		width: calc(100% - 40px);
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1000px) {
	.strapsco-2025-front-page-our-values-container {
		width: calc(100% - 80px);
		max-width: 1640px;
	}
}

/* our values */

.strapsco-2025-front-page-our-values {
	margin-top: 32px;
}

.strapsco-2025-front-page-our-values h2 {
	display: none;
	margin-top: 0;
	margin-bottom: 196px;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
}

.strapsco-2025-front-page-our-values-background {
	height: 604px;
	padding-top: 100px;
	background-image: url('https://cdn.strapsco.com/wp-content/themes/strapsco-2025/images/front-page/our-values/our-values.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.strapsco-2025-front-page-our-values-slider {
	user-select: none;
	cursor: grab;
	-webkit-tap-highlight-color: transparent;
}

.strapsco-2025-front-page-our-value {
	width: 300px;
	border-radius: 10px;
}

.strapsco-2025-front-page-our-value-border {
	position: relative;
	height: 420px;
	border: 1px solid rgb(46 46 46 / 10%);
	border-radius: 10px;
}

.strapsco-2025-front-page-our-value-wrapper:nth-child(1) .strapsco-2025-front-page-our-value {
	background-color: #b7ad9e;
}

.strapsco-2025-front-page-our-value-wrapper:nth-child(2) .strapsco-2025-front-page-our-value {
	background-color: #c2c5bc;
}

.strapsco-2025-front-page-our-value-wrapper:nth-child(3) .strapsco-2025-front-page-our-value {
	background-color: #c6b6b5;
}

.strapsco-2025-front-page-our-value-icon {
	position: absolute;
	right: 9px;
	top: 9px;
	border-radius: 4px;
	padding: 20px;
}

.strapsco-2025-front-page-our-value-wrapper:nth-child(1) .strapsco-2025-front-page-our-value-icon {
	background-color: #A2998B;
}

.strapsco-2025-front-page-our-value-wrapper:nth-child(2) .strapsco-2025-front-page-our-value-icon {
	background-color: #B3B7AB;
}

.strapsco-2025-front-page-our-value-wrapper:nth-child(3) .strapsco-2025-front-page-our-value-icon {
	background-color: #AF9596;
}

.strapsco-2025-front-page-our-value-icon img {
	display: block;
}

.strapsco-2025-front-page-our-value-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #615f5d;
	font-size: 14px;
	line-height: 1.5;
}

.strapsco-2025-front-page-our-value-content h3 {
	margin-top: 0;
	padding-right: 100px;
	color: #1d1410;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
}

.strapsco-2025-front-page-our-value-content p {
	margin-bottom: 0;
}

.strapsco-2025-front-page-our-values .tns-nav {
	padding-top: 40px;
}

.strapsco-2025-front-page-our-values .tns-nav > button {
	background-color: #1d1410;
	opacity: 0.3;
}

.strapsco-2025-front-page-our-values .tns-nav > button.tns-nav-active {
	opacity: 1;
}

@media (min-width: 800px) {
	.strapsco-2025-front-page-our-values {
		margin-top: 104px;
	}

	.strapsco-2025-front-page-our-values h2 {
		display: block;
	}

	.strapsco-2025-front-page-our-values-background {
		height: 853px;
		padding-top: 0;
	}

	.strapsco-2025-front-page-our-values-background > .strapsco-2025-front-page-our-values-container {
		position: relative;
	}

	.strapsco-2025-front-page-our-values-slider {
		user-select: auto;
		cursor: auto;
		-webkit-tap-highlight-color: transparent;
	}

	.strapsco-2025-front-page-our-value-wrapper {
		position: absolute;
	}

	.strapsco-2025-front-page-our-value-wrapper:nth-child(1) {
		right: 316px;
		top: -210px;
	}

	.strapsco-2025-front-page-our-value-wrapper:nth-child(2) {
		right: 0;
		top: -210px;
	}

	.strapsco-2025-front-page-our-value-wrapper:nth-child(3) {
		right: 0;
		top: 226px;
	}
}

@media (min-width: 1400px) {
	.strapsco-2025-front-page-our-values {
	}

	.strapsco-2025-front-page-our-values h2 {
	}

	.strapsco-2025-front-page-our-values-background {
	}

	.strapsco-2025-front-page-our-value {
		width: 536px;
	}

	.strapsco-2025-front-page-our-value-border {
		height: 420px;
	}

	.strapsco-2025-front-page-our-value-wrapper:nth-child(1) {
		right: 552px;
		top: -210px;
	}

	.strapsco-2025-front-page-our-value-wrapper:nth-child(2) {
		right: 0;
		top: -210px;
	}

	.strapsco-2025-front-page-our-value-wrapper:nth-child(3) {
		right: 0;
		top: 226px;
	}

	.strapsco-2025-front-page-our-value-content h3 {
		padding-right: 0;
	}
}

/* customers reviews */

.strapsco-2025-front-page-customers-reviews {
	padding-top: 100px;
	padding-bottom: 50px;
	background-color: #c2cbb4;
}

.strapsco-2025-front-page-customers-reviews-background {
	position: relative;
	height: 660px;
	border-radius: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #adb59f;
	color: #1d1410;
}

.strapsco-2025-front-page-customers-reviews-columns {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
}

.strapsco-2025-front-page-customers-reviews-column-1 {
	flex: 0 0 230px;
}

.strapsco-2025-front-page-customers-reviews-column-1 h2 {
	margin-top: 7px;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
}

.strapsco-2025-front-page-customers-reviews-star-rating {
	font-size: 64px;
	line-height: 1.25;
}

.strapsco-2025-front-page-customers-reviews-star {
	display: inline-block;
	border-radius: 10px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #c2cbb4;
	vertical-align: 22px;
}

.strapsco-2025-front-page-customers-reviews-star svg {
	display: block;
}

.strapsco-2025-front-page-customers-reviews-column-2 {
	flex: 0 1 1058px;
}

.strapsco-2025-front-page-customers-reviews-column-2 blockquote {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.25;
	letter-spacing: 0.3px;
}

.strapsco-2025-front-page-customers-reviews-column-2 blockquote > p {
	margin-top: 0;
	margin-bottom: 0;
}

.strapsco-2025-front-page-customers-reviews-column-2 > p {
	margin-top: 26px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.2;
}

.strapsco-2025-front-page-customers-reviews-column-2 a {
	color: inherit;
	font-weight: 500;
	text-decoration: underline;
}

.strapsco-2025-front-page-customers-reviews-column-2 a:hover {
	text-decoration: none;
}

.strapsco-2025-front-page-customers-reviews-column-2 svg {
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: 3px;
}

.strapsco-2025-front-page-customers-reviews figure {
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 230px;
	margin: 0;
}

.strapsco-2025-front-page-customers-reviews figure img {
	display: block;
	border-radius: 10px;
}

.strapsco-2025-front-page-customers-reviews figcaption {
	margin-top: 8px;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 8px;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.2;
}

.strapsco-2025-front-page-customers-reviews figcaption h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
}

.strapsco-2025-front-page-customers-reviews figcaption .amount {
	color: #615f5d;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
}

@media (max-width: 1000px) {
	.strapsco-2025-front-page-customers-reviews {
		padding-top: 0;
		padding-bottom: 0;
	}

	.strapsco-2025-front-page-customers-reviews .strapsco-2025-container {
		width: auto;
	}

	.strapsco-2025-front-page-customers-reviews-background {
		height: auto;
		border-radius: 0;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 70px;
		padding-bottom: 80px;
	}

	.strapsco-2025-front-page-customers-reviews-columns {
		display: block;
	}

	.strapsco-2025-front-page-customers-reviews-column-1 h2 {
		margin-bottom: 25px;
	}

	.strapsco-2025-front-page-customers-reviews-star-rating {
		margin-bottom: 22px;
		font-weight: 300;
		font-size: 52px;
		line-height: 1.2;
	}

	.strapsco-2025-front-page-customers-reviews-star {
		vertical-align: 7px;
	}

	.strapsco-2025-front-page-customers-reviews-column-2 blockquote {
		font-weight: 500;
		font-size: 24px;
		line-height: 120%;
		letter-spacing: -0.6px;
	}

	.strapsco-2025-front-page-customers-reviews-column-2 > p {
		margin-top: 31px;
	}

	.strapsco-2025-front-page-customers-reviews figure {
		position: static;
	}

	.strapsco-2025-front-page-customers-reviews figure {
		margin-top: 36px;
	}
}

/* best sellers */

.strapsco-2025-front-page-best-sellers {
	padding-top: 73px;
	padding-bottom: 60px;
}

.strapsco-2025-front-page-best-sellers h2 {
	margin-top: 0;
	margin-bottom: 34px;
	color: #000;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3;
}

.strapsco-2025-front-page-best-sellers-cta {
	text-align: center;
}

@media (min-width: 800px) {
	.strapsco-2025-front-page-best-sellers {
		padding-top: 90px;
		padding-bottom: 60px;
	}

	.strapsco-2025-front-page-best-sellers h2 {
		margin-bottom: 69px;
		font-weight: 500;
		font-size: 40px;
		line-height: 1.25;
	}
}

@media (max-width: 799.98px) {
	.strapsco-2025-product-slider .strapsco-2025-container {
		width: auto;
	}
}
