/***************************
// Products Preview Section
***************************/
.product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    max-width: 280px;
    margin: 0 auto;
}

.product-card.details {
    max-width: none;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}

.product-image {
    width: 100%;
}

.product-image:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.product-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.product-info {
    width: 100%;
}

.product-sizes {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}

.cart-quantity input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-qty input {
    text-align: center;
    background: transparent;
    border: 1px solid #E8E9EA;
    border-radius: 5px;
    height: 50px;
}

/***************************
// End Products Preview Section
***************************/
/***************************
// Product List Section
***************************/

.product-list .filter-section {
    height: 100%;
}

.product-list .filter-section .filter-card {
    height: auto;
}

.product-list .selected-filter {
    background-color: #FBFCFF;
    border-radius: 10px;
    border: 0.5px solid #ECF0FF;
}

.product-list .selected-filter a {
    color: #006ED5 !important;
    font-weight: 400 !important;
}

.header-user-link,
.mobile-user-link {
    color: #1f9d3a !important;
}

.header-user-link:hover,
.mobile-user-link:hover {
    color: #17802f !important;
}

.header-user-link .icon,
.mobile-user-link img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(89%) saturate(444%) hue-rotate(81deg) brightness(93%) contrast(91%);
}

.form-check-input[type=checkbox] {
    border: 1px solid #E6E6E6;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 0;
    /* background: #fff; */
    cursor: pointer;
}

.filter-group .form-check {
    margin-bottom: 1rem;
    display: flex;
}

