section.banner {
    max-width: 10rem;
    margin: 1rem;
    float: right;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 1rem;
    transition: filter 250ms;
    filter: none;
    animation: none;
}

section.banner:hover {
    filter: none;
    animation: none;
}

section.banner img {
    width: 100%;
    border-radius: 10px;
}

section.banner h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
}

section.banner p {
    text-align: center;
}

section.banner span {
    display: block;
    color: #315a02;
    text-align: center;
}

section.green-line {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 1rem;
    background-color: #03632d;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #e5e5e5;
}

section.green-line h3 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #e5e5e5;
}

section.green-line p {
    text-align: center;
    color: #e5e5e5;
}

section.green-line span {
    display: block;
    color: #f4c920;
    text-align: center;
}

main section.comments a,
main section.comments a:visited {
    text-decoration: underline;
}

main section.comments a:before {
    content: 'link → ';
    transition: color 250ms;
}

main section.comments a:hover:before {
    color: #ffa500;
}

main section.comments div.comments h3 {
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
}

main section.comments input.name {
    margin-top: 1rem;
}

main section.comments input.name,
main section.comments textarea.comment {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font: inherit;
    resize: vertical;
}

main section.comments textarea.comment {
    height: 10rem;
}

main section.comments p.comment {
    font-style: italic;
}

main section.comments p.name {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
}

main section.comments button.send {
    width: 100%;
    padding: 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #006b00;
    font: inherit;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    transition: filter 250ms;
    filter: saturate(1);
}

main section.comments button.send:hover {
    filter: saturate(2);
}

section.catalog {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1rem;
    height: 5rem;
    max-width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow-x: auto;
    scrollbar-width: none;
}

section.catalog div.product {
    margin: 1rem;
    padding: 1rem;
    border: 1px solid #e5e5e5;
}

/* Breadcrumbs */

.breadcrumbs {
    max-width: 760px;
    margin: 1rem auto;
    padding: 0 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #666;
}

.breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs-item {
    display: inline-flex;
    align-items: center;
    color: #666;
}

.breadcrumbs-item:not(:last-child)::after {
    content: '/';
    margin-left: 0.35rem;
    color: #aaa;
}

.breadcrumbs a {
    color: #006600;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs-item.current,
.breadcrumbs-item.current span {
    color: #888;
}

/* Hub / subhub navigation blocks */

.hub-nav-block,
.subhub-nav-block {
    max-width: 760px;
    margin: 1rem auto 2rem;
    padding: 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #f8f8f8;
    box-shadow: none;
}

.subhub-nav-block {
    background: #fff;
}

.hub-nav-heading,
.subhub-nav-heading,
.subhub-nav-block .hub-nav-heading {
    margin-bottom: 0.75rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #555;
}

.hub-nav-list,
.subhub-nav-list,
.subhub-nav-block .hub-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hub-nav-item,
.subhub-nav-item,
.subhub-nav-block .hub-nav-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hub-nav-link,
.subhub-nav-link,
.subhub-nav-block .hub-nav-link {
    display: inline-block;
    padding: 0.45rem 0.7rem;
    border: 1px solid #ddd;
    border-radius: 999px;
    background: #fff;
    color: #333;
    font-size: 0.9rem;
    line-height: 1.3;
    text-decoration: none;
    transition: border-color 250ms, color 250ms, background-color 250ms;
}

.subhub-nav-link,
.subhub-nav-block .hub-nav-link {
    border-radius: 6px;
    background: #f8f8f8;
    font-size: 0.875rem;
}

.hub-nav-link:hover,
.subhub-nav-link:hover,
.subhub-nav-block .hub-nav-link:hover {
    border-color: #006600;
    color: #006600;
    background: #fff;
}

.hub-nav-link.current {
    border-color: #006600;
    background: #006600;
    color: #fff;
}

.subhub-nav-link.current,
.subhub-nav-block .hub-nav-link.current {
    border-color: #b7d7b7;
    background: #eef7ee;
    color: #006600;
    font-weight: 700;
    box-shadow: none;
}

/* Hub / subhub navigation inside fixed right sidebar */

aside .right-side .hub-nav-block,
aside .right-side .subhub-nav-block {
    width: 100%;
    max-width: none;
    margin: 0 0 0.75rem;
    padding: 0.75rem;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    background: #f8f8f8;
    box-shadow: none;
}

aside .right-side .subhub-nav-block {
    background: #fff;
}

aside .right-side .hub-nav-heading,
aside .right-side .subhub-nav-heading,
aside .right-side .subhub-nav-block .hub-nav-heading {
    margin-bottom: 0.55rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    color: #555;
}

aside .right-side .hub-nav-list,
aside .right-side .subhub-nav-list,
aside .right-side .subhub-nav-block .hub-nav-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.3rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

aside .right-side .hub-nav-item,
aside .right-side .subhub-nav-item,
aside .right-side .subhub-nav-block .hub-nav-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

aside .right-side .hub-nav-link,
aside .right-side .subhub-nav-link,
aside .right-side .subhub-nav-block .hub-nav-link {
    display: block;
    padding: 0.42rem 0.55rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    color: #333;
    font-size: 0.78rem;
    line-height: 1.25;
    text-decoration: none;
    box-shadow: none;
    overflow-wrap: anywhere;
}

aside .right-side .hub-nav-link:hover,
aside .right-side .subhub-nav-link:hover,
aside .right-side .subhub-nav-block .hub-nav-link:hover {
    border-color: #006600;
    color: #006600;
    background: #fff;
}

aside .right-side .hub-nav-link.current {
    border-color: #006600;
    background: #006600;
    color: #fff;
}

aside .right-side .subhub-nav-link.current,
aside .right-side .subhub-nav-block .hub-nav-link.current {
    border-color: #b7d7b7;
    background: #eef7ee;
    color: #006600;
    font-weight: 700;
}
