html {
	scroll-behavior: smooth;
  }  

.rentware-pdp {
	max-width: 1100px;
	margin: 0 auto;
	padding: 2rem 1rem 3rem;
}

.rentware-pdp__article {
	display: grid;
	gap: 1.5rem;
}

.rentware-pdp__article--two-col {
	grid-template-columns: 1fr;
	align-items: start;
}

.rentware-pdp__main-column {
	display: grid;
	gap: 1rem;
}

.rentware-pdp__header {
	display: grid;
	gap: 0.75rem;
}

.rentware-pdp__title {
	margin: 0;
	line-height: 1.2;
}

.rentware-pdp__title-hint {
	display: inline-block;
	margin-left: 0.35rem;
	font-size: 1.35rem;
	opacity: 0.5;
	font-weight: 400;
}

.rentware-pdp__subtitle {
	margin: 0;
	opacity: 0.85;
}

.rentware-pdp__meta {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.25rem;
}

.rentware-pdp__image-wrap {
	margin: 0;
}

.rentware-pdp__image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: none;
}

.rentware-pdp__image-wrap + .rentware-pdp__content {
	margin-top: 1rem;
}

.rentware-pdp__content > :first-child {
	margin-top: 0;
}

.rentware-pdp__content > :last-child {
	margin-bottom: 0;
}

.rentware-pdp__content p {
	margin: 5px 0;
}

.rentware-pdp__tag-pills {
	margin: 0.35rem 0 0;
}

.rentware-pdp__booking-location {
	margin: 0.85rem 0 0;
	opacity: 0.85;
	line-height: 1.25;
	font-size: 0.95rem;
	width: 340px;
	font-weight: 600;
}

.rentware-pdp__tag-pills .rentware-listing-card__tag,
.rentware-rentable__tag-pills .rentware-listing-card__tag {
	padding: 0.35rem 0.9rem;
	font-size: 0.85rem;
}

.rentware-pdp__booking-column {
	min-width: 0;
}

.rentware-pdp__booking-sticky {
	position: static;
}

@media (min-width: 960px) {
	.rentware-pdp__article--two-col {
		grid-template-columns: minmax(0, 3fr) minmax(320px, 2fr);
		gap: 2rem;
	}

	.rentware-pdp__booking-sticky {
		position: sticky;
		top: 140px;
	}
}

.rentware-archive {
	--rentware-filter-surface: rgba(128, 128, 128, 0.1);
	--rentware-filter-surface-hover: rgba(128, 128, 128, 0.14);
	--rentware-filter-surface-selected: rgba(128, 128, 128, 0.18);
	--rentware-filter-border: rgba(128, 128, 128, 0.22);
	--rentware-filter-border-hover: rgba(128, 128, 128, 0.32);
	--rentware-filter-option-hover: rgba(128, 128, 128, 0.12);
	--rentware-archive-divider: rgba(128, 128, 128, 0.35);

	max-width: 1100px;
	margin: 0 auto;
	padding: 0 1rem 3rem;
}

.rentware-archive__section-head {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin: 0 0 1.25rem;
}

.rentware-archive__section-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}

.rentware-archive__title {
	margin: 0;
	line-height: 1.2;
	flex: 0 0 auto;
}

.rentware-archive__divider {
	width: 100%;
	height: 0;
	margin: 0;
	border: 0;
	border-top: 1px solid var(--rentware-archive-divider);
}

.rentware-archive__description {
	margin: -0.5rem 0 1.25rem;
	opacity: 0.85;
}

.rentware-archive__filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 0.75rem 1rem;
	flex: 0 0 auto;
	margin: 0;
}

.rentware-archive__filter {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	width: 220px;
}

.rentware-archive__filter--location {
	width: max-content;
	max-width: 100%;
}

.rentware-archive__filter-label {
	font-size: 0.9rem;
	font-weight: 600;
}

.rentware-archive__filter-dropdown {
	position: relative;
	width: 220px;
}

.rentware-archive__filter--location .rentware-archive__filter-dropdown {
	width: max-content;
	min-width: 100%;
}

.rentware-archive__filter-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	width: 100%;
	padding: 0.5rem 0.65rem;
	border: 1px solid var(--rentware-filter-border);
	border-radius: 6px;
	background: var(--rentware-filter-surface);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	font: inherit;
	color: inherit;
	text-align: left;
	cursor: pointer;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease;
}

.rentware-archive__filter-trigger-label {
	white-space: nowrap;
}

.rentware-archive__filter-trigger:focus {
	border-color: rgba(141, 182, 140, 0.85);
	box-shadow: 0 0 0 3px rgba(141, 182, 140, 0.2);
	outline: none;
}

.rentware-archive__filter-dropdown:hover .rentware-archive__filter-trigger,
.rentware-archive__filter-dropdown:focus-within .rentware-archive__filter-trigger {
	border-color: var(--rentware-filter-border-hover);
	background: var(--rentware-filter-surface-hover);
}

.rentware-archive__filter-trigger-icon {
	flex: 0 0 auto;
	width: 0.55rem;
	height: 0.55rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
	transition: transform 0.2s ease;
	opacity: 0.7;
}

