a, .elementor a{color:#F50C0C;}.elementor-button{--ce-btn-bg-color:#E21010;background-color:var(--ce-btn-bg-color);box-shadow:4px 3px 10px 4px rgba(16, 16, 16, 0.35);}.elementor-button.elementor-size-sm{font-size:18px;border-radius:6px 6px 6px 6px;}body.ce-kit-1 img, body.ce-kit-1 .elementor-image-carousel .swiper-slide > *{border-radius:6px 6px 6px 6px;}body.ce-kit-1 .breadcrumb:not(#e), body.ce-kit-1 .ce-breadcrumb .elementor-row{text-align:center;justify-content:center;}/* Start custom CSS for page-settings */.elementor-widget-text-editor ul { list-style: none !important; padding-left: 0 !important; margin-left: 0 !important; } .elementor-widget-text-editor li::marker { content: "" !important; } .breadcrumb { margin-top: 30px; }

.footer .footer__block__content-list {
    min-width: 320px;
    max-width: 320px;
    margin: 0 auto;      /* центрируем блок внутри колонки */
    text-align: center;  /* делаем текст по центру */
}

.footer .footer__block__content-list a {
    color: #ffffff;
    display: block;
    padding: 0;
    margin: 0 0 6px 0;
    text-align: center;  /* ссылки тоже по центру */
    white-space: normal;
    word-wrap: break-word;
    transition: .25s ease-out;
}

.footer .footer__block__title {
    display: none !important;
}

.elementor-5170101 .elementor-element.elementor-element-e93b9e3 {
    background: #000 !important;   /* жёстко чёрный фон */
    color: #fff !important;        /* белый текст */
}
@media (max-width: 767.98px) {
    .breadcrumb__wrapper {
        margin-bottom: 2rem;
    }
}

/* у конкретного виджета убираем внешние отступы */
.crumbs-compact > .elementor-widget-container{
  margin: 0 !important;
  padding: 0 !important;
}

/* снизу тоже не оставляем зазор, если тема задаёт переменную */
.crumbs-compact nav.breadcrumb{
  --bs-breadcrumb-margin-bottom: 0;
  margin: 0 !important;
  padding: 0 !important;
}
.breadcrumb {
    margin-top: 0px;
}

#lgcookieslaw_customize_cookies_link {
  display: none !important;
}

#lgcookieslaw_fixed_button {
  display: none !important;
}
/* =========================================================
   TCARPARTS — CART PAGE FIX AFTER PRESTASHOP 9.1 UPDATE
   ========================================================= */

body#cart.page-cart {
    --tcar-red: #e30613;
    --tcar-red-dark: #b9000b;
    --tcar-text: #181818;
    --tcar-border: #e2e4e7;
    --tcar-light: #f7f7f8;
}


/* =========================================================
   CART BUTTONS
   ========================================================= */

