/**
 * Theme fixes for icon font and typography.
 * Tailwind arbitrary classes from the exported HTML are broken for fl-icons.
 */

/* Flatsome icon font */
@font-face {
	font-family: "fl-icons";
	font-display: block;
	font-weight: 400;
	font-style: normal;
	src: url("../54.woff2") format("woff2"),
		url("../56.x-font-ttf") format("truetype"),
		url("../57.x-font-woff") format("woff");
}

/* Icon elements (menu, cart, social, arrows, stars) */
.fl-icon,
i.fl-icon,
[class*="fl-icons_"],
i[class*="before:content-"],
div[class*="fl-icons_"],
span[class*="fl-icons_"] {
	font-family: "fl-icons" !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fl-icon::before,
i.fl-icon::before,
[class*="fl-icons_"]::before,
i[class*="before:content-"]::before,
div[class*="fl-icons_"]::before,
span[class*="fl-icons_"]::before,
[class*="after:content-"]::after,
[class*="after:\\[font-family\\:fl-icons\\]"]::after {
	font-family: "fl-icons" !important;
	font-style: normal !important;
	font-weight: 400 !important;
}

/* Roboto Condensed - exported HTML uses underscore instead of space */
[class*="Roboto_Condensed"] {
	font-family: "Roboto Condensed", sans-serif !important;
}

/* Lexend product titles */
[class*="font-family:lexend"],
[class*="font-family:Lexend"] {
	font-family: Lexend, sans-serif !important;
}

/* Sarabun body text fallback */
[class*="font-family:Sarabun"] {
	font-family: Sarabun, sans-serif !important;
}

/* Site logo sizing */
#header {
	position: relative !important;
	inset: auto !important;
	background-color: #fff !important;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

#header a,
#header button,
#header .fl-icon,
#header i {
	color: #111 !important;
}

#header a:hover,
#header button:hover {
	color: #555 !important;
}

#header .amazen-header-has-submenu:hover > .amazen-header-submenu,
#header .amazen-header-has-submenu:focus-within > .amazen-header-submenu,
#header .amazen-header-has-submenu.is-open > .amazen-header-submenu {
	left: 0 !important;
	top: 100% !important;
	opacity: 1 !important;
	visibility: visible !important;
	max-height: min(70vh, 520px) !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	display: block !important;
	padding: 12px 0 !important;
	min-width: 280px !important;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12) !important;
	z-index: 10050 !important;
}

#header .amazen-header-has-submenu:hover > a,
#header .amazen-header-has-submenu:focus-within > a,
#header .amazen-header-has-submenu.is-open > a {
	color: #111 !important;
}

#header .amazen-header-submenu {
	border-radius: 0 0 8px 8px;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
}

#header .amazen-header-submenu::-webkit-scrollbar {
	width: 6px;
}

#header .amazen-header-submenu::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 999px;
}

#header #menu-item-watches > .amazen-header-submenu,
#header .amazen-header-has-submenu > .amazen-header-submenu {
	columns: 1;
}

#header .amazen-header-submenu a {
	letter-spacing: 1.5px !important;
	transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease !important;
}

#header .amazen-header-submenu a:hover {
	background: rgba(201, 169, 98, 0.1) !important;
	color: #111 !important;
	padding-left: 14px !important;
}

#header .amazen-header-submenu a[data-amazen-info],
#header .amazen-header-main-nav > ul > li > a[data-amazen-info],
#header .amazen-header-main-nav > ul > li > a[data-amazen-section],
#header .amazen-header-submenu a[data-amazen-section] {
	cursor: pointer;
}

#col-763496886,
#col-874761421,
#col-1957971769,
#section_341953849,
#section_1014663575,
#section_210632020,
#section_1178341255 {
	scroll-margin-top: 110px;
}

.amazen-social-popup-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.amazen-social-popup-links li + li {
	margin-top: 10px;
}

.amazen-social-popup-links a {
	color: inherit;
	text-decoration: underline;
}

/* Mobile hamburger — mobile only; desktop uses header menu items */
#amazen-mobile-menu-wrap,
.amazen-mobile-menu-wrap {
	display: none !important;
}

.amazen-header-main-nav,
.amazen-header-right-nav {
	display: none !important;
}

@media (max-width: 1023px) {
	#amazen-mobile-menu-wrap,
	.amazen-mobile-menu-wrap {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		position: fixed !important;
		top: 14px !important;
		left: 14px !important;
		width: 48px !important;
		height: 48px !important;
		z-index: 1000001 !important;
		margin: 0 !important;
		padding: 0 !important;
		pointer-events: auto !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	#masthead .flex.min-h-\[44px\] > #logo {
		flex: 1 1 auto !important;
		width: 100% !important;
		text-align: center !important;
		margin: 0 !important;
		padding: 0 56px !important;
		box-sizing: border-box !important;
	}

	.amazen-site-logo {
		margin: 0 auto !important;
	}
}

#amazen-mobile-menu-toggle,
.amazen-mobile-menu-toggle {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 5px !important;
	width: 48px !important;
	height: 48px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 1px solid rgba(0, 0, 0, 0.12) !important;
	background: #fff !important;
	cursor: pointer !important;
	border-radius: 8px !important;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15) !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

@media (min-width: 1024px) {
	#amazen-mobile-menu-wrap,
	.amazen-mobile-menu-wrap,
	.amazen-mobile-sidebar {
		display: none !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}

	#masthead .flex.min-h-\[44px\] {
		justify-content: flex-start !important;
		gap: 8px !important;
	}

	#masthead .flex.min-h-\[44px\] > #logo {
		order: 1 !important;
		flex: 0 0 auto !important;
		width: auto !important;
		margin: 0 24px 0 0 !important;
		padding: 0 !important;
		text-align: left !important;
	}

	.amazen-header-main-nav {
		display: block !important;
		order: 2 !important;
		flex: 1 1 auto !important;
		min-width: 0 !important;
		margin: 0 !important;
	}

	.amazen-header-main-nav > ul {
		display: flex !important;
		flex-flow: row nowrap !important;
		align-items: center !important;
		justify-content: flex-start !important;
		width: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none !important;
	}

	.amazen-header-main-nav > ul > li {
		display: inline-block !important;
		list-style: none !important;
		margin: 0 4px !important;
		white-space: nowrap !important;
	}

	.amazen-header-main-nav > ul > li > a,
	.amazen-header-main-nav .amazen-header-menu-toggle {
		color: #111 !important;
		font-family: Sarabun, sans-serif !important;
		font-size: 12px !important;
		letter-spacing: 2px !important;
		text-transform: uppercase !important;
	}

	.amazen-header-right-nav {
		display: block !important;
		order: 3 !important;
		flex: 0 0 auto !important;
		margin-left: auto !important;
	}

	.amazen-header-right-nav > ul {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none !important;
	}

	.amazen-site-logo {
		margin: 0 !important;
		height: 72px !important;
	}
}

/* Header search overlay */
.amazen-search-overlay {
	position: fixed;
	inset: 0;
	z-index: 1000002;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 80px 20px 20px;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.amazen-search-overlay.is-open {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}

.amazen-search-overlay__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.amazen-search-overlay__panel {
	position: relative;
	width: min(640px, 100%);
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
	padding: 28px 24px 24px;
}

.amazen-search-overlay__close {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #111;
}

.amazen-search-overlay__label {
	display: block;
	margin-bottom: 12px;
	font-family: Sarabun, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #111;
}

.amazen-search-overlay__row {
	display: flex;
	gap: 10px;
}

.amazen-search-overlay__input {
	flex: 1 1 auto;
	height: 48px;
	padding: 0 14px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	font-size: 16px;
	color: #111;
}

.amazen-search-overlay__submit {
	flex: 0 0 auto;
	height: 48px;
	padding: 0 20px;
	border: 0;
	border-radius: 8px;
	background: #111;
	color: #fff;
	font-family: Sarabun, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	cursor: pointer;
}

.amazen-search-overlay__submit:hover {
	background: #333;
}

body.amazen-search-open {
	overflow: hidden;
}

#header .amazen-header-search-icon {
	display: inline-block !important;
	width: 20px !important;
	height: 20px !important;
	background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='16.65' y1='16.65' x2='21' y2='21'/%3E%3C/svg%3E") !important;
}

