.addedToCart_layer {
    display: none;
    position: fixed;
    width: 100%;
    padding: 0;
    z-index: 100;
}

.addedToCart_layer .alert-success {
    background-color: #181818;
    border-color: #181818;
    color: #fff;
}

.addedToCart_layer .alert-success a {
    color: #fff;
}

.addedToCart_layer.act {
    display: block;
}

.light.cc_dialog {
    padding: 1em 1.5em !important;
    max-width: 90% !important;
}

.error_message_kupon,
.success_message_kupon {
    display: none;
    font-weight: bold;
    margin-top: 8px;
}

small,
.error_message_kupon {
    color: #f00;
}

.success_message_kupon {
    color: #0cc90c;
}

.product-count {
    width: 24px;
    height: 24px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #21303A;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -7px;
    right: -9px;
    font-size: 13px;
}

.hidden {
    display: none !important;
}

.profilom-nav {
    font-weight: 700;
    font-size: 25px;
    line-height: 130%;
}

.profilom-nav.active {
    color: #BD9C72;
}

.mobile-header {
    display: none;
}

.cart-table-head {
    margin-bottom: 10px;
}

.cart-table-row {
    margin-top: 1em;
}

.clickable-stock input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.clickable-stock label {
    cursor: pointer;
}

.clickable-stock input:checked ~ label {
    background: #F38C52;
    color: white !important;
}

/***************************
// Font Imports
// Montserrat (local assets/fonts/Montserrat)
***************************/
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('../fonts/Montserrat/Montserrat-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('../fonts/Montserrat/Montserrat-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
}

/***************************
// End Font Imports
***************************/

/***************************
// Default Styles
***************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font-montserrat: 'Montserrat', sans-serif;
}

body {
    letter-spacing: 0;
    font-family: var(--font-montserrat);
    color: #171717;
    background-color: #fff;
    /*overflow-x: hidden;*/
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

.text-black,
.text-black * {
    color: #000000 !important;
}

.font-color-8D8D8D,
.font-color-8D8D8D * {
    color: #8D8D8D !important;
}

.font-color-A80A2D,
.font-color-A80A2D * {
    color: #A80A2D !important;
}

.font-color-979797,
.font-color-979797 * {
    color: #979797 !important;
}

.font-color-454545,
.font-color-454545 * {
    color: #454545 !important;
}

.font-color-D9D9D9,
.font-color-D9D9D9 * {
    color: #D9D9D9 !important;
}

