:root {
	--od-blue: #1557c9;
	--od-blue-2: #3174de;
	--od-dark: #11195f;
	--od-ink: #111a5b;
	--od-muted: #50698a;
	--od-soft: #eef8ff;
	--od-line: #cfe3f1;
	--od-gold: #b8892d;
	--od-gold-2: #dfc06a;
	--od-gold-ink: #765310;
	--od-gold-soft: #f3ead3;
	--od-gold-border: #d8bd78;
	--od-sky: #dff3ff;
	--od-sky-2: #c6e9fb;
	--od-sky-3: #f4fbff;
	--od-topbar: #123b9f;
	--od-footer: #102d89;
	--od-green: #25d366;
	--od-radius: 14px;
	--od-card-radius: 14px;
	--od-button-radius: 10px;
	--od-control-height: 46px;
	--od-page-gutter: 20px;
	--od-section-space: 84px;
	--od-hero-min-height: 0px;
	--od-sidebar-width: 264px;
	--od-shadow: 0 22px 44px rgba(17, 26, 91, .12);
	--od-wrap: 1240px;
	--od-shop-wrap: 1240px;
}

html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

body.odds-modal-open {
	overflow: hidden;
}

.odds-section,
.odds-section * {
	box-sizing: border-box;
}

.odds-section {
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--od-ink);
	overflow-x: clip;
}

.odds-wrap {
	width: min(var(--od-wrap), calc(100% - (var(--od-page-gutter) * 2)));
	margin-inline: auto;
}

.odds-mobile-hidden {
	display: block;
}

.odds-topbar {
	background: #04060b;
	color: #b9c0ce;
	font-size: 12px;
}

.odds-topbar-inner {
	min-height: 34px;
	display: flex;
	align-items: center;
	gap: 22px;
}

.odds-topbar a,
.odds-topbar span {
	color: inherit;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	white-space: nowrap;
}

.odds-topbar-spacer {
	margin-left: auto;
}

.odds-dot {
	width: 6px;
	height: 6px;
	background: var(--od-gold);
	border-radius: 999px;
}

.odds-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(4, 6, 11, .95);
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	backdrop-filter: blur(16px);
}

.odds-header-light,
.odds-header-checkout {
	background: rgba(255, 255, 255, .96);
	color: #0f1729;
	border-bottom-color: rgba(15, 23, 41, .08);
}

.odds-header-light .odds-logo,
.odds-header-light .odds-header-link,
.odds-header-light .odds-whatsapp-link,
.odds-header-checkout .odds-logo,
.odds-header-checkout .odds-header-link,
.odds-header-checkout .odds-whatsapp-link {
	color: #0f1729;
}

.odds-header-transparent {
	background: rgba(4, 6, 11, .62);
}

.odds-header-dark {
	background: rgba(4, 6, 11, .98);
}

.odds-header-main {
	min-height: 74px;
	display: flex;
	align-items: center;
	gap: 22px;
}

.odds-logo {
	color: #fff;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-weight: 800;
	letter-spacing: .03em;
	min-width: max-content;
}

.odds-logo-img {
	display: block;
	width: auto;
	max-width: 190px;
	max-height: 54px;
	object-fit: contain;
}

.odds-shop-logo-img {
	display: block;
	width: auto;
	max-width: 190px;
	max-height: 54px;
	object-fit: contain;
}

.odds-shop-header .odds-shop-logo-img,
.odds-purchase-secure-header .odds-shop-logo-img {
	filter: brightness(0) saturate(100%);
}

.odds-shop-footer .odds-shop-logo-img {
	filter: none;
}

.odds-logo-mark {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--od-blue), #071429);
	color: var(--od-gold-2);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .1);
}

.odds-logo-text {
	font-family: Sora, Inter, sans-serif;
	font-size: 15px;
}

.odds-search-trigger {
	min-width: 0;
	flex: 1;
	height: 46px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 999px;
	background: rgba(255, 255, 255, .06);
	color: rgba(255, 255, 255, .82);
	text-align: left;
	padding: 0 18px;
	cursor: pointer;
}

.odds-header-main .odds-search-trigger,
.odds-header-main .odds-cart-trigger,
.odds-header-main .odds-menu-toggle {
	border: 1px solid var(--od-gold-border);
	background: color-mix(in srgb, var(--od-gold) 8%, transparent);
	color: inherit;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035);
}

.odds-header-main .odds-search-trigger:hover,
.odds-header-main .odds-search-trigger:focus-visible,
.odds-header-main .odds-cart-trigger:hover,
.odds-header-main .odds-cart-trigger:focus-visible,
.odds-header-main .odds-menu-toggle:hover,
.odds-header-main .odds-menu-toggle:focus-visible {
	border-color: var(--od-gold-2);
	background: color-mix(in srgb, var(--od-gold) 15%, transparent);
	color: inherit;
	outline: 0;
}

.odds-icon-search::before {
	content: "⌕";
	margin-right: 8px;
	font-size: 19px;
	color: var(--od-gold-2);
}

.odds-header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.odds-header.is-compact .odds-header-main {
	min-height: 62px;
}

.odds-header-link,
.odds-whatsapp-link {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
}

.odds-cart-trigger,
.odds-menu-toggle {
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #07101f;
	font-weight: 800;
	padding: 12px 18px;
	cursor: pointer;
}

.odds-cart-trigger {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.odds-cart-count {
	min-width: 20px;
	height: 20px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--od-gold);
	color: #fff !important;
	padding: 0 6px;
	font-size: 11px;
}

.odds-menu-toggle {
	display: none;
}

.odds-nav {
	display: flex;
	align-items: center;
	gap: 20px;
	min-height: 42px;
	border-top: 1px solid rgba(255, 255, 255, .08);
}

.odds-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 26px;
	flex: 1;
}

.odds-menu a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .04em;
}

.odds-whatsapp-link {
	color: var(--od-gold-2);
	white-space: nowrap;
}

.odds-hero,
.odds-phantom,
.odds-newsletter {
	position: relative;
	background: radial-gradient(100% 120% at 80% 0%, #17275a 0%, #071225 45%, #03050a 100%);
	color: #fff;
	overflow: hidden;
}

.odds-grid-bg {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: radial-gradient(80% 80% at 62% 30%, #000, transparent);
	pointer-events: none;
}

.odds-hero::after,
.odds-phantom::after,
.odds-newsletter::after {
	content: "";
	position: absolute;
	width: 440px;
	height: 440px;
	border-radius: 50%;
	right: -120px;
	top: -140px;
	background: radial-gradient(circle, rgba(198,128,62,.24), transparent 68%);
}

.odds-hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
	gap: 48px;
	align-items: center;
	padding: 88px 0 96px;
}

.odds-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--od-gold-2);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .14em;
	font-weight: 800;
	margin-bottom: 16px;
}

.odds-eyebrow::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 99px;
	background: var(--od-gold);
}

.odds-hero h1,
.odds-phantom h2,
.odds-newsletter h2 {
	font-family: Sora, Inter, sans-serif;
	font-size: clamp(42px, 5vw, 68px);
	line-height: 1;
	margin: 0;
	letter-spacing: 0;
	max-width: 720px;
}

.odds-hero h1 span,
.odds-phantom h2 span {
	display: block;
	background: linear-gradient(90deg, var(--od-gold-2), var(--od-gold));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.odds-hero p,
.odds-phantom p,
.odds-newsletter p {
	color: #b8c2d4;
	line-height: 1.7;
	font-size: 18px;
	max-width: 560px;
}

.odds-hero-actions,
.odds-hero-stats,
.odds-tech-list {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	align-items: center;
}

.odds-button {
	border: 0;
	border-radius: var(--od-button-radius);
	background: var(--od-blue);
	color: #fff;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 13px 22px;
	font-weight: 800;
	cursor: pointer;
	transition: transform .2s ease, background .2s ease, color .2s ease;
}

.odds-button:hover,
.odds-add-to-cart:hover {
	transform: translateY(-2px);
}

.odds-button-light {
	background: #fff;
	color: #07101f;
}

.odds-button-ghost {
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.18);
	color: #fff;
}

.odds-button-gold {
	background: var(--od-gold);
}

.odds-button-outline {
	background: #fff;
	color: var(--od-blue);
	border: 1px solid var(--od-blue);
}

.odds-button-whatsapp {
	background: var(--od-green);
}

.odds-hero-stats {
	margin-top: 38px;
	gap: 32px;
}

.odds-hero-stats div {
	display: grid;
	gap: 4px;
	max-width: 150px;
}

.odds-hero-stats strong {
	font-family: Sora, Inter, sans-serif;
	font-size: 28px;
}

.odds-hero-stats span {
	font-size: 12px;
	color: #8f9aaf;
}

.odds-hero-visual {
	position: relative;
}

.odds-product-frame,
.odds-editorial-frame {
	min-height: 440px;
	border-radius: 24px;
	overflow: hidden;
	background: rgba(255,255,255,.04);
	border: 1px solid rgba(255,255,255,.12);
	box-shadow: 0 44px 90px rgba(0, 0, 0, .45);
	display: flex;
	align-items: center;
	justify-content: center;
}

.odds-product-frame img,
.odds-editorial-frame img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	padding: 26px;
}

.odds-floating-note {
	position: absolute;
	top: 24px;
	right: -12px;
	background: rgba(5, 7, 13, .78);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 16px;
	padding: 14px 16px;
	color: #9da8ba;
	font-size: 11px;
	text-transform: uppercase;
}

.odds-floating-note strong {
	display: block;
	margin-top: 3px;
	color: var(--od-gold-2);
	font-size: 16px;
}

.odds-benefits {
	background: #080d1c;
	color: #fff;
}

.odds-benefits-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	padding: 26px 0;
}

.odds-benefit {
	display: flex;
	align-items: center;
	gap: 14px;
}

.odds-benefit > span {
	width: 44px;
	height: 44px;
	border-radius: 13px;
	display: grid;
	place-items: center;
	background: rgba(46, 107, 255, .14);
	color: var(--od-gold-2);
	font-size: 24px;
	font-weight: 900;
}

.odds-benefit strong,
.odds-benefit small {
	display: block;
}

.odds-benefit small {
	margin-top: 3px;
	color: #8f9aaf;
}

.odds-categories,
.odds-carousel-section,
.odds-location {
	background: var(--od-soft);
	padding: 88px 0;
}

.odds-products-tabs,
.odds-institutional,
.odds-events,
.odds-testimonials {
	background: #fff;
	padding: 88px 0;
}

.odds-section-heading {
	margin-bottom: 34px;
}

.odds-section-heading h2,
.odds-heading-row h2 {
	font-family: Sora, Inter, sans-serif;
	font-size: clamp(30px, 3.4vw, 44px);
	line-height: 1.08;
	margin: 0;
	letter-spacing: 0;
}

.odds-section-heading p {
	color: var(--od-muted);
	line-height: 1.7;
	font-size: 17px;
	max-width: 720px;
}

.odds-center {
	text-align: center;
}

.odds-center p {
	margin-inline: auto;
}

.odds-category-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-auto-rows: minmax(200px, auto);
	gap: 16px;
}

.odds-category-card {
	position: relative;
	min-height: 210px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 26px;
	border-radius: 20px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	background: #11192c;
}

.odds-category-card-1 {
	grid-row: span 2;
	min-height: 430px;
}

.odds-category-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .72;
	transition: transform .35s ease;
}

.odds-category-card:hover img {
	transform: scale(1.06);
}

.odds-category-card > span {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.78));
}

.odds-category-card strong,
.odds-category-card small {
	position: relative;
	z-index: 1;
}

.odds-category-card strong {
	font-family: Sora, Inter, sans-serif;
	font-size: 22px;
}

.odds-category-card small {
	margin-top: 6px;
	color: rgba(255,255,255,.78);
}

.odds-tabs-nav {
	display: flex;
	justify-content: center;
	gap: 6px;
	background: var(--od-soft);
	border: 1px solid var(--od-line);
	border-radius: 16px;
	padding: 5px;
	width: max-content;
	max-width: 100%;
	margin: 0 auto 34px;
	overflow-x: auto;
}

.odds-tabs-nav button {
	border: 0;
	background: transparent;
	border-radius: 12px;
	padding: 12px 20px;
	font-weight: 800;
	color: var(--od-muted);
	cursor: pointer;
	white-space: nowrap;
}

.odds-tabs-nav button.is-active {
	background: #fff;
	color: var(--od-ink);
	box-shadow: 0 3px 12px rgba(15,23,41,.1);
}

.odds-tab-panel {
	display: none;
}

.odds-tab-panel.is-active {
	display: block;
}

.odds-products-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.odds-product-card {
	background: #fff;
	border: 1px solid var(--od-line);
	border-radius: 18px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-width: 0;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.odds-product-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--od-shadow);
	border-color: #d7dfec;
}

.odds-product-media {
	position: relative;
	background: radial-gradient(120% 120% at 30% 20%, #fff, #e9edf5);
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.odds-product-media img {
	width: 88%;
	height: 88%;
	object-fit: contain;
	display: block;
	transition: transform .28s ease;
}

.odds-product-card:hover .odds-product-media img {
	transform: scale(1.05);
}

.odds-badge,
.odds-stock-mask {
	position: absolute;
	top: 14px;
	left: 14px;
	border-radius: 9px;
	padding: 6px 10px;
	background: var(--od-gold);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.odds-stock-mask {
	inset: 0;
	display: grid;
	place-items: center;
	background: rgba(243,245,248,.78);
	color: var(--od-ink);
	font-size: 13px;
	border-radius: 0;
}

.odds-product-body {
	padding: 17px;
	display: flex;
	flex: 1;
	flex-direction: column;
}

.odds-product-category {
	color: var(--od-gold);
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: .04em;
	margin-bottom: 7px;
}

.odds-product-title {
	font-size: 15px;
	line-height: 1.32;
	min-height: 40px;
	margin: 0 0 5px;
}

.odds-product-title a {
	color: var(--od-ink);
	text-decoration: none;
}

.odds-product-sku,
.odds-installment,
.odds-product-details {
	color: #8490a3;
	font-size: 12px;
}

.odds-product-price {
	margin-top: auto;
	font-family: Sora, Inter, sans-serif;
	font-size: 21px;
	font-weight: 900;
	color: var(--od-blue);
}

.odds-product-price del {
	color: #a8b1c0;
	font-size: 13px;
	font-family: Inter, sans-serif;
	margin-right: 6px;
}

.odds-product-price ins {
	text-decoration: none;
}

.odds-product-actions {
	display: flex;
	gap: 9px;
	align-items: center;
	margin-top: 14px;
}

.odds-qty {
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--od-line);
	border-radius: 999px;
	height: 40px;
	overflow: hidden;
	background: #fff;
}

.odds-qty button,
.odds-cart-qty {
	border: 0;
	background: transparent;
	width: 30px;
	height: 38px;
	cursor: pointer;
	font-size: 18px;
	color: var(--od-ink);
}

.odds-qty input {
	width: 34px;
	border: 0;
	text-align: center;
	font-weight: 800;
	background: transparent;
	outline: none;
}

.odds-add-to-cart {
	flex: 1;
	border: 0;
	background: var(--od-blue);
	color: #fff;
	border-radius: 999px;
	min-height: 40px;
	font-weight: 800;
	cursor: pointer;
}

.odds-add-to-cart[disabled] {
	background: #dfe4ec;
	color: #8390a4;
	cursor: not-allowed;
}

.odds-product-details {
	display: block;
	text-align: center;
	margin-top: 10px;
	text-decoration: none;
}

.odds-two-col {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 58px;
	align-items: center;
	padding: 96px 0;
}

.odds-tech-list {
	margin: 28px 0;
}

.odds-tech-list span {
	border-left: 2px solid var(--od-gold);
	padding-left: 12px;
	color: #fff;
	font-weight: 800;
}

.odds-info-grid,
.odds-testimonial-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.odds-info-grid > div,
.odds-testimonial-grid figure {
	margin: 0;
	padding: 30px;
	border: 1px solid var(--od-line);
	border-radius: 18px;
	background: #fbfcfe;
}

.odds-info-grid strong {
	font-family: Sora, Inter, sans-serif;
	display: block;
	font-size: 19px;
	margin-bottom: 10px;
}

.odds-info-grid p,
.odds-testimonial-grid blockquote {
	color: var(--od-muted);
	line-height: 1.65;
	margin: 0;
}

.odds-heading-row {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 30px;
}

.odds-carousel-buttons {
	display: flex;
	gap: 8px;
}

.odds-carousel-buttons button {
	width: 42px;
	height: 42px;
	border: 1px solid var(--od-line);
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	font-size: 24px;
}

.odds-products-carousel {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 66px) / 4);
	gap: 22px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	padding-bottom: 8px;
}