.form-check {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.filter-group-header {
    cursor: pointer;
}

.request .form-check-input[type=checkbox]:checked,
.product-list .form-check-input[type=checkbox]:checked {
    background-color: #006ED5 !important;
    border-color: #006ED5 !important;
    background-image: none !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.request .form-check-input[type=checkbox]:focus,
.product-list .form-check-input[type=checkbox]:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

/*
.filter-card {
    background: #FDFDFD;
    border: 1px solid #EDEDED;
    border-radius: 5px;
    padding: 1.5rem;
}
*/

.card-img-top {
    margin-bottom: 1rem;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0;
}

/***************************
// End Product List Section
***************************/
/***************************
// Pagination Bar
***************************/
.pagination-bar {
    padding-top: 4rem;
    width: 100%;
}

.pagination-wrapper {
    position: relative;
    width: 100%;
    min-height: 56px;
}

.pagination-line {
    top: -10px;
    height: 1px;
    background-color: #C3C3C3;
    z-index: 1;
}

.pagination-numbers {
    position: relative;
    z-index: 2;
}

.pagination-list {
    display: flex;
    padding: 0;
}

.pagination-number {
    text-decoration: none;
    position: relative;
    border: 1px solid #EDEDED;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.pagination-number.active {
    color: #fff;
    background: #006ED5;
    border: 1px solid #006ED5;
}

.pagination-number:hover {
    background: #006ED5;
    border: 1px solid #006ED5;
    color: #fff;
}

.pagination-prev,
.pagination-next {
    text-decoration: none;
    z-index: 2;
    font-weight: 400;
    border: 1px solid #EDEDED;
    padding: 1rem;
    border-radius: 5px;
}

img.flip-img {
    transform: scaleX(-1);
}

.pagination-prev img,
.pagination-next img {
    -webkit-filter: brightness(0) !important;
    filter: brightness(0) !important;
}

.pagination-prev.disabled img,
.pagination-next.disabled img {
    filter: none !important;
}

.pagination-prev.disabled,
.pagination-next.disabled {
    color: #979797;
    cursor: default;
}

/***************************
// End Pagination Bar
***************************/

/***************************
// Breadcrumb & Sort Dropdown
***************************/
.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
}


.custom-breadcrumb .breadcrumb-item.active {
    color: #141414;
    font-weight: 500;
}

.sort-bar-inner {
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E2E2E2;
}

.custom-sort-dropdown {
    min-width: 220px;
}

.custom-sort-dropdown .btn {
    border: 1px solid #E2E2E2;
    background: #FFFFFF;
    color: #141414;
    padding: 10px 16px;
    border-radius: 4px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.custom-sort-dropdown .dropdown-menu {
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    padding: 8px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-top: 4px !important;
}

.custom-sort-dropdown .dropdown-item {
    padding: 8px 16px;
    color: #404040;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.custom-sort-dropdown .dropdown-item:hover,
.custom-sort-dropdown .dropdown-item:active {
    background-color: #e2e2e2;
    color: #006ED5;
}

@media (max-width: 767.98px) {
    .sort-bar-right {
        justify-content: space-between !important;
        width: 100%;
    }

    .custom-sort-dropdown {
        flex-grow: 1;
        margin-right: 16px;
    }
}


.sort-bar-dark {
    background-color: #616161;
    padding: 1rem;
}

/***************************
// End Breadcrumb & Sort Dropdown
***************************/

/* List View Styles */
.list-view-active .popular-product-card {
    flex-direction: row !important;
    align-items: stretch;
    padding-bottom: 32px;
    border-bottom: 1px solid #E2E2E2;
}

.list-view-active .col:last-child .popular-product-card {
    border-bottom: none;
    padding-bottom: 0;
}

.list-view-active .popular-product-img {
    width: 250px;
    flex-shrink: 0;
    margin-bottom: 0 !important;
    margin-right: 32px;
    border: 1px solid #EDEDED;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-view-active .popular-product-img a {
    width: 100%;
}

.list-view-active .popular-product-img img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}

.list-view-active .list-view-specs,
.list-view-active .list-view-action {
    display: block !important;
}

.list-view-active .price-container {
    flex-direction: row !important;
    align-items: center !important;
    gap: 16px;
}

.list-view-active .brutto-text {
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
}

@media (max-width: 991.98px) {
    .list-view-active .popular-product-card {
        flex-direction: column !important;
    }

    .list-view-active .popular-product-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px !important;
        border: none;
        padding: 0;
    }
}

/* Quantity Selector */
.quantity-selector {
    height: 44px;
}

.quantity-selector .btn-minus,
.quantity-selector .btn-plus {
    background-color: #141414;
    color: #fff;
    height: 100%;
    border-radius: 0;
    border: none;
    padding: 0 16px;
    height: 34px;
    width: 44px;
}

.quantity-selector .btn-minus:hover,
.quantity-selector .btn-plus:hover {
    background-color: #333;
    color: #fff;
}

.quantity-selector .btn-minus:active,
.quantity-selector .btn-plus:active {
    background-color: #141414;
    color: #fff;
}

.quantity-selector .quantity-input {
    height: 36px;
    width: 62px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #E2E2E2;
    padding: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.quantity-selector .quantity-input:focus {
    box-shadow: none;
    border-color: #006ED5;
}


.list-view-action .btn.btn-filled-blue {
    padding-top: 12px !important;
    padding-right: 28px !important;
    padding-bottom: 12px !important;
    padding-left: 28px !important;
}


.list-cart-btn {
    height: 44px;
    padding: 0 32px;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.product-thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
    cursor: pointer;
    border: 1px solid #E7E7E7;
    border-radius: 0px;

}

.product-main-image {
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    height: 100%;
    max-height: 400px;
}

.product-splide-thumbnails .splide__slide.is-active .product-thumbnail {
    border-color: #006ED5;
}


.product-actions .btn-cart {
    padding: 14px 60px;
}


.product-shipping img {
    width: 30px;
    height: 30px;
}


/* Product Description */

.product-description {
    border: 1px solid #EDEDED;
    background: #FDFDFD;
}

/***************************
 // GLOBAL & BASE STYLES
***************************/

.form-check {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    margin-bottom: 0;
}


/***************************
 // BUTTON STYLES
***************************/

.btn.btn-plus:hover,
.btn.btn-minus:hover {
    background: #1c1c1c;
}


/***************************
 // FORM STYLES
***************************/
.form-control {
    border: 1px solid #A2A2A2;
}

.contact-banner-form .form-control {
    padding-right: 20px;
    padding-left: 1rem;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    color: #404040;
    height: 62px;
    border-radius: 3px;
}

.contact-banner-form .form-control[type="file"] {
    padding-left: 0;
}

.contact-banner-form .form-control::placeholder {
    letter-spacing: 0.15px;
    color: #404040;
    font-weight: 400;
    line-height: 140%;
}

.contact-banner-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
}

.contact-banner-form textarea.form-control {
    min-height: 172px;
    resize: vertical;
}

.contact-banner-form .form-check-input {
    -webkit-appearance: none;
    appearance: none;
    margin-top: 0rem;
    background: #F9F9F9;
    border: 0.7px solid #B9B9B9;
    width: 22px;
    height: 22px;
    box-shadow: 4px 2px 6.7px 0px #00000014;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.contact-banner-form .form-check-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 110, 213, 0.5);
}

/* Checked state: filled background + white checkmark */
.contact-banner-form .form-check-input:checked {
    background: #006ED5 !important;
    border-color: #006ED5 !important;
}

/* Draw the checkmark */
.contact-banner-form .form-check-input:checked::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-shadow: none;
}

