.btn {
	width: 100%;
	border-radius: 0px;
}

/* Promo bar */
.promo-bar {
	background-color: #dbe7d2;
	text-align: center;
	font-size: 0.9rem;
	padding: 0.4rem 0;
}

/* Navigation */
.nav-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
}

.nav-top .logo {
	font-weight: bold;
	font-size: 1.5rem;
}

.nav-top .nav-icons i {
	font-size: 1.2rem;
	margin-left: 1rem;
	cursor: pointer;
}

/* Product gallery */
.product-gallery {
	display: flex;
	gap: 1rem;
}

.product-container {
	width: min(95%, 1400px);
	margin-left: auto;
	margin-right: auto;

}

.thumbnails {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.thumbnails img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	cursor: pointer;
	border: 1px solid #ccc;
}

.main-image img {
	width: 100%;
	max-width: 400px;
}

.main-image {
	display: flex;
	justify-content: center;
	width: 100%;
}

/* Product info */
.product-info h2 {
	font-weight: bold;
}

.price {
	font-size: 1.2rem;
	margin: 0.5rem 0;
}

.price .old-price {
	text-decoration: line-through;
	color: gray;
	margin-right: 0.5rem;
}

.price .discount {
	color: #900;
	font-weight: bold;
	background-color: #f2dede;
	padding: 0 0.3rem;
	border-radius: 3px;
}

/* Eco impact stats */
.eco-stats {
	display: flex;
	gap: 2rem;
	margin-top: 1rem;
}

.eco-stats div {
	text-align: center;
}

/* Recommended products */
.recommended {
	margin-top: 2rem;
}

.recommended .card img {
	object-fit: cover;
	height: 150px;
}

/* Footer */
footer {
	background: #f8f5f0;
	padding: 2rem 1rem;
}

footer a {
	text-decoration: none;
	color: #000;
}

footer h6 {
	font-weight: bold;
}

:root {
	--u-font-sans: "Season Sans", "Season Sans Fallback", sans-serif;
	--navy: #1f2746;
	--cream: #e8e7bc;
	--page: #ebebeb;
	--ink: #1c1c1c;
	--muted: #6a6a6a;
	--circle: #b9c3f1;
	--lime: #d4f0c8;
	--line: #cfceb0;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: var(--u-font-sans);
	background: #FFFFFF;
	color: var(--ink);
}

button,
input,
select,
textarea {
	font-family: var(--u-font-sans);
}

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

.shell {
	/* max-width: 1260px; */
	margin: 0 auto;
	background: #fff;
}

.shell> :not(.main-nav):not(.hero):not(.offer):not(.footer):not(.top-bar):not(.contact):not(.arrivals-wrap):not(#page-content) {
	width: min(80%, 100%);
	margin-left: auto;
	margin-right: auto;
}

.top-bar {
	background: var(--navy);
	color: #fff;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	padding: 8px 12px;
}

.top-bar .code-badge {
	background: #f0f0f0;
	color: #111;
	font-weight: 700;
	padding: 2px 8px;
	margin: 0 4px;
}

.main-nav {
	background: var(--cream);
	border-bottom: 1px solid #dbd9ab;
}

.nav-upper {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 18px;
	padding: 14px 24px 10px;
}

.nav-pill-wrap {
	display: flex;
	align-items: center;
	gap: 6px;
}

.pill-btn {
	border: 0;
	border-radius: 999px;
	background: #f1f1e4;
	color: #222;
	font-size: 11px;
	letter-spacing: .5px;
	text-transform: uppercase;
	padding: 6px 16px;
}

.brand {
	font-weight: 700;
	letter-spacing: 1.6px;
	font-size: 34px;
}

.nav-search {
	justify-self: end;
	width: min(300px, 100%);
	position: relative;
}

.nav-search input {
	width: 100%;
	border: 1px solid #c7c4a2;
	background: #efeed8;
	font-size: 13px;
	padding: 9px 36px 9px 12px;
}

.nav-search i {
	position: absolute;
	right: 11px;
	top: 50%;
	transform: translateY(-50%);
	color: #73715d;
	font-size: 13px;
}

.nav-lower {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 16px;
	padding: 2px 24px 12px;
}

.menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 20px;
	font-size: 16px;
}

.menu-list li {
	white-space: nowrap;
}