.odds-carousel-section .odds-wrap {
	overflow: hidden;
}

.odds-products-carousel .odds-product-card {
	scroll-snap-align: start;
	min-width: 0;
}

.odds-stars {
	color: var(--od-gold);
	letter-spacing: 2px;
	margin-bottom: 12px;
}

.odds-testimonial-grid figcaption {
	display: grid;
	gap: 3px;
	margin-top: 18px;
}

.odds-testimonial-grid figcaption span {
	color: #7b8799;
	font-size: 13px;
}

.odds-events-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 18px;
}

.odds-event-card {
	text-decoration: none;
	color: var(--od-ink);
	border: 1px solid var(--od-line);
	border-radius: 18px;
	background: #fff;
	padding: 24px;
	min-height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.odds-event-featured {
	grid-row: span 2;
	min-height: 280px;
	background: radial-gradient(120% 120% at 80% 0%, var(--od-blue), #071225);
	color: #fff;
}

.odds-event-card span {
	color: var(--od-gold-2);
	font-weight: 900;
	font-size: 13px;
	text-transform: uppercase;
}

.odds-event-card strong {
	font-family: Sora, Inter, sans-serif;
	font-size: 20px;
	margin: 8px 0;
}

.odds-event-card small {
	color: #8290a5;
}

.odds-location-grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 26px;
	align-items: stretch;
}

.odds-map-card,
.odds-contact-note {
	background: #fff;
	border: 1px solid var(--od-line);
	border-radius: 20px;
	overflow: hidden;
}

.odds-map-card iframe,
.odds-map-placeholder {
	width: 100%;
	height: 330px;
	border: 0;
	display: block;
}

.odds-map-placeholder {
	background: linear-gradient(135deg, #dfe6f1, #f4f7fb);
	display: grid;
	place-items: center;
}

.odds-map-placeholder span {
	padding: 12px 16px;
	background: #fff;
	border-radius: 12px;
	box-shadow: var(--od-shadow);
	font-weight: 900;
}

.odds-contact-lines {
	padding: 24px;
	display: grid;
	gap: 10px;
	color: var(--od-muted);
}

.odds-contact-lines strong {
	color: var(--od-ink);
}

.odds-contact-note {
	padding: 36px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.odds-contact-note h2 {
	font-family: Sora, Inter, sans-serif;
	font-size: 38px;
	margin: 0 0 12px;
}

.odds-contact-note p {
	color: var(--od-muted);
	line-height: 1.65;
}

.odds-whatsapp-form-section {
	background: #05070d;
	padding: 78px 0;
	color: #fff;
}

.odds-whatsapp-form {
	max-width: 820px;
	margin: 0 auto;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 22px;
	background: #0b1020;
	padding: 34px;
}

.odds-whatsapp-form h2 {
	font-family: Sora, Inter, sans-serif;
	margin: 0 0 8px;
}

.odds-whatsapp-form p {
	color: #aeb8c8;
	margin: 0 0 24px;
}

.odds-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.odds-form-grid label {
	display: grid;
	gap: 7px;
	font-size: 13px;
	color: #b8c2d4;
}

.odds-form-grid input,
.odds-form-grid select,
.odds-form-grid textarea,
.odds-newsletter-form input {
	width: 100%;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 12px;
	background: rgba(255,255,255,.06);
	color: #fff;
	padding: 14px;
	outline: none;
}

.odds-form-grid select option {
	color: #111;
}

.odds-form-grid textarea {
	min-height: 112px;
	resize: vertical;
}

.odds-full {
	grid-column: 1 / -1;
}

.odds-whatsapp-form .odds-button {
	width: 100%;
	margin-top: 18px;
}

.odds-form-feedback {
	min-height: 20px;
	margin-top: 10px;
	color: #92efb8;
	font-size: 13px;
	text-align: center;
}

.odds-newsletter {
	padding: 76px 0;
}

.odds-newsletter-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	gap: 34px;
	align-items: center;
}

.odds-newsletter h2 {
	font-size: clamp(28px, 3.5vw, 42px);
}

.odds-newsletter-form {
	display: flex;
	gap: 10px;
}

.odds-newsletter-form form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	width: 100%;
}

.odds-newsletter-form button {
	border: 0;
	border-radius: 12px;
	background: #fff;
	color: #07101f;
	padding: 0 22px;
	font-weight: 900;
	cursor: pointer;
}

.odds-newsletter-form small {
	grid-column: 1 / -1;
	min-height: 18px;
	color: #c9d8f6;
	font-size: 12px;
}

.odds-footer {
	background: #04060b;
	color: #aeb8c8;
	padding: 64px 0 0;
}

.odds-footer-grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1fr;
	gap: 34px;
	padding-bottom: 42px;
	border-bottom: 1px solid rgba(255,255,255,.08);
}

.odds-footer-grid p {
	line-height: 1.65;
	max-width: 360px;
}

.odds-footer-grid > div {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.odds-footer-grid strong {
	color: #fff;
	font-family: Sora, Inter, sans-serif;
	margin-bottom: 6px;
}

.odds-footer-grid a {
	color: #aeb8c8;
	text-decoration: none;
}

.odds-footer-bottom {
	padding: 22px 0;
	color: #6d778a;
	font-size: 13px;
}

.odds-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.55);
	backdrop-filter: blur(3px);
}

.odds-search-modal,
.odds-cart-drawer {
	position: fixed;
	inset: 0;
	z-index: 99999;
}

.odds-search-panel {
	position: relative;
	width: min(900px, calc(100vw - 28px));
	margin: 28px auto;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 30px 90px rgba(0,0,0,.45);
	overflow: hidden;
}

.odds-search-field {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 18px;
	border-bottom: 1px solid var(--od-line);
}

.odds-search-field input {
	flex: 1;
	border: 0;
	outline: none;
	font-size: 18px;
}

.odds-search-field button,
.odds-cart-panel header button {
	border: 0;
	border-radius: 10px;
	background: var(--od-soft);
	width: 36px;
	height: 36px;
	cursor: pointer;
}

.odds-search-results {
	max-height: 65vh;
	overflow: auto;
	padding: 14px 18px 20px;
}

.odds-search-item {
	display: grid;
	grid-template-columns: 56px 1fr auto;
	gap: 14px;
	align-items: center;
	color: var(--od-ink);
	text-decoration: none;
	border-radius: 12px;
	padding: 10px;
}

.odds-search-item:hover {
	background: var(--od-soft);
}

.odds-search-item img {
	width: 56px;
	height: 56px;
	object-fit: contain;
	border-radius: 10px;
	background: var(--od-soft);
}

.odds-cart-panel {
	position: absolute;
	top: 0;
	right: 0;
	width: min(430px, 92vw);
	height: 100%;
	background: #fff;
	display: flex;
	flex-direction: column;
	box-shadow: -18px 0 60px rgba(0,0,0,.35);
}

.odds-cart-panel header {
	padding: 20px;
	border-bottom: 1px solid var(--od-line);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

[data-od-cart-content] {
	flex: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
}

.odds-cart-lines {
	flex: 1;
	overflow: auto;
	padding: 8px 18px;
}

.odds-cart-line {
	display: grid;
	grid-template-columns: 64px 1fr 28px;
	gap: 12px;
	padding: 14px 0;
	border-bottom: 1px solid var(--od-line);
}

.odds-cart-thumb img {
	width: 64px;
	height: 64px;
	object-fit: contain;
	border-radius: 12px;
	background: var(--od-soft);
}

.odds-cart-title {
	color: var(--od-ink);
	font-weight: 800;
	text-decoration: none;
	font-size: 14px;
}

.odds-cart-meta {
	color: #8d98aa;
	font-size: 12px;
	margin: 3px 0 8px;
}

.odds-cart-line-bottom,
.odds-cart-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.odds-qty-small {
	height: 32px;
}

.odds-qty-small button {
	height: 30px;
}

.odds-cart-remove {
	border: 0;
	background: transparent;
	color: #9aa4b6;
	cursor: pointer;
	align-self: start;
}

.odds-cart-footer {
	padding: 18px;
	border-top: 1px solid var(--od-line);
	display: grid;
	gap: 10px;
}

.odds-cart-empty {
	margin: auto;
	text-align: center;
	padding: 34px;
}

.odds-cart-empty-icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 14px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--od-soft);
	color: var(--od-blue);
	font-size: 32px;
	font-weight: 900;
}

.odds-image-placeholder {
	width: 100%;
	min-height: 320px;
	display: grid;
	place-items: center;
	color: #fff;
	font-family: Sora, Inter, sans-serif;
	font-size: 36px;
	background: linear-gradient(135deg, rgba(46,107,255,.3), rgba(198,128,62,.2));
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		scroll-behavior: auto !important;
		transition-duration: .001ms !important;
		animation-duration: .001ms !important;
	}
}

@media (max-width: 1100px) {
	.odds-products-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.odds-products-carousel {
		grid-auto-columns: calc((100% - 44px) / 3);
	}
	.odds-hero-inner,
	.odds-two-col,
	.odds-location-grid,
	.odds-newsletter-inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 860px) {
	.odds-wrap {
		width: min(100% - 28px, var(--od-wrap));
	}
	.odds-mobile-hidden,
	.odds-desktop-only,
	.odds-whatsapp-link {
		display: none;
	}
	.odds-header-main {
		min-height: 68px;
		gap: 12px;
	}
	.odds-search-trigger {
		order: 3;
		flex-basis: 100%;
	}
	.odds-header-main {
		flex-wrap: wrap;
		padding: 10px 0;
	}
	.odds-menu-toggle {
		display: inline-flex;
	}
	.odds-nav {
		display: none;
		padding: 12px 0 18px;
	}
	.odds-nav.is-open {
		display: block;
	}
	.odds-menu {
		display: grid;
		gap: 12px;
		text-align: center;
	}
	.odds-hero-inner {
		padding: 58px 0 70px;
	}
	.odds-benefits-grid,
	.odds-info-grid,
	.odds-testimonial-grid,
	.odds-footer-grid {
		grid-template-columns: 1fr 1fr;
	}
	.odds-category-grid,
	.odds-events-grid {
		grid-template-columns: 1fr;
	}
	.odds-category-card-1,
	.odds-event-featured {
		grid-row: auto;
		min-height: 260px;
	}
	.odds-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
	.odds-products-carousel {
		grid-auto-columns: calc((100% - 16px) / 2);
		gap: 16px;
	}
	.odds-form-grid,
	.odds-newsletter-form {
		grid-template-columns: 1fr;
		display: grid;
	}
	.odds-newsletter-form button {
		min-height: 48px;
	}
}

@media (max-width: 520px) {
	.odds-logo-text {
		display: none;
	}
	.odds-cart-trigger {
		padding: 11px 13px;
		font-size: 13px;
	}
	.odds-hero h1,
	.odds-phantom h2 {
		font-size: 40px;
	}
	.odds-hero p,
	.odds-phantom p {
		font-size: 16px;
	}
	.odds-hero-stats,
	.odds-benefits-grid,
	.odds-info-grid,
	.odds-testimonial-grid,
	.odds-footer-grid,
	.odds-products-grid {
		grid-template-columns: 1fr;
	}
	.odds-product-frame,
	.odds-editorial-frame {
		min-height: 320px;
	}
	.odds-products-carousel {
		grid-auto-columns: 82%;
	}
	.odds-heading-row {
		align-items: start;
		flex-direction: column;
	}
	.odds-whatsapp-form {
		padding: 24px 16px;
	}
	.odds-search-panel {
		margin-top: 14px;
	}
}

