.eb-bikes-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
	gap: 24px;
}

.eb-bikes-grid__item {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 16px;
}

.eb-bikes-grid__image {
	width: 100%;
	height: 336px;
	object-fit: contain;
	border-radius: 6px;
	margin-bottom: 12px;
}

.eb-bikes-grid__title {
	font-family: 'Helvetica Now Display', sans-serif;
	font-size: clamp(1rem, 0.929rem + 0.357vw, 1.25rem);
	text-transform: uppercase;
	font-weight: 500 !important;
	margin-bottom: 16px;
}

.eb-bikes-grid__desc {
	margin-bottom: 16px;
}

.eb-bikes-grid__desc p {
	font-family: 'Unbounded', sans-serif;
	color: #4D4D4D;
	font-size: 14px !important;
}

.eb-bikes-grid__desc strong {
	font-family: 'Unbounded', sans-serif;
	color: #000000;

}

.eb-book-btn {
	display: inline-flex;
	
	border-radius: 0;
	padding: 14px 20px;
	font-size: 16px;
	border-radius: 24px 8px;
	border: transparent;
	transition: all .3s ease-in;
	outline: none;
	background: #000;
	color: #fff;
	width: 100%;
	font-family: 'Mona Sans', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: auto;
}

.eb-book-btn:hover {
	color: #ffffff;
	cursor: pointer;
	background: #000000cc;

}

.eb-book-btn--disabled {
	background: #A2A2A2;
	color: #FFF;
	cursor: not-allowed;
	pointer-events: none;
	padding: 14px 20px;
}

.eb-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.eb-modal[hidden] {
	display: none;
}

.eb-bikes-grid__item[hidden] {
	display: none !important;
}

.eb-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.eb-modal__panel {
	position: relative;
	background: #fff;
	max-width: 880px;
	width: 92%;
	max-height: 90vh;
	overflow-y: auto;
	padding: 32px 24px;
	border-radius: 10px;
}

.eb-modal__title {
	font-family: 'Mona Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.eb-modal__close {
	margin-left: auto;
	background: none;
	border: none;
	width: 44px;
	height: 44px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius: 4px;
	border: 1px solid #A2A2A2;
	cursor: pointer;
}

.eb-modal_data-note{
	width: 100%;
	background: #FFF7DD;
	display: block;
	padding: 16px;
	margin-bottom: 32px;
}

.eb-modal_data-text{
	font-family: 'Unbounded' , sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #614002;
}

.eb-modal__link{
	color: #FFF;
	background: #000;
	border-radius: 4px;
}


.eb-calendar__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.eb-calendar__label {
	font-family: 'Unbounded', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}

.eb-calendar__nav {
	background: none;
	border: 1px solid #ddd;
	border-radius: 4px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.eb-calendar__grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 4px;
	margin-bottom: 16px;
}

.eb-calendar__weekday {
	text-align: center;
	font-size: 14px;
	color: #000;
	padding: 4px 0;
	font-family: 'Unbounded', sans-serif;
}

.eb-calendar__day {
	aspect-ratio: 1 / 1;
	border: none;
	background: #FFF;
	border-radius: 4px;
	cursor: pointer;
	font-family: 'Unbounded', sans-serif;
	font-size: 14px;
	padding: 8px;
}

.eb-calendar__day--empty {
	background: #FFF;
	cursor: default;

}

.eb-calendar__day--disabled {
	color: #A2A2A2;
	text-decoration: line-through;
	cursor: not-allowed;
	width: 100%;
	height: 100%;
	border-radius: 999px;
}

.eb-calendar__day--selected {
	background: #FFF;
}

.eb-calendar__day-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 999px;
}

.eb-calendar__day--reserved .eb-calendar__day-number {
	background: #EE3030;
	color: #FFF;
}

.eb-calendar__day--selected .eb-calendar__day-number {
	background: #000;
	color: #FFF;
}

.eb-calendar__day--partial .eb-calendar__day-number {
	background: #EEAB30;
	color: #FFF;
}

.eb-calendar__legend {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 24px;
}

.eb-calendar__legend-item {
	display: flex;
	align-items: center;
	gap: 6px;
	font-family: 'Unbounded', sans-serif;
	font-size: 12px;
	color: #4D4D4D;
}