.menu-list li a {
	text-decoration: none;
	color: inherit;
	position: relative;
	display: inline-block;
	padding-bottom: 3px;
}

.menu-list li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #000;
	transition: width 0.3s ease;
}

.menu-list li a:hover::after {
	width: 100%;
}

.offer-inner {
	width: min(80%, 100%);
	margin-left: auto;
	margin-right: auto;
}

.nav-icons {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 16px;
}

.nav-icons .cart-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.nav-icons .cart-count {
	position: absolute;
	top: -6px;
	right: -10px;
	background: #111;
	color: #fff;
	border-radius: 999px;
	padding: 2px 6px;
	font-size: 11px;
	line-height: 1;
}

.btn-icon-dropdown {
	background: none;
	border: none;
	padding: 0;
	font-size: 16px;
	color: inherit;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	transition: opacity 0.2s ease;
}

.btn-icon-dropdown:hover {
	opacity: 0.7;
}

.btn-icon-dropdown:focus {
	outline: none;
	box-shadow: none;
}

.btn-icon-dropdown .dropdown-arrow {
	font-size: 12px;
	line-height: 1;
}

.btn-icon-dropdown.dropdown-toggle::after {
	display: none;
}

.nav-icons .dropdown-menu {
	min-width: 150px;
	font-size: 14px;
}

.toast-stack {
	position: fixed;
	top: 16px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	width: min(520px, 92vw);
	display: grid;
	gap: 10px;
}

.app-toast {
	background: #d9f2e6;
	color: #0b2f2c;
	border: 1px solid #b8e5cf;
	border-radius: 6px;
	padding: 10px 16px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 10px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.2s ease;
	position: relative;
	overflow: hidden;
}

.app-toast.show {
	opacity: 1;
	transform: translateY(0);
}

.app-toast .toast-icon {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #0b2f2c;
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 14px;
	font-weight: 700;
}

.app-toast .toast-text {
	font-size: 14px;
	font-weight: 600;
}

.app-toast .toast-close {
	background: transparent;
	border: none;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	color: #0b2f2c;
}

.app-toast .toast-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: #0b2f2c;
	transform-origin: left;
	animation: toastbar 3.2s linear forwards;
}

@keyframes toastbar {
	to {
		transform: scaleX(0);
	}
}

.hero {
	position: relative;
	min-height: 560px;
	background: url("https://images.unsplash.com/photo-1512436991641-6745cdb1723f?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
	display: grid;
	place-items: center;
	text-align: center;
	color: #fff;
}

.hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .18));
}

.hero-inner {
	position: relative;
	z-index: 1;
	max-width: 700px;
	padding: 24px;
}

.hero h1 {
	font-weight: 300;
	font-size: 56px;
	margin-bottom: 16px;
}

.hero p {
	font-size: 26px;
	margin-bottom: 32px;
}

.hero .btn-shop {
	border: 0;
	background: var(--lime);
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 13px 24px;
}

.hero-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
	background: rgba(0, 0, 0, .22);
	z-index: 1;
	display: grid;
	place-items: center;
	font-size: 18px;
}

.hero-arrow.left {
	left: 12px;
}

.hero-arrow.right {
	right: 12px;
}

.offer {
	background: var(--cream);
	padding: 24px 34px 20px;
}

.offer h2 {
	font-size: 44px;
	font-weight: 400;
	margin-bottom: 4px;
}

.offer p {
	margin: 0 0 8px;
	font-size: 15px;
}

.offer .code-line {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 14px;
}

.offer .code-line span {
	display: inline-block;
	background: #111;
	color: #fff;
	padding: 2px 7px;
	margin-left: 6px;
}

.offer-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 26px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.offer-links a {
	border-bottom: 1px solid #595949;
	padding-bottom: 3px;
}

.section {
	padding: 18px 34px 20px;
}

.section-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 10px;
}

.section-head h3 {
	margin: 0;
	font-size: 35px;
	font-weight: 400;
}

.section-head a {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #444;
	padding-bottom: 2px;
}

.subtext {
	font-size: 13px;
	color: #555;
	margin-bottom: 20px;
}

.brand-row {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
}


.trend-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 0;
	overflow: hidden;
}

.trend-item {
	position: relative;
	min-height: 450px;
}

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