.odds-page-hero {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
		radial-gradient(120% 120% at 80% 0%, #16224a, #0b1024 48%, #070a12);
	background-size: 42px 42px, 42px 42px, auto;
	color: #fff;
}

.odds-page-hero-blue {
	background:
		linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
		radial-gradient(120% 120% at 26% 0%, #16224a, #0b1024 46%, #070a12);
	background-size: 42px 42px, 42px 42px, auto;
}

.odds-page-hero-inner {
	position: relative;
	width: min(var(--od-wrap), calc(100% - 40px));
	margin-inline: auto;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(320px, .78fr);
	gap: 54px;
	align-items: center;
	min-height: 620px;
	padding: 68px 0 78px;
}

.odds-page-hero-copy {
	min-width: 0;
}

.odds-page-hero .odds-shop-breadcrumb {
	margin-bottom: 22px;
}

.odds-page-hero h1 {
	max-width: 760px;
	margin: 0 0 20px;
	font: 800 56px/1.04 Sora, Inter, sans-serif;
	letter-spacing: 0;
}

.odds-page-hero h1 span {
	background: linear-gradient(100deg, var(--od-gold-2), var(--od-gold));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.odds-page-hero-blue h1 span {
	background: linear-gradient(100deg, #8fb0ff, #2f5fd0);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.odds-page-hero p {
	max-width: 640px;
	margin: 0;
	color: #aeb8c8;
	font-size: 17px;
	line-height: 1.72;
}

.odds-page-stats {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 28px;
}

.odds-page-stats div {
	min-width: 118px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 16px;
	background: rgba(255, 255, 255, .055);
	padding: 16px 18px;
}

.odds-page-stats strong {
	display: block;
	color: var(--od-gold);
	font: 800 28px/1 Sora, Inter, sans-serif;
}

.odds-page-hero-blue .odds-page-stats strong {
	color: #8fb0ff;
}

.odds-page-stats span {
	display: block;
	margin-top: 5px;
	color: #8a94a6;
	font-size: 12.5px;
	line-height: 1.35;
}

.odds-page-hero-visual {
	min-width: 0;
}

.odds-page-product-frame {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 390px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 24px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .035));
	box-shadow: 0 34px 80px rgba(0, 0, 0, .32);
	overflow: hidden;
}

.odds-page-product-frame img {
	width: min(92%, 520px);
	max-height: 420px;
	object-fit: contain;
	filter: drop-shadow(0 22px 34px rgba(0, 0, 0, .28));
}

.odds-editable-grid-section,
.odds-editorial-split,
.odds-timeline-section,
.odds-spec-table-section {
	padding: 86px 0;
}

.odds-editable-grid-light,
.odds-editorial-light,
.odds-spec-table-section {
	background: #fff;
}

.odds-editable-grid-soft,
.odds-editorial-soft,
.odds-timeline-section {
	background: #f4f6fa;
}

.odds-editable-grid-dark,
.odds-editorial-dark,
.odds-process-dark {
	position: relative;
	overflow: hidden;
	background: radial-gradient(110% 120% at 82% 0%, #16224a, #0a0e1c 56%, #070a12);
	color: #fff;
}

.odds-editable-grid-dark .odds-section-heading h2,
.odds-editable-grid-dark .odds-editable-card strong,
.odds-editorial-dark h2,
.odds-process-dark h2,
.odds-process-dark .odds-process-grid strong,
.odds-cta-dark h2 {
	color: #fff;
}

.odds-editable-grid-dark .odds-section-heading p,
.odds-editorial-dark p,
.odds-process-dark .odds-section-heading p,
.odds-process-dark .odds-process-grid p,
.odds-cta-dark p {
	color: #aeb8c8;
}

.odds-editable-grid {
	display: grid;
	gap: 18px;
}

.odds-grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.odds-grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.odds-grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.odds-editable-card {
	position: relative;
	border: 1px solid #e9edf4;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 38px rgba(15, 23, 41, .055);
	padding: 24px;
}

.odds-editable-card > a[aria-label] {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	z-index: 1;
}

.odds-editable-card > a[aria-label]:focus-visible {
	outline: 3px solid rgba(47, 95, 208, .35);
	outline-offset: 3px;
}

.odds-editable-grid-dark .odds-editable-card {
	border-color: rgba(255, 255, 255, .1);
	background: rgba(255, 255, 255, .055);
	box-shadow: none;
}

.odds-editable-card small {
	display: inline-flex;
	margin-bottom: 14px;
	border-radius: 999px;
	background: #edf4ff;
	color: var(--od-blue);
	font: 800 11px Sora, Inter, sans-serif;
	text-transform: uppercase;
	padding: 6px 10px;
}

.odds-editable-grid-dark .odds-editable-card small {
	background: var(--od-gold-soft);
	color: var(--od-gold-ink);
}

.odds-editable-card strong {
	display: block;
	color: #0f1729;
	font: 800 18px/1.22 Sora, Inter, sans-serif;
	letter-spacing: 0;
}

.odds-editable-card p {
	margin: 12px 0 0;
	color: #5a6478;
	font-size: 14.5px;
	line-height: 1.66;
}

.odds-editable-grid-dark .odds-editable-card p {
	color: #aeb8c8;
}

.odds-editorial-split-inner {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
	gap: 46px;
	align-items: center;
}

.odds-editorial-split.is-reverse .odds-editorial-copy {
	order: 2;
}

.odds-editorial-split.is-reverse .odds-editorial-media {
	order: 1;
}

.odds-editorial-copy h2 {
	margin: 0 0 18px;
	color: #0f1729;
	font: 800 36px/1.12 Sora, Inter, sans-serif;
	letter-spacing: 0;
}

.odds-editorial-copy p {
	margin: 0;
	color: #5a6478;
	font-size: 16px;
	line-height: 1.72;
}

.odds-editorial-copy ul {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 24px 0 0;
	list-style: none;
}

.odds-editorial-copy li {
	display: flex;
	gap: 11px;
	align-items: flex-start;
	color: #33405a;
	font-size: 14.5px;
	line-height: 1.55;
}

.odds-editorial-dark .odds-editorial-copy li {
	color: #dbe1ec;
}

.odds-editorial-copy li::before {
	content: "";
	width: 18px;
	height: 18px;
	margin-top: 2px;
	border-radius: 50%;
	background: var(--od-blue);
	box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .72);
	flex: none;
}

.odds-editorial-dark .odds-editorial-copy li::before {
	background: var(--od-gold);
	box-shadow: inset 0 0 0 5px rgba(7, 10, 18, .7);
}

.odds-editorial-copy .odds-button {
	margin-top: 28px;
}

.odds-editorial-media {
	display: grid;
	place-items: center;
	min-height: 360px;
	border: 1px solid #e9edf4;
	border-radius: 22px;
	background: linear-gradient(145deg, #fff, #edf1f8);
	overflow: hidden;
	box-shadow: 0 22px 48px rgba(15, 23, 41, .08);
}

.odds-editorial-dark .odds-editorial-media {
	border-color: rgba(255, 255, 255, .1);
	background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035));
	box-shadow: 0 28px 62px rgba(0, 0, 0, .3);
}

.odds-editorial-media img {
	width: min(92%, 560px);
	max-height: 390px;
	object-fit: contain;
}

.odds-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.odds-timeline article {
	border: 1px solid #e9edf4;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 38px rgba(15, 23, 41, .055);
	padding: 24px;
}

.odds-timeline article.is-featured {
	border-color: var(--od-gold-border);
	box-shadow: inset 0 0 0 1px var(--od-gold-soft), 0 18px 38px rgba(15, 23, 41, .055);
}

.odds-timeline small {
	display: block;
	color: var(--od-gold);
	font: 800 12px Sora, Inter, sans-serif;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.odds-timeline strong {
	display: block;
	color: #0f1729;
	font: 800 17px/1.25 Sora, Inter, sans-serif;
}

.odds-timeline p {
	margin: 12px 0 0;
	color: #5a6478;
	font-size: 14px;
	line-height: 1.64;
}

.odds-process-section {
	position: relative;
	overflow: hidden;
	padding: 92px 0;
}

.odds-process-light {
	background: #fff;
	color: #0f1729;
}

.odds-process-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 30px;
}

.odds-process-grid article {
	position: relative;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 18px;
	background: rgba(255, 255, 255, .055);
	padding: 26px;
}

.odds-process-light .odds-process-grid article {
	border-color: #e9edf4;
	background: #fff;
	box-shadow: 0 18px 38px rgba(15, 23, 41, .055);
}

.odds-process-grid span {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: #fff;
	color: #0f1729;
	font: 800 14px Sora, Inter, sans-serif;
	margin-bottom: 18px;
}

.odds-process-light .odds-process-grid span {
	background: #edf4ff;
	color: var(--od-blue);
}

.odds-process-grid strong {
	display: block;
	color: #0f1729;
	font: 800 19px/1.25 Sora, Inter, sans-serif;
}

.odds-process-grid p {
	margin: 12px 0 0;
	color: #5a6478;
	font-size: 14.5px;
	line-height: 1.62;
}

.odds-spec-table-section .odds-heading-row {
	margin-bottom: 24px;
}

.odds-spec-table-section .odds-heading-row p {
	max-width: 460px;
	color: #5a6478;
	line-height: 1.62;
}

.odds-spec-table-wrap {
	border: 1px solid #e9edf4;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 38px rgba(15, 23, 41, .055);
	overflow: hidden;
}

.odds-spec-table {
	width: 100%;
	border-collapse: collapse;
}

.odds-spec-table th,
.odds-spec-table td {
	border-bottom: 1px solid #eef1f6;
	text-align: left;
	padding: 16px 18px;
}

.odds-spec-table th {
	background: #fbfcfe;
	color: #7a8598;
	font: 800 12px Sora, Inter, sans-serif;
	text-transform: uppercase;
}

.odds-spec-table td {
	color: #33405a;
	font-size: 14px;
	line-height: 1.55;
}

.odds-spec-table td:first-child {
	color: #0f1729;
	font-weight: 800;
}

.odds-cta-band {
	position: relative;
	overflow: hidden;
	padding: 78px 0;
}

.odds-cta-dark {
	background: radial-gradient(120% 130% at 85% 20%, #16224a, #0a0e1c 60%, #070a12);
	color: #fff;
}

.odds-cta-soft {
	background: #f4f6fa;
}

.odds-cta-band-inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 32px;
	align-items: center;
}

.odds-cta-band h2 {
	margin: 0 0 12px;
	color: #0f1729;
	font: 800 34px/1.12 Sora, Inter, sans-serif;
	letter-spacing: 0;
}

.odds-cta-band p {
	max-width: 660px;
	margin: 0;
	color: #5a6478;
	font-size: 16px;
	line-height: 1.65;
}

.odds-cta-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

body.odds-shop-template {
	background: #0a0e17;
	color: var(--od-ink);
}

.odds-shop-template a {
	text-decoration: none;
}

.odds-shop-shell {
	max-width: 1440px;
	margin: 0 auto;
	background: #f4f6fa;
	min-height: 100vh;
	box-shadow: 0 0 80px rgba(0, 0, 0, .25);
	overflow: clip;
}

.odds-shop-wrap {
	width: min(var(--od-shop-wrap), calc(100% - (var(--od-page-gutter) * 2)));
	margin-inline: auto;
}

.odds-shop-topbar {
	background: #070a12;
	color: #aeb8c8;
	font-size: 12.5px;
}

.odds-shop-topbar-inner {
	min-height: 38px;
	display: flex;
	align-items: center;
	gap: 24px;
	scrollbar-width: none;
}

.odds-shop-topbar-inner::-webkit-scrollbar {
	display: none;
}

.odds-shop-topbar a,
.odds-shop-topbar span {
	color: inherit;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	white-space: nowrap;
}

.odds-shop-topbar a:hover {
	color: #fff;
}

.odds-shop-topbar-spacer {
	margin-left: auto;
}

.odds-shop-header {
	position: sticky;
	top: 0;
	z-index: 80;
	background: #fff;
	border-bottom: 1px solid #f1f4f8;
	box-shadow: 0 10px 30px rgba(15, 23, 41, .06);
}

.admin-bar .odds-shop-header {
	top: 32px;
}

.odds-shop-header-main {
	min-height: 78px;
	display: flex;
	align-items: center;
	gap: 28px;
}

.odds-shop-logo {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #0f1729;
	flex: none;
}

.odds-shop-logo strong {
	display: block;
	font-family: Sora, Inter, sans-serif;
	font-size: 17px;
	line-height: 1;
	letter-spacing: .02em;
}

.odds-shop-logo em {
	color: var(--od-gold);
	font-style: normal;
}

.odds-shop-logo small {
	display: block;
	margin-top: 4px;
	color: #8a94a6;
	font-size: 9.5px;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.odds-shop-search-trigger {
	flex: 1;
	min-width: 180px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	border: 1px solid #e4e9f2 !important;
	border-radius: 13px;
	background: #f4f6fa !important;
	color: #7a8598 !important;
	padding: 0 18px;
	text-align: left;
	cursor: text;
	font: 500 14.5px Inter, system-ui, sans-serif;
}

.odds-shop-search-trigger:hover,
.odds-shop-search-trigger:focus-visible {
	background: #fff !important;
	border-color: #c9d3e2 !important;
	outline: 0;
}

.odds-shop-header-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: none;
}

.odds-shop-account,
.odds-shop-cart-trigger {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	font-weight: 700;
	font-size: 14px;
}

.odds-shop-account {
	color: #33405a;
	padding: 0 14px;
}

.odds-shop-account:hover {
	background: #f4f6fa;
	color: #0f1729;
}

.odds-shop-cart-trigger {
	position: relative;
	border: 0 !important;
	background: #0f1729 !important;
	color: #fff !important;
	padding: 0 18px;
	cursor: pointer;
	gap: 9px;
}

.odds-shop-menu-toggle {
	display: none;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	border: 1px solid #e4e9f2 !important;
	border-radius: 12px;
	background: #fff !important;
	color: #0f1729 !important;
	padding: 0 14px;
	font: 800 13px Sora, Inter, sans-serif;
	cursor: pointer;
}

.odds-shop-menu-toggle:hover,
.odds-shop-menu-toggle:focus-visible {
	border-color: #c9d3e2 !important;
	background: #f4f6fa !important;
	outline: 0;
}

.odds-shop-header.is-compact .odds-shop-header-main,
.odds-purchase-secure-header.is-compact .odds-purchase-secure-inner {
	min-height: 64px;
}

.odds-shop-cart-trigger:hover,
.odds-shop-cart-trigger:focus-visible {
	background: var(--od-blue) !important;
	outline: 0;
}

.odds-shop-cart-trigger .odds-cart-count {
	position: absolute;
	top: -7px;
	right: -7px;
	border: 2px solid #fff;
}

.odds-shop-nav {
	border-top: 1px solid #f1f4f8;
}

.odds-shop-nav-inner {
	display: flex;
	align-items: center;
	gap: 6px;
	min-height: 49px;
	scrollbar-width: none;
}

.odds-shop-nav-inner::-webkit-scrollbar {
	display: none;
}

.odds-shop-nav a {
	color: #5a6478;
	font-size: 14.5px;
	font-weight: 600;
	padding: 15px 16px;
}

.odds-shop-nav a:hover,
.odds-shop-nav a.is-active {
	color: #0f1729;
}

.odds-shop-nav a.is-active {
	box-shadow: inset 0 -2px 0 var(--od-gold);
}

.odds-shop-whatsapp {
	margin-left: auto;
	color: var(--od-gold) !important;
	font-weight: 800 !important;
}

.odds-shop-hero {
	position: relative;
	overflow: hidden;
	color: #fff;
	background: radial-gradient(120% 140% at 85% 0%, #16224a, #0b1024 55%, #070a12);
}

.odds-shop-hero-inner {
	position: relative;
	padding: 34px 0 40px;
}

.odds-shop-breadcrumb {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 18px;
	color: #8a94a6;
	font-size: 13px;
}

.odds-shop-breadcrumb a {
	color: #8a94a6;
}

.odds-shop-breadcrumb a:hover,
.odds-shop-breadcrumb strong {
	color: var(--od-gold);
}

.odds-shop-hero-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}

.odds-shop-hero h1 {
	margin: 0;
	font-family: Sora, Inter, sans-serif;
	font-size: 42px;
	line-height: 1.08;
	letter-spacing: -.02em;
}

.odds-shop-hero p {
	max-width: 430px;
	margin: 0;
	color: #aeb8c8;
	font-size: 15px;
	line-height: 1.6;
}

.odds-shop-main {
	display: grid;
	grid-template-columns: var(--od-sidebar-width) minmax(0, 1fr);
	gap: 28px;
	align-items: start;
	padding-top: 36px;
	padding-bottom: 72px;
}

.odds-shop-sidebar {
	position: sticky;
	top: 150px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.admin-bar .odds-shop-sidebar {
	top: 182px;
}

.odds-shop-filter-card {
	background: #fff;
	border: 1px solid #eef1f6;
	border-radius: 18px;
	box-shadow: 0 18px 36px rgba(15, 23, 41, .04);
	overflow: hidden;
}

.odds-shop-filter-card h2 {
	margin: 0;
	padding: 18px 20px;
	border-bottom: 1px solid #f1f4f8;
	color: #0f1729;
	font: 800 15px Sora, Inter, sans-serif;
}

.odds-shop-cat-list {
	display: grid;
	gap: 4px;
	padding: 8px;
}

.odds-shop-cat-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 11px 14px;
	border-radius: 10px;
	color: #33405a;
	font-size: 14px;
	font-weight: 650;
}

.odds-shop-cat-list a:hover,
.odds-shop-cat-list a.is-active {
	background: #f4f6fa;
	color: #0f1729;
}

.odds-shop-cat-list a.is-active {
	box-shadow: inset 3px 0 0 var(--od-gold);
}

.odds-shop-cat-list small {
	border-radius: 999px;
	background: #eef2f8;
	color: #7a8598;
	padding: 2px 8px;
	font-size: 12px;
}

.odds-shop-filter-form {
	padding: 20px;
}

.odds-shop-filter-form h2 {
	margin: 18px -20px 14px;
	padding-top: 0;
	border: 0;
}

.odds-shop-filter-form h2:first-child {
	margin-top: 0;
}

.odds-price-boxes {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 16px;
}

.odds-price-boxes span {
	border: 1px solid #e6eaf1;
	border-radius: 10px;
	padding: 10px 12px;
}

.odds-price-boxes small {
	display: block;
	margin-bottom: 4px;
	color: #9aa4b6;
	font-size: 11px;
	text-transform: uppercase;
}

.odds-price-boxes strong,
.odds-shop-filter-form p strong {
	color: #0f1729;
}

.odds-shop-filter-form input[type="range"] {
	width: 100%;
	accent-color: var(--od-blue);
}

.odds-shop-filter-form p {
	margin: 8px 0 16px;
	color: #5a6478;
	font-size: 13px;
}

.odds-shop-filter-form label {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 11px 0;
	color: #33405a;
	font-weight: 600;
	font-size: 14px;
}

.odds-shop-filter-form input[type="checkbox"] {
	width: 16px;
	height: 16px;
	accent-color: var(--od-gold);
}

.odds-shop-filter-form .odds-button {
	width: 100%;
	margin-top: 16px;
}

.odds-shop-results {
	min-width: 0;
}

.odds-shop-toolbar {
	display: flex;
	align-items: center;
	gap: 14px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.odds-shop-toolbar strong {
	display: block;
	color: #0f1729;
	font: 800 16px Sora, Inter, sans-serif;
}

.odds-shop-toolbar span {
	color: #7a8598;
	font-size: 13px;
}

.odds-shop-clear {
	color: var(--od-gold);
	font-weight: 800;
	font-size: 13px;
}

.odds-shop-clear:hover {
	color: #9e642d;
}

.odds-shop-sort label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.odds-shop-sort select {
	min-height: 42px;
	border: 1px solid #e6eaf1;
	border-radius: 12px;
	background: #fff;
	color: #0f1729;
	padding: 0 38px 0 14px;
	font-weight: 650;
}

.odds-shop-products.odds-products-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.odds-shop-products .odds-product-card {
	border-color: #eef1f6;
	border-radius: 18px;
	box-shadow: 0 18px 36px rgba(15, 23, 41, .05);
}

.odds-shop-products .odds-product-media {
	background: linear-gradient(135deg, #f2f5fa, #dfe6f1);
}

.odds-shop-products .odds-product-title {
	text-align: center;
	font-size: 17px;
	min-height: 44px;
}

.odds-shop-products .odds-product-category,
.odds-shop-products .odds-product-sku,
.odds-shop-products .odds-installment,
.odds-shop-products .odds-product-details {
	text-align: center;
}

.odds-shop-products .odds-product-price {
	justify-content: center;
}

.odds-shop-products .odds-add-to-cart {
	border: 0 !important;
	border-radius: 11px !important;
	background: #0f1729 !important;
	color: #fff !important;
	box-shadow: none !important;
	min-height: 44px;
}

.odds-shop-products .odds-add-to-cart:hover,
.odds-shop-products .odds-add-to-cart:focus-visible {
	background: var(--od-blue) !important;
	color: #fff !important;
	outline: 0;
}

.odds-shop-products .odds-add-to-cart[disabled] {
	background: #dfe4ec !important;
	color: #8390a4 !important;
}

.odds-shop-products .odds-qty {
	border-color: #e6eaf1;
	border-radius: 11px;
}

.odds-shop-empty {
	display: grid;
	place-items: center;
	text-align: center;
	min-height: 360px;
	border: 1px solid #eef1f6;
	border-radius: 22px;
	background: #fff;
	padding: 48px 24px;
}

.odds-shop-empty h2 {
	margin: 0 0 8px;
	color: #0f1729;
	font-family: Sora, Inter, sans-serif;
}

.odds-shop-empty p {
	margin: 0 0 20px;
	color: #7a8598;
}

.odds-shop-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 32px;
}

.odds-shop-pagination .page-numbers {
	min-width: 42px;
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e6eaf1;
	border-radius: 12px;
	background: #fff;
	color: #33405a;
	font-weight: 800;
	padding: 0 14px;
}

.odds-shop-pagination .page-numbers.current,
.odds-shop-pagination .page-numbers:hover {
	background: #0f1729;
	border-color: #0f1729;
	color: #fff;
}

.odds-shop-footer {
	background: #070a12;
	color: #aeb8c8;
	padding: 54px 0 24px;
}

.odds-shop-footer-grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1fr;
	gap: 36px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.odds-shop-footer p {
	max-width: 340px;
	margin: 18px 0 0;
	line-height: 1.65;
}

.odds-shop-footer-grid > div {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.odds-shop-footer strong {
	color: #fff;
	font-family: Sora, Inter, sans-serif;
	font-size: 14px;
}

.odds-shop-footer a,
.odds-shop-footer span {
	color: #8a94a6;
	font-size: 14px;
}

.odds-shop-footer a:hover {
	color: #fff;
}

.odds-shop-logo-footer .odds-logo-mark {
	background: linear-gradient(135deg, var(--od-blue), #071429);
}

.odds-shop-logo-footer strong {
	color: #fff;
}

.odds-shop-footer-bottom {
	padding-top: 22px;
	color: #5a6478;
	font-size: 13px;
}

.odds-shop-store-link {
	text-decoration: none;
}

.odds-distributors-template .odds-shop-shell {
	background: #f4f6fa;
}

.odds-dist-hero h1,
.odds-dist-signup h2 {
	letter-spacing: 0;
}

.odds-dist-hero-inner {
	padding-top: 44px;
	padding-bottom: 52px;
}

.odds-dist-hero-copy {
	max-width: 580px;
}

.odds-dist-hero-copy p {
	max-width: 560px;
	font-size: 16px;
}

.odds-dist-hero-stats {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.odds-dist-hero-stats div {
	min-width: 126px;
	padding: 20px 24px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 16px;
	background: rgba(255, 255, 255, .05);
	text-align: center;
}

.odds-dist-hero-stats strong {
	display: block;
	color: var(--od-gold);
	font: 800 34px Sora, Inter, sans-serif;
}

.odds-dist-hero-stats span {
	display: block;
	margin-top: 4px;
	color: #8a94a6;
	font-size: 12.5px;
}

.odds-dist-main {
	max-width: 1064px;
	padding-top: 44px;
	padding-bottom: 20px;
}

.odds-dist-find {
	display: flex;
	align-items: center;
	gap: 14px;
	border: 1px solid #e9edf4;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 41, .05);
	padding: 6px 6px 6px 20px;
	scroll-margin-top: 130px;
}

.odds-dist-find input {
	flex: 1;
	min-width: 0;
	min-height: 44px;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
	background: transparent;
	color: #0f1729;
	font: 500 15.5px Inter, system-ui, sans-serif;
}

.odds-dist-find input:focus {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.odds-dist-find button,
.odds-dist-empty button {
	border: 0;
	border-radius: 10px;
	background: #f4f6fa;
	color: #7a8598;
	font-weight: 800;
	cursor: pointer;
	min-width: 38px;
	min-height: 38px;
}

.odds-dist-find button:hover,
.odds-dist-empty button:hover {
	background: #e9edf4;
	color: #0f1729;
}

.odds-dist-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	margin: 16px 4px 22px;
	color: #5a6478;
	font-size: 14px;
}

.odds-dist-toolbar strong {
	color: #0f1729;
}

.odds-dist-toolbar > div:last-child {
	display: flex;
	gap: 8px;
}

.odds-dist-toolbar button {
	border: 1px solid #e6eaf1;
	border-radius: 10px;
	background: #fff;
	color: #33405a;
	font: 700 13px Inter, system-ui, sans-serif;
	padding: 8px 14px;
	cursor: pointer;
}

.odds-dist-toolbar button:hover {
	border-color: var(--od-blue);
	color: var(--od-blue);
}

.odds-dist-empty {
	display: grid;
	place-items: center;
	text-align: center;
	border: 1px solid #eef1f6;
	border-radius: 18px;
	background: #fff;
	padding: 56px 24px;
}

.odds-dist-empty[hidden] {
	display: none;
}

.odds-dist-empty-icon {
	width: 72px;
	height: 72px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #f4f6fa;
	color: #9aa4b6;
	font: 800 30px Sora, Inter, sans-serif;
	margin-bottom: 18px;
}

.odds-dist-empty h2 {
	margin: 0 0 6px;
	color: #0f1729;
	font-family: Sora, Inter, sans-serif;
}

.odds-dist-empty p {
	margin: 0 0 20px;
	color: #7a8598;
}

.odds-dist-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.odds-dist-state,
.odds-dist-city {
	border: 1px solid #eef1f6;
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
}

.odds-dist-state[open] {
	border-color: #dce6fb;
}

.odds-dist-state[hidden],
.odds-dist-city[hidden],
.odds-dist-card[hidden] {
	display: none;
}

.odds-dist-state > summary,
.odds-dist-city > summary {
	list-style: none;
	cursor: pointer;
}

.odds-dist-state > summary::-webkit-details-marker,
.odds-dist-city > summary::-webkit-details-marker {
	display: none;
}

.odds-dist-state > summary {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 20px 22px;
	background: #fff;
}

.odds-dist-state[open] > summary {
	background: #f7f9ff;
}

.odds-dist-state-badge {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 11px;
	background: #f0f4ff;
	color: var(--od-blue);
	font: 800 14px Sora, Inter, sans-serif;
	flex: none;
}

.odds-dist-state[open] .odds-dist-state-badge {
	background: var(--od-blue);
	color: #fff;
}

.odds-dist-state-name {
	display: grid;
	gap: 2px;
	flex: 1;
	min-width: 0;
}

.odds-dist-state-name strong {
	color: #0f1729;
	font: 800 16.5px Sora, Inter, sans-serif;
}

.odds-dist-state-name small {
	color: #8a94a6;
	font-size: 13px;
}

.odds-dist-state-count {
	border-radius: 999px;
	background: #f0f4ff;
	color: var(--od-blue);
	font-size: 13px;
	font-weight: 800;
	padding: 4px 12px;
}

.odds-dist-caret {
	width: 20px;
	height: 20px;
	position: relative;
	flex: none;
}

.odds-dist-caret::before {
	content: "";
	position: absolute;
	inset: 5px;
	border-right: 2px solid #9aa4b6;
	border-bottom: 2px solid #9aa4b6;
	transform: rotate(45deg);
	transition: transform .2s ease;
}

.odds-dist-state[open] .odds-dist-caret::before {
	transform: rotate(225deg);
}

.odds-dist-state-body {
	padding: 6px 22px 22px;
}

.odds-dist-city {
	border: 0;
	border-left: 3px solid var(--od-blue);
	border-radius: 0;
	margin-top: 16px;
	padding-left: 18px;
	overflow: visible;
}

.odds-dist-city > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
	color: #0f1729;
}

.odds-dist-city > summary strong {
	font: 800 15px Sora, Inter, sans-serif;
}

.odds-dist-city > summary span {
	border-radius: 999px;
	background: #f4f6fa;
	color: #9aa4b6;
	font-size: 12px;
	padding: 2px 10px;
}

.odds-dist-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.odds-dist-card {
	border: 1px solid #eef1f6;
	border-radius: 14px;
	background: #fbfcfe;
	padding: 16px;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.odds-dist-card:hover {
	border-color: #dfe6f1;
	box-shadow: 0 10px 24px rgba(15, 23, 41, .07);
}

.odds-dist-card strong {
	display: block;
	color: #0f1729;
	font-size: 14.5px;
	margin-bottom: 6px;
}

.odds-dist-card-place {
	color: #8a94a6;
	font-size: 12.5px;
	margin-bottom: 10px;
}

.odds-dist-phones {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.odds-dist-phones a,
.odds-dist-phones span {
	display: inline-flex;
	align-items: center;
	border: 1px solid #dce6fb;
	border-radius: 10px;
	background: #f0f4ff;
	color: var(--od-blue);
	font-size: 13px;
	font-weight: 800;
	padding: 7px 12px;
}

.odds-dist-phones a:hover {
	background: var(--od-blue);
	border-color: var(--od-blue);
	color: #fff;
}

.odds-dist-phones span {
	border-color: #eef1f6;
	background: #fff;
	color: #9aa4b6;
	font-style: italic;
}

.odds-dist-shop-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	margin: 34px 0 8px;
	border-radius: 20px;
	background: linear-gradient(120deg, var(--od-blue), #16307a);
	color: #fff;
	padding: 34px 40px;
}

.odds-dist-shop-cta strong {
	display: block;
	font: 800 22px Sora, Inter, sans-serif;
	margin-bottom: 6px;
}

.odds-dist-shop-cta span {
	color: #d6e0f7;
	font-size: 14.5px;
}

.odds-dist-shop-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 13px;
	background: #fff;
	color: #16307a;
	font-weight: 800;
	padding: 15px 28px;
}

.odds-dist-shop-cta a:hover {
	background: var(--od-gold-2);
	color: #0f1729;
}

.odds-dist-signup {
	position: relative;
	overflow: hidden;
	background: radial-gradient(120% 130% at 15% 20%, #16224a, #0a0e1c 60%, #070a12);
	color: #fff;
	padding: 72px 0;
	margin-top: 36px;
}

.odds-dist-signup-inner {
	position: relative;
	width: min(1000px, calc(100% - 64px));
	margin-inline: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

.odds-dist-pill {
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--od-gold-border);
	border-radius: 999px;
	color: var(--od-gold-ink);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 8px 15px;
	margin-bottom: 22px;
}

.odds-dist-signup h2 {
	margin: 0 0 16px;
	font: 800 32px/1.1 Sora, Inter, sans-serif;
}

.odds-dist-signup p {
	max-width: 410px;
	margin: 0 0 26px;
	color: #aeb8c8;
	font-size: 15.5px;
	line-height: 1.6;
}

.odds-dist-signup ul {
	display: grid;
	gap: 14px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.odds-dist-signup li {
	display: flex;
	align-items: center;
	gap: 13px;
	color: #dbe1ec;
	font-size: 14.5px;
}

.odds-dist-signup li::before {
	content: "";
	width: 34px;
	height: 34px;
	border-radius: 9px;
	background: rgba(46, 107, 255, .15);
	border: 1px solid rgba(46, 107, 255, .3);
	flex: none;
}

.odds-dist-form {
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 20px;
	background: #0b1020;
	padding: 30px;
}

.odds-dist-form h3 {
	margin: 0 0 6px;
	font: 800 20px Sora, Inter, sans-serif;
}

.odds-dist-form p {
	margin: 0 0 20px;
	color: #8a94a6;
	font-size: 13.5px;
}

.odds-dist-form label {
	display: grid;
	gap: 7px;
	color: #aeb8c8;
	font-size: 13px;
	margin-bottom: 14px;
}

.odds-dist-form input,
.odds-dist-form textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 11px;
	outline: 0;
	background: rgba(255, 255, 255, .05);
	color: #fff;
	font: 500 14.5px Inter, system-ui, sans-serif;
	padding: 14px;
}

.odds-dist-form textarea {
	min-height: 88px;
	resize: vertical;
}

.odds-dist-form input:focus,
.odds-dist-form textarea:focus {
	border-color: var(--od-blue);
	background: rgba(47, 95, 208, .08);
}

.odds-dist-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.odds-dist-form button {
	width: 100%;
	border: 0;
	border-radius: 12px;
	background: #25d366;
	color: #fff;
	cursor: pointer;
	font: 800 15px Inter, system-ui, sans-serif;
	padding: 16px;
}

.odds-dist-form button:hover {
	filter: brightness(1.08);
}

.odds-dist-feedback {
	margin-top: 12px;
	color: #5a6478;
	font-size: 12px;
	text-align: center;
}

.odds-dist-payments {
	background: #0b1020;
	color: #fff;
	padding: 48px 0;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, .06);
}

.odds-dist-payments h2 {
	margin: 0 0 6px;
	font: 800 20px Sora, Inter, sans-serif;
}

.odds-dist-payments p {
	margin: 0 0 28px;
	color: #8a94a6;
	font-size: 14px;
}

.odds-dist-payments div div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.odds-dist-payments span {
	width: 96px;
	height: 58px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: #fff;
	color: #0f1729;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
	font: 800 13px Sora, Inter, sans-serif;
}

.odds-product-template .odds-shop-shell,
.odds-account-template .odds-shop-shell {
	background: #f4f6fa;
	color: #0f1729;
}

.odds-product-main,
.odds-account-main {
	padding: 46px 0 72px;
}

.odds-product-native,
.odds-account-native {
	background: #fff;
	border: 1px solid #e6eaf1;
	border-radius: 22px;
	box-shadow: 0 24px 60px rgba(15, 23, 41, .08);
	padding: 28px;
}

.odds-product-native div.product {
	display: grid;
	grid-template-columns: minmax(280px, .92fr) minmax(0, 1.08fr);
	gap: 36px;
	align-items: start;
}

.odds-product-native .woocommerce-product-gallery {
	width: 100% !important;
	float: none !important;
	background: #f4f6fa;
	border: 1px solid #e6eaf1;
	border-radius: 18px;
	overflow: hidden;
	padding: 16px;
}

.odds-product-native .summary,
.odds-product-native .entry-summary {
	width: 100% !important;
	float: none !important;
	padding: 6px 0 0;
}

.odds-product-native .product_title {
	font-family: Sora, Inter, sans-serif;
	font-size: clamp(28px, 4vw, 48px);
	line-height: 1.04;
	margin: 0 0 14px;
	color: #0f1729;
}

.odds-product-native .price {
	color: #0f1729;
	font: 800 24px Sora, Inter, sans-serif;
	margin: 0 0 12px;
}

.odds-product-native .price del {
	color: #8a94a6;
	font-size: .78em;
	font-weight: 600;
}

.odds-product-native .price ins {
	color: var(--od-gold-ink);
	text-decoration: none;
}

.odds-product-native .woocommerce-product-details__short-description,
.odds-product-native .product_meta,
.odds-product-native .woocommerce-tabs {
	color: #5a6478;
	line-height: 1.7;
}

.odds-product-native form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin: 24px 0;
	padding: 18px;
	border: 1px solid #e6eaf1;
	border-radius: 16px;
	background: #f8fafc;
}

.odds-product-native form.cart .quantity input.qty {
	width: 82px;
	min-height: 46px;
	border: 1px solid #d9e0ec;
	border-radius: 12px;
	text-align: center;
	font-weight: 800;
}

.odds-product-native .single_add_to_cart_button,
.odds-product-native button.button,
.odds-account-native .button,
.odds-account-native button.button {
	min-height: 46px;
	border: 0 !important;
	border-radius: 12px !important;
	background: #0f1729 !important;
	color: #fff !important;
	padding: 0 22px !important;
	font: 800 14px Sora, Inter, sans-serif !important;
}

.odds-product-native .single_add_to_cart_button:hover,
.odds-account-native .button:hover,
.odds-account-native button.button:hover {
	background: #2f5fd0 !important;
}

.odds-product-native .woocommerce-tabs {
	grid-column: 1 / -1;
	margin-top: 14px;
	border-top: 1px solid #e6eaf1;
	padding-top: 26px;
}

.odds-product-native .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 22px;
	padding: 0;
}

.odds-product-native .woocommerce-tabs ul.tabs li {
	border: 1px solid #e6eaf1 !important;
	border-radius: 999px !important;
	background: #fff !important;
	padding: 0 !important;
}

.odds-product-native .woocommerce-tabs ul.tabs li a {
	padding: 10px 16px !important;
	color: #5a6478 !important;
	font-weight: 800;
}

.odds-product-native .related,
.odds-product-native .upsells {
	grid-column: 1 / -1;
	margin-top: 32px;
}

.odds-product-support {
	margin-top: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 22px;
	border-radius: 18px;
	background: #0f1729;
	color: #fff;
}

.odds-product-support strong,
.odds-product-support span {
	display: block;
}

.odds-product-support span {
	margin-top: 4px;
	color: #c8d1e2;
}

.odds-product-support a {
	flex: none;
	border-radius: 999px;
	background: #25d366;
	color: #07101f;
	padding: 12px 18px;
	font-weight: 900;
}

.odds-account-native .woocommerce {
	display: grid;
	gap: 24px;
}

.odds-account-native .woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.odds-account-native .woocommerce-MyAccount-navigation a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	border: 1px solid #e6eaf1;
	border-radius: 999px;
	padding: 0 15px;
	color: #5a6478;
	font-weight: 800;
}

.odds-account-native .woocommerce-MyAccount-navigation .is-active a,
.odds-account-native .woocommerce-MyAccount-navigation a:hover {
	background: #0f1729;
	color: #fff;
	border-color: #0f1729;
}

.odds-account-native input.input-text,
.odds-account-native textarea,
.odds-account-native select {
	min-height: 46px;
	border: 1px solid #d9e0ec;
	border-radius: 12px;
	padding: 10px 12px;
}

.odds-purchase-template .odds-shop-shell {
	background: #f4f6fa;
}

.odds-purchase-secure-header {
	position: sticky;
	top: 0;
	z-index: 80;
	background: rgba(255, 255, 255, .96);
	border-bottom: 1px solid #eef1f6;
	box-shadow: 0 10px 30px rgba(15, 23, 41, .06);
	backdrop-filter: blur(14px);
}

.admin-bar .odds-purchase-secure-header {
	top: 32px;
}

.odds-purchase-secure-inner {
	min-height: 82px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.odds-purchase-secure-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.odds-purchase-secure-actions a,
.odds-purchase-secure-actions span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	padding: 0 15px;
}

.odds-purchase-secure-actions a {
	border: 1px solid #e6eaf1;
	background: #fff;
	color: #33405a;
}

.odds-purchase-secure-actions a:hover {
	border-color: var(--od-blue);
	color: var(--od-blue);
}

.odds-purchase-secure-actions span {
	background: #edf4ff;
	color: var(--od-blue);
}

.odds-purchase-hero {
	background:
		linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
		radial-gradient(120% 140% at 85% 0%, #16224a, #0b1024 55%, #070a12);
	background-size: 42px 42px, 42px 42px, auto;
}

.odds-purchase-hero-inner {
	padding-top: 38px;
	padding-bottom: 42px;
}

.odds-purchase-hero-row {
	margin-bottom: 26px;
}

.odds-purchase-hero h1 {
	letter-spacing: 0;
}

.odds-purchase-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	max-width: 760px;
}

.odds-purchase-step {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 52px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 14px;
	background: rgba(255, 255, 255, .045);
	color: #aeb8c8;
	font-weight: 800;
	padding: 0 16px;
}

.odds-purchase-step span {
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	color: inherit;
	font: 800 12px Sora, Inter, sans-serif;
	flex: none;
}

.odds-purchase-step.is-active {
	background: #fff;
	border-color: #fff;
	color: #0f1729;
}

.odds-purchase-step.is-active span {
	background: var(--od-gold);
	color: #fff;
}

.odds-purchase-step.is-done {
	border-color: var(--od-gold-border);
	color: var(--od-gold-ink);
}

.odds-purchase-step.is-done span {
	background: var(--od-gold-soft);
	color: var(--od-gold-ink);
}

.odds-purchase-main {
	padding-top: 34px;
	padding-bottom: 76px;
}

.odds-purchase-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 22px;
}

.odds-purchase-benefits span {
	display: grid;
	gap: 4px;
	border: 1px solid #e9edf4;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 41, .045);
	padding: 18px 20px;
}

.odds-purchase-benefits strong {
	color: #0f1729;
	font: 800 14px Sora, Inter, sans-serif;
}

.odds-purchase-benefits small {
	color: #7a8598;
	font-size: 12.5px;
	line-height: 1.45;
}

.odds-purchase-native,
.odds-purchase-native * {
	box-sizing: border-box;
}

.odds-purchase-native .woocommerce {
	color: #33405a;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.odds-purchase-native .woocommerce-notices-wrapper,
.odds-purchase-native .woocommerce-message,
.odds-purchase-native .woocommerce-info,
.odds-purchase-native .woocommerce-error,
.odds-purchase-native .woocommerce-NoticeGroup,
.odds-purchase-native .cart-empty,
.odds-purchase-native .return-to-shop {
	grid-column: 1 / -1;
}

.odds-purchase-native .woocommerce-message,
.odds-purchase-native .woocommerce-info,
.odds-purchase-native .woocommerce-error {
	border: 1px solid #e6eaf1;
	border-top: 0;
	border-radius: 14px;
	background: #fff;
	color: #33405a;
	box-shadow: 0 12px 28px rgba(15, 23, 41, .05);
	padding: 16px 20px 16px 52px;
}

.odds-purchase-native .woocommerce-message::before,
.odds-purchase-native .woocommerce-info::before {
	color: var(--od-blue);
	top: 17px;
}

.odds-purchase-native .woocommerce-error::before {
	color: #b42318;
	top: 17px;
}

.odds-purchase-native .button,
.odds-purchase-native button.button,
.odds-purchase-native input.button,
.odds-purchase-native a.button,
.odds-purchase-native #place_order,
.odds-purchase-native .wc-forward,
.odds-purchase-native .checkout-button {
	min-height: 46px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border: 0 !important;
	border-radius: 12px !important;
	background: #0f1729 !important;
	color: #fff !important;
	box-shadow: none !important;
	font: 800 14px Inter, system-ui, sans-serif !important;
	line-height: 1.2 !important;
	padding: 13px 20px !important;
	text-decoration: none !important;
	text-align: center;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}

.odds-purchase-native .button:hover,
.odds-purchase-native button.button:hover,
.odds-purchase-native input.button:hover,
.odds-purchase-native a.button:hover,
.odds-purchase-native #place_order:hover,
.odds-purchase-native .wc-forward:hover,
.odds-purchase-native .checkout-button:hover,
.odds-purchase-native .button:focus-visible,
.odds-purchase-native button.button:focus-visible,
.odds-purchase-native input.button:focus-visible,
.odds-purchase-native a.button:focus-visible,
.odds-purchase-native #place_order:focus-visible,
.odds-purchase-native .wc-forward:focus-visible,
.odds-purchase-native .checkout-button:focus-visible {
	background: var(--od-blue) !important;
	color: #fff !important;
	outline: 0;
	transform: translateY(-1px);
}

.odds-purchase-native .button:disabled,
.odds-purchase-native button.button:disabled,
.odds-purchase-native input.button:disabled,
.odds-purchase-native .button.disabled,
.odds-purchase-native button.button.disabled,
.odds-purchase-native input.button.disabled {
	background: #dfe4ec !important;
	color: #7a8598 !important;
	opacity: 1 !important;
	transform: none;
}

.odds-purchase-native input[type="text"],
.odds-purchase-native input[type="email"],
.odds-purchase-native input[type="tel"],
.odds-purchase-native input[type="number"],
.odds-purchase-native input[type="password"],
.odds-purchase-native input[type="search"],
.odds-purchase-native textarea,
.odds-purchase-native select,
.odds-purchase-native .select2-container .select2-selection--single {
	min-height: 46px;
	width: 100%;
	border: 1px solid #e2e8f0 !important;
	border-radius: 12px !important;
	background: #f8fafc !important;
	color: #0f1729 !important;
	box-shadow: none !important;
	font: 500 14.5px Inter, system-ui, sans-serif !important;
	padding: 11px 13px !important;
	outline: 0 !important;
}

.odds-purchase-native textarea {
	min-height: 104px;
	resize: vertical;
}

.odds-purchase-native input:focus,
.odds-purchase-native textarea:focus,
.odds-purchase-native select:focus,
.odds-purchase-native .select2-container--open .select2-selection--single,
.odds-purchase-native .select2-container--focus .select2-selection--single {
	border-color: var(--od-blue) !important;
	background: #fff !important;
	box-shadow: 0 0 0 3px rgba(8, 65, 179, .1) !important;
}

.odds-purchase-native label {
	color: #33405a;
	font-weight: 750;
	font-size: 13.5px;
}

.odds-purchase-native abbr.required {
	color: var(--od-gold);
	text-decoration: none;
}

.odds-purchase-native .form-row {
	margin: 0 0 15px !important;
	padding: 0 !important;
}

.odds-purchase-native .form-row-first,
.odds-purchase-native .form-row-last {
	width: calc(50% - 7px) !important;
}

.odds-purchase-native .form-row-first {
	margin-right: 14px !important;
}

.odds-purchase-native .select2-container {
	width: 100% !important;
}

.odds-purchase-native .select2-container .select2-selection__rendered {
	line-height: 23px;
	padding-left: 0;
	color: #0f1729;
}

.odds-purchase-native .select2-container .select2-selection__arrow {
	top: 9px;
	right: 9px;
}

.odds-purchase-cart .odds-purchase-native > .woocommerce {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 28px;
	align-items: start;
}

.odds-purchase-cart .woocommerce-cart-form {
	grid-column: 1;
	width: 100%;
	border: 1px solid #e9edf4;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 38px rgba(15, 23, 41, .055);
	padding: 0;
	overflow: hidden;
}

.odds-purchase-cart .woocommerce-cart-form table.shop_table {
	width: 100%;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: collapse !important;
	border-radius: 0 !important;
}

.odds-purchase-cart table.shop_table th {
	border: 0 !important;
	border-bottom: 1px solid #eef1f6 !important;
	background: #fbfcfe;
	color: #7a8598;
	font: 800 12px Sora, Inter, sans-serif;
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: 18px 16px !important;
}

.odds-purchase-cart table.shop_table td {
	border: 0 !important;
	border-bottom: 1px solid #f0f3f8 !important;
	color: #33405a;
	padding: 18px 16px !important;
	vertical-align: middle;
}

.odds-purchase-cart table.shop_table tr:last-child td {
	border-bottom: 0 !important;
}

.odds-purchase-cart .product-remove a {
	width: 32px;
	height: 32px;
	display: inline-grid !important;
	place-items: center;
	border-radius: 50%;
	background: #f4f6fa;
	color: #7a8598 !important;
	font-size: 22px !important;
	line-height: 1 !important;
}

.odds-purchase-cart .product-remove a:hover {
	background: #fff1f0;
	color: #b42318 !important;
}

.odds-purchase-cart .product-thumbnail img {
	width: 72px;
	height: 72px;
	border-radius: 13px;
	background: #f4f6fa;
	object-fit: cover;
}

.odds-purchase-cart .product-name a {
	color: #0f1729;
	font: 800 15px Sora, Inter, sans-serif;
}

.odds-purchase-cart .product-name a:hover {
	color: var(--od-blue);
}

.odds-purchase-cart .product-price,
.odds-purchase-cart .product-subtotal {
	color: #0f1729;
	font-weight: 800;
}

.odds-purchase-cart .quantity {
	display: inline-flex;
}

.odds-purchase-cart .quantity input.qty {
	width: 72px !important;
	min-height: 42px;
	text-align: center;
	background: #fff !important;
	font-weight: 800 !important;
	padding-inline: 8px !important;
}

.odds-purchase-cart table.shop_table td.actions {
	background: #fbfcfe;
	padding: 18px !important;
}

.odds-purchase-cart .actions .coupon {
	display: flex;
	align-items: center;
	gap: 10px;
	float: none !important;
	max-width: 520px;
}

.odds-purchase-cart .actions .coupon label {
	display: none;
}

.odds-purchase-cart .actions .coupon input.input-text {
	width: min(260px, 100%) !important;
	margin: 0 !important;
}

.odds-purchase-cart .actions > .button {
	float: right;
}

.odds-purchase-cart .cart-collaterals {
	grid-column: 2;
	width: 100% !important;
}

.odds-purchase-cart .cart-collaterals::before,
.odds-purchase-cart .cart-collaterals::after {
	display: none !important;
}

.odds-purchase-cart .cart_totals {
	float: none !important;
	width: 100% !important;
	position: sticky;
	top: 116px;
	border: 1px solid #e9edf4;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 38px rgba(15, 23, 41, .055);
	padding: 24px;
}

.admin-bar .odds-purchase-cart .cart_totals {
	top: 148px;
}

.odds-purchase-cart .cart_totals h2,
.odds-purchase-checkout #order_review_heading,
.odds-purchase-payment #order_review_heading {
	margin: 0 0 16px;
	color: #0f1729;
	font: 800 21px Sora, Inter, sans-serif;
}

.odds-purchase-cart .cart_totals table.shop_table {
	border: 0 !important;
	margin: 0 0 18px !important;
}

.odds-purchase-cart .cart_totals th,
.odds-purchase-cart .cart_totals td {
	border: 0 !important;
	border-bottom: 1px solid #f0f3f8 !important;
	padding: 13px 0 !important;
	background: transparent;
	color: #33405a;
	font-size: 14px;
}

.odds-purchase-cart .cart_totals tr.order-total th,
.odds-purchase-cart .cart_totals tr.order-total td {
	color: #0f1729;
	font: 800 18px Sora, Inter, sans-serif;
}

.odds-purchase-cart .wc-proceed-to-checkout {
	padding: 0 !important;
}

.odds-purchase-cart .wc-proceed-to-checkout .checkout-button {
	width: 100%;
	min-height: 54px;
	font-size: 15px !important;
}

.odds-purchase-cart .cart-empty {
	display: grid;
	place-items: center;
	min-height: 250px;
	border: 1px solid #e9edf4;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 38px rgba(15, 23, 41, .055);
	color: #0f1729;
	font: 800 22px Sora, Inter, sans-serif;
	text-align: center;
	padding: 54px 24px !important;
}

.odds-purchase-cart .return-to-shop {
	text-align: center;
	margin-top: -8px;
}

.odds-purchase-checkout .odds-purchase-native > .woocommerce,
.odds-purchase-payment .odds-purchase-native > .woocommerce,
.odds-purchase-received .odds-purchase-native > .woocommerce {
	display: block;
}

.odds-purchase-checkout form.checkout,
.odds-purchase-payment form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 28px;
	align-items: start;
}

