.drawer-backdrop, .mega-panel {
    pointer-events: none;
    opacity: 0
}

.drawer-backdrop.is-open, .mega-panel.is-open {
    pointer-events: auto;
    opacity: 1
}

.cat-card, .mega-feature, body.drawer-open {
    overflow: hidden
}

.product-slider, html {
    scroll-behavior: smooth
}

.badge, .cat-icon, .icon-btn, .wish {
    place-items: center
}

*, [class*=col-] {
    box-sizing: border-box
}

.product h2.title a, .small-dropdown a, a {
    text-decoration: none
}

.mobileGallery-product, .product-slider {
    scroll-snap-type: x mandatory;
    scrollbar-width: none
}

:root {
    --bg: #f7f3ef;
    --bg-soft: #fbf8f5;
    --card: #ffffff;
    --ink: #171717;
    --muted: #6f6a66;
    --line: rgba(0, 0, 0, .09);
    --gold: #d4145a;
    --gold-dark: #ae0942;
    --black: #101010;
    --rose: #dfdfdf;
    --shadow: 0 18px 45px rgba(20, 20, 20, .09);
    --radius: 18px
}

body, html {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    position: relative
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important
}

.block-title, .block-title-colored, h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", serif !important
}

body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--bg-soft)
}

a {
    color: inherit
}

button, input {
    font: inherit
}

.block-title, .block-title-colored, .brand-row, .collapse-block_title, .login-form-box h2, .mega-feature strong, .news-box2 .info h2, .product-info2 h1.title, .shop h4, h1 {
    font-family: "Playfair Display", serif
}

.container-wide {
    width: min(1480px, calc(100% - 48px));
    margin-inline: auto
}

.topbar {
    background: #111;
    color: #f8f1e8;
    font-size: 13px
}

.topbar-inner {
    height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px
}

.topbar-left, .topbar-right {
    display: flex;
    align-items: center;
    gap: 34px
}

.header-inner, .nav {
    align-items: center
}

.topbar i {
    color: var(--gold);
    margin-right: 7px
}

#accordian h3 a:hover, #accordian li.active > h3 a, .aside-custom-block h6 a:hover, .aside-featured-product .product-content .title a:hover, .breadcrumb li a:hover, .compare-aside .item a.title:hover, .icon-btn:hover, .login-form-box .input-group-addon:last-child:hover, .mega-list a:hover, .mobile-acc-sublink:hover, .mobile-acc-title:hover, .nav-item:hover, .product h2.title a:hover, .product-s:hover .title-s, .progressbar .step.current .step-label, .section-title span, .table.cart .product-names a:hover, .wishlist-toggle:hover {
    color: var(--gold-dark)
}

.header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);
    transition: box-shadow .25s, transform .25s
}

.header.is-scrolled {
    box-shadow: 0 16px 45px rgba(0, 0, 0, .08)
}

.header-inner {
    height: 78px;
    display: grid;
    grid-template-columns:260px 1fr 430px;
    gap: 28px
}

.mobile-menu-btn {
    display: none;
    border: 0;
    background: 0 0;
    font-size: 32px;
    justify-self: end
}

.nav, .nav-item, .search {
    display: flex
}

.nav {
    justify-content: center;
    gap: 36px;
    font-weight: 600;
    font-size: 15px
}

.nav-item {
    position: relative;
    height: 78px;
    align-items: center;
    gap: 7px;
    cursor: pointer
}

.nav-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transition: .22s
}

.nav-item.is-active::after, .nav-item:hover::after {
    transform: scaleX(1)
}

.header-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px
}

.search {
    width: 245px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 8px;
    align-items: center;
    padding: 0 14px;
    background: #fff;
    transition: .2s
}

.search:focus-within {
    width: 295px;
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(200, 163, 106, .14)
}

.search input {
    border: 0;
    outline: 0;
    width: 100%;
    font-size: 13px;
    background: 0 0
}

.icon-btn {
    position: relative;
    width: 38px;
    height: 38px;
    display: grid;
    font-size: 21px;
    transition: .2s
}

.badge, .mega-panel {
    position: absolute;
    right: 0
}

.icon-btn:hover {
    transform: translateY(-2px)
}

.badge {
    top: 2px;
    min-width: 17px;
    height: 17px;
    border-radius: 999px;
    background: var(--gold);
    color: #fff;
    font-size: 10px;
    display: grid
}

.mega-panel {
    top: 100%;
    left: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 25px 55px rgba(0, 0, 0, .08);
    transform: translateY(-12px);
    transition: opacity .22s, transform .22s
}

.mega-panel.is-open {
    transform: translateY(0)
}

.mega-inner {
    display: grid;
    grid-template-columns:1.2fr .75fr .75fr 350px;
    gap: 60px;
    padding: 34px 0 36px
}

.btns, .hero, .mega-feature {
    display: flex
}

.mega-col h3 {
    margin: 0 0 18px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.mega-list {
    columns: 2;
    list-style: none;
    padding: 0;
    margin: 0
}

.mega-list.one {
    columns: 1
}

.mega-list li {
    break-inside: avoid;
    margin: 0 0 13px;
    color: #242424
}

.mega-list a {
    transition: .18s
}

.mega-list a:hover {
    padding-left: 5px
}

.mega-feature {
    min-height: 230px;
    border-radius: var(--radius);
    padding: 28px;
    color: #fff;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(0deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .08)), url('https://images.unsplash.com/photo-1515886657613-9f3515b0c78f?auto=format&fit=crop&w=900&q=80') center/cover
}

.mega-feature span {
    color: var(--gold);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em
}

.all-link, .btn, .cart-btn, .label-new, .small-btn {
    font-weight: 700
}

.mega-feature strong {
    font-size: 28px;
    margin: 7px 0 14px
}

.mega-feature em {
    width: max-content;
    font-style: normal;
    border: 1px solid rgba(255, 255, 255, .7);
    padding: 9px 16px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 12px
}

.mobile-drawer {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(360px, 88vw);
    background: #fff;
    z-index: 80;
    transform: translateX(-105%);
    transition: .28s;
    padding: 28px;
    box-shadow: 20px 0 50px rgba(0, 0, 0, .18);
    display: flex;
    flex-direction: column;
    gap: 20px
}

.cart-drawer.is-open, .mobile-drawer.is-open {
    transform: translateX(0)
}

.drawer-close {
    align-self: flex-end;
    border: 0;
    background: 0 0;
    font-size: 24px
}

.btn, .kicker {
    font-size: 13px;
    text-transform: uppercase
}

.drawer-logo {
    margin-bottom: 20px
}

.drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 70;
    transition: .25s
}

.hero {
    min-height: 520px;
    background: linear-gradient(90deg, rgba(247, 243, 239, .96) 0, rgba(247, 243, 239, .78) 44%, rgba(247, 243, 239, .12) 70%), url('https://diamondruha.hu/assets/img/banner-3.jpg') center right/cover;
    align-items: center
}

.hero-content {
    width: min(640px, 100%);
    padding: 72px 0
}

.kicker {
    color: var(--muted);
    letter-spacing: .14em;
    margin-bottom: 18px
}

.all-link, .cat-icon, .hero h1 span {
    color: var(--gold-dark)
}

h1 {
    font-size: clamp(42px, 5vw, 76px);
    line-height: 1.02;
    margin: 0 0 20px
}

.hero h1 span {
    display: block;
    font-style: italic;
    font-weight: 500
}

.hero p {
    max-width: 520px;
    color: #4d4945;
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 28px
}

.btns {
    gap: 14px;
    flex-wrap: wrap
}

.btn {
    min-width: 145px;
    height: 48px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    letter-spacing: .04em;
    border: 1px solid #111;
    transition: .2s
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow)
}

.btn.black {
    background: #111;
    color: #fff
}

.btn.gold, .hide-desktop .btn-lg:hover {
    background: var(--gold);
    color: #fff;
    border-color: var(--gold)
}

.btn.outline {
    background: 0 0;
    color: #111
}

.section {
    padding: 34px 0
}

.category-grid {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 18px
}

.cat-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .04);
    transition: .25s
}

.cat-card:hover, .product-s:hover, .product:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow)
}

.cat-card:hover .cat-img, .news-box:hover .image img {
    transform: scale(1.06)
}

.aside-featured-product:hover .product-img img, .news-box2:hover .image img, .product-s:hover .image-box-s img, .product:hover .image-box img, .subcategory-item.zoom-in:hover img {
    transform: scale(1.05)
}

.cat-img {
    height: 150px;
    background: var(--rose) center/cover;
    transition: .35s
}

.img-1 {
    background-image: url('https://images.unsplash.com/photo-1539109136881-3be0616acf4b?auto=format&fit=crop&w=700&q=80')
}

.img-2 {
    background-image: url('https://images.unsplash.com/photo-1543163521-1bf539c55dd2?auto=format&fit=crop&w=700&q=80')
}

.img-3 {
    background-image: url('https://images.unsplash.com/photo-1516762689617-e1cffcef479d?auto=format&fit=crop&w=700&q=80')
}

.img-4 {
    background-image: url('https://images.unsplash.com/photo-1601924921557-45e6dea0a157?auto=format&fit=crop&w=700&q=80')
}

.img-5 {
    background-image: url('https://images.unsplash.com/photo-1516257984-b1b4d707412e?auto=format&fit=crop&w=700&q=80')
}

.img-6 {
    background-image: url('https://images.unsplash.com/photo-1515886657613-9f3515b0c78f?auto=format&fit=crop&w=900&q=80')
}

.cat-body {
    position: relative;
    text-align: center;
    padding: 34px 12px 18px
}

