/** Start: Page **/

#main#asz-page article {
	max-width: 1250px;
	margin: 60px auto
}

#asz-page .page-title {
	--theme-font-size: 25px;
	background: #28374e;
	padding: 30px;
	color: #fff;
	border-radius: 8px;
	margin-top: 15px;
	margin-bottom: 0px;
}

#asz-page .page-subtitle {
	--theme-font-size: 16px;
	max-width: 700px
}

#asz-page .container-xxl {
	padding-top: 2rem;
	padding-bottom: 2rem
}

#asz-page .asz-grid {
	padding: 0 0 4rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(1, minmax(0, 1fr))
}

#asz-page .asz-grid .asz-grid__item .asz-grid__content h2 {
	color: var(--theme-palette-color-4);
	font-weight: 600;
	line-height: 1em;
	font-size: 1.35rem;
	margin: 0;
}

#asz-page .asz-grid .asz-grid__all-products {
	font-size: 1rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 0.2rem;
	margin-top: 25px;
	margin-bottom: 10px;
}

#asz-page .asz-grid .asz-grid__price {
    color: var(--theme-palette-color-4);
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

#asz-page .asz-grid .asz-grid__all-products svg {
	width: 16px;
	height: 16px;
	margin-top: 2px;
}

#asz-page .asz-grid .asz-grid__item .asz-grid__content h3 {
	color: var(--theme-palette-color-4);
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 0.5rem
}

#asz-page .asz-grid .asz-grid__item .asz-grid__content p {
	color: #fff;
	font-size: .875rem;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 10px
}

#asz-page .asz-grid .asz-grid__item .asz-grid__content h5 {
	color: #fff;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.7em
}

#asz-page .asz-list-group {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 0;
	padding-left: 0
}

@media (max-width: 1024px) {
	#asz-page .asz-list-group {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

@media (max-width: 768px) {
	#asz-page .asz-list-group {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}
}

#asz-page .asz-list-group-item {
	align-items: center;
	display: flex;
  	justify-content: center;;
  	flex-direction: column;;
	font-size: 15px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125);
	color: #222;
	padding: 0.5rem 1rem;
	position: relative;
  	border-radius: 5px;
  	box-shadow: #d8d8d8 5px 4px 12px -7px;
}

#asz-page .asz-list-group-item__thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 200px;
  border-radius: 5px;
  margin-bottom: 1rem
}

#asz-page .asz-list-group-item__title {
    text-align: center;
    width: 100%;
}

#asz-page .asz-list-group-item__price {
    color: var(--theme-palette-color-4);
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

#asz-page .asz-list-group-item__vanaf-prijs {
    color: var(--theme-palette-color-4);
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 0.5rem;
    opacity: 0.85;
}

/** END: Page **/

/** Start: Form **/

.asz-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%
}

.asz-form  .azs-form__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%
}

.asz-form select {
	color: var(--theme-palette-color-4);
	background: white;
	min-width: 160px;
}

.asz-form select:focus {
	color: var(--theme-palette-color-4);
	background: white;
	outline: none
}

/* add spacing between asz-form select fields except the last one */
.asz-form select:not(:last-child) {
	margin-bottom: 1rem
}

.asz-form.asz-form--inline.asz-form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
	background: #fff;
	border-radius: 20px;
	width: 50rem;
	height: 7rem;
	overflow: hidden;
}

.azs-form__container.azs-form__container--inline {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 1.5rem;
	height: 100%;
}

@media (max-width: 768px) {
	.asz-form.asz-form--inline.asz-form {
		width: 100%;
		height: auto;
	}

	.azs-form__container.azs-form__container--inline {
		flex-direction: column;
		width: 100%;
		height: auto;
		padding: 2rem;
	}
}

.asz-form .asz-form__select {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: left;
	width: 100%;
}

.asz-form .asz-form__select label {
	color: var(--theme-palette-color-4);
	width: 100%;
}


