.bg-header.sticky-top { top: -1px; transition: box-shadow .2s ease; }
.bg-header.sticky-top.is-stuck { box-shadow: 0 2px 6px rgba(0,0,0,.08); }
.mobile-header.sticky-top { top: -1px; }
.mobile-header {
	background: transparent;
}
.mobile-header-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 48px 48px;
	gap: .7rem;
	align-items: center;
}
.mobile-header-shell:not(.is-product-page) .mobile-header-cart {
	grid-column: 3;
	justify-self: end;
}
.mobile-header-shell:not(.is-product-page) .mobile-header-offers {
	grid-column: 2;
	justify-self: end;
}
.mobile-header-shell.is-product-page {
	grid-template-columns: 48px minmax(0, 1fr) 48px 48px;
}
.mobile-header-shell.is-product-page .mobile-header-back {
	grid-column: 1;
	justify-self: start;
}
.mobile-header-shell.is-product-page .mobile-header-offers {
	grid-column: 3;
}
.mobile-header-shell.is-product-page .mobile-header-cart {
	grid-column: 4;
}
.mobile-header-logo,
.mobile-header-action {
	height: 48px;
	background: rgba(255,255,255,.84);
	border: 1px solid rgba(255,255,255,.72);
	box-shadow: 0 18px 48px rgba(17,24,28,.18), 0 1px 0 rgba(255,255,255,.8) inset;
	backdrop-filter: blur(22px) saturate(170%);
	-webkit-backdrop-filter: blur(22px) saturate(170%);
	color: #4a5458;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.mobile-header-action {
	width: 48px;
	flex: 0 0 48px;
}
.mobile-header-logo {
	border-radius: 999px;
	justify-content: flex-start;
	padding: 0 .7rem;
	min-width: 0;
}
.mobile-header-logo img {
	width: 118px;
	max-width: 82%;
	height: auto;
	display: block;
}
.mobile-header-action {
	position: relative;
	border-radius: 50%;
}
.mobile-header-action:hover,
.mobile-header-logo:hover { color: #11181C; }
.mobile-header-icon {
	width: 1.8rem;
	height: 1.8rem;
	color: currentColor;
	display: block;
}
.mobile-header-back .mobile-header-icon {
	width: calc(1.8rem + 4px);
	height: calc(1.8rem + 4px);
	transform: translateY(3px);
}
.mobile-header-action .cart-badge {
	top: -2px;
	right: -2px;
	width: 20px;
	height: 20px;
	font-size: .75rem;
}
@media (max-width: 360px) {
	.mobile-header-shell {
		grid-template-columns: minmax(0, 1fr) 44px 44px;
		gap: .25rem;
	}
	.mobile-header-shell.is-product-page {
		grid-template-columns: 44px minmax(0, 1fr) 44px 44px;
	}
	.mobile-header-logo,
	.mobile-header-action { height: 44px; }
	.mobile-header-action {
		width: 44px;
		flex-basis: 44px;
	}
	.mobile-header-logo { padding: 0 .6rem; }
}

.search-input-group {
  position: relative;
  display: flex;
  align-items: center;
}
/* Suprime o botão "limpar" nativo dos browsers em type="search" — colidia com
   o ícone de pesquisa à direita do input. */
.header-search-col {
  flex: 1 1 auto;
  width: auto;
  min-width: 11rem;
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.header-actions-col {
  min-width: 0;
  white-space: nowrap;
}
.header-actions-col .small.fw-semibold.text-nowrap {
  display: inline-block;
  max-width: 7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
@media (max-width: 1199.98px) {
  .header-search-col {
    min-width: 9rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.search-input::-webkit-search-cancel-button,
.search-input::-webkit-search-decoration,
.search-input::-webkit-search-results-button,
.search-input::-webkit-search-results-decoration { -webkit-appearance: none; appearance: none; display: none; }
.search-input::-ms-clear,
.search-input::-ms-reveal { display: none; width: 0; height: 0; }
.search-input {
  border: 2px solid #eee;
  border-radius: 30px;
  padding: 10px 25px;
  padding-right: 50px;
  width: 100%;
  transition: all 0.17s ease;
}
.search-input:focus {
  border-color: #C6C9CF;
  box-shadow: none;
  font-weight: 700;
}
.search-icon {
  position: absolute;
  right: 20px;
  color: #11181C;
  pointer-events: none;
}
.xsmall {
	font-size: 0.60rem;
}
@media (max-width: 767.98px) {
	.search-icon {
		right: 5px;
	}
}
.search-icon-btn {
  position: absolute;
  right: 12px;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #11181C;
  display: flex;
  align-items: center;
}
.search-icon-btn .icon { pointer-events: none; }
.icon {
  width: 2rem;
  height: 2rem;
  color: #11181C;
}
.icon-header:hover { color: #657676; }
.icon-menu {
  width: 48px;
  height: 48px;
  color: #11181C;
}
.icon-menu:hover {
  color: #657676;
}
.icon-header {
  width: 2.4rem;
  height: 2.4rem;
  color: #11181C;
}
.icon-small {
  width: 26px;
  height: 26px;
  color: #11181C;
}
.icon-xsmall {
  width: 18px;
  height: 18px;
  color: #11181C;
}
.icon-xsmall:hover {
 
  color: #11181C;

}
.cart-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: rgba(220, 53, 69, 0.8);
  color: #fff;
  font-size: 0.80rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.bg-header {
	background-color: #f6f7f9;
}
.bg-glass {
  background: rgba(255, 255, 255, 0.9); /* branco translúcido */
  backdrop-filter: blur(10px);            /* efeito vidro */
  -webkit-backdrop-filter: blur(10px);    /* suporte Safari */
}
.bg-animated {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  z-index: 0;
}
.bg-animated::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(220, 225, 230, 0.9), rgba(180, 190, 200, 0.9), rgba(210, 220, 235, 0.9));
  background-size: 300% 300%;
  animation: bgShift 6s ease-in-out infinite;
  border-radius: inherit;
  z-index: -1;
}
@keyframes bgShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.link-opacity:hover { opacity: 0.8; }
#menu-content {
  transition: opacity 0.25s ease, transform 0.25s ease;
}
#menu-content.animating {
  opacity: 0;
  transform: translateX(-15px);
}

/* ================= FOOTER DEFAULT ================= */
.footer-default { color: #11181C; }
.footer-default a { color: inherit; text-decoration: none; transition: color .2s ease, opacity .2s ease; }
.footer-default a:hover { color: #657676; }

.footer-wave { display: block; width: 100%; height: 60px; color: #e4e6e9; }

.footer-top { background: #e4e6e9; padding: 3.5rem 0 2rem; }

.newsletter-card { padding: 2rem 2.25rem; border-radius: 1.25rem; }
.newsletter-card .search-input { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.85); }
.newsletter-card .search-input:focus { background: #fff; }
.newsletter-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}
.newsletter-feedback:empty { display: none; }
.newsletter-submit {
  position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  border: none; border-radius: 30px; padding: .55rem 1.25rem;
  background: #11181C; color: #fff; font-weight: 600; font-size: .9rem;
  transition: background .2s ease;
}
.newsletter-submit:hover { background: #333d42; }
.newsletter-submit:disabled { opacity: .7; cursor: wait; }
.newsletter-klarna-pill {
	display: inline-flex;
	align-items: center;
	gap: .75rem;
	min-height: 52px;
	padding: .7rem 1rem;
	border-radius: 999px;
	background: rgba(255,255,255,.78);
	border: 1px solid rgba(255,255,255,.68);
	color: #11181C;
	font-weight: 700;
	box-shadow: 0 1px 0 rgba(17, 24, 28, .05);
}
.newsletter-klarna-logo {
	width: 72px;
	height: 28px;
	flex: 0 0 auto;
	color: currentColor;
}

.footer-col-title {
  font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: #11181C; margin-bottom: 1rem; position: relative; padding-bottom: .5rem;
}
.footer-col-title::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 28px; height: 2px; background: #11181C; border-radius: 2px;
  transition: width .25s ease;
}
.footer-col:hover .footer-col-title::after { width: 48px; }

.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .5rem; font-size: .92rem; }
.footer-links li a { position: relative; padding-left: 0; transition: padding-left .2s ease; }
.footer-links li a:hover { padding-left: .5rem; }
.footer-links li a::before {
  content: ""; position: absolute; left: 0; top: 50%;
  width: 0; height: 1px; background: currentColor; opacity: .6;
  transition: width .2s ease;
}
.footer-links li a:hover::before { width: .35rem; }

.footer-contact { font-size: .9rem; line-height: 1.6; color: #4a5458; }
.footer-contact strong { color: #11181C; font-weight: 600; }
.footer-contact-icon { width: 16px; height: 16px; }

.footer-logo { max-width: 150px; }

/* ================= MOBILE FOOTER NAV ================= */
@media (max-width: 767.98px) {
	body.has-mobile-footer-nav {
		padding-bottom: calc(62px + env(safe-area-inset-bottom, 0px));
	}
	.mobile-footer-nav {
		position: fixed;
		left: .65rem;
		right: .65rem;
		bottom: 0;
		z-index: 1090;
		width: auto;
		max-width: none;
		margin: 0 auto calc(.55rem + env(safe-area-inset-bottom, 0px));
		padding: .3rem;
		background: rgba(255,255,255,.84);
		border: 1px solid rgba(255,255,255,.72);
		border-radius: 999px;
		box-shadow: 0 18px 48px rgba(17,24,28,.18), 0 1px 0 rgba(255,255,255,.8) inset;
		backdrop-filter: blur(22px) saturate(170%);
		-webkit-backdrop-filter: blur(22px) saturate(170%);
		transition: transform .24s ease, opacity .24s ease;
		will-change: transform, opacity;
	}
	.mobile-footer-nav.is-hidden {
		transform: translateY(calc(100% + .9rem + env(safe-area-inset-bottom, 0px)));
		opacity: 0;
		pointer-events: none;
	}
	.mobile-footer-nav-inner {
		display: grid;
		grid-template-columns: 48px minmax(48px, 1fr) 58px minmax(48px, 1fr) 48px;
		align-items: center;
		gap: .2rem;
	}
	.mobile-footer-nav-spacer {
		width: 58px;
		height: 1px;
		flex: 0 0 58px;
		pointer-events: none;
	}
	.mobile-footer-search-button {
		position: absolute;
		left: 50%;
		top: 0;
		z-index: 2;
		width: 58px;
		height: 58px;
		border-radius: 50%;
		background: #303235;
		color: #fff;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		box-shadow: 0 14px 30px rgba(17,24,28,.28), 0 1px 0 rgba(255,255,255,.18) inset;
		transform: translate(-50%, -50%);
		transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
		-webkit-tap-highlight-color: transparent;
	}
	.mobile-footer-search-button svg {
		width: 28px;
		height: 28px;
		color: currentColor;
		display: block;
	}
	.mobile-footer-search-button:hover,
	.mobile-footer-search-button:focus-visible {
		background: #11181C;
		color: #fff;
		transform: translate(-50%, -50%) scale(1.04);
	}
	.mobile-footer-search-button:focus-visible {
		outline: 2px solid rgba(17,24,28,.28);
		outline-offset: 3px;
	}
	.mobile-footer-nav-item {
		position: relative;
		min-width: 0;
		width: 100%;
		height: 48px;
		min-height: 0;
		padding: .18rem;
		border: 0;
		border-radius: 999px;
		background: transparent;
		color: #4a5458;
		text-decoration: none;
		display: inline-flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 0;
		font: inherit;
		font-size: .72rem;
		font-weight: 700;
		line-height: 1.05;
		transition: background .18s ease, color .18s ease, transform .18s ease;
		-webkit-tap-highlight-color: transparent;
	}
	.mobile-footer-nav-item::after {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		width: 48px;
		height: 48px;
		border-radius: 50%;
		background: transparent;
		transform: translate(-50%, -50%);
		transition: background .18s ease, box-shadow .18s ease;
		z-index: -1;
	}
	.mobile-footer-nav-item svg {
		width: 30px;
		height: 30px;
		color: currentColor;
		display: block;
	}
	.mobile-footer-nav-item:hover,
	.mobile-footer-nav-item:focus-visible {
		color: #11181C;
	}
	.mobile-footer-nav-item:hover::after,
	.mobile-footer-nav-item:focus-visible::after {
		background: rgba(255,255,255,.62);
	}
	.mobile-footer-nav-item:focus-visible {
		outline: 2px solid rgba(17,24,28,.28);
		outline-offset: 2px;
	}
	.mobile-footer-nav-item.is-active {
		color: #11181C;
	}
	.mobile-footer-nav-item.is-active::after {
		background: rgba(17,24,28,.08);
		box-shadow: 0 1px 0 rgba(255,255,255,.75) inset;
	}
	.mobile-footer-nav-item.is-active::before {
		display: none;
	}
	@media (prefers-reduced-motion: reduce) {
		.mobile-footer-nav {
			transition: none;
		}
	}
}
@media (min-width: 768px) {
	.mobile-footer-nav {
		display: none !important;
	}
}

/* ================= SUPPORT OFFCANVAS ================= */
.offcanvas.support-offcanvas {
	width: min(440px, 100%);
	transition: transform 0.3s ease-in-out !important;
	will-change: transform;
}
.support-offcanvas .offcanvas-header {
	align-items: flex-start;
	border-bottom: 1px solid #eceef1;
	padding: 1.15rem 1.25rem 1rem;
}
.support-offcanvas .offcanvas-body {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.support-whatsapp {
	display: flex;
	align-items: center;
	gap: .85rem;
	min-height: 70px;
	padding: .9rem .95rem;
	border: 1px solid #cfeedd;
	border-radius: 8px;
	background: #f2fbf6;
	color: #0d3b23;
	text-decoration: none;
	transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.support-whatsapp:hover,
.support-whatsapp:focus-visible {
	background: #e8f8ef;
	border-color: #a8e0c1;
	color: #0d3b23;
	outline: none;
	transform: translateY(-1px);
}
.support-whatsapp-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border-radius: 8px;
	background: #25d366;
	color: #fff;
}
.support-whatsapp-icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.support-whatsapp span:not(.support-whatsapp-icon) {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.support-whatsapp strong {
	font-size: .98rem;
	line-height: 1.2;
}
.support-whatsapp small {
	margin-top: .2rem;
	color: #38674d;
	font-size: .82rem;
	line-height: 1.35;
}
.support-intro {
	display: flex;
	align-items: flex-start;
	gap: .85rem;
	width: 100%;
	padding: .95rem;
	border: 1px solid #e4ece9;
	border-radius: 8px;
	background: #f7faf9;
	color: #11181C;
	text-align: left;
	transition: background .15s ease, border-color .15s ease;
}
.support-intro:hover,
.support-intro:focus-visible {
	background: #f1f6f4;
	border-color: #d6e3df;
	outline: none;
}
.support-intro[aria-expanded="true"] {
	border-color: #11181C;
	background: #fff;
}
.support-intro-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	border-radius: 8px;
	background: #11181C;
	color: #fff;
}
.support-intro-icon svg {
	width: 22px;
	height: 22px;
}
.support-intro > span:not(.support-intro-icon) {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.support-intro strong {
	font-size: .98rem;
	line-height: 1.2;
}
.support-intro small {
	margin-top: .2rem;
	color: #657676;
	font-size: .82rem;
	line-height: 1.35;
}
.support-intro-chevron {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	margin-left: auto;
	margin-top: .45rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .15s ease;
}
.support-intro[aria-expanded="true"] .support-intro-chevron {
	transform: rotate(180deg);
}
.support-callback-form {
	display: grid;
	gap: .75rem;
	padding-top: .85rem;
}
.support-callback-fields {
	display: grid;
	gap: .75rem;
}
.support-status-note {
	display: grid;
	gap: .15rem;
	padding: .7rem .8rem;
	border: 1px solid #ffe3a3;
	border-radius: 8px;
	background: #fff8e5;
	color: #5c4500;
	font-size: .84rem;
	line-height: 1.3;
}
.support-status-note-info {
	border-color: #cfe2ff;
	background: #f3f8ff;
	color: #17365d;
}
.support-status-note strong {
	font-size: .86rem;
	line-height: 1.2;
}
.support-callback-form .form-label {
	margin-bottom: .3rem;
	color: #2a3438;
	font-size: .78rem;
	font-weight: 700;
	line-height: 1.2;
}
.support-callback-form .form-control,
.support-callback-form .form-select {
	min-height: 44px;
	border-color: #dfe4e6;
	border-radius: 8px;
	font-size: .92rem;
}
.support-callback-form textarea.form-control {
	min-height: 92px;
	resize: vertical;
}
.support-callback-form .form-control:focus,
.support-callback-form .form-select:focus {
	border-color: #657676;
	box-shadow: 0 0 0 .2rem rgba(101, 118, 118, .16);
}
.support-contact-grid {
	display: grid;
	gap: .75rem;
}
@media (min-width: 992px) {
	.support-contact-grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
}
.support-reason-control {
	min-width: 0;
}
.support-reason-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
	min-height: 44px;
	width: 100%;
	min-width: 0;
	padding: .55rem .75rem;
	border: 1px solid #dfe4e6;
	border-radius: 8px;
	background: #fff;
	color: #11181C;
	font-size: .92rem;
	line-height: 1.2;
	text-align: left;
	transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.support-reason-toggle:hover,
.support-reason-toggle:focus-visible {
	background: #f8f9fa;
	border-color: #c2c5c8;
	outline: none;
}
.support-reason-toggle[aria-expanded="true"] {
	background: #11181C;
	border-color: #11181C;
	color: #fff;
}
.support-reason-current {
	min-width: 0;
	flex: 1 1 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.support-reason-toggle svg {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.support-reason-menu {
	width: 100%;
	min-width: 100%;
	max-width: calc(100vw - 2rem);
}
.support-hp {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.support-feedback:empty {
	display: none;
}
.support-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .45rem;
	min-height: 46px;
	border-radius: 8px;
	font-weight: 700;
}
.support-submit svg {
	width: 20px;
	height: 20px;
}
.support-submit.is-loading {
	pointer-events: none;
}
.support-divider {
	display: flex;
	align-items: center;
	gap: .7rem;
	color: #657676;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.support-divider::before,
.support-divider::after {
	content: "";
	height: 1px;
	flex: 1 1 auto;
	background: #eceef1;
}
.support-actions {
	display: grid;
	gap: .65rem;
}
.support-action {
	display: flex;
	align-items: center;
	gap: .85rem;
	min-height: 64px;
	padding: .8rem .9rem;
	border: 1px solid #eceef1;
	border-radius: 8px;
	background: #fff;
	color: #11181C;
	text-decoration: none;
}
.support-action:hover {
	color: #11181C;
	background: #f8f9fa;
}
.support-action svg {
	width: 26px;
	height: 26px;
	flex: 0 0 26px;
	color: #657676;
}
.support-action span {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.support-action strong {
	font-size: .92rem;
	line-height: 1.2;
}
.support-action small {
	color: #657676;
	font-size: .78rem;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (min-width: 768px) {
	.offcanvas.offcanvas-end.support-offcanvas {
		top: 1rem;
		right: 1rem;
		bottom: 1rem;
		height: auto;
		border-radius: 1rem;
	}
}
@media (max-width: 767.98px) {
	.offcanvas.offcanvas-end.support-offcanvas {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100dvh;
		max-height: none;
		border-radius: 0;
		padding-bottom: env(safe-area-inset-bottom, 0px);
		transform: translateY(100%);
	}
	.offcanvas.offcanvas-end.support-offcanvas.show:not(.hiding),
	.offcanvas.offcanvas-end.support-offcanvas.showing {
		transform: none;
	}
}

/* ================= LANDING PAGE ================= */

/* Section rhythm */
.section { padding: 3rem 0; }
@media (min-width: 1024px) { .section { padding: 4.5rem 0; } }

.section-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1.75rem; flex-wrap: wrap; }
.section-eyebrow { display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #657676; margin-bottom: .4rem; }
.section-title { font-size: 1.4rem; font-weight: 800; color: #11181C; margin: 0; letter-spacing: -.01em; position: relative; padding-bottom: .6rem; }
.section-title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 36px; height: 3px; background: #11181C; border-radius: 3px; }
@media (min-width: 768px) { .section-title { font-size: 1.85rem; } }
.section-link { font-size: .9rem; font-weight: 600; color: #11181C; text-decoration: none; display: inline-flex; align-items: center; gap: .35rem; }
.section-link:hover { color: #657676; }
.section-link svg { width: 18px; height: 18px; margin-top: 6px;}

/* Hero */
.home-hero { position: relative; }
.home-hero .hero-main { border-radius: 1.25rem; overflow: hidden; position: relative; height: 100%; }
.home-hero .hero-main-media { height: 100%; }
.home-hero .hero-main img { width: 100%; height: auto; display: block; }
.home-hero .hero-badge {
	position: absolute; top: 1rem; left: 1rem;
	background: rgba(255,255,255,.92); backdrop-filter: blur(6px);
	padding: .35rem .85rem; border-radius: 999px;
	font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
	color: #11181C;
	z-index: 3;
}
.site-banner-frame,
.site-banner-link,
.site-banner-carousel,
.site-banner-carousel .carousel-inner { display: block; height: 100%; }
.site-banner-carousel .carousel-item { height: 100%; }
.site-banner-image { width: 100%; display: block; }
.site-banner-carousel .carousel-item > .site-banner-link,
.site-banner-carousel .carousel-item > .site-banner-frame,
.site-banner-carousel .carousel-item > .site-banner-image { height: 100%; }
.site-banner-carousel .carousel-item > .site-banner-link > .site-banner-image,
.site-banner-carousel .carousel-item > .site-banner-frame > .site-banner-image { height: 100%; }
.site-banner-frame { position: relative; overflow: hidden; color: inherit; text-decoration: none; }
.site-banner-frame picture { display: block; height: 100%; }
.site-banner-frame picture .site-banner-image { height: 100%; object-fit: cover; }
.site-banner-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .15rem;
	padding: 1rem 1.15rem;
	color: #fff;
	background: linear-gradient(to top, rgba(0,0,0,.58), rgba(0,0,0,0));
	pointer-events: none;
}
.site-banner-eyebrow {
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	opacity: .92;
}
.site-banner-title {
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.16;
}
.site-banner-indicators {
	left: 1rem;
	right: auto;
	bottom: 1rem;
	transform: none;
	margin: 0;
	padding: .35rem .45rem;
	gap: .35rem;
	width: max-content;
	border-radius: 999px;
	background: rgba(255,255,255,.6);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 2;
}
.site-banner-indicators [data-bs-target] {
	width: .5rem;
	height: .5rem;
	margin: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(17,24,28,.35);
	opacity: 1;
	transition: width .25s ease, background .25s ease, transform .25s ease;
}
.site-banner-indicators .active {
	width: 1.2rem;
	background: #11181C;
}
.hero-feature {
	display: flex; flex-direction: column; justify-content: space-between;
	padding: 1.5rem; border-radius: 1.25rem; height: 100%;
	min-height: 220px; color: #11181C;
}
.hero-feature-title { font-size: 1.15rem; font-weight: 800; line-height: 1.2; margin-bottom: .5rem; }
.hero-feature-text { font-size: .9rem; color: #4a5458; margin-bottom: 1rem; }
.hero-feature-btn {
	align-self: flex-start; background: #11181C; color: #fff;
	padding: .55rem 1.15rem; border-radius: 999px;
	font-size: .85rem; font-weight: 600; text-decoration: none;
	transition: background .2s ease, transform .2s ease;
}
.hero-feature-btn:hover { background: #333d42; color: #fff; transform: translateY(-1px); }
@media (min-width: 1024px) {
	.home-hero,
	.home-hero .hero-main,
	.home-hero .hero-main-media,
	.home-hero .hero-main > a,
	.home-hero .hero-main .site-banner-frame,
	.home-hero .hero-main > img,
	.home-hero .hero-main .carousel,
	.home-hero .hero-main .carousel-inner,
	.home-hero .hero-main .carousel-item {
		height: 100%;
	}
	.home-hero .hero-main > a,
	.home-hero .hero-main .site-banner-frame,
	.home-hero .hero-main .site-banner-link {
		display: block;
	}
	.home-hero .hero-main img {
		height: 100%;
		object-fit: cover;
	}
}

/* Banner tiles row */
.banner-tile { position: relative; border-radius: 1rem; overflow: hidden; display: block; height: 100%; }
.banner-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.banner-tile .site-banner-frame { height: 100%; }
.banner-tile:hover img { transform: scale(1.04); }
.landing-campaign-tiles .banner-tile {
	aspect-ratio: 16 / 7;
	height: auto;
}
.landing-campaign-tiles .banner-tile .site-banner-frame,
.landing-campaign-tiles .banner-tile .site-banner-link,
.landing-campaign-tiles .banner-tile picture {
	height: 100%;
}
.banner-tile-caption {
	position: absolute; inset: auto 0 0 0; padding: 1rem 1.15rem;
	background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,0));
	color: #fff;
}
.banner-tile-caption .tile-eyebrow { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; opacity: .9; }
.banner-tile-caption .tile-title { font-size: 1.05rem; font-weight: 700; margin: 0; }

/* USPs strip */
.usps-strip { background: #f6f7f9; border-radius: 1rem; padding: 1.25rem 1rem; }
.usps-item { display: flex; align-items: center; gap: .75rem; padding: .5rem .25rem; }
.usps-item-icon {
	flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px;
	display: inline-flex; align-items: center; justify-content: center;
	background: #fff; border: 1px solid #eceef1; color: #11181C;
}
.usps-item-icon svg { width: 22px; height: 22px; }
.usps-item-title { font-size: .88rem; font-weight: 700; color: #11181C; line-height: 1.2; }
.usps-item-text { font-size: .78rem; color: #657676; line-height: 1.3; }

/* Horizontal scroll (products) */
.h-scroll-wrap { position: relative; }
.h-scroll {
	display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory;
	padding: .5rem .25rem 1rem; margin: 0 -.25rem;
	scrollbar-width: thin;
}
.h-scroll::-webkit-scrollbar { height: 6px; }
.h-scroll::-webkit-scrollbar-thumb { background: #dfe2e6; border-radius: 10px; }
.h-scroll > * { scroll-snap-align: start; flex: 0 0 auto; }
.h-scroll-nav {
	width: 40px; height: 40px; border-radius: 50%;
	border: 0px; background: #fff;
	display: none; align-items: center; justify-content: center;
	color: #11181C;
}
.h-scroll-nav:hover { color: red; transition: color 0.3s ease; }
.h-scroll-nav svg { width: 30px; height: 30px; margin-top: 3px; }

.h-scroll-nav[disabled] { opacity: .35; pointer-events: none; }
@media (min-width: 768px) { .h-scroll-nav { display: inline-flex; } }

/* Product card */
.product-card {
	width: 72vw; max-width: 260px;
	background: #fff; border: 1px solid #eceef1; border-radius: 1rem;
	overflow: hidden; display: flex; flex-direction: column;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
	position: relative;
}
@media (min-width: 640px) { .product-card { width: 240px; } }
@media (min-width: 1024px) { .product-card { width: 250px; } }
.product-card:hover { border-color: #c1c5ca; }
.product-media { position: relative; aspect-ratio: 1/1; background: #ffffff; overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; padding: 10px; }
.product-card:hover .product-media img {  }
.product-media .product-no-image.pp-stage.pp-stage--empty {
	width: 100%;
	height: 100%;
	border-radius: 0;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: .9rem;
	background: linear-gradient(180deg, #fff, #fafafa);
}
.product-media .product-no-image.pp-stage.pp-stage--empty .pp-no-image-icon {
	width: 88px;
	max-width: 44%;
	margin: 0 0 .45rem;
	color: #c7c7cc;
}
.product-media .product-no-image.pp-stage.pp-stage--empty .pp-no-image-title {
	margin: 0;
	font-size: .78rem;
	line-height: 1.2;
	color: #808080;
}
.product-media .product-no-image.pp-stage.pp-stage--empty .pp-no-image-text {
	display: none;
}
.product-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute; top: .6rem; left: .6rem; z-index: 2;
	padding: .25rem .55rem; border-radius: 999px;
	font-size: .7rem; font-weight: 700; letter-spacing: .03em;
	background: #11181C; color: #fff;
}
.product-media .pp-eco-badge {
	top: .55rem;
	right: .55rem;
	width: 38px;
	height: 38px;
	box-shadow: 0 8px 18px -10px rgba(25,135,84,.75), 0 0 0 2px rgba(255,255,255,.92);
}
.product-media .pp-eco-badge svg {
	width: 23px;
	height: 20px;
}
.product-price .product-badge {
	position: static;
	z-index: auto;
	flex: 0 0 auto;
	gap: .22rem;
	white-space: nowrap;
}
.product-price .product-badge svg {
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
}

.product-fav {
	position: absolute; top: .5rem; right: .5rem; z-index: 2;
	width: 34px; height: 34px; border-radius: 50%;
	background: rgba(255,255,255,.9); border: 1px solid #eceef1;
	display: inline-flex; align-items: center; justify-content: center;
	color: #11181C; cursor: pointer; transition: color .2s ease, background .2s ease;
}
.product-fav:hover { color: #dc3545; background: #fff; }
.product-fav.is-favorite {
	color: #dc3545;
	background: #fff;
	border-color: rgba(220, 53, 69, .28);
}
.product-fav:disabled {
	opacity: .65;
	cursor: wait;
}
.product-fav svg { width: 16px; height: 16px; }
.product-body { padding: .9rem 1rem 1rem; display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.product-brand { font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #657676; }
.product-title { font-size: .80rem; font-weight: 500; color: #11181C; margin: 0; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.4em; }
.product-price { display: flex; align-items: baseline; gap: .5rem; margin-top: auto; }
.price-new { font-size: 1.05rem; font-weight: 800; color: #11181C; }
.price-old { font-size: .82rem; color: #9aa3a8; text-decoration: line-through; }
@media (max-width: 575.98px) {
	.product-card:not(.product-card-horizontal) .product-price {
		flex-wrap: wrap;
		align-items: flex-start;
		gap: .25rem .4rem;
		line-height: 1.05;
		min-width: 0;
	}
	.product-card:not(.product-card-horizontal) .price-new {
		flex: 1 0 100%;
		white-space: nowrap;
		font-size: clamp(.95rem, 4vw, 1.05rem);
		line-height: 1;
	}
	.product-card:not(.product-card-horizontal) .product-price > .text-decoration-line-through {
		white-space: nowrap;
		font-size: .74rem;
		line-height: 1;
	}
	.product-card:not(.product-card-horizontal) .product-price .product-badge {
		margin-left: auto;
		font-size: .62rem;
		padding: .18rem .42rem;
		line-height: 1;
	}
	.product-card:not(.product-card-horizontal) .product-free-shipping {
		display: flex;
		align-items: center;
		gap: .16rem;
		min-width: 0;
		min-height: 1.25rem;
		overflow: hidden;
		white-space: nowrap;
	}
	.product-card:not(.product-card-horizontal) .product-free-shipping .icon-small {
		width: clamp(15px, 4vw, 18px);
		height: clamp(15px, 4vw, 18px);
		flex: 0 0 auto;
		margin-right: 0 !important;
	}
	.product-card:not(.product-card-horizontal) .product-free-shipping .small {
		min-width: 0;
		font-size: clamp(.64rem, 2.4vw, .72rem);
		line-height: 1.05;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
.btn-add-cart {
	margin-top: .6rem; border: none; border-radius: 999px;
	background: #11181C; color: #fff; padding: .5rem .9rem;
	font-size: .82rem; font-weight: 600; cursor: pointer;
	position: relative; z-index: 2;
	display: inline-flex; align-items: center; justify-content: center;
	transition: background .2s ease;
}
.btn-add-cart:hover { background: #333d42; }
.btn-add-cart.is-loading:disabled { background: #11181C; }
.product-cart-actions,
.cart-add-wrap {
	display: flex;
	align-items: center;
	gap: .5rem;
	position: relative;
	z-index: 2;
}
.product-cart-actions {
	margin-top: .6rem;
	width: 100%;
}
.product-cart-actions .btn-add-cart {
	margin-top: 0;
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
	font-size: .76rem;
}
.btn-add-cart.is-loading,
.pp-add-cart.is-loading {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: wait;
	opacity: .88;
}
.btn-add-cart.is-loading::after,
.pp-add-cart.is-loading::after {
	content: "";
	width: .85rem;
	height: .85rem;
	margin-left: .65rem;
	border: 2px solid rgba(255,255,255,.55);
	border-top-color: #fff;
	border-radius: 999px;
	animation: cart-add-spin .72s linear infinite;
}
@keyframes cart-add-spin {
	to { transform: rotate(360deg); }
}
.btn-add-cart .cart-add-check-icon,
.pp-add-cart .cart-add-check-icon {
	width: 1.05rem;
	height: 1.05rem;
	color: currentColor;
	display: block;
}
.btn-add-cart [data-cart-add-label],
.pp-add-cart [data-cart-add-label] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.btn-add-cart.is-loading [data-cart-add-label],
.pp-add-cart.is-loading [data-cart-add-label] {
	width: auto;
	flex: 0 1 auto;
}
.cart-product-qty-link {
	min-width: 46px;
	height: 38px;
	flex: 0 0 auto;
	gap: .35rem;
	padding: 0 .6rem;
	border-radius: 999px;
	background: var(--bs-light, #f8f9fa);
	border: 1px solid #eceef1;
	color: #11181C;
	display: none;
	align-items: center;
	justify-content: center;
	position: relative;
	text-decoration: none;
	transition: background .2s ease, transform .2s ease;
}
.cart-add-wrap.is-in-cart .cart-product-qty-link {
	display: inline-flex;
}
.product-cart-actions.cart-add-wrap.is-loading .cart-product-qty-link {
	display: none;
}
.cart-product-qty-link:hover {
	background: #eef1f4;
	color: #11181C;
	transform: translateY(-1px);
}
.cart-product-qty-link svg {
	width: 17px;
	height: 17px;
}
.cart-product-qty-link span {
	position: static;
	min-width: auto;
	height: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: currentColor;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: .78rem;
	font-weight: 700;
	line-height: 1;
}
.product-card-horizontal {
	width: 100%;
	max-width: none;
	min-height: 0;
	display: block;
}
.product-card-horizontal-top {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	align-items: stretch;
}
.product-card-horizontal .product-media {
	width: 100%;
	min-height: 112px;
	aspect-ratio: auto;
}
.product-card-horizontal .product-media img {
	object-fit: contain;
	padding: 8px;
}
.product-card-horizontal .product-media .pp-eco-badge {
	top: .4rem;
	right: .4rem;
	width: 30px;
	height: 30px;
}
.product-card-horizontal .product-media .pp-eco-badge svg {
	width: 18px;
	height: 16px;
}
.product-card-horizontal .product-media .product-no-image.pp-stage.pp-stage--empty {
	padding: .55rem;
}
.product-card-horizontal .product-media .product-no-image.pp-stage.pp-stage--empty .pp-no-image-icon {
	width: 46px;
	max-width: 52%;
	margin-bottom: .3rem;
}
.product-card-horizontal .product-media .product-no-image.pp-stage.pp-stage--empty .pp-no-image-title {
	font-size: .68rem;
}
.product-card-horizontal-copy {
	min-width: 0;
	padding: .62rem .85rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: .12rem;
}
.product-card-horizontal .product-title {
	min-height: auto;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}
.product-card-horizontal .product-free-shipping {
	min-height: 1.1rem;
}
.product-card-horizontal-buy {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(176px, auto);
	align-items: center;
	gap: .7rem;
	padding: .55rem .85rem .65rem;
	border-top: 1px solid #eceef1;
	position: relative;
	z-index: 2;
}
.product-card-horizontal .product-price,
.product-card-horizontal .product-cart-actions {
	margin-top: 0;
}
.product-card-horizontal .product-cart-actions {
	min-width: 0;
}
.product-card-horizontal .btn-add-cart {
	padding: .36rem .75rem;
}
@media (min-width: 768px) {
	.product-card-horizontal-top {
		grid-template-columns: 124px minmax(0, 1fr);
	}
	.product-card-horizontal .product-media {
		min-height: 124px;
	}
	.product-card-horizontal-copy {
		padding: .72rem 1rem;
	}
	.product-card-horizontal-buy {
		grid-template-columns: minmax(140px, .45fr) minmax(200px, .55fr);
		padding: .62rem 1rem .72rem;
	}
}
@media (max-width: 399.98px) {
	.product-card-horizontal-top {
		grid-template-columns: 94px minmax(0, 1fr);
	}
	.product-card-horizontal .product-media {
		min-height: 94px;
	}
	.product-card-horizontal .product-brand {
		font-size: .64rem;
	}
	.product-card-horizontal .product-title {
		font-size: .86rem;
	}
	.product-card-horizontal .product-free-shipping .small {
		font-size: .72rem;
	}
	.product-card-horizontal-buy {
		grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
		gap: .5rem;
		padding: .5rem .65rem .58rem;
	}
}
/* Cart */
.cart-empty-main,
.cart-empty-side {
	border-color: #eceef1 !important;
	box-shadow: 0 1px 0 rgba(17,24,28,.03), 0 18px 44px -38px rgba(17,24,28,.28);
}
.cart-empty-main {
	overflow: hidden;
	position: relative;
}
.cart-empty-copy {
	max-width: 560px;
}
.cart-empty-visual {
	width: min(220px, 70vw);
	aspect-ratio: 1;
	border-radius: 24px;
	border: 1px solid #eceef1;
	background:
		linear-gradient(180deg, #fff 0%, #f6f7f9 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	color: #11181C;
	flex: 0 0 auto;
}
.cart-empty-visual-icon {
	width: 86px;
	height: 86px;
	border-radius: 22px;
	background: #11181C;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 16px 34px -22px rgba(17,24,28,.72);
}
.cart-empty-visual-icon svg {
	width: 44px;
	height: 44px;
}
.cart-empty-route {
	display: grid;
	grid-template-columns: 22px 22px 22px;
	align-items: center;
	gap: .75rem;
	position: relative;
}
.cart-empty-route::before {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 50%;
	height: 2px;
	background: #d9dee3;
	transform: translateY(-50%);
}
.cart-empty-route span {
	position: relative;
	z-index: 1;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #11181C;
}
.cart-empty-route span:first-child {
	background: #198754;
	border-color: #198754;
}
.cart-empty-visual-note {
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #657676;
}
.cart-empty-side {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.cart-empty-info-block {
	border-top: 1px solid #eceef1;
	padding-top: 1rem;
}
.cart-empty-info-head {
	display: flex;
	align-items: flex-start;
	gap: .75rem;
}
.cart-empty-info-icon {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: #f6f7f9;
	border: 1px solid #eceef1;
	color: #11181C;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 38px;
}
.cart-empty-info-icon svg {
	width: 20px;
	height: 20px;
}
.cart-empty-info-head strong {
	display: block;
	font-size: .95rem;
	line-height: 1.2;
	margin-bottom: .2rem;
}
.cart-empty-info-head p {
	margin: 0;
	color: #657676;
	font-size: .84rem;
	line-height: 1.4;
}
.cart-empty-logo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .5rem;
	margin-top: .8rem;
}
.cart-empty-logos {
	min-height: 42px;
	border: 1px dashed #cfd5dc;
	border-radius: 10px;
	background: #fafbfc;
	color: #4a5458;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .15rem .6rem;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-align: center;
}
.cart-empty-logos svg {
	width: 70px;
	height: 70px;
}
.cart-empty-logo-wide {
	grid-column: 1 / -1;
}
.cart-empty-tip {
	margin-top: auto;
	display: flex;
	align-items: flex-start;
	gap: .65rem;
	padding: .85rem;
	border-radius: 12px;
	background: #f7faf9;
	border: 1px solid #e4ece9;
	color: #1f5f3a;
	font-size: .84rem;
	line-height: 1.35;
}
.cart-empty-tip svg {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
}
@media (max-width: 575.98px) {
	.cart-empty-main,
	.cart-empty-side {
		padding: 1.25rem !important;
	}
	.cart-empty-visual {
		width: 170px;
		border-radius: 18px;
	}
	.cart-empty-visual-icon {
		width: 68px;
		height: 68px;
		border-radius: 18px;
	}
	.cart-empty-visual-icon svg {
		width: 34px;
		height: 34px;
	}
}
.cart-product-image {
	width: 76px;
	height: 76px;
	border-radius: 8px;
	border: 1px solid #eceef1;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	color: #11181C;
}
.cart-product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 8px;
}
.cart-product-image .cart-product-no-image.pp-stage.pp-stage--empty {
	width: 100%;
	height: 100%;
	border-radius: 0;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: .35rem;
	background: linear-gradient(180deg, #fff, #fafafa);
}
.cart-product-image .cart-product-no-image .pp-no-image-icon {
	width: 32px;
	max-width: 58%;
	margin: 0 0 .2rem;
	color: #c7c7cc;
}
.cart-product-image .cart-product-no-image .pp-no-image-title,
.cart-product-image .cart-product-no-image .pp-no-image-text {
	display: none;
}
.cart-line {
	border-color: #eceef1 !important;
}
.cart-qty-form {
	display: inline-block;
}
.cart-qty-wrap {
	background: #fff;
}
.cart-qty-wrap button:disabled,
.cart-qty-wrap input:disabled {
	opacity: .45;
	cursor: not-allowed;
}
@media (min-width: 768px) {
	.cart-qty-form {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.cart-qty-form .form-label {
		display: block;
		width: 100%;
		text-align: center;
	}
}
.cart-remove-btn {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.cart-remove-btn:hover {
	color: #dc3545;
}
@media (max-width: 991.98px) {
	.cart-summary-cta {
		position: sticky;
		bottom: .75rem;
		z-index: 3;
		padding: .35rem;
		margin: .25rem -.35rem 0;
		background: rgba(255,255,255,.94);
		border-radius: 999px;
		box-shadow: 0 10px 30px rgba(17,24,28,.12);
		backdrop-filter: blur(10px);
	}
}
@media (min-width: 992px) {
	.cart-summary-aside {
		position: sticky;
		top: 92px;
		z-index: 2;
	}
}

#cartOffcanvas {
	width: min(420px, 100%);
	transition: transform 0.3s ease-in-out !important;
	will-change: transform;
}
@media (min-width: 768px) {
	#cartOffcanvas {
		border-radius: 1rem;
		transform: translateX(calc(100% + 1rem));
	}
	#cartOffcanvas.show:not(.hiding),
	#cartOffcanvas.showing {
		transform: none;
	}
}
@media (max-width: 767.98px) {
	#cartOffcanvas {
		top: auto;
		right: 0;
		left: 0;
		width: auto;
		max-width: 100%;
		height: 100dvh;
		margin: 0;
		border-left: 0;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		border-top-left-radius: 1rem;
		border-top-right-radius: 1rem;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		transform: translateY(100%);
	}
	#cartOffcanvas.show:not(.hiding),
	#cartOffcanvas.showing {
		transform: none;
	}
}
#cartOffcanvas .cart-offcanvas-thumb {
	width: 56px;
	height: 56px;
	border-radius: 8px;
}
#cartOffcanvas .cart-offcanvas-line {
	min-width: 0;
	padding-bottom: .5rem;
	border-bottom: 1px solid #eceef1;
}
#cartOffcanvas .cart-offcanvas-line:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
#cartOffcanvas .cart-offcanvas-name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.25;
}

.section-eyebrow-light { color: #c6c9cf; }

/* Category grid */
.category-card { position: relative; display: block; border-radius: 1rem; overflow: hidden; aspect-ratio: 4/5; }
@media (min-width: 768px) { .category-card { aspect-ratio: 3/4; } }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.category-card:hover img { transform: scale(1.06); }
.category-card::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(to top, rgba(17,24,28,.72) 0%, rgba(17,24,28,.15) 55%, rgba(17,24,28,0) 100%);
}
.category-card-body { position: absolute; inset: auto 0 0 0; padding: 1rem 1.15rem; z-index: 1; }
.category-card-title { font-size: 1.05rem; font-weight: 700; margin: 0 0 .15rem; color: inherit; }
.category-card-meta { font-size: .78rem; opacity: .85; }

/* Brands strip */
.brand-strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 640px) { .brand-strip { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 768px) { .brand-strip { grid-template-columns: repeat(6, 1fr); } }
.brand-chip {
	display: flex; align-items: center; justify-content: center;
	aspect-ratio: 3/1; background: #fff; border: 1px solid #eceef1; border-radius: .75rem;
	padding: 1rem; font-weight: 800; color: #657676; letter-spacing: .05em;
	transition: border-color .2s ease, color .2s ease, transform .2s ease;
}
.brand-chip:hover { border-color: #11181C; color: #11181C; transform: translateY(-2px); }

/* ================= CARTRIDGE FINDER ================= */
.cartridge-hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
	border: 1px solid #eceef1;
	border-radius: .75rem;
	background: #ebeaea;
}
.cartridge-hero-title {
	max-width: 780px;
	margin: 0;
	color: #11181C;
	font-size: 1.65rem;
	font-weight: 800;
	line-height: 1.12;
}
.cartridge-hero-text {
	max-width: 820px;
	margin: .75rem 0 0;
	color: #4a5458;
	font-size: .98rem;
	line-height: 1.55;
}
.cartridge-hero-mark {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #11181C;
}
.cartridge-hero-mark svg {
	width: 80px;
	height: 80px;
}
.cartridge-selector,
.selected-printer-panel,
.my-printers-sidebar,
.cartridge-empty-state {
	border: 1px solid #eceef1;
	border-radius: .75rem;
	background: #fff;
}
.cartridge-selector {
	padding: 1.25rem;
}
.cartridge-selector-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}
.cartridge-selector-heading h2 {
	margin: 0;
	color: #11181C;
	font-size: 1.15rem;
	font-weight: 800;
}
.cartridge-selector-reset {
	flex: 0 0 auto;
	border-color: #eceef1;
	color: #11181C;
	font-weight: 700;
}
.cartridge-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .6rem;
	margin-bottom: 1.1rem;
}
.cartridge-step {
	display: flex;
	align-items: center;
	gap: .5rem;
	min-width: 0;
	padding: .65rem .75rem;
	border-radius: .5rem;
	background: #f6f7f9;
	color: #657676;
	font-size: .82rem;
}
.cartridge-step span {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	border-radius: 50%;
	background: #dfe3e7;
	color: #11181C;
	font-weight: 800;
	font-size: .75rem;
}
.cartridge-step strong {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cartridge-step.is-active {
	background: #11181C;
	color: #fff;
}
.cartridge-step.is-active span {
	background: #fff;
	color: #11181C;
}
.cartridge-selector .form-label {
	margin-bottom: .4rem;
	color: #657676;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.cartridge-select {
	min-height: 46px;
	border-color: #dfe3e7;
	border-radius: .5rem;
	color: #11181C;
	font-weight: 600;
}
.cartridge-select:focus {
	border-color: #11181C;
	box-shadow: 0 0 0 .18rem rgba(17,24,28,.08);
}
.cartridge-select:disabled {
	color: #8d979d;
	background-color: #f6f7f9;
}
.cartridge-select.is-loading {
	color: #657676;
}
.cartridge-selector-status {
	display: flex;
	align-items: center;
	min-height: 34px;
	margin-top: 1rem;
	padding: .65rem .8rem;
	border-radius: .5rem;
	background: #f6f7f9;
	color: #4a5458;
	font-size: .86rem;
}
.cartridge-selector-status[data-mode="error"] {
	background: #fff1f1;
	color: #b42318;
}
.cartridge-empty-state {
	display: flex;
	align-items: flex-start;
	gap: .75rem;
	padding: 1rem;
	color: #4a5458;
}
.cartridge-empty-state svg {
	flex: 0 0 auto;
	color: #11181C;
}
.cartridge-empty-state strong,
.cartridge-empty-state span {
	display: block;
}
.cartridge-empty-state strong {
	color: #11181C;
	font-weight: 800;
}
.selected-printer-panel {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
}
.selected-printer-media {
	width: 112px;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: .65rem;
	overflow: hidden;
}
.selected-printer-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: .7rem;
}
.selected-printer-media svg {
	width: 46px;
	height: 46px;
	color: #657676;
}
.selected-printer-kicker {
	display: block;
	margin-bottom: .2rem;
	color: #657676;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.selected-printer-body h2 {
	margin: 0;
	color: #11181C;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.2;
}
.selected-printer-body p {
	margin: .45rem 0 .75rem;
	color: #657676;
	font-size: .85rem;
}
.selected-printer-save {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	border-radius: 999px;
	font-weight: 700;
}
.selected-printer-save svg {
	width: 16px;
	height: 16px;
}
.selected-printer-saved-badge {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	width: fit-content;
	padding: .4rem .75rem;
	border-radius: 999px;
	background: #fff5f5;
}
.selected-printer-brand {
	width: 86px;
	padding: .5rem;
}
.selected-printer-brand img {
	max-width: 100%;
	height: auto;
}
.cartridge-products-grid .product-card {
	width: 100%;
	max-width: none;
	height: 100%;
}
.cartridge-products-by-subfamily {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.cartridge-subfamily-group {
	padding-top: 1rem;
	border-top: 1px solid #eef1f3;
}
.cartridge-subfamily-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}
.cartridge-subfamily-heading h3 {
	margin: 0;
	color: #11181C;
	font-size: 1.1rem;
	font-weight: 800;
}
.my-printers-sidebar {
	position: sticky;
	top: 1rem;
	padding: 1rem;
}
.my-printers-title {
	display: flex;
	align-items: center;
	gap: .75rem;
	margin-bottom: 1rem;
}
.my-printers-title svg {
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	color: #11181C;
}
.my-printers-title span {
	display: block;
	color: #657676;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.my-printers-title h2 {
	margin: .1rem 0 0;
	color: #11181C;
	font-size: 1rem;
	font-weight: 800;
}
.my-printers-empty {
	padding: .9rem;
	margin-bottom: 1rem;
	border-radius: .5rem;
	background: #f6f7f9;
	color: #4a5458;
	font-size: .88rem;
	line-height: 1.45;
}
.my-printers-empty p {
	margin: 0;
}
.my-printer-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
	padding: .75rem;
	border: 1px solid #eef1f3;
	border-radius: 8px;
	background: #fff;
}
.my-printer-item a {
	min-width: 0;
	color: #11181C;
	text-decoration: none;
}
.my-printer-link {
	display: flex;
	align-items: center;
	gap: .65rem;
	flex: 1 1 auto;
}
.my-printer-thumb {
	width: 76px;
	height: 76px;
	flex: 0 0 76px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #eef1f3;
	overflow: hidden;
}
.my-printer-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: .3rem;
}
.my-printer-thumb svg {
	width: 26px;
	height: 26px;
	color: #11181C;
}
.my-printer-copy {
	min-width: 0;
}
.my-printer-remove {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.my-printer-item strong,
.my-printer-item span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.my-printer-item span {
	margin-top: .1rem;
	color: #657676;
	font-size: .78rem;
}
@media (max-width: 991.98px) {
	.my-printers-sidebar {
		position: static;
	}
}
@media (max-width: 767.98px) {
	.cartridge-page {
		background: #fff;
	}
	.cartridge-hero {
		align-items: flex-start;
		padding: 1.1rem;
	}
	.cartridge-hero-title {
		font-size: 1.35rem;
	}
	.cartridge-hero-mark {
		display: none;
	}
	.cartridge-selector {
		padding: 1rem;
	}
	.cartridge-steps {
		gap: .45rem;
	}
	.cartridge-step {
		justify-content: center;
		padding: .55rem;
	}
	.cartridge-step strong {
		display: none;
	}
	.selected-printer-panel {
		grid-template-columns: 82px minmax(0, 1fr);
	}
	.selected-printer-media {
		width: 82px;
	}
	.selected-printer-brand {
		display: none;
	}
	.selected-printer-body h2 {
		font-size: 1.05rem;
	}
}

/* Blog cards */
.blog-card { background: #fff; border: 1px solid #eceef1; border-radius: 1rem; overflow: hidden; height: 100%; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.blog-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(17,24,28,.08); }
.blog-media { aspect-ratio: 16/9; overflow: hidden; background: #f6f7f9; }
.blog-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.blog-card:hover .blog-media img { transform: scale(1.05); }
.blog-body { padding: 1.1rem 1.25rem 1.25rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.blog-tag { align-self: flex-start; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #fff; background: #11181C; padding: .2rem .55rem; border-radius: 999px; }
.blog-title { font-size: 1.02rem; font-weight: 500; color: #11181C; margin: 0; line-height: 1.35; }
.blog-title a { font-weight: 500; transition: font-weight .15s ease, color .15s ease; }
.blog-title a:hover,
.blog-title a:focus-visible { font-weight: 700; }
.blog-meta { font-size: .78rem; color: #657676; margin-top: auto; }
.blog-card-excerpt { color: #5c6c6c; font-size: .9rem; line-height: 1.55; margin: 0; }
.blog-page {
	background:
		linear-gradient(to bottom, #ffffff 0, rgba(255, 255, 255, 0) 160px),
		linear-gradient(to top, #ffffff 0, rgba(255, 255, 255, 0) 160px),
		#f4f6f8;
	padding: 1rem 0 3rem;
}
.blog-page-header {
	max-width: 760px;
	padding: 0.1rem 0 1.25rem;
}
.blog-page-header p {
	color: #5c6c6c;
	font-size: 1rem;
	line-height: 1.6;
	margin: .85rem 0 0;
}
.blog-all-header-link {
	display: inline-flex;
	margin-top: 1rem;
}
.blog-grid { padding-top: .75rem; }
.blog-empty {
	background: #fff;
	border: 1px solid #eceef1;
	border-radius: 1rem;
	padding: 2.25rem 1.5rem;
	text-align: center;
	color: #657676;
}
.blog-empty h2 {
	color: #11181C;
	font-size: 1.35rem;
	font-weight: 800;
	margin: 0 0 .5rem;
}
.blog-empty p { margin: 0 0 1rem; }
.blog-detail {
	background: #fff;
	border: 1px solid #eceef1;
	border-radius: 1.25rem;
	padding: clamp(1.1rem, 3vw, 2rem);
	min-width: 0;
}
.blog-detail-layout {
	display: grid;
	gap: 1.25rem;
	align-items: start;
	min-width: 0;
}
.blog-detail-main { min-width: 0; }
.blog-detail-main .blog-detail-header,
.blog-detail-main .blog-detail-cover,
.blog-detail-main .blog-article-content {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}
.blog-detail-header {
	max-width: 860px;
	margin: 0 auto 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .85rem;
}
.blog-back-link {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	border: 1px solid #dfe5e5;
	border-radius: 999px;
	background: #fff;
	color: #11181C;
	font-size: .86rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	padding: .5rem .85rem .5rem .65rem;
	box-shadow: 0 8px 20px rgba(17, 24, 28, .05);
	transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.blog-back-link svg {
	width: 1rem;
	height: 1rem;
	flex: 0 0 1rem;
	transform: translateY(1px);
}
.blog-back-link:hover,
.blog-back-link:focus-visible {
	color: #11181C;
	border-color: #bfcaca;
	box-shadow: 0 12px 26px rgba(17, 24, 28, .08);
	transform: translateX(-2px);
	outline: none;
}
.blog-detail-header h2 {
	color: #11181C;
	font-size: clamp(2rem, 5vw, 3.25rem);
	font-weight: 850;
	line-height: 1.05;
	letter-spacing: 0;
	margin: 0;
}
.blog-detail-header p {
	color: #5c6c6c;
	font-size: clamp(1rem, 2vw, 1.18rem);
	line-height: 1.65;
	margin: 0;
}
.blog-detail-meta {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem .9rem;
	color: #657676;
	font-size: .85rem;
}
.blog-detail-meta span + span::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-right: .8rem;
	border-radius: 999px;
	background: #9aa8a8;
	vertical-align: middle;
}
.blog-detail-cover {
	max-width: 960px;
	margin: 0 auto 1.75rem;
}
.blog-detail-cover img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 1rem;
	background: #f6f7f9;
}
.blog-detail-video,
.blog-article-content .blog-article-video {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 0 0 1.75rem;
	border-radius: 1rem;
	overflow: hidden;
	background: #11181C;
}
.blog-detail-video iframe,
.blog-article-content .blog-article-video iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}
.blog-related {
	margin-top: 2.25rem;
}
.blog-detail-sidebar.sticky-top {
	position: static;
	display: grid;
	gap: 1rem;
}
.blog-sidebar-card {
	background: #fff;
	border: 1px solid #eceef1;
	border-radius: 1rem;
	padding: 1rem;
	box-shadow: 0 10px 28px rgba(17, 24, 28, .04);
}
.blog-sidebar-title {
	color: #11181C;
	font-size: .95rem;
	font-weight: 800;
	line-height: 1.25;
	margin: 0;
}
.blog-sidebar-search {
	display: grid;
	gap: .75rem;
}
.blog-sidebar-search-control {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 42px;
	border: 1px solid #dce3e3;
	border-radius: .8rem;
	overflow: hidden;
	background: #fff;
}
.blog-sidebar-search-control input {
	width: 100%;
	min-width: 0;
	border: 0;
	padding: .75rem .9rem;
	color: #11181C;
	font-size: .92rem;
	outline: 0;
}
.blog-sidebar-search-control button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: #11181C;
	color: #fff;
}
.blog-sidebar-input-icon,
.blog-sidebar-link-icon {
	width: 1rem;
	height: 1rem;
}
.blog-sidebar-kicker {
	display: block;
	color: #657676;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: .75rem;
}
.blog-sidebar-next-media {
	display: block;
	aspect-ratio: 16 / 10;
	border-radius: .8rem;
	overflow: hidden;
	background: #f6f7f9;
	margin-bottom: .85rem;
}
.blog-sidebar-next-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}
.blog-sidebar-next:hover .blog-sidebar-next-media img { transform: scale(1.04); }
.blog-sidebar-next-title {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.3;
	margin: 0;
}
.blog-sidebar-next-title a {
	color: #11181C;
	font-weight: 500;
	text-decoration: none;
	transition: font-weight .15s ease, color .15s ease;
}
.blog-sidebar-next-title a:hover,
.blog-sidebar-next-title a:focus-visible {
	font-weight: 700;
}
.blog-sidebar-next p {
	color: #5c6c6c;
	font-size: .88rem;
	line-height: 1.55;
	margin: .55rem 0 0;
}
.blog-sidebar-meta {
	color: #657676;
	font-size: .78rem;
	margin-top: .65rem;
}
.blog-sidebar-link {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	color: #11181C;
	font-size: .86rem;
	font-weight: 800;
	text-decoration: none;
	margin-top: .85rem;
}
.blog-sidebar-facts {
	display: grid;
	gap: .7rem;
	margin: .9rem 0 0;
}
.blog-sidebar-facts div {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	border-top: 1px solid #edf0f0;
	padding-top: .7rem;
}
.blog-sidebar-facts dt {
	color: #657676;
	font-size: .78rem;
	font-weight: 700;
	text-transform: uppercase;
}
.blog-sidebar-facts dd {
	color: #11181C;
	font-size: .86rem;
	font-weight: 700;
	text-align: right;
	margin: 0;
}
.blog-sidebar-help {
	background: #11181C;
	color: #fff;
}
.blog-sidebar-help .blog-sidebar-title,
.blog-sidebar-help p { color: #fff; }
.blog-sidebar-help p {
	font-size: .9rem;
	line-height: 1.55;
	margin: .65rem 0 1rem;
	opacity: .86;
}
.blog-sidebar-help-icon {
	width: 2.25rem;
	height: 2.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .8rem;
}
.blog-sidebar-help-icon svg {
	width: 2.25rem;
	height: 2.25rem;
}
.blog-sidebar-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: .75rem;
	background: #fff;
	color: #11181C;
	font-size: .88rem;
	font-weight: 800;
	text-decoration: none;
	padding: .72rem .9rem;
}
.blog-search-summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
	background: #fff;
	border: 1px solid #eceef1;
	border-radius: 1rem;
	padding: .9rem 1rem;
	margin-bottom: 1rem;
	color: #11181C;
	font-weight: 700;
}
.blog-all {
	background: #fff;
	border: 1px solid #eceef1;
	border-radius: 1.25rem;
	padding: clamp(1rem, 3vw, 1.5rem);
}
.blog-all-header {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}
.blog-all-header .section-title {
	margin-top: .35rem;
}
.blog-all-count {
	color: #657676;
	font-size: .86rem;
	font-weight: 700;
}
.blog-all-list {
	list-style: none;
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
}
.blog-all-item {
	border-top: 1px solid #eceef1;
	padding: 1rem 0;
}
.blog-all-item:last-child {
	padding-bottom: 0;
}
.blog-all-item h3 {
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.35;
	margin: 0;
}
.blog-all-item h3 a {
	color: #11181C;
	font-weight: 500;
	text-decoration: none;
	transition: font-weight .15s ease, color .15s ease;
}
.blog-all-item h3 a:hover,
.blog-all-item h3 a:focus-visible {
	color: #657676;
	font-weight: 700;
}
.blog-all-meta {
	display: flex;
	flex-wrap: wrap;
	gap: .35rem .8rem;
	color: #657676;
	font-size: .8rem;
	margin-top: .35rem;
}
.blog-all-meta span + span::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-right: .75rem;
	border-radius: 50%;
	background: #9aa8a8;
	vertical-align: middle;
}
.blog-all-item p {
	color: #5c6c6c;
	font-size: .92rem;
	line-height: 1.55;
	margin: .55rem 0 0;
}
@media (min-width: 992px) {
	.blog-detail-layout {
		grid-template-columns: minmax(0, 1fr) minmax(290px, 350px);
		gap: 1.5rem;
	}
	.blog-detail-sidebar.sticky-top {
		position: sticky;
		top: 5.5rem;
		z-index: 1;
	}
}

/* Blog article */
.blog-article-content {
	max-width: 860px;
	margin: 0 auto;
	color: #1f2a2e;
	font-size: 1rem;
	line-height: 1.72;
	min-width: 0;
	overflow-wrap: anywhere;
}

.blog-article-content > * + * { margin-top: 1.35rem; }
.blog-article-content h2 {
	color: #11181C;
	font-size: clamp(1.35rem, 2.2vw, 1.8rem);
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 .75rem;
	position: relative;
	padding-bottom: .55rem;
}
.blog-article-content h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 34px;
	height: 3px;
	border-radius: 3px;
	background: #11181C;
}
.blog-article-content p { margin: 0; }
.blog-article-content strong,
.blog-article-content a,
.blog-article-content li,
.blog-article-content td,
.blog-article-content th {
	overflow-wrap: anywhere;
}
.blog-article-content img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 1rem;
	background: #f6f7f9;
}
.blog-article-content img[data-blog-placeholder="1"] {
	border: 2px dashed #9fb3aa;
	cursor: pointer;
}
.blog-article-content figcaption {
	margin-top: .55rem;
	color: #657676;
	font-size: .82rem;
	text-align: center;
}
.blog-article-hero {
	margin: 0;
	min-width: 0;
}
.blog-article-hero img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.blog-article-lead {
	color: #11181C;
	font-size: clamp(1.08rem, 2vw, 1.28rem);
	font-weight: 600;
	line-height: 1.55;
}
.blog-article-section {
	padding-top: .25rem;
	min-width: 0;
}
.blog-article-callout {
	background: #f3f7f5;
	border: 1px solid #dce8e3;
	border-left: 4px solid #11181C;
	border-radius: .85rem;
	padding: 1rem 1.1rem;
	margin-top: 1rem;
}
.blog-article-callout strong {
	display: block;
	color: #11181C;
	margin-bottom: .3rem;
}
.blog-article-checklist {
	background: #fff;
	border: 1px solid #eceef1;
	border-radius: 1rem;
	padding: 1rem 1.1rem;
}
.blog-article-checklist ul {
	margin: 0;
	padding-left: 1.2rem;
}
.blog-article-checklist li + li { margin-top: .55rem; }
.blog-article-split {
	display: grid;
	gap: 1.25rem;
	align-items: center;
}
.blog-article-split figure { margin: 0; }
@media (min-width: 768px) {
	.blog-article-split {
		grid-template-columns: minmax(0, 1fr) minmax(280px, .85fr);
	}
}
.blog-article-quote {
	border: 0;
	border-radius: 1rem;
	background: #11181C;
	color: #fff;
	padding: 1.35rem 1.5rem;
	margin-left: 0;
	margin-right: 0;
}
.blog-article-quote p {
	font-size: clamp(1.08rem, 2vw, 1.35rem);
	font-weight: 700;
	line-height: 1.45;
	margin: 0;
}
.blog-summary-box {
  padding: 1.5rem;
  border-radius: 18px;
  background: #f4f8f9;
  border: 1px solid rgba(31, 42, 46, 0.08);
  margin: 2rem 0;
}

.blog-summary-box h3 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #1f2a2e;
}

.blog-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  min-width: 0;
}

.blog-summary-item {
  padding: 1rem;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(31, 42, 46, 0.08);
  min-width: 0;
}

.blog-summary-item strong {
  display: block;
  margin-bottom: 0.4rem;
  color: #1f2a2e;
  font-size: 0.98rem;
}

.blog-summary-item p {
  margin: 0;
  color: #516066;
  font-size: 0.95rem;
  line-height: 1.55;
}

.blog-summary-highlight {
  background: #fff7e8;
  border-color: rgba(230, 150, 40, 0.25);
}

.blog-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.5rem 0 2rem;
  border-radius: 18px;
  border: 1px solid rgba(31, 42, 46, 0.1);
  background: #ffffff;
}

.blog-comparison-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 0.96rem;
}

.blog-comparison-table thead {
  background: #1f2a2e;
  color: #ffffff;
}

.blog-comparison-table th,
.blog-comparison-table td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(31, 42, 46, 0.08);
}

.blog-comparison-table th {
  font-weight: 700;
}

.blog-comparison-table tbody tr:nth-child(even) {
  background: #f8fafb;
}

.blog-comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.blog-comparison-table td:first-child {
  font-weight: 700;
  color: #1f2a2e;
  width: 26%;
}

@media (max-width: 768px) {
  .blog-summary-grid {
    grid-template-columns: 1fr;
  }

  .blog-summary-box {
    padding: 1.2rem;
  }

  .blog-comparison-table {
    font-size: 0.92rem;
  }

  .blog-comparison-table th,
  .blog-comparison-table td {
    padding: 0.85rem;
  }
}
/* Split CTA */
.cta-split {
	background: #11181C;
	color: #fff;
	border-radius: 1.25rem;
	padding: 2rem 1.5rem;
	position: relative;
	overflow: hidden;
}

.cta-split::before {
	content: "";
	position: absolute;
	right: -120px;
	top: -120px;
	width: 340px;
	height: 340px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255,255,255,.08), rgba(255,255,255,0));
	pointer-events: none;
	z-index: 0;
}

.cta-split > .row {
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	.cta-split {
		padding: 3rem;
	}
}

.cta-split h2 {
	font-size: 1.6rem;
	font-weight: 800;
	margin: 0 0 .5rem;
	color: #fff;
}

@media (min-width: 768px) {
	.cta-split h2 {
		font-size: 2rem;
	}
}

.cta-split p {
	color: #c6c9cf;
	margin: 0 0 1rem;
}


.social-pill {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  background: #fff; border: 1px solid #e5e7ea; margin-right: .35rem;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.social-pill:hover { transform: translateY(-2px); background: #11181C; border-color: #11181C; }
.social-pill:hover svg { color: #fff; }
.social-pill svg { width: 16px; height: 16px; }

.trust-row {
  display: flex; flex-wrap: wrap; gap: 1rem; align-items: center;
  padding: 1rem 1.25rem; background: #fff; border-radius: .75rem;
  border: 1px solid #eceef1;
}
.trust-item { display: flex; align-items: center; gap: .5rem; font-size: .82rem; color: #4a5458; }
.trust-item svg { width: 22px; height: 22px; color: #11181C; flex-shrink: 0; }

.delivery-footer-row {
  display: flex; flex-wrap: wrap; gap: 1rem; align-items: center;
  background: #fff; border-radius: .75rem;
  border: 1px solid #eceef1;
}
.delivery-footer-item { display: flex; align-items: center; font-size: clamp(0.5rem, 0.8vw, 0.775rem);
    gap: clamp(0.15rem, 0.4vw, 0.5rem); color: #4a5458; }


.footer-bottom {
  background: #11181C; color: #c6c9cf; padding: 1rem 0;
  font-size: .82rem;
}
.footer-bottom a { color: #c6c9cf; text-decoration: none; }
.footer-bottom a:hover { color: #fff; }

.payment-chip {
  display: inline-flex; align-items: center; justify-content: center;
  height: 26px; padding: 0 .55rem; margin-left: .35rem;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
  border-radius: .35rem; font-size: .7rem; font-weight: 700; letter-spacing: .05em;
  color: #fff;
}

.scroll-top {
  width: 38px; height: 38px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  color: #fff; transition: background .2s ease, transform .2s ease;
}
.scroll-top:hover { background: rgba(255,255,255,.18); transform: translateY(-2px); color: #fff; }
.scroll-top svg { width: 16px; height: 16px; transform: rotate(-90deg); }

/* ── Product page (mobile-first) ───────────────────────────────────────── */
.pp-breadcrumb { padding: 1rem 0 .5rem; color: var(--bs-secondary-color, #6c757d); }
.pp-breadcrumb nav { min-width: 0; }
.pp-breadcrumb .pp-crumbs {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: .5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .8rem;
    line-height: 1.35;
    min-width: 0;
}
.pp-breadcrumb .pp-crumbs > li { display: inline-flex; align-items: center; min-width: 0; }
.pp-breadcrumb a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 2px 0;
    color: var(--bs-secondary-color, #6c757d);
    text-decoration: none;
    transition: color .15s ease;
}
.pp-breadcrumb a::after {
    content: "";
    position: absolute;
    left: 0; right: 100%;
    bottom: 0;
    height: 1px;
    background: currentColor;
    transition: right .25s ease;
    opacity: .5;
}
.pp-breadcrumb a:hover { color: var(--bs-emphasis-color, #11181C); }
.pp-breadcrumb a:hover::after { right: 0; }
.pp-breadcrumb .pp-crumb-home { padding: 0; line-height: 0; }
.pp-breadcrumb .pp-crumb-home::after { display: none; }
.pp-breadcrumb .pp-crumb-home svg { width: 14px; height: 14px; display: block; }
.pp-breadcrumb .pp-crumb-sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
    opacity: .35;
}
.pp-breadcrumb .pp-crumb-current {
    color: var(--bs-secondary-color, #6c757d);
    display: block;
    flex: 1 1 auto;
    max-width: none;
    min-width: 0;
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pp-hero { padding: .5rem 0 1.5rem; }
@media (max-width: 1023.98px) {
    .pp-col-left { display: contents; }
    .pp-col-left > .pp-gallery { order: 1; width: 100%; }
    .pp-col-info               { order: 2; }
    .pp-col-left > .pp-tabs    { order: 3; width: 100%; }
}
@media (max-width: 767px) {
    .pp-hero, .pp-breadcrumb {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .pp-hero, .pp-breadcrumb {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}
.pp-gallery { position: relative; }
.pp-gallery-badges {
    position: absolute; top: 12px; left: 12px; z-index: 3;
    display: flex; gap: .35rem;
    pointer-events: none;
}
.pp-gallery-badges .badge { pointer-events: auto; }

/* Mobile: carrossel parado (sem auto-play) com indicadores iguais aos banners */
.pp-gallery-mobile { display: block; }
.pp-gallery-mobile .pp-gallery-main {
    position: relative; aspect-ratio: 1/1;
    display: flex; align-items: center; justify-content: center;
}
.pp-gallery-mobile .pp-gallery-main img { width: 100%; height: 100%; object-fit: contain; }
.pp-eco-badge {
    position: absolute;
    top: .75rem;
    right: .75rem;
    z-index: 6;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #198754;
    color: #fff;
    box-shadow: 0 10px 22px -12px rgba(25,135,84,.78), 0 0 0 3px rgba(255,255,255,.92);
    pointer-events: none;
}
.pp-eco-badge svg {
    width: 27px;
    height: 23px;
    display: block;
}
@media (max-width: 991.98px) {
    .pp-gallery-mobile .site-banner-indicators {
        left: 50%;
        right: auto;
        bottom: 2.25rem;
        transform: translateX(-50%);
    }
}

/* Badges em mobile/tablet — destaques que se sobrepõem 50% à imagem */
.pp-mobile-badges {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: stretch;
    gap: .5rem;
    padding: 0 .75rem;
    margin-top: -24px;       /* ≈60% sobreposição sobre a imagem */
    margin-bottom: .75rem;
}
.pp-mobile-badge {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: .55rem;
    padding: .55rem .65rem;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 10px 22px -10px rgba(0,0,0,.18);
}
.pp-mobile-badge-icon {
    width: 34px; height: 34px;
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(160deg, #ffffff 0%, #f3f6fc 100%);
    border: 1px solid #eef0f5;
    border-radius: 9px;
    color: #111;
}
.pp-mobile-badge-icon svg { width: 18px; height: 18px; }
.pp-mobile-badge-text { min-width: 0; flex: 1; }
.pp-mobile-badge-title {
    font-size: .78rem; font-weight: 600; color: #111; line-height: 1.2;
    overflow-wrap: anywhere;
}
.pp-mobile-badge-sub {
    font-size: .68rem; color: #6c757d; line-height: 1.25; margin-top: 1px;
    overflow-wrap: anywhere;
}

/* Estado sem imagem (mobile + desktop) */
.pp-stage.pp-stage--empty {
    display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start;
    text-align: left;
    padding: 1.5rem 1rem;
    cursor: default;
    background: linear-gradient(180deg, #fff, #fafafa);
    border-radius: 12px;
    color: #8c9196;
}
.pp-stage.pp-stage--empty .pp-no-image-icon {
    align-self: center;
    width: 100%;
    max-width: 200px;
    aspect-ratio: 1/1;
    color: #c7c7cc;
    margin-bottom: .85rem;
}
.pp-stage.pp-stage--empty .pp-no-image-title {
    margin-top: auto;
    font-size: 1rem;
    font-weight: 600;
    color: #808080;
    margin-bottom: .15rem;
    margin-left: 1.55rem;
}
.pp-stage.pp-stage--empty .pp-no-image-text {
    font-size: .85rem;
    color: #babbbc;
    max-width: 360px;
    line-height: 1.4;
    margin-left: 1.55rem;
}

/* Desktop: stage + thumbs verticais (multi) ou stage + features grid (single) */
.pp-gallery-desktop { display: none; }
@media (min-width: 1024px) {
    .pp-gallery-mobile { display: none; }
    .pp-gallery-desktop { display: block; }

    /* === Multi-imagem === */
    .pp-gallery-multi {
        display: grid;
        grid-template-columns: 110px 1fr;
        gap: 16px;
        align-items: start;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .pp-thumbs-col {
        display: flex; flex-direction: column; gap: 10px; align-items: center;
    }

    .pp-thumb-btn {
        position: relative;
        width: 92px; height: 92px; flex-shrink: 0;
        border: none;
        background: #fff;
        border-radius: 12px; padding: 6px;
        cursor: pointer;
        display: flex; align-items: center; justify-content: center;
        box-shadow: 0 1px 4px rgba(0,0,0,.07), 0 0 0 1px rgba(0,0,0,.06);
        transition: box-shadow .25s ease, transform .25s cubic-bezier(.2,.8,.2,1);
    }
    .pp-thumb-btn img {
        max-width: 100%; max-height: 100%; object-fit: contain;
    }
    .pp-thumb-btn:hover {
        box-shadow: 0 4px 14px rgba(0,0,0,.12), 0 0 0 1px rgba(0,0,0,.1);
        transform: translateY(-1px);
    }
    .pp-thumb-btn.active {
        box-shadow: 0 0 0 2px #111;
    }
    .pp-thumb-btn.active::before {
        content: ''; position: absolute; left: -11px; top: 50%; transform: translateY(-50%);
        width: 3px; height: 55%; background: #111; border-radius: 4px;
    }

    /* Stage (palco da imagem principal) — sem fundo, sem gradient */
    .pp-stage {
        position: relative; min-width: 0; overflow: hidden;
        display: flex; align-items: center; justify-content: center;
        cursor: zoom-in; text-decoration: none;
    }
    .pp-stage img {
        width: 100%; max-width: 100%;
        max-height: 520px; object-fit: contain;
        transition: opacity .25s ease, transform .6s cubic-bezier(.2,.8,.2,1);
    }
    @media (min-width: 1280px) {
        .pp-stage img { max-height: 580px; }
    }
    .pp-stage:hover img { transform: scale(1.04); }

    /* No layout multi, os badges deslocam-se para ficarem sobre o stage (depois dos thumbs) */
    .pp-gallery--multi .pp-gallery-badges {
        left: calc(92px + 16px + 12px);
    }
   
    .pp-stage:hover .pp-stage-zoom-hint { opacity: 1; }
   
    /* === Single image enriquecida === */
    .pp-gallery-single { display: flex; flex-direction: row; gap: 24px; align-items: flex-start; }
    .pp-gallery--empty .pp-gallery-single { align-items: stretch; }
    .pp-gallery-single .pp-stage {
        flex: 2;
        min-width: 0;
        order: 2;
        align-items: flex-start;
        padding-top: 0;
    }
    .pp-gallery-single .pp-stage img {
        max-width: 500px;
        
        margin: 0 auto;
    }
    .pp-gallery-single .pp-stage .pp-eco-badge {
        right: max(.75rem, calc((100% - 500px) / 2 + .75rem));
    }
    .pp-features-grid {
        display: grid; grid-template-columns: 1fr; gap: 12px; flex: 0.4; min-width: 0; order: 1;
    }
    .pp-feature-card {
        position: relative;
        background: linear-gradient(180deg, #fff, #f9f9f9);
        border: 1px solid #eee;
        border-radius: 14px;
        padding: 16px 14px;
        text-align: center;
        transition: transform .3s ease, border-color .25s, box-shadow .3s ease;
    }
    .pp-feature-card:hover {
        transform: translateY(-2px);
        border-color: #ddd;
        box-shadow: 0 12px 24px -10px rgba(0,0,0,.08);
    }
    .pp-feature-card .pp-feat-icon {
        width: 36px; height: 36px; margin: 0 auto 8px;
        display: flex; align-items: center; justify-content: center;
        border-radius: 10px;
        background: rgba(245,166,35,.1); color: #c2851b;
    }
    .pp-feature-card .pp-feat-icon svg { width: 20px; height: 20px; }
    .pp-feature-card .pp-feat-title { font-size: .85rem; font-weight: 600; color: #111; }
    .pp-feature-card .pp-feat-sub   { font-size: .7rem; color: #6c757d; margin-top: 2px; }
}

/* Lightbox premium fullscreen */
#pp-lightbox.modal { background: rgba(15,15,15,.92); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
#pp-lightbox .modal-dialog {
    max-width: 100vw; width: 100vw; margin: 0; height: 100vh;
    display: flex; align-items: stretch;
}
#pp-lightbox .modal-content {
    background: transparent; border: 0; height: 100vh; width: 100vw;
    position: relative; box-shadow: none;
}

#pp-lightbox .pp-lb-close {
    position: absolute; top: 18px; right: 22px; z-index: 10;
    width: 44px; height: 44px; border-radius: 999px;
    background: rgba(255,255,255,.1); border: 0; color: #fff;
    font-size: 1.4rem; line-height: 1; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    transition: background .2s, transform .2s;
}
#pp-lightbox .pp-lb-close:hover { background: rgba(255,255,255,.22); transform: scale(1.05); }
#pp-lightbox .pp-lb-close svg { width: 18px; height: 18px; }

#pp-lightbox .pp-lb-counter {
    position: absolute; top: 26px; left: 50%; transform: translateX(-50%);
    background: rgba(0,0,0,.45); color: #fff;
    padding: 6px 16px; border-radius: 999px;
    font-size: .8rem; font-weight: 600; letter-spacing: .04em;
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    z-index: 5;
}

#pp-lightbox .pp-lb-stage {
    position: absolute; inset: 80px 96px 130px 96px;
    display: flex; align-items: center; justify-content: center;
}
#pp-lightbox .pp-lb-stage img {
    max-width: 100%; max-height: 100%; object-fit: contain;
    transition: opacity .25s ease;
    filter: drop-shadow(0 30px 50px rgba(0,0,0,.5));
}

#pp-lightbox .pp-lb-arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 56px; height: 56px; border-radius: 999px;
    background: rgba(255,255,255,.1); border: 0; color: #fff;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    transition: background .2s, transform .25s cubic-bezier(.4,0,.2,1);
    z-index: 5;
}
#pp-lightbox .pp-lb-arrow svg { width: 22px; height: 22px; }
#pp-lightbox .pp-lb-arrow:hover {
    background: rgba(255,255,255,.22);
    transform: translateY(-50%) scale(1.06);
}
#pp-lightbox .pp-lb-arrow:active { transform: translateY(-50%) scale(.97); }
#pp-lightbox .pp-lb-prev { left: 22px; }
#pp-lightbox .pp-lb-next { right: 22px; }

#pp-lightbox .pp-lb-thumbs {
    position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
    display: flex; gap: 8px;
    background: rgba(0,0,0,.4);
    padding: 8px;
    border-radius: 16px;
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    max-width: calc(100vw - 32px);
    overflow-x: auto;
    z-index: 5;
    scrollbar-width: none;
}
#pp-lightbox .pp-lb-thumbs::-webkit-scrollbar { display: none; }
#pp-lightbox .pp-lb-thumb {
    width: 64px; height: 64px;
    border-radius: 10px; overflow: hidden;
    border: 2px solid transparent;
    background: transparent; padding: 4px;
    cursor: pointer; flex-shrink: 0;
    transition: border-color .2s, transform .2s;
}
#pp-lightbox .pp-lb-thumb img { width: 100%; height: 100%; object-fit: contain; }
#pp-lightbox .pp-lb-thumb.active { border-color: #fff; }
#pp-lightbox .pp-lb-thumb:hover { transform: translateY(-3px); }

@media (max-width: 768px) {
    #pp-lightbox .pp-lb-stage { inset: 60px 16px 100px 16px; }
    #pp-lightbox .pp-lb-arrow { width: 42px; height: 42px; }
    #pp-lightbox .pp-lb-arrow svg { width: 18px; height: 18px; }
    #pp-lightbox .pp-lb-prev { left: 12px; }
    #pp-lightbox .pp-lb-next { right: 12px; }
    #pp-lightbox .pp-lb-thumbs { padding: 6px; bottom: 18px; }
    #pp-lightbox .pp-lb-thumb { width: 48px; height: 48px; }
    #pp-lightbox .pp-lb-counter { top: 18px; }
    #pp-lightbox .pp-lb-close { top: 12px; right: 14px; width: 38px; height: 38px; }
}

.pp-info h1 { font-size: 1.35rem; font-weight: 700; line-height: 1.25; margin: .5rem 0; }
@media (min-width: 768px) { .pp-info h1 { font-size: 1.6rem; } }
.pp-brand { display: inline-flex; align-items: center; gap: .35rem; font-size: .8rem; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; color: #111; background: #f3f3f3; padding: .25rem .6rem; border-radius: 999px; }
.pp-brand-img { max-height: 25px; width: auto; height: auto; }
.pp-meta { display: flex; flex-wrap: wrap; gap: 1rem; font-size: .91rem; color: #6c757d; margin: .25rem 0 .5rem; }
.pp-meta code { color: #111; background: transparent; }

.pp-rating { display: flex; align-items: center; gap: .5rem; margin-bottom: .5rem; }
.pp-stars { color: #f5a623; font-size: 1rem; letter-spacing: 1px; }
.pp-rating-num { font-weight: 600; color: #111; }
.pp-rating a { color: #6c757d; font-size: .8rem; text-decoration: underline; }

.pp-price-block {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "price"
        "tax";
    gap: .25rem;
    align-items: start;
}
.pp-price-block .pp-price-row     { grid-area: price; }
.pp-price-block .pp-price-tax     { grid-area: tax; line-height: 1.2; }
.pp-price-block .pp-countdown     { grid-area: countdown; }
.pp-price-block .pp-installments  { grid-area: installments; }
.pp-price-block:has(.pp-countdown) {
    grid-template-areas:
        "price"
        "tax"
        "countdown";
    gap: .35rem;
}
.pp-price-block:has(.pp-installments) {
    grid-template-areas:
        "price"
        "tax"
        "installments";
}
.pp-price-block:has(.pp-countdown):has(.pp-installments) {
    grid-template-areas:
        "price"
        "tax"
        "countdown"
        "installments";
}

@media (min-width: 1024px) {
    .pp-price-block {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto;
        grid-template-areas:
            "price"
            "tax";
        row-gap: .2rem;
        column-gap: .75rem;
    }
    .pp-price-block:has(.pp-countdown) {
        grid-template-columns: minmax(0, 1fr) minmax(188px, .72fr);
        grid-template-rows: auto 1fr;
        grid-template-areas:
            "price countdown"
            "tax   countdown";
        gap: .35rem .75rem;
    }
    .pp-price-block:has(.pp-installments) {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-rows: auto auto;
        grid-template-areas:
            "price installments"
            "tax   installments";
    }
    .pp-price-block:has(.pp-countdown):has(.pp-installments) {
        grid-template-columns: minmax(0, 1fr) minmax(188px, .72fr);
        grid-template-rows: auto 1fr auto;
        grid-template-areas:
            "price countdown"
            "tax   countdown"
            "installments installments";
    }
    .pp-price-block .pp-price-tax     { line-height: 1.4; }
    .pp-price-block .pp-countdown {
        align-self: center;
    }
    .pp-price-block .pp-installments {
        align-self: center;
        text-align: right;
    }
}
.pp-price-row { display: flex; align-items: center; gap: .65rem; flex-wrap: wrap; line-height: 1; }
.pp-price-row .badge { display: flex; align-items: center; justify-content: center; min-height: 22px; }
.pp-price-now { font-size: 1.5rem; font-weight: 700; color: #111; line-height: 1; }
.pp-price-old { font-size: .95rem; color: #999; text-decoration: line-through; line-height: 1; }
@media (min-width: 1024px) {
    .pp-price-row { line-height: normal; }
    .pp-price-now { font-size: 1.85rem; line-height: 1.1; }
    .pp-price-old { font-size: 1rem; line-height: normal; }
}

.pp-countdown {
    position: relative;
    overflow: hidden;
    padding: .45rem;
    border-radius: 14px;
    color: #263238;
    border: 1px solid rgba(214, 181, 181, 0.5);
    box-shadow: 0 14px 30px -24px rgba(17,24,28,.36), inset 0 1px 0 rgba(255,255,255,.9);
    backdrop-filter: blur(18px) saturate(1.08);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
    isolation: isolate;
}
.pp-countdown::before {
    content: "";
    position: absolute;
    inset: 1px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 13px;
    pointer-events: none;
    z-index: -1;
}
.pp-countdown-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    line-height: 1.2;
    margin-bottom: .3rem;
}
.pp-countdown-kicker {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    min-width: 0;
    color: rgba(47,59,67,.68);
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.pp-countdown-row {
    display: flex;
    flex-direction: column;
    gap: .28rem;
}
.pp-countdown-timer {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .28rem;
    width: 100%;
}
.pp-countdown-icon {
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    color: #c63d4a;
    filter: drop-shadow(0 0 8px rgba(220,53,69,.22));
    animation: ppDealIconBeat 1s ease-out infinite;
}
@keyframes ppDealIconBeat {
    0%, 100% {
        transform: scale(1);
        opacity: .82;
    }
    18% {
        transform: scale(1.18);
        opacity: 1;
    }
    36% {
        transform: scale(1);
        opacity: .9;
    }
}
.pp-countdown-terms {
    display: inline-flex;
    width: fit-content;
    color: rgba(47,59,67,.62) !important;
    font-size: .64rem;
    font-weight: 600;
    text-decoration: none;
    text-underline-offset: 3px;
}
.pp-countdown-terms:hover { color: #11181C !important; }
.pp-countdown-conditions {
    color: rgba(47,59,67,.72);
}
.pp-countdown-conditions .border-top {
    border-top-color: rgba(17,24,28,.1) !important;
}
.pp-countdown-conditions p { margin-top: .25rem; }
.pp-countdown-item {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .08rem;
    min-height: 38px;
    padding: .25rem .18rem;
    border-radius: 10px;
    background: rgba(255,255,255,.58);
    border: 1px solid rgba(171,181,190,.34);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.pp-countdown-value {
    display: block;
    min-width: 0;
    width: 100%;
    text-align: center;
    color: #11181C;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: .9rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .02em;
    font-variant-numeric: tabular-nums;
}
.pp-countdown-label {
    color: rgba(47,59,67,.58);
    font-size: .5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
}
.pp-countdown-sep { display: none; }
@media (min-width: 1024px) {
    .pp-countdown {
        padding: .48rem;
    }
}
.pp-price-tax { font-size: .72rem; color: #6c757d; }
.pp-price-tax .pp-price-sep { opacity: .5; margin: 0 .15rem; }
.pp-price-tax .pp-price-no-tax { color: #999; }
.pp-installments { font-size: .85rem; color: #2a7a39; display: flex; align-items: center; gap: .35rem; }

.pp-klarna-teaser {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .4rem;
	min-height: 42px;
	margin: -.15rem 0 .7rem;
	padding: .55rem .75rem;
	border: 1px solid #eee2e8;
	border-radius: 8px;
	background: #fff7fa;
	color: #11181C;
	font-size: .86rem;
	line-height: 1.25;
}
.pp-klarna-logo {
	width: 58px;
	height: 22px;
	flex: 0 0 auto;
	color: currentColor;
}
.pp-klarna-link {
	border: 0;
	background: transparent;
	padding: 0;
	color: #11181C;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}
.pp-klarna-link:hover { color: #6f5360; }
.pp-klarna-modal .modal-dialog { max-width: 430px; }
.pp-klarna-modal .modal-content {
	border: 0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 24px 80px rgba(17, 24, 28, .22);
}
.pp-klarna-modal .modal-header { padding: 1rem 1rem 0; }
.pp-klarna-modal .modal-body { padding: 1rem 1.5rem 1.25rem; }
.pp-klarna-modal-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: .7rem;
	margin-bottom: 1.25rem;
}
.pp-klarna-modal-logo {
	width: 88px;
	height: 34px;
	color: #11181C;
}
.pp-klarna-modal-top h2 {
	font-size: 1.25rem;
	font-weight: 800;
	margin: 0;
	color: #11181C;
}
.pp-klarna-modal-top p {
	margin: 0;
	color: #5f6972;
	font-size: .9rem;
	line-height: 1.45;
}
.pp-klarna-amount-box {
	display: flex;
	flex-direction: column;
	gap: .25rem;
	padding: .85rem 1rem;
	border: 1px solid #e8eaed;
	border-radius: 8px;
	background: #fff;
	margin-bottom: 1.25rem;
}
.pp-klarna-amount-box span {
	font-size: .75rem;
	color: #6c757d;
}
.pp-klarna-amount-box strong {
	font-size: 1rem;
	color: #11181C;
}
.pp-klarna-separator {
	width: max-content;
	max-width: 100%;
	margin: 0 auto 1rem;
	color: #6c757d;
	font-size: .74rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
}
.pp-klarna-plan {
	display: grid;
	gap: .75rem;
}
.pp-klarna-plan-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: .25rem .75rem;
	padding: .9rem 1rem;
	border: 1px solid #e8eaed;
	border-radius: 8px;
	background: #fff;
}
.pp-klarna-plan-card span {
	font-size: .78rem;
	color: #6c757d;
	font-weight: 700;
}
.pp-klarna-plan-card strong {
	color: #11181C;
	font-size: 1rem;
	white-space: nowrap;
}
.pp-klarna-plan-card small {
	grid-column: 1 / -1;
	color: #6c757d;
}
.pp-klarna-bullets-title {
	font-size: .9rem;
	font-weight: 800;
	margin: 1.35rem 0 .75rem;
	color: #11181C;
}
.pp-klarna-bullets {
	display: grid;
	gap: .65rem;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: .88rem;
	color: #303235;
}
.pp-klarna-bullets li {
	position: relative;
	padding-left: 1.7rem;
}
.pp-klarna-bullets li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .08rem;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #11181C;
	box-shadow: inset 0 0 0 5px #f7c9dc;
}
.pp-klarna-modal .modal-footer {
	display: block;
	padding: 0 1.5rem 1.5rem;
}
.pp-klarna-legal {
	margin: .75rem 0 0;
	font-size: .7rem;
	line-height: 1.35;
	color: #6c757d;
	text-align: center;
}

.pp-stock { display: flex; align-items: center; gap: .5rem; padding: .55rem .75rem; border-radius: 10px; margin-bottom: .65rem; font-size: .85rem; }
.pp-stock.success { background: #e8f6ec; color: #1f6c32; }
.pp-stock.warning { background: #fff4e0; color: #92591a; }
.pp-stock .dot { width: 8px; height: 8px; border-radius: 999px; background: currentColor; }

.pp-cta-row { display: flex; gap: .5rem; align-items: stretch; margin-bottom: .65rem; }

/* CTA sticky no mobile/tablet: barra fixa no fundo do viewport, esconde-se ao chegar ao footer. */
@media (max-width: 1023.98px) {
    body.has-pp-sticky-cta { padding-bottom: 80px; }
    .pp-cta-row {
        position: fixed;
        left: 0; right: 0; bottom: 0;
        z-index: 1030;
        margin: 0;
        padding: .65rem .75rem calc(.65rem + env(safe-area-inset-bottom, 0px));
        background: #fff;
        border-top: 1px solid #e5e7eb;
        box-shadow: 0 -8px 24px -12px rgba(0,0,0,.18);
        transition: transform .25s ease, opacity .25s ease;
    }
    .pp-cta-row.is-hidden {
        transform: translateY(100%);
        opacity: 0;
        pointer-events: none;
    }
}
.pp-qty { display: inline-flex; align-items: center; border: 1px solid #ddd; border-radius: 10px; overflow: hidden; }
.pp-qty button { width: 38px; height: 44px; border: 0; background: transparent; font-size: 1.1rem; cursor: pointer; }
.pp-qty input { width: 42px; height: 44px; border: 0; text-align: center; font-weight: 600; outline: none; }
.pp-add-cart { flex: 1; min-height: 44px; border: 0; border-radius: 10px; background: #111; color: #fff; font-weight: 600; cursor: pointer; transition: background .15s; }
.pp-add-cart:hover { background: #2a2a2a; }
.pp-add-cart:disabled { background: #aaa; cursor: not-allowed; }
.pp-add-cart.is-loading:disabled { background: #111; cursor: wait; }
.pp-cart-add-wrap {
	flex: 1;
	min-width: 0;
}
.pp-cart-add-wrap .pp-add-cart {
	flex: 1 1 auto;
	min-width: 0;
}
.pp-cart-product-qty-link {
	min-width: 58px;
	height: 44px;
	flex-basis: auto;
	padding: 0 .75rem;
}
.pp-cart-product-qty-link svg {
	width: 18px;
	height: 18px;
}

.pp-secondary { display: flex; gap: .5rem; }
.pp-icon-btn { flex: 1; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: .35rem; background: #fff; border: 1px solid #ddd; border-radius: 10px; font-size: .82rem; color: #111; cursor: pointer; }
.pp-icon-btn svg { width: 16px; height: 16px; }
.pp-icon-btn:hover { border-color: #111; }
.pp-icon-btn.is-favorite {
	color: #dc3545;
	border-color: rgba(220, 53, 69, .32);
	background: #fff5f6;
}
.pp-icon-btn:disabled {
	opacity: .7;
	cursor: wait;
}

.pp-coupons {
	margin-top: 1rem;
}
.pp-coupons-head {
	display: flex;
	align-items: baseline;
	gap: .5rem;
	flex-wrap: wrap;
	margin-bottom: .5rem;
}
.pp-coupons-head h2 { font-size: .9rem; font-weight: 600; margin-bottom: .5rem; color: #111; }
.pp-coupons-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: .55rem;
}
.pp-coupon {
	--coupon-purple: #7b1fd1;
	--coupon-red: #e53345;
	--coupon-orange: #ff7a00;
	display: flex;
	align-items: center;
	gap: .7rem;
	min-width: 0;
	position: relative;
	overflow: hidden;
	padding: .62rem .68rem .62rem .9rem;
	border: 1px solid rgba(123, 31, 209, .18);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(255, 122, 0, .1) 0%, rgba(255,255,255,.95) 38%, rgba(123, 31, 209, .1) 100%),
		#fff;
	
}
.pp-coupon::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 5px;
	background: linear-gradient(180deg, var(--coupon-red), var(--coupon-orange) 48%, var(--coupon-purple));
}
.pp-coupon--voucher {
	--coupon-purple: #6b21c8;
	--coupon-red: #d61f69;
	--coupon-orange: #ff8a00;
	border-color: rgba(214, 31, 105, .24);
	background:
		linear-gradient(135deg, rgba(214,31,105,.11) 0%, rgba(255,255,255,.96) 42%, rgba(107,33,200,.12) 100%),
		#fff;
}
.pp-coupon-code {
	order: 2;
	flex: 0 0 auto;
	width: var(--pp-coupon-code-width, auto);
	min-width: 0;
	box-sizing: border-box;
	border: 1px solid rgba(123, 31, 209, .14);
	background: #f7f7f7;
	color: #25122d;
	min-height: 42px;
	padding: .28rem .32rem .28rem .74rem;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	gap: .38rem;
	font-family: ui-monospace, SFMono-Regular, monospace;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: 0;
	cursor: pointer;
	white-space: nowrap;
	box-shadow: 0 1px 0 rgba(255,255,255,.85) inset, 0 8px 18px rgba(123,31,209,.1);
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.pp-coupon-code::after {
	content: "Copiar";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 4.6rem;
	min-height: 34px;
	margin-left: auto;
	padding: 0 .88rem;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--coupon-purple) 0%, var(--coupon-red) 58%, var(--coupon-orange) 100%);
	color: #fff;
	font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: 0;
	box-shadow: 0 8px 16px rgba(229, 51, 69, .26);
}
.pp-coupon-code:hover {
	transform: translateY(-1px);
	border-color: rgba(229, 51, 69, .32);
	box-shadow: 0 1px 0 rgba(255,255,255,.9) inset, 0 12px 24px rgba(229,51,69,.16);
}
.pp-coupon-code.is-copied::after {
	content: "Copiado";
	background: linear-gradient(135deg, #11181C, var(--coupon-purple));
}
.pp-coupon-code svg {
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	display: block;
	color: var(--coupon-purple);
	transform: translateY(1px);
}
.pp-coupon-code span {
	max-width: 8.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pp-coupon-copy {
	order: 1;
	min-width: 0;
	flex: 1;
}
.pp-coupon-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .84rem;
	line-height: 1.25;
	font-weight: 800;
	color: #11181C;
}
.pp-coupon-meta-row {
	display: flex;
	flex-wrap: nowrap;
	gap: .35rem;
	min-width: 0;
	margin-top: .32rem;
	overflow: hidden;
}
.pp-coupon-meta-row span {
	display: inline-flex;
	align-items: center;
	flex: 0 1 auto;
	max-width: 100%;
	min-height: 20px;
	padding: .1rem .48rem;
	border-radius: 999px;
	background: rgba(255, 122, 0, .13);
	color: #9a3300;
	font-size: .66rem;
	font-weight: 800;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pp-coupon--voucher .pp-coupon-meta-row span {
	background: rgba(214, 31, 105, .12);
	color: #9f174f;
}
@media (max-width: 520px) {
	.pp-coupon {
		gap: .5rem;
		padding: .56rem .58rem .56rem .78rem;
	}
	.pp-coupon-code {
		min-height: 38px;
		padding-left: .58rem;
	}
	.pp-coupon-code::after {
		min-height: 30px;
		padding: 0 .68rem;
	}
	.pp-coupon-code span {
		max-width: 5.6rem;
	}
	.pp-coupon-text { font-size: .78rem; }
	.pp-coupon-meta-row span { font-size: .62rem; }
}

/* Alternativas (Original / Reciclado / Compatível) */
.pp-alternatives { margin-top: 1rem; }
.pp-alt-head {
    display: flex;
    align-items: baseline;
    gap: .5rem;
    flex-wrap: wrap;
    margin-bottom: .5rem;
}
.pp-alt-head h2 { font-size: .9rem; font-weight: 600; margin: 0; color: #111; }
.pp-alt-head .pp-alt-sub { font-size: .72rem; color: var(--bs-secondary-color, #6c757d); }
.pp-alt-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: .5rem;
}
.pp-alt-card {
    position: relative;
    display: block;
    padding: .65rem .75rem;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    background:
        radial-gradient(120% 80% at 0% 0%, rgba(13,110,253,.05) 0%, transparent 55%),
        linear-gradient(160deg, #ffffff 0%, #f6f8fc 100%);
    text-decoration: none;
    color: inherit;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease, background .2s ease;
}
a.pp-alt-card:hover {
    border-color: #111;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px -8px rgba(0,0,0,.18);
    background:
        radial-gradient(120% 80% at 0% 0%, rgba(13,110,253,.08) 0%, transparent 55%),
        linear-gradient(160deg, #ffffff 0%, #eef2f8 100%);
}
.pp-alt-variant {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin-bottom: .25rem;
    font-size: .7rem;
    font-weight: 600;
    color: var(--bs-secondary-color, #6c757d);
    text-transform: uppercase;
    letter-spacing: .03em;
}
.pp-alt-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.pp-alt-dot-success { background: #2a7a39; }
.pp-alt-dot-info    { background: #0d6efd; }
.pp-alt-dot-warning { background: #d99000; }
.pp-alt-name {
    font-size: .78rem;
    line-height: 1.25;
    color: #111;
    margin-bottom: .35rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pp-alt-price { font-size: 1rem; font-weight: 700; color: #111; line-height: 1.1; }
.pp-alt-price-empty { font-size: .8rem; color: var(--bs-secondary-color, #6c757d); font-weight: 500; }
.pp-alt-stock {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin-top: .25rem;
    font-size: .72rem;
    color: var(--bs-secondary-color, #6c757d);
}
.pp-alt-stock.ok { color: #2a7a39; }
.pp-alt-stock-dot { width: 6px; height: 6px; border-radius: 50%; background: #ced4da; }
.pp-alt-stock.ok .pp-alt-stock-dot {
    background: #2a7a39;
    box-shadow: 0 0 0 3px rgba(42,122,57,.15);
}

.pp-trust { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin-top: .85rem; }
@media (min-width: 768px) and (max-width: 1023px) { .pp-trust { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1280px) { .pp-trust { grid-template-columns: repeat(4, 1fr); } }
.pp-trust-item { display: flex; gap: .55rem; align-items: flex-start; padding: .65rem; border: 1px solid #eee; border-radius: 10px; }
.pp-trust-item svg { flex-shrink: 0; width: 22px; height: 22px; color: #2a7a39; }
.pp-trust-item .t-title { font-size: .8rem; font-weight: 600; color: #111; }
.pp-trust-item .t-text  { font-size: .72rem; color: #6c757d; }

/* Tabs */
.pp-tabs {  }
.pp-tabs .nav-tabs { border-bottom: 2px solid #eee; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
.pp-tabs .nav-tabs::-webkit-scrollbar { display: none; }
.pp-tabs .nav-link { white-space: nowrap; color: #6c757d; border: 0; border-bottom: 2px solid transparent; padding: .6rem 1rem; font-size: .9rem; font-weight: 500; }
.pp-tabs .nav-link.active { color: #111; border-bottom-color: #111; background: transparent; font-weight: 600; }
.pp-tabs .tab-content { padding-top: 1.25rem; line-height: 1.6; color: #333; font-size: .92rem; }
.pp-spec-table { width: 100%; }
.pp-spec-table tr:nth-child(odd) { background: #fafafa; }
.pp-spec-table th, .pp-spec-table td { padding: .55rem .85rem; font-size: .85rem; vertical-align: top; word-break: break-word; }
.pp-spec-table th { text-align: left; font-weight: 600; color: #555; width: 40%; }
.pp-spec-group { margin-bottom: 1.5rem; }
.pp-spec-group-title { font-size: .95rem; font-weight: 600; color: #111; margin: 0 0 .5rem; padding-bottom: .35rem; border-bottom: 1px solid #eee; }

/* Galeria extra (masonry) */
.pp-extra-gallery { margin-top: 2.5rem; }
.pp-extra-gallery-title {
    font-size: .7rem; font-weight: 700; color: #aaa;
    letter-spacing: .12em; text-transform: uppercase;
    margin-bottom: 1rem;
}
.pp-masonry { columns: 1; column-gap: 10px; }
@media (min-width: 768px) { .pp-masonry { columns: 2; } }
.pp-masonry-item {
    break-inside: avoid;
    margin-bottom: 10px;
    border-radius: 16px; overflow: hidden;
    cursor: zoom-in;
    display: block;
    transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease;
}
@media (max-width: 1023.98px) {
    .pp-lightbox-trigger { cursor: default; }
}
.pp-masonry-item:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -12px rgba(0,0,0,.22); }
.pp-masonry-item img { width: 100%; height: auto; display: block; object-fit: cover; }

.pp-masonry-meta {
    position: relative; overflow: hidden;
    background: #111;
    padding: 2rem 1.75rem 2.25rem;
    cursor: default;
    min-height: 160px;
    display: flex; flex-direction: column; justify-content: flex-end;
}
.pp-masonry-meta::before {
    content: '"';
    position: absolute; top: -10px; right: 16px;
    font-size: 9rem; font-weight: 900; line-height: 1;
    color: rgba(255,255,255,.05);
    pointer-events: none;
    font-family: Georgia, serif;
}
.pp-masonry-meta:hover { transform: none; box-shadow: none; }
.pp-masonry-meta .pp-masonry-meta-desc {
    font-size: 1.05rem; font-weight: 500;
    color: rgba(255,255,255,.92);
    line-height: 1.6;
    margin: 0;
    position: relative; z-index: 1;
}
.pp-masonry-meta:first-of-type {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 60%, #0f3460 100%);
}
.pp-masonry-meta:last-of-type {
    background: linear-gradient(135deg, #0f3460 0%, #533483 100%);
}

/* Downloads tab */
.pp-downloads-list { display: flex; flex-direction: column; gap: .5rem; padding: 1rem 0; }
.pp-download-item {
    display: flex; align-items: center; gap: 1rem;
    padding: .875rem 1.125rem;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: .5rem;
    color: #212529;
    transition: border-color .15s, box-shadow .15s, background .15s;
}
.pp-download-item:hover {
    border-color: #dc3545;
    box-shadow: 0 4px 16px -4px rgba(220,53,69,.15);
    background: #fff9f9;
    color: #212529;
}
.pp-download-icon {
    flex-shrink: 0; width: 44px; height: 44px;
    background: #fef2f2; border-radius: .375rem;
    display: flex; align-items: center; justify-content: center;
    color: #dc3545;
    transition: background .15s;
}
.pp-download-item:hover .pp-download-icon { background: #fcdcdc; }
.pp-download-info { flex: 1; min-width: 0; }
.pp-download-name { display: block; font-weight: 500; font-size: .9375rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-transform: capitalize; }
.pp-download-size { font-size: .78rem; color: #6c757d; }
.pp-download-action {
    flex-shrink: 0; display: flex; align-items: center; gap: .35rem;
    font-size: .8125rem; font-weight: 600; color: #dc3545;
    opacity: 0; transition: opacity .15s;
}
.pp-download-item:hover .pp-download-action { opacity: 1; }
@media (hover: none) { .pp-download-action { opacity: 1; } }

/* Sticky CTA mobile */
.pp-mobile-cta { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid #eee; padding: .55rem .75rem; z-index: 1040; box-shadow: 0 -4px 12px rgba(0,0,0,.06); display: flex; gap: .5rem; align-items: center; }
.pp-mobile-cta .price { font-weight: 700; min-width: 70px; }
.pp-mobile-cta .pp-add-cart { flex: 1; min-height: 42px; }
@media (min-width: 1024px) { .pp-mobile-cta { display: none; } }

@media (min-width: 1024px) {
    .pp-info-sticky { position: sticky; top: 90px; }
}

/* ================= USER LOGIN ================= */
.login-page {
	min-height: 100svh;
	background:
		linear-gradient(120deg, rgba(246,247,249,.98) 0%, rgba(246,247,249,.86) 45%, rgba(255,255,255,.96) 100%),
		linear-gradient(90deg, rgba(17,24,28,.05), rgba(220,53,69,.04));
	color: #11181C;
}
.login-shell {
	width: min(100%, 1180px);
	min-height: 100svh;
	margin: 0 auto;
	padding: 1rem;
	display: flex;
	flex-direction: column;
}
.login-brandbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: .35rem 0 1rem;
}
.login-logo {
	display: inline-flex;
	align-items: center;
	width: 142px;
	min-width: 0;
}
.login-logo img {
	width: 100%;
	height: auto;
	display: block;
}
.login-back-link {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	color: #4a5458;
	font-size: .86rem;
	font-weight: 700;
	text-decoration: none;
}
.login-back-link:hover { color: #11181C; }
.login-back-link svg {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	transform: translateY(2px);
}
.login-layout {
	flex: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
	gap: 1rem;
	padding: .5rem 0 1rem;
}
.login-panel {
	position: relative;
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
	padding: 1.1rem;
	border: 1px solid rgba(223,227,231,.95);
	border-radius: 8px;
	background: rgba(255,255,255,.9);
	box-shadow: 0 18px 55px -36px rgba(17,24,28,.52);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}
.login-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	border-top: 3px solid #11181C;
	pointer-events: none;
}
.login-panel-head { margin-bottom: 1.35rem; }
.login-kicker {
	display: inline-flex;
	align-items: center;
	margin-bottom: .55rem;
	color: #657676;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.login-panel h1,
.login-recover-head h2,
.login-story-content h2 {
	margin: 0;
	color: #11181C;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: 0;
}
.login-panel h1 { font-size: clamp(1.85rem, 8vw, 2.65rem); }
.login-panel-head p,
.login-recover-copy {
	margin: .75rem 0 0;
	color: #4a5458;
	font-size: .95rem;
	line-height: 1.55;
}
.login-form { display: none; }
.login-form.is-active {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.login-field {
	display: flex;
	flex-direction: column;
	gap: .42rem;
}
.login-field label {
	color: #11181C;
	font-size: .82rem;
	font-weight: 800;
}
.login-label-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
}
.login-inline-action {
	border: 0;
	background: transparent;
	color: #657676;
	font-size: .8rem;
	font-weight: 400;
	text-decoration: none;
	padding: 0;
	cursor: pointer;
}
.login-inline-action:hover { color: #11181C; }
.login-underline-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 2px 0;
	text-decoration: none;
	transition: color .15s ease;
}
.login-underline-link::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 0;
	height: 1px;
	background: currentColor;
	opacity: .5;
	transition: right .25s ease;
}
.login-underline-link:hover::after { right: 0; }
.login-switch-text a.login-underline-link:hover { text-decoration: none; }
.login-input-wrap {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 54px;
	border: 1px solid #dfe3e7;
	border-radius: 8px;
	background: #fff;
	transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.login-input-wrap:focus-within {
	border-color: #11181C;
	box-shadow: 0 0 0 .2rem rgba(17,24,28,.08);
	background: #fff;
}
.login-input-wrap > svg {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	margin-left: .9rem;
	color: #657676;
}
.login-input-wrap .form-control {
	min-height: 52px;
	border: 0;
	background: transparent;
	padding: .75rem .9rem;
	color: #11181C;
	font-weight: 600;
	box-shadow: none;
}
.login-input-wrap .form-control::placeholder {
	color: #9aa3a8;
	font-weight: 500;
}
.login-password-toggle {
	width: 44px;
	height: 44px;
	margin-right: .28rem;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #657676;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 44px;
}
.login-password-toggle span {
	position: relative;
	width: 22px;
	height: 14px;
	border: 2px solid currentColor;
	border-radius: 999px;
}
.login-password-toggle span::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: currentColor;
	transform: translate(-50%, -50%);
}
.login-password-toggle[aria-pressed="true"] span::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 28px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	transform: translate(-50%, -50%) rotate(-35deg);
}
.login-password-toggle:hover { color: #11181C; background: #f6f7f9; }
.login-options {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	color: #4a5458;
	font-size: .86rem;
}
.login-options .form-check-input {
	width: 1.05rem;
	height: 1.05rem;
	border-color: #c6cbd1;
}
.login-options .form-check-input:checked {
	background-color: #11181C;
	border-color: #11181C;
}
.login-options .form-check-input:focus {
	border-color: #11181C;
	box-shadow: 0 0 0 .18rem rgba(17,24,28,.08);
}
.login-feedback {
	padding: .78rem .9rem;
	border-radius: 8px;
	font-size: .86rem;
	font-weight: 600;
	line-height: 1.4;
}
.login-feedback-error {
	border: 1px solid rgba(180, 35, 24, .18);
	background: #fff1f1;
	color: #b42318;
}
.login-feedback-success {
	border: 1px solid rgba(42, 122, 57, .18);
	background: #e8f6ec;
	color: #1f6c32;
}
.login-form.was-validated .login-input-wrap:has(.form-control:invalid) {
	border-color: #dc3545;
	box-shadow: 0 0 0 .18rem rgba(220,53,69,.08);
}
.login-submit {
	min-height: 54px;
	width: 100%;
	border: 0;
	background: #11181C;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .65rem;
	padding: .85rem 1rem;
	font-size: .95rem;
	font-weight: 800;
	transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.login-submit:disabled {
	opacity: .88;
	cursor: wait;
}
.login-submit.is-loading::before {
	content: "";
	width: 1rem;
	height: 1rem;
	flex: 0 0 1rem;
	border: 2px solid rgba(255,255,255,.38);
	border-top-color: #fff;
	border-radius: 50%;
	animation: loginSubmitSpin .7s linear infinite;
}
@keyframes loginSubmitSpin {
	to { transform: rotate(360deg); }
}
.login-submit svg {
	width: 23px;
	height: 23px;
	flex: 0 0 23px;
	transform: translateY(2px);
}
.login-submit:hover {
	background: #333d42;
	box-shadow: 0 14px 28px -20px rgba(17,24,28,.7);
	transform: translateY(-1px);
}
.login-submit:active { transform: translateY(0); }
.login-switch-text {
	margin: .2rem 0 0;
	color: #657676;
	font-size: .9rem;
	text-align: center;
}
.login-switch-text a {
	color: #11181C;
	font-weight: 800;
	text-decoration: none;
}
.login-switch-text a:hover { text-decoration: underline; text-underline-offset: 3px; }
.login-recover-head {
	display: flex;
	align-items: flex-start;
	gap: .85rem;
}
.login-recover-head h2 { font-size: 1.55rem; }
.login-round-action {
	width: 42px;
	height: 42px;
	border: 1px solid #dfe3e7;
	border-radius: 50%;
	background: #fff;
	color: #11181C;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
}
.login-round-action svg {
	width: 24px;
	height: 24px;
	transform: translateY(2px);
}
.login-round-action:hover { background: #f6f7f9; }
.login-story {
	display: none;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	background: #11181C;
	color: #fff;
	min-height: 620px;
	border: 1px solid rgba(255,255,255,.1);
	box-shadow: 0 24px 70px -45px rgba(17,24,28,.9);
	isolation: isolate;
}
.login-story-media {
	position: absolute;
	inset: 0;
}
.login-story-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.82) contrast(1.04);
	opacity: .56;
	transform: scale(1.035);
}
.login-story-content {
	position: relative;
	z-index: 1;
	min-height: 620px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: .95rem;
	padding: 2rem;
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(17,24,28,.74) 0%, rgba(17,24,28,.32) 42%, rgba(17,24,28,.94) 100%),
		linear-gradient(180deg, rgba(255,255,255,.1) 0%, rgba(255,255,255,0) 34%),
		linear-gradient(90deg, rgba(9,189,63,.2), rgba(245,177,76,.12));
}
.login-story:not(.signup-story) .login-story-content::before {
	content: "";
	position: absolute;
	inset: 1rem;
	z-index: 0;
	border: 1px solid rgba(255,255,255,.11);
	border-radius: 8px;
	pointer-events: none;
}
.login-story:not(.signup-story) .login-story-content::after {
	content: "";
	position: absolute;
	top: 1rem;
	right: 1rem;
	bottom: 1rem;
	width: 38%;
	z-index: 0;
	background:
		linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.09)),
		repeating-linear-gradient(135deg, rgba(255,255,255,.1) 0 1px, rgba(255,255,255,0) 1px 12px);
	opacity: .22;
	pointer-events: none;
}
.login-story:not(.signup-story) .login-story-content > * {
	position: relative;
	z-index: 1;
}
.login-story-cta {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	margin-bottom: auto;
	padding: .8rem .85rem .8rem 1rem;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 8px;
	background: rgba(17,24,28,.46);
	box-shadow: 0 18px 40px -28px rgba(0,0,0,.85);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}
.login-story-cta p {
	margin: 0;
	color: rgba(255,255,255,.78);
	font-size: .83rem;
	font-weight: 700;
	line-height: 1.25;
}
.login-story-register {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .45rem;
	min-height: 40px;
	flex: 0 0 auto;
	padding: .62rem .9rem;
	background: #fff;
	color: #11181C;
	font-size: .82rem;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 14px 28px -22px rgba(255,255,255,.9);
	transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.login-story-register svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	transform: translateY(1px);
}
.login-story-register:hover {
	background: #e9fbe7;
	color: #11181C;
	box-shadow: 0 16px 32px -22px rgba(9,189,63,.9);
	transform: translateY(-1px);
}
.login-story-register:focus-visible {
	outline: 3px solid rgba(255,255,255,.55);
	outline-offset: 3px;
}
.login-story-badge {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	margin-bottom: .15rem;
	padding: .52rem .78rem;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 999px;
	background: rgba(17,24,28,.42);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	color: rgba(255,255,255,.92);
	font-size: .78rem;
	font-weight: 800;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.login-story-badge svg {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	color: #f5b14c;
}
.login-story-content h2 {
	max-width: 420px;
	color: #fff;
	font-size: clamp(2.1rem, 4vw, 2.9rem);
	text-shadow: 0 18px 38px rgba(0,0,0,.38);
}
.login-benefits {
	display: grid;
	gap: .72rem;
	margin-top: .55rem;
}
.login-benefit {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	align-items: center;
	gap: .82rem;
	padding: .78rem;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 8px;
	background: rgba(17,24,28,.42);
	box-shadow:
		inset 3px 0 0 rgba(9,189,63,.78),
		0 18px 34px -32px rgba(0,0,0,.85);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}
.login-benefit span {
	width: 46px;
	height: 46px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.94);
	color: #11181C;
	box-shadow: 0 10px 24px -18px rgba(255,255,255,.9);
}
.login-benefit svg {
	width: 23px;
	height: 23px;
}
.login-benefit p {
	margin: 0;
	color: rgba(255,255,255,.88);
	font-size: .88rem;
	line-height: 1.38;
}
.signup-layout .signup-story {
	min-height: 0;
	background: #11181C;
}
.signup-layout .signup-story .login-story-content {
	min-height: 0;
	justify-content: flex-start;
	gap: 0;
	padding: 1.35rem;
	background: linear-gradient(145deg, rgba(17,24,28,.98), rgba(51,61,66,.96));
}
.signup-layout .signup-story h2 {
	font-size: clamp(1.65rem, 4vw, 2.15rem);
}
.signup-layout .signup-story p {
	max-width: 32rem;
	margin: .85rem 0 0;
	color: rgba(255,255,255,.86);
	font-size: .94rem;
	line-height: 1.55;
}
.signup-consent {
	display: grid;
	grid-template-columns: 1.1rem minmax(0, 1fr);
	gap: .65rem;
	align-items: start;
	color: #4a5458;
	font-size: .86rem;
	line-height: 1.45;
}
.signup-consent .form-check-input {
	width: 1.05rem;
	height: 1.05rem;
	margin: .12rem 0 0;
	border-color: #c6cbd1;
}
.signup-consent .form-check-input:checked {
	background-color: #11181C;
	border-color: #11181C;
}
.signup-consent .form-check-input:focus {
	border-color: #11181C;
	box-shadow: 0 0 0 .18rem rgba(17,24,28,.08);
}
.login-form.was-validated .signup-consent .form-check-input:invalid {
	border-color: #dc3545;
	box-shadow: 0 0 0 .18rem rgba(220,53,69,.08);
}

@media (min-width: 640px) {
	.login-shell { padding: 1.35rem; }
	.login-panel { padding: 1.45rem; }
}

@media (min-width: 1024px) {
	.login-shell { padding: 1.5rem; }
	.login-layout {
		grid-template-columns: minmax(420px, 500px) minmax(0, 1fr);
		gap: 1.25rem;
	}
	.login-panel {
		max-width: none;
		padding: 2rem;
	}
	.login-story { display: block; }
	.login-layout:not(.signup-layout) {
		align-items: stretch;
		align-content: start;
	}
	.signup-layout {
		grid-template-columns: minmax(600px, 1fr) minmax(260px, 340px);
		align-items: stretch;
	}
	.signup-layout .login-panel,
	.signup-layout .signup-story {
		height: 100%;
	}
	.signup-layout .signup-story .login-story-content {
		height: 100%;
	}
}

@media (min-width: 1280px) {
	.login-layout { gap: 1.5rem; }
	.signup-layout { grid-template-columns: minmax(700px, 1fr) minmax(280px, 340px); }
	.login-panel { padding: 2.25rem; }
	.login-story-content { padding: 2.4rem; }
	.signup-layout .signup-story .login-story-content { padding: 1.55rem; }
}

@media (max-width: 420px) {
	.login-brandbar { align-items: flex-start; }
	.login-logo { width: 128px; }
	.login-back-link {
		flex-shrink: 0;
		font-size: .82rem;
		white-space: nowrap;
	}
	.login-panel { padding: 1rem; }
	.login-panel h1 { font-size: 1.75rem; }
	.login-label-row {
		align-items: flex-start;
		flex-direction: column;
		gap: .15rem;
	}
}

/* ================= USER ACCOUNT ================= */
.account-hero,
.account-stat,
.account-action,
.account-page section {
	border-radius: 8px;
}
.account-action {
	transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.account-action:hover {
	border-color: #c1c5ca !important;
	transform: translateY(-1px);
	box-shadow: 0 16px 36px -30px rgba(17,24,28,.6);
}
.account-action-icon {
	width: 44px;
	height: 44px;
	border-radius: 8px;
	background: #f6f7f9;
	color: #11181C;
}
.account-action-icon svg {
	width: 22px;
	height: 22px;
}
.account-favorites-grid .product-card {
	width: 100%;
	max-width: none;
	height: 100%;
}
.sales-doc-note-line {
	color: #11181C;
}
.sales-doc-note-item {
	border-top: 0;
	border-bottom: 0;
}
.sales-doc-lines {
	display: flex;
	flex-direction: column;
}
.sales-doc-lines-head,
.sales-doc-product-line {
	grid-template-columns: minmax(92px, .64fr) minmax(0, 1.7fr) minmax(54px, .32fr) minmax(92px, .56fr) minmax(82px, .5fr) minmax(92px, .56fr);
	gap: .75rem;
	align-items: center;
}
.picking-lines-head,
.picking-product-line {
	grid-template-columns: minmax(0, 2.3fr) minmax(54px, .35fr) minmax(92px, .65fr) minmax(82px, .55fr) minmax(92px, .65fr);
	gap: .75rem;
	align-items: center;
}
.pending-lines-head,
.pending-product-line {
	grid-template-columns: minmax(0, 2.1fr) minmax(120px, .75fr) minmax(110px, .7fr) minmax(110px, .7fr) minmax(92px, .55fr);
	gap: .75rem;
	align-items: center;
}
.sales-doc-lines-head {
	padding: .65rem 0;
	border-bottom: 1px solid #eef1f3;
	color: #657676;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.sales-doc-product-line {
	display: grid;
	padding: .85rem 0;
	border-bottom: 1px solid #eef1f3;
}
.picking-product-line {
	display: grid;
	padding: .85rem 0;
	border-bottom: 1px solid #eef1f3;
}
.pending-product-line {
	display: grid;
	padding: .85rem 0;
	border-bottom: 1px solid #eef1f3;
}
.picking-product-image {
	width: 64px;
	height: 64px;
	border: 1px solid #eceef1;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	overflow: hidden;
	color: #11181C;
}
.picking-product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 7px;
}
.sales-doc-product-main {
	min-width: 0;
}
@media (max-width: 767.98px) {
	.pending-product-line,
	.picking-product-line,
	.sales-doc-product-line {
		grid-template-columns: 1fr;
		gap: .35rem;
		padding: .9rem 0;
	}
	.pending-product-line > div:not(:first-child),
	.picking-product-line > div:not(:first-child),
	.sales-doc-product-line > div {
		display: flex;
		justify-content: space-between;
		gap: 1rem;
		text-align: right;
	}
	.sales-doc-product-main {
		display: block !important;
		text-align: left !important;
	}
	.sales-doc-product-main > span {
		display: block;
		margin-bottom: .2rem;
	}
}
.sales-doc-meta {
	border-top: 1px solid #eef1f3;
	padding-top: 1rem;
}
.sales-doc-meta-box {
	padding: 1rem;
	border-radius: 8px;
	background: #f6f7f9;
	color: #11181C;
}
.sales-doc-meta-box > span {
	display: block;
	margin-bottom: .45rem;
	color: #657676;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.sales-doc-meta-box strong,
.sales-doc-meta-box small {
	display: block;
}
.sales-doc-meta-box small {
	margin-top: .25rem;
	color: #657676;
}
/* ================= OFFERS PAGE ================= */
.offers-hero-copy {
	padding: 1.5rem;
	border-radius: 1rem;
	background: #f6f7f9;
	border: 1px solid #eceef1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.offers-title {
	font-size: 2.35rem;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 .75rem;
	color: #11181C;
}
.offers-lead {
	max-width: 46rem;
	margin: 0;
	font-size: 1rem;
	line-height: 1.55;
	color: #4a5458;
}
.offers-hero--compact .offers-hero-copy {
	padding: 1rem 1.15rem;
	height: 100%;
	min-height: 132px;
}
.offers-hero--compact .offers-title {
	font-size: 2rem;
	margin-bottom: .45rem;
}
.offers-hero--compact .offers-lead {
	line-height: 1.4;
}
.offers-hero--compact .offers-hero-banner {
	height: 100%;
	min-height: 132px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.offers-hero--compact .offers-hero-banner .site-banner-image {
	height: 100%;
	object-fit: cover;
}
@media (min-width: 992px) {
	.offers-hero--compact .offers-hero-copy,
	.offers-hero--compact .offers-hero-banner {
		height: 150px;
	}
}
.offers-pill {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	padding: .45rem .75rem;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #e4e7eb;
	font-size: .82rem;
	color: #4a5458;
}
.offers-pill strong {
	color: #11181C;
}
.offers-hero-banner,
.offers-middle-banner,
.offers-mobile-banner {
	overflow: hidden;
	border-radius: 1rem;
	background: #fff;
	border: 1px solid #eceef1;
}
.offers-hero-banner .site-banner-image,
.offers-middle-banner .site-banner-image,
.offers-mobile-banner .site-banner-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.offers-banner-fallback {
	min-height: 260px;
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: .35rem;
	background: linear-gradient(135deg, #11181C 0%, #303a40 100%);
	color: #fff;
}
.offers-banner-fallback span {
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: rgba(255,255,255,.72);
}
.offers-banner-fallback strong {
	font-size: 1.45rem;
	line-height: 1.1;
}
.offers-banner-fallback small {
	color: rgba(255,255,255,.7);
}
.offers-filters {
	position: sticky;
	top: 5.5rem;
}
.offers-products-grid .product-card {
	width: 100%;
	max-width: none;
	height: 100%;
}
.offers-products-grid .product-body {
	min-width: 0;
}
.offers-products-grid .product-badge + .product-badge,
#offers-featured-scroll .product-badge + .product-badge,
#new-products-featured-scroll .product-badge + .product-badge {
	top: 2.15rem;
}
.offers-middle-banner {
	max-height: 180px;
}
.offers-middle-banner .site-banner-image {
	max-height: 180px;
}
@media (min-width: 768px) {
	.offers-title {
		font-size: 3.25rem;
	}
	.offers-hero-copy {
		padding: 2rem;
	}
}
@media (max-width: 991.98px) {
	.offers-filters {
		position: static;
	}
}
/* ================= FOOTER CART ================= */
.cart-footer {
	color: #11181C;
	margin-top: 2rem;
}
.cart-footer-band {
	background: #f6f7f9;
	border-top: 1px solid #eceef1;
}
.cart-footer .section-title {
	font-size: 1.55rem;
}
.cart-footer .section-title::after {
	width: 44px;
}
.cart-footer-card,
.cart-footer-panel {
	height: 100%;
	background: #fff;
	border: 1px solid #eceef1;
	border-radius: 1rem;
}
.cart-footer-card {
	padding: 1rem;
}
.cart-footer-card-compact {
	display: flex;
	align-items: flex-start;
	gap: .75rem;
	padding: .8rem;
}
.cart-footer-panel {
	padding: 1.15rem 1rem;
}
.cart-footer-card-icon {
	width: 44px;
	height: 44px;
	border-radius: .9rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f6f7f9;
	border: 1px solid #eceef1;
	color: #11181C;
	margin-bottom: .9rem;
}
.cart-footer-card-icon svg {
	width: 22px;
	height: 22px;
	color: currentColor;
}
.cart-footer-card-compact .cart-footer-card-icon {
	width: 36px;
	height: 36px;
	border-radius: .75rem;
	margin-bottom: 0;
}
.cart-footer-card-compact .cart-footer-card-icon svg {
	width: 18px;
	height: 18px;
}
.cart-footer-card-title {
	font-size: .98rem;
	font-weight: 700;
	margin-bottom: .35rem;
	color: #11181C;
}
.cart-footer-card-text {
	font-size: .86rem;
	line-height: 1.45;
	color: #657676;
}
.cart-footer-divider {
	height: 1px;
	background: #d9dee3;
}
.cart-payment-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 54px;
	height: 32px;
	padding: 0 .8rem;
	border-radius: 999px;
	border: 1px solid #d8dde3;
	background: #fff;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .05em;
	color: #11181C;
}
@media (min-width: 992px) {
	.cart-footer {
		margin-top: 3rem;
	}
	.cart-footer-card {
		padding: 1.15rem;
	}
	.cart-footer-card-compact {
		padding: .9rem;
	}
	.cart-footer-panel {
		padding: 1.35rem 1.25rem;
	}
}

/* ============================================================
 * SHOP LIST  (family / sub-family browse pages)
 * ============================================================ */
.shop-list-header .section-title {
	font-size: 1.6rem;
	font-weight: 700;
}

.shop-list-filters {
	border: 1px solid #eceef1;
	border-radius: .75rem;
	padding: 1rem 1rem .25rem;
	background: #fff;
	position: sticky;
	top: 1rem;
}
@media (max-width: 991.98px) {
	.shop-list-filters { position: static; }
}

.shop-list-facet {
	border-top: 1px solid #f0f1f3;
	padding: .75rem 0;
}
.shop-list-facet:first-of-type { border-top: 0; padding-top: .25rem; }

.shop-list-facet-title {
	cursor: pointer;
	list-style: none;
	font-weight: 600;
	font-size: .9rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .25rem 0;
}
.shop-list-facet-title::-webkit-details-marker { display: none; }
.shop-list-facet-title::after {
	content: '';
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	margin-right: .25rem;
	transition: transform .18s ease;
	opacity: .5;
}
.shop-list-facet[open] > .shop-list-facet-title::after { transform: rotate(-135deg); }

.shop-list-facet-body {
	padding: .5rem 0 .25rem;
	max-height: 280px;
	overflow-y: auto;
}

.shop-list-check {
	display: flex;
	align-items: center;
	gap: .5rem;
	padding: .25rem .25rem;
	border-radius: .375rem;
	cursor: pointer;
	font-size: .9rem;
	user-select: none;
}
.shop-list-check:hover { background: #f7f8fa; }
.shop-list-check-label { flex-grow: 1; }
.shop-list-check-count {
	font-size: .75rem;
	color: #6c757d;
	background: #f1f3f5;
	border-radius: 999px;
	padding: 1px 8px;
}

.shop-list-toolbar {
	border-bottom: 1px solid #eceef1;
	padding-bottom: .5rem;
}

.shop-list-grid .product-card {
	width: 100%;
	max-width: none;
	height: 100%;
}

.product-free-shipping {
	display: flex;
	align-items: center;
	gap: .22rem;
	min-width: 0;
	max-width: 100%;
	min-height: 1.35rem;
	overflow: hidden;
	line-height: 1;
}

.product-free-shipping .icon-small {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	margin-right: 0 !important;
}

.product-free-shipping .small {
	display: block;
	min-width: 0;
	font-size: .72rem;
	line-height: 1.05;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-free-shipping .product-shipping-free {
	flex: 0 0 auto;
	font-weight: 700;
}

.product-free-shipping .product-delivery-label {
	flex: 1 1 auto;
}

.product-card-horizontal .product-free-shipping {
	min-height: 1.1rem;
}

.product-card-horizontal .product-free-shipping .icon-small {
	width: 16px;
	height: 16px;
	flex-basis: 16px;
}

.product-card-horizontal .product-free-shipping .small {
	font-size: .7rem;
}

@media (max-width: 360px) {
	.product-free-shipping {
		gap: .16rem;
	}
	.product-free-shipping .icon-small {
		width: 15px;
		height: 15px;
		flex-basis: 15px;
	}
	.product-free-shipping .small {
		font-size: .68rem;
	}
}

/* Boolean attribute filter — iOS-style toggle */
.shop-list-facet-bool {
	border-top: 1px solid #f0f1f3;
	padding: .75rem 0;
}
.shop-list-bool {
	display: flex;
	align-items: center;
	gap: .65rem;
	cursor: pointer;
	margin: 0;
	user-select: none;
}
.shop-list-bool-input {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.shop-list-bool-track {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	width: 36px;
	height: 20px;
	padding: 2px;
	background: #d6dbe1;
	border-radius: 999px;
	transition: background-color .18s ease;
}
.shop-list-bool-knob {
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(15, 23, 42, .25);
	transform: translateX(0);
	transition: transform .18s ease;
}
.shop-list-bool-input:checked + .shop-list-bool-track { background: #0f172a; }
.shop-list-bool-input:checked + .shop-list-bool-track .shop-list-bool-knob { transform: translateX(16px); }
.shop-list-bool-input:focus-visible + .shop-list-bool-track {
	box-shadow: 0 0 0 3px rgba(13, 110, 253, .25);
}
.shop-list-bool-label {
	flex-grow: 1;
	font-size: .9rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: .35rem;
}
.shop-list-bool-label .shop-list-check-count { font-weight: 600; }

/* ============================================================
 * PRICE RANGE  (dual-handle slider for the shop list filter)
 * ============================================================ */
.price-range {
	padding: .25rem 4px 0;
}

.price-range-track {
	position: relative;
	height: 36px;
	margin: .25rem 0 .25rem;
}

.price-range-track::before {
	content: '';
	position: absolute;
	left: 0; right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 4px;
	background: #eef0f3;
	border-radius: 999px;
}

.price-range-fill {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 4px;
	background: #0f172a;
	border-radius: 999px;
	pointer-events: none;
}

/* Both range inputs sit on top of each other; pointer-events only on the thumb. */
.price-range-slider {
	position: absolute;
	left: 0; right: 0;
	top: 0;
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 0;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	pointer-events: none;
	z-index: 3;
}

/* Native track invisible. We give it the SAME 4px height as the visible line so the
 * browser centres the thumb on that 4px band — which sits exactly on top of our line. */
.price-range-slider::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	background: transparent;
	height: 4px;
	border: none;
}
.price-range-slider::-moz-range-track {
	background: transparent;
	height: 4px;
	border: none;
}

/* Thumbs sit centred on the 4px native track, which is itself centred in the 36px slider.
 * Result: each circle is overlaid right on top of the price line. */
.price-range-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #0f172a;
	box-shadow: 0 2px 6px rgba(15, 23, 42, .18);
	cursor: grab;
	pointer-events: auto;
	transition: transform .12s ease, box-shadow .15s ease;
	margin-top: -9px; /* (track 4px − thumb 22px) / 2 → vertical centre on the line */
}
.price-range-slider::-moz-range-thumb {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #0f172a;
	box-shadow: 0 2px 6px rgba(15, 23, 42, .18);
	cursor: grab;
	pointer-events: auto;
	transition: transform .12s ease, box-shadow .15s ease;
	/* Firefox auto-centres the thumb on the track, no margin-top required */
}

.price-range-slider:hover::-webkit-slider-thumb,
.price-range-slider:focus::-webkit-slider-thumb { transform: scale(1.08); }
.price-range-slider:hover::-moz-range-thumb,
.price-range-slider:focus::-moz-range-thumb     { transform: scale(1.08); }

.price-range-slider:focus-visible::-webkit-slider-thumb {
	box-shadow: 0 0 0 4px rgba(13, 110, 253, .25);
}
.price-range-slider:focus-visible::-moz-range-thumb {
	box-shadow: 0 0 0 4px rgba(13, 110, 253, .25);
}

.price-range-slider:active::-webkit-slider-thumb { cursor: grabbing; }
.price-range-slider:active::-moz-range-thumb     { cursor: grabbing; }

.price-range-slider:focus { outline: none; }

/* Bounds */
.price-range-bounds {
	display: flex;
	justify-content: space-between;
	font-size: .75rem;
	color: #94a3b8;
	letter-spacing: .02em;
	padding: 0 2px;
	margin-bottom: .85rem;
}

/* Inputs */
.price-range-inputs {
	display: flex;
	align-items: flex-end;
	gap: .5rem;
}

.price-range-input {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: .25rem;
	margin: 0;
	min-width: 0;
}

.price-range-input-label {
	font-size: .7rem;
	color: #94a3b8;
	text-transform: uppercase;
	letter-spacing: .04em;
	padding-left: .15rem;
}

.price-range-input-field {
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #d6dbe1;
	border-radius: .55rem;
	background: #fff;
	transition: border-color .15s ease, box-shadow .15s ease;
}
.price-range-input-field:focus-within {
	border-color: #0f172a;
	box-shadow: 0 0 0 3px rgba(15, 23, 42, .08);
}

.price-range-input-field input {
	flex: 1;
	min-width: 0;
	border: 0;
	background: transparent;
	padding: .4rem .6rem;
	font-size: .95rem;
	font-weight: 600;
	color: #1f2937;
	outline: none;
	-moz-appearance: textfield;
}
.price-range-input-field input::-webkit-outer-spin-button,
.price-range-input-field input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.price-range-input-unit {
	padding-right: .55rem;
	color: #94a3b8;
	font-weight: 600;
	font-size: .85rem;
}

.price-range-input-sep {
	color: #cbd2da;
	font-weight: 600;
	padding-bottom: .45rem;
	user-select: none;
}

/* ============================================================
 * SHOP PAGINATION
 * ============================================================ */
.shop-pagination {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .5rem;
	margin-top: .5rem;
}

.shop-pagination-list {
	list-style: none;
	margin: 0;
	padding: .35rem;
	display: inline-flex;
	align-items: center;
	gap: .25rem;
	background: #fff;
	border: 1px solid #eceef1;
	border-radius: 999px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}

.shop-pagination-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.shop-pagination-gap {
	width: 1.75rem;
	height: 2.25rem;
	color: #94a3b8;
	font-weight: 600;
	user-select: none;
	letter-spacing: .05em;
}

.shop-pagination-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	height: 2.25rem;
	padding: 0 .65rem;
	border-radius: 999px;
	font-size: .9rem;
	font-weight: 600;
	color: #1f2937;
	text-decoration: none;
	background: transparent;
	border: 0;
	transition: background-color .15s ease, color .15s ease, transform .12s ease, box-shadow .15s ease;
	cursor: pointer;
}

.shop-pagination-btn:hover,
.shop-pagination-btn:focus-visible {
	background: #f1f5f9;
	color: #0f172a;
	text-decoration: none;
	outline: none;
}

.shop-pagination-btn:active {
	transform: translateY(1px);
}

.shop-pagination-btn:focus-visible {
	box-shadow: 0 0 0 3px rgba(13, 110, 253, .25);
}

.shop-pagination-btn.is-active {
	background: #0f172a;
	color: #fff;
	box-shadow: 0 4px 10px rgba(15, 23, 42, .18);
	cursor: default;
}
.shop-pagination-btn.is-active:hover {
	background: #0f172a;
	color: #fff;
}

.shop-pagination-btn.is-disabled {
	color: #cbd2da;
	background: transparent;
	cursor: not-allowed;
	pointer-events: none;
}

.shop-pagination-nav .shop-pagination-btn {
	min-width: 2.25rem;
	padding: 0;
}

.shop-pagination-nav svg {
	width: 1rem;
	height: 1rem;
	display: block;
}

.shop-pagination-meta {
	margin: 0;
	font-size: .8rem;
	color: #6c757d;
	letter-spacing: .01em;
}

@media (max-width: 575.98px) {
	.shop-pagination-list { padding: .25rem; gap: .15rem; }
	.shop-pagination-btn { min-width: 2rem; height: 2rem; font-size: .85rem; padding: 0 .5rem; }
	.shop-pagination-gap { width: 1.5rem; height: 2rem; }
}

/* ── Mobile inline search bar ─────────────────────────────── */
.mobile-search-bar {
	border-top: 1px solid #e9ecef;
}

/* ── Site menu offcanvas: slide from bottom on mobile ─────── */
#siteMenuOffcanvas {
	transition: transform 0.3s ease-in-out !important;
	will-change: transform;
}

/* Categorias do menu — 2 colunas balanceadas (packing server-side, sem JS) */
#siteMenuOffcanvas .menu-categories-grid {
	display: flex;
	gap: 1rem;
}
#siteMenuOffcanvas .menu-categories-col {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
#siteMenuOffcanvas .menu-categories-item {
	display: block;
}
/* On <md, override geometry + transform so it slides up from the bottom. */
@media (max-width: 767.98px) {
	#siteMenuOffcanvas.offcanvas-start {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		height: 100dvh;
		border-right: 0;
		border-top: 1px solid var(--bs-offcanvas-border-color);
		border-radius: 0;
		transform: translateY(100%);
	}
	#siteMenuOffcanvas.offcanvas-start.show:not(.hiding),
	#siteMenuOffcanvas.offcanvas-start.showing {
		transform: translateY(0);
	}
}

/* On md+, keep rounded corners with a floating panel feel. */
@media (min-width: 768px) {
	#siteMenuOffcanvas.offcanvas-start {
		margin: 0.75rem 0 0.75rem 0.5rem;
		border-radius: 1rem;
	}
}

/* ── Product search ───────────────────────────────────────────────────── */

/* Mobile search bar fixa, posicionada LOGO ABAIXO do mobile-header.
   O mobile-header é sticky-top (top:0, z-index 1020); fixamos a barra em
   top:60px com z-index abaixo, para nunca tapar os ícones do header. */
.search-mobile-bar {
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 1019;
	background: #fff;
	padding: 0.5rem 0.75rem;
	
}
/* Compensa a altura do bar fixo (≈60px), para o conteúdo não ficar tapado. */
@media (max-width: 767.98px) {
	.shop-search { padding-top: 60px; }
}
.search-mobile-bar .search-input {
	padding: 8px 22px;
	padding-right: 48px;
	border-radius: 24px;
	font-weight: 700;
}
.search-mobile-bar .search-icon-btn {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	border: 0;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--bs-secondary, #6c757d);
}
.search-mobile-bar .search-icon-btn:focus { outline: none; }

/* Mobile actions bar (filtros + ordenar) — só em <lg.
   Layout via utilities Bootstrap: d-flex justify-content-between align-items-center.
   Filtro à esquerda, ordenar à direita. */
.shop-list-mobile-actions {
	min-height: 44px;
}

/* Sidebar de filtros sticky em desktop — coluna esquerda mantém-se visível
   enquanto a grid faz scroll. Em mobile o filtro é collapse normal.
   Aplica-se tanto à listagem (.shop-list) como à pesquisa (.shop-search). */
@media (min-width: 992px) {
	.shop-list aside.col-lg-3,
	.shop-search aside.col-lg-3 {
		position: sticky;
		top: 6rem; /* abaixo do bg-header sticky-top */
		align-self: flex-start;
		max-height: calc(100vh - 7rem);
		overflow-y: auto;
		scrollbar-width: thin;
		scrollbar-color: rgba(0, 0, 0, 0.18) transparent;
		padding-right: 0.25rem;
	}
	.shop-list aside.col-lg-3::-webkit-scrollbar,
	.shop-search aside.col-lg-3::-webkit-scrollbar {
		width: 6px;
	}
	.shop-list aside.col-lg-3::-webkit-scrollbar-thumb,
	.shop-search aside.col-lg-3::-webkit-scrollbar-thumb {
		background: rgba(0, 0, 0, 0.18);
		border-radius: 3px;
	}
	.shop-list aside.col-lg-3::-webkit-scrollbar-track,
	.shop-search aside.col-lg-3::-webkit-scrollbar-track {
		background: transparent;
	}
}
.shop-list-action-btn {
	position: relative;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid var(--bs-border-color, #dee2e6);
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--bs-body-color, #212529);
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.06s ease;
	padding: 0;
}
.shop-list-action-btn:hover,
.shop-list-action-btn:focus-visible {
	background: var(--bs-light, #f8f9fa);
	border-color: var(--bs-secondary-bg-subtle, #c2c5c8);
	outline: none;
}
.shop-list-action-btn:active { transform: scale(0.97); }
.shop-list-action-btn[aria-expanded="true"] {
	background: var(--bs-dark, #212529);
	border-color: var(--bs-dark, #212529);
	color: #fff;
}
.shop-list-action-btn svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.shop-list-action-badge {
	position: absolute;
	top: -3px;
	right: -3px;
	background: var(--bs-primary, #0d6efd);
	color: #fff;
	font-size: 0.7rem;
	font-weight: 700;
	min-width: 18px;
	height: 18px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	line-height: 1;
}
.shop-list-sort-menu {
	min-width: 220px;
	padding: 0.4rem;
	border-radius: 12px;
	border-color: var(--bs-border-color, #dee2e6);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.shop-list-sort-menu .dropdown-item {
	border-radius: 8px;
	padding: 0.5rem 0.75rem;
	font-size: 0.9rem;
}
.shop-list-sort-menu .dropdown-item.active,
.shop-list-sort-menu .dropdown-item:active {
	background: var(--bs-dark, #212529);
	color: #fff;
}

/* Pesquisa: bloco de impressoras compatíveis. */
.search-printers-trigger {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.7rem 1rem;
	background: #fff;
	border: 1px solid var(--bs-border-color, #dee2e6);
	border-radius: 12px;
	color: var(--bs-body-color, #212529);
	font-size: 0.95rem;
	transition: background 0.15s ease, border-color 0.15s ease;
}
.search-printers-trigger:hover,
.search-printers-trigger[aria-expanded="true"] {
	background: var(--bs-light, #f8f9fa);
	border-color: var(--bs-primary, #0d6efd);
}
.search-printers-trigger svg.icon {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	color: var(--bs-primary, #0d6efd);
}
.search-printers-trigger > span { flex: 1; text-align: left; }
.search-printers-trigger-chevron {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	color: var(--bs-secondary, #6c757d);
	transition: transform 0.2s ease;
}
.search-printers-trigger[aria-expanded="true"] .search-printers-trigger-chevron {
	transform: rotate(90deg);
}

.search-printers-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 1rem;
}
.search-printer-card {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	padding: 0.5rem;
	border: 1px solid transparent;
	border-radius: 10px;
	color: var(--bs-body-color, #212529);
	text-decoration: none;
	text-align: center;
	transition: border-color 0.15s ease, background 0.15s ease;
}
.search-printer-card:hover {
	border-color: var(--bs-border-color, #dee2e6);
	background: #fafbfc;
	color: var(--bs-body-color, #212529);
}
.search-printer-card-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #f5f6f7 center / contain no-repeat;
	border-radius: 8px;
}
.search-printer-card-placeholder {
	width: 38%;
	height: 38%;
	color: #c2c5c8;
	fill: currentColor;
}
.search-printer-card-name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	font-size: 0.8rem;
	line-height: 1.3;
	color: var(--bs-secondary, #6c757d);
	min-height: 2.2em;
}

/* Tendências atuais — chips simples no empty-state da pesquisa. */
.search-trending {
	max-width: 900px;
	margin: 1.5rem auto 0;
	padding: 0 1rem;
}
.search-trending-header {
	text-align: center;
	margin-bottom: 1.25rem;
}
.search-trending-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--bs-body-color, #212529);
	margin: 0;
	line-height: 1.2;
}
.search-trending-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
}
.search-trending-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.5rem 0.95rem;
	border: 1px solid var(--bs-border-color, #dee2e6);
	border-radius: 999px;
	background: #fff;
	color: var(--bs-body-color, #212529);
	text-decoration: none;
	font-size: 0.875rem;
	line-height: 1.2;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.search-trending-chip:hover,
.search-trending-chip:focus-visible {
	background: var(--bs-light, #f8f9fa);
	border-color: var(--bs-primary, #0d6efd);
	color: var(--bs-body-color, #212529);
	outline: none;
}
.search-trending-chip-icon {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	color: var(--bs-secondary, #6c757d);
}
.search-trending-chip:hover .search-trending-chip-icon {
	color: var(--bs-primary, #0d6efd);
}

/* Spinner overlay shown while a search request is in-flight. */
.search-spinner-overlay {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.65);
	backdrop-filter: blur(2px);
	z-index: 1080;
	pointer-events: none;
}
.search-spinner-overlay.is-active { display: flex; }
.search-spinner-overlay .spinner-border { width: 2.25rem; height: 2.25rem; }

/* ================= ACCOUNT DASHBOARD ================= */
.account-shell {
	background:
		linear-gradient(to bottom, #ffffff 0, rgba(255, 255, 255, 0) 160px),
		linear-gradient(to top, #ffffff 0, rgba(255, 255, 255, 0) 160px),
		#f4f6f8;
}
.account-sidebar {
	background: #ffffff;
	border-radius: 16px;
	border: 1px solid #eef1f3;
	box-shadow: 0 1px 0 rgba(17, 24, 28, .03), 0 14px 36px -32px rgba(17, 24, 28, .18);
	padding: 1rem;
	width: 100%;
}
.account-sidebar.sticky-top {
	z-index: 1019;
}
.account-sidebar-profile {
	padding: .25rem .25rem .85rem;
	border-bottom: 1px solid #eef1f3;
	margin-bottom: .75rem;
}
.account-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: linear-gradient(135deg, #e8ecf1, #d8e0ea);
	color: #11181C;
	font-weight: 700;
	font-size: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	letter-spacing: .02em;
}
.account-sidebar-nav { gap: .15rem; }
.account-sidebar-item {
	display: flex !important;
	align-items: center;
	gap: .75rem;
	width: 100%;
	padding: .65rem .8rem;
	border-radius: 10px;
	background: transparent;
	color: #4a5562;
	border: 0;
	font-weight: 500;
	text-align: left;
	transition: background .18s ease, color .18s ease;
}
.account-sidebar-item:hover {
	background: #f4f6f9;
	color: #11181C;
}
.account-sidebar-item:focus-visible {
	outline: 2px solid #0d6efd;
	outline-offset: 2px;
}
.account-sidebar-item.active {
	background: #eaf2ff;
	color: #0d6efd;
	font-weight: 600;
}
.account-sidebar-icon {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.account-sidebar-icon svg {
	width: 20px;
	height: 20px;
}
.account-sidebar-chevron {
	width: 14px;
	height: 14px;
	margin-left: auto;
	opacity: .35;
	flex-shrink: 0;
}
.account-sidebar-item.active .account-sidebar-chevron { opacity: .85; }
.account-sidebar-foot {
	padding-top: .75rem;
	margin-top: .75rem;
	border-top: 1px solid #eef1f3;
}
.account-sidebar-foot .btn svg { width: 18px; height: 18px; }

@media (min-width: 992px) {
	.account-sidebar.sticky-top {
		top: 1rem;
		max-height: none;
		overflow: visible;
	}
	.offcanvas-lg.account-offcanvas {
		position: static;
		visibility: visible;
		background: transparent;
		width: auto;
		transform: none;
		border: 0;
		box-shadow: none;
	}
	.offcanvas-lg.account-offcanvas .offcanvas-body { padding: 0; overflow: visible; }
}
@media (min-width: 992px) and (max-height: 820px) {
	.account-sidebar {
		padding: .65rem;
		border-radius: 12px;
	}
	.account-sidebar-profile {
		padding: 0 .15rem .5rem;
		margin-bottom: .45rem;
	}
	.account-avatar {
		width: 34px;
		height: 34px;
		font-size: .85rem;
	}
	.account-sidebar-nav { gap: .05rem; }
	.account-sidebar-item {
		gap: .5rem;
		padding: .42rem .55rem;
		border-radius: 8px;
		font-size: .84rem;
	}
	.account-sidebar-icon {
		width: 20px;
		height: 20px;
	}
	.account-sidebar-icon svg {
		width: 17px;
		height: 17px;
	}
	.account-sidebar-foot {
		padding-top: .45rem;
		margin-top: .45rem;
	}
	.account-sidebar-foot .btn {
		padding-top: .38rem;
		padding-bottom: .38rem;
		font-size: .84rem;
	}
}
@media (max-width: 991.98px) {
	.offcanvas-lg.account-offcanvas { width: 100vw !important; max-width: 100vw !important; }
	.account-sidebar { box-shadow: none; border-radius: 0; border: 0; height: 100%; position: static !important; }

	.account-mobile-menu-wrap {
		position: sticky;
		top: 0;
		z-index: 1030;
		margin-left: -.75rem;
		margin-right: -.75rem;
		padding: .5rem .75rem;
		background: rgba(255, 255, 255, .92);
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		box-shadow: 0 1px 0 rgba(17, 24, 28, .06);
	}
	.account-mobile-menu-wrap .account-mobile-menu-btn { margin: 0; }
}

.account-main { min-width: 0; }

.account-card {
	background: #ffffff;
	border: 1px solid #eef1f3;
	border-radius: 16px;
	box-shadow: 0 1px 0 rgba(17, 24, 28, .03), 0 14px 36px -32px rgba(17, 24, 28, .18);
}
.account-welcome {
	background: linear-gradient(135deg, #ffffff 0%, #eef4fc 100%);
	border-color: #e3ebf6;
}
.account-eyebrow {
	display: inline-block;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #657676;
	margin-bottom: .35rem;
}
.account-section-title {
	font-size: 1.35rem;
	font-weight: 700;
	color: #11181C;
	margin: 0;
	letter-spacing: -.01em;
}
.account-section-title.h6 {
	font-size: 1rem;
	font-weight: 700;
}
@media (max-width: 575.98px) {
	.account-section-title { font-size: 1.2rem; }
}

.account-stat-link {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
	transition: transform .18s ease;
}
.account-stat-link:hover,
.account-stat-link:focus-visible {
	color: inherit;
	transform: translateY(-1px);
}
.account-stat-link:hover .account-stat-card {
	border-color: #d6e4fb;
	box-shadow: 0 1px 0 rgba(17, 24, 28, .03), 0 18px 44px -32px rgba(17, 24, 28, .28);
}
.account-stat-card .account-stat-icon {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.account-stat-card .account-stat-icon svg { width: 18px; height: 18px; }

.icon-soft-primary { background: #eaf2ff; color: #0d6efd; }
.icon-soft-success { background: #e6f6ec; color: #1e8e3e; }
.icon-soft-warning { background: #fff4dc; color: #b06a00; }
.icon-soft-info    { background: #e6f3f7; color: #0c7d99; }
.icon-soft-danger  { background: #fdeaea; color: #c13c3c; }
.icon-soft-muted   { background: #eef1f3; color: #4a5562; }
.icon-soft-points  { background: #fff4dc; color: #b07b00; }

.account-info-tile {
	display: flex;
	align-items: center;
	gap: .85rem;
	padding: .9rem 1rem;
	background: #f8fafc;
	border-radius: 12px;
	border: 1px solid #eef1f3;
}
.account-info-icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.account-info-icon svg { width: 20px; height: 20px; }

.account-status-badge {
	display: inline-flex;
	align-items: center;
	font-size: .72rem;
	font-weight: 600;
	padding: .3rem .65rem;
	border-radius: 999px;
	letter-spacing: .02em;
}
.account-status-badge.text-bg-success   { background-color: #e6f6ec !important; color: #1e6b34 !important; }
.account-status-badge.text-bg-warning   { background-color: #fff4dc !important; color: #8a4f00 !important; }
.account-status-badge.text-bg-primary   { background-color: #eaf2ff !important; color: #0a4ec5 !important; }
.account-status-badge.text-bg-secondary { background-color: #eef1f3 !important; color: #4a5562 !important; }
.account-status-badge.text-bg-light     { background-color: #f4f6f9 !important; color: #4a5562 !important; }
.account-status-badge.text-bg-danger    { background-color: #fdeaea !important; color: #b32d2e !important; }

.account-quick-action {
	display: flex;
	align-items: center;
	gap: .8rem;
	padding: .75rem .9rem;
	border-radius: 12px;
	border: 1px solid #eef1f3;
	background: #fff;
	color: #11181C;
	text-decoration: none;
	transition: background .18s ease, transform .18s ease, border-color .18s ease, color .18s ease;
}
.account-quick-action:hover,
.account-quick-action:focus-visible {
	background: #f4f8ff;
	border-color: #d6e4fb;
	transform: translateY(-1px);
	color: #0d6efd;
}
.account-quick-action svg { width: 20px; height: 20px; flex-shrink: 0; }
.account-quick-action span { font-weight: 500; flex-grow: 1; min-width: 0; }
.account-quick-chev { opacity: .4; width: 14px !important; height: 14px !important; }

.account-empty-state {
	background: #f8fafc;
	border: 1px dashed #d8e0ea;
	border-radius: 12px;
	padding: 1.25rem;
}

.account-preference-row {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	background: #f8fafc;
	border: 1px solid #eef1f3;
	border-radius: 12px;
}
.account-preference-switch {
	display: flex;
	align-items: center;
	gap: .55rem;
	margin: 0;
	padding-left: 0;
	white-space: nowrap;
}
.account-preference-switch .form-check-input {
	width: 2.8rem;
	height: 1.45rem;
	margin: 0;
	cursor: pointer;
}
.account-preference-actions {
	flex: 0 0 auto;
}
@media (max-width: 767.98px) {
	.account-preference-row {
		align-items: stretch;
		flex-direction: column;
		gap: .85rem;
		padding: .9rem;
	}
	.account-preference-row > .d-flex {
		gap: .75rem !important;
	}
	.account-preference-row .account-info-icon {
		width: 36px;
		height: 36px;
	}
	.account-preference-row p strong {
		overflow-wrap: anywhere;
	}
	.account-preference-switch {
		justify-content: space-between;
		width: 100%;
		padding-top: .8rem;
		border-top: 1px solid #eef1f3;
	}
	.account-preference-actions .btn {
		width: 100%;
	}
}

.account-address-card {
	border: 1px solid #eef1f3;
	box-shadow: none;
	border-radius: 12px;
}

.account-danger-zone {
	border-color: #f5d2d2;
	background: linear-gradient(180deg, #ffffff, #fff8f8);
}
.account-danger-zone .account-section-title { color: #b32d2e; }
.account-danger-zone .account-eyebrow.text-danger { color: #b32d2e !important; }

.account-main .nav-link.account-sidebar-item:focus { box-shadow: none; }
.account-main .table > :not(caption) > * > * { background: transparent; }

.account-main .tab-pane:focus,
.account-main .tab-pane:focus-visible,
.account-main .tab-pane:target {
	outline: none;
	box-shadow: none;
}

.account-main .btn svg,
.account-card .btn svg,
.account-sidebar-foot .btn svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}
.account-main .btn,
.account-card .btn,
.account-sidebar-foot .btn {
	font-weight: 500;
}

.account-products-table-wrap {
	max-height: 560px;
	overflow-y: auto;
	border-radius: 10px;
}
.account-products-table {
	font-size: .82rem;
	font-weight: 400;
}
.account-products-table thead {
	position: sticky;
	top: 0;
	background: #ffffff;
	z-index: 1;
}
.account-products-table thead th {
	font-size: .68rem;
	letter-spacing: .08em;
	font-weight: 600;
	border-bottom: 1px solid #eef1f3 !important;
}
.account-products-table tbody td {
	font-weight: 400;
	padding-top: .55rem;
	padding-bottom: .55rem;
}
.account-products-table tbody tr:last-child td { border-bottom: 0; }
.account-products-cart-icon {
	width: 14px;
	height: 14px;
}

.account-toast-icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}
.account-mobile-menu-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.account-tab-loader {
	min-height: 240px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.account-tab-loader .spinner-border {
	width: 2rem;
	height: 2rem;
	border-width: .2em;
}
.toast-container .toast {
	border-radius: 12px;
	box-shadow: 0 14px 36px -18px rgba(17, 24, 28, .35);
}

.account-badge-vip {
	background: linear-gradient(135deg, #f7e08c 0%, #d4a534 100%);
	color: #5a3a06;
	border: 1px solid #d4a534;
	font-weight: 700;
	letter-spacing: .02em;
	padding: .35rem .7rem;
	box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 4px 10px -6px rgba(212,165,52,.6);
}
.account-badge-vip-icon svg {
	width: 14px;
	height: 14px;
	color: #5a3a06;
}


/* Prevent layout shift on links that grow bolder on :hover (global a:hover { font-weight: 500 } in bs.css). */
.doc-line-link { display: inline-block; max-width: 100%; }
.doc-line-link::after {
	content: attr(data-text);
	display: block;
	font-weight: 500;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	pointer-events: none;
}

/* ============================================================
   Checkout — shop_checkout.php
   ============================================================ */
.checkout-container { padding-bottom: 96px; } /* room for the mobile bottom bar */
@media (min-width: 992px) { .checkout-container { padding-bottom: 24px; } }

.checkout-progress {
	--checkout-progress-active: #11181C;
	--checkout-progress-complete: #198754;
	--checkout-progress-muted: #dfe4e8;
	background: #fff;
	border: 1px solid #e8ecef;
	border-radius: 12px;
	padding: 16px 18px 14px;
}
.checkout-progress-steps {
	--checkout-progress-bullet-size: 34px;
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: .5rem;
	align-items: start;
}
.checkout-progress-steps::before,
.checkout-progress-steps::after {
	content: "";
	position: absolute;
	top: calc(var(--checkout-progress-bullet-size) / 2);
	left: calc(100% / 6);
	right: calc(100% / 6);
	height: 3px;
	border-radius: 999px;
	z-index: 0;
	transform: translateY(-50%);
}
.checkout-progress-steps::before { background: var(--checkout-progress-muted); }
.checkout-progress-steps::after {
	background: var(--checkout-progress-complete);
	transform: translateY(-50%) scaleX(var(--checkout-progress-fill, 0));
	transform-origin: left center;
	transition: transform .2s ease;
}
.checkout-progress-step {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	min-width: 0;
}
.checkout-progress-node {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	width: 100%;
	max-width: 160px;
	min-width: 0;
	padding: 0 4px;
	color: #657676;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
}
a.checkout-progress-node:hover { color: var(--checkout-progress-active); }
a.checkout-progress-node:focus-visible {
	outline: 2px solid rgba(17, 24, 28, .22);
	outline-offset: 4px;
}
.checkout-progress-bullet {
	width: var(--checkout-progress-bullet-size);
	height: var(--checkout-progress-bullet-size);
	border: 2px solid var(--checkout-progress-muted);
	border-radius: 50%;
	background: #fff;
	color: #657676;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: .8rem;
	line-height: 1;
	box-shadow: 0 0 0 5px #fff;
	transition: background .15s ease, border-color .15s ease, color .15s ease, transform .15s ease;
}
a.checkout-progress-node:hover .checkout-progress-bullet { transform: translateY(-1px); }
.checkout-progress-check {
	width: 17px;
	height: 17px;
	color: currentColor;
}
.checkout-progress-label {
	display: block;
	max-width: 100%;
	min-width: 0;
	line-height: 1.2;
}
.checkout-progress-kicker {
	display: block;
	margin-bottom: 2px;
	color: #8b969a;
	font-size: .64rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.checkout-progress-title {
	display: block;
	color: inherit;
	font-size: .84rem;
	font-weight: 700;
	overflow-wrap: anywhere;
}
.checkout-progress-step.is-current .checkout-progress-bullet {
	background: var(--checkout-progress-active);
	border-color: var(--checkout-progress-active);
	color: #fff;
}
.checkout-progress-step.is-current .checkout-progress-title { color: var(--checkout-progress-active); }
.checkout-progress-step.is-done .checkout-progress-bullet {
	background: var(--checkout-progress-complete);
	border-color: var(--checkout-progress-complete);
	color: #fff;
}
.checkout-progress-step.is-done .checkout-progress-title { color: var(--checkout-progress-active); }
.checkout-progress-step.is-current.is-done .checkout-progress-bullet {
	box-shadow: 0 0 0 5px #fff, 0 0 0 7px rgba(25, 135, 84, .18);
}
@media (max-width: 575.98px) {
	.checkout-progress {
		padding: 12px 10px;
		border-radius: 10px;
	}
	.checkout-progress-steps {
		--checkout-progress-bullet-size: 30px;
		column-gap: .25rem;
	}
	.checkout-progress-node {
		gap: 6px;
		padding: 0 2px;
	}
	.checkout-progress-kicker { display: none; }
	.checkout-progress-title { font-size: .72rem; }
	.checkout-progress-bullet {
		font-size: .72rem;
		box-shadow: 0 0 0 4px #fff;
	}
}

.checkout-card { cursor: pointer; transition: border-color .15s ease, box-shadow .15s ease, background .15s ease; }
.checkout-card:hover { border-color: #888 !important; }
.checkout-card.is-selected { border-color: #000 !important; box-shadow: 0 0 0 1px #000; background: #fafafa; }

.checkout-carrier-card {
	position: relative;
	min-height: 108px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
	text-align: left;
}

.checkout-carrier-logo {
	width: 128px;
	min-height: 72px;
	flex: 0 0 128px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .75rem .9rem;
	border-radius: 8px;
	background: #f8fafb;
	border: 1px solid #eef1f3;
}

.checkout-carrier-logo img {
	display: block;
	width: 100%;
	max-width: 104px;
	height: 52px;
	object-fit: contain;
}

.checkout-carrier-copy {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	padding-right: 2rem;
}

.checkout-carrier-name {
	color: #11181C;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.1;
	text-transform: uppercase;
}

.checkout-carrier-desc {
	margin-top: .28rem;
	color: #11181C;
	font-size: .92rem;
	font-weight: 700;
	line-height: 1.2;
}

.checkout-carrier-note {
	margin-top: .18rem;
	color: #657676;
	font-size: .78rem;
	line-height: 1.25;
}

.checkout-carrier-check {
	position: absolute;
	top: .55rem;
	right: .55rem;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #11181C;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: scale(.8);
	transition: opacity .15s ease, transform .15s ease;
}

.checkout-carrier-check svg {
	width: 14px;
	height: 14px;
}

.checkout-carrier-card.is-selected .checkout-carrier-check {
	opacity: 1;
	transform: scale(1);
}

@media (max-width: 420px) {
	.checkout-carrier-card {
		gap: .75rem;
		padding-right: 2.4rem !important;
	}
	.checkout-carrier-logo {
		width: 96px;
		flex-basis: 96px;
		padding: .6rem;
	}
	.checkout-carrier-logo img {
		max-width: 82px;
		height: 42px;
	}
	.checkout-carrier-copy {
		padding-right: 0;
	}
	.checkout-carrier-desc {
		font-size: .84rem;
	}
	.checkout-carrier-note {
		font-size: .72rem;
	}
}

.checkout-payment-logo {
	width: 64px;
	height: 44px;
	flex: 0 0 64px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #11181C;
	overflow: visible;
}

.checkout-payment-logo-svg {
	display: block;
	width: 38px;
	height: 38px;
	max-width: 100%;
	max-height: 100%;
	color: currentColor;
	fill: currentColor;
}

.checkout-payment-logo--multibanco .checkout-payment-logo-svg,
.checkout-payment-logo--mbway .checkout-payment-logo-svg,
.checkout-payment-logo--paypal .checkout-payment-logo-svg,
.checkout-payment-logo--klarna .checkout-payment-logo-svg {
	width: 58px;
	height: 44px;
	fill: initial;
	transform: scale(1.18);
}

.checkout-payment-logo--payment_therminal .checkout-payment-logo-svg {
	width: 40px;
	height: 40px;
}

.checkout-success-icon {
	width: 54px;
	height: 54px;
	min-width: 54px;
	flex: 0 0 54px;
	aspect-ratio: 1 / 1;
}

.checkout-success-icon .icon-small {
	width: 26px;
	height: 26px;
	flex: 0 0 26px;
}

.checkout-bottom-bar {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 1040;
	background: #fff; border-top: 1px solid #eaeaea; padding: 10px 16px;
	box-shadow: 0 -4px 14px rgba(0,0,0,.06);
}
@media (min-width: 992px) { .checkout-bottom-bar { display: none; } }

.checkout-summary-card .section-eyebrow { color: #888; font-size: 12px; text-transform: uppercase; letter-spacing: .5px; }

.mbway-countdown-card {
	--mbway-accent: #b66b00;
	--mbway-progress-deg: 360deg;
	--mbway-progress-pct: 100%;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	grid-template-areas:
		"ring copy"
		"ring track";
	align-items: center;
	gap: 6px 10px;
	min-width: 220px;
	max-width: 100%;
	padding: 8px 10px;
	border: 1px solid rgba(182, 107, 0, .2);
	border-radius: 12px;
	background: #fff7df !important;
	color: #11181C !important;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.65);
}
.mbway-countdown-card.text-bg-danger {
	--mbway-accent: #dc3545;
	border-color: rgba(220, 53, 69, .22);
	background: #fff1f2 !important;
	color: #11181C !important;
}
.mbway-countdown-ring {
	grid-area: ring;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: conic-gradient(var(--mbway-accent) var(--mbway-progress-deg), #e9edf0 0);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.mbway-countdown-ring-core {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(17, 24, 28, .08);
}
.mbway-countdown-copy {
	grid-area: copy;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: .75rem;
	min-width: 0;
	line-height: 1.05;
}
.mbway-countdown-label {
	color: #657676;
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	white-space: nowrap;
}
.mbway-countdown-time {
	color: var(--mbway-accent);
	font-size: 1.08rem;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}
.mbway-countdown-track {
	grid-area: track;
	height: 5px;
	overflow: hidden;
	border-radius: 999px;
	background: #e9edf0;
}
.mbway-countdown-track-fill {
	display: block;
	width: var(--mbway-progress-pct);
	height: 100%;
	border-radius: inherit;
	background: var(--mbway-accent);
	transition: width .25s ease;
}
@media (max-width: 575.98px) {
	.mbway-countdown-card {
		flex: 1 1 100%;
		width: 100%;
		margin-left: 0 !important;
	}
}

/* Dropshipping address history typeahead (step 1) */
.dropship-history-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1050;
	max-height: 280px;
	overflow-y: auto;
	margin-top: 4px;
}
.dropship-history-item {
	display: block;
	width: 100%;
	text-align: left;
	padding: 10px 14px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #f0f0f0;
	cursor: pointer;
}
.dropship-history-item:hover,
.dropship-history-item:focus { background: #f7f7f7; outline: 0; }
.dropship-history-item:last-child { border-bottom: 0; }

/* Contact page */
.contact-page {
	background:
		linear-gradient(to bottom, #ffffff 0, rgba(255, 255, 255, 0) 160px),
		linear-gradient(to top, #ffffff 0, rgba(255, 255, 255, 0) 160px),
		#f4f6f8;
	color: #11181c;
}
.contact-hero {
	padding: 2rem 0 1.25rem;
}
.contact-hero-grid {
	display: grid;
	gap: 1rem;
}
.contact-title {
	position: relative;
	margin: 0 0 .85rem;
	padding-bottom: .6rem;
	font-size: clamp(2rem, 10vw, 3.7rem);
	font-weight: 850;
	line-height: .95;
}
.contact-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 36px;
	height: 3px;
	border-radius: 3px;
	background: #11181c;
}
.contact-lead {
	max-width: 43rem;
	margin: 0;
	color: #4f5f61;
	font-size: 1rem;
}
.contact-hero-panel,
.contact-card {
	border: 1px solid rgba(17, 24, 28, .08);
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 14px 35px rgba(17, 24, 28, .06);
}
.contact-hero-panel {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: .75rem;
	align-items: center;
	padding: 1rem;
}
.contact-hero-icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: #11181c;
	color: #fff;
}
.contact-hero-icon svg {
	width: 28px;
	height: 28px;
}
.contact-hero-panel strong {
	display: block;
	font-size: 1rem;
}
.contact-hero-panel span {
	color: #667274;
	font-size: .85rem;
}
.contact-shell {
	padding-top: 1rem;
	padding-bottom: 3rem;
}
.contact-layout {
	display: grid;
	gap: 1rem;
}
.contact-main,
.contact-side {
	display: grid;
	gap: 1rem;
	align-content: start;
}
.contact-card {
	padding: 1rem;
}
.contact-card-header {
	margin-bottom: 1rem;
}
.contact-card-header h2 {
	margin: 0 0 .35rem;
	font-size: 1.25rem;
	font-weight: 850;
}
.contact-card-header p {
	margin: 0;
	color: #657676;
	line-height: 1.55;
}
.contact-form-grid {
	display: grid;
	gap: 1rem;
}
.contact-form-message {
	grid-column: 1 / -1;
}
.contact-form .form-control,
.contact-form .form-select {
	min-height: 46px;
	border-color: #dfe6e6;
	border-radius: .85rem;
	background-color: #f9fbfb;
	font-weight: 600;
}
.contact-form textarea.form-control {
	min-height: 160px;
	font-weight: 500;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
	border-color: #11181c;
	box-shadow: 0 0 0 .2rem rgba(17, 24, 28, .08);
}
.contact-hp {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.contact-feedback {
	margin-top: 1rem;
}
.contact-form-footer {
	display: grid;
	gap: .85rem;
	align-items: center;
	margin-top: 1.1rem;
}
.contact-form-footer p {
	margin: 0;
	color: #657676;
	font-size: .86rem;
	line-height: 1.45;
}
.contact-form-footer .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .45rem;
	min-height: 46px;
}
.contact-form-footer .btn svg {
	width: 18px;
	height: 18px;
}
.contact-success-card {
	display: grid;
	place-items: center;
	min-height: 360px;
	padding: 2rem 1rem;
	text-align: center;
}
.contact-success-icon {
	display: grid;
	place-items: center;
	width: 84px;
	height: 84px;
	margin-bottom: 1.1rem;
	border-radius: 24px;
	background: #eef4f2;
	color: #11181c;
}
.contact-success-icon svg {
	width: 42px;
	height: 42px;
}
.contact-success-card h2 {
	margin: 0 0 .55rem;
	font-size: clamp(1.45rem, 6vw, 2rem);
	font-weight: 850;
}
.contact-success-card p {
	width: 100%;
	max-width: 52rem;
	margin: 0;
	color: #657676;
	font-size: 1rem;
	line-height: 1.55;
}
.contact-success-card p svg {
	width: 20px;
	height: 20px;
	margin-left: .25rem;
	color: #11181c;
	vertical-align: -4px;
}
.contact-map {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border-radius: .9rem;
	background: #eef1f3;
}
.contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
.contact-map-place {
	position: absolute;
	left: .85rem;
	right: .85rem;
	bottom: .85rem;
	display: flex;
	flex-direction: column;
	gap: .1rem;
	max-width: 340px;
	padding: .75rem .85rem;
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: .85rem;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 12px 30px rgba(17, 24, 28, .14);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	pointer-events: none;
}
.contact-map-place strong {
	color: #11181c;
	font-size: .98rem;
	line-height: 1.2;
}
.contact-map-place span {
	color: #657676;
	font-size: .8rem;
	line-height: 1.25;
}
.contact-map-link {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	margin-top: .85rem;
	color: #11181c;
	font-weight: 700;
	text-decoration: none;
}
.contact-map-link:hover {
	text-decoration: underline;
}
.contact-map-link svg {
	width: 18px;
	height: 18px;
}
.contact-actions {
	display: grid;
	gap: .65rem;
}
.contact-action {
	display: flex;
	align-items: center;
	gap: .85rem;
	min-height: 64px;
	padding: .75rem;
	border: 1px solid #eef1f3;
	border-radius: .85rem;
	background: #fff;
	color: #11181c;
	text-decoration: none;
	transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.contact-action:hover,
.contact-action:focus-visible {
	border-color: #d6e0e6;
	background: #f8fafc;
	color: #11181c;
	transform: translateY(-1px);
	outline: 0;
}
.contact-action svg {
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	color: #657676;
}
.contact-action span {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.contact-action strong {
	font-size: .94rem;
	line-height: 1.2;
}
.contact-action small {
	margin-top: .15rem;
	color: #657676;
	font-size: .8rem;
	line-height: 1.25;
}
.contact-action-whatsapp {
	border-color: #cfeedd;
	background: #f2fbf6;
	color: #0d3b23;
}
.contact-action-whatsapp svg,
.contact-action-whatsapp small {
	color: #0d3b23;
}
.contact-address-card address {
	margin: 0;
	color: #4f5f61;
	line-height: 1.65;
}

@media (min-width: 768px) {
	.contact-hero {
		padding: 1rem 0 1rem;
	}
	.contact-hero-grid {
		grid-template-columns: minmax(0, 1fr) 320px;
		align-items: end;
	}
	.contact-lead {
		font-size: 1.1rem;
	}
	.contact-card {
		padding: 1.25rem;
	}
	.contact-form-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.contact-form-footer {
		grid-template-columns: minmax(0, 1fr) auto;
	}
}

@media (min-width: 1024px) {
	.contact-shell {
		padding-top: 1.5rem;
	}
	.contact-layout {
		grid-template-columns: minmax(0, 1fr) 360px;
		align-items: start;
	}
	.contact-side {
		position: sticky;
		top: 96px;
	}
}

/* Support FAQ */
.faq-page {
	background:
		linear-gradient(to bottom, #ffffff 0, rgba(255, 255, 255, 0) 160px),
		linear-gradient(to top, #ffffff 0, rgba(255, 255, 255, 0) 160px),
		#f4f6f8;
	color: #11181c;
}
.faq-hero {
	padding: 2rem 0 1.25rem;
	background: transparent;
}
.faq-hero-grid {
	display: grid;
	gap: 1rem;
}
.faq-title {
	margin: 0 0 .85rem;
	padding-bottom: .6rem;
	font-size: clamp(2rem, 10vw, 3.7rem);
	font-weight: 850;
	line-height: .95;
	position: relative;
}
.faq-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 36px;
	height: 3px;
	border-radius: 3px;
	background: #11181c;
}
.faq-lead {
	max-width: 42rem;
	margin: 0;
	color: #4f5f61;
	font-size: 1rem;
}
.faq-hero-panel {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: .75rem;
	align-items: center;
	padding: 1rem;
	border: 1px solid rgba(17, 24, 28, .08);
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 14px 35px rgba(17, 24, 28, .08);
}
.faq-hero-icon {
	grid-row: span 2;
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: #11181c;
	color: #fff;
}
.faq-hero-icon svg {
	width: 28px;
	height: 28px;
}
.faq-hero-stat strong {
	display: block;
	font-size: 1.85rem;
	line-height: 1;
}
.faq-hero-stat span,
.faq-hero-meta {
	color: #667274;
	font-size: .85rem;
}
.faq-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: .35rem .85rem;
}
.faq-shell {
	padding-top: 1rem;
	padding-bottom: 3rem;
}
.faq-search-card {
	margin-bottom: 1rem;
	padding: .9rem;
	border: 1px solid rgba(17, 24, 28, .08);
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 10px 30px rgba(17, 24, 28, .06);
}
.faq-search-label {
	display: block;
	margin-bottom: .45rem;
	color: #657676;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.faq-search-box {
	display: flex;
	align-items: center;
	gap: .65rem;
	min-height: 48px;
	padding: 0 .75rem;
	border: 1px solid #dfe6e6;
	border-radius: .85rem;
	background: #f9fbfb;
}
.faq-search-box svg {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	color: #657676;
}
.faq-search-box input {
	width: 100%;
	min-width: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #11181c;
	font-weight: 600;
}
.faq-search-box button,
.faq-search-box a {
	display: grid;
	place-items: center;
	padding: .25rem;
	border: 0;
	background: transparent;
	color: #657676;
	text-decoration: none;
}
.faq-search-box button[hidden],
.faq-search-box a[hidden] {
	display: none;
}
.faq-layout {
	display: grid;
	gap: 1rem;
}
.faq-nav {
	display: flex;
	gap: .5rem;
	overflow: auto;
	padding: .1rem 0 .25rem;
	scrollbar-width: none;
}
.faq-nav::-webkit-scrollbar {
	display: none;
}
.faq-nav-item {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .5rem;
	min-width: 150px;
	max-width: 240px;
	padding: .55rem .75rem;
	border: 1px solid #dfe6e6;
	border-radius: 999px;
	background: #fff;
	color: #11181c;
	font-size: .85rem;
	font-weight: 700;
	text-decoration: none;
}
.faq-nav-item span {
	display: flex;
	align-items: center;
	gap: .4rem;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.faq-nav-item svg {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
}
.faq-nav-item em {
	color: #657676;
	font-size: .78rem;
	font-style: normal;
}
.faq-nav-item.active {
	border-color: #11181c;
	background: #11181c;
	color: #fff;
}
.faq-nav-item.active em {
	color: rgba(255, 255, 255, .72);
}
.faq-content {
	min-width: 0;
	transition: opacity .16s ease;
}
.faq-content.is-loading {
	opacity: .55;
	pointer-events: none;
}
.faq-results-line {
	margin: .15rem 0 .75rem;
	color: #657676;
	font-size: .85rem;
	font-weight: 700;
}
.faq-intro {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.25rem;
	border: 1px solid rgba(17, 24, 28, .08);
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 10px 24px rgba(17, 24, 28, .045);
}
.faq-intro-icon {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: #eef1f3;
	color: #11181c;
}
.faq-intro-icon svg {
	width: 22px;
	height: 22px;
}
.faq-intro h2 {
	margin: 0 0 .35rem;
	font-size: 1.15rem;
	font-weight: 850;
}
.faq-intro p {
	margin: 0;
	color: #657676;
	line-height: 1.55;
}
.faq-category {
	margin-bottom: 1rem;
}
.faq-category-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: .65rem;
}
.faq-category-header h2 {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 850;
}
.faq-category-header > span {
	color: #657676;
	font-size: .82rem;
	white-space: nowrap;
}
.faq-accordion {
	display: grid;
	gap: .65rem;
}
.faq-item {
	overflow: hidden;
	border: 1px solid rgba(17, 24, 28, .08) !important;
	border-radius: 1rem !important;
	background: #fff;
	box-shadow: 0 10px 24px rgba(17, 24, 28, .045);
}
.faq-item + .faq-item {
	border-top: 1px solid rgba(17, 24, 28, .08) !important;
}
.faq-item .accordion-button {
	gap: .75rem;
	padding: .9rem;
	background: #fff;
	color: #11181c;
	box-shadow: none;
}
.faq-item .accordion-button:not(.collapsed) {
	background: #f3f7f6;
	color: #11181c;
}
.faq-item .accordion-button::after {
	flex-shrink: 0;
}
.faq-question-icon {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 12px;
	background: #eef4f2;
	color: #11181c;
}
.faq-question-icon svg {
	width: 19px;
	height: 19px;
}
.faq-item .accordion-button strong {
	display: block;
	font-size: .96rem;
	font-weight: 800;
	line-height: 1.25;
}
.faq-item .accordion-button small {
	color: #657676;
	font-size: .75rem;
	font-weight: 700;
}
.faq-answer {
	color: #384548;
	font-size: .94rem;
	line-height: 1.65;
}
.faq-answer p:last-child,
.faq-answer ul:last-child,
.faq-answer ol:last-child {
	margin-bottom: 0;
}
.faq-answer a {
	color: #11181c;
	font-weight: 700;
}
.faq-updated {
	margin-top: 1rem;
	color: #7b8789;
	font-size: .78rem;
	font-weight: 700;
}
.faq-answer-foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .45rem .85rem;
	margin-top: 1rem;
	color: #7b8789;
	font-size: .78rem;
	font-weight: 300;
}
.faq-answer-foot a {
	color: #11181c;
	text-decoration: none;
}
.faq-answer-foot a:hover {
	text-decoration: underline;
}
.faq-empty {
	padding: 2rem 1rem;
	border: 1px solid rgba(17, 24, 28, .08);
	border-radius: 1rem;
	background: #fff;
	text-align: center;
}
.faq-empty > svg {
	width: 42px;
	height: 42px;
	margin-bottom: .75rem;
	color: #657676;
}
.faq-contact {
	display: grid;
	gap: 1rem;
	margin-top: 1.25rem;
	padding: 1.25rem;
	border-radius: 1rem;
	background: #11181c;
	color: #fff;
}
.faq-contact .section-eyebrow {
	color: #aebaba;
}
.faq-contact h2 {
	margin: 0 0 .35rem;
	font-size: 1.35rem;
	font-weight: 850;
}
.faq-contact p {
	margin: 0;
	color: #d7dddd;
}
.faq-contact-actions {
	display: grid;
	gap: .65rem;
}
.faq-contact .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .45rem;
}
.faq-contact .btn svg {
	width: 18px;
	height: 18px;
}
.faq-contact .btn-dark {
	border-color: #fff;
	background: #fff;
	color: #11181c;
}
.faq-contact .btn-dark:hover {
	border-color: #d7dddd;
	background: #d7dddd;
	color: #11181c;
}
.faq-contact .btn-outline-dark {
	border-color: rgba(255, 255, 255, .35);
	color: #fff;
}
.faq-contact .btn-outline-dark:hover {
	background: #fff;
	color: #11181c;
}

@media (min-width: 768px) {
	.faq-hero {
		padding: 0.5rem 0 0rem;
	}
	.faq-hero-grid {
		grid-template-columns: minmax(0, 1fr) 320px;
		align-items: end;
	}
	.faq-lead {
		font-size: 1.1rem;
	}
	.faq-search-card {
		margin-bottom: 1.4rem;
		padding: 1rem;
	}
	.faq-contact {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		padding: 1.5rem;
	}
	.faq-contact-actions {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
}

@media (min-width: 1024px) {
	.faq-shell {
		padding-top: 1.5rem;
	}
	.faq-layout {
		grid-template-columns: 280px minmax(0, 1fr);
		align-items: start;
	}
	.faq-nav {
		position: sticky;
		top: 96px;
		display: grid;
		gap: .55rem;
		overflow: visible;
	}
	.faq-nav-item {
		width: 100%;
		max-width: none;
		border-radius: .85rem;
	}
	.faq-category {
		margin-bottom: 1.5rem;
	}
	.faq-item .accordion-button {
		padding: 1.05rem 1.15rem;
	}
	.faq-answer {
		font-size: .98rem;
	}
}

/* ============================================================
 * SHOP CATEGORY LANDING  (family cards inside a TDU_SiteMenu_CAT)
 * ============================================================ */
.shop-category-header .section-title {
	font-size: 1.7rem;
	font-weight: 700;
}

.shop-category-grid {
	margin-top: 0;
}

.shop-category-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
	height: 100%;
	min-height: 6.5rem;
	padding: 1rem 1.1rem;
	background: #fff;
	border: 1px solid #eceef1;
	border-radius: .85rem;
	text-decoration: none;
	color: inherit;
	transition: transform .15s ease, box-shadow .18s ease, border-color .18s ease;
	box-shadow: 0 1px 2px rgba(15, 23, 42, .03);
}

.shop-category-card:hover,
.shop-category-card:focus-visible {
	transform: translateY(-2px);
	border-color: #cbd5e1;
	box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
	text-decoration: none;
	color: inherit;
	outline: none;
}

.shop-category-card-body {
	display: flex;
	flex-direction: column;
	gap: .25rem;
	min-width: 0;
}

.shop-category-card-title {
	font-weight: 700;
	font-size: 1rem;
	color: #0f172a;
	line-height: 1.25;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.shop-category-card-count {
	display: inline-flex;
	align-items: baseline;
	gap: .25rem;
	font-size: 1rem;
	font-weight: 600;
	color: #475569;
}
.shop-category-card-count small {
	font-size: .75rem;
	font-weight: 500;
	color: #94a3b8;
	letter-spacing: .02em;
}

.shop-category-card-arrow {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	line-height: 1;
	border-radius: 999px;
	background: #f1f5f9;
	color: #0f172a;
	padding-top: 3px;
	transition: background-color .18s ease, transform .18s ease;
}
.shop-category-card-arrow svg {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
}
.shop-category-card:hover .shop-category-card-arrow,
.shop-category-card:focus-visible .shop-category-card-arrow {
	background: #0f172a;
	color: #fff;
	transform: translateX(2px);
}