#header .amazen-header-search-trigger {
	color: #111 !important;
}

#header .amazen-header-languages {
	display: none !important;
}

/* Welcome hero — always centered */
#row-180442039,
.amazen-landing-page #row-180442039,
body.amazen-home-page #row-180442039 {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 100% !important;
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

#col-57012439,
.amazen-landing-page #col-57012439,
body.amazen-home-page #col-57012439 {
	flex: 0 0 100% !important;
	width: 100% !important;
	max-width: 900px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

#col-57012439 > div,
.amazen-landing-page #col-57012439 > div {
	text-align: center !important;
	width: 100% !important;
}

#col-57012439 h2,
#col-57012439 p,
.amazen-landing-page #col-57012439 h2,
.amazen-landing-page #col-57012439 p {
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.amazen-mobile-menu-toggle:hover,
.amazen-mobile-menu-toggle:focus-visible {
	background: rgba(0, 0, 0, 0.05);
	outline: none;
}

.amazen-mobile-menu-toggle__bar {
	display: block !important;
	width: 22px !important;
	height: 2px !important;
	background: #111 !important;
	border-radius: 2px !important;
	transition: transform 0.25s ease, opacity 0.25s ease !important;
}

.amazen-mobile-menu-toggle[aria-expanded="true"] .amazen-mobile-menu-toggle__bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.amazen-mobile-menu-toggle[aria-expanded="true"] .amazen-mobile-menu-toggle__bar:nth-child(2) {
	opacity: 0;
}

.amazen-mobile-menu-toggle[aria-expanded="true"] .amazen-mobile-menu-toggle__bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.amazen-mobile-sidebar {
	position: fixed;
	inset: 0;
	z-index: 10050;
	pointer-events: none;
	visibility: hidden;
}

.amazen-mobile-sidebar.is-open {
	pointer-events: auto;
	visibility: visible;
}

.amazen-mobile-sidebar__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.amazen-mobile-sidebar.is-open .amazen-mobile-sidebar__overlay {
	opacity: 1;
}

.amazen-mobile-sidebar__panel {
	position: absolute;
	top: 0;
	left: 0;
	width: min(320px, 88vw);
	height: 100%;
	background: #fff;
	box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
	transform: translateX(-105%);
	transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.amazen-mobile-sidebar.is-open .amazen-mobile-sidebar__panel {
	transform: translateX(0);
}

.amazen-mobile-sidebar__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	flex-shrink: 0;
}

.amazen-mobile-sidebar__title {
	font-family: Sarabun, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #111;
}

.amazen-mobile-sidebar__close {
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	color: #111;
	cursor: pointer;
	border-radius: 4px;
}

.amazen-mobile-sidebar__close:hover {
	background: rgba(0, 0, 0, 0.05);
}

.amazen-mobile-sidebar__nav {
	flex: 1;
	overflow-y: auto;
	padding: 8px 0 24px;
	-webkit-overflow-scrolling: touch;
}

.amazen-mobile-sidebar__section {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.amazen-mobile-sidebar__section-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 16px 20px;
	border: 0;
	background: transparent;
	font-family: Sarabun, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #111;
	cursor: pointer;
	text-align: left;
}

.amazen-mobile-sidebar__section-toggle:hover {
	background: rgba(201, 169, 98, 0.06);
}

.amazen-mobile-sidebar__chevron {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	transform: rotate(45deg);
	transition: transform 0.25s ease;
	margin-top: -4px;
}

.amazen-mobile-sidebar__section.is-open .amazen-mobile-sidebar__chevron {
	transform: rotate(-135deg);
	margin-top: 2px;
}

.amazen-mobile-sidebar__list {
	list-style: none;
	margin: 0;
	padding: 0 0 8px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
}

.amazen-mobile-sidebar__section.is-open .amazen-mobile-sidebar__list {
	max-height: 1200px;
}

.amazen-mobile-sidebar__list a {
	display: block;
	padding: 11px 20px 11px 28px;
	font-family: Sarabun, sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	color: #444;
	transition: color 0.2s ease, background 0.2s ease;
}

.amazen-mobile-sidebar__list a:hover {
	color: #111;
	background: rgba(201, 169, 98, 0.08);
}

body.amazen-sidebar-open {
	overflow: hidden;
}

#section_1178341255,
#section_1014663575,
#section_210632020 {
	scroll-margin-top: 96px;
}

#masthead > .flex,
#masthead .flex.min-h-\[44px\] {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	flex-wrap: nowrap !important;
	min-height: 72px !important;
}

#logo {
	text-align: center !important;
}

#masthead {
	min-height: 72px !important;
	height: auto !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

#logo {
	width: auto !important;
}

.amazen-site-logo {
	height: 64px !important;
	width: auto !important;
	max-width: none !important;
	object-fit: contain;
	display: block;
	margin: 0 auto !important;
}

@media (min-width: 1024px) {
	.amazen-site-logo {
		height: 72px !important;
	}

	#logo {
		order: unset !important;
		margin-left: 0 !important;
		margin-right: 30px !important;
		text-align: left !important;
	}
}

#row-180442039 {
	margin-top: 24px !important;
}

/* Premium product boxes on home */
:root {
	--amazen-card-gold: #c9a962;
	--amazen-card-gold-soft: rgba(201, 169, 98, 0.42);
	--amazen-card-cream: #faf8f4;
	--amazen-card-border: rgba(26, 26, 26, 0.1);
	--amazen-card-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
	--amazen-card-shadow-hover: 0 18px 42px rgba(0, 0, 0, 0.16);
	--amazen-card-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

body.amazen-home-page .amazen-product-card,
body.amazen-home-page .amazen-product-trigger,
.amazen-landing-page .amazen-product-card,
.amazen-landing-page .amazen-product-trigger {
	position: relative;
	padding: 0 0 24px !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	height: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	box-sizing: border-box !important;
	cursor: pointer;
}

body.amazen-home-page [id^="col-"].amazen-product-card,
body.amazen-home-page .amazen-product-grid.amazen-product-card,
.amazen-landing-page [id^="col-"].amazen-product-card,
.amazen-landing-page .amazen-product-grid.amazen-product-card {
	cursor: default !important;
}

body.amazen-home-page [id^="col-"].amazen-product-card > div:first-child,
body.amazen-home-page .amazen-product-grid.amazen-product-card > div:first-child,
.amazen-landing-page [id^="col-"].amazen-product-card > div:first-child,
.amazen-landing-page .amazen-product-grid.amazen-product-card > div:first-child {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	transform: none !important;
	overflow: visible !important;
}

.amazen-product-grid {
	width: 100% !important;
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

body.amazen-home-page #section_1178341255 .flex[class*="flex-flow:wrap"],
body.amazen-home-page #section_1014663575 .flex[class*="flex-flow:wrap"],
body.amazen-home-page #section_210632020 .flex[class*="flex-flow:wrap"],
.amazen-landing-page #section_1178341255 .flex[class*="flex-flow:wrap"],
.amazen-landing-page #section_1014663575 .flex[class*="flex-flow:wrap"],
.amazen-landing-page #section_210632020 .flex[class*="flex-flow:wrap"] {
	gap: 32px 28px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.amazen-home-page .amazen-product-grid,
.amazen-landing-page .amazen-product-grid {
	width: 100% !important;
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	justify-content: center !important;
}

body.amazen-home-page #section_1178341255 #row-1358128927,
body.amazen-home-page #section_1178341255 #col-1484833555,
body.amazen-home-page #section_1178341255 .amazen-product-grid,
body.amazen-home-page #section_1014663575 #row-1806152600,
body.amazen-home-page #section_1014663575 #col-985743294,
body.amazen-home-page #section_210632020 #row-1766395878,
body.amazen-home-page #section_210632020 #col-129851286,
.amazen-landing-page #section_1178341255 #row-1358128927,
.amazen-landing-page #section_1178341255 #col-1484833555,
.amazen-landing-page #section_1178341255 .amazen-product-grid,
.amazen-landing-page #section_1014663575 #row-1806152600,
.amazen-landing-page #section_1014663575 #col-985743294,
.amazen-landing-page #section_210632020 #row-1766395878,
.amazen-landing-page #section_210632020 #col-129851286 {
	margin-left: auto !important;
	margin-right: auto !important;
	justify-content: center !important;
}

/* Flatten carousel sections into centered product grids */
body.amazen-home-page #section_1014663575 [tabindex="0"],
body.amazen-home-page #section_210632020 [tabindex="0"],
.amazen-landing-page #section_1014663575 [tabindex="0"],
.amazen-landing-page #section_210632020 [tabindex="0"] {
	display: block !important;
	width: 100% !important;
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	overflow: visible !important;
	height: auto !important;
}

