body #main-wrapper.opened-menu::after {
   position: fixed;
}

.btn {
    --bs-btn-border-radius: unset;
}

.modal,
.modal .modal-content {
    border-radius: unset;
    --bs-modal-inner-border-radius: unset;
}
.char-count {
    float: right;
    text-align: right;
    font-weight: 400;
    font-size: 0.9em;
    color: #555;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

table.stocks-available-table td {
    font-size: 12px;
    padding: 5px;
}

.category-menu .accordion-item {
    border-top: 0;
}
.category-menu .accordion-item .accordion-body .menu-slot {
    background: #fff;
}
.category-menu .accordion-item .accordion-body .menu-slot a,
.category-menu .accordion-header button {
    font-size: 14px;
}
.category-menu .accordion-item h2 a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
    color: #212321;
    line-height: 177.023%;
    padding: 5px 20px;
    text-decoration: none;
    border-bottom: 1px solid #e6e6e6;
    background-color: #ffffff !important;
    box-shadow: none !important;
}
.branding_articles__slot--title h2 {
    margin: 0;
}
.branding_articles__slot--title h2 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    margin: 20px 0 20px 0;
    color: #34224f;
    text-transform: uppercase;
    text-decoration: none;
}
.branding_articles__slot--text p {
    -webkit-line-clamp: none;
    line-clamp: none;
}
.branding_articles__slot--title h2 a:hover {
    color: #e6007e;
}
.branding_articles__slot--link a {
    justify-content: flex-end;
}
.branding-table table tbody tr th {
    background-color: #f4f4f4;
    padding: 18px 0 8px 0;
    border-bottom: 1px solid #ebebeb;
}
.branding-table a {
    color: #e6007e;
    text-decoration: none;
}
.branding-table a:hover {
    color: #34224f;
}

.import_form {
    padding-top: 40px;
}

.category-filters-main__slot__top .products-image img.image-2,
.swiper_products_block_box__top .products-image img.image-2 {
    display: none;
}
.category-filters-main__slot__top .products-image:hover img.image-1,
.swiper_products_block_box__top .products-image:hover img.image-1 {
    display: none;
}
.category-filters-main__slot__top .products-image:hover img.image-2,
.swiper_products_block_box__top .products-image:hover img.image-2 {
    display: block;
}

.category-filters-main__slot__top .products-image,
.swiper_products_block_box__top .products-image {
    position: relative;
}
.category-filters-main__slot__top .products-image .no-image-text,
.swiper_products_block_box__top .products-image .no-image-text {
    position: absolute;
    top: 38px;
    left: 20px;
    right: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    color: #3a3a3a;
    pointer-events: none;
}

.product-gallery .swiper-slide .no-image-text {
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
    color: #3a3a3a;
    pointer-events: none;
    z-index: 1;
}
@media (max-width: 760px) {
    .product-gallery .swiper-slide .no-image-text {
        font-size: 16px;
        top: 10%;
    }
}

.category-filters-main__slot__top .catalog-price p:has(a.contact) {
    display: flex;
}
.category-filters-main__slot__top .catalog-price p:has(a.contact) a {
    text-align: left;
    text-decoration: none;
    color: #e6007e;
    text-transform: uppercase;
}

.swiper_products_block_box__top .catalog-price p a.contact,
.category-filters-main__slot__top .catalog-price p a.contact {
    text-align: left;
    text-decoration: none;
    color: #e6007e;
    text-transform: uppercase;
}

.category-filters-main__slot__top .catalog-price p:has(a.contact) a:hover {
    color: #34224f;
}
.category-filters-main__slot__top .products-title h3 {
    margin: 0;
}

nav .dropdown-menu li.dropend a.arrow {
    padding-right: 15px;
}
nav .dropdown-menu li a img {
    max-height: 55px;
    margin-right: 15px;
}
@media (min-width: 992px) {
    nav .dropdown-menu li a {
        padding-left: 19px;
        padding-right: 39px;
    }
}
nav .dropdown-menu li.dropend a.arrow::after {
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid #34224f; /* Ciemniejszy kolor */
    border-right: 0;
    display: inline-block;
    margin-left: .685em;
    vertical-align: middle; /* Wyśrodkowanie strzałki względem tekstu */
    content: "";
}
nav .dropdown-menu li.dropend.clicked a.arrow::after,
nav .dropdown-menu li.dropend:focus a.arrow::after,
nav .dropdown-menu li.dropend:hover a.arrow::after {
    border-left: 0.3em solid #fff;
}

nav .dropdown-menu li a.sub-cat {
    display: flex;
    align-items: center;
    padding-left: 35px;
    background-size: 25px 50px;
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 25px;
}
@media (max-width: 991px) {
    nav .dropdown-menu li a.sub-cat {
        margin: 10px 0 10px 15px;
        padding-left: 35px;
        background-size: 15px 30px;
        height: 15px;
    }
}
nav .dropdown-menu li a.sub-cat:hover {
    background-position: left top;
    color: #e6007e;
}

.mp-title a {
    color: #34224f;
}
.mp-title a:hover {
    color: #e6007e;
}

.pagination_container a.element:hover {
    background-color: #e6007e;
}
.pagination_container a.element:hover p {
    color: #fff;
}

.blog-article-row .blog-article-col-short .blog-article-box-slot {
    height: auto;
}

.grey-background .register .inputs-form-container-wrapper .inputs-wrapper p {
    margin-bottom: 0;
}

.grey-background .register .inputs-form-container-wrapper .inputs-wrapper .input-column .inputs-wrapper__slot.align-right {
    align-items: flex-end;
}

#hero.register-purple .hero_content .hero-btns-box .hero_content--btn:last-of-type {
    border-left: 1px solid #ebebeb;
}

.dashboard-wrapper .title p svg {
    margin-right: 10px;
}
.dashboard-wrapper .title p span {
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    text-transform: inherit;
    color: #e6007e;
}
.dashboard-wrapper .title-sub {
    min-height: 40px;
}
.dashboard-wrapper .title-sub p span {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
}

.dashboard-wrapper table.product_versions {
    margin: 5px 0 10px 0 !important;
    background: none;
}
.dashboard-wrapper table.product_versions tr,
.dashboard-wrapper table.product_versions td {
    background: none;
    border: 0;
    padding: 0 !important;
}
.dashboard-wrapper table.product_versions div.box {
    float: left;
    width: 15px;
    height: 15px;
    background: none;
}
.dashboard-wrapper table.product_versions a {
    float: left;
    padding: 0 5px;
    font-size: 12px;
}
.dashboard-wrapper .checkboxes-box__slot {
    display: flex;
    flex-direction: column;
    width: 31%;
    margin-right: 1%;
}
.dashboard-wrapper .button-box {
    border-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 45px;
}
.dashboard-wrapper .custom-checkbox-container {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 167.023%;
    color: #8a8a8a;
    margin-top: 36px;
    padding-left: 45px;
}
.dashboard-wrapper .custom-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.dashboard-wrapper .custom-checkbox-container .custom-checkbox-checkmark {
    top: -1px;
    left: -1px;
    height: 37px;
    width: 37px;
    background-color: #f4f4f4;
}
.dashboard-wrapper .custom-checkbox-container .custom-checkbox-checkmark::after {
    left: 15px;
    top: 9px;
    width: 8px;
    height: 16px;
    border-width: 0 3px 3px 0;
}

