/*
Theme Name: 77 Rental Custom
Theme URI: https://77rental.id/
Author: Kaira
Author URI: https://kairaweb.com/
Description: Custom 77 Rental theme based on TopShop, maintained specifically for this website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: topshop
Tags: two-columns, three-columns, four-columns, left-sidebar, right-sidebar, grid-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, e-commerce, entertainment

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

 topshop is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
	8.1 TopShop Univeral Styling
	8.2 TopShop Content Layout Styling
	8.3 TopShop Theme Styling
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f3f4f8; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #000;
    font-family:"Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

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

p {
    margin-bottom: 1.5em;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
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: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 0;
}

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

th {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: 300;
    line-height: 1.0em;
    word-wrap: break-word;
    color: #5E5E5E;
    margin-top: 0;
}

h1 {
    font-size: 32px;
    margin-bottom: .55em;
}

h2 {
    font-size: 28px;
    margin-bottom: .65em;
}

h3 {
    font-size: 22px;
    margin-bottom: .8em;
}

h4 {
    font-size: 20px;
    margin-bottom: 1.1em;
}

h5 {
    font-size: 16px;
    margin-bottom: 1.3em;
}

h6 {
    font-size: 14px;
    margin-bottom: 1.4em;
}

.entry-content code {
    display: block;
    background: #f7f7f7;
    border: 1px solid #D8D8D8;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
    margin: 5px 0;
    overflow-x: auto;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 3px;
	color: #FFF;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 10px 25px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #000;
    border: 1px solid #c4c3dd;
    border-radius: 5px;
    width: 100%;
    padding: 10px 15px;
}
input[type="submit"],
.button {
    font-size: 17px;
    display: inline-block;
    padding: 10px 30px;
    background-color: #278126;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all 0.21s ease 0s;
    -moz-transition: all 0.21s ease 0s;
    -ms-transition: all 0.21s ease 0s;
    -o-transition: all 0.21s ease 0s;
    transition: all 0.21s ease 0s;
}
input[type="submit"]:hover,
.button:hover{
    color: #fff;
    box-shadow: 0 0 10px 0 #278126;
    transform: scale(1.07);
    -webkit-transition: all 0.21s ease 0s;
	-moz-transition: all 0.21s ease 0s;
	-ms-transition: all 0.21s ease 0s;
	-o-transition: all 0.21s ease 0s;
	transition: all 0.21s ease 0s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	max-height:100px;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
}

a:visited {
	
}

a:hover,
a:focus,
a:active {
	
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
}

.main-navigation.header-stick.stuck {
	background-color: #FFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.015);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 58px;
	z-index: 99999;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul.menu{
    display: flex;
    justify-content: space-between;
}

.main-navigation li {
	position: relative;
	display: block;
	float: left;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 14px 10px 15px;
	font-size: 16px;
    font-weight: 500;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
    
    -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
     -moz-transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
      -ms-transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
       -o-transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
          transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
}
.main-navigation a:hover {
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.95);
	float: left;
	position: absolute;
	top:99%;
	left: -999em;
	z-index: 99999;
	display: none;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
	display: none;
}

.main-navigation ul ul a {
	width: 200px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
	white-space: nowrap;
	text-align: left;
	width: auto;
	padding: 15px 32px 15px 20px;
	min-width: 190px;
    color: #000000;
}

.main-navigation ul ul li {
	width: 100%;
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
	display: block;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
	display: block;
}

.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-parent > a,
.main-navigation li.current_page_parent > a,
.main-navigation li.current-menu-ancestor > a,
.main-navigation li.current_page_ancestor > a {

}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

.header-menu-button,
.main-menu-close {
    display: none;
}
.menu-dropdown-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.1);
    color: #838383;
    margin: 0;
    padding: 10px 14px;
    /* box-shadow: -1px 0 0 rgba(0, 0, 0, 0.08); */
    height: 35px;
    line-height: 15px;
    text-align: center;
    font-size: 14px;
    z-index: 9;
    cursor: pointer;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
8.1 TopShop Univeral Styling
--------------------------------------------------------------*/
.clearboth {
	clear: both;
}

/*--------------------------------------------------------------
8.2 TopShop Content Layout Styling
--------------------------------------------------------------*/

/*--------------------------------------------------------------
8.3 TopShop Theme Styling
--------------------------------------------------------------*/
#page {
    position: relative;
    right: 0;
    
    -webkit-transition: right 0.4s ease 0s;
     -moz-transition: right 0.4s ease 0s;
      -ms-transition: right 0.4s ease 0s;
       -o-transition: right 0.4s ease 0s;
          transition: right 0.4s ease 0s;
}
.site-container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}
.site-content.site-container {
    line-height: 1.8;
}

.site-header {
    padding: 10px 0;
	background-color: #FFF;
    margin: 0 0 30px;
}

.site-top-bar .site-container {
    position: relative;
}
a.site-logo-img {
	display: block;
}

.site-top-bar ul {
    margin: 0;
    padding: 0;
}
.site-top-bar ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.08);
}
.site-top-bar ul li a {
    display: block;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: inherit;
    padding: 0 7px;
}

.site-top-bar .search-block {
    position: absolute;
    bottom: 2px;
    right: 20px;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    padding: 30px 0 6px 6px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 0;
    background-color: #ffffff;
    z-index: 96;
}
.site-top-bar .search-block .search-field {
    margin: 0;
    padding: 4px 9px;
    height: 23px;
    width: 270px;
    color: #898989;
    outline: none;
}
.site-top-bar .search-block .search-submit {
    padding: 0;
    
    background-image: url(images/search_btn_bg.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 33px;
    width: 34px;
    position: relative;
    right: 6px;
}

.blog .entry-header.site-container {
    margin: 0 0 25px;
}

.no-results.not-found,
.error-404.not-found {
	border: 1px solid rgba(0, 0, 0, 0.8);
	padding: 210px 40px;
	text-align: center;
}
.no-results.not-found .page-header,
.error-404.not-found .page-header {
	display: inline-block;
	vertical-align: top;
}
.no-results.not-found .page-header .page-title,
.error-404.not-found .page-header .page-title {
	color: #000;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 58px;
}
.no-results.not-found .page-header .page-title {
    font-size: 38px;
}
.no-results.not-found .page-content,
.error-404.not-found .page-content {
	box-shadow: -1px 0 0 rgba(0, 0, 0, 0.08);
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 0 0 10px;
	padding: 0 0 4px 15px;
	font-size: 15px;
	line-height: 24px;
}
.no-results.not-found .page-content {
    max-width: 40%;
    
    font-size: 13px;
    line-height: 18px;
    padding: 0 0 0 14px;
}
.no-results.not-found .page-content p,
.error-404.not-found .page-content p {
	margin: 0;
	padding: 0;
}

.no-results-btn {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 500;
    margin: 20px 0 0;
    padding: 5px 20px;
    border-radius: 3px;
    color: #ffffff !important;
}

header.entry-header .entry-title {
	font-size: 32px;
}

/* -------- Breadcrumbs Styling -------- */
.breadcrumbs {
    line-height: 15px;
    margin: 0 0 20px;
    color: #777;
}
/* -------- Extra Styling -------- */
.search-btn {
    cursor: pointer;
    color: #969696;
}
.social-icon {
	color: inherit;
}

/* -------- Footer Styling -------- */
.site-footer {
	background-color: #ffffff;
	margin: 25px 0 0;
    padding: 30px 0;
}
footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .site-logo-img {
	display: block;
    margin: 0 0 15px;
}
footer .site-logo-img img{
    max-width: 100px;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget-area .widget {
    margin: 0 0 25px;
}
.widget-area .widget ul.children {
    padding: 0 0 0 10px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
.widget-area .widget .search-field {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 8px;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget-area .widget-title {
    padding: 0 0 6px;
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #EAEAEA;
    font-weight: 600;
    color: #4D4D4D;
}

.widget-area .widget ul {
    margin: 0;
    padding: 0;
}
.widget-area .widget ul li {
    margin: 0 0 2px;
    padding: 0;
    list-style-type: none;
}
.widget-area .widget ul li a {
    
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	margin: 0 0 30px;
	padding: 0 0 30px;
}
.page .hentry {
    border: 0;
    margin: 0 0 25px;
    padding: 0;
}

.byline,
.updated:not(.published) {
	margin: 0 0 0 5px;
}
.post-loop-content span.posted-on .updated {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

.wp-caption img {
    box-shadow: none;
}

/* -------- Post Images Carousel -------- */
.blog-post-side-layout .post-loop-images {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    width: 32%;
    float: left;
    border-radius: 3px;
    overflow: hidden;
}
.blog-post-side-layout .post-loop-images img {
	display: block;
	margin: 0;
}
.post-no-img .post-loop-images {
    display: none;
}
.blog-post-side-layout .post-loop-content {
    width: 68%;
    padding: 6px 0 4px 3.5%;
    float: left;
}
.blog-post-side-layout.post-no-img .post-loop-content {
    width: 100%;
    padding: 20px 0;
    float: none;
}

.post-loop-images-carousel-wrapper {
    position: relative;
}
.post-loop-images-carousel-wrapper-remove {
    background-image: url(images/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 220px;
    overflow: hidden;
}
.post-loop-images-prev,
.post-loop-images-next {
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    cursor: pointer;
    height: 38px;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    margin: -16px 0 0;
    padding: 5px 0 0;
    position: absolute;
    top: 50%;
    width: 34px;
    z-index: 9;
    opacity: 0;
    transform: scale(0.8);
    
    -webkit-transition: all 0.2s ease 0s;
     -moz-transition: all 0.2s ease 0s;
      -ms-transition: all 0.2s ease 0s;
       -o-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
}
.post-loop-images-prev {
    left: 8px;
}
.post-loop-images-next {
    right: 8px;
}
.blog-post-side-layout .post-loop-images-carousel {
    
}
.post-loop-images-carousel-remove {
    height: 220px !important;
    visibility: hidden !important;
    overflow: hidden;
}
.post-loop-images-carousel div {
    float: left;
    text-align: center;
    margin: 0 0 15px;
}
.blog-post-side-layout .post-loop-images-carousel div {
    margin: 0;
}
.post-loop-images-carousel img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.hentry:hover .post-loop-images-prev,
.hentry:hover .post-loop-images-next {
    opacity: 1;
    transform: scale(1);
}

.single .entry-thumbnail {
    margin: 20px 0;
    text-align: center;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

article .entry-title {
    margin: 0 0 8px;
    font-size: 30px;
}
article .entry-meta {
    color: #B0B0B0;
    font-size: 0.95em;
    font-style: italic;
}
article .tags-links {
    margin: 0 0 0 10px;
}
article .entry-footer {
    color: #B0B0B0;
    font-size: 0.95em;
    font-style: italic;
}
article .entry-footer span {
    margin: 0 0 0 10px;
}
article .entry-footer span:first-child {
    margin: 0;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area {
    
}

.comments-title {
    font-size: 18px;
}

.comment-list {
    margin: 0;
    padding: 20px 0 0;
    list-style-type: none;
    clear: both;
}

.comment-list li {
    margin: 0;
    padding: 0 0 10px;
}

.comment {
    
}

.comment-author {
    float: left;
    padding: 4px 0 0;
    width: 60px;
}

.comment-container {
    margin-left: 65px;
}

.comment-author .avatar {
    border: 2px solid #DCDCDC;
}

.comment-meta cite {
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.comment-meta > a {
    font-size: 11px;
}

.comment-content {
    
}

.comment .reply {
    text-align: right;
}

.comments-area label {
    float: left;
    min-width: 10.5%;
    padding: 6px 0 0;
}

.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="password"],
.comments-area input[type="search"] {
    padding: 0.8% 1%;
    width: 75%;
}

#comments ul {
    margin-left: 2em;
}
#comments li {
    list-style-type: none;
}

.post-password-required input {
    max-width: 280px;
    margin: 0 5px;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
	background-color: #FCFCFC;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
	border-radius: 0 0 3px 3px;
}

.wp-caption .wp-caption-text {
	margin: 0;
	padding: 6px 10px;
}

.scroll-to-top {
	background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
    border-radius: 2px;
    color: #FFF;
    font-size: 20px;
    cursor: pointer;
    height: 44px;
    padding: 6px 0 0;
    position: fixed;
    bottom: 46px;
    right: 20px;
    text-align: center;
    width: 44px;
    z-index: 999;
	display: none;
}

/*--------------------------------------------------------------
Fallback CSS for Customizer Library Styles
--------------------------------------------------------------*/
body,
.widget-area .widget a,
.site-footer-widgets .widget a {
    color: #000000;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000000;
    font-weight: 700;
    font-family: 'Nunito';
}


a,
.site-title a,
.search-btn,
.social-icon:hover,
.error-404.not-found .page-header .page-title span,
.search-button .fa-search  {
    color: inherit;
}


#comments .form-submit #submit,
.search-block .search-submit,
.no-results-btn,
.single-product span.onsale,
.header-cart:hover .header-cart-checkout .fa,
.main-navigation a:hover,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-parent > a,
.main-navigation li.current_page_parent > a,
.main-navigation li.current-menu-ancestor > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation button{
    background: inherit;
}

.main-navigation button:hover,
#comments .form-submit #submit:hover,
.search-block .search-submit:hover,
.no-results-btn:hover{
    background: inherit;
}
.section {
    padding: 30px 0;
}
.flex-center{
    display: flex;
    align-items: center;
}

.main_slide {
    padding:100px 45px;
    box-shadow: 0 0 10px 0 #ccc;
    border-radius: 30px;
    margin: 0 auto 60px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    max-width: 1920px;
}
.main_slide .row{
    position: relative;
    z-index: 9;
}
.ms_zag {
    font-family: 'Nunito';
    font-weight: 900;
    font-size: 70px;
    line-height: 1.21;
    margin:0 0 45px;
}
.main_slide img {
    margin: 0 -45px -67px 0;
}
.main_slide:after {
    content: '';
    display: block;
    width: 40vw;
    height: 40vw;
    background: #0400e9;
    position: absolute;
    right: -10vw;
    top: -14vw;
    z-index: 0;
    border-radius: 100%;
}
.bike_catalog_pre {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 40px;
    font-family: 'Nunito';
    font-weight: 800;
    float: left;
}
.bike_catalog_pre:before{
    content: '';
    display: inline-block;
    margin: 0 5px 0 0;
    width: 40px;
    height: 40px;
    background: url(images/motorcycle-o-svgrepo-com.svg) center center/cover no-repeat;
}
.flex_slider_arrows {
    display: flex;
    float: right;
}
.flex_slider_arrow {
    background-color: #278126;
    display: flex;
    height: 42px;
    width: 42px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 0 0 0 5px;
    cursor: pointer;
    -webkit-transition: all 0.21s ease 0s;
	-moz-transition: all 0.21s ease 0s;
	-ms-transition: all 0.21s ease 0s;
	-o-transition: all 0.21s ease 0s;
	transition: all 0.21s ease 0s;
}
.flex_slider_arrow:hover{
    transform: scale(1.07);
    -webkit-transition: all 0.21s ease 0s;
	-moz-transition: all 0.21s ease 0s;
	-ms-transition: all 0.21s ease 0s;
	-o-transition: all 0.21s ease 0s;
	transition: all 0.21s ease 0s;
}
.slick-list {
    overflow: hidden;
}
.slick-slide{
	float:left;
}
.flex-slider .slick-list{
    margin: 0 -15px;
    padding: 0 44px !important;
}
.flex-slider .slick-slide{
    padding: 45px 0;
}
.zag {
    font-size: 40px;
    font-weight: 900;
    font-family: 'Nunito';
    margin: 0 0 15px;
}
.how_works_item {
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 #e9e6e6;
    -webkit-transition: all 0.21s ease 0s;
	-moz-transition: all 0.21s ease 0s;
	-ms-transition: all 0.21s ease 0s;
	-o-transition: all 0.21s ease 0s;
	transition: all 0.21s ease 0s;
}
.how_works_item:hover{
    transform: scale(1.07);
    -webkit-transition: all 0.21s ease 0s;
	-moz-transition: all 0.21s ease 0s;
	-ms-transition: all 0.21s ease 0s;
	-o-transition: all 0.21s ease 0s;
	transition: all 0.21s ease 0s;
}
.hwi_cif {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 #e9e6e6;
    margin: 0 0 50px;
    font-size: 21px;
    font-weight: 900;
}
.hwi_zag {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.21;
    margin: 0 0 15px;
}
.hwi_text {
    color: #777;
    font-size: 16px;
}
#bd {
    background: #000;
    opacity: 0.7;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
	top:-100%;
}
.user_form {
    display: none;
    position: fixed;
    background: #fff;
    z-index: 999999999999;
    padding: 21px;
    font-size: 19px;
	top:50%;
    transform: translateY(-50%);
    width: 100vw;
	max-width:400px;
	max-height:97vh;
	overflow-y:auto;
	left:100%;
	right:0;
    margin: 0 auto;
    border-radius: 15px;
}
.user_form .f_zag{
    font-family: 'Nunito';
	margin:0 0 21px;
	text-align:center;
	font-size:25px;
	font-weight:900;
}
.user_form label{
    font-size: 14px;
	margin-bottom:12px;
}
.user_form form input,
.user_form form textarea{
    width: 100%;
}
.user_form form input[type=submit],
.wpcf7-form input[type=submit]{
	margin-bottom:0;
}
.call_us,
.write_us{
	cursor:pointer;
}
.close-container {
    position: absolute;
    margin: auto;
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
    cursor: pointer;
	z-index:999;
}
.close-container .leftright{
	height: 1.999px;
	width: 25px;
	position: absolute;
	margin-top: 12px;
	background-color: #000;
	border-radius: 2px;
	transform: rotate(45deg);
	transition: all .3s ease-in;
}
.close-container .rightleft{
	height: 1.999px;
	width: 25px;
	position: absolute;
	margin-top: 12px;
	background-color: #000;
	border-radius: 2px;
	transform: rotate(-45deg);
	transition: all .3s ease-in;
}
.close-container:hover .leftright{
	transform: rotate(-45deg);
	background-color:#f00;
}
.close-container:hover .rightleft{
	transform: rotate(45deg);
	background-color:#f00;
}
.advert {
    font-size: 10px;
    padding-top: 10px;
    clear: both;
}
span.wpcf7-spinner {
    position: absolute;
    top: 0;
    left: 0;
}
.sandwich_item {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 #e9e6e6;
    margin: 0 0 21px;
}
.sand_zag {
    padding: 30px;
    font-size: 19px;
    cursor: pointer;
    font-family: 'Nunito';
    font-weight: 700;
}
.sand_zag:after{
	content:'\f107';
	font-family:FontAwesome;
	position:absolute;
	top:29px;
	right:15px;
	font-size:21px;
}
.sandwich_item.act .sand_zag {
}
.sandwich_item.act .sand_zag:after{
	content:'\f106';
	top:auto;
}
.sand_txt {
    max-height: 0;
    overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.st_cont{
	padding:0 30px 30px;
    font-size: 17px;
    color: #333;
}
.st_cont p{
    line-height: 1.21;
    margin: 0 0 15px;
}
.sandwich_item.act .sand_txt {
    max-height: 500px;
	-webkit-transition: all 1s ease .5s;
	-moz-transition: all 1s ease .5s;
	-o-transition: all 1s ease .5s;
	transition: all 1s ease .5s;
}
.map_box,
main#main{
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 #e9e6e6;
    font-size: 17px;
}
.map_container{
    border-radius: 15px;
    overflow: hidden;
}

/* Bike carousel dots (added 2026-09-02) */
.flex-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
    gap: 8px;
}
.flex-slider .slick-dots li {
    margin: 0;
}
.flex-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #d9d9d9;
    cursor: pointer;
    transition: background-color 0.21s ease;
}
.flex-slider .slick-dots li.slick-active button {
    background-color: #278126;
}


/* R77 BIKE MODAL — 2026-09-02 */
.bike-catalog__title {
	margin: 0 0 24px;
	font-family: 'Nunito', sans-serif;
	font-size: clamp(32px, 4vw, 40px);
	font-weight: 900;
	color: #111;
}

.bike-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.bike-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 310px;
	padding: 18px;
	flex-direction: column;
	align-items: stretch;
	color: #111;
	text-align: left;
	background: #fff;
	border: 2px solid transparent;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(27, 31, 38, .08);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.bike-card[hidden] {
	display: none;
}

.bike-card:hover,
.bike-card:focus-visible {
	color: #111;
	border-color: #278126;
	box-shadow: 0 12px 30px rgba(39, 129, 38, .14);
	transform: translateY(-3px);
	outline: none;
}

.bike-card__image {
	display: flex;
	height: 190px;
	margin-bottom: 14px;
	align-items: center;
	justify-content: center;
}

.bike-card__image img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 185px;
	margin: 0;
	object-fit: contain;
	object-position: 50% 50%;
	transform-origin: 50% 50%;
	transition: none;
}

.bike-card__name {
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	font-weight: 900;
}

.bike-card__price {
	margin-top: 5px;
	font-size: 14px;
	color: #62666d;
}

.bike-card__price strong {
	color: #111;
}

.bike-card__options {
	margin-top: 7px;
	font-size: 12px;
	font-weight: 700;
	color: #278126;
}

.bike-card__more {
	margin-top: auto;
	padding-top: 12px;
	font-size: 14px;
	font-weight: 700;
	color: #278126;
}

.bike-card--more {
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 2px dashed #c9cdd3;
	box-shadow: none;
}

.bike-card__plus {
	display: block;
	margin-bottom: 8px;
	font-family: 'Nunito', sans-serif;
	font-size: 36px;
	font-weight: 900;
	line-height: 1;
	color: #278126;
}

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

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

.bike-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	padding: 24px;
	align-items: center;
	justify-content: center;
}

.bike-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 18, 22, .64);
	opacity: 0;
	transition: opacity .25s ease;
}

