.slider-arrow.slider-next {
    right: 1vw;
}

.slider-arrow.slider-prev {
    left: 1vw;
}

.header-logo span {
    display: block;
    text-align: center;
    color: var(--title-color);
    font-weight: 600;
}

.card {
    background: var(--smoke-color4) !important;
}

.icon-h {
    display: inline-block;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    font-size: 25px;
    color: var(--title-color);
    text-align: center;
    border-radius: 99px;
    transition: 0.4s ease-in-out;
    border: 2px solid var(--d-border-color);
}

.icon-h i {
    padding-top: 10px;
}

.allimg {
    min-height: 750px;
}



.price {
    font-size: 24px !important;
    color: #000 !important;
}

.old-price {
    text-decoration: line-through;
    color: gray;
    font-size: 14px;
}

.product-price-panel {
    background: #f6f6f4;
    border-radius: 6px;
    padding: 24px 28px;
    margin: 24px 0 28px;
    color: #111;
}

.product-price-panel.no-sale .sale-only {
    display: none !important;
}

.product-sale-flags {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
}

.product-sale-flag,
.product-sale-percent,
.product-discount-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 16px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}

.product-sale-flag,
.product-discount-badge {
    background: #ff1414;
}

.product-sale-percent {
    background: #9a58a6;
}

.product-price-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 18px;
    margin-bottom: 10px;
}

.product-old-price {
    color: #858585;
    font-size: 22px;
    line-height: 1;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.product-current-price {
    color: #000 !important;
    font-size: 42px !important;
    line-height: 1.1;
    font-weight: 500;
    margin: 0 0 12px;
}

.product-sale-note {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 12px;
    background: #ffdfe4;
    color: #5b315f;
    font-size: 13px;
    font-weight: 700;
}

.product-stock {
    color: #728849;
    font-size: 15px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .product-price-panel {
        padding: 18px;
    }

    .product-current-price {
        font-size: 34px !important;
    }

    .product-old-price {
        font-size: 18px;
    }
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--theme-color);
}

.ot-product.style2 .product-img {
    background: none;
}

.ot-product {
    max-width: 100%;
}

.hero-slider2 {
    margin-left: 0;
}

.ot-product.style2 .product-tag {
    top: 16px;
    right: -18px;
    width: auto;
    display: flex;
}

.procent {
    padding: 0 !important;
    right: -10px !important;
    left: auto !important;
    border-radius: 10px 0 0 10px !important;
}

span.procent {
    background: #f00f0f !important;
    font-size: 16px !important;
    margin: 5px 0;
}

span.xit {
    background: #05b3e8 !important;
    margin-top: 6px;
}

.menu-top.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 108px;
    background-color: var(--smoke-color4);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    animation: stickyAni 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 108px;
    right: 0;
    left: 0;
}

.sticky .box-subtitle {
    display: none;
}

@media (min-width: 1200px) {
    .menu-top.sticky .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .menu-top.sticky .header-logo {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .menu-top.sticky .header-logo img {
        max-height: 78px;
        width: auto;
    }

    .menu-top.sticky .header-row {
        min-height: 92px;
    }

    .menu-top.sticky .call-btn {
        width: auto;
        gap: 10px;
        margin-right: 8px;
    }

    .menu-top.sticky .icon-h,
    .menu-top.sticky .ot-header .icon-btn,
    .menu-top.sticky .icon-btn {
        --btn-size: 42px;
        min-width: 42px;
        width: 42px;
        height: 42px;
        line-height: 40px;
    }

    .menu-top.sticky .icon-h i {
        padding-top: 7px;
        font-size: 20px;
    }

    .menu-top.sticky .media-body .box-title {
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 0;
    }

    .menu-top.sticky .media-body h3.box-title {
        font-size: 15px;
    }

    .menu-top.sticky .row {
        --bs-gutter-x: 4px;
    }

    .sticky-wrapper.sticky .menu-area {
        min-height: 54px;
    }

    .sticky-wrapper.sticky .main-menu > ul > li {
        margin: 0 8px;
    }

    .sticky-wrapper.sticky .main-menu > ul > li > a {
        padding: 16px 0;
    }

    .sticky-wrapper.sticky .menu-expand {
        padding: 15px 20px;
    }
}

.hero-style2,
.hero-ad-wrap {
    height: 450px;
}

.swiper-fade {
    background: transparent;
    border-radius: 10px;
}

.brand-card2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}

.brand-card2 img {
    width: 100%;
    height: auto;
}

.header-layout2 .main-menu {
    margin-left: 10px;
}

.main-menu > ul > li {
    margin: 0 10px;
}

.main-menu a {
    font-size: 13px;
}

