* {
	box-sizing: border-box
}

:root {
	--g: #244d36;
	--d: #173827;
	--s: #e0e9d8;
	--c: #f5f3eb;
	--p: #fffdf9;
	--gold: #c69a4b;
	--m: #707770;
	--l: #e4e7df
}

body {
	margin: 0;
	background: var(--p);
	color: #20251f;
	font: 14px "DM Sans", Arial, sans-serif
}

a {
	text-decoration: none;
	color: inherit
}

.container {
	width: min(1180px, calc(100% - 40px));
	margin: auto
}

.brand {
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--g)
}

.brand>b {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--g);
	color: #fff;
	display: grid;
	place-items: center;
	font: 22px "Playfair Display", serif
}

.brand span {
	display: flex;
	flex-direction: column;
	line-height: 1
}

.brand strong {
	font: 25px "Playfair Display", serif
}

.brand small {
	font-size: 7px;
	letter-spacing: .28em;
	font-weight: 700;
	margin-top: 5px
}

.header {
	height: 78px;
	border-bottom: 1px solid var(--l);
	background: #fffdf9ee;
	position: sticky;
	top: 0;
	z-index: 1000;
	backdrop-filter: blur(10px)
}

.hero {
	background: linear-gradient(110deg, #edf2e8, #f7f3e9);
	padding: 50px 0;
	min-height:250px;
}

.crumb {
	display: flex;
	gap: 8px;
	color: #909890;
	/* font-size: 10px; */
	margin-bottom: 25px
}

.crumb a {
	color: var(--g)
}

.hero small {
	/* font-size: 9px; */
	letter-spacing: .18em;
	font-weight: 800;
	color: var(--gold)
}

.hero h1 {
	font: 50px "Playfair Display", serif;
	color: var(--g);
	margin: 6px 0
}

.hero p {
	font-size: 12px;
	color: var(--m);
	margin: 0
}

.cart-section {
	background: #f7f6f0;
	padding: 30px 0 80px
}

.steps {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin: 0 auto 35px
}

.steps span {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 9px;
	font-weight: 800;
	color: #9aa098
}

.steps span.active {
	color: var(--g)
}

.steps b {
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: #e3e8df;
	display: grid;
	place-items: center;
	font-size: 8px
}

.steps .active b {
	background: var(--g);
	color: #fff
}

.steps i {
	height: 1px;
	width: 70px;
	background: #d8ddd5
}

.layout {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(330px, .75fr);
	gap: 22px;
	align-items: start
}

.cart-head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-bottom: 13px
}

.cart-head small, .summary-top small {
	/* font-size: 9px; */
	letter-spacing: .16em;
	font-weight: 800;
	color: var(--gold)
}

.cart-head h2, .summary h2 {
	font: 30px "Playfair Display", serif;
	color: var(--g);
	margin: 5px 0 0
}

.clear {
	border: 0;
	background: none;
	color: #9a6156;
	font-size: 9px;
	font-weight: 800
}

.item {
	background: #fff;
	border: 1px solid var(--l);
	border-radius: 12px;
	margin-bottom: 10px;
	padding: 14px;
	display: grid;
	grid-template-columns: 100px 1fr auto;
	gap: 16px;
	align-items: center
}

.item-img {
	width: 100px;
	height: 100px;
	border-radius: 9px;
	background: #edf1e8;
	overflow: hidden
}

.item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.item-info small {
	/* font-size: 7px; */
	letter-spacing: .12em;
	color: var(--gold);
	font-weight: 800
}

.item-info h3 {
	font: 20px "Playfair Display", serif;
	color: var(--g);
	margin: 4px 0
}

.item-info p {
	/* font-size: 9px; */
	color: #7e867d;
	margin: 0 0 10px
}

.item-actions {
	/* display: flex; */
	align-items: center;
	gap: 10px
}

/* .item-actions button {
	border: 0;
	background: none;
	color: #717a70;
	font-size: 8px;
	padding: 0
} */

.item-actions button:hover {
	color: var(--g)
}

.item-actions .remove  {
	color: #a35f52;
	border: 0;
	background: none;
	color: #717a70;
	font-size: 12px;
	padding: 0
}

.item-actions .move  {
	border: 0;
	background: none;
	color: #717a70;
	font-size: 12px;
	padding: 0
}

.item-side {
	text-align: right;
	min-width: 105px
}

.item-side strong {
	display: block;
	color: var(--g);
	font-size: 16px
}

.item-side del {
	font-size: 9px;
	color: #999
}

.qty {
	display: flex;
	height: 32px;
	border: 1px solid #d6ddd3;
	border-radius: 6px;
	overflow: hidden;
	margin: 8px 0 0 auto;
	width: 96px
}

.qty button {
	width: 30px;
	border: 0;
	background: #f2f5ef;
	color: var(--g);
	font-size: 15px
}
/* .qty span {
	width: 30px;
	border: 0;
	background: #f2f5ef;
	color: var(--g);
	font-size: 15px
} */

.qty .minus {
	background: #f0f4eb;
	border-radius: 7px;
	padding: 10px;
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 8px;
	color: #657066;
	width:30px;
}

.qty .plus {
	background: #f0f4eb;
	border-radius: 7px;
	padding: 10px;
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 8px;
	color: #657066;
	width:86px;
}
.qty input {
	width: 36px;
	text-align: center;
	border: 0;
	border-left: 1px solid #e1e5df;
	border-right: 1px solid #e1e5df;
	font-size: 10px
}