.bike-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(920px, 100%);
	height: min(660px, calc(100dvh - 48px));
	max-height: min(720px, calc(100dvh - 48px));
	overflow: auto;
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
	opacity: 0;
	transform: translateY(18px) scale(.98);
	transition: opacity .25s ease, transform .25s ease;
}

.bike-modal__content {
	height: 100%;
}

.bike-modal.is-open .bike-modal__backdrop,
.bike-modal.is-open .bike-modal__dialog {
	opacity: 1;
}

.bike-modal.is-open .bike-modal__dialog {
	transform: translateY(0) scale(1);
}

.bike-modal__close {
	position: absolute;
	top: 13px;
	right: 14px;
	z-index: 12;
	display: grid;
	width: 48px;
	height: 48px;
	padding: 0;
	place-items: center;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	color: #202328;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	pointer-events: auto;
	-webkit-tap-highlight-color: transparent;
}

.bike-modal__close:hover,
.bike-modal__close:focus-visible {
	color: #202328;
	background: transparent;
	outline: 2px solid #278126;
	outline-offset: -5px;
}

.bike-modal__close:active {
	transform: scale(.88);
}

.bike-modal__handle {
	display: none;
}

.bike-modal__nav {
	position: fixed;
	top: 50%;
	z-index: 3;
	display: grid;
	width: 52px;
	height: 52px;
	padding: 0 0 5px;
	place-items: center;
	font-size: 46px;
	font-weight: 400;
	line-height: 1;
	color: #202328;
	background: rgba(255, 255, 255, .96);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
	transform: translateY(-50%);
}

.bike-modal__nav--prev {
	left: max(18px, calc(50% - 530px));
}

.bike-modal__nav--next {
	right: max(18px, calc(50% - 530px));
}

.bike-modal__nav:hover,
.bike-modal__nav:focus-visible {
	color: #fff;
	background: #278126;
	outline: none;
}

.bike-modal__position {
	position: absolute;
	top: 27px;
	right: 76px;
	z-index: 2;
	font-size: 12px;
	font-weight: 800;
	color: #777d84;
}

.bike-detail {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
	grid-template-areas: 'copy image' 'action image';
	height: 100%;
	min-height: 470px;
}

.bike-detail__copy {
	grid-area: copy;
	padding: 48px 24px 20px 48px;
}

.bike-detail__eyebrow {
	margin: 0 0 6px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #278126;
}

.bike-detail__title {
	margin: 0 56px 20px 0;
	font-family: 'Nunito', sans-serif;
	font-size: clamp(30px, 4vw, 42px);
	font-weight: 900;
	color: #111;
}

.bike-detail__selectors {
	display: grid;
	margin: 0 0 18px;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
}

.bike-option-group[hidden] {
	display: none;
}

.bike-option-group__label {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #777d84;
}

.bike-option-group__label strong {
	margin-left: 4px;
	color: #111;
}