@media (min-width: 1200px) {
    .category-menu {
        opacity: 0;
        visibility: hidden;
        transform: translateY(8px);
        transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;
        pointer-events: none;
        z-index: 9;
        background: #fff;
    }

    .category-menu-wrap:hover .category-menu,
    .category-menu-wrap:focus-within .category-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0s;
        pointer-events: auto;
    }

    .category-menu.close-category,
    .category-menu.open-category {
        opacity: 0;
        visibility: hidden;
        transform: translateY(8px);
        pointer-events: none;
    }

    .category-menu-wrap:hover .category-menu.close-category,
    .category-menu-wrap:hover .category-menu.open-category,
    .category-menu-wrap:focus-within .category-menu.close-category,
    .category-menu-wrap:focus-within .category-menu.open-category {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .category-menu li.menu-item-has-children > a::after {
        content: none;
    }

    .category-menu a,
    .category-menu a:hover,
    .category-menu a:focus {
        background: transparent;
        box-shadow: none;
    }

    .category-menu li,
    .category-menu li:hover,
    .category-menu li:focus-within {
        background: #fff;
    }

    .category-menu li ul.sub-menu {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    .category-menu ul {
        background: #fff;
    }
}

.call-btn {
    width: 25%;
}

.footer-contact .box-title {
    font-size: 1.4vw;
}

.searchbar-input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 110%;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
    z-index: 10;
}

.searchbar-input .input-group-text {
    border-radius: 0;
    background-color: #fff;
    border: none;
}

.searchbar-input input {
    border: none;
}

.footer-layout1 .footer-shape1 {
    position: absolute;
    left: 46%;
    top: 40px;
    z-index: -1;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    border-radius: 1px;
}

.site_footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/templates/mk/assets/img/bg/footer_bg_1.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0.2;
    z-index: -1;
}

.text-my {
    color: var(--theme-color);
}

.btn-my {
    background: var(--buton-color);
}

.whatsapp-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 5rem;
    right: 1rem;
    position: fixed;
    z-index: 1000;
    opacity: 0.9;
}

.whatsapp {
    background-color: #146630;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 1rem 1rem 0;
    padding: 1rem;
    z-index: 1000;
    opacity: 0.7;
}

.whatsapp svg {
    width: 48px;
    height: 48px;
}

.whatsapp-container .open {
    color: #015701;
    font-weight: bold;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.colors-swiper-container {
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
    min-height: 50px;
}

.colors-swiper-container .swiper-slide {
    width: 43px !important;
}

.color-swiper-next,
.color-swiper-prev {
    top: 0;
    width: 20px !important;
    height: 20px !important;
    background: rgba(255, 255, 255, 0.8) !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
}

.color-swiper-next:after,
.color-swiper-prev:after {
    font-size: 12px !important;
    color: #333 !important;
}

.color-option,
.color-opt {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}

.color-option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.color-box {
    width: 40px;
    height: 40px;
    background-size: cover !important;
    background-position: center !important;
    border: 2px solid transparent;
    border-radius: 6px;
    transition: border 0.2s ease-in-out;
}

.clickcol {
    width: 35px;
    height: 35px;
    background-size: cover !important;
    background-position: center !important;
    border: 1px solid #d7d9dc;
    border-radius: 6px;
    transition: border 0.2s ease-in-out;
}

.clickcol[style*="background-color: #fff"],
.clickcol[style*="background-color:#fff"],
.clickcol[style*="background-color: white"],
.clickcol[style*="background-color:white"],
.variation-option--chip[style*="background-color: #fff"],
.variation-option--chip[style*="background-color:#fff"],
.variation-option--chip[style*="background-color: white"],
.variation-option--chip[style*="background-color:white"],
.form-check-input[style*="background-color: #fff"],
.form-check-input[style*="background-color:#fff"],
.form-check-input[style*="background-color: white"],
.form-check-input[style*="background-color:white"] {
    background:
        linear-gradient(45deg, #f2f2f2 25%, transparent 25% 75%, #f2f2f2 75%),
        linear-gradient(45deg, #f2f2f2 25%, #fff 25% 75%, #f2f2f2 75%) !important;
    background-position: 0 0, 6px 6px !important;
    background-size: 12px 12px !important;
    border-color: #c9ced6 !important;
}

.color-option.active .color-box,
.color-opt.active .clickcol {
    border: 3px solid #fff;
    outline: 2px solid #007bff;
    outline-offset: 0;
}

.widget_title {
    cursor: pointer;
}

.widget_title span::after {
    font-size: 40px;
    cursor: pointer;
    content: "▸";
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 0.3s ease;
}

.widget.open .widget_title span::after {
    transform: rotate(90deg);
}

.widget .accordionbody {
    display: none;
    transition: all 0.3s ease;
}

.widget.open .accordionbody {
    display: block;
}

.allcats ul {
    padding: 0;
}

.allcats li {
    width: 100%;
    list-style: none;
}

.cat-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    background: var(--smoke-color3);
    margin-top: 10px;
}

.cat-line a {
    color: var(--title-color);
    width: 90%;
}

.cat-line.active a,
.cat-line.active span {
    color: #fff;
}

.cat-line span {
    color: var(--title-color);
    width: 10%;
}

.cat-line > a > strong {
    position: relative;
    z-index: 8;
    word-wrap: break-word;
}

.toggle-circle {
    width: 22px !important;
    height: 22px;
    background: #eee;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    font-size: 14px;
    color: #000 !important;
    transition: 0.2s;
}

.toggle-circle {
    border-radius: 100%;
}

.cat-line.has-children:hover .toggle-circle {
    background: #ccc;
}

.cat-line + ul {
    margin-top: 5px;
    padding-left: 15px;
}

.cat-line.active {
    background: var(--buton-color);
    font-weight: bold;
}

li.open > .nested {
    display: block !important;
}

.price_slider_wrapper .ui-slider-range,
.ot-btn,
.btn-primary {
    background: var(--buton-color) !important;
}

.ot-product.style2 .product-img {
    height: 240px;
    overflow: hidden;
}

.ot-product .product-img,
.ot-product.style2 .product-img,
.ot-product .product-slider,
.ot-product .product-slider .swiper-wrapper,
.ot-product .product-slider .swiper-slide {
    height: 240px;
}

.ot-product .product-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ot-product .product-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ot-product .product-slider .swiper-wrapper {
    align-items: stretch;
}

.ot-product .product-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-shrink: 0;
}

.ot-product .product-img img,
.ot-product.style2 .product-img img,
.ot-product .product-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: center center;
}

