/* ==========================================================================
   Disable Blocksy mini-cart hover dropdown — our drawer replaces it
   ========================================================================== */

/* Blocksy's dropdown panel that appears on hover */
.ct-cart-content,
.ct-mini-cart,
.ct-mini-cart-items,
.ct-header-cart .ct-cart-content,
[data-id="cart"] .ct-cart-content,
.ct-cart-button + .ct-cart-content {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/* Prevent Blocksy adding hover class that shows the dropdown */
.ct-header-cart.cart-active .ct-cart-content,
.ct-header-cart:hover .ct-cart-content {
	display: none !important;
}

/* Free Shipping Progress Bar */
.aura-cart-drawer__shipping-bar {
    padding: 10px 16px;
    background: #f9f6f3;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.aura-cart-drawer__shipping-text {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #333;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.aura-cart-drawer__progress-wrap {
    width: 100%;
    height: 4px;
    background: #e0e0e0;
    border-radius: 99px;
    overflow: hidden;
}

.aura-cart-drawer__progress-fill {
    height: 100%;
    width: 0%;
    border-radius: 99px;
    transition: width 0.4s ease, background-color 0.4s ease;
    background-color: #8B1A2F;
}

/* ==========================================================================
   Aura Cart Drawer — Glamnetic-style
   Desktop : right-side panel (400px wide)
   Mobile  : bottom sheet, slides up full-width
   ========================================================================== */

/* ------------------------------------------------------------------
   Base / Reset
------------------------------------------------------------------ */
.aura-cart-drawer *,
.aura-cart-drawer *::before,
.aura-cart-drawer *::after {
	box-sizing: border-box;
}

/* ------------------------------------------------------------------
   Overlay
------------------------------------------------------------------ */
.aura-cart-drawer__overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 999998;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.aura-cart-drawer.is-open .aura-cart-drawer__overlay {
	opacity: 1;
	pointer-events: auto;
}

/* ------------------------------------------------------------------
   Panel wrapper
------------------------------------------------------------------ */
.aura-cart-drawer__panel {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 420px;
	max-width: 100vw;
	background: #fff;
	z-index: 999999;
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
}

.aura-cart-drawer.is-open .aura-cart-drawer__panel {
	transform: translateX(0);
}

/* ------------------------------------------------------------------
   Free-shipping bar
------------------------------------------------------------------ */
.aura-cart-drawer__shipping-bar {
	background: #f5f5f5;
	text-align: center;
	padding: 10px 16px;
	flex-shrink: 0;
}

.aura-cart-drawer__shipping-text {
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: #1a1c1c;
	text-transform: uppercase;
}

/* ------------------------------------------------------------------
   Header
------------------------------------------------------------------ */
.aura-cart-drawer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 20px;
	border-bottom: 1px solid #ebebeb;
	flex-shrink: 0;
	background: #fff;
}

.aura-cart-drawer__clear {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #666;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	text-decoration: underline;
	flex: 1;
	text-align: left;
}

.aura-cart-drawer__clear:hover {
	color: #1a1c1c;
}

.aura-cart-drawer__title {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #1a1c1c;
	flex: 1;
	text-align: center;
}

.aura-cart-drawer__close {
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px;
	color: #1a1c1c;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
}

.aura-cart-drawer__close:hover {
	opacity: 0.6;
}

/* ------------------------------------------------------------------
   Scrollable body
------------------------------------------------------------------ */
.aura-cart-drawer__body {
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}

/* ------------------------------------------------------------------
   Cart items
------------------------------------------------------------------ */
.aura-cart-drawer__empty {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #888;
	text-align: center;
	padding: 40px 20px;
}

.aura-cart-drawer__item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px 20px;
	border-bottom: 1px solid #f0f0f0;
}

.aura-cart-drawer__item:last-child {
	border-bottom: none;
}

.aura-cart-drawer__item-image {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	border-radius: 6px;
	overflow: hidden;
}

.aura-cart-drawer__item-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.aura-cart-drawer__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.aura-cart-drawer__item-details {
	flex: 1;
	min-width: 0;
}

.aura-cart-drawer__item-name {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #1a1c1c;
	line-height: 1.3;
	margin-bottom: 4px;
}

.aura-cart-drawer__item-name a {
	color: inherit;
	text-decoration: none;
}

.aura-cart-drawer__item-name a:hover {
	text-decoration: underline;
}

.aura-cart-drawer__item-meta {
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	color: #888;
	margin-bottom: 8px;
}

.aura-cart-drawer__item-meta span {
	display: block;
}

.aura-cart-drawer__item-qty-row {
	margin-top: 8px;
}

/* Quantity stepper */
.aura-cart-drawer__qty {
	display: inline-flex;
	align-items: center;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	overflow: hidden;
	height: 32px;
}

.aura-cart-drawer__qty-btn {
	background: none;
	border: none;
	width: 32px;
	height: 32px;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	color: #1a1c1c;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: background 0.15s;
}

