@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&family=Orbitron:wght@700&family=Quicksand:wght@700&family=Source+Sans+Pro:wght@700&display=swap');
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Orbitron', sans-serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
*/

body {
    font-family: 'Open Sans', sans-serif;
}

/* Colors*/
.cl-success {
    color: #2AC598;
}
.cl-danger {
    color: #e36f7e;
}

/* Background colors */
.bg-gray {
    background-color: #63728315 !important;
}
.bg-light {
    background-color: #ffffff !important;
}

/* Headings */
h1 {
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
}
h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 30px;
}

/* Buttons */
.btn {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.btn-cp {
    text-align: left;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    padding: 9px 42px 9px 34px;
}
.btn-primary {
    color: #ffffff;
    background-color: #60C5FF;
    border: unset;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #54a3d6;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #60C5FF;
    box-shadow: 0 0 0 0.25rem rgba(96, 197, 255, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #e3e3e3;
    background-color: #4a87b5;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(96, 197, 255, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
    color: #aaa;
    background-color: #3f789c;
}

/* Defaults */
a {
    text-decoration: none;
    color: #ffffff;
}
a:hover {
    color: #e3e3e3;
}
.img-white {
    filter: brightness(0) invert(1);
}

/* Navbar */
.navbar {
    padding-top: .75rem;
    padding-bottom: .75rem;
    box-shadow: 0 0 8px #ededed;
    border-bottom: 1px solid #d6d6d6;
}
.navbar-brand {
    max-width: 218px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
}
.navbar-nav .nav-link {
    font-size: 16px;
    line-height: 22px;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.navbar-nav .nav-link i {
    font-size: 18px;
    line-height: 18px;
}
.navbar-nav .nav-link.btn {
    color: #ffffff;
    padding: 9px 25px 9px 17px !important;
    margin-left: 20px;
}
.navbar-nav .nav-link.btn:hover {
    color: #ffffff;
}
.navbar-light .navbar-toggler {
    border: unset;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #54a3d6;
}
/* Carousel */
.carousel {
    margin-top: 75px;
}
.carousel-item {
    background-size: cover;
    background-position: center;
    min-height: 600px;
}
.carousel-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.59);
    color: #fff;
}
.carousel-title h1 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 46px;
    line-height: 60px;
    text-transform: uppercase;
}
.carousel-title i {
    font-size: 46px;
    line-height: 46px;
    color: #60c5ff;
    margin-right: 24px;
}
.carousel-title p {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #60c5ff;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    color: inherit;
    text-align: left;
    padding-top: 103px;
    padding-bottom: 79px;
}
.carousel-caption p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 11px;
}
.carousel-caption p.subtitle {
    font-size: 20px;
    line-height: 27px;
    color: #60c5ff;
}
.carousel-caption h1 {
    font-size: 56px;
    line-height: 60px;
    text-shadow: 0 5px 7px 0 rgba(0,0,0,0.34);
    color: #ffffff;
    margin-bottom: 16px;
}
.carousel-caption .btn {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 78px 15px 22px
}
/* Image and text section */
section.nt-image-and-text {
    padding-top: 112px;
    padding-bottom: 112px;
}
section.nt-image-and-text h3 {
    margin-bottom: 32px;
    max-width: 339px;
}
section.nt-image-and-text p {
    font-size: 16px;
    line-height: 34px;
}
section.nt-image-and-text ul {
    margin-top: 38px;
}
section.nt-image-and-text ul li {
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 27px;
}
section.nt-image-and-text ul li i {
    font-size: 20px;
    height: 20px;
    vertical-align: middle;
}
section.nt-image-and-text {}