.ot-product .product-slider .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    pointer-events: auto;
}

.ot-product .product-slider .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 !important;
    opacity: .35;
    background: #78904f;
}

.ot-product .product-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--theme-color);
}

.checkout-message {
    color: red;
}

.text-success-inline {
    color: green;
}

.suggestions {
    position: absolute;
    background: #fff;
    z-index: 10;
    width: 100%;
    max-height: 240px;
    overflow-y: auto;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.checkout-city-group {
    position: relative;
}

.checkout-city-group .suggestions {
    top: 80px;
}

.product-search-wrap {
    position: relative;
}

.product-search-wrap .suggestions {
    top: 40px;
}

.suggestions-hidden {
    display: none;
}

.specs-table ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 600px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.specs-table li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 15px;
    border-bottom: 1px solid #dee2e6;
    background: #fff;
}

.specs-table li:nth-child(odd) {
    background-color: #f8f9fa;
}

.specs-table li strong {
    font-weight: 600;
    flex: 0 0 60%;
    color: #333;
}

.specs-table li span {
    flex: 1;
    text-align: right;
    color: #555;
}


.breadcumb-menu li {
    display: contents !important;
}


.product-page li {
    display: block;
}

.product_meta > span > a,
.product_meta > span > span {
    position: relative;
    color: #836363;
    font-weight: 700;
    font-size: 20px;
}

.scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.thumbnail {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-right: 10px;
    vertical-align: top;
    border: 2px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: border-color .2s ease, transform .2s ease;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.thumbnail.active {
    border-color: var(--theme-color);
}

.thumbnail:hover {
    transform: translateY(-2px);
}

.nav-arrow {
    cursor: pointer;
    width: 42px;
    min-width: 42px;
    height: 42px;
    border: 1px solid #dfe5df;
    border-radius: 50%;
    background: #fff;
    color: #53663a;
    font-size: 16px;
    line-height: 1;
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.nav-arrow:hover {
    color: #fff;
    border-color: var(--theme-color);
    background: var(--theme-color);
    box-shadow: 0 8px 22px rgba(84, 101, 57, .18);
    transform: translateY(-1px);
}

.product-gallery-wrapper {
    cursor: pointer;
}

#big-image-container {
    position: relative;
}

.product-main-arrow,
.product-modal-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .86);
    color: #222;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .12);
    transition: background .2s ease, transform .2s ease;
}

.product-main-arrow i,
.product-modal-arrow i {
    pointer-events: none;
}

.product-main-arrow:hover,
.product-modal-arrow:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.05);
}

.product-main-prev,
.product-modal-prev {
    left: 18px;
}

.product-main-next,
.product-modal-next {
    right: 18px;
}

.product-modal-gallery {
    position: relative;
}

.product-modal-gallery #modalImage {
    max-height: 88vh;
    object-fit: contain;
    background: #fff;
}

.product-meta--flush {
    margin: 0;
}

.variation-option--chip {
    cursor: pointer;
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 10px;
        display: inline-block !important;
    color: transparent;
    background-position: center;
    background-size: cover;
}

.rating-bar {
    width: 100%;
}

.product-color-list {
    padding: 0;
    width: 100%;
}

.product-color-label {
    min-height: 24px;
}

