/*
Theme Name:  Modern Lane
Theme URI:   https://modernlane.xyz
Description: Premium minimal menswear child theme for GeneratePress. Mobile-first, built for cold Facebook and Instagram ad traffic in Bangladesh. Cash on Delivery first.
Author:      Modern Lane
Template:    generatepress
Version:     1.0.0
Text Domain: modernlane
*/

/* ==========================================================================
   0. SELF-HOSTED FONTS — latin subset, woff2 only, ~50 KB total
   The Taka sign (U+09F3) falls back to the device system font on purpose:
   every Android and iOS handset in Bangladesh already has it. Zero bytes.
   ========================================================================== */

@font-face {
	font-family: 'Inter';
	src: url('fonts/inter-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('fonts/inter-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* ==========================================================================
   1. TOKENS
   ========================================================================== */

:root {
	--nk-ink:        #0F0F0F;
	--nk-ink-soft:   #2A2A28;
	--nk-paper:      #FAFAF8;
	--nk-paper-2:    #F2F0EB;
	--nk-clay:       #A03D25;
	--nk-clay-dark:  #8A3320;
	--nk-muted:      #6B6B66;
	--nk-line:       #E4E2DC;
	--nk-line-2:     #CFCCC4;

	--nk-font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

	--nk-max:    1240px;
	--nk-gutter: 20px;

	--nk-s1: 8px;
	--nk-s2: 16px;
	--nk-s3: 24px;
	--nk-s4: 40px;
	--nk-s5: 64px;
	--nk-s6: 96px;

	--nk-sticky-h: 68px;
}

/* ==========================================================================
   2. BASE + TYPE SCALE (mobile first)
   ========================================================================== */

html { -webkit-text-size-adjust: 100%; }

body {
	font-family: var(--nk-font);
	background: var(--nk-paper);
	color: var(--nk-ink);
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: -0.005em;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .nk-h1, .nk-h2, .nk-h3 {
	font-family: var(--nk-font);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: -0.035em;
	color: var(--nk-ink);
	margin: 0 0 var(--nk-s2);
	text-wrap: balance;
}

h1, .nk-h1 { font-size: clamp(2rem, 8.5vw, 3.75rem); }
h2, .nk-h2 { font-size: clamp(1.5rem, 6vw, 2.5rem); }
h3, .nk-h3 { font-size: clamp(1.125rem, 4.4vw, 1.5rem); letter-spacing: -0.025em; }

p { margin: 0 0 var(--nk-s2); max-width: 68ch; }

a { color: var(--nk-ink); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--nk-clay); }

.nk-eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--nk-muted);
	margin: 0 0 var(--nk-s2);
}

.nk-note { font-size: 13px; color: var(--nk-muted); line-height: 1.55; }

img, svg, video { max-width: 100%; height: auto; display: block; }

::selection { background: var(--nk-ink); color: var(--nk-paper); }

:focus-visible { outline: 2px solid var(--nk-clay); outline-offset: 2px; }

/* Kill the template look everywhere. */
.wp-block-group, .gb-container, .woocommerce ul.products li.product,
.woocommerce div.product, .entry-content, input, select, textarea, button {
	border-radius: 0 !important;
	box-shadow: none !important;
}

/* ==========================================================================
   3. LAYOUT
   ========================================================================== */

.site-content, .inside-article { padding: 0; }

.nk-wrap {
	width: 100%;
	max-width: var(--nk-max);
	margin: 0 auto;
	padding-left: var(--nk-gutter);
	padding-right: var(--nk-gutter);
}

.nk-section { padding: var(--nk-s5) 0; }
.nk-section--tight { padding: var(--nk-s4) 0; }
.nk-section--dark { background: var(--nk-ink); color: var(--nk-paper); }
.nk-section--dark h1, .nk-section--dark h2, .nk-section--dark h3 { color: var(--nk-paper); }
.nk-section--paper2 { background: var(--nk-paper-2); }

.nk-rule { height: 1px; background: var(--nk-line); border: 0; margin: 0; }

@media (min-width: 769px) {
	:root { --nk-gutter: 40px; }
	.nk-section { padding: var(--nk-s6) 0; }
}

/* ==========================================================================
   4. BUTTONS
   ========================================================================== */

.nk-btn,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce .single_add_to_cart_button,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.wc-block-components-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: var(--nk-ink);
	color: var(--nk-paper);
	font-family: var(--nk-font);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 18px 28px;
	border: 1px solid var(--nk-ink);
	border-radius: 0;
	cursor: pointer;
	text-decoration: none;
	transition: background .15s ease, color .15s ease;
	min-height: 54px;
}

.nk-btn:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button.alt:hover {
	background: var(--nk-clay);
	border-color: var(--nk-clay);
	color: #fff;
}

.nk-btn--lg { width: 100%; padding: 22px 28px; font-size: 16px; min-height: 60px; }

.nk-btn--ghost {
	background: transparent;
	color: var(--nk-ink);
	border-color: var(--nk-ink);
}
.nk-btn--ghost:hover { background: var(--nk-ink); color: var(--nk-paper); }

.nk-link-arrow {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border-bottom: 1px solid var(--nk-ink);
	text-decoration: none;
	padding-bottom: 3px;
}

/* ==========================================================================
   5. HEADER — minimal, and near-invisible on landing pages
   ========================================================================== */

.site-header {
	background: var(--nk-paper);
	border-bottom: 1px solid var(--nk-line);
	padding: 0;
}
.site-header .inside-header { padding: 14px var(--nk-gutter); }

.site-logo img, .site-header .header-image { max-height: 26px; width: auto; }

.main-navigation,
.main-navigation .main-nav ul li a,
.menu-toggle {
	background: var(--nk-paper);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.main-navigation .main-nav ul li a { color: var(--nk-ink); }
.main-navigation .main-nav ul li:hover > a { color: var(--nk-clay); background: none; }

/* Landing pages: logo and cart only. No menu to click away from the offer. */
.single-product .nav-below-header,
.single-product .nav-above-header { display: none !important; }

.single-product .site-header { border-bottom: 1px solid var(--nk-line); }

/* ==========================================================================
   6. HOME — hero, tiles, trust row
   ========================================================================== */

.nk-hero { position: relative; background: var(--nk-ink); }
.nk-hero img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; opacity: .82; }

.nk-hero__inner {
	position: absolute;
	inset: auto 0 0 0;
	padding: var(--nk-gutter) var(--nk-gutter) var(--nk-s4);
	color: var(--nk-paper);
}
.nk-hero__inner h1 { color: var(--nk-paper); margin-bottom: 12px; }
.nk-hero__inner p { color: rgba(250,250,248,.86); font-size: 15px; margin-bottom: var(--nk-s3); max-width: 34ch; }

@media (min-width: 769px) {
	.nk-hero img { aspect-ratio: 21 / 9; }
	.nk-hero__inner { padding: var(--nk-s6) var(--nk-s4); max-width: 720px; }
}

.nk-tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
.nk-tile { position: relative; display: block; text-decoration: none; }
.nk-tile img { aspect-ratio: 3 / 4; object-fit: cover; }
.nk-tile span {
	position: absolute; left: 14px; bottom: 14px;
	color: #fff; font-size: 13px; font-weight: 700;
	letter-spacing: 0.12em; text-transform: uppercase;
	text-shadow: 0 1px 12px rgba(0,0,0,.55);
}
@media (min-width: 769px) { .nk-tiles { grid-template-columns: repeat(3, 1fr); } }