.odds-purchase-checkout .col2-set,
.odds-purchase-payment .col2-set {
	grid-column: 1;
	display: grid;
	gap: 18px;
	width: auto !important;
	float: none !important;
}

.odds-purchase-checkout .col2-set::before,
.odds-purchase-checkout .col2-set::after,
.odds-purchase-payment .col2-set::before,
.odds-purchase-payment .col2-set::after {
	display: none !important;
}

.odds-purchase-checkout .col2-set .col-1,
.odds-purchase-checkout .col2-set .col-2,
.odds-purchase-payment .col2-set .col-1,
.odds-purchase-payment .col2-set .col-2 {
	float: none !important;
	width: auto !important;
}

.odds-purchase-checkout .woocommerce-billing-fields,
.odds-purchase-checkout .woocommerce-shipping-fields,
.odds-purchase-checkout .woocommerce-additional-fields,
.odds-purchase-payment .woocommerce-billing-fields,
.odds-purchase-payment .woocommerce-shipping-fields,
.odds-purchase-payment .woocommerce-additional-fields,
.odds-purchase-checkout .woocommerce-account-fields,
.odds-purchase-payment .woocommerce-account-fields {
	border: 1px solid #e9edf4;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 38px rgba(15, 23, 41, .055);
	padding: 24px;
}