.contact-banner-form.login,
.border-padding-bg {
    padding: 2rem;
    background: #FDFDFD;
    border: 1px solid #EDEDED;
    border-radius: 0px;
}

.kapcsolat-container .form-check {
    display: flex;
    align-items: center;
}


/***************************
 // CONTACT PAGE SECTION
***************************/

.kapcsolat {
    position: relative;
}

.contact-banner-container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 0;
}

.contact-banner-image {
    height: 100%;
    overflow: hidden;
}

.contact-banner-image img {
    object-fit: cover;
    width: 100%;
    display: block;
    max-width: 100% !important;
    height: 100%;
    border-radius: 10px;
}

.contact-banner-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-banner-form-inner {
    width: 100%;
    margin: 0 auto;
}

.contact-banner-form input[type="file"] {
    min-height: 56px;
    line-height: 1.4;
    padding-top: 0;
    padding-bottom: 0;
}

.contact-banner-form input[type="file"]::file-selector-button {
    height: 100%;
    margin: 0 14px 0 0;
    border: 0;
    border-right: 1px solid #d8d8d8;
    padding: 0 18px;
    background: #f6f6f6;
    color: #1f1f1f;
}

.contact-banner-form input[type="file"]::-webkit-file-upload-button {
    height: 100%;
    margin: 0 14px 0 0;
    border: 0;
    border-right: 1px solid #d8d8d8;
    padding: 0 18px;
    background: #f6f6f6;
    color: #1f1f1f;
}

.personal .profile-navigation {
    border: #00000014 1px solid;
    border-radius: var(--bs-border-radius);
    padding: 1rem;

}