.cat-icon {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 999px;
    display: grid;
    background: #fff;
    border: 1px solid var(--line);
    font-size: 22px
}

.nav-item.has-dropdown, .product-card {
    position: relative
}

.label-new, .wish {
    top: 10px;
    z-index: 2
}

.cat-body h3 {
    margin: 0 0 7px;
    font-size: 14px;
    text-transform: uppercase
}

.cat-body p {
    margin: 0;
    color: var(--muted);
    font-size: 12px
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
    gap: 20px
}

.section-title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0
}

.all-link {
    font-size: 13px
}

.filters-row_select, .slider-controls {
    display: flex;
    align-items: center;
    gap: 10px
}

.product, .promo {
    flex-direction: column
}

.slider-controls button {
    width: 38px;
    height: 38px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 999px;
    cursor: pointer;
    transition: .2s
}

.slider-controls button:hover {
    background: var(--black);
    color: #fff
}

.product-slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 112px) / 8);
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 8px
}

.news-box, .product, .product .image-box, .product h2.title, .product-card, .promo {
    overflow: hidden
}

.product-slider::-webkit-scrollbar {
    display: none
}

.product-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    scroll-snap-align: start;
    transition: .25s
}

.label-new, .small-dropdown, .wish {
    position: absolute
}

.news-box2:hover, .news-box:hover, .product-card:hover, .promo:hover, .subcategory-item.zoom-in:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow)
}

.product-card:hover .product-img {
    transform: scale(1.04)
}

.product-img {
    height: 235px;
    background: center/cover #f0ece8;
    transition: .35s
}

.product-1 {
    background-image: url('https://images.unsplash.com/photo-1539008835657-9e8e9680c956?auto=format&fit=crop&w=500&q=80')
}

.product-2 {
    background-image: url('https://images.unsplash.com/photo-1543163521-1bf539c55dd2?auto=format&fit=crop&w=500&q=80')
}

.product-3 {
    background-image: url('https://images.unsplash.com/photo-1516762689617-e1cffcef479d?auto=format&fit=crop&w=500&q=80')
}

.product-4 {
    background-image: url('https://images.unsplash.com/photo-1544441893-675973e31985?auto=format&fit=crop&w=500&q=80')
}

.product-5 {
    background-image: url('https://images.unsplash.com/photo-1551232864-3f0890e580d9?auto=format&fit=crop&w=500&q=80')
}

.product-6 {
    background-image: url('https://images.unsplash.com/photo-1542291026-7eec264c27ff?auto=format&fit=crop&w=500&q=80')
}

.product-7 {
    background-image: url('https://images.unsplash.com/photo-1503342217505-b0a15ec3261c?auto=format&fit=crop&w=500&q=80')
}

.product-8 {
    background-image: url('https://images.unsplash.com/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=500&q=80')
}

.label-new, .wish:hover {
    background: var(--gold);
    color: #fff
}

.label-new {
    left: 10px;
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 11px
}

.wish {
    right: 10px;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, .9);
    border-radius: 999px;
    display: grid;
    transition: .2s
}

.btn.btn-product:hover, .cart-btn:hover {
    background: var(--gold-dark)
}

.product-info {
    padding: 13px;
    text-align: center
}

.product-name {
    min-height: 40px;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 7px
}

.cart-btn {
    height: 34px;
    border: 0;
    width: 100%;
    background: #111;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: .2s
}

.sizes {
    color: var(--muted);
    font-size: 11px;
    margin-top: 9px;
    letter-spacing: .18em
}

.promo-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 18px
}

.promo {
    min-height: 180px;
    border-radius: 12px;
    padding: 34px;
    display: flex;
    justify-content: center;
    color: #fff;
    background: linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .12)), var(--img) center/cover;
    transition: .25s
}

.benefit, .brand-row {
    align-items: center;
    gap: 14px
}

.promo-1 {
    --img: url('https://images.unsplash.com/photo-1515886657613-9f3515b0c78f?auto=format&fit=crop&w=900&q=80')
}

.promo-2 {
    --img: url('https://images.unsplash.com/photo-1516762689617-e1cffcef479d?auto=format&fit=crop&w=900&q=80')
}

.promo-3 {
    --img: url('https://images.unsplash.com/photo-1517841905240-472988babdf9?auto=format&fit=crop&w=900&q=80')
}

.promo h3 {
    color: var(--gold);
    text-transform: uppercase
}

.promo p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .9)
}

.small-btn {
    width: max-content;
    border: 1px solid rgba(255, 255, 255, .75);
    color: #fff;
    padding: 9px 18px;
    border-radius: 5px;
    font-size: 12px
}

.brand-row {
    display: grid;
    grid-template-columns:repeat(7, 1fr);
    text-align: center;
    color: #202020;
    font-size: 24px
}

.brand {
    padding: 22px 8px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid var(--line);
    transition: .2s
}

.brand:hover {
    color: var(--gold-dark);
    transform: translateY(-3px)
}

.benefits {
    background: #fff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.benefit-row {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    gap: 14px
}

.benefit {
    display: flex;
    padding: 26px 0
}

.benefit i {
    color: var(--gold);
    font-size: 27px
}

.benefit strong {
    display: block;
    font-size: 13px;
    text-transform: uppercase
}

.benefit span {
    color: var(--muted);
    font-size: 12px
}

.newsletter {
    background: linear-gradient(90deg, #121212, #1e1a17);
    color: #fff;
    padding: 38px 0
}

.newsletter-inner {
    display: grid;
    grid-template-columns:1fr 520px;
    gap: 40px;
    align-items: center
}

.newsletter h3 {
    margin: 0 0 8px;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.newsletter p {
    margin: 0;
    color: rgba(255, 255, 255, .74)
}

.newsletter-form {
    display: flex;
    height: 48px
}

.newsletter-form input {
    flex: 1;
    border: 1px solid rgba(255, 255, 255, .2);
    background: 0 0;
    color: #fff;
    padding: 0 16px;
    outline: 0;
    border-radius: 7px 0 0 7px
}

.newsletter-form button {
    width: 170px;
    border: 0;
    background: var(--gold);
    color: #fff;
    font-weight: 800;
    border-radius: 0 7px 7px 0
}

.footer {
    background: #0e0e0e;
    color: #fff;
    padding: 46px 0 28px
}

.footer-grid {
    display: grid;
    grid-template-columns:1.2fr repeat(4, 1fr);
    gap: 42px
}

.footer h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 16px
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer li {
    color: rgba(255, 255, 255, .68);
    margin-bottom: 10px;
    font-size: 13px
}

.footer .logo {
    color: #fff;
    margin-bottom: 22px
}

.socials {
    display: flex;
    gap: 12px;
    color: var(--gold);
    font-size: 20px
}

.copyright {
    margin-top: 38px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .55);
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .65s, transform .65s
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0)
}

@media (max-width: 1200px) {
    .header-inner {
        grid-template-columns:220px 1fr auto
    }

    .mega-feature, .search {
        display: none
    }

    .product-slider {
        grid-auto-columns: calc((100% - 48px) / 4)
    }

    .category-grid, .mega-inner {
        grid-template-columns:repeat(3, 1fr)
    }
}

.small-dropdown {
    top: calc(100% + 18px);
    left: 0;
    min-width: 230px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .1);
    padding: 14px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: .2s;
    z-index: 50
}

.nav-item.has-dropdown:hover .small-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.small-dropdown a {
    display: block;
    padding: 9px 18px;
    color: #222;
    font-size: 15px
}

.small-dropdown a:hover {
    background: #f7f2ec;
    color: #c49a5a
}

.container {
    width: min(1480px, calc(100% - 48px));
    margin-inline: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px
}

[class*=col-] {
    position: relative;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px
}

.col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width: 768px) {
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 1200px) {
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-9, .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-3, .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
}

.tol-25 {
    height: 25px;
    width: 100%
}

@media (min-width: 821px) {
    .hide-desktop {
        display: none !important
    }
}

.product, .product_inside {
    display: flex;
    position: relative
}

.block-title, .block-title-colored {
    font-size: clamp(24px, 3.5vw, 36px);
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 45px 0 25px;
    text-align: center;
    color: var(--ink);
    position: relative;
    width: 100%
}

.block-title-colored, .block-title-colored a {
    color: var(--gold-dark);
    transition: color .2s;
    text-decoration: none
}

.block-title-colored a:hover, .productvendorsmallinfo a:hover, .slide-column-close a:hover {
    color: var(--gold)
}

.block-title-colored::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: var(--gold);
    margin: 12px auto 0;
    border-radius: 2px
}

.product {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    transition: transform .25s, box-shadow .25s;
    margin-bottom: 24px;
    height: calc(100% - 24px)
}

.badge-akcios2, .news-box .info button:hover {
    background: var(--gold)
}

.product_inside {
    padding: 16px;
    flex-direction: column;
    height: 100%
}

.product .image-box {
    position: relative;
    width: 100%;
    border-radius: calc(var(--radius) - 6px);
    background: var(--bg);
    margin-bottom: 16px;
    text-align: center
}

.product .image-box a {
    display: block;
    width: 100%;
    aspect-ratio: 3/4;
    position: relative
}

.aside-featured-product .product-img img, .image-box-s img, .news-box2 .image img, .product .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s
}

.badge-akcios2 {
    position: absolute;
    left: 12px;
    top: 12px;
    color: #fff;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(200, 163, 106, .3)
}

.image-box-s, .news-box, .product-s {
    position: relative
}

.product .price.view, .star-title {
    font-size: 15px;
    text-align: center
}

.product h2.title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center
}

