/*
 * Sistema comercial 2.0 de Al Punto Norte.
 * Estructura de compra outdoor propia: navegación por necesidad, filtros
 * progresivos y fichas limpias. No reproduce recursos ni identidad ajena.
 */

:root {
	--apn-ink: #17251d;
	--apn-forest: #174a35;
	--apn-green: #2d7654;
	--apn-mint: #e7f0e7;
	--apn-sand: #f7f5ef;
	--apn-cream: #fbfaf6;
	--apn-orange: #e86632;
	--apn-line: #d9ded6;
	--apn-muted: #68746d;
	--apn-card: #ffffff;
}

body {
	background: var(--apn-cream);
	font-family: "Manrope", Arial, sans-serif;
}

body .apn-eyebrow {
	color: var(--apn-green);
	font: 500 10px/1.3 "DM Mono", monospace;
	letter-spacing: .09em;
}

.apn-site-header {
	height: auto;
	display: block;
	padding: 0;
	background: #fff;
	border-bottom: 1px solid var(--apn-line);
	box-shadow: 0 2px 11px rgba(23, 37, 29, .04);
}

.apn-header-main {
	max-width: 1540px;
	min-height: 91px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 210px minmax(260px, 1fr) auto;
	align-items: center;
	gap: 38px;
	padding: 14px clamp(24px, 4.6vw, 74px);
}

.apn-brand-logo {
	width: 190px;
	max-height: 53px;
}

.apn-header-search,
.apn-catalog-search {
	display: flex;
	align-items: center;
	min-width: 0;
	border: 1px solid var(--apn-line);
	border-radius: 4px;
	background: #f8f9f6;
}

.apn-header-search:focus-within,
.apn-catalog-search:focus-within {
	border-color: var(--apn-green);
	box-shadow: 0 0 0 3px rgba(45, 118, 84, .11);
}

.apn-header-search > span,
.apn-catalog-search > span {
	padding-left: 17px;
	color: var(--apn-green);
	font: 700 27px/.7 Arial, sans-serif;
}

.apn-header-search input,
.apn-catalog-search input {
	width: 100%;
	min-width: 0;
	border: 0;
	outline: 0;
	background: transparent;
	padding: 14px 15px;
	color: var(--apn-ink);
	font: 500 13px "Manrope", sans-serif;
}

