@charset "UTF-8";

/*!
Theme Name: Biddaj
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: biddaj
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/* CSS Resets */
html {
	box-sizing: border-box;
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

div#page {
	padding: calc(72px + 24px) 16px 0;
}

div#page:has(> .profile-container) {
	padding-top: 72px;
}

@media screen and (min-width: 1200px) {

	div#page {
		padding: calc(80px + 24px) 64px 0;
	}

	div#page:has(> .profile-container) {
		padding-top: 80px;
	}

	div#page:has(> .profile-container) header nav {
		border: none;
	}
}

@media (max-width: 1200px) {

	body:has(div#page > .profile-container) #wpadminbar {
		top: 132px;
	}
}

@media screen and (min-width: 1200px) {

	body:has(div#page > .profile-container) #wpadminbar {
		left: 318px;
		width: calc(100% - 318px);
	}
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "TazText", Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

@font-face {
	font-family: "TazText";
	src: url("assets/fonts/TazText-Black.otf") format("opentype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "TazText";
	src: url("assets/fonts/TazText-BlackItalic.otf") format("opentype");
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: "TazText";
	src: url("assets/fonts/TazText-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "TazText";
	src: url("assets/fonts/TazText-BoldItalic.otf") format("opentype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "TazText";
	src: url("assets/fonts/TazText-ExtraBold.otf") format("opentype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "TazText";
	src: url("assets/fonts/TazText-ExtraBoldItalic.otf") format("opentype");
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: "TazText";
	src: url("assets/fonts/TazText-ExtraLight.otf") format("opentype");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "TazText";
	src: url("assets/fonts/TazText-ExtraLightItalic.otf") format("opentype");
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: "TazText";
	src: url("assets/fonts/TazText-Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "TazText";
	src: url("assets/fonts/TazText-LightItalic.otf") format("opentype");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "TazText";
	src: url("assets/fonts/TazText-RegularGrade083.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "TazText";
	src: url("assets/fonts/TazText-RegularGrade083Italic.otf") format("opentype");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "TazText";
	src: url("assets/fonts/TazText-SemiBold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "TazText";
	src: url("assets/fonts/TazText-SemiBoldItalic.otf") format("opentype");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "TazText";
	src: url("assets/fonts/TazText-SemiLight.otf") format("opentype");
	font-weight: 350;
	font-style: normal;
}

@font-face {
	font-family: "TazText";
	src: url("assets/fonts/TazText-SemiLightItalic.otf") format("opentype");
	font-weight: 350;
	font-style: italic;
}

@font-face {
	font-family: "TazText";
	src: url("assets/fonts/TazText-UltraBlack.otf") format("opentype");
	font-weight: 950;
	font-style: normal;
}

@font-face {
	font-family: "TazText";
	src: url("assets/fonts/TazText-UltraBlackItalic.otf") format("opentype");
	font-weight: 950;
	font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input,
select {
	padding: 15px 16px 17px 24px;
	border: 1px solid #e2e2e7;
	border-radius: 16px;
	width: 100%;
	color: #191a1b;
	background-color: #fff;
	font-family: "TazText", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

input.white,
select.white {
	border: 1px solid #fff;
}

input::placeholder,
select::placeholder {
	color: #7a7d84;
}

input:focus,
select:focus {
	color: #111;
}

input:focus,
input:focus-visible,
select:focus,
select:focus-visible {
	outline: none;
	border-color: #f5a528;
}

input:user-invalid,
select:user-invalid {
	border-color: #f44a5e;
}

input:disabled,
select:disabled {
	color: #7a7d84;
}

div.password {
	position: relative;
}

div.password .icon {
	content: url("../biddaj/assets/svg/eye.svg");
	position: absolute;
	right: 16px;
	top: 50%;
	height: 22px;
	width: 22px;
	cursor: pointer;
	translate: 0 -50%;
}

input[type="password"] {
	padding-right: 46px;
}

input[type="checkbox"] {
	width: fit-content;
	accent-color: #f5a528;
	border-radius: 6px;
}

label:has(input[type="checkbox"]) {
	display: flex;
	align-items: center;
	width: fit-content;
	gap: 8px;
	white-space: nowrap;
	font-family: "TazText", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	letter-spacing: 0.1px;
	color: #26282b;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-wrapper {
	position: relative;
}

.select-wrapper::after {
	position: absolute;
	content: url("../biddaj/assets/svg/chevron.svg");
	top: 50%;
	right: 16px;
	translate: 0 -50%;
	width: 16px;
	height: 16px;
	transition: all 300ms ease;
}

.select-wrapper:has(> select:focus)::after {
	rotate: 180deg;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.auction--single {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.auction--single .other-offers {
	margin-top: 64px;
}

@media screen and (min-width: 1200px) {

	.auction--single .other-offers {
		margin-top: 64px;
	}
}

.auction--breadcrumb {
	display: flex;
	align-items: center;
	gap: 4px;
}

.auction--breadcrumb a {
	text-decoration: none;
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	color: #595d68;
}

.auction--breadcrumb a:first-of-type {
	color: #191a1b;
}

.auction--breadcrumb img {
	width: 16px;
	height: 16px;
}

.auction--title {
	color: #191a1b;
	max-width: 922px;
	width: 100%;
	font-family: "TazText", Arial, sans-serif;
	font-weight: 800;
	font-size: 32px;
	line-height: 38.4px;
}

@media screen and (min-width: 1200px) {

	.auction--title {
		font-size: 56px;
		line-height: 67.2px;
	}
}

.auction--gallery {
	max-width: 922px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 8px;
}

@media screen and (min-width: 1200px) {

	.auction--gallery {
		flex-direction: row;
	}
}

.auction--gallery:not(:has(.auction--gallery--thumbs)) .auction--gallery--main {
	max-width: unset;
	max-height: 600px;
	aspect-ratio: 922/600;
}

.auction--gallery--main {
	width: 100%;
	max-height: 465px;
	aspect-ratio: 701/465;
	cursor: pointer;
}

@media screen and (min-width: 1200px) {

	.auction--gallery--main {
		aspect-ratio: unset;
		max-width: 701px;
	}
}

.auction--gallery--main img {
	width: 100%;
	height: 100%;
}

.auction--gallery--thumbs {
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr 1fr 1fr;
	max-height: 465px;
	width: 100%;
}

.auction--gallery--thumbs img {
	width: 100%;
	height: 100%;
	aspect-ratio: 209/147;
	cursor: pointer;
}

.auction--gallery--thumbs div:last-of-type {
	position: relative;
}

.auction--gallery--thumbs div:last-of-type::after {
	content: var(--images);
	position: absolute;
	inset: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	font-weight: 700;
	letter-spacing: 0.8px;
	cursor: pointer;
}

@media (max-width: 1200px) {

	.auction--gallery--thumbs div:last-of-type::after {
		font-size: 12px;
	}
}

@media screen and (min-width: 1200px) {

	.auction--gallery--thumbs {
		height: 100%;
		width: 209px;
		gap: 12px;
		grid-template-columns: 209px;
		grid-template-rows: repeat(3, 147px);
	}
}

.auction--content {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #e9e9f1;
}

@media screen and (min-width: 1200px) {

	.auction--content {
		flex-direction: row;
		justify-content: space-between;
		gap: 24px;
		padding-bottom: 62px;
	}
}

@media screen and (min-width: 1200px) {

	.auction--content--left {
		max-width: 922px;
		flex-grow: 1;
	}
}

.auction--content--right {
	width: 100%;
	flex-shrink: 0;
	margin-top: 32px;
}

@media screen and (min-width: 1200px) {

	.auction--content--right {
		margin-top: 0;
		width: 366px;
	}
}

.auction--details--tabs {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 64px 0 24px;
	border-bottom: 1px solid #e9e9f1;
}

@media screen and (min-width: 1200px) {

	.auction--details--tabs {
		margin: 40px 0;
	}
}

.auction--details--tabs h2 {
	color: #191a1b;
	font-family: "TazText", Arial, sans-serif;
	font-size: 22px;
	line-height: 26.4px;
	font-weight: 600;
}

@media screen and (min-width: 1200px) {

	.auction--details--tabs h2 {
		font-size: 28px;
		line-height: 33.6px;
	}
}

.auction--details--tabs h2 {
	font-weight: 700;
	border-radius: 8px;
	cursor: pointer;
	text-align: center;
}

@media screen and (min-width: 1200px) {

	.auction--details--tabs h2 {
		text-align: left;
	}
}

.auction--details--tabs div {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1200px) {

	.auction--details--tabs div {
		display: flex;
		gap: 50px;
	}
}

.auction--details--tabs span {
	width: 50%;
	height: 4px;
	background-color: #f5a528;
	margin-bottom: -1px;
	transition: all 300ms ease;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.auction--details--tabs span.second {
	translate: 100% 0;
}

@media screen and (min-width: 1200px) {

	.auction--details--tabs span {
		width: 152px;
	}

	.auction--details--tabs span.second {
		width: 95px;
		translate: 202px;
	}
}

.auction--details--flex {
	max-width: 902px;
	width: 100%;
	overflow-x: hidden;
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 56px;
}

.auction--description {
	width: 100%;
	flex-shrink: 0;
}

.auction--description p {
	font-family: "TazText", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #191a1b;
	margin-bottom: 24px;
	max-width: 867px;
}

.auction--description p:last-of-type {
	margin-bottom: 0;
}

.auction--company {
	width: 100%;
	flex-shrink: 0;
	display: flex;
	gap: 24px;
	flex-direction: column;
}

@media screen and (min-width: 1200px) {

	.auction--company {
		flex-direction: row;
	}
}

.auction--company img {
	width: 180px;
	aspect-ratio: 1/1;
	object-fit: contain;
	border-radius: 32px;
	border: 1px solid #e2e2e7;
}

@media screen and (min-width: 1200px) {

	.auction--company img {
		width: 200px;
		height: 200px;
	}
}

.auction--company--details h3 {
	font-family: "TazText", Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}

@media screen and (min-width: 1200px) {

	.auction--company--details h3 {
		font-size: 24px;
		line-height: 28.8px;
	}
}

.auction--company--details h3 {
	font-weight: 800;
	color: #191a1b;
	margin-bottom: 8px;
}

.auction--company--details p {
	font-family: "TazText", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #595d68;
	margin-bottom: 32px;
}

.auction--company--details--flex {
	display: flex;
	flex-wrap: wrap;
	gap: 23px;
}

@media screen and (min-width: 1200px) {

	.auction--company--details--flex {
		flex-wrap: nowrap;
		gap: 40px;
	}
}

.auction--company--details--flex div {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.auction--company--details--flex span {
	color: #191a1b;
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
}

.auction--company--details--flex a {
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	font-weight: 700;
	text-decoration: none;
	color: #f5a528;
}

.auth-wrapper {
	height: 100dvh;
}

.auth-wrapper video {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.auth-wrapper .login-form {
	background-color: #fff;
	padding: 24px;
	border-radius: 24px;
	position: fixed;
	width: 100%;
	max-width: calc(100% - 32px);
	top: 50%;
	transform: translate(0, -50%);
	margin: 0 auto;
}

@media screen and (min-width: 600px) {

	.auth-wrapper .login-form {
		max-width: 493px;
	}
}

@media screen and (min-width: 1200px) {

	.auth-wrapper .login-form {
		right: 134px;
		padding: 40px;
	}
}

.auth-wrapper .login-form h2 {
	font-family: "TazText", Arial, sans-serif;
	font-size: 28px;
	line-height: 33.6px;
	font-weight: 700;
}

@media screen and (min-width: 1200px) {

	.auth-wrapper .login-form h2 {
		font-size: 40px;
		line-height: 48px;
	}
}

.auth-wrapper .login-form h2 {
	font-weight: 800;
	color: #191a1b;
	margin-bottom: 4px;
}

@media screen and (min-width: 1200px) {

	.auth-wrapper .login-form h2 {
		margin-bottom: 16px;
	}
}

.auth-wrapper .login-form p a {
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	font-weight: 600;
	color: #f5a528;
}

.auth-wrapper .login-form p {
	margin-bottom: 32px;
}

@media screen and (min-width: 1200px) {

	.auth-wrapper .login-form p {
		margin-bottom: 64px;
	}
}

.auth-wrapper .login-form--inputs button {
	margin-top: 32px;
}

.auth-wrapper .login-form--inputs .username {
	margin-bottom: 19px;
}

.auth-wrapper .login-form--inputs div.password {
	margin-bottom: 10px;
}

.auth-wrapper .login-form--inputs input[type="checkbox"] {
	margin-bottom: 0;
	margin-left: 6px;
}

.auth-wrapper .login-form--inputs .remember {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.auth-wrapper .login-form--inputs .remember a {
	font-family: "TazText", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	letter-spacing: 0.1px;
	color: #26282b;
}

.auth-wrapper .login-divider {
	margin: 32px -24px;
	border-top: 1px solid #e9e9f1;
}

@media screen and (min-width: 1200px) {

	.auth-wrapper .login-divider {
		margin: 32px -40px;
	}
}

.auth-wrapper .login-24 p {
	margin-bottom: 24px;
}

.profile-navigation {
	position: fixed;
	top: 72px;
	left: 0;
	right: 0;
	z-index: 1;
	overflow: scroll;
	padding: 18px 16px;
	background-color: rgba(255, 255, 255, 0.8980392157);
	backdrop-filter: blur(6px);
	scrollbar-width: none;
}

.profile-navigation::-webkit-scrollbar {
	display: none;
}

@media screen and (min-width: 1200px) {

	.profile-navigation {
		padding: 24px 64px;
		max-width: 318px;
		height: 100%;
		max-height: calc(100vh - 80px);
		position: sticky;
		top: 80px;
		overflow: initial;
		background-color: #fff;
		backdrop-filter: none;
		display: grid;
		grid-template-rows: auto 1fr auto;
		align-items: flex-start;
	}
}

.profile-navigation::after {
	position: absolute;
	height: 20px;
	width: 20px;
	background-color: #fff;
	left: 100%;
	top: 0;
}

.profile-navigation::before {
	position: absolute;
	height: 20px;
	width: 20px;
	border-radius: 20px 0 0 0;
	background-color: #f2f2f6;
	left: 100%;
	top: 0;
	z-index: 1;
}

@media screen and (min-width: 1200px) {

	.profile-navigation.top::after,
	.profile-navigation.top::before {
		content: "";
	}
}

.profile-navigation--title {
	font-family: "TazText", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	letter-spacing: 0.1px;
	font-weight: 600;
	text-transform: uppercase;
	color: #7a7d84;
	margin-bottom: 24px;
	display: none;
}

@media screen and (min-width: 1200px) {

	.profile-navigation--title {
		display: block;
	}
}

.profile-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (max-width: 1200px) {

	.profile-navigation ul {
		display: flex;
		align-items: center;
		gap: 20px;
		flex-wrap: nowrap;
	}
}

.profile-navigation li {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 12px;
	flex-shrink: 0;
}

.profile-navigation li:last-of-type {
	padding-right: 16px;
}

.profile-navigation li.active svg path {
	fill: #f5a528;
}

.profile-navigation li.active a {
	font-family: "TazText", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	font-weight: 600;
	color: #191a1b;
}

@media screen and (min-width: 1200px) {

	.profile-navigation li {
		margin-bottom: 24px;
	}

	.profile-navigation li:last-of-type {
		padding-right: 0;
	}
}

.profile-navigation a {
	text-decoration: none;
	font-family: "TazText", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #595d68;
}

.profile-navigation .logout {
	display: none;
	place-items: center;
	width: 100%;
	height: 47px;
	border-radius: 16px;
}

.profile-navigation .logout a {
	font-family: "TazText", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	letter-spacing: 0.1px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	color: #191a1b;
}

@media screen and (min-width: 1200px) {

	.profile-navigation .logout {
		display: grid;
	}
}

.profile-container {
	margin: 0 -16px;
	background-color: #f2f2f6;
	margin-top: -24px;
}

@media screen and (min-width: 1200px) {

	.profile-container {
		display: grid;
		grid-template-columns: 318px auto;
		margin-right: 0;
		margin-left: -64px;
		min-height: calc(100vh - 80px);
	}
}

.profile-content {
	background-color: white;
	padding: 16px;
	border-radius: 16px;
}

@media screen and (min-width: 1200px) {

	.profile-content {
		padding: 24px 40px;
	}
}

.profile-content--container {
	padding: 16px;
	padding-top: 108px;
	border-radius: 20px 0 0 0;
	background-color: #f2f2f6;
}

@media screen and (min-width: 1200px) {

	.profile-content--container {
		margin-right: -64px;
		padding: 48px 24px 24px;
	}
}

.profile-content--title {
	margin-top: 0;
	margin-bottom: 16px;
	font-family: "TazText", Arial, sans-serif;
	font-size: 22px;
	line-height: 26.4px;
	font-weight: 600;
}

@media screen and (min-width: 1200px) {

	.profile-content--title {
		font-size: 28px;
		line-height: 33.6px;
	}
}

.profile-content--title {
	color: #191a1b;
}

@media screen and (min-width: 1200px) {

	.profile-content--title {
		margin-bottom: 24px;
	}
}

.profile-content h2 {
	margin: 0 0 32px;
	font-family: "TazText", Arial, sans-serif;
	font-size: 18px;
	line-height: 21.6px;
	font-weight: 700;
}

@media screen and (min-width: 1200px) {

	.profile-content h2 {
		font-size: 20px;
		line-height: 24px;
	}
}

.profile-content h2 {
	color: #191a1b;
}

.profile-bidded-offers {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-bottom: 4px;
}

@media screen and (min-width: 600px) {

	.profile-bidded-offers {
		grid-template-columns: repeat(auto-fit, 310px);
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 1200px) {

	.profile-bidded-offers {
		gap: 32px;
	}
}

.profile-bidded-offers--count {
	font-family: "TazText", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #595d68;
	margin-bottom: 30px;
}

.offer-card--prices {
	gap: 16px !important;
	margin-bottom: 0 !important;
	grid-template-columns: 104px 1px 1fr !important;
}

.offer-card--prices .divider {
	height: 76px !important;
}

.offer-card--prices .payment {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.offer-card--prices .payment div {
	display: flex;
	flex-direction: column;
}

.offer-card--prices .payment div b {
	font-family: "TazText", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	letter-spacing: 0.1px;
	font-weight: 600;
}

button.pay {
	margin-top: 16px;
	width: 100%;
	padding: 8px 8px 10px;
	border-radius: 12px;
}

span.paid {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 16px;
	font-family: "TazText", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	letter-spacing: 0.1px;
	font-weight: 800;
	text-transform: uppercase;
	color: #191a1b;
	padding: 8px 8px 10px;
}

.profile-content--container a.logout {
	max-width: 326px;
	width: 100%;
	margin: 32px auto 16px;
}

@media screen and (min-width: 1200px) {

	.profile-content--container a.logout {
		display: none;
	}
}

.profile-content--container .success-message,
.profile-content--container .error-message {
	position: fixed;
	top: 140px;
	left: 16px;
	right: 16px;
	background: #53e08c;
	border-radius: 16px;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	z-index: 1;
}

.profile-content--container .success-message .close,
.profile-content--container .error-message .close {
	padding: 0;
	position: absolute;
	right: 12px;
	border: none;
}

.profile-content--container .success-message .close:hover,
.profile-content--container .error-message .close:hover {
	background-color: transparent;
}

.profile-content--container .success-message .close img,
.profile-content--container .error-message .close img {
	width: 24px;
	height: 24px;
}

@media screen and (min-width: 1200px) {

	.profile-content--container .success-message,
	.profile-content--container .error-message {
		left: 398px;
		right: 64px;
		top: 96px;
	}
}

.profile-content--container .error-message {
	background: #f44a5e;
	color: white;
}

.settings-form .profile-content {
	padding: 24px 16px;
}

.settings-form .profile-content:first-of-type {
	margin-bottom: 24px;
}

.settings-form .profile-content h2.password {
	margin-bottom: 16px;
}

.settings-form .profile-content p {
	max-width: 326px;
	color: #595d68;
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	margin-bottom: 40px;
}

@media screen and (min-width: 1200px) {

	.settings-form .profile-content p {
		margin-bottom: 48px;
	}
}

.settings-form .profile-content hr {
	border: none;
	border-top: 1px solid #e9e9f1;
	height: 0;
	margin: 32px 0;
}

@media screen and (min-width: 1200px) {

	.settings-form .profile-content hr {
		margin: 40px 0;
	}
}

.settings-form .profile-content .form-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.settings-form .profile-content .form-group label {
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	color: #595d68;
}

.settings-form .profile-content .form-group div {
	font-family: "TazText", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #191a1b;
}

.settings-form .profile-content .profile-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(100px, auto));
	gap: 24px 59px;
}

@media screen and (min-width: 1200px) {

	.settings-form .profile-content .profile-form-grid {
		gap: 40px 100px;
		max-width: 50%;
	}
}

.settings-form .profile-content .profile-form-grid--w-button {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media (max-width: 600px) {

	.settings-form .profile-content .profile-form-grid--w-button.edit {
		flex-direction: column;
		gap: 24px;
		align-items: flex-end;
	}
}

@media screen and (min-width: 600px) {

	.settings-form .profile-content .profile-form-grid--w-button {
		display: grid;
		grid-template-columns: repeat(2, minmax(100px, auto));
	}
}

.settings-form .profile-content .profile-form-grid div#email {
	overflow: hidden;
	text-overflow: ellipsis;
}

.settings-form .profile-content .profile-form-grid.profile-address-view--edit {
	display: none;
	grid-template-columns: repeat(auto-fit, minmax(100px, 326px));
	gap: 32px 24px;
	max-width: unset;
}

@media (max-width: 600px) {

	.settings-form .profile-content .profile-form-grid.profile-address-view--read {
		display: flex;
		flex-direction: column;
	}

	.settings-form .profile-content .profile-form-grid.profile-address-view--read #address {
		max-width: 220px;
		text-wrap: balance;
	}
}

.settings-form .profile-content .profile-form-grid.profile-address-view--read {
	max-width: unset !important;
}

.settings-form .password-flex {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

@media screen and (min-width: 1200px) {

	.settings-form .password-flex {
		flex-direction: row;
		gap: 48px;
	}
}

.settings-form .password-form {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 326px;
	width: 100%;
	margin-bottom: 24px;
}

.settings-form .password-requirements {
	padding: 16px;
	background-color: #f9f9fb;
	border: 1px solid #e9e9f1;
	border-radius: 14px;
	height: fit-content;
}

.settings-form .password-requirements .requirement {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 4px;
}

.settings-form .password-requirements .requirement:last-of-type {
	margin-bottom: 0;
}

.settings-form .password-requirements .circle {
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #c0c3c8;
	border-radius: 50%;
	padding: 4px;
}

.settings-form .password-requirements .circle.valid {
	background-color: #f5a528;
	border-color: #f5a528;
	content: url("../biddaj/assets/svg/tick.svg");
}

.settings-form .profile-address-view--read {
	display: block;
}

.settings-form #editButton,
.settings-form #saveButton {
	border-radius: 14px;
}

.settings-form #editButton > img {
	pointer-events: none;
}

.settings-form #saveButton {
	padding: 10px 16px 12px;
}

.settings-form #cancelButton {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.settings-form .form-buttons {
	display: none;
	gap: 12px;
	align-items: center;
}

.auctions-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
	gap: 16px;
	max-width: 1312px;
	margin: 0 auto 32px;
}

@media screen and (min-width: 1200px) {

	.auctions-grid {
		column-gap: 24px;
		row-gap: 40px;
		margin: 32px auto 64px;
		grid-template-columns: repeat(auto-fit, 310px);
	}
}

.auctions-page {
	max-width: 1312px;
	margin: 0 auto;
}

.auctions-page h1 {
	font-family: "TazText", Arial, sans-serif;
	font-size: 28px;
	line-height: 33.6px;
	font-weight: 700;
}

@media screen and (min-width: 1200px) {

	.auctions-page h1 {
		font-size: 40px;
		line-height: 48px;
	}
}

.auctions-page h1 {
	color: #191a1b;
	margin: 24px 0;
}

@media screen and (min-width: 1200px) {

	.auctions-page h1 {
		margin: 35px 0 56px;
	}
}

.auctions-page .auction-filters {
	width: 100%;
	max-width: 1200px;
	background-color: #f2f2f6;
	padding: 16px 18.5px;
	margin: 0 auto;
	border-radius: 20px;
}

.auctions-page .auction-filters .filter-form {
	display: flex;
	gap: 24px;
	align-items: flex-end;
}

.auctions-page .auction-filters .filter-form .filter-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.auctions-page .auction-filters .filter-form .filter-group label {
	margin-left: 3px;
	color: #191a1b;
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	font-weight: 800;
}

.auctions-page .auction-filters .filter-form .filter-group:has(> .select-wrapper) {
	flex-grow: 1;
}

.auctions-page .auction-filters input {
	width: 170px;
}

.auctions-page .auction-filters select,
.auctions-page .auction-filters input {
	padding: 12px 12px 14px;
	border-radius: 14px;
}

.auctions-page .auction-filters button {
	height: 50px;
}

@media (max-width: 600px) {

	.auctions-page .auction-filters button {
		width: 100%;
	}
}

@media (max-width: 900px) {

	.auctions-page .auction-filters {
		padding: 24px 16px;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		background-color: #fff;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		transition: all 500ms ease;
		translate: 0 100%;
	}

	.auctions-page .auction-filters.open {
		translate: 0;
	}

	.auctions-page .auction-filters .filter-form {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-content: flex-start;
	}

	.auctions-page .auction-filters .filter-group {
		width: 100%;
	}

	.auctions-page .auction-filters select,
	.auctions-page .auction-filters input {
		width: 100%;
		max-width: unset;
		border-color: #e9e9f1;
		background-color: #f9f9fb;
	}
}

.auctions-page .pagination {
	width: 100%;
	max-width: 978px;
	margin: 0 auto 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

@media screen and (min-width: 1200px) {

	.auctions-page .pagination {
		margin: 0 auto 100px;
	}
}

.auctions-page .pagination a,
.auctions-page .pagination span {
	color: #191a1b;
	font-family: "TazText", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.auctions-page .pagination .page-numbers {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	text-align: center;
	padding: 7px 0 10px;
}

.auctions-page .pagination .page-numbers.current {
	background-color: #f5a528;
}

.auctions-page .pagination .page-numbers:hover:not(.current):not(.prev):not(.next) {
	background-color: #f2f2f6;
}

.auctions-page .pagination .prev,
.auctions-page .pagination .next {
	width: fit-content;
	height: fit-content;
	padding: 0;
	border-radius: 0;
	display: flex;
	gap: 8px;
	align-items: center;
}

.auctions-page .pagination .prev.disabled > span,
.auctions-page .pagination .next.disabled > span {
	color: #7a7d84;
}

@media (max-width: 600px) {

	.auctions-page .pagination .prev span,
	.auctions-page .pagination .next span {
		display: none;
	}
}

.auctions-page .pagination .prev {
	margin-right: 14px;
}

.auctions-page .pagination .prev img {
	margin-top: 3px;
	rotate: 90deg;
}

.auctions-page .pagination .next {
	margin-left: 14px;
}

.auctions-page .pagination .next img {
	margin-top: 3px;
	rotate: -90deg;
}

@media screen and (min-width: 1200px) {

	.auctions-page .pagination .prev {
		margin-right: 110px;
	}

	.auctions-page .pagination .next {
		margin-left: 110px;
	}
}

.mobile-overlay {
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.2509803922);
	z-index: -100;
	opacity: 0;
}

.mobile-overlay.open {
	z-index: 1;
	opacity: 1;
}

@media screen and (min-width: 1200px) {

	.mobile-overlay {
		display: none;
	}
}

.filters-open {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 1;
}

@media screen and (min-width: 1200px) {

	.filters-open {
		display: none;
	}
}

.filters-close {
	width: fit-content !important;
	height: fit-content !important;
	padding: 0 !important;
	border: none;
	background-color: transparent;
}

.filters-close img {
	width: 32px;
	height: 32px;
}

.auctions-filters-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.auctions-filters-header h2 {
	font-family: "TazText", Arial, sans-serif;
	font-size: 28px;
	line-height: 33.6px;
	font-weight: 700;
}

@media screen and (min-width: 1200px) {

	.auctions-filters-header h2 {
		font-size: 40px;
		line-height: 48px;
	}
}

.auctions-filters-header h2 {
	color: #191a1b;
}

@media (min-width: 900px) {

	.auctions-filters-header {
		display: none;
		margin: 0;
	}
}

.no-auctions {
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	font-weight: 800;
	width: fit-content;
	margin: 0 auto 32px;
}

@media screen and (min-width: 1200px) {

	.no-auctions {
		margin: 64px auto;
		height: 25vh;
	}
}

.register-form {
	background-color: #fff;
	padding: 24px;
	border-radius: 24px;
	position: fixed;
	width: 100%;
	max-width: calc(100% - 32px);
	top: 50%;
	transform: translate(0, -50%);
	margin: 0 auto;
}

@media screen and (min-width: 600px) {

	.register-form {
		max-width: 493px;
	}
}

@media screen and (min-width: 1200px) {

	.register-form {
		right: 134px;
		padding: 40px;
	}
}

.register-form h2 {
	font-family: "TazText", Arial, sans-serif;
	font-size: 28px;
	line-height: 33.6px;
	font-weight: 700;
}

@media screen and (min-width: 1200px) {

	.register-form h2 {
		font-size: 40px;
		line-height: 48px;
	}
}

.register-form h2 {
	font-weight: 800;
	color: #191a1b;
	margin-bottom: 4px;
}

@media screen and (min-width: 1200px) {

	.register-form h2 {
		margin-bottom: 16px;
	}
}

.register-form p a {
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	font-weight: 600;
	color: #f5a528;
}

.register-form p {
	margin-bottom: 32px;
}

@media screen and (min-width: 1200px) {

	.register-form p {
		margin-bottom: 32px;
	}
}

.register-form .error-message {
	color: #f44a5e;
}

.register-form form {
	display: flex;
	flex-direction: column;
	gap: 19px;
}

.register-form form button {
	margin-top: 40px;
}

.register-form form .input-group {
	display: flex;
	gap: 8px;
	align-items: center;
}

.register-form form input[type="checkbox"] {
	margin-bottom: 0;
	margin-left: 6px;
}

.register-form form label:has(input[type="checkbox"]) {
	white-space: unset;
	align-items: flex-start;
}

.register-form form label:has(input[type="checkbox"]) span {
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	margin-top: -4px;
}

.register-form form label:has(input[type="checkbox"]) a {
	color: #f5a528;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.bidding-box {
	border-radius: 24px;
	border: 1px solid #e2e2e7;
	padding: 20px;
	position: relative;
	overflow: hidden;
}

.bidding-box .successful-bid,
.bidding-box .failed-bid {
	display: none;
	position: absolute;
	inset: 0;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background-color: white;
	z-index: 1;
	border-radius: 24px;
	padding: 20px;
	gap: 20px;
}

.bidding-box .successful-bid img,
.bidding-box .failed-bid img {
	width: 140px;
	height: 140px;
}

.bidding-box .successful-bid h5,
.bidding-box .failed-bid h5 {
	font-family: "TazText", Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}

@media screen and (min-width: 1200px) {

	.bidding-box .successful-bid h5,
	.bidding-box .failed-bid h5 {
		font-size: 24px;
		line-height: 28.8px;
	}
}

.bidding-box .successful-bid h5,
.bidding-box .failed-bid h5 {
	color: #191a1b;
	margin-bottom: 4px;
}

.bidding-box .successful-bid p,
.bidding-box .failed-bid p {
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	color: #7a7d84;
}

.bidding-box .successful-bid button,
.bidding-box .failed-bid button {
	margin-top: 36px;
	width: 100%;
}

.bidding-box.success {
	height: 415px;
}

.bidding-box.success .successful-bid {
	display: flex;
}

.bidding-box.failure {
	height: 415px;
}

.bidding-box.failure .failed-bid {
	display: flex;
}

.countdown {
	display: flex;
	flex-direction: column;
	gap: 16px;
	color: #191a1b;
}

.countdown label {
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
}

.countdown .auction-ended {
	width: 100%;
	color: #f44a5e;
	background-color: rgba(210, 35, 40, 0.1019607843);
	padding: 13px 0 15px;
	margin-bottom: 4px;
	display: flex;
	justify-content: center;
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 14px;
}

.countdown .auction-not-started {
	width: 100%;
	color: #1d70ec;
	background-color: rgba(29, 112, 236, 0.1019607843);
	padding: 13px 0 15px;
	margin-bottom: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 14px;
}

.countdown .countdown-display {
	display: flex;
	flex-wrap: nowrap;
	gap: 24px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e2e7;
}

.countdown .countdown-display div {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	font-family: "TazText", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	letter-spacing: 0.1px;
	font-weight: 700;
}

.countdown .countdown-display div span {
	width: 40px;
	height: 40px;
	padding: 8px 8px 13px;
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	text-align: center;
	background-color: #f2f2f6;
	border-radius: 8px;
}

.countdown .countdown-display div span.disabled {
	color: #7a7d84;
}

.price-disclaimer {
	display: flex;
	gap: 8px;
	padding: 12px;
	background-color: #fef6e9;
	border-radius: 16px;
	margin-bottom: 20px;
}

.price-disclaimer img {
	width: 24px;
	height: 24px;
}

.price-disclaimer p {
	color: #191a1b;
	font-family: "TazText", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	letter-spacing: 0.1px;
}

section.price-section {
	display: flex;
	justify-content: space-between;
	gap: 42px;
	padding: 0 8px;
	margin-bottom: 20px;
}

section.price-section div {
	display: flex;
	flex-direction: column;
	color: #191a1b;
	flex-shrink: 0;
}

section.price-section div label {
	font-family: "TazText", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	letter-spacing: 0.1px;
}

section.price-section div span {
	font-family: "TazText", Arial, sans-serif;
	font-size: 28px;
	line-height: 33.6px;
	font-weight: 700;
}

@media screen and (min-width: 1200px) {

	section.price-section div span {
		font-size: 40px;
		line-height: 48px;
	}
}

section.price-section div span {
	font-weight: 800;
}

.auction-bidding-choices {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 8px;
	margin-bottom: 16px;
	margin-top: 12px;
}

@media screen and (min-width: 1200px) {

	.auction-bidding-choices {
		margin-bottom: 32px;
	}
}

.auction-bidding-choices div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #e2e2e7;
	gap: 4px;
	border-radius: 16px;
	padding: 6px 0 12px;
	cursor: pointer;
}

.auction-bidding-choices div:hover {
	border-color: #f5a528;
}

.auction-bidding-choices div span {
	color: #191a1b;
	font-family: "TazText", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	font-weight: 700;
}

.auction-bidding-choices div span:last-of-type {
	font-family: "TazText", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 14.4px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	text-transform: uppercase;
	max-width: 55px;
	text-align: center;
}

.auction-bidding-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.auction-bidding-form input {
	width: 100%;
	padding: 14px 66px 18px 24px;
	font-family: "TazText", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #191a1b;
	outline: none !important;
	border-radius: 16px;
}

.auction-bidding-form input::placeholder {
	color: #7a7d84;
}

.auction-bidding-form input:active,
.auction-bidding-form input:focus-visible {
	border: 1px solid #f5a528;
}

.auction-bidding-form input::-webkit-outer-spin-button,
.auction-bidding-form input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.auction-bidding-form input[type="number"] {
	-moz-appearance: textfield;
}

.auction-bidding-form button {
	width: 100%;
}

.auction-bidding-form .bid-controls {
	position: relative;
}

.auction-bidding-form .bid-controls::after {
	position: absolute;
	content: "€ EUR";
	top: 0;
	bottom: 0;
	right: 16px;
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	font-weight: 800;
	display: flex;
	align-items: center;
}

.bidding-history {
	width: 100%;
	max-width: 366px;
	height: 218px;
	margin-top: 24px;
	padding: 20px;
	overflow: hidden;
	border-radius: 16px;
	background-color: #f9f9fb;
	color: #191a1b;
	position: relative;
	transition: all 300ms ease;
}

@media screen and (min-width: 1200px) {

	.bidding-history {
		margin-top: 40px;
	}
}

.bidding-history::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 90px;
	background: linear-gradient(0deg, #f6f6f9 0%, rgba(246, 246, 249, 0) 100%);
}

.bidding-history.active {
	height: 384px;
	overflow: scroll;
	scrollbar-width: none;
}

.bidding-history.active::-webkit-scrollbar {
	display: none;
}

.bidding-history.active::after {
	display: none;
}

.bidding-history h4 {
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	font-weight: 800;
	margin-bottom: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bidding-history h4 img {
	cursor: pointer;
	rotate: 90deg;
	transition: all 300ms ease;
}

.bidding-history h4 img.active {
	rotate: 270deg;
}

.bidding-history ul {
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.bidding-history ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0 8px;
}

.bidding-history ul li:first-of-type {
	padding: 8px;
	border-radius: 8px;
	background-color: #f2f2f6;
}

.bidding-history ul li:first-of-type div span {
	position: relative;
	width: fit-content;
}

.bidding-history ul li:first-of-type div span::after {
	position: absolute;
	content: url("../biddaj/assets/svg/badge.svg");
	height: 20px;
	width: 20px;
	top: 0;
	right: -26px;
}

.bidding-history ul li div {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-family: "TazText", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	letter-spacing: 0.1px;
	color: #595d68;
}

.bidding-history ul li div span {
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	text-transform: capitalize;
	color: #191a1b;
}

.bidding-history ul li p {
	color: #191a1b;
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	font-weight: 800;
}

.bidding-details {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 24px;
}

.bidding-details ul {
	list-style: none;
	margin: 0;
	padding-bottom: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	border-bottom: 1px solid #e9e9f1;
}

.bidding-details ul img {
	width: 24px;
	height: 24px;
}

.bidding-details ul:last-of-type {
	border: none;
}

.bidding-details li {
	display: flex;
	justify-content: space-between;
	color: #191a1b;
}

.bidding-details li span {
	color: #191a1b;
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
}

.bidding-details li span:last-of-type {
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	font-weight: 800;
}

button,
a.button {
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	font-weight: 700;
	background-color: #f5a528;
	color: #191a1b;
	text-transform: uppercase;
	border: none;
	border-radius: 16px;
	padding: 14px 50px 16px;
	width: fit-content;
	display: flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
}

button.small,
a.button.small {
	font-family: "TazText", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	letter-spacing: 0.1px;
	font-weight: 700;
	border-radius: 16px;
	padding: 8px 12px 10px;
	gap: 4px;
}

button.medium,
a.button.medium {
	font-family: "TazText", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	letter-spacing: 0.1px;
	font-weight: 700;
	padding: 14px 24px 16px;
	gap: 4px;
}

button.icon,
a.button.icon {
	border-radius: 100%;
	padding: 12px;
}

button,
a.button {

	/* COLORS */
}

button.secondary,
a.button.secondary {
	background-color: #f2f2f6;
}

button.destructive,
a.button.destructive {
	background-color: #d22328;
	color: #fff;
}

button.dark,
a.button.dark {
	background-color: #26282b;
	color: #fff;
}

button.transparent,
a.button.transparent {
	background-color: transparent;
	border: 1px solid #e2e2e7;
	color: #191a1b;
	transition: all 300ms ease;
}

button.transparent svg,
a.button.transparent svg {
	fill: #191a1b;
}

button.transparent:hover,
a.button.transparent:hover {
	color: #fff;
	background-color: #191a1b;
	border-color: #191a1b;
}

button.transparent:hover svg,
a.button.transparent:hover svg {
	fill: #fff;
}

button:disabled,
a.button:disabled {
	opacity: 0.5;
	cursor: default;
}

button img,
a.button img {
	height: 24px;
	width: 24px;
}

.offer-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 8px 16px 16px;
	border: 1px solid #e9e9f1;
	border-radius: 16px;
	cursor: pointer;
}

@media screen and (min-width: 600px) {

	.offer-card {
		max-width: 310px;
	}
}

.offer-card--image {
	max-width: unset;
	width: calc(100% + 16px);
	aspect-ratio: 294/209;
	border-radius: 12px;
	margin: 0 -8px;
	overflow: hidden;
	position: relative;
}

.offer-card--image img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	transition: all 500ms ease;
}

.offer-card--image span {
	padding: 12px 16px;
	background-color: rgba(25, 26, 27, 0.3490196078);
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	font-weight: 600;
	color: #fff;
	border-radius: 16px;
	pointer-events: none;
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: max-content;
	opacity: 0;
	transition: all 500ms ease;
}

.offer-card--image::before {
	position: absolute;
	pointer-events: none;
	inset: 0;
	z-index: 3;
	content: "";
	transition: all 300ms ease;
}

.offer-card:hover > .offer-card--image::before {
	background: rgba(25, 26, 27, 0.0509803922);
	backdrop-filter: blur(7px);
}

.offer-card:hover > .offer-card--image span {
	opacity: 1;
}

.offer-card:hover > .offer-card--image img {
	scale: 1.1;
}

.offer-card h6 {
	font-family: "TazText", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	font-weight: 600;
	color: #191a1b;
	height: 44px;
}

.offer-card--prices {
	display: grid;
	gap: 24px;
	margin-bottom: 8px;
	grid-template-columns: 1fr 1px 1fr;
}

.offer-card--prices span {
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	color: #595d68;
}

.offer-card--prices b {
	font-family: "TazText", Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}

@media screen and (min-width: 1200px) {

	.offer-card--prices b {
		font-size: 24px;
		line-height: 28.8px;
	}
}

.offer-card--prices b {
	font-weight: 800;
	color: #191a1b;
}

.offer-card--prices b.current {
	color: #d22328;
}

.offer-card--prices div {
	min-height: 76px;
}

.offer-card--timer {
	display: flex;
	gap: 10px;
	align-items: center;
	width: 100%;
	height: 51px;
}

.offer-card--timer img {
	border-radius: 0;
	margin: 0;
	width: 24px;
	height: 24px;
}

.offer-card--timer span {
	font-family: "TazText", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	letter-spacing: 0.1px;
	font-weight: 800;
	text-transform: uppercase;
	color: #191a1b;
}

.offer-card--countdown {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
}

.offer-card--countdown div {
	display: flex;
	flex-direction: column;
	width: 48px;
	height: 51px;
	padding: 8px;
	gap: 2px;
	align-items: center;
	font-family: "TazText", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 14.4px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 14px;
	background-color: #f2f2f6;
	color: #191a1b;
}

.offer-card--countdown div span {
	color: #191a1b;
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	text-align: center;
}

.offer-card--countdown div span.disabled {
	color: #7a7d84;
}

.offer-card--countdown div:has(> span.disabled) {
	color: #7a7d84;
	background-color: #fafafb;
}

.offer-card .auction-ended {
	width: 100%;
	color: #f44a5e;
	background-color: rgba(210, 35, 40, 0.1019607843);
	padding: 13px 0 15px;
	display: flex;
	justify-content: center;
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 14px;
}

.other-offers {
	width: 100%;
	margin-bottom: 64px;
	position: relative;
}

@media screen and (min-width: 1200px) {

	.other-offers {
		margin-bottom: 100px;
	}
}

.other-offers h3 {
	font-family: "TazText", Arial, sans-serif;
	font-size: 24px;
	line-height: 28.8px;
	font-weight: 700;
}

@media screen and (min-width: 1200px) {

	.other-offers h3 {
		font-size: 34px;
		line-height: 40.8px;
	}
}

.other-offers h3 {
	color: #191a1b;
	margin-bottom: 24px;
}

.other-offers--list {
	overflow: scroll hidden;
	scrollbar-width: none;
	margin: 0 -16px;
	padding: 0 16px;
}

.other-offers--list::-webkit-scrollbar {
	display: none;
}

.other-offers--list--items {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, 310px);
}

.category {
	margin-bottom: 32px;
	position: relative;
}

@media screen and (min-width: 1200px) {

	.category {
		margin-bottom: 64px;
	}
}

.category--title {
	font-family: "TazText", Arial, sans-serif;
	font-size: 24px;
	line-height: 28.8px;
	font-weight: 700;
}

@media screen and (min-width: 1200px) {

	.category--title {
		font-size: 34px;
		line-height: 40.8px;
	}
}

.category--title {
	color: #191a1b;
	margin-bottom: 24px;
}

@media (max-width: 600px) {

	.category--title {
		font-size: 28px;
	}
}

.category--overflow {
	overflow: scroll;
	scrollbar-width: none;
}

.category--overflow::-webkit-scrollbar {
	display: none;
}

.category--overflow {
	margin: 0 -16px;
}

@media screen and (min-width: 1200px) {

	.category--overflow {
		margin: 0 -64px;
	}
}

.category--auctions {
	display: flex;
	flex-wrap: nowrap;
	gap: 24px;
	padding: 0 16px;
}

@media screen and (min-width: 1200px) {

	.category--auctions {
		padding: 0 64px;
	}
}

.category--auctions a {
	flex-shrink: 0;
}

.category--auctions a:last-of-type {
	padding-right: 16px;
}

@media screen and (min-width: 1200px) {

	.category--auctions a:last-of-type {
		padding-right: 64px;
	}
}

.category--auctions a .offer-card {
	width: 310px;
}

.category.grid .ad {
	display: none;
}

@media screen and (min-width: 1200px) {

	.category.grid .prev,
	.category.grid .next {
		display: none;
		width: 0;
		height: 0;
	}

	.category.grid .ad {
		display: block;
		grid-row: auto/span 2;
		margin-left: 10px;
	}

	.category.grid .category--auctions {
		display: grid;
		grid-auto-flow: column;
		gap: 24px;
		grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
	}
}

@media (max-width: 1380px) {

	.category.grid .category--auctions {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto auto auto;
	}
}

.category .prev,
.category .next {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #f5a528;
	height: 48px;
	width: 48px;
	right: -2px;
	top: 219px;
	cursor: pointer;
	z-index: 100;
	transition: all 300ms ease;
	opacity: 1;
}

@media screen and (min-width: 1200px) {

	.category .prev,
	.category .next {
		right: -18px;
	}
}

.category .prev.hidden,
.category .next.hidden {
	opacity: 0;
	pointer-events: none;
}

.category .prev img,
.category .next img {
	width: 6px;
	height: 12px;
}

.category .prev {
	left: -2px;
	right: unset;
}

@media screen and (min-width: 1200px) {

	.category .prev {
		left: -18px;
	}
}

.category .prev img {
	rotate: 180deg;
}

.top-slider {
	overflow: hidden;
	margin: 0 -16px 27px;
	padding: 0 8px;
}

@media screen and (min-width: 1200px) {

	.top-slider {
		margin: 0 -64px 64px;
	}
}

@media (min-width: 1441px) {

	.top-slider {
		margin: 0 0 64px;
	}
}

.top-slider-container {
	height: 560px;
	overflow: hidden;
	position: relative;
	border-radius: 24px;
}

@media screen and (min-width: 600px) {

	.top-slider-container {
		height: 584px;
	}
}

.top-slider-container .swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top-slider-container .swiper-button-prev,
.top-slider-container .swiper-button-next {
	width: 40px;
	height: 40px;
	background-color: rgba(16, 16, 15, 0.4);
	backdrop-filter: blur(2.5px);
	border-radius: 50%;
	right: 16px;
}

@media screen and (min-width: 1200px) {

	.top-slider-container .swiper-button-prev,
	.top-slider-container .swiper-button-next {
		right: 24px;
	}
}

.top-slider-container .swiper-button-prev img,
.top-slider-container .swiper-button-next img {
	width: 7px;
	height: 15px;
}

.top-slider-container .swiper-button-prev::after,
.top-slider-container .swiper-button-next::after {
	display: none;
}

.top-slider-container .swiper-button-prev {
	left: 16px;
	right: unset;
}

@media screen and (min-width: 1200px) {

	.top-slider-container .swiper-button-prev {
		left: 24px;
	}
}

.top-slider-container .swiper-button-prev img {
	rotate: 180deg;
}

.top-slider-container .swiper-pagination {
	bottom: 12px !important;
}

@media screen and (min-width: 1200px) {

	.top-slider-container .swiper-pagination {
		bottom: 16px !important;
	}
}

.top-slider-container .swiper-pagination-bullet {
	opacity: 1;
	background-color: white;
	width: 6px;
	height: 6px;
	transition: all 300ms ease;
}

.top-slider-container .swiper-pagination-bullet-active {
	width: 16px;
	border-radius: 100px;
	background-color: #f5a528;
}

.top-slider-container .auction-slide {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
}

.top-slider-container .auction-slide::after {
	content: "";
	position: absolute;
	height: 63%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(25, 26, 27, 0) 0%, #191a1b 90%);
}

.top-slider-container .auction-slide .slide-content {
	z-index: 2;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	padding: 0 16px 41px;
}

@media screen and (min-width: 1200px) {

	.top-slider-container .auction-slide .slide-content {
		padding: 0 40px 38px;
		flex-direction: row;
		align-items: flex-end;
	}
}

.top-slider-container .auction-slide .slide-content--left h2 {
	font-family: "TazText", Arial, sans-serif;
	font-size: 24px;
	line-height: 28.8px;
	font-weight: 700;
}

@media screen and (min-width: 1200px) {

	.top-slider-container .auction-slide .slide-content--left h2 {
		font-size: 34px;
		line-height: 40.8px;
	}
}

.top-slider-container .auction-slide .slide-content--left h2 {
	font-weight: 600;
	color: #fff;
	margin-bottom: 24px;
}

.top-slider-container .auction-slide .slide-content--left .prices {
	display: flex;
	align-items: center;
	gap: 24px;
}

.top-slider-container .auction-slide .slide-content--left .prices .divider {
	height: 48px;
	width: 1px;
	background-color: #fff;
}

.top-slider-container .auction-slide .slide-content--left .prices div h6 {
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	color: #fff;
}

.top-slider-container .auction-slide .slide-content--left .prices div p {
	font-family: "TazText", Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}

@media screen and (min-width: 1200px) {

	.top-slider-container .auction-slide .slide-content--left .prices div p {
		font-size: 24px;
		line-height: 28.8px;
	}
}

.top-slider-container .auction-slide .slide-content--left .prices div p {
	font-weight: 800;
	color: #fff;
}

.top-slider-container .auction-slide .slide-content .offer-card--countdown div {
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.1019607843);
	backdrop-filter: blur(20px);
	color: #fff;
}

.top-slider-container .auction-slide .slide-content .offer-card--countdown div span {
	color: #fff !important;
}

.mobile-slide-image {
	display: none;
}

@media screen and (min-width: 1200px) {

	.desktop-slide-image {
		display: none;
	}

	.mobile-slide-image {
		display: block;
	}
}

.secondary-slider {
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto 48px;
	height: 500px;
}

@media screen and (min-width: 1200px) {

	.secondary-slider {
		margin-bottom: 80px;
		height: 350px;
	}
}

.secondary-slider-container {
	width: 100%;
	height: 100%;
	max-width: 1200px;
	overflow: hidden;
	position: relative;
	border-radius: 24px;
}

.secondary-slider-container .swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.secondary-slider-container .swiper-slide a {
	width: 100%;
	height: 100%;
}

.secondary-slider-container .swiper-slide a img {
	width: 100%;
	height: 100%;
}

.secondary-slider-container .swiper-button-prev,
.secondary-slider-container .swiper-button-next {
	width: 40px;
	height: 40px;
	background-color: rgba(16, 16, 15, 0.4);
	backdrop-filter: blur(2.5px);
	border-radius: 50%;
	right: 16px;
}

@media screen and (min-width: 1200px) {

	.secondary-slider-container .swiper-button-prev,
	.secondary-slider-container .swiper-button-next {
		right: 24px;
	}
}

.secondary-slider-container .swiper-button-prev img,
.secondary-slider-container .swiper-button-next img {
	width: 7px;
	height: 15px;
}

.secondary-slider-container .swiper-button-prev::after,
.secondary-slider-container .swiper-button-next::after {
	display: none;
}

.secondary-slider-container .swiper-button-prev {
	left: 16px;
	right: unset;
}

@media screen and (min-width: 1200px) {

	.secondary-slider-container .swiper-button-prev {
		left: 24px;
	}
}

.secondary-slider-container .swiper-button-prev img {
	rotate: 180deg;
}

.secondary-slider-container .swiper-pagination {
	bottom: 12px !important;
	background-color: rgba(16, 16, 15, 0.1490196078);
	backdrop-filter: blur(2.5px);
	width: fit-content !important;
	border-radius: 125px;
	left: 50% !important;
	translate: -50% 0;
	display: flex;
	align-items: center;
	padding: 6px;
}

@media screen and (min-width: 1200px) {

	.secondary-slider-container .swiper-pagination {
		bottom: 16px !important;
		padding: 8px;
	}
}

.secondary-slider-container .swiper-pagination-bullet {
	opacity: 1;
	background-color: white;
	width: 6px;
	height: 6px;
	transition: all 300ms ease;
}

.secondary-slider-container .swiper-pagination-bullet-active {
	width: 16px;
	border-radius: 100px;
	background-color: #f5a528;
}

.featured-auctions {
	background-color: #26282b;
	padding: 48px 16px 56px;
	margin: 0 -16px 48px;
}

@media screen and (min-width: 1200px) {

	.featured-auctions {
		padding: 64px 64px 72px;
		margin: 0 -64px 64px;
	}
}

@media (min-width: 1441px) {

	.featured-auctions {
		width: 100vw;
		margin: 0 calc((100vw - 1440px) / -2) 64px;
	}
}

.featured-auctions h2 {
	font-family: "TazText", Arial, sans-serif;
	font-size: 28px;
	line-height: 33.6px;
	font-weight: 700;
}

@media screen and (min-width: 1200px) {

	.featured-auctions h2 {
		font-size: 40px;
		line-height: 48px;
	}
}

.featured-auctions h2 {
	color: #fff;
	margin-bottom: 24px;
}

@media screen and (min-width: 1200px) {

	.featured-auctions h2 {
		margin-bottom: 32px;
	}
}

.featured-auctions--container {
	margin: 0 auto;
	max-width: 1312px;
}

.featured-auctions--grid {
	width: 100%;
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr;
}

@media screen and (min-width: 1200px) {

	.featured-auctions--grid {
		aspect-ratio: 1312/700;
		grid-template-columns: 53% auto;
		gap: 24px;
	}
}

.featured-auctions--item {
	position: relative;
	overflow: hidden;
	padding: 16px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	border-radius: 16px;
}

@media (max-width: 1200px) {

	.featured-auctions--item {
		aspect-ratio: 361/240;
	}
}

@media screen and (min-width: 1200px) {

	.featured-auctions--item {
		border-radius: 24px;
		padding: 24px 16px;
	}
}

.featured-auctions--item:first-of-type {
	grid-row: 1/span 2;
}

@media (max-width: 1200px) {

	.featured-auctions--item:first-of-type {
		aspect-ratio: 1/1;
	}
}

@media screen and (min-width: 1200px) {

	.featured-auctions--item:first-of-type {
		padding: 36px 32px;
	}
}

.featured-auctions--item:first-of-type h2 {
	font-family: "TazText", Arial, sans-serif;
	font-size: 22px;
	line-height: 26.4px;
	font-weight: 600;
}

@media screen and (min-width: 1200px) {

	.featured-auctions--item:first-of-type h2 {
		font-size: 28px;
		line-height: 33.6px;
	}
}

.featured-auctions--item:first-of-type .featured-auctions--content {
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 20px;
}

.featured-auctions--item::after {
	content: "";
	position: absolute;
	height: 63%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(25, 26, 27, 0) 0%, #191a1b 90%);
}

.featured-auctions--item::before {
	position: absolute;
	pointer-events: none;
	inset: 0;
	z-index: 3;
	content: "";
	transition: all 300ms ease;
}

.featured-auctions--item--image {
	position: absolute;
	inset: 0;
	transition: all 500ms ease;
}

.featured-auctions--item--image img {
	height: 100%;
	width: 100%;
	object-position: center;
	object-fit: cover;
}

.featured-auctions--item--button {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 4;
	pointer-events: none;
	transition: all 500ms ease;
	opacity: 0;
}

.featured-auctions--item--button span {
	padding: 12px 16px;
	background-color: rgba(25, 26, 27, 0.3490196078);
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	font-weight: 600;
	color: #fff;
	border-radius: 16px;
}

.featured-auctions--item:hover::before {
	background: rgba(25, 26, 27, 0.0509803922);
	backdrop-filter: blur(7px);
}

.featured-auctions--item:hover .featured-auctions--item--image {
	scale: 1.05;
}

.featured-auctions--item:hover .featured-auctions--item--button {
	opacity: 1;
}

.featured-auctions--content {
	z-index: 2;
	display: flex;
	height: 100%;
	width: 100%;
	cursor: pointer;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 16px;
}

@media screen and (min-width: 1200px) {

	.featured-auctions--content {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
	}
}

.featured-auctions--content--left h2 {
	font-family: "TazText", Arial, sans-serif;
	font-size: 22px;
	line-height: 26.4px;
	font-weight: 600;
}

@media screen and (min-width: 1200px) {

	.featured-auctions--content--left h2 {
		font-size: 28px;
		line-height: 33.6px;
	}
}

.featured-auctions--content--left h2 {
	color: #fff;
	margin-bottom: 12px;
}

.featured-auctions--content--left .prices {
	display: flex;
	align-items: center;
	gap: 24px;
}

.featured-auctions--content--left .prices .divider {
	height: 48px;
	width: 1px;
	background-color: #fff;
}

.featured-auctions--content--left .prices div h6 {
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	color: #fff;
}

.featured-auctions--content--left .prices div p {
	font-family: "TazText", Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}

@media screen and (min-width: 1200px) {

	.featured-auctions--content--left .prices div p {
		font-size: 24px;
		line-height: 28.8px;
	}
}

.featured-auctions--content--left .prices div p {
	font-weight: 800;
	color: #fff;
}

.featured-auctions--content .offer-card--countdown div {
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.1019607843) !important;
	backdrop-filter: blur(20px);
	color: #fff !important;
}

.featured-auctions--content .offer-card--countdown div span {
	color: #fff !important;
}

.featured-auctions .featured-auctions--item:not(:first-of-type) .featured-auctions--content .featured-auctions--content--left > h2 {
	font-size: 22px !important;
}

.ad {
	background-color: lightblue;
	max-width: 300px;
	height: 250px;
	width: 100%;
	margin: 0 auto 32px;
}

.ad.vertical {
	width: 300px;
	height: 600px;
}

@media screen and (min-width: 600px) {

	.ad {
		max-width: 970px;
	}
}

@media screen and (min-width: 1200px) {

	.ad {
		margin: 0 auto 64px;
	}
}

.ad img {
	width: 100%;
	height: 250px;
	object-fit: cover !important;
}

.ad.vertical img {
	height: 100%;
}

dialog[open] {
	overflow: hidden;
	background-color: transparent;
	border: none;
	padding: 16px 0;
	outline: none;
	margin: 0;
	width: 100%;
	height: 100%;
	max-width: unset;
	max-height: unset;
}

@media screen and (min-width: 1200px) {

	dialog[open] {
		margin: auto;
		padding: 24px 120px 83px 64px;
		max-width: 1440px;
		max-height: 848px;
	}
}

dialog[open]::backdrop {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(12px);
}

.gallery--count {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	font-family: "TazText", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	font-weight: 600;
}

@media screen and (min-width: 1200px) {

	.gallery--count {
		margin-bottom: 40px;
	}
}

.gallery--count .close {
	position: absolute;
	top: -8px;
	right: 16px;
	height: 40px;
	width: 40px;
	outline: none;
}

.gallery--count .close img {
	height: 24px;
	width: 24px;
}

@media screen and (min-width: 1200px) {

	.gallery--count .close {
		top: 50%;
		translate: 0 -50%;
		right: -56px;
	}
}

.gallery--content {
	display: flex;
	flex-direction: column-reverse;
	width: 100%;
	gap: 24px;
}

@media (max-width: 1200px) {

	.gallery--content {
		height: 100%;
		align-content: center;
		justify-content: center;
	}
}

@media screen and (min-width: 1200px) {

	.gallery--content {
		flex-direction: row;
	}
}

.gallery--thumbs {
	width: 100%;
	overflow: scroll hidden;
	padding: 0 8px;
}

@media screen and (min-width: 1200px) {

	.gallery--thumbs {
		padding: 0;
		flex-shrink: 0;
		width: 143px;
		max-height: 679px;
		overflow: hidden scroll;
	}
}

.gallery--thumbs {
	scrollbar-width: none;
}

.gallery--thumbs::-webkit-scrollbar {
	display: none;
}

.gallery--thumbs .swiper-slide {
	width: 143px !important;
	height: 95px !important;
	cursor: pointer;
}

.gallery--thumbs .swiper-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.gallery--thumbs .swiper-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: #26282b;
	opacity: 0.4;
	border-radius: 8px;
	transition: all 300ms ease;
}

.gallery--thumbs .swiper-slide:hover::after {
	opacity: 0;
}

.gallery--thumbs .swiper-slide-thumb-active::after {
	opacity: 0;
}

.gallery--container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 1200px) {

	.gallery--container {
		max-width: 1089px;
		max-height: 679px;
	}
}

@media screen and (min-width: 1200px) {

	.gallery--container .swiper-wrapper {
		max-width: 1089px;
		max-height: 679px;
	}
}

.gallery--container .swiper-slide > img {
	width: 100%;
	height: 100%;
}

.gallery--container .gallery-button-prev,
.gallery--container .gallery-button-next {
	width: 40px;
	height: 40px;
	background-color: #f2f2f6;
	backdrop-filter: blur(2px);
	border-radius: 50%;
	right: 16px;
	display: flex;
	justify-content: center;
	align-content: center;
	outline: none;
}

@media screen and (min-width: 1200px) {

	.gallery--container .gallery-button-prev,
	.gallery--container .gallery-button-next {
		right: 24px;
	}
}

.gallery--container .gallery-button-prev img,
.gallery--container .gallery-button-next img {
	width: 6px;
	height: 12px;
}

.gallery--container .gallery-button-prev::after,
.gallery--container .gallery-button-next::after {
	display: none;
}

.gallery--container .gallery-button-prev {
	left: 16px;
	right: unset;
}

@media screen and (min-width: 1200px) {

	.gallery--container .gallery-button-prev {
		left: 24px;
	}
}

.gallery--container .gallery-button-prev img {
	rotate: 180deg;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8980392157);
	backdrop-filter: blur(6px);
}

.main-navigation {
	width: 100%;
	height: 72px;
	padding: 18px 16px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e9e9f1;
	color: #191a1b;
}

@media screen and (min-width: 1200px) {

	.main-navigation {
		padding: 20px 64px;
		height: 80px;
	}
}

nav:has(> .header--profile > a.button.transparent) .header--logo {
	right: 100px;
}

.header--menu {
	display: flex;
	align-items: center;
	gap: 8px;
}

.header--menu img {
	height: 36px;
	width: 36px;
	cursor: pointer;
}

.header--menu img.open {
	content: url("../biddaj/assets/svg/close.svg");
}

.header--menu img:last-of-type {
	width: 24px;
	height: 21px;
	display: none;
}

@media screen and (min-width: 1200px) {

	.header--menu img:last-of-type {
		display: block;
	}
}

.header--menu p {
	display: none;
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	font-weight: 800;
}

.header--menu p:last-of-type {
	font-family: "TazText", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 14.4px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

@media screen and (min-width: 1200px) {

	.header--menu p {
		display: block;
	}
}

.header--menu .header--divider {
	display: none;
	width: 2px;
	height: 24px;
	background-color: #e9e9f1;
	margin: 0 12px;
}

@media screen and (min-width: 1200px) {

	.header--menu .header--divider {
		display: block;
	}
}

.header--logo {
	width: 109px;
	height: 40px;
	position: absolute;
	inset: 0;
	margin: auto;
}

.header--search {
	width: 24px;
	height: 24px;
}

.header--profile {
	display: flex;
	align-items: center;
	gap: 16px;
}

@media screen and (min-width: 1200px) {

	.header--profile {
		gap: 40px;
	}
}

.header--profile--image {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	background: radial-gradient(64.58% 64.58% at 78.12% 80.21%, rgba(210, 35, 40, 0.3) 0%, rgba(249, 161, 24, 0.2) 100%);
	color: #191a1b !important;
}

@media screen and (min-width: 1200px) {

	.header--profile--image {
		height: 48px;
		width: 48px;
		border-radius: 20px;
	}
}

.header--profile--image p {
	font-family: "TazText", Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 21.6px;
}

.dropdown-navigation {
	position: relative;
	overflow: hidden;
	padding: 0 34px;
	gap: 0 67px;
	display: grid;
	grid-template-rows: repeat(6, 1fr);
	grid-template-columns: 1fr 1fr;
	grid-auto-flow: column;
	height: 0;
	opacity: 0;
	transition: all 300ms ease;
}

@media screen and (min-width: 1200px) {

	.dropdown-navigation {
		display: flex;
		align-items: center;
		gap: 32px;
		padding: 0 64px;
	}
}

.dropdown-navigation::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.2509803922);
	opacity: 0;
	transition: opacity 300ms ease 150ms;
}

.dropdown-navigation.open {
	height: 402px;
	padding: 34px 32px;
	overflow: visible;
	opacity: 1;
}

.dropdown-navigation.open::after {
	height: calc(100vh - 402px);
	opacity: 1;
}

@media screen and (min-width: 1200px) {

	.dropdown-navigation.open {
		height: 72px;
		padding: 16px 64px;
	}

	.dropdown-navigation.open::after {
		height: calc(100vh - 152px);
	}
}

.dropdown-navigation p {
	cursor: pointer;
	color: #191a1b;
	font-family: "TazText", Arial, sans-serif;
	font-size: 18px;
	line-height: 21.6px;
	font-weight: 700;
}

@media screen and (min-width: 1200px) {

	.dropdown-navigation p {
		font-size: 20px;
		line-height: 24px;
	}
}

@media (max-width: 1200px) {

	.dropdown-navigation p:nth-of-type(-n + 6) {
		font-family: "TazText", Arial, sans-serif;
		font-size: 22px;
		line-height: 26.4px;
		font-weight: 600;
		font-weight: 700;
	}
}

@media screen and (max-width: 1200px) and (min-width: 1200px) {

	.dropdown-navigation p:nth-of-type(-n + 6) {
		font-size: 28px;
		line-height: 33.6px;
	}
}

.dropdown-navigation a {
	color: #191a1b;
	text-decoration: none;
}

.dropdown-navigation--divider {
	display: none;
	width: 0;
	height: 0;
	background-color: #e9e9f1;
}

@media screen and (min-width: 1200px) {

	.dropdown-navigation--divider {
		display: block;
		width: 2px;
		height: 40px;
	}
}

.footer {
	margin: 0 -16px;
	background-color: #26282b;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 32px 16px 40px;
}

@media screen and (min-width: 1200px) {

	.footer {
		margin: 0 -64px;
		padding: 64px 64px 32px;
	}
}

.footer--grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 1344px;
	gap: 49px;
	width: 100%;
}

@media screen and (min-width: 1200px) {

	.footer--grid {
		grid-template-columns: auto 159px 159px 254px;
		gap: 125px;
	}
}

.footer--column {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer--column:first-of-type {
	gap: 24px;
}

.footer--column h6 {
	white-space: nowrap;
	color: #c0c3c8;
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	font-weight: 700;
	text-transform: uppercase;
	max-width: 171px;
}

.footer--column a {
	color: #fff;
	text-decoration: none;
	font-family: "TazText", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	max-width: 171px;
}

.footer--column--data {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.footer--column--data.poweredby {
	margin-top: auto;

	/* 24sata logo */
}

.footer--column--data.poweredby img {
	width: 35px;
	height: 28px;
	margin-top: 8px;
}

.footer--logo {
	display: none;
}

@media screen and (min-width: 1200px) {

	.footer--logo {
		display: initial;
		width: 254px;
		height: 93px;
	}
}

.footer--logo--mobile {
	width: 167px;
	height: 61px;
	margin-top: 64px;
}

@media screen and (min-width: 1200px) {

	.footer--logo--mobile {
		display: none;
	}
}

.footer--social {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media screen and (min-width: 1200px) {

	.footer--social {
		margin-top: auto;
	}
}

.footer--social--flex {
	display: grid;
	gap: 12px;
	grid-template-columns: 40px 40px;
}

@media screen and (min-width: 1200px) {

	.footer--social--flex {
		display: flex;
		align-items: center;
	}
}

.footer--social--link {
	height: 40px;
	width: 40px;
	background-color: #191a1b;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer--copyright {
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: space-between;
	max-width: 1344px;
	width: 100%;
	margin-top: 32px;
	color: #fff;
	font-family: "TazText", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
}

@media screen and (min-width: 1200px) {

	.footer--copyright {
		flex-direction: row;
		margin-top: 64px;
		align-items: center;
	}
}

.footer--payment {
	margin-top: 90px;
	grid-template-columns: auto;
}

.footer--payment--flex {
	gap: 16px;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.footer--payment--link {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer--payment--link img {
	height: 36px;
	width: auto;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

body,
.page {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	outline: none !important;
}

html:has(.auth-wrapper) {
	overflow: hidden;
}

.homepage-content {
	max-width: 1440px;
	margin: 0 auto;
}

#wpadminbar {
	top: 72px;
	z-index: 999;
	position: fixed !important;
}

@media screen and (min-width: 1200px) {

	#wpadminbar {
		top: 80px;
	}
}
