/* Nauria — WP/Woo adjustments on top of the compiled Canopy stylesheet.
   Design tokens (from the Shopify theme):
   text #262630 · accent #357b9b · nav link #8bc3dc · body Lora · headings Old Standard TT */

:root {
	--nd-text: #262630;
	--nd-accent: #357b9b;
	--nd-accent-light: #8bc3dc;
	--nd-link: #4498bf;
}

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }

body {
	font-family: Lora, serif;
	color: var(--nd-text);
	background: #fff;
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
}

h1, h2, h3, h4, h5, h6, .h1, .section-heading, .page-title {
	font-family: "Old Standard TT", serif;
	font-weight: 400;
	color: var(--nd-text);
	line-height: 1.3;
}

a { color: var(--nd-link); text-decoration: none; font-family: inherit; }
a:hover { color: var(--nd-accent); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 40px 0; }
.align-center { text-align: center; }

/* ---------- Header ---------- */
.header-container { border-bottom: 1px solid #e9e9ea; }
.page-header.layout-center { text-align: center; padding-top: .5em; }
.toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
	font-size: .85em;
	letter-spacing: .05em;
	line-height: 36px;
	padding: .5em 0;
}
.toolbar a { color: var(--nd-text); }
.toolbar-sep { margin: 0 .4em; color: #c9c9cb; }
.toolbar-cart .cart-link { display: inline-flex; align-items: center; gap: .5em; color: var(--nd-text); }
.logo-img { max-height: 90px; width: auto; }
.logo { margin-bottom: 12px; }

.main-nav {
	font-family: "Old Standard TT", serif;
	font-size: 20px;
}
.main-nav ul { margin: 0; padding: 0; list-style: none; }
.main-nav .nav-item, .main-nav li { display: inline-block; margin: 0; }
.main-nav .nav-item a, .main-nav li a {
	display: inline-block;
	padding: .5em 1em .9em;
	line-height: 1.1em;
	color: var(--nd-accent-light);
}
.main-nav .nav-item a:hover, .main-nav li a:hover,
.main-nav .current-menu-item a { color: var(--nd-accent); }

.mobile-nav-toggle { display: none; }

/* ---------- Buttons ---------- */
.btn, .button, button.single_add_to_cart_button,
.woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button, .woocommerce input.button,
.woocommerce #payment #place_order, .checkout-button,
.signup-form button {
	-webkit-appearance: none;
	display: inline-block;
	background: var(--nd-accent);
	color: #fff;
	border: 2px solid var(--nd-accent);
	padding: 9px 1.4em;
	font-family: inherit;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 400;
	text-align: center;
	border-radius: 60px;
	cursor: pointer;
	transition: opacity .2s, background-color .15s;
}
.btn:hover, .button:hover, .woocommerce a.button:hover,
.woocommerce button.button:hover, button.single_add_to_cart_button:hover,
.woocommerce #payment #place_order:hover {
	background: #2b6580;
	border-color: #2b6580;
	color: #fff;
}

/* ---------- Homepage ---------- */
.slideshow-section { padding: 0; }
.slideshow .slide img.hero-img { display: block; width: 100%; height: auto; }