.nk-trust {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--nk-line);
	border-bottom: 1px solid var(--nk-line);
}
.nk-trust div {
	padding: 22px 10px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
	border-left: 1px solid var(--nk-line);
}
.nk-trust div:first-child { border-left: 0; }

.nk-statement { text-align: center; padding: var(--nk-s5) 0; }
.nk-statement p {
	font-size: clamp(1.25rem, 5.2vw, 2rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.22;
	margin: 0 auto;
	max-width: 22ch;
}

/* ==========================================================================
   7. PRODUCT GRID
   ========================================================================== */

.woocommerce ul.products,
.wc-block-grid__products {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--nk-s3) 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce ul.products li.product {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
	text-align: left;
	background: none;
	border: 0;
	padding: 0;
}

.woocommerce ul.products li.product a img {
	margin: 0 0 12px;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	background: var(--nk-paper-2);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.35;
	letter-spacing: -0.01em;
	padding: 0 !important;
	margin: 0 0 4px !important;
	color: var(--nk-ink);
}

.woocommerce ul.products li.product .price {
	font-size: 14px;
	font-weight: 700;
	color: var(--nk-ink);
	letter-spacing: -0.01em;
}
.woocommerce ul.products li.product .price del { color: var(--nk-muted); font-weight: 400; margin-right: 6px; }
.woocommerce ul.products li.product .price ins { text-decoration: none; color: var(--nk-clay); }

/* Hide loop buttons — the whole tile is the link. */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart { display: none !important; }

.woocommerce span.onsale {
	background: var(--nk-clay);
	color: #fff;
	border-radius: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 6px 10px;
	min-height: 0;
	min-width: 0;
	line-height: 1;
	top: 0;
	left: 0;
	right: auto;
	margin: 0;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering { font-size: 13px; color: var(--nk-muted); }

@media (min-width: 769px) {
	.woocommerce ul.products,
	.wc-block-grid__products { grid-template-columns: repeat(4, 1fr); gap: var(--nk-s4) var(--nk-s3); }
	.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 15px !important; }
}

/* ==========================================================================
   8. SINGLE PRODUCT LANDING PAGE
   ========================================================================== */

.single-product .site-content { padding-bottom: calc(var(--nk-sticky-h) + 16px); }

.single-product div.product { display: block; margin: 0; }

.woocommerce-product-gallery {
	width: 100% !important;
	float: none !important;
	margin: 0 0 var(--nk-s3) !important;
}
.woocommerce-product-gallery__image img { aspect-ratio: 4 / 5; object-fit: cover; background: var(--nk-paper-2); }
.woocommerce-product-gallery__trigger { display: none !important; }

.woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	gap: 8px;
	margin: 8px var(--nk-gutter) 0;
	padding: 0;
	list-style: none;
}
.woocommerce-product-gallery .flex-control-thumbs li { width: 56px; margin: 0; }
.woocommerce-product-gallery .flex-control-thumbs img { opacity: .5; aspect-ratio: 4/5; object-fit: cover; }
.woocommerce-product-gallery .flex-control-thumbs img.flex-active { opacity: 1; outline: 1px solid var(--nk-ink); }

.single-product .summary.entry-summary {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 var(--nk-gutter);
}

.single-product .product_title {
	font-size: clamp(1.5rem, 6.4vw, 2.25rem);
	margin-bottom: 6px;
}

.nk-hookline {
	font-size: 15px;
	color: var(--nk-muted);
	line-height: 1.45;
	margin: 0 0 var(--nk-s2);
	max-width: 40ch;
}

.single-product .summary p.price,
.single-product .summary .price {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: var(--nk-ink);
	margin: 0 0 var(--nk-s2);
}
.single-product .summary .price del { color: var(--nk-muted); font-weight: 400; font-size: 18px; }
.single-product .summary .price ins { text-decoration: none; color: var(--nk-clay); }

.woocommerce-product-details__short-description {
	font-size: 15px;
	line-height: 1.62;
	color: var(--nk-ink-soft);
	padding-bottom: var(--nk-s2);
	border-bottom: 1px solid var(--nk-line);
	margin-bottom: var(--nk-s3);
}

/* Benefits */
.nk-benefits { list-style: none; margin: var(--nk-s3) 0; padding: 0; }
.nk-benefits li {
	position: relative;
	padding: 0 0 0 26px;
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 1.5;
}
.nk-benefits li::before {
	content: "";
	position: absolute;
	left: 0; top: 9px;
	width: 12px; height: 6px;
	border-left: 2px solid var(--nk-clay);
	border-bottom: 2px solid var(--nk-clay);
	transform: rotate(-45deg);
}

/* COD reassurance */
.nk-cod {
	display: block;
	border: 1px solid var(--nk-ink);
	padding: 16px 18px;
	margin: 0 0 var(--nk-s3);
}
.nk-cod strong {
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.nk-cod span { font-size: 14px; line-height: 1.5; color: var(--nk-ink-soft); }

/* ==========================================================================
   9. SWATCHES
   ========================================================================== */

.woocommerce .variations { display: block; border: 0; margin: 0 0 var(--nk-s2); }
.woocommerce .variations tbody, .woocommerce .variations tr, .woocommerce .variations td,
.woocommerce .variations th { display: block; width: 100%; border: 0; padding: 0; text-align: left; }
.woocommerce .variations th.label label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--nk-muted);
	margin: 0 0 10px;
	display: block;
}
.woocommerce .variations td.value { margin-bottom: var(--nk-s3); }

.nk-swatch-select { display: none; }

.nk-swatch-list { display: flex; flex-wrap: wrap; gap: 8px; }

.nk-swatch {
	appearance: none;
	background: transparent;
	border: 1px solid var(--nk-line-2);
	color: var(--nk-ink);
	font-family: var(--nk-font);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	min-width: 54px;
	min-height: 48px;
	padding: 0 14px;
	cursor: pointer;
	transition: border-color .12s ease, background .12s ease, color .12s ease;
}
.nk-swatch:hover { border-color: var(--nk-ink); }
.nk-swatch.is-active { background: var(--nk-ink); border-color: var(--nk-ink); color: var(--nk-paper); }
.nk-swatch.is-disabled { opacity: .3; cursor: not-allowed; text-decoration: line-through; }

/* Colour swatches: circle of colour, name hidden */
.is-color .nk-swatch {
	width: 44px; height: 44px; min-width: 44px; min-height: 44px;
	padding: 0;
	border: 1px solid var(--nk-line-2);
	position: relative;
	background-clip: content-box;
}
.is-color .nk-swatch span {
	position: absolute; width: 1px; height: 1px; overflow: hidden;
	clip: rect(0 0 0 0); white-space: nowrap;
}
.is-color .nk-swatch.is-active { outline: 1px solid var(--nk-ink); outline-offset: 3px; border-color: var(--nk-line-2); }