.amazen-carousel-grid,
body.amazen-home-page #section_1014663575 .amazen-carousel-grid,
body.amazen-home-page #section_1014663575 .cursor-grab,
body.amazen-home-page #section_210632020 .amazen-carousel-grid,
body.amazen-home-page #section_210632020 .cursor-grab,
.amazen-landing-page #section_1014663575 .amazen-carousel-grid,
.amazen-landing-page #section_1014663575 .cursor-grab,
.amazen-landing-page #section_210632020 .amazen-carousel-grid,
.amazen-landing-page #section_210632020 .cursor-grab {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 32px 28px !important;
	align-items: start !important;
	width: 100% !important;
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	height: auto !important;
	min-height: 0 !important;
	overflow: visible !important;
}

.amazen-carousel-grid > .amazen-carousel-track,
.amazen-carousel-grid > div,
body.amazen-home-page #section_1014663575 .cursor-grab > div,
body.amazen-home-page #section_210632020 .cursor-grab > div,
.amazen-landing-page #section_1014663575 .cursor-grab > div,
.amazen-landing-page #section_210632020 .cursor-grab > div {
	display: contents !important;
	position: static !important;
	transform: none !important;
	width: 100% !important;
	height: auto !important;
}

body.amazen-home-page #section_1014663575 .amazen-product-card,
body.amazen-home-page #section_1014663575 div[class*="basis-6"],
body.amazen-home-page #section_210632020 .amazen-product-card,
body.amazen-home-page #section_210632020 div[class*="basis-6"],
.amazen-landing-page #section_1014663575 .amazen-product-card,
.amazen-landing-page #section_1014663575 div[class*="basis-6"],
.amazen-landing-page #section_210632020 .amazen-product-card,
.amazen-landing-page #section_210632020 div[class*="basis-6"] {
	position: static !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	transform: none !important;
	width: 100% !important;
	max-width: 100% !important;
	flex: none !important;
	align-self: start !important;
	height: auto !important;
}

@media (min-width: 768px) {
	body.amazen-home-page #section_1178341255 #col-1484833555 > div,
	body.amazen-home-page #section_1014663575 [id^="col-"] > div,
	body.amazen-home-page #section_210632020 [id^="col-"] > div,
	.amazen-landing-page #section_1178341255 #col-1484833555 > div,
	.amazen-landing-page #section_1014663575 [id^="col-"] > div,
	.amazen-landing-page #section_210632020 [id^="col-"] > div {
		display: flex !important;
		justify-content: center !important;
		width: 100% !important;
	}
}

@media (min-width: 992px) {
	body.amazen-home-page .amazen-product-grid,
	body.amazen-home-page .amazen-carousel-grid,
	body.amazen-home-page #section_1014663575 .cursor-grab,
	body.amazen-home-page #section_210632020 .cursor-grab,
	.amazen-landing-page .amazen-product-grid,
	.amazen-landing-page .amazen-carousel-grid,
	.amazen-landing-page #section_1014663575 .cursor-grab,
	.amazen-landing-page #section_210632020 .cursor-grab {
		display: grid !important;
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 32px 28px !important;
		align-items: start !important;
	}

	body.amazen-home-page .amazen-product-grid .amazen-product-card,
	body.amazen-home-page .amazen-product-grid .amazen-product-trigger,
	body.amazen-home-page .amazen-carousel-grid .amazen-product-card,
	body.amazen-home-page #section_1014663575 .amazen-product-card,
	body.amazen-home-page #section_210632020 .amazen-product-card,
	.amazen-landing-page .amazen-product-grid .amazen-product-card,
	.amazen-landing-page .amazen-product-grid .amazen-product-trigger,
	.amazen-landing-page .amazen-carousel-grid .amazen-product-card,
	.amazen-landing-page #section_1014663575 .amazen-product-card,
	.amazen-landing-page #section_210632020 .amazen-product-card {
		width: 100% !important;
		max-width: 100% !important;
		flex: none !important;
		padding: 0 0 8px !important;
	}
}

@media (max-width: 991px) and (min-width: 640px) {
	body.amazen-home-page .amazen-product-grid,
	body.amazen-home-page .amazen-carousel-grid,
	body.amazen-home-page #section_1014663575 .cursor-grab,
	body.amazen-home-page #section_210632020 .cursor-grab,
	.amazen-landing-page .amazen-product-grid,
	.amazen-landing-page .amazen-carousel-grid,
	.amazen-landing-page #section_1014663575 .cursor-grab,
	.amazen-landing-page #section_210632020 .cursor-grab {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 24px 20px !important;
		align-items: start !important;
	}

	body.amazen-home-page .amazen-product-grid .amazen-product-card,
	body.amazen-home-page .amazen-product-grid .amazen-product-trigger,
	body.amazen-home-page .amazen-carousel-grid .amazen-product-card,
	body.amazen-home-page #section_1014663575 .amazen-product-card,
	body.amazen-home-page #section_210632020 .amazen-product-card,
	.amazen-landing-page .amazen-product-grid .amazen-product-card,
	.amazen-landing-page .amazen-product-grid .amazen-product-trigger,
	.amazen-landing-page .amazen-carousel-grid .amazen-product-card,
	.amazen-landing-page #section_1014663575 .amazen-product-card,
	.amazen-landing-page #section_210632020 .amazen-product-card {
		width: 100% !important;
		max-width: 100% !important;
		flex: none !important;
	}
}