.bike-version-options,
.bike-color-options {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.bike-version-option {
	min-height: 38px;
	padding: 7px 14px;
	font-size: 13px;
	font-weight: 800;
	color: #282b2f;
	background: #f2f3f5;
	border: 2px solid transparent;
	border-radius: 10px;
}

.bike-version-option[aria-pressed="true"] {
	color: #226f22;
	background: #eff8ef;
	border-color: #278126;
}

.bike-color-option {
	display: grid;
	width: 38px;
	height: 38px;
	padding: 4px;
	place-items: center;
	background: #fff;
	border: 2px solid #dfe2e6;
	border-radius: 50%;
}

.bike-color-option span {
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid rgba(0, 0, 0, .14);
	border-radius: 50%;
}

.bike-color-option[aria-pressed="true"] {
	border-color: #278126;
	box-shadow: 0 0 0 3px rgba(39, 129, 38, .12);
}

.bike-version-option:focus-visible,
.bike-color-option:focus-visible {
	outline: 3px solid rgba(39, 129, 38, .25);
	outline-offset: 2px;
}

.bike-detail__prices {
	margin: 0 0 24px;
}

.bike-detail__prices > div {
	display: flex;
	max-width: 380px;
	padding: 9px 0;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
	border-bottom: 1px solid #e5e7ea;
}

.bike-detail__prices dt,
.bike-detail__prices dd {
	margin: 0;
}

.bike-detail__prices dd {
	font-weight: 800;
	white-space: nowrap;
}

.bike-detail__prices dt span {
	margin-left: 6px;
	padding: 2px 7px;
	font-size: 10px;
	font-weight: 800;
	color: #fff;
	background: #32b83b;
	border-radius: 999px;
}

.bike-detail__benefits {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bike-detail__benefits li {
	margin: 7px 0;
}

.bike-detail__benefits li::before {
	content: '\2713';
	display: inline-grid;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	place-items: center;
	font-size: 12px;
	font-weight: 900;
	color: #fff;
	background: #278126;
	border-radius: 50%;
}

.bike-detail__full-page {
	margin: 0;
	font-size: 13px;
	line-height: 1.35;
	text-align: center;
}

.bike-detail__full-page a {
	color: #536552;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.bike-detail__full-page a:hover,
.bike-detail__full-page a:focus-visible {
	color: #28372d;
}

.bike-detail__visual {
	grid-area: image;
	display: flex;
	min-height: 100%;
	padding: 64px 32px 48px 12px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 18px;
	background: linear-gradient(145deg, #f4f7f4, #fff);
	border-radius: 0 22px 22px 0;
}

.bike-detail__visual img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 330px;
	min-height: 0;
	margin: 0;
	object-fit: contain;
}

.bike-option-group--colors {
	flex: 0 0 auto;
	text-align: center;
}

.bike-option-group--colors .bike-option-group__label {
	margin-bottom: 10px;
}

.bike-option-group--colors .bike-color-options {
	justify-content: center;
}

.bike-detail__action {
	grid-area: action;
	padding: 0 24px 48px 48px;
}

.bike-detail__action .button {
	width: 100%;
	max-width: 380px;
	padding: 14px 24px;
	text-align: center;
}

@media (max-width: 900px) {
	.bike-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.bike-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.bike-card {
		min-height: 286px;
	}

}

@media (prefers-reduced-motion: reduce) {
	.bike-card,
	.bike-modal__backdrop,
	.bike-modal__dialog {
		transition: none;
	}
}

/* R77 SHARED BIKE BOOKING STATE */
.bike-booking[hidden] {
	display: none !important;
}

.bike-booking__estimate[hidden] {
	display: none !important;
}

.bike-detail.is-booking {
	display: block !important;
	height: 100%;
	min-height: 470px;
	overflow: visible;
}

.bike-detail.is-booking > :not(.bike-booking) {
	display: none !important;
}

.bike-detail.is-booking .bike-detail__action,
.bike-modal.r77-booking-open .r77-fleet-docked-action,
.r77-fleet-docked-action[hidden] {
	display: none !important;
}

.bike-detail.is-booking > .bike-booking {
	display: block;
	min-height: 100%;
	padding: 24px 34px 26px;
	box-sizing: border-box;
	animation: r77-booking-enter 280ms cubic-bezier(.2,.75,.25,1) both;
}

@keyframes r77-booking-enter {
	from { opacity: 0; transform: perspective(900px) rotateY(3deg) translateX(10px); }
	to { opacity: 1; transform: perspective(900px) rotateY(0) translateX(0); }
}

.bike-booking__form {
	display: grid;
	width: min(980px, 100%);
	margin: 0 auto;
	gap: 12px;
	color: #202524;
}

.bike-booking__layout,
.bike-booking__primary,
.bike-booking__secondary {
	display: grid;
	min-width: 0;
	gap: 15px;
}

.bike-booking__back {
	justify-self: start;
	min-height: 30px;
	padding: 4px 0;
	font: 800 13px/1.3 'Nunito', sans-serif;
	color: #536552;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	cursor: pointer;
}

.bike-booking__back:hover,
.bike-booking__back:focus-visible {
	color: #278126;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.bike-booking__header p {
	margin: 0;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #278126;
}

.bike-booking__summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	background: #dde4dd;
	border: 1px solid #dde4dd;
	border-radius: 14px;
}

.bike-booking__summary > div {
	min-width: 0;
	padding: 10px 12px;
	background: #f4f7f4;
}

.bike-booking__summary span,
.bike-booking__field > span,
.bike-booking__date-field > span:first-child,
.bike-booking__choice legend {
	display: block;
	margin: 0 0 6px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .055em;
	text-transform: uppercase;
	color: #707873;
}

.bike-booking__summary strong {
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bike-booking__dates {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.bike-booking__field,
.bike-booking__dates label {
	margin: 0;
}

.bike-booking input[type='text'] {
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 10px 13px;
	box-sizing: border-box;
	font: 700 15px/1.2 'Nunito', sans-serif;
	color: #1f2422;
	background: #fff;
	border: 1px solid #cfd7d0;
	border-radius: 10px;
	box-shadow: none;
}

.bike-booking__date-control {
	position: relative;
	display: flex;
	width: 100%;
	height: 44px;
	padding: 0 12px;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	color: #1f2422;
	background: #fff;
	border: 1px solid #cfd7d0;
	border-radius: 10px;
	box-shadow: none;
}

.bike-booking__date-control:focus-within {
	border-color: #278126;
	outline: 3px solid rgba(39,129,38,.14);
}

.bike-booking__date-value {
	min-width: 0;
	overflow: hidden;
	font: 700 14px/1.2 'Nunito', sans-serif;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bike-booking__date-value.is-placeholder { color: #7a817d; font-weight: 600; }

.bike-booking__date-icon {
	position: relative;
	width: 16px;
	height: 15px;
	flex: 0 0 16px;
	box-sizing: border-box;
	border: 1.5px solid #57615b;
	border-radius: 3px;
}

.bike-booking__date-icon::before {
	content: '';
	position: absolute;
	left: -1.5px;
	right: -1.5px;
	top: 3px;
	border-top: 1.5px solid #57615b;
}

.bike-booking__date-icon::after {
	content: '';
	position: absolute;
	left: 3px;
	top: -3px;
	width: 7px;
	height: 4px;
	border-left: 1.5px solid #57615b;
	border-right: 1.5px solid #57615b;
}

.bike-booking .bike-booking__native-date {
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	min-height: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-size: 16px;
	opacity: 0;
	-webkit-appearance: auto;
	appearance: auto;
}

.bike-booking .bike-booking__native-date::-webkit-calendar-picker-indicator {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.bike-booking input:focus-visible {
	border-color: #278126;
	outline: 3px solid rgba(39,129,38,.14);
	outline-offset: 0;
}

.bike-booking__hint {
	margin: -7px 0 0;
	font-size: 12px;
	color: #6c746f;
}

.bike-booking__hint.is-error,
.bike-booking__error {
	color: #b3261e;
}

.bike-booking__estimate {
	display: grid;
	padding: 11px 13px;
	grid-template-columns: 1fr auto;
	gap: 3px 18px;
	align-items: end;
	background: #eef6ee;
	border: 1px solid #d4e5d4;
	border-radius: 12px;
}

.bike-booking__estimate [data-r77-booking-range],
.bike-booking__estimate [data-r77-booking-days] {
	font-size: 13px;
	color: #5d665f;
}

.bike-booking__estimate [data-r77-booking-days] {
	grid-column: 1;
}

.bike-booking__estimate-label {
	grid-column: 2;
	grid-row: 1;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .025em;
	color: #66716a;
}

.bike-booking__estimate strong {
	grid-column: 2;
	grid-row: 2;
	font-size: 19px;
	color: #1f6f24;
	white-space: nowrap;
}

.bike-booking__choice {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.bike-booking__segmented {
	display: inline-flex;
	padding: 2px;
	gap: 1px;
	background: #edf0ed;
	border-radius: 10px;
}

.bike-booking__segmented label {
	position: relative;
	margin: 0;
	padding: 3px;
	cursor: pointer;
}

.bike-booking__segmented input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.bike-booking__segmented span {
	display: grid;
	width: 38px;
	height: 32px;
	place-items: center;
	font-size: 14px;
	font-weight: 900;
	color: #5e6560;
	border-radius: 7px;
}

.bike-booking__segmented input:checked + span {
	color: #fff;
	background: #278126;
	box-shadow: 0 3px 9px rgba(39,129,38,.22);
}

.bike-booking__segmented.is-disabled {
	opacity: .42;
	pointer-events: none;
}

.bike-booking__helmet-controls {
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.bike-booking__own-helmet {
	display: inline-flex;
	min-height: 40px;
	margin: 0;
	align-items: center;
	gap: 9px;
	font-size: 13px;
	font-weight: 800;
	color: #343b36;
	cursor: pointer;
}

.bike-booking__own-helmet input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #278126;
}

.bike-booking__accessories {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

.bike-booking__accessories legend {
	grid-column: 1 / -1;
}

.bike-booking__accessory {
	display: grid;
	min-height: 52px;
	margin: 0;
	padding: 8px 11px;
	grid-template-columns: 22px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	background: #f5f7f5;
	border: 1px solid #dde3dd;
	border-radius: 10px;
	cursor: pointer;
}

.bike-booking__accessory input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #278126;
}

.bike-booking__accessory > span {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 1px;
}

.bike-booking__accessory strong {
	font-size: 13px;
	font-weight: 850;
	line-height: 1.25;
}

.bike-booking__accessory small {
	font-size: 10.5px;
	line-height: 1.25;
	color: #5d685f;
}

.bike-booking__accessory.is-disabled {
	opacity: .5;
	cursor: not-allowed;
}

.bike-booking__error {
	min-height: 16px;
	margin: -3px 0 -5px;
	font-size: 13px;
	font-weight: 700;
}

.bike-booking__submit.button {
	width: 100%;
	min-height: 48px;
	margin: 0;
	font: 900 16px/1.1 'Nunito', sans-serif;
	text-align: center;
	border-radius: 10px;
}

.bike-booking__submit:disabled {
	background: #737a76 !important;
	border-color: #737a76 !important;
	cursor: not-allowed;
}

.bike-modal.r77-booking-open .bike-modal__nav,
.bike-modal.r77-booking-open .bike-modal__position {
	display: none !important;
}

@media (min-width: 1025px) and (hover: hover), (min-width: 1367px) {
	.bike-booking__layout {
		grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
		gap: 24px;
		align-items: start;
	}

	.bike-booking__primary {
		gap: 12px;
		align-content: start;
	}

	.bike-booking__secondary {
		gap: 10px;
		align-content: start;
	}
}

@media (max-width: 700px) {
	.bike-detail.is-booking > .bike-booking {
		padding: 22px 18px calc(22px + env(safe-area-inset-bottom));
	}

	.bike-booking__form {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.bike-booking__layout,
	.bike-booking__primary,
	.bike-booking__secondary {
		gap: 13px;
	}

	.bike-booking__summary {
		grid-template-columns: 1fr;
	}

	.bike-booking__summary > div {
		display: grid;
		padding: 9px 12px;
		grid-template-columns: 72px minmax(0,1fr);
		align-items: center;
		gap: 8px;
	}

	.bike-booking__summary span {
		margin: 0;
	}

	.bike-booking__dates {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.bike-booking__date-field > span:first-child {
		margin-bottom: 4px;
		font-size: 10px;
	}

	.bike-booking__date-control {
		height: 42px;
		padding: 0 11px;
		border-radius: 8px;
	}

	.bike-booking__date-value { font-size: 14px; }

	.bike-booking__estimate {
		grid-template-columns: 1fr;
	}

	.bike-booking__estimate strong {
		grid-column: 1;
		grid-row: auto;
		margin-top: 0;
	}

	.bike-booking__estimate-label {
		grid-column: 1;
		grid-row: auto;
		margin-top: 5px;
	}

	.bike-booking__accessories {
		grid-template-columns: 1fr;
	}

	.bike-booking__helmet-controls {
		flex-wrap: nowrap;
	}

	.bike-booking__own-helmet {
		font-size: 12.5px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bike-detail.is-booking > .bike-booking {
		animation: none;
	}
}


/* R77 ZOOM MODAL AND LARGE DESKTOP NAV — 2026-09-02 */
.bike-modal__backdrop {
	transition: opacity 280ms ease;
}

.bike-modal__dialog {
	opacity: 0;
	transform: scale(.90);
	transform-origin: 50% 50%;
	transition: opacity 240ms ease, transform 320ms cubic-bezier(.2, .8, .2, 1);
}

.bike-modal.is-open .bike-modal__dialog {
	transform: scale(1);
}

@media (min-width: 1025px) and (hover: hover), (min-width: 1367px) {
	.bike-modal__nav {
		width: 76px;
		height: 124px;
		padding: 0 0 7px;
		font-size: 58px;
		color: #252a30;
		background: rgba(255, 255, 255, .94);
		border: 1px solid rgba(255, 255, 255, .78);
		border-radius: 22px;
		box-shadow: 0 14px 42px rgba(0, 0, 0, .24);
		transition: color 180ms ease, background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
	}

	.bike-modal__nav--prev {
		left: max(16px, calc(50% - 548px));
	}

	.bike-modal__nav--next {
		right: max(16px, calc(50% - 548px));
	}

	.bike-modal__nav:hover,
	.bike-modal__nav:focus-visible {
		color: #fff;
		background: #278126;
		box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
		transform: translateY(-50%) scale(1.045);
	}

	.bike-modal__nav:active {
		transform: translateY(-50%) scale(.97);
	}
}

@media (prefers-reduced-motion: reduce) {
	.bike-modal__backdrop,
	.bike-modal__dialog,
	.bike-modal__nav {
		transition: none;
	}
}

/* R77 INTEGRATED CARD EDGE NAV — 2026-09-02 */
@media (min-width: 1025px) and (hover: hover), (min-width: 1367px) {
	.bike-modal__nav {
		top: 50%;
		width: 68px;
		height: min(660px, calc(100dvh - 48px));
		padding: 0 0 6px;
		overflow: visible;
		font-size: 52px;
		font-weight: 300;
		color: rgba(31, 36, 42, .28);
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		outline: none !important;
		-webkit-appearance: none;
		appearance: none;
		clip-path: none;
		filter: none;
		transform: translateY(-50%);
		transition: color 180ms ease;
	}

	.bike-modal__nav::before {
		content: '';
		position: absolute;
		inset: 0;
		z-index: 0;
		display: none;
		opacity: 1;
		pointer-events: none;
		border-radius: 0;
	}

	.bike-modal__nav--prev {
		left: max(24px, calc(50% - 460px));
		padding: 0 0 6px 10px;
		justify-items: start;
		border-radius: 0;
	}

	.bike-modal__nav--next {
		right: max(24px, calc(50% - 460px));
		padding: 0 10px 6px 0;
		justify-items: end;
		border-radius: 0;
	}

	.bike-modal__nav--prev::before {
		background: linear-gradient(90deg, rgba(39, 129, 38, .16), rgba(39, 129, 38, 0));
	}

	.bike-modal__nav--next::before {
		background: linear-gradient(270deg, rgba(39, 129, 38, .16), rgba(39, 129, 38, 0));
	}

	.bike-modal__nav:hover {
		color: rgba(39, 129, 38, .92);
		background: transparent;
		box-shadow: none;
		outline: none;
		transform: translateY(-50%);
	}

	.bike-modal__nav:hover::before {
		display: block;
	}

	.bike-modal__nav:focus-visible {
		color: #278126;
		background: transparent;
		box-shadow: none;
		outline: none;
		transform: translateY(-50%);
	}

	.bike-modal__nav:focus-visible::before {
		display: none;
	}

	.bike-modal__nav:active {
		color: #278126;
		background: transparent;
		transform: translateY(-50%);
	}

	.bike-modal__position {
		top: 22px;
		left: 50%;
		right: auto;
		display: flex;
		min-width: 150px;
		align-items: center;
		justify-content: center;
		gap: 5px;
		transform: translateX(-50%);
	}

	.bike-modal__dot {
		display: block;
		width: 6px;
		height: 6px;
		background: #c5c9ce;
		border-radius: 999px;
		transition: width 220ms ease, background-color 220ms ease;
	}

	.bike-modal__dot.is-active {
		width: 18px;
		background: #278126;
	}
}

/* R77 UNIFIED BIKE BOOKING CTA — 2026-09-03 */
.bike-detail__eyebrow {
	display: none !important;
}

.bike-detail__action .button {
	display: inline-flex !important;
	width: 100%;
	min-height: 54px;
	padding: 12px 22px !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 0 !important;
	line-height: 1;
	white-space: nowrap;
}

.bike-detail__action .button::before {
	content: '\f232';
	font-family: 'FontAwesome';
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
}

.bike-detail__action .button::after {
	content: 'Book now';
	font-family: 'Nunito', sans-serif;
	font-size: 17px;
	font-weight: 800;
	line-height: 1;
}

.bike-detail__action .button.rental77-book-unavailable {
	background: #737a76 !important;
	border-color: #737a76 !important;
	cursor: not-allowed !important;
}

.bike-detail__action .button.rental77-book-unavailable::before {
	display: none;
}

.bike-detail__action .button.rental77-book-unavailable::after {
	content: 'Not available';
}

@media (min-width: 1025px) and (hover: hover), (min-width: 1367px) {
	.bike-detail {
		grid-template-rows: minmax(0, 1fr) auto;
	}

	.bike-detail__action {
		align-self: end;
	}
}

@media (max-width: 900px) {
	.bike-detail__action .button {
		max-width: none;
	}
}


/* R77 BIKE CATEGORY FILTERS — 2026-09-03 */
.bike-category-filter {
	display: inline-flex;
	max-width: 100%;
	margin: 0 0 24px;
	padding: 5px;
	align-items: center;
	gap: 5px;
	background: #f0f2f0;
	border: 1px solid #e2e6e2;
	border-radius: 999px;
}

.bike-category-filter__button {
	min-height: 42px;
	padding: 9px 20px;
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	color: #60666c;
	background: transparent !important;
	border: 0 !important;
	border-radius: 999px;
	box-shadow: none !important;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.bike-category-filter__button:hover {
	color: #278126;
}

.bike-category-filter__button.is-active {
	color: #fff;
	background: #278126 !important;
	box-shadow: 0 5px 14px rgba(39, 129, 38, .22) !important;
}

.bike-category-filter__button:active {
	transform: scale(.97);
}

.bike-grid[data-bike-filter] .bike-card:not([hidden]) {
	animation: bike-filter-in 240ms cubic-bezier(.2, .8, .2, 1);
}

@keyframes bike-filter-in {
	from { opacity: 0; transform: translateY(8px) scale(.985); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 560px) {
	.bike-category-filter {
		display: grid;
		width: 100%;
		margin-bottom: 18px;
		padding: 4px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 3px;
	}

	.bike-category-filter__button {
		min-height: 40px;
		padding: 8px 6px;
		font-size: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bike-grid[data-bike-filter] .bike-card:not([hidden]) { animation: none; }
}


/* R77 HOMEPAGE POPULAR FLEET TILE — 2026-09-03 */
.bike-grid--homepage-popular .bike-card--fleet-link {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 310px;
	padding: 28px;
	justify-content: flex-end;
	color: #fff !important;
	text-decoration: none !important;
	background: linear-gradient(145deg, #31952f 0%, #1d6f1d 58%, #155415 100%) !important;
	border-color: transparent !important;
	box-shadow: 0 12px 32px rgba(31, 108, 30, .24);
}

.bike-grid--homepage-popular .bike-card--fleet-link::before,
.bike-grid--homepage-popular .bike-card--fleet-link::after {
	content: '';
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .18);
}

.bike-grid--homepage-popular .bike-card--fleet-link::before {
	width: 250px;
	height: 250px;
	top: -110px;
	right: -70px;
}

.bike-grid--homepage-popular .bike-card--fleet-link::after {
	width: 150px;
	height: 150px;
	top: -52px;
	right: -18px;
	background: rgba(255, 255, 255, .06);
}

.bike-card__fleet-kicker {
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
	opacity: .78;
}

.bike-card__fleet-title {
	font-family: 'Nunito', sans-serif;
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 900;
	line-height: 1;
}

.bike-card__fleet-copy {
	max-width: 210px;
	margin-top: 13px;
	font-size: 14px;
	line-height: 1.45;
	opacity: .86;
}

.bike-card__fleet-arrow {
	display: grid;
	width: 48px;
	height: 48px;
	margin-top: 22px;
	place-items: center;
	font-size: 26px;
	line-height: 1;
	color: #1d6f1d;
	background: #fff;
	border-radius: 50%;
	transition: transform 180ms ease;
}

.bike-grid--homepage-popular .bike-card--fleet-link:hover,
.bike-grid--homepage-popular .bike-card--fleet-link:focus-visible {
	color: #fff !important;
	box-shadow: 0 16px 38px rgba(31, 108, 30, .32);
}

.bike-grid--homepage-popular .bike-card--fleet-link:hover .bike-card__fleet-arrow,
.bike-grid--homepage-popular .bike-card--fleet-link:focus-visible .bike-card__fleet-arrow {
	transform: translateX(5px);
}

@media (max-width: 560px) {
	.bike-grid--homepage-popular .bike-card--fleet-link {
		min-height: 286px;
	}
}


/* R77 GLOBAL HEADER + HERO FINAL — 2026-09-03 */
#masthead #main-menu li.menu-item:not([id]){display:none!important}
.page-id-37 .breadcrumbs{display:none!important}
.page-id-37 #main.site-main{padding-top:0}
.page-id-37 .entry-content{margin-top:0}
.page-id-37 .bike-catalog{padding-top:20px}
.site-header{position:relative!important;z-index:50!important;width:auto!important;margin:18px auto 30px!important;padding:0!important;background:transparent!important;border:0!important}
.site-header>.container{max-width:1170px!important;padding:10px 34px!important;background:linear-gradient(110deg,rgba(20,29,25,.78),rgba(47,55,50,.68))!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:18px!important;box-shadow:0 12px 32px rgba(18,25,21,.14)!important;backdrop-filter:blur(8px)}
.site-header .site-logo-img img{filter:brightness(0) invert(1)!important}
.site-header .main-navigation a{color:#fff!important;font-weight:700!important;text-shadow:0 1px 12px rgba(0,0,0,.3)}
.site-header .top_socs a{display:inline-block!important;color:#278126!important;border-radius:50%!important;transform-origin:center;transition:transform .2s ease,filter .2s ease!important}
.site-header .top_socs a .fa-circle{color:#278126!important;transition:color .2s ease!important}
.site-header .top_socs a .fa-inverse{color:#fff!important}
@media(hover:hover){.site-header .top_socs a:hover,.site-header .top_socs a:focus-visible{transform:translateY(-2px) scale(1.1)!important;filter:drop-shadow(0 0 8px rgba(72,210,79,.8))}.site-header .top_socs a:hover .fa-circle,.site-header .top_socs a:focus-visible .fa-circle{color:#42b947!important}}
.home .site-header{position:absolute!important;top:18px!important;left:0!important;right:0!important;width:100%!important;margin:0!important;background:transparent!important}
.home .site-header>.container{background:linear-gradient(90deg,rgba(8,15,12,.42),rgba(8,15,12,.16))!important;box-shadow:none!important}
.home-hero{position:relative;isolation:isolate;box-sizing:border-box;width:100%;min-height:650px;margin:0 auto 60px;padding:0;overflow:hidden;background:#19211d;border-radius:30px;box-shadow:0 14px 44px rgba(20,28,24,.18)}
.home-hero:after{display:none;content:none}
.home-hero__media,.home-hero__media img,.home-hero__shade{position:absolute;inset:0;width:100%;height:100%}
.home-hero__media{z-index:0;display:block}
.home-hero__media img{display:block;max-width:none;margin:0;object-fit:cover;object-position:center}
.home-hero__shade{z-index:1;background:linear-gradient(90deg,rgba(10,17,14,.76) 0%,rgba(10,17,14,.54) 30%,rgba(10,17,14,.08) 58%,transparent 72%);pointer-events:none}
.home-hero__copy{position:relative;z-index:2;display:flex;box-sizing:border-box;width:48%;min-height:650px;padding:72px 0 64px 64px;flex-direction:column;justify-content:center;color:#fff}
.home-hero .ms_zag{max-width:680px;margin:0 0 22px;color:#fff;font-family:'Nunito',sans-serif;font-size:clamp(54px,5vw,80px);font-weight:900;line-height:.98;letter-spacing:-.045em;text-shadow:0 3px 20px rgba(0,0,0,.22)}
.home-hero__lead{max-width:520px;margin:0 0 30px;color:rgba(255,255,255,.9);font-size:clamp(17px,1.5vw,22px);line-height:1.42}
.home-hero__benefits{display:flex;margin:0;padding:0;flex-wrap:wrap;gap:10px;list-style:none}
.home-hero__benefits li{margin:0;padding:9px 14px;color:#fff;font-size:12px;font-weight:900;letter-spacing:.055em;text-transform:uppercase;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);border-radius:999px}


/* R77 BIKE GRID LINE-BREAK FIX — 2026-09-03 */
.bike-grid > br { display: none !important; }


/* R77 HEADER NAV POLISH + PAGE TRANSITIONS — 2026-09-03 */
@view-transition { navigation: auto; }

.main-navigation ul.menu > li > a {
	position: relative;
	padding: 11px 15px 12px !important;
	background: transparent !important;
	border-radius: 999px;
	box-shadow: none !important;
	outline: none;
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease !important;
}

.main-navigation ul.menu > li > a::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 5px;
	width: 0;
	height: 2px;
	background: #50c957;
	border-radius: 999px;
	transform: translateX(-50%);
	transition: width 180ms ease, opacity 180ms ease;
	opacity: 0;
}

.main-navigation ul.menu > li.current-menu-item > a,
.main-navigation ul.menu > li.current_page_item > a {
	background: rgba(255,255,255,.12) !important;
}

.main-navigation ul.menu > li.current-menu-item > a::after,
.main-navigation ul.menu > li.current_page_item > a::after {
	width: 20px;
	opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
	.main-navigation ul.menu > li > a:hover {
		color: #fff !important;
		background: rgba(255,255,255,.10) !important;
		box-shadow: inset 0 0 0 1px rgba(255,255,255,.10) !important;
		transform: translateY(-1px);
	}
	.main-navigation ul.menu > li > a:hover::after {
		width: 20px;
		opacity: 1;
	}
}

.main-navigation ul.menu > li > a:focus-visible {
	color: #fff !important;
	background: rgba(255,255,255,.12) !important;
	box-shadow: 0 0 0 3px rgba(80,201,87,.32) !important;
}

::view-transition-old(root) {
	animation: rental77-page-out 180ms ease both;
}
::view-transition-new(root) {
	animation: rental77-page-in 280ms cubic-bezier(.2,.8,.2,1) both;
}
@keyframes rental77-page-out {
	to { opacity: 0; transform: scale(.992); }
}
@keyframes rental77-page-in {
	from { opacity: 0; transform: translateY(8px) scale(.996); }
}

@media (prefers-reduced-motion: reduce) {
	::view-transition-old(root),
	::view-transition-new(root) { animation: none; }
	.main-navigation ul.menu > li > a,
	.main-navigation ul.menu > li > a::after { transition: none !important; }
}


/* R77 HEADER NAV — NO BUBBLES — 2026-09-03 */
.main-navigation ul.menu > li > a,
.main-navigation ul.menu > li.current-menu-item > a,
.main-navigation ul.menu > li.current_page_item > a {
	background: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
@media (hover: hover) and (pointer: fine) {
	.main-navigation ul.menu > li > a:hover {
		background: transparent !important;
		box-shadow: none !important;
		text-shadow: 0 0 14px rgba(255,255,255,.32) !important;
	}
}
.main-navigation ul.menu > li > a:focus-visible {
	background: transparent !important;
	box-shadow: none !important;
}


/* R77 CONTENT PAGES + CONSISTENT MOBILE HEADER — 2026-09-03 */
.page-id-79 .breadcrumbs,
.page-id-81 .breadcrumbs,
.page-id-83 .breadcrumbs { display:none !important; }
.rental77-inner-page { padding: 8px 0 24px; }
.rental77-inner-page > .container { width:100%; max-width:none; padding:0; }
.rental77-page-intro { max-width:720px; margin:0 0 28px; color:#5f6662; font-size:17px; line-height:1.6; }
.rental77-page-intro a { color:#278126; font-weight:800; }
@media(max-width:767px){.rental77-inner-page{padding-top:0}}


/* R77 HERO ENTRANCE — 2026-09-03 */
.home-hero__media img{animation:rental77-hero-image-in 1050ms cubic-bezier(.2,.8,.2,1) both}
.home-hero__copy{animation:rental77-hero-copy-in 720ms 120ms cubic-bezier(.2,.8,.2,1) both}
.home-hero__benefits li{animation:rental77-hero-chip-in 480ms cubic-bezier(.2,.8,.2,1) both}
.home-hero__benefits li:nth-child(1){animation-delay:320ms}
.home-hero__benefits li:nth-child(2){animation-delay:470ms}
.home-hero__benefits li:nth-child(3){animation-delay:620ms}
@keyframes rental77-hero-image-in{from{opacity:.72;transform:scale(1.055)}to{opacity:1;transform:scale(1)}}
@keyframes rental77-hero-copy-in{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
@keyframes rental77-hero-chip-in{from{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:767px){.home-hero__media img{animation-duration:780ms}.home-hero__copy{animation-duration:560ms;animation-delay:80ms}}
@media(prefers-reduced-motion:reduce){.home-hero__media img,.home-hero__copy,.home-hero__benefits li{animation:none!important}}


/* R77 GALLERY CONTENT WIDTH — 2026-09-03 */
.page-id-81 .rental77-gallery-page {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.page-id-81 .rental77-gallery-page > .container {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 767px) {
	.page-id-81 .rental77-gallery-page,
	.page-id-81 .rental77-gallery-page > .container {
		max-width: 100%;
	}
}


/* R77 GLOBAL SURFACE + WIDGET POLISH — 2026-09-03 */
body,
body.custom-background {
	background: #e9ede9 !important;
}

.page-id-81 .DesignedButton__button.FollowButton {
	min-height: 44px !important;
	padding: 10px 20px !important;
	color: #fff !important;
	background: #278126 !important;
	border: 0 !important;
	border-radius: 10px !important;
	font-family: 'Nunito', sans-serif !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	box-shadow: 0 8px 20px rgba(39, 129, 38, .20) !important;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease !important;
}
.page-id-81 .DesignedButton__button.FollowButton:hover,
.page-id-81 .DesignedButton__button.FollowButton:focus-visible {
	background: #319832 !important;
	box-shadow: 0 10px 24px rgba(39, 129, 38, .28) !important;
	transform: translateY(-2px);
}

#whatsapp_widget268,
[id^='whatsapp_widget'] {
	display: none !important;
}

/* R77 INNER PAGE SURFACE — 2026-09-03 */
body:not(.home) main#main {
	background: transparent !important;
	box-shadow: none !important;
}

/* R77 GALLERY WIDTH MATCHES FLEET — 2026-09-03 */
.page-id-81 .rental77-gallery-page,
.page-id-81 .rental77-gallery-page > .container {
	width: 100%;
	max-width: none;
}

/* R77 GALLERY BALANCED WIDTH — 2026-09-03 */
.page-id-81 .rental77-gallery-page,
.page-id-81 .rental77-gallery-page > .container {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1199px) {
	.page-id-81 .rental77-gallery-page,
	.page-id-81 .rental77-gallery-page > .container { max-width: 100%; }
}


/* R77 SEGMENTED COLOR SELECTOR — 2026-09-03 */
.bike-option-group--colors { width: min(100%, 520px); }
.bike-option-group--colors .bike-option-group__label {
  margin: 0 0 13px; font-size: 13px; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: #171b20;
}
.bike-option-group--colors .bike-color-options {
  display: flex; align-items: center; justify-content: center; gap: 3px;
  width: 100%; padding: 5px 10px 9px;
}
.bike-option-group--colors .bike-color-option {
  position: relative; flex: 1 1 96px; width: auto; max-width: 118px; height: 50px;
  margin: 0 -7px; padding: 0; border: 0; border-radius: 0; background: transparent;
  box-shadow: none; filter: drop-shadow(0 2px 2px rgba(17,23,29,.22));
  transition: transform 180ms ease, filter 180ms ease, opacity 180ms ease;
  clip-path: polygon(14% 0,100% 0,86% 100%,0 100%);
}
.bike-option-group--colors .bike-color-option span {
  display: block; width: 100%; height: 100%; border: 2px solid rgba(255,255,255,.96);
  border-radius: 0; clip-path: polygon(14% 0,100% 0,86% 100%,0 100%);
}
.bike-option-group--colors .bike-color-option:hover {
  transform: translateY(-3px); filter: drop-shadow(0 6px 5px rgba(17,23,29,.25));
}
.bike-option-group--colors .bike-color-option[aria-pressed="true"] {
  transform: translateY(-4px) scale(1.035); filter: drop-shadow(0 7px 6px rgba(17,23,29,.31)); z-index: 2;
}
.bike-option-group--colors .bike-color-option:focus-visible {
  outline: 3px solid #74b62c; outline-offset: 3px;
}
.bike-color-selection {
  min-height: 24px; margin: 3px 0 0; font-size: 17px; font-weight: 800;
  line-height: 1.35; color: #11161b;
}
@media (max-width: 600px) {
  .bike-option-group--colors .bike-color-options { padding-inline: 5px; }
  .bike-option-group--colors .bike-color-option { min-width: 58px; height: 42px; margin-inline: -5px; }
  .bike-color-selection { font-size: 15px; }
}


/* R77 COMPACT BIKE CARD TITLES — 2026-09-03 */
.bike-card__name {
  font-size: 18px;
  line-height: 1.2;
}


/* R77 COMPACT MODAL TITLE AND COLOR SWATCHES — 2026-09-03 */
.bike-detail__title {
  font-size: clamp(27px, 3.2vw, 36px);
  line-height: 1.08;
}
@media (min-width: 1025px) and (hover: hover), (min-width: 1367px) {
  .bike-option-group--colors .bike-color-option { height: 34px; }
}
@media (max-width: 600px) {
  .bike-detail__title { font-size: 22px; }
  .bike-option-group--colors .bike-color-option { height: 36px; }
}

/* R77 OUR FLEET EXTENDED CARDS — 2026-09-03 */
.page-id-37 .bike-card { min-height: 360px; }
.page-id-37 .bike-card__image { height: 220px; }
.page-id-37 .bike-card__image img { max-height: 215px; }
.page-id-37 .bike-detail__specs,
.r77-bike-page__hero .bike-detail__specs { display: grid; margin: 0 0 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.page-id-37 .bike-detail__specs > div,
.r77-bike-page__hero .bike-detail__specs > div { display: flex; min-width: 0; min-height: 57px; padding: 9px 11px; flex-direction: column; justify-content: center; gap: 3px; background: #f4f6f4; border: 1px solid #e5e9e5; border-radius: 10px; }
.page-id-37 .bike-detail__specs span,
.r77-bike-page__hero .bike-detail__specs span { font-size: 10px; font-weight: 800; line-height: 1.15; letter-spacing: .055em; text-transform: uppercase; color: #7a8085; }
.page-id-37 .bike-detail__specs strong,
.r77-bike-page__hero .bike-detail__specs strong { font-size: 13px; font-weight: 800; line-height: 1.25; color: #171a1d; }
.page-id-37 .bike-detail__fuel-note,
.r77-bike-page__hero .bike-detail__fuel-note { grid-column: 1 / -1; margin: 1px 2px 0; font-size: 10px; line-height: 1.35; color: #8a8f94; }
@media (min-width: 1025px) and (hover: hover), (min-width: 1367px) {
  .page-id-37 .bike-modal__dialog { width: min(1080px, calc(100% - 48px)); height: min(760px, calc(100dvh - 48px)); max-height: min(760px, calc(100dvh - 48px)); }
  .page-id-37 .bike-detail { grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); }
  .page-id-37 .bike-detail__visual img { width: 100%; height: 330px; max-height: 330px; object-fit: contain; object-position: 50% 50%; }
  .page-id-37 .bike-detail__copy { padding-top: 38px; }
  .page-id-37 .bike-detail__title { margin-bottom: 14px; }
  .page-id-37 .bike-detail__selectors, .page-id-37 .bike-detail__prices { margin-bottom: 15px; }
}
@media (max-width: 560px) {
  .page-id-37 .bike-card { min-height: 340px; }
  .page-id-37 .bike-card__image { height: 205px; }
  .page-id-37 .bike-card__image img { max-height: 200px; }
  .page-id-37 .bike-detail__specs { gap: 6px; }
  .page-id-37 .bike-detail__specs > div { min-height: 52px; padding: 8px 9px; }
  .page-id-37 .bike-detail__specs strong { font-size: 12px; }
}

/* R77 OUR FLEET NAV ALIGNMENT + HIDDEN SCROLLBAR — 2026-09-03 */
.page-id-37 .bike-modal:not(.r77-booking-open) .bike-modal__dialog {
  overflow: hidden;
}
.page-id-37 .bike-modal__content {
  height: 100%;
  overflow: visible;
}
@media (min-width: 1025px) and (hover: hover), (min-width: 1367px) {
  .page-id-37 .bike-modal.r77-booking-open .bike-modal__dialog {
    height: min(520px, calc(100dvh - 48px));
    max-height: min(520px, calc(100dvh - 48px));
    overflow-x: hidden;
    overflow-y: auto;
  }
  .page-id-37 .bike-modal.r77-booking-open .bike-modal__content {
    height: auto;
    min-height: 100%;
    overflow: visible;
  }
}
@media (max-width: 1024px), (hover: none) and (pointer: coarse) and (max-width: 1366px) {
  .page-id-37 .bike-modal__content {
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .page-id-37 .bike-modal__content::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
}

@media (min-width: 1025px) and (hover: hover), (min-width: 1367px) {
  .page-id-37 .bike-modal__nav {
    height: min(760px, calc(100dvh - 48px));
  }
  .page-id-37 .bike-modal__nav--prev {
    left: max(24px, calc(50% - 540px));
  }
  .page-id-37 .bike-modal__nav--next {
    right: max(24px, calc(50% - 540px));
  }
}


/* R77 OUR FLEET COMPACT SPEC-FIRST LAYOUT — 2026-09-03 */
.page-id-37 .bike-detail__copy { font-size: 14px; }
.page-id-37 .bike-detail__title { font-size: clamp(25px, 2.7vw, 32px); }
.page-id-37 .bike-detail__prices dt,
.page-id-37 .bike-detail__prices dd,
.page-id-37 .bike-detail__benefits li { font-size: 13px; }
@media (min-width: 1025px) and (hover: hover), (min-width: 1367px) {
  .page-id-37 .bike-detail { grid-template-rows: minmax(0, 1fr) auto; }
  .page-id-37 .bike-detail__copy { padding: 28px 20px 6px 46px; overflow: visible; }
  .page-id-37 .bike-detail__title { margin-bottom: 10px; }
  .page-id-37 .bike-detail__specs { margin-bottom: 8px; gap: 6px; }
  .page-id-37 .bike-detail__specs > div { min-height: 44px; padding: 6px 9px; }
  .page-id-37 .bike-detail__specs span { font-size: 9px; }
  .page-id-37 .bike-detail__specs strong { font-size: 11.5px; }
  .page-id-37 .bike-detail__fuel-note { font-size: 9px; }
  .page-id-37 .bike-detail__selectors { margin-bottom: 7px; gap: 7px; }
  .page-id-37 .bike-version-option { min-height: 32px; padding: 5px 11px; font-size: 12px; }
  .page-id-37 .bike-detail__benefits li { margin: 3px 0; }
  .page-id-37 .bike-detail__prices { margin: 6px 0 0; }
  .page-id-37 .bike-detail__prices > div { padding: 5px 0; }
  .page-id-37 .bike-detail__action { padding: 7px 24px 24px 48px; }
  .page-id-37 .bike-detail__action .button { min-height: 50px; }
}
@media (max-width: 560px) {
  .page-id-37 .bike-detail__title { font-size: 21px; }
  .page-id-37 .bike-detail__specs span { font-size: 8.5px; }
  .page-id-37 .bike-detail__specs strong { font-size: 11px; }
  .page-id-37 .bike-detail__prices dt,
  .page-id-37 .bike-detail__prices dd,
  .page-id-37 .bike-detail__benefits li { font-size: 12px; }
}


/* R77 OUR FLEET COMPACT SAFETY TILES — 2026-09-03 */
.page-id-37 .bike-detail__specs,
.r77-bike-page__hero .bike-detail__specs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.page-id-37 .bike-detail__specs > div,
.r77-bike-page__hero .bike-detail__specs > div { grid-column: span 2; }
.page-id-37 .bike-detail__specs > .bike-detail__spec--compact,
.r77-bike-page__hero .bike-detail__specs > .bike-detail__spec--compact {
  grid-column: span 1;
  padding-left: 7px;
  padding-right: 7px;
}
.page-id-37 .bike-detail__fuel-note,
.r77-bike-page__hero .bike-detail__fuel-note { grid-column: 1 / -1; }


/* R77 OUR FLEET SPEC TYPOGRAPHY — 2026-09-03 */
.page-id-37 .bike-detail__specs span,
.r77-bike-page__hero .bike-detail__specs span {
  font-size: 11px;
  font-weight: 500;
}
.page-id-37 .bike-detail__specs strong,
.r77-bike-page__hero .bike-detail__specs strong {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 560px) {
  .page-id-37 .bike-detail__specs span { font-size: 10.5px; }
  .page-id-37 .bike-detail__specs strong { font-size: 13px; }
}


/* R77 OUR FLEET STABLE SPEC POSITIONS — 2026-09-03 */
.page-id-37 .bike-detail__selectors {
  height: 55px;
  min-height: 55px;
  margin-bottom: 7px;
  box-sizing: border-box;
}
.page-id-37 .bike-detail__specs > div,
.r77-bike-page__hero .bike-detail__specs > div {
  height: 60px;
  min-height: 60px;
  box-sizing: border-box;
}
@media (max-width: 560px) {
  .page-id-37 .bike-detail__selectors {
    height: 52px;
    min-height: 52px;
  }
  .page-id-37 .bike-detail__specs > div {
    height: 62px;
    min-height: 62px;
  }
}


/* R77 INLINE VERSION + COLORS LAYOUT — 2026-09-03 */
.page-id-37 .bike-detail__selectors--inline {
  display: flex;
  height: 76px;
  min-height: 76px;
  align-items: flex-end;
  gap: 14px;
}
.page-id-37 .bike-detail__selectors--inline > .bike-option-group { min-width: 0; }
.page-id-37 .bike-detail__selectors--inline > .bike-option-group:not(.bike-option-group--colors) { flex: 0 0 auto; }
.page-id-37 .bike-detail__selectors--inline .bike-option-group--colors {
  width: auto;
  flex: 1 1 auto;
  text-align: left;
  transform: none;
}
.page-id-37 .bike-detail__selectors--inline .bike-option-group--colors .bike-option-group__label {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: .07em;
}
.page-id-37 .bike-detail__selectors--inline .bike-color-options {
  width: auto;
  padding: 0 6px 0 4px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 0;
}
.page-id-37 .bike-detail__selectors--inline .bike-color-option {
  width: 70px;
  min-width: 0;
  max-width: 76px;
  height: 32px;
  flex: 0 1 70px;
  margin: 0 -5px;
}
@media (max-width: 560px) {
  .page-id-37 .bike-detail__selectors--inline {
    height: 72px;
    min-height: 72px;
    gap: 8px;
  }
  .page-id-37 .bike-detail__selectors--inline .bike-version-option {
    padding-inline: 8px;
    font-size: 11px;
  }
  .page-id-37 .bike-detail__selectors--inline .bike-option-group--colors .bike-option-group__label { font-size: 10px; }
  .page-id-37 .bike-detail__selectors--inline .bike-color-options { padding-inline: 3px; }
  .page-id-37 .bike-detail__selectors--inline .bike-color-option {
    width: 46px;
    min-width: 0;
    max-width: 52px;
    height: 30px;
    flex-basis: 46px;
    margin-inline: -4px;
  }
}


/* R77 OUR FLEET DESKTOP VERSION + COLOR LAYOUT */
@media (min-width: 1025px) and (hover: hover), (min-width: 1367px) {
  .page-id-37 .bike-detail__selectors--inline {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 76px;
    min-height: 76px;
    align-items: flex-start;
    column-gap: 6px;
  }
  .page-id-37 .bike-detail__selectors--inline > .bike-option-group {
    display: grid;
    grid-template-rows: 15px 38px;
    grid-row: 1;
    row-gap: 8px;
    align-content: start;
    width: 100%;
    min-width: 0;
  }
  .page-id-37 .bike-detail__selectors--inline > .bike-option-group:not(.bike-option-group--colors) {
    grid-column: 1;
  }
  .page-id-37 .bike-detail__selectors--inline .bike-option-group--colors {
    grid-column: 2;
    grid-template-areas: 'label' 'options';
    margin-left: 0;
    text-align: left;
    transform: none;
  }
  .page-id-37 .bike-detail__selectors--inline .bike-color-options { gap: 1px; }
  .page-id-37 .bike-detail__selectors--inline > .bike-option-group .bike-option-group__label,
  .page-id-37 .bike-detail__selectors--inline .bike-option-group--colors .bike-option-group__label {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #777d84;
  }
  .page-id-37 .bike-detail__selectors--inline > .bike-option-group .bike-option-group__label strong {
    margin-left: 4px;
    font-family: inherit;
    font-size: 12px;
    line-height: 15px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #111;
  }
  .page-id-37 .bike-detail__selectors--inline .bike-version-options,
  .page-id-37 .bike-detail__selectors--inline .bike-color-options {
    width: 100%;
    min-height: 38px;
    height: 38px;
    align-items: center;
  }
  .page-id-37 .bike-detail__selectors--inline .bike-version-option {
    min-height: 38px;
    height: 38px;
  }
}


/* R77 FIXED SINGLE OPTION STATE — 2026-09-03 */
.page-id-37 .bike-version-option[aria-disabled="true"],
.page-id-37 .bike-color-option[aria-disabled="true"] {
  cursor: default;
  opacity: 1;
  pointer-events: none;
}


/* R77 OUR FLEET DESKTOP GRID */
@media (min-width: 1025px) and (hover: hover), (min-width: 1367px) {
  .page-id-37 .bike-detail {
    grid-template-areas:
      'copy image'
      'benefits prices'
      'benefits action';
    grid-template-rows: minmax(0, 1fr) auto auto;
  }
  .page-id-37 .bike-modal__dialog,
  .page-id-37 .bike-modal__nav {
    height: min(680px, calc(100dvh - 48px));
    max-height: min(680px, calc(100dvh - 48px));
  }
  .page-id-37 .bike-detail > .bike-detail__prices {
    grid-area: prices;
    display: grid;
    width: 100%;
    margin: 0;
    padding: 4px 32px 2px 20px;
    align-self: end;
    justify-items: center;
    background: linear-gradient(145deg, #f4f7f4, #fff);
  }
  .page-id-37 .bike-detail > .bike-detail__prices > div {
    width: 100%;
    max-width: 380px;
    padding: 5px 0;
  }
  .page-id-37 .bike-detail > .bike-detail__benefits {
    box-sizing: border-box;
    grid-area: benefits;
    align-self: start;
    margin: 0;
    padding: 6px 20px 0 46px;
    white-space: nowrap;
  }
  .page-id-37 .bike-detail__visual {
    min-height: 0;
    padding: 42px 32px 18px 20px;
	gap: 8px;
    border-radius: 0 22px 0 0;
  }
  .page-id-37 .bike-detail__action {
    display: flex;
    padding: 4px 32px 58px 20px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #f4f7f4, #fff);
    border-radius: 0 0 22px 0;
  }
  .page-id-37 .bike-detail__action .button { max-width: 380px; }
  .page-id-37 .bike-detail__specs span {
    font-size: 11px;
  }
  .page-id-37 .bike-detail__specs strong {
    font-size: 13px;
  }
  .page-id-37 .bike-detail__specs > div {
    gap: 5px;
  }
  .page-id-37 .bike-detail__benefits li:first-child,
  .page-id-37 .bike-detail__prices > div:first-child {
    white-space: nowrap;
  }
}


/* R77 HOMEPAGE BIKE CARD — single responsive implementation */
.home .home-bike-detail .bike-detail__eyebrow { display: none; }
.home .home-bike-detail .bike-detail__specs { display: none; }
.home .home-bike-detail .r77-spec-toggle {
  position: relative;
  display: inline-flex;
  min-height: 30px;
  padding: 3px 1px;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  color: #287d2b;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font: 800 13px/20px 'Nunito', sans-serif;
  white-space: nowrap;
  cursor: pointer;
}
.home .home-bike-detail .r77-spec-toggle::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 180ms ease;
}
.home .home-bike-detail .r77-spec-toggle:hover::after,
.home .home-bike-detail .r77-spec-toggle:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.home .home-bike-detail .r77-spec-toggle:focus-visible {
  outline: 2px solid rgba(40, 125, 43, .28);
  outline-offset: 4px;
}

@media (min-width: 1025px) and (hover: hover), (min-width: 1367px) {
  .home .bike-modal__dialog {
    width: min(920px, 100%);
    height: min(570px, calc(100dvh - 48px));
    max-height: min(570px, calc(100dvh - 48px));
    overflow: hidden;
    border: 1px solid rgba(23, 28, 24, .10);
    border-radius: 16px;
  }
  .home .bike-modal.r77-booking-open .bike-modal__dialog {
    height: min(520px, calc(100dvh - 48px));
    max-height: min(520px, calc(100dvh - 48px));
    overflow-x: hidden;
    overflow-y: auto;
  }
  .home .bike-modal.r77-booking-open .bike-modal__content {
    height: auto;
    min-height: 100%;
    overflow: visible;
  }
  .home .home-bike-detail.r77-home-desktop {
    display: grid;
    height: 100%;
    min-height: 0;
    grid-template-columns: 53% 47%;
    grid-template-areas: 'visual copy';
    overflow: hidden;
  }
  .home .r77-home-desktop .bike-detail__visual {
    grid-area: visual;
    display: grid;
    min-width: 0;
    min-height: 0;
    padding: 32px 24px 24px 44px;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 6px;
    align-items: center;
    overflow: hidden;
    background: #fff;
    border-right: 1px solid #edf0ed;
    border-radius: 16px 0 0 16px;
  }
  .home .r77-home-desktop .bike-detail__title {
    margin: 0;
    align-self: start;
    color: #111;
    font: 900 29px/1.05 'Nunito', sans-serif;
    white-space: nowrap;
    transform: translateY(7px);
  }
  .home .r77-home-desktop .bike-detail__visual > img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 390px;
    height: 390px;
    margin: 0;
    align-self: center;
    justify-self: center;
    object-fit: contain;
    transform: none;
  }
  .home .r77-home-desktop .bike-detail__copy {
    grid-area: copy;
    display: flex;
    min-width: 0;
    min-height: 0;
    padding: 38px 44px 24px 24px;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
  }
  .home .r77-home-desktop .bike-detail__selectors {
    display: grid;
    width: 100%;
    min-height: 54px;
    margin: 0 0 12px;
    grid-template-columns: minmax(0, 169px) 160px;
    gap: 14px;
    align-items: start;
  }
  .home .r77-home-desktop .bike-option-group {
    display: grid;
    min-width: 0;
    margin: 0;
    grid-template-rows: 13px 36px;
    gap: 5px;
    align-content: start;
  }
  .home .r77-home-desktop .bike-option-group__label {
    display: block;
    margin: 0;
    color: #777d84;
    font-size: 10px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: .05em;
    text-transform: uppercase;
  }
  .home .r77-home-desktop .bike-version-options,
  .home .r77-home-desktop .bike-color-options {
    display: flex;
    min-width: 0;
    height: 36px;
    padding: 3px 0 5px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0;
    overflow: visible;
  }
  .home .r77-home-desktop .bike-version-options { gap: 8px; }
  .home .r77-home-desktop .bike-color-options { gap: 1px; }
  .home .r77-home-desktop .bike-version-option {
    min-height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 9px;
  }
  .home .r77-home-desktop .bike-option-group--colors .bike-option-group__label {
    white-space: nowrap;
    text-align: left;
  }
  .home .r77-home-desktop .bike-option-group--colors {
    width: 160px;
    height: 50px;
  }
  .home .r77-home-desktop .bike-color-selection { display: none; }
  .home .r77-home-desktop .bike-color-option {
    position: relative;
    flex: 0 0 42px;
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    height: 30px;
    margin: 0 -7px 0 0;
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
    transition: transform 150ms ease;
  }
  .home .r77-home-desktop .bike-color-option > span {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    clip-path: polygon(7px 0,100% 0,calc(100% - 7px) 100%,0 100%);
    filter: drop-shadow(0 1px 1px rgba(17,23,29,.16));
    transition: filter 150ms ease;
  }
  .home .r77-home-desktop .bike-color-option:first-child > span {
    clip-path: polygon(0 0,100% 0,calc(100% - 7px) 100%,0 100%);
  }
  .home .r77-home-desktop .bike-color-option:last-child > span {
    clip-path: polygon(7px 0,100% 0,100% 100%,0 100%);
  }
  .home .r77-home-desktop .bike-color-option:hover,
  .home .r77-home-desktop .bike-color-option[aria-pressed='true'] {
    z-index: 5;
    transform: translateY(-2px) scale(1.06);
  }
  .home .r77-home-desktop .bike-color-option:hover > span,
  .home .r77-home-desktop .bike-color-option[aria-pressed='true'] > span {
    filter: brightness(1.06) drop-shadow(0 4px 4px rgba(17,23,29,.24));
  }
  .home .r77-home-desktop .r77-spec-toggle {
    align-self: flex-end;
    margin: 5px 27px 8px 0;
  }
  .home .r77-home-desktop .bike-detail__specs {
    width: 100%;
    margin: 5px 0 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    overflow: auto;
  }
  .home .r77-home-desktop.r77-specs-open .bike-detail__specs { display: grid; }
  .home .r77-home-desktop.r77-specs-open .bike-detail__prices,
  .home .r77-home-desktop.r77-specs-open .bike-detail__benefits { display: none; }
  .home .r77-home-desktop.r77-specs-open .bike-detail__action { margin-top: auto; }
  .home .r77-home-desktop .bike-detail__specs > div {
    display: flex;
    min-width: 0;
    min-height: 49px;
    padding: 7px 10px;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    background: #f2f5f2;
    border: 1px solid #e1e8e1;
    border-radius: 9px;
  }
  .home .r77-home-desktop .bike-detail__specs span {
    color: #7b827d;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: .05em;
    text-transform: uppercase;
  }
  .home .r77-home-desktop .bike-detail__specs strong {
    color: #171b18;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
  }
  .home .r77-home-desktop .bike-detail__fuel-note {
    grid-column: 1 / -1;
    margin: 2px 2px 0;
    color: #89908b;
    font-size: 9px;
    line-height: 1.35;
  }
  .home .r77-home-desktop .bike-detail__prices {
    display: block;
    width: 100%;
    margin: 0 0 18px;
  }
  .home .r77-home-desktop .bike-detail__prices > div {
    display: flex;
    width: 100%;
    max-width: none;
    padding: 11px 0;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid #e6e9e6;
  }
  .home .r77-home-desktop .bike-detail__benefits {
    margin: auto 0 16px;
    padding: 0;
    font-size: 13px;
  }
  .home .r77-home-desktop .bike-detail__action {
    position: static;
    width: 100%;
    margin: 0;
    padding: 0;
    transform: none;
    background: transparent;
  }
  .home .r77-home-desktop .bike-detail__action .button {
    width: 100%;
    max-width: none;
    min-height: 50px;
  }
}

@media (max-width: 1024px), (hover: none) and (pointer: coarse) and (max-width: 1366px) {
  .home .bike-modal {
    box-sizing: border-box;
    padding: 12px;
    align-items: center;
  }
  .home .bike-modal__dialog {
    display: block;
    width: min(100%, 680px);
    height: min(825px, calc(100dvh - 24px));
    max-height: min(825px, calc(100dvh - 24px));
    overflow: hidden;
    border-radius: 14px;
    touch-action: pan-y;
  }
  .home .bike-modal__content {
    height: 100%;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    scroll-behavior: auto;
  }
  .home .bike-modal__handle { display: none; }
  .home .home-bike-detail.r77-home-mobile {
    display: flex;
    min-height: 100%;
    height: auto;
    flex-direction: column;
    overflow: visible;
  }
  .home .r77-home-mobile .bike-detail__visual {
    position: relative;
    order: -1;
    display: flex;
    min-height: 323px;
    flex: 0 0 323px;
    padding: 52px 24px 18px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    overflow: visible;
    background: linear-gradient(145deg,#f4f7f4,#fff);
  }
  .home .r77-home-mobile .bike-detail__visual > img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 220px;
    max-height: 220px;
    margin: 0;
    object-fit: contain;
    transform: scale(1.1);
    transform-origin: center;
    transition: none;
  }
  .home .r77-home-mobile .bike-option-group--colors {
    display: flex;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 16px;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    text-align: center;
  }
  .home .r77-home-mobile .bike-option-group--colors > .bike-option-group__label {
    display: none;
    order: 1;
    width: 100%;
    margin: 0;
    color: #111;
    font-size: 0;
    line-height: 17px;
    text-align: center;
  }
  .home .r77-home-mobile .bike-option-group--colors > .bike-option-group__label strong {
    color: #111;
    font: 800 12px/17px 'Nunito', sans-serif;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .home .r77-home-mobile .bike-color-selection {
    display: block;
    order: 1;
    width: 100%;
    min-height: 17px;
    margin: 0;
    color: #111;
    font: 800 12px/17px 'Nunito', sans-serif;
    letter-spacing: .04em;
    text-align: center;
    text-transform: uppercase;
  }
  .home .r77-home-mobile .bike-version-options { gap: 10px; }
  .home .r77-home-mobile .bike-color-options {
    display: flex;
    order: 2;
    width: min(100%, 360px);
    height: 36px;
    min-height: 36px;
    margin: 0 auto;
    padding: 0;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
    overflow: visible;
  }
  .home .r77-home-mobile .bike-color-option {
    position: relative;
    display: block;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: 84px;
    height: 36px;
    margin: 0 -8px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
    transition: transform 150ms ease;
  }
  .home .r77-home-mobile .bike-color-option:last-child { margin-right: 0; }
  .home .r77-home-mobile .bike-color-option > span {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    clip-path: polygon(7px 0,100% 0,calc(100% - 7px) 100%,0 100%);
    filter: drop-shadow(0 1px 1px rgba(17,23,29,.14));
  }
  .home .r77-home-mobile .bike-color-option:first-child > span {
    clip-path: polygon(0 0,100% 0,calc(100% - 7px) 100%,0 100%);
  }
  .home .r77-home-mobile .bike-color-option:last-child > span {
    clip-path: polygon(7px 0,100% 0,100% 100%,0 100%);
  }
  .home .r77-home-mobile .bike-color-option[aria-pressed='true'] {
    z-index: 5;
    transform: translateY(-1px);
  }
  .home .r77-home-mobile .bike-detail__copy {
    position: relative;
    display: block;
    min-width: 0;
    padding: 16px 20px 8px;
    flex-direction: column;
    overflow: visible;
  }
  .home .r77-home-mobile .bike-detail__title {
    margin: 0 0 9px;
    color: #111;
    font: 900 22px/1.08 'Nunito', sans-serif;
  }
  .home .r77-home-mobile .bike-detail__selectors {
    display: grid;
    width: 100%;
    margin: 0 0 13px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: end;
  }
  .home .r77-home-mobile .bike-detail__selectors > .bike-option-group {
    min-width: 0;
    margin: 0;
  }
  .home .r77-home-mobile .r77-spec-toggle {
    position: absolute;
    top: 76px;
    right: 20px;
    margin: 0;
    font-size: 12px;
  }
  .home .r77-home-mobile .bike-detail__prices {
    display: block;
    width: 100%;
    margin: 0 0 12px;
  }
  .home .r77-home-mobile .bike-detail__prices > div {
    display: flex;
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0;
    padding: 8px 0;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    text-align: left;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e5e7ea;
    border-radius: 0;
  }
  .home .r77-home-mobile .bike-detail__benefits {
    display: block;
    margin: 0 0 8px;
    padding: 0;
    color: #687069;
    font-size: 11px;
    line-height: 1.3;
  }
  .home .r77-home-mobile .bike-detail__benefits li { margin: 4px 0; }
  .home .r77-home-mobile .bike-detail__benefits li::before {
    width: 18px;
    height: 18px;
  }
  .home .r77-home-mobile.r77-specs-open .bike-detail__prices,
  .home .r77-home-mobile.r77-specs-open .bike-detail__benefits { display: none; }
  .home .r77-home-mobile.r77-specs-open .bike-detail__specs {
    display: grid;
    margin: 0 0 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }
  .home .r77-home-mobile .bike-detail__specs > div {
    display: flex;
    min-width: 0;
    min-height: 46px;
    padding: 7px 9px;
    grid-column: span 2;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    background: #f3f6f3;
    border: 1px solid #e0e7e0;
    border-radius: 8px;
  }
  .home .r77-home-mobile .bike-detail__specs > .bike-detail__spec--compact {
    min-height: 44px;
    padding: 6px 3px;
    grid-column: span 1;
    align-items: center;
    text-align: center;
  }
  .home .r77-home-mobile .bike-detail__specs span {
    color: #7a827c;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .home .r77-home-mobile .bike-detail__specs strong {
    color: #171b18;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1.2;
  }
  .home .r77-home-mobile .bike-detail__specs > .bike-detail__spec--compact span {
    font-size: 7.5px;
    white-space: nowrap;
  }
  .home .r77-home-mobile .bike-detail__specs > .bike-detail__spec--compact strong {
    font-size: 10.5px;
    white-space: nowrap;
  }
  .home .r77-home-mobile .bike-detail__fuel-note {
    grid-column: 1 / -1;
    margin: 2px 1px 0;
    color: #8a918c;
    font-size: 9px;
    line-height: 1.3;
  }
  .home .r77-home-mobile .bike-detail__action {
    position: sticky;
    bottom: 0;
    z-index: 12;
    width: 100%;
    margin-top: auto;
    padding: 10px 20px calc(6px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid rgba(225,229,225,.9);
    box-shadow: 0 -8px 18px rgba(255,255,255,.96);
  }
  .home .r77-home-mobile .bike-detail__action .button {
    width: 100%;
    max-width: none;
    min-height: 46px;
    padding: 11px 16px;
    border-radius: 10px;
  }
}

@media (min-width: 600px) and (max-width: 1024px), (hover: none) and (pointer: coarse) and (min-width: 600px) and (max-width: 1366px) {
  .home .bike-modal {
    padding: clamp(32px, 8dvh, 82px) clamp(48px, 8vw, 143px);
  }
  .home .bike-modal__dialog {
    width: min(100%, 1080px);
    height: min(1040px, calc(100dvh - clamp(64px, 16dvh, 164px)));
    max-height: min(1040px, calc(100dvh - clamp(64px, 16dvh, 164px)));
  }
}

/* Mobile modal navigation uses swipe and centered position dots only. */
@media (max-width: 1024px), (hover: none) and (pointer: coarse) and (max-width: 1366px) {
  .bike-modal__nav {
    display: none !important;
  }
  .bike-modal__position {
    top: 10px;
    left: 50%;
    right: auto;
    display: flex;
    width: 116px;
    min-width: 116px;
    height: 6px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 0;
    transform: translateX(-50%);
  }
  .bike-modal__dot {
    display: block;
    flex: 0 0 auto;
    width: 5px;
    height: 5px;
    background: #c5c9ce;
    border-radius: 999px;
    transition: width 220ms ease, background-color 220ms ease;
  }
  .bike-modal__dot.is-active {
    width: 16px;
    background: #278126;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home .home-bike-detail .r77-spec-toggle::after,
  .home .home-bike-detail .bike-color-option { transition: none; }
}


/* R77 HERO SEQUENTIAL HEADLIGHTS — 2026-09-04 */
.home-hero__lights { position:absolute!important; inset:0!important; z-index:2!important; width:100%!important; height:100%!important; overflow:hidden!important; pointer-events:none!important; }
.home-hero__lights svg { position:absolute!important; inset:0!important; display:block; width:100%!important; height:100%!important; overflow:visible!important; }
.home-hero__lights--mobile { display:none!important; }
.home-hero__shade { z-index:1!important; }
.home-hero__copy { z-index:3!important; }
.home-hero__headlight { transform-box:fill-box; transform-origin:center; }
.home-hero__trace { stroke-dasharray:220; stroke-dashoffset:220; animation:rental77-hero-trace .58s cubic-bezier(.3,.7,.25,1) forwards; }
.home-hero__halo { opacity:0; animation:rental77-hero-halo .42s ease-out forwards; }
.home-hero__headlight--fade { opacity:0; animation:rental77-hero-fade .68s ease-out forwards; }
.home-hero__headlight--1 .home-hero__trace, .home-hero__headlight--1 .home-hero__halo { animation-delay:.7s; }
.home-hero__headlight--2 .home-hero__trace, .home-hero__headlight--2 .home-hero__halo { animation-delay:1.28s; }
.home-hero__headlight--3 { animation-delay:1.86s; }
@keyframes rental77-hero-trace { from { stroke-dashoffset:220; } to { stroke-dashoffset:0; } }
@keyframes rental77-hero-halo { from { opacity:0; } to { opacity:.52; } }
@keyframes rental77-hero-fade { from { opacity:0; } to { opacity:.72; } }
@media (max-width:767px) { .home-hero__lights--desktop { display:none!important; } .home-hero__lights--mobile { display:block!important; } }
@media (prefers-reduced-motion:reduce) { .home-hero__trace { animation:none!important; stroke-dashoffset:0!important; } .home-hero__halo { animation:none!important; opacity:.52!important; } .home-hero__headlight--fade { animation:none!important; opacity:.72!important; } }


/* R77 DESKTOP HERO TOP SPACING FINAL — 2026-09-04 */
@media (min-width: 768px) {
  body.home .home-hero {
    margin-top: 14px !important;
  }
}


/* R77 UNIFIED HEADER POSITION + OFFSET HERO — 2026-09-04 */
@media (min-width: 1368px) {
  body.home .home-hero {
    margin-top: 0 !important;
    margin-bottom: 14px;
    position: relative;
    top: 14px;
  }
}


/* R77 MODERN DESIGN SYSTEM V1 — 2026-09-04 */
:root {
  --rental77-bg: #ecefea;
  --rental77-surface: #fafbf8;
  --rental77-surface-strong: #ffffff;
  --rental77-ink: #171c18;
  --rental77-muted: #69716b;
  --rental77-green: #2d8533;
  --rental77-green-bright: #55c85a;
  --rental77-border: rgba(23, 28, 24, .095);
  --rental77-radius-sm: 8px;
  --rental77-radius-md: 12px;
  --rental77-radius-lg: 18px;
  --rental77-shadow: 0 10px 30px rgba(23, 32, 26, .065);
}

html { scroll-behavior: smooth; }
body,
body.custom-background {
  color: var(--rental77-ink) !important;
  background: var(--rental77-bg) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
.zag,
.ms_zag,
.bike_catalog_zag,
.bike-card__name,
.hwi_zag,
.sand_zag,
.rental77-review-summary h2 {
  font-family: inherit !important;
  color: var(--rental77-ink);
  letter-spacing: -.025em;
}

p, li { color: inherit; }
a { text-underline-offset: 3px; }

/* One consistent, less pill-like header on every page */
.site-header > .container,
.home .site-header > .container {
  background: linear-gradient(112deg, rgba(25, 34, 29, .94), rgba(54, 63, 57, .91)) !important;
  border: 1px solid rgba(255, 255, 255, .11) !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 26px rgba(16, 24, 19, .11) !important;
  -webkit-backdrop-filter: blur(16px) saturate(118%);
  backdrop-filter: blur(16px) saturate(118%);
}
.site-header .main-navigation a {
  color: rgba(255, 255, 255, .88) !important;
  font-family: inherit !important;
  font-size: 14px;
  font-weight: 650 !important;
  letter-spacing: .025em;
  text-shadow: none !important;
}
.main-navigation ul.menu > li > a {
  padding: 11px 14px 13px !important;
  transform: none !important;
  transition: color 180ms ease, opacity 180ms ease !important;
}
.main-navigation ul.menu > li > a::after {
  bottom: 6px;
  height: 2px;
  background: var(--rental77-green-bright);
}
.main-navigation ul.menu > li.current-menu-item > a,
.main-navigation ul.menu > li.current_page_item > a {
  color: #fff !important;
}
@media (hover: hover) and (pointer: fine) {
  .main-navigation ul.menu > li > a:hover {
    color: #fff !important;
    text-shadow: none !important;
    transform: none !important;
  }
  .site-header .top_socs a:hover,
  .site-header .top_socs a:focus-visible {
    transform: translateY(-1px) scale(1.04) !important;
    filter: drop-shadow(0 4px 8px rgba(53, 184, 65, .28)) !important;
  }
}
.site-header .top_socs a:active { transform: scale(.96) !important; }

/* Hero: editorial rather than soft-card styling */
.home-hero {
  border: 1px solid rgba(24, 31, 27, .08) !important;
  border-radius: 20px !important;
  box-shadow: 0 14px 38px rgba(19, 29, 23, .11) !important;
}
.home-hero .ms_zag {
  font-family: inherit !important;
  font-weight: 760 !important;
  line-height: .99 !important;
  letter-spacing: -.055em !important;
  text-wrap: balance;
}
.home-hero__lead {
  color: rgba(255, 255, 255, .84) !important;
  font-weight: 400;
  letter-spacing: -.01em;
}
.home-hero__benefits { gap: 8px !important; }
.home-hero__benefits li {
  padding: 8px 12px !important;
  border-color: rgba(255, 255, 255, .25) !important;
  border-radius: 8px !important;
  background: rgba(13, 20, 16, .20) !important;
  font-family: inherit !important;
  font-weight: 700 !important;
  letter-spacing: .045em !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

/* Section rhythm and typography */
.zag,
.bike_catalog_zag {
  font-weight: 730 !important;
  letter-spacing: -.04em !important;
}
.bike_catalog,
.how_works,
.contacts,
.rental77-inner-page {
  position: relative;
}

/* Product cards: fine border, almost no shadow, no zooming */
.bike-card,
.bike_item {
  color: var(--rental77-ink) !important;
  background: var(--rental77-surface-strong) !important;
  border: 1px solid var(--rental77-border) !important;
  border-radius: var(--rental77-radius-md) !important;
  box-shadow: 0 6px 22px rgba(23, 32, 26, .045) !important;
  transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease !important;
}
.bike-card__image {
  border-radius: 9px !important;
  background: linear-gradient(180deg, #fff 0%, #fafbf9 100%);
}
.bike-card__name {
  font-weight: 720 !important;
  letter-spacing: -.025em !important;
}
.bike-card__price { color: var(--rental77-muted) !important; }
.bike-card__price strong { color: var(--rental77-ink) !important; }
.bike-card__options,
.bike-card__more { font-weight: 650 !important; }
@media (hover: hover) and (pointer: fine) {
  .bike-card:hover,
  .bike-card:focus-visible,
  .bike_item:hover,
  .slick-current .bike_item {
    color: var(--rental77-ink) !important;
    border-color: rgba(45, 133, 51, .25) !important;
    box-shadow: 0 12px 30px rgba(23, 32, 26, .075) !important;
    transform: translateY(-2px) !important;
  }
}

/* Category navigation */
.bike-category-filter {
  padding: 4px !important;
  gap: 3px !important;
  background: rgba(255, 255, 255, .48) !important;
  border: 1px solid var(--rental77-border) !important;
  border-radius: 11px !important;
  box-shadow: none !important;
}
.bike-category-filter__button {
  border-radius: 7px !important;
  font-family: inherit !important;
  font-weight: 650 !important;
  box-shadow: none !important;
  transform: none !important;
  transition: color 180ms ease, background-color 180ms ease !important;
}
.bike-category-filter__button.is-active {
  color: #fff !important;
  background: var(--rental77-green) !important;
  box-shadow: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .bike-category-filter__button:hover { transform: none !important; }
}

/* How it works: flatter and more technical */
.how_works_item {
  min-height: 100%;
  padding: 28px !important;
  background: rgba(255, 255, 255, .72) !important;
  border: 1px solid var(--rental77-border) !important;
  border-radius: var(--rental77-radius-md) !important;
  box-shadow: none !important;
  transition: transform 190ms ease, border-color 190ms ease, background-color 190ms ease !important;
}
.hwi_cif {
  width: 42px !important;
  height: 42px !important;
  margin-bottom: 30px !important;
  color: #fff;
  background: var(--rental77-green);
  border: 0;
  border-radius: 8px !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 42px !important;
}
.hwi_zag {
  font-size: 21px !important;
  font-weight: 700 !important;
  letter-spacing: -.025em !important;
  text-transform: none !important;
}
.hwi_text { color: var(--rental77-muted) !important; line-height: 1.55; }
@media (hover: hover) and (pointer: fine) {
  .how_works_item:hover {
    background: rgba(255, 255, 255, .9) !important;
    border-color: rgba(45, 133, 51, .22) !important;
    transform: translateY(-2px) !important;
  }
}

/* FAQ: compact, fast and clean */
.page-id-79 main#main { padding-bottom: 66px !important; }
.sandwich_item {
  margin-bottom: 12px !important;
  background: rgba(255, 255, 255, .82) !important;
  border: 1px solid var(--rental77-border) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  transition: border-color 180ms ease, background-color 180ms ease !important;
}
.sandwich_item:hover,
.sandwich_item.act {
  background: #fff !important;
  border-color: rgba(45, 133, 51, .20) !important;
}
.sand_zag {
  padding: 24px 56px 24px 26px !important;
  font-family: inherit !important;
  font-size: 18px !important;
  font-weight: 650 !important;
  letter-spacing: -.015em !important;
}
.sand_zag::after { top: 23px !important; right: 24px !important; color: var(--rental77-green); }
.sandwich_item.act .sand_zag::after { top: 23px !important; }
.sand_txt { transition: max-height 320ms cubic-bezier(.2,.8,.2,1) !important; }
.st_cont { padding: 0 26px 26px !important; color: var(--rental77-muted) !important; line-height: 1.58; }

/* Reviews, contacts, map and gallery surfaces */
.rental77-review-summary,
.map_box,
.user_form {
  background: rgba(255, 255, 255, .84) !important;
  border: 1px solid var(--rental77-border) !important;
  border-radius: var(--rental77-radius-lg) !important;
  box-shadow: var(--rental77-shadow) !important;
}
.rental77-review-summary { background: linear-gradient(145deg, rgba(247,250,246,.96), #fff) !important; }
.rental77-review-summary h2 { font-weight: 720 !important; letter-spacing: -.035em !important; }
.map_container { border-radius: var(--rental77-radius-md) !important; }
.page-id-81 .rental77-gallery-page { animation: rental77-content-in 420ms cubic-bezier(.2,.8,.2,1) both; }

/* Buttons: rectangular, quiet, decisive */
a.button,
.rental77-review-link,
.wpcf7-form input[type=submit],
.bike-detail__action .button,
.page-id-81 .DesignedButton__button.FollowButton {
  border: 1px solid rgba(23, 95, 29, .14) !important;
  border-radius: var(--rental77-radius-sm) !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-weight: 700 !important;
  letter-spacing: -.005em;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease !important;
}
@media (hover: hover) and (pointer: fine) {
  a.button:hover,
  .rental77-review-link:hover,
  .wpcf7-form input[type=submit]:hover,
  .bike-detail__action .button:hover,
  .page-id-81 .DesignedButton__button.FollowButton:hover {
    box-shadow: none !important;
    transform: translateY(-1px) !important;
  }
}

/* Preserve the successful modal layout; only refine its shell */
.bike-modal__dialog {
  border: 1px solid rgba(23, 28, 24, .10) !important;
  border-radius: 16px !important;
  box-shadow: 0 28px 80px rgba(10, 17, 13, .24) !important;
}
.bike-detail__title { font-family: inherit !important; font-weight: 740 !important; letter-spacing: -.035em !important; }

/* Footer: the single current layout and visual system. */
.site-footer {
  margin: 40px 0 0 !important;
  padding: 32px 0 !important;
  color: rgba(255, 255, 255, .78) !important;
  background: linear-gradient(112deg, #17221c 0%, #303a34 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, .08) !important;
  box-shadow: none !important;
}
.site-footer,
.site-footer p,
.site-footer li,
.site-footer a { color: rgba(255, 255, 255, .78) !important; }
.site-footer a {
  text-decoration-thickness: 1px;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}
.site-footer a:hover,
.site-footer a:focus-visible { color: #fff !important; }
.site-footer .site-logo-img img { filter: brightness(0) invert(1); opacity: .92; }

.r77-footer-grid {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) minmax(170px, .82fr) minmax(170px, .82fr) minmax(330px, 1.5fr);
  gap: 30px clamp(28px, 3vw, 44px);
  align-items: start;
}
.r77-footer-brand,
.r77-footer-navigation,
.r77-footer-top-picks,
.r77-footer-contacts { min-width: 0; }
.r77-footer-brand .site-logo-img { margin-bottom: 12px; }
.r77-footer-brand .site-logo-img img { display: block; width: 100px; height: auto; }
.r77-footer-brand .ft_slog { font-size: 14px; line-height: 1.4; }
.r77-footer-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.r77-footer-grid li + li { margin-top: 7px; }
.r77-footer-grid li,
.r77-footer-grid a { font-size: 15px; font-weight: 400; line-height: 1.4; }
.r77-footer-navigation,
.r77-footer-top-picks { width: 100%; }
.r77-footer-navigation .menu,
.r77-footer-top-picks ul { margin: 0; }
.r77-footer-grid h2 {
  margin: 0 0 12px;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.r77-footer-top-picks ul { margin-bottom: 12px; }
.r77-footer-view-all {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: #fff !important;
  font-weight: 750;
}
.r77-footer-view-all span { transition: transform 180ms ease; }
.r77-footer-view-all:hover span,
.r77-footer-view-all:focus-visible span { transform: translateX(3px); }
#colophon .r77-footer-contacts__layout {
  display: grid;
  grid-template-columns: minmax(105px, 1fr) max-content;
  gap: 18px;
  align-items: start;
}
#colophon .r77-footer-contacts .top_socs {
  display: grid !important;
  width: 100% !important;
  gap: 7px !important;
  justify-items: start !important;
  text-align: left !important;
}
#colophon .r77-footer-contacts .top_socs li { margin: 0; }
#colophon .r77-footer-contacts .top_socs a {
  display: inline-flex !important;
  width: auto !important;
  height: 32px !important;
  align-items: center !important;
  gap: 10px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  white-space: nowrap;
  justify-self: start !important;
}
#colophon .r77-footer-contacts .top_socs a:hover,
#colophon .r77-footer-contacts .top_socs a:focus-visible { transform: none !important; }
#colophon .r77-footer-contacts .top_socs .fa-stack {
  display: grid !important;
  width: 32px !important;
  height: 32px !important;
  flex: 0 0 32px;
  place-items: center !important;
  line-height: 32px !important;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  box-shadow: none !important;
}
#colophon .r77-footer-contacts .top_socs .fa-stack-1x {
  font-size: 17px !important;
  color: rgba(255,255,255,.82) !important;
}
#colophon .r77-footer-contacts__phone {
  display: inline-flex !important;
  height: 32px !important;
  align-items: center !important;
  gap: 10px !important;
  justify-self: end;
  white-space: nowrap;
}
#colophon .r77-footer-contacts__phone .fa-stack {
  display: grid !important;
  width: 32px !important;
  height: 32px !important;
  flex: 0 0 32px;
  place-items: center !important;
  line-height: 32px !important;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
}
#colophon .r77-footer-contacts__phone .fa-circle { display: none !important; }
#colophon .r77-footer-contacts__phone .fa-stack-1x {
  position: static !important;
  width: auto !important;
  height: auto !important;
  color: rgba(255,255,255,.82) !important;
  font-size: 17px !important;
  line-height: 1 !important;
}

@media (max-width: 1024px) {
  .r77-footer-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .r77-footer-contacts__layout { max-width: 390px; }
}
@media (min-width: 561px) and (max-width: 700px) {
  .r77-footer-contacts { grid-column: 1 / -1; }
  #colophon .r77-footer-contacts__layout { grid-template-columns: minmax(0,1fr) max-content; max-width: 390px; }
}
@media (max-width: 560px) {
  .site-footer { margin-top: 28px !important; padding: 26px 0 !important; }
  .r77-footer-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 26px 18px; }
  .r77-footer-brand { grid-column: 1 / -1; }
  .r77-footer-contacts { grid-column: 1 / -1; }
  #colophon .r77-footer-contacts__layout { grid-template-columns: 1fr; gap: 10px; }
  #colophon .r77-footer-contacts__phone { grid-row: 2; justify-self: start; }
}

@keyframes rental77-content-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 767px) {
  .site-header > .container,
  .home .site-header > .container { border-radius: 9px !important; }
  .home-hero { border-radius: 16px !important; }
  .home-hero .ms_zag { letter-spacing: -.045em !important; }
  .home-hero__benefits li { padding: 7px 10px !important; border-radius: 7px !important; }
  .bike-card, .bike_item, .how_works_item { border-radius: 10px !important; }
  .sand_zag { padding: 21px 48px 21px 20px !important; font-size: 17px !important; }
  .sand_zag::after,
  .sandwich_item.act .sand_zag::after { top: 20px !important; right: 20px !important; }
  .st_cont { padding: 0 20px 22px !important; }
  .bike-modal__dialog { border-radius: 14px !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .page-id-81 .rental77-gallery-page { animation: none !important; }
}


/* R77 HOME EDITORIAL CONTENT + MICRO DETAILS — 2026-09-04 */
.home #primary,
.home main#main,
.home article#post-2 {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.home main#main { padding: 0 !important; }
.home article#post-2 { margin: 64px 0 10px !important; }
.home #post-2 .entry-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}
.home #post-2 .entry-content::before {
  content: 'Why ride with 77 Rental';
  grid-column: 1 / -1;
  margin-bottom: 14px;
  color: var(--rental77-ink);
  font-family: inherit;
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 730;
  line-height: 1.05;
  letter-spacing: -.045em;
}
.home #post-2 .entry-content > p {
  min-width: 0;
  margin: 0 !important;
  padding: 22px 22px 24px;
  color: var(--rental77-muted);
  background: rgba(255, 255, 255, .68);
  border: 1px solid var(--rental77-border);
  border-radius: var(--rental77-radius-md);
  font-size: 15px;
  line-height: 1.58;
}
.home #post-2 .entry-content > p::first-line {
  color: var(--rental77-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}
.home #post-2 .entry-content > p:first-child {
  grid-column: 1 / -1;
  max-width: 880px;
  padding: 0 0 16px;
  color: var(--rental77-muted);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  line-height: 1.55;
}
.home #post-2 .entry-content > p:first-child::first-line {
  color: var(--rental77-muted);
  font-size: inherit;
  font-weight: 400;
}
.home #post-2 .entry-content > p:last-child {
  grid-column: 1 / -1;
  padding: 26px 28px;
  color: rgba(255,255,255,.78);
  background: linear-gradient(112deg, #1b2921, #344139);
  border-color: rgba(255,255,255,.08);
}
.home #post-2 .entry-content > p:last-child::first-line {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.bike-card__more::after {
  content: '→';
  display: inline-block;
  margin-left: 6px;
  transition: transform 180ms ease;
}
@media (hover:hover) and (pointer:fine) {
  .bike-card:hover .bike-card__more::after,
  .bike-card:focus-visible .bike-card__more::after { transform: translateX(3px); }
}
@media (max-width: 900px) {
  .home #post-2 .entry-content { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .home article#post-2 { margin-top: 42px !important; }
  .home #post-2 .entry-content { grid-template-columns: 1fr; gap: 10px; }
  .home #post-2 .entry-content::before { margin-bottom: 8px; font-size: 31px; }
  .home #post-2 .entry-content > p,
  .home #post-2 .entry-content > p:last-child { grid-column: 1; padding: 20px; }
  .home #post-2 .entry-content > p:first-child { padding: 0 0 12px; font-size: 16px; }
}


/* R77 SEO CARD HEADING RHYTHM — 2026-09-04 */
.home #post-2 .entry-content > p > strong {
  display: block;
  margin: 0 0 11px;
  color: var(--rental77-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -.018em;
}
.home #post-2 .entry-content > p > strong + br { display: none; }
.home #post-2 .entry-content > p:last-child > strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: 20px;
}


/* R77 CONTACT CARD RECOMPOSE — 2026-09-04 */
.our_location .zag {
  margin-bottom: 22px !important;
}
.our_location .map_box {
  padding: 0 !important;
  overflow: hidden !important;
}
.our_location .map_box > .row.flex-center {
  display: grid !important;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.35fr) !important;
  align-items: stretch !important;
  margin: 0 !important;
}
.our_location .map_box .col-sm-6 {
  width: auto !important;
  min-width: 0 !important;
  float: none !important;
  padding: 0 !important;
}
.our_location .map_box .col-sm-6:first-child {
  display: flex !important;
  align-items: center !important;
  padding: 38px 36px !important;
}
.our_location .top_socs {
  width: 100% !important;
}
.our_location .conts_row {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 10px 0 !important;
  color: var(--rental77-ink) !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  border-bottom: 1px solid rgba(24,31,27,.08) !important;
}
.our_location .conts_row:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
.our_location .conts_row a {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: var(--rental77-ink) !important;
  text-decoration: none !important;
}
.our_location .map_container {
  width: 100% !important;
  height: 100% !important;
  min-height: 420px !important;
  border-radius: 0 var(--rental77-radius-lg) var(--rental77-radius-lg) 0 !important;
}
.our_location .map_container iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 420px !important;
}
@media (max-width: 767px) {
  .our_location .zag {
    margin-bottom: 16px !important;
  }
  .our_location .map_box > .row.flex-center {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .our_location .map_box .col-sm-6:first-child {
    padding: 20px 18px 16px !important;
  }
  .our_location .conts_row {
    gap: 10px !important;
    padding: 8px 0 !important;
    font-size: 15px !important;
    line-height: 1.42 !important;
  }
  .our_location .map_container,
  .our_location .map_container iframe {
    height: clamp(360px, 112vw, 500px) !important;
    min-height: 360px !important;
  }
  .our_location .map_container {
    border-radius: 0 0 var(--rental77-radius-md) var(--rental77-radius-md) !important;
  }
}


/* R77 CONTACT GRID CLEARFIX FIX — 2026-09-04 */
.our_location .map_box > .row.flex-center::before,
.our_location .map_box > .row.flex-center::after {
  display: none !important;
  content: none !important;
}


/* R77 MODERN CONTENT PASS 2 — 2026-09-04 */
/* Stronger editorial typography outside the bike catalogue */
.zag,
.rental77-gallery-heading h1,
.rental77-reviews-page h1,
.page-id-79 h1,
.page-id-30 h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Helvetica, Arial, sans-serif !important;
  font-weight: 760 !important;
  letter-spacing: -.045em !important;
  line-height: 1.04 !important;
}

/* How it works: one composed panel, not three unrelated cards */
.how_it_works .how_steps {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  overflow: hidden !important;
  color: #fff !important;
  background: linear-gradient(135deg, #18231d 0%, #23342a 100%) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 38px rgba(18,29,22,.12) !important;
}
.how_it_works .how_step {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 54px minmax(0,1fr) !important;
  gap: 17px !important;
  min-height: 186px !important;
  padding: 30px 28px !important;
  align-content: start !important;
}
.how_it_works .how_step + .how_step {
  border-left: 1px solid rgba(255,255,255,.13) !important;
}
.how_it_works .how_step__number {
  color: #74c365 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  line-height: 1.4 !important;
}
.how_it_works .how_step__body h3 {
  margin: 0 0 12px !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 21px !important;
  font-weight: 720 !important;
  line-height: 1.14 !important;
  letter-spacing: -.025em !important;
}
.how_it_works .how_step__body p {
  margin: 0 !important;
  color: rgba(255,255,255,.68) !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
}

/* Homepage SEO copy: editorial rows instead of a wall of cards */
.home #post-2 .entry-content {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 54px !important;
  row-gap: 0 !important;
}
.home #post-2 .entry-content > p {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 23px 0 24px !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid rgba(24,31,27,.14) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.home #post-2 .entry-content > p:first-of-type {
  grid-column: 1 / -1 !important;
  max-width: 880px !important;
  padding: 0 0 30px !important;
  border-top: 0 !important;
}
.home #post-2 .entry-content > p:last-child {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: minmax(230px,.72fr) minmax(0,1.28fr) !important;
  gap: 32px !important;
  align-items: baseline !important;
  margin-top: 13px !important;
  padding: 25px 0 0 !important;
  color: var(--rental77-ink) !important;
  background: transparent !important;
  border-top: 2px solid var(--rental77-ink) !important;
}
.home #post-2 .entry-content > p:last-child > strong {
  margin: 0 !important;
  color: var(--rental77-ink) !important;
  font-size: 20px !important;
}
.home #post-2 .entry-content > p:last-child a {
  color: var(--rental77-green) !important;
  font-weight: 750 !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px !important;
}

/* FAQ hierarchy and compact accordion rhythm */
.page-id-79 .faq-lead {
  max-width: 690px !important;
  margin: 0 0 34px !important;
  color: var(--rental77-muted) !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}
.page-id-79 .faq-group {
  margin: 0 0 38px !important;
}
.page-id-79 .faq-group__title {
  margin: 0 0 13px !important;
  color: var(--rental77-muted) !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .11em !important;
  text-transform: uppercase !important;
}
.page-id-79 .sandwich {
  display: grid !important;
  gap: 8px !important;
}
.page-id-79 .sandwich_item {
  margin: 0 !important;
  border: 1px solid var(--rental77-border) !important;
  border-radius: 11px !important;
  box-shadow: none !important;
}
.page-id-79 .sand_zag {
  min-height: 68px !important;
  padding: 22px 58px 22px 24px !important;
  font-family: inherit !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}
.page-id-79 .st_cont {
  padding: 0 24px 22px !important;
  color: var(--rental77-muted) !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
}

/* Reviews: editorial summary plus scannable trust facts */
.page-id-83 .rental77-reviews-page .container {
  max-width: 1050px !important;
}
.rental77-review-layout {
  display: grid !important;
  grid-template-columns: minmax(0,1.55fr) minmax(260px,.75fr) !important;
  gap: 16px !important;
  align-items: stretch !important;
}
.rental77-review-summary {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  min-height: 360px !important;
  padding: 46px !important;
  color: #fff !important;
  text-align: left !important;
  background: linear-gradient(135deg,#18231d,#2a3d31) !important;
  border: 0 !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 38px rgba(18,29,22,.14) !important;
}
.rental77-eyebrow {
  display: block !important;
  margin: 0 0 22px !important;
  color: #75c866 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}
.rental77-review-stars {
  margin-bottom: 16px !important;
  font-size: 25px !important;
  letter-spacing: .09em !important;
}
.rental77-review-summary h2 {
  margin: 0 0 14px !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: clamp(32px,4vw,50px) !important;
  font-weight: 760 !important;
  line-height: 1.02 !important;
  letter-spacing: -.05em !important;
}
.rental77-review-summary p {
  max-width: 570px !important;
  margin: 0 0 28px !important;
  color: rgba(255,255,255,.72) !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
}
.rental77-review-link {
  display: inline-flex !important;
  gap: 9px !important;
  align-items: center !important;
  min-height: 46px !important;
  padding: 12px 17px !important;
  color: #162019 !important;
  background: #fff !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 760 !important;
  text-decoration: none !important;
}
.rental77-review-facts {
  display: grid !important;
  gap: 12px !important;
}
.rental77-review-fact {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 24px 26px !important;
  background: rgba(255,255,255,.82) !important;
  border: 1px solid var(--rental77-border) !important;
  border-radius: 12px !important;
}
.rental77-review-fact strong {
  margin-bottom: 5px !important;
  color: var(--rental77-ink) !important;
  font-size: 27px !important;
  line-height: 1.1 !important;
  letter-spacing: -.04em !important;
}
.rental77-review-fact span,
.rental77-review-note {
  color: var(--rental77-muted) !important;
  font-size: 14px !important;
}
.rental77-review-note {
  margin: 18px 0 0 !important;
  text-align: center !important;
}

/* Gallery introduction */
.rental77-gallery-heading {
  max-width: 760px !important;
  margin: 0 0 32px !important;
}
.rental77-gallery-heading .rental77-eyebrow {
  margin-bottom: 12px !important;
}
.rental77-gallery-heading h1 {
  margin: 0 0 13px !important;
  color: var(--rental77-ink) !important;
  font-size: clamp(38px,5.2vw,66px) !important;
}
.rental77-gallery-heading .rental77-page-intro {
  margin: 0 !important;
  color: var(--rental77-muted) !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
}

/* Location label and guaranteed map visibility */
.our_location .conts_row--location a > span:last-child {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}
.our_location .conts_row--location strong {
  color: var(--rental77-ink) !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
}
.our_location .conts_row--location small {
  display: block !important;
  color: var(--rental77-muted) !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
}
.our_location .map_container iframe {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 767px) {
  .how_it_works .how_steps {
    grid-template-columns: minmax(0,1fr) !important;
  }
  .how_it_works .how_step {
    grid-template-columns: 43px minmax(0,1fr) !important;
    gap: 12px !important;
    min-height: 0 !important;
    padding: 23px 20px !important;
  }
  .how_it_works .how_step + .how_step {
    border-top: 1px solid rgba(255,255,255,.13) !important;
    border-left: 0 !important;
  }
  .home #post-2 .entry-content {
    grid-template-columns: minmax(0,1fr) !important;
  }
  .home #post-2 .entry-content > p:last-child {
    grid-template-columns: minmax(0,1fr) !important;
    gap: 10px !important;
  }
  .rental77-review-layout {
    grid-template-columns: minmax(0,1fr) !important;
  }
  .rental77-review-summary {
    min-height: 0 !important;
    padding: 30px 24px !important;
  }
  .rental77-review-facts {
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    gap: 7px !important;
  }
  .rental77-review-fact {
    min-width: 0 !important;
    padding: 16px 10px !important;
  }
  .rental77-review-fact strong { font-size: 20px !important; }
  .rental77-review-fact span { font-size: 11px !important; }
  .rental77-gallery-heading { margin-bottom: 22px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero,
  .home-hero::before,
  .home-hero::after,
  .bike-card,
  .bike-modal,
  .rental77-gallery-page,
  .sandwich_item,
  .how_step {
    animation: none !important;
    transition-duration: .01ms !important;
  }
}


/* R77 HOW IT WORKS COPY HIERARCHY — 2026-09-04 */
.how_it_works .how_step {
  grid-template-columns: 34px minmax(0, 1fr) !important;
  gap: 10px !important;
}
.how_it_works .how_step__body .how_step__lead {
  margin: 0 !important;
  color: rgba(255,255,255,.74) !important;
  font-size: 15px !important;
  line-height: 1.52 !important;
}
.how_it_works .how_step__body .how_step__note {
  margin: 11px 0 0 !important;
  padding-top: 9px !important;
  color: rgba(255,255,255,.40) !important;
  border-top: 1px solid rgba(255,255,255,.09) !important;
  font-size: 11px !important;
  line-height: 1.42 !important;
}
@media (max-width: 767px) {
  .how_it_works .how_step {
    grid-template-columns: 31px minmax(0, 1fr) !important;
    gap: 9px !important;
  }
}


/* R77 HOW IT WORKS SINGLE-LINE HEADINGS — 2026-09-04 */
.how_it_works .how_step__body h3 {
  white-space: nowrap !important;
}
@media (max-width: 380px) {
  .how_it_works .how_step__body h3 {
    font-size: 19px !important;
  }
}


/* R77 CONTACT LINKS TOP ALIGNMENT — 2026-09-04 */
@media (min-width: 768px) {
  .our_location .map_box .col-sm-6:first-child {
    align-items: flex-start !important;
    padding-top: 30px !important;
  }
}


/* R77 CONTACT LINK DETAILS — 2026-09-04 */
.our_location .conts_row > a {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}
.our_location .contact-copy,
.our_location .conts_row--location a > span:last-child {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 2px !important;
  min-width: 0 !important;
}
.our_location .contact-copy strong,
.our_location .conts_row--location strong {
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}
.our_location .contact-copy small,
.our_location .conts_row--location small {
  display: block !important;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  opacity: .62 !important;
}


/* R77 CONTACT DETAILS HOVER REVEAL — 2026-09-04 */
.our_location .conts_row > a {
  width: 100% !important;
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .our_location .contact-copy strong,
  .our_location .conts_row--location a > span:last-child strong {
    transform: translateY(8px);
    transition: color 180ms ease, transform 220ms cubic-bezier(.2,.8,.2,1);
  }
  .our_location .contact-copy small,
  .our_location .conts_row--location a > span:last-child small {
    opacity: 0 !important;
    transform: translateY(-4px);
    transition: opacity 170ms ease, transform 220ms cubic-bezier(.2,.8,.2,1);
  }
  .our_location .conts_row > a:hover strong,
  .our_location .conts_row > a:focus-visible strong {
    color: var(--rental77-green) !important;
    transform: translateY(0);
  }
  .our_location .conts_row > a:hover small,
  .our_location .conts_row > a:focus-visible small {
    opacity: .66 !important;
    transform: translateY(0);
  }
  .our_location .conts_row > a:focus-visible {
    outline: 2px solid rgba(45,133,51,.28) !important;
    outline-offset: 5px !important;
    border-radius: 4px;
  }
}


/* R77 CONTACT ROW HOVER FIX — 2026-09-04 */
@media (min-width: 768px) and (hover: hover) {
  .our_location .conts_row {
    cursor: pointer;
  }
  .our_location .conts_row:hover strong,
  .our_location .conts_row:focus-within strong {
    color: var(--rental77-green) !important;
    transform: translateY(0) !important;
  }
  .our_location .conts_row:hover small,
  .our_location .conts_row:focus-within small {
    opacity: .72 !important;
    transform: translateY(0) !important;
  }
}


/* R77 CONTACT TEXT SWAP — 2026-09-04 */
@media (min-width: 768px) and (hover: hover) {
  .our_location .contact-copy,
  .our_location .conts_row--location a > span:last-child {
    position: relative !important;
    display: block !important;
    min-width: 210px !important;
    min-height: 20px !important;
    overflow: visible !important;
  }
  .our_location .contact-copy strong,
  .our_location .contact-copy small,
  .our_location .conts_row--location a > span:last-child strong,
  .our_location .conts_row--location a > span:last-child small {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    white-space: nowrap !important;
    transition: opacity 180ms ease, transform 220ms cubic-bezier(.2,.8,.2,1), color 180ms ease !important;
  }
  .our_location .contact-copy strong,
  .our_location .conts_row--location a > span:last-child strong {
    opacity: 1 !important;
    color: var(--rental77-ink) !important;
    transform: translateY(0) !important;
  }
  .our_location .contact-copy small,
  .our_location .conts_row--location a > span:last-child small {
    opacity: 0 !important;
    color: var(--rental77-green) !important;
    transform: translateY(6px) !important;
  }
  .our_location .conts_row:hover strong,
  .our_location .conts_row:focus-within strong {
    opacity: 0 !important;
    transform: translateY(-6px) !important;
  }
  .our_location .conts_row:hover small,
  .our_location .conts_row:focus-within small {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}


/* FAQ follows the same 1140px content width as the other pages */
.page-id-79 main#main {
  width: calc(100% - 40px) !important;
  max-width: 1140px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (max-width: 767px) {
  .page-id-79 main#main {
    width: calc(100% - 24px) !important;
    padding: 24px 18px 48px !important;
  }
}


/* R77 MINIMAL HEADER ICON HOVER — 2026-09-04 */
.site-header .top_socs .fa-stack {
  filter: none !important;
  transform: translateY(0) scale(1) !important;
  transition: transform 160ms ease, opacity 160ms ease !important;
}
.site-header .top_socs .fa-circle {
  transition: color 160ms ease !important;
}
@media (hover: hover) and (pointer: fine) {
  .site-header .top_socs a:hover .fa-stack,
  .site-header .top_socs a:focus-visible .fa-stack {
    filter: none !important;
    transform: translateY(-1px) scale(1) !important;
  }
  .site-header .top_socs a:hover .fa-circle,
  .site-header .top_socs a:focus-visible .fa-circle {
    color: #3f9a45 !important;
  }
}
.site-header .top_socs a:active .fa-stack {
  filter: none !important;
  opacity: .82 !important;
  transform: translateY(0) scale(1) !important;
}


/* R77 HERO LOGO OVERLAY — 2026-09-04 */
.home-hero__brand-mark {
    position: absolute !important;
    z-index: 1 !important;
    left: clamp(22px, 2.2vw, 36px) !important;
    top: 50% !important;
    width: clamp(520px, 48vw, 760px) !important;
    max-width: 49% !important;
    height: auto !important;
    opacity: .075 !important;
    filter: grayscale(1) brightness(1.35) !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    user-select: none !important;
}


/* Desktop hero logo uses one final top-left anchor. */
@media (min-width: 768px) {
  .home-hero__brand-mark {
    left: clamp(170px, calc(14.5vw - 10px), 220px) !important;
    top: clamp(-13px, calc(7vw - 85px), 25px) !important;
    transform: none !important;
  }
}


/* R77 DESKTOP HERO COPY UP 10PX MORE — 2026-09-04 */
@media (min-width: 1368px) {
  .home #home-hero-title {
    position: relative !important;
    top: -45px !important;
  }
  .home .home-hero__lead {
    position: relative !important;
    top: -35px !important;
  }
}


/* R77 DESKTOP HERO BENEFITS 30PX FROM BOTTOM — 2026-09-04 */
@media (min-width: 1368px) {
  .home .home-hero__benefits {
    position: absolute !important;
    left: clamp(28px, 4vw, 64px) !important;
    bottom: 30px !important;
    margin: 0 !important;
  }
}


/* R77 HOME CLOSED CARD TITLE LIFT — 2026-09-04 */
body.home .bike-catalog .bike-card__name {
  position: relative !important;
  top: -6px !important;
}


/* R77 HOME CLOSED CARD PRICE / VERSION RHYTHM — 2026-09-05 */
body.home .bike-catalog .bike-card__options {
  margin-top: 11px !important;
}


/* R77 VIEW DETAILS SUBTLE HOVER — 2026-09-05 */
body.home .bike-catalog .bike-card__more {
  position: relative !important;
  background-image: linear-gradient(currentColor, currentColor) !important;
  background-repeat: no-repeat !important;
  background-position: left 100% !important;
  background-size: 0 1px !important;
  transition: color 200ms ease, transform 200ms cubic-bezier(.2,.8,.2,1), background-size 240ms cubic-bezier(.2,.8,.2,1), letter-spacing 200ms ease !important;
}
@media (hover: hover) and (pointer: fine) {
  body.home .bike-catalog .bike-card:hover .bike-card__more,
  body.home .bike-catalog .bike-card:focus-visible .bike-card__more {
    color: #1f7620 !important;
    transform: translateY(-1px) !important;
    background-size: 7.15em 1px !important;
    letter-spacing: .012em !important;
  }
  body.home .bike-catalog .bike-card:hover .bike-card__more::after,
  body.home .bike-catalog .bike-card:focus-visible .bike-card__more::after {
    transform: translateX(5px) !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.home .bike-catalog .bike-card__more { transition: none !important; }
}


/* R77 HOW IT WORKS TIGHTER NUMBER ALIGNMENT — 2026-09-05 */
@media (min-width: 768px) {
  .how_it_works .how_step {
    padding-left: 24px !important;
    grid-template-columns: 32px minmax(0, 1fr) !important;
    gap: 8px !important;
  }
}
/* Rental77 server-rendered bike pages use the shared bike-card visual system. */
.r77-bike-page {
  min-height: 70vh;
  padding: 22px 0 64px;
  background: #f3f1ec;
}
.r77-bike-page__container { max-width: 1180px; }
.r77-bike-breadcrumbs {
  display: flex;
  margin: 0 0 10px;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  color: #65706a;
  font-size: 13px;
  white-space: nowrap;
}
.r77-bike-breadcrumbs a { color: #26312b; text-decoration: none; }
.r77-bike-breadcrumbs a:hover,
.r77-bike-breadcrumbs a:focus-visible { color: #278126; text-decoration: underline; text-underline-offset: 3px; }
.r77-bike-page__navigation {
  display: flex;
  min-height: 44px;
  margin: 0 0 14px;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.r77-bike-page__back,
.r77-bike-page__step {
  display: inline-flex;
  box-sizing: border-box;
  min-height: 44px;
  padding: 5px 11px;
  align-items: center;
  gap: 7px;
  color: #425249;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(45,64,53,.12);
  border-radius: 9px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.r77-bike-page__back:hover,
.r77-bike-page__back:focus-visible,
.r77-bike-page__step:hover,
.r77-bike-page__step:focus-visible { color: #1f6f24; background: #fff; border-color: rgba(39,129,38,.28); }
.r77-bike-page__navigation a:focus-visible { outline: 2px solid #278126; outline-offset: 3px; }
.r77-bike-page__back { flex-shrink: 0; }
.r77-bike-page__adjacent {
  display: flex;
  min-width: 0;
  max-width: 100%;
  margin-left: auto;
  justify-content: flex-end;
  gap: 8px;
}
.r77-bike-page__step { min-width: 0; max-width: 240px; }
.r77-bike-page__step--next { text-align: right; }
.r77-bike-page__model { min-width: 0; overflow-wrap: anywhere; }
.r77-bike-page__arrow { flex-shrink: 0; font-size: 20px; line-height: 1; font-weight: 400; }
.r77-bike-page__direction { display: none; }
@media (max-width: 700px) {
  .r77-bike-page__model { display: none; }
  .r77-bike-page__direction { display: inline; }
}
.r77-bike-page__hero {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(23,28,24,.08);
  border-radius: 18px;
  box-shadow: 0 15px 45px rgba(18,28,24,.08);
}
.r77-bike-page__hero .bike-detail {
  position: relative;
  display: grid;
  min-height: 680px;
  padding: 36px;
  grid-template-columns: minmax(0,1.08fr) minmax(420px,.92fr);
  grid-template-areas: "visual copy" "visual benefits" "visual prices" "visual action" "specs specs";
  column-gap: 34px;
  align-items: start;
}
.r77-bike-page__hero .bike-detail__copy { grid-area: copy; min-width: 0; }
.r77-bike-page__hero .bike-detail__eyebrow { margin-bottom: 7px; }
.r77-bike-page__hero .bike-detail__title { margin: 0 0 17px; font-size: clamp(31px,3vw,41px); line-height: 1.05; }
.r77-bike-page__hero .bike-detail__selectors { margin-bottom: 16px; gap: 12px; }
.r77-bike-page__hero .bike-option-group--colors {
  align-self: end;
}
.r77-bike-page__hero .bike-option-group--colors .bike-color-options {
  padding-top: 0;
}
.r77-bike-page__hero .bike-detail__visual {
  grid-area: visual;
  display: flex;
  min-width: 0;
  min-height: 608px;
  padding: 28px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg,#f2f6f2,#fff 72%);
  border: 1px solid #edf1ed;
  border-radius: 15px;
}
.r77-bike-page__hero .bike-detail__visual img {
  display: block;
  width: 100%;
  height: 500px;
  max-height: 500px;
  object-fit: contain;
}
.r77-bike-page__hero .bike-detail__specs {
  grid-area: specs;
  grid-template-columns: repeat(5,minmax(0,1fr));
  width: 100%;
  margin: 6px 0 0;
}
.r77-bike-page__hero .bike-detail__specs > div,
.r77-bike-page__hero .bike-detail__specs > .bike-detail__spec--compact { grid-column: auto; }
.r77-bike-page__hero .bike-detail__benefits {
  grid-area: benefits;
  display: flex;
  margin: 16px 0 4px;
  gap: 8px 18px;
  flex-wrap: wrap;
}
.r77-bike-page__hero .bike-detail__benefits li { margin: 3px 0; font-size: 13px; }
.r77-bike-page__hero .bike-detail__prices { grid-area: prices; width: 100%; margin: 10px 0 18px; }
.r77-bike-page__hero .bike-detail__prices > div { width: 100%; max-width: none; padding: 7px 0; }
.r77-bike-page__hero .bike-detail__action { grid-area: action; padding: 0; }
.r77-bike-page__hero .bike-detail__action .button { width: 100%; max-width: none; min-height: 50px; }
.r77-bike-page__content {
  width: 100%;
  max-width: none;
  margin: 34px 0 0;
  padding: 36px 40px;
  box-sizing: border-box;
  color: #303a35;
  background: #fff;
  border: 1px solid rgba(23,28,24,.07);
  border-radius: 16px;
  line-height: 1.72;
  box-shadow: 0 10px 32px rgba(18,28,24,.05);
}
.r77-bike-page__content-inner { width: min(100%, 880px); margin: 0 auto; }
.r77-bike-page__content h2,
.r77-bike-related h2 { margin: 0 0 14px; color: #17221d; }
.r77-bike-page__content p { margin: 0 0 18px; }
.r77-bike-page__rental-info { margin-top: 28px; padding-top: 25px; border-top: 1px solid #e3e6e2; }
.r77-bike-page__rental-info ul { margin: 0; padding-left: 20px; }
.r77-bike-related { margin-top: 38px; }
.r77-bike-related__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.r77-bike-related__grid > a { display: grid; gap: 5px; padding: 16px; color: #17221d; background: #fff; border: 1px solid rgba(23,28,24,.07); border-radius: 14px; text-decoration: none; box-shadow: 0 8px 24px rgba(18,28,24,.06); transition: transform .2s ease,box-shadow .2s ease; }
.r77-bike-related__grid > a:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(18,28,24,.1); }
.r77-bike-related img { width: 100%; height: 190px; object-fit: contain; }
.r77-bike-related span { color: #637069; font-size: 13px; }
@media (max-width: 1024px) {
  .r77-bike-page__hero .bike-detail {
    min-height: 0;
    padding: 28px;
    grid-template-columns: 1fr;
    grid-template-areas: "visual" "copy" "specs" "prices" "benefits" "action";
    gap: 22px;
  }
  .r77-bike-page__hero .bike-detail__visual { min-height: 390px; padding: 22px; }
  .r77-bike-page__hero .bike-detail__visual img { height: 360px; max-height: 360px; }
  .r77-bike-page__hero .bike-detail__benefits,
  .r77-bike-page__hero .bike-detail__prices { margin: 0; }
  .r77-bike-page__hero .bike-detail__specs { grid-template-columns: repeat(4,minmax(0,1fr)); margin: 0; }
  .r77-bike-related__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 700px) {
  .r77-bike-page { padding: 10px 0 48px; }
  .r77-bike-page__container { width: calc(100% - 24px); }
  .r77-bike-breadcrumbs { margin-bottom: 8px; overflow-x: auto; }
  .r77-bike-page__navigation { margin-bottom: 10px; }
  .r77-bike-page__hero { border-radius: 14px; }
  .r77-bike-page__hero .bike-detail { padding: 16px; gap: 17px; }
  .r77-bike-page__hero .bike-detail__visual { min-height: 280px; padding: 14px; border-radius: 11px; }
  .r77-bike-page__hero .bike-detail__visual img { height: 255px; max-height: 255px; }
  .r77-bike-page__hero .bike-detail__title { font-size: 27px; }
  .r77-bike-page__hero .bike-detail__specs { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
  .r77-bike-page__hero .bike-detail__specs > div,
  .r77-bike-page__hero .bike-detail__specs > .bike-detail__spec--compact { grid-column: auto; height: auto; min-height: 58px; padding: 8px 9px; }
  .r77-bike-page__hero .bike-detail__specs span { font-size: 9px; font-weight: 800; }
  .r77-bike-page__hero .bike-detail__specs strong { font-size: 11.5px; font-weight: 700; }
  .r77-bike-page__content { margin-top: 20px; padding: 25px 20px; border-radius: 14px; }
  .r77-bike-page__content-inner { width: 100%; }
  .r77-bike-related__grid { grid-template-columns: 1fr; }
  .r77-bike-related img { height: 210px; }
}