.dashboard-wrapper .dashboard-ows canvas {
    max-height: 400px;
    width: 100%;
}
.dashboard-wrapper .dashboard-ows .legend-color {
    width: 10px;
    height: 10px;
    margin-right: 8px;
    border-radius: 2px;
}
.dashboard-wrapper .dashboard-ows .legend {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 10px; /* Odstęp między elementami */
}
.dashboard-wrapper .dashboard-ows .legend-item {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.dashboard-wrapper .dashboard-ows .legend-color {
    width: 10px;
    height: 10px;
    margin-right: 8px;
    border-radius: 2px;
    background-color: var(--color, #000); /* Domyślny kolor */
}

.dashboard-main-box .box-content .catalog-offert p.catalog-p0,
.dashboard-main-box .box-content .catalog-offert a.catalog-p0 {
    margin: 0 0 14px 0;
}

.dashboard-main-box .box-content .catalog-offert p.catalog-p0 span,
.dashboard-main-box .box-content .catalog-offert a.catalog-p0 span {
    color: #858585;
    font-size: 0.85em;
    font-weight: 400;
}

.dashboard-main-box .box-content .copy-icon {
    cursor: pointer;
    color: #e6007e;
    margin-left: 5px;
    font-size: 1.1em;
}
.dashboard-main-box .box-content .copy-icon:hover {
    color: #374957;
}
.dashboard-logos__slot .product-content {
    padding: 10px;
}
.dashboard-logos__slot .product-content p {
    font-size: 10px;
}

.common-steps-container .container .common-steps-container-slot p a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    color: #8a8a8a;
    margin: 0;
    text-decoration: none;
}
.common-steps-container .container .common-steps-container-slot p.active a {
    color: #e6007e !important;
}

.shop-creator-wrapper .shopcreator-content.product_card_tabs .nav-tabs {
    border-bottom: 1px solid #ccc;
}

.shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot__img:not(.upload-icon) img {
    height: auto;
}

.shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot__img.own {
    margin-bottom: 16px;
}

.shop-creator-wrapper .shopcreator-content .bottom-button .white-btn {
    margin: 0 15px 0 0;
}

.shop-creator-wrapper .shopcreator-content .shopcreator-type-use__slot.short-slot,
.shop-creator-wrapper .shopcreator-content .shopcreator-checks__slot.short-slot {
    min-width: 220px;
}

.shop-creator-wrapper .custom-checkbox-container input:checked ~ .custom-checkbox-checkmark {
    outline: unset;
}

.shop-creator-wrapper .shopcreator-content .bottom-button .arrow-rev img {
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 10px;
}

.custom-checkbox-container .custom-checkbox-checkmark.colour:after {
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
}

@media (max-width: 992px) {
    .shop-creator-wrapper .shopcreator-content .shopcreator-type-use__slot.short-slot,
    .shop-creator-wrapper .shopcreator-content .shopcreator-checks__slot.short-slot {
        min-width: 100%;
        font-size: 1.25em;
    }
    .shop-creator-wrapper .shopcreator-content .shopcreator-type-use__slot .custom-checkbox-container strong,
    .shop-creator-wrapper .shopcreator-content .shopcreator-checks__slot .custom-checkbox-container strong {
        font-size: 16px;
    }
}

div#eshop-creator div.cke {
    margin-bottom: 35px;
}