.product-open-details {
    margin-top: 44px;
    color: #4f5563;
    clear: both;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.product-open-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.product-open-section {
    min-width: 0;
    font-size: 15px;
    line-height: 1.55;
    overflow: visible;
}

.product-open-section h4 {
    margin: 0 0 16px;
    color: #1f2328;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
}

.product-open-section ul {
    margin: 0;
    padding-left: 18px;
}

.product-open-section li {
    margin-bottom: 7px;
}

.product-open-section p {
    margin-bottom: 10px;
}

.product-open-section > .col-12,
.product-open-section .col-md-6,
.product-open-section [class*="col-md-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.product-open-section .ps-md-4,
.product-open-section .preview-text {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.product-open-section--characteristics {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.product-open-section--characteristics ul {
    columns: 2;
    column-gap: 58px;
    list-style: none;
    padding-left: 0;
}

.product-open-section--characteristics li {
    break-inside: avoid;
    margin-bottom: 6px;
}

.product-open-section--characteristics strong {
    color: #31343b;
}

.product-open-section--characteristics strong::after {
    content: none !important;
}

.product-open-section--instruction .product-open-body > h4:first-child,
.product-open-section--instruction .product-open-body > div > h4:first-child {
    display: none;
}

.product-content--flush {
    padding: 0;
}

.btn-borderless {
    border: none;
}

.hero-title {
    font-size: 32px !important;
    color: #2a2a2a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
    max-width: 90%;
}

.cloud-card {
    background: url(/templates/mk/assets/img/hero/bg.png) no-repeat;
    background-size: cover;
    background-position: right center;
    background-clip: padding-box;
}

.hero-slide--lg {
    height: 350px;
}

.hero-slide--sm {
    height: 200px;
}

.top-slider,
.main-slider,
.hero-inner,
.hero-wrap2,
.hero-style2,
.bottom-block {
    border-radius: 12px;
}

.top-slider,
.main-slider,
.hero-inner {
    overflow: hidden;
    width: 100%;
}

.hero-side-actions {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
    margin-top: 12px;
}

.hero-side-actions__item {
    margin-top: 0;
}

.bottom-block {
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bottom-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

a:hover .bottom-block {
    background: #e0e0e0 !important;
}

.bottom-block--accent {
    background: #cbe7c0;
    min-height: 118px;
    padding: 16px;
}

.bottom-block__icon {
    opacity: 0.5;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.8);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

.hero-inner {
    background-size: cover;
    background-position: center;
}

.akcii-carousel-controls {
    position: absolute;
    right: 100px;
    bottom: 0;
    margin-bottom: -40px;
}

#akciiCarousel .rounded.shadow-sm {
    height: 100%;
}

#akciiCarousel a {
	min-height: 100px;
    display: block;
    overflow: hidden;
}

#akciiCarousel img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-btn {
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
}

.carousel-control-prev {
    left: -60px;
}

.carousel-control-next {
    right: -60px;
}

.benefit-icon {
    color: var(--d-border-color);
}

.video-container {
    cursor: pointer;
}

.video-container .play-pause-btn {
    transition: opacity 0.3s;
}

.video-container:hover .play-pause-btn {
    opacity: 0.9;
}

.video-card {
    background-color: rgba(0, 0, 0, 0.2);
}

.filter-active {
    height: auto !important;
}

.filter-item {
    position: relative !important;
    left: auto !important;
    top: 0 !important;
}

.consultation-section {
    background: url("/templates/mk/assets/img/manbg.png") top/cover no-repeat;
}

.consultation-card {
    background: rgba(0, 0, 0, 0.5);
}

.consultation-accent,
.consultation-accent:hover,
.consultation-accent:focus {
    color: var(--theme-color2);
}

.consultation-message {
    color: #fff;
    text-align: center;
    margin: 10px;
    display: none;
}

.logo-img {
    padding: 0 10px;
    filter: grayscale(100%);
    transition: filter 0.4s ease;
}

.logo-img:hover {
    filter: grayscale(0%);
}

.popular-brand-title {
    font-weight: 600;
}

.popular-brand-text {
    color: #000;
    font-size: 1.1rem;
}

.catalog-card {
    transition: transform 0.3s;
    margin-bottom: 10px;
}

.catalog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.category-count {
    font-size: 0.9rem;
}

.catalog-card__image {
    max-height: 200px;
    object-fit: contain;
}

.map-container {
    height: 600px;
}

.reviews-summary {
    position: relative;
}

.reviews-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    width: min(300px, 40vw);
}

.footer-divider-top {
    border-top: 2px solid #fd7e14;
}

.footer-partner-logo {
       height: 60px !important;
    width: auto;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    color: #000;
    padding: 15px;
    box-sizing: border-box;
    display: none;
    z-index: 9999;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border-top: 1px solid #ddd;
}

.cookie-banner p {
    margin: 0 0 10px;
}

.cookie-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cookie-banner a {
    color: #000;
    text-decoration: underline;
}

.cookie-banner button {
    background: #000;
    border: none;
    color: #fff;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 4px;
}

.cookie-banner button:hover {
    opacity: 0.85;
}

#cookie-decline {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.footer-disclaimer-row {
    row-gap: 1rem;
}

.tickets-map-frame {
    width: 100%;
    max-width: 500px;
    height: 400px;
    border: 0;
}

.tickets-kaptcha {
    position: absolute;
    margin-top: -30px;
    color: #fff;
}

.static-breadcrumb-current {
    color: #a5a5a5;
}

.search-thumb {
    height: 50px;
    width: auto;
}

.bg-theme-color {
    background-color: var(--theme-color);
}

.checkout-product-thumb {
    height: 60px;
}

.pause-icon-muted {
    color: rgba(0, 0, 0, 0.3) !important;
}