.odds-purchase-checkout .woocommerce-billing-fields h3,
.odds-purchase-checkout .woocommerce-shipping-fields h3,
.odds-purchase-checkout .woocommerce-additional-fields h3,
.odds-purchase-payment .woocommerce-billing-fields h3,
.odds-purchase-payment .woocommerce-shipping-fields h3,
.odds-purchase-payment .woocommerce-additional-fields h3 {
	margin: 0 0 18px;
	color: #0f1729;
	font: 800 20px Sora, Inter, sans-serif;
}

.odds-purchase-checkout .woocommerce-account-fields,
.odds-purchase-payment .woocommerce-account-fields {
	margin-bottom: 18px;
}

.odds-purchase-checkout #order_review_heading,
.odds-purchase-payment #order_review_heading {
	grid-column: 2;
	grid-row: 1;
	align-self: start;
	margin: 0;
	border: 1px solid #e9edf4;
	border-bottom: 0;
	border-radius: 20px 20px 0 0;
	background: #fff;
	box-shadow: 0 18px 38px rgba(15, 23, 41, .055);
	padding: 24px 24px 0;
}

.odds-purchase-checkout #order_review,
.odds-purchase-payment #order_review {
	grid-column: 2;
	grid-row: 1;
	align-self: start;
	position: sticky;
	top: 116px;
	margin-top: 49px;
	border: 1px solid #e9edf4;
	border-top: 0;
	border-radius: 0 0 20px 20px;
	background: #fff;
	box-shadow: 0 18px 38px rgba(15, 23, 41, .055);
	padding: 16px 24px 24px;
}