.news-box2 .info p, .product .description {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.product h2.title a {
    color: var(--ink);
    transition: color .2s
}

.product .price.view {
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--ink);
    line-height: 1.4
}

.price-s .old-price-s, .product .price.view .old-price {
    font-size: 12px;
    color: var(--muted);
    text-decoration: line-through;
    margin-right: 6px
}

.aside-featured-product .product-content .price .new-price, .price-s .new-price-s, .product .price.view .new-price {
    font-weight: 800;
    color: var(--ink)
}

.product .description {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.5;
    margin-bottom: 14px;
    text-align: center;
    display: -webkit-box;
    overflow: hidden
}

.btn.btn-product, .news-box2 .info button a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700;
    text-decoration: none
}

.product_inside_hover {
    margin-top: auto;
    width: 100%
}

.btn.btn-product {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    border-radius: 8px;
    background: var(--ink);
    color: #fff !important;
    border: 1px solid var(--ink);
    transition: .2s
}

.btn.btn-product:hover {
    border-color: var(--gold-dark);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(168, 127, 66, .2)
}

.btn.btn-product span.icon {
    margin-right: 8px;
    font-size: 16px
}

div.product:has(a[href*="/markak/"]), div.product:has(img[src*="/marka/"]) {
    height: auto !important;
    min-height: unset !important;
    aspect-ratio: 16/10;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .02)
}

div.product:has(a[href*="/markak/"]) .product_inside, div.product:has(img[src*="/marka/"]) .product_inside {
    padding: 0 !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

div.product:has(a[href*="/markak/"]) .image-box, div.product:has(img[src*="/marka/"]) .image-box {
    margin: 0 !important;
    background: 0 0 !important;
    border-radius: 0 !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

div.product:has(a[href*="/markak/"]) .image-box a, div.product:has(img[src*="/marka/"]) .image-box a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: unset !important
}

div.product:has(a[href*="/markak/"]) .image-box img, div.product:has(img[src*="/marka/"]) .image-box img {
    max-width: 90% !important;
    max-height: 90% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    transition: transform .3s
}

div.product:has(a[href*="/markak/"]):hover img, div.product:has(img[src*="/marka/"]):hover img {
    transform: scale(1.05)
}

div.product:has(.icon-book), div.product:has(a[href*="/blog/"]) {
    height: calc(100% - 24px);
    display: flex;
    flex-direction: column
}

div.product:has(.icon-book) .image-box, div.product:has(a[href*="/blog/"]) .image-box {
    aspect-ratio: 16/10 !important;
    overflow: hidden;
    background: var(--bg-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(var(--radius) - 6px);
    margin-bottom: 16px
}

div.product:has(.icon-book) .image-box a, div.product:has(a[href*="/blog/"]) .image-box a {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: unset !important
}

div.product:has(.icon-book) .image-box img, div.product:has(a[href*="/blog/"]) .image-box img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    background: var(--bg-soft)
}

.news-container {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    width: 100%;
    margin-bottom: 30px
}

.news-box {
    border-radius: var(--radius);
    aspect-ratio: 1/1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .04);
    transition: transform .3s, box-shadow .3s
}

.news-box .image, .news-box .image a {
    display: block;
    width: 100%;
    height: 100%
}

.news-box .image img, .subcategory-item.zoom-in img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.news-box .info {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(16, 16, 16, .75) 0, rgba(16, 16, 16, .1) 60%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px
}

.news-box .info button {
    background: rgba(255, 255, 255, .95);
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: .2s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.news-box .info button a {
    color: var(--ink);
    text-decoration: none
}

.news-box .info button:hover a {
    color: #fff
}

.hide-desktop .btn-lg {
    display: block;
    width: 100%;
    padding: 14px 20px;
    background: var(--card);
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .02);
    transition: .2s;
    text-decoration: none
}

.news-box2, .subcategory-item.zoom-in {
    margin-bottom: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .03);
    overflow: hidden
}

.subcategory-listing {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px)
}

.subcategory-item.zoom-in {
    display: block;
    border-radius: var(--radius);
    transition: transform .3s, box-shadow .3s
}

.subcategory-item.zoom-in span {
    display: block;
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden
}

.news-box2 {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    transition: transform .25s, box-shadow .25s;
    height: calc(100% - 24px);
    display: flex;
    flex-direction: column
}

.news-box2 .image {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--bg)
}

.news-box2 .info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.news-box2 .info h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 10px;
    color: var(--ink)
}

.news-box2 .info p {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.6;
    margin: 0 0 20px;
    display: -webkit-box;
    overflow: hidden
}

.news-box2 .info button {
    margin-top: auto;
    background: var(--ink);
    border: 1px solid var(--ink);
    border-radius: 8px;
    height: 40px;
    cursor: pointer;
    transition: .2s;
    padding: 0
}

.news-box2 .info button a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.collapse-block .price-input button.btn:hover, .news-box2 .info button:hover {
    background: var(--gold-dark);
    border-color: var(--gold-dark);
    transform: translateY(-2px)
}

.star-title {
    font-weight: 700;
    margin: 0 0 6px;
    color: var(--ink)
}

.star-view {
    margin-bottom: 12px;
    display: flex;
    gap: 2px;
    justify-content: center
}

.star-view i {
    font-size: 14px;
    color: var(--gold) !important
}

.breadcrumb li a, .breadcrumb ul, .review-date, .stardesc {
    color: var(--muted)
}

.stardesc {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 14px;
    text-align: center;
    min-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.review-date {
    font-size: 11px;
    text-align: right;
    margin-top: auto
}

@media (max-width: 820px) {
    .container-wide {
        width: min(100% - 28px, 1480px)
    }

    .header-actions, .mega-panel, .nav, .topbar-right {
        display: none
    }

    .mobile-menu-btn {
        display: block
    }

    .header-inner {
        grid-template-columns:1fr auto;
        height: 68px
    }

    .logo {
        font-size: 22px
    }

    .hero {
        min-height: auto;
        background-position: center
    }

    .hero-content {
        padding: 56px 0
    }

    .benefit-row, .category-grid, .footer-grid, .newsletter-inner, .promo-grid {
        grid-template-columns:1fr
    }

    .product-slider {
        grid-auto-columns: 78%
    }

    .brand-row {
        grid-template-columns:repeat(2, 1fr)
    }

    .newsletter-form {
        flex-direction: column;
        height: auto;
        gap: 10px
    }

    .newsletter-form button, .newsletter-form input {
        width: 100%;
        height: 48px;
        border-radius: 7px
    }

    .copyright {
        flex-direction: column
    }

    .container {
        width: min(100% - 28px, 1480px);
        padding-left: 10px;
        padding-right: 10px
    }

    .hidden-mobile {
        display: none !important
    }

    .carousel-products-mobile {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        gap: 0 !important;
        padding-bottom: 15px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important
    }

    .carousel-products-mobile::-webkit-scrollbar {
        display: none
    }

    .carousel-products-mobile [class*=col-] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        scroll-snap-align: start !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .subcategory-listing.carousel-products-mobile {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        flex-wrap: nowrap !important
    }

    .topbar-inner {
        height: auto;
        min-height: 38px;
        padding: 8px 0;
        justify-content: center
    }

    .topbar-left {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        font-size: 12px;
        width: 100%
    }

    .product-listing.row {
        margin-left: -6px !important;
        margin-right: -6px !important
    }

    .product-listing .npad {
        padding-left: 6px !important;
        padding-right: 6px !important
    }
}

@media (max-width: 600px) {
    .topbar-inner {
        height: 38px;
        padding: 0
    }

    .topbar-left {
        gap: 0
    }

    .topbar-left span {
        display: none
    }

    .topbar-left span:first-child {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 11px
    }
}

.breadcrumb {
    background: var(--bg-soft);
    padding: 16px 0;
    border-bottom: 1px solid var(--line)
}

.filters-row, .login-form-box {
    background: var(--card);
    box-sizing: border-box
}

.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px
}

.breadcrumb li a {
    transition: color .18s;
    text-decoration: none
}

.breadcrumb li:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
    color: rgba(0, 0, 0, .15)
}

.login-form-box {
    max-width: 500px;
    margin: 60px auto;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 0;
    box-shadow: var(--shadow)
}

.login-form-box h2 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: var(--ink);
    margin: 0 0 12px;
    letter-spacing: .08em
}

.btn-filter, .filters-row_select label, .number-of-products {
    letter-spacing: .05em;
    text-transform: uppercase
}

.login-form-box h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: var(--gold);
    margin: 12px auto 0;
    border-radius: 2px
}

.login-form-box p {
    text-align: center;
    font-size: 14px;
    color: var(--muted);
    line-height: 1.5;
    margin: 0 0 8px
}

.login-form-box p:last-of-type {
    color: var(--gold-dark);
    font-weight: 700;
    margin-bottom: 30px
}

.login-form-box .input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s
}

.login-form-box .input-group:focus-within {
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(200, 163, 106, .15)
}

.login-form-box .input-group-addon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    background: var(--bg-soft);
    color: var(--muted);
    border-right: 1px solid var(--line);
    font-size: 16px;
    min-width: 48px;
    box-sizing: border-box
}

.login-form-box .input-group-addon:last-child {
    border-right: none;
    border-left: 1px solid var(--line);
    cursor: pointer;
    transition: color .18s
}

.login-form-box .form-control {
    flex: 1;
    height: 48px;
    border: none !important;
    box-shadow: none !important;
    outline: 0;
    padding: 0 16px;
    font-size: 14px;
    color: var(--ink);
    background: 0 0;
    box-sizing: border-box;
    width: 100%
}

.login-form-box .form-control::placeholder {
    color: #a8a4a0
}