.shop-creator-wrapper .shopcreator-content .greybox div.english_version {
    margin: 35px 0 0 0;
}
.shop-creator-wrapper .shopcreator-content .greybox div.english_version label {
    padding-top: 2px;
    font-size: 14px;
}
.shop-creator-wrapper .shopcreator-content .greybox div.english_version input[type="checkbox"] {
    margin: 0;
}
.shop-creator-wrapper .shopcreator-content .greybox div.english_version .custom-checkbox-checkmark {
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    top: 0;
    height: 25px;
    width: 25px;
}
.shop-creator-wrapper .shopcreator-content .position-relative {
    position: relative;
    display: inline-block;
    width: 100%;
}
.shop-creator-wrapper .shopcreator-content .position-relative label {
    width: 100%;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-labels .label-box .input-with-flag {
    padding-left: 35px;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-labels .label-box textarea.input-with-flag {
    padding-top: 10px;
}
.shop-creator-wrapper .shopcreator-content .flag {
    margin-top: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    height: 20px;
}
.shop-creator-wrapper .shopcreator-content .flag-icon {
    position: absolute;
    left: 8px;
    top: 28px;
    transform: translateY(-50%);
    pointer-events: none;
    height: 20px;
}
.shop-creator-wrapper .shopcreator-content .flag-icon-txt {
    top: 34%;
}
.shop-creator-wrapper .shopcreator-content .shopcreator-prices__slot input {
    padding: 0 0 0 12px;
}
.shop-creator-wrapper .shopcreator-content .tab-content {
    background-color: #fff;
}

.modal .eshop-ready {
    text-decoration: none;
    color: #e6007e;
    font-weight: 500;
}
.modal a.eshop-ready:hover {
    text-decoration: none;
    color: #34224f;
}

@media (max-width: 991px) {
    .product_card_tabs .tab-content .tab-pane .table-container.wide-table::after {
        content: "";
        position: absolute;
        width: 14px;
        height: 20px;
        bottom: 2px;
        right: 11px;
        background: url(./../assets/icons/common/swipe-hand-modified.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media (min-width: 992px) {
    .product_card_tabs nav .nav-tabs .nav-link {
        all: unset;
        padding: 24px 32px;
        width: -moz-max-content;
        width: max-content;
        height: 79px;
        background-color: #ffffff;
        color: #4a6375;
        font-size: 18px;
        font-weight: 500;
        line-height: 177.023%;
        text-transform: uppercase;
        box-sizing: border-box;
        cursor: pointer;
    }

    .product_card_tabs nav .nav-tabs.product-attributes .nav-link {
        text-transform: none;
        line-height: 177.023%;
        border-bottom: 2px solid #ffffff;
        background-color: #f2f3f7;
        color: #212321;
        font-size: 20px;
        font-weight: 400;
    }

}

@media (max-width: 991px) {
    .product_card_tabs nav .nav-tabs.product-attributes .nav-link {
        font-size: 16px;
    }
}

.product_card_tabs nav .nav-tabs .nav-link:hover, .product_card_tabs nav .nav-tabs .nav-link.active {
    color: #e6007e;
}
.product_card_tabs nav .nav-tabs.product-attributes .nav-link.active {
    font-weight: 600;
    background-color: #ffffff;
    color: #34224f;
    border-bottom: 2px solid #e6007e;
}

.product_card_tabs .tab-content .tab-pane {
    padding: 45px 0;
}
@media (min-width: 991px) {
    .product_card_tabs .tab-content.product-attribute .tab-pane {
        padding: 45px;
    }
}

.category-top-filters__slot-wishlist {
    padding-left: 8px;
    min-width: 66.6667%;
}
.category-top-filters__slot-wishlist button {
    float: left;
    margin-right: 8px;
}
@media (max-width: 991px) {
    .category-top-filters__slot-wishlist {
        padding: 0 0 0 10px;
    }
    .category-top-filters__slot-wishlist button {
        font-size: 11px;
        padding: 10px;
    }
}

.product_card_gallery_info .product-info .product-more-box__row .product-more-box__col img.product-to-wishlist {
    max-height: 25px;
}
.product_card_gallery_info .product-info .product-more-box__row .product-more-box__col img.product-to-moffer {
    max-width: 30px;
}

nav .nav-account-cart a.nav-wishlist-icon {
    margin: 0 5px 0 2px;
    position: relative;
}
nav .nav-account-cart a.nav-wishlist-icon .wishlist-quantity {
    position: absolute;
    display: flex;
    justify-content: center;
    top: -8px;
    right: -6px;
    background-color: #e6007e;
    border-radius: 100%;
    z-index: 10;
    min-width: 27px;
    height: 27px;
    padding: 2px;
    width: auto;
}
nav .nav-account-cart a.nav-wishlist-icon .wishlist-quantity p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    nav .nav-account-cart a.nav-cart-icon .cart-quantity p,
    nav .nav-account-cart a.nav-wishlist-icon .wishlist-quantity p {
        margin: 1px 0 0 0;
    }
}

nav .nav-account-cart a.nav-wishlist-icon .wishlist-quantity,
nav .nav-account-cart a.nav-cart-icon .cart-quantity {
    padding: 0;
}
nav .nav-account-cart a.nav-wishlist-icon .wishlist-quantity p,
nav .nav-account-cart a.nav-cart-icon .cart-quantity p {
    font-size: 12px;
}

.wishlist-checkbox-outline {
    margin-bottom: 10px;
    display: flex;
}
.wishlist-checkbox {
    color: #4a6375;
    font-size: 12px;
    padding-left: 23px;
    padding-top: 4px;
}
.wishlist-checkbox .custom-checkbox-checkmark {
    width: 18px;
    height: 18px;
}
.wishlist-checkbox .custom-checkbox-checkmark:after {
    left: 6px;
    top: 2px;
}

@media (max-width: 991px) {
    .wishlist-checkbox {
        padding-top: 0px;
    }
    .wishlist-checkbox .custom-checkbox-checkmark {
        top: 0;
    }
}

.wishlist-remove-all,
.wishlist-to-cart {
    all: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 30px;
    border: 0;
    background-color: #e6007e;
    cursor: pointer;
    gap: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 10px 20px;
    margin: 10px 0;
}
.wishlist-remove-all img,
.wishlist-to-cart img {
    width: auto;
    height: 20px;
    display: block;
}
.wishlist-remove-all:hover,
.wishlist-to-cart:hover {
    opacity: 10;
    background-color: #34224f;
}

.swiper_products_block_box {
    height: 750px;
}
.category-filters-main__slot__top,
.promo_products_swiper .swiper_products_block_box__top {
    min-height: 646px;
}

.category-filters-main__slot_small .category-filters-main__slot__top {
    min-height: 446px;
}

.category-filters-main__slot__bottom .table-delivery table tbody tr th,
.promo_products_swiper .swiper_products_block_box__bottom .table-delivery table tbody tr th {
    font-size: 11px;
}

.category-filters-main__slot .product-hover-box .product-hover-box__slot,
.swiper_products_block_box .product-hover-box__slot {
    width: 25%;
}
.category-filters-main__slot .product-hover-box .product-hover-box__slot span,
.swiper_products_block_box .product-hover-box__slot span {
    font-size: 10px;
    font-weight: 400;
}

.category-filters-main__slot .product-hover-box .product-hover-box__slot:nth-of-type(1),
.swiper_products_block_box .product-hover-box__slot:nth-of-type(1) {
    background-color: #2d1b49;
}
.category-filters-main__slot .product-hover-box .product-hover-box__slot:nth-of-type(2),
.swiper_products_block_box .product-hover-box__slot:nth-of-type(2) {
    background-color: #452574;
}
.category-filters-main__slot .product-hover-box .product-hover-box__slot:nth-of-type(3),
.swiper_products_block_box .product-hover-box__slot:nth-of-type(3) {
    background-color: #6133a7;
}
.category-filters-main__slot .product-hover-box .product-hover-box__slot:nth-of-type(4),
.swiper_products_block_box .product-hover-box__slot:nth-of-type(4) {
    background-color: #7148af;
}
.category-filters-main__slot .product-hover-box .product-hover-box__slot:hover,
.swiper_products_block_box .product-hover-box__slot:hover {
    background-color: #e6007e;
}

.category-filters-main__slot .product-hover-box__slot.wide {
    width: 100%;
}

.promo_products_swiper .swiper_products_block_box__top .products-code p,
.category-filters-main__slot__top .products-code p {
    margin: 0;
}

.promo_products_swiper .swiper_products_block_box__top .products-code,
.category-filters-main__slot__top .products-code {
    min-height: 65px;
    line-clamp: none;
    -webkit-line-clamp: none;
    overflow: visible;
}
.promo_products_swiper .swiper_products_block_box__top .catalog-price,
.category-filters-main__slot__top .catalog-price {
    min-height: 35px;
}
.promo_products_swiper .swiper_products_block_box__top .your-price,
.category-filters-main__slot__top .your-price {
    min-height: 35px;
}
.promo_products_swiper .swiper_products_block_box__bottom {
    height: 110px;
}
.category-filters-main__slot__bottom {
    height: 95px;
}
.promo_products_swiper .swiper_products_block_box__bottom .table-delivery,
.category-filters-main__slot__bottom .table-delivery {
    padding-top: 5px;
    padding-bottom: 5px;
}
.promo_products_swiper .swiper_products_block_box .product-hover-box {
    height: 105px;
}
.category-filters-main__slot .product-hover-box {
    height: 95px;
}

@media (min-width: 992px) {
    nav .navbar-bottom .dropdown-menu-box.thematic:has(.dropdown-menu.show) .main-dropdown-menu:nth-of-type(1) {
        left: -600px;
    }
    nav .navbar-bottom .dropdown-menu-box.thematic:has(.dropdown-menu.show) .main-dropdown-menu:nth-of-type(2) {
        left: -300px;
    }
    nav .navbar-bottom .dropdown-menu-box.thematic:has(.dropdown-menu.show) .main-dropdown-menu:nth-of-type(3) {
        left: 0;
    }
    nav .navbar-bottom .dropdown-menu-box.thematic:has(.dropdown-menu.show) .main-dropdown-menu {
        width: 300px;
    }
}

nav .navbar-bottom .main-nav-item > a.active {
    color: #e6007e;
}

@media (max-width: 991px) {
  nav .navbar-bottom .bottom-nav-categories {
    width: 100%;
  }
}

.product_card_gallery_info .product-info .product-more-box__row.last-row .product-more-box__col.contact-url span {
    font-size: 0.75em;
}

.product_card_gallery_info .product-info .product-more-box__row .product-more-box__col p {
    font-size: 14px;
}
.product_card_gallery_info .product-info .product-price-box_bottom__left span.login,
.product_card_gallery_info .product-info .product-more-box__row .product-more-box__col p.small {
    line-height: 1em;
    font-size: 14px;
}

.product_card_gallery_info .product-info .product-more-box__row .product-more-box__col p.small2 {
    line-height: 1em;
    font-size: 16px;
}
@media (max-width: 991px) {
    .product_card_gallery_info .product-info .product-more-box__row .product-more-box__col p.small,
    .product_card_gallery_info .product-info .product-more-box__row .product-more-box__col p.small2 {
        line-height: 1em;
        font-size: 10px;
    }
}

.product_card_gallery_info .product-info .product-more-box__row .product-more-box__col {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 272px;
    height: 54px;
    border: 1px solid #8a8a8a;
    border-top: 0;
    text-decoration: none;
    padding-left: 14px;
    cursor: pointer;
}

.product_card_gallery_info .product-info .product-more-box__row .product-more-box__col img.product-to-wishlist {
    max-height: 25px;
}
.product_card_gallery_info .product-info .product-more-box__row .product-more-box__col img.product-to-moffer {
    max-width: 30px;
}

.product_card_gallery_info .product-info .product-more-box__row .product-more-box__col.border-top {
    border-top: 1px solid #8a8a8a !important; /* Włączenie border-top */
}

.product_card_gallery_info .product-info .product-more-box__row .product-more-box__col.last-col {
    margin-right: auto; /* Przylega do lewej strony */
}
@media (max-width: 991px) {
    .product_card_gallery_info .product-info .product-more-box__row .product-more-box__col.last-col {
        width: 50%;
    }
}

.product_card_tabs .tab-content .tab-pane .table-container table tbody tr td .two-lines .mail-contact {
    text-transform: uppercase;
}

.calculator_container .accordion-container .accordion-body .quantity-col-box__slot .quantity-box .color,
.calculator_container .accordion-container .accordion-body .colors-col .colors-squares .color {
    border: 1px solid #ccc;
}

.calculator_container .accordion-container .accordion-body .colors-col .colors-squares .color-white.checked {
    background-image: url("./../assets/icons/product_page/checked-black.svg");
    background-color: #000;
}
.calculator_container .accordion-container .accordion-body .colors-col .colors-info-box .mix-container .custom-checkbox-container span.checked-after {
    left: 12px;
    top: 5px;
    width: 8px;
    height: 18px;
}

.negotiator_container .sumary_box--netto .netto-value.small,
.negotiator_container .sumary_box--brutto .brutto-value.small,
.calculator_container .sumary_box--netto .netto-value.small,
.calculator_container .sumary_box--brutto .brutto-value.small {
    font-size: 16px;
    font-weight: 600;
}

.cart_container .cart-table_box .cart-products-table p.check-availability {
    margin-top: 5px;
    font-size: 11px;
    width: 100%;
}
.cart_container .cart-table_box .cart-products-table p.check-availability a {
    text-decoration: none;
    color: #e6007e;
}

.cart_container .cart-table_box .cart-products-table tbody tr.has-family td:not(:first-child) {
    border-bottom: 1px solid #f4f4f4;
}
.cart_container .cart-table_box .cart-products-table tbody tr.has-family td:last-child {
    border-bottom: 3px solid #f4f4f4;
}

.cart_container .cart-table_box .cart-products-table .add-qtys p.title {
    font-size: 14px;
    margin: 0 auto 25px auto;
}
.cart_container .cart-table_box .cart-products-table .add-qtys .col-sm-2 {
    padding: 0 0 10px 15px;
    width: 11%;
}
.cart_container .cart-table_box .cart-products-table .add-qtys .box {
    float: left;
    height: 35px;
    width: 35px;
    border: 1px solid #ebebeb;
}
.cart_container .cart-table_box .cart-products-table .add-qtys input {
    font-size: 12px;
    float: left;
    width: 55px;
    padding: 0 0 0 5px;
}
.cart_container .cart-table_box .cart-products-table .add-qtys span.code {
    float: left;
    text-align: left;
    width: 100%;
    font-size: 12px;
}
.cart_container .cart-table_box .cart-products-table .add-qtys a.add-qtys-confirm {
    font-size: 14px;
    padding: 5px 10px;
    height: 35px;
    margin: 35px 0 0 0;
}
.cart_container .cart-table_box .cart-products-table a.add-qtys-confirm {
    font-size: 14px;
    height: 30px;
    padding: 5px 10px;
}

.cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__top p a {
    color: #34224f;
    text-decoration: none;
}
.cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__top p a:hover {
    color: #e6007e;
}

.cart_container.step_three .cart-products-table tr td .cart-delivery-checkboxes-box__col.dates {
    height: 145px;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-checkboxes-box__col.dates label {
    margin-bottom: 15px;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-checkboxes-box__col.dates span {
    font-size: 14px;
}
.cart_container.step_three .cart-products-table tr td .cart-delivery-checkboxes-box__col.dates span.date {
    color: #34224f;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__files .logo-list {
    font-size: 12px;
    text-decoration: none;
    color: #374957;
    cursor: pointer;
}
.cart_container.step_five .cart-table_box .cart-final-container__col .col-container_prices p span.green {
    color: green;
    font-size: 1.25em;
    font-weight: bold;
}

.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__files .file-info {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 4px 0 0 0;
    color: green;
    text-align: center;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__files .file-info p {
    color: green;
    border-top: 1px dashed #ccc;
    padding-top: 10px;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__files .file-info p span {
    color: green;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__files .file-info p span.size {
    color: #292929;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__files .file-info a.remove-file {
    text-decoration: none;
    display: block;
    margin-top: 0;
    cursor: pointer;
    padding: 5px 15px;
    color: red;
    font-size: 12px;
}
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__files .file-info a.remove-file:hover {
    color: #333;
}

.cart_container.step_three .cart-products-table tr td.transport-info-td {
    border-collapse: collapse;
    border: 1px solid #f2f3f7;
    border-bottom: 3px solid #f2f3f7;
    height: auto;
    width: auto;
    text-align: center;
    padding: 12px;
}
.cart_container.step_three .cart-products-table tr td.delivery-options-td {
    border-right: 27px solid #f2f3f7;
    background: #f2f3f7;
    vertical-align: top;
}

@media (max-width: 1640px) {
    .cart_container.step_three .cart-products-table tr td.transport-info-td {
        min-width: 209px !important;
        width: 209px !important;
    }
}

.e-leaflet-info textarea {
    margin: 0 0 10px 0;
}
.e-leaflet-info p.info {
    padding: 10px 0;
    margin: 0 0 13px 0;
    height: 40px;
    font-size: 14px;
    font-weight: 300;
    line-height: 160%;
}
.e-leaflet-info p.result {
    height: 20px;
}
.e-leaflet-info label {
    font-size: 0.85em;
}
.e-leaflet-info label.label-email {
    height: auto;
}
.e-leaflet-info p.result span,
.e-leaflet-info p.result a {
    color: #e6007e;
    text-decoration: none;
}
.e-leaflet-info_title h1 span {
    color: #e6007e;
}
.e-leaflet-info .row-inputs .column-inputs input.leaflet-disabled {
    background: #fff;
    padding-left: 0;
}
.e-leaflet-info input#email {
    width: 150px;
}
.e-leaflet-info .orange-btn,
.e-leaflet-info .e-leaflet__btns--btn {
    padding: 15px 25px;
}
.e-leaflet-info .orange-btn,
.e-leaflet-info .e-leaflet__btns--btn span {
    font-size: 14px;
}
.e-leaflet-info img.loader {
    width: 50px;
    display: none;
}

.offertspage_container .offertspage-table_box .add-product-box .add-product {
    margin-top: 0;
}
.offertspage_container .offertspage-table_box .add-product-box img.loader {
    width: 50px;
    display: none;
}
.offertspage_container.step_six .add-product-box .add-product img {
    margin-top: 0;
}
.offertspage_container .offertspage-table_box .add-product-box input#email {
    width: 150px;
    padding: 15px 20px;
    margin: 0;
    height: 54px !important;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 160%;
    color: #4a6375;
    border-radius: 0;
}
.offertspage_container .offertspage-table_box .add-product-box input#email:focus,
.offertspage_container .offertspage-table_box .add-product-box input#email:hover {
    border: 1px solid #e6007e;
    outline: 0;
}

.filters_products {
    margin: 0 0 15px 0;
}

.filters_products:has(.filter-activated) {
    padding-bottom: 0;
}
.filters_products .filter-activated {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 15px 10px 0;
}

.filters_products .filter-activated .filter-pill {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 2px 10px;
    font-size: 13px;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}

.filters_products .filter-activated .filter-pill button.remove-filter {
    background: none;
    border: none;
    font-size: 16px;
    line-height: 1.5em;
    margin-left: 6px;
    cursor: pointer;
    padding: 2px 0 0 0;
}
.filters_products .filter-activated .filter-pill:hover,
.filters_products .filter-activated .filter-pill:hover button.remove-filter {
    color: #e6007e;
}
.filters_products .filter-activated .filter-pill button.remove-filter:hover {
    color: #e6007e;
}

.branding-row-elements .branding-col-card .title p {
    font-size: 14px;
}

.product_card_tabs .tab-content .tab-pane .branding-row-elements .branding-col-card .product-icons {
    text-align: center;
    margin: 0 auto;
}
.product_card_tabs .tab-content .tab-pane .branding-row-elements .branding-col-card .details {
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.product_card_tabs .tab-content .tab-pane .branding-row-elements .branding-col-card .details p.place_name {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.product_card_tabs .tab-content .tab-pane .branding-row-elements .branding-col-card .details .product-icons {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 1000;
}
.product_card_tabs .tab-content .tab-pane .branding-row-elements .branding-col-card .details .product-icons a .download-icon {
    cursor: pointer;
    width: 25px;
    height: 25px;
}

.product_card_tabs .tab-content .tab-pane .branding-row-elements .branding-col-card .image img.md {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    max-height: 200px;
    width: auto;
}
.product_card_tabs .tab-content .tab-pane .branding-row-elements .branding-col-card .title {
    text-align: center;
    height: 60px;
}
.product_card_tabs .tab-content .tab-pane .branding-row-elements .branding-col-card .title.title-bottom {
    margin-top: 60px;
    width: 100%;
}
.product_card_tabs .tab-content .tab-pane .branding-row-elements .branding-col-card .info-slots {
    min-height: 160px;
}
.product_card_tabs .tab-content .tab-pane div.marking-details-pdf a.white-btn {
    width: 100%;
}
.product_card_tabs .tab-content .tab-pane .branding-row-elements .branding-col-card .title p {
    font-size: 14px;
    margin: 0 auto;
}

.product_card_tabs .tab-content .tab-pane .branding-row-elements:first-of-type {
    padding-left: 10px;
}
.product_card_tabs .tab-content .tab-pane .branding-row-elements {
    background-color: #fff;
}

.modal span.myname {
    color: #e6007e;
}
.modal label {
    font-size: 0.85em;
}
.modal .modal-content {
    border-radius: 0;
    z-index: 100;
}

.modal .form-input {
    height: 50px;
    border: 1px solid #e6e6e6;
    background-color: #f4f4f4;
    font-size: 14px;
    font-weight: 300;
    line-height: 160%;
    color: #4a6375;
    margin: 0;
    border: 0;
    border-radius: 0;
}
.modal textarea.form-textarea {
    width: 100%;
    padding: 10px;
    height: 100px;
}

.modal textarea.form-textarea,
.modal input.form-input,
.modal select.form-select {
    width: 100%;
    margin: 0;
    padding: 0 12px;
}

.modal textarea.form-textarea:focus,
.modal textarea.form-textarea:hover,
.modal input.form-input:focus,
.modal input.form-input:hover,
.modal select.form-select:focus,
.modal select.form-select:hover {
    border: 0;
    outline: 1px solid #e6007e;
}

.modal input.file-block {
    font-size: 12px;
}

.modal button {
    margin-top: 5px;
}
form.contact-form .modal .modal-body {
    padding: 0 var(--bs-modal-padding) var(--bs-modal-padding) var(--bs-modal-padding);
}
form.contact-form .modal .modal-body-status {
    padding: var(--bs-modal-padding) var(--bs-modal-padding) 0 var(--bs-modal-padding);
}

.categories-tree .text_teasers__slot {
    margin-right: 1%;
    margin-bottom: 1%;
}

.categories-tree .text_teasers__slot--text li a.sub-cat,
.categories-tree .text_teasers__slot--title p a.main-cat {
    color: #374957;
    text-decoration: none;
}
.categories-tree .text_teasers__slot--text li a.sub-cat:hover,
.categories-tree .text_teasers__slot--title p a.main-cat:hover {
    color: #e6007e;
}

.swiper_products_block_box .product-label-box .product-label,
.category-filters-main__slot .product-label-box .product-label {
    padding: 3px 12px;
}

@media (min-width: 992px) {
    input#register_source_txt {
        margin-top: 36px;
    }
}

@media (min-width: 992px) {
  nav .navbar-bottom .dropdown-menu-box.thematic:has(.dropdown-menu.show) {
    left: 100%;
  }
  body #main-wrapper.opened-menu::after {
    top: 184px;
  }
  body:has(.fixed-header) #main-wrapper.opened-menu::after {
    top: 136px;
  }
}

.usb_container .accordion-body__col .product-wrapper .usb-big-img {
    display: block;
    max-width: 100%;
    height: auto;
}

.usb_container .accordion-body .usb-branding-box-second-type__slot a,
.usb_container .accordion-body .usb-branding-box-first-type__slot a {
    text-decoration: none;
}

.usb_container .accordion-body {
    gap: 25px;
}

.usb_container .accordion-body .usb-branding-box-first-type__slot a,
.usb_container .accordion-body .usb-branding-box-second-type__slot a,
.usb_container .accordion-body .usb-size-box__slot a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 14px 19px;
    text-align: center;
    text-decoration: none;
}

.usb_container .accordion-body .usb-branding-box-second-type__slot span,
.usb_container .accordion-body .usb-branding-box-first-type__slot span {
    line-height: 100%;
}

.usb_container .usb-summary-box__usb-quantity small span.green a,
.usb_container .usb-summary-box__usb-price small span.green a,
.usb_container .usb-summary-box__usb-availability small span.green a,
.usb_container .usb-summary-box__usb-branding small span.green a,
.usb_container .usb-summary-box__usb-comments small span.green a {
    font-size: 14px;
    text-decoration: none;
    color: #00ba28;
}

.usb_container .usb-summary-box__usb-quantity small span.green,
.usb_container .usb-summary-box__usb-price small span.green,
.usb_container .usb-summary-box__usb-availability small span.green,
.usb_container .usb-summary-box__usb-branding small span.green,
.usb_container .usb-summary-box__usb-comments small span.green {
    display: inline-flex;
    margin: -1px 4px 0px 4px;
    font-size: 16px;
    font-weight: 700;
    color: #00ba28;
}

.usb_container .accordion-body .colors-box .colors-row .colors-squares .color {
    border: 1px solid #ebebeb;
}

.usb_container .accordion-body .input-slot {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.usb_container .input-slot .input-column {
    display: flex;
    flex-direction: column;
}

.usb_container .input-slot label {
    margin-bottom: 8px;
}

.usb_container .input-slot input.form-input {
    margin: 0;
    padding: 0 12px;
    height: 50px;
    width: 100%;
}

.usb_container .white-btn {
    margin-top: 57px;
    height: 50px;
}
.usb_container .white-btn:hover img {
    content: url("../../assets/icons/common/buttons/button_white_arrow.svg?v=12321") !important;
}

.usb_container .usb-summary-box__title {
    padding: 12px 0;
}
.usb_container .usb-summary-box__usb-quantity,
.usb_container .usb-summary-box__usb-price,
.usb_container .usb-summary-box__usb-availability,
.usb_container .usb-summary-box__usb-branding {
    padding: 12px 24px;
}
.usb_container .usb-summary-box__usb-comments {
    padding: 12px 24px 12px 12px;
    margin: 24px;
}
.usb_container .usb-summary-box .aside-box-wrapper {
    padding-bottom: 0;
}
.usb_container .usb-summary-box__button a.orange-btn {
    margin: 24px 0 0 0;
}
.usb_container .usb-summary-box__usb-availability p.part,
.usb_container .usb-summary-box__usb-branding p.part {
    margin: 0;
    border-bottom: 1px solid #ebebeb;
    padding: 2px 0;
}
.usb_container .usb-summary-box__usb-availability p.part span,
.usb_container .usb-summary-box__usb-branding p.part span {
    width: 30%;
}
.usb_container .usb-summary-box__usb-availability p.part:last-of-type,
.usb_container .usb-summary-box__usb-branding p.part:last-of-type {
    border-bottom: 0;
}

.usb_container .usb-summary-box__usb-quantity small,
.usb_container .usb-summary-box__usb-price small,
.usb_container .usb-summary-box__usb-availability small,
.usb_container .usb-summary-box__usb-branding small,
.usb_container .usb-summary-box__usb-comments small,
.usb_container .usb-summary-box__usb-branding p.part {
    display: flex;
    font-size: 14px;
    color: #4a6375;
}
.usb_container .usb-summary-box__usb-comments .usb-comments-box__text p {
    margin: 0;
    font-size: 14px;
}
.usb_container .usb-summary-box__usb-comments .usb-comments-box__text p.title strong {
    display: block;
    margin: 15px 0 5px 0;
}
.usb_container .usb-summary-box__usb-comments .usb-comments-box__text p.title:first-of-type strong {
    margin: 0 0 5px 0;
}
.usb-finally-box__top .usb-info-text h2 span {
    color: #e6007e;
}
.usb_container .usb-summary-box {
    margin-bottom: 15px;
}
.usb_container .accordion-body .usb-img-box__slot {
    width: auto;
}

.cart-branding-product-box__middle__branding {
    position: relative;
}
.cart-branding-product-box__middle__branding .usb-configurator-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

.catalogs-container .catalogs-wrapper_col {
    min-height: 320px;
    height: auto;
}
.catalogs-container .catalogs-wrapper_col_bottom {
    height: auto;
    min-height: 110px;
}
.catalogs-container .catalogs-wrapper_col_top_left img {
    border: 1px solid #ccc;
}

@media (min-width: 992px) {

    .catalogs-wrapper_col_top.yt {
        display: flex;
        flex-wrap: wrap;
    }

    .catalogs-container.yt .catalogs-wrapper_col_top_left {
        margin: 0;
    }

    .catalogs-container.yt .catalogs-wrapper_col_top_left.yt {
        margin: 0 6% 0 0;
    }

    .catalogs-wrapper_col_top.yt .catalogs-wrapper_col_top_left,
    .catalogs-wrapper_col_top.yt .catalogs-wrapper_col_top_right {
        width: 47%;
    }
    .catalogs-wrapper_col_top.yt div.intro.yt {
        margin: 1% 0 0 0;
        width: 100%;
    }

    .lazy-yt {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        background: #000;
        cursor: pointer;
    }
    .lazy-yt img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100% !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    .lazy-yt .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 64px;
        height: 64px;
        background: url('https://img.icons8.com/ios-filled/50/ffffff/play-button-circled.png') no-repeat center center;
        background-size: contain;
    }

}

.product_card_gallery_info .product-info .catalog-price p,
.product_card_gallery_info .product-info .catalog-price a,
.product_card_gallery_info .product-info .product-price-box_top__left .catalog-price span {
    color: #434040;
    text-decoration: none;
}
.product_card_gallery_info .product-info .product-price-box_bottom__left span,
.product_card_gallery_info .product-info .product-price-box_bottom__left span a {
    font-size: 18px;
    color: #434040;
}

@media (min-width: 992px) {
    nav .navbar-bottom .menu-vertical-overflow {
        height: 445px;
    }
}

.category-wrapper .container {
    border: 0;
    background: transparent;
}
.category-wrapper .container .category-wrapper__right {
    border: 0;
    padding: 0;
    background: transparent;
    overflow: hidden;
}
.category-wrapper .container .category-wrapper__right img.promo {
    width: 100%;
    margin-bottom: 15px;
    border: none;
    box-shadow: none;
    display: block;
}

#branding_page_swiper .swiper-slide img,
#import-page-swiper .swiper-slide img {
    cursor: pointer;
}

.types-container.marking-benefits {
    padding-top: 32px;
    padding-bottom: 10px;
}

#hero.branding-page-hero,
#hero.branding-page-hero .hero_image,
#hero.branding-page-hero .hero_image img {
    background-color: transparent;
    height: 545px;
}

.article_swiper_box,
.blog_news_articles__slot {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    padding: 35px 35px 16px 35px;
    margin: 0 18px 0 0;
    border: 1px solid #ffffff;
    border-right: 0;
    background-color: #ffffff;
    height: 588px;
}

.blog_news_articles__slot .article_swiper_box__image,
.article_swiper_box__image {
    height: 380px;
}

@media (min-width: 992px) {
    .dashboard-orders__slot--left {
        width: 12%;
    }
    .dashboard-orders__slot--middle {
        width: 20%;
    }
}

.dashboard-orders__slot--left,
.dashboard-orders__slot--middle {
    margin-right: 25px;
}
.dashboard-orders__slot--right p.status {
    font-weight: 400;
}
.dashboard-orders__slot--right p span.in-progress {
    font-weight: 700;
    color: #e6007e;
}

footer .footer__container__top .first-column .newsletter-small-form label {
    font-size: 13px;
}

footer .footer__container__top .first-column .newsletter-small-form input.email2 {
    all: unset;
    height: 50px;
    background-color: #ffffff;
    padding: 0 20px;
}
footer .footer__container__top .first-column .newsletter-small-form button {
    all: unset;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 88px;
    min-width: 80px;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    color: #ffffff;
    background-color: #374957;
    cursor: pointer;
}

#about_us .about-us-box__text a {
    color: #5a268e;
    text-decoration: none;
}
#about_us .about-us-box__text a:hover {
    color: #e6007e;
}