.trend-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .45));
	color: #fff;
	padding: 24px;
	display: flex;
	align-items: end;
	font-size: 60px;
	font-weight: 300;
	line-height: 1;
}

.trend-label {
	position: absolute;
	bottom: 7px;
	left: 10px;
	color: #fff;
	font-size: 13px;
}


.contact {
	background: #3b1f1f;
	color: #fff;
	padding: 60px 0;
}

.contact-wrap {
	width: min(80%, 100%);
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 44px;
    align-items: center;
}

.contact h2 {
	font-size: 32px;
	margin-bottom: 10px;
}

.contact p {
	color: #f0ecec;
	font-size: 16px;
	line-height: 1.5;
	max-width: 520px;
	margin-bottom: 0;
}

.contact-lead {
	margin-bottom: 18px;
}

.contact-list {
	margin-top: 0;
	display: grid;
	gap: 12px;
	font-size: 16px;
}

.contact-list div {
	display: flex;
	align-items: center;
	gap: 10px;
}

.contact-list i {
	color: #f5cf6c;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	border: 0;
	border-radius: 8px;
	background: #fff;
	color: #1c1c1c;
	padding: 12px 14px;
	margin-bottom: 12px;
	font-size: 16px;
}

.contact-form button {
	width: 100%;
	border: 0;
	border-radius: 8px;
	padding: 13px;
	color: #1b1b1b;
	font-size: 16px;
	font-weight: 600;
	background: #ffc107;
}

.footer {
	background: var(--cream);
	padding: 40px 0 14px;
}

.footer-grid {
	width: min(80%, 100%);
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1.25fr;
	gap: 24px;
}

.footer h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer li {
	font-size: 16px;
    display: block;
}

.brand-circle {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: #cdd3f7;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	font-weight: bold;
}

.signup-row {
	display: flex;
	gap: 8px;
	margin: 10px 0 16px;
}

.signup-row input {
	flex: 1;
	border: 1px solid #b8b68c;
	background: #eceac7;
	padding: 9px 10px;
	font-size: 14px;
}

.signup-row button {
	border: 1px solid #8f8d70;
	background: transparent;
	padding: 9px 14px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

.social {
	display: flex;
	gap: 12px;
	margin-top: 10px;
}

.mobile-app-note {
	margin-top: 8px;
}

.social i {
	width: 30px;
	height: 30px;
	border: 1px solid #7f7d63;
	border-radius: 50%;
	display: grid;
	place-items: center;
}

.footer-note {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 12px;
	margin-top: 22px;
	font-size: 14px;
	line-height: 1.5;
}

.product-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	align-items: stretch;
	margin-top: 10px;
}

/* PRODUCT CARD STYLE */

.product-grid .product-card {
	transition: all .3s ease;
	flex: 1 1 220px;
	max-width: 260px;
	width: auto;
	height: auto;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 14px;
	padding: 12px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
	text-align: center;
}

.product-grid .product-card:hover,
.arr-grid .product-card:hover {
	transform: translateY(-5px);
}

.product-grid .product,
.arr-grid .product {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.product-grid .product .thumb,
.arr-grid .product .thumb {
	background: #fff;
	border: none;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 8px;
	transition: .3s;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

.product-grid .product-card:hover .thumb,
.arr-grid .product-card:hover .thumb {
	box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.arr-grid .product-card:hover .thumb {
	box-shadow: none;
}

.product-grid .product .thumb img,
.arr-grid .product .thumb img {
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
	transition: transform .3s ease;
}

.product-grid .product-card:hover img,
.arr-grid .product-card:hover img {
	transform: scale(1.05);
}

.product-grid .product .name,
.arr-grid .product .name {
	font-weight: 600;
	margin-bottom: 3px;
}

.product-grid .product .price,
.arr-grid .product .price {
	font-weight: 700;
}

.copyright {
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	padding-right: 12px;
	border-top: 1px solid var(--line);
	margin-top: 14px;
	padding-top: 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px 16px;
	font-size: 14px;
}

.switch-toggle {
	display: inline-block;
	position: relative;
	font-family: Season Sans, Season Sans Fallback, sans-serif;
}

.switch-label {
	display: flex;
	position: relative;
	background: #e5e5e5;
	border-radius: 50px;
	cursor: pointer;
	overflow: hidden;
	width: 120px;
	height: 36px;
}

.switch-option {
	flex: 1;
	text-align: center;
	line-height: 36px;
	z-index: 2;
	font-weight: 600;
	transition: color 0.3s;
	user-select: none;
}

.switch-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #000;
	border-radius: 50px;
	transition: left 0.3s;
	z-index: 1;
}

#shopSellToggle:checked+.switch-label .switch-slider {
	left: 50%;
}

#shopSellToggle:checked+.switch-label .switch-shop {
	color: #000;
}