@media (max-width: 767px) {
	#row-1358128927,
	#row-1806152600,
	body.amazen-home-page [id^="row-"],
	.amazen-landing-page [id^="row-"] {
		display: flex !important;
		flex-flow: row wrap !important;
		flex-wrap: wrap !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	#col-1484833555,
	#col-1420751663,
	#col-985743294,
	body.amazen-home-page #section_1178341255 [id^="col-"],
	body.amazen-home-page #section_1014663575 [id^="col-"],
	body.amazen-home-page #section_210632020 [id^="col-"],
	.amazen-landing-page #section_1178341255 [id^="col-"],
	.amazen-landing-page #section_1014663575 [id^="col-"],
	.amazen-landing-page #section_210632020 [id^="col-"] {
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
		box-sizing: border-box !important;
	}

	#col-1484833555,
	.amazen-landing-page #col-1484833555 {
		order: 1 !important;
	}

	#col-1420751663,
	.amazen-landing-page #col-1420751663 {
		order: 2 !important;
		padding-top: 0 !important;
		text-align: center !important;
	}

	#col-1420751663 a,
	.amazen-landing-page #col-1420751663 a {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: auto !important;
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		white-space: normal !important;
	}

	#col-1484833555 > div,
	body.amazen-home-page #section_1178341255 [id^="col-"] > div,
	body.amazen-home-page #section_1014663575 [id^="col-"] > div,
	body.amazen-home-page #section_210632020 [id^="col-"] > div,
	.amazen-landing-page #section_1178341255 [id^="col-"] > div,
	.amazen-landing-page #section_1014663575 [id^="col-"] > div,
	.amazen-landing-page #section_210632020 [id^="col-"] > div {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	.amazen-product-grid,
	body.amazen-home-page #section_1178341255 .amazen-product-grid,
	body.amazen-home-page #section_1014663575 .amazen-product-grid,
	body.amazen-home-page #section_210632020 .amazen-product-grid,
	.amazen-landing-page #section_1178341255 .amazen-product-grid,
	.amazen-landing-page #section_1014663575 .amazen-product-grid,
	.amazen-landing-page #section_210632020 .amazen-product-grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		align-items: start !important;
		gap: 12px 10px !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 auto !important;
		padding: 0 !important;
		box-sizing: border-box !important;
	}

	.amazen-product-grid > .amazen-product-card,
	.amazen-product-grid > .amazen-product-trigger,
	.amazen-product-grid > div[class*="basis-6"],
	body.amazen-home-page #section_1178341255 .amazen-product-grid > *,
	body.amazen-home-page #section_1178341255 .amazen-product-card,
	body.amazen-home-page #section_1014663575 .amazen-product-card,
	body.amazen-home-page #section_210632020 .amazen-product-card,
	.amazen-landing-page #section_1178341255 .amazen-product-grid > *,
	.amazen-landing-page #section_1178341255 .amazen-product-card,
	.amazen-landing-page #section_1014663575 .amazen-product-card,
	.amazen-landing-page #section_210632020 .amazen-product-card {
		position: static !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		transform: none !important;
		flex: none !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		padding: 0 0 12px !important;
		margin: 0 !important;
		box-sizing: border-box !important;
	}

	#section_210632020 #col-129851286,
	#section_1014663575 #col-985743294,
	body.amazen-home-page #section_210632020 [id^="col-"] > div,
	body.amazen-home-page #section_1014663575 [id^="col-"] > div,
	.amazen-landing-page #section_210632020 [id^="col-"] > div,
	.amazen-landing-page #section_1014663575 [id^="col-"] > div,
	#section_210632020 .amazen-product-grid,
	#section_1014663575 .amazen-product-grid,
	#section_210632020 [tabindex="0"],
	#section_1014663575 [tabindex="0"] {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
	}

	.amazen-carousel-grid,
	body.amazen-home-page #section_1014663575 .cursor-grab,
	body.amazen-home-page #section_210632020 .cursor-grab,
	.amazen-landing-page #section_1014663575 .cursor-grab,
	.amazen-landing-page #section_210632020 .cursor-grab {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		align-items: start !important;
		gap: 10px 8px !important;
		height: auto !important;
		min-height: 0 !important;
		overflow: visible !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.amazen-carousel-grid > .amazen-carousel-track,
	.amazen-carousel-grid > div,
	body.amazen-home-page #section_1014663575 .cursor-grab > div,
	body.amazen-home-page #section_210632020 .cursor-grab > div,
	.amazen-landing-page #section_1014663575 .cursor-grab > div,
	.amazen-landing-page #section_210632020 .cursor-grab > div {
		display: contents !important;
		position: static !important;
		transform: none !important;
		width: 100% !important;
		height: auto !important;
	}

	body.amazen-home-page #section_1014663575 [tabindex="0"],
	body.amazen-home-page #section_210632020 [tabindex="0"],
	.amazen-landing-page #section_1014663575 [tabindex="0"],
	.amazen-landing-page #section_210632020 [tabindex="0"] {
		overflow: visible !important;
		height: auto !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.amazen-carousel-grid .amazen-product-card,
	body.amazen-home-page #section_1014663575 .amazen-product-card,
	body.amazen-home-page #section_1014663575 div[class*="basis-6"],
	body.amazen-home-page #section_210632020 .amazen-product-card,
	body.amazen-home-page #section_210632020 div[class*="basis-6"],
	.amazen-landing-page #section_1014663575 .amazen-product-card,
	.amazen-landing-page #section_1014663575 div[class*="basis-6"],
	.amazen-landing-page #section_210632020 .amazen-product-card,
	.amazen-landing-page #section_210632020 div[class*="basis-6"] {
		position: static !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		transform: none !important;
		flex: none !important;
		align-self: start !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		height: auto !important;
		padding: 0 0 8px !important;
		margin: 0 !important;
		box-sizing: border-box !important;
	}

	.amazen-carousel-grid .amazen-product-card > div:first-child,
	body.amazen-home-page #section_1014663575 .amazen-product-card > div:first-child,
	body.amazen-home-page #section_210632020 .amazen-product-card > div:first-child,
	.amazen-landing-page #section_1014663575 .amazen-product-card > div:first-child,
	.amazen-landing-page #section_210632020 .amazen-product-card > div:first-child {
		height: auto !important;
		flex: none !important;
		padding: 8px 8px 10px !important;
		border-radius: 10px !important;
	}

	.amazen-carousel-grid .amazen-product-card > div:first-child > div,
	body.amazen-home-page #section_1014663575 .amazen-product-card > div:first-child > div,
	body.amazen-home-page #section_210632020 .amazen-product-card > div:first-child > div,
	.amazen-landing-page #section_1014663575 .amazen-product-card > div:first-child > div,
	.amazen-landing-page #section_210632020 .amazen-product-card > div:first-child > div {
		height: auto !important;
		flex: none !important;
	}

	.amazen-carousel-grid .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"],
	body.amazen-home-page #section_1014663575 .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"],
	body.amazen-home-page #section_210632020 .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"],
	.amazen-landing-page #section_1014663575 .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"],
	.amazen-landing-page #section_210632020 .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] {
		flex: none !important;
		padding: 0.35em 2px 0.5em !important;
	}

	.amazen-carousel-grid .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] > div:first-child,
	body.amazen-home-page #section_1014663575 .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] > div:first-child,
	body.amazen-home-page #section_210632020 .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] > div:first-child,
	.amazen-landing-page #section_1014663575 .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] > div:first-child,
	.amazen-landing-page #section_210632020 .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] > div:first-child {
		min-height: 0 !important;
		flex: none !important;
	}

	.amazen-carousel-grid .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] p,
	body.amazen-home-page #section_1014663575 .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] p,
	body.amazen-home-page #section_210632020 .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] p,
	.amazen-landing-page #section_1014663575 .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] p,
	.amazen-landing-page #section_210632020 .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] p {
		margin: 0 !important;
	}

	.amazen-carousel-grid .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] p a,
	body.amazen-home-page #section_1014663575 .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] p a,
	body.amazen-home-page #section_210632020 .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] p a,
	.amazen-landing-page #section_1014663575 .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] p a,
	.amazen-landing-page #section_210632020 .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] p a {
		display: -webkit-box !important;
		-webkit-box-orient: vertical !important;
		-webkit-line-clamp: 3 !important;
		overflow: hidden !important;
		font-size: 10px !important;
		line-height: 1.25 !important;
		word-break: break-word !important;
	}

	.amazen-carousel-grid .amazen-product-card [class*="w-[5.06em]"],
	body.amazen-home-page #section_1014663575 .amazen-product-card [class*="w-[5.06em]"],
	body.amazen-home-page #section_210632020 .amazen-product-card [class*="w-[5.06em]"],
	.amazen-landing-page #section_1014663575 .amazen-product-card [class*="w-[5.06em]"],
	.amazen-landing-page #section_210632020 .amazen-product-card [class*="w-[5.06em]"] {
		margin-top: 0.15em !important;
		margin-bottom: 0.15em !important;
		font-size: 11px !important;
	}

	.amazen-carousel-grid .amazen-product-card [class*="font-size:19px"],
	body.amazen-home-page #section_1014663575 .amazen-product-card [class*="font-size:19px"],
	body.amazen-home-page #section_210632020 .amazen-product-card [class*="font-size:19px"],
	.amazen-landing-page #section_1014663575 .amazen-product-card [class*="font-size:19px"],
	.amazen-landing-page #section_210632020 .amazen-product-card [class*="font-size:19px"] {
		font-size: 13px !important;
	}

	.amazen-carousel-grid .amazen-product-card a img:first-of-type,
	body.amazen-home-page #section_1014663575 .amazen-product-card a img:first-of-type,
	body.amazen-home-page #section_210632020 .amazen-product-card a img:first-of-type,
	.amazen-landing-page #section_1014663575 .amazen-product-card a img:first-of-type,
	.amazen-landing-page #section_210632020 .amazen-product-card a img:first-of-type {
		display: block !important;
		position: static !important;
		opacity: 1 !important;
		visibility: visible !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
	}

	.amazen-carousel-grid .amazen-product-card a img:last-of-type:not(:only-of-type),
	body.amazen-home-page #section_1014663575 .amazen-product-card a img:last-of-type:not(:only-of-type),
	body.amazen-home-page #section_210632020 .amazen-product-card a img:last-of-type:not(:only-of-type),
	.amazen-landing-page #section_1014663575 .amazen-product-card a img:last-of-type:not(:only-of-type),
	.amazen-landing-page #section_210632020 .amazen-product-card a img:last-of-type:not(:only-of-type) {
		display: none !important;
	}

	body.amazen-home-page .amazen-product-card,
	body.amazen-home-page .amazen-product-trigger,
	.amazen-landing-page .amazen-product-card,
	.amazen-landing-page .amazen-product-trigger {
		padding: 0 0 16px !important;
	}

	body.amazen-home-page .amazen-product-card > div:first-child,
	body.amazen-home-page .amazen-product-trigger > div:first-child,
	.amazen-landing-page .amazen-product-card > div:first-child,
	.amazen-landing-page .amazen-product-trigger > div:first-child {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		padding: 8px 8px 12px !important;
		border-radius: 10px !important;
	}

	body.amazen-home-page .amazen-product-card [class*="1_0_auto"],
	body.amazen-home-page .amazen-product-trigger [class*="1_0_auto"],
	.amazen-landing-page .amazen-product-card [class*="1_0_auto"],
	.amazen-landing-page .amazen-product-trigger [class*="1_0_auto"] {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	body.amazen-home-page .amazen-product-card img[src]:not([src^="data:"]),
	body.amazen-home-page .amazen-product-trigger img[src]:not([src^="data:"]),
	.amazen-landing-page .amazen-product-card img[src]:not([src^="data:"]),
	.amazen-landing-page .amazen-product-trigger img[src]:not([src^="data:"]) {
		width: 100% !important;
		height: auto !important;
	}

	body.amazen-home-page .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] > div:first-child,
	body.amazen-home-page .amazen-product-trigger > div:first-child > div[class*="pt-[0.7em]"] > div:first-child,
	.amazen-landing-page .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] > div:first-child,
	.amazen-landing-page .amazen-product-trigger > div:first-child > div[class*="pt-[0.7em]"] > div:first-child {
		min-height: 3.2em !important;
	}

	body.amazen-home-page .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] p a,
	body.amazen-home-page .amazen-product-trigger > div:first-child > div[class*="pt-[0.7em]"] p a,
	.amazen-landing-page .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] p a,
	.amazen-landing-page .amazen-product-trigger > div:first-child > div[class*="pt-[0.7em]"] p a {
		font-size: 11px !important;
		line-height: 1.35 !important;
		word-break: break-word !important;
		overflow-wrap: anywhere !important;
	}
}