.apn-header-search input::placeholder,
.apn-catalog-search input::placeholder { color: #879188; }

.apn-header-actions {
	display: flex;
	align-items: center;
	gap: 20px;
	white-space: nowrap;
}

.apn-header-actions a {
	font-size: 12px;
	font-weight: 700;
}

.apn-header-actions a:last-child {
	display: flex;
	align-items: center;
	gap: 4px;
}

.apn-bag-count {
	width: 20px;
	height: 20px;
	margin-left: 2px;
	background: var(--apn-green);
	font: 600 10px/1 "DM Mono", monospace;
}

.apn-catalog-nav {
	min-height: 48px;
	display: flex;
	align-items: stretch;
	gap: 0;
	padding: 0 clamp(24px, 4.6vw, 74px);
	border-top: 1px solid #edf0eb;
	background: var(--apn-forest);
	color: #fff;
	overflow: hidden;
}

.apn-all-categories {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 0 26px 0 0;
	border-right: 1px solid rgba(255, 255, 255, .16);
	font-size: 12px;
	font-weight: 800;
}

.apn-all-categories span { font-size: 18px; }
.apn-nav-links { min-width: 0; overflow-x: auto; }

.apn-primary-nav,
.apn-primary-nav ul {
	display: flex;
	align-items: stretch;
	gap: 0;
	min-height: 48px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.apn-primary-nav { margin-left: 0; }
.apn-primary-nav a {
	display: flex;
	align-items: center;
	padding: 0 22px;
	color: rgba(255, 255, 255, .94);
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.apn-primary-nav a:hover,
.apn-primary-nav .current-menu-item > a {
	background: rgba(0, 0, 0, .18);
	color: #fff;
}

/* Portada */
.apn-commerce-home { overflow: hidden; }
.apn-shop-hero {
	position: relative;
	min-height: 574px;
	display: grid;
	grid-template-columns: minmax(360px, .94fr) minmax(430px, 1.06fr);
	background: #113d2c;
	color: #fff;
}

.apn-shop-hero__copy {
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 76px clamp(30px, 7.2vw, 120px);
}

.apn-shop-hero__copy .apn-eyebrow { color: #d5e4bd; }
.apn-shop-hero__copy h1,
.apn-home-section-heading h2,
.apn-home-activity__copy h2,
.apn-home-guides h2 {
	margin: 0;
	font-size: clamp(48px, 5.4vw, 82px);
	font-weight: 700;
	letter-spacing: -.075em;
	line-height: .94;
}

.apn-shop-hero__copy h1 em,
.apn-home-section-heading h2 em,
.apn-home-activity__copy h2 em,
.apn-home-guides h2 em {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 500;
}

.apn-shop-hero__copy > p:not(.apn-eyebrow) {
	max-width: 440px;
	margin: 28px 0 32px;
	color: #e3ece4;
	font-size: 15px;
	line-height: 1.65;
}

.apn-shop-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.apn-button-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	min-height: 46px;
	padding: 12px 17px;
	border: 1px solid var(--apn-orange);
	border-radius: 3px;
	background: var(--apn-orange);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.apn-button-primary:hover { background: #cc5428; border-color: #cc5428; color: #fff; transform: translateY(-1px); }
.apn-shop-hero .apn-text-link { border-bottom-color: rgba(255, 255, 255, .8); color: #fff; font-weight: 700; }

.apn-shop-hero__media {
	min-height: 574px;
	background:
		linear-gradient(90deg, #113d2c 0%, rgba(17, 61, 44, .06) 30%, rgba(17, 61, 44, .18)),
		url("https://images.unsplash.com/photo-1551632811-561732d1e306?auto=format&fit=crop&w=1800&q=85") center/cover;
}

.apn-hero-fact {
	position: absolute;
	right: clamp(28px, 5vw, 80px);
	bottom: 32px;
	display: grid;
	gap: 5px;
	padding: 14px 16px;
	border-left: 2px solid #d5e4bd;
	background: rgba(10, 41, 28, .76);
	backdrop-filter: blur(8px);
}

.apn-hero-fact strong { font: 600 10px "DM Mono", monospace; letter-spacing: .08em; }
.apn-hero-fact span { color: #d6e0d6; font-size: 11px; }

.apn-shop-benefits {
	max-width: 1510px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-right: 1px solid var(--apn-line);
}

.apn-shop-benefits p {
	min-height: 88px;
	display: grid;
	align-content: center;
	gap: 5px;
	margin: 0;
	padding: 18px clamp(22px, 3vw, 48px);
	border-left: 1px solid var(--apn-line);
	border-bottom: 1px solid var(--apn-line);
}

.apn-shop-benefits strong { font-size: 12px; }
.apn-shop-benefits span { color: var(--apn-muted); font-size: 11px; }

.apn-home-categories,
.apn-home-products-section {
	max-width: 1510px;
	margin: 0 auto;
	padding: 105px clamp(24px, 5vw, 82px);
}

.apn-home-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 36px;
	margin-bottom: 39px;
}

.apn-home-section-heading h2 { font-size: clamp(38px, 4.2vw, 62px); }
.apn-section-link { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 6px; border-bottom: 1px solid var(--apn-ink); font-size: 12px; font-weight: 800; white-space: nowrap; }
.apn-section-link span { color: var(--apn-orange); font-size: 18px; }

.apn-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.apn-category-tile {
	position: relative;
	min-height: 322px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 26px;
	overflow: hidden;
	border-radius: 4px;
	background-position: center;
	background-size: cover;
	color: #fff;
	isolation: isolate;
}

.apn-category-tile::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(10, 28, 20, .92), rgba(10, 28, 20, .02) 76%); content: ""; }
.apn-category-tile::before { position: absolute; z-index: -1; inset: 0; background: rgba(11, 39, 26, .08); content: ""; transition: background .2s ease; }
.apn-category-tile:hover::before { background: rgba(11, 39, 26, .28); }
.apn-category-tile span { position: absolute; top: 23px; left: 25px; font: 500 10px "DM Mono", monospace; letter-spacing: .08em; }
.apn-category-tile h3 { max-width: 200px; margin: 0; font-size: 20px; line-height: 1.08; letter-spacing: -.04em; }
.apn-category-tile p { margin: 9px 0 0; color: rgba(255, 255, 255, .85); font-size: 12px; line-height: 1.45; }
.apn-category-tile--hiking { background-image: url("https://images.unsplash.com/photo-1517825738774-7de9363ef735?auto=format&fit=crop&w=850&q=80"); }
.apn-category-tile--footwear { background-image: url("https://images.unsplash.com/photo-1551698618-1dfe5d97d256?auto=format&fit=crop&w=850&q=80"); }
.apn-category-tile--clothing { background-image: url("https://images.unsplash.com/photo-1533130061792-64b345e4a833?auto=format&fit=crop&w=850&q=80"); }
.apn-category-tile--equipment { background-image: url("https://images.unsplash.com/photo-1504851149312-7a075b496cc7?auto=format&fit=crop&w=850&q=80"); }

.apn-home-activity { display: grid; grid-template-columns: minmax(360px, 1fr) minmax(360px, .9fr); background: var(--apn-mint); }
.apn-home-activity__visual { min-height: 540px; background: url("https://images.unsplash.com/photo-1483347756197-71ef80e95f73?auto=format&fit=crop&w=1600&q=85") center/cover; }
.apn-home-activity__copy { display: flex; flex-direction: column; justify-content: center; padding: 76px clamp(34px, 7vw, 120px); }
.apn-home-activity__copy h2 { font-size: clamp(39px, 4vw, 63px); }
.apn-home-activity__copy > p:not(.apn-eyebrow) { max-width: 420px; margin: 25px 0 31px; color: #4d5d54; font-size: 14px; line-height: 1.65; }
.apn-activity-links { border-top: 1px solid rgba(23, 37, 29, .2); }
.apn-activity-links a { display: flex; justify-content: space-between; padding: 14px 2px; border-bottom: 1px solid rgba(23, 37, 29, .2); font-size: 13px; font-weight: 800; }
.apn-activity-links a span { color: var(--apn-orange); font-size: 17px; }
.apn-home-products-section { padding-bottom: 112px; }
.apn-home-products ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.apn-home-guides { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; padding: 95px clamp(24px, 8vw, 130px); background: var(--apn-ink); color: #fff; }
.apn-home-guides .apn-eyebrow { color: #c8d8c5; }
.apn-home-guides h2 { max-width: 510px; font-size: clamp(36px, 3.5vw, 55px); }
.apn-home-guides__items { border-top: 1px solid rgba(255, 255, 255, .25); }
.apn-home-guides article { display: grid; grid-template-columns: 38px 1fr 1.1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255, 255, 255, .25); }
.apn-home-guides article > span { color: #c8d8c5; font: 10px "DM Mono", monospace; }
.apn-home-guides h3 { margin: 0; font-size: 14px; }
.apn-home-guides p { margin: 0; color: #c9d1cc; font-size: 12px; line-height: 1.55; }

/* Catálogo y filtros */
.apn-catalog {
	max-width: 1570px;
	padding: 32px clamp(24px, 4.5vw, 74px) 104px;
}

.apn-breadcrumbs .woocommerce-breadcrumb { margin: 0 0 19px; color: #7a847c; font-size: 11px; }
.apn-breadcrumbs .woocommerce-breadcrumb a { color: #657368; }
.apn-catalog-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 48px; margin-bottom: 24px; }
.apn-catalog-heading h1 { max-width: 770px; font-size: clamp(36px, 4.4vw, 65px); font-weight: 800; letter-spacing: -.074em; line-height: .98; }
.apn-catalog-intro { padding-bottom: 3px; color: var(--apn-muted); font-size: 13px; line-height: 1.55; }
.apn-catalog-intro p { margin: 0; }
.apn-catalog-intro .term-description { margin-bottom: 9px; }
.apn-catalog-search { max-width: 850px; margin: 0 0 26px; background: #fff; }
.apn-catalog-search button { align-self: stretch; border: 0; background: var(--apn-forest); color: #fff; padding: 0 24px; font: 800 11px "Manrope", sans-serif; cursor: pointer; }
.apn-catalog-search button:hover { background: var(--apn-orange); }

.apn-category-rail { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-bottom: 35px; }
.apn-category-rail a { min-height: 84px; display: flex; flex-direction: column; justify-content: flex-end; gap: 5px; padding: 16px; border: 1px solid var(--apn-line); border-radius: 4px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.apn-category-rail a:hover { border-color: var(--apn-green); box-shadow: 0 5px 14px rgba(23, 74, 53, .1); }
.apn-category-rail span { font-size: 13px; font-weight: 800; line-height: 1.18; }
.apn-category-rail small { color: var(--apn-muted); font-size: 10px; }

.apn-catalog-layout { grid-template-columns: 242px minmax(0, 1fr); gap: 34px; padding-top: 0; border-top: 0; }
.apn-filter-panel { top: 16px; padding: 0 23px 22px 0; border-right: 1px solid var(--apn-line); }
.apn-filter-heading { padding: 3px 0 16px; }
.apn-filter-heading h2 { font-size: 17px; letter-spacing: -.03em; }
.apn-filter-heading a { color: var(--apn-green); font-size: 11px; font-weight: 700; }
.apn-filter-group { border: 0; border-bottom: 1px solid var(--apn-line); }
.apn-filter-group summary { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; font-size: 12px; font-weight: 800; cursor: pointer; list-style: none; }
.apn-filter-group summary::-webkit-details-marker { display: none; }
.apn-filter-group summary span { color: var(--apn-green); font-size: 16px; transition: transform .18s ease; }
.apn-filter-group:not([open]) summary span { transform: rotate(-90deg); }
.apn-filter-options { padding: 0 0 13px; }
.apn-filter-options--compact { display: grid; grid-template-columns: 1fr 1fr; column-gap: 8px; }
.apn-check { grid-template-columns: 15px minmax(0, 1fr) auto; gap: 8px; margin: 0 0 10px; color: #445148; font-size: 11px; }
.apn-check input { width: 14px; height: 14px; accent-color: var(--apn-green); }
.apn-check small { color: #849087; font: 9px "DM Mono", monospace; }
.apn-price-fields { padding: 0 0 16px; }
.apn-price-fields input { min-height: 39px; border-color: var(--apn-line); background: #fff; border-radius: 2px; font-family: "Manrope", sans-serif; }
.apn-price-fields label { color: #66736a; font-size: 10px; }
.apn-stock-filter { margin: 0; padding: 18px 0 8px; border: 0; border-bottom: 1px solid var(--apn-line); }
.apn-filter-submit { min-height: 44px; margin-top: 20px; border-radius: 3px; background: var(--apn-forest); font-family: "Manrope", sans-serif; }
.apn-filter-submit:hover { background: var(--apn-orange); }

.apn-catalog-toolbar { align-items: flex-start; padding: 2px 0 17px; margin-bottom: 21px; border-bottom: 1px solid var(--apn-line); }
.apn-catalog-toolbar > div { display: grid; gap: 9px; }
.woocommerce .woocommerce-result-count,
.apn-catalog .woocommerce-result-count { color: var(--apn-muted); font: 500 10px "DM Mono", monospace; letter-spacing: .04em; }
.woocommerce .woocommerce-ordering select,
.apn-catalog .woocommerce-ordering select { min-height: 41px; border-color: var(--apn-line); border-radius: 3px; background-color: #fff; font-family: "Manrope", sans-serif; font-weight: 700; }
.apn-active-filters { display: flex; flex-wrap: wrap; gap: 6px; }
.apn-active-filters span { padding: 5px 8px; border-radius: 20px; background: var(--apn-mint); color: var(--apn-forest); font-size: 10px; font-weight: 700; }

.woocommerce ul.products,
.apn-catalog ul.products,
.apn-home-products ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px 14px; }
.apn-product-image-wrap { aspect-ratio: 1 / 1.04; border: 1px solid #edf0eb; border-radius: 3px; background: #f7f8f5; }
.apn-product-image-wrap img { padding: 8px; mix-blend-mode: multiply; }
.apn-product-card:hover .apn-product-image-wrap { border-color: #ccd8cd; }
.apn-product-label,
.apn-stock-badge { top: 9px; left: 9px; padding: 5px 7px; border-radius: 2px; font-size: 8px; }
.apn-stock-badge--out { background: #f6ddd8; color: #8b3b2d; }
.apn-product-meta { display: block; min-height: 185px; padding: 12px 0 0; }
.apn-product-brand { margin: 0 0 4px; color: var(--apn-green); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .035em; }
.apn-product-category { margin-bottom: 6px; color: #7a857c; font-size: 9px; }
.apn-product-meta h2 { min-height: 35px; font-size: 13px !important; line-height: 1.35; letter-spacing: -.015em; }
.apn-card-rating { display: flex; align-items: center; min-height: 18px; gap: 6px; margin-top: 7px; color: #748076; font-size: 10px; }
.apn-card-rating .star-rating { float: none; color: #d19b20; font-size: 11px; }
.apn-card-rating .woocommerce-review-link { display: none; }
.apn-product-meta .price { min-height: 25px; margin-top: 6px; color: var(--apn-ink) !important; font: 600 14px "Manrope", sans-serif !important; }
.apn-product-meta .price ins { font-weight: 800; text-decoration: none; }
.apn-loop-add { width: 100%; min-height: 42px; margin-top: 10px; border-color: var(--apn-forest); border-radius: 3px; background: var(--apn-forest); color: #fff; font: 800 10px "Manrope", sans-serif; }
.apn-loop-add:hover { border-color: var(--apn-orange); background: var(--apn-orange); color: #fff; }
.apn-no-results { max-width: 610px; padding: 46px 30px; border: 1px solid var(--apn-line); background: #fff; }
.apn-no-results h2 { max-width: 450px; font-size: 27px; letter-spacing: -.04em; }
.apn-no-results p:not(.apn-eyebrow) { color: var(--apn-muted); font-size: 13px; line-height: 1.6; }
.apn-no-results .apn-button-primary { margin-top: 6px; }
.apn-catalog-note { max-width: 850px; margin: 96px auto 0; padding: 43px 0 0; border-top: 1px solid var(--apn-line); text-align: center; }
.apn-catalog-note h2 { margin: 0; font-size: clamp(27px, 3.2vw, 42px); letter-spacing: -.055em; line-height: 1.05; }
.apn-catalog-note p:last-child { max-width: 630px; margin: 19px auto 0; color: var(--apn-muted); font-size: 13px; line-height: 1.65; }

/* Ficha y módulos relacionados */
.apn-store-main { max-width: 1490px; padding: 37px clamp(24px, 5vw, 82px) 100px; }
.woocommerce div.product { grid-template-columns: minmax(0, 1fr) minmax(350px, .8fr); gap: clamp(40px, 6vw, 104px); max-width: 1300px; }
.woocommerce div.product div.images { position: relative; }
.woocommerce div.product .woocommerce-product-gallery__image { min-height: 560px; border: 1px solid #edf0eb; border-radius: 4px; background: #f7f8f5; }
.woocommerce div.product .woocommerce-product-gallery__image img { max-height: 625px; padding: 17px; }
.woocommerce div.product .flex-control-thumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.woocommerce div.product .flex-control-thumbs li { width: 64px; border: 1px solid var(--apn-line); }
.woocommerce div.product .summary { padding-top: 11px; }
.woocommerce div.product .product_title { margin: 8px 0 18px; font-size: clamp(34px, 3.5vw, 50px); font-weight: 800; letter-spacing: -.068em; line-height: 1.02; }
.woocommerce div.product .woocommerce-product-rating { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--apn-muted); font-size: 12px; }
.woocommerce div.product .star-rating { color: #d19b20; }
.woocommerce div.product p.price,
.woocommerce div.product span.price { display: block; margin: 0 0 23px; color: var(--apn-ink); font: 800 26px "Manrope", sans-serif; }
.woocommerce div.product form.cart { display: flex; align-items: stretch; gap: 10px; margin: 25px 0 16px; }
.woocommerce div.product form.cart .quantity { margin: 0; }
.woocommerce .quantity .qty { height: 49px; border-color: var(--apn-line); border-radius: 3px; background: #fff; }
.woocommerce button.single_add_to_cart_button { flex: 1; min-height: 49px; border-radius: 3px; background: var(--apn-orange); font-family: "Manrope", sans-serif; font-weight: 800; }
.woocommerce button.single_add_to_cart_button:hover { background: #cc5428; }
.woocommerce div.product .stock { margin: 0 0 12px; font-size: 12px; font-weight: 800; }
.woocommerce div.product .stock.in-stock { color: var(--apn-green); }
.woocommerce div.product .stock.out-of-stock { color: #b54532; }
.apn-purchase-notes { display: grid; gap: 0; margin-top: 22px; border-top: 1px solid var(--apn-line); }
.apn-purchase-notes p { display: grid; grid-template-columns: 135px 1fr; gap: 13px; margin: 0; padding: 12px 0; border-bottom: 1px solid var(--apn-line); }
.apn-purchase-notes strong { font-size: 10px; }
.apn-purchase-notes span { color: var(--apn-muted); font-size: 10px; line-height: 1.45; }
.woocommerce div.product .product_meta { margin-top: 21px; color: var(--apn-muted); font-size: 11px; line-height: 1.7; }
.woocommerce div.product .product_meta a { color: var(--apn-green); font-weight: 700; }
.woocommerce div.product > .woocommerce-tabs { margin-top: 69px; padding-top: 42px; border-top: 1px solid var(--apn-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs { margin: 0 0 28px; padding: 0; border: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--apn-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0 22px 0 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 0 0 10px; color: var(--apn-muted); font-size: 12px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { border-bottom: 2px solid var(--apn-orange); color: var(--apn-ink); }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 820px; color: #4b574f; font-size: 14px; line-height: 1.75; }
.woocommerce div.product .woocommerce-tabs .panel h2 { color: var(--apn-ink); font-size: 24px; letter-spacing: -.04em; }
.woocommerce div.product > .related.products,
.woocommerce div.product > .upsells.products { margin-top: 68px; padding-top: 42px; }
.woocommerce .related.products > h2,
.woocommerce .upsells.products > h2 { font-size: clamp(29px, 3.3vw, 44px); font-weight: 800; letter-spacing: -.065em; }
.woocommerce .related.products ul.products,
.woocommerce .upsells.products ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 25px 14px; }

.apn-footer { padding: 39px clamp(24px, 5vw, 82px); background: #e8eee3; }
.apn-footer p { font-size: 11px; }
.apn-footer-nav a { font-weight: 700; }

@media (max-width: 1220px) {
	.apn-header-main { grid-template-columns: 185px minmax(210px, 1fr) auto; gap: 21px; }
	.apn-category-grid { grid-template-columns: repeat(2, 1fr); }
	.apn-category-tile { min-height: 275px; }
	.apn-category-rail { grid-template-columns: repeat(3, 1fr); }
	.woocommerce ul.products,
	.apn-catalog ul.products,
	.apn-home-products ul.products,
	.woocommerce .related.products ul.products,
	.woocommerce .upsells.products ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 850px) {
	.apn-utility-bar { min-height: 28px; }
	.apn-header-main { min-height: 74px; grid-template-columns: 1fr auto; gap: 14px; padding-top: 11px; padding-bottom: 11px; }
	.apn-brand-logo { width: 162px; }
	.apn-header-search { grid-column: 1 / -1; grid-row: 2; }
	.apn-header-actions a:first-child { display: none; }
	.apn-catalog-nav { min-height: 43px; padding: 0 5vw; }
	.apn-all-categories { padding-right: 18px; }
	.apn-primary-nav,
	.apn-primary-nav ul { min-height: 43px; }
	.apn-primary-nav a { padding: 0 16px; }
	.apn-shop-hero { min-height: 640px; grid-template-columns: 1fr; }
	.apn-shop-hero__media { position: absolute; inset: 0; min-height: 0; opacity: .37; }
	.apn-shop-hero__media::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17, 61, 44, .72), rgba(17, 61, 44, .18)); content: ""; }
	.apn-shop-hero__copy { min-height: 640px; padding: 80px 7vw 104px; }
	.apn-shop-benefits { grid-template-columns: 1fr; }
	.apn-shop-benefits p { min-height: 70px; }
	.apn-home-categories,
	.apn-home-products-section { padding: 74px 5vw; }
	.apn-home-activity { grid-template-columns: 1fr; }
	.apn-home-activity__visual { min-height: 350px; }
	.apn-home-activity__copy { padding: 67px 6vw; }
	.apn-home-guides { grid-template-columns: 1fr; gap: 43px; padding: 75px 6vw; }
	.apn-catalog { padding: 28px 5vw 80px; }
	.apn-catalog-heading { grid-template-columns: 1fr; gap: 17px; }
	.apn-catalog-layout { display: block; }
	.apn-filter-panel { position: static; margin-bottom: 28px; padding: 0 0 22px; border-right: 0; border-bottom: 1px solid var(--apn-line); }
	.apn-filter-panel form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; }
	.apn-filter-heading,
	.apn-filter-submit { grid-column: 1 / -1; }
	.apn-filter-group:nth-of-type(2),
	.apn-filter-group:nth-of-type(3),
	.apn-filter-group:nth-of-type(4),
	.apn-filter-group:nth-of-type(5) { min-width: 0; }
	.apn-stock-filter { display: flex; align-items: end; }
	.woocommerce div.product { grid-template-columns: 1fr; gap: 32px; }
	.woocommerce div.product .woocommerce-product-gallery__image { min-height: 430px; }
}

@media (max-width: 560px) {
	.apn-utility-bar span:nth-child(2),
	.apn-utility-bar span:nth-child(3) { display: none; }
	.apn-header-main { grid-template-columns: minmax(0, 1fr) auto; padding-right: 5vw; padding-left: 5vw; }
	.apn-brand-logo { width: 145px; }
	.apn-header-search input { padding-top: 11px; padding-bottom: 11px; font-size: 12px; }
	.apn-catalog-nav { margin-bottom: 0; }
	.apn-all-categories { font-size: 10px; }
	.apn-primary-nav a { padding: 0 13px; font-size: 11px; }
	.apn-shop-hero,
	.apn-shop-hero__copy { min-height: 570px; }
	.apn-shop-hero__copy { padding: 64px 7vw 100px; }
	.apn-shop-hero__copy h1 { font-size: 51px; }
	.apn-shop-hero__copy > p:not(.apn-eyebrow) { font-size: 13px; }
	.apn-hero-fact { right: 7vw; bottom: 22px; }
	.apn-home-section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
	.apn-home-section-heading h2 { font-size: 40px; }
	.apn-category-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
	.apn-category-tile { min-height: 235px; padding: 17px; }
	.apn-category-tile span { top: 15px; left: 16px; }
	.apn-category-tile h3 { font-size: 16px; }
	.apn-category-tile p { display: none; }
	.apn-home-activity__copy h2 { font-size: 41px; }
	.apn-home-guides article { grid-template-columns: 28px 1fr; }
	.apn-home-guides article p { grid-column: 2; }
	.apn-category-rail { grid-template-columns: repeat(2, 1fr); gap: 8px; }
	.apn-category-rail a { min-height: 72px; padding: 13px; }
	.apn-catalog-heading h1 { font-size: 40px; }
	.apn-catalog-search button { padding: 0 14px; }
	.apn-filter-panel form { display: block; }
	.apn-filter-group { width: 100%; }
	.apn-stock-filter { display: block; }
	.apn-catalog-toolbar { flex-direction: row; gap: 9px; }
	.woocommerce .woocommerce-ordering select,
	.apn-catalog .woocommerce-ordering select { max-width: 142px; font-size: 10px; }
	.woocommerce ul.products,
	.apn-catalog ul.products,
	.apn-home-products ul.products,
	.woocommerce .related.products ul.products,
	.woocommerce .upsells.products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 10px; }
	.apn-product-image-wrap { aspect-ratio: 1 / 1.05; }
	.apn-product-meta { min-height: 175px; }
	.apn-product-meta h2 { min-height: 52px; font-size: 12px !important; }
	.apn-card-rating { font-size: 9px; }
	.apn-loop-add { min-height: 39px; padding: 8px; }
	.apn-store-main { padding: 25px 5vw 70px; }
	.woocommerce div.product .woocommerce-product-gallery__image { min-height: 330px; }
	.woocommerce div.product .product_title { font-size: 36px; }
	.woocommerce div.product form.cart { flex-wrap: wrap; }
	.woocommerce div.product form.cart .button { width: calc(100% - 60px); }
	.apn-purchase-notes p { grid-template-columns: 1fr; gap: 4px; }
	.woocommerce div.product .woocommerce-tabs ul.tabs li { margin-right: 14px; }
	.woocommerce div.product .woocommerce-tabs ul.tabs li a { font-size: 10px; }
}