#shopSellToggle:checked+.switch-label .switch-sell {
	color: #fff;
}

.switch-shop {
	color: #fff;
}

.switch-sell {
	color: #000;
}

/* Details page content */
.arrivals-wrap {
	background: #f5f5f5;
	padding: 18px 24px 28px;
	overflow: visible;
}

.arrivals-title {
	text-align: center;
	margin: 6px 0 18px;
}

.arrivals-title h1 {
	margin: 0;
	display: inline-block;
	color: #2f3134;
	font-family: Season Sans, Season Sans Fallback, sans-serif;
	font-size: 40px;
	font-weight: 400;
	padding: 4px 10px;
}

.arrivals-layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
	overflow: visible;
}

.arr-listing {
	min-width: 0;
}

.arr-filters .arr-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 31px;
	padding: 10px 0;
}

.arr-toggle-icon {
	cursor: pointer;
	user-select: none;
	padding: 12px;
	line-height: 1;
}

.arr-submenu {
	display: none;
	margin: 0 0 12px;
	padding: 0 0 0 10px;
}

.arr-submenu.show {
	display: block;
}

.arr-submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.arr-submenu li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 18px;
	margin: 6px 0;
}

.arr-filter-box {
	border: 1px solid #e6e2dc;
	border-radius: 12px;
	padding: 12px;
	background: #fff;
}

.arr-price-fields {
	display: grid;
	grid-template-columns: 1fr auto 1fr auto;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}

.arr-price-fields input[type="number"] {
	border: 1px solid #d6d6d6;
	border-radius: 8px;
	padding: 6px 8px;
	font-size: 14px;
	width: 100%;
}

.arr-price-sep {
	font-size: 12px;
	color: #666;
}

.arr-price-set {
	border: 1px solid #0b2f2c;
	background: #fff;
	color: #0b2f2c;
	border-radius: 6px;
	padding: 6px 10px;
	font-size: 12px;
	cursor: pointer;
}

.arr-price-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 8px;
}

.arr-price-list label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	cursor: pointer;
	color: #333;
}

.arr-price-list input[type="radio"] {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	appearance: none;
	border: 1px solid #bdbdbd;
	position: relative;
}

.arr-price-list input[type="radio"]:checked::after {
	content: "";
	position: absolute;
	inset: 4px;
	border-radius: 50%;
	background: #0b2f2c;
}

.arr-rating-list input[type="checkbox"] {
	width: 16px;
	height: 16px;
	border: 1px solid #cfcfcf;
	border-radius: 2px;
	appearance: none;
	background: #fff;
	display: inline-block;
	position: relative;
}

.arr-rating-list input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	inset: 3px;
	background: #0b2f2c;
}

.arr-rating-list {
	display: grid;
	gap: 8px;
}

.arr-rating-list li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.arr-rating-list label {
	display: inline-flex;
	align-items: center;
	flex-direction: row;
	gap: 3px;
	margin: 0;
	white-space: nowrap;
}

.arr-rating-list label i {
	color: #f4a400;
	font-size: 14px;
	margin-right: 0;
	display: inline-flex;
}

.arr-clear {
	background: #fff;
	border: 1px solid #111;
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 14px;
	cursor: pointer;
}

.arr-price-range {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.arr-price-range input[type="number"] {
	border: 1px solid #d6d6d6;
	border-radius: 8px;
	padding: 6px 8px;
	font-size: 14px;
	width: 100%;
}

.arr-size-card {
	background: #e6e4df;
	padding: 16px 14px;
	font-size: 28px;
	line-height: 1.35;
	margin-bottom: 10px;
}

.arr-size-card a {
	display: inline-block;
	margin-top: 8px;
	text-decoration: underline;
	font-weight: 600;
}

.arr-check {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 30px;
	margin: 0 0 8px;
}

.arr-check .box {
	width: 22px;
	height: 22px;
	border: 1px solid #9c9c9c;
	background: #f7f7f7;
}

.arr-list-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 12px;
	font-size: 30px;
}

