#masthead .site-top-header-wrap > .site-header-row-container-inner {
	background-color: #d7376d !important;
	background-image:
		linear-gradient(rgba(89, 0, 31, .16), rgba(89, 0, 31, .16)),
		url('../images/tortik-tail-top.jpg') !important;
	background-position: center, center top !important;
	background-repeat: repeat, repeat-x !important;
	background-size: auto, auto 70px !important;
}

#masthead .site-top-header-wrap::after {
	background-color: #d7376d !important;
	background-image:
		linear-gradient(rgba(89, 0, 31, .16), rgba(89, 0, 31, .16)),
		url('../images/tortik-tail-top.jpg') !important;
	background-position: center, center -40px !important;
	background-repeat: repeat, repeat-x !important;
	background-size: auto, auto 70px !important;
}

.tortik-primary-action {
	box-sizing: border-box;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 22px !important;
	border: 1px solid #a91f50 !important;
	border-radius: 6px !important;
	background-color: #c92e63 !important;
	background-image:
		linear-gradient(rgba(74, 0, 26, .27), rgba(74, 0, 26, .27)),
		url('../images/tortik-tail-top.jpg') !important;
	background-position: center, center top !important;
	background-repeat: repeat, repeat-x !important;
	background-size: auto, auto 70px !important;
	color: #fff !important;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 0 1px 1px rgba(55, 0, 20, .55);
	cursor: pointer;
}

.tortik-primary-action:hover,
.tortik-primary-action:focus-visible {
	border-color: #761238 !important;
	background-color: #a91f50 !important;
	background-image:
		linear-gradient(rgba(55, 0, 20, .38), rgba(55, 0, 20, .38)),
		url('../images/tortik-tail-top.jpg') !important;
	color: #fff !important;
}

.tortik-primary-action:disabled,
.tortik-primary-action[aria-disabled="true"] {
	opacity: .58;
	cursor: not-allowed;
}

.tortik-filling-field {
	position: relative;
	display: grid;
	gap: 6px;
}

.tortik-filling-field__label {
	font-weight: 600;
}

.tortik-filling-field__native {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.tortik-filling-picker {
	position: relative;
}

.tortik-filling-picker__summary,
.tortik-filling-picker__option {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 8px;
	align-items: center;
	width: 100%;
	min-height: 54px;
	padding: 5px 7px;
	border: 1px solid #e5b6c9;
	border-radius: 10px;
	background: #fffafc;
	color: #351b25;
	text-align: left;
}

.tortik-filling-picker__summary {
	cursor: pointer;
	font-size: 14px;
	line-height: 1.25;
	list-style: none;
}

.tortik-filling-picker__summary:not(:has(img)) {
	grid-template-columns: minmax(0, 1fr);
}

.tortik-filling-picker__summary::-webkit-details-marker {
	display: none;
}

.tortik-filling-picker__summary img,
.tortik-filling-picker__option img {
	width: 44px;
	height: 44px;
	border-radius: 6px;
	object-fit: cover;
}

.tortik-filling-picker__summary span,
.tortik-filling-picker__option span {
	display: grid;
	gap: 3px;
}

.tortik-filling-picker__summary small,
.tortik-filling-picker__option small {
	display: block;
	color: #6b5260;
	font-size: 11px;
	line-height: 1.2;
}

.tortik-filling-picker__options {
	position: absolute;
	z-index: 30;
	top: calc(100% + 5px);
	left: 0;
	right: 0;
	display: grid;
	max-height: 280px;
	padding: 6px;
	overflow: auto;
	border: 1px solid #e5b6c9;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(83, 28, 51, .18);
}

.tortik-filling-picker__option {
	border: 0;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
}

.tortik-filling-picker__option:hover,
.tortik-filling-picker__option:focus-visible {
	background: #fff0f6;
	outline: 2px solid #bd376b;
}

.tortik-fillings-page__intro {
	max-width: 850px;
	margin: 0 auto 28px;
	font-size: 17px;
	line-height: 1.65;
	text-align: center;
}

.tortik-fillings-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 22px;
}

.tortik-fillings-card {
	overflow: hidden;
	border: 1px solid #efd4df;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(91, 34, 58, .08);
}

.tortik-fillings-card > img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.tortik-fillings-card__body {
	padding: 18px;
}

.tortik-fillings-card__body h2 {
	margin: 0 0 8px;
	font-size: 20px;
}

.tortik-fillings-card__body p {
	margin: 0;
	color: #66505a;
	line-height: 1.55;
}

@media (max-width: 600px) {
	.tortik-filling-picker__summary,
	.tortik-filling-picker__option {
		grid-template-columns: 42px minmax(0, 1fr);
	}

	.tortik-filling-picker__summary img,
	.tortik-filling-picker__option img {
		width: 42px;
		height: 42px;
	}
}

.tortik-primary-action:focus-visible {
	outline: 3px solid rgba(157, 63, 111, .35);
	outline-offset: 3px;
}