/* Tiles section */
.nt-tile {
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0% 100%);
    background-color: #000000;
    position: relative;
    background-size: cover;
    background-position: center;
}
.nt-tile h3 {
    margin-bottom: 40px;
    max-width: 275px;
}
.nt-tile p {
    /*max-width: 68%;*/
}
.nt-tile i {
    font-size: 46px;
    line-height: 46px;
    color: #60c5ff;
    position: absolute;
    left: 20px;
    bottom: 50px;
}
.nt-tile span {
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #ffffff;
}
.nt-tile.bg-gray {}
.nt-tile-sm {
    min-height: 210px;
    padding: 20px;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style:preserve-3d;
    transform-style:preserve-3d;
    transition:all .4s ease;
}
.nt-tile-sm:hover{
    -webkit-transform:rotateY(179.9deg);
    -moz-transform:rotateY(179.9deg);
    transform:rotateY(179.9deg);
}
.nt-tile-lg {
    min-height: 321px;
    padding: 34px 26px;
    height: 100%;
}
.nt-tile-last {
    padding: 20px;
}
.nt-tile-last a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
}
.nt-tile-last a i {
    position: relative;
    bottom: unset;
    left: unset;
    font-size: 16px;
    line-height: 16px;
    margin-left: 6px;
    vertical-align: middle;
}
.nt-tile-last p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}
.nt-tile-last .tile-title {
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}
section.nt-link-tiles i {
    font-size: 30px;
    line-height: 30px;
    color: #60c5ff;
    margin-right: 8px;
    display: inline-block;
}
section.nt-link-tiles span {
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    color: #000000;
    max-width: 80%;
    display: inline-block;
    line-height: 18px;
}
section.nt-link-tiles .nt-tile {
    margin-bottom: 16px;
}
section.nt-link-tiles {}
/* Articles section */
a.nt-link-underline {
    vertical-align: middle;
    color: #e36f7e;
    font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
}
a.nt-link-underline:hover {
    text-decoration: none;
    color: #cc6471;
}
section.nt-articles {
    padding-top: 103px;
    padding-bottom: 141px;
}
section.nt-articles {}
.nt-article-tile img {
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0% 100%);
}
.nt-article-tile h3 {
    margin-top: 24px;
    color: #000000;
}
.nt-date {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #60c5ff;
}
.nt-article-tile p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 18px;
    margin-bottom: 26px;
    color: #000000;
}
.nt-article-tile .btn {
    padding: 9px 61px;
}
.nt-article-tile {}

/* Products */
.nt-products {}
.nt-products .nt-tile {
    display: block;
}
.nt-products strong {
    margin-top: 27px;
    font-size: 16px;
    line-height: 26px;
    display: block;
}
.nt-products .nt-tile-lg {
    height: auto;
}
section.nt-products i {
    font-size: 56px;
    line-height: 56px;
    display: block;
}
section.nt-products span {
    /*font-size: 28px;*/
    font-size: 22px;
    /*line-height: 30px;*/
    line-height: 24px;
    display: block;
    color: #fff;
}
/* USPS */
.nt-usps {
    padding-bottom: 117px;
}
.nt-usps i {
    font-size: 48px;
    line-height: 48px;
    color: #60c5ff;
}
.nt-usps h5 {
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
}
.nt-usps p {
    font-size: 16px;
    line-height: 26px;
}

/* Video */
.nt-video {
    padding-bottom: 125px;
}
/* Benefits */
.nt-benefits ul li i {
    font-size: 26px;
    line-height: 26px;
    vertical-align: middle;
    margin-right: 14px;
}
.nt-benefits ul li {
    font-size: 16px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}
.nt-mockup-screen {
    position: relative;
    bottom: -5px;
}
/* Sign up */
.nt-signup {
    background-color: rgba(99, 114, 131, 0.15);
    padding-top: 63px;
    padding-bottom: 69px;
}
.nt-signup h3 {
    margin-bottom: 19px;
}
.nt-signup p {
    color: #637283;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 26px;
}
.nt-signup {}
/* News */
.nt-news-article h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 17px;
}
.nt-news-article {
    padding-top: 75px;
    padding-bottom: 58px;
}
.nt-news-article .nt-date {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    display: inline-block;
}
.nt-news-article h4 {
    margin-top: 32px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}