.nk-sw-black       { background: #101010; }
.nk-sw-white       { background: #FFFFFF; }
.nk-sw-off-white   { background: #F1EEE7; }
.nk-sw-charcoal    { background: #35373A; }
.nk-sw-ash-grey    { background: #9A9C9B; }
.nk-sw-navy        { background: #1B2A44; }
.nk-sw-sky-blue    { background: #A8C7DD; }
.nk-sw-deep-olive  { background: #4A5240; }
.nk-sw-olive       { background: #6B7250; }
.nk-sw-deep-green  { background: #233D30; }
.nk-sw-sand        { background: #D8C7A8; }
.nk-sw-stone       { background: #C9C4BA; }
.nk-sw-khaki       { background: #B39B72; }
.nk-sw-rust        { background: #9C4A2C; }

.woocommerce .reset_variations {
	font-size: 12px;
	color: var(--nk-muted);
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/* Quantity + add to cart */
.woocommerce div.product form.cart { margin: 0 0 var(--nk-s3); display: block; }
.woocommerce div.product form.cart .quantity { display: none; }

.woocommerce div.product form.cart .button,
.woocommerce div.product .single_add_to_cart_button { width: 100%; min-height: 60px; font-size: 16px; }

.woocommerce div.product .single_add_to_cart_button.disabled { opacity: .35; }

.woocommerce div.product .woocommerce-variation-price { margin-bottom: var(--nk-s2); }
.woocommerce div.product .woocommerce-variation-price .price { font-size: 22px; }

.woocommerce .stock.in-stock { font-size: 13px; color: #2E6B4F; font-weight: 700; }
.woocommerce .stock.out-of-stock { font-size: 13px; color: var(--nk-clay); font-weight: 700; }

/* ==========================================================================
   10. ACCORDIONS, TABLES, SECTIONS BELOW THE FOLD
   ========================================================================== */

.nk-acc,
.nk-reviews,
.nk-closing { max-width: var(--nk-max); margin-left: auto; margin-right: auto; padding-left: var(--nk-gutter); padding-right: var(--nk-gutter); }

.nk-acc { border-top: 1px solid var(--nk-line); }
.nk-acc summary {
	list-style: none;
	cursor: pointer;
	padding: 20px 0;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nk-acc summary::-webkit-details-marker { display: none; }
.nk-acc summary::after { content: "+"; font-size: 20px; font-weight: 400; line-height: 1; }
.nk-acc[open] summary::after { content: "–"; }
.nk-acc__body { padding-bottom: var(--nk-s3); }

.nk-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.nk-table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 380px; }
.nk-table th, .nk-table td { padding: 12px 10px; text-align: left; border-bottom: 1px solid var(--nk-line); }
.nk-table th {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--nk-muted);
	border-bottom: 1px solid var(--nk-line-2);
}
.nk-table td:first-child { font-weight: 700; }

.nk-list { list-style: none; margin: 0 0 var(--nk-s2); padding: 0; }
.nk-list li { padding: 10px 0; border-bottom: 1px solid var(--nk-line); font-size: 14px; line-height: 1.5; }
.nk-list li:last-child { border-bottom: 0; }

/* ==========================================================================
   11. REVIEWS
   ========================================================================== */

.nk-reviews { padding-top: var(--nk-s4); padding-bottom: var(--nk-s4); border-top: 1px solid var(--nk-line); }
.nk-reviews .nk-h2 { margin-bottom: var(--nk-s3); }

.woocommerce #reviews #comments ol.commentlist { padding: 0; margin: 0; list-style: none; }
.woocommerce #reviews #comments ol.commentlist li { margin: 0 0 var(--nk-s3); padding: 0 0 var(--nk-s3); border-bottom: 1px solid var(--nk-line); }
.woocommerce #reviews #comments ol.commentlist li img.avatar { display: none; }
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0; padding: 0; border: 0; background: none;
}
.woocommerce #reviews #comments ol.commentlist li .meta { font-size: 13px; color: var(--nk-muted); margin-bottom: 8px; }
.woocommerce #reviews #comments ol.commentlist li .description p { font-size: 15px; line-height: 1.6; }

.woocommerce .star-rating span::before,
.woocommerce p.stars a::before { color: var(--nk-clay); }

.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond input[type="text"],
.woocommerce #review_form #respond input[type="email"] { width: 100%; }

.woocommerce-noreviews { font-size: 14px; color: var(--nk-muted); }

/* Closing CTA */
.nk-closing { text-align: center; padding-top: var(--nk-s4); padding-bottom: var(--nk-s5); border-top: 1px solid var(--nk-line); }
.nk-closing__price { font-size: 18px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: var(--nk-s3); }
.nk-closing .nk-btn { max-width: 420px; }
.nk-closing .nk-note { margin-top: 14px; }

/* ==========================================================================
   12. STICKY ORDER BAR
   ========================================================================== */

.nk-sticky {
	position: fixed;
	left: 0; right: 0; bottom: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	gap: 12px;
	background: var(--nk-paper);
	border-top: 1px solid var(--nk-line-2);
	padding: 10px var(--nk-gutter);
	padding-bottom: calc(10px + env(safe-area-inset-bottom));
	transform: translateY(110%);
	transition: transform .22s ease;
	min-height: var(--nk-sticky-h);
}
.nk-sticky.is-visible { transform: translateY(0); }

.nk-sticky__meta { flex: 1 1 auto; min-width: 0; line-height: 1.2; }
.nk-sticky__name {
	display: block;
	font-size: 12px;
	color: var(--nk-muted);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nk-sticky__price { display: block; font-size: 17px; font-weight: 700; letter-spacing: -0.02em; }
.nk-sticky__price del { display: none; }

.nk-sticky__btn {
	flex: 0 0 auto;
	background: var(--nk-clay);
	color: #fff;
	border: 0;
	font-family: var(--nk-font);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 16px 26px;
	min-height: 50px;
	cursor: pointer;
}
.nk-sticky__btn:hover { background: var(--nk-clay-dark); }

.nk-flash { animation: nkFlash .6s ease 2; }
@keyframes nkFlash { 0%,100% { outline-color: transparent; } 50% { outline: 2px solid var(--nk-clay); outline-offset: 4px; } }

@media (min-width: 1025px) { .nk-sticky { display: none; } }

/* ==========================================================================
   13. CHECKOUT
   ========================================================================== */

.woocommerce-checkout .site-content { padding-top: var(--nk-s3); }
.woocommerce-checkout .main-navigation, .woocommerce-checkout .menu-toggle { display: none !important; }

.woocommerce-checkout .woocommerce { max-width: 640px; margin: 0 auto; padding: 0 var(--nk-gutter) var(--nk-s5); }

.woocommerce-checkout h3 {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--nk-muted);
	margin: 0 0 var(--nk-s2);
	padding-bottom: 10px;
	border-bottom: 1px solid var(--nk-line);
}

.woocommerce form .form-row { padding: 0; margin: 0 0 16px; }
.woocommerce form .form-row label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 6px;
	color: var(--nk-ink);
}
.woocommerce form .form-row .required { color: var(--nk-clay); text-decoration: none; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container .select2-selection--single {
	width: 100%;
	font-family: var(--nk-font);
	font-size: 16px; /* 16px stops iOS zooming on focus */
	line-height: 1.4;
	padding: 15px 14px;
	border: 1px solid var(--nk-line-2);
	background: #fff;
	color: var(--nk-ink);
	border-radius: 0;
	min-height: 54px;
	appearance: none;
}
.woocommerce form .form-row textarea { min-height: 88px; resize: vertical; }

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus { border-color: var(--nk-ink); outline: none; }

.select2-container--default .select2-selection--single { height: 54px; border: 1px solid var(--nk-line-2); border-radius: 0; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 54px; padding-left: 14px; color: var(--nk-ink); }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 52px; }
.select2-dropdown { border-color: var(--nk-line-2); border-radius: 0; }

/* Country field is hidden — only Bangladesh is sold to. */
#billing_country_field, .woocommerce-billing-fields .country_select { display: none !important; }

.woocommerce-checkout #payment { background: transparent; border-radius: 0; }
.woocommerce-checkout #payment ul.payment_methods { padding: 0; border-bottom: 0; }
.woocommerce-checkout #payment ul.payment_methods li {
	border: 1px solid var(--nk-ink);
	padding: 16px;
	list-style: none;
	margin: 0 0 12px;
}
.woocommerce-checkout #payment ul.payment_methods li label { font-weight: 700; font-size: 15px; }
.woocommerce-checkout #payment div.payment_box {
	background: var(--nk-paper-2);
	font-size: 14px;
	margin: 12px 0 0;
	padding: 14px;
	color: var(--nk-ink-soft);
}
.woocommerce-checkout #payment div.payment_box::before { display: none; }
.woocommerce-checkout #payment #place_order { width: 100%; min-height: 60px; font-size: 17px; margin-top: var(--nk-s2); }

.woocommerce table.shop_table {
	border: 0;
	border-radius: 0;
	font-size: 15px;
	width: 100%;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
	border: 0;
	border-bottom: 1px solid var(--nk-line);
	padding: 12px 0;
}
.woocommerce table.shop_table tfoot .order-total .amount { font-size: 20px; font-weight: 700; }

.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-error,
.woocommerce-message {
	background: var(--nk-paper-2);
	border-top: 2px solid var(--nk-ink);
	border-radius: 0;
	font-size: 14px;
	padding: 14px 16px;
	color: var(--nk-ink);
}
.woocommerce-error { border-top-color: var(--nk-clay); }
.woocommerce-info::before, .woocommerce-message::before, .woocommerce-error::before { display: none; }

/* No coupon hunting on an ad funnel. */
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .checkout_coupon { display: none !important; }

/* ==========================================================================
   14. THANK YOU
   ========================================================================== */

.woocommerce-order { max-width: 640px; margin: 0 auto; padding: var(--nk-s4) var(--nk-gutter) var(--nk-s6); }
.woocommerce-thankyou-order-received {
	background: none;
	border: 0;
	padding: 0;
	margin: 0 0 var(--nk-s3);
	font-size: 15px;
}
.nk-ty__tick {
	display: block;
	font-size: clamp(1.5rem, 6vw, 2.25rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	margin-bottom: 8px;
}
.nk-ty__lead { display: block; color: var(--nk-ink-soft); line-height: 1.55; }

.nk-ty__amount {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	border: 1px solid var(--nk-ink);
	padding: 18px;
	margin-bottom: var(--nk-s3);
}
.nk-ty__amount span { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.nk-ty__amount strong { font-size: 24px; letter-spacing: -0.03em; }

.nk-ty__steps { counter-reset: nk; list-style: none; margin: 0 0 var(--nk-s3); padding: 0; }
.nk-ty__steps li { position: relative; padding: 0 0 16px 34px; font-size: 15px; line-height: 1.5; }
.nk-ty__steps li::before {
	counter-increment: nk;
	content: counter(nk);
	position: absolute; left: 0; top: 0;
	width: 22px; height: 22px;
	border: 1px solid var(--nk-ink);
	font-size: 12px; font-weight: 700;
	display: flex; align-items: center; justify-content: center;
}

.woocommerce ul.order_details { padding: 0; margin: 0 0 var(--nk-s3); }
.woocommerce ul.order_details li {
	border: 0;
	border-bottom: 1px solid var(--nk-line);
	float: none;
	margin: 0;
	padding: 12px 0;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--nk-muted);
}
.woocommerce ul.order_details li strong {
	font-size: 15px;
	letter-spacing: -0.01em;
	text-transform: none;
	color: var(--nk-ink);
}

/* ==========================================================================
   15. CART
   ========================================================================== */

.woocommerce-cart .woocommerce { max-width: 900px; margin: 0 auto; padding: var(--nk-s3) var(--nk-gutter) var(--nk-s5); }
.woocommerce-cart table.cart img { width: 64px; }
.woocommerce-cart .cart-collaterals .cart_totals { width: 100%; float: none; }
.woocommerce-cart .wc-proceed-to-checkout a.button { width: 100%; }
.woocommerce-cart .coupon { display: none !important; }

/* ==========================================================================
   16. FOOTER
   ========================================================================== */

.site-footer, .site-info {
	background: var(--nk-ink);
	color: rgba(250,250,248,.7);
	font-size: 13px;
	padding: 0;
}
.footer-widgets { background: var(--nk-ink); padding: var(--nk-s5) 0 var(--nk-s3); }
.footer-widgets .widget-title,
.site-footer h2, .site-footer h3 {
	color: var(--nk-paper);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.site-footer a, .footer-widgets a { color: rgba(250,250,248,.7); text-decoration: none; }
.site-footer a:hover, .footer-widgets a:hover { color: var(--nk-paper); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { padding: 5px 0; }
.site-info { padding: 20px var(--nk-gutter); border-top: 1px solid rgba(250,250,248,.14); font-size: 12px; }

/* ==========================================================================
   17. FORMS (contact page)
   ========================================================================== */

.ff-el-input--label label { font-size: 13px; font-weight: 700; margin-bottom: 6px; }
.ff-el-form-control {
	width: 100%;
	font-family: var(--nk-font);
	font-size: 16px;
	padding: 15px 14px;
	border: 1px solid var(--nk-line-2);
	border-radius: 0;
	background: #fff;
	min-height: 54px;
}
.ff-btn-submit {
	background: var(--nk-ink) !important;
	color: var(--nk-paper) !important;
	border-radius: 0 !important;
	font-weight: 700 !important;
	padding: 18px 28px !important;
	min-height: 54px;
	width: 100%;
}

/* ==========================================================================
   18. UTILITIES
   ========================================================================== */

.nk-hide { display: none !important; }
.nk-center { text-align: center; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* Terms notice above the order button (replaces WooCommerce's required checkbox) */
.nk-terms-line {
	font-size: 12px;
	line-height: 1.5;
	color: var(--nk-muted);
	margin: 0 0 var(--nk-s2);
}
.nk-terms-line a { color: var(--nk-ink); }

/* ==========================================================================
   19. PREMIUM LAYOUT OVERRIDES
   GeneratePress ships a sidebar + page titles by default. These rules win
   regardless of what the Customizer says, so the editorial layout is stable.
   ========================================================================== */

#right-sidebar,
#left-sidebar,
.sidebar,
.widget-area:not(.footer-widgets) { display: none !important; }

.site-content { display: block !important; }

.content-area,
#primary,
.site-main,
.inside-article {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: 0 !important;
}

.separate-containers .site-main,
.separate-containers .inside-article,
.one-container .site-content { padding: 0 !important; margin: 0 !important; }

/* The front page and shop should open on the design, not on an <h1>Home</h1> */
.home .entry-header,
.home .page-header,
.home .entry-title,
.woocommerce-products-header,
.page-template-default.home .entry-title { display: none !important; }

.entry-content > *:first-child { margin-top: 0; }
.entry-content { margin: 0; }

/* Kill the theme's default article spacing so sections butt up cleanly */
.separate-containers .inside-article > *:last-child { margin-bottom: 0; }

/* ==========================================================================
   20. HEADER — sticky, quiet, premium
   ========================================================================== */

.site-header {
	position: sticky;
	top: 0;
	z-index: 500;
	background: rgba(250, 250, 248, .92);
	backdrop-filter: saturate(180%) blur(12px);
	-webkit-backdrop-filter: saturate(180%) blur(12px);
	border-bottom: 1px solid var(--nk-line);
}
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

.site-header .inside-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px var(--nk-gutter);
	max-width: var(--nk-max);
	margin: 0 auto;
}

.site-branding .main-title,
.site-title a {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--nk-ink);
	text-decoration: none;
}

.main-navigation .main-nav > ul > li > a {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 10px 14px;
	position: relative;
}
.main-navigation .main-nav > ul > li > a::after {
	content: "";
	position: absolute;
	left: 14px; right: 14px; bottom: 4px;
	height: 1px;
	background: var(--nk-ink);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .22s ease;
}
.main-navigation .main-nav > ul > li:hover > a::after,
.main-navigation .main-nav > ul > li.current-menu-item > a::after { transform: scaleX(1); }

.menu-toggle { border: 0; background: none; font-size: 11px; letter-spacing: 0.14em; }

/* ==========================================================================
   21. HERO — full bleed editorial
   ========================================================================== */

.nk-hero {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: var(--nk-ink);
	display: flex;
	align-items: flex-end;
	min-height: 78vh;
}
.nk-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15,15,15,0) 35%, rgba(15,15,15,.72) 100%);
	pointer-events: none;
}
.nk-hero img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .9;
}
.nk-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: var(--nk-max);
	margin: 0 auto;
	padding: 0 var(--nk-gutter) var(--nk-s5);
}
.nk-hero__inner h1 {
	color: var(--nk-paper);
	font-size: clamp(2.5rem, 11vw, 5.5rem);
	line-height: .95;
	letter-spacing: -0.045em;
	margin-bottom: 18px;
	max-width: 14ch;
}
.nk-hero__inner p {
	color: rgba(250,250,248,.82);
	font-size: 16px;
	line-height: 1.5;
	max-width: 38ch;
	margin-bottom: var(--nk-s3);
}
.nk-hero__inner .nk-btn { min-height: 58px; padding: 20px 36px; }

@media (min-width: 769px) {
	.nk-hero { min-height: 88vh; }
	.nk-hero__inner { padding-bottom: var(--nk-s6); }
	.nk-hero__inner p { font-size: 17px; }
}

/* ==========================================================================
   22. SECTION RHYTHM + HEADINGS
   ========================================================================== */

.entry-content > h2,
.nk-section-head {
	max-width: var(--nk-max);
	margin: var(--nk-s6) auto var(--nk-s3);
	padding: 0 var(--nk-gutter);
	font-size: clamp(1.5rem, 5.5vw, 2.25rem);
	letter-spacing: -0.035em;
}
.entry-content > h2::after {
	content: "";
	display: block;
	width: 44px;
	height: 2px;
	background: var(--nk-clay);
	margin-top: 16px;
}

.entry-content > .wp-block-shortcode,
.entry-content > .woocommerce {
	max-width: var(--nk-max);
	margin: 0 auto var(--nk-s5);
	padding: 0 var(--nk-gutter);
}

/* ==========================================================================
   23. TRUST BAR + TILES + STATEMENT (premium pass)
   ========================================================================== */

.nk-trust {
	background: var(--nk-ink);
	border: 0;
	color: var(--nk-paper);
	max-width: none;
}
.nk-trust div {
	border-left: 1px solid rgba(250,250,248,.16);
	padding: 26px 12px;
	font-size: 10px;
	letter-spacing: 0.16em;
	color: rgba(250,250,248,.88);
}
.nk-trust div:first-child { border-left: 0; }
@media (min-width: 769px) { .nk-trust div { font-size: 12px; padding: 30px 16px; } }

.nk-tiles {
	max-width: var(--nk-max);
	margin: 0 auto var(--nk-s5);
	padding: 0 var(--nk-gutter);
	gap: 10px;
}
.nk-tile {
	position: relative;
	aspect-ratio: 3 / 4;
	background: var(--nk-paper-2);
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	padding: 18px;
	transition: transform .3s ease;
}
.nk-tile::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15,15,15,.05) 40%, rgba(15,15,15,.55) 100%);
}
.nk-tile:hover { transform: translateY(-3px); }
.nk-tile span {
	position: static;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.16em;
	z-index: 2;
	text-shadow: none;
}
.nk-tiles .nk-tile:nth-child(1) { background: #3B4A5A; }
.nk-tiles .nk-tile:nth-child(2) { background: #5A5F4E; }
.nk-tiles .nk-tile:nth-child(3) { background: #2A2A28; }
.nk-tiles .nk-tile:nth-child(4) { background: #7A6A52; }
.nk-tiles .nk-tile:nth-child(5) { background: #4A4640; }
.nk-tiles .nk-tile:nth-child(6) { background: #23302B; }

.nk-statement {
	background: var(--nk-paper-2);
	padding: var(--nk-s6) var(--nk-gutter);
	margin: 0 0 var(--nk-s5);
	text-align: center;
}
.nk-statement p {
	font-size: clamp(1.375rem, 5.5vw, 2.125rem);
	letter-spacing: -0.035em;
	line-height: 1.2;
	max-width: 24ch;
}

/* ==========================================================================
   24. PRODUCT CARD — the part that has to look expensive
   ========================================================================== */

.woocommerce ul.products li.product a img {
	transition: transform .5s cubic-bezier(.2,.7,.3,1), opacity .3s ease;
	will-change: transform;
}
.woocommerce ul.products li.product:hover a img { transform: scale(1.03); }
.woocommerce ul.products li.product > a:first-of-type { display: block; overflow: hidden; }

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 14px !important;
	letter-spacing: -0.005em;
	margin: 12px 0 4px !important;
}
.woocommerce ul.products li.product .price { font-size: 14px; letter-spacing: -0.01em; }

.woocommerce ul.products li.product .star-rating { display: none; }

@media (min-width: 769px) {
	.woocommerce ul.products,
	.wc-block-grid__products { gap: var(--nk-s5) var(--nk-s3); }
}

/* ==========================================================================
   25. FOOTER (premium pass)
   ========================================================================== */

.footer-widgets { padding: var(--nk-s6) var(--nk-gutter) var(--nk-s4); }
.footer-widgets .inside-footer-widgets {
	max-width: var(--nk-max);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--nk-s4);
}
@media (min-width: 769px) {
	.footer-widgets .inside-footer-widgets { grid-template-columns: 1.4fr 1fr 1fr; gap: var(--nk-s5); }
}
.footer-widgets .widget { margin: 0; }
.footer-widgets p { font-size: 14px; line-height: 1.6; max-width: 34ch; }
.site-info { text-align: center; letter-spacing: 0.06em; }


/* ==========================================================================
   26. FIXES
   ========================================================================== */

/* WooCommerce's clearfix pseudo-elements become phantom cells in a grid,
   which pushed the first product out of column one. */
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }

/* The Taka sign is U+09F3, outside Inter's latin subset. Name the system
   Bengali faces so it renders as a Taka everywhere, not as a fallback glyph. */
.woocommerce .amount,
.woocommerce .price,
.woocommerce-Price-amount,
.nk-sticky__price,
.nk-ty__amount strong,
.nk-closing__price {
	font-family: 'Inter', 'Nirmala UI', 'Noto Sans Bengali', 'Shonar Bangla', 'Vrinda', system-ui, sans-serif;
}
.woocommerce-Price-currencySymbol { margin-right: 1px; }


/* ==========================================================================
   27. FULL-BLEED BANDS
   GeneratePress wraps everything in a 1200px .grid-container. These bands
   break out of it. Clipping must live on <body>, not on an ancestor of the
   band, or the breakout gets cut off.
   ========================================================================== */

html, body { overflow-x: hidden; }

.entry-content > .nk-hero,
.entry-content > .nk-trust,
.entry-content > .nk-statement,
.entry-content > .nk-section--dark {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

/* Inner content of a full-bleed band still lines up with the 1200px grid. */
.nk-trust, .nk-statement { padding-left: var(--nk-gutter); padding-right: var(--nk-gutter); }
.nk-statement p { margin-left: auto; margin-right: auto; }
/* ==========================================================================
   28. BUY NOW, BAG BUTTON, SIDE CART DRAWER
   ========================================================================== */

/* --- Buy Now sits under Add to Cart, inverted so the hierarchy is obvious - */

.woocommerce div.product form.cart .nk-buynow,
.nk-buynow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 60px;
	margin-top: 10px;
	padding: 18px 28px;
	background: var(--nk-clay);
	color: #fff;
	border: 1px solid var(--nk-clay);
	border-radius: 0;
	font-family: var(--nk-font);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	cursor: pointer;
	transition: background .15s ease, border-color .15s ease;
}

.woocommerce div.product form.cart .nk-buynow:hover,
.nk-buynow:hover { background: var(--nk-clay-dark); border-color: var(--nk-clay-dark); }

.woocommerce div.product form.cart .nk-buynow.disabled,
.nk-buynow.disabled,
.nk-buynow[disabled] { opacity: .35; cursor: not-allowed; }

.single_add_to_cart_button.is-loading { opacity: .55; pointer-events: none; }

/* --- The three answers a cold visitor wants before tapping ---------------- */

.nk-assure {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 18px;
}
.nk-assure li {
	position: relative;
	padding-left: 16px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--nk-muted);
}
.nk-assure li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 8px;
	height: 1px;
	background: var(--nk-line-2);
}

/* --- Header bag button ---------------------------------------------------- */

.nk-cartbtn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-left: 6px;
	padding: 0;
	background: none;
	border: 0;
	border-radius: 0;
	color: var(--nk-ink);
	cursor: pointer;
	min-height: 0;
}
.nk-cartbtn:hover { background: none; color: var(--nk-clay); }
.nk-cartbtn svg { display: block; }

.nk-cartbtn__n {
	position: absolute;
	top: 4px;
	right: 2px;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	background: var(--nk-clay);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 17px;
	text-align: center;
}
.nk-cartbtn__n[hidden] { display: none; }

.main-navigation .menu-bar-items .nk-cartbtn { color: inherit; }

/* --- Drawer --------------------------------------------------------------- */

body.nk-noscroll { overflow: hidden; }

.nk-drawer {
	position: fixed;
	inset: 0;
	z-index: 9999;
	visibility: hidden;
	pointer-events: none;
}
.nk-drawer.is-open { visibility: visible; pointer-events: auto; }

.nk-drawer__scrim {
	position: absolute;
	inset: 0;
	background: rgba(15, 15, 15, 0.55);
	opacity: 0;
	transition: opacity .22s ease;
}
.nk-drawer.is-open .nk-drawer__scrim { opacity: 1; }

.nk-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 420px;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: var(--nk-paper);
	border-left: 1px solid var(--nk-line);
	transform: translateX(100%);
	transition: transform .28s cubic-bezier(.22,.61,.36,1);
}
.nk-drawer.is-open .nk-drawer__panel { transform: translateX(0); }

.nk-drawer__head {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px var(--nk-s3);
	border-bottom: 1px solid var(--nk-line);
}
.nk-drawer__title {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
.nk-drawer__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-right: -10px;
	padding: 0;
	background: none;
	border: 0;
	border-radius: 0;
	color: var(--nk-ink);
	cursor: pointer;
	min-height: 0;
}
.nk-drawer__close:hover { background: none; color: var(--nk-clay); }

.nk-drawer__body {
	flex: 1 1 auto;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: flex;
	flex-direction: column;
}
.nk-drawer__body.is-busy { opacity: .5; pointer-events: none; }

.nk-drawer__loading,
.nk-drawer__empty {
	margin: auto;
	padding: var(--nk-s4) var(--nk-s3);
	text-align: center;
	color: var(--nk-muted);
	font-size: 14px;
}
.nk-drawer__empty .nk-btn { margin-top: var(--nk-s3); }

.nk-drawer__items { list-style: none; margin: 0; padding: 0; }

.nk-drawer__item {
	display: flex;
	gap: 14px;
	padding: 18px var(--nk-s3);
	border-bottom: 1px solid var(--nk-line);
}

.nk-drawer__thumb { flex: 0 0 78px; display: block; }
.nk-drawer__thumb img { display: block; width: 78px; height: auto; }

.nk-drawer__info { flex: 1 1 auto; min-width: 0; }

.nk-drawer__name {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--nk-ink);
	text-decoration: none;
}
.nk-drawer__name:hover { color: var(--nk-clay); }

.nk-drawer__meta {
	margin: 4px 0 0;
	font-size: 12px;
	color: var(--nk-muted);
	line-height: 1.4;
}

.nk-drawer__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 10px;
}

.nk-qty { display: inline-flex; align-items: center; border: 1px solid var(--nk-line-2); }
.nk-qty button {
	width: 30px;
	height: 30px;
	min-height: 0;
	padding: 0;
	background: none;
	border: 0;
	border-radius: 0;
	color: var(--nk-ink);
	font-size: 15px;
	line-height: 1;
	cursor: pointer;
}
.nk-qty button:hover { background: var(--nk-paper-2); color: var(--nk-ink); }
.nk-qty__n { min-width: 26px; text-align: center; font-size: 13px; font-weight: 700; }

.nk-drawer__price { font-size: 14px; font-weight: 700; white-space: nowrap; }

.nk-drawer__rm {
	margin-top: 8px;
	padding: 0;
	background: none;
	border: 0;
	border-radius: 0;
	min-height: 0;
	color: var(--nk-muted);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}
.nk-drawer__rm:hover { background: none; color: var(--nk-clay); }

.nk-drawer__foot {
	flex: 0 0 auto;
	padding: var(--nk-s3);
	border-top: 1px solid var(--nk-line);
	background: var(--nk-paper);
}
.nk-drawer__sub {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 6px;
}
.nk-drawer__sub span {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--nk-muted);
}
.nk-drawer__sub strong { font-size: 20px; font-weight: 700; }

.nk-drawer__note { margin: 0 0 16px; font-size: 12px; line-height: 1.5; color: var(--nk-muted); }

.nk-drawer__checkout { width: 100%; }

.nk-drawer__viewbag {
	display: block;
	margin-top: 12px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--nk-muted);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.nk-drawer__viewbag:hover { color: var(--nk-ink); }

@media (max-width: 480px) {
	.nk-drawer__panel { max-width: none; }
	.nk-drawer__item { padding: 16px var(--nk-s2); }
	.nk-drawer__head,
	.nk-drawer__foot { padding-left: var(--nk-s2); padding-right: var(--nk-s2); }
	.nk-drawer__thumb,
	.nk-drawer__thumb img { flex-basis: 66px; width: 66px; }
}

/* Nothing on the page may sit above an open drawer. */
.nk-drawer.is-open ~ .nk-sticky,
.nk-drawer.is-open + .nk-sticky { z-index: 1; }

/* --- Shop tile button ----------------------------------------------------- */

.woocommerce ul.products li.product .nk-tile__btn {
	display: inline-block;
	margin-top: 8px;
	padding: 0;
	background: none;
	border: 0;
	border-bottom: 1px solid var(--nk-line-2);
	border-radius: 0;
	min-height: 0;
	color: var(--nk-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	transition: color .15s ease, border-color .15s ease;
}
.woocommerce ul.products li.product .nk-tile__btn:hover {
	background: none;
	color: var(--nk-ink);
	border-bottom-color: var(--nk-ink);
}

/* ==========================================================================
   29. PRODUCT PAGE — two columns on a desktop, one clean column on a phone
   ========================================================================== */

/* The product page uses the same responsive header as every other page. */
.single-product .nav-below-header,
.single-product .nav-above-header { display: none !important; }

.single-product div.product {
	max-width: var(--nk-max);
	margin: 0 auto;
	padding: 0;
}

/* Phone: image first, but never more than three quarters of the screen. */
.woocommerce-product-gallery__image img {
	width: 100%;
	max-height: 76vh;
	object-fit: cover;
	object-position: center top;
}

.single-product .summary.entry-summary { padding-top: var(--nk-s3); }

.nk-hookline {
	font-size: 15px;
	line-height: 1.45;
	color: var(--nk-clay);
	font-weight: 600;
	margin: 0 0 12px;
}

@media (min-width: 1025px) {
	.single-product div.product {
		display: grid;
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
		column-gap: var(--nk-s5);
		align-items: start;
		padding: var(--nk-s4) var(--nk-gutter) 0;
	}

	.single-product div.product > .woocommerce-product-gallery {
		grid-column: 1;
		grid-row: 1 / span 2;
		margin: 0 !important;
		position: sticky;
		top: 96px;
	}

	.woocommerce-product-gallery__image img { max-height: none; }

	.single-product div.product > .summary.entry-summary {
		grid-column: 2;
		grid-row: 1;
		padding: 0 !important;
		max-width: 520px;
	}

	/* Everything the theme appends after the summary sits under it, not beside
	   the image, so the reading order stays title → options → detail. */
	.single-product div.product > .nk-acc,
	.single-product div.product > .nk-reviews,
	.single-product div.product > .nk-closing,
	.single-product div.product > .woocommerce-tabs,
	.single-product div.product > section {
		grid-column: 2;
		max-width: 520px;
	}

	.single-product .woocommerce-product-gallery .flex-control-thumbs { margin-left: 0; margin-right: 0; }
}

/* Accordions and the closing block read better centred on a phone. */
.nk-acc, .nk-reviews, .nk-closing { padding-left: var(--nk-gutter); padding-right: var(--nk-gutter); }

@media (min-width: 1025px) {
	.nk-acc, .nk-reviews, .nk-closing { padding-left: 0; padding-right: 0; }
}

/* Add to Cart and Buy Now sit as a pair. */
.woocommerce div.product form.cart .button,
.woocommerce div.product .single_add_to_cart_button { width: 100%; }

.woocommerce div.product form.cart { margin-bottom: var(--nk-s2); }

/* ==========================================================================
   30. FIXES — active colour swatch, product page header
   ========================================================================== */

/* An active colour swatch must keep its colour and take a ring, not a fill. */
.nk-swatch-wrap.is-color .nk-swatch.is-active {
	background-color: transparent;
	border-color: var(--nk-line-2);
	outline: 2px solid var(--nk-ink);
	outline-offset: 3px;
}
.is-color .nk-sw-black       { background: #101010 !important; }
.is-color .nk-sw-white       { background: #FFFFFF !important; }
.is-color .nk-sw-off-white   { background: #F1EEE7 !important; }
.is-color .nk-sw-charcoal    { background: #35373A !important; }
.is-color .nk-sw-ash-grey    { background: #9A9C9B !important; }
.is-color .nk-sw-navy        { background: #1B2A44 !important; }
.is-color .nk-sw-sky-blue    { background: #A9C4D8 !important; }
.is-color .nk-sw-olive       { background: #6B6A45 !important; }
.is-color .nk-sw-deep-olive  { background: #4A4B33 !important; }
.is-color .nk-sw-deep-green  { background: #2E4238 !important; }
.is-color .nk-sw-stone       { background: #C9C3B6 !important; }
.is-color .nk-sw-sand        { background: #D6C9AE !important; }
.is-color .nk-sw-khaki       { background: #B9A97F !important; }
.is-color .nk-sw-rust        { background: #A2543A !important; }
.is-color .nk-sw-white,
.is-color .nk-sw-off-white   { border-color: var(--nk-line-2); }

/* Product page keeps the theme's own responsive header. */

/* Gallery thumbnails line up under the image. */
.woocommerce-product-gallery .flex-control-thumbs li { width: 72px; }

/* Quantity box sits beside nothing on its own line — hide it, the bag has one. */
.woocommerce div.product form.cart .quantity { display: none !important; }

/* Bag button inside the mobile control wrapper, left of the hamburger. */
.mobile-menu-control-wrapper { display: flex; align-items: center; }
.mobile-menu-control-wrapper .nk-cartbtn { margin: 0 2px 0 0; }
.main-navigation .menu-bar-items { display: flex; align-items: center; }

/* One bag button per breakpoint. */
@media (max-width: 768px) {
	.main-navigation:not(.mobile-menu-control-wrapper) .nk-cartbtn { display: none !important; }
}
@media (min-width: 769px) {
	.mobile-menu-control-wrapper .nk-cartbtn { display: none !important; }
}
/* v1786638162513 */

/* ==========================================================================
   31. DISTRICT PICKER — native select, because a phone keyboard beats a
   JavaScript dropdown for 64 districts on a 5-inch screen.
   ========================================================================== */

.select2-container { display: none !important; }

select.select2-hidden-accessible,
.woocommerce select.state_select,
.woocommerce select.country_select {
	position: static !important;
	display: block !important;
	width: 100% !important;
	height: 54px !important;
	min-height: 54px !important;
	margin: 0 !important;
	padding: 0 40px 0 14px !important;
	border: 1px solid var(--nk-line-2) !important;
	border-radius: 0 !important;
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230F0F0F' stroke-width='1.6' fill='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	clip: auto !important;
	overflow: visible !important;
	font-size: 16px;
	color: var(--nk-ink);
	-webkit-appearance: none;
	appearance: none;
}

select.select2-hidden-accessible:focus { border-color: var(--nk-ink) !important; outline: none; }

/* ==========================================================================
   32. DELIVERY AREA — two tap targets
   ========================================================================== */

.nk-area__list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.nk-area__btn {
	display: block;
	width: 100%;
	min-height: 68px;
	padding: 12px 14px;
	text-align: left;
	background: #fff;
	border: 1px solid var(--nk-line-2);
	border-radius: 0;
	color: var(--nk-ink);
	cursor: pointer;
	transition: border-color .12s ease, background .12s ease;
}
.nk-area__btn strong { display: block; font-size: 14px; font-weight: 700; line-height: 1.3; }
.nk-area__btn span { display: block; margin-top: 3px; font-size: 12px; color: var(--nk-muted); }
.nk-area__btn:hover { border-color: var(--nk-ink); background: #fff; }

.nk-area__btn.is-active { background: var(--nk-ink); border-color: var(--nk-ink); color: var(--nk-paper); }
.nk-area__btn.is-active span { color: rgba(250, 250, 248, .72); }

.nk-area label { display: block; margin-bottom: 8px; }

/* The 64-district select is gone; nothing should reserve space for it. */
.woocommerce-checkout #billing_state_field .select2-container,
.woocommerce-checkout #billing_state_field select { display: none !important; }

/* ==========================================================================
   33. CATEGORY TILES — the photograph fills the tile, the label sits on top
   ========================================================================== */

.nk-tile img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: auto;
	z-index: 0;
}

.nk-tile::before {
	z-index: 1;
	background: linear-gradient(rgba(15, 15, 15, 0) 45%, rgba(15, 15, 15, 0.68) 100%);
}

.nk-tile span {
	position: relative;
	z-index: 2;
	left: auto;
	bottom: auto;
}

/* ==========================================================================
   34. HERO — an editorial split: the words on ink, the clothes beside them
   ========================================================================== */

.nk-hero__inner h1::before {
	content: '';
	display: block;
	width: 46px;
	height: 2px;
	background: var(--nk-clay);
	margin-bottom: 22px;
}

/* Phone: picture first, then the words and the button, both above the fold. */
@media (max-width: 1024px) {
	.nk-hero { display: block; min-height: 0; }
	.nk-hero::after { display: none; }
	.nk-hero img {
		position: relative;
		inset: auto;
		display: block;
		width: 100%;
		height: auto;
		max-height: 44vh;
		aspect-ratio: auto;
		object-fit: cover;
		object-position: center 24%;
		opacity: 1;
	}
	.nk-hero__inner {
		position: relative;
		inset: auto;
		padding: var(--nk-s4) var(--nk-gutter) var(--nk-s5);
	}
}

/* Desktop: two columns, copy left on ink, clothes right, full height. */
@media (min-width: 1025px) {
	.nk-hero {
		display: grid;
		grid-template-columns: minmax(0, 45%) minmax(0, 55%);
		grid-template-rows: 100%;
		align-items: stretch;
		height: 80vh;
		min-height: 540px;
		max-height: 760px;
	}
	.nk-hero::after { display: none; }
	.nk-hero img {
		position: relative;
		inset: auto;
		grid-column: 2;
		grid-row: 1;
		width: 100%;
		height: 100%;
		aspect-ratio: auto;
		object-fit: cover;
		opacity: 1;
	}
	.nk-hero__inner {
		position: relative;
		inset: auto;
		grid-column: 1;
		grid-row: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		max-width: none;
		padding: var(--nk-s6) var(--nk-s5) var(--nk-s6) max(var(--nk-gutter), calc((100vw - var(--nk-max)) / 2 + var(--nk-gutter)));
	}
	.nk-hero__inner p { max-width: 30ch; }
}

/* ==========================================================================
   35. HERO TYPE — the headline never breaks a word
   ========================================================================== */

.nk-hero__inner h1 {
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
	text-wrap: balance;
}

@media (min-width: 1025px) {
	.nk-hero__inner { overflow: hidden; }
	.nk-hero__inner h1 { font-size: clamp(2.4rem, 3.2vw, 3.9rem); line-height: 1.03; }
	.nk-hero img { height: 100%; min-height: 0; object-position: center top; }
}

/* ==========================================================================
   36. HERO v2 — one cinematic frame, the words sitting inside it
   Overrides the split layout in 34/35.
   ========================================================================== */

@media (min-width: 1025px) {
	.nk-hero {
		display: block;
		position: relative;
		height: clamp(460px, 44vw, 700px);
		grid-template-columns: none;
		grid-template-rows: none;
	}
	.nk-hero img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center 22%;
	}
	.nk-hero__inner {
		position: absolute;
		inset: 0;
		z-index: 2;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 52% 0 max(var(--nk-gutter), calc((100vw - var(--nk-max)) / 2 + var(--nk-gutter)));
	}
	.nk-hero__inner h1 { font-size: clamp(2.6rem, 3.6vw, 4.2rem); }
	.nk-hero__inner p { max-width: 32ch; }
}

@media (max-width: 1024px) {
	.nk-hero {
		display: block;
		position: relative;
		min-height: 68vh;
	}
	.nk-hero img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		max-height: none;
		object-fit: cover;
		object-position: center;
	}
	.nk-hero::after {
		display: block;
		content: '';
		position: absolute;
		inset: 0;
		z-index: 1;
		background: linear-gradient(rgba(14, 14, 14, 0.10) 30%, rgba(14, 14, 14, 0.86) 100%);
	}
	.nk-hero__inner {
		position: relative;
		z-index: 2;
		min-height: 68vh;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding: var(--nk-s5) var(--nk-gutter) var(--nk-s4);
	}
}

/* ==========================================================================
   37. HERO — type only. No photograph, no product shot: the words and the
   space around them carry it. Overrides 34, 35 and 36.
   ========================================================================== */

.nk-hero {
	display: block !important;
	position: relative;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	background: var(--nk-ink);
	border-bottom: 1px solid rgba(250, 250, 248, 0.10);
	overflow: visible;
}
.nk-hero::after { display: none !important; }
.nk-hero img, .nk-hero picture { display: none !important; }

.nk-hero__inner {
	position: relative !important;
	inset: auto !important;
	display: block !important;
	max-width: 780px;
	margin: 0 auto;
	padding: 108px var(--nk-gutter) 116px !important;
	text-align: center;
}

.nk-hero__inner h1 {
	font-size: clamp(2.3rem, 7.4vw, 4.4rem);
	line-height: 1.02;
	letter-spacing: -0.028em;
	margin: 0 0 20px;
	color: var(--nk-paper);
}
.nk-hero__inner h1::before {
	content: 'Menswear for Bangladesh';
	display: block;
	width: auto;
	height: auto;
	background: none;
	margin: 0 0 26px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: rgba(250, 250, 248, 0.45);
}

.nk-hero__inner p {
	max-width: 46ch;
	margin: 0 auto 34px;
	font-size: 16px;
	line-height: 1.62;
	color: rgba(250, 250, 248, 0.72);
}

.nk-hero__inner .nk-btn,
.nk-hero__inner a.button,
.nk-hero__inner .wp-block-button__link {
	display: inline-flex;
	width: auto;
	min-width: 260px;
	padding: 20px 40px;
}

@media (min-width: 769px) {
	.nk-hero__inner { padding: 148px var(--nk-gutter) 156px !important; }
}

@media (max-width: 480px) {
	.nk-hero__inner { padding: 84px var(--nk-gutter) 92px !important; }
	.nk-hero__inner .nk-btn,
	.nk-hero__inner a.button { width: 100%; min-width: 0; }
}