.arr-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: stretch;
	justify-content: center;
}

.arr-grid .product-card {
	flex: 1 1 220px;
	max-width: 260px;
	width: auto;
	height: auto;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 14px;
	padding: 12px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
	text-align: center;
}

.product-card .card-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 12px;
	padding: 8px 10px;
	margin: 8px 0 10px;
}

.product-card .cart-status {
	font-size: 13px;
	font-weight: 600;
	color: #3a3a3a;
	display: none;
}

.product-card.is-in-cart .cart-status {
	display: block;
}

.product-card.is-in-cart .shop-cart-btn {
	display: none;
}

.product-card .action-icons {
	display: flex;
	align-items: center;
	gap: 10px;
}

.product-card .icon-btn {
	border: none;
	background: #fff;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	position: relative;
}

.product-card .icon-btn i {
	font-size: 16px;
	color: #111;
}

.product-card .icon-btn.is-active i {
	color: #c53939;
}

.product-card .icon-spinner {
	position: absolute;
	width: 18px;
	height: 18px;
	border: 1.5px solid #111;
	border-right-color: transparent;
	border-radius: 50%;
	opacity: 0;
	animation: spin 0.7s linear infinite;
}

.product-card .icon-btn.is-loading .icon-spinner {
	opacity: 1;
}