.aura-cart-drawer__qty-btn:hover {
	background: #f5f5f5;
}

.aura-cart-drawer__qty-num {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #1a1c1c;
	min-width: 28px;
	text-align: center;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Right column: remove + price */
.aura-cart-drawer__item-right {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}

.aura-cart-drawer__item-remove {
	background: none;
	border: none;
	cursor: pointer;
	color: #999;
	padding: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	transition: color 0.15s, background 0.15s;
}

.aura-cart-drawer__item-remove:hover {
	color: #e00;
	background: #fff0f0;
}

.aura-cart-drawer__item-price {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #1a1c1c;
}

/* ------------------------------------------------------------------
   Empty cart state
------------------------------------------------------------------ */
.aura-cart-drawer__empty-state {
	padding: 0;
}

.aura-cart-drawer__empty-message {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 48px 20px 32px;
	text-align: center;
}

.aura-cart-drawer__empty-icon {
	display: none; /* hidden — Glamnetic shows no icon */
}

.aura-cart-drawer__empty-title {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #1a1c1c;
	margin: 0 0 8px;
}

.aura-cart-drawer__empty-sub {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #555;
	margin: 0;
}

/* Featured items section */
.aura-cart-drawer__featured {
	padding: 0 0 24px;
}

.aura-cart-drawer__featured-title {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #1a1c1c;
	text-align: center;
	margin: 0 0 16px;
	padding: 0;
}

/* ---- Slider outer container ---- */
.aura-cart-drawer__featured-slider {
	position: relative;
	padding: 0 28px; /* space for the arrow buttons */
}

/* Visible window — clips overflow */
.aura-cart-drawer__featured-viewport {
	overflow: hidden;
	width: 100%;
}

/* Moving strip */
.aura-cart-drawer__featured-track {
	display: flex;
	gap: 10px;
	transition: transform 0.32s ease;
	will-change: transform;
}

/* Each card */
.aura-cart-drawer__featured-card {
	/* JS sets flex-basis via --card-width custom property */
	flex: 0 0 var(--feat-card-w, 106px);
	width: var(--feat-card-w, 106px);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 5px;
}

.aura-cart-drawer__featured-img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 4px;
	overflow: hidden;
}

.aura-cart-drawer__featured-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.aura-cart-drawer__featured-name {
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #1a1c1c;
	text-align: center;
	text-decoration: none;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.aura-cart-drawer__featured-name:hover {
	text-decoration: underline;
}

.aura-cart-drawer__featured-price {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #1a1c1c;
	text-align: center;
}

body .aura-cart-drawer__featured-add {
	display: block;
	width: 100%;
	color: #c8526a;
	border: none;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	padding: 10px 4px;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
	background: none !important;
	transition: background 0.18s;
}

body .aura-cart-drawer__featured-add:hover {
		color: #000;
}

/* Prev / Next arrow buttons */
.aura-cart-drawer__feat-nav {
	position: absolute;
	top: 36%; /* vertically centred on image */
	transform: translateY(-50%);
	background: none;
	border: none;
	padding: 4px;
	cursor: pointer;
	color: #1a1c1c;
	z-index: 2;
	line-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aura-cart-drawer__feat-nav:disabled {
	opacity: 0.2;
	cursor: default;
}

.aura-cart-drawer__feat-prev { left: 0; }
.aura-cart-drawer__feat-next { right: 0; }

/* Dot pagination */
.aura-cart-drawer__featured-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	margin-top: 14px;
}

.aura-cart-drawer__featured-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: transparent;
	border: 1.5px solid #aaa;
	cursor: pointer;
	padding: 0;
	transition: background 0.18s, border-color 0.18s;
	flex-shrink: 0;
}

.aura-cart-drawer__featured-dot.is-active {
	background: #1a1c1c;
	border-color: #1a1c1c;
}

/* ------------------------------------------------------------------
   Recommendations section
------------------------------------------------------------------ */
.aura-cart-drawer__rec-section {
	background: #f9f9f9;
	padding: 20px;
}

.aura-cart-drawer__rec-label {
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #c8526a;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 6px;
}

.aura-cart-drawer__rec-title {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #1a1c1c;
	text-align: center;
	margin: 0 0 16px;
}

.aura-cart-drawer__rec-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.aura-cart-drawer__rec-item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid #ebebeb;
}

.aura-cart-drawer__rec-item:last-child {
	border-bottom: none;
}

.aura-cart-drawer__rec-image {
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	border-radius: 6px;
	overflow: hidden;
	display: block;
}

.aura-cart-drawer__rec-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.aura-cart-drawer__rec-info {
	flex: 1;
	min-width: 0;
}

.aura-cart-drawer__rec-name {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #1a1c1c;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	line-height: 1.3;
}

.aura-cart-drawer__rec-name:hover {
	text-decoration: underline;
}