@media (min-width: 992px) {
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .login-form-box form .row {
        display: flex !important;
        align-items: center !important;
        width: 100%;
        margin: 0 !important
    }

    .login-form-box form .row > [class*=col-] {
        padding: 0 !important
    }

    .login-form-box form .row > [class*=col-]:first-child {
        flex: 0 0 auto !important;
        width: auto !important
    }

    .login-form-box form .row > [class*=col-]:last-child {
        flex: 1 !important;
        width: auto !important
    }

    .login-form-box #sign_in_submit {
        padding: 0 32px;
        width: auto !important
    }

    .login-form-box .additional-links {
        justify-content: flex-end;
        min-height: unset
    }
}

@media (max-width: 991px) {
    .login-form-box #sign_in_submit {
        width: 100% !important
    }

    .login-form-box .additional-links {
        justify-content: center;
        margin-top: 15px
    }
}

.login-form-box #sign_in_submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background: var(--ink);
    color: #fff;
    border: 1px solid var(--ink);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    cursor: pointer;
    transition: .2s;
    box-shadow: none
}

.login-form-box #reg_submit:hover, .login-form-box #sign_in_submit:hover {
    background: var(--gold-dark);
    border-color: var(--gold-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(168, 127, 66, .2)
}

.login-form-box .additional-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 48px
}

.login-form-box .additional-links li a {
    color: var(--gold-dark);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: color .18s
}

.collapse-block p.pull-right a:hover, .login-form-box .additional-links li a:hover {
    color: var(--gold);
    text-decoration: underline
}

.login-form-box #errors {
    background: #fdf2f2 !important;
    border: 1px solid #f8b4b4 !important;
    border-radius: 8px !important;
    padding: 16px !important;
    margin-bottom: 24px !important;
    color: #9b1c1c !important;
    text-align: center
}

.login-form-box #errors h1 {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 0 0 6px !important;
    color: #9b1c1c !important;
    text-transform: uppercase;
    line-height: 1.2
}

.login-form-box #errors p {
    font-size: 13px !important;
    color: #c92a2a !important;
    margin: 0 !important
}

.login-form-box select.form-control {
    border: none !important;
    background: 0 0 !important;
    color: var(--ink)
}

.phone-input-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px !important;
    margin-right: -6px !important;
    width: calc(100% + 12px) !important
}

.phone-input-row > [class*=col-] {
    padding-left: 6px !important;
    padding-right: 6px !important
}

.login-form-box .checkbox-wrapper {
    border: none !important;
    background: 0 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    display: block !important;
    margin-bottom: 25px
}

.login-form-box .copych {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px;
    font-size: 13px !important;
    line-height: 1.5;
    color: var(--muted);
    cursor: pointer;
    text-align: left;
    user-select: none
}

.login-form-box .copych input[type=checkbox] {
    width: 18px;
    height: 18px;
    accent-color: var(--gold);
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px
}

.login-form-box .copych a {
    color: var(--gold-dark) !important;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .18s
}

.login-form-box .copych a:hover {
    color: var(--gold) !important;
    text-decoration: underline
}

.login-form-box #reg_submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 220px;
    height: 48px;
    background: var(--ink);
    color: #fff;
    border: 1px solid var(--ink);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    cursor: pointer;
    transition: .2s;
    box-shadow: none;
    padding: 0 34px
}

.number-of-products {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 4px
}

.col-lg-9 h1.block-title, .col-md-8 h1.block-title, .col-xl-9 h1.block-title {
    font-size: clamp(24px, 3.5vw, 32px) !important;
    text-align: left !important;
    margin: 0 0 30px !important
}

.col-lg-9 h1.block-title::after, .col-md-8 h1.block-title::after, .col-xl-9 h1.block-title::after {
    margin-left: 0 !important
}

.filters-row {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 12px 20px;
    margin-bottom: 30px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.filters-row .pull-left, .filters-row .pull-right {
    display: flex;
    align-items: center;
    gap: 16px;
    float: none !important
}

.filters-row_select label {
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
    margin: 0
}

.filters-row_select select.form-control {
    height: 38px;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 0 12px;
    font-size: 13px;
    color: var(--ink);
    background: #fff;
    outline: 0;
    cursor: pointer;
    min-width: 180px;
    transition: border-color .2s
}

#smallGallery li a.zoomGalleryActive, #smallGallery li:hover, .address-option input[type=radio]:checked ~ .custom-radio, .filters-row_select select.form-control:focus, .kupon-cart-box .kuponform:focus, .shipping-option input[type=radio]:checked ~ .custom-radio {
    border-color: var(--gold)
}

.btn-filter {
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--ink);
    color: #fff !important;
    border: 1px solid var(--ink);
    border-radius: 6px;
    padding: 0 16px;
    font-size: 12px;
    font-weight: 700;
    transition: .2s;
    text-decoration: none
}

.product-s, .product_inside-s {
    flex-direction: column;
    display: flex
}

.btn-filter:hover {
    background: var(--gold-dark);
    border-color: var(--gold-dark)
}

.product-s {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    transition: transform .25s, box-shadow .25s;
    height: calc(100% - 24px);
    margin-bottom: 24px
}

.product-listing > a {
    text-decoration: none !important
}

.product_inside-s {
    padding: 16px;
    height: 100%
}

.image-box-s {
    width: 100%;
    overflow: hidden;
    border-radius: calc(var(--radius) - 6px);
    background: var(--bg);
    margin-bottom: 16px;
    text-align: center;
    aspect-ratio: 3/4
}

.product_inside-s .ribbon {
    position: absolute;
    right: 12px;
    top: 12px;
    background: rgba(17, 17, 17, .85);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 5px 10px;
    border-radius: 6px;
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.pr-info-s {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.title-s {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0 0 10px;
    min-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    color: var(--ink)
}

.price-s.view {
    font-size: 15px;
    font-weight: 700;
    margin-top: auto;
    margin-bottom: 6px;
    color: var(--ink);
    line-height: 1.4;
    text-align: center
}

.slide-column-close {
    background: var(--ink);
    padding: 14px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    display: none
}

.collapse-block, .ft_newproductslider {
    background: var(--card);
    box-sizing: border-box
}

.slide-column-close a {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none
}

.aside.leftColumn {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.collapse-block {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .02)
}

.collapse-block_title {
    font-size: 16px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--ink);
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--gold);
    display: inline-block;
    width: 100%
}

#accordian ul, .list-simple {
    list-style: none;
    padding: 0;
    margin: 0
}

#accordian > ul > li {
    border-bottom: 1px solid var(--line);
    padding: 12px 0
}

#accordian > ul > li:last-child, .list-simple li:last-child {
    border-bottom: none
}

#accordian h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 700
}

#accordian h3 a {
    color: var(--ink);
    text-decoration: none;
    transition: color .18s
}

#accordian ul ul {
    padding-left: 14px;
    margin-top: 10px;
    display: none
}

#accordian ul ul li {
    margin-bottom: 8px;
    font-size: 13px
}

#accordian ul ul li a {
    color: var(--muted);
    text-decoration: none;
    transition: .2s;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

#accordian a.kat_kiemelt, #accordian li.active > a, #accordian ul ul li a:hover {
    color: var(--gold-dark) !important;
    font-weight: 600
}

#accordian .icon-keyboard_arrow_right {
    font-size: 14px;
    color: var(--gold)
}

#accordian li.active > ul, #accordian li.selected_menu > ul, #smallGallery, .address-option input[type=radio]:checked ~ .custom-radio::after, .login-form-box .cont input:checked ~ .checkmark::after, .product-main-image, .shipping-option input[type=radio]:checked ~ .custom-radio::after {
    display: block
}

.list-simple li {
    padding: 8px 0;
    border-bottom: 1px dashed var(--line);
    font-size: 13px
}

.list-simple a {
    color: var(--muted);
    text-decoration: none;
    transition: .18s;
    display: block
}

.list-simple a:hover {
    color: var(--gold-dark);
    padding-left: 4px
}

.collapse-block p.pull-right {
    margin: 14px 0 0
}

.collapse-block p.pull-right a {
    color: var(--gold-dark);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-decoration: none;
    transition: color .18s
}

.collapse-block .price-input {
    margin-top: 16px
}

.collapse-block .price-input button.btn {
    width: 100% !important;
    height: 42px;
    background: var(--ink);
    border: 1px solid var(--ink);
    border-radius: 8px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    cursor: pointer;
    transition: .2s
}

.aside-featured-product .product-content .title a, .compare-aside .item a.title {
    font-weight: 600;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--ink);
    overflow: hidden
}

.compare-aside {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.compare-aside .item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line)
}

.compare-aside .item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.compare-aside .item .img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    background: var(--bg);
    flex-shrink: 0
}

#smallGallery img, .compare-aside .item .img img, .mobileGallery-product img, .pblock .mpic img, .wrapper-offset-zero img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.compare-aside .item a.title {
    font-size: 13px;
    line-height: 1.4;
    transition: color .18s
}

.aside-featured-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.aside-featured-product .product-img {
    width: 100%;
    aspect-ratio: 3/4;
    border-radius: 8px;
    overflow: hidden;
    background: var(--bg);
    margin-bottom: 14px
}

.aside-featured-product .product-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%
}

.aside-featured-product .product-content .title a {
    font-size: 14px;
    transition: color .18s
}

.aside-featured-product .product-content .price {
    font-size: 14px;
    font-weight: 700;
    color: var(--ink);
    text-align: center
}

.aside-featured-product .product-content .price .old-price, .price-label2_old {
    font-size: 11px;
    color: var(--muted);
    text-decoration: line-through;
    margin-right: 6px
}