#info_section .info-section-box__slot {
    display: flex;
    flex-direction: column;
    align-items: center; /* zostawia wyrównanie w poziomie */
    justify-content: flex-start; /* elementy zaczynają od góry */
    text-decoration: none;
}

#hero.import-blue .hero_content--strong p {
    display: flex;
    line-height: 140%;
}

#promo_products_container {
    position: relative;
    background-color: #f2f3f7;
    padding: 60px 0 0 0;
}

.mp-titles .mp-title h2,
.mp-titles .mp-title a {
    text-align: left;
    font-size: 32px;
}

.dashboard-main-box .box-content.big-arrow span {
    position: absolute;
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    padding-right: 40px;
}

.dashboard-main-box .box-content .supervisor-box__right img {
    border: 0;
}

.faq_content .accordion-item a {
    color: #e6007e !important;
    text-decoration: none !important;
}
.faq_content .accordion-item a:hover {
    text-decoration: underline !important;
}

.dashboard-table table tr {
    height: 65px;
}

.dashboard-main-box-large .bottom-boxes .value-box b.orange {
    color: #e6007e;
}

@media (max-width: 991px) {
    #main-wrapper .mp-titles .mp-title,
    #main-wrapper .mp-titles .mp-superscription {
       text-align: center !important;
       width: fit-content;
    }
    #main-wrapper .mp-titles .mp-title h2,
    #main-wrapper .mp-titles .mp-title a {
        width: 100%;
        text-align: center;
        line-height: 38px;
    }
    #about_us .about-us-box__text span {
        font-size: 16px !important;
    }
    .blog_swiper .article_swiper_box,
    .news-articles-wrapper .article_swiper_box{
        margin-right: 0;
    }
    #swiper .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    #swiper .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        border: 2px solid #cbcbcb;
    }
    .mp-titles .mp-superscription h3,
    .mp-titles .mp-superscription a {
        margin-bottom: 12px;
    }
    footer .footer__container__bottom p {
        margin: 0 16px;
    }
    .mp-titles .mp-description span {
        font-size: 14px;
    }
}