.nt-news-article {}
.nt-author {
    font-size: 20px;
    line-height: 30px;
    margin-left: 20px;
}
.nt-author b {}
/* Contact */
.nt-contact {
    padding-top: 103px;
    padding-bottom: 137px;
}
.nt-contact a {
    font-weight: 800;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-bottom: 21px;
}
.nt-contact a i {
    font-size: 26px;
    line-height: 26px;
    color: #60c5ff;
    vertical-align: middle;
    margin-right: 14px;
}
.nt-contact {}
#map {
    height: 600px;
}
/* Footer */
.nt-main-footer {
    background-color: #637283;
    padding-top: 60px;
    padding-bottom: 60px;
}
.nt-main-footer a, .nt-main-footer p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    display: block;
    font-size: 18px;
    line-height: 38px;
    color: #ffffff;
}
.nt-pre-link {
    width: 50px;
    display: inline-block;
    text-align: center;
}
.nt-main-footer .nt-pre-link i:nth-child(2) {
    margin-left: 6px;
}
.nt-main-footer {}
.nt-footer-bar {
    background-color: #000000;
}
.nt-footer-bar a i {
    font-size: 28px;
    line-height: 28px;
    vertical-align: middle;
}
.nt-footer-bar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.nt-footer-bar ul li {
    display: inline-block;
}
.nt-footer-bar ul li a {
    font-size: 16px;
    line-height: 38px;
}
.nt-footer-bar ul li a:nth-child(2) {
    margin: 0 20px;
}
.nt-footer-bar {}

/* Responsiveness */
@media screen and (max-width: 1399.98px) {
}
@media screen and (max-width: 1199.98px) {
    .nt-tile-lg {
        min-height: 221px;
    }
    section.nt-products span {
        font-size: 18px;
        line-height: 20px;
    }
    section.nt-products i {
        font-size: 46px;
        line-height: 46px;
    }
}
@media screen and (max-width: 991.98px) {
    .nt-tile-sm {
        min-height: 151px;
    }
    .navbar-nav .nav-link {
        font-size: 21px;
        line-height: 28px;
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .nav-link {
        padding: 1.5rem 1rem;
    }
}
@media screen and (max-width: 767.98px) {
    .carousel-caption h1 {
        font-size: 38px;
        line-height: 40px;
    }
    .nt-tile-lg {
        min-height: 321px;
    }
    .nt-tile-sm {
        min-height: 221px;
    }
    .homepage-carousel .carousel-item {
        min-height: 600px;
    }
    .carousel-item {
        min-height: 440px;
    }

    .product-carousel .carousel-title h1 {
        font-size: 26px;
        line-height: 26px;
    }
    .product-carousel .carousel-title i {
        font-size: 36px;
        line-height: 36px;
        margin-right: 4px;
    }
    .carousel-title h1 {
        padding-top: 16px;
        padding-bottom: 10px;
        font-size: 36px;
        line-height: 36px;
    }
}
@media screen and (max-width: 575.98px) {
}

/* Winkelwagen styling */
.cart-section h1 {
    color: #000;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 24px;
}

.cart-card {
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0% 100%);
    overflow: hidden;
    border: none !important;
}

.cart-summary-card {
    background-color: rgba(96, 197, 255, 0.05);
    border: none !important;
}

.cart-table thead {
    background-color: #60C5FF;
    color: white;
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0% 100%);
}

.cart-table th {
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
}

.cart-item-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #000;
    transition: color 0.2s ease;
}

.cart-item-title:hover {
    color: #60C5FF;
}

.cart-item-sku {
    color: #637283;
    font-size: 12px;
}

.cart-price {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #000;
}

.cart-total-price {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #60C5FF;
    font-size: 18px;
}

.cart-discount {
    color: #e36f7e !important;
}

.cart-options-toggle {
    color: #60C5FF !important;
    font-size: 13px !important;
    padding: 0 !important;
}

.cart-options-toggle:focus {
    box-shadow: none !important;
}

.cart-options-toggle::after {
    font-size: 10px;
}

.cart-qty-wrapper {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    width: 110px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(96, 197, 255, 0.3);
}

.cart-qty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #f0f8ff;
    border: 1px solid #60C5FF;
    color: #60C5FF;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: linear-gradient(to bottom, #ffffff, #f5f5f5);
    border: none;
    color: #60C5FF;
    font-weight: bold;
    transition: all 0.2s ease;
}