.aura-cart-drawer__rec-price {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.aura-cart-drawer__rec-sale {
	color: #c8526a;
	font-weight: 600;
}

.aura-cart-drawer__rec-regular {
	color: #aaa;
	text-decoration: line-through;
	font-size: 12px;
}

body .aura-cart-drawer__rec-add {
	flex-shrink: 0;
	color: #c8526a;
	border: none;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 10px 0px;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: underline;
	display: inline-flex;
	align-items: center;
	transition: background 0.2s;
	background: none !important;
}

body .aura-cart-drawer__rec-add:hover {
	color: #000;
}

/* ------------------------------------------------------------------
   Footer (sticky checkout)
------------------------------------------------------------------ */
.aura-cart-drawer__footer {
	border-top: 1px solid #ebebeb;
	padding: 16px 20px;
	background: #fff;
	flex-shrink: 0;
}

.aura-cart-drawer__subtotal {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #1a1c1c;
	margin-bottom: 14px;
}

.aura-cart-drawer__checkout-btn {
	display: block;
	width: 100%;
	background: #b37b82;
	color: #fff;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 16px 20px;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.2s;
	cursor: pointer;
}

.aura-cart-drawer__checkout-btn:hover {
	background: #96646a;
	color: #fff;
}

/* ------------------------------------------------------------------
   Body scroll lock
------------------------------------------------------------------ */
body.aura-cart-drawer-open {
	overflow: hidden;
}

/* ------------------------------------------------------------------
   Mobile — bottom sheet
   ≤ 768px: panel anchors to bottom, slides up, full width
------------------------------------------------------------------ */
@media (max-width: 768px) {
	.aura-cart-drawer__panel {
		top: auto;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		max-height: 92vh;
		border-radius: 20px 20px 0 0;
		transform: translateY(100%);
		transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.aura-cart-drawer.is-open .aura-cart-drawer__panel {
		transform: translateY(0);
	}

	/* Drag handle indicator */
	.aura-cart-drawer__panel::before {
		content: '';
		display: block;
		width: 40px;
		height: 4px;
		background: #d0d0d0;
		border-radius: 2px;
		margin: 10px auto 4px;
		flex-shrink: 0;
	}

	.aura-cart-drawer__item-image {
		width: 70px;
		height: 70px;
	}

	.aura-cart-drawer__rec-image {
		width: 60px;
		height: 60px;
	}

	/* Lower Blocksy header behind the drawer when open */
body.aura-cart-drawer-open .ct-header-wrapper,
body.aura-cart-drawer-open #wpadminbar {
	z-index: 1 !important;
}

/* iPhone safe-area: pad checkout button above home bar */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
	.aura-cart-drawer__footer {
		padding-bottom: calc(16px + env(safe-area-inset-bottom));
	}
}

}


/* ------------------------------------------------------------------
   Bulk discount banner — 3-item 20% off reminder
------------------------------------------------------------------ */
.aura-cart-drawer__bulk-banner {
	margin: 12px 20px 4px;
	padding: 13px 16px;
	border-radius: 8px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	text-align: center;
	transition: all 0.3s ease;
}

/* "Add X more" teaser state */
.aura-cart-drawer__bulk-banner.is-teaser {
	background: #fff5f7;
	border: 1.5px dashed #c8526a;
	color: #1a1c1c;
}

.aura-cart-drawer__bulk-banner.is-teaser .bulk-banner__headline {
	font-size: 13px;
	font-weight: 700;
	color: #c8526a;
	display: block;
	margin-bottom: 3px;
}

.aura-cart-drawer__bulk-banner.is-teaser .bulk-banner__sub {
	font-size: 11px;
	font-weight: 500;
	color: #555;
}

/* "Unlocked!" state */
.aura-cart-drawer__bulk-banner.is-unlocked {
	background: linear-gradient(135deg, #f5fff5 0%, #edfaed 100%);
	border: 1.5px solid #2d7a2d;
	color: #1a1c1c;
}

.aura-cart-drawer__bulk-banner.is-unlocked .bulk-banner__headline {
	font-size: 13px;
	font-weight: 700;
	color: #2d7a2d;
	display: block;
	margin-bottom: 3px;
}

.aura-cart-drawer__bulk-banner.is-unlocked .bulk-banner__sub {
	font-size: 11px;
	font-weight: 500;
	color: #555;
}

.aura-cart-drawer__bulk-banner .bulk-banner__pips {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	margin-top: 10px;
}

.aura-cart-drawer__bulk-banner .bulk-banner__pip {
	width: 28px;
	height: 5px;
	border-radius: 99px;
	background: #e0d0d3;
	transition: background 0.3s ease;
}

.aura-cart-drawer__bulk-banner .bulk-banner__pip.filled {
	background: #c8526a;
}

.aura-cart-drawer__bulk-banner.is-unlocked .bulk-banner__pip {
	background: #2d7a2d;
}