body.amazen-home-page .amazen-product-card > div:first-child,
body.amazen-home-page .amazen-product-trigger > div:first-child,
.amazen-landing-page .amazen-product-card > div:first-child,
.amazen-landing-page .amazen-product-trigger > div:first-child {
	background: var(--amazen-card-cream) !important;
	border: 1px solid var(--amazen-card-border) !important;
	border-radius: 14px !important;
	padding: 14px 14px 18px !important;
	box-shadow: var(--amazen-card-shadow) !important;
	overflow: hidden !important;
	flex: 1 1 auto !important;
	height: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	transition:
		transform 0.38s var(--amazen-card-ease),
		box-shadow 0.38s var(--amazen-card-ease),
		border-color 0.38s var(--amazen-card-ease) !important;
	will-change: transform, box-shadow;
}

body.amazen-home-page .amazen-product-card > div:first-child > div:first-child > div:first-child,
body.amazen-home-page .amazen-product-trigger > div:first-child > div:first-child > div:first-child,
.amazen-landing-page .amazen-product-card > div:first-child > div:first-child > div:first-child,
.amazen-landing-page .amazen-product-trigger > div:first-child > div:first-child > div:first-child {
	overflow: hidden !important;
	border-radius: 10px !important;
}

body.amazen-home-page .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"],
body.amazen-home-page .amazen-product-trigger > div:first-child > div[class*="pt-[0.7em]"],
.amazen-landing-page .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"],
.amazen-landing-page .amazen-product-trigger > div:first-child > div[class*="pt-[0.7em]"] {
	flex: 1 1 auto !important;
	display: flex !important;
	flex-direction: column !important;
}

body.amazen-home-page .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] > div:first-child,
body.amazen-home-page .amazen-product-trigger > div:first-child > div[class*="pt-[0.7em]"] > div:first-child,
.amazen-landing-page .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] > div:first-child,
.amazen-landing-page .amazen-product-trigger > div:first-child > div[class*="pt-[0.7em]"] > div:first-child {
	flex: 1 1 auto !important;
	min-height: 5.4em !important;
}

body.amazen-home-page .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] p a,
body.amazen-home-page .amazen-product-trigger > div:first-child > div[class*="pt-[0.7em]"] p a,
.amazen-landing-page .amazen-product-card > div:first-child > div[class*="pt-[0.7em]"] p a,
.amazen-landing-page .amazen-product-trigger > div:first-child > div[class*="pt-[0.7em]"] p a {
	display: block !important;
	line-height: 1.35 !important;
	transition: color 0.3s ease !important;
}

body.amazen-home-page .amazen-product-card:hover > div:first-child,
body.amazen-home-page .amazen-product-trigger:hover > div:first-child,
body.amazen-home-page .amazen-product-card:focus-within > div:first-child,
body.amazen-home-page .amazen-product-trigger:focus-within > div:first-child,
.amazen-landing-page .amazen-product-card:hover > div:first-child,
.amazen-landing-page .amazen-product-trigger:hover > div:first-child,
.amazen-landing-page .amazen-product-card:focus-within > div:first-child,
.amazen-landing-page .amazen-product-trigger:focus-within > div:first-child {
	transform: translateY(-8px) !important;
	box-shadow: var(--amazen-card-shadow-hover) !important;
	border-color: var(--amazen-card-gold-soft) !important;
}

body.amazen-home-page .amazen-product-card a[class*="block"],
body.amazen-home-page .amazen-product-trigger a[class*="block"],
.amazen-landing-page .amazen-product-card a[class*="block"],
.amazen-landing-page .amazen-product-trigger a[class*="block"] {
	position: relative !important;
	display: block !important;
	overflow: hidden !important;
	border-radius: 10px !important;
}

body.amazen-home-page .amazen-product-card img[src]:not([src^="data:"]),
body.amazen-home-page .amazen-product-trigger img[src]:not([src^="data:"]),
.amazen-landing-page .amazen-product-card img[src]:not([src^="data:"]),
.amazen-landing-page .amazen-product-trigger img[src]:not([src^="data:"]) {
	border-radius: 10px !important;
	transition:
		transform 0.55s var(--amazen-card-ease),
		opacity 0.45s ease,
		filter 0.45s ease !important;
}

body.amazen-home-page .amazen-product-card a img:last-of-type:not(:only-of-type),
body.amazen-home-page .amazen-product-trigger a img:last-of-type:not(:only-of-type),
.amazen-landing-page .amazen-product-card a img:last-of-type:not(:only-of-type),
.amazen-landing-page .amazen-product-trigger a img:last-of-type:not(:only-of-type) {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	opacity: 0 !important;
	transform: scale(1.08) !important;
}

