/**
- Lumis Beheer BV
- airguns.css
- Onderdeel van het Shop systeem, ontwikkeld voor Airguns.nl
 */

.btn-default {
    font-size: 14px;
    font-weight: 400;
}

/* Interactive catalog product cards */
[data-product-card] {
    cursor: pointer;
}

.category-product-gallery,
.category-product-gallery-link,
.category-product-gallery-stage {
    display: block;
    position: relative;
}

.category-product-gallery-stage {
    aspect-ratio: 150 / 191;
    background: #fff;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.airguns-category-page .category-product-gallery-image {
    aspect-ratio: 150 / 191;
    border-radius: 10px 10px 0 0;
    height: 100%;
    inset: 0;
    object-fit: contain;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.airguns-category-page .category-product-gallery-image.is-active {
    opacity: 1;
}

.category-product-gallery-control {
    align-items: center;
    background: rgb(255 255 255 / 94%);
    border: 1px solid rgb(62 56 5 / 14%);
    border-radius: 50%;
    box-shadow: 0 3px 14px rgb(31 28 2 / 14%);
    color: #3e3805;
    cursor: pointer;
    display: flex;
    height: 34px;
    justify-content: center;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 45%;
    transform: translateY(-50%) scale(0.92);
    transition:
        opacity 180ms ease,
        transform 180ms ease,
        background-color 180ms ease;
    width: 34px;
    z-index: 5;
}

.category-product-gallery-control.is-previous {
    left: 10px;
}

.category-product-gallery-control.is-next {
    right: 10px;
}

.category-product-gallery-control-zone {
    cursor: default;
    height: 76px;
    pointer-events: none;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 54px;
    z-index: 4;
}

.category-product-gallery-control-zone.is-previous {
    left: 0;
}

.category-product-gallery-control-zone.is-next {
    right: 0;
}

.category-product-gallery-control[hidden] {
    display: none;
}

.category-product-gallery-control .material-symbols-outlined {
    font-size: 21px;
    font-variation-settings:
        'FILL' 0,
        'wght' 350,
        'GRAD' 0,
        'opsz' 20;
}

.category-product-gallery-control:hover,
.category-product-gallery-control:focus-visible {
    background: #3e3805;
    color: #fff;
}

.category-product-gallery-control:focus-visible {
    outline: 2px solid #fc5;
    outline-offset: 2px;
}

.category-product-model-list {
    bottom: 0;
    display: flex;
    gap: 6px;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 10px;
    pointer-events: none;
    position: absolute;
    right: 0;
    transform: translateY(100%);
    transition:
        opacity 240ms ease,
        transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
    visibility: hidden;
    z-index: 4;
}

.category-product-model-list::after {
    background: #3e3805;
    bottom: 0;
    content: '';
    height: 1px;
    left: 10px;
    pointer-events: none;
    position: absolute;
    width: 70%;
}

.category-product-model-link {
    background: #f3f1e3;
    border: 1px solid rgb(104 94 11 / 18%);
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    color: #3e3805;
    flex: 0 0 auto;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    max-width: 180px;
    overflow: hidden;
    padding: 7px 9px;
    text-overflow: ellipsis;
    transition:
        background-color 160ms ease,
        border-color 160ms ease,
        color 160ms ease;
    white-space: nowrap;
}

.category-product-model-link:hover,
.category-product-model-link:focus-visible {
    background: #3e3805;
    border-color: #3e3805;
    color: #fff;
}

.category-product-model-link.is-unavailable {
    color: #777466;
    opacity: 0.65;
}

.category-product-model-more {
    box-sizing: border-box;
    font-weight: 600;
    min-width: 34px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
}

.category-product-model-link:focus-visible {
    outline: 2px solid #fc5;
    outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
    .category-product-gallery-control-zone {
        pointer-events: auto;
    }

    [data-product-card]:hover .category-product-gallery-control,
    .category-product-gallery-control:focus-visible {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(-50%) scale(1);
    }

    [data-product-card]:hover .category-product-model-list,
    [data-product-card]:focus-within .category-product-model-list {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }

    .has-card-models.has-card-sale:hover .category-product-deal-badge,
    .has-card-models.has-card-sale:focus-within .category-product-deal-badge {
        bottom: 40px;
    }
}

@media (hover: none), (pointer: coarse) {
    .category-product-gallery-control,
    .category-product-gallery-control-zone,
    .category-product-model-list {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .category-product-gallery-control,
    .category-product-model-list {
        transition: none;
    }
}

/* Cookie information */
.airguns-cookie-notice {
    align-items: center;
    background: #3e3805;
    border: 1px solid rgb(252 204 85 / 35%);
    border-radius: 10px;
    bottom: max(18px, env(safe-area-inset-bottom));
    box-shadow: 0 14px 42px rgb(31 28 2 / 30%);
    display: grid;
    gap: 18px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    left: 50%;
    max-width: 1120px;
    opacity: 0;
    padding: 19px 22px;
    position: fixed;
    transform: translate(-50%, 18px);
    transition:
        opacity 280ms ease,
        transform 280ms ease;
    width: calc(100% - 36px);
    z-index: 10000;
}

.airguns-cookie-notice.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.airguns-cookie-notice__icon {
    align-items: center;
    background: #fc5;
    border-radius: 50%;
    color: #3e3805;
    display: flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.airguns-cookie-notice__icon .material-symbols-outlined {
    font-size: 24px;
}

.airguns-cookie-notice__content h2 {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 4px;
}

.airguns-cookie-notice__content p {
    color: rgb(255 255 255 / 82%);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.55;
    margin: 0;
}

.airguns-cookie-notice__button {
    background: #fc5;
    border: 1px solid #fc5;
    border-radius: 6px;
    color: #3e3805;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    min-width: 112px;
    padding: 13px 18px;
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease;
}

.airguns-cookie-notice__button:hover,
.airguns-cookie-notice__button:focus-visible {
    background: #fff;
    border-color: #fff;
    color: #3e3805;
}

.airguns-cookie-notice__button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

@media (max-width: 767px) {
    .airguns-cookie-notice {
        bottom: max(10px, env(safe-area-inset-bottom));
        gap: 14px;
        grid-template-columns: auto minmax(0, 1fr);
        padding: 17px;
        width: calc(100% - 20px);
    }

    .airguns-cookie-notice__button {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .airguns-cookie-notice {
        transition: none;
    }
}

@font-face {
    font-family: 'Season Sans';
    src: url('../fonts/SeasonSans.woff2') format('woff2');
    font-display: swap;
    font-style: normal;
    font-weight: 300 900;
}

body {
    font-family: 'Season Sans', Arial, Geneva, sans-serif;
}

strong {
    font-weight: 600;
}

header.main-header .header-sticky {
    box-shadow: 0 0 6px 0 rgb(104 94 11 / 20%);
}

header.main-header .main-menu.airguns-sticky {
    background: var(--bg-color);
    box-shadow: 0 0 6px 0 rgb(104 94 11 / 20%);
    inset: 0 0 auto;
    position: fixed;
    transform: translateY(0);
    transition: transform 0.25s ease-in-out;
    width: 100%;
    z-index: 100;
}

header.main-header .main-menu.airguns-sticky.airguns-sticky-hidden {
    transform: translateY(-100%);
}

header.main-header .main-menu.airguns-sticky.airguns-sticky-instant {
    transition: none;
}

.font-inter,
.main-menu,
.main-menu a,
.slicknav_menu,
.slicknav_menu a,
.airguns-mobile-menu,
.airguns-mobile-menu a,
.airguns-mobile-menu button,
.header-action-details,
.header-action-details a {
    font-family: 'Inter', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.main-menu {
    background: transparent;
    border-top: 1px solid #685e09;
}

.topbar {
    background: #3e3805;
}

.topbar .material-icons {
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 1;
    margin-right: 5px;
    vertical-align: middle;
}

.topbar-content-info p {
    align-items: center;
    display: flex;
    justify-content: center;
}

.topbar-content-info strong {
    font-weight: 600;
}

.hero-content-button .btn-default {
    text-transform: none;
}

.main-menu ul .nav-item .nav-link {
    color: #403a06;
    font-size: 15px;
    font-weight: 300;
    text-transform: none;
}

.main-menu ul .nav-item .nav-link:hover,
.main-menu ul .nav-item .nav-link:focus {
    color: #403a06;
}

.main-menu .nav-menu-wrapper > ul > .nav-item.is-active > .nav-link,
.main-menu .nav-menu-wrapper > ul > .nav-item.is-active > .nav-link:hover,
.main-menu .nav-menu-wrapper > ul > .nav-item.is-active > .nav-link:focus {
    color: #be562a;
}

.main-menu .nav-menu-wrapper > ul > .nav-item.submenu > .nav-link::after {
    content: 'stat_minus_1';
    font-family: 'Material Symbols Outlined';
    font-size: 18px;
    font-style: normal;
    font-variation-settings:
        'FILL' 0,
        'wght' 300,
        'GRAD' 0,
        'opsz' 20;
    font-weight: 300;
    line-height: 1;
    margin-left: 8px;
    text-transform: none;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.main-menu .nav-menu-wrapper .submenu > ul a {
    font-size: 14px;
    font-weight: 300;
}

.mega-menu-link h2 {
    font-size: 16px;
}

.shop-category-menu .mega-menu-box {
    display: block;
}

.shop-category-menu .shop-category-groups {
    display: grid;
    gap: 32px 24px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 100%;
}

.shop-category-menu .shop-category-group {
    min-width: 0;
    width: auto;
}

.main-menu .shop-category-menu .shop-category-item {
    align-items: center;
    color: var(--text-color);
    display: flex;
    font-size: 14px;
    font-weight: 300;
    gap: 10px;
    line-height: 1.4em;
}

.shop-category-group h2 {
    align-items: center;
    display: flex;
    gap: 10px;
}

.main-menu .shop-category-menu .shop-category-heading-link {
    align-items: center;
    color: #403a06;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
    line-height: 1.3;
}

.main-menu .shop-category-menu .shop-category-group.is-active .shop-category-heading-link,
.main-menu .shop-category-menu .shop-category-item.is-active {
    color: #be562a;
}

.shop-category-image {
    flex: 0 0 auto;
    height: 20px;
    object-fit: contain;
    width: 30px;
}

.shop-category-empty {
    margin: 0;
}

.header-contact-info {
    margin-top: 6px;
}

.header-contact-info ul li {
    color: #403a06;
    font-size: 15px;
    font-weight: 300;
}

.header-contact-info ul li img {
    max-width: 20px;
}

.header-action-details .material-icons {
    color: #685e09;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
}

.header-action-icon {
    align-items: center;
    display: inline-flex;
    line-height: 1;
    position: relative;
}

.header-cart-count {
    align-items: center;
    background: #fc5;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #3e3805;
    display: inline-flex;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    height: 19px;
    justify-content: center;
    line-height: 1;
    min-width: 19px;
    padding: 0 4px;
    position: absolute;
    right: -13px;
    top: -10px;
    z-index: 2;
}

.header-cart-count[hidden] {
    display: none;
}

.header-action-icon.is-cart-success,
.airguns-cart-flight-destination.is-cart-success {
    animation: airguns-cart-success-pulse 0.65s ease both;
}

.airguns-cart-flyer {
    align-items: center;
    background: #fff;
    border: 2px solid #fc5;
    border-radius: 9px;
    box-shadow: 0 12px 30px rgb(62 56 5 / 24%);
    display: flex;
    height: 76px;
    justify-content: center;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    width: 60px;
    z-index: 10002;
}

.airguns-cart-flyer img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.airguns-cart-flyer.is-icon {
    background: #3e3805;
    border-radius: 50%;
    color: #fc5;
    height: 54px;
    width: 54px;
}

.airguns-cart-flyer.is-icon .material-icons {
    font-size: 25px;
}

.airguns-cart-flight-destination {
    align-items: center;
    background: #3e3805;
    border: 2px solid #fc5;
    border-radius: 50%;
    box-shadow: 0 9px 25px rgb(62 56 5 / 28%);
    color: #fc5;
    display: flex;
    height: 50px;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 20px;
    top: 20px;
    transform: scale(0.78);
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
    width: 50px;
    z-index: 10001;
}

.airguns-cart-flight-destination.is-active {
    opacity: 1;
    transform: scale(1);
}

.airguns-cart-flight-destination > .material-icons {
    font-size: 24px;
}

.airguns-cart-flight-count {
    align-items: center;
    background: #fc5;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #3e3805;
    display: flex;
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    font-weight: 700;
    height: 18px;
    justify-content: center;
    min-width: 18px;
    padding: 0 3px;
    position: absolute;
    right: -5px;
    top: -5px;
}

@keyframes airguns-cart-success-pulse {
    0% {
        transform: scale(1);
    }

    45% {
        transform: scale(1.28);
    }

    72% {
        transform: scale(0.94);
    }

    100% {
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .airguns-cart-flyer {
        display: none;
    }

    .header-action-icon.is-cart-success,
    .airguns-cart-flight-destination.is-cart-success {
        animation: none;
    }
}

.header-action-details ul li a {
    color: #685e09;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
}

.navbar-brand img {
    max-width: 162px;
}

.footer-logo img {
    filter: grayscale(1) brightness(0) invert(82%);
    max-width: 168px;
}

.main-footer {
    background: #3e3805;
}

.footer-links h2 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
}

.footer-links ul {
    font-size: 14px;
}

.footer-copyright-text p {
    color: #d1d1d1;
    font-size: 12px;
}

.footer-information-grid {
    display: grid;
    gap: clamp(45px, 8vw, 120px);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.footer-information-column h2 {
    color: var(--white-color);
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    margin-bottom: 24px;
}

.footer-opening-hours-list,
.footer-article-group-list {
    margin: 0;
    max-width: 540px;
    padding: 0;
}

.footer-opening-hours-row {
    align-items: start;
    border-bottom: 1px solid rgb(255 255 255 / 14%);
    display: grid;
    font-size: 14px;
    gap: 20px;
    grid-template-columns: minmax(105px, 0.75fr) minmax(0, 1.25fr);
    padding: 10px 0;
}

.footer-opening-hours-row:first-child,
.footer-article-group-list li:first-child {
    padding-top: 0;
}

.footer-opening-hours-day {
    color: #fff;
    font-weight: 500;
}

.footer-opening-hours-times {
    color: #d1d1d1;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
}

.footer-opening-hours-times span + span::before {
    color: rgb(255 255 255 / 38%);
    content: '/';
    margin-right: 16px;
}

.footer-opening-hours-times.is-closed {
    color: rgb(209 209 209 / 72%);
}

.footer-article-group-list {
    list-style: none;
}

.footer-article-group-list li {
    border-bottom: 1px solid rgb(255 255 255 / 14%);
    font-size: 14px;
    line-height: 1.45;
    padding: 11px 0;
}

.footer-article-group-list a {
    align-items: center;
    color: #fff;
    display: flex;
    gap: 12px;
    transition: color 160ms ease;
}

.footer-article-group-list a:hover,
.footer-article-group-list a:focus-visible {
    color: #fc5;
}

.footer-article-group-list .material-symbols-outlined {
    color: #d1d1d1;
    flex: 0 0 auto;
    font-size: 17px;
    transition: color 160ms ease;
}

.footer-article-group-list a:hover .material-symbols-outlined,
.footer-article-group-list a:focus-visible .material-symbols-outlined {
    color: #fc5;
}

.footer-information-empty {
    color: #d1d1d1;
    font-size: 14px;
    margin: 0;
}

.hero {
    overflow: hidden;
    position: relative;
}

.hero-background-video,
.hero-video-overlay {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.hero-background-video {
    object-fit: cover;
    pointer-events: none;
    z-index: 0;
}

.hero-video-overlay {
    background: rgb(22 24 29 / 42%);
    pointer-events: none;
    z-index: 1;
}

.hero > .container {
    position: relative;
    z-index: 2;
}

.hero-content-slider {
    margin: 0;
    max-width: 680px;
}

.hero-content-slider .swiper-wrapper {
    align-items: stretch;
}

.hero-content-slider .swiper-slide {
    height: auto;
}

.hero-content-slider .hero-content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 380px;
}

.hero-content-pagination {
    margin-top: 32px;
    min-height: 18px;
    position: static;
    text-align: left;
}

.hero-content-pagination .swiper-pagination-bullet {
    background: rgb(255 255 255 / 55%);
    height: 8px;
    margin: 0 6px 0 0;
    opacity: 1;
    transition:
        background-color 180ms ease,
        width 180ms ease;
    width: 8px;
}

.hero-content-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
    border-radius: 10px;
    width: 24px;
}

@media (prefers-reduced-motion: reduce) {
    .hero-background-video {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .main-menu {
        border-top: 0;
    }

    header.main-header .main-menu.airguns-sticky {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        min-height: 64px;
        padding: 12px 15px;
    }

    .header-action-box {
        width: calc(100% - 70px);
    }

    .responsive-menu,
    .navbar-toggle .slicknav_btn {
        display: none !important;
    }

    .navbar-toggle {
        align-items: center;
        display: flex;
        flex: 0 0 44px;
        justify-content: center;
    }

    .airguns-mobile-menu-toggle {
        align-items: center;
        background: #3e3805;
        border: 0;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        display: flex;
        height: 40px;
        justify-content: center;
        padding: 0;
        width: 40px;
    }

    .airguns-mobile-menu-toggle .material-symbols-outlined {
        font-size: 25px;
        font-variation-settings:
            'FILL' 0,
            'wght' 300,
            'GRAD' 0,
            'opsz' 24;
        line-height: 1;
    }

    .airguns-mobile-menu-toggle:focus-visible,
    .airguns-mobile-menu__icon-button:focus-visible,
    .airguns-mobile-menu__action:focus-visible,
    .airguns-mobile-menu__row:focus-visible {
        outline: 2px solid #685e09;
        outline-offset: 3px;
    }

    .airguns-mobile-menu {
        display: block;
        inset: 0;
        pointer-events: none;
        position: fixed;
        z-index: 1200;
    }

    .airguns-mobile-menu[hidden] {
        display: none !important;
    }

    .airguns-mobile-menu.is-open {
        pointer-events: auto;
    }

    .airguns-mobile-menu__backdrop {
        background: rgb(20 21 17 / 48%);
        border: 0;
        cursor: default;
        inset: 0;
        opacity: 0;
        padding: 0;
        position: absolute;
        transition: opacity 300ms cubic-bezier(0, 0, 0.2, 1);
        width: 100%;
    }

    .airguns-mobile-menu__drawer {
        background: #fff;
        box-shadow: 10px 0 32px rgb(22 24 29 / 18%);
        height: 100vh;
        height: 100dvh;
        left: 0;
        max-width: 430px;
        position: absolute;
        top: 0;
        transform: translate3d(-100%, 0, 0);
        transition: transform 300ms cubic-bezier(0, 0, 0.2, 1);
        width: 100%;
    }

    .airguns-mobile-menu.is-open .airguns-mobile-menu__backdrop {
        opacity: 1;
    }

    .airguns-mobile-menu.is-open .airguns-mobile-menu__drawer {
        transform: translate3d(0, 0, 0);
    }

    .airguns-mobile-menu__viewport {
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .airguns-mobile-menu__track {
        display: flex;
        height: 100%;
        transform: translate3d(0, 0, 0);
        transition: transform 300ms cubic-bezier(0, 0, 0.2, 1);
        width: 100%;
    }

    .airguns-mobile-menu__panel {
        background: #fff;
        display: flex;
        flex: 0 0 100%;
        flex-direction: column;
        height: 100%;
        min-width: 0;
        width: 100%;
    }

    .airguns-mobile-menu__header {
        align-items: center;
        border-bottom: 1px solid rgb(104 94 11 / 16%);
        display: grid;
        flex: 0 0 auto;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        min-height: calc(66px + env(safe-area-inset-top));
        padding: env(safe-area-inset-top) 12px 0;
    }

    .airguns-mobile-menu__header h2 {
        color: #403a06;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
        margin: 0;
        overflow: hidden;
        padding: 0 8px;
        text-align: center;
        text-overflow: ellipsis;
        text-transform: none;
        white-space: nowrap;
    }

    .airguns-mobile-menu__header-spacer {
        height: 44px;
        width: 44px;
    }

    .airguns-mobile-menu__icon-button {
        align-items: center;
        background: transparent;
        border: 0;
        border-radius: 50%;
        color: #403a06;
        cursor: pointer;
        display: flex;
        height: 44px;
        justify-content: center;
        padding: 0;
        width: 44px;
    }

    .airguns-mobile-menu__icon-button .material-symbols-outlined {
        font-size: 23px;
        font-variation-settings:
            'FILL' 0,
            'wght' 300,
            'GRAD' 0,
            'opsz' 24;
        line-height: 1;
    }

    .airguns-mobile-menu__content {
        flex: 1 1 auto;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 8px 20px calc(24px + env(safe-area-inset-bottom));
        -webkit-overflow-scrolling: touch;
    }

    .airguns-mobile-menu__list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .airguns-mobile-menu__list > li {
        border-bottom: 1px solid rgb(22 24 29 / 9%);
        margin: 0;
        padding: 0;
    }

    .airguns-mobile-menu__row {
        align-items: center;
        background: transparent;
        border: 0;
        color: #403a06;
        display: flex;
        font-size: 15px;
        font-weight: 400;
        gap: 16px;
        justify-content: flex-start;
        line-height: 1.35;
        min-height: 56px;
        padding: 12px 4px;
        text-align: left;
        text-decoration: none;
        text-transform: none;
        width: 100%;
    }

    .airguns-mobile-menu__category-label {
        align-items: center;
        display: flex;
        gap: 12px;
        min-width: 0;
    }

    .airguns-mobile-menu__category-image {
        flex: 0 0 33px;
        height: 22px;
        object-fit: contain;
        width: 33px;
    }

    .airguns-mobile-menu__row--button {
        cursor: pointer;
        justify-content: space-between;
    }

    .airguns-mobile-menu__row--button > .material-symbols-outlined {
        color: #685e09;
        flex: 0 0 auto;
        font-size: 21px;
        font-variation-settings:
            'FILL' 0,
            'wght' 300,
            'GRAD' 0,
            'opsz' 20;
        line-height: 1;
    }

    .airguns-mobile-menu__row > .material-icons {
        color: #685e09;
        flex: 0 0 auto;
        font-size: 22px;
        line-height: 1;
    }

    .airguns-mobile-menu__row:hover,
    .airguns-mobile-menu__row:focus {
        color: #403a06;
        text-decoration: none;
    }

    .airguns-mobile-menu__row.is-active {
        background: rgb(190 86 42 / 9%);
        color: #be562a;
        font-weight: 500;
    }

    .airguns-mobile-menu__row--all {
        color: #685e09;
    }

    .airguns-mobile-menu__row--button:active {
        background: rgb(104 94 11 / 7%);
    }

    .airguns-mobile-menu__actions {
        align-items: center;
        display: flex;
        gap: 12px;
        margin-top: 26px;
        padding: 20px 4px 0;
    }

    .airguns-mobile-menu__action {
        align-items: center;
        background: rgb(104 94 11 / 7%);
        border: 1px solid rgb(104 94 11 / 16%);
        border-radius: 50%;
        color: #685e09;
        display: flex;
        height: 46px;
        justify-content: center;
        text-decoration: none;
        width: 46px;
    }

    .airguns-mobile-menu__action .material-icons {
        font-size: 22px;
        line-height: 1;
    }

    .airguns-mobile-menu__action:hover,
    .airguns-mobile-menu__action:focus {
        color: #685e09;
        text-decoration: none;
    }

    html.airguns-mobile-menu-open,
    body.airguns-mobile-menu-open {
        overflow: hidden;
        overscroll-behavior: none;
    }
}

@media only screen and (min-width: 1025px) {
    .airguns-mobile-menu {
        display: none !important;
    }
}

@media only screen and (max-width: 1024px) and (prefers-reduced-motion: reduce) {
    .airguns-mobile-menu__backdrop,
    .airguns-mobile-menu__drawer,
    .airguns-mobile-menu__track {
        transition-duration: 0.01ms;
    }
}

@media only screen and (max-width: 767px) {
    .hero-content-slider .hero-content-box {
        min-height: 350px;
    }

    .hero-content-pagination {
        margin-top: 24px;
    }
}

.airguns-home-categories .category-item-list {
    display: grid;
    gap: 30px 5px;
    grid-template-columns: repeat(5, 200px);
    justify-content: space-between;
}

.airguns-home-categories .category-item {
    width: auto;
}

.airguns-home-categories .category-item-image {
    aspect-ratio: 1 / 1;
    height: auto;
    margin: 0 auto 30px;
    max-width: 100%;
    width: 200px;
}

.airguns-home-categories .category-item-image a,
.airguns-home-categories .category-item-image figure,
.airguns-home-categories .category-item-image img {
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.airguns-home-categories .category-item-content h3 {
    font-size: 18px;
}

@media only screen and (max-width: 1399px) {
    .airguns-home-categories .category-item-list {
        grid-template-columns: repeat(4, 200px);
    }
}

@media only screen and (max-width: 1199px) {
    .airguns-home-categories .category-item-list {
        grid-template-columns: repeat(3, 200px);
    }

    .airguns-home-categories .category-item-image {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .airguns-home-categories .category-item-list {
        gap: 30px 15px;
        grid-template-columns: repeat(2, minmax(0, 200px));
    }

    .airguns-home-categories .category-item-image {
        margin-bottom: 15px;
    }
}

.airguns-home-offers .best-offer-item {
    align-items: stretch;
}

.airguns-home-offers .best-offer-item-image a,
.airguns-home-offers .best-offer-item-image figure {
    height: auto;
}

.airguns-home-offers .best-offer-item-image figure,
.airguns-home-offers .best-offer-item-image img {
    aspect-ratio: 150 / 191;
}

.airguns-home-offers .best-offer-item-image img {
    background: #fff;
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.airguns-home-offers .best-offer-item-content h3 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: clamp(20px, 1.55vw, 26px);
    font-weight: 400;
    line-height: 1.2;
}

.airguns-home-offers .best-offer-item-content h3 a {
    color: inherit;
}

.airguns-home-offers .home-offer-brand {
    color: #88542a;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.airguns-home-offers .home-offer-prices {
    font-family: 'Inter', sans-serif;
    margin-top: 18px;
    min-height: 63px;
}

.airguns-home-offers .home-offer-price-primary {
    color: #403a06;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    min-height: 23px;
}

.airguns-home-offers .home-offer-price-primary.is-sale {
    color: #da0410;
}

.airguns-home-offers .home-offer-price-primary small {
    color: var(--text-color);
    font-size: 12px;
    font-weight: 400;
}

.airguns-home-offers .home-offer-price-detail {
    align-items: baseline;
    color: var(--text-color);
    display: flex;
    font-size: 12px;
    font-weight: 300;
    gap: 5px;
    line-height: 1.35;
    min-height: 18px;
    white-space: nowrap;
}

.airguns-home-offers .home-offer-price-detail span {
    color: inherit;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
}

.airguns-home-offers .home-offer-price-detail del {
    color: inherit;
    text-decoration-thickness: 1px;
}

.airguns-home-offers .best-offer-item-button .btn-default {
    border-color: #3e3805;
    color: #3e3805;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}

.airguns-home-offers .best-offer-item-button .btn-default:hover,
.airguns-home-offers .best-offer-item-button .btn-default:focus-visible {
    color: #fff;
}

.airguns-home-offers .best-offer-item-button .btn-default:hover::before,
.airguns-home-offers .best-offer-item-button .btn-default:focus-visible::before {
    background-color: #3e3805;
    background-image: url('../images/arrow-white.svg');
}

.airguns-home-offers .best-offer-item-button .btn-default::before {
    background-color: #3e3805;
}

.airguns-home-offers .best-offer-item-button .btn-default::after {
    background: #3e3805;
}

/* Home goals */
.airguns-home-goals .section-sub-title {
    color: #3e3805;
    padding-left: 16px;
    padding-right: 16px;
}

.airguns-home-goals .section-sub-title::before {
    display: none;
}

.airguns-home-goals .section-title p {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
}

.airguns-home-goals .section-title h2 {
    color: #3e3805;
}

.airguns-home-goals .our-goal-grid > [class*='col-'] {
    display: flex;
}

.airguns-home-goals .our-goal-item {
    width: 100%;
}

.airguns-home-goals .our-goal-item .icon-box > span {
    color: #3e3805;
    font-size: 50px;
    line-height: 1;
    position: relative;
    transition: color 0.4s ease-in-out;
    z-index: 1;
}

.airguns-home-goals .our-goal-item .icon-box::before {
    background: #3e3805;
}

.airguns-home-goals .our-goal-item:hover .icon-box > span {
    color: #fff;
}

.airguns-home-goals .goal-item-content h3 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.airguns-home-goals .goal-item-content p {
    font-size: 15px;
    font-weight: 300;
}

/* Home featured products */
.airguns-home-featured-products .section-sub-title {
    color: #3e3805;
    padding-left: 16px;
    padding-right: 16px;
}

.airguns-home-featured-products .section-sub-title::before {
    display: none;
}

.airguns-home-featured-products .our-product-filter-nav {
    margin-bottom: 18px;
}

.airguns-home-featured-products .our-product-filter-nav button {
    appearance: none;
    background: transparent;
    border: 0;
    color: #88542a;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    padding: 4px 0;
    position: relative;
    text-transform: none;
    transition: color 0.3s ease-in-out;
}

.airguns-home-featured-products .our-product-filter-nav li:not(:first-child) button::before {
    background-color: var(--divider-color);
    border-radius: 50%;
    content: '';
    height: 6px;
    left: -28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
}

.airguns-home-featured-products .our-product-filter-nav button.active-btn,
.airguns-home-featured-products .our-product-filter-nav button:hover,
.airguns-home-featured-products .our-product-filter-nav button:focus-visible {
    color: #3e3805;
    font-weight: 500;
}

.airguns-home-featured-products .our-product-filter-nav button:focus-visible {
    outline: 2px solid #685e09;
    outline-offset: 5px;
}

.airguns-home-featured-products [data-home-featured-products-grid] {
    min-height: 300px;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

.airguns-home-featured-products [data-home-featured-products-grid].is-loading {
    opacity: 0.35;
    pointer-events: none;
}

.airguns-home-featured-products .product-item-box {
    display: flex;
}

.airguns-home-featured-products .airguns-home-featured-product {
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    text-align: left;
    width: 100%;
}

.airguns-home-featured-products .product-item-header {
    margin-bottom: 0;
}

.airguns-home-featured-products .product-item-image figure,
.airguns-home-featured-products .product-item-image img,
.airguns-home-featured-products .home-featured-product-image-placeholder {
    aspect-ratio: 150 / 191;
}

.airguns-home-featured-products .product-item-image img {
    background: #fff;
    height: auto;
    object-fit: contain;
}

.airguns-home-featured-products .home-featured-product-image-placeholder {
    align-items: center;
    background: #f5f5f2;
    color: #a29f8b;
    display: flex;
    justify-content: center;
    width: 100%;
}

.airguns-home-featured-products
    .home-featured-product-image-placeholder
    .material-symbols-outlined {
    font-size: 42px;
}

.airguns-home-featured-products .home-featured-product-deal-badge {
    background: #da0410;
    border-radius: 4px;
    bottom: 10px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    left: 10px;
    line-height: 1;
    padding: 6px 9px;
    position: absolute;
}

.airguns-home-featured-products .product-item-body {
    margin-top: 0;
    text-align: left;
}

.airguns-home-featured-products .home-featured-product-brand {
    color: #88542a;
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
}

.airguns-home-featured-products .product-item-content .product-item-title {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.35;
}

.airguns-home-featured-products .product-item-price {
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
    min-height: 63px;
}

.airguns-home-featured-products .product-item-price h3 {
    color: #403a06;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    min-height: 20px;
}

.airguns-home-featured-products .product-item-price h3.is-sale {
    color: #da0410;
}

.airguns-home-featured-products .product-item-price h3 small {
    color: var(--text-color);
    font-size: 12px;
    font-weight: 400;
}

.airguns-home-featured-products .home-featured-product-price-detail {
    align-items: baseline;
    color: var(--text-color);
    display: flex;
    font-size: 12px;
    font-weight: 300;
    gap: 5px;
    line-height: 1.35;
    min-height: 18px;
    white-space: nowrap;
}

.airguns-home-featured-products .home-featured-products-status {
    color: #88542a;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    text-align: center;
}

.airguns-home-featured-products .home-featured-products-status:empty {
    display: none;
}

/* Home brands */
.airguns-home-brands .section-sub-title {
    color: #3e3805;
    padding-left: 16px;
    padding-right: 16px;
}

.airguns-home-brands .section-sub-title::before {
    display: none;
}

.airguns-home-brands .section-title h2 {
    color: #3e3805;
}

.airguns-home-brands .brands-logo-list ul {
    width: 100%;
}

.airguns-home-brands .brands-logo-list ul li {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 150px;
    position: relative;
}

.airguns-home-brands .brands-logo-list ul li img {
    height: auto;
    max-height: 85px;
    max-width: 200px;
    object-fit: contain;
    width: auto;
}

.airguns-home-brands .airguns-home-brand-tooltip {
    background: #3e3805;
    border-radius: 4px;
    bottom: 10px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 400;
    left: 50%;
    line-height: 1.25;
    max-width: calc(100% - 18px);
    opacity: 0;
    padding: 5px 8px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    transform: translate(-50%, 4px);
    transition:
        opacity 0.18s ease,
        transform 0.18s ease;
    visibility: hidden;
    width: max-content;
    z-index: 2;
}

.airguns-home-brands .airguns-home-brand-logo:hover .airguns-home-brand-tooltip,
.airguns-home-brands .airguns-home-brand-logo:focus-visible .airguns-home-brand-tooltip {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
}

.airguns-home-brands .airguns-home-brand-logo:focus-visible {
    outline: 2px solid #685e09;
    outline-offset: -3px;
}

/* Home customer experiences */
.airguns-home-customer-experiences .section-sub-title {
    padding-left: 16px;
    padding-right: 16px;
}

.airguns-home-customer-experiences .section-sub-title::before {
    display: none;
}

.airguns-home-customer-experiences .testimonial-content-box {
    justify-content: center;
}

.airguns-home-customer-experiences .testimonial-item {
    min-height: 360px;
}

.airguns-home-customer-experiences .testimonial-item-content p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.65;
}

.airguns-home-customer-experiences .testimonial-author-content h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.airguns-home-customer-experiences .testimonial-author-content p {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

/* Home Beaumont videos */
.airguns-home-social-feed .section-sub-title {
    padding-left: 16px;
    padding-right: 16px;
}

.airguns-home-social-feed .section-sub-title::before {
    display: none;
}

.airguns-home-social-feed__footer {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    padding-top: 10px;
    text-align: center;
}

.airguns-home-social-feed__footer p {
    margin: 0;
}

.airguns-home-social-feed__footer strong,
.airguns-home-social-feed__footer span {
    display: block;
}

.airguns-home-social-feed__footer strong {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.airguns-home-social-feed__footer span {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.55;
}

/* Home footer highlights */
.airguns-home-footer-highlight {
    aspect-ratio: 628 / 450;
    color: inherit;
    display: grid;
    min-height: 0;
    text-decoration: none;
}

.airguns-home-footer-highlight:focus-visible {
    outline: 3px solid #fc5;
    outline-offset: 3px;
}

.airguns-home-footer-highlight .section-title p {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .airguns-home-brands .brands-logo-list ul li {
        min-height: 105px;
    }

    .airguns-home-brands .brands-logo-list ul li img {
        max-height: 60px;
        max-width: 130px;
    }

    .airguns-home-brands .airguns-home-brand-tooltip {
        bottom: 6px;
        font-size: 10px;
        padding: 4px 6px;
    }
}

@media only screen and (max-width: 767px) {
    .airguns-home-featured-products .our-product-filter-nav {
        margin-bottom: 16px;
    }

    .airguns-home-featured-products .our-product-filter-nav ul {
        gap: 10px 28px;
    }

    .airguns-home-featured-products .our-product-filter-nav li:not(:first-child) button::before {
        left: -17px;
    }
}

@media only screen and (max-width: 1024px) {
    .airguns-home-categories {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .airguns-home-offers .best-offer-item-list {
        gap: 16px;
    }

    .airguns-home-offers .best-offer-item {
        flex-wrap: nowrap;
        gap: 12px;
        margin-left: auto;
        margin-right: auto;
        max-width: 560px;
        padding: 8px;
        width: calc(100% - 12px);
    }

    .airguns-home-offers .best-offer-item-image {
        flex: 0 0 40%;
        width: 40%;
    }

    .airguns-home-offers .best-offer-item-content-box {
        flex: 1 1 auto;
        gap: 12px;
        min-width: 0;
        padding: 10px 8px 10px 0;
        width: auto;
    }

    .airguns-home-offers .home-offer-brand {
        font-size: 13px;
    }

    .airguns-home-offers .best-offer-item-content h3 {
        font-size: 18px;
    }

    .airguns-home-offers .home-offer-prices {
        margin-top: 10px;
        min-height: 57px;
    }

    .airguns-home-offers .home-offer-price-primary {
        font-size: 15px;
        min-height: 20px;
    }

    .airguns-home-offers .home-offer-price-detail {
        font-size: 11px;
        min-height: 17px;
        white-space: normal;
    }

    .airguns-home-offers .best-offer-item-button .btn-default {
        font-size: 13px;
        padding: 11px 42px 11px 12px;
    }

    .airguns-home-offers .best-offer-item-button .btn-default::before {
        background-size: 18px auto;
        height: 32px;
        width: 32px;
    }
}

/* Category product stock status */
.airguns-category-page .product-item-header {
    margin-bottom: 0;
}

.category-product-stock {
    align-items: center;
    color: #6d6a5b;
    display: flex;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 300;
    gap: 6px;
    line-height: 1.3;
    margin: 6px 0 11px;
    text-align: left;
}

.category-product-stock-dot {
    background: #de7a16;
    border-radius: 50%;
    flex: 0 0 auto;
    height: 7px;
    width: 7px;
}

.category-product-stock.is-available .category-product-stock-dot {
    background: #4f7f2a;
}

/* Product detail page */
.airguns-product-page .page-product-single {
    font-family: 'Inter', sans-serif;
    padding-top: 42px;
}

.airguns-product-page .product-single-breadcrumb-list,
.airguns-product-page .product-single-breadcrumb-list a {
    color: #6d6a5b;
    font-size: 13px;
    font-weight: 300;
}

.airguns-product-page .product-single-image-box {
    gap: 14px;
    top: 112px;
}

.airguns-product-page .product-single-image-slider {
    align-self: flex-start;
    height: 560px !important;
    width: 104px;
}

.airguns-product-page .product-single-image-item {
    align-self: flex-start;
    aspect-ratio: 150 / 191;
    background: #f7f7f5;
    height: auto !important;
    width: calc(100% - 118px);
}

.airguns-product-page .product-single-image-slider .swiper-slide {
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    transition: border-color 180ms ease;
}

.airguns-product-page .product-single-image-slider .swiper-slide-thumb-active {
    border-color: #685e09;
}

.airguns-product-page .product-single-image-slider .swiper-slide figure,
.airguns-product-page .product-single-image-item .swiper-slide figure,
.airguns-product-page .product-single-image-slider .swiper-slide figure img,
.airguns-product-page .product-single-image-item .swiper-slide figure img {
    border-radius: 4px;
}

.airguns-product-page .product-single-image-slider .swiper-slide figure img,
.airguns-product-page .product-single-image-item .swiper-slide figure img {
    aspect-ratio: 150 / 191;
    background: #f7f7f5;
    object-fit: cover;
}

.airguns-product-page .product-single-image-slider .swiper-slide figure img {
    height: auto;
}

.product-single-image-placeholder {
    align-items: center;
    aspect-ratio: 150 / 191;
    background: #f5f4ef;
    border-radius: 4px;
    color: rgb(104 94 11 / 55%);
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    width: 100%;
}

.product-single-image-placeholder .material-symbols-outlined {
    font-size: 48px;
}

.airguns-product-page .product-single-info-content {
    padding: 4px 0 0;
}

.product-single-brand {
    color: #88542a;
    font-size: 13px !important;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0 0 6px !important;
    text-transform: uppercase;
}

.airguns-product-page .product-single-title h1 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 300;
    line-height: 1.15;
    margin: 0;
}

.airguns-product-page .product-single-description {
    color: #59584f;
    margin-top: 22px;
    padding-top: 22px;
}

.airguns-product-page .product-single-description p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
}

.airguns-product-page .product-single-price {
    margin-top: 24px;
}

.airguns-product-page .product-single-price h2 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 500;
    margin: 0;
}

.airguns-product-page .product-single-price h2.is-sale {
    color: #da0410;
}

.product-single-reference-prices {
    font-size: 12px;
    font-weight: 300;
    height: 41px;
    line-height: 1.7;
    margin-top: 5px;
    overflow: hidden;
}

.product-single-reference-prices p {
    margin: 0;
    white-space: nowrap;
}

.product-single-reference-prices del {
    margin-left: 3px;
}

.product-single-models {
    border: 0;
    border-top: 1px solid var(--divider-color);
    margin: 28px 0 0;
    padding: 26px 0 0;
}

.product-single-models legend {
    color: #3e3805;
    float: none;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 12px;
    width: auto;
}

.product-single-model-options {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.product-single-model-option {
    cursor: pointer;
    margin: 0;
}

.product-single-model-option input {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.product-single-model-option span {
    background: #fff;
    border: 1px solid rgb(104 94 11 / 28%);
    border-radius: 4px;
    color: #3e3805;
    display: block;
    font-size: 14px;
    font-weight: 300;
    padding: 9px 15px;
    transition:
        background-color 160ms ease,
        border-color 160ms ease,
        color 160ms ease;
}

.product-single-model-option input:checked + span {
    background: #685e09;
    border-color: #685e09;
    color: #fff;
}

.product-single-model-option input:focus-visible + span {
    outline: 2px solid #be562a;
    outline-offset: 2px;
}

.product-single-availability {
    align-items: center;
    color: #6d6a5b;
    display: flex;
    font-size: 13px;
    font-weight: 300;
    gap: 8px;
    margin-top: 18px;
}

.product-single-stock-dot {
    background: #b3261e;
    border-radius: 50%;
    height: 8px;
    width: 8px;
}

.product-single-stock-dot.is-available {
    background: #477627;
}

.product-category-alert {
    align-items: flex-start;
    background: var(--product-alert-background);
    border: 1px solid var(--product-alert-border);
    border-radius: 5px;
    color: var(--product-alert-text);
    display: flex;
    gap: 10px;
    margin-top: 24px;
    padding: 14px 16px;
}

.product-category-alert .material-symbols-outlined {
    flex: 0 0 auto;
    font-size: 20px;
    margin-top: 1px;
}

.product-category-alert p {
    color: inherit;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.55;
    margin: 0;
}

.airguns-product-page .product-single-content-body {
    margin-top: 26px;
}

.airguns-product-page .qty-input {
    font-size: 14px;
    font-weight: 300;
}

.airguns-product-page .qty-btn span {
    font-size: 16px;
}

.airguns-product-page .qty-btn:disabled {
    cursor: not-allowed;
    opacity: 0.35;
}

.airguns-product-page .product-single-content-btn .btn-default {
    background-color: #fc5;
    border-color: #fc5;
    color: #3e3805;
    padding: 11px 20px;
}

.airguns-product-page .product-single-content-btn .btn-default::after {
    display: none;
}

.airguns-product-page .product-single-content-btn .btn-default:disabled {
    cursor: not-allowed;
    opacity: 1;
}

.airguns-product-page .product-single-content-btn .btn-default.is-out-of-stock {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
    color: #777;
}

.product-cart-feedback {
    color: #477627;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    margin: 7px 0 0;
    min-height: 17px;
}

.product-cart-feedback.is-error {
    color: #b42318;
}

.airguns-product-page .product-single-details-list ul li {
    color: #66645a;
    font-size: 13px;
    font-weight: 300;
}

.airguns-product-page .product-single-details-list ul li > span:first-child {
    color: #3e3805;
    font-weight: 500;
}

.airguns-product-page .product-single-promises {
    border-top: 1px solid rgb(104 94 11 / 18%);
    margin-top: 24px;
    padding-top: 22px;
}

.airguns-product-page .product-single-promises > h2 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 17px;
}

.airguns-product-page .product-single-promise-list {
    display: grid;
    gap: 16px 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.airguns-product-page .product-single-promise-item {
    min-width: 0;
    position: relative;
}

.airguns-product-page .product-single-promise-trigger {
    align-items: flex-start;
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: flex;
    gap: 11px;
    padding: 0;
    text-align: left;
    width: 100%;
}

.airguns-product-page .product-single-promise-trigger:focus-visible {
    border-radius: 5px;
    outline: 2px solid #685e09;
    outline-offset: 5px;
}

.airguns-product-page .product-single-promise-icon {
    align-items: center;
    background: #f6f3e5;
    border-radius: 50%;
    color: #685e09;
    display: flex;
    flex: 0 0 38px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.airguns-product-page .product-single-promise-icon i {
    font-size: 21px;
    line-height: 1;
}

.airguns-product-page .product-single-promise-content {
    display: block;
    min-width: 0;
}

.airguns-product-page .product-single-promise-content strong,
.airguns-product-page .product-single-promise-content > span {
    display: block;
    font-family: 'Inter', sans-serif;
}

.airguns-product-page .product-single-promise-content strong {
    color: #3e3805;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 3px;
}

.airguns-product-page .product-single-promise-content > span {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #66645a;
    display: -webkit-box;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.45;
    max-height: 2.9em;
    overflow: hidden;
}

.airguns-product-page .product-single-promise-tooltip {
    align-items: flex-start;
    background: #f6f3e5;
    border: 1px solid rgb(104 94 11 / 18%);
    border-radius: 8px;
    bottom: calc(100% + 12px);
    box-shadow: 0 12px 32px rgb(62 56 5 / 18%);
    color: #3e3805;
    display: flex;
    gap: 14px;
    left: 0;
    padding: 18px;
    position: absolute;
    width: min(360px, calc(100vw - 40px));
    z-index: 25;
}

.airguns-product-page .product-single-promise-tooltip[hidden] {
    display: none;
}

.airguns-product-page .product-single-promise-tooltip::after {
    background: #f6f3e5;
    border-bottom: 1px solid rgb(104 94 11 / 18%);
    border-right: 1px solid rgb(104 94 11 / 18%);
    bottom: -7px;
    content: '';
    height: 13px;
    left: 28px;
    position: absolute;
    transform: rotate(45deg);
    width: 13px;
}

.airguns-product-page .product-single-promise-item:nth-child(even) .product-single-promise-tooltip {
    left: auto;
    right: 0;
}

.airguns-product-page
    .product-single-promise-item:nth-child(even)
    .product-single-promise-tooltip::after {
    left: auto;
    right: 28px;
}

.airguns-product-page .product-single-promise-tooltip-icon {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: #685e09;
    display: flex;
    flex: 0 0 52px;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.airguns-product-page .product-single-promise-tooltip-icon i {
    font-size: 29px;
    line-height: 1;
}

.airguns-product-page .product-single-promise-tooltip-content {
    display: block;
    min-width: 0;
}

.airguns-product-page .product-single-promise-tooltip-content strong,
.airguns-product-page .product-single-promise-tooltip-content > span {
    display: block;
    font-family: 'Inter', sans-serif;
}

.airguns-product-page .product-single-promise-tooltip-content strong {
    color: #3e3805;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 5px;
}

.airguns-product-page .product-single-promise-tooltip-content > span {
    color: #565347;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
}

@media only screen and (max-width: 1199px) {
    .airguns-product-page .product-single-promise-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .airguns-product-page
        .product-single-promise-item:nth-child(even)
        .product-single-promise-tooltip {
        left: 0;
        right: auto;
    }

    .airguns-product-page
        .product-single-promise-item:nth-child(even)
        .product-single-promise-tooltip::after {
        left: 28px;
        right: auto;
    }
}

@media only screen and (max-width: 767px) {
    .airguns-product-page .product-single-promises {
        margin-top: 20px;
        padding-top: 20px;
    }

    .airguns-product-page .product-single-promise-list {
        gap: 15px;
    }

    .airguns-product-page .product-single-promise-tooltip {
        padding: 16px;
    }
}

.airguns-product-page .product-single-review-box {
    margin-top: 80px;
}

.airguns-product-page .product-step-nav ul li .nav-link {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
}

.airguns-product-page .product-step-nav ul li .nav-link.active,
.airguns-product-page .product-step-nav ul li .nav-link:hover {
    color: #88542a;
}

.airguns-product-page .product-step-nav ul li .nav-link::before {
    background: #88542a;
}

.product-description-content,
.airguns-product-page .product-tab-item-box,
.product-specification-model {
    color: #59584f;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
}

.airguns-product-page .product-tab-item-box h2,
.product-specification-model h3 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.product-specification-list {
    border-top: 1px solid var(--divider-color);
    margin: 18px 0 0;
    max-width: 820px;
}

.product-specification-list > div {
    border-bottom: 1px solid var(--divider-color);
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(160px, 0.7fr) minmax(0, 1.3fr);
    padding: 11px 4px;
}

.product-specification-list dt {
    color: #3e3805;
    font-weight: 400;
}

.product-specification-list dd {
    margin: 0;
}

.product-single-empty-state {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    padding: 60px 20px;
    text-align: center;
}

.product-single-empty-state .material-symbols-outlined {
    color: #685e09;
    font-size: 52px;
}

.product-single-empty-state h1 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    margin: 16px 0 8px;
}

.airguns-category-page .product-item-title a {
    color: inherit;
}

@media only screen and (max-width: 991px) {
    .airguns-product-page .product-single-info-content {
        margin-top: 18px;
    }

    .airguns-product-page .product-single-image-box {
        position: static;
    }
}

@media only screen and (max-width: 575px) {
    .airguns-product-page .page-product-single {
        padding-top: 24px;
    }

    .airguns-product-page .product-single-breadcrumb-list {
        margin-bottom: 22px;
        overflow: hidden;
    }

    .airguns-product-page .product-single-breadcrumb-list ol {
        flex-wrap: nowrap;
        gap: 8px 35px;
        overflow-x: auto;
        padding-bottom: 6px;
        white-space: nowrap;
    }

    .airguns-product-page .product-single-breadcrumb-list .breadcrumb li::before {
        right: -25px;
    }

    .airguns-product-page .product-single-image-box {
        display: block;
    }

    .airguns-product-page .product-single-image-item {
        width: 100%;
    }

    .airguns-product-page .product-single-image-slider {
        height: 92px !important;
        margin-top: 10px;
        overflow-x: auto;
        width: 100%;
    }

    .airguns-product-page .product-single-image-slider .swiper-wrapper {
        flex-direction: row;
    }

    .airguns-product-page .product-single-image-slider .swiper-slide {
        flex: 0 0 72px;
        width: 72px !important;
    }

    .airguns-product-page .product-single-title h1 {
        font-size: 28px;
    }

    .airguns-product-page .product-single-review-box {
        margin-top: 52px;
    }

    .airguns-product-page .product-step-nav .nav-tabs {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .airguns-product-page .product-step-nav ul li {
        min-width: 0;
        width: auto;
    }

    .airguns-product-page .product-step-nav ul li .nav-link {
        font-size: 15px;
        text-align: center;
        white-space: nowrap;
    }

    .product-specification-list > div {
        gap: 5px;
        grid-template-columns: 1fr;
    }
}

/* Fullscreen product gallery */
.airguns-product-page .product-single-image-item {
    cursor: zoom-in;
    position: relative;
}

.product-gallery-expand {
    align-items: center;
    background: rgb(255 255 255 / 94%);
    border: 1px solid rgb(62 56 5 / 18%);
    border-radius: 999px;
    bottom: 16px;
    box-shadow: 0 3px 14px rgb(0 0 0 / 8%);
    color: #3e3805;
    display: inline-flex;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    gap: 6px;
    padding: 9px 13px;
    position: absolute;
    right: 16px;
    transition:
        background-color 160ms ease,
        border-color 160ms ease;
    z-index: 5;
}

.product-gallery-expand:hover,
.product-gallery-expand:focus-visible {
    background: #fff;
    border-color: #685e09;
}

.product-gallery-expand .material-symbols-outlined {
    font-size: 20px;
    font-variation-settings:
        'FILL' 0,
        'wght' 300,
        'GRAD' 0,
        'opsz' 20;
}

body.product-gallery-open {
    overflow: hidden;
}

.product-gallery-dialog[hidden] {
    display: none;
}

.product-gallery-dialog {
    background: #fff;
    display: grid;
    gap: 24px;
    grid-template-columns: 112px minmax(0, 1fr);
    height: 100vh;
    height: 100dvh;
    inset: 0;
    opacity: 0;
    padding: 24px;
    position: fixed;
    transition: opacity 180ms ease;
    visibility: hidden;
    width: 100%;
    z-index: 12000;
}

.product-gallery-dialog.is-open {
    opacity: 1;
    visibility: visible;
}

.product-gallery-dialog-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 4px 0 0;
    scrollbar-color: rgb(104 94 11 / 30%) transparent;
    scrollbar-width: thin;
}

.product-gallery-dialog-thumbnail {
    background: #f5f5f3;
    border: 1px solid transparent;
    border-radius: 3px;
    flex: 0 0 auto;
    overflow: hidden;
    padding: 0;
    transition: border-color 160ms ease;
    width: 100%;
}

.product-gallery-dialog-thumbnail:hover,
.product-gallery-dialog-thumbnail:focus-visible,
.product-gallery-dialog-thumbnail.is-active {
    border-color: #685e09;
}

.product-gallery-dialog-thumbnail:focus-visible {
    outline: 2px solid #be562a;
    outline-offset: 2px;
}

.product-gallery-dialog-thumbnail img {
    aspect-ratio: 150 / 191;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.product-gallery-dialog-stage {
    align-items: center;
    background: #f5f5f3;
    display: flex;
    justify-content: center;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
    position: relative;
}

.product-gallery-dialog-image {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    padding: 20px;
    width: 100%;
}

.product-gallery-dialog-image img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.product-gallery-dialog-close,
.product-gallery-dialog-navigation {
    align-items: center;
    background: rgb(255 255 255 / 96%);
    border: 1px solid rgb(0 0 0 / 8%);
    box-shadow: 0 3px 14px rgb(0 0 0 / 8%);
    color: #242419;
    display: inline-flex;
    justify-content: center;
    position: absolute;
    transition:
        background-color 160ms ease,
        border-color 160ms ease;
    z-index: 3;
}

.product-gallery-dialog-close:hover,
.product-gallery-dialog-close:focus-visible,
.product-gallery-dialog-navigation:hover,
.product-gallery-dialog-navigation:focus-visible {
    background: #fff;
    border-color: rgb(104 94 11 / 45%);
}

.product-gallery-dialog-close {
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    gap: 6px;
    padding: 9px 13px 9px 16px;
    right: 18px;
    top: 18px;
}

.product-gallery-dialog-close .material-symbols-outlined {
    font-size: 21px;
}

.product-gallery-dialog-navigation {
    border-radius: 50%;
    height: 46px;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
}

.product-gallery-dialog-navigation.is-previous {
    left: 18px;
}

.product-gallery-dialog-navigation.is-next {
    right: 18px;
}

.product-gallery-dialog-navigation .material-symbols-outlined {
    font-size: 29px;
}

.product-gallery-dialog-counter {
    background: rgb(255 255 255 / 94%);
    border-radius: 999px;
    bottom: 18px;
    color: #3e3805;
    display: flex;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    gap: 3px;
    left: 50%;
    padding: 7px 11px;
    position: absolute;
    transform: translateX(-50%);
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .product-gallery-dialog {
        gap: 10px;
        grid-template-columns: 1fr;
        grid-template-rows: minmax(0, 1fr) 84px;
        padding: 10px;
    }

    .product-gallery-dialog-stage {
        grid-row: 1;
    }

    .product-gallery-dialog-thumbnails {
        flex-direction: row;
        gap: 9px;
        grid-row: 2;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 0 3px;
    }

    .product-gallery-dialog-thumbnail {
        height: 80px;
        width: auto;
    }

    .product-gallery-dialog-thumbnail img {
        height: 78px;
        width: auto;
    }

    .product-gallery-dialog-image {
        padding: 12px;
    }

    .product-gallery-dialog-close {
        right: 10px;
        top: 10px;
    }

    .product-gallery-dialog-close > span:first-child {
        display: none;
    }

    .product-gallery-dialog-close {
        height: 42px;
        padding: 0;
        width: 42px;
    }

    .product-gallery-dialog-navigation {
        height: 40px;
        width: 40px;
    }

    .product-gallery-dialog-navigation.is-previous {
        left: 9px;
    }

    .product-gallery-dialog-navigation.is-next {
        right: 9px;
    }

    .product-gallery-expand {
        bottom: 10px;
        right: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .airguns-product-page .product-single-image-item {
        cursor: default;
    }

    .airguns-product-page .product-gallery-expand {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-gallery-dialog,
    .product-gallery-dialog-thumbnail,
    .product-gallery-expand {
        transition-duration: 0s;
    }
}

@media only screen and (max-width: 767px) {
    .footer-information-grid {
        gap: 40px;
        grid-template-columns: 1fr;
    }

    .footer-information-column h2 {
        margin-bottom: 18px;
    }

    .footer-opening-hours-list,
    .footer-article-group-list {
        max-width: none;
    }

    .navbar-brand img {
        max-width: 136px;
    }

    .shop-category-menu .shop-category-groups {
        gap: 16px;
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-category-menu .shop-category-groups {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.airguns-auth-page .page-header {
    background-image: linear-gradient(rgb(22 24 29 / 48%), rgb(22 24 29 / 48%)),
        url('../vids/forest-poster.jpg');
    padding: 90px 0;
}

.airguns-auth-page .page-header-box h1 {
    text-transform: none;
}

.customer-login-content-box {
    justify-content: center;
}

.customer-login-card {
    background: #fff;
    border: 1px solid rgb(104 94 9 / 18%);
    border-radius: 14px;
    box-shadow: 0 16px 45px rgb(22 24 29 / 8%);
    max-width: 720px;
    padding: 46px;
    width: 100%;
}

.customer-login-icon {
    color: #685e09;
    display: block;
    font-size: 42px;
    margin-bottom: 18px;
}

.airguns-auth-page .login-content-title-box h2 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0;
}

.customer-auth-form .btn-default {
    text-transform: none;
}

.customer-auth-form .btn-default:hover,
.customer-auth-form .btn-default:focus-visible,
.customer-auth-form .btn-default::after {
    background-color: #3e3805;
}

.customer-auth-help {
    color: var(--text-color);
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}

.customer-code-input {
    font-family: 'Inter', sans-serif;
    font-size: 25px !important;
    font-weight: 500 !important;
    letter-spacing: 0.45em;
    max-width: 260px;
    text-align: center;
}

.customer-auth-alert {
    align-items: flex-start;
    border-radius: 10px;
    display: flex;
    font-size: 15px;
    gap: 10px;
    line-height: 1.5;
    margin-bottom: 26px;
    padding: 14px 16px;
}

.customer-auth-alert .material-icons {
    flex: 0 0 auto;
    font-size: 21px;
    margin-top: 1px;
}

.customer-auth-alert-success {
    background: #f0f7e8;
    color: #48631c;
}

.customer-auth-alert-error {
    background: #faeae2;
    color: #8a3d1e;
}

.customer-auth-secondary-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 28px;
}

.customer-auth-secondary-actions form {
    margin: 0;
}

.customer-auth-secondary-actions a,
.customer-auth-link-button {
    background: transparent;
    border: 0;
    color: #685e09;
    cursor: pointer;
    font: inherit;
    padding: 0;
    text-decoration: underline;
}

.customer-auth-secondary-actions a:hover,
.customer-auth-secondary-actions a:focus,
.customer-auth-link-button:hover,
.customer-auth-link-button:focus {
    color: #be562a;
}

.customer-auth-security-note {
    align-items: flex-start;
    border-top: 1px solid var(--divider-color);
    display: flex;
    gap: 12px;
    margin-top: 34px;
    padding-top: 24px;
}

.customer-auth-security-note .material-icons {
    color: #685e09;
    font-size: 22px;
}

.customer-auth-security-note p {
    font-size: 14px;
    margin: 0;
}

.customer-checkout-intro {
    align-items: flex-start;
    background: #f6f3e5;
    border-left: 3px solid #685e09;
    border-radius: 8px;
    display: flex;
    gap: 14px;
    margin-bottom: 30px;
    padding: 18px 20px;
}

.customer-checkout-intro > .material-icons {
    color: #685e09;
    flex: 0 0 auto;
    font-size: 25px;
}

.customer-checkout-intro strong {
    color: #3e3805;
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.customer-checkout-intro p {
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}

.customer-register-name-fields {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.customer-auth-account-choice {
    align-items: center;
    border-top: 1px solid var(--divider-color);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 8px;
    margin-top: 30px;
    padding-top: 24px;
}

.customer-auth-account-choice a {
    color: #685e09;
    font-weight: 600;
    text-decoration: underline;
}

.customer-auth-account-choice a:hover,
.customer-auth-account-choice a:focus-visible {
    color: #be562a;
}

.customer-account-placeholder {
    align-items: center;
    background: rgb(104 94 9 / 7%);
    border-radius: 12px;
    display: flex;
    gap: 18px;
    padding: 22px;
}

.customer-account-placeholder > .material-icons {
    color: #685e09;
    font-size: 34px;
}

.customer-account-placeholder h3 {
    font-size: 20px;
    margin-bottom: 4px;
}

.customer-account-placeholder p {
    margin: 0;
}

.customer-account-logout-form {
    margin-top: 28px;
}

/* Header search and autosuggest */
.header-search-form-box {
    position: relative;
}

.header-search-form input[type='search']::-webkit-search-cancel-button {
    cursor: pointer;
}

.header-search-suggestions {
    background: #fff;
    border: 1px solid rgb(104 94 11 / 22%);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgb(62 56 5 / 18%);
    left: -1px;
    max-height: min(560px, 72vh);
    overflow-y: auto;
    padding: 8px 0;
    position: absolute;
    top: calc(100% + 8px);
    width: calc(100% + 2px);
    z-index: 12000;
}

.header-search-suggestions[hidden] {
    display: none;
}

.header-search-suggestions__heading {
    color: #88542a;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 9px 16px 5px;
    text-transform: uppercase;
}

.header-search-suggestions__brand,
.header-search-suggestions__product {
    align-items: center;
    color: #3e3805;
    display: flex;
    font-family: 'Inter', sans-serif;
    gap: 12px;
    padding: 9px 16px;
    transition:
        background-color 140ms ease,
        color 140ms ease;
}

.header-search-suggestions__brand:hover,
.header-search-suggestions__brand:focus,
.header-search-suggestions__brand.is-active,
.header-search-suggestions__product:hover,
.header-search-suggestions__product:focus,
.header-search-suggestions__product.is-active {
    background: #f2f3ed;
    color: #3e3805;
}

.header-search-suggestions__brand > .material-symbols-outlined {
    color: #685e09;
    flex: 0 0 auto;
    font-size: 21px;
    font-variation-settings:
        'FILL' 0,
        'wght' 300,
        'GRAD' 0,
        'opsz' 20;
}

.header-search-suggestions__brand-content,
.header-search-suggestions__product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.header-search-suggestions strong {
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.header-search-suggestions__product-name {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
}

.header-search-suggestions__sale-badge {
    background: #fc5;
    border-radius: 999px;
    color: #3e3805;
    flex: 0 0 auto;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    padding: 4px 7px;
}

.header-search-suggestions small {
    color: #777363;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.35;
}

.header-search-suggestions__image {
    align-items: center;
    aspect-ratio: 42 / 54;
    background: #f6f5f1;
    color: rgb(104 94 11 / 45%);
    display: flex;
    flex: 0 0 42px;
    justify-content: center;
    overflow: hidden;
}

.header-search-suggestions__image img {
    height: 54px;
    object-fit: contain;
    width: 42px;
}

.header-search-suggestions__image .material-symbols-outlined {
    font-size: 21px;
}

.header-search-suggestions__all {
    border-top: 1px solid var(--divider-color);
    color: #685e09;
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-top: 6px;
    padding: 12px 16px 6px;
    text-align: center;
}

.header-search-suggestions__all:hover,
.header-search-suggestions__all:focus {
    color: #3e3805;
}

.header-search-suggestions__empty,
.header-search-suggestions__loading {
    color: #6d6a5b;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    padding: 15px 16px;
}

.airguns-category-page .page-products {
    background: #fff;
}

/* Search results */
.airguns-search-page .page-products {
    padding-top: 42px;
}

.search-results-heading {
    font-family: 'Inter', sans-serif;
    margin-bottom: 34px;
}

.search-results-heading > span {
    color: #88542a;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}

.search-results-heading h1 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: clamp(26px, 3vw, 30px);
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.search-results-heading.new-in-shop-heading {
    align-items: center;
    display: flex;
    gap: 14px;
}

.new-in-shop-heading > img {
    flex: 0 0 auto;
    height: auto;
    width: 84px;
}

.search-results-heading p,
.search-filter-empty {
    color: #6d6a5b;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 10px 0 0;
}

.airguns-category-page .page-header.has-category-image,
.airguns-account-page .page-header.has-page-image,
.airguns-cart-page .page-header.has-page-image,
.airguns-content-page .page-header.has-page-image {
    isolation: isolate;
    position: relative;
}

.airguns-category-page .page-header.has-category-image::before,
.airguns-account-page .page-header.has-page-image::before,
.airguns-cart-page .page-header.has-page-image::before,
.airguns-content-page .page-header.has-page-image::before {
    background: linear-gradient(
        90deg,
        rgb(0 0 0 / 58%) 0%,
        rgb(0 0 0 / 34%) 45%,
        rgb(0 0 0 / 12%) 72%,
        transparent 100%
    );
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.airguns-category-page .page-header.has-category-image > .container,
.airguns-account-page .page-header.has-page-image > .container,
.airguns-cart-page .page-header.has-page-image > .container,
.airguns-content-page .page-header.has-page-image > .container {
    position: relative;
    z-index: 1;
}

/* Information and content pages */
.airguns-content-page .page-header-box h1 {
    text-transform: none;
}

.airguns-content-page .content-page-header {
    background-color: #3e3805;
    overflow: hidden;
}

.airguns-content-page .content-page-header.has-page-image::before {
    z-index: 1;
}

.airguns-content-page .content-page-header.has-page-image > .container {
    z-index: 2;
}

.content-page-header-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0;
    opacity: 0;
    position: absolute;
    transform: scale(1.015);
    transition:
        opacity 480ms ease,
        transform 700ms ease;
    z-index: 0;
}

.content-page-header-image.is-visible {
    opacity: 1;
    transform: scale(1);
}

.airguns-content-main {
    background: #fff;
    padding: 80px 0 100px;
}

.content-page-sidebar.page-single-sidebar {
    margin-right: 12px;
    position: sticky;
    top: 105px;
}

.content-navigation.page-category-list {
    background: #fff;
    border-color: rgb(104 94 11 / 18%);
    box-shadow: 0 14px 38px rgb(62 56 5 / 7%);
    margin: 0;
    max-height: calc(100vh - 130px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: rgb(104 94 11 / 26%) transparent;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
}

.content-navigation.page-category-list::-webkit-scrollbar {
    width: 6px;
}

.content-navigation.page-category-list::-webkit-scrollbar-thumb {
    background: rgb(104 94 11 / 26%);
    border-radius: 999px;
}

.content-navigation.page-category-list::-webkit-scrollbar-track {
    background: transparent;
}

.content-navigation-group + .content-navigation-group {
    border-top: 1px solid rgb(104 94 11 / 14%);
}

.content-navigation-heading {
    margin: 0;
}

.content-navigation-toggle {
    align-items: center;
    background: #fff;
    border: 0;
    color: #3e3805;
    display: flex;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    gap: 16px;
    justify-content: space-between;
    line-height: 1.4;
    padding: 18px 20px;
    text-align: left;
    transition:
        background-color 160ms ease,
        color 160ms ease;
    width: 100%;
}

.content-navigation-toggle:hover,
.content-navigation-toggle:focus-visible,
.content-navigation-group.is-active .content-navigation-toggle {
    background: #f6f3e5;
    color: #685e09;
}

.content-navigation-toggle .material-symbols-outlined {
    flex: 0 0 auto;
    font-size: 21px;
    transition: transform 180ms ease;
}

.content-navigation-toggle[aria-expanded='true'] .material-symbols-outlined {
    transform: rotate(180deg);
}

.content-navigation.page-category-list ul {
    background: #fbfaf6;
    margin: 0;
    padding: 5px 12px 13px;
}

.content-navigation.page-category-list ul li,
.content-navigation.page-category-list ul li:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.content-navigation.page-category-list ul li + li {
    margin-top: 2px;
}

.content-navigation.page-category-list .content-navigation-link {
    border-left: 2px solid transparent;
    border-radius: 0 6px 6px 0;
    color: #6d6a5b;
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
    padding: 10px 13px;
    text-transform: none;
}

.content-navigation.page-category-list .content-navigation-link::before {
    display: none;
}

.content-navigation.page-category-list .content-navigation-link:hover,
.content-navigation.page-category-list .content-navigation-link:focus-visible {
    background: rgb(246 243 229 / 80%);
    color: #685e09;
}

.content-navigation.page-category-list .content-navigation-link.is-active {
    background: #faeae2;
    border-left-color: #88542a;
    color: #3e3805;
    font-weight: 500;
}

.content-article {
    margin: 0 auto;
    max-width: 820px;
    padding: 4px 0 20px;
    transition:
        opacity 180ms ease,
        transform 180ms ease;
}

.content-article.is-loading {
    opacity: 0.36;
    pointer-events: none;
    transform: translateY(4px);
}

.content-article [data-content-article-title]:focus {
    outline: none;
}

.content-article-group {
    color: #88542a;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.025em;
    margin: 0 0 8px;
}

.content-article h2 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 30px;
}

.content-article-body {
    color: #565348;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}

.content-article-body p {
    margin: 0 0 20px;
}

.content-article-body p:last-child,
.content-article-body ul:last-child,
.content-article-body ol:last-child {
    margin-bottom: 0;
}

.content-article-body ul,
.content-article-body ol {
    margin: 0 0 22px;
    padding-left: 24px;
}

.content-article-body li + li {
    margin-top: 7px;
}

.content-article-body a {
    color: #88542a;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.content-page-empty {
    border: 1px solid rgb(104 94 11 / 18%);
    border-radius: 10px;
    margin: 0 auto;
    max-width: 720px;
    padding: 50px 30px;
    text-align: center;
}

.content-page-empty .material-symbols-outlined {
    color: #685e09;
    font-size: 40px;
}

.content-page-empty h2 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    margin: 16px 0 8px;
}

.content-page-empty p {
    margin: 0;
}

@media (prefers-reduced-motion: reduce) {
    .content-article,
    .content-page-header-image {
        transition-duration: 0s;
    }
}

.airguns-account-page .page-header-box h1 {
    text-transform: none;
}

.airguns-account-page .page-my-account {
    padding: 80px 0;
}

.account-page-notice {
    margin: 0 0 28px;
}

.airguns-account-navigation.my-account-sidebar-item {
    background: #fff;
    border: 1px solid rgb(104 94 9 / 18%);
    box-shadow: 0 14px 36px rgb(62 56 5 / 7%);
    padding: 14px 26px;
    position: sticky;
    top: 105px;
}

.airguns-account-navigation.my-account-sidebar-item ul li {
    border-bottom-color: rgb(104 94 9 / 14%);
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.airguns-account-navigation.my-account-sidebar-item ul li:last-child {
    border-bottom: 0;
}

.airguns-account-navigation.my-account-sidebar-item ul li a,
.airguns-account-navigation-link,
.airguns-account-navigation-logout button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #3e3805;
    display: flex;
    font: inherit;
    gap: 12px;
    min-height: 58px;
    padding: 11px 0;
    text-align: left;
    width: 100%;
}

.airguns-account-navigation.my-account-sidebar-item ul li a:hover,
.airguns-account-navigation-logout button:hover,
.airguns-account-navigation-logout button:focus-visible {
    color: #88542a;
}

.airguns-account-navigation.my-account-sidebar-item ul li.is-active a {
    color: #88542a;
    font-weight: 600;
}

.airguns-account-navigation .material-symbols-outlined {
    color: #685e09;
    flex: 0 0 auto;
    font-size: 22px;
}

.airguns-account-navigation-link.is-disabled {
    color: #777568;
    cursor: default;
}

.airguns-account-navigation-link small {
    background: #f3f1e7;
    border-radius: 999px;
    color: #77735a;
    font-size: 10px;
    font-weight: 500;
    margin-left: auto;
    padding: 3px 7px;
}

.airguns-account-navigation-logout form {
    margin: 0;
}

.airguns-account-navigation-logout button {
    cursor: pointer;
}

.airguns-account-dashboard {
    font-family: 'Inter', sans-serif;
}

.airguns-account-welcome {
    align-items: flex-start;
    background: linear-gradient(135deg, #f7f5e9 0%, #fff 100%);
    border: 1px solid rgb(104 94 9 / 16%);
    border-radius: 14px;
    display: flex;
    gap: 18px;
    margin-bottom: 24px;
    padding: 30px 32px;
}

.airguns-account-welcome > .material-symbols-outlined {
    background: #3e3805;
    border-radius: 50%;
    color: #fff;
    flex: 0 0 auto;
    font-size: 27px;
    padding: 12px;
}

.airguns-account-eyebrow {
    color: #88542a;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin: 0 0 7px;
    text-transform: uppercase;
}

.airguns-account-welcome h2 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: clamp(25px, 3vw, 32px);
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px;
}

.airguns-account-welcome p:last-child {
    color: #656254;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
    max-width: 690px;
}

.airguns-account-card-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.airguns-account-card {
    align-items: flex-start;
    background: #fff;
    border: 1px solid rgb(104 94 9 / 16%);
    border-radius: 14px;
    display: flex;
    gap: 17px;
    min-width: 0;
    padding: 27px;
}

.airguns-account-card-wide {
    grid-column: 1 / -1;
}

.airguns-account-card-icon {
    align-items: center;
    background: #faeae2;
    border-radius: 10px;
    color: #88542a;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
}

.airguns-account-card-icon .material-symbols-outlined {
    font-size: 23px;
}

.airguns-account-card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    width: 100%;
}

.airguns-account-card h3 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 17px;
}

.airguns-account-detail-list {
    margin: 0;
}

.airguns-account-detail-list > div {
    border-bottom: 1px solid rgb(104 94 9 / 11%);
    display: grid;
    gap: 10px;
    grid-template-columns: 90px minmax(0, 1fr);
    padding: 9px 0;
}

.airguns-account-detail-list > div:first-child {
    padding-top: 0;
}

.airguns-account-detail-list > div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.airguns-account-detail-list dt,
.airguns-account-detail-list dd,
.airguns-account-card address,
.airguns-account-empty-text {
    color: #656254;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.65;
    margin: 0;
    overflow-wrap: anywhere;
}

.airguns-account-detail-list dt {
    color: #77735f;
    font-weight: 500;
}

.airguns-account-card address span {
    display: block;
}

.airguns-account-detail-list .is-empty {
    color: #999688;
    font-style: italic;
}

.airguns-account-status-label {
    background: #f3f1e7;
    border-radius: 999px;
    color: #685e09;
    display: inline-flex;
    font-size: 11px;
    font-weight: 600;
    margin-top: 17px;
    padding: 6px 10px;
}

.airguns-account-card-link {
    align-items: center;
    color: #88542a;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    gap: 5px;
    margin-top: 18px;
    width: fit-content;
}

.airguns-account-card-link:hover,
.airguns-account-card-link:focus-visible {
    color: #3e3805;
}

.airguns-account-card-link .material-symbols-outlined {
    font-size: 16px;
    transition: transform 180ms ease;
}

.airguns-account-card-link:hover .material-symbols-outlined,
.airguns-account-card-link:focus-visible .material-symbols-outlined {
    transform: translateX(3px);
}

.airguns-account-form-card {
    background: #fff;
    border: 1px solid rgb(104 94 9 / 16%);
    border-radius: 14px;
    box-shadow: 0 14px 36px rgb(62 56 5 / 5%);
    font-family: 'Inter', sans-serif;
    padding: 34px 38px 38px;
}

.airguns-account-form-heading {
    border-bottom: 1px solid rgb(104 94 9 / 13%);
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.airguns-account-form-heading h2 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: clamp(25px, 3vw, 31px);
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px;
}

.airguns-account-form-heading > p:last-child {
    color: #656254;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
    max-width: 690px;
}

.airguns-account-form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.airguns-account-form fieldset + fieldset {
    border-top: 1px solid rgb(104 94 9 / 13%);
    margin-top: 32px;
    padding-top: 30px;
}

.airguns-account-form legend {
    color: #3e3805;
    float: none;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 21px;
    width: auto;
}

.airguns-account-form-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.airguns-account-address-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.airguns-account-address-grid .form-group:nth-child(1) {
    grid-column: span 4;
}

.airguns-account-address-grid .form-group:nth-child(2),
.airguns-account-address-grid .form-group:nth-child(3) {
    grid-column: span 1;
}

.airguns-account-address-grid .form-group:nth-child(n + 4) {
    grid-column: span 2;
}

.airguns-account-form .form-group {
    margin: 0;
    min-width: 0;
}

.airguns-account-form label {
    color: #3e3805;
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
}

.airguns-account-form label span {
    color: #be562a;
}

.airguns-account-form .form-control,
.airguns-account-form .form-select {
    background-color: #fff;
    border: 1px solid rgb(104 94 9 / 20%);
    border-radius: 8px;
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    min-height: 50px;
    padding: 11px 14px;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.airguns-account-form .form-control:focus,
.airguns-account-form .form-select:focus {
    border-color: #88542a;
    box-shadow: 0 0 0 3px rgb(136 84 42 / 12%);
}

.airguns-account-form .form-control[readonly] {
    background: #f5f4ee;
    color: #777568;
    cursor: not-allowed;
}

.airguns-account-form .form-control.is-invalid,
.airguns-account-form .form-select.is-invalid {
    border-color: #b42318;
}

.airguns-account-field-help,
.airguns-account-fieldset-intro,
.airguns-account-field-error {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.5;
    margin: 7px 0 0;
}

.airguns-account-field-help,
.airguns-account-fieldset-intro {
    color: #777568;
}

.airguns-account-fieldset-intro {
    margin: -10px 0 20px;
}

.airguns-account-field-error {
    color: #b42318;
}

.airguns-account-form-actions {
    border-top: 1px solid rgb(104 94 9 / 13%);
    margin-top: 32px;
    padding-top: 30px;
}

.airguns-account-form-actions .btn-default {
    background: transparent;
    border-color: var(--accent-color);
    color: var(--accent-color);
    font-size: 14px;
    font-weight: 400;
    min-width: 0;
    padding: 15px 26px;
    text-align: center;
    text-transform: none;
}

.airguns-account-form-actions .btn-default:hover,
.airguns-account-form-actions .btn-default:focus-visible {
    color: #fff;
}

.airguns-account-form-actions .btn-default::before {
    display: none;
}

.airguns-account-form-actions .btn-default::after {
    background: #3e3805;
}

@media only screen and (max-width: 1199px) {
    .airguns-account-address-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .airguns-account-address-grid .form-group:nth-child(1) {
        grid-column: 1 / -1;
    }

    .airguns-account-address-grid .form-group:nth-child(n + 2) {
        grid-column: span 1;
    }
}

.category-introduction {
    font-family: 'Inter', sans-serif;
    font-size: 0.89em;
    max-width: 900px;
    margin: 0 0 28px;
}

.category-introduction p {
    margin: 0;
}

.category-introduction p + p {
    margin-top: 0;
}

.category-navigation-list .category-navigation-link {
    color: #88542a;
    display: block;
    line-height: 1.35;
    transition:
        color 160ms ease,
        transform 160ms ease;
}

.airguns-category-page .page-single-sidebar .product-category-item ul li,
.airguns-category-page .page-single-sidebar .product-category-filter-clear-btn a {
    color: #88542a;
    font-family: 'Inter', sans-serif;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.35;
}

.airguns-category-page .page-single-sidebar .product-category-item ul li input[type='checkbox'] {
    accent-color: #88542a;
    height: 14px;
    width: 14px;
}

.airguns-category-page .page-single-sidebar .product-category-filter-title h2 {
    color: #88542a;
    font-size: 16px;
}

.airguns-category-page .page-single-sidebar .product-category-item-title {
    color: #3e3805;
}

.airguns-category-page .page-single-sidebar .product-category-item ul li a,
.airguns-category-page .page-single-sidebar .product-category-item ul li label,
.airguns-category-page .page-single-sidebar .product-category-item ul li button,
.airguns-category-page .page-single-sidebar .product-category-item ul li span {
    color: inherit;
    font: inherit;
}

.category-occasion-filter-label {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.category-occasion-filter-image {
    flex: 0 0 auto;
    height: auto;
    width: 56px;
}

.category-navigation-list .category-navigation-link:hover,
.category-navigation-list .category-navigation-link:focus,
.category-navigation-list .category-navigation-link.is-active {
    color: #88542a;
}

.category-navigation-list .category-navigation-link.is-active {
    color: #3e3805 !important;
    font-weight: 400 !important;
}

.category-result-title {
    max-width: none;
}

.category-product-brand {
    color: #88542a;
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.airguns-category-page .product-item-body {
    text-align: left;
}

.airguns-category-page .product-item-content .product-item-title {
    color: #3e3805;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
}

.airguns-category-page .product-item-image img {
    aspect-ratio: 150 / 191;
    height: auto;
}

.airguns-category-page .product-item-image {
    position: relative;
}

.category-product-deal-badge {
    background-color: #da0410;
    border-radius: 4px;
    bottom: 10px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    left: 10px;
    line-height: 1;
    padding: 5px 9px;
    position: absolute;
    transition: bottom 280ms cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
}

.category-product-new-in-shop-label,
.product-occasion-label {
    left: 10px;
    pointer-events: none;
    position: absolute;
    top: 10px;
    z-index: 6;
}

.category-product-new-in-shop-label {
    width: 90px;
}

.product-occasion-label {
    width: 100px;
}

.airguns-category-page .product-item-image .category-product-new-in-shop-label img {
    aspect-ratio: auto;
    display: block;
    height: auto;
    width: 100%;
}

.airguns-category-page .product-item-image .product-occasion-label img,
.airguns-home-featured-product .product-item-image .product-occasion-label img,
.airguns-home-offers .best-offer-item-image .product-occasion-label img,
.airguns-product-page .product-occasion-label img {
    aspect-ratio: auto;
    background: transparent;
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.airguns-home-offers .best-offer-item-image,
.product-single-image-placeholder {
    position: relative;
}

.airguns-category-page .product-item-price h3 {
    color: #403a06;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    min-height: 20px;
}

.airguns-category-page .product-item-price h3.is-sale {
    color: #da0410;
}

.airguns-category-page .product-item-price h3 span {
    font-size: 15px;
}

.airguns-category-page .product-item-price {
    margin-top: 10px;
    min-height: 56px;
}

.airguns-category-page .product-item-price h3 small {
    color: var(--text-color);
    font-size: 13px;
    font-weight: 400;
}

.category-product-price-detail {
    align-items: baseline;
    color: var(--text-color);
    display: flex;
    font-size: 12px;
    font-weight: 300;
    gap: 4px;
    line-height: 18px;
    min-height: 18px;
    white-space: nowrap;
}

.category-product-price-detail del {
    color: inherit;
    text-decoration-thickness: 1px;
}

.category-product-image-placeholder {
    align-items: center;
    aspect-ratio: 150 / 191;
    background: #f5f4ef;
    color: rgb(104 94 11 / 45%);
    display: flex;
    justify-content: center;
    width: 100%;
}

.category-product-image-placeholder .material-symbols-outlined {
    font-size: 42px;
    font-variation-settings:
        'FILL' 0,
        'wght' 250,
        'GRAD' 0,
        'opsz' 40;
}

.category-empty-products,
.category-empty-state {
    border: 1px solid var(--divider-color);
    border-radius: 10px;
    padding: 58px 30px;
    text-align: center;
}

.category-empty-products > .material-symbols-outlined,
.category-empty-state > .material-symbols-outlined {
    color: #685e09;
    font-size: 42px;
    margin-bottom: 12px;
}

.category-empty-products h2,
.category-empty-state h2 {
    font-size: 24px;
    margin-bottom: 8px;
}

.category-empty-products p,
.category-empty-state p {
    margin-bottom: 0;
}

.category-empty-products a {
    color: #be562a;
    display: inline-block;
    margin-top: 12px;
}

.category-empty-state .btn-default {
    margin-top: 22px;
}

.category-pagination {
    margin-top: 50px;
}

.category-pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-pagination a {
    align-items: center;
    border: 1px solid rgb(104 94 11 / 25%);
    border-radius: 5px;
    color: #403a06;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.category-pagination a:hover,
.category-pagination a:focus,
.category-pagination a.is-active {
    background: #685e09;
    border-color: #685e09;
    color: #fff;
}

.category-filter-submit {
    background: #685e09;
    border: 0;
    border-radius: 5px;
    color: #fff;
    margin-top: 15px;
    padding: 9px 14px;
}

.category-filter-backdrop,
.category-filter-close,
.category-filter-footer,
.category-filter-open {
    display: none;
}

.category-filter-header-actions {
    align-items: center;
    display: flex;
    gap: 14px;
}

.airguns-category-page .product-category-sorting-list .form-select {
    background-color: #fff;
    border: 1px solid rgb(104 94 11 / 35%);
    border-radius: 4px;
    box-shadow: none;
    color: #403a06;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    min-height: 46px;
    padding: 9px 38px 9px 14px;
}

.airguns-category-page .product-item-list-box {
    position: relative;
}

.category-product-results {
    transition: opacity 160ms ease;
}

.product-item-list-box.is-filter-loading .category-product-results {
    opacity: 0.42;
    pointer-events: none;
}

.product-item-list-box.is-filter-loading::after {
    animation: category-filter-loading 700ms linear infinite;
    border: 2px solid rgb(136 84 42 / 22%);
    border-radius: 50%;
    border-top-color: #88542a;
    content: '';
    height: 30px;
    left: 50%;
    position: absolute;
    top: 92px;
    transform: translateX(-50%);
    width: 30px;
    z-index: 2;
}

.category-filter-apply:disabled {
    cursor: wait;
    opacity: 0.68;
}

@keyframes category-filter-loading {
    to {
        transform: translateX(-50%) rotate(360deg);
    }
}

@media only screen and (max-width: 1024px) {
    .airguns-category-page .page-header,
    .airguns-account-page .page-header,
    .airguns-content-page .page-header,
    .airguns-category-page .category-introduction {
        display: none;
    }

    .airguns-content-main {
        padding-top: 48px;
    }

    .content-page-sidebar.page-single-sidebar {
        position: static;
    }

    .content-navigation.page-category-list {
        max-height: none;
        overflow: hidden;
        scrollbar-gutter: auto;
    }

    .airguns-account-page .page-my-account {
        padding: 48px 0;
    }

    .airguns-account-navigation.my-account-sidebar-item {
        position: static;
    }

    html.airguns-category-filter-open,
    body.airguns-category-filter-open {
        overflow: hidden;
    }

    .airguns-category-page .category-filter-column {
        display: contents;
    }

    .airguns-category-page .category-results-column {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .category-filter-backdrop {
        background: rgb(24 23 17 / 48%);
        border: 0;
        display: block;
        inset: 0;
        opacity: 0;
        padding: 0;
        pointer-events: none;
        position: fixed;
        transition: opacity 280ms ease;
        visibility: hidden;
        z-index: 10980;
    }

    .airguns-category-filter-open .category-filter-backdrop {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

    .airguns-category-page .category-filter-drawer {
        background: #fff;
        display: grid;
        grid-template-rows: auto minmax(0, 1fr) auto;
        height: 100vh;
        height: 100dvh;
        inset: 0 0 0 auto;
        margin: 0;
        max-width: 430px;
        overflow: hidden;
        position: fixed;
        top: 0;
        transform: translate3d(100%, 0, 0);
        transition:
            transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
            visibility 300ms;
        visibility: hidden;
        width: 100%;
        z-index: 10990;
    }

    .airguns-category-page .category-filter-drawer.is-open {
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    .airguns-category-page .category-filter-drawer > .product-category-filter-header {
        background: #fff;
        border-bottom: 1px solid var(--divider-color);
        margin: 0;
        padding: 17px 20px;
    }

    .airguns-category-page .category-filter-drawer .product-category-filter-title {
        max-width: none;
    }

    .airguns-category-page .category-filter-drawer .product-category-filter-title img {
        display: none;
    }

    .airguns-category-page .category-filter-drawer .product-category-filter-title h2 {
        color: #88542a;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: 500;
        margin: 0;
    }

    .category-filter-close {
        align-items: center;
        background: transparent;
        border: 0;
        color: #88542a;
        display: inline-flex;
        height: 36px;
        justify-content: center;
        padding: 0;
        width: 36px;
    }

    .category-filter-close .material-symbols-outlined {
        font-size: 25px;
        font-variation-settings:
            'FILL' 0,
            'wght' 300,
            'GRAD' 0,
            'opsz' 24;
    }

    .airguns-category-page .category-filter-drawer .product-category-item-list {
        min-height: 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 24px 20px;
    }

    .airguns-category-page .category-filter-drawer .product-category-item {
        margin-bottom: 22px;
        padding-bottom: 22px;
    }

    .airguns-category-page .category-filter-drawer .product-category-item-title {
        font-family: 'Inter', sans-serif;
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .category-filter-footer {
        background: #fff;
        border-top: 1px solid var(--divider-color);
        display: block;
        padding: 14px 20px calc(14px + env(safe-area-inset-bottom));
    }

    .category-filter-apply {
        background: #685e09;
        border: 1px solid #685e09;
        border-radius: 4px;
        color: #fff;
        font-family: 'Inter', sans-serif;
        font-size: 15px;
        font-weight: 400;
        min-height: 48px;
        padding: 11px 18px;
        transition:
            background-color 160ms ease,
            border-color 160ms ease;
        width: 100%;
    }

    .category-filter-apply:hover,
    .category-filter-apply:focus {
        background: #3e3805;
        border-color: #3e3805;
    }

    .airguns-category-page .product-item-list-box > .product-category-filter-header {
        align-items: stretch;
        display: grid;
        gap: 12px;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .airguns-category-page .category-result-title {
        grid-column: 1 / -1;
        max-width: none;
    }

    .category-filter-open {
        align-items: center;
        background: #fff;
        border: 1px solid rgb(104 94 11 / 35%);
        border-radius: 4px;
        color: #88542a;
        display: flex;
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-weight: 400;
        gap: 8px;
        justify-content: center;
        min-height: 46px;
        padding: 9px 14px;
    }

    .category-filter-open .material-symbols-outlined {
        color: #88542a;
        font-size: 20px;
        font-variation-settings:
            'FILL' 0,
            'wght' 300,
            'GRAD' 0,
            'opsz' 20;
    }

    .category-filter-count {
        align-items: center;
        background: #88542a;
        border-radius: 50%;
        color: #fff;
        display: inline-flex;
        font-size: 11px;
        height: 20px;
        justify-content: center;
        min-width: 20px;
        padding: 0 5px;
    }

    .airguns-category-page .product-category-result-info,
    .airguns-category-page .product-category-sorting-list,
    .airguns-category-page .product-category-sorting-list form,
    .airguns-category-page .product-category-sorting-list .form-select {
        height: 100%;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .category-filter-backdrop,
    .airguns-category-page .category-filter-drawer,
    .category-product-results {
        transition-duration: 0s;
    }

    .product-item-list-box.is-filter-loading::after {
        animation: none;
    }
}

@media only screen and (max-width: 767px) {
    .header-search-suggestions {
        left: 50%;
        max-height: min(520px, 68vh);
        transform: translateX(-50%);
        width: min(430px, calc(100vw - 30px));
    }

    .header-search-form input[type='search'] {
        font-size: 16px;
    }

    .airguns-search-page .page-products {
        padding-top: 28px;
    }

    .search-results-heading {
        margin-bottom: 25px;
    }

    .airguns-auth-page .page-header {
        padding: 58px 0;
    }

    .customer-login-card {
        padding: 28px 22px;
    }

    .customer-code-input {
        max-width: 100%;
    }

    .airguns-account-page .page-my-account {
        padding: 34px 0;
    }

    .airguns-content-main {
        padding: 34px 0 55px;
    }

    .content-navigation-toggle {
        font-size: 14px;
        padding: 16px 17px;
    }

    .content-navigation.page-category-list .content-navigation-link {
        font-size: 13px;
    }

    .content-article {
        padding-top: 8px;
    }

    .content-article h2 {
        font-size: 27px;
        margin-bottom: 22px;
    }

    .content-article-body {
        font-size: 15px;
    }

    .account-page-notice {
        margin-bottom: 20px;
    }

    .airguns-account-navigation.my-account-sidebar-item {
        padding: 8px 20px;
    }

    .airguns-account-navigation.my-account-sidebar-item ul li a,
    .airguns-account-navigation-link,
    .airguns-account-navigation-logout button {
        min-height: 50px;
        padding: 8px 0;
    }

    .airguns-account-welcome {
        gap: 14px;
        padding: 23px 20px;
    }

    .airguns-account-welcome > .material-symbols-outlined {
        font-size: 23px;
        padding: 9px;
    }

    .airguns-account-card-grid {
        gap: 18px;
        grid-template-columns: minmax(0, 1fr);
    }

    .airguns-account-card-wide {
        grid-column: auto;
    }

    .airguns-account-card {
        gap: 14px;
        padding: 22px 19px;
    }

    .airguns-account-form-card {
        padding: 25px 20px 28px;
    }

    .airguns-account-form-heading {
        margin-bottom: 25px;
        padding-bottom: 21px;
    }

    .airguns-account-form-grid,
    .airguns-account-address-grid {
        gap: 18px;
        grid-template-columns: minmax(0, 1fr);
    }

    .airguns-account-address-grid .form-group:nth-child(n) {
        grid-column: auto;
    }

    .airguns-account-form fieldset + fieldset,
    .airguns-account-form-actions {
        margin-top: 27px;
        padding-top: 25px;
    }

    .airguns-account-form-actions .btn-default {
        padding: 14px 18px;
        width: auto;
    }

    .airguns-account-detail-list > div {
        gap: 4px;
        grid-template-columns: minmax(0, 1fr);
    }

    .airguns-category-page .product-item-header {
        margin-bottom: 0;
    }

    .category-product-brand {
        font-size: 11px;
    }

    .category-empty-products,
    .category-empty-state {
        padding: 38px 20px;
    }
}

/* Keep the interactive card media above the template's generic image rules. */
.airguns-category-page .product-item-image .category-product-gallery-image {
    height: 100%;
    object-fit: contain;
    opacity: 0;
    position: absolute;
}

.airguns-category-page .product-item-image .category-product-gallery-image.is-active {
    opacity: 1;
}

.airguns-category-page .category-product-deal-badge {
    z-index: 6;
}

/* 404 page */
.airguns-not-found {
    align-items: center;
    background-color: #3e3805;
    background-position: center;
    background-size: cover;
    display: flex;
    min-height: clamp(540px, calc(100svh - 150px), 780px);
    overflow: hidden;
    padding: 90px 0;
    position: relative;
}

.airguns-not-found__video,
.airguns-not-found__overlay {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.airguns-not-found__video {
    object-fit: cover;
    pointer-events: none;
    z-index: 0;
}

.airguns-not-found__overlay {
    background: linear-gradient(
            90deg,
            rgb(25 24 13 / 78%) 0%,
            rgb(25 24 13 / 53%) 48%,
            rgb(25 24 13 / 28%) 100%
        ),
        linear-gradient(0deg, rgb(20 19 11 / 24%), rgb(20 19 11 / 24%));
    z-index: 1;
}

.airguns-not-found__container {
    position: relative;
    z-index: 2;
}

.airguns-not-found__content {
    color: #fff;
    max-width: 760px;
}

.airguns-not-found__code {
    color: #fc5;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.16em;
    margin-bottom: 16px;
}

.airguns-not-found__content h1 {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: clamp(34px, 5vw, 62px);
    font-weight: 500;
    line-height: 1.12;
    margin: 0;
    max-width: 720px;
}

.airguns-not-found__button.btn-default {
    border-color: #fc5;
    color: #fff;
    margin-top: 34px;
    text-transform: none;
}

.airguns-not-found__button.btn-default::before {
    background-color: #fc5;
}

.airguns-not-found__button.btn-default::after {
    background-color: #3e3805;
}

.airguns-not-found__button.btn-default:hover,
.airguns-not-found__button.btn-default:focus-visible {
    border-color: #3e3805;
    color: #fff;
}

.airguns-not-found__button.btn-default:hover::before,
.airguns-not-found__button.btn-default:focus-visible::before {
    background-color: #fc5;
    background-image: url('../images/arrow-white.svg');
}

@media (prefers-reduced-motion: reduce) {
    .airguns-not-found__video {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .airguns-not-found {
        min-height: 620px;
        padding: 72px 0;
    }

    .airguns-not-found__overlay {
        background: rgb(25 24 13 / 62%);
    }

    .airguns-not-found__content h1 {
        font-size: clamp(31px, 10vw, 43px);
    }

    .airguns-not-found__button.btn-default {
        margin-top: 28px;
    }
}

/* Winkelwagen */
.airguns-cart-page .page-header-box h1 {
    text-transform: none;
}

.airguns-cart-page .page-cart {
    font-family: 'Inter', sans-serif;
    padding: 70px 0 100px;
}

.airguns-cart-page .cart-item-table,
.airguns-cart-page .order-summary-box {
    background: #fff;
    border: 1px solid rgb(104 94 9 / 16%);
    border-radius: 14px;
    box-shadow: 0 14px 36px rgb(62 56 5 / 6%);
}

.airguns-cart-page .cart-item-table {
    padding: 26px 28px;
}

.airguns-cart-page .cart-item-header {
    border-bottom-color: rgb(104 94 9 / 17%);
    margin-bottom: 0;
    padding: 0 0 17px;
}

.airguns-cart-page .cart-item-header span {
    color: #3e3805;
    font-size: 14px;
    font-weight: 600;
}

.airguns-cart-page .cart-item {
    border-bottom-color: rgb(104 94 9 / 14%);
    margin: 0;
    padding: 25px 0;
}

.airguns-cart-page .cart-item:last-child {
    padding-bottom: 0;
}

.airguns-cart-page .cart-item-image-content {
    align-items: center;
}

.airguns-cart-page .cart-item-image {
    align-items: center;
    background: #f8f8f5;
    border: 1px solid rgb(104 94 9 / 11%);
    border-radius: 9px;
    flex: 0 0 92px;
    height: 117px;
    margin: 0;
    width: 92px;
}

.airguns-cart-page .cart-item-image::before {
    display: none;
}

.airguns-cart-page .cart-item-image > a,
.airguns-cart-page .cart-item-image figure {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.airguns-cart-page .cart-item-image img {
    aspect-ratio: 150 / 191;
    border-radius: 7px;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.airguns-cart-image-placeholder {
    color: #a7a491;
    font-size: 31px;
}

.airguns-cart-remove {
    align-items: center;
    background: #fff;
    border: 1px solid rgb(104 94 9 / 20%);
    border-radius: 50%;
    color: #88542a;
    cursor: pointer;
    display: flex;
    height: 27px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: -8px;
    top: -8px;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
    width: 27px;
    z-index: 2;
}

.airguns-cart-remove .material-symbols-outlined {
    font-size: 16px;
}

.airguns-cart-remove:hover,
.airguns-cart-remove:focus-visible {
    background: #3e3805;
    color: #fff;
}

.airguns-cart-page .cart-item-info-content {
    align-items: flex-start;
    width: calc(100% - 122px);
}

.airguns-cart-page .cart-item-title {
    min-width: 0;
    width: calc(65% - 8px);
}

.airguns-cart-brand {
    color: #88542a;
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.airguns-cart-page .cart-item-title h3 {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    margin: 0 0 7px;
}

.airguns-cart-page .cart-item-title h3 a {
    color: #3e3805;
}

.airguns-cart-page .cart-item-title h3 a:hover,
.airguns-cart-page .cart-item-title h3 a:focus-visible {
    color: #88542a;
}

.airguns-cart-model,
.airguns-cart-sku {
    color: #747164;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.45;
    margin: 0;
}

.airguns-cart-page .cart-item-price {
    align-self: center;
    width: calc(35% - 8px);
}

.airguns-cart-page .cart-item-price p {
    color: #3e3805;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.airguns-cart-page .cart-item-price p.is-sale {
    color: #da0410;
}

.airguns-cart-page .cart-item-price small {
    color: #858273;
    display: block;
    font-size: 10px;
    font-weight: 300;
    margin-top: 3px;
}

.airguns-cart-page .cart-item-quantity-total {
    flex-wrap: nowrap;
}

.airguns-cart-page .cart-item-quantity {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.airguns-cart-page .cart-item-quantity .qty-box {
    border-color: rgb(104 94 9 / 19%);
    border-radius: 7px;
    gap: 8px;
    min-width: 98px;
    padding: 5px 9px;
}

.airguns-cart-page .cart-item-quantity .qty-btn span {
    color: #3e3805;
    font-size: 15px;
}

.airguns-cart-page .cart-item-quantity .qty-btn:disabled {
    cursor: not-allowed;
    opacity: 0.28;
}

.airguns-cart-page .cart-item-quantity .qty-input {
    color: #3e3805;
    font-size: 13px;
    font-weight: 300;
}

.airguns-cart-stock {
    color: #477627;
    font-size: 10px;
    font-weight: 400;
    white-space: nowrap;
}

.airguns-cart-stock.has-warning,
.airguns-cart-stock-warning {
    color: #be562a;
}

.airguns-cart-page .cart-item-subtotal {
    color: #3e3805;
    font-size: 14px;
    font-weight: 600;
}

.airguns-cart-page .cart-item-buttons {
    margin-top: 26px;
}

.airguns-cart-continue.btn-default {
    border-color: #3e3805;
    color: #3e3805;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 56px 15px 16px;
    text-transform: none;
}

.airguns-cart-continue.btn-default::before {
    background-color: #3e3805;
}

.airguns-cart-continue.btn-default::after {
    background-color: #3e3805;
}

.airguns-cart-continue.btn-default:hover,
.airguns-cart-continue.btn-default:focus-visible {
    color: #fff;
}

.airguns-cart-continue.btn-default:hover::before,
.airguns-cart-continue.btn-default:focus-visible::before {
    background-color: #3e3805;
    background-image: url('../images/arrow-white.svg');
}

.airguns-cart-page .page-single-sidebar.right-side-sidebar {
    margin-left: 8px;
    position: sticky;
    top: 105px;
}

.airguns-cart-page .order-summary-box {
    padding: 20px;
}

.airguns-cart-page .order-summary-content-box {
    margin: 0;
    padding: 8px;
}

.airguns-cart-page .order-summary-box-title {
    border-bottom-color: rgb(104 94 9 / 16%);
    margin-bottom: 22px;
    padding-bottom: 18px;
}

.airguns-cart-page .order-summary-box-title h2 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
}

.airguns-cart-summary-list {
    margin: 0;
}

.airguns-cart-summary-list > div {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 15px;
}

.airguns-cart-summary-list dt,
.airguns-cart-summary-list dd {
    color: #666357;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
}

.airguns-cart-summary-list dd {
    color: #3e3805;
    font-weight: 500;
    text-align: right;
}

.airguns-cart-summary-list .airguns-cart-summary-total {
    border-top: 1px solid rgb(104 94 9 / 16%);
    margin: 23px 0 0;
    padding-top: 21px;
}

.airguns-cart-summary-list .airguns-cart-summary-total dt,
.airguns-cart-summary-list .airguns-cart-summary-total dd {
    color: #3e3805;
    font-size: 16px;
    font-weight: 600;
}

.airguns-cart-tax-note,
.airguns-cart-stock-warning,
.airguns-cart-page .order-checkout-button small {
    color: #858273;
    display: block;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.45;
    margin: 8px 0 0;
}

.airguns-cart-page .order-checkout-button {
    margin-top: 18px;
}

.airguns-cart-page .order-checkout-button .btn-default {
    background: #e5e5e0;
    border-color: #e5e5e0;
    color: #777568;
    cursor: not-allowed;
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
    padding: 12px 18px;
    text-transform: none;
}

.airguns-cart-page .order-checkout-button .btn-default::after {
    display: none;
}

.airguns-cart-page .order-checkout-button .btn-default.is-active {
    background: #3e3805;
    border-color: #3e3805;
    color: #fff;
    cursor: pointer;
    display: block;
    text-align: center;
}

.airguns-cart-page .order-checkout-button .btn-default.is-active:hover,
.airguns-cart-page .order-checkout-button .btn-default.is-active:focus-visible {
    background: #685e09;
    border-color: #685e09;
    color: #fff;
}

.airguns-checkout-page .page-header {
    background-position: center;
    background-size: cover;
}

.airguns-checkout-page .page-header.has-page-image::before {
    background: linear-gradient(
        90deg,
        rgb(20 22 13 / 72%) 0%,
        rgb(20 22 13 / 30%) 55%,
        transparent 100%
    );
}

.airguns-checkout-page .page-header-box h1 {
    text-transform: none;
}

.airguns-checkout-start {
    padding: 70px 0 100px;
}

.airguns-checkout-heading {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    margin-bottom: 34px;
    max-width: 850px;
}

.airguns-checkout-heading > .material-symbols-outlined {
    color: #685e09;
    font-size: 38px;
}

.airguns-checkout-heading h2 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: clamp(25px, 3vw, 32px);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 8px;
}

.airguns-checkout-heading p {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}

.airguns-checkout-steps {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0 0 42px;
    padding: 0;
}

.airguns-checkout-steps li {
    align-items: center;
    background: #f8f7f0;
    border: 1px solid rgb(104 94 9 / 13%);
    border-radius: 10px;
    display: flex;
    gap: 12px;
    padding: 14px 16px;
}

.airguns-checkout-steps li > span {
    align-items: center;
    background: #e7e5da;
    border-radius: 50%;
    color: #777466;
    display: flex;
    flex: 0 0 31px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 31px;
    justify-content: center;
}

.airguns-checkout-steps li.is-complete > span,
.airguns-checkout-steps li.is-current > span {
    background: #685e09;
    color: #fff;
}

.airguns-checkout-steps li.is-current {
    border-color: rgb(104 94 9 / 45%);
}

.airguns-checkout-steps small,
.airguns-checkout-steps strong {
    display: block;
    font-family: 'Inter', sans-serif;
}

.airguns-checkout-steps small {
    color: #858273;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

.airguns-checkout-steps strong {
    color: #3e3805;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.airguns-checkout-card,
.airguns-checkout-next-step,
.airguns-checkout-summary {
    border: 1px solid rgb(104 94 9 / 15%);
    border-radius: 12px;
    box-shadow: 0 14px 34px rgb(22 24 29 / 5%);
}

.airguns-checkout-card {
    align-items: center;
    display: flex;
    gap: 18px;
    margin-bottom: 20px;
    padding: 25px;
}

.airguns-checkout-card__icon {
    align-items: center;
    background: #f0f3dc;
    border-radius: 50%;
    color: #685e09;
    display: flex;
    flex: 0 0 52px;
    font-size: 27px;
    height: 52px;
    justify-content: center;
}

.airguns-checkout-card small {
    color: #66801f;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.airguns-checkout-card h3,
.airguns-checkout-next-step h3 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 2px 0 4px;
}

.airguns-checkout-card p,
.airguns-checkout-next-step p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.airguns-checkout-next-step {
    background: #f8f7f0;
    padding: 25px;
}

.airguns-checkout-form-card {
    border: 1px solid rgb(104 94 9 / 15%);
    border-radius: 12px;
    box-shadow: 0 14px 34px rgb(22 24 29 / 5%);
    padding: 30px;
}

.airguns-checkout-delivery-card {
    margin-top: 20px;
}

.airguns-checkout-delivery-message,
.airguns-checkout-delivery-unavailable {
    align-items: center;
    background: #f8f7f0;
    border: 1px solid rgb(104 94 9 / 14%);
    border-radius: 8px;
    color: #676454;
    display: flex;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 300;
    gap: 11px;
    margin-bottom: 16px;
    padding: 13px 15px;
}

.airguns-checkout-delivery-message > .material-symbols-outlined,
.airguns-checkout-delivery-unavailable > .material-symbols-outlined {
    color: #685e09;
    flex: 0 0 auto;
    font-size: 22px;
}

.airguns-checkout-delivery-unavailable {
    margin-bottom: 0;
    padding: 18px;
}

.airguns-checkout-delivery-unavailable strong {
    color: #3e3805;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
}

.airguns-checkout-delivery-unavailable p {
    margin: 0;
}

.airguns-checkout-delivery-options {
    display: grid;
    gap: 11px;
}

.airguns-checkout-delivery-option {
    align-items: center;
    background: #fff;
    border: 1px solid rgb(104 94 9 / 18%);
    border-radius: 9px;
    display: grid;
    gap: 17px;
    padding: 15px 17px;
    transition:
        background-color 160ms ease,
        border-color 160ms ease,
        box-shadow 160ms ease;
}

.airguns-checkout-delivery-option.is-fixed {
    background: #fbfaf6;
    border-color: rgb(104 94 9 / 32%);
    grid-template-columns: 118px minmax(0, 1fr) auto;
}

.airguns-checkout-delivery-option.is-selectable {
    cursor: pointer;
    grid-template-columns: auto 118px minmax(0, 1fr) auto;
}

.airguns-checkout-delivery-option.is-selectable:hover,
.airguns-checkout-delivery-option.is-selectable:has(input:checked) {
    background: #f9f8f1;
    border-color: #685e09;
    box-shadow: 0 7px 18px rgb(62 56 5 / 6%);
}

.airguns-checkout-delivery-option > input {
    accent-color: #685e09;
    height: 17px;
    margin: 0;
    width: 17px;
}

.airguns-checkout-delivery-logo {
    align-items: center;
    background: #fff;
    border: 1px solid #ecebe4;
    border-radius: 7px;
    display: flex;
    height: 64px;
    justify-content: center;
    overflow: hidden;
    padding: 8px;
    width: 118px;
}

.airguns-checkout-delivery-logo img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.airguns-checkout-delivery-logo > .material-symbols-outlined {
    color: #9a978a;
    font-size: 30px;
}

.airguns-checkout-delivery-name,
.airguns-checkout-delivery-price {
    font-family: 'Inter', sans-serif;
}

.airguns-checkout-delivery-name small,
.airguns-checkout-delivery-name strong,
.airguns-checkout-delivery-name em,
.airguns-checkout-delivery-price small,
.airguns-checkout-delivery-price strong {
    display: block;
}

.airguns-checkout-delivery-name small,
.airguns-checkout-delivery-price small {
    color: #858273;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.35;
}

.airguns-checkout-delivery-name strong {
    color: #3e3805;
    font-size: 15px;
    font-weight: 600;
    margin: 2px 0 3px;
}

.airguns-checkout-delivery-name em {
    color: #685e09;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.airguns-checkout-delivery-price {
    min-width: 105px;
    text-align: right;
}

.airguns-checkout-delivery-price strong {
    color: #3e3805;
    font-size: 15px;
    font-weight: 600;
    margin-top: 3px;
}

.airguns-checkout-delivery-price strong.is-free {
    color: #477627;
}

.airguns-checkout-delivery-card .airguns-checkout-field-error {
    margin-top: 10px;
}

.airguns-checkout-delivery-card .airguns-checkout-form-actions {
    margin-top: 20px;
}

.airguns-checkout-delivery-card .btn-default:disabled {
    background: #d8d8d3;
    border-color: #d8d8d3;
    cursor: not-allowed;
}

.airguns-checkout-form-heading {
    align-items: flex-start;
    border-bottom: 1px solid rgb(104 94 9 / 14%);
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 24px;
}

.airguns-checkout-form-heading > span {
    background: #685e09;
    border-radius: 5px;
    color: #fff;
    flex: 0 0 auto;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 6px 8px;
    text-transform: uppercase;
}

.airguns-checkout-form-heading h3,
.airguns-checkout-billing-heading h3 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 5px;
}

.airguns-checkout-form-heading p,
.airguns-checkout-billing-heading p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}

.airguns-checkout-email-note {
    align-items: center;
    background: #f8f7f0;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
    padding: 14px 16px;
}

.airguns-checkout-email-note > .material-symbols-outlined {
    color: #685e09;
    font-size: 22px;
}

.airguns-checkout-email-note small,
.airguns-checkout-email-note strong {
    display: block;
    font-family: 'Inter', sans-serif;
}

.airguns-checkout-email-note small {
    color: #858273;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.airguns-checkout-email-note strong {
    color: #3e3805;
    font-size: 13px;
    font-weight: 600;
}

.airguns-checkout-form-section {
    border-bottom: 1px solid rgb(104 94 9 / 13%);
    margin-bottom: 27px;
    padding-bottom: 28px;
}

.airguns-checkout-form-section h4 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 17px;
}

.airguns-checkout-form-section-heading {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

.airguns-checkout-form-section-heading h4 {
    margin: 0;
}

.airguns-checkout-form-section-heading small {
    background: #f6f3e5;
    border-radius: 10px;
    color: #685e09;
    font-size: 9px;
    font-weight: 600;
    padding: 3px 7px;
    text-transform: uppercase;
}

.airguns-checkout-form-help {
    font-size: 11px;
    font-weight: 300;
    margin: 0 0 17px;
}

.airguns-checkout-business-toggle {
    margin-bottom: 16px;
}

.airguns-checkout-business-fields {
    opacity: 1;
    transition: opacity 160ms ease;
}

.airguns-checkout-business-fields.is-disabled {
    opacity: 0.5;
}

.airguns-checkout-business-fields.is-disabled .form-control:disabled {
    background-color: #efefec;
    border-color: #deded8;
    color: #8c8b84;
    cursor: not-allowed;
}

.airguns-checkout-form-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.airguns-checkout-address-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.airguns-checkout-address-grid .form-group {
    grid-column: span 2;
}

.airguns-checkout-address-grid .airguns-checkout-street-field {
    grid-column: span 4;
}

.airguns-checkout-address-grid .airguns-checkout-street-field + .form-group,
.airguns-checkout-address-grid .airguns-checkout-street-field + .form-group + .form-group {
    grid-column: span 1;
}

.airguns-checkout-form-grid .form-group {
    margin: 0;
}

.airguns-checkout-grid-wide {
    grid-column: 1 / -1;
}

.airguns-checkout-address-form label:not(.airguns-checkout-choice) {
    color: #3e3805;
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 7px;
}

.airguns-checkout-address-form label span[aria-hidden='true'] {
    color: #be562a;
}

.airguns-checkout-address-form .form-control,
.airguns-checkout-address-form .form-select {
    background-color: #fff;
    border: 1px solid rgb(104 94 9 / 22%);
    border-radius: 7px;
    box-shadow: none;
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 300;
    min-height: 44px;
    outline: none;
    padding: 10px 13px;
}

.airguns-checkout-address-form .form-control:focus,
.airguns-checkout-address-form .form-select:focus {
    border-color: #685e09;
    box-shadow: 0 0 0 3px rgb(104 94 9 / 10%);
}

.airguns-checkout-address-form .form-control.is-invalid,
.airguns-checkout-address-form .form-select.is-invalid {
    border-color: #b42318;
}

.airguns-checkout-field-error {
    color: #b42318;
    font-size: 10px;
    line-height: 1.4;
    margin: 5px 0 0;
}

.airguns-checkout-choice {
    align-items: flex-start;
    background: #fbfaf6;
    border: 1px solid rgb(104 94 9 / 14%);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    padding: 14px 16px;
}

.airguns-checkout-choice input {
    accent-color: #685e09;
    flex: 0 0 auto;
    height: 16px;
    margin-top: 2px;
    width: 16px;
}

.airguns-checkout-choice strong,
.airguns-checkout-choice small {
    display: block;
    font-family: 'Inter', sans-serif;
}

.airguns-checkout-choice strong {
    color: #3e3805;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 2px;
}

.airguns-checkout-choice small {
    color: #858273;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.45;
}

.airguns-checkout-billing-toggle {
    margin-bottom: 0;
}

.airguns-checkout-billing-address {
    background: #f8f7f0;
    border-radius: 10px;
    margin-top: 20px;
    padding: 25px;
}

.airguns-checkout-billing-heading {
    align-items: flex-start;
    border-bottom: 1px solid rgb(104 94 9 / 14%);
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.airguns-checkout-billing-heading > .material-symbols-outlined {
    color: #685e09;
    font-size: 24px;
}

.airguns-checkout-billing-heading h3 {
    font-size: 19px;
}

.airguns-checkout-billing-address .airguns-checkout-form-section:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.airguns-checkout-form-actions {
    align-items: center;
    border-top: 1px solid rgb(104 94 9 / 14%);
    display: flex;
    flex-wrap: wrap;
    gap: 13px 18px;
    margin-top: 28px;
    padding-top: 25px;
}

.airguns-checkout-form-actions .btn-default {
    background: #3e3805;
    border-color: #3e3805;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 18px;
    text-transform: none;
}

.airguns-checkout-form-actions .btn-default::before,
.airguns-checkout-form-actions .btn-default::after {
    display: none;
}

.airguns-checkout-form-actions .btn-default:hover,
.airguns-checkout-form-actions .btn-default:focus-visible {
    background: #685e09;
    border-color: #685e09;
    color: #fff;
}

.airguns-checkout-form-actions small {
    color: #858273;
    font-size: 10px;
    font-weight: 300;
}

.airguns-checkout-summary {
    padding: 28px;
    position: sticky;
    top: 105px;
}

.airguns-checkout-summary .order-summary-box-title {
    border-bottom: 1px solid rgb(104 94 9 / 16%);
    margin-bottom: 22px;
    padding-bottom: 18px;
}

.airguns-checkout-summary .order-summary-box-title h2 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
}

.airguns-checkout-prepare-button.btn-default {
    background: #3e3805;
    border-color: #3e3805;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-top: 22px;
    padding: 13px 48px 13px 18px;
    text-transform: none;
    width: 100%;
}

.airguns-checkout-prepare-button.btn-default::before,
.airguns-checkout-prepare-button.btn-default::after {
    background-color: #3e3805;
}

.airguns-checkout-prepare-button.btn-default:hover,
.airguns-checkout-prepare-button.btn-default:focus-visible {
    color: #fff;
}

.airguns-checkout-prepare-button.btn-default:hover::before,
.airguns-checkout-prepare-button.btn-default:focus-visible::before {
    background-image: url('../images/arrow-white.svg');
}

.airguns-checkout-prepare-button.btn-default:disabled {
    background: #d8d8d3;
    border-color: #d8d8d3;
    color: #83837d;
    cursor: not-allowed;
    opacity: 1;
}

.airguns-checkout-prepare-button.btn-default:disabled::before,
.airguns-checkout-prepare-button.btn-default:disabled::after {
    display: none;
}

.airguns-checkout-prepare-help {
    color: #858273;
    display: block;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.45;
    margin-top: 9px;
}

.airguns-checkout-payment-ready {
    margin-top: 20px;
}

.airguns-checkout-payment-ready__notice {
    align-items: center;
    background: #f6f3e5;
    border: 1px solid rgb(104 94 9 / 20%);
    border-radius: 9px;
    display: flex;
    gap: 14px;
    padding: 18px;
}

.airguns-checkout-payment-ready__notice > .material-symbols-outlined {
    color: #66801f;
    font-size: 31px;
}

.airguns-checkout-payment-ready__notice strong,
.airguns-checkout-payment-ready__notice p,
.airguns-checkout-prepared-reference small,
.airguns-checkout-prepared-reference strong {
    display: block;
    font-family: 'Inter', sans-serif;
}

.airguns-checkout-payment-ready__notice strong {
    color: #3e3805;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

.airguns-checkout-payment-ready__notice p {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
}

.airguns-checkout-payment-form {
    align-items: center;
    border-top: 1px solid rgb(104 94 9 / 14%);
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 20px;
    padding-top: 20px;
}

.airguns-checkout-payment-form .btn-default,
.airguns-payment-result__actions .btn-default {
    background: #3e3805;
    border-color: #3e3805;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 44px 12px 18px;
    text-transform: none;
}

.airguns-checkout-payment-form .btn-default::before,
.airguns-checkout-payment-form .btn-default::after,
.airguns-payment-result__actions .btn-default::before,
.airguns-payment-result__actions .btn-default::after {
    background-color: #3e3805;
}

.airguns-checkout-payment-form .btn-default:hover,
.airguns-checkout-payment-form .btn-default:focus-visible,
.airguns-payment-result__actions .btn-default:hover,
.airguns-payment-result__actions .btn-default:focus-visible {
    color: #fff;
}

.airguns-checkout-payment-form .btn-default:hover::before,
.airguns-checkout-payment-form .btn-default:focus-visible::before,
.airguns-payment-result__actions .btn-default:hover::before,
.airguns-payment-result__actions .btn-default:focus-visible::before {
    background-image: url('../images/arrow-white.svg');
}

.airguns-checkout-payment-form small {
    color: #858273;
    font-size: 10px;
    font-weight: 300;
}

.airguns-checkout-test-payment,
.airguns-payment-result__test-label {
    background: #fff4c7;
    border: 1px solid rgb(104 94 9 / 24%);
    border-radius: 999px;
    color: #3e3805;
    display: inline-flex;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 500;
    margin-top: 14px;
    padding: 5px 10px;
}

.airguns-checkout-prepared-reference {
    background: #f6f3e5;
    border-radius: 8px;
    margin-top: 20px;
    padding: 13px 15px;
}

.airguns-checkout-prepared-reference small {
    color: #858273;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
}

.airguns-checkout-prepared-reference strong {
    color: #3e3805;
    font-size: 14px;
    font-weight: 600;
    margin-top: 2px;
}

.airguns-checkout-back {
    align-items: center;
    color: #685e09;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    gap: 6px;
    margin-top: 20px;
}

.airguns-checkout-back .material-symbols-outlined {
    font-size: 16px;
}

.airguns-checkout-back:hover,
.airguns-checkout-back:focus-visible {
    color: #be562a;
}

.airguns-payment-result {
    background: #f8f7f0;
    padding: 80px 0 100px;
}

.airguns-payment-result__card {
    background: #fff;
    border: 1px solid rgb(104 94 9 / 15%);
    border-radius: 14px;
    box-shadow: 0 14px 42px rgb(62 56 5 / 8%);
    margin: 0 auto;
    max-width: 680px;
    padding: 48px;
    text-align: center;
}

.airguns-payment-result__card > .material-symbols-outlined {
    align-items: center;
    background: #f6f3e5;
    border-radius: 50%;
    color: #685e09;
    display: inline-flex;
    font-size: 43px;
    height: 76px;
    justify-content: center;
    margin-bottom: 18px;
    width: 76px;
}

.airguns-payment-result__card.is-paid > .material-symbols-outlined {
    background: #eff5e6;
    color: #66801f;
}

.airguns-payment-result__card.is-failed > .material-symbols-outlined {
    background: #fff0ea;
    color: #be562a;
}

.airguns-payment-result__card > small {
    color: #88542a;
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.airguns-payment-result__card h2 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: clamp(25px, 4vw, 34px);
    font-weight: 600;
    margin: 7px 0 12px;
}

.airguns-payment-result__card > p {
    font-size: 14px;
    font-weight: 300;
    margin: 0 auto;
    max-width: 520px;
}

.airguns-payment-result__status-note {
    background: #f6f3e5;
    border-radius: 8px;
    color: #685e09;
    margin-top: 18px !important;
    padding: 12px 14px;
}

.airguns-payment-result__reference {
    background: #f8f7f0;
    border-radius: 10px;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 28px 0 0;
    padding: 17px 20px;
    text-align: left;
}

.airguns-payment-result__reference div + div {
    border-left: 1px solid rgb(104 94 9 / 15%);
    padding-left: 20px;
}

.airguns-payment-result__reference dt,
.airguns-payment-result__reference dd {
    font-family: 'Inter', sans-serif;
}

.airguns-payment-result__reference dt {
    color: #858273;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
}

.airguns-payment-result__reference dd {
    color: #3e3805;
    font-size: 14px;
    font-weight: 600;
    margin: 2px 0 0;
}

.airguns-payment-result__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    justify-content: center;
    margin-top: 28px;
}

.airguns-payment-result__home {
    color: #685e09;
    font-size: 12px;
    font-weight: 500;
}

.airguns-payment-result__home:hover,
.airguns-payment-result__home:focus-visible {
    color: #be562a;
}

@media only screen and (max-width: 767px) {
    .customer-register-name-fields,
    .airguns-checkout-steps {
        grid-template-columns: 1fr;
    }

    .airguns-checkout-start {
        padding: 48px 0 70px;
    }

    .airguns-checkout-heading > .material-symbols-outlined {
        font-size: 31px;
    }

    .airguns-checkout-steps {
        gap: 8px;
        margin-bottom: 30px;
    }

    .airguns-checkout-summary {
        position: static;
    }

    .airguns-checkout-form-card {
        padding: 22px 18px;
    }

    .airguns-checkout-delivery-option.is-fixed {
        gap: 12px;
        grid-template-columns: 88px minmax(0, 1fr);
        padding: 13px;
    }

    .airguns-checkout-delivery-option.is-selectable {
        gap: 11px;
        grid-template-columns: auto 82px minmax(0, 1fr);
        padding: 13px;
    }

    .airguns-checkout-delivery-logo {
        height: 52px;
        padding: 6px;
        width: 100%;
    }

    .airguns-checkout-delivery-option.is-fixed .airguns-checkout-delivery-logo {
        grid-row: 1 / span 2;
    }

    .airguns-checkout-delivery-option.is-selectable > input {
        grid-row: 1 / span 2;
    }

    .airguns-checkout-delivery-price {
        grid-column: 2 / -1;
        min-width: 0;
        text-align: left;
    }

    .airguns-checkout-delivery-option.is-selectable .airguns-checkout-delivery-price {
        grid-column: 3;
    }

    .airguns-checkout-form-grid,
    .airguns-checkout-address-grid {
        grid-template-columns: 1fr;
    }

    .airguns-checkout-address-grid .form-group,
    .airguns-checkout-address-grid .airguns-checkout-street-field,
    .airguns-checkout-address-grid .airguns-checkout-street-field + .form-group,
    .airguns-checkout-address-grid .airguns-checkout-street-field + .form-group + .form-group {
        grid-column: auto;
    }

    .airguns-checkout-billing-address {
        padding: 20px 15px;
    }

    .airguns-checkout-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .airguns-checkout-form-actions .btn-default {
        text-align: center;
        width: 100%;
    }

    .airguns-checkout-payment-form {
        align-items: stretch;
        flex-direction: column;
    }

    .airguns-checkout-payment-form .btn-default {
        text-align: center;
        width: 100%;
    }

    .airguns-payment-result {
        padding: 48px 0 70px;
    }

    .airguns-payment-result__card {
        padding: 34px 20px;
    }

    .airguns-payment-result__reference {
        grid-template-columns: 1fr;
    }

    .airguns-payment-result__reference div + div {
        border-left: 0;
        border-top: 1px solid rgb(104 94 9 / 15%);
        padding-left: 0;
        padding-top: 12px;
    }
}

.airguns-cart-feedback,
.airguns-cart-alert {
    border-radius: 8px;
    color: #477627;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 14px;
    min-height: 17px;
}

.airguns-cart-feedback:empty {
    margin-bottom: 0;
    min-height: 0;
}

.airguns-cart-feedback.is-error,
.airguns-cart-alert.is-error {
    color: #b42318;
}

.airguns-cart-empty {
    align-items: center;
    background: #f8f7f0;
    border: 1px solid rgb(104 94 9 / 15%);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 700px;
    padding: 58px 30px;
    text-align: center;
}

.airguns-cart-empty > .material-symbols-outlined {
    background: #3e3805;
    border-radius: 50%;
    color: #fc5;
    font-size: 32px;
    margin-bottom: 19px;
    padding: 15px;
}

.airguns-cart-empty h2 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 9px;
}

.airguns-cart-empty p {
    color: #706d60;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 25px;
}

@media only screen and (max-width: 1199px) {
    .airguns-cart-page .page-single-sidebar.right-side-sidebar {
        margin: 0;
        position: static;
    }
}

@media only screen and (max-width: 991px) {
    .airguns-cart-page .page-cart {
        padding: 55px 0 75px;
    }
}

@media only screen and (max-width: 767px) {
    .airguns-cart-page .page-header {
        display: none;
    }

    .airguns-cart-page .page-cart {
        padding: 32px 0 60px;
    }

    .airguns-cart-page .cart-item-table {
        padding: 20px;
    }

    .airguns-cart-page .cart-item {
        gap: 18px;
        padding: 20px 0;
    }

    .airguns-cart-page .cart-item-image-content {
        align-items: flex-start;
        gap: 17px;
    }

    .airguns-cart-page .cart-item-image {
        flex-basis: 82px;
        height: 104px;
        width: 82px;
    }

    .airguns-cart-page .cart-item-info-content {
        display: block;
        width: calc(100% - 99px);
    }

    .airguns-cart-page .cart-item-title,
    .airguns-cart-page .cart-item-price {
        width: 100%;
    }

    .airguns-cart-page .cart-item-price {
        margin-top: 10px;
    }

    .airguns-cart-page .cart-item-quantity-total {
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
    }

    .airguns-cart-page .cart-item-subtotal {
        text-align: right;
        width: auto;
    }

    .airguns-cart-page .cart-item-buttons {
        margin: 20px 0 7px;
    }

    .airguns-cart-page .order-summary-box {
        padding: 17px;
    }

    .airguns-cart-empty {
        padding: 43px 22px;
    }
}

/* Mini-winkelwagen */
.airguns-mini-cart[hidden] {
    display: none;
}

.airguns-mini-cart {
    inset: 0;
    position: fixed;
    z-index: 12000;
}

.airguns-mini-cart__backdrop {
    background: rgb(25 24 13 / 16%);
    border: 0;
    cursor: default;
    inset: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    width: 100%;
}

.airguns-mini-cart.is-open .airguns-mini-cart__backdrop {
    opacity: 1;
}

.airguns-mini-cart__drawer {
    background: #fff;
    box-shadow: -18px 0 46px rgb(25 24 13 / 20%);
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: auto;
    max-width: calc(100vw - 40px);
    position: relative;
    transform: translateX(102%);
    transition: transform 0.48s cubic-bezier(0.22, 0.72, 0.18, 1);
    width: 420px;
    z-index: 1;
}

.airguns-mini-cart.is-open .airguns-mini-cart__drawer {
    transform: translateX(0);
}

.airguns-mini-cart__header {
    align-items: center;
    border-bottom: 1px solid rgb(104 94 9 / 15%);
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    padding: 25px 26px 21px;
}

.airguns-mini-cart__eyebrow {
    color: #88542a;
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.09em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.airguns-mini-cart__header h2 {
    color: #3e3805;
    font-family: 'Inter', sans-serif;
    font-size: 23px;
    font-weight: 600;
    margin: 0;
}

.airguns-mini-cart__close {
    align-items: center;
    background: #f6f3e5;
    border: 0;
    border-radius: 50%;
    color: #3e3805;
    cursor: pointer;
    display: flex;
    height: 38px;
    justify-content: center;
    padding: 0;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
    width: 38px;
}

.airguns-mini-cart__close:hover,
.airguns-mini-cart__close:focus-visible {
    background: #3e3805;
    color: #fff;
}

.airguns-mini-cart__close .material-symbols-outlined {
    font-size: 21px;
}

.airguns-mini-cart__body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 4px 26px;
}

.airguns-mini-cart__loading,
.airguns-mini-cart__message {
    align-items: center;
    color: #777466;
    display: flex;
    flex-direction: column;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 300;
    gap: 11px;
    justify-content: center;
    min-height: 260px;
    text-align: center;
}

.airguns-mini-cart__loading[hidden],
.airguns-mini-cart__message[hidden],
.airguns-mini-cart__items[hidden],
.airguns-mini-cart__footer[hidden] {
    display: none;
}

.airguns-mini-cart__spinner {
    animation: airguns-mini-cart-spin 0.8s linear infinite;
    border: 2px solid rgb(104 94 9 / 16%);
    border-radius: 50%;
    border-top-color: #685e09;
    height: 26px;
    width: 26px;
}

.airguns-mini-cart__message > .material-symbols-outlined {
    background: #f6f3e5;
    border-radius: 50%;
    color: #685e09;
    font-size: 28px;
    padding: 13px;
}

.airguns-mini-cart__message strong {
    color: #3e3805;
    font-size: 16px;
    font-weight: 600;
}

.airguns-mini-cart__message.is-error > .material-symbols-outlined,
.airguns-mini-cart__message.is-error strong {
    color: #b42318;
}

.airguns-mini-cart-item {
    align-items: center;
    border-bottom: 1px solid rgb(104 94 9 / 13%);
    display: flex;
    gap: 17px;
    padding: 21px 0;
}

.airguns-mini-cart-item:last-child {
    border-bottom: 0;
}

.airguns-mini-cart-item__image {
    align-items: center;
    background: #f8f8f5;
    border: 1px solid rgb(104 94 9 / 10%);
    border-radius: 8px;
    display: flex;
    flex: 0 0 72px;
    height: 92px;
    justify-content: center;
    overflow: hidden;
}

.airguns-mini-cart-item__image img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.airguns-mini-cart-item__image .material-symbols-outlined {
    color: #aaa795;
    font-size: 27px;
}

.airguns-mini-cart-item__content {
    font-family: 'Inter', sans-serif;
    min-width: 0;
}

.airguns-mini-cart-item__brand {
    color: #88542a;
    display: block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.airguns-mini-cart-item__title {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    margin: 0 0 5px;
}

.airguns-mini-cart-item__title a {
    color: #3e3805;
}

.airguns-mini-cart-item__title a:hover,
.airguns-mini-cart-item__title a:focus-visible {
    color: #88542a;
}

.airguns-mini-cart-item__model {
    color: #777466;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0 0 7px;
}

.airguns-mini-cart-item__price {
    color: #3e3805;
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.airguns-mini-cart-item__price.is-sale {
    color: #da0410;
}

.airguns-mini-cart__footer {
    background: #fbfaf6;
    border-top: 1px solid rgb(104 94 9 / 15%);
    flex: 0 0 auto;
    padding: 22px 26px 25px;
}

.airguns-mini-cart__total {
    align-items: center;
    display: flex;
    font-family: 'Inter', sans-serif;
    justify-content: space-between;
}

.airguns-mini-cart__total span,
.airguns-mini-cart__total strong {
    color: #3e3805;
    font-size: 14px;
    font-weight: 500;
}

.airguns-mini-cart__total strong {
    font-size: 16px;
    font-weight: 600;
}

.airguns-mini-cart__footer p {
    color: #858273;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.45;
    margin: 7px 0 17px;
}

.airguns-mini-cart__button.btn-default {
    border-color: #3e3805;
    color: #3e3805;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 56px 15px 16px;
    text-align: center;
    text-transform: none;
    width: 100%;
}

.airguns-mini-cart__button.btn-default::before {
    background-color: #3e3805;
}

.airguns-mini-cart__button.btn-default::after {
    background-color: #3e3805;
}

.airguns-mini-cart__button.btn-default:hover,
.airguns-mini-cart__button.btn-default:focus-visible {
    color: #fff;
}

.airguns-mini-cart__button.btn-default:hover::before,
.airguns-mini-cart__button.btn-default:focus-visible::before {
    background-color: #3e3805;
    background-image: url('../images/arrow-white.svg');
}

@keyframes airguns-mini-cart-spin {
    to {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 1024px) {
    .airguns-mini-cart {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .airguns-mini-cart__backdrop,
    .airguns-mini-cart__drawer {
        transition: none;
    }

    .airguns-mini-cart__spinner {
        animation: none;
    }
}
