.custom-checkbox-checkmark {
    border: 1px solid #ccc;
}

.price-gross-value {
    display: none;
}

.contact-container .contact-wrapper_col .send-form-right .color-btn.newsletter-btn {
    margin-top: 15px;
}

.contact-container .contact-wrapper_col .send-form-left label.newsletter-terms-title span.title {
    width: 100%;
    display: block;
    padding: 7px 0 0 20px;
}

.contact-container .contact-wrapper_col .contact-grey-box p {
font-family: "Roboto Condensed", serif !important;
    display: flex;
    margin: 0 0 16px 0;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 18.75px;
    color: #374957;
    text-decoration: none;
    white-space: pre;
}

i.icon-custom-ulubione-small {
    width: 32px;
    height: 28px;
    background: url("../assets/icons/common/favourites.png") no-repeat 0 0;
    background-size: 32px 56px; /* 2 * 28px = 56px wysokości dla całego sprite'a */
    cursor: pointer;
    margin: 0 auto;
    border-radius: 10px;
    padding: 2px 10px;
    display: inline-block;
}

.icon-fav-outline i.icon-custom-ulubione-small.active,
.icon-fav-outline i.icon-custom-ulubione-small:hover,
i.icon-custom-ulubione-small.active,
i.icon-custom-ulubione-small:hover {
    background-position: 0 -28px;
}

.icon-fav-outline i.icon-custom-ulubione-small {
    position: absolute;
    top: 25px;
    right: 25px;
    flex-wrap: wrap;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
    padding: 2px 10px;
}

.register-page .register-content .register-checkboxes .custom-checkbox-container:has(.register-checkbox) .custom-checkbox-checkmark::after {
    top: 2px;
    left: 5px;
}
.dashboard-menu .menu-links-container .menu-hello-box strong {
    font-size: 16px;
}

.swiper_products_block_box {
    height: 475px;
}
.promo_products_swiper .swiper_products_block_box__top .products-image {
    margin: 24px auto;
}

.product_card_gallery_info .product-info .branding-custom-select .branding-select-text-content p.green span.price_str {
    display: inline-flex;
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    color: #68b236;
    margin-bottom: 2px;
    margin-left: 0;
    width: 100%;
}

.cart_container .cart-table_box .cart-products-table tbody tr.summary .summary-files-box__left .add-files {
    width: 420px;
    height: auto;
    border: 1px dashed #374957;
    cursor: pointer;
}
.cart_container .cart-table_box .cart-products-table tbody tr.summary .summary-files-box__left .add-files .files-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 6px;
}
.cart_container .cart-table_box .cart-products-table tbody tr.summary .summary-files-box__left .add-files .files-btn .files {
    width: 100%;
    border: 0;
    font-size: 10px;
    padding: 4px 0;
}
.cart_container .cart-table_box .cart-products-table tbody tr.summary .summary-files-box__left .add-files .files-top .add-files-img {
    margin-right: 21px;
}
.cart_container .cart-table_box .cart-products-table tbody tr.summary .summary-files-box__left .add-files .files-top .add-files-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 18.75px;
    color: #333333;
    margin: 0;
}
.cart_container .cart-table_box .cart-products-table tbody tr.summary .summary-files-box__left .add-files .files-btn {
    cursor: pointer;
}
.cart_container .cart-table_box .cart-products-table tbody tr td .delete-icon span {
    cursor: pointer;
}
.cart_container .expan-marking {
    cursor: pointer;
}
.cart_container .expan-marking img {
    transition: transform 0.3s ease;
}
.cart_container.step_two .cart-table_full_box .delivery-address-box .other-address-checkbox-wrapper .custom-checkbox-container.other-address-checkbox .custom-checkbox-checkmark::after {
    left: 4px;
    top: 2px;
}
#cart-outline .delivery-company {
    display: none;
}
.cart_container .summary-aside .summary-box__full-price .loader {
    padding: 0;
    margin: 0;
    width: 120px;
}
.category-left-filters-box .category-left-filters__slot .content .custom-checkbox-container .custom-checkbox-checkmark::after {
    top: 3px;
    left: 6px;
}