.promo_products_swiper .swiper_products_block_box__top .catalog-price p span {
    font-size: 18px;
}

.promo_products_swiper .swiper_products_block_box__top .your-price span.promo,
.category-filters-main__slot__top .your-price span.promo,
.category-filters-main__slot__top .catalog-price p span.promo {
    color: #e6007e;
    font-weight: 600;
    font-size: 18px;
}

.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__files .upload-files-box span,
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__files .upload-files-box a {
    line-height: 10px;
    font-size: 10px;
}

.product_card_gallery_info .product-info_code span.copycode {
    font-size: 0.75em;
    font-weight: 500;
    color: #5c5c5c;
    cursor: pointer;
}

.category-top-filters {
    margin-bottom: 10px;
}
.category-top-pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 10px 0;
}
.category-top-pagination__slot {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.category-top-pagination__slot p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: #374957;
    margin: 0;
}
.category-top-pagination__slot .pagination {
    padding: 0;
}
@media (max-width: 991px) {
    .pagination_container .element {
        margin: 0;
    }
}
.pagination_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

nav .navbar-bottom .offert-nav-toggler {
    margin-right: 35px;
}
nav .navbar-bottom .main-nav-item > a {
    font-size: 15px;
}

.logo-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.logo-thumbnail {
    width: 30%;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}