.aside-custom-block h6 {
    margin: 16px 0 8px;
    font-size: 14px;
    font-weight: 700
}

.aside-custom-block h6:first-of-type {
    margin-top: 0
}

.aside-custom-block h6 a {
    color: var(--ink);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color .18s
}

.aside-custom-block h6 span.color-base {
    color: var(--gold) !important;
    font-size: 18px
}

.aside-custom-block p {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.6;
    margin: 0 0 16px
}

.aside-custom-block p:last-of-type {
    margin-bottom: 0
}

.ft_newproductslider {
    width: 100%;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--line)
}

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

.filters-row_mode {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 30px auto;
    width: 100%;
    clear: both
}

.filters-row_mode a, .filters-row_mode li a, .filters-row_mode li span, .filters-row_mode span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 8px;
    border-radius: 8px;
    border: 1px solid var(--line);
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    text-decoration: none;
    transition: .2s;
    background: var(--card);
    box-sizing: border-box;
    cursor: pointer
}

.filters-row_mode a:hover, .filters-row_mode li a:hover {
    background: var(--gold) !important;
    color: #fff !important;
    border-color: var(--gold) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(200, 163, 106, .2)
}

.filters-row_mode .active, .filters-row_mode .current, .filters-row_mode li.active a, .filters-row_mode li.active span, .filters-row_mode span.current {
    background: var(--ink) !important;
    color: #fff !important;
    border-color: var(--ink) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    cursor: default;
    transform: none !important
}

.filters-row_mode ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
    align-items: center
}

.filters-row_mode li {
    margin: 0;
    padding: 0
}

.filters-row_mode .disabled, .filters-row_mode li.disabled a, .filters-row_mode li.disabled span {
    opacity: .4;
    cursor: not-allowed;
    background: var(--bg-soft) !important;
    color: var(--muted) !important;
    border-color: var(--line) !important;
    transform: none !important;
    box-shadow: none !important
}

@media (max-width: 991px) {
    .login-form-box #reg_submit {
        width: 100% !important
    }

    .slide-column-close {
        display: block
    }

    .col-md-4.col-lg-3.col-xl-3.aside.leftColumn {
        position: fixed !important;
        top: 0 !important;
        left: -320px !important;
        width: 300px !important;
        max-width: 300px !important;
        height: 100vh !important;
        overflow-y: auto !important;
        background: var(--card) !important;
        z-index: 9999 !important;
        transition: left .3s cubic-bezier(.25, .8, .25, 1) !important;
        padding: 24px !important;
        box-shadow: 20px 0 50px rgba(0, 0, 0, .15) !important;
        display: block !important
    }

    .col-md-4.col-lg-3.col-xl-3.aside.leftColumn.open {
        left: 0 !important
    }

    .sidebar-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .5);
        backdrop-filter: blur(2px);
        z-index: 9998;
        display: none
    }
}

.progressbar {
    position: relative;
    margin: 40px 0 25px;
    padding: 0
}

.progressbar .steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.progressbar .step {
    flex: 1;
    text-align: center;
    position: relative
}

.progressbar .step::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--line);
    margin: 0 auto 10px;
    border: 3px solid var(--bg-soft);
    box-shadow: 0 0 0 1px var(--line);
    transition: .3s
}

.progressbar .step.active::before {
    background: var(--gold-dark);
    box-shadow: 0 0 0 1px var(--gold-dark)
}

.progressbar .step.current::before {
    background: #fff;
    border-color: var(--gold);
    box-shadow: 0 0 0 2px var(--gold)
}

.progressbar .step-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--muted);
    transition: color .3s
}

.progressbar .step.active .step-label {
    color: var(--ink)
}

.progressbar::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--line);
    z-index: 1
}

.progressbar .progress {
    position: absolute;
    top: 7px;
    left: 0;
    height: 2px;
    background: var(--gold-dark);
    z-index: 1;
    transition: width .3s
}

.bootstrap-select .btn-danger, .bootstrap-select .btn.dropdown-toggle, .bootstrap-select button, .login-form-box select.form-control {
    height: 48px !important;
    background-color: #fff !important;
    border: 1px solid var(--line) !important;
    box-shadow: none !important;
    color: var(--ink) !important;
    font-size: 14px !important
}

.main.shop .login-form-box {
    max-width: 800px;
    margin: 30px auto
}

.login-form-box .form-group {
    display: block;
    width: 100%;
    margin-bottom: 20px
}

.login-form-box .form-group:has([class*=col-]) {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    margin-left: -12px !important;
    margin-right: -12px !important;
    margin-bottom: 0 !important
}

.login-form-box .form-group > [class*=col-] {
    padding-left: 12px !important;
    padding-right: 12px !important
}

.login-form-box .form-group .col-md-6:last-of-type {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important
}

.login-form-box select.form-control {
    width: 100% !important;
    border-radius: 8px !important;
    padding: 0 40px 0 16px !important;
    outline: 0;
    cursor: pointer;
    transition: border-color .2s;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23171717' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    background-size: 12px !important
}

.login-form-box select.form-control:focus {
    border-color: var(--gold) !important
}

.bootstrap-select {
    width: 100% !important;
    margin-top: 8px
}

.bootstrap-select .btn-danger, .bootstrap-select .btn.dropdown-toggle, .bootstrap-select button {
    width: 100% !important;
    border-radius: 8px !important;
    padding: 0 16px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    cursor: pointer !important;
    transition: border-color .2s, box-shadow .2s !important
}

.bootstrap-select .btn:focus, .bootstrap-select button:focus {
    border-color: var(--gold) !important;
    box-shadow: 0 0 0 4px rgba(200, 163, 106, .15) !important;
    outline: 0 !important
}

.bootstrap-select .dropdown-menu {
    border: 1px solid var(--line) !important;
    border-radius: 8px !important;
    box-shadow: var(--shadow) !important;
    background: #fff !important;
    padding: 8px 0 !important;
    margin-top: 4px !important
}

.bootstrap-select .dropdown-menu li {
    margin: 0 !important;
    padding: 0 !important
}

.bootstrap-select .dropdown-menu li a {
    display: block !important;
    padding: 10px 16px !important;
    color: var(--ink) !important;
    font-size: 14px !important;
    transition: background .18s, color .18s !important;
    text-decoration: none !important
}

.bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li.selected a {
    background-color: var(--bg-soft) !important;
    color: var(--gold-dark) !important;
    font-weight: 600 !important
}

.bootstrap-select .bs-caret, .bootstrap-select .caret {
    border: none !important;
    width: 12px !important;
    height: 12px !important;
    margin-left: 10px !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23171717' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") center/contain no-repeat !important
}

.login-form-box .cont {
    display: block !important;
    position: relative !important;
    padding-left: 35px !important;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    color: var(--ink);
    user-select: none;
    line-height: 1.3;
    text-align: left
}

.blog-swiper .description, .review-swiper .stardesc {
    line-height: 1.5 !important;
    -webkit-box-orient: vertical !important
}

.login-form-box .cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.login-form-box .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid var(--line);
    border-radius: 50%;
    transition: .2s;
    box-sizing: border-box
}

.custom-radio::after, .login-form-box .checkmark::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    content: ""
}

.login-form-box .cont input:checked ~ .checkmark {
    border-color: var(--gold);
    background-color: #fff
}

.login-form-box .checkmark::after {
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--gold-dark)
}

.login-form-box .row:has(.postmode) {
    border-top: 1px solid var(--line);
    padding: 16px 0;
    background: #fff;
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box
}

.login-form-box .row:has(.postmode) + .row:has(.col-md-12) {
    padding: 0;
    background: var(--bg-soft);
    border-bottom: 1px solid var(--line);
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box
}

.login-form-box .row:has(.postmode) + .row:has(.col-md-12) span {
    color: var(--muted) !important;
    font-size: 13px !important;
    line-height: 1.5
}

.login-form-box .row:has(.postmode) + .row:not(:has(.col-md-12)) {
    display: none !important
}

.login-form-box .pull-right {
    float: right;
    font-size: 15px;
    font-weight: 700;
    color: var(--gold-dark) !important
}

.foxpost-box, .gls-box, .posta-box {
    margin-top: 15px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    overflow: hidden;
    width: 100% !important;
    padding: 0 !important;
    box-sizing: border-box;
    float: none !important;
    clear: both
}

.foxpost-box .foxpost-box {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: 0 0 !important;
    box-shadow: none !important
}

.foxpost-box iframe, .gls-box #test-map, .gls-box gls-dpm, .gls-box iframe, .if-container, .if-container iframe, .posta-box iframe {
    width: 100% !important;
    height: 600px !important;
    border: none !important;
    display: block;
    margin: 0 !important;
    padding: 0 !important
}

#postapontvalasztoapi, #postapontvalasztoapi-container, .posta-box #valasztott_postapont_info {
    padding: 16px !important;
    box-sizing: border-box;
    width: 100%
}

.userbox, .userbox-shipping {
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    box-sizing: border-box
}

.userbox h5, .userbox-shipping h5 {
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 6px
}

.product-info2 .price .huftol, .product-info2 .price .price-label2_old {
    font-weight: 500;
    color: var(--muted);
    font-size: 14px
}

.userbox h6, .userbox-shipping h6 {
    font-size: 14px;
    font-weight: 500;
    color: var(--muted);
    margin: 0 0 4px
}

.login-form-box .mod-btn {
    padding: 0 20px;
    height: 38px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    border-radius: 6px;
    border: 1px solid var(--gold) !important;
    background: 0 0 !important;
    color: var(--gold-dark) !important;
    cursor: pointer;
    transition: .2s
}