.category-menu .accordion-item .accordion-body .submenu {
    padding: 4px 4px 4px 58px;
    display: none;
}

.category-menu .accordion-item .accordion-body .submenu .menu-subslot {
    font-size: 90%;
    color: #555;
}
.category-menu .accordion-item .accordion-body .submenu .menu-subslot a {
    color: #555;
}
.category-menu .accordion-item .accordion-body .submenu .menu-subslot a.active {
    color: #c90c0f !important;
}

.our_brands_swiper .swiper-slide img, .import-page-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px; /* dopasuj wg potrzeb */
}
.our_brands_swiper .swiper-slide img, .import-page-swiper .swiper-slide img {
    max-height: 80px;       /* ogranicz wysokość */
    max-width: 100%;        /* zapobiega wychodzeniu poza slide */
    object-fit: contain;    /* zachowuje proporcje */
    display: block;
}

.product_card_gallery_info .product-info_quantity {
    margin-bottom: 15px;
}

.payment-group { margin-top: 20px; }
.payment-methods { display: flex; flex-wrap: wrap; gap: 10px; }
.payment-method {
    text-align: center;
    width: 100px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    transition: box-shadow 0.3s;
    text-decoration: none;
    color: inherit;
}
.payment-method:hover {
    box-shadow: 0 0 8px #888;
}
.payment-method img {
    width: 80px;
    height: auto;
    margin-bottom: 5px;
}
.payment-method small {
    display: block;
    font-size: 0.85em;
}

.send-form-right {
    margin-top: 0;
}

.modal.inquiry {
    --bs-modal-width: 650px;
}

.modal-content {
    border-radius: 0;
}
.modal.inquiry .modal-content {
    border-radius: 20px;
}
.modal.inquiry .modal-content h1 span.title {
    font-weight: 700;
    font-size: 22px;
    line-height: 136%;
    text-transform: uppercase;
    color: #003671;
}
.modal.inquiry .modal-content input.form-input,
.modal.inquiry .modal-content textarea {
    background-color: #f4f4f4;
    border-radius: 10px;
    margin: 0;
}
.modal.inquiry .modal-content .white-btn {
    border-radius: 20px;
}
.modal.inquiry .modal-content .color-btn {
    background: #21a500;
    border: 1px solid #21a500;
    border-radius: 20px;
    color: #ffffff;
}
.modal.inquiry .modal-content .color-btn:hover {
    background-color: rgb(22.8, 114, 0);
}
.modal.inquiry .modal-content .custom-checkbox-container {
    font-weight: 400;
    font-size: 12px;
    line-height: 156%;
    color: #212321;
}

.modal.inquiry .modal-body.modal-body-status {
    padding: 1rem;
}

.modal-header {
    align-items:normal
}
.modal-header .btn-close {
    padding: 0;
    margin: 0;
}
.modal-header .modal-title span.myname {
    color: #003671;
}
.modal-content .input-group {
    gap: 20px;
}
.modal-content .input-group .input-slot {
    flex: 1;
    min-width: 0;
}
.modal-content .input-slot input,
.modal-content .input-slot textarea {
    width: 100%;
}
.modal-content .alert-div .alert {
    margin-bottom: 0;
}
.modal-content textarea.form-textarea {
    height: 100px;
}
.modal-body.modal-body-status {
    padding: 1rem 1rem 0 1rem;
}
.modal-footer {
    padding: 0 0.75rem 0.75rem 0.75rem;
}

.product_card_gallery_info .product-info .catalog-price p span {
    justify-content: flex-start;
    align-items: flex-start;
}

.product_card_gallery_info .product-info .catalog-price p span small {
    font-size: 16px;
    color: #242424;
}