.asz-form .asz-submit {
	display: flex;
	justify-content: center;
	width: auto;
	align-items: center;
	border-style: solid;
    border-width: 1px;
    border-color: var(--theme-palette-color-1, #fceb42);
    background-color: var(--theme-palette-color-1, #fceb42);
	font-size: 14px;
	gap: 0.5rem;
	height: 100%;
	width: 100%;
}

.asz-form .asz-submit svg {
	height: 1.25rem;
	width: 1.25rem;
}

.asz-form.asz-form--inline .asz-submit {
	padding: 2.35rem;
	width: auto;
	font-size: 16px;
}

.asz-form.asz-form--inline .asz-submit .asz-submit__text {
	display: none;
}

.asz-form.asz-form--inline .asz-submit svg {
	height: 2rem;
	width: 2rem;
}

.asz-form.asz-form--inline .asz-submit:hover{
	transform: var(--theme-button-transform, translate3d(0, 0, 0));
}

.asz-form.asz-form--inline .asz-form__select:not(:last-child) {
	margin-right: 2.5rem;
}

@media (max-width: 768px) {
	.asz-form.asz-form--inline .asz-submit {
		margin-top: 0;
		width: 100%;
		padding: 0.5rem;
	}

	.asz-form.asz-form--inline .asz-submit svg {
		height: 1rem;
		width: 1rem;
	}

	.asz-form.asz-form--inline .asz-submit .asz-submit__text {
		display: block;
	}

	.asz-form.asz-form--inline .asz-form__select {
		margin-right: 0 !important;
	}

	.asz-form .asz-form__select {
		margin-right: 0;
	}
}

.asz-form.asz-form--inline select {
	margin-bottom: 0;
}

body.home.page .asz-form--inline {
    margin-top: -125px;
    margin-bottom: 30px;
}


/** END: Form **/

/** START: Dropdown **/

.asz-dropdown__container {
	position: relative
}

.asz-dropdown__trigger {
	position: relative;
	padding: 4px 14px;
	font-weight: var(--theme-button-font-weight);
	font-size: 14px;
	border-radius: var(--theme-button-border-radius, 3px);
	border: var(--theme-button-border);
	color: var(--theme-button-text-initial-color);
	border: var(--theme-button-border);
	background-color: var(--theme-button-background-initial-color)
}

.asz-dropdown__trigger::hover {
	color: var(--theme-button-text-hover-color);
	border-color: var(--theme-button-border-hover-color);
	background-color: var(--theme-button-background-hover-color)
}

.asz-dropdown__content {
	display: none;
	background-color: #fff;
	padding: 1rem;
	width: 14rem;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
	z-index: 20
}

.asz-dropdown__content.show {
	display: block
}

.asz-dropdown__content [data-popper-arrow] {
	visibility: hidden
}

.asz-dropdown__content [data-popper-arrow]::before {
	visibility: visible;
	content: '';
	transform: rotate(45deg)
}

.asz-dropdown__content [data-popper-arrow],
.asz-dropdown__content [data-popper-arrow]::before {
	position: absolute;
	width: 8px;
	height: 8px;
	background: inherit
}

.asz-dropdown__content[data-popper-placement^='top'] >  [data-popper-arrow] {
	bottom: -4px
}

.asz-dropdown__content[data-popper-placement^='bottom'] >  [data-popper-arrow] {
	top: -4px
}

.asz-dropdown__content[data-popper-placement^='left'] >  [data-popper-arrow] {
	right: -4px
}

.asz-dropdown__content[data-popper-placement^='right'] >  [data-popper-arrow] {
	left: -4px
}

/** End: Dropdown **/

/* START: WPGB Archive navigation */

.asz-archive-nav {
	width: 100%;
	padding: 14px 24px;
	border-radius: 5px;
	background-color: #28374e;
	color: #fff;
	font-size: 16px;
	border: none;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 24px;
	display: flex;
	align-items: center
}
@media (max-width: 768px) {
	.asz-archive-nav {
		flex-direction: column
	}
}
.asz-archive-nav__title {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px
}

.asz-archive-nav__content {
	display: flex;
	align-items: center;
	gap: 10px
}

@media (max-width: 768px) {
	.asz-archive-nav__content {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}
}

.asz-archive-nav__content .asz-form .azs-form__container {
	flex-direction: row;
}

.asz-archive-nav__content .asz-form select {
	margin-bottom: 0;
	max-width: 100px;
	min-width: 100px;
}

.asz-archive-nav__content .asz-form__select:not(:last-child) {
	margin-right: 0.5rem;
}

@media (max-width: 768px) {
	.asz-archive-nav__content .asz-form .azs-form__container {
		flex-direction: column;
	}

	.asz-archive-nav__content .asz-form__select:not(:last-child) {
		margin-right: 0;
		margin-bottom: 1rem;
	}

	.asz-archive-nav__content .asz-form select {
		max-width: 160px;
		min-width: 160px;
	}
}

.asz-archive-nav__actions {
	display: flex;
	align-items: center;
	gap: 10px
}
.asz-archive-nav__actions a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: var(--theme-palette-color-4);
	background: #eaeff3;
	border-radius: 50px;
	padding: 10px 14px;
	height: 30px;
	font-size: 13px;
	font-weight: 500
}
.asz-archive-nav__actions a > svg {
	width: 16px;
	height: 16px;
	margin-left: 5px
}
.asz-archive-nav__actions a:hover {
	color: var(--theme-palette-color-4)
}

/* END: WPGB Archive navigation */

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

/* Spinner styles */
.asz-form__loading-container {
	position: relative;
	display: flex;
	align-items: center;
  }

  .asz-form__loading-spinner {
	position: absolute;
	right: 10px;
	width: 20px;
	height: 20px;
	top: 9px;
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-top: 3px solid #000;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	display: none; /* Hide spinner by default */
  }

  .asz-form.asz-form--inline .asz-form__loading-spinner {
	top: 42px;
  }

  @keyframes spin {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }

  /* Show spinner when loading */
  .asz-form__loading .asz-form__loading-spinner {
	display: inline-block;
  }