.cart-qty-btn:hover {
    background-color: #60C5FF;
    color: white;
    background: linear-gradient(to bottom, #60C5FF, #4aa8e0);
    color: white;
}

.cart-qty-btn.minus {
    border-radius: 4px 0 0 4px;
}

.cart-qty-btn.plus {
    border-radius: 0 4px 4px 0;
}

.cart-qty {
    max-width: none;
    width: 46px;
    border-radius: 0;
    text-align: center;
    border: 1px solid #60C5FF;
    border-left: none;
    border-right: none;
    box-shadow: none;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    padding: 0.25rem 0;
    height: 32px;
    border: none;
    border-left: 1px solid rgba(96, 197, 255, 0.2);
    border-right: 1px solid rgba(96, 197, 255, 0.2);
}

.cart-qty:focus {
    box-shadow: none;
    border-color: #60C5FF;
}

.cart-qty::-webkit-inner-spin-button,
.cart-qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-btn-delete {
    color: #e36f7e;
    border-color: #e36f7e;
    transition: all 0.2s ease;
}

.cart-btn-delete:hover {
    background-color: #e36f7e;
    color: white;
}

.cart-btn-update {
    color: #60C5FF;
    border-color: #60C5FF;
    transition: all 0.2s ease;
}

.cart-btn-update:hover {
    background-color: #60C5FF;
    color: white;
}

.cart-btn-checkout {
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    text-align: left;
    padding: 9px 42px 9px 34px;
}

.cart-summary-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.cart-coupon-input {
    border: 1px solid #60C5FF !important;
}

.cart-coupon-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(96, 197, 255, 0.25) !important;
}

.cart-empty {
    background-color: rgba(96, 197, 255, 0.1);
    border-left: 4px solid #60C5FF;
}

/* Checkout details styling */
.card-header.bg-primary {
    background-color: #60C5FF !important;
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0% 100%);
    border: none;
    padding: 12px 20px;
}

.form-label {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
    color: #637283;
}

.form-check-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.form-check-input:checked {
    background-color: #60C5FF;
    border-color: #60C5FF;
}

.text-danger {
    color: #e36f7e !important;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
}

.col-form-label {
    font-weight: 600;
}

.border.rounded {
    border-color: #dee2e6 !important;
    transition: all 0.2s ease;
}

.border.rounded:hover {
    border-color: #60C5FF !important;
    background-color: rgba(96, 197, 255, 0.05);
}

.form-check-input {
    cursor: pointer;
}

#shipping-methods label {
    cursor: pointer;
    display: block;
    font-weight: 600;
    margin-bottom: 0;
}

#shipping-methods input[type="radio"] {
    margin-right: 5px;
}

#shipping-methods .border {
    padding: 10px 15px;
    margin-bottom: 8px;
}

#shipping-methods .border:hover {
    border-color: #60C5FF !important;
    background-color: rgba(96, 197, 255, 0.05);
}

#ajax_checkout_cart {
    font-family: 'Open Sans', sans-serif;
}

#ajax_checkout_cart .cart-price {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}

.checkout-final-total {
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #60C5FF;
}

/* Extra responsive adjustments */
@media screen and (max-width: 767.98px) {
    .cart-card {
        margin-bottom: 20px;
    }
    
    .cart-section h1 {
        font-size: 28px;
        line-height: 34px;
    }
    
    .card-header.bg-primary {
        padding: 10px 15px;
    }
    
    .cart-summary-title {
        font-size: 16px;
        line-height: 20px;
    }
}

/* Enhanced Product Card for post_shop */
.product-card {
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0% 100%);
    background-color: #ffffff;
    border: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.product-card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.product-card .card-body {
    border-left: 3px solid rgba(96, 197, 255, 0.3);
}

.product-card h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #000000;
    position: relative;
    padding-bottom: 12px;
}

.product-card h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, #60C5FF, rgba(96, 197, 255, 0.2));
}

.product-meta .badge {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 10px;
    background-color: rgba(96, 197, 255, 0.1) !important;
    color: #637283 !important;
    border-radius: 20px;
}

.product-meta .badge i {
    color: #60C5FF;
}

.product-description {
    font-size: 15px;
    line-height: 1.6;
    color: #637283;
    padding-left: 0;
    border-left: none;
}

.product-panel-right {
    background-color: rgba(96, 197, 255, 0.05);
    padding: 20px;
    border-radius: 0 0 10px 0;
    position: relative;
    box-shadow: inset 3px 0 5px -3px rgba(0, 0, 0, 0.05);
}

.product-panel-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 70%;
    background: linear-gradient(to bottom, #60C5FF, transparent);
    border-radius: 2px;
}