.category-filters-main__slot__top .products-title,
.promo_products_swiper .swiper_products_block_box__top .products-title {
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 auto 6px;
}

.promo_products_swiper .swiper_products_block_box__top .products-colors .color,
.promo_products_swiper .swiper_products_block_box__top .products-colors .color {
    width: 22px;
    height: 22px;
    border: 1px solid #8a8a8a;
}
.promo_products_swiper .swiper_products_block_box__top .products-colors .color,
.category-filters-main__slot__top .products-colors .color {
    margin-left: -4px;
    z-index: 1;
}
.promo_products_swiper .swiper_products_block_box__top .products-colors .color,
.category-filters-main__slot__top .products-colors .color {
    position: relative; /* potrzebne dla z-index */
    width: 19px;
    height: 19px;
    margin-right: 1px;
}

.category-filters-main__slot__top .catalog-price p span a,
.promo_products_swiper .swiper_products_block_box__top .catalog-price p span a {
    font-size: 16px;
}

.copy-msg {
    color: #2e7d32;
    font-weight: 500;
}

nav .dropdown-menu .dropdown.dropend .dropdown-menu.second-lvl-menu li:first-of-type a {
    background: #c2defd;
    border-radius: 10px;
}

nav .dropdown-menu .dropdown.dropend .dropdown-menu.second-lvl-menu li:first-of-type a:hover {
    background: #e63027;
}

#main-wrapper:has(.section-about-us) {
    background-color: #f2f3f7;
    padding-bottom: 15px;
}

.review-box {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 20px;
}
.review-box h2 {
  font-size: 22px;
  margin-bottom: 15px;
}
.review-box iframe {
  width: 100%;
  height: 500px;
  border: 0;
  border-radius: 8px;
}
.review-box .notice {
  font-size: 13px;
  color: #777;
  margin-top: 10px;
}

.category-filters-main__slot__top .products-code {
    margin: 0;
}
.category-filters-main__slot__top .catalog-price p {
    margin: 2px 0;
}
.category-filters-main__slot__top .catalog-price p span {
    margin: 8px 0 0 0;
}
.category-filters-main__slot__top .products-image {
    margin: 24px auto 50px;
}
.category-filters-main__slot {
    height: 425px;
}

.promo_products_swiper .swiper_products_block_box__top .products-colors,
.category-filters-main__slot__top .products-colors {
    height: 35px;
    margin-bottom: 16px;
}

.promo_products_swiper .swiper_products_block_box__top .products-code {
    margin: 25px 0 0 0;
}

.category-filters-main__slot .product-label-box {
    top: 170px;
    left: 10px;
}

/*
.category-filters-main__slot__top {
    padding: 0 8px 8px 8px;
}
.category-filters-main__slot__top .products-image {
    width: 200px;
    height: 200px;
}
*/

.category-filters-main__slot__top .products-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 0;
}

.category-top-seo-text h1 {
    font-size: 28px;
}

.category-top-seo-text h1 span {
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    color: #003671;
}

.category-top-filters__slot select,
.category-top-filters__slot label {
    font-size: 12px;
}
.category-top-seo-text .category-seo-top-desc p {
    font-size: 14px;
}

.contact-team {
    padding: 0 0 30px 0;
}
.contact-team-slot__data.staff {
    margin: 0 auto;
    text-align: center;
}
.contact-team-slot__data.staff span {
    display: block;
}
.contact-team-slot__img {
    height: 245px;
}

.icon-contact-box.staff {
    gap: 12px;
    justify-content: center;
    align-items: center;
}

label.nt1-label span#nt1-toggle {
    display: block;
    font-size: 12px;
    color: #fff;
    width: 100%;
    margin: 2px 0;
    cursor: pointer;
}

label.nt1-label span#nt1-more {
    display: block;
    font-size: 12px;
    color: #fff;
    width: 100%;
    margin: 2px 0;
}

form.send-form-box {
    width: 100%;
}