[class*="max-"] * {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.default-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


.letter-spacing-02 * {
    letter-spacing: 0.2px !important;
}

.max-10-row-text * {
    -webkit-line-clamp: 10;
    line-clamp: 10;
}

.max-9-row-text * {
    -webkit-line-clamp: 9;
    line-clamp: 9;
}

.max-8-row-text * {
    -webkit-line-clamp: 8;
    line-clamp: 8;
}

.max-7-row-text * {
    -webkit-line-clamp: 7;
    line-clamp: 7;
}

.max-6-row-text * {
    -webkit-line-clamp: 6;
    line-clamp: 6;
}

.max-5-row-text * {
    -webkit-line-clamp: 5;
    line-clamp: 5;
}

.max-4-row-text * {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.max-3-row-text * {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.max-2-row-text * {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.max-1-row-text * {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}


.font-size-96 * {
    font-size: 96px !important;
}

.font-size-80 * {
    font-size: 80px !important;
}

.font-size-65 * {
    font-size: 65px !important;
}

.font-size-64 * {
    font-size: 64px !important;
}

.font-size-63 * {
    font-size: 63px !important;
}

.font-size-62 * {
    font-size: 62px !important;
}

.font-size-61 * {
    font-size: 61px !important;
}

.font-size-60 * {
    font-size: 60px !important;
}

.font-size-59 * {
    font-size: 59px !important;
}

.font-size-58 * {
    font-size: 58px !important;
}

.font-size-57 * {
    font-size: 57px !important;
}

.font-size-56 * {
    font-size: 56px !important;
}

.font-size-55 * {
    font-size: 55px !important;
}

.font-size-54 * {
    font-size: 54px !important;
}

.font-size-53 * {
    font-size: 53px !important;
}

.font-size-52 * {
    font-size: 52px !important;
}

.font-size-51 * {
    font-size: 51px !important;
}

.font-size-50 * {
    font-size: 50px !important;
}

.font-size-49 * {
    font-size: 49px !important;
}

.font-size-48 * {
    font-size: 48px !important;
}

.font-size-47 * {
    font-size: 47px !important;
}

.font-size-46 * {
    font-size: 46px !important;
}

.font-size-45 * {
    font-size: 45px !important;
}

.font-size-44 * {
    font-size: 44px !important;
}

.font-size-43 * {
    font-size: 43px !important;
}

.font-size-42 * {
    font-size: 42px !important;
}

.font-size-41 * {
    font-size: 41px !important;
}

.font-size-40 * {
    font-size: 40px !important;
}

.font-size-39 * {
    font-size: 39px !important;
}

.font-size-38 * {
    font-size: 38px !important;
}

.font-size-37 * {
    font-size: 37px !important;
}

.font-size-36 * {
    font-size: 36px !important;
}

.font-size-35 * {
    font-size: 35px !important;
}

.font-size-34 * {
    font-size: 34px !important;
}

.font-size-33 * {
    font-size: 33px !important;
}

.font-size-32 * {
    font-size: 32px !important;
}

.font-size-31 * {
    font-size: 31px !important;
}

.font-size-30 * {
    font-size: 30px !important;
}

.font-size-29 * {
    font-size: 29px !important;
}

.font-size-28 * {
    font-size: 28px !important;
}

.font-size-27 * {
    font-size: 27px !important;
}

.font-size-26 * {
    font-size: 26px !important;
}

.font-size-25 * {
    font-size: 30px !important;
}

.font-size-24 * {
    font-size: 24px !important;
}

.font-size-23 * {
    font-size: 23px !important;
}

.font-size-22 * {
    font-size: 22px !important;
}

.font-size-21 * {
    font-size: 21px !important;
}

.font-size-20 * {
    font-size: 20px !important;
}

.font-size-19 * {
    font-size: 19px !important;
}

.font-size-18 * {
    font-size: 18px !important;
}

.font-size-17 * {
    font-size: 17px !important;
}

.font-size-16 * {
    font-size: 16px !important;
}

.font-size-15 * {
    font-size: 15px !important;
}

.font-size-14 * {
    font-size: 14px !important;
}

.font-size-13 * {
    font-size: 13px !important;
}

.font-size-12 * {
    font-size: 12px !important;
}

.font-size-11 * {
    font-size: 11px !important;
}



strong {
    font-weight: 600 !important;
}

.font-weight-900 *:not(strong) {
    font-weight: 900 !important;
}

.font-weight-800 *:not(strong) {
    font-weight: 800 !important;
}

.font-weight-700 *:not(strong) {
    font-weight: 700 !important;
}

.font-weight-600 *:not(strong) {
    font-weight: 600 !important;
}

.font-weight-500 *:not(strong) {
    font-weight: 500 !important;
}

.font-weight-400 *:not(strong) {
    font-weight: 400 !important;
}

.font-weight-300 *:not(strong) {
    font-weight: 300 !important;
}

.font-weight-200 *:not(strong) {
    font-weight: 200 !important;
}

.font-weight-100 *:not(strong) {
    font-weight: 100 !important;
}



.line-height-200 * {
    line-height: 200% !important;
}

.line-height-190 * {
    line-height: 190% !important;
}

.line-height-180 * {
    line-height: 180% !important;
}

.line-height-170 * {
    line-height: 170% !important;
}

.line-height-160 * {
    line-height: 160% !important;
}

.line-height-150 * {
    line-height: 150% !important;
}

.line-height-140 * {
    line-height: 140% !important;
}

.line-height-130 * {
    line-height: 130% !important;
}

.line-height-120 * {
    line-height: 120% !important;
}

.line-height-110 * {
    line-height: 110% !important;
}

.line-height-100 * {
    line-height: 100% !important;
}

.line-height-24 * {
    line-height: 24px !important;
}

/***************************
// End Default Styles
***************************/

/***************************
// Static Content Section
***************************/
.static-content {
    font-weight: 500;
    line-height: 130%;
}

.static-content li,
.static-content span,
.static-content p {
    font-size: 18px;
}

.static-content h1 {
    font-size: 40px;
}

.static-content h2 {
    font-size: 32px;
}

.static-content h3 {
    font-size: 28px;
}

.static-content h4 {
    font-size: 24px;
}

.static-content h5 {
    font-size: 20px;
}

.static-content h6 {
    font-size: 18px;
}

/***************************
// End Static Content Section
***************************/

/***************************
// Buttons
***************************/
.btn img {
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.nav-link.btn {
    display: flex;
    align-items: center;
    gap: 4px;
}

.btn:not(.btn-plus):not(.btn-minus):hover img {
    transform: translateX(6px);
    transition: transform 0.3s ease;
}

.btn.btn-plus img,
.btn.btn-minus img {
    transition: none !important;
}

.btn.btn-plus:hover img,
.btn.btn-minus:hover img {
    transform: none !important;
}

.btn.btn-filled-dark-orange {
    background: #BF7348;
    border-radius: 5px;
    padding-top: 18px;
    padding-right: 35px;
    padding-bottom: 18px;
    padding-left: 35px;
    color: white !important;
    transition: all 0.3s ease;
}

.btn.btn-filled-dark-orange:hover {
    background: #A65E3F;
}

.btn.btn-filled-orange {
    background: #F38C52;
    border-radius: 5px;
    padding-top: 18px;
    padding-right: 35px;
    padding-bottom: 18px;
    padding-left: 35px;
    color: white !important;
    transition: all 0.3s ease;
}

.btn.btn-filled-orange:hover {
    background: #E6763A;
}

.btn.btn-filled-gray {
    background: #21303A;
    border-radius: 5px;
    padding-top: 18px;
    padding-right: 35px;
    padding-bottom: 18px;
    padding-left: 35px;
    color: white !important;
    transition: all 0.3s ease;
}

.btn.btn-filled-gray:hover {
    background: #1A2328;
}

.btn.btn-product-filled {
    color: #5B3828;
    border: 1px solid #F38C52;
    padding: 12px 19px;
    gap: 10px;
    border-radius: 0;
}

.btn.btn-product-filled.active {
    background: #F38C52;
    color: white !important;
}

.btn.btn-product-filled:hover {
    background: #F38C52;
    color: white !important;
}

/***************************
// End Buttons
***************************/

.header {
    background: #5B3828;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/***************************
// Navbar
***************************/
.navbar {
    padding: 0;
}

/*.navbar:not(.navbar-static) {
    margin-top: 60px;
}*/

.navbar-custom {
    width: 100%;
    z-index: 10;
    background: #ffffff;
}

.navbar-absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-static {
    position: static;
}

.navbar-brand img {
    height: 106px;
    width: 220px;
    object-fit: cover;
}

.navbar-toggler.black {
    border-color: #000 !important;
}

.navbar-toggler.white {
    border-color: #fff !important;
}

.navbar-toggler-icon.black {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler-icon.white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-collapse {
    transition: none !important;
    display: flex;
    justify-content: flex-end;
}

/* Alapértelmezett: fehér nav-link */
.navbar-custom .nav-link {
    vertical-align: middle;
    color: #1B1B1B;
    transition: none !important;
}

.navbar-custom .nav-link:hover {
    color: #1B1B1B;
}

.navbar-custom .navbar-collapse.show .nav-link {
    color: #000 !important;
}

.nav-item.dropdown {
    position: relative;
}

.show .navbar-nav {
    box-shadow: 0 4px 5px 0 #1C1C1C0D;
}

/*.navbar-nav .nav-link.active,*/
/*.navbar-nav .nav-link.show {*/
/*    color: #fff !important;*/
/*}*/

.dropdown-toggle.nav-link::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background-image: url('../images/icons/navbar-arrow-down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    border: none;
    box-shadow: none;
    transform: rotate(0deg);
    transition: transform 0.3s;
}

/* Hamburger gomb elhelyezése mobilon (visible below 1200px) */
@media (max-width: 1199px) {
    .d-flex.align-items-center.justify-content-between .navbar-toggler {
        margin-left: auto;
    }
}

/* Mobile dropdown used by custom hamburger (avoid touching bootstrap collapse) */
@media (max-width:1199px) {
    .d-flex.align-items-center.justify-content-between {
        position: relative
    }

    .mobile-dropdown {
        position: absolute;
        display: none;
        z-index: 1300;
        background: transparent;
        min-width: 200px;
        max-width: 92vw;
        border-radius: 6px;
        padding: .25rem 0
    }

    .mobile-dropdown.open {
        display: block
    }

    /* used only for measuring size without showing to user */
    .mobile-dropdown.measuring {
        display: block !important;
        visibility: hidden !important;
        pointer-events: none !important
    }

    .mobile-dropdown .navbar-nav {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0;
        margin: 0;
    }

    .mobile-dropdown .nav-link {
        padding: .6rem 1rem;
        color: #111
    }

    .mobile-dropdown .dropdown-menu {
        position: static;
        box-shadow: none;
        background: white;
        border: none;
        padding-left: 1rem
    }
}

.icon-link {
    width: 42px;
    height: 42px;
    background-color: #BF7348;
    border-radius: 2px;
    text-decoration: none;
}


.icon-link img {
    width: 20px;
    height: 20px;
}

/***************************
// End Navbar
***************************/

/***************************
// Hero Section
***************************/
.hero {
    position: relative;
    background: url("../images/hero-bg.webp") center center / cover no-repeat;
    height: 100vh;
    max-height: 600px;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004D;
    opacity: 1;
    z-index: 1;
}

.hero-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    /* align to bottom of hero */
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    padding-bottom: 60px;
    /* space from bottom */
}

.hero-content.center {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding-bottom: 0;
}

.hero-wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    pointer-events: none;
    margin-bottom: -5px;
}

/***************************
// End Hero Section
***************************/

/*.hero-termekek-aloldal {*/
/*    background: url("../images/little-hero-bg.webp") center center / cover no-repeat;*/
/*}*/

/***************************
// Little Hero Section
***************************/
.hero-little {
    position: relative;
    height: 100vh;
    max-height: 180px;
    overflow: hidden;
}

.hero-little::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #D3D3D3;
    background: #F8F8F8;
    opacity: 1;
    z-index: 1;
}

/***************************
// End Little Hero Section
***************************/

/***************************
// image-text-split Section
***************************/
.image-text-split {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.image-text-split .image-column {
    display: flex;
    align-items: stretch;
}

.image-text-split .image-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.image-text-split .image-wrapper img.rad-img1 {
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    border-top-right-radius: 200px;
}

.image-text-split .image-wrapper img.rad-img2 {
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
    border-top-right-radius: 200px;
}

.image-text-split .image-wrapper img.rad-img3 {
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px;
}


@media (min-width: 992px) {
    .image-text-split .col-lg-5.image-column {
        width: 40.666667%
    }

    .image-text-split .col-lg-7 {
        width: 59.333333%;
    }
}

/***************************
// End image-text-split Section
***************************/

/***************************
// Akció Section
***************************/


.akcio-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.akcio-header {
    text-align: center;
    margin-bottom: 3rem;
}

.akcio-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.akcio-card-image {
    /*
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    */
    margin-bottom: 1.5rem;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

.akcio-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.akcio-badge-corner {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: #EE5C09;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 10px;
}

.akcio-card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
}

.akcio-price-old {
    text-decoration: line-through;
}

.akcio-card-content h3 {
    min-height: 3.4rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

/***************************
// End Akció Section
***************************/

/***************************
// Call to Action Section
***************************/

.cta-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.cta-box {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background-image: url('../images/img10.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: center;
}

.cta-box.another-bg {
    background-image: url('../images/img11.webp');
}

.cta-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000080;
    pointer-events: none;
}

.cta-content {
    position: relative;
    padding: 4rem;
    z-index: 2;
    text-align: left;
}

/***************************
// End Call to Action Section
***************************/

/***************************
// Referencias Section
***************************/

.referencias-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.referencias-section .section-title {
    text-align: left;
}

.referencias-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(1fr, 1fr));
    gap: 2rem;
}

.referencias-image-wrapper {
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 100%;
}

.referencias-image-wrapper:hover {
    transform: scale(1.05);
}

.referencias-image-wrapper img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    display: block;
}

/***************************
// End Referencias Section
***************************/

/***************************
// Call to Action Kapcsolat Section
***************************/

.cta-kapcsolat {
    background: #21303A;
    padding: 4rem 2rem;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: white;
}

.cta-kapcsolat .highlight {
    color: #F38C52;
}

/***************************
// End Call to Action Kapcsolat Section
***************************/

/***************************
// Hogyan zajlik Section
***************************/

.hogyan-zajlik {
    padding: 3rem 0;
}

.hogyan-zajlik .card-block {
    background-color: #BF7348;
    border-radius: 5px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: white;
    transition: background-color 0.3s ease;
}

.hogyan-zajlik .card-block:hover {
    background-color: #a05c3a;
}

.hogyan-zajlik .block-header {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.hogyan-zajlik .block-number {
    opacity: 0.2;
    min-width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
}

/***************************
// End Hogyan zajlik Section
***************************/

/***************************
// products-showcase Section
***************************/
.products-showcase {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.products-showcase .brown-bg {
    background-color: #5B3828;
    padding: 2rem;
}

.showcase-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 1.5rem;
    cursor: pointer;
}

.showcase-item:hover {
    background: #6B422F;
}

.showcase-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.showcase-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

/***************************
// End products-showcase Section
***************************/
/***************************
// Footer Section
***************************/
footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #21303A;
}

footer .copyright {
    font-weight: 400;
    line-height: 100%;
}

footer .copyright strong {
    font-weight: 700;
}

footer a {
    color: inherit;
    text-decoration: none;
}

footer hr {
    border: none;
    border-top: 2px solid #176476;
    margin: 0;
    max-width: 100%;
    opacity: 1;
}

footer a:hover {
    text-decoration: underline;
}

footer img.phone-icon {
    width: 43px;
    height: 43px;
}

@media (min-width: 1200px) {
    footer .col-lg-2 {
        flex: 0 0 auto;
        width: 17.666667%;
    }

    footer .offset-lg-2 {
        margin-left: 21.666667%;
    }
}


footer .social-icon-bg img {
    width: 18px !important;
    height: 18px !important;
}

footer .social-icon-bg {
    width: 33px !important;
    height: 33px !important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    flex: 0 0 auto;
}

.footer-bottom-content {
    border-top: 1px solid #FFFFFF;
    width: 100%;
    z-index: 1;
}

.footer-copyright {
    opacity: 0.7;
}

footer .otp {
    height: 66px;
    width: 148px;
    object-fit: contain;
}

/***************************
// End Footer Section
***************************/

/***************************
// Products Section
***************************/

.products-section {
    padding: 3rem 0;
}

.product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.product-card img {
    margin-bottom: 1rem;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/***************************
// End Products Section
***************************/

.yellow-dot {
    color: #F38C52;
    margin: 0 10px;
}

/***************************
// Product Page
***************************/

.product .product-little-gallery-index {
    align-items: center;
    overflow: hidden;
}

.product .product-little-gallery-index img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 126 / 182;
    display: block;
}

.product .btn.btn-filled-light-blue {
    width: 100%;
    max-width: 280px;
}

.product-table .item img {
    width: 65px;
    height: 65px;
    object-fit: cover;
}

.product-table .rounded {
    border-radius: 18px !important;
}

.product-table .border {
    border: 1px solid #737373 !important;
}

.table> :not(caption)>*>* {
    border: 0.5px solid #C3C3C3;
    padding: .25rem 1rem;
}

.table> :not(caption)>*>*:first-child,
.product-table .table-light th:first-child {
    border-left: none !important;
}

.table> :not(caption)>*>*:last-child,
.product-table .table-light th:last-child {
    border-right: none !important;
}

.product-table .table-light th {
    background-color: #FBFCFF !important;
}

.table>tbody>tr:last-child>td,
.table>tbody>tr:last-child>th {
    background-color: transparent !important;
}

.table tbody tr:last-child {
    border-bottom: none;
}

.table tbody tr:last-child td {
    border-bottom: none;
}

.product-features {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.popular-products {
    padding-bottom: 3rem;
}

/***************************
// End Product Page
***************************/

/***************************
// Product List Section
***************************/

.product-list {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.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: #F38C52;
    font-weight: 400 !important;
}

.form-check-input[type=checkbox] {
    border: 0.5px solid #ECF0FF;
    width: 19px;
    height: 19px;
    border-radius: 5px;
    margin-right: 10px;
    background: #F8F8F8;
    cursor: pointer;
}

.form-check {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.request .form-check-input[type=checkbox]:checked,
.product-list .form-check-input[type=checkbox]:checked {
    background-color: #F38C52 !important;
    border-color: #F38C52 !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 {
    border: 1px solid #5B3828;
    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;
}

.pagination-wrapper {
    position: relative;
}

.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;
}

.pagination-number.active {
    color: #F38C52;
}

.pagination-number.active::after {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 2px;
    background-color: #F38C52;
}

.pagination-prev,
.pagination-next {
    text-decoration: none;
    z-index: 2;
    font-weight: 500;
}

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
***************************/

/***************************
// Product Splide Slider
***************************/

.product-splide {
    width: 100%;
}

.product-splide .splide__track {
    height: 500px;
}

.product-splide .splide__list {
    height: 100%;
}

.product-splide .splide__slide {
    height: 100%;
}

.product-splide .splide__slide a {
    display: block;
    height: 100%;
}

.product-splide .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-splide-thumbnails {
    width: 100%;
}

.product-splide-thumbnails .splide__track {
    overflow: visible;
}

.product-splide-thumbnails .splide__list {
    width: 100%;
    /*overflow: hidden;*/
}

.product-splide-thumbnails .splide__slide {
    flex: 0 0 calc(33.33% - 0.375rem);
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.product-splide-thumbnails .splide__slide img {
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
}

.text-image-block.product {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/***************************
// End Product Splide Slider
***************************/

.cart-qty {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.cart-qty button {
    width: 48px;
    height: 50px;
    background: transparent;
    border: 1px solid #E8E9EA;
    border-radius: 0;
    cursor: pointer;
}

.cart-qty button:hover {
    background: #F8F8F8;
    border: 1px solid #E8E9EA;
}

.cart-qty input {
    text-align: center;
    background: transparent;
    border: 1px solid #E8E9EA;
    border-radius: 0;
    height: 50px;
    padding-right: 2rem;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}







.product-tabs-section {
    padding: 3rem 0;
}

.product-tabs-section .tabs {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.product-tabs-section .tab-btn {
    border: 1px solid #5B3828;
    background: #fff;
    color: #5B3828;
    padding: .6rem 1rem;
    border-radius: 0;
    cursor: pointer;
    transition: background .15s, color .15s;
    box-shadow: none;
}

.product-tabs-section .tab-btn:focus {
    outline: none;
}

.product-tabs-section .tab-btn.active {
    background: #5B3828;
    color: #fff;
}

.product-tabs-section .tab-panel {
    border: 1px solid #5B3828;
    padding: 1.5rem;
    border-radius: 0;
    background: #fff;
}






.contact-section {
    padding-bottom: 3rem;
}

.contact-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
}

.contact-card {
    background: #BF7348;
    color: #fff;
    height:100%;
    border-radius: 5px;
    padding: 1.5rem;
    text-align: center;
    display: block;
    text-decoration: none;
}


/***************************
 // Contact Section
***************************/
.kapcsolat {
    padding-top: 3rem;
    padding-bottom: 6rem;
}

.contact-banner-container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 0;
    background: #F8F8F8;
    box-shadow: 0 4px 4px 0 #0000000D;
    border-radius: 10px;
}

.contact-banner-image {
    height: 100%;
    max-height: 656px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-banner-image img {
    object-fit: cover;
    width: 100%;
    display: block;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-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-desc p {
    margin-bottom: 0;
}

.contact-banner-form .form-control {
    padding-right: 20px;
    padding-left: 1rem;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    height: 62px;
    border-radius: 3px;
}

.contact-banner-form .form-control:focus {
    border: 1px solid #8D8D8D;
}

.contact-banner-form .form-control::placeholder {
    letter-spacing: 0.15px;
    color: #404040;
    font-weight: 400;
    line-height: 140%;
}

.kapcsolat-container .form-check {
    display: flex;
    align-items: center;
}

.contact-banner-form .form-control:focus {
    outline: none;
    box-shadow: none;
}

.contact-banner-form textarea.form-control {
    min-height: 181px;
    padding-top: 1rem;
    resize: vertical;
}

.contact-banner-form .form-check-input {
    -webkit-appearance: none;
    appearance: none;
    margin-top: 0;
    background: #F9F9F9;
    border: 0.7px solid #B9B9B9;
    width: 22px;
    height: 22px;
    box-shadow: 4px 2px 6.7px 0 #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(195, 164, 89, 0.15);
}

/* Checked state: filled background + white checkmark */
.contact-banner-form .form-check-input:checked {
    background: #F38C52;
    border-color: #F38C52;
}

/* Draw the checkmark */
.contact-banner-form .form-check-input:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-shadow: none;
}

/***************************
 // End Contact Section
***************************/

/***************************
    // Cart Section
***************************/

.cart-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.cart-item {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 1.5rem;
    align-items: start;
    background-color: white;
    margin-bottom: 2rem;
    padding: 2rem;
}

.cart-item-image {
    width: 220px;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.cart-item-price-remove {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.quantity-remove-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cart-quantity {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    width: fit-content;
    margin-bottom: 0;
}

.cart-quantity button {
    width: 40px;
    height: 40px;
    border: none;
    background: #fff;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-quantity button:hover {
    background: #a80a2c65;
}

.cart-quantity button:first-child {
    border-right: none;
}

.cart-quantity button:last-child {
    border-left: none;
}

.cart-quantity input {
    width: 50px;
    height: 40px;
    text-align: center;
    border: none;
    padding: 0;
}

.cart-quantity input::-webkit-outer-spin-button,
.cart-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-quantity input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.cart-summary {
    padding: 0;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.cart-benefits {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.benefit {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #EDEDED;
}

.benefit .icon {
    margin-right: 1rem;
}

.benefit .icon img {
    width: 30px;
    height: 30px;
}

.quantity-label {
    text-decoration: underline;
    margin-left: 1rem;
}

.quantity-label:hover {
    color: #A80A2D;
}

/* Mobil nézet */
@media (max-width: 768px) {
    .cart-item {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .cart-item-image {
        width: 100%;
        height: 200px;
    }
}

/***************************
            // End Cart Section
        ***************************/