.logo-thumbnail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.logo-thumbnail:hover {
    background-color: #f0f0f0;
}

.logo-thumbnail p {
    margin: 10px 0 0 0;
}

.dashboard-main-box .box-content button.profile-samples {
    all: unset;
    width: auto;
    height: 35px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #374957;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    color: #374957;
    padding: 0 10px;
}
.dashboard-main-box .box-content button.profile-samples:hover {
    border: 1px solid #e6007e;
    background-color: #e6007e;
}
.dashboard-main-box .box-content button.profile-samples a {
    display: block;
    text-decoration: none;
    text-transform: none;
    color: #374957;
    margin: 0;
}
.dashboard-main-box .box-content button.profile-samples:hover a {
    color: #fff;
}

.hidden     { display: none !important; }
.visible    { display: block !important; }
.visible-l  { display: table-row !important; }

.cart_container .sumary_box--netto p.samples_alert,
.calculator_container .sumary_box--netto p.samples_alert,
.negotiator_container .sumary_box--netto p.samples_alert,
.usb_container .sumary_box--netto p.samples_alert {
    padding: 0 5px;
    text-align: center;
}

.grey-btn,
.grey-btn:hover {
    border: 1px solid #252525;
    background-color: #afafaf;
    color: #000000;
}

nav .nav-account-cart .cart-value {
    margin-top: -10px !important;
}
div.top-cart-samples {
    position: relative;
    top: 10px;
    right: 50px;
}
div.top-cart-samples span {
    font-weight: 700 !important;
    font-size: 12px !important;
}

.cart-branding-product-box__middle .product_card_tabs {
    position: relative;
    width: 100%;
    display: block;
}

.dashboard-wrapper .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dashboard-wrapper .title p {
    margin: 0;
}
.dashboard-wrapper .title p.new-offer {
    padding-right: 40px;
}
.dashboard-wrapper .title p.new-offer a {
    margin-top: 0;
}
.dashboard-wrapper .title p.new-offer a:hover,
.dashboard-wrapper .title p.new-offer a:focus {
    border: 1px solid #e6007e;
}

.offertspage_container.step_three .offertspage-table_box .offertspage-products-table tbody tr td .bottom-quantity-box-with-btn .bottom-quantity-box p {
    font-size: 12px;
}

.cart_container.step_three .cart-products-table tr td .delivery-price-info-box__text p {
    font-size: 12px;
    line-height: 1.2em;
    padding: 0;
    margin: 0 0 5px 0;
}
.cart_container.step_three .cart-products-table tr td .delivery-price-info-box__text .text,
.cart_container.step_three .cart-products-table tr td .delivery-price-info-box__text .price {
    font-size: 14px;
}

@media (max-width: 768px) {
    .category-top-pagination {
        display: block;
    }
    .category-top-pagination p {
        text-align: center;
        width: 100%;
        margin: 0 auto 10px auto;
    }
}

.category-menu.filters {
    margin-top: 15px;
    width: 255px;
    margin-right: 0;
}

.category-menu.filters .accordion-header button {
    padding-left: 10px !important;
}

.category-menu.filters .accordion-item:last-of-type .accordion-header button {
    margin-bottom: 0;
}
.category-menu.filters .accordion-item:last-of-type button {
    border-bottom: 1px solid #e6e6e6;
}

.category-menu.filters .accordion-item .accordion-body {
    background-color: #fff !important;
}

.category-menu.filters .custom-checkbox-container {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding-top: 2px;
    margin-bottom: 8px;
    color: #212321;
}

.category-menu.filters .custom-checkbox-container .custom-checkbox-checkmark {
    width: 18px;
    height: 18px;
}

.category-menu.filters .custom-checkbox-container .custom-checkbox-checkmark::after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 9px;
}

.category-menu.filters .accordion-item .accordion-body .menu-slot {
    display: block;
    border: 0;
    padding-left: 10px !important;
}