nav #nav-searchbar input {
    padding: 0 48px 0 28px;
}

@media (min-width: 992px) {
    nav .dropdown-menu li a:hover img,
    nav .dropdown-menu .dropdown.dropend .dropdown-toggle.show img {
        filter: none;
    }
}

nav .dropdown-item:focus, nav .dropdown-item:hover {
    color: var(--bs-dropdown-link-color);
    text-shadow: none;
}

@media (min-width: 992px) {
    nav .navbar-brand img {
        margin-top: -15px;
        height: 50px;
    }
}

@media (max-width: 1640px) {
    .category-filters-main {
        gap: 18px;
    }
    .category-filters-main__slot {
        width: calc(25% - 14px);
    }
    .category-filters-main__slot,
    .category-filters-main__slot:nth-of-type(3n) {
        margin: 0 !important;
    }
    .promo_products_swiper .swiper_products_block_box__top .products-title h3,
    .category-filters-main__slot__top .products-title h3.text-start {
        font-size: 16px;
    }
}

.promo_products_swiper .swiper_products_block_box__top .products-title h3 {
    font-size: 16px !important;
}

@media (max-width: 1060px) {
    .category-filters-main {
        margin-top: 18px;
    }
    .category-left-helpbox {
        margin: 18px 0 0 0;
    }
}

@media (max-width: 767px) {
    .category-filters-main__slot {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

.category-filters-main__slot__top .products-image {
    max-width: 100% !important;
}

footer .footer__container__top .third-column strong,
footer .footer__container__top .fourth-column strong {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: #ffffff;
    margin: 0 0 16px 0;
}

.pagination_container .element {
    border-radius: 10px;
    width: 40px;
    height: 40px;
}

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

nav .dropdown-menu li a:hover img,
nav .dropdown-menu .dropdown.dropend .dropdown-toggle.show img {
  filter: none !important;
}

@media (min-width: 992px) {
  nav .navbar-brand img {
    position: relative;
    top: 20px;
    left: -10px;
  }
  body:has(:not(.nav-account-cart)) nav #nav-searchbar {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 700px;
  }
}

.category-filters-main__slot__top .products-image {
  margin: 34px auto 24px auto;
}

.category-filters-main__slot__top {
    position: relative;
}

.swiper_products_block_box .product-label-box,
.category-filters-main__slot .product-label-box {
  position: absolute;
  top: 10px;
  left: 10px;
  gap: 5px;
  min-height: 25px;
}
.swiper_products_block_box .product-label-box .product-label,
.category-filters-main__slot .product-label-box .product-label {
  margin: 0;
}

@media (max-width: 992px) {
  .category-filters-main__slot__top .products-title h3.text-start {
    margin: 0;
  }
}

.catalogs-container .catalogs-categories {
    display: flex;
    flex-direction: row;
}

.catalogs-container .catalog-category-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    height: 50px;
    padding: 15px 16px;
    box-sizing: border-box;
    border: 1px solid #003671;
    background-color: #ffffff;
    text-decoration: unset;
    border-radius: 10px;
}
.catalogs-container .catalog-category-btn:hover {
    color: #fff;
    background-color: #003671;
}

.catalogs-container .catalogs-wrapper_col_top_left {
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
}
.catalogs-container .catalogs-wrapper_col_top_left img {
    max-height: 300px;
}
.catalogs-container .catalogs-wrapper_col_top_right .catalogs-text h2 {
    font-size: 18px;
    margin: 0 auto;
    height: 60px;
    line-height: 1.25em;
    text-align: center;
}
.catalogs-container .catalogs-wrapper_col_top_right .catalogs-text p {
    margin: 0;
    line-height: 1.5em;
}

/* =====================================================
   WRAPPER – UKŁAD SIATKI
   ===================================================== */

.catalogs-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
}


/* =====================================================
   KARTA KATALOGU
   ===================================================== */

.catalogs-wrapper_col {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
}