body.amazen-home-page .amazen-product-card:hover img[src]:not([src^="data:"]):first-of-type,
body.amazen-home-page .amazen-product-trigger:hover img[src]:not([src^="data:"]):first-of-type,
body.amazen-home-page .amazen-product-card:focus-within img[src]:not([src^="data:"]):first-of-type,
body.amazen-home-page .amazen-product-trigger:focus-within img[src]:not([src^="data:"]):first-of-type,
.amazen-landing-page .amazen-product-card:hover img[src]:not([src^="data:"]):first-of-type,
.amazen-landing-page .amazen-product-trigger:hover img[src]:not([src^="data:"]):first-of-type,
.amazen-landing-page .amazen-product-card:focus-within img[src]:not([src^="data:"]):first-of-type,
.amazen-landing-page .amazen-product-trigger:focus-within img[src]:not([src^="data:"]):first-of-type {
	transform: scale(1.07) !important;
}

body.amazen-home-page .amazen-product-card:hover a img:last-of-type:not(:only-of-type),
body.amazen-home-page .amazen-product-trigger:hover a img:last-of-type:not(:only-of-type),
body.amazen-home-page .amazen-product-card:focus-within a img:last-of-type:not(:only-of-type),
body.amazen-home-page .amazen-product-trigger:focus-within a img:last-of-type:not(:only-of-type),
.amazen-landing-page .amazen-product-card:hover a img:last-of-type:not(:only-of-type),
.amazen-landing-page .amazen-product-trigger:hover a img:last-of-type:not(:only-of-type),
.amazen-landing-page .amazen-product-card:focus-within a img:last-of-type:not(:only-of-type),
.amazen-landing-page .amazen-product-trigger:focus-within a img:last-of-type:not(:only-of-type) {
	opacity: 1 !important;
	transform: scale(1) !important;
}

body.amazen-home-page .amazen-product-card:hover a img:first-of-type:has(+ img),
body.amazen-home-page .amazen-product-trigger:hover a img:first-of-type:has(+ img),
.amazen-landing-page .amazen-product-card:hover a img:first-of-type:has(+ img),
.amazen-landing-page .amazen-product-trigger:hover a img:first-of-type:has(+ img) {
	opacity: 0 !important;
}

body.amazen-home-page .amazen-product-card p a,
body.amazen-home-page .amazen-product-trigger p a,
.amazen-landing-page .amazen-product-card p a,
.amazen-landing-page .amazen-product-trigger p a {
	transition: color 0.3s ease !important;
}

body.amazen-home-page .amazen-product-card:hover p a,
body.amazen-home-page .amazen-product-trigger:hover p a,
body.amazen-home-page .amazen-product-card:focus-within p a,
body.amazen-home-page .amazen-product-trigger:focus-within p a,
.amazen-landing-page .amazen-product-card:hover p a,
.amazen-landing-page .amazen-product-trigger:hover p a,
.amazen-landing-page .amazen-product-card:focus-within p a,
.amazen-landing-page .amazen-product-trigger:focus-within p a {
	color: var(--amazen-card-gold) !important;
	text-decoration: none !important;
}

body.amazen-home-page .amazen-product-card:hover [class*="font-size:19px"] span,
body.amazen-home-page .amazen-product-trigger:hover [class*="font-size:19px"] span,
body.amazen-home-page .amazen-product-card:focus-within [class*="font-size:19px"] span,
body.amazen-home-page .amazen-product-trigger:focus-within [class*="font-size:19px"] span,
.amazen-landing-page .amazen-product-card:hover [class*="font-size:19px"] span,
.amazen-landing-page .amazen-product-trigger:hover [class*="font-size:19px"] span,
.amazen-landing-page .amazen-product-card:focus-within [class*="font-size:19px"] span,
.amazen-landing-page .amazen-product-trigger:focus-within [class*="font-size:19px"] span {
	color: var(--amazen-card-gold) !important;
	transition: color 0.3s ease !important;
}

@media (max-width: 767px) {
	body.amazen-home-page .amazen-product-card:hover > div:first-child,
	body.amazen-home-page .amazen-product-trigger:hover > div:first-child,
	.amazen-landing-page .amazen-product-card:hover > div:first-child,
	.amazen-landing-page .amazen-product-trigger:hover > div:first-child {
		transform: translateY(-4px) !important;
		box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12) !important;
	}

	body.amazen-home-page .amazen-product-card:hover img[src]:not([src^="data:"]):first-of-type,
	body.amazen-home-page .amazen-product-trigger:hover img[src]:not([src^="data:"]):first-of-type,
	.amazen-landing-page .amazen-product-card:hover img[src]:not([src^="data:"]):first-of-type,
	.amazen-landing-page .amazen-product-trigger:hover img[src]:not([src^="data:"]):first-of-type {
		transform: scale(1.04) !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.amazen-home-page .amazen-product-card > div:first-child,
	body.amazen-home-page .amazen-product-trigger > div:first-child,
	.amazen-landing-page .amazen-product-card > div:first-child,
	.amazen-landing-page .amazen-product-trigger > div:first-child,
	body.amazen-home-page .amazen-product-card img[src]:not([src^="data:"]),
	body.amazen-home-page .amazen-product-trigger img[src]:not([src^="data:"]),
	.amazen-landing-page .amazen-product-card img[src]:not([src^="data:"]),
	.amazen-landing-page .amazen-product-trigger img[src]:not([src^="data:"]) {
		transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
	}

	body.amazen-home-page .amazen-product-card:hover > div:first-child,
	body.amazen-home-page .amazen-product-trigger:hover > div:first-child,
	.amazen-landing-page .amazen-product-card:hover > div:first-child,
	.amazen-landing-page .amazen-product-trigger:hover > div:first-child {
		transform: none !important;
	}

	body.amazen-home-page .amazen-product-card:hover img[src]:not([src^="data:"]),
	body.amazen-home-page .amazen-product-trigger:hover img[src]:not([src^="data:"]),
	.amazen-landing-page .amazen-product-card:hover img[src]:not([src^="data:"]),
	.amazen-landing-page .amazen-product-trigger:hover img[src]:not([src^="data:"]) {
		transform: none !important;
	}
}

.amazen-footer-logo {
	width: 130px !important;
	max-width: 130px !important;
	height: auto !important;
	object-fit: contain;
}

.amazen-footer-logo-sm {
	height: 72px !important;
	width: auto !important;
	max-width: 120px !important;
	object-fit: contain;
}

#row-1670172832 {
	align-items: flex-start !important;
}

#row-1670172832 > [id^="col-"] > div {
	height: 100%;
}

#col-1304070103 p:first-of-type strong,
#col-1571540779 h3,
#col-1329096965 h3 {
	margin-top: 0;
}

#col-1304070103 {
	padding-top: 0 !important;
}

#col-1571540779,
#col-1329096965 {
	padding-top: 0 !important;
}

@media (min-width: 640px) {
	#col-1304070103,
	#col-1571540779,
	#col-1329096965 {
		padding-top: 0 !important;
	}

	#col-1531167115 .box-border.text-center {
		text-align: left !important;
	}

	#col-1531167115 .mt-0.mx-auto.relative.w-\[130px\] {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

/* About / Contact / Order — centered layout (all screen sizes) */
body.amazen-home-page #section_341953849 > div[class*="z-[1]"],
.amazen-landing-page #section_341953849 > div[class*="z-[1]"] {
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	box-sizing: border-box !important;
	position: relative !important;
	z-index: 2 !important;
}

#section_341953849 > div.absolute,
#section_341953849 > div[class*="inset-0"] {
	pointer-events: none !important;
}

#section_341953849 #slider-1173284244,
#section_341953849 [tabindex="0"] {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	overflow: visible !important;
}

#section_341953849 .amazen-info-slider,
#section_341953849 .cursor-grab {
	height: auto !important;
	min-height: 0 !important;
	overflow: visible !important;
	width: 100% !important;
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	touch-action: auto !important;
}

#section_341953849 .amazen-info-slider-track,
#section_341953849 .amazen-info-slider > div:not(.amazen-info-slider-row):not(#row-175328728),
#section_341953849 .cursor-grab > div:not(.amazen-info-slider-row):not(#row-175328728) {
	display: contents !important;
	position: static !important;
	transform: none !important;
	width: 100% !important;
	height: auto !important;
}