/* Proceed to checkout */
body#cart.page-cart
.cart-summary__actions
.btn.btn-primary {
    width: 100%;
    min-height: 54px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 24px;

    background: var(--tcar-red) !important;
    border: 1px solid var(--tcar-red) !important;
    border-radius: 6px;

    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;

    box-shadow: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

body#cart.page-cart
.cart-summary__actions
.btn.btn-primary:hover,
body#cart.page-cart
.cart-summary__actions
.btn.btn-primary:focus,
body#cart.page-cart
.cart-summary__actions
.btn.btn-primary:active {
    background: var(--tcar-red-dark) !important;
    border-color: var(--tcar-red-dark) !important;
    color: #fff !important;
    text-decoration: none !important;
}

body#cart.page-cart
.cart-summary__actions
.btn.btn-primary:active {
    transform: translateY(1px);
}


/* Continue shopping */
body#cart.page-cart
.cart__continue-shopping.btn.btn-outline-primary {
    min-height: 44px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    padding: 10px 18px;

    background: #fff !important;
    border: 1px solid var(--tcar-red) !important;
    border-radius: 6px;

    color: var(--tcar-red) !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;

    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

body#cart.page-cart
.cart__continue-shopping.btn.btn-outline-primary
.material-icons {
    color: inherit !important;
}

body#cart.page-cart
.cart__continue-shopping.btn.btn-outline-primary:hover,
body#cart.page-cart
.cart__continue-shopping.btn.btn-outline-primary:focus {
    background: var(--tcar-red) !important;
    border-color: var(--tcar-red) !important;
    color: #fff !important;
    text-decoration: none !important;
}


/* Remove product */
body#cart.page-cart
.product-line__actions
.js-remove-from-cart {
    color: var(--tcar-red) !important;
    font-weight: 500;
    text-decoration: none;
}

body#cart.page-cart
.product-line__actions
.js-remove-from-cart:hover {
    color: var(--tcar-red-dark) !important;
    text-decoration: underline;
}


/* Discount badge */
body#cart.page-cart
.product-line__item-discount.badge {
    background: var(--tcar-red) !important;
    color: #fff !important;
}


/* =========================================================
   FEATURED PRODUCTS SECTION
   ========================================================= */

body#cart.page-cart
.cart-grid__footer.row {
    display: block;
    width: 100%;

    margin: 58px 0 0;
}

body#cart.page-cart
.ps-featuredproducts {
    width: 100%;
    max-width: 100%;
}

body#cart.page-cart
.ps-featuredproducts
.module-products.container {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;
}

body#cart.page-cart
.ps-featuredproducts
.section-title {
    margin: 0 0 26px;

    color: var(--tcar-text);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

body#cart.page-cart
.ps-featuredproducts
.module-products__list {
    width: 100%;
    overflow: visible;
}


/* Нормальная сетка карточек */
body#cart.page-cart
.ps-featuredproducts
.module-products__list
.products {
    width: 100%;

    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;

    margin: 0 !important;
    padding: 0 !important;

    align-items: stretch;
}


/* Убираем конфликт старых Bootstrap-колонок с CE */
body#cart.page-cart
.ps-featuredproducts
.products
> [data-elementor-type="product-miniature"] {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;

    flex: none !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* Растягиваем CE-карточку на всю ячейку */
body#cart.page-cart
.ps-featuredproducts
[data-elementor-type="product-miniature"]
> .elementor-section-wrap {
    width: 100%;
    height: 100%;
}

body#cart.page-cart
.ps-featuredproducts
[data-elementor-type="product-miniature"]
> .elementor-section-wrap
> .elementor-section {
    width: 100%;
    height: 100%;

    background: #fff;
    border: 1px solid var(--tcar-border);
    border-radius: 8px;

    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.05);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

body#cart.page-cart
.ps-featuredproducts
[data-elementor-type="product-miniature"]
> .elementor-section-wrap
> .elementor-section:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
}

body#cart.page-cart
.ps-featuredproducts
[data-elementor-type="product-miniature"]
.elementor-container,
body#cart.page-cart
.ps-featuredproducts
[data-elementor-type="product-miniature"]
.elementor-row,
body#cart.page-cart
.ps-featuredproducts
[data-elementor-type="product-miniature"]
.elementor-column,
body#cart.page-cart
.ps-featuredproducts
[data-elementor-type="product-miniature"]
.elementor-column-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 100%;
}


/* Внутренняя часть карточки */
body#cart.page-cart
.ps-featuredproducts
[data-elementor-type="product-miniature"]
.elementor-widget-wrap {
    width: 100%;
    min-width: 0;

    display: flex;
    flex-direction: column;
    align-content: stretch;

    padding: 14px !important;
}


/* Изображение */
body#cart.page-cart
.ps-featuredproducts
.ce-product-image {
    width: 100%;
}

body#cart.page-cart
.ps-featuredproducts
.ce-product-image a {
    width: 100%;
    display: block;
}

body#cart.page-cart
.ps-featuredproducts
.ce-product-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;

    aspect-ratio: 3 / 2;
    object-fit: contain;

    display: block;

    background: var(--tcar-light);
    border-radius: 5px;
}


/* Название товара */
body#cart.page-cart
.ps-featuredproducts
.ce-product-name {
    width: 100%;

    margin: 14px 0 10px !important;

    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;

    overflow-wrap: anywhere;
}

body#cart.page-cart
.ps-featuredproducts
.ce-product-name a {
    color: var(--tcar-text) !important;
    text-decoration: none !important;

    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body#cart.page-cart
.ps-featuredproducts
.ce-product-name a:hover {
    color: var(--tcar-red) !important;
}


/* Метаданные */
body#cart.page-cart
.ps-featuredproducts
.ce-product-meta {
    width: 100%;

    display: flex;
    flex-direction: column;
    gap: 5px;

    font-size: 14px;
    line-height: 1.35;
}

body#cart.page-cart
.ps-featuredproducts
.ce-product-meta__detail {
    width: 100%;

    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px 10px;
}

body#cart.page-cart
.ps-featuredproducts
.ce-product-meta__label {
    color: #606060;
    font-weight: 500;
}

body#cart.page-cart
.ps-featuredproducts
.ce-product-meta__value {
    min-width: 0;

    color: var(--tcar-text) !important;
    text-align: right;
    overflow-wrap: anywhere;
}


/* Цена прижимаем вниз карточки */
body#cart.page-cart
.ps-featuredproducts
.elementor-widget-product-miniature-price {
    width: 100%;
    margin-top: auto;
    padding-top: 15px;
}

body#cart.page-cart
.ps-featuredproducts
.ce-product-prices {
    width: 100%;
}

body#cart.page-cart
.ps-featuredproducts
.ce-product-price {
    color: var(--tcar-text);
    font-size: 20px;
    font-weight: 700;
}

body#cart.page-cart
.ps-featuredproducts
.ce-product-price-regular {
    color: #777;
    font-size: 14px;
    text-decoration: line-through;
}

body#cart.page-cart
.ps-featuredproducts
.ce-product-badge-sale {
    background: var(--tcar-red) !important;
    color: #fff !important;
}


/* Кнопка All featured products */
body#cart.page-cart
.ps-featuredproducts
.module-products__buttons {
    margin-top: 28px;
}

body#cart.page-cart
.ps-featuredproducts
.module-products__buttons
.btn.btn-outline-primary {
    background: #fff !important;
    border-color: var(--tcar-red) !important;
    color: var(--tcar-red) !important;
    text-decoration: none !important;
}

body#cart.page-cart
.ps-featuredproducts
.module-products__buttons
.btn.btn-outline-primary:hover {
    background: var(--tcar-red) !important;
    border-color: var(--tcar-red) !important;
    color: #fff !important;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
    body#cart.page-cart
    .ps-featuredproducts
    .module-products__list
    .products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    body#cart.page-cart
    .cart-grid__footer.row {
        margin-top: 42px;
    }
}

@media (max-width: 575px) {
    body#cart.page-cart
    .ps-featuredproducts
    .module-products__list
    .products {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    body#cart.page-cart
    .ps-featuredproducts
    .section-title {
        font-size: 24px;
    }

    body#cart.page-cart
    .cart__continue-shopping.btn.btn-outline-primary {
        width: 100%;
    }
}/* End custom CSS */