/* =====================================================
   TOP KARTY
   ===================================================== */

.catalogs-wrapper_col_top {
    display: flex;
    gap: 16px !important;
    padding: 20px !important;
}

.catalogs-wrapper_col_top_left {
    flex: 0 0 40%;
}

.catalogs-wrapper_col_top_left img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.catalogs-wrapper_col_top_right {
    flex: 1;
    display: flex;
    align-items: center;
    margin-top: 0 !important;
}

.catalogs-wrapper_col_top_right .catalogs-text {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.catalogs-text h2 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.2;
}

.catalogs-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}


/* =====================================================
   BOTTOM KARTY
   ===================================================== */

.catalogs-wrapper_col_bottom {
    margin-top: auto;
    padding: 20px;
}

.catalogs-wrapper_col_bottom__btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.catalogs-wrapper_col_bottom__btns--btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 12px;
    text-decoration: none;
    background: #f2f3f7;
    font-size: 14px;
    white-space: nowrap;
}

.catalogs-container .catalogs-wrapper_col {
    margin: 0 !important;
}

/* =====================================================
   RESPONSYWNOŚĆ – KOLUMNY
   ===================================================== */

/* 🖥️ Desktop – 4 kolumny */
@media (min-width: 1200px) {
    .catalogs-wrapper_col {
        flex: 0 0 calc(33% - 18px) !important;
        width: calc(33% - 18px) !important;
        max-width: calc(33% - 18px) !important;
    }
    .catalogs-wrapper_col:nth-child(4n) {
        margin-right: 0;
    }
}

/* 💻 Laptop / tablet poziomo – 3 kolumny */
@media (min-width: 992px) and (max-width: 1199px) {
    .catalogs-wrapper_col {
        flex: 0 0 calc(33% - 18px) !important;
        width: calc(33% - 18px) !important;
        max-width: calc(33% - 18px) !important;
    }
    .catalogs-wrapper_col:nth-child(3n) {
        margin-right: 0;
    }
}

/* 📱 Tablet – 2 kolumny */
@media (min-width: 576px) and (max-width: 991px) {
    .catalogs-wrapper_col {
        flex: 0 0 calc(50% - 12px) !important;
        width: calc(50% - 12px) !important;
        max-width: calc(50% - 12px) !important;
    }
   .catalogs-wrapper_col:nth-child(2n) {
        margin-right: 0;
    }
}

/* 📲 Mobile – 1 kolumna */
@media (max-width: 575px) {
    .catalogs-wrapper_col {
        flex: 0 0 100%;
        max-width: 100% !important;
    }
    .catalogs-wrapper_col {
        margin-right: 0;
    }
}

.send-form .input-slot textarea {
    height: 100px;
}

nav .nav-account-cart .cart-value-text {
    font-size: 12px;
    text-align: center;
    width: 200px;
}

.category-left-helpbox {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-right: -20px;
}
.category-left-helpbox.nores {
    margin-top: 0px;
    margin-left: -20px;
}

.product_card_gallery_info .product-gallery .thumbs-overflow-wrapper .swiper-button-prev,
.product_card_gallery_info .product-gallery .thumbs-overflow-wrapper .swiper-button-next {
    background-color: transparent;
}

/* Cała linia preferowanego kontaktu */
.contact-preference {
    display: flex;
    align-items: center;
    gap: 20px; /* odstęp między etykietą a opcjami */
    flex-direction: row !important;
}

/* Label „Preferowany kontakt:” */
.contact-label {
    font-weight: 500;
    white-space: nowrap;
    font-size: 13px;
    margin-bottom: 12px;
}

/* Radio jak checkbox */
.custom-radio-container {
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
}

.contact-preference {
    display: flex;
    align-items: center;   /* Wszystko w jednej linii, wyrównanie pionowe */
    gap: 15px;
    font-size: 13px;
    margin: 5px 0 15px 0;
}

.contact-preference p {
    margin: 0;
}