.login-form-box .mod-btn:hover {
    background: var(--gold) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(168, 127, 66, .15)
}

.address-select, .shipping-address-select {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 280px;
    overflow-y: auto;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--bg-soft);
    margin: 15px 0 24px;
    box-sizing: border-box
}

.address-select::-webkit-scrollbar, .shipping-address-select::-webkit-scrollbar {
    width: 6px
}

.address-select::-webkit-scrollbar-thumb, .shipping-address-select::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .15);
    border-radius: 99px
}

.address-option, .shipping-option {
    display: flex !important;
    align-items: center !important;
    gap: 14px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    cursor: pointer;
    transition: .2s;
    position: relative;
    box-sizing: border-box;
    width: 100%
}

.address-option:hover, .shipping-option:hover {
    border-color: var(--gold);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .02)
}

.address-option.selected, .shipping-option.selected {
    border-color: var(--gold) !important;
    background-color: rgba(200, 163, 106, .05) !important
}

.custom-radio {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid var(--line);
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
    transition: .2s
}

.custom-radio::after {
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold-dark)
}

.custom-address, .shipping-custom-address {
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.4;
    text-align: left
}

.shipping-custom-address-c {
    font-size: 11px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-top: 2px
}

.button-container {
    margin: 15px 0
}

#sendButton, .shipbox, .szlbox {
    margin-top: 30px
}

.login-form-box .styled-button, .login-form-box button.styled-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 42px;
    background: var(--ink);
    color: #fff !important;
    border: 1px solid var(--ink);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    cursor: pointer;
    transition: .2s;
    box-shadow: none;
    text-decoration: none
}

#smallGallery li, .kupon-cart-box .kuponform {
    box-sizing: border-box;
    transition: border-color .2s
}

.btn-addtocart:hover, .kupon-cart-box #kupon:hover, .login-form-box .styled-button:hover, .login-form-box button.styled-button:hover {
    background: var(--gold-dark);
    border-color: var(--gold-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(168, 127, 66, .15)
}

.product-main-image {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    align-items: center;
    justify-content: center;
    aspect-ratio: 3/4
}

.product-main-image img {
    object-fit: cover
}

#smallGallery li {
    width: 80px;
    aspect-ratio: 3/4;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden
}

.mobileGallery-product {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    overflow-x: auto;
    gap: 12px
}

.mobileGallery-product li {
    flex: 0 0 100%;
    scroll-snap-align: start;
    aspect-ratio: 3/4;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--line)
}

#smallGallery, .tt-tabs__head ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: auto
}

.product-info2 h1.title {
    font-size: clamp(24px, 3.5vw, 34px);
    font-weight: 600;
    color: var(--ink);
    margin: 0 0 12px;
    line-height: 1.3
}

.product-info2 .price {
    font-size: clamp(20px, 3vw, 26px);
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 24px
}

.product-info2 .price .price-label2_old {
    text-decoration: line-through;
    margin-right: 8px
}

.productvendorsmallinfo {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px
}

.productvendorsmallinfo span {
    font-weight: 700;
    color: var(--ink)
}

.productvendorsmallinfo a {
    color: var(--gold-dark);
    font-weight: 600;
    transition: color .18s;
    text-decoration: none
}

.tt-tabs__head li, .wishlist-toggle {
    color: var(--muted);
    transition: color .2s
}

.wishlist-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-decoration: none
}

.wrapper-offset20, .wrapper-offset45 {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .01);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box
}

.wrapper-offset20 .row, .wrapper-offset45 .row {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0 !important
}

.wrapper-offset20 .col-md-6, .wrapper-offset45 .col-md-6 {
    padding: 0 !important;
    width: auto !important
}

.price-label2, .price-label2_orig {
    font-size: 14px;
    font-weight: 700;
    color: var(--ink)
}

.btn-addtocart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: var(--ink);
    border: 1px solid var(--ink);
    color: #fff !important;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 0 24px;
    cursor: pointer;
    transition: .2s;
    text-decoration: none
}

.btn-addtocart span.icon {
    margin-right: 8px;
    font-size: 14px
}

.pblock, .wrapper-offset-zero {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    box-sizing: border-box
}

.table.cart th, .tt-tabs__head {
    border-bottom: 2px solid var(--line)
}

.pblock .mpic, .wrapper-offset-zero .nomargin:first-child {
    width: 50px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    background: var(--bg);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.counter, .shop .box-content {
    border: 1px solid var(--line)
}

.pblock .pr-label-elem, .wrapper-offset-zero .pr-label-elem {
    font-size: 13px;
    font-weight: 600;
    color: var(--ink)
}

.pblock .price-label-elem, .wrapper-offset-zero .price-label-elem {
    font-size: 13px;
    font-weight: 700;
    color: var(--gold-dark)
}

.btn-mini {
    height: 34px !important;
    padding: 0 16px !important;
    font-size: 11px !important
}

.tt-tabs {
    margin: 40px 0;
    width: 100%
}

.tt-tabs__head {
    margin-bottom: 24px;
    position: relative
}

.tt-tabs__head ul {
    display: flex;
    gap: 30px
}

.tt-tabs .tt-tabs__title, .tt-tabs__head li {
    padding: 12px 0;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase
}

.tt-tabs__head li {
    font-size: 14px;
    letter-spacing: .08em;
    position: relative
}

.tt-tabs__head li:hover, .tt-tabs__head li[data-active=true] {
    color: var(--ink)
}

.tt-tabs__head li[data-active=true]::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gold)
}

.tt-tabs__content {
    font-size: 14px;
    line-height: 1.7;
    color: #4d4945
}

.tt-tabs__content p {
    margin-bottom: 16px
}

.mobileGallery-product, .tt-tabs__content .tab-title {
    display: none !important
}

.tt-tabs .tt-tabs__title {
    display: none;
    font-size: 13px;
    letter-spacing: .05em;
    color: var(--ink);
    border-bottom: 1px solid var(--line);
    margin-bottom: 12px
}

#smallGallery {
    gap: 12px;
    display: flex
}

#hasonlo_termekek, #kieg_termekek, #related-products, .product_related, .related-products {
    display: grid !important;
    grid-template-columns:repeat(4, 1fr) !important;
    gap: 24px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    clear: both !important
}

#hasonlo_termekek .row, #kieg_termekek .row, #related-products .row, .product_related .row, .related-products .row {
    display: grid !important;
    grid-template-columns:repeat(4, 1fr) !important;
    gap: 24px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important
}

#hasonlo_termekek .product, #hasonlo_termekek [class*=col-], #kieg_termekek .product, #kieg_termekek [class*=col-], #related-products .product, #related-products [class*=col-], .related-products .product {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    margin-bottom: 0 !important
}

#hasonlo_termekek .block-title, #hasonlo_termekek .block-title-colored, #hasonlo_termekek h1, #hasonlo_termekek h2, #hasonlo_termekek h3, #kieg_termekek .block-title, #kieg_termekek h1, #kieg_termekek h2, #kieg_termekek h3, #related-products h1, #related-products h2, #related-products h3, .related-products h1, .related-products h2, .related-products h3 {
    grid-column: 1/-1 !important;
    width: 100% !important
}

@media (max-width: 1199px) {
    #hasonlo_termekek, #hasonlo_termekek .row, #kieg_termekek, #kieg_termekek .row, #related-products, #related-products .row, .product_related, .product_related .row, .related-products, .related-products .row {
        grid-template-columns:repeat(3, 1fr) !important;
        gap: 20px !important
    }
}

.shop .box-content {
    background: var(--card);
    border-radius: var(--radius);
    padding: 30px;
    box-shadow: var(--shadow);
    margin-bottom: 0;
    box-sizing: border-box
}

.shop h4 {
    font-size: 24px;
    color: var(--ink);
    margin: 0 0 20px;
    font-weight: 600
}

.table.cart {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0
}

.table.cart th {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--muted);
    padding: 14px 10px;
    text-align: left
}

.actions-continue input.btn-full, .kupon-cart-box #kupon {
    letter-spacing: .08em;
    cursor: pointer;
    text-transform: uppercase
}

.table.cart td {
    padding: 20px 10px;
    border-bottom: 1px solid var(--line);
    vertical-align: middle
}

.table.cart .product-thumbnail {
    width: 120px;
    text-align: center
}

.table.cart .product-thumbnail img {
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 12px
}

.table.cart .product-names a {
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    text-decoration: none;
    transition: color .18s
}

.table.cart .product-names p {
    margin: 4px 0 0;
    color: var(--muted)
}

.table.cart .amount {
    font-size: 15px;
    font-weight: 700;
    color: var(--ink)
}

.delete-item {
    color: var(--muted);
    cursor: pointer;
    transition: color .18s, transform .18s;
    display: inline-block
}

.delete-item:hover {
    color: #c92a2a;
    transform: scale(1.15)
}

.counter {
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    background: var(--bg-soft);
    overflow: hidden;
    height: 36px
}

.counter button {
    border: none;
    background: 0 0;
    width: 32px;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    color: var(--ink);
    cursor: pointer;
    transition: background .18s, color .18s
}

.counter button:hover {
    background: var(--gold);
    color: #fff
}

.counter .count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    font-size: 14px;
    font-weight: 700;
    color: var(--ink);
    padding: 0 4px
}

.table.cart .actions {
    border-bottom: none;
    padding-top: 30px
}

.table.cart .actions-brutto h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--ink);
    margin: 0
}

.table.cart .actions-brutto .h4price {
    font-size: 22px;
    font-weight: 800;
    color: var(--gold-dark)
}

.kupon-form-box {
    margin-top: 20px
}

.kupon-cart-box {
    display: flex;
    flex-direction: column;
    max-width: 440px
}