@media (min-width: 992px) {
    .category-left-filters-box .category-left-filters__slot .content.content-wide,
    .category-menu.filters .accordion-item .accordion-body .menu-slot.content-wide {
        column-count: 2;
        column-gap: 5px;
    }
    .category-left-filters-box .category-left-filters__slot .content.content-wide label.custom-checkbox-container,
    .category-menu.filters .accordion-item .accordion-body .menu-slot.content-wide label.custom-checkbox-container {
        display: block;
        break-inside: avoid;
        margin-bottom: 8px;
    }
}

.category-menu.filters .accordion-item .accordion-body .menu-slot:first-of-type {
    padding-top: 10px;
}
.category-menu.filters .accordion-item .accordion-body .menu-slot:last-of-type {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}
.category-menu.filters .accordion-item .accordion-body .menu-slot:has(a.active),
.category-menu.filters .accordion-item .accordion-body .menu-slot:hover {
    background-color: #fff !important;
}

.category-menu.filters .accordion-item:last-of-type .menu-slot:last-of-type {
    border-bottom: 0;
}
.category-menu.filters .accordion-item .accordion-body .menu-slot .color {
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
}

.shop-creator-wrapper .shopcreator-content .shopcreator-prices__slot label small {
    font-size: 12px;
    font-weight: 400;
}

.product_card_tabs .tab-content {
    padding-bottom: 0;
}

.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__top {
    background-color: #faf8f8;
}

.category-filters-main__slot__bottom .catalog-price p.pricing {
    padding: 30px 0 0 0;
}
.category-filters-main__slot__bottom .catalog-price p.pricing a {
    text-decoration: none;
    font-weight: 700;
    color: #e6007e;
}
.category-filters-main__slot__bottom .catalog-price p.pricing a:hover {
    color: #374957;
}

.cart_container.step_four .cart-table_box .cart-your-data-container__col .title p.header-enhanced {
    color: #e6007e;
}

.product_card_gallery_info .product-info .product-more-box {
    all: unset;
}

/* Kontener główny ramki */
.checkbox-frame.selectable-active {
    position: relative;
    border: 2px solid #ebebeb;
    border-radius: 0px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    padding: 45px 15px 15px 15px;
    background: #fff;
    box-sizing: border-box;
}

/* Efekt najechania */
.checkbox-frame.selectable-active:hover {
    border-color: #afafaf;
}

/* Stan po zaznaczeniu ramki */
.checkbox-frame.is-selected {
    border-color: #f26521;
    background-color: #fffbf9;
}

/* Główny kontener */
.checkbox-frame div.prices_marking {
    width: 100% !important;
    max-width: 320px;
    margin: 6px auto;
    background: transparent !important;
}

/* Styl dla wyśrodkowanego nagłówka */
.checkbox-frame div.prices_marking h4 {
    margin: 14px 0 14px 0 !important; /* Odstęp na dole */
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #4a6375 !important;
    text-align: left !important; /* Wyśrodkowanie tekstu */
}

/* Każdy wiersz jako elastyczna linia */
.checkbox-frame div.prices_marking p {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 5px 4px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: 15px !important;
}

/* Przerywana linia rozdzielająca – ukryta w ostatnim wierszu */
.checkbox-frame div.prices_marking p:not(:last-child) {
    border-bottom: 1px dashed #e2e8f0 !important;
}

/* Kolor/Nazwa (lewa strona) */
.checkbox-frame div.prices_marking .color {
    color: #64748b !important;
    margin-right: 30px !important; /* Wymuszony odstęp minimalny */
}

/* Cena (prawa strona) */
.checkbox-frame div.prices_marking .price {
    color: #4a6375 !important;
    font-weight: 500 !important;
    margin-left: auto !important; /* Pcha cenę do prawej krawędzi */
    text-align: right !important;
}

/* Bezpiecznik: Resetowanie i nadpisywanie agresywnych stylów szablonu dla spanów */
.checkbox-frame div.prices_marking p span {
    display: inline-block !important;
    width: auto !important;
    float: none !important;
    white-space: nowrap !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Pasek górny (tekst + checkbox) */
.selection-top-bar {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: end;
    justify-content: flex-end;
    z-index: 10;
    width: 25px;
    height: 25px;
}

/* Stylizacja checkboxa */
.frame-selector-input {
    width: 25px !important;
    height: 25px !important;
    cursor: pointer;
    margin: 0 !important;
    flex-shrink: 0;
}

/* Poprawka dla obrazka, aby nie blokował kliknięć jeśli potrzeba */
.checkbox-frame .image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

div#nav-branding {
    background-color: #fff;
}
div#nav-branding p.frames-choice {
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f4f4f4;
}

.cart_container.step_four .cart-table_box .cart-your-data-container__col .title.send-address {
    height: auto !important;
    min-height: 70px;
    display: flex;
    flex-direction: column;
}
.cart_container.step_four .cart-table_box .cart-your-data-container__col #saved-address {
    width: 100%;
    border: 1px solid #dadada;
}

.pdf-spinner {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.loader-container {
    text-align: center;
}

.cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--select {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 768px) {
    .cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--input {
        padding: 0;
    }
    .cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-button:has(.next),
    .cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-button.right-btn {
        left: unset;
        right: 0 !important;
    }
    .cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-button.left-btn {
        right: unset;
        left: 0 !important;
    }
}

/* === Slajd 360 === */
.slide-360 .view360-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    overflow: hidden;
}

.slide-360 .iframe-360 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* === Miniatura 360 === */
.thumb-360 {
    position: relative;
    overflow: hidden;
}

/* wyśrodkowanie idealnie na środku */
.thumb-360-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    pointer-events: none;
    z-index: 2;
    opacity: 0.9;
}

/* opcjonalne przyciemnione tło */
.thumb-360-badge::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(2px);
    border-radius: 50%;
}

/* SVG nad tłem */
.thumb-360-badge svg {
    position: relative;
    z-index: 1;
    width: 54px;
    height: 54px;
    color: #fff;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.6));
}

.cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom, .calculator_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom, .negotiator_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom, .usb_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom {
    justify-content: left;
}

.cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom .custom-checkbox-container {
    padding-left: 35px;
}

.cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom label.colors_mix {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.70em;
    margin-right: 10px;
    width: 50%;
}
.cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom label.colors_mix span.label {
    display: inline-block;
    margin-top: 3px;
}