.summary {
	background: #fff;
	border: 1px solid var(--l);
	border-radius: 14px;
	padding: 22px;
	position: sticky;
	top: 100px
}

.summary-top {
	border-bottom: 1px solid var(--l);
	padding-bottom: 17px
}

.coupon {
	padding: 17px 0;
	border-bottom: 1px solid var(--l)
}

.coupon label {
	display: block;
	font-size: 9px;
	font-weight: 800;
	color: var(--g);
	margin-bottom: 7px
}

.coupon>div {
	height: 39px;
	display: flex;
	border: 1px solid #d6ddd3;
	border-radius: 7px;
	overflow: hidden
}

.coupon input {
	border: 0;
	outline: 0;
	flex: 1;
	padding: 0 10px;
	font-size: 9px
}

.coupon button {
	border: 0;
	background: var(--s);
	color: var(--g);
	padding: 0 13px;
	font-size: 9px;
	font-weight: 800;
}

.coupon>small {
	display: block;
	font-size: 8px;
	margin-top: 5px
}

.lines {
	padding: 15px 0
}

.lines div {
	display: flex;
	justify-content: space-between;
	margin: 9px 0;
	/* font-size: 10px; */
	color: #737b72
}

.lines b {
	color: var(--g)
}

.lines .saving {
	color: #4f8352
}

.free {
	background: #f0f4eb;
	border-radius: 7px;
	padding: 10px;
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 12px;
	color: #657066
}

.free i {
	font-size: 15px;
	color: var(--g)
}

.total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid var(--l);
	margin-top: 15px;
	padding-top: 16px
}

.total span {
	/* font-size: 10px; */
	color: #707770
}

.total strong {
	font: 26px "Playfair Display", serif;
	color: var(--g)
}

.checkout {
	width: 100%;
	height: 48px;
	border: 0;
	border-radius: 8px;
	background: var(--g);
	color: #fff;
	margin-top: 15px;
	/* font-size: 10px; */
	font-weight: 800;
	padding:12px
}

.checkout:hover {
	background: #e66100
}

.secure {
	text-align: center;
	color: #999;
	font-size: 11px;
	margin: 9px 0 0
}

.secure i {
	color: var(--g)
}

.continue {
	padding: 13px 0
}

.continue a {
	/* font-size: 9px; */
	color: var(--g);
	font-weight: 800
}

.empty {
	text-align: center;
	background: #fff;
	border: 1px dashed #d3dbce;
	border-radius: 13px;
	padding: 55px 20px
}

.empty>div {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--s);
	color: var(--g);
	display: grid;
	place-items: center;
	font-size: 25px;
	margin: auto
}

.empty h2 {
	font: 30px "Playfair Display", serif;
	color: var(--g);
	margin: 13px 0 5px
}

.empty p {
	font-size: 10px;
	color: var(--m);
	margin-bottom: 18px
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 17px;
	border-radius: 7px;
	font-size: 9px;
	font-weight: 800
}

.green {
	background: var(--g);
	color: #fff
}

.assurance {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-top: 25px
}

.assurance>div {
	background: #fff;
	border: 1px solid var(--l);
	border-radius: 10px;
	padding: 15px;
	display: flex;
	gap: 10px;
	align-items: center
}

.assurance i {
	font-size: 19px;
	color: var(--g)
}

.assurance b, .assurance small {
	display: block
}

.assurance b {
	/* font-size: 9px; */
	color: var(--g)
}

.assurance small {
	/* font-size: 7px; */
	color: #8a9288;
	margin-top: 2px
}

#toast {
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: var(--g);
	color: #fff;
	padding: 12px 16px;
	border-radius: 8px;
	opacity: 0;
	transform: translateY(10px);
	transition: .2s;
	z-index: 4000;
	font-size: 10px
}

#toast.show {
	opacity: 1;
	transform: none
}

#toast i {
	color: #dbc77e;
	margin-right: 6px
}

@media ( max-width :900px) {
	.layout {
		grid-template-columns: 1fr
	}
	.summary {
		position: static
	}
	.assurance {
		grid-template-columns: 1fr 1fr
	}
}

@media ( max-width :600px) {
	.container {
		width: calc(100% - 28px)
	}
	.header, .nav {
		height: 68px
	}
	.brand>b {
		width: 35px;
		height: 35px
	}
	.brand strong {
		font-size: 22px
	}
	.hero h1 {
		font-size: 42px
	}
	.cart-section {
		padding-top: 20px
	}
	.steps {
		gap: 6px
	}
	.steps i {
		width: 25px
	}
	.steps span {
		/* font-size: 8px */
	}
	.item {
		grid-template-columns: 72px 1fr;
		gap: 12px;
		padding: 10px
	}
	.item-img {
		width: 72px;
		height: 72px
	}
	.item-side {
		grid-column: 2;
		text-align: left;
		display: flex;
		align-items: center;
		gap: 10px;
		flex-wrap: wrap
	}
	.item-side .qty {
		margin: 0
	}
	.item-info h3 {
		font-size: 17px
	}
	.item-info p {
		display: none
	}
	.item-actions {
		margin-top: 7px
	}
	.summary {
		padding: 17px
	}
	.assurance {
		grid-template-columns: 1fr
	}
}