.slider-arrow--lg {
    width: 50px;
    height: 50px;
}

.about-logo {
    width: 280px;
    margin-left: -20px;
}

.review-preview-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

#big-image {
    position: relative;
}

#big-image.has-video {
    cursor: pointer;
}

.review-video-play {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 78px;
    height: 78px;
    border: 3px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.38);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

#big-image.has-video .review-video-play {
    display: block;
}

.review-video-play::before {
    content: "";
    position: absolute;
    left: 31px;
    top: 22px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 25px solid #fff;
}

.review-video-modal[hidden] {
    display: none;
}

.review-video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.82);
}

.review-video-modal video {
    display: block;
    width: min(100%, 1100px);
    max-height: 86vh;
    background: #000;
    border-radius: 10px;
}

.review-video-close {
    position: fixed;
    top: 18px;
    right: 22px;
    z-index: 10000;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    font-size: 32px;
    line-height: 40px;
    cursor: pointer;
}

.review-video-open {
    overflow: hidden;
}

.img-preloading,
.img-load-error {
    position: relative;
    overflow: hidden;
}

.img-preloading::before,
.img-load-error::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(245, 245, 245, 0.92);
    z-index: 1;
}

.img-preloading::after,
.img-load-error::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34px;
    height: 34px;
    margin: -17px 0 0 -17px;
    border: 3px solid rgba(0, 0, 0, 0.12);
    border-top-color: var(--theme-color, #fd7e14);
    border-radius: 50%;
    animation: img-preloader-spin 0.8s linear infinite;
    z-index: 2;
}

.img-load-error::after {
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    animation: none;
    transform: translate(-50%, -50%);
    color: #666;
    font-size: 12px;
    font-weight: 600;
    content: "Загрузка";
}

.product-gallery-wrapper .thumbnail.img-preloading::before,
.product-gallery-wrapper .thumbnail.img-preloading::after,
.product-gallery-wrapper .thumbnail.img-load-error::before,
.product-gallery-wrapper .thumbnail.img-load-error::after {
    display: none;
}

.product-gallery-wrapper .thumbnail.img-load-error {
    display: none;
}

.product-short-description {
    width: 100%;
    margin-top: 34px;
    color: var(--body-color);
}

.product-short-description h1,
.product-short-description h2,
.product-short-description h3,
.product-short-description h4 {
    margin-bottom: 18px;
}

.product-short-description p:last-child {
    margin-bottom: 0;
}

@keyframes img-preloader-spin {
    to {
        transform: rotate(360deg);
    }
}

.bg-preloading,
.bg-load-error {
    position: relative;
    overflow: hidden;
}

.bg-preloading::before,
.bg-load-error::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(245, 245, 245, 0.88);
    z-index: 1;
}

.bg-preloading::after,
.bg-load-error::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38px;
    height: 38px;
    margin: -19px 0 0 -19px;
    border: 3px solid rgba(0, 0, 0, 0.12);
    border-top-color: var(--theme-color, #fd7e14);
    border-radius: 50%;
    animation: img-preloader-spin 0.8s linear infinite;
    z-index: 2;
}

.bg-load-error::after {
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    animation: none;
    transform: translate(-50%, -50%);
    color: #666;
    font-size: 12px;
    font-weight: 600;
    content: "Загрузка";
}

@media (max-width: 1440px) {
    .ot-product.product-grid {
        max-width: max-content;
    }
}

@media (min-width: 1300px) {
    .h5,
    h5 {
        font-size: 22px;
    }

    .feature-list .box-title {
        font-size: 16px;
    }

    .call-btn {
        width: 22%;
    }

    .call-btn:nth-child(1) {
        width: 23%;
    }

    .call-btn:nth-child(2) {
        width: 19%;
    }

    .gy-30 {
        --bs-gutter-y: 10px;
    }

    .row {
        --bs-gutter-x: 10px;
    }

    .category-menu a {
        padding: 5px 15px;
    }

    .hero-style2,
    .hero-ad-wrap {
        height: 375px;
    }

    .background-image {
        background-position: center right;
    }
}