.category-filters-main__slot .product-label-box .product-label,
.swiper_products_block_box .product-label-box .product-label {
    border-radius: 2px;
    padding: 1px 4px;
    height: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.category-filters-main__slot .product-label-box .product-label p,
.swiper_products_block_box .product-label-box .product-label p {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.product_card_gallery_info .product-info .product-more-box,
.product_card_gallery_info .product-info .product-price-box,
.product_card_gallery_info .product-info .product-price-box_top {
    width: 100% !important;
}

.product_card_gallery_info .product-info .product-price-box_bottom__left,
.product_card_gallery_info .product-info .product-price-box_top__left {
    width: 65% !important;
}
.product_card_gallery_info .product-info .product-to-cart-box,
.product_card_gallery_info .product-info .product-price-box_top__right {
    width: 35% !important;
}

.product_card_gallery_info .product-info .product-more-box__row .product-more-box__col {
    width: 50% !important;
}

/* Add to cart button with an inline quantity input */
.product_card_gallery_info .product-info .product-to-cart-box {
    display: flex;
    align-items: stretch;
    height: 84px;
    background-color: #e6007e;
}
.product_card_gallery_info .product-info .product-to-cart-box .product-price-box_bottom__right {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    background-color: transparent;
}
.product_card_gallery_info .product-info .product-to-cart-box__qty-group {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex: 0 0 auto;
    gap: 3px;
    padding: 6px 6px 6px 24px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.35);
}
.product_card_gallery_info .product-info .product-to-cart-box__qty {
    all: unset;
    box-sizing: border-box;
    --qty-base-w: 43px;
    width: var(--qty-base-w);
    padding: 5px 2px 5px 5px;
    text-align: center;
    color: #212321;
    font-size: 13px;
    font-weight: 500;
    cursor: text;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    transition: border-color 0.2s ease;
}
.product_card_gallery_info .product-info .product-to-cart-box__qty:hover,
.product_card_gallery_info .product-info .product-to-cart-box__qty:focus {
    border-color: #e6007e;
}
.product_card_gallery_info .product-info .product-to-cart-box__qty::-webkit-outer-spin-button,
.product_card_gallery_info .product-info .product-to-cart-box__qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product_card_gallery_info .product-info .product-to-cart-box__qty[type="number"] {
    -moz-appearance: textfield;
}
.product_card_gallery_info .product-info .product-to-cart-box__qty-unit {
    color: rgba(255, 255, 255, 0.85);
    font-size: 11px;
    font-weight: 400;
    white-space: nowrap;
}
@media (max-width: 991px) {
    .product_card_gallery_info .product-info .product-to-cart-box__qty-group {
        padding: 4px;
        gap: 2px;
    }
    .product_card_gallery_info .product-info .product-to-cart-box__qty {
        --qty-base-w: 37px;
        font-size: 12px;
    }
    .product_card_gallery_info .product-info .product-to-cart-box__qty-unit {
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .product_card_gallery_info {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .product_card_gallery_info .product-info {
        width: 50%;
    }
}

.vog-promo-box {
    display: flex !important;
    align-items: center;
    color: #fff;
    background-color: #374957;
    border-color: #374957;
    font-size: 12px;
    padding: 15px;
    text-decoration: none;
}

/* Zachowanie po najechaniu myszką */
.vog-promo-box:hover {
    text-decoration: none;
}

.vog-promo-box svg {
    width: 50px;
    min-width: 50px;
    height: auto;
    margin-right: 30px;
}

.vog-promo-box-text {
    flex: 1;
    line-height: 1.4;
}

.vog-buttons-container {
    padding-right: 0;
}

@media (min-width: 992px) {
    .vog-buttons-container {
        padding-left: 0;
    }
}

.vog-panel-banner,
.dashboard-wrapper .vog-panel-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100% !important;
}

@media (max-width: 992px) {
    .dashboard-wrapper .vog-panel-title p span {
        display: block;
        width: 100%;
        font-size: 10px;
    }
}

.dashboard-main-box--full {
    width: 100%;
    margin-right: 0;
}

.calculator_container .accordion-container .accordion-body__col p.quantity {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.calculator_container .accordion-container .accordion-body__col p.quantity span,
.calculator_container .accordion-container .accordion-body__col p.quantity input {
    margin: 0;
}
.calculator_container .accordion-container .accordion-body__col p.quantity input {
    width: 50%;
}

.product_card_tabs .tab-content .tab-pane .branding-row-elements .branding-col-card .title {
    text-align: center;
    height: 70px;
}
.product_card_tabs .tab-content .tab-pane .branding-row-elements .branding-col-card .title p {
    font-size: 12px;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .calculator_container {
        margin-top: 210px;
        transition: margin-top 0.3s ease;
    }
}

.visualisation-buttons a {
    width: 100%;
    margin: 2px 0;
}

.cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom, .calculator_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom, .negotiator_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom, .usb_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom {
    justify-content: left;
}

.cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom .custom-checkbox-container {
    padding-left: 35px;
}

.cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom label.colors_mix {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.65em;
    line-height: 1em;
    margin: 15px 0;
    width: 50%;
}
.cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom label.colors_mix span.label {
    display: inline-block;
    margin-top: 3px;
}

.cart_container .cart-table_box .cart-products-table tbody tr td .table-product-box__bottom .custom-checkbox-checkmark {
    top: 0;
}

@media (min-width: 576px) {
    .calculator_container {
        margin-top: 0;
        transition: margin-top 0.3s ease;
    }
}

#VisualGeneratorModal .form-group {
    margin: 15px 0 0 0;
}

#VisualGeneratorModal #vog_gf_infobox {
    margin-top: 15px;
    margin-bottom: 0;
}

.view360-pane.show {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    text-align: center;
}

.view360-iframe {
    width: 900px;
    height: 700px;
    max-width: 100%;
    border: 0;
    padding: 0;
    margin: 0 auto;
}

.contact-wrapper_col-wide {
    width: calc(66.6% - 23px) !important;
}

@media (max-width: 860px) {
    .contact-wrapper_col-wide {
        width: 100% !important;
    }
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-row .input-slot {
    flex: 1 1 0;
    min-width: 0;
}

@media (max-width: 767px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }
}

/* ===== 3 kolumny na PC ===== */
.catalogs-container .catalogs-wrapper_col.yt {
    width: calc(33.333% - 20px);
    margin-right: 20px;
}

.catalogs-container .catalogs-wrapper_col_top.yt {
    height: auto !important;
    min-height: 290px;
}

.catalogs-container .catalogs-wrapper_col.yt:nth-of-type(3n) {
    margin-right: 0;
}

/* Wyłącz starą regułę 2-kolumnową */
.catalogs-container .catalogs-wrapper_col.yt:nth-of-type(2n) {
    width: calc(33.333% - 20px);
    margin-right: 20px;
}

/* ===== Mobile - 1 kolumna ===== */
@media (max-width: 768px) {
    .catalogs-container .catalogs-wrapper_col.yt {
        width: 100%;
        margin-right: 0;
    }

    .catalogs-container .catalogs-wrapper_col.yt:nth-of-type(2n),
    .catalogs-container .catalogs-wrapper_col.yt:nth-of-type(3n) {
        width: 100%;
        margin-right: 0;
    }
}

footer .footer__container__bottom .contip img {
    margin-top: 6px;
}

#info_section .info-section-box__slot .info_section__top p {
    font-size: 18px;
    line-height: 120%;
}

.dashboard-main-box .box-content .supervisor-box__right {
    padding: 0 !important;
}
.dashboard-main-box .box-content .supervisor-box__right img {
    border-radius: 0;
    margin: 0;
}

.article_swiper_box, .blog_news_articles__slot {
    height: 450px;
}

.blog_swiper .swiper-slide .article_swiper_box__text--date h3 a,
.blog_swiper .swiper-slide .article_swiper_box__text--title h3 a,
.article_swiper_box__text--title h3 a {
    line-clamp: 10;
    -webkit-line-clamp: 10;
}

.shop-creator-wrapper .shopcreator-content .shopcreator-type-use__slot.short-slot,
.shop-creator-wrapper .shopcreator-content .shopcreator-checks__slot.short-slot {
    padding: 16px 30px 26px 30px;
}

.branding_articles__slot {
    height: 500px;
}

.shop-creator-wrapper .shopcreator-content .shopcreator-banners-slot__checkboxes label {
    line-height: 1.25em;
}

.grey-background .register .login-form .inputs-wrapper {
    align-items: stretch;
}
.grey-background .register .login-form .login-info-box {
    flex: 1 1 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fdf5fa;
    border: 1px solid #fdc5e4;
    border-radius: 0;
    box-shadow: none;
    padding: 32px 36px;
    margin-left: 5%;
}
.grey-background .register .login-form .login-info-box__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.grey-background .register .login-form .login-info-box__header span {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    color: #212321;
}
.grey-background .register .login-form .login-info-box p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: #8a8a8a;
}
.grey-background .register .login-form .login-info-box p a {
    color: #e6007e;
    text-decoration: none;
}
.grey-background .register .login-form .login-info-box p a:hover {
    text-decoration: underline;
}
@media (max-width: 991px) {
    .grey-background .register .login-form .login-info-box {
        flex: 1 1 100%;
        margin-left: 0;
        margin-top: 20px;
        padding: 24px;
    }
}
@media (max-width: 760px) {
    .grey-background .register .login-form .login-info-box {
        padding: 20px;
    }
    .grey-background .register .login-form .login-info-box__header span {
        font-size: 18px;
    }
    .grey-background .register .login-form .login-info-box p {
        font-size: 15px;
    }
}

#hero .hero_content {
    max-width: 600px;
}
#hero .hero_content p {
    color: #202020;
}

.dashboard-wrapper .program-benefits-box__left .benefit-row-box,
.dashboard-wrapper .program-benefits-box__right {
    background: #fff;
}

.cart_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--text p,
.calculator_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--text p,
.negotiator_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--text p,
.usb_container .cart-table_box .bottom-cart-box-with-btn .bottom-cart-box--text p,
.product_card_tabs .tab-content .tab-pane .branding-row-elements .branding-col-card .product-icons a.btn,
.cart_container.step_two .cart-products-table tr td .cart-branding-product-box__middle__branding .branding-select-types__row .types-col p,
.calculator_container .accordion-container .accordion-body .one-col-box .two-rows-box .col .calc-select-types__row .types-col p {
    font-size: 14px;
}

.bottom-cart-box--text small {
    font-size: .675em;
}

.cart_container.step_three .cart-products-table tr td:nth-of-type(2) {
    border-right: 0;
}