#section_341953849 .amazen-info-slider-row,
#section_341953849 #row-175328728 {
	display: flex !important;
	flex-wrap: wrap !important;
	flex-direction: row !important;
	position: static !important;
	left: auto !important;
	transform: none !important;
	width: 100% !important;
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	justify-content: center !important;
	align-items: stretch !important;
	gap: 0 !important;
}

@media (min-width: 640px) {
	#section_341953849 #col-1122696763,
	#section_341953849 #col-763496886,
	#section_341953849 #col-874761421,
	#section_341953849 #col-1957971769 {
		flex: 0 0 25% !important;
		width: 25% !important;
		max-width: 25% !important;
	}
}

#section_341953849 button[type="button"],
#section_341953849 ol {
	display: none !important;
}

/* About / Contact / Order info blocks — stack on mobile */
@media (max-width: 767px) {
	#section_341953849 .amazen-info-slider-row,
	#section_341953849 #row-175328728 {
		flex-direction: column !important;
	}

	#section_341953849 #col-1122696763,
	#section_341953849 #col-763496886,
	#section_341953849 #col-874761421,
	#section_341953849 #col-1957971769 {
		flex: 0 0 auto !important;
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	#section_341953849 #col-1122696763 {
		padding-bottom: 16px !important;
	}

	#section_341953849 .amazen-info-trigger {
		padding-bottom: 20px !important;
	}

	#section_341953849 [id^="image_"] [class*="pt-[400px]"],
	#section_341953849 [class*="pt-[400px]"] {
		padding-top: 62% !important;
	}

	#section_341953849 .amazen-info-trigger h3.flex > span {
		white-space: normal !important;
	}
}

/* Testimonials slider */
.amazen-testimonials-slider {
	min-height: 260px;
	padding-left: 36px;
	padding-right: 36px;
}

@media (min-width: 640px) {
	.amazen-testimonials-slider {
		min-height: 300px;
		padding-left: 44px;
		padding-right: 44px;
	}
}

@media (min-width: 1024px) {
	.amazen-testimonials-slider {
		min-height: 320px;
	}
}

.amazen-testimonials-track {
	will-change: transform;
}