.personal .profile-navigation .profilom-nav {
    color: #404040;
    border: 1px solid transparent;
    padding: 10px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.personal .profile-navigation .profilom-nav:last-child {
    margin-bottom: 0 !important;
}

.personal .profile-navigation .profilom-nav:hover {
    background-color: #e2e2e2;
    color: #006ED5;
}

.personal .profile-navigation .profilom-nav.active {
    background-color: #006ED5;
    border-color: #006ED5;
    color: #fff;
}

@media (max-width: 991.98px) {
    .personal .profile-navigation {
        display: flex;
        gap: 0px;
        overflow-x: auto;
        padding: 0.25rem 1rem !important;
        font-size: 14px;
        margin-bottom: 0 !important;

    }

    .personal .profile-navigation .profilom-nav {
        flex-shrink: 0;
        padding: 8px 16px;
    }
}

@media (max-width: 575.98px) {
    .personal .profile-navigation {
        gap: 0px;
        padding: 0.25rem 1rem !important;
        font-size: 12px;
        flex-direction: column;
    }

    .personal .profile-navigation .profilom-nav {
        flex-shrink: 0;
        padding: 8px 16px;
    }
}

.contact-banner-desc p {
    margin-bottom: 0;
}

/* Contact page responsiveness */
@media (max-width: 991.98px) {
    .contact-banner-container {
        padding-top: 36px;
    }

    .contact-banner-image {
        display: none;
    }

    .contact-banner-image-mobile {
        margin-top: 16px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(30, 31, 33, 0.10);
    }

    .contact-banner-image-mobile img {
        object-fit: cover;
        width: 100%;
        height: 220px;
    }
}

@media (max-width: 575.98px) {
    .contact-banner-form-inner {
        padding: 0;
    }
}

@media (min-width: 992px) {

    .contact-banner-image,
    .contact-banner-form-wrapper {
        height: 100%;
    }
}


/***************************
 // CONTACT CARDS SECTION
***************************/

.contact-cards .contact-card {
    border: 1px solid #EDEDED;
    background: #FDFDFD;
    border-radius: 0px;
    padding: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-cards .icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-cards .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/***************************
 // KUPON SECTION
***************************/

.kupon-section {
    padding: 2rem;
    border: 1px solid #C4C4C4;
    background: #E2E2E2;
    border-radius: 0px;
}


/***************************
 // ORDER DETAILS SECTION
***************************/


.order-details .card-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.order-details .card-title img {
    width: 21px;
    height: 21px;
    display: inline-block;
}

.order-details .summary-card {
    background: #fff;
    border-radius: 0px;
    padding: 1rem;
}

.order-details b {
    font-weight: 500 !important;
}


/***************************
// CART SECTION
***************************/


@media (max-width: 767.98px) {
    .cart {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
    }

    .cart>* {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .cart {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
    }

    .cart>* {
        flex: 1 1 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
}

/* Cart section styles (place inside the page as requested) */
.cart-section {
    background: #fff;
}

.cart-header {
    display: grid;
    grid-template-columns: 75px 164px 100px 1fr 210px 200px 140px;
    gap: 18px;
    align-items: center;
    padding: 2rem;
    justify-content: center;
    justify-items: center;
    background: #E2E2E2;
    border: 1px solid #C4C4C4;
    border-radius: 0px;
}

.cart-header>div:nth-child(3) {
    text-align: left;
    /*border-bottom: 1px solid white;*/
    width: 100%;
    grid-column: 1 / 4;
    /*padding-bottom: 8px;*/
}

.cart-header>div:nth-child(1),
.cart-header>div:nth-child(2) {
    display: none;
}

.cart-header>div:nth-child(4),
.cart-header>div:nth-child(5),
.cart-header>div:nth-child(6) {
    text-align: center;
    /*border-bottom: 1px solid white;*/
    width: 100%;
    /*padding-bottom: 8px;*/
}

.cart-item>div:nth-child(3) {
    justify-self: start;
    min-width: 0;
}

.cart-item {
    display: grid;
    grid-template-columns: 75px 164px 100px 1fr 240px 180px 180px;
    gap: 14px;
    align-items: center;
    padding: 22px 0;
    border: 1px solid #EDEDED;
    background: #FDFDFD;
    justify-content: center;
    justify-items: center;
    margin-bottom: 1rem;
    border-radius: 0px;
}

.cart-remove {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #E2E2E2;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cart-remove img {
    width: 10px;
    height: 10px;
}

.cart-thumb-wrapper {
    width: 120px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-thumb {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border: 1px solid #E7E7E7;
    border-radius: 0px;
}


.cart-price,
.cart-subtotal {
    text-align: right;
}

.cart-qty {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.cart-footer {
    background: #FDFDFD;
    border: 1px solid #EDEDED;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    flex-wrap: wrap;
    border-radius: 0px;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    flex-wrap: wrap;
}

.cart-actions {
    display: flex;
    gap: 14px;
    align-items: center;
}


@media (max-width: 991.98px) {
    .cart-item {
        grid-template-columns: repeat(1, 1fr) !important;
        text-align: center;
        width: 100%;
    }

    .cart-item>div {
        justify-self: center !important;
    }

    .cart-item>button {
        justify-self: right !important;
        margin-right: 28px;
    }

    .cart-header {
        display: none;
    }
}

/*@media (max-width: 991.98px) {
    .cart-thumb-wrapper {
        width: 80px;
        height: 80px;
    }

    .cart-item {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: auto;
        gap: 0.5rem;
    }

    .cart-header {
        display: none;
    }
}*/

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .cart-thumb-wrapper {
        width: 130px;
        height: 130px;
    }

    .cart-item {
        grid-template-columns: 30px 140px 100px 1fr 180px 80px 100px;
    }

    .cart-header {
        grid-template-columns: 30px 140px 100px 1fr 180px 80px 100px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .cart-item {
        grid-template-columns: 75px 164px 100px 1fr 240px 100px 110px;
    }

    .cart-header {
        grid-template-columns: 75px 164px 100px 1fr 240px 100px 110px;
    }
}

/***************************
// END CART SECTION
***************************/


/*****************************
// FREE SHIPPING ALERT SECTION
*****************************/

.free-shipping-alert {
    width: 100%;
    box-sizing: border-box;
    background: #FDFDFD;
    padding: 1.5rem;
    border: 1px solid #EDEDED;
    border-radius: 10px;
}

.free-shipping-inner {
    display: flex;
    align-items: center;
    gap: 16px;
    background: transparent;
}

.alert-icon {
    flex: 0 0 65px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #E74A4A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-icon img {
    width: auto;
    height: 26px;
}

.alert-content {
    flex: 1 1 auto;
    min-width: 0;
}

.alert-text {
    margin-bottom: 10px;
}

.alert-text strong {
    font-weight: 700;
}

/* progress */
.progress {
    width: 100%;
    height: 14px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 999px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: #E74A4A;
    border-radius: 999px;
    transition: width 400ms ease;
}

.free-shipping-alert.reached .alert-icon {
    background: #006ED5;
}

.free-shipping-alert.reached .progress-bar {
    background: #006ED5;
}

/*****************************
// END FREE SHIPPING ALERT SECTION
*****************************/

.filter-section .filter-group-header {
    background-color: #E2E2E2;
    padding: 1rem;
}

/* .view-toggle-btn {
    background: #FFFFFF;
    border-radius: 2px;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    padding: 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.view-toggle-btn img {
    width: 12px;
    height: 12px;
    object-fit: contain;
}


.view-toggle-btn:hover {
    background: #006ED5;
}

.view-toggle-btn:hover img {
    filter: brightness(0) invert(1);
}

.view-toggle-btn.active {
    background: #006ED5;
}

.view-toggle-btn.active img {
    filter: brightness(0) invert(1);
} */

.view-switch {
    display: inline-flex;
    align-items: stretch;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
}

.view-toggle-btn {
    width: 42px;
    height: 36px;
    padding: 0;
    border: 0;
    background: #ffffff;
    color: #7a7a7a;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer !important;
}

.view-toggle-btn + .view-toggle-btn {
    border-left: 1px solid #d9d9d9;
}

.view-toggle-btn:hover {
    background: #f3f3f3;
    color: #333333;
}

.view-toggle-btn.active {
    background: #006ED5;
    color: #ffffff;
}

.view-toggle-btn:focus {
    outline: none;
    box-shadow: none;
}

.view-toggle-btn svg {
    display: block;
    width: 18px;
    height: 18px;
}

.info-block {
    background-color: #F6F6F6;
    padding: 1rem;
}

.btn.doc-btn {
    border: 1px solid #006ED5;
    background: #006ED5;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 5px;
    word-break: break-all;
}








































/* ==========================================================================
       ALAPVETŐ SZŰRŐ ÉS LISTA STÍLUSOK
       ========================================================================== */
.filter-tree-node {
    margin-bottom: 8px;
}

.filter-sub-options {
    margin-top: 6px;
    margin-left: 18px;
    border-left: 1px solid #d7d7d7;
    padding-left: 10px;
}

.filter-sub-toggle {
    border: none;
    background: transparent;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.filter-sub-toggle img {
    width: 11px;
    transition: transform .2s ease;
}

.filter-sub-toggle[aria-expanded="true"] img {
    transform: rotate(180deg);
}

.filter-main-check {
    margin-bottom: 0;
}

.filter-main-check .form-check-input {
    margin-right: 8px;
}

/* LISTA NÉZET STÍLUSAI (Amikor a lista nézet aktív) */
.product-list .list-view-action .quantity-selector .btn-minus,
.product-list .list-view-action .quantity-selector .btn-plus {
    width: 48px;
    height: 48px;
    min-width: 48px;
    padding: 0;
}

.product-list .list-view-action .quantity-selector .product-list-qty-input {
    width: 72px;
    min-width: 72px;
    height: 48px;
    font-size: 32px;
    line-height: 1;
    padding: 0;
}

.product-list .list-view-action .product-list-add-to-cart,
.product-list .list-view-action .btn-filled-blue {
    min-height: 48px;
    padding: 0 24px;
    min-width: 150px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* STACK ELRENDEZÉS ALAP (Mobil/Grid alapértelmezett) */
.product-list .product-list-action-stack {
    width: 100%;
    align-items: stretch;
    gap: 10px !important;
}

.product-list .product-list-action-stack .quantity-selector {
    width: 100%;
    max-width: none;
}

.product-list .product-list-action-stack .product-list-add-to-cart,
.product-list .product-list-action-stack .btn-filled-blue {
    width: 100%;
    max-width: none;
}

.product-list .product-list-action-stack .quantity-selector .product-list-qty-input {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: 100px;
}

.popular-products-section .product-list-action-stack {
    width: 100%;
    align-items: stretch;
    gap: 10px !important;
}

/* AKTÍV LISTA NÉZET SZABÁLYAI */
#product-grid-container.list-view-active .product-list-action-stack {
    flex-direction: row !important;
    align-items: center;
    gap: 12px !important;
}

#product-grid-container.list-view-active .product-list-action-stack .quantity-selector {
    width: auto;
    max-width: none;
}

#product-grid-container.list-view-active .product-list-action-stack .product-list-add-to-cart,
#product-grid-container.list-view-active .product-list-action-stack .btn-filled-blue {
    width: auto;
    max-width: none;
    min-width: 150px;
}

/* ÁRCSÚSZKA STÍLUSOK */
.price-range-filter {
    background: #E2E2E2;
    padding: 12px;
    margin-bottom: 12px;
}

.price-range-filter .price-range-labels {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 8px;
    font-family: 'Oswald', sans-serif;
}

.price-range-filter .range-slider {
    position: relative;
    height: 34px;
    margin: 10px 0 6px;
}

.price-range-filter .range-track,
.price-range-filter .range-progress {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    border-radius: 999px;
}

.price-range-filter .range-track {
    left: 0;
    right: 0;
    background: #c8c8c8;
}

.price-range-filter .range-progress {
    background: #006ed5;
    left: 0;
    right: 0;
}

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

.price-range-filter .range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #006ed5;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
    pointer-events: auto;
    cursor: pointer;
}

.price-range-filter .range-slider input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #006ed5;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
    pointer-events: auto;
    cursor: pointer;
}

/* MOBIL LISTA FINOMHANGOLÁS */
@media (max-width: 575.98px) {

    .product-list .list-view-action .quantity-selector .btn-minus,
    .product-list .list-view-action .quantity-selector .btn-plus {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }

    .product-list .list-view-action .quantity-selector .product-list-qty-input {
        width: 62px;
        min-width: 62px;
        height: 42px;
        font-size: 28px;
    }

    .product-list .list-view-action .product-list-add-to-cart,
    .product-list .list-view-action .btn-filled-blue {
        min-height: 42px;
        min-width: 120px;
        padding: 0 14px;
        font-size: 14px;
    }

    .popular-products-section .product-list-action-stack {
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 10px !important;
    }

    .popular-products-section .product-list-action-stack .quantity-selector {
        width: 78px !important;
        max-width: 78px;
    }

    .popular-products-section .product-list-action-stack .product-list-add-to-cart,
    .popular-products-section .product-list-action-stack .btn-filled-blue {
        width: 100%;
    }
}

/* ==========================================================================
       ÚJ DIZÁJN - RÁCS (GRID) NÉZETBEN
       ========================================================================== */

#product-grid-container:not(.list-view-active) .product-list-action-stack,
.popular-products-section .product-list-action-stack {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 12px !important;
    height: auto !important;
}

#product-grid-container:not(.list-view-active) .quantity-selector,
.popular-products-section .quantity-selector {
    display: grid !important;
    grid-template-columns: 60px 24px;
    grid-template-rows: 24px 24px;
    row-gap: 0;
    column-gap: 0;
    width: 84px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
}

#product-grid-container:not(.list-view-active) .quantity-selector .btn-plus,
.popular-products-section .quantity-selector .btn-plus {
    grid-column: 2;
    grid-row: 1;
    border-left: 1px solid #2f2f2f;
}

#product-grid-container:not(.list-view-active) .quantity-selector .btn-minus,
.popular-products-section .quantity-selector .btn-minus {
    grid-column: 2;
    grid-row: 2;
    border-left: 1px solid #2f2f2f;
    border-top: 1px solid #2f2f2f;
}

#product-grid-container:not(.list-view-active) .quantity-selector .btn-minus,
#product-grid-container:not(.list-view-active) .quantity-selector .btn-plus,
.popular-products-section .quantity-selector .btn-minus,
.popular-products-section .quantity-selector .btn-plus {
    width: 22px !important;
    height: 24px !important;
    min-width: 22px !important;
    min-height: 24px !important;
    background-color: #141414 !important;
    border-radius: 0;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-right: 0;
    border-bottom: 0;
}

#product-grid-container:not(.list-view-active) .quantity-selector .btn-minus:hover,
#product-grid-container:not(.list-view-active) .quantity-selector .btn-plus:hover,
.popular-products-section .quantity-selector .btn-minus:hover,
.popular-products-section .quantity-selector .btn-plus:hover {
    background-color: #333 !important;
}

#product-grid-container:not(.list-view-active) .quantity-selector .btn-minus img,
#product-grid-container:not(.list-view-active) .quantity-selector .btn-plus img,
.popular-products-section .quantity-selector .btn-minus img,
.popular-products-section .quantity-selector .btn-plus img {
    width: 10px;
    filter: brightness(0) invert(1);
}

#product-grid-container:not(.list-view-active) .quantity-selector .product-list-qty-input,
.popular-products-section .quantity-selector .product-list-qty-input {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 60px !important;
    height: 48px !important;
    min-width: 60px !important;
    font-size: 26px !important;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff;
}

#product-grid-container:not(.list-view-active) .product-list-action-stack>div:last-child,
.popular-products-section .product-list-action-stack>div:last-child {
    flex: 1 1 0;
    flex-grow: 1;
    min-width: 0;
    display: flex;
    align-items: center;
}

#product-grid-container:not(.list-view-active) .product-list-add-to-cart,
#product-grid-container:not(.list-view-active) .btn-filled-blue,
.popular-products-section .product-list-add-to-cart,
.popular-products-section .btn-filled-blue {
    height: 100% !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 12px 12px !important;
    white-space: nowrap;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) and (max-width: 991.98px) {

    #product-grid-container:not(.list-view-active) .product-list-action-stack,
    .popular-products-section .product-list-action-stack {
        gap: 8px !important;
    }

    #product-grid-container:not(.list-view-active) .quantity-selector,
    .popular-products-section .quantity-selector {
        width: 78px !important;
    }
}

/* GRID NÉZET MOBILON */
@media (max-width: 575.98px) {

    #product-grid-container:not(.list-view-active) .quantity-selector,
    .popular-products-section .quantity-selector {
        grid-template-columns: 54px 24px;
        grid-template-rows: 20px 20px;
        width: 78px !important;
        height: 40px !important;
    }

    #product-grid-container:not(.list-view-active) .quantity-selector .btn-minus,
    #product-grid-container:not(.list-view-active) .quantity-selector .btn-plus,
    .popular-products-section .quantity-selector .btn-minus,
    .popular-products-section .quantity-selector .btn-plus {
        width: 24px !important;
        height: 20px !important;
        min-width: 24px !important;
        min-height: 20px !important;
    }

    #product-grid-container:not(.list-view-active) .quantity-selector .product-list-qty-input,
    .popular-products-section .quantity-selector .product-list-qty-input {
        width: 54px !important;
        min-width: 54px !important;
        height: 40px !important;
        font-size: 20px !important;
    }

    #product-grid-container:not(.list-view-active) .product-list-action-stack,
    .popular-products-section .product-list-action-stack {
        justify-content: center !important;
    }
}