.admin-bar .odds-purchase-checkout #order_review,
.admin-bar .odds-purchase-payment #order_review {
	top: 148px;
}

.odds-purchase-checkout table.shop_table,
.odds-purchase-payment table.shop_table,
.odds-purchase-received table.shop_table {
	width: 100%;
	border: 0 !important;
	border-collapse: collapse !important;
	border-radius: 0 !important;
	margin: 0 0 18px !important;
}

.odds-purchase-checkout table.shop_table th,
.odds-purchase-checkout table.shop_table td,
.odds-purchase-payment table.shop_table th,
.odds-purchase-payment table.shop_table td,
.odds-purchase-received table.shop_table th,
.odds-purchase-received table.shop_table td {
	border: 0 !important;
	border-bottom: 1px solid #f0f3f8 !important;
	background: transparent;
	color: #33405a;
	font-size: 14px;
	padding: 13px 0 !important;
}

.odds-purchase-checkout table.shop_table thead th,
.odds-purchase-payment table.shop_table thead th,
.odds-purchase-received table.shop_table thead th {
	color: #7a8598;
	font: 800 12px Sora, Inter, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.odds-purchase-checkout table.shop_table .order-total th,
.odds-purchase-checkout table.shop_table .order-total td,
.odds-purchase-payment table.shop_table .order-total th,
.odds-purchase-payment table.shop_table .order-total td,
.odds-purchase-received table.shop_table .order-total th,
.odds-purchase-received table.shop_table .order-total td {
	color: #0f1729;
	font: 800 17px Sora, Inter, sans-serif;
}

.odds-purchase-checkout #payment,
.odds-purchase-payment #payment {
	border-radius: 16px !important;
	background: #f8fafc !important;
	border: 1px solid #e6eaf1;
}

.odds-purchase-checkout #payment ul.payment_methods,
.odds-purchase-payment #payment ul.payment_methods {
	border-bottom: 1px solid #e6eaf1 !important;
	padding: 14px !important;
}

.odds-purchase-checkout #payment ul.payment_methods li,
.odds-purchase-payment #payment ul.payment_methods li {
	border: 1px solid #e6eaf1;
	border-radius: 13px;
	background: #fff;
	color: #33405a;
	margin: 0 0 10px !important;
	padding: 12px 14px !important;
}

.odds-purchase-checkout #payment ul.payment_methods li:last-child,
.odds-purchase-payment #payment ul.payment_methods li:last-child {
	margin-bottom: 0 !important;
}

.odds-purchase-checkout #payment ul.payment_methods label,
.odds-purchase-payment #payment ul.payment_methods label {
	color: #0f1729;
	font-weight: 850;
}

.odds-purchase-checkout #payment div.payment_box,
.odds-purchase-payment #payment div.payment_box {
	border-radius: 12px !important;
	background: #f0f4ff !important;
	color: #33405a !important;
	font-size: 13px;
	line-height: 1.55;
	margin: 12px 0 0 !important;
	padding: 13px 14px !important;
}

.odds-purchase-checkout #payment div.payment_box::before,
.odds-purchase-payment #payment div.payment_box::before {
	border-bottom-color: #f0f4ff !important;
}

.odds-purchase-checkout #payment .place-order,
.odds-purchase-payment #payment .place-order {
	padding: 18px !important;
}

.odds-purchase-checkout #place_order,
.odds-purchase-payment #place_order {
	width: 100%;
	min-height: 54px;
	font-size: 15px !important;
}

.odds-purchase-checkout .woocommerce-privacy-policy-text,
.odds-purchase-payment .woocommerce-privacy-policy-text {
	color: #7a8598;
	font-size: 12px;
	line-height: 1.55;
}

.odds-purchase-checkout .woocommerce-form-coupon-toggle,
.odds-purchase-checkout form.checkout_coupon,
.odds-purchase-payment .woocommerce-form-coupon-toggle,
.odds-purchase-payment form.checkout_coupon {
	border: 1px solid #e9edf4 !important;
	border-radius: 16px !important;
	background: #fff !important;
	box-shadow: 0 12px 28px rgba(15, 23, 41, .045);
	margin-bottom: 18px !important;
	padding: 16px 18px !important;
}

.odds-purchase-checkout form.checkout_coupon,
.odds-purchase-payment form.checkout_coupon {
	display: flex;
	align-items: end;
	gap: 12px;
	flex-wrap: wrap;
}

.odds-purchase-checkout form.checkout_coupon p,
.odds-purchase-payment form.checkout_coupon p {
	margin: 0 !important;
}

.odds-purchase-checkout form.checkout_coupon .form-row-first,
.odds-purchase-payment form.checkout_coupon .form-row-first {
	flex: 1;
	min-width: 220px;
	width: auto !important;
	margin-right: 0 !important;
}

.odds-purchase-received .woocommerce-order,
.odds-purchase-received .woocommerce-customer-details,
.odds-purchase-received .woocommerce-order-details,
.odds-purchase-received .woocommerce-bacs-bank-details,
.odds-purchase-received .woocommerce-thankyou-order-received,
.odds-purchase-payment .woocommerce-order-pay,
.odds-purchase-payment .woocommerce {
	border: 1px solid #e9edf4;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 38px rgba(15, 23, 41, .055);
	padding: 24px;
}

.odds-purchase-received .woocommerce-order {
	display: grid;
	gap: 18px;
}

.odds-purchase-received .woocommerce-thankyou-order-received {
	margin: 0 !important;
	color: #0f1729;
	font: 800 22px Sora, Inter, sans-serif;
}

.odds-purchase-received ul.order_details {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 0 !important;
	padding: 0 !important;
}

.odds-purchase-received ul.order_details li {
	float: none !important;
	border: 1px solid #e9edf4 !important;
	border-radius: 14px;
	background: #f8fafc;
	color: #7a8598;
	font-size: 12px;
	padding: 14px !important;
	margin: 0 !important;
}

.odds-purchase-received ul.order_details li strong {
	display: block;
	margin-top: 6px;
	color: #0f1729;
	font: 800 14px Inter, system-ui, sans-serif;
}

@media (max-width: 1040px) {
	.odds-purchase-cart .odds-purchase-native > .woocommerce,
	.odds-purchase-checkout form.checkout,
	.odds-purchase-payment form.checkout {
		grid-template-columns: 1fr;
	}
	.odds-purchase-cart .woocommerce-cart-form,
	.odds-purchase-cart .cart-collaterals,
	.odds-purchase-checkout .col2-set,
	.odds-purchase-checkout #order_review_heading,
	.odds-purchase-checkout #order_review,
	.odds-purchase-payment .col2-set,
	.odds-purchase-payment #order_review_heading,
	.odds-purchase-payment #order_review {
		grid-column: 1;
		grid-row: auto;
	}
	.odds-purchase-cart .cart_totals,
	.odds-purchase-checkout #order_review,
	.odds-purchase-payment #order_review {
		position: static;
	}
	.odds-purchase-checkout #order_review_heading,
	.odds-purchase-payment #order_review_heading {
		margin-top: 4px;
	}
	.odds-purchase-checkout #order_review,
	.odds-purchase-payment #order_review {
		margin-top: -28px;
	}
}

@media (max-width: 760px) {
	.odds-purchase-secure-inner {
		align-items: flex-start;
		flex-direction: column;
		padding: 14px 0;
	}
	.odds-purchase-secure-actions {
		width: 100%;
		justify-content: flex-start;
	}
	.odds-purchase-steps,
	.odds-purchase-benefits,
	.odds-purchase-received ul.order_details {
		grid-template-columns: 1fr;
	}
	.odds-purchase-step {
		min-height: 48px;
	}
	.odds-purchase-cart .woocommerce-cart-form {
		overflow-x: auto;
	}
	.odds-purchase-cart .woocommerce-cart-form table.shop_table {
		min-width: 660px;
	}
	.odds-purchase-cart .actions .coupon {
		display: grid;
		grid-template-columns: 1fr;
		max-width: none;
		width: 100%;
		margin-bottom: 12px;
	}
	.odds-purchase-cart .actions .coupon input.input-text,
	.odds-purchase-cart .actions .coupon .button,
	.odds-purchase-cart .actions > .button {
		width: 100% !important;
	}
	.odds-purchase-cart .actions > .button {
		float: none;
	}
	.odds-purchase-native .form-row-first,
	.odds-purchase-native .form-row-last {
		width: 100% !important;
		margin-right: 0 !important;
	}
	.odds-purchase-checkout .woocommerce-billing-fields,
	.odds-purchase-checkout .woocommerce-shipping-fields,
	.odds-purchase-checkout .woocommerce-additional-fields,
	.odds-purchase-payment .woocommerce-billing-fields,
	.odds-purchase-payment .woocommerce-shipping-fields,
	.odds-purchase-payment .woocommerce-additional-fields,
	.odds-purchase-checkout .woocommerce-account-fields,
	.odds-purchase-payment .woocommerce-account-fields,
	.odds-purchase-cart .cart_totals,
	.odds-purchase-checkout #order_review_heading,
	.odds-purchase-checkout #order_review,
	.odds-purchase-payment #order_review_heading,
	.odds-purchase-payment #order_review,
	.odds-purchase-received .woocommerce-order,
	.odds-purchase-received .woocommerce-customer-details,
	.odds-purchase-received .woocommerce-order-details,
	.odds-purchase-received .woocommerce-bacs-bank-details,
	.odds-purchase-payment .woocommerce-order-pay,
	.odds-purchase-payment .woocommerce {
		border-radius: 16px;
		padding: 18px;
	}
	.odds-purchase-checkout #order_review_heading,
	.odds-purchase-payment #order_review_heading {
		border-radius: 16px 16px 0 0;
	}
	.odds-purchase-checkout #order_review,
	.odds-purchase-payment #order_review {
		border-radius: 0 0 16px 16px;
	}
}

@media (max-width: 520px) {
	.odds-purchase-main {
		padding-top: 24px;
		padding-bottom: 54px;
	}
	.odds-purchase-hero-inner {
		padding-top: 30px;
		padding-bottom: 32px;
	}
	.odds-purchase-hero-row {
		margin-bottom: 20px;
	}
	.odds-purchase-secure-actions a,
	.odds-purchase-secure-actions span {
		width: 100%;
		justify-content: center;
	}
	.odds-purchase-native .woocommerce-message,
	.odds-purchase-native .woocommerce-info,
	.odds-purchase-native .woocommerce-error {
		padding: 16px 18px !important;
	}
	.odds-purchase-native .woocommerce-message::before,
	.odds-purchase-native .woocommerce-info::before,
	.odds-purchase-native .woocommerce-error::before {
		display: none;
	}
}

@media (max-width: 1120px) {
	.odds-shop-products.odds-products-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 920px) {
	.odds-shop-wrap {
		width: min(100% - 32px, 1240px);
	}
	.odds-page-hero-inner,
	.odds-editorial-split-inner,
	.odds-cta-band-inner {
		grid-template-columns: 1fr;
	}
	.odds-page-hero-inner {
		min-height: auto;
		gap: 30px;
		padding: 48px 0 56px;
	}
	.odds-page-hero h1 {
		font-size: 44px;
	}
	.odds-page-product-frame,
	.odds-editorial-media {
		min-height: 300px;
	}
	.odds-grid-cols-3,
	.odds-grid-cols-4,
	.odds-timeline,
	.odds-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.odds-editorial-split.is-reverse .odds-editorial-copy,
	.odds-editorial-split.is-reverse .odds-editorial-media {
		order: initial;
	}
	.odds-cta-actions {
		justify-content: flex-start;
	}
	.odds-spec-table-wrap {
		overflow-x: auto;
	}
	.odds-spec-table {
		min-width: 760px;
	}
	.odds-shop-header-main {
		flex-wrap: wrap;
		gap: 12px;
		padding: 12px 0;
	}
	.odds-shop-search-trigger {
		order: 3;
		flex-basis: 100%;
	}
	.odds-shop-menu-toggle {
		display: inline-flex;
	}
	.odds-shop-nav-inner {
		display: none;
		padding: 12px 0 16px;
	}
	.odds-shop-nav-inner.is-open {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}
	.odds-shop-nav a {
		border-radius: 12px;
		background: #f4f6fa;
		padding: 12px 14px;
	}
	.odds-shop-whatsapp {
		grid-column: 1 / -1;
		margin-left: 0;
	}
	.odds-shop-account,
	.odds-shop-topbar-spacer,
	.odds-shop-topbar a {
		display: none;
	}
	.odds-shop-topbar-inner {
		overflow-x: auto;
	}
	.odds-shop-hero-row,
	.odds-shop-main,
	.odds-shop-footer-grid,
	.odds-dist-signup-inner {
		grid-template-columns: 1fr;
	}
	.odds-shop-hero-row {
		display: grid;
	}
	.odds-dist-hero-row {
		align-items: start;
	}
	.odds-dist-main,
	.odds-dist-signup-inner {
		width: min(100% - 32px, 1000px);
	}
	.odds-dist-cards {
		grid-template-columns: 1fr;
	}
	.odds-shop-sidebar {
		position: static;
	}
	.odds-shop-products.odds-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.odds-product-native div.product {
		grid-template-columns: 1fr;
	}
	.odds-product-support {
		align-items: stretch;
		flex-direction: column;
	}
}