.kupon-cart-box h4 {
    font-size: 18px;
    margin-bottom: 4px
}

.kupon-cart-box span {
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 16px
}

.kupon-cart-box .kuponform {
    width: 100%;
    height: 44px;
    padding: 0 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    outline: 0;
    font-size: 14px
}

.kupon-cart-box .kuponerror {
    font-size: 12px;
    color: #c92a2a;
    margin-top: 6px;
    min-height: 18px
}

.kupon-cart-box #kupon {
    height: 42px;
    background: var(--ink);
    color: #fff;
    border: 1px solid var(--ink);
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    transition: .2s;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

#sendButton {
    margin-bottom: 60px
}

.actions-continue {
    display: flex;
    justify-content: flex-end
}

.actions-continue input.btn-full {
    min-width: 280px;
    height: 52px;
    background: var(--gold) !important;
    border: 1px solid var(--gold) !important;
    color: #fff !important;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    transition: .25s cubic-bezier(.25, .8, .25, 1);
    box-shadow: 0 4px 15px rgba(200, 163, 106, .2)
}

.actions-continue input.btn-full:hover {
    background: var(--gold-dark) !important;
    border-color: var(--gold-dark) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(168, 127, 66, .35)
}

@media (max-width: 767px) {
    .progressbar {
        margin: 25px 0 15px
    }

    .progressbar .step-label {
        font-size: 9px;
        letter-spacing: 0
    }

    .progressbar .step::before {
        width: 10px;
        height: 10px
    }

    .progressbar .progress, .progressbar::after {
        top: 5px
    }

    .login-form-box .form-group .col-md-6:last-of-type {
        justify-content: flex-start !important;
        margin-top: 6px !important
    }

    .login-form-box .pull-right {
        float: none
    }

    .login-form-box .row:has(.postmode) + .row > [class*=col-] {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .foxpost-box iframe, .gls-box #test-map, .gls-box gls-dpm, .gls-box iframe, .if-container iframe, .posta-box iframe {
        height: 450px !important
    }

    .product-link, .varia {
        margin-bottom: 4px;
        display: block
    }

    .shop .box-content {
        padding: 20px 16px
    }

    .table.cart {
        display: block
    }

    .table.cart tbody {
        display: block;
        width: 100%
    }

    .table.cart thead {
        display: none
    }

    .tol-5 {
        margin-top: 15px;
        display: flex;
        align-items: flex-start
    }

    .basket-pic {
        border-radius: 8px;
        object-fit: cover;
        width: 100%
    }

    .product-link {
        font-size: 14px;
        font-weight: 600;
        color: var(--ink);
        text-decoration: none;
        line-height: 1.4
    }

    .egysegar, .varia {
        font-size: 12px;
        color: var(--muted)
    }

    .tol-15 {
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 15px
    }

    .liner {
        height: 1px;
        background: var(--line);
        margin: 15px 0;
        width: 100%
    }

    .newpr {
        font-size: 16px;
        font-weight: 800;
        color: var(--gold-dark) !important
    }

    .table.cart tr:last-child {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-top: 20px;
        border-top: 2px solid var(--line)
    }

    .table.cart tr:last-child td {
        display: block;
        width: 100% !important;
        padding: 0 !important;
        border: none
    }

    .table.cart tr:last-child td:last-child .actions-brutto {
        text-align: right
    }

    .kupon-cart-box {
        max-width: 100%
    }

    .actions-continue {
        justify-content: center
    }

    .actions-continue input.btn-full {
        width: 100% !important
    }
}

.slick-initialized, .slick-initialized .row {
    display: block !important
}

.slick-initialized .slick-track {
    display: flex !important
}

.slick-initialized .slick-slide {
    height: auto !important;
    float: none !important
}

.slick-next, .slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff !important;
    border: 1px solid var(--line) !important;
    color: var(--ink) !important;
    z-index: 10;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: .2s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06)
}

.slick-next:hover, .slick-prev:hover {
    background: var(--black) !important;
    border-color: var(--black) !important;
    color: #fff !important
}

.slick-prev {
    left: -15px
}

.slick-next {
    right: -15px
}

.slick-next i, .slick-prev i {
    font-size: 18px;
    line-height: 1
}

@media (max-width: 820px) {
    .tt-tabs__head {
        display: none
    }

    .tt-tabs .tt-tabs__title {
        display: block
    }

    .mobileGallery-product {
        display: flex !important
    }

    #smallGallery, .product-main-image, .slick-next, .slick-prev {
        display: none !important
    }

    #hasonlo_termekek, #hasonlo_termekek .row, #kieg_termekek, #kieg_termekek .row, #related-products, #related-products .row, .product_related, .product_related .row, .related-products, .related-products .row {
        grid-template-columns:repeat(2, 1fr) !important;
        gap: 16px !important
    }
}

#hasonlo_termekek:not(.slick-initialized), #kieg_termekek:not(.slick-initialized), #related-products:not(.slick-initialized), .product_related:not(.slick-initialized), .related-products:not(.slick-initialized) {
    display: grid !important;
    grid-template-columns:repeat(4, 1fr) !important;
    gap: 24px !important;
    width: 100% !important
}

#hasonlo_termekek:not(.slick-initialized) .row, #kieg_termekek:not(.slick-initialized) .row, #related-products:not(.slick-initialized) .row {
    display: grid !important;
    grid-template-columns:repeat(4, 1fr) !important;
    gap: 24px !important;
    width: 100% !important;
    margin: 0 !important
}

.tt-tabs .tt-tabs__title.active {
    color: var(--gold-dark) !important;
    border-bottom-color: var(--gold) !important;
    font-weight: 800
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.product-main-image, .product-main-image-item {
    width: 100% !important;
    display: flex !important;
    position: relative !important;
    overflow: hidden !important
}

.shipping-tab-content, .shipping-tab-content *, .shipping-tab-content li, .shipping-tab-content p, .shipping-tab-content span, .shipping-tab-content td {
    font-size: 14px !important;
    line-height: 1.6 !important;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    color: #4d4945 !important
}

.shipping-tab-content table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 15px 0 !important
}

.shipping-tab-content td, .shipping-tab-content th {
    padding: 10px 12px !important;
    border: 1px solid var(--line) !important
}

.zoom-product {
    cursor: pointer !important;
    transition: opacity .2s, transform .2s
}

.zoom-product:hover {
    opacity: .95
}

.product-main-image {
    aspect-ratio: 3/4 !important;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
    box-sizing: border-box !important
}

.product-main-image-item {
    height: 100% !important;
    align-items: center !important;
    justify-content: center !important
}

.product-main-image .zoom-product, .product-main-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important
}

.product-slider-wrapper {
    position: relative;
    width: 100%
}

.brand-swiper, .news-swiper, .product-slider-wrapper .swiper, .product-swiper {
    padding: 10px 0 25px !important;
    overflow: hidden !important
}

.product-slider-wrapper .swiper-slide {
    height: auto;
    display: flex
}

.product-slider-wrapper .news-box2, .product-slider-wrapper .product {
    width: 100%;
    margin-bottom: 0
}

.product-slider-wrapper > .swiper-button-next, .product-slider-wrapper > .swiper-button-prev {
    position: absolute !important;
    top: 45% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    color: var(--gold-dark) !important;
    background: 0 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    width: auto !important;
    height: auto !important
}

.hero-slide-image, .hero-slider-wrapper {
    width: 100%;
    border-radius: var(--radius)
}

.product-slider-wrapper > .swiper-button-prev {
    left: -35px !important
}

.product-slider-wrapper > .swiper-button-next {
    right: -35px !important
}

.product-slider-wrapper > .swiper-button-next::after, .product-slider-wrapper > .swiper-button-prev::after {
    font-size: 36px !important;
    font-weight: 700
}

.product-slider-wrapper > .swiper-button-next:hover, .product-slider-wrapper > .swiper-button-prev:hover {
    color: #d62f70 !important
}

.product-slider-wrapper > .swiper-button-disabled {
    opacity: .15 !important
}

@media (max-width: 1250px) {
    .product-slider-wrapper > .swiper-button-prev {
        left: -15px !important
    }

    .product-slider-wrapper > .swiper-button-next {
        right: -15px !important
    }
}

.review-swiper {
    padding-bottom: 35px !important
}

.blog-swiper .swiper-slide, .review-swiper .swiper-slide {
    height: auto !important;
    display: flex !important
}

.review-swiper .product {
    height: 100% !important;
    min-height: 220px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    overflow: hidden !important;
    border-radius: var(--radius) !important;
    margin-bottom: 0 !important
}

.review-swiper .product_inside {
    padding: 22px 20px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    box-sizing: border-box !important
}

.review-swiper .star-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 0 0 6px !important;
    text-align: center;
    color: var(--ink)
}

.review-swiper .star-view {
    margin-bottom: 12px !important;
    display: flex;
    gap: 3px;
    justify-content: center
}

.review-swiper .stardesc {
    font-size: 13px !important;
    color: var(--muted) !important;
    margin-bottom: 16px !important;
    text-align: center;
    flex-grow: 1;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    overflow: hidden !important;
    min-height: 60px
}

.review-swiper .review-date {
    font-size: 11px !important;
    color: var(--muted) !important;
    text-align: right;
    margin-top: auto !important;
    padding-top: 10px !important;
    border-top: 1px dashed var(--line) !important
}