.amazen-testimonial-slide {
	display: flex;
	align-items: stretch;
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.amazen-testimonial-slide {
		width: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media (min-width: 1024px) {
	.amazen-testimonial-slide {
		width: 33.3333%;
		flex-basis: 33.3333%;
		max-width: 33.3333%;
	}
}

@media (max-width: 767px) {
	.amazen-testimonials-slider {
		padding-left: 28px;
		padding-right: 28px;
		min-height: 220px;
	}

	.amazen-testimonial-slide {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}

	.amazen-testimonial-card {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
}

.amazen-testimonial-card {
	background: oklch(100% 0 none);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.amazen-testimonial-quote-icon {
	color: oklch(77.644% 0.1186 82.974);
	line-height: 0;
}

.amazen-quote-svg {
	width: 28px;
	height: 28px;
	display: block;
}

@media (min-width: 640px) {
	.amazen-quote-svg {
		width: 32px;
		height: 32px;
	}
}

@media (min-width: 1024px) {
	.amazen-quote-svg {
		width: 36px;
		height: 36px;
	}
}

.amazen-testimonials-dot.is-active {
	width: 40px;
	border-radius: 20px;
	opacity: 1 !important;
	background-color: oklch(17.764% 0 none) !important;
}

/* ALL COLLECTIONS brand grid — broken on mobile, hide below tablet */
@media (max-width: 767px) {
	.amazen-landing-page #section_221723677,
	body.amazen-home-page #section_221723677 {
		display: none !important;
	}
}

/* Clickable product cards */
.amazen-product-trigger {
	cursor: pointer;
}

body.amazen-popup-open {
	overflow: hidden;
}

.amazen-product-popup {
	--amazen-popup-gold: #c9a962;
	--amazen-popup-gold-soft: rgba(201, 169, 98, 0.35);
	--amazen-popup-dark: #121212;
	--amazen-popup-cream: #faf8f4;
	--amazen-popup-ink: #1a1a1a;
	--amazen-popup-muted: #6b6b6b;
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.amazen-product-popup.is-open,
.amazen-product-popup.is-closing {
	visibility: visible !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	display: flex !important;
}

.amazen-product-popup[hidden] {
	display: none !important;
}

.amazen-product-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba(8, 8, 8, 0.78);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	opacity: 0;
}

.amazen-product-popup.is-open .amazen-product-popup__overlay {
	opacity: 1 !important;
}

.amazen-product-popup.is-open .amazen-product-popup__dialog,
.amazen-product-popup.is-open .amazen-product-popup__close,
.amazen-product-popup.is-open .amazen-content-popup__inner {
	opacity: 1 !important;
	transform: none !important;
	visibility: visible !important;
}

.amazen-product-popup__dialog {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: min(1040px, 100%);
	max-height: calc(100vh - 32px);
	max-height: calc(100dvh - 32px);
	overflow: hidden;
	background: var(--amazen-popup-cream);
	border: 1px solid rgba(201, 169, 98, 0.28);
	border-radius: 18px;
	padding: 0;
	box-shadow:
		0 30px 80px rgba(0, 0, 0, 0.45),
		0 0 0 1px rgba(255, 255, 255, 0.04) inset;
	will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
	.amazen-product-popup.is-open {
		opacity: 1;
	}

	.amazen-product-popup.is-open .amazen-product-popup__overlay {
		opacity: 1;
	}
}

.amazen-product-popup__close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 3;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(201, 169, 98, 0.45);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: var(--amazen-popup-ink);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.amazen-product-popup__close:hover {
	background: #fff;
	border-color: var(--amazen-popup-gold);
	transform: scale(1.04);
}

.amazen-product-popup__grid {
	display: grid;
	grid-template-columns: 1fr;
	min-height: 0;
	flex: 1;
	overflow-y: auto;
	overscroll-behavior: contain;
}

@media (min-width: 900px) {
	.amazen-product-popup__grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
		overflow: hidden;
	}
}

.amazen-popup-scroll {
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	scrollbar-width: thin;
	scrollbar-color: rgba(201, 169, 98, 0.55) transparent;
}

.amazen-popup-scroll::-webkit-scrollbar {
	width: 7px;
}

.amazen-popup-scroll::-webkit-scrollbar-track {
	background: transparent;
	margin: 8px 0;
}

.amazen-popup-scroll::-webkit-scrollbar-thumb {
	background: rgba(201, 169, 98, 0.42);
	border-radius: 999px;
	border: 2px solid transparent;
	background-clip: padding-box;
}

.amazen-popup-scroll::-webkit-scrollbar-thumb:hover {
	background: rgba(201, 169, 98, 0.72);
	border: 2px solid transparent;
	background-clip: padding-box;
}

@media (max-width: 899px) {
	.amazen-product-popup__media,
	.amazen-product-popup__content {
		overflow: visible;
	}
}

@media (min-width: 900px) {
	.amazen-product-popup__media,
	.amazen-product-popup__content {
		overflow-y: auto;
		max-height: calc(100vh - 32px);
		max-height: calc(100dvh - 32px);
	}
}

.amazen-product-popup__media {
	background:
		linear-gradient(165deg, rgba(201, 169, 98, 0.12) 0%, transparent 42%),
		linear-gradient(180deg, #181818 0%, #0f0f0f 100%);
	color: #f3efe6;
	padding: 28px 24px 32px;
	border-radius: 18px 18px 0 0;
}

@media (min-width: 900px) {
	.amazen-product-popup__media {
		padding: 36px 32px 40px;
		border-radius: 18px 0 0 18px;
		background:
			linear-gradient(#181818 28px, rgba(24, 24, 24, 0)) center top,
			linear-gradient(rgba(15, 15, 15, 0), #0f0f0f 28px) center bottom,
			linear-gradient(165deg, rgba(201, 169, 98, 0.12) 0%, transparent 42%),
			linear-gradient(180deg, #181818 0%, #0f0f0f 100%);
		background-size: 100% 28px, 100% 28px, auto, auto;
		background-repeat: no-repeat;
		background-attachment: local, local, scroll, scroll;
	}

	.amazen-product-popup__content {
		background:
			linear-gradient(var(--amazen-popup-cream) 28px, rgba(250, 248, 244, 0)) center top,
			linear-gradient(rgba(250, 248, 244, 0), var(--amazen-popup-cream) 28px) center bottom,
			var(--amazen-popup-cream);
		background-size: 100% 28px, 100% 28px, auto;
		background-repeat: no-repeat;
		background-attachment: local, local, scroll;
	}
}

.amazen-product-popup__image-frame {
	position: relative;
	padding: 18px;
	border: 1px solid rgba(201, 169, 98, 0.22);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.03);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.amazen-product-popup__image-frame::before {
	content: "";
	position: absolute;
	inset: 10px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 10px;
	pointer-events: none;
}

.amazen-product-popup__image {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	max-height: 320px;
	object-fit: contain;
	border-radius: 8px;
	background: transparent;
}

.amazen-product-popup__description {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid rgba(201, 169, 98, 0.22);
	color: rgba(243, 239, 230, 0.88);
	font-family: Sarabun, sans-serif;
	font-size: 14px;
	line-height: 1.75;
}

.amazen-product-popup__description p {
	margin: 0 0 10px;
}

.amazen-product-popup__description p:last-child {
	margin-bottom: 0;
}

.amazen-product-popup__description strong {
	color: var(--amazen-popup-gold);
	font-weight: 600;
}

.amazen-product-popup__content {
	padding: 28px 24px 32px;
	background: var(--amazen-popup-cream);
	border-radius: 0 0 18px 18px;
}

@media (min-width: 900px) {
	.amazen-product-popup__content {
		padding: 40px 36px 36px;
		border-radius: 0 18px 18px 0;
		border-left: 1px solid rgba(201, 169, 98, 0.18);
	}
}

.amazen-product-popup__eyebrow {
	margin: 0 0 10px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--amazen-popup-gold);
}

.amazen-product-popup__title {
	margin: 0 0 12px;
	padding-right: 48px;
	font-size: clamp(22px, 2.4vw, 30px);
	line-height: 1.25;
	font-family: Lexend, sans-serif;
	font-weight: 500;
	color: var(--amazen-popup-ink);
}

.amazen-product-popup__price {
	margin: 0 0 18px;
	font-family: Lexend, sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: var(--amazen-popup-ink);
	letter-spacing: 0.02em;
}

.amazen-product-popup__price:empty {
	display: none;
}

.amazen-product-popup__divider {
	height: 1px;
	margin-bottom: 22px;
	background: linear-gradient(90deg, var(--amazen-popup-gold) 0%, rgba(201, 169, 98, 0.15) 55%, transparent 100%);
}

.amazen-product-popup__form p {
	margin: 0 0 14px;
}

.amazen-product-popup__form-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0 16px;
}

@media (min-width: 640px) {
	.amazen-product-popup__form-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.amazen-product-popup__form label {
	display: block;
	margin-bottom: 7px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--amazen-popup-muted);
}

.amazen-product-popup__form input,
.amazen-product-popup__form textarea {
	width: 100%;
	border: 1px solid rgba(26, 26, 26, 0.12);
	border-radius: 10px;
	padding: 12px 14px;
	font: inherit;
	font-family: Sarabun, sans-serif;
	font-size: 15px;
	color: var(--amazen-popup-ink);
	background: #fff;
	box-sizing: border-box;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.amazen-product-popup__form input::placeholder,
.amazen-product-popup__form textarea::placeholder {
	color: #a0a0a0;
}

.amazen-product-popup__form input:focus,
.amazen-product-popup__form textarea:focus {
	outline: none;
	border-color: var(--amazen-popup-gold);
	box-shadow: 0 0 0 3px var(--amazen-popup-gold-soft);
}

.amazen-product-popup__form textarea {
	resize: vertical;
	min-height: 96px;
}

.amazen-product-popup__submit {
	width: 100%;
	margin-top: 6px;
	border: 0;
	border-radius: 999px;
	padding: 14px 22px;
	background: linear-gradient(135deg, #151515 0%, #2a2418 100%);
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.amazen-product-popup__submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
	background: linear-gradient(135deg, #1d1d1d 0%, #3a3020 100%);
}

.amazen-product-popup__note {
	margin: 12px 0 0;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	color: var(--amazen-popup-muted);
}

.amazen-product-popup__status {
	margin-top: 12px;
	font-size: 14px;
	text-align: center;
	color: var(--amazen-popup-gold);
}

.amazen-info-trigger {
	cursor: pointer;
}

.amazen-info-trigger:focus-visible {
	outline: 2px solid #c9a962;
	outline-offset: 4px;
}

.amazen-info-trigger a[data-amazen-info] {
	cursor: pointer;
}

.amazen-info-trigger h3.flex {
	flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 8px;
}

.amazen-info-trigger h3.flex > span {
	flex: 1 1 auto;
	min-width: 0;
	font-size: clamp(16px, 1.6vw, 24px) !important;
	line-height: 1.15 !important;
	white-space: nowrap;
}

@media (min-width: 640px) {
	.amazen-info-trigger h3.flex > span {
		font-size: clamp(18px, 1.8vw, 28px) !important;
	}
}

.amazen-info-trigger h3.flex > a {
	flex: 0 0 auto;
	white-space: nowrap;
	margin-left: auto !important;
	padding-left: 8px !important;
}

#col-1957971769.amazen-info-trigger h3.flex > span {
	font-size: clamp(14px, 1.35vw, 22px) !important;
}

@media (min-width: 640px) {
	#col-1957971769.amazen-info-trigger h3.flex > span {
		font-size: clamp(16px, 1.5vw, 26px) !important;
	}
}

.amazen-content-popup__dialog {
	width: min(680px, 100%);
}

.amazen-content-popup__inner {
	display: flex;
	flex-direction: column;
	min-height: 0;
	flex: 1;
	overflow: hidden;
	padding: 36px 24px 28px;
}

@media (min-width: 640px) {
	.amazen-content-popup__inner {
		padding: 44px 36px 36px;
	}
}

.amazen-content-popup__header {
	flex-shrink: 0;
	padding-right: 48px;
}

.amazen-content-popup__scroll {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	padding-right: 6px;
	padding-bottom: 4px;
	background:
		linear-gradient(var(--amazen-popup-cream) 24px, rgba(250, 248, 244, 0)) center top,
		linear-gradient(rgba(250, 248, 244, 0), var(--amazen-popup-cream) 24px) center bottom,
		transparent;
	background-size: 100% 24px, 100% 24px, auto;
	background-repeat: no-repeat;
	background-attachment: local, local, scroll;
}

.amazen-content-popup__title {
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.amazen-content-popup__scroll,
.amazen-content-popup__body {
	color: #3a3a3a;
	font-family: Sarabun, sans-serif;
	font-size: 15px;
	line-height: 1.8;
}

.amazen-content-popup__scroll p,
.amazen-content-popup__body p {
	margin: 0 0 14px;
}

.amazen-content-popup__scroll ol,
.amazen-content-popup__scroll ul,
.amazen-content-popup__body ol,
.amazen-content-popup__body ul {
	margin: 0 0 14px 22px;
	padding: 0;
}

.amazen-content-popup__scroll li + li,
.amazen-content-popup__body li + li {
	margin-top: 8px;
}

.amazen-content-popup__scroll a,
.amazen-content-popup__body a {
	color: var(--amazen-popup-ink);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.amazen-content-popup__scroll a:hover,
.amazen-content-popup__body a:hover {
	color: var(--amazen-popup-gold);
}

html.amazen-cookie-accepted #amazen-cookie-banner,
.amazen-cookie-banner.is-hidden {
	display: none !important;
}

.amazen-cookie-banner {
	transition: transform 0.35s ease, opacity 0.35s ease;
	will-change: transform, opacity;
}

.amazen-cookie-banner.is-dismissed {
	transform: translateY(100%);
	opacity: 0;
	pointer-events: none;
}