.product-price-box {
    position: relative;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.product-price-box:before {
    display: none;
}

.price-tax-label {
    font-size: 14px;
    font-weight: 400;
    color: #637283;
    vertical-align: middle;
}

.product-price-regular {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    color: #637283;
    font-size: 16px;
    text-decoration: line-through;
    margin-bottom: 0;
}

.product-price {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #60C5FF;
    font-size: 28px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.product-price.discount {
    color: #e36f7e;
    position: relative;
    display: inline-block;
}

.product-price.discount:before {
    content: 'Aanbieding';
    position: absolute;
    top: -18px;
    right: 0;
    font-size: 12px;
    font-weight: 600;
    color: #e36f7e;
    text-transform: uppercase;
}

.product-card .btn-primary {
    padding: 12px 42px 12px 34px;
    box-shadow: 0 4px 10px rgba(96, 197, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.product-card .btn-primary:before {
    display: none;
}

.product-card .btn-primary:hover:before {
    display: none;
}

.corner-ribbon {
    position: absolute;
    top: 20px;
    right: -42px;
    width: 150px;
    background: linear-gradient(to right, #60C5FF, #4aa8e0);
    color: white;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 12px;
    padding: 5px 0;
    transform: rotate(45deg);
    transform-origin: center;
    z-index: 10;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.corner-ribbon:before, .corner-ribbon:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    bottom: -5px;
}

.corner-ribbon:before {
    left: 0;
    transform: skewY(-45deg);
}

.corner-ribbon:after {
    right: 0;
    transform: skewY(45deg);
}

.nt-products-list {
    padding-top: 20px;
    padding-bottom: 60px;
    background-color: rgba(96, 197, 255, 0.03);
}

@media (max-width: 991.98px) {
    .product-card .col-lg-4 {
        border-left: none !important;
        border-top: 1px solid rgba(0,0,0,.1);
        margin-top: 20px;
        padding-top: 20px;
    }
    
    .product-price-box {
        text-align: left !important;
        margin-bottom: 15px;
    }
}

/* Product filter styling */
.product-filter-card {
    margin-bottom: 30px;
    border: none !important;
}

.product-filter-card .form-label {
    margin-bottom: 8px;
    color: #637283;
}

.filter-stats {
    font-size: 14px;
    color: #637283;
    font-style: italic;
}

/* Sidebar styling */
.sticky-top {
    z-index: 100;
    top: 20px !important;
}

/* Ensure the sidebar doesn't extend beyond viewport */
@media (min-width: 992px) {
    .sticky-top {
        position: sticky;
        max-height: calc(100vh - 40px);
        overflow-y: auto;
    }
}

/* Sidebar mobile adjustments */
@media (max-width: 991.98px) {
    .product-filter-card {
        position: static !important;
        margin-bottom: 20px;
    }
    
    .filter-content-collapse {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }
    
    .filter-content-collapse.show {
        max-height: 1000px;
    }
}

/* Transitions for Alpine JS */
.transition-opacity {
    transition-property: opacity;
}

.duration-300 {
    transition-duration: 300ms;
}

.ease-out {
    transition-timing-function: ease-out;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

/* Responsive filter adjustments */
@media (max-width: 767px) {
    .product-filter-card .d-flex.gap-2 {
        flex-direction: column;
    }
    
    .product-filter-card .input-group {
        margin-bottom: 10px;
    }
}

/* Offcanvas filter sidebar styling - New Glassmorphism design */
.filter-sidebar {
    width: 330px !important;
    border: none;
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.filter-sidebar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(96, 197, 255, 0.15), rgba(255, 255, 255, 0.05));
    pointer-events: none;
}

.offcanvas-header.bg-primary {
    background: transparent !important;
    border-bottom: 1px solid rgba(96, 197, 255, 0.2);
    padding: 20px 25px;
}

.offcanvas-header .offcanvas-title {
    color: #333;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}

.filter-toggle-btn {
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 14px;
    background-color: rgba(96, 197, 255, 0.9);
    border: none;
    box-shadow: 0 4px 12px rgba(96, 197, 255, 0.2);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.filter-toggle-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(96, 197, 255, 0.3);
    background-color: #60C5FF;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.btn-close:hover {
    transform: rotate(90deg);
    opacity: 1;
}

.offcanvas-body {
    padding: 20px 25px;
    overflow-y: auto;
}

.filter-section {
    margin-bottom: 25px;
    position: relative;
}

.filter-section .section-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #333;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.filter-section .section-title i {
    margin-right: 8px;
    color: #60C5FF;
    font-size: 18px;
}

.filter-sidebar .input-group-text {
    background-color: transparent;
    color: #60C5FF;
    border-right: none;
    border-color: rgba(96, 197, 255, 0.3);
}

.filter-sidebar .form-control {
    border-color: rgba(96, 197, 255, 0.3);
    border-left: none;
    background-color: transparent;
    transition: all 0.3s ease;
    color: #333;
}

.filter-sidebar .form-control:focus {
    box-shadow: none;
    border-color: rgba(96, 197, 255, 0.6);
}

.filter-sidebar .form-control::placeholder {
    color: #999;
}

.filter-sidebar .form-check-input {
    width: 1.1em;
    height: 1.1em;
    margin-top: 0.2em;
    background-color: transparent;
    border-color: rgba(96, 197, 255, 0.4);
}

.filter-sidebar .form-check-input:checked {
    background-color: #60C5FF;
    border-color: #60C5FF;
}

.filter-sidebar .form-check-label {
    margin-left: 8px;
}

.filter-stats {
    font-size: 0.85rem;
    color: #637283;
    font-style: italic;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    background: rgba(96, 197, 255, 0.08);
    display: flex;
    align-items: center;
}

.filter-stats i {
    color: #60C5FF;
    margin-right: 8px;
}

.filter-divider {
    height: 1px;
    background: linear-gradient(to right, rgba(96, 197, 255, 0.2), transparent);
    margin: 20px 0;
}

.filter-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.filter-actions .btn-reset {
    background: transparent;
    color: #60C5FF;
    border: 1px solid rgba(96, 197, 255, 0.3);
    border-radius: 50px;
    padding: 8px 16px;
    transition: all 0.3s ease;
}

.filter-actions .btn-reset:hover {
    background: rgba(96, 197, 255, 0.1);
}

.filter-actions .btn-apply {
    border-radius: 50px;
    background: linear-gradient(135deg, #60C5FF, #4aa3e0);
    border: none;
    color: white;
    padding: 10px 16px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(96, 197, 255, 0.2);
    transition: all 0.3s ease;
}

.filter-actions .btn-apply:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(96, 197, 255, 0.3);
}

/* Price range slider styling - Improved */
.price-slider-container {
    padding: 5px 0;
}

.price-slider {
    position: relative;
    height: 40px;
    width: 100%;
    margin-top: 25px;
}

.price-slider input[type="range"] {
    position: absolute;
    width: 100%;
    height: 5px;
    top: 12px;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    pointer-events: none;
    background: transparent;
    z-index: 3;
}

.price-slider input[type="range"]:focus {
    outline: none;
}

.price-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #60C5FF, #4aa3e0);
    cursor: pointer;
    pointer-events: auto;
    margin-top: -8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    border: 2px solid white;
}

.price-slider input[type="range"]::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #60C5FF, #4aa3e0);
    cursor: pointer;
    pointer-events: auto;
    border: 2px solid white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.price-slider-track {
    position: absolute;
    width: 100%;
    height: 5px;
    top: 12px;
    left: 0;
    background-color: rgba(0,0,0,0.1);
    border-radius: 5px;
    z-index: 1;
}

.price-slider-range {
    position: absolute;
    height: 5px;
    top: 12px;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #60C5FF, #4aa3e0);
    border-radius: 5px;
    z-index: 2;
}

.price-slider-values {
    color: #333;
    font-weight: 600;
    font-size: 0.9rem;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.price-slider-values .min-value,
.price-slider-values .max-value {
    padding: 3px 12px;
    border-radius: 20px;
    background: rgba(96, 197, 255, 0.1);
    display: inline-block;
}

.price-reset {
    color: #60C5FF;
    background: transparent;
    border: none;
    font-size: 0.8rem;
    padding: 0;
    transition: all 0.2s;
    opacity: 0.8;
}

.price-reset:hover {
    color: #3aa3e0;
    opacity: 1;
}

@media (max-width: 767.98px) {
    .filter-sidebar {
        width: 280px !important;
    }
}

/* Transitions for Alpine JS */