@media (min-width: 992px) {
    .product-page {
        background: #f7f7f7;
    }

    .product-page > .p-5 {
        padding: 28px 0 0 !important;
        background: #fff;
    }

    .product-page > .p-5 .container,
    .product-page .product-details > .container {
        max-width: 1180px;
    }

    .product-page .breadcumb-content {
        text-align: left;
    }

    .product-page .breadcumb-menu {
        margin-bottom: 12px;
        padding: 0;
        color: #828a98;
        font-size: 13px;
        line-height: 1.35;
    }

    .product-page .breadcumb-menu li,
    .product-page .breadcumb-menu a {
        color: #828a98;
        font-size: 13px;
    }

    .product-page .breadcumb-title {
        max-width: 760px;
        margin: 0;
        color: #263044;
        font-size: 28px;
        line-height: 1.22;
        font-weight: 600;
        letter-spacing: 0;
    }

    .product-page .product-details {
        margin-top: 0 !important;
        padding-top: 26px;
        background: #fff;
    }

    .product-page .product-hero-row {
        --bs-gutter-x: 42px;
        --bs-gutter-y: 22px;
        align-items: flex-start;
    }

    .product-page .product-big-img {
        margin-bottom: 14px;
    }

    .product-page #big-image-container,
    .product-page .product-big-img .img {
        height: 560px;
        min-height: 560px;
        border-radius: 0;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .product-page .product-big-img .img img,
    .product-page .product-big-img .img img.big-image {
        width: 100%;
        height: 100%;
        object-fit: contain !important;
        object-position: center center;
    }

    .product-page .allimg > .d-flex.align-items-center.mb-3 {
        margin-bottom: 0 !important;
    }

    .product-page .product-gallery-wrapper {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding: 0 2px 8px;
    }

    .product-page .thumbnail {
        width: 72px;
        height: 72px;
        min-width: 72px;
        margin-right: 0;
        border-radius: 2px;
        border: 1px solid #e1e4ea;
        background: #fff;
    }

    .product-page .thumbnail.active {
        border-color: #7e4aa0;
        box-shadow: inset 0 0 0 1px #7e4aa0;
    }

    .product-page .thumbnail img {
        border-radius: 0;
        object-fit: contain !important;
    }

    .product-page .nav-arrow {
        width: 36px;
        min-width: 36px;
        height: 36px;
        border-color: #d9dde5;
        color: #7e4aa0;
        box-shadow: none;
    }

    .product-page .product-main-arrow {
        width: 42px;
        height: 42px;
        color: #7e4aa0;
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 8px 24px rgba(31, 35, 40, .10);
    }

    .product-page .product-about {
        padding-top: 32px;
    }

    .product-page .product_meta {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 10px 28px;
        margin-bottom: 10px;
        padding-top: 10px;
        border-top: 1px solid #e6e8ee;
    }

    .product-page .product_meta > span {
        display: block;
        color: #6f7684;
        font-size: 14px;
        line-height: 1.35;
    }

    .product-page .product_meta > span > a,
    .product-page .product_meta > span > span {
        margin-left: 7px;
        color: #30343c;
        font-size: 17px;
        line-height: 1.2;
        font-weight: 600;
    }

    .product-page .variation-selector {
        margin: 8px 0 10px;
    }

    .product-page .variation-selector .selected {
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
    }

    .product-page .variation-option--chip {
        width: 38px;
        min-width: 38px;
        height: 38px;
        border-radius: 2px;
    }

    .product-page .variation-option--chip.active {
        outline: 2px solid #7e4aa0;
        outline-offset: 2px;
    }

    .product-page .product-rating {
        margin: 10px 0 18px;
    }

    .product-page .product-price-panel {
        margin-top: 0;
        padding: 24px 28px;
        border-radius: 4px;
        background: #f5f5f6;
    }

    .product-page .product-current-price {
        color: #070707;
        font-size: 42px;
        line-height: 1.08;
        font-weight: 500;
        letter-spacing: 0;
    }

    .product-page .product-sale-flag,
    .product-page .product-discount-badge {
        border-radius: 4px;
    }

    .product-page .actions {
        display: grid;
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 16px;
        margin-top: 18px;
        align-items: center;
    }

    .product-page .actions .quantity {
        width: 100%;
    }

    .product-page .actions .add_to_cartp {
        width: 100%;
        min-height: 52px;
        justify-content: center;
        border-radius: 4px;
        background: #7e4aa0;
    }

    .product-page .checklist-wrap {
        margin-top: 18px;
        padding: 18px 20px;
        border-radius: 4px;
        background: #f5faf6;
        border: 0;
    }

    .product-page .checklist-wrap .row {
        display: grid;
        grid-template-columns: repeat(2, minmax(230px, 1fr));
        gap: 12px 26px;
    }

    .product-page .checklist-wrap .col-lg-5,
    .product-page .checklist-wrap .col-lg-7,
    .product-page .checklist-wrap .check-list,
    .product-page .checklist-wrap .check-list ul {
        display: contents;
    }

    .product-page .check-list ul {
        margin-bottom: 0;
    }

    .product-page .check-list li {
        font-size: 13px;
        line-height: 1.35;
        white-space: normal;
        min-width: 0;
    }

    .product-page .product-open-details {
        margin-top: 56px;
        padding: 34px 32px 46px;
        border-top: 1px solid #eceef3;
        background: var(--smoke-color4, #fffff6);
        box-shadow: 0 0 0 100vmax var(--smoke-color4, #fffff6);
        clip-path: inset(0 -100vmax);
    }

    .product-page .product-open-grid {
        max-width: 1180px;
        margin-left: auto;
        margin-right: auto;
    }

    .product-page .product-open-grid {
        align-items: start;
    }

    .product-page .product-open-section {
        display: block;
    }

    .product-page .product-open-section h4 {
        display: block;
        margin-bottom: 14px;
    }

    .product-page .product-open-section--description h4:first-child {
        color: #1f2328;
    }

    .product-page .product-open-section--characteristics {
        max-width: 1180px;
        margin: 0 auto;
        padding: 38px 0 46px;
        background: #fff;
        border-top: 0;
    }

    .product-page #productSlider1 {
        padding-bottom: 90px;
        margin-bottom: -50px;
        overflow: hidden;
    }

    .product-page #productSlider1 .swiper-wrapper {
        align-items: stretch;
        padding-bottom: 34px;
    }

    .product-page #productSlider1 .swiper-slide {
        height: auto;
        display: flex;
        width: auto;
    }

    .product-page #productSlider1 .ot-product {
        width: 100%;
        min-height: 100%;
        max-width: none;
    }

    .product-page #productSlider1 .ot-product,
    .product-page #productSlider1 .product-content {
        overflow: visible;
    }

    .hero-layout {
        align-items: stretch;
    }

    .hero-layout__right {
        display: flex;
        flex-direction: column;
    }

    .hero-layout__left .top-slider,
    .hero-layout__right .main-slider,
    .hero-side-actions {
        width: 100%;
    }

    .hero-layout__left .top-slider {
        height: 360px;
    }

    .hero-layout__right .main-slider {
        height: 200px;
        margin-bottom: 12px;
    }

    .hero-layout__left .hero-slide--lg {
        height: 360px;
    }

    .hero-layout__right .hero-slide--sm {
        height: 200px;
    }

    .hero-side-actions {
        margin-top: 0;
    }

    .hero-side-actions__item .bottom-block--accent {
        min-height: 140px;
        height: 100%;
    }
}