@media (max-width: 560px) {
	.odds-page-hero h1 {
		font-size: 36px;
	}
	.odds-page-hero p,
	.odds-editorial-copy p,
	.odds-cta-band p {
		font-size: 15.5px;
	}
	.odds-page-stats,
	.odds-hero-actions,
	.odds-cta-actions {
		display: grid;
		grid-template-columns: 1fr;
	}
	.odds-page-stats div,
	.odds-hero-actions a,
	.odds-cta-actions a {
		width: 100%;
		justify-content: center;
	}
	.odds-grid-cols-2,
	.odds-grid-cols-3,
	.odds-grid-cols-4,
	.odds-timeline,
	.odds-process-grid {
		grid-template-columns: 1fr;
	}
	.odds-editable-grid-section,
	.odds-editorial-split,
	.odds-timeline-section,
	.odds-spec-table-section,
	.odds-process-section,
	.odds-cta-band {
		padding: 56px 0;
	}
	.odds-editable-card,
	.odds-timeline article,
	.odds-process-grid article {
		padding: 20px;
	}
	.odds-editorial-copy h2,
	.odds-cta-band h2 {
		font-size: 28px;
	}
	.odds-shop-logo small {
		display: none;
	}
	.odds-shop-logo strong {
		font-size: 14px;
	}
	.odds-shop-header-actions {
		margin-left: auto;
	}
	.odds-shop-cart-trigger {
		min-height: 42px;
		padding-inline: 14px;
	}
	.odds-shop-menu-toggle {
		min-height: 42px;
		padding-inline: 12px;
	}
	.odds-shop-nav-inner.is-open {
		grid-template-columns: 1fr;
	}
	.odds-product-native,
	.odds-account-native {
		padding: 18px;
		border-radius: 16px;
	}
	.odds-product-main,
	.odds-account-main {
		padding: 28px 0 52px;
	}
	.odds-product-native form.cart {
		align-items: stretch;
		flex-direction: column;
	}
	.odds-product-native form.cart .quantity input.qty,
	.odds-product-native .single_add_to_cart_button {
		width: 100%;
	}
	.odds-newsletter-form form {
		grid-template-columns: 1fr;
	}
	.odds-shop-hero h1 {
		font-size: 34px;
	}
	.odds-dist-hero-stats {
		width: 100%;
	}
	.odds-dist-hero-stats div {
		flex: 1;
		min-width: 0;
		padding: 16px 14px;
	}
	.odds-dist-find {
		padding-left: 14px;
	}
	.odds-dist-toolbar {
		align-items: stretch;
		flex-direction: column;
	}
	.odds-dist-toolbar > div:last-child,
	.odds-dist-toolbar button {
		width: 100%;
	}
	.odds-dist-toolbar > div:last-child {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.odds-dist-state > summary {
		gap: 12px;
		padding: 17px 16px;
	}
	.odds-dist-state-badge {
		width: 40px;
		height: 40px;
	}
	.odds-dist-state-body {
		padding: 4px 16px 18px;
	}
	.odds-dist-state-count {
		display: none;
	}
	.odds-dist-shop-cta {
		align-items: stretch;
		padding: 26px 22px;
	}
	.odds-dist-shop-cta a {
		width: 100%;
	}
	.odds-dist-form {
		padding: 24px 18px;
	}
	.odds-dist-form-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.odds-shop-toolbar {
		align-items: stretch;
		flex-direction: column;
	}
	.odds-shop-sort label,
	.odds-shop-sort select {
		width: 100%;
	}
	.odds-shop-products.odds-products-grid {
		grid-template-columns: 1fr;
	}
}

/* Layout hardening 0.10.0 */
body.odds-elementor-page .elementor > .e-con.e-parent {
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	gap: 0 !important;
	--margin-top: 0;
	--margin-bottom: 0;
	--margin-left: 0;
	--margin-right: 0;
	--padding-top: 0;
	--padding-bottom: 0;
	--padding-left: 0;
	--padding-right: 0;
}

.odds-section img,
.odds-shop-shell img {
	max-width: 100%;
}

.odds-section h1,
.odds-section h2,
.odds-section h3,
.odds-product-title,
.odds-shop-shell h1,
.odds-shop-shell h2,
.odds-shop-shell h3,
.odds-shop-shell strong {
	overflow-wrap: anywhere;
}

.odds-button,
.odds-section button,
.odds-shop-shell button,
.odds-shop-shell .button {
	min-width: 0;
	white-space: normal;
}

.odds-section a:focus-visible,
.odds-section button:focus-visible,
.odds-section input:focus-visible,
.odds-section select:focus-visible,
.odds-section textarea:focus-visible,
.odds-shop-shell a:focus-visible,
.odds-shop-shell button:focus-visible,
.odds-shop-shell input:focus-visible,
.odds-shop-shell select:focus-visible,
.odds-shop-shell textarea:focus-visible {
	outline: 3px solid rgba(47, 95, 208, .32);
	outline-offset: 2px;
}

.odds-shop-hero h1 {
	letter-spacing: 0;
}

.odds-shop-search-trigger {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.odds-shop-mobile-filters {
	display: none;
}

.odds-purchase-checkout form.checkout,
.odds-purchase-payment form.checkout,
.odds-purchase-checkout form.checkout > *,
.odds-purchase-payment form.checkout > *,
.odds-purchase-checkout .col2-set,
.odds-purchase-payment .col2-set,
.odds-purchase-checkout .col2-set .col-1,
.odds-purchase-checkout .col2-set .col-2,
.odds-purchase-payment .col2-set .col-1,
.odds-purchase-payment .col2-set .col-2,
.odds-purchase-checkout .woocommerce-billing-fields,
.odds-purchase-checkout .woocommerce-shipping-fields,
.odds-purchase-checkout .woocommerce-additional-fields,
.odds-purchase-payment .woocommerce-billing-fields,
.odds-purchase-payment .woocommerce-shipping-fields,
.odds-purchase-payment .woocommerce-additional-fields,
.odds-purchase-checkout #order_review,
.odds-purchase-payment #order_review {
	min-width: 0;
	max-width: 100%;
}

.odds-purchase-checkout .col2-set,
.odds-purchase-payment .col2-set {
	grid-template-columns: minmax(0, 1fr);
}

.odds-purchase-checkout .col2-set .col-1,
.odds-purchase-checkout .col2-set .col-2,
.odds-purchase-payment .col2-set .col-1,
.odds-purchase-payment .col2-set .col-2,
.odds-purchase-checkout .woocommerce-billing-fields,
.odds-purchase-checkout .woocommerce-shipping-fields,
.odds-purchase-checkout .woocommerce-additional-fields,
.odds-purchase-payment .woocommerce-billing-fields,
.odds-purchase-payment .woocommerce-shipping-fields,
.odds-purchase-payment .woocommerce-additional-fields {
	width: 100% !important;
}

.odds-purchase-native input,
.odds-purchase-native select,
.odds-purchase-native textarea,
.odds-purchase-native .select2-container {
	min-width: 0;
	max-width: 100%;
}

@media (max-width: 920px) {
	.odds-shop-mobile-filters {
		display: block;
		grid-column: 1 / -1;
	}

	.odds-shop-mobile-filters button {
		position: relative;
		width: 100%;
		min-height: 58px;
		display: grid;
		gap: 3px;
		border: 1px solid #e3e8f0;
		border-radius: 14px;
		background: #fff;
		box-shadow: 0 10px 24px rgba(15, 23, 41, .05);
		color: #0f1729;
		cursor: pointer;
		font: 800 14px Sora, Inter, sans-serif;
		padding: 11px 50px 11px 16px;
		text-align: left;
	}

	.odds-shop-mobile-filters button small {
		color: #7a8598;
		font: 500 12px Inter, system-ui, sans-serif;
	}

	.odds-shop-mobile-filters button::after {
		content: "";
		position: absolute;
		top: 21px;
		right: 20px;
		width: 9px;
		height: 9px;
		border-right: 2px solid #7a8598;
		border-bottom: 2px solid #7a8598;
		transform: rotate(45deg);
		transition: transform .2s ease;
	}

	.odds-shop-mobile-filters button[aria-expanded="true"]::after {
		top: 26px;
		transform: rotate(225deg);
	}

	.odds-shop-sidebar {
		display: none;
	}

	.odds-shop-sidebar.is-open {
		display: flex;
		grid-column: 1 / -1;
	}

	.odds-purchase-cart .odds-purchase-native > .woocommerce,
	.odds-purchase-checkout form.checkout,
	.odds-purchase-payment form.checkout {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 760px) {
	.odds-purchase-secure-header {
		position: relative;
		top: auto !important;
	}

	.odds-purchase-checkout form.checkout,
	.odds-purchase-payment form.checkout,
	.odds-purchase-checkout .col2-set,
	.odds-purchase-payment .col2-set {
		width: 100%;
		grid-template-columns: minmax(0, 1fr);
	}

	.odds-purchase-cart .woocommerce-cart-form {
		border: 0;
		background: transparent;
		box-shadow: none;
		overflow: visible;
	}

	.odds-purchase-cart .woocommerce-cart-form table.shop_table {
		display: block;
		min-width: 0 !important;
		background: transparent;
	}

	.odds-purchase-cart .woocommerce-cart-form table.shop_table thead {
		display: none;
	}

	.odds-purchase-cart .woocommerce-cart-form table.shop_table tbody {
		display: grid;
		gap: 14px;
	}

	.odds-purchase-cart .woocommerce-cart-form tr.woocommerce-cart-form__cart-item {
		display: grid;
		grid-template-columns: 40px 68px minmax(0, 1fr);
		grid-template-areas:
			"remove thumb name"
			"remove thumb price"
			"quantity quantity subtotal";
		gap: 8px 10px;
		border: 1px solid #e9edf4;
		border-radius: 16px;
		background: #fff;
		box-shadow: 0 10px 26px rgba(15, 23, 41, .045);
		padding: 14px;
	}

	.odds-purchase-cart .woocommerce-cart-form tr.woocommerce-cart-form__cart-item td {
		display: block;
		width: auto !important;
		border: 0 !important;
		padding: 0 !important;
		text-align: left !important;
	}

	.odds-purchase-cart td.product-remove {
		grid-area: remove;
	}

	.odds-purchase-cart td.product-thumbnail {
		grid-area: thumb;
	}

	.odds-purchase-cart td.product-name {
		grid-area: name;
		min-width: 0;
	}

	.odds-purchase-cart td.product-price {
		grid-area: price;
	}

	.odds-purchase-cart td.product-quantity {
		grid-area: quantity;
		display: flex !important;
		align-items: end;
		gap: 8px;
	}

	.odds-purchase-cart td.product-subtotal {
		grid-area: subtotal;
		align-self: end;
		text-align: right !important;
	}

	.odds-purchase-cart td.product-price::before,
	.odds-purchase-cart td.product-quantity::before,
	.odds-purchase-cart td.product-subtotal::before {
		content: attr(data-title);
		display: block;
		margin-bottom: 4px;
		color: #8a94a6;
		font-size: 10px;
		font-weight: 800;
		letter-spacing: 0;
		text-transform: uppercase;
	}

	.odds-purchase-cart td.product-quantity::before {
		margin: 0;
	}

	.odds-purchase-cart .product-remove a.remove {
		width: 40px !important;
		height: 40px !important;
		display: inline-grid !important;
		place-items: center;
		font-size: 24px !important;
	}

	.odds-purchase-cart .product-thumbnail img {
		width: 68px;
		height: 68px;
	}

	.odds-purchase-cart .product-name a {
		display: block;
		font-size: 14px;
		line-height: 1.35;
	}

	.odds-purchase-cart .woocommerce-cart-form table.shop_table tr:last-child {
		display: block;
		border: 1px solid #e9edf4;
		border-radius: 16px;
		background: #fff;
		padding: 14px;
	}

	.odds-purchase-cart .woocommerce-cart-form table.shop_table td.actions {
		display: block !important;
		padding: 0 !important;
	}

	.odds-purchase-cart .actions .coupon {
		margin-bottom: 10px;
	}
}

@media (max-width: 520px) {
	.odds-header-main {
		gap: 8px;
		padding: 9px 0 11px;
	}

	.odds-header-main .odds-logo {
		min-width: 0;
		flex: 1;
	}

	.odds-header-main .odds-logo-img {
		max-width: 126px;
		max-height: 42px;
	}

	.odds-header-actions {
		gap: 6px;
	}

	.odds-header-main .odds-cart-trigger,
	.odds-header-main .odds-menu-toggle {
		min-height: 42px;
		padding-inline: 10px;
		font-size: 12px;
	}

	.odds-header-main .odds-search-trigger {
		height: 44px;
		padding-inline: 14px;
	}

	.odds-purchase-secure-inner {
		gap: 10px;
	}

	.odds-purchase-secure-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.odds-purchase-secure-actions a,
	.odds-purchase-secure-actions span {
		width: auto;
		min-width: 0;
		min-height: 42px;
		padding: 8px 10px;
		font-size: 11.5px;
		line-height: 1.25;
		text-align: center;
		white-space: normal;
	}

	.odds-purchase-steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 7px;
	}

	.odds-purchase-step {
		min-width: 0;
		min-height: 64px;
		flex-direction: column;
		justify-content: center;
		gap: 6px;
		padding: 7px 5px;
		font-size: 11px;
		line-height: 1.15;
		text-align: center;
	}

	.odds-purchase-step span {
		width: 25px;
		height: 25px;
	}

	.odds-purchase-hero h1 {
		font-size: 32px;
	}

	.odds-purchase-hero .odds-shop-breadcrumb {
		flex-wrap: wrap;
	}

	.odds-purchase-benefits {
		gap: 10px;
	}

	.odds-purchase-benefits span {
		padding: 15px 16px;
	}

	.odds-purchase-checkout .woocommerce-billing-fields,
	.odds-purchase-checkout .woocommerce-shipping-fields,
	.odds-purchase-checkout .woocommerce-additional-fields,
	.odds-purchase-payment .woocommerce-billing-fields,
	.odds-purchase-payment .woocommerce-shipping-fields,
	.odds-purchase-payment .woocommerce-additional-fields,
	.odds-purchase-checkout .woocommerce-account-fields,
	.odds-purchase-payment .woocommerce-account-fields,
	.odds-purchase-cart .cart_totals,
	.odds-purchase-checkout #order_review_heading,
	.odds-purchase-checkout #order_review,
	.odds-purchase-payment #order_review_heading,
	.odds-purchase-payment #order_review {
		padding-left: 16px;
		padding-right: 16px;
	}

	.odds-shop-header-main .odds-shop-logo-img,
	.odds-purchase-secure-header .odds-shop-logo-img {
		max-width: 140px;
		max-height: 44px;
	}

	.odds-shop-toolbar {
		gap: 10px;
	}

	.odds-shop-toolbar > div,
	.odds-shop-clear,
	.odds-shop-sort {
		width: 100%;
	}

	.odds-shop-clear {
		display: inline-flex;
		min-height: 40px;
		align-items: center;
		justify-content: center;
		border: 1px solid #e6eaf1;
		border-radius: 10px;
		background: #fff;
	}
}

@media (max-width: 340px) {
	.odds-header-main .odds-logo-img {
		max-width: 110px;
	}

	.odds-header-main .odds-cart-trigger,
	.odds-header-main .odds-menu-toggle {
		padding-inline: 8px;
		font-size: 11px;
	}

	.odds-purchase-step {
		font-size: 10px;
	}
}

/* Visual identity and Elementor customization 0.12.1 */
body.odds-shop-template {
	background: var(--od-sky-2);
}

body.woocommerce-shop .odds-shop-shell,
body.post-type-archive-product .odds-shop-shell,
body.tax-product_cat .odds-shop-shell,
body.tax-product_tag .odds-shop-shell,
body.odds-distributors-template .odds-shop-shell {
	width: 100%;
	max-width: none;
	margin-inline: 0;
	box-shadow: none;
}

.odds-shop-shell,
.odds-distributors-template .odds-shop-shell,
.odds-product-template .odds-shop-shell,
.odds-account-template .odds-shop-shell,
.odds-purchase-template .odds-shop-shell {
	background: var(--od-sky-3);
}

.odds-topbar,
.odds-shop-topbar {
	background: var(--od-topbar);
	color: #eaf7ff;
}

.odds-header,
.odds-header-light,
.odds-header-checkout,
.odds-header-dark,
.odds-header-transparent {
	background: rgba(230, 247, 255, .96);
	color: var(--od-ink);
	border-bottom-color: rgba(21, 87, 201, .14);
	box-shadow: 0 10px 30px rgba(17, 26, 91, .07);
}

.odds-header .odds-logo-img {
	filter: brightness(0) saturate(100%) invert(20%) sepia(72%) saturate(2791%) hue-rotate(221deg) brightness(79%) contrast(101%);
}

.odds-header .odds-logo,
.odds-header .odds-header-link,
.odds-header .odds-whatsapp-link,
.odds-header .odds-menu a {
	color: var(--od-ink);
}

.odds-header .odds-nav {
	border-top-color: rgba(21, 87, 201, .12);
}

.odds-header-main .odds-search-trigger,
.odds-header-main .odds-cart-trigger,
.odds-header-main .odds-menu-toggle {
	border-color: var(--od-gold-border);
	background: rgba(255, 255, 255, .72);
	color: var(--od-ink);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
}

.odds-header-main .odds-search-trigger:hover,
.odds-header-main .odds-search-trigger:focus-visible,
.odds-header-main .odds-cart-trigger:hover,
.odds-header-main .odds-cart-trigger:focus-visible,
.odds-header-main .odds-menu-toggle:hover,
.odds-header-main .odds-menu-toggle:focus-visible {
	border-color: var(--od-gold);
	background: var(--od-gold-soft);
	color: var(--od-blue);
}

.odds-icon-search::before,
.odds-whatsapp-link,
.odds-shop-whatsapp,
.odds-shop-clear {
	color: var(--od-gold-ink);
}

.odds-hero,
.odds-phantom,
.odds-newsletter,
.odds-page-hero,
.odds-page-hero-blue,
.odds-shop-hero,
.odds-purchase-hero,
.odds-editable-grid-dark,
.odds-editorial-dark,
.odds-process-dark,
.odds-cta-dark,
.odds-dist-signup {
	background:
		linear-gradient(color-mix(in srgb, var(--od-blue) 5.5%, transparent) 1px, transparent 1px),
		linear-gradient(90deg, color-mix(in srgb, var(--od-blue) 5.5%, transparent) 1px, transparent 1px),
		linear-gradient(135deg, var(--od-sky-2), #edf9ff 56%, #d8f1ff);
	background-size: 48px 48px, 48px 48px, auto;
	color: var(--od-ink);
}

.odds-hero::after,
.odds-phantom::after,
.odds-newsletter::after {
	display: none;
}

.odds-grid-bg {
	background-image: linear-gradient(color-mix(in srgb, var(--od-blue) 6%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--od-blue) 6%, transparent) 1px, transparent 1px);
}