.collection-tiles { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.collection-tile { position: relative; flex: 1 1 320px; max-width: 560px; display: block; }
.collection-tile img { width: 100%; height: auto; display: block; }
.collection-tile__label {
	position: absolute; left: 50%; bottom: 8%; transform: translateX(-50%);
	background: rgba(255,255,255,.92); color: var(--nd-text);
	font-family: "Old Standard TT", serif; font-size: 1.4em;
	padding: .3em 1.2em; white-space: nowrap;
}
.collection-tile:hover .collection-tile__label { background: #fff; }

.our-story-section .rte-container { max-width: 800px; text-align: center; }
.our-story-section h2 { font-size: 2em; }

.section-heading { margin-bottom: .2em; font-size: 1.8em; }
.section-heading a { color: var(--nd-text); }
.view-all-row { margin-top: 2em; }

/* ---------- Product grid (Canopy .product-block) ---------- */
.product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px 20px;
	margin: 1.5em 0;
}
.product-block { text-align: left; }
.product-block .image { position: relative; overflow: hidden; }
.product-block .image img { width: 100%; height: auto; display: block; }
.product-block .image__secondary {
	position: absolute; inset: 0;
	background-size: cover; background-position: center;
	opacity: 0; transition: opacity .25s ease;
}
.product-block .image--with-secondary:hover .image__secondary { opacity: 1; }
.product-block__title-price { padding-top: .8em; }
.product-block .title {
	font-family: Lora, serif;
	color: var(--nd-text);
	font-size: 1em;
	display: block;
}
.product-block .price {
	font-family: "Old Standard TT", serif;
	font-size: 1.25em;
	margin-top: .2em;
	color: var(--nd-text);
}
.product-block .price del { color: #999; margin-right: .5em; }
.product-block .price ins { text-decoration: none; }
.on-sale-badge {
	position: absolute; top: 10px; left: 10px; z-index: 2;
	background: var(--nd-accent); color: #fff;
	font-size: .8em; padding: .2em .9em; border-radius: 60px;
}

/* ---------- Woo single product ---------- */
.woocommerce div.product .product_title {
	font-family: "Old Standard TT", serif; font-weight: 400; font-size: 2em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-family: "Old Standard TT", serif; color: var(--nd-text); font-size: 1.6em;
}
.woocommerce div.product p.price del { color: #999; }
.woocommerce div.product form.cart .variations label { font-weight: 400; }
.woocommerce div.product form.cart .variations select {
	border: 1px solid #d1d1d4; padding: .5em 2em .5em .8em; border-radius: 0;
	font-family: inherit; font-size: 1em;
}
.woocommerce div.product form.cart .qty {
	border: 1px solid #d1d1d4; padding: .5em; height: auto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--nd-text); }

/* ---------- Cart / checkout / account ---------- */
.woocommerce-cart table.cart th, .woocommerce table.shop_table th {
	font-family: "Old Standard TT", serif; font-weight: 400;
}
.woocommerce-message, .woocommerce-info {
	border-top-color: var(--nd-accent);
}
.woocommerce-message::before, .woocommerce-info::before { color: var(--nd-accent); }

/* ---------- Pages ---------- */
.page-container { max-width: 800px; }
.page-title { font-size: 2em; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid #e9e9ea; margin-top: 3em; padding: 2.5em 0 1.5em; }
.signup-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 2em; flex-wrap: wrap; padding-bottom: 1em; }
.signup-col h4 { margin: 0 0 .5em; }
.signup-form { display: flex; gap: .6em; }
.signup-form input[type=email] {
	border: 1px solid #d1d1d4; padding: .55em .9em; min-width: 240px;
	font-family: inherit; font-size: 1em;
}
.social-col a { color: var(--nd-text); margin-left: 1em; }
.social-col a:hover { color: var(--nd-accent); }
.footer-links { list-style: none; margin: 0; padding: 1em 0; display: flex; flex-wrap: wrap; gap: .4em 1.8em; }
.footer-links a { color: var(--nd-text); font-size: .95em; }
.footer-links a:hover { color: var(--nd-accent); }
.footer-bottom { font-size: .85em; color: #999; }
.footer-bottom a { color: inherit; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
	.product-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
	.product-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 12px; }
	.main-nav { display: none; }
	.main-nav.open { display: block; }
	.main-nav .nav-item, .main-nav li { display: block; }
	.main-nav .nav-item a, .main-nav li a { padding: .6em 0; display: block; }
	.mobile-nav-toggle {
		display: inline-block; background: none; border: 0; padding: 10px; cursor: pointer;
	}
	.mobile-nav-toggle span {
		display: block; width: 22px; height: 2px; background: var(--nd-text); margin: 5px 0;
	}
	.logo-img { max-height: 64px; }
	.collection-tiles { flex-direction: column; }
	.signup-row { flex-direction: column; align-items: flex-start; }
}
