body {
    background: #f8f9fa;
    color: #212529;
}

.cms-content img {
    max-width: 100%;
    height: auto;
}

.cms-content table {
    width: 100%;
}

.nav-link {
    color: #212529;
}

.nav-link:hover,
.nav-link:focus {
    color: #0d6efd;
}

.site-header-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.site-header .navbar {
    min-height: 0;
}

.site-header .navbar > .container {
    align-items: center;
}

.site-header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
}

.site-header .navbar-toggler {
    align-self: center;
}

.site-header .navbar-collapse {
    align-items: center;
}

.site-header .navbar-nav {
    align-items: center;
}

.navbar .dropdown-menu {
    border-color: #dee2e6;
}

@media (max-width: 991.98px) {
    .site-header .navbar-collapse {
        padding-top: .5rem;
    }

    .site-header .navbar-nav {
        align-items: flex-start;
    }

    .navbar .dropdown-menu {
        position: static;
        float: none;
        border: 0;
        border-left: 2px solid #dee2e6;
        border-radius: 0;
        margin-left: .5rem;
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .navbar .dropdown-item {
        padding-left: .75rem;
        padding-right: .75rem;
    }
}

.product-gallery-stage {
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.product-gallery-main-image {
    cursor: zoom-in;
}

.product-gallery-stage img {
    max-height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    background: #fff;
}

.product-gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    border-color: #dee2e6;
}

.product-gallery-nav-prev {
    left: .5rem;
}

.product-gallery-nav-next {
    right: .5rem;
}

.product-gallery-zoom {
    position: absolute;
    right: .5rem;
    bottom: .5rem;
    z-index: 3;
    border-color: #dee2e6;
}

.product-gallery-modal-body {
    position: relative;
}

.product-gallery-modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    border-color: #dee2e6;
}

.product-gallery-modal-nav-prev {
    left: .75rem;
}

.product-gallery-modal-nav-next {
    right: .75rem;
}

.product-gallery-thumb {
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.product-gallery-thumb.is-active {
    border-color: #0d6efd !important;
    box-shadow: 0 0 0 1px #0d6efd;
}

.product-gallery-thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product-meta-list li + li {
    margin-top: .35rem;
}

.product-price {
    letter-spacing: -.01em;
}

.shop-category-card {
    border-color: #dee2e6;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.shop-category-card:hover,
.shop-category-card:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 1px #0d6efd;
}

.shop-sidebar-card {
    border-color: #dee2e6;
}

.shop-sidebar-card .list-group-item {
    border-left: 0;
    border-right: 0;
}

.shop-sidebar-card .list-group-item:first-child {
    border-top: 0;
}

.shop-sidebar-card .list-group-item:last-child {
    border-bottom: 0;
}

.shop-product-card {
    overflow: hidden;
}

.shop-product-image {
    display: block;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.shop-product-image img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.shop-product-image-placeholder {
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: 1.5rem;
}

.blog-sidebar-card {
    border-color: #dee2e6;
}

.blog-sidebar-card .list-group-item {
    border-left: 0;
    border-right: 0;
}

.blog-sidebar-card .list-group-item:first-child {
    border-top: 0;
}

.blog-sidebar-card .list-group-item:last-child {
    border-bottom: 0;
}

.blog-post-card {
    border-color: #dee2e6;
}

.blog-post-image {
    display: block;
    border-bottom: 1px solid #e9ecef;
}

.blog-post-image img {
    aspect-ratio: 16 / 7;
    object-fit: cover;
}

.footer-column-html img {
    max-width: 100%;
    height: auto;
}

.footer-column-html a {
    color: inherit;
}

.cookie-consent-banner {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 1080;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: .75rem;
    padding: .75rem;
}

.cookie-consent-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

.cookie-consent-copy {
    flex: 1 1 auto;
}

.cookie-consent-actions {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex: 0 0 auto;
}

@media (max-width: 767.98px) {
    .cookie-consent-content {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-consent-actions {
        justify-content: flex-end;
    }
}

@media (min-width: 992px) {
    .shop-overview aside,
    .shop-category aside,
    .blog-overview aside,
    .blog-post-detail aside {
        position: sticky;
        top: 1rem;
        align-self: flex-start;
    }
}

.block {
    margin-top: 2rem;
}

.block + .block {
    margin-top: 1.25rem;
}

.block-pros-cons ul {
    padding-left: 1.1rem;
    margin-bottom: 0;
}

.block-pros-cons li + li {
    margin-top: .35rem;
}

.block-table table {
    margin-bottom: 0;
}

.block-gallery figure {
    margin: 0;
}

.block-gallery img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.block-cta .cta-card {
    border: 1px solid #dee2e6;
    border-radius: 1rem;
    overflow: hidden;
}

.block-cta .cta-content {
    height: 100%;
}

.block-cta .cta-title {
    margin-bottom: .75rem;
}

.block-cta .cta-text > *:last-child {
    margin-bottom: 0;
}

.block-cta .cta-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.block-cta .cta-media-top img {
    aspect-ratio: 16 / 7;
}

.block-cta .cta-media-side {
    min-height: 260px;
}

.block-cta .cta-highlight-soft {
    background: linear-gradient(145deg, #f8fbff 0%, #edf4ff 100%);
}

.block-cta .cta-highlight-strong {
    background: linear-gradient(145deg, #0d6efd 0%, #0a58ca 100%);
    color: #fff;
}

.block-cta .cta-highlight-strong .cta-title,
.block-cta .cta-highlight-strong .cta-text {
    color: #fff;
}

.block-cta .cta-highlight-outline {
    background: #fff;
    border-width: 2px;
    border-color: #0d6efd;
}

@media (max-width: 767.98px) {
    .block-cta .cta-media-side {
        min-height: 220px;
    }
}

.block-hero-banner .carousel-inner {
    border: 1px solid #dee2e6;
    background: #111;
}

.hero-banner-slide {
    min-height: clamp(280px, 45vw, 520px);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: clamp(1.5rem, 3vw, 3rem);
}

.hero-banner-slide-no-image {
    background: linear-gradient(135deg, #343a40, #212529);
}

.hero-banner-inner {
    max-width: 720px;
}

.hero-banner-content h1,
.hero-banner-content h2,
.hero-banner-content h3 {
    color: #fff;
    margin-bottom: .75rem;
}

.hero-banner-content p:last-child {
    margin-bottom: 0;
}

.block-hero-banner .carousel-control-prev,
.block-hero-banner .carousel-control-next {
    width: 8%;
}

.block-hero-banner .carousel-indicators [data-bs-target] {
    width: 32px;
}