.contact-preference label {
    display: flex;         /* Label jako flex, żeby tekst i checkbox były w jednej linii */
    align-items: center;   /* Wyrównanie pionowe checkboxa i tekstu */
    gap: 5px;              /* Odstęp między checkboxem a tekstem */
    margin: 0;
}

.contact-preference input.custom_input {
    vertical-align: middle; /* dodatkowe wyrównanie, opcjonalne */
}

.contact-preference .custom-checkbox-checkmark {
    top: -2px !important;
}

.catalogs-categories {
    display: flex;
    flex-wrap: wrap;       /* pozwala przyciskom przechodzić do nowych wierszy */
    gap: 0.5rem;           /* odstęp między przyciskami */
    justify-content: flex-start;
}

.catalogs-categories .btn {
    flex: 1 1 auto;
    min-width: 100px;
    margin-bottom: 0.5rem;
    transition: background-color 0.3s, color 0.3s;
}

/* Styl aktywnego przycisku */
.catalogs-categories .btn.active {
    background-color: #003671;  /* niebieski Bootstrap */
    color: #fff;
    border-color: #003671;
}

@media (min-width: 992px) {
    nav .nav-account-cart a.nav-cart-icon {
        margin-right: 4px;
        width: 100px;
    }
}

.nav-cart-icon:hover img {
    filter: invert(27%) sepia(94%) saturate(2600%) hue-rotate(340deg);
}

.contact-container {
    padding: 36px 36px 0 36px;
}

.contact-container.newsletter {
    margin-bottom: 0 !important;
    padding-bottom: 16px !important;
}

@media (min-width: 1280px) {
    #topbar .container,
    header nav.navbar {
      width: 1192px;
    }
}

@media (min-width: 1640px) {
    #topbar .container,
    header nav.navbar {
      width: 1256px;
    }
}

.bank-accounts {
    padding-bottom: 36px;
}

span.price-header {
    font-size: 14px;
}

.category-filters-main__slot__top .products-code p {
    margin-bottom: 10px;
}

.category-left-filters-box .category-left-filters__slot.buttons {
    text-align: center;
    align-items: center;
    justify-content: center;
}

#branding .section-about-us .swiper-slide img {
    max-height: 130px;
    max-width: 200px;
    width: auto !important;
}

.our-job-swiper {
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
}

.category-left-filters-box .category-left-filters__slot .content .row-inputs .spacer {
    padding: 10px 10px 0 10px;
}

.category-left-filters-box .form-input {
    text-align: right;
}

.category-left-filters-box .category-left-filters__slot .content input::placeholder {
    text-align: right;
    opacity: 0.6;
}
.category-left-filters-box .category-left-filters__slot .content input:not(:placeholder-shown) {
    text-align: left;
}

#info_section .info-section-box__slot .info_section__top {
    height: 160px;
}
#info_section .info-section-box__slot .info_section__bottom {
    height: 100px;
}
#info_section .info-section-box__slot .info_section__bottom p {
    white-space: normal;
    hyphens: auto;
    overflow-wrap: break-word;
}

.not-found-box {
    padding: 25px 64px;
    flex-direction: column;
}
.not-found-box-row {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.not-found-box-text p {
    margin: 25px 0 14px 0;
}
.not-found-box-text p.see-most-pop {
    margin-top: 50px;
}

@media (max-width: 575px) {
    #swiper.main-page-swiper .swiper.mobile .swiper-slide .hero_content--content h1,
    #swiper.main-page-swiper .swiper.mobile .swiper-slide .hero_content--content h2 {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        text-transform: uppercase;
        text-align: center;
        color: #00204a;
        width: 100%;
        padding: 0;
        margin: 0 0 10px 0;
    }
    #swiper.main-page-swiper .swiper.mobile .swiper-slide .hero_content--content .color-btn {
        margin-top: 0;
    }
    nav .nav-account-cart .cart-value-text {
        width: auto;
    }
}