.product-card .icon-btn.is-loading i {
	opacity: 0;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.arr-grid .product {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.arr-card {
	cursor: pointer;
}

.arr-card .arr-img {
	height: 320px;
	overflow: hidden;
	background: #fff;
}

.arr-card .arr-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.arr-note {
	background: #ece9e4;
	padding: 8px 10px;
	font-size: 16px;
	line-height: 1.3;
	margin-top: 8px;
}

.arr-note a {
	text-decoration: underline;
	font-weight: 600;
}

.arr-meta {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.4;
}

.arr-meta .name {
	font-size: 34px;
	font-family: Season Sans, Season Sans Fallback, sans-serif;
}

.arr-meta .sale {
	color: #8f2f2f;
}

.arr-heart-tile {
	background: #bed7ab;
	min-height: 500px;
	padding: 20px 16px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 14px;
}

.arr-heart-tile .circle {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: #e9ece4;
	overflow: hidden;
}

.arr-heart-tile .circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.arr-heart-tile i {
	font-size: 30px;
}

.arr-heart-tile h3 {
	margin: 0;
	font-size: 52px;
	font-weight: 400;
	line-height: 1.05;
	font-family: Season Sans, Season Sans Fallback, sans-serif;
}

.arr-heart-tile p {
	margin: 0;
	font-size: 30px;
	line-height: 1.3;
}

.arr-filters {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	align-self: start;
}

.arr-feedback {
	position: fixed;
	right: 0;
	top: 52%;
	transform: translateY(-50%);
	writing-mode: vertical-rl;
	text-orientation: mixed;
	background: #d7d7d7;
	border: 1px solid #b8b8b8;
	border-right: 0;
	font-size: 14px;
	padding: 8px 7px;
}

.arr-save {
	position: fixed;
	right: 16px;
	bottom: 16px;
	border: 0;
	background: #111;
	color: #fff;
	border-radius: 999px;
	padding: 10px 16px;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 14px;
}

.modal-dialog-end {
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	margin: 0;
}

.modal-dialog-end .modal-content {
	height: 100%;
	border-radius: 0;
}

@media (max-width: 1200px) {
	.brand {
		font-size: 28px;
	}

	.brand-circle {
		width: 120px;
		height: 120px;
		font-size: 14px;
	}

	.menu-list {
		gap: 14px;
	}

	.hero h1 {
		font-size: 44px;
	}

	.hero p {
		font-size: 20px;
	}


	.contact h2 {
		font-size: 28px;
	}

	.contact p,
	.contact-list,
	.copyright,
	.footer-note {
		font-size: 14px;
	}

	.arrivals-title h1 {
		font-size: 40px;
	}

	.arrivals-layout {
		grid-template-columns: 1fr;
	}

	.arr-filters {
		display: none;
	}

	.arr-list-top {
		font-size: 18px;
	}

	.arr-grid {
		justify-content: space-between;
	}

	.arr-grid .product-card {
		flex-basis: 180px;
		max-width: calc(50% - 7px);
	}

	.product-grid {
		justify-content: space-between;
	}

	.product-grid .product-card {
		flex-basis: 180px;
		max-width: calc(50% - 7px);
	}

	.arr-card .arr-img {
		height: 250px;
	}

	.arr-meta .name {
		font-size: 24px;
	}

	.arr-heart-tile {
		min-height: 340px;
	}

	.arr-heart-tile h3 {
		font-size: 34px;
	}

	.arr-heart-tile p {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.shell> :not(.main-nav):not(.hero):not(.offer):not(.footer):not(.top-bar):not(.contact) {
		width: 100%;
	}

	.nav-upper {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 10px;
	}

	.nav-search {
		justify-self: center;
		width: 100%;
	}

	.nav-lower {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 8px;
	}

	.menu-list {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
	}

	.hero {
		min-height: 460px;
	}

	.offer h2,
	.section-head h3 {
		font-size: 34px;
	}

	.brand-row {
		grid-template-columns: repeat(3, 1fr);
	}

	.trend-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.contact-wrap {
		grid-template-columns: 1fr;
	}

	.footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.shell {
		max-width: 100%;
	}

	.top-bar {
		font-size: 9px;
		letter-spacing: .7px;
		line-height: 1.5;
	}

	.section,
	.offer,
	.contact-wrap,
	.footer,
	.nav-upper,
	.nav-lower {
		padding-left: 14px;
		padding-right: 14px;
	}

	.hero {
		min-height: 360px;
	}

	.hero h1 {
		font-size: 34px;
		margin-bottom: 8px;
	}

	.hero p {
		font-size: 16px;
		margin-bottom: 16px;
	}

	.hero-arrow {
		width: 28px;
		height: 28px;
	}

	.offer h2,
	.section-head h3 {
		font-size: 28px;
	}

	.brand-row {
		grid-template-columns: repeat(2, 1fr);
	}

	.trend-grid {
		grid-template-columns: 1fr;
	}

	.trend-item {
		min-height: 340px;
	}

	.trend-overlay {
		font-size: 44px;
	}

	.footer-grid {
		grid-template-columns: 1fr;
	}

	.contact h2 {
		font-size: 28px;
	}

	.contact p,
	.contact-list,
	.copyright,
	.footer-note {
		font-size: 15px;
	}

	.arr-grid {
		justify-content: center;
	}

	.arr-grid .product-card {
		flex-basis: 160px;
		max-width: calc(50% - 7px);
	}

	.arr-save {
		font-size: 12px;
	}
}

@media (max-width: 600px) {
	.arr-grid .product-card {
		flex-basis: 100%;
		max-width: 100%;
	}

	.product-grid .product-card {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.arr-row span {
	font-size: 20px;
}

/* CART */

        .navbar-brand {
            font-weight: bold;
            font-size: 1.5rem;
        }
        .cart-item img {
            max-width: 80px;
        }
        .order-summary {
            padding: 20px;
            border-radius: 5px;
        }
        .checkout-btn {
            background-color: black;
            color: white;
            width: 100%;
            text-transform: uppercase;
            padding: 10px;
            border: none;
        }
        .checkout-btn:hover {
            background-color: #333;
        }
        .promo-input {
            width: 100%;
            margin-bottom: 10px;
        }
        .cart-item-remove {
            cursor: pointer;
            color: #555;
        }
        .cart-item-remove:hover {
            color: red;
        }
        .arr-grid.swiper {
            width:80%;
            display: block;
            overflow: hidden;
            padding: 1rem 0 2rem;
        }
        .arr-grid .swiper-wrapper {
            display: flex;
            align-items: stretch;
        }
        .arr-grid .swiper-slide {
            height: auto;
        }
        .arr-grid .swiper-button-next,
        .arr-grid .swiper-button-prev {
            color: #111;
            background: rgba(255, 255, 255, 0.92);
            width: 44px;
            height: 44px;
            border-radius: 999px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
        }
        .arr-grid .swiper-button-next::after,
        .arr-grid .swiper-button-prev::after {
            font-size: 16px;
            font-weight: 700;
        }