.odds-hero h1,
.odds-phantom h2,
.odds-newsletter h2,
.odds-page-hero h1,
.odds-shop-hero h1,
.odds-dist-signup h2,
.odds-editable-grid-dark .odds-section-heading h2,
.odds-editable-grid-dark .odds-editable-card strong,
.odds-editorial-dark h2,
.odds-process-dark h2,
.odds-process-dark .odds-process-grid strong,
.odds-cta-dark h2 {
	color: var(--od-ink);
}

.odds-hero h1 span,
.odds-phantom h2 span,
.odds-page-hero h1 span,
.odds-page-hero-blue h1 span {
	background: linear-gradient(100deg, var(--od-dark), var(--od-blue));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.odds-hero p,
.odds-phantom p,
.odds-newsletter p,
.odds-page-hero p,
.odds-shop-hero p,
.odds-dist-signup p,
.odds-editable-grid-dark .odds-section-heading p,
.odds-editable-grid-dark .odds-editable-card p,
.odds-editorial-dark p,
.odds-editorial-dark .odds-editorial-copy li,
.odds-process-dark .odds-section-heading p,
.odds-process-dark .odds-process-grid p,
.odds-cta-dark p {
	color: var(--od-muted);
}

.odds-eyebrow,
.odds-shop-breadcrumb a:hover,
.odds-shop-breadcrumb strong,
.odds-dist-pill,
.odds-timeline small {
	color: var(--od-gold-ink);
}

.odds-product-frame,
.odds-editorial-frame,
.odds-page-product-frame,
.odds-editorial-dark .odds-editorial-media {
	border-color: var(--od-gold-border);
	background: rgba(255, 255, 255, .7);
	box-shadow: 0 28px 64px rgba(17, 26, 91, .14);
}

.odds-floating-note {
	background: rgba(21, 87, 201, .94);
	border-color: rgba(255, 255, 255, .38);
	color: #eaf7ff;
}

.odds-floating-note strong {
	color: var(--od-gold-2);
}

.odds-benefits,
.odds-event-featured,
.odds-dist-payments,
.odds-product-support {
	background: var(--od-blue);
	color: #fff;
}

.odds-whatsapp-form-section {
	background: var(--od-sky-2);
}

.odds-whatsapp-form,
.odds-dist-form {
	border-color: rgba(21, 87, 201, .18);
	background: rgba(255, 255, 255, .88);
	box-shadow: 0 24px 54px rgba(17, 26, 91, .11);
	color: var(--od-ink);
}

.odds-whatsapp-form label,
.odds-dist-form label,
.odds-dist-form h3 {
	color: var(--od-ink);
}

.odds-whatsapp-form input,
.odds-whatsapp-form select,
.odds-whatsapp-form textarea,
.odds-dist-form input,
.odds-dist-form textarea {
	border-color: var(--od-line);
	background: #fff;
	color: var(--od-ink);
}

.odds-newsletter-form input {
	border-color: rgba(21, 87, 201, .2);
	background: #fff;
	color: var(--od-ink);
}

.odds-newsletter-form button {
	background: var(--od-blue);
	color: #fff;
}

.odds-newsletter-form small,
.odds-hero-stats span,
.odds-page-stats span,
.odds-dist-hero-stats span {
	color: var(--od-muted);
}

.odds-page-stats div,
.odds-dist-hero-stats div,
.odds-process-grid article,
.odds-editable-grid-dark .odds-editable-card {
	border-color: rgba(21, 87, 201, .16);
	background: rgba(255, 255, 255, .62);
}

.odds-page-stats strong,
.odds-page-hero-blue .odds-page-stats strong,
.odds-dist-hero-stats strong {
	color: var(--od-gold-ink);
}

.odds-editable-grid-dark .odds-editable-card small {
	background: var(--od-gold-soft);
	color: var(--od-gold-ink);
}

.odds-editorial-dark .odds-editorial-copy li::before {
	background: var(--od-gold);
	box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .8);
}

.odds-process-grid span {
	background: var(--od-blue);
	color: #fff;
}

.odds-shop-header,
.odds-purchase-secure-header {
	background: rgba(247, 252, 255, .97);
	border-bottom-color: #cfe3f1;
	box-shadow: 0 10px 30px rgba(17, 26, 91, .07);
}

.odds-shop-header .odds-shop-logo-img,
.odds-purchase-secure-header .odds-shop-logo-img {
	filter: brightness(0) saturate(100%) invert(20%) sepia(72%) saturate(2791%) hue-rotate(221deg) brightness(79%) contrast(101%);
}

.odds-shop-search-trigger {
	border-color: var(--od-line) !important;
	background: var(--od-soft) !important;
	color: var(--od-muted) !important;
}

.odds-shop-cart-trigger,
.odds-shop-products .odds-add-to-cart,
.odds-product-native .single_add_to_cart_button,
.odds-product-native button.button,
.odds-account-native .button,
.odds-account-native button.button {
	background: var(--od-blue) !important;
	color: #fff !important;
}

.odds-shop-menu-toggle {
	border-color: var(--od-line) !important;
	background: var(--od-sky-3) !important;
	color: var(--od-ink) !important;
}

.odds-shop-hero .odds-shop-breadcrumb,
.odds-shop-hero .odds-shop-breadcrumb a {
	color: #5b7190;
}

.odds-shop-filter-card,
.odds-product-card,
.odds-dist-find,
.odds-dist-state,
.odds-dist-city,
.odds-dist-card,
.odds-product-native,
.odds-account-native,
.odds-purchase-benefits span {
	border-color: #d5e8f3;
	box-shadow: 0 16px 34px rgba(17, 26, 91, .055);
}

.odds-shop-cat-list a:hover,
.odds-shop-cat-list a.is-active,
.odds-dist-state[open] > summary,
.odds-dist-state-badge,
.odds-purchase-secure-actions span {
	background: #e3f3ff;
}

.odds-shop-products .odds-product-media {
	background: linear-gradient(135deg, #f8fdff, #dceefa);
}

.odds-shop-pagination .page-numbers.current,
.odds-shop-pagination .page-numbers:hover,
.odds-account-native .woocommerce-MyAccount-navigation .is-active a,
.odds-account-native .woocommerce-MyAccount-navigation a:hover {
	background: var(--od-blue);
	border-color: var(--od-blue);
}

.odds-dist-shop-cta {
	background: linear-gradient(120deg, var(--od-blue), var(--od-dark));
	box-shadow: inset 0 3px 0 var(--od-gold);
}

.odds-dist-form p,
.odds-dist-feedback {
	color: var(--od-muted);
}

.odds-dist-payments p {
	color: #dbeeff;
}

.odds-purchase-step {
	border-color: rgba(21, 87, 201, .18);
	background: rgba(255, 255, 255, .5);
	color: var(--od-muted);
}

.odds-purchase-step span {
	background: rgba(21, 87, 201, .1);
}

.odds-purchase-step.is-active {
	border-color: var(--od-blue);
	background: #fff;
	color: var(--od-ink);
}

.odds-purchase-step.is-done {
	border-color: var(--od-gold-border);
	color: var(--od-gold-ink);
}

.odds-purchase-step.is-done span {
	background: var(--od-gold-soft);
	color: var(--od-gold-ink);
}

.odds-purchase-native a,
.odds-purchase-native .showcoupon,
.odds-purchase-native .woocommerce-privacy-policy-link {
	color: var(--od-blue) !important;
}

.odds-purchase-native button.button,
.odds-purchase-native input.button,
.odds-purchase-native #place_order {
	background: var(--od-blue) !important;
	color: #fff !important;
}

.odds-purchase-native {
	--andes-brand-color: var(--od-gold);
}

.odds-purchase-native #mp-wallet-button {
	position: relative !important;
}

.odds-purchase-native #mp-wallet-button::after {
	content: "";
	position: absolute;
	inset: -1px;
	border: 1px solid var(--od-gold-ink);
	border-radius: 6px;
	pointer-events: none;
}

.odds-footer,
.odds-shop-footer {
	background: var(--od-footer);
	color: #d9efff;
}

.odds-footer-grid a,
.odds-footer-grid p,
.odds-shop-footer a,
.odds-shop-footer span,
.odds-shop-footer p,
.odds-footer-bottom,
.odds-shop-footer-bottom {
	color: #c2dff4;
}

.odds-footer-grid strong,
.odds-shop-footer strong {
	color: #fff;
}

.odds-footer .odds-logo-img,
.odds-shop-footer .odds-shop-logo-img {
	filter: brightness(0) invert(1);
}

@media (max-width: 760px) {
	.odds-shop-hero,
	.odds-purchase-hero,
	.odds-page-hero {
		background-size: 36px 36px, 36px 36px, auto;
	}
}

/* Complete responsive layout and editable content blocks 0.13.0 */
.odds-page-hero-inner,
.odds-shop-hero-inner,
.odds-purchase-hero-inner {
	min-height: var(--od-hero-min-height);
}

.odds-product-card,
.odds-editable-card,
.odds-info-grid article,
.odds-testimonial-grid blockquote,
.odds-event-card,
.odds-shop-filter-card,
.odds-dist-state,
.odds-dist-card,
.odds-product-native,
.odds-account-native,
.odds-purchase-native,
.odds-purchase-benefits span {
	border-radius: var(--od-card-radius);
}

.odds-section input:not([type="checkbox"]):not([type="radio"]),
.odds-section select,
.odds-shop-shell input:not([type="checkbox"]):not([type="radio"]),
.odds-shop-shell select,
.odds-shop-shell button:not(.odds-carousel-buttons button):not(.odds-qty button) {
	min-height: var(--od-control-height);
}

.odds-shop-sort select,
.odds-dist-find,
.odds-whatsapp-form input,
.odds-whatsapp-form select,
.odds-dist-form input,
.odds-dist-form select,
.odds-purchase-native input,
.odds-purchase-native select,
.odds-account-native input,
.odds-account-native select {
	border-radius: var(--od-button-radius);
}

.odds-stats-section,
.odds-faq-section,
.odds-template-faq {
	padding-block: var(--od-section-space);
}

.odds-stats-section,
.odds-faq-light,
.odds-template-faq {
	background: var(--od-sky-3);
}

.odds-stats-soft,
.odds-faq-soft {
	background: var(--od-sky-2);
}

.odds-stats-dark {
	background: var(--od-blue);
	color: #fff;
}

.odds-stats-dark .odds-section-heading h2,
.odds-stats-dark .odds-stat-card strong,
.odds-stats-dark .odds-stat-card span {
	color: #fff;
}

.odds-stats-dark .odds-section-heading p,
.odds-stats-dark .odds-stat-card p {
	color: #dbeeff;
}

.odds-stats-section .odds-section-heading {
	max-width: 720px;
	margin-bottom: 34px;
}

.odds-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.odds-stat-card {
	min-width: 0;
	border: 1px solid var(--od-line);
	border-radius: var(--od-card-radius);
	background: rgba(255, 255, 255, .84);
	padding: 26px;
}

.odds-stats-dark .odds-stat-card {
	border-color: rgba(255, 255, 255, .18);
	background: rgba(255, 255, 255, .08);
}

.odds-stat-card strong,
.odds-stat-card span {
	display: block;
}

.odds-stat-card strong {
	color: var(--od-gold-ink);
	font: 800 36px/1 Sora, Inter, sans-serif;
}

.odds-stat-card span {
	margin-top: 12px;
	color: var(--od-ink);
	font: 800 14px/1.35 Sora, Inter, sans-serif;
}

.odds-stat-card p {
	margin: 10px 0 0;
	color: var(--od-muted);
	font-size: 13px;
	line-height: 1.55;
}

.odds-faq-layout,
.odds-template-faq-layout {
	display: grid;
	grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
	gap: clamp(34px, 6vw, 84px);
	align-items: start;
}

.odds-faq-section .odds-section-heading,
.odds-template-faq-heading {
	position: sticky;
	top: 130px;
}

.admin-bar .odds-faq-section .odds-section-heading,
.admin-bar .odds-template-faq-heading {
	top: 162px;
}

.odds-template-faq-heading h2 {
	margin: 12px 0 14px;
	color: var(--od-ink);
	font: 800 clamp(30px, 4vw, 48px)/1.1 Sora, Inter, sans-serif;
	letter-spacing: 0;
}

.odds-template-faq-heading p {
	margin: 0;
	color: var(--od-muted);
	font-size: 15px;
	line-height: 1.65;
}

.odds-faq-list {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.odds-faq-item {
	border: 1px solid var(--od-line);
	border-radius: var(--od-card-radius);
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 10px 26px rgba(17, 26, 91, .045);
	overflow: clip;
}

.odds-faq-item summary {
	min-height: 72px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	padding: 16px 18px 16px 22px;
	color: var(--od-ink);
	cursor: pointer;
	list-style: none;
}

.odds-faq-item summary::-webkit-details-marker {
	display: none;
}

.odds-faq-item summary strong {
	font: 800 15px/1.4 Sora, Inter, sans-serif;
}

.odds-faq-marker {
	position: relative;
	width: 34px;
	height: 34px;
	border: 1px solid var(--od-gold-border);
	border-radius: 50%;
	background: var(--od-gold-soft);
	color: var(--od-gold-ink);
	flex: 0 0 auto;
}

.odds-faq-marker::before,
.odds-faq-marker::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	background: currentColor;
	transform: translate(-50%, -50%);
	transition: transform .2s ease;
}

.odds-faq-marker::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.odds-faq-item[open] .odds-faq-marker::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.odds-faq-answer {
	padding: 0 70px 20px 22px;
	color: var(--od-muted);
	font-size: 14.5px;
	line-height: 1.68;
}

.odds-faq-answer > :first-child {
	margin-top: 0;
}

.odds-faq-answer > :last-child {
	margin-bottom: 0;
}

@media (max-width: 920px) {
	:root {
		--od-page-gutter: 16px;
		--od-section-space: 68px;
	}

	.odds-wrap,
	.odds-shop-wrap {
		width: min(var(--od-wrap), calc(100% - (var(--od-page-gutter) * 2)));
	}

	.odds-shop-wrap {
		width: min(var(--od-shop-wrap), calc(100% - (var(--od-page-gutter) * 2)));
	}

	.odds-stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.odds-faq-layout,
	.odds-template-faq-layout {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.odds-faq-section .odds-section-heading,
	.odds-template-faq-heading,
	.admin-bar .odds-faq-section .odds-section-heading,
	.admin-bar .odds-template-faq-heading {
		position: static;
	}

	.odds-carousel-buttons {
		width: 100%;
		max-width: 100%;
		justify-content: flex-end;
	}
}

@media (max-width: 760px) {
	:root {
		--od-page-gutter: 15px;
		--od-section-space: 54px;
		--od-card-radius: 12px;
	}

	.odds-spec-table-wrap {
		border: 0;
		background: transparent;
		box-shadow: none;
		overflow: visible;
	}

	.odds-spec-table {
		display: block;
		min-width: 0 !important;
	}

	.odds-spec-table thead {
		display: none;
	}

	.odds-spec-table tbody {
		display: grid;
		gap: 12px;
	}

	.odds-spec-table tr {
		display: block;
		border: 1px solid var(--od-line);
		border-radius: var(--od-card-radius);
		background: #fff;
		overflow: clip;
	}

	.odds-spec-table td,
	.odds-spec-table td:first-child {
		display: grid;
		grid-template-columns: minmax(92px, .42fr) minmax(0, 1fr);
		gap: 12px;
		align-items: start;
		width: 100%;
		padding: 12px 14px;
		color: var(--od-ink);
		font-weight: 600;
	}

	.odds-spec-table td::before {
		content: attr(data-label);
		color: var(--od-muted);
		font: 800 10px/1.4 Sora, Inter, sans-serif;
		text-transform: uppercase;
	}

	.odds-faq-item summary {
		min-height: 64px;
		padding: 14px 14px 14px 16px;
	}

	.odds-faq-answer {
		padding: 0 16px 18px;
	}
}

@media (max-width: 520px) {
	.odds-stats-grid {
		grid-template-columns: 1fr;
	}

	.odds-stat-card {
		padding: 22px;
	}

	.odds-stat-card strong {
		font-size: 32px;
	}
}
