/*=== Homepage Updates===*/
.home-stacked-links {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(3, 1fr);
	gap: 0.69rem;
	width: 22.3125rem;
	margin-left: auto;
}

.stacked-link {
	padding: 1.125rem 1.375rem;
	background: #3394A4;
	text-decoration: none;
	position: relative;
	font-family: Roboto, sans-serif;
	transition: background 150ms ease-in-out;
}

.stacked-link:hover {
	background: #52BCCE;
}

.stacked-link:hover .stacked-link--arrow img {
	content: url('/img/svg/arrow-right-bigger.svg')
}

.stacked-link span {
	color: #fff;
	text-decoration: none;
	font-size: 1.1875rem;
}

.stacked-link--arrow {
	position: absolute;
	right: 1.375rem;
	bottom: 1.125rem;
	display: flex;
	flex-direction: row;
	gap: 1.25rem
}

.stacked-link--arrow span {
	font-size: 1rem;
}

.stacked-link--arrow img {
	transition: all 150ms ease-in-out;
}

.half-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75rem;
	align-items: stretch;
}

.browse-catalogue-half {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.browse-catalogue-half h2 {
	margin-bottom: 0;
}

.browse-catalogue-half img {
	width: 100%;
}

.browse-catalogue-half p {
	line-height: 1.25rem;
}

.browse-catalogue-half .button-pink {
	width: fit-content;
}

.made-to-measure-half {
	position: relative;
	display: flex;
	flex-direction: column;
}

.made-to-measure-half img {
	position: absolute;
	width: 10.15019rem;
	top: 0;
	left: 50%;
	transform: translateX(-50%) rotate(-8.264deg);
}

.made-to-measure-half .blue-box {
	background: #3394A4;
	margin-top: 5rem !important;
	min-height: calc(100% - 5rem - 2.5rem) !important;
	border-radius: 0.625rem;
	padding: 1.25rem;
	padding-top: 3rem !important;
	display: flex;
	box-sizing: border-box;
}

.made-to-measure-half .blue-box .blue-box__text {
	align-self: flex-end;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	color: #fff;
}

.made-to-measure-half .blue-box .blue-box__text h2 {
	margin-bottom: 0;
	color: #fff;
}

.made-to-measure-half .blue-box .blue-box__text p {
	line-height: 1.25rem;
}

.made-to-measure-half .blue-box .blue-box__text .button-pink {
	width: fit-content;
	display: inline-block;
}

.benefits-section {
	background: #3394A4;
	margin-top: 4.69rem;
	padding: 4.69rem;
}

.benefits-section .benefits-section__halves {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 6rem;
}

.benefits-section .benefits-section__halves .benefits-section__half {
	width: 50%;
	color: #fff;
}

.benefits-section .benefits-section__halves .benefits-section__half h2 {
	color: #fff;
	margin-bottom: 0;
}

.benefits-section .benefits-section__halves .benefits-section__half.left-half {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.benefits-section .benefits-section__halves .benefits-section__half.left-half p {
	line-height: 1.25rem;
}

.benefits-section .benefits-section__halves .benefits-section__half.left-half .button-pink {
	width: fit-content;
}


.benefits-section .benefits-section__halves .benefits-section__half.right-half ul {
	list-style-type: disc;
}

.benefits-section .benefits-section__halves .benefits-section__half.right-half li {
	line-height: 1.5625rem;
	list-style-type: disc;
}

.factory-section {
	padding-top: 4.69rem;
}

.factory-section .factory-section__halves {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.factory-section .factory-sections__halves .factory-section__half {
	width: 100%;
	max-width: 50%;
	padding: 0;
}

.factory-section .factory-section__halves .factory-section__half.left-half {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding-right: 3.88rem;
}

.factory-section .factory-section__halves .factory-section__half.left-half h2 {
	margin-bottom: 0;
}

.factory-section .factory-section__halves .factory-section__half.left-half p {
	line-height: 1.25rem;
}

.factory-section .factory-section__halves .factory-section__half.right-half {
	min-width: 50%;
}

.factory-section .factory-section__halves .factory-section__half.right-half img {
	width: 100%;
}

/*===Homepage Responsive Styles===*/
@media (max-width: 1200px) {
	.half-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.benefits-section {
		padding: 3rem 2rem;
	}

	.benefits-section .benefits-section__halves {
		flex-direction: column;
		gap: 2rem;
	}

	.benefits-section .benefits-section__halves .benefits-section__half {
		width: 100%;
		max-width: 100%;
	}

	.factory-section .factory-section__halves {
		flex-direction: column;
	}

	.factory-section .factory-section__halves .factory-section__half.left-half {
		padding-right: 0;
		padding-bottom: 2rem;
	}

	.factory-section .factory-sections__halves .factory-section__half,
	.factory-section .factory-section__halves .factory-section__half.right-half {
		max-width: 100%;
		min-width: 100%;
	}
}

@media (max-width: 1200px) {
	.home-stacked-links {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.content {
		padding-left: 5vw !important;
		padding-right: 5vw !important;
		box-sizing: border-box;
	}

	#header.home .info {
		background: #e5ecef;
		width: 100%;
		padding: 0 5vw;
		margin: 0;
		box-sizing: border-box;
	}

	#header.home .info .content {
		padding-top: 0 !important;
		gap: 0 !important;
		width: 100%;
		max-width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		display: flex !important;
		flex-direction: column !important;
		grid-template-columns: unset !important;
		align-items: center;
	}

	.home-stacked-links {
		width: 90vw;
		gap: 0.75rem;
		grid-template-columns: 1fr !important;
		grid-template-rows: repeat(3, 1fr) !important;
		margin: 0 auto !important;
		padding: 0 0 1.5rem 0 !important;
		background: transparent;
		box-sizing: border-box;
	}

	.stacked-link {
		padding: 1rem;
	}

	.stacked-link span {
		font-size: 1rem;
		max-width: 100%;
	}

	.stacked-link--arrow {
		display: none !important;
	}

	.browse-catalogue-half,
	.made-to-measure-half {
		gap: 1rem;
	}

	.made-to-measure-half img {
		width: 8rem;
	}

	.made-to-measure-half .blue-box {
		margin-top: 2rem;
		min-height: calc(100% - 2rem - 2rem);
		padding: 1rem;
	}

	.made-to-measure-half .blue-box .blue-box__text {
		gap: 1rem;
	}

	.benefits-section {
		margin-top: 3rem;
		padding: 3rem 1rem;
	}

	.benefits-section .benefits-section__halves {
		gap: 1.5rem;
	}

	.factory-section {
		padding-top: 3rem;
	}

	.factory-section .factory-section__halves .factory-section__half.left-half {
		padding-bottom: 1.5rem;
	}
}


/*===Shop Page Updates===*/
.shop-main {
	padding: 75px 0;
	background: white;
}

.shop-content {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 485px;
	display: flex;
	flex-direction: column;
	gap: 75px;
	align-items: center;
	box-sizing: border-box;
}

.shop-section {
	display: flex;
	flex-direction: column;
	gap: 50px;
	align-items: flex-start;
}

.shop-intro {
	width: 669px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.shop-intro h1 {
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: normal;
	color: #000;
	margin: 0;
}

.shop-intro p {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 20px;
	color: #000;
	margin: 0;
}

.shop-categories {
	width: 950px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.shop-categories .box.b16.prods {
	width: 100%;
	background: #fff;
	border: 1px solid #8e8e8e;
	border-radius: 10px;
	padding: 20px !important;
	margin: 0 !important;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.shop-categories .cat-open {
	display: grid;
	grid-template-columns: minmax(0px, 1fr) 17px;
	grid-template-rows: 19px;
	gap: 20px;
	align-items: center;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 20px;
	color: #000;
	transition: color 0.3s ease;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	font-weight: 400 !important;
}

.shop-categories .cat-open:hover {
	background: transparent !important;
}

.shop-categories .cat-open.close {
	color: #52bcce;
	background-color: transparent !important;
	background-image: none !important;
}

.shop-categories .cat-open::after {
	content: '';
	width: 17px;
	height: 17px;
	background-image: url('/img/svg/plus.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	justify-self: end;
	transition: all 0.3s ease;
}

.shop-categories .cat-open.close::after {
	background-image: url('/img/svg/minus.svg');
}

.shop-categories .cat-section {
	display: none;
	background: transparent !important;
	overflow: hidden !important;
	padding: 0 !important;
}

.shop-categories .cat-section.first {
	display: block;
}

.shop-categories .cat-section > div {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

@media (min-width: 769px) {
	.shop-categories .cat-section > div a {
		flex: 0 0 calc(33.333% - 14px);
		position: relative;
		display: flex;
		flex-direction: column;
		text-decoration: none;
		border-radius: 4px;
		overflow: hidden;
		aspect-ratio: 213 / 114;
		float: none !important;
		border: none !important;
		margin: 0 !important;
		width: calc(33.333% - 14px) !important;
		height: auto !important;
	}
}

.shop-categories .cat-section > div a {
	position: relative;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	border-radius: 4px;
	overflow: hidden;
	aspect-ratio: 213 / 114;
	float: none !important;
	border: none !important;
	margin: 0 !important;
	height: auto !important;
}

.shop-categories .cat-section > div a:hover {
	border: none !important;
	transform: none !important;
}

.shop-categories .cat-section > div a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	max-height: none !important;
	margin: 0 !important;
}

.shop-categories .cat-section > div a span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(36, 36, 36, 0.75);
	color: white !important;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: normal;
	text-align: center;
	padding: 6px 36px !important;
	height: 29.163px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1 !important;
}

.shop-categories .cat-section > div a:hover span {
	background: rgba(36, 36, 36, 0.75);
	color: white !important;
	padding: 6px 36px !important;
}

/*===Blind Matrix Section for Shop===*/
.shop-main ~ .blind-matrix {
	background: #3394a4;
	padding: 50px 488px;
}

.shop-main ~ .blind-matrix .content {
	max-width: 100%;
	width: auto;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 145px;
}

.shop-main ~ .blind-matrix img {
	width: 262.93px;
	height: auto;
	position: static !important;
	flex-shrink: 0;
	transform: rotate(351.736deg) !important;
	left: auto !important;
	top: auto !important;
}

.shop-main ~ .blind-matrix .info {
	width: 400px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0 !important;
}

.shop-main ~ .blind-matrix .info h2 {
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1;
	color: white;
	margin: 0;
}

.shop-main ~ .blind-matrix .info p {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 20px;
	color: white;
	margin: 0;
}

.shop-main ~ .blind-matrix .button-pink {
	width: fit-content;
	padding: 10px 20px;
}

@media (max-width: 1920px) {
	.shop-main ~ .blind-matrix {
		padding: 50px 20px;
	}
}

@media (max-width: 768px) {
	.shop-main ~ .blind-matrix .content {
		flex-direction: column;
		gap: 20px;
	}
	
	.shop-main ~ .blind-matrix img {
		width: 200px;
	}
	
	.shop-main ~ .blind-matrix .info {
		width: 100%;
	}
}

/*===Shop Benefits Section===*/
.shop-benefits {
	background: #fff;
	padding: 4.69rem 0;
}

.shop-benefits .content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.shop-benefits .benefits-section__halves {
	gap: 25px;
	align-items: center;
	justify-content: center;
}

.shop-benefits .benefits-section__halves .benefits-section__half {
	color: #000;
}

.shop-benefits .benefits-section__halves .benefits-section__half.left-half {
	width: 470px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.shop-benefits .benefits-section__halves .benefits-section__half h2 {
	color: #000;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.shop-benefits .benefits-section__halves .benefits-section__half.left-half p {
	line-height: 20px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	margin: 0;
}

.shop-benefits .benefits-section__halves .benefits-section__half.left-half ul {
	list-style-type: disc;
	margin: 0 0 0 24px;
	padding: 0;
	width: 388px;
}

.shop-benefits .benefits-section__halves .benefits-section__half.left-half li {
	line-height: 25px;
	list-style-type: disc;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	margin-bottom: 0;
}

.shop-benefits .benefits-section__halves .benefits-section__half.right-half {
	width: 443px;
	height: 279px;
	flex-shrink: 0;
}

.shop-benefits .benefits-section__halves .benefits-section__half.right-half img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/*===Free Delivery Section===*/
.free-delivery-section {
	padding: 4.69rem 0;
}

.free-delivery-section .content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.free-delivery-section__container {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 90px;
}

.free-delivery-section__image {
	width: 252px;
	height: 181px;
	flex-shrink: 0;
}

.free-delivery-section__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.free-delivery-section__text {
	width: 332px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.free-delivery-section__text h2 {
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	color: #000;
}

.free-delivery-section__text p {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 20px;
	color: #000;
	margin: 0;
}

/*===Useful Links Section===*/
.useful-links-section {
	padding: 4.69rem 0;
}

.useful-links-section .content {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	align-items: center;
}

.useful-links-section h3 {
	font-size: 1.375rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	margin-bottom: 0;
}

.useful-links-section__images {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 2.375rem;
	padding-top: 0.9375rem;
	flex-wrap: wrap;
}

.useful-links-section__images a {
	display: block;
	flex-shrink: 0;
}

.useful-links-section__images a:nth-child(1) {
	width: 125px;
}

.useful-links-section__images a:nth-child(2) {
	width: 85px;
}

.useful-links-section__images a:nth-child(3) {
	width: 168px;
}

.useful-links-section__images img {
	width: 100%;
	height: auto;
	display: block;
}

/*===Responsive Styles for Shop Page Sections===*/
@media (max-width: 1919px) {
	.shop-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 990px) {
	.shop-intro {
		width: 100%;
		max-width: 669px;
	}

	.shop-categories {
		width: 100%;
		max-width: 950px;
	}
	
	.shop-section {
		width: 100%;
		max-width: 950px;
	}
}

@media (max-width: 768px) {
	.shop-main {
		padding: 40px 0 !important;
	}
	
	.shop-content {
		gap: 40px !important;
		padding-left: 5vw !important;
		padding-right: 5vw !important;
	}
	
	.shop-section {
		gap: 30px !important;
	}

	.shop-categories .cat-section,
	.cat-section {
		padding: 0 !important;
		background-color: transparent !important;
	}

	.shop-categories .cat-section > div,
	.cat .cat-section > div {
		display: block !important;
		width: 100% !important;
		flex-wrap: unset !important;
		gap: 0 !important;
		flex-direction: column !important;
	}

	.shop-categories .cat-section > div a,
	.cat-section > div a,
	.cat-section > a,
	.cat .cat-section a {
		display: block !important;
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
		flex: none !important;
		flex-basis: 100% !important;
		margin: 0 0 15px 0 !important;
		aspect-ratio: 213 / 114 !important;
		position: relative !important;
		box-sizing: border-box !important;
		border-radius: 4px !important;
		overflow: hidden !important;
		border: none !important;
	}

	.shop-categories .cat-section > div a:last-child {
		margin-bottom: 0 !important;
	}

	.shop-categories .cat-section > div a span,
	.cat-section > div a span,
	.cat-section > a span,
	.cat .cat-section a span {
		padding: 6px 10px !important;
		font-size: 12px !important;
		white-space: normal !important;
		word-wrap: break-word !important;
	}

	.shop-categories .cat-section > div a img,
	.cat-section > div a img,
	.cat-section > a img,
	.cat .cat-section img,
	.cat .cat-section a img {
		width: 100% !important;
		height: 100% !important;
		max-height: none !important;
		margin: 0 !important;
	}

	.shop-benefits .benefits-section__halves {
		flex-direction: column;
		gap: 20px;
	}
	
	.shop-benefits .benefits-section__halves .benefits-section__half.left-half {
		width: 100%;
	}
	
	.shop-benefits .benefits-section__halves .benefits-section__half.left-half ul {
		width: 100%;
	}
	
	.shop-benefits .benefits-section__halves .benefits-section__half.right-half {
		width: 100%;
		height: auto;
	}

	.free-delivery-section__container {
		flex-direction: column;
		gap: 20px;
	}
	
	.free-delivery-section__image {
		width: 100%;
		height: auto;
	}
	
	.free-delivery-section__text {
		width: 100%;
	}

	.useful-links-section__images {
		flex-direction: column;
		gap: 1.25rem;
	}
}

/*===Log In Page Updates===*/

.login-main {
	padding: 3.12rem 1rem 5.81rem;
}

.login-main h1 {
	text-align: center;
}


.login-main .login__halves {
	margin-top: 3.12rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.69rem;
}

.login-main .login__halves .login__half {
	border: 1px solid #8E8E8E;
	border-radius: 0.625rem;
	text-align: center;
}

.login-main .login__halves .login__half.left-half {
	padding: 2.19rem 3.12rem;

	& h2 {
		font-size: 1.375rem;
	}

	& p {
		line-height: 1.25rem;
	}

	& h3 {
		font-size: 1.1875rem;
		margin-bottom: 1.25rem;
	}
}

.login-main .login__halves .login__half.left-half form {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 1.25rem;

	& input[type="text"],
	& input[type="password"] {
		height: 2.5rem;
		padding: 0.62rem 1.25rem;
		border-radius: 0.625rem;
		border: 1px solid #8E8E8E;
	}

	& a {
		color: #000;
		font-size: 0.875rem;
		text-decoration: none;
	}

	& a:hover {
		text-decoration: underline;
	}

	& input[type="submit"] {
		font-size: 1rem;
		width: fit-content;
		color: #fff;
		background: #E95D5E;
		border-radius: 0.1875rem;
		padding: 0.625rem 1.25rem;
		border: none;
		margin: 0 auto;
		transition: background 150ms ease-in-out;
		cursor: pointer;

		&:hover {
			background: #FF9798;
		}
	}

}

.divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.75rem;
	width: 100%;
	position: relative;
	margin: 1.88rem 0;


	.line {
		flex: 1;
		border: none;
		border-top: 1px solid #000;
		margin: 0;
	}

	& span {
		white-space: nowrap;
	}
}

.form-btn {
	display: block;
	font-size: 1rem;
	text-decoration: none;
	width: fit-content;
	color: #fff;
	background: #E95D5E;
	border-radius: 0.1875rem;
	padding: 0.625rem 1.25rem;
	border: none;
	margin: 0 auto;
	transition: background 150ms ease-in-out;

	&.icon {
		display: flex;
		align-items: center;
		gap: 0.62rem;
	}

	&:hover {
		background: #FF9798;
	}
}

.login-main .login__halves .login__half.right-half {
	padding: 3.81rem 5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;

	.form-btn {
		margin-top: 1.25rem;
	}

	& h2 {
		font-size: 1.375rem;
	}

	& h3 {
		border-top: 1px solid black;
		font-size: 1.1875rem;
		margin: 1.25rem 0;
		padding-top: 1.25rem;
	}
}

/*===Login Page Responsive Styles===*/
@media (max-width: 990px) {
	.login-main .login__halves {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.login-main .login__halves .login__half.left-half {
		padding: 2rem;
	}

	.login-main .login__halves .login__half.right-half {
		padding: 2rem;
	}
}

@media (max-width: 768px) {
	.login-main {
		padding: 2rem 5vw 3rem;
	}

	.login-main .login__halves {
		margin-top: 2rem;
	}

	.login-main .login__halves .login__half.left-half {
		padding: 1.5rem 1rem;
	}

	.login-main .login__halves .login__half.right-half {
		padding: 1.5rem 1rem;
	}

	.divider {
		margin: 1.5rem 0;
		gap: 1rem;
	}
}

/*===Register Page===*/
.register-main {
	padding: 4.69rem 1rem;

	& h1 {
		text-align: center;
		font-size: 1.75rem;
	}

	& h2 {
		font-size: 1.375rem;
	}

	.register-form {
		display: flex;
		flex-direction: column;
		gap: 0.62rem;
		margin-top: 1.25rem;

		.register-form__step {
			border-radius: 0.625rem;
			border: 1px solid #8E8E8E;
			padding: 2.1875rem 3.125rem;
			box-sizing: border-box;

			.register-form__fields {
				& input {
					height: 2.5rem;
					padding: 0.62rem 1.25rem;
					border-radius: 0.625rem;
					border: 1px solid #8E8E8E;
				}

				.delivery-toggle {
					display: flex;
					flex-direction: row;
					align-items: center;
					gap: 0.12rem;
					margin-top: 0.62rem;
					;

					& input {
						width: 1.25rem;
						height: 1.25rem;
						border: 1px solid #000;
						border-radius: none;
					}

					& label {
						font-size: 0.875rem;
					}
				}

				& select {
					width: 100%;
					height: 2.5rem;
					padding: 0.62rem 2.25rem 0.62rem 1.25rem;
					border-radius: 0.625rem;
					border: 1px solid #8E8E8E;
					color: #8E8E8E;
					appearance: none;
					-webkit-appearance: none;
					-moz-appearance: none;
					background-image: url('/img/svg/dropdown-arrow-black.svg');
					background-size: 17px 17px;
					background-repeat: no-repeat;
					background-position: right 0.75rem center;
				}
			}

			.form-navigation {
				margin: 1.25rem auto 0;
				display: flex;
				width: fit-content;
				gap: 1.25rem;

				& button {
					display: block;
					font-size: 1rem;
					text-decoration: none;
					width: fit-content;
					color: #fff;
					background: #E95D5E;
					border-radius: 0.1875rem;
					padding: 0.625rem 1.25rem;
					border: none;
					margin: 0 auto;
					cursor: pointer;
					transition: background 150ms ease-in-out;

					&:hover:not(:disabled) {
						background: #FF9798;
					}

					&:disabled {
						opacity: 0.5;
						cursor: not-allowed;
					}
				}
			}

			& h2 {
				transition: color 150ms ease-in-out;
			}

			&[aria-expanded="true"] h2 {
				cursor: pointer;
			}

			&[aria-disabled="true"] h2 {
				cursor: default;
			}

			&[aria-disabled="true"] {
				background: #F6F6F6;

				& h2 {
					color: #8E8E8E;
					margin-bottom: 0;
				}

				.register-form__fields {
					display: none;
				}

				.form-navigation {
					display: none;
				}
			}

			&[aria-expanded="true"] {
				& h3 {
					font-size: 1rem;
				}

				&.step-1 {
					.register-form__fields {
						display: grid;
						gap: 0.62rem;
						grid-template-columns: repeat(2, 1fr);
					}
				}

				&.step-2 {
					.register-form__fields {
						display: flex;
						flex-direction: column;
						gap: 1.25rem;

						.company-name {
							display: grid;
							grid-template-columns: repeat(2, 1fr);
							gap: 0.62rem;
						}

						.company-address,
						.delivery-address {
							.fields {
								display: grid;
								grid-template-columns: repeat(4, 1fr);
								gap: 0.62rem;
							}
						}

						.company-details {
							display: grid;
							grid-template-columns: repeat(2, 1fr);
							gap: 0.62rem;
						}
					}
				}

				&.step-3 {
					.register-form__fields {
						& p {
							font-size: 1rem;
							margin-bottom: 0.62rem;
						}

						.fields {
							display: grid;
							grid-template-columns: repeat(2, 1fr);
							gap: 0.62rem;
						}
					}
				}

				&.step-5 {
					.register-form__fields {
						display: grid;
						grid-template-columns: repeat(2, 1fr);
						gap: 1.25rem 1.25rem;
					}

					.radio-group,
					.checkbox-group,
					.newsletter-signup {
						display: flex;
						flex-direction: column;
						gap: 0.62rem;
					}

					/* Place the two selects side-by-side */
					.radio-group {
						grid-column: 1 / span 1;
					}

					.checkbox-group {
						grid-column: 2 / span 1;
					}

					/* Select visuals per design - now handled by general select styling above */

					.newsletter-signup {
						grid-column: 1 / -1;
					}

					.newsletter-signup input[type="checkbox"] {
						width: 1.25rem;
						height: 1.25rem;
						border: 1px solid #000;
					}

					@media (max-width: 768px) {
						.register-form__fields {
							grid-template-columns: 1fr;
						}

						.radio-group,
						.checkbox-group,
						.newsletter-signup {
							grid-column: 1 / -1;
						}
					}
				}

				&.step-4 {
					.register-form__fields {
						display: flex;
						flex-direction: column;
						gap: 1.25rem;
					}

					.register-form__fields .trade-reference {
						display: grid;
						grid-template-columns: repeat(12, 1fr);
						gap: 0.62rem;
					}

					.register-form__fields .trade-reference h3 {
						grid-column: 1 / -1;
						margin: 0 0 0.5rem 0;
					}

					/* Field spans to match Figma layout */
					.register-form__fields .trade-reference input[name="t1_name"],
					.register-form__fields .trade-reference input[name="t2_name"] {
						grid-column: 1 / span 6;
					}

					.register-form__fields .trade-reference input[name="t1_company"],
					.register-form__fields .trade-reference input[name="t2_company"] {
						grid-column: 7 / span 6;
					}

					.register-form__fields .trade-reference input[name="t1_email"],
					.register-form__fields .trade-reference input[name="t2_email"] {
						grid-column: 1 / span 4;
					}

					.register-form__fields .trade-reference input[name="t1_phone"],
					.register-form__fields .trade-reference input[name="t2_phone"] {
						grid-column: 5 / span 4;
					}

					.register-form__fields .trade-reference input[name="t1_mobile"],
					.register-form__fields .trade-reference input[name="t2_mobile"] {
						grid-column: 9 / span 4;
					}

					/* Inputs visual consistency */
					.register-form__fields .trade-reference input[type="text"],
					.register-form__fields .trade-reference input[type="tel"],
					.register-form__fields .trade-reference input[type="email"] {
						height: 2.5rem;
						padding: 0.62rem 1.25rem;
						border-radius: 0.625rem;
						border: 1px solid #8E8E8E;
					}

					@media (max-width: 768px) {
						.register-form__fields .trade-reference {
							grid-template-columns: 1fr;
						}

						.register-form__fields .trade-reference input[name],
						.register-form__fields .trade-reference h3 {
							grid-column: 1 / -1 !important;
						}
					}
				}
			}

		}
	}
}

/*===Register Page Responsive Styles===*/
@media (max-width: 990px) {
	.register-main .register-form .register-form__step {
		padding: 2rem;
	}

	.register-main .register-form .register-form__step[aria-expanded="true"].step-1 .register-form__fields {
		grid-template-columns: 1fr;
	}

	.register-main .register-form .register-form__step[aria-expanded="true"].step-2 .register-form__fields .company-name {
		grid-template-columns: 1fr;
	}

	.register-main .register-form .register-form__step[aria-expanded="true"].step-2 .register-form__fields .company-address .fields,
	.register-main .register-form .register-form__step[aria-expanded="true"].step-2 .register-form__fields .delivery-address .fields {
		grid-template-columns: repeat(2, 1fr);
	}

	.register-main .register-form .register-form__step[aria-expanded="true"].step-2 .register-form__fields .company-details {
		grid-template-columns: 1fr;
	}

	.register-main .register-form .register-form__step[aria-expanded="true"].step-3 .register-form__fields .fields {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.register-main {
		padding: 3rem 5vw;
	}

	.register-main h1 {
		font-size: 1.5rem;
	}

	.register-main h2 {
		font-size: 1.125rem;
	}

	.register-main .register-form {
		gap: 0.75rem;
	}

	.register-main .register-form .register-form__step {
		padding: 1.5rem 1rem;
	}

	.register-main .register-form .register-form__step[aria-expanded="true"].step-2 .register-form__fields .company-address .fields,
	.register-main .register-form .register-form__step[aria-expanded="true"].step-2 .register-form__fields .delivery-address .fields {
		grid-template-columns: 1fr;
	}

	.register-main .register-form .register-form__step .form-navigation {
		flex-direction: column;
		gap: 0.75rem;
		width: 100%;
	}

	.register-main .register-form .register-form__step .form-navigation button {
		width: 100%;
	}
}

/*===Registration Success Modal===*/
.registration-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.registration-modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.registration-modal__content {
	position: relative;
	background: white;
	border: 1px solid #8E8E8E;
	border-radius: 0.625rem;
	padding: 2.1875rem 3.125rem;
	width: 100%;
	max-width: 47.8125rem;
	/* 765px */
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.registration-modal__content h2 {
	font-size: 1.375rem;
	/* 22px */
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #000;
	margin: 0;
	line-height: 1;
}

.registration-modal__content p {
	font-size: 1rem;
	/* 16px */
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #000;
	line-height: 1.25rem;
	/* 20px */
	margin: 0;
}

.registration-modal__content .button-pink {
	display: inline-block;
	font-size: 1rem;
	text-decoration: none;
	width: fit-content;
	color: #fff;
	background: #E95D5E;
	border-radius: 0.1875rem;
	padding: 0.625rem 1.25rem;
	border: none;
	cursor: pointer;
	transition: background 150ms ease-in-out;
}

.registration-modal__content .button-pink:hover {
	background: #FF9798;
}

/*===Registration Modal Responsive Styles===*/
@media (max-width: 990px) {
	.registration-modal__content {
		margin: 0 1rem;
		padding: 2rem;
	}
}

@media (max-width: 768px) {
	.registration-modal__content {
		padding: 1.5rem 5vw;
		gap: 1.5rem;
		margin: 0 5vw;
	}

	.registration-modal__content h2 {
		font-size: 1.125rem;
	}

	.registration-modal__content p {
		font-size: 0.875rem;
		line-height: 1.125rem;
	}
}