.eb-calendar__legend-dot {
	width: 12px;
	height: 12px;
	border-radius: 999px;
	flex-shrink: 0;
}

.eb-calendar__legend-dot--available {
	background: #FFF;
	border: 1px solid #A2A2A2;
}

.eb-calendar__legend-dot--partial {
	background: #EEAB30;
}

.eb-calendar__legend-dot--reserved {
	background: #EE3030;
}

.eb-calendar__day--range-start,
.eb-calendar__day--range-end {
	background: #000;
	color: #fff;
}

.eb-booking-form__accessories-title {
	font-family: 'Unbounded', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.eb-accessories {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 10px;
	margin-bottom: 16px;
}

.eb-accessories__item {
	position: relative;
	border-radius: 6px;
	padding: 8px;
	text-align: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.eb-accessories__image {
	width: 100%;
	height: 100px;
	object-fit: contain;
	border-radius: 4px;
	margin-bottom: 6px;
}

.eb-accessories__name {
	font-family: 'Unbounded', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;


}

.eb-accessories__price {
	font-family: 'Unbounded', sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 20px;
	color: #4D4D4D;
}

.eb-booking-form__field {
	margin-bottom: 32px;
}

.eb-booking-form__field label {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
	font-family: 'Unbounded', sans-serif;
}

.eb-booking-form__field input {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

/* ---------------------------------------------------------------
   Custom select — natywny <select> jest ukryty (.eb-select-wrap__native),
   caly widoczny UI (kontrolka + lista opcji) jest budowany przez
   initCustomSelect() w booking.js i wstrzykiwany do .eb-select-wrap.
   ------------------------------------------------------------- */

.eb-select-wrap {
	position: relative;
}

.eb-select-wrap__native {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	pointer-events: none;
}

.eb-select-wrap__control {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 14px 16px;
	font-family: 'Unbounded', sans-serif;
	background: #fff;
	border: 1px solid #A2A2A2;
	border-radius: 8px;
	cursor: pointer;
	user-select: none;
}

.eb-select-wrap__arrow {
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

.eb-select-wrap--open .eb-select-wrap__control {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.eb-select-wrap--open .eb-select-wrap__arrow {
	transform: rotate(180deg);
}

.eb-select-wrap__list {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #EBEBEB;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	max-height: 260px;
	overflow-y: auto;
	z-index: 20;
}

.eb-select-wrap__option {
	padding: 14px 32px;
	font-family: 'Unbounded', sans-serif;
	cursor: pointer;
}

.eb-select-wrap__option:hover {
	background: #CFEE30;
}

.eb-select-wrap__option--disabled {
	opacity: 0.5;
	pointer-events: none;
}

.eb-booking-form__summary {
	display: flex;
	flex-direction: column;
	gap: 4px !important;
	margin-bottom: 32px !important;
}

.eb-booking-form__summary p {
	margin-bottom: 0 !important;

}

.eb-booking-form__summary p strong {
	font-family: 'Helvetica Now Display', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;

}

.eb-booking-form__summary-note {
	font-family: 'Unbounded', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #4D4D4D;

}

#eb-customer-name,
#eb-customer-email,
#eb-customer-phone {
	width: 100%;
	padding: 14px 16px;
	font-family: 'Unbounded', sans-serif;
	background: #fff;
	border: 1px solid #A2A2A2;
	border-radius: 8px;
	font-size: 16px;
}

.eb-booking-form__error {
	color: #c0392b;
	font-size: 13px;
	margin-bottom: 12px;
}

.eb-booking-form__submit {
	width: max-content;
	display: flex;
	align-items: center;
	padding: 14px 36px;
	gap: 8px;
	background: #CFEE30;
	border-radius: 8px 24px;
	font-family: 'Helvetica Now Display';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	border: none;
	cursor: pointer !important;

}

.eb-booking-form__submit:disabled {
	background: #A2A2A2;
	color: #FFF;
	cursor: not-allowed;
}

body.eb-modal-open {
	overflow: hidden;
}


/*SUMMARY PAGE*/

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

.summary__table a{
	margin-top: 32px;
}

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

.eb-summary svg{
	margin-bottom: 32px;
}

.eb-summary__title{
    margin-bottom: 16px;
    font-size: clamp(1.5rem, 1.286rem + 1.071vw, 2.25rem);
    font-weight: 600;
    font-family: 'Mona Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.05em;
}

.eb-summary__text{
    margin-bottom: 62px;
    font-size: clamp(1rem, 0.929rem + 0.357vw, 1.125rem);
    font-weight: 400;
    font-family: 'Unbounded', sans-serif;
    text-align: center;
    color: #4D4D4D;
}

.eb-summary__field{
    display: flex;
    min-width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #E5E5E5;
	margin:0;
}

.eb-summary__field span{
	font-family: 'Unbounded', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	display:block;
	min-width: 30%;
	color: #4D4D4D;
}

.eb-summary__field strong{
	font-family: 'Mona Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	text-transform: uppercase;
	display:block;
	min-width: 70%;
}

.eb-summary__field ul{
	margin:0;
	padding:0;
	list-style-type: none;
}

.eb-summary__field ul li{
	margin-bottom: 14px;
}

.eb-summary__actions{
	display: flex;
	justify-content: center;
	gap:16px;
	margin-bottom: 48px;
	width: 100%;
}

.eb-summary__action{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap:16px;
	color: #FFF;
	background: #000;
	padding: 16px;
	width: 100%;
	transition: all 0.3s ease-in-out;
}

.eb-summary__action:hover{
	opacity: 0.9;
}

.eb-summary__action-header{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	gap:16px;
	font-family: 'Unbounded', sans-serif;
	font-weight:500;
	text-transform: none;
	letter-spacing:0;
}

.eb-summary__action-header svg{
	width: 36px;
	height: 36px;
	margin-bottom: 8px !important;
}

.eb-summary__action-link{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 36px;
	gap: 8px;
	color: #CFEE30;
}

.eb-summary__action-link > svg{
	width: 12px !important;
	height: 12px !important;
	margin: 0 !important;
}

/* ============================
   RESPONSYWNOSC — desktop-first
   ============================ */

@media (max-width: 960px) {

	.eb-summary{
		padding: 0 20px;
	}

	.eb-summary__title{
		margin-bottom: 12px;
	}

	.eb-summary__text{
		margin-bottom: 48px;
	}

	.eb-summary__field span{
		font-size: 18px;
	}

	.eb-summary__field strong{
		font-size: 18px;
	}

	.eb-summary__actions{
		gap: 12px;
		margin-bottom: 40px;
	}

	.eb-summary__action-link{
		padding: 14px 24px;
	}

}

@media (max-width: 768px) {

	.eb-summary__text{
		margin-bottom: 40px;
	}

	.eb-summary__field{
		flex-direction: column;
		padding: 16px 0;
		gap: 8px;
	}

	.eb-summary__field span{
		min-width: 100%;
		font-size: 16px;
	}

	.eb-summary__field strong{
		min-width: 100%;
		font-size: 16px;
	}

	.eb-summary__actions{
		flex-direction: column;
		gap: 12px;
		margin-bottom: 32px;
	}

	.eb-summary__action{
		padding: 14px;
	}

	.eb-summary__action-header svg{
		width: 32px;
		height: 32px;
	}

}

@media (max-width: 480px) {

	.eb-summary{
		padding: 0 16px;
	}

	.eb-summary__title{
		margin-bottom: 10px;
	}

	.eb-summary__text{
		margin-bottom: 32px;
	}

	.eb-summary__field ul li{
		margin-bottom: 10px;
	}

	.eb-summary__action-link{
		padding: 12px 20px;
		font-size: 14px;
	}

}


/* Nowe style - zrefaktoryzować */

/* ==========================================================
   FORMULARZ REZERWACJI — ZREFAKTORYZOWANE STYLE
   ========================================================== */

/* Pasek / nawigacja kroków */
.eb-modal__steps {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 32px;
	overflow-x: auto;
}

.eb-modal__sidebar {
	width: 260px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	padding: 24px 16px;
	background: #000;
	color: #fff;
}

.eb-modal__step {
	flex: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	width: 100%;
	height: 54px;
	padding: 12px 20px;
	background: transparent;
	border: none;
	border-radius: 8px;
	color: #fff;
	font-family: 'Unbounded', sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	white-space: nowrap;
	cursor: pointer;
}

.eb-modal__step.is-active {
	background: #CFEE30;
	color: #000;
	cursor: default;
}

.eb-modal__step.is-completed {
	color: #c6f24e;
	cursor: pointer;
}

.eb-modal__step.is-completed:hover {
	background: rgba(255, 255, 255, 0.08);
}

.eb-modal__step-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

.eb-modal__step-check {
	display: none;
}

.eb-modal__step.is-completed .eb-modal__step-icon svg:not(.eb-modal__step-check) {
	display: none;
}

.eb-modal__step.is-completed .eb-modal__step-check {
	display: block;
	color: var(--color-lime, #c6f24e);
}

.eb-modal__step-title,
.eb-modal__step-subtitle {
	display: block;
}

.eb-modal__step-title {
	font-weight: 500;
}

.eb-modal__step-subtitle {
	font-size: 13px;
	opacity: .8;
}

/* Zawartość formularza */
.eb-modal__body {
	display: flex;
}

.eb-modal__content {
	flex: 1 1 0;
	min-width: 0;
	padding: 24px;
	background: #fff;
	border-radius: 0 12px 12px 0;
}

.eb-booking-form__step {
	border: none;
	padding: 0;
	margin: 0 0 32px;
}

.eb-booking-form__step-title {
	display: block;
	width: 100%;
	margin-bottom: 8px;
	padding: 0;
	font-family: 'Unbounded', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.eb-booking-form__step .eb-summary__details .eb-summary__field strong,
.eb-booking-form__step .eb-summary__details .eb-summary__field span {
	font-size: 14px !important;
}

/* Długość wynajmu — kafelki */
.eb-booking-form__duration {
	width: 100%;
}

.eb-duration-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 14px;
	width: 100%;
}

.eb-duration-option {
	position: relative;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 42px;
	height: 44px;
	padding: 10px 14px;
	background: #eeeeee;
	border: 1px solid transparent !important;
	border-radius: 6px;
	color: #111;
	font-family: 'Unbounded', sans-serif;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 400;
	cursor: pointer;
	transition:
		background-color .2s ease,
		color .2s ease,
		border-color .2s ease,
		transform .15s ease;
}

.eb-duration-option:hover {
	background: #e4e4e4;
}

.eb-duration-option.is-selected {
	background: #111;
	color: #fff;
	border-color: #111;
}

.eb-duration-option:active {
	transform: scale(.98);
}

.eb-duration-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

/* Ukryty natywny select — pozostaje w DOM dla pluginu */
.eb-select-wrap--hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* Nawigacja między krokami */
.eb-booking-form__nav {
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}

.eb-booking-form__nav button[hidden] {
	display: none !important;
}

.eb-booking-form__next {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 14px 36px;
	background: #CFEE30;
	border: none;
	border-radius: 8px 24px;
	font-family: 'Mona Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	cursor: pointer;
}

.eb-booking-form__next:hover {
	opacity: .9;
}

.eb-booking-form__back {
	border: none;
	background: none;
	font-family: 'Mona Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	cursor: pointer;
}

/* Ukrycie natywnego selecta */
.eb-select-wrap--native-hidden select {
	display: none;
}

/* Szczegóły podsumowania w formularzu */
.summery .eb-summary__details {
	width: 100%;
}

/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 480px) {
	.eb-modal__body {
		flex-direction: column;
	}

	.eb-modal__sidebar {
		flex-direction: row !important;
		align-items: center;
		justify-content: space-between;
		width: 100% !important;
		margin-bottom: 16px;
		padding: 16px !important;
		border-radius: 999px;
	}

	.eb-modal__step {
		width: max-content !important;
		height: max-content !important;
		padding: 0 !important;
		background: none !important;
	}

	.eb-modal__step.is-active {
		background: none !important;
		color: #CFEE30 !important;
	}

	.eb-modal__step.is-completed:hover {
		background: none;
	}

	.eb-modal__content {
		padding: 0 !important;
	}

	.eb-modal__step-text {
		display: none;
	}

	.eb-duration-options {
		gap: 10px;
	}

	.eb-duration-option {
		min-height: 40px;
		height: auto;
		padding: 9px 10px;
		font-size: 12px;
	}
}