@media (max-width: 576px) {
    .login-form-box {
        margin: 0;
        padding: 0
    }

    .product-slider-wrapper > .swiper-button-prev {
        left: -18px !important
    }

    .product-slider-wrapper > .swiper-button-next {
        right: -18px !important
    }

    .product-slider-wrapper > .swiper-button-next::after, .product-slider-wrapper > .swiper-button-prev::after {
        font-size: 20px !important
    }

    .review-swiper .product_inside {
        padding: 18px 16px 22px !important
    }

    .review-swiper .stardesc {
        font-size: 13px !important;
        -webkit-line-clamp: 4 !important
    }
}

.hero-slider-container {
    margin-top: 15px;
    margin-bottom: 25px
}

.hero-slider-wrapper {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06)
}

.hero-swiper {
    width: 100%;
    height: auto
}

.hero-slide-image {
    height: auto;
    display: block;
    object-fit: cover
}

.hero-swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: .6
}

.hero-swiper .swiper-pagination-bullet-active {
    background: var(--gold) !important;
    opacity: 1;
    width: 24px;
    border-radius: 10px;
    transition: .3s
}

.hero-slider-wrapper .swiper-button-next, .hero-slider-wrapper .swiper-button-prev {
    color: #fff !important;
    background: rgba(0, 0, 0, .3) !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    backdrop-filter: blur(4px);
    transition: background .2s
}

.hero-slider-wrapper .swiper-button-next:hover, .hero-slider-wrapper .swiper-button-prev:hover {
    background: var(--gold) !important
}

.hero-slider-wrapper .swiper-button-next::after, .hero-slider-wrapper .swiper-button-prev::after {
    font-size: 18px !important;
    font-weight: 700
}

.cart-drawer {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(380px, 88vw);
    background: #fff;
    z-index: 90;
    transform: translateX(105%);
    transition: transform .3s cubic-bezier(.25, .8, .25, 1);
    box-shadow: -20px 0 50px rgba(0, 0, 0, .18);
    display: flex;
    flex-direction: column
}

.cart-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid var(--line)
}

.cart-drawer-header h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .05em;
    display: flex;
    align-items: center;
    gap: 8px
}

.cart-drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 24px
}

.cart-drawer-footer, .drawer-content {
    flex-direction: column;
    gap: 10px;
    display: flex
}

.cart-drawer-notice {
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 12px;
    font-size: 12px;
    color: var(--gold-dark);
    font-weight: 600;
    text-align: center
}

.cart-empty-state {
    text-align: center;
    padding: 60px 0
}

.cart-empty-state i {
    font-size: 48px;
    color: var(--muted);
    margin-bottom: 12px;
    display: block
}

.cart-drawer-footer {
    padding: 20px 24px;
    border-top: 1px solid var(--line);
    background: #fff
}

.full-width {
    width: 100% !important
}

.cart-btn-trigger {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0
}

.drawer-content {
    overflow-y: auto
}

.drawer-section-title {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    color: var(--muted);
    margin-top: 15px
}

.drawer-sub {
    padding-left: 15px;
    font-size: 13px;
    color: var(--muted)
}

.mobile-accordion {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 8px 0
}

.mobile-acc-item {
    border-bottom: 1px solid var(--line)
}

.mobile-acc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0
}

.mobile-acc-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--ink);
    text-decoration: none;
    transition: color .18s
}

.mobile-acc-toggle {
    background: 0 0;
    border: none;
    font-size: 16px;
    color: var(--gold-dark);
    cursor: pointer;
    padding: 6px 12px;
    transition: transform .25s
}

.mobile-acc-body {
    display: none;
    flex-direction: column;
    gap: 10px;
    padding: 4px 0 14px 14px
}

.mobile-acc-sublink {
    font-size: 14px;
    color: var(--muted);
    text-decoration: none;
    transition: color .18s
}

.mobile-acc-item.is-open .mobile-acc-body {
    display: flex
}

.mobile-acc-item.is-open .mobile-acc-toggle i {
    transform: rotate(180deg)
}

.mobile-header-actions, .mobile-search-bar {
    display: none
}

.logo svg, .logofooter svg {
    width: 100%;
    height: auto;
    max-width: 220px
}

@media (max-width: 820px) {
    .header-inner {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        height: 68px !important
    }

    .mobile-header-actions {
        display: flex !important;
        align-items: center !important
    }

    .mobile-icon-btn, .mobile-menu-btn {
        position: relative;
        background: 0 0 !important;
        border: none !important;
        font-size: 24px !important;
        color: var(--ink) !important;
        cursor: pointer;
        width: 38px;
        height: 38px;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important
    }

    .mobile-icon-btn .badge {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 17px;
        height: 17px;
        border-radius: 999px;
        background: var(--gold);
        color: #fff;
        font-size: 10px;
        display: grid;
        place-items: center;
        font-weight: 700
    }

    .mobile-search-bar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-bottom: 1px solid var(--line);
        padding: 10px 16px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
        z-index: 45;
        display: none
    }

    .mobile-search-bar.is-open {
        display: block !important
    }

    .mobile-search-bar form {
        display: flex;
        align-items: center;
        background: var(--bg-soft);
        border: 1px solid var(--line);
        border-radius: 8px;
        padding: 0 12px;
        height: 42px
    }

    .mobile-search-bar input {
        flex: 1;
        border: none;
        background: 0 0;
        outline: 0;
        font-size: 14px;
        color: var(--ink)
    }

    .mobile-search-bar button {
        background: 0 0;
        border: none;
        color: var(--gold-dark);
        font-size: 18px;
        cursor: pointer;
        padding: 0 4px
    }

    .mobile-header-actions .mobile-icon-btn, .mobile-header-actions .mobile-menu-btn {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: 0 0 !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        color: var(--ink) !important;
        cursor: pointer;
        position: relative
    }

    .mobile-header-actions .mobile-icon-btn i, .mobile-header-actions .mobile-menu-btn i {
        font-size: 22px !important;
        line-height: 1 !important;
        display: block !important
    }

    .mobile-header-actions .mobile-icon-btn .badge {
        position: absolute;
        top: 2px;
        right: 2px;
        min-width: 17px;
        height: 17px;
        border-radius: 999px;
        background: var(--gold);
        color: #fff;
        font-size: 10px;
        display: grid;
        place-items: center;
        font-weight: 700;
        line-height: 1
    }

    .header-inner {
        padding-left: 0 !important;
        padding-right: 16px !important;
        box-sizing: border-box !important;
        width: 100% !important
    }
}

.review-swiper .star-view {
    display: flex;
    gap: 4px;
    justify-content: center
}

.review-swiper .star-view i.bi-star-fill {
    color: #ffc107 !important;
    font-size: 15px !important
}

.review-swiper .star-view i.bi-star {
    color: #e0e0e0 !important;
    font-size: 15px !important
}

.blog-swiper .product {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 0 !important
}

.blog-swiper .product_inside {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 16px !important
}

.blog-swiper .image-box {
    width: 100% !important;
    aspect-ratio: 16/9 !important;
    overflow: hidden !important;
    border-radius: calc(var(--radius) - 6px) !important;
    background: var(--bg) !important;
    margin-bottom: 14px !important
}

.blog-swiper .image-box a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: unset !important
}

.blog-swiper .image-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform .4s !important
}

.blog-swiper .product:hover .image-box img {
    transform: scale(1.06) !important
}

.blog-swiper h2.title {
    min-height: 48px !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important
}

.blog-swiper .description {
    flex-grow: 1 !important;
    font-size: 13px !important;
    color: var(--muted) !important;
    margin-bottom: 16px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    min-height: 58px
}

.section-header {
    display: flex;
    align-items: stretch;
    gap: 16px;
    margin: 48px 0 24px
}

.section-header .rule {
    width: 2px;
    background: var(--gold);
    flex: 0 0 auto;
    border-radius: 1px
}

.section-header .kicker {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin-bottom: 4px
}

.section-header h1 {
    font-family: Inter, sans-serif !important;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    font-size: 29px;
    letter-spacing: -.025em
}

.btn-product2 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 42px !important;
    border-radius: 8px;
    background: var(--ink);
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none
}

.price, .product h2.title, .promo h3 {
    font-family: Inter, sans-serif !important
}

.promo h3 {
    font-weight: 800;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: var(--gold);
    font-size: 32px;
    margin: 0 0 8px
}

.price {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 14px;
    color: var(--ink)
}

.product h2.title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    color: var(--ink);
    margin: 0 0 6px;
    min-height: 40px
}

.logo, .logofooter {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    max-width: 250px;
    flex-shrink: 0
}

.logo svg {
    display: block;
    padding-left: 14px
}

.logofooter svg {
    display: block
}

@media (max-width: 480px) {
    #hasonlo_termekek, #hasonlo_termekek .row, #kieg_termekek, #kieg_termekek .row, #related-products, #related-products .row, .product_related, .product_related .row, .related-products, .related-products .row {
        grid-template-columns:repeat(1, 1fr) !important;
        gap: 16px !important
    }

    .logo, .logo svg, .logofooter, .logofooter svg {
        max-width: 170px
    }
}

.mobile-drawer .drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.mobile-drawer .drawer-header .logo {
    display: flex;
    align-items: center;
}

.mobile-drawer .drawer-header .logo svg,
.mobile-drawer .drawer-header .logo img {
    height: 32px;
    width: auto;
    padding: 0px !important;
}

.mobile-drawer .drawer-close {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 4px;
    flex-shrink: 0;
}
.drawer-account-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}

.drawer-account-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 4px;
    font-size: 15px;
    color: #1c1a17;
    text-decoration: none;
}

.drawer-account-item i {
    font-size: 17px;
    width: 20px;
    text-align: center;
    color: #948d80;
}

.drawer-account-item.drawer-logout {
    color: #b8862c;
}

.drawer-account-item.drawer-logout i {
    color: #b8862c;
}