.rentware-archive__filter-dropdown:hover .rentware-archive__filter-trigger-icon,
.rentware-archive__filter-dropdown:focus-within .rentware-archive__filter-trigger-icon {
	transform: rotate(-135deg) translateY(1px);
}

.rentware-archive__filter--location .rentware-archive__filter-menu {
	width: 100%;
	min-width: max-content;
}

.rentware-archive__filter-menu {
	position: absolute;
	z-index: 20;
	top: calc(100% + 0.35rem);
	left: 0;
	width: 220px;
	list-style: none;
	margin: 0;
	padding: 0.35rem;
	border: 1px solid var(--rentware-filter-border);
	border-radius: 8px;
	background: var(--rentware-filter-surface);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px) scale(0.98);
	transform-origin: top center;
	transition:
		opacity 0.2s ease,
		transform 0.2s ease,
		visibility 0.2s ease;
	pointer-events: none;
	max-height: 16rem;
	overflow: auto;
}

.rentware-archive__filter-dropdown::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 0.45rem;
}

.rentware-archive__filter-dropdown:hover .rentware-archive__filter-menu,
.rentware-archive__filter-dropdown:focus-within .rentware-archive__filter-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

.rentware-archive__filter-option {
	padding: 0.5rem 0.6rem;
	border-radius: 6px;
	font-size: 0.95rem;
	line-height: 1.3;
	cursor: pointer;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.rentware-archive__filter-option-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.rentware-archive__filter-option:hover,
.rentware-archive__filter-option:focus {
	background: var(--rentware-filter-option-hover);
	outline: none;
}

.rentware-archive__filter-option.is-selected {
	background: var(--rentware-filter-surface-selected);
	font-weight: 600;
}

.rentware-archive__empty--filtered {
	margin: 0;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.rentware-archive__empty--filtered:not([hidden]) {
	opacity: 1;
	transform: translateY(0);
}

.rentware-listings-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

.rentware-listing-card {
	border: 1px solid rgba(160, 160, 160, 0.2);
	border-radius: 8px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.02);
	transition:
		opacity 0.28s ease,
		transform 0.28s ease,
		border-color 0.18s ease;
	transform: translateY(0) scale(1);
	opacity: 1;
}

.rentware-listing-card.is-filtered-out {
	opacity: 0;
	transform: translateY(10px) scale(0.98);
	pointer-events: none;
}

.rentware-listing-card:hover,
.rentware-listing-card:focus-within {
	border-color: rgba(160, 160, 160, 0.45);
}

.rentware-listing-card__inner {
	color: inherit;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.rentware-listing-card__inner:hover,
.rentware-listing-card__inner:focus,
.rentware-listing-card__inner:active {
	color: inherit;
	text-decoration: none;
}

.rentware-listing-card__image-wrap {
	overflow: hidden;
}

.rentware-listing-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.rentware-listing-card__content {
	display: grid;
	gap: 0.5rem;
	padding: 1.5rem;
}

.rentware-listing-card__title {
	margin: 0;
	font-size: 1rem;
	line-height: 1.3;
}

.rentware-listing-card__meta {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.35rem;
	font-size: 0.9rem;
}

.rentware-listing-card__category {
	margin: 0;
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.3;
}

.rentware-listing-card__tags {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.rentware-listing-card__tag {
	display: inline-flex;
	align-items: center;
	padding: 0.25rem 0.75rem;
	border-radius: 999px;
	font-size: 0.75rem;
	line-height: 1.2;
	background: rgba(160, 160, 160, 0.16);
}

.rentware-listing-card__description {
	margin: 0;
	font-size: 0.95rem;
	opacity: 0.8;
}

@media (min-width: 640px) {
	.rentware-listings-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 960px) {
	.rentware-listings-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.rentware-archive__pagination {
	margin-top: 1.5rem;
}

.rentware-rentable {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 1rem 3rem;
}

.rentware-rentable__breadcrumbs ol {
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	color: inherit;
}

.rentware-rentable__breadcrumbs li + li::before {
	content: "/";
	margin-right: 0.4rem;
	opacity: 0.6;
}

.rentware-rentable__breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.rentware-rentable__section {
	margin-top: 1rem;
}

.rentware-rentable__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.75rem;
}

.rentware-rentable__main-image {
	margin: 0;
}

.rentware-rentable__main-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.rentware-product-gallery {
	display: grid;
	gap: 0.75rem;
}

.rentware-product-gallery:focus {
	outline: none;
}

.rentware-product-gallery:focus-visible {
	outline: 2px solid rgb(var(--rentware-cart-colors-button-background-primary, 42, 173, 186));
	outline-offset: 4px;
	border-radius: 8px;
}

.rentware-product-gallery__stage {
	position: relative;
}

.rentware-product-gallery__viewport {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 8px;
	background: rgba(160, 160, 160, 0.08);
}

.rentware-product-gallery__slide {
	position: absolute;
	inset: 0;
	margin: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
}

.rentware-product-gallery__slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.rentware-product-gallery__slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.rentware-product-gallery__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border-radius: 100%;
	background: none;
	border: none;
	color: #ffffff62;
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
	transition:
		background-color 0.15s ease,
		box-shadow 0.15s ease,
		opacity 0.15s ease;
}

.rentware-product-gallery__nav:hover,
.rentware-product-gallery__nav:focus-visible {
	color: #fff;
 	outline: none;
}

.rentware-product-gallery__nav--prev {
	left: 0.75rem;
}

.rentware-product-gallery__nav--next {
	right: 0.75rem;
}

.rentware-product-gallery__thumbs {
	display: flex;
	gap: 0.5rem;
	overflow-x: auto;
	padding-bottom: 0.15rem;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

.rentware-product-gallery__thumbs::-webkit-scrollbar {
	height: 6px;
}

.rentware-product-gallery__thumbs::-webkit-scrollbar-thumb {
	background: rgba(160, 160, 160, 0.35);
	border-radius: 999px;
}

.rentware-product-gallery__thumb {
	flex: 0 0 4.5rem;
	width: 4.5rem;
	height: 4.5rem;
	padding: 0;
	border: 1px solid rgba(160, 160, 160, 0.25);
	border-radius: 8px;
	overflow: hidden;
	background: transparent;
	cursor: pointer;
	scroll-snap-align: start;
	transition:
		border-color 0.15s ease,
		box-shadow 0.15s ease;
}

.rentware-product-gallery__thumb:hover,
.rentware-product-gallery__thumb:focus-visible {
	border-color: rgba(160, 160, 160, 0.25);
	outline: none;
}

.rentware-product-gallery__thumb.is-active {
	border-color: rgba(160, 160, 160, 0.75);
}

.rentware-product-gallery__nav span {
	margin-top: -5px;
}

.rentware-product-gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rentware-rentable__title {
	margin: 0 0 0.75rem;
}

.rentware-rentable__details-col .rentware-rentable__tag-pills {
	margin: 0.5rem 0 0;
}

.rentware-rentable__booking-location {
	margin: 0.85rem 0 0;
	opacity: 0.85;
	line-height: 1.25;
	font-size: 0.95rem;
	width: 340px;
	font-weight: 600;
}

.rentware-rentable__divider {
	width: 72px;
	margin: 0.75rem 0 1rem;
	border: 0;
	border-top: 2px solid rgba(0, 0, 0, 0.2);
}

.rentware-rentable__price {
	margin: 0.35rem 0;
	font-size: 1.1rem;
	font-weight: 700;
	color: rgb(141, 182, 140);
}

.rentware-rentable__price span {
	color: #001f21;
	font-size: 1rem;
}

.rentware-rentable__booking-hint {
	margin: 0;
	opacity: 0.75;
}

.rentware-rentable__description-title {
	margin: 0 0 0.75rem;
}

.rentware-rentable__tag-pills {
	margin: 0 0 0.85rem;
}

.rentware-rentable__description-content > :first-child {
	margin-top: 20px;
}

.rentware-rentable__description-cta-wrap {
	margin-top: 2rem;
}

.rentware-rentable__description-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0.9rem;
	border-radius: 6px;
	font-size: 0.86rem;
	font-weight: 600;
	text-decoration: none;
	background-color: rgb(var(--rentware-cart-colors-button-background-primary, 42, 173, 186));
	color: rgb(var(--rentware-cart-colors-button-icon, 255, 255, 255));
}

.rentware-rentable__description-cta:hover,
.rentware-rentable__description-cta:focus,
.rentware-rentable__description-cta:active {
	color: rgb(var(--rentware-cart-colors-button-icon, 255, 255, 255));
	text-decoration: none;
	opacity: 0.92;
}

.rentware-rentable__related-title {
	margin: 0 0 0.9rem;
}

.rentware-rentable__section--related {
	margin-top: 5rem;
	padding-top: 2.5rem;
	border-top: 1px solid rgba(160, 160, 160, 0.28);
}

.rentware-carousel {
	overflow: hidden;
}

.rentware-carousel__track {
	display: flex;
	gap: 1rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding: 0 0 0.25rem;
	-webkit-overflow-scrolling: touch;
}

.rentware-carousel__slide {
	flex: 0 0 min(82vw, 340px);
	scroll-snap-align: start;
}

.rentware-carousel__track::-webkit-scrollbar {
	height: 8px;
}

.rentware-carousel__track::-webkit-scrollbar-thumb {
	background: rgba(160, 160, 160, 0.35);
	border-radius: 999px;
}

.rentware-rentable__related-carousel .rentware-listing-card__content {
	padding: 1rem;
}

.rentware-archive a:hover {
	color: unset;
	text-decoration: none;
  }

@media (min-width: 960px) {
	.rentware-rentable__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 2rem;
	}
}

@media (min-width: 640px) {
	.rentware-carousel__slide {
		flex-basis: min(46vw, 360px);
	}
}

@media (min-width: 1024px) {
	.rentware-carousel__slide {
		flex-basis: 280px;
	}
}