@media (max-width: 991px) {
    .akcii-carousel-controls {
        right: 1rem;
        bottom: 1rem;
        margin-bottom: 0;
    }

    .reviews-badge {
        position: static;
        display: block;
        margin: 1rem auto 0;
        width: min(280px, 75vw);
    }
}

@media (max-width: 767px) {
    .top-slider,
    .main-slider {
        margin-bottom: 20px;
        border-radius: 18px;
    }

    .ot-product .product-img,
    .ot-product.style2 .product-img,
    .ot-product .product-slider,
    .ot-product .product-slider .swiper-wrapper,
    .ot-product .product-slider .swiper-slide {
        height: 220px;
    }

    .hero-inner {
        background-position: left !important;
    }

    #akciiCarousel {
        margin-bottom: 24px !important;
    }

    #akciiCarousel .carousel-inner {
        overflow: hidden;
    }

    #akciiCarousel .row {
        --bs-gutter-y: 12px;
    }

    #akciiCarousel .col-md-3 {
        width: 100%;
        flex: 0 0 100%;
    }

    #akciiCarousel .rounded.shadow-sm {
        aspect-ratio: 16 / 9;
        height: auto;
    }



    .footer-contact .box-title {
        font-size: 4vw;
    }

    .feature-list .box-icon {
        padding-top: 22px;
    }

    .slider-right-nav {
        display: flex;
        gap: 8px;
    }

    .slider-right-nav img {
        width: 50px;
    }

    .breadcumb-title {
        margin: 0;
        font-size: 20px;
    }

    .product-page > .p-5 {
        padding: 18px 10px 8px !important;
    }

    .product-page .breadcumb-content {
        text-align: center;
    }

    .product-page .breadcumb-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 7px 10px;
        padding: 0;
        margin: 0 0 14px;
        line-height: 1.35;
    }

    .product-page .breadcumb-menu li {
        display: inline-flex !important;
        align-items: center;
        width: auto;
        font-size: 16px;
    }

    .product-page .breadcumb-menu li:after {
        margin-left: 8px;
    }

    .product-page .breadcumb-title {
        max-width: 94vw;
        margin: 0 auto;
        font-size: 27px;
        line-height: 1.16;
        text-align: center;
    }

    .product-page .product-details {
        margin-top: 20px !important;
        padding-bottom: 36px !important;
    }

    .product-page .product-details > .container {
        max-width: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .product-page .product-details .row.gx-60 {
        --bs-gutter-x: 0;
        --bs-gutter-y: 18px;
    }

    .product-page .allimg {
        min-height: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .product-page .product-big-img {
        margin: 0 0 12px;
    }

    .product-page #big-image-container,
    .product-page .product-big-img .img {
        width: 100%;
        height: min(90vw, 420px);
        min-height: 315px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 28px;
        background: #fff;
    }

    .product-page .product-big-img .img img,
    .product-page .product-big-img .img img.big-image {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        display: block;
        object-fit: contain !important;
        object-position: center center;
    }

    .product-page .product-main-arrow {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }

    .product-page .product-main-prev {
        left: 10px;
    }

    .product-page .product-main-next {
        right: 10px;
    }

    .product-page .allimg > .d-flex.align-items-center.mb-3 {
        position: relative;
        min-height: 76px;
        margin: 0 0 18px !important;
        padding: 0 52px;
        overflow: visible;
    }

    .product-page .product-gallery-wrapper {
        width: 100%;
        min-width: 0;
        display: block;
        overflow-x: auto;
        padding: 8px 0;
        white-space: nowrap;
    }

    .product-page .thumbnail {
        width: 58px;
        height: 58px;
        margin-right: 8px;
        border-radius: 11px;
        vertical-align: middle;
    }

    .product-page .thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: contain !important;
        border-radius: 8px;
    }

    .product-page .nav-arrow {
        position: absolute;
        top: 50%;
        z-index: 6;
        width: 42px;
        min-width: 42px;
        height: 42px;
        margin: 0 !important;
        transform: translateY(-50%);
    }

    .product-page .nav-arrow:hover {
        transform: translateY(-50%);
    }

    .product-page .nav-arrow.me-3 {
        left: 6px;
    }

    .product-page .nav-arrow.ms-3 {
        right: 6px;
    }

    .product-page .product-about {
        padding: 0 10px;
    }

    .product-page .product_meta {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 10px 12px;
        align-items: center;
        margin: 0;
    }

    .product-page .product_meta > span {
        display: contents;
        font-size: 18px;
        line-height: 1.25;
    }

    .product-page .product_meta > span > a,
    .product-page .product_meta > span > span {
        min-width: 0;
        font-size: 20px;
        line-height: 1.2;
        word-break: break-word;
    }

    .product-page .variation-selector {
        margin-top: 14px;
        padding-bottom: 8px;
    }

    .product-page .variation-selector .selected {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .product-page .variation-option--chip {
        width: 48px;
        min-width: 48px;
        height: 48px;
    }

    .product-page .product-rating {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px 12px;
        margin-top: 14px;
    }

    .product-page .product-price-panel {
        margin-top: 20px;
        padding: 22px 18px;
        border-radius: 12px;
    }

    .product-page .product-price-panel .price,
    .product-page .price-area .price {
        font-size: 42px;
        line-height: 1.1;
    }

    .product-page .actions {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin-top: 16px;
    }

    .product-page .actions .quantity,
    .product-page .actions .add_to_cartp {
        width: 100%;
        justify-content: center;
    }

    .product-page .checklist-wrap {
        margin-top: 16px;
        border-radius: 14px;
    }

    .product-page .checklist-wrap .row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .product-page .product-open-details {
        margin-top: 26px;
        padding: 0 14px;
    }

    .product-page .product-open-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .product-page .product-open-section {
        font-size: 16px;
        line-height: 1.5;
    }

    .product-page .product-open-section h4 {
        font-size: 22px;
    }

    .product-page .product-open-section--characteristics {
        margin: 28px 14px 0;
        padding-top: 24px;
        background: transparent;
    }

    .product-page .product-open-section--characteristics ul {
        columns: 1;
    }

    .scroll-top {
        right: 14px;
        bottom: 74px;
        width: 44px;
        height: 44px;
    }

    .scroll-top:after {
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 18px;
    }

    .breadcumb-wrapper {
        padding: 10px;
    }

    .col-4 {
        width: 100%;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .specs-table li {
        flex-direction: column;
        align-items: flex-start;
    }

    .specs-table li strong,
    .specs-table li span {
        flex: 1 1 auto;
        text-align: left;
    }

    .bottom-block--accent {
        min-height: auto;
    }

    .consultation-card {
        margin-top: 1rem;
    }

    .map-container {
        height: 420px;
    }

    .popular-brands-section .popular-brand-grid {
        --bs-gutter-x: 12px;
        --bs-gutter-y: 12px;
    }

    .popular-brands-section .popular-brand-item {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
        min-height: 86px;
    }

    .popular-brands-section .logo-img {
        max-width: 140px;
        max-height: 64px;
        width: auto;
        height: auto;
    }

    .home-faq-map-section,
    #otz,
    #geo {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .home-faq-map-section > .container,
    #otz > .container {
        max-width: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .home-faq-map-section .row {
        --bs-gutter-x: 0;
    }

    .home-faq-map-section .faq-tab-wrap,
    #reviews {
        border-radius: 0;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .home-faq-map-section .col-lg-6,
    .home-faq-map-section #dilivery,
    #otz .col-lg-12 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #maps,
    #geo iframe {
        width: 100vw !important;
        border-radius: 0;
    }

    #geo iframe {
        display: block;
        height: 420px;
    }

    #otz .container.my-4,
    #otz .p-4 {
        max-width: none;
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .footer-disclaimer-row {
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    .allcats .cat-line {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto auto;
        gap: 8px;
        align-items: center;
    }

    .allcats .cat-line a {
        width: auto;
        min-width: 0;
    }

    .allcats .cat-line > span:not(.toggle-circle) {
        width: auto;
        min-width: 28px;
        text-align: right;
    }

    .allcats .toggle-circle {
        width: 26px !important;
        height: 26px;
        line-height: 26px;
        justify-self: end;
    }

    .collection-wrapper .card {
        min-height: 160px;
        overflow: hidden;
    }

    .collection-wrapper .card-img-top {
        height: 110px;
        object-fit: contain;
        background: #fff;
    }

    .collection-wrapper .card-body {
        min-height: 52px;
        padding: 10px;
    }

    .collection-wrapper .card-title {
        display: flex;
        min-height: 38px;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        line-height: 1.2;
    }
}
