.subpage-content ul {
    padding-left: 2rem;
    margin-bottom: 30px;
}

.subpage-content p a,
.subpage-content li a {
    color: #e50900;
}

.subpage-content li {
    color: #000;
    font-size: 1.1rem;
    line-height: 30px;
    font-family: "BasierCircle-Regular";
}

#map {
    width: 100%;
    height: 450px;
    object-fit: cover;
    background-color: lightgray;
}

#map2 {
    height: 520px;
    background-color: #fff;
}

.footer {
    background-image: none;
}

.footer .footer-salable .footer-salable-item .footer-salable-header .footer-salable-city,
.footer .footer-salable .footer-salable-item .footer-salable-header .footer-salable-street {
    line-height: 1.5;
}

.section-news-row {
    gap: 3rem 0;
}

.categories-wrapper {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2.5rem;
}

.categories-item {
    background-color: #fff;
    text-decoration: none;
    padding: 15px 10px;
}

.categories-item-image img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: contain;
    text-align: center;
    margin-bottom: .5rem;
}

.categories-item-image.categories-item-image-cover img {
    object-fit: cover;
    margin-bottom: 1.5rem;
}

.categories-item-title {
    display: block;
    font-family: "Remixa-Bold";
    color: #000;
    font-size: 1.75rem;
    text-decoration: none;
    text-align: center;
    transition: all .15s ease;
}

.categories-item:hover .categories-item-title {
    color: #e50900;
}

.subpage-content h2,
.subpage-content h4 {
    color: #000;
    font-family: "Remixa-Bold";
}

.parameters {
    margin-top: 2.5rem;
}

.parameters-wrapper {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 1rem;
}

.parameters-item {
    background-color: #f2f1e8;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    padding: .75rem;
}

.parameters-item-name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    line-height: 1.25;
    height: 100%;
}

.parameters-item-value {
    color: #000;
    font-family: "Remixa-Bold";
}

.produtct-icons {
    margin-top: 2.5rem;
}

.produtct-icons ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.produtct-icons img {
    max-width: 106px;
    max-height: 75px;
    object-fit: contain;
}

.produtct-icons.large img {
    max-height: 106px;
}

.product-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5rem;
}

.product__image img,
.product__images-owl img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.45/1;
    object-fit: cover;
}

.product__images {
    margin-top: 2rem;
}

@media (max-width: 1600px) {
    .categories-wrapper {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1400px) {
    .header .header-nav .navbar-nav .nav-item-border {
        margin-left: 1rem;
    }
}

@media (max-width: 1400px) {
    .parameters-wrapper {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}


@media (max-width: 1200px) {
    .product-wrapper {
        grid-template-columns: minmax(0, 1fr);
        gap: 3.5rem;
    }

    .section-news-row {
        gap: 0;
    }

    .categories-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}

@media (max-width: 768px) {

    #map,
    #map2 {
        height: 375px;
    }

    .categories-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .categories-wrapper {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.5rem;
    }

    .parameters-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.header-logo {
    flex-shrink: 0;
}

.page__gallery .row {
    gap: var(--bs-gutter-x) 0;
}

@media (max-width: 576px) {
    .page__gallery .row {
        gap: 1rem 0;
    }
}


/*-------------------- ESHOP --------------------*/

.header__spacing {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .header__spacing {
        padding-top: 80px;
    }
}

.header__form {
    margin-top: 40px;
}

.header__form-wrapper {
    background-color: #ffffff;
    border: 1px solid #e5e2da;
    border-radius: 8px;
    padding: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.header__user-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.header__user-label {
    font-size: 12px;
    color: #7a7a7a;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.header__form-wrapper h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
}

.header__form-wrapper .form-group {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
}

@media (max-width: 576px) {
    .header__form-wrapper {
        padding: 24px;
    }

    .header__form-wrapper .form-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}

.header__form-wrapper label {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

.header__form-wrapper select,
.header__form-wrapper input {
    padding: 10px 16px;
    border: 1px solid #d4cfc3;
    border-radius: 6px;
    font-size: 18px;
    background-color: #f2f1e8;
    color: #000000;
    outline: none;
    cursor: pointer;
    font-family: "BasierCircle-Regular", sans-serif;
}

.header__form-wrapper select {
    padding-right: 42px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px;
}

.header__form-wrapper select::-ms-expand {
    display: none;
}

.header__form-wrapper select option {
    font-family: "BasierCircle-Regular", sans-serif;
}

.customForm {
    padding: 100px 0;
    background-color: #ffffff;
}

.customForm-title {
    font-size: 40px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 30px 0;
    text-align: left;
    font-family: "Remixa-Bold", sans-serif;
}

.customForm-wrap {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: 30px;
}

.customForm-row {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.customForm-group {
    width: 50%;
    min-width: 280px;
}

.customForm-group label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 12px;
}

.customForm-group .required {
    color: #e3000f;
    margin-left: 4px;
}

.customForm .form-control {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e5e2da;
    border-radius: 8px;
    font-size: 18px;
    background-color: #f2f1e8;
    color: #000000;
    outline: none;
    transition: all 0.2s ease-out;
    box-sizing: border-box;
    font-family: "BasierCircle-Regular", sans-serif;
}

.customForm .form-control:focus {
    background-color: #ffffff;
    border-color: #e3000f;
    box-shadow: 0 0 0 4px rgba(227, 0, 15, 0.1);
}

.customForm .form-submit {
    background-color: #e50900;
    border: 0;
    color: #fff;
    font-size: 20px;
    font-family: "BasierCircle-SemiBold", sans-serif;
    text-decoration: none;
    padding: 20px 30px;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
}

.customForm .form-submit:hover {
    box-shadow: inset 300px 0 0 0 #a80600;
}

.customForm-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.customForm-register-text {
    font-size: 16px;
    color: #000000;
    font-family: "BasierCircle-Regular", sans-serif;
}

.customForm-register-link {
    color: #e50900;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease-out;
}

.customForm-register-link:hover {
    color: #a80600;
    text-decoration: underline;
}

.sign__content {
    padding: 60px 0;
}

@media (max-width: 991px) {
    .customForm-group {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .customForm {
        padding: 60px 0;
    }

    .sign__content {
        padding: 40px 0;
    }

    .customForm-actions {
        flex-direction: column;
        align-items: flex-start;
    }
}

.customOrders-title {
    font-size: 40px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 40px 0;
    text-align: left;
    font-family: "Remixa-Bold", sans-serif;
}

.customOrders-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.customOrders-card {
    background-color: #ffffff;
    border: 1px solid #e5e2da;
    border-radius: 8px;
    overflow: hidden;
}

.customOrders-card-header {
    background-color: #f2f1e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    border-bottom: 1px solid #e5e2da;
    padding: 24px 30px;
}

.customOrders-card-info {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
}

.customOrders-info-item {
    display: flex;
    flex-direction: column;
}

.customOrders-label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #666666;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.customOrders-value {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    font-family: "BasierCircle-Regular", sans-serif;
}

.customOrders-card-products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
}

.customOrders-product-box {
    width: 140px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.customOrders-product-img {
    width: 140px;
    height: 140px;
    padding: 5px;
    border: 1px solid #e5e2da;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #666666;
    font-size: 12px;
}

.customOrders-product-img img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customOrders-product-qty {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #e50900;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 8px;
    border-top-left-radius: 8px;
}

.customOrders-product-name {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
    display: block;
    text-align: left;
}

.customOrders-alert {
    display: inline-block;
    font-size: 13px;
    color: #e3000f;
    line-height: 1.4;
    text-align: right;
}

.customOrders-btn {
    background-color: #e50900;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    font-family: "BasierCircle-SemiBold", sans-serif;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
}

.customOrders-btn:hover {
    box-shadow: inset 300px 0 0 0 #a80600;
    color: #ffffff;
    text-decoration: none;
}

.customOrders-empty {
    font-size: 18px;
    font-family: "BasierCircle-Regular", sans-serif;
    color: #000000;
}

@media (max-width: 768px) {
    .customOrders-title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .customOrders-card-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 20px;
    }

    .customOrders-card-info {
        gap: 24px;
        width: 100%;
    }

    .customOrders-card-action {
        width: 100%;
    }

    .customOrders-alert {
        display: block;
        text-align: left;
    }

    .customOrders-card-products {
        padding: 20px;
        gap: 16px;
    }
}

@media (max-width: 576px) {
    .customOrders-card-info {
        flex-direction: column;
        gap: 16px;
    }

    .customOrders-product-box {
        width: 100%;
        flex-direction: row;
        align-items: center;
    }

    .customOrders-product-img {
        width: 90px;
        height: 90px;
        flex-shrink: 0;
    }

    .customOrders-product-detail {
        flex: 1;
    }
}

.customCatalog-nav {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 40px;
    gap: 16px;
}

.customCatalog-nav-wrap {
    display: inline-flex;
    flex-wrap: wrap;
    background-color: #f2f1e8;
    border: 1px solid #e5e2da;
    border-radius: 8px;
    padding: 6px;
    gap: 4px;
}

.customCatalog-nav-item {
    padding: 12px 24px;
    background-color: transparent;
    border-radius: 6px;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.2s ease;
}

.customCatalog-nav-item:hover,
.customCatalog-nav-item.active {
    background-color: #e50900;
    color: #ffffff;
    text-decoration: none;
}

.customCatalog-view-switch {
    display: none;
    background-color: #f2f1e8;
    border: 1px solid #e5e2da;
    border-radius: 8px;
    padding: 6px;
    gap: 4px;
    height: 100%;
}

@media (min-width: 993px) {
    .customCatalog-view-switch {
        display: inline-flex;
    }
}

.view-btn {
    background: transparent;
    border: none;
    padding: 11px;
    border-radius: 6px;
    cursor: pointer;
    color: #666666;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.view-btn svg {
    width: 24px;
    height: 24px;
}

.view-btn.active,
.view-btn:hover {
    background-color: #ffffff;
    color: #e50900;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.customCatalog-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 30px;
    align-items: start;
}

.customCatalog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.customProduct-card {
    background-color: #ffffff;
    border: 1px solid #e5e2da;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: border-color 0.2s ease;
}

.customProduct-card.is-special {
    border-color: #e50900;
}

.customProduct-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: #e50900;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 6px;
    z-index: 2;
}

.customProduct-img {
    width: 100%;
    height: 190px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e2da;
}

.customProduct-img img {
    width: 100%;
    max-height: 189px;
    object-fit: cover;
}

.customProduct-info {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.customProduct-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.customProduct-price-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 16px;
}

.customProduct-price-wrap {
    font-size: 18px;
    font-weight: 700;
    color: #e50900;
    line-height: 1.1;
}

.customProduct-price-wrap small {
    display: block;
    font-size: 12px;
    color: #666666;
    font-weight: 400;
    margin-top: 4px;
}

.customProduct-switch {
    display: inline-flex;
    background-color: #f2f1e8;
    border-radius: 6px;
    border: 1px solid #e5e2da;
    overflow: hidden;
}

.customProduct-switch div {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    color: #666666;
    transition: all 0.2s ease;
}

.customProduct-switch div.active {
    background-color: #e50900;
    color: #ffffff;
}

.customProduct-variants {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.customProduct-variant-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 0;
    min-width: 170px;
}

.customProduct-variant-radio {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #d4cfc3;
    border-radius: 50%;
    margin: 0;
    position: relative;
    cursor: pointer;
    outline: none;
    flex-shrink: 0;
    transition: border-color 0.2s ease;
}

.customProduct-variant-radio:checked {
    border-color: #e50900;
}

.customProduct-variant-radio:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #e50900;
    border-radius: 50%;
}

.customProduct-variant-name {
    font-size: 14px;
    line-height: 1.15;
    font-weight: 700;
    color: #000000;
}

.customProduct-action-row {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: auto;
}

.customProduct-qty {
    display: flex;
    align-items: center;
    border: 1px solid #e5e2da;
    border-radius: 8px;
    background-color: #ffffff;
    height: 46px;
    width: 120px;
    overflow: hidden;
    flex-shrink: 0;
}

.customProduct-qty input[type="number"] {
    flex: 1;
    width: 100%;
    text-align: center;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    outline: none;
    background: transparent;
    padding: 0;
    height: 100%;
    -moz-appearance: textfield;
}

.customProduct-qty input[type="number"]::-webkit-outer-spin-button,
.customProduct-qty input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-btn {
    width: 34px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f1e8;
    color: #000000;
    transition: background-color 0.2s ease, color 0.2s ease;
    flex-shrink: 0;
}

.qty-btn:hover {
    background-color: #e5e2da;
    color: #e50900;
}

@media (max-width: 1450px) and (min-width: 1200px) {
    .customProduct-qty {
        width: 90px;
    }
    .qty-btn {
        width: 26px;
    }
}

.qty-unit {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    margin-right: auto;
}

.customProduct-submit {
    background-color: #e50900;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 0 16px;
    height: 46px;
    font-size: 15px;
    font-family: "BasierCircle-SemiBold", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.customProduct-submit:hover {
    box-shadow: inset 300px 0 0 0 #a80600;
}

.customCatalog-sidebar,
.customCatalog-sidebar #snippet--cart {
    height: 100%;
}

.customCart {
    background-color: #f2f1e8;
    border: 1px solid #e5e2da;
    border-radius: 12px;
    padding: 24px;
    position: sticky;
    top: 130px;
}

.customCart-title {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 20px 0;
    font-family: "Remixa-Bold", sans-serif;
}

.customCart-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
    max-height: calc(100vh - 484px);
    overflow-y: auto;
    padding-right: 8px;
}

@media (max-width: 1200px) {
    .customCart-list {
        max-height: unset;
    }
}

.customCart-list::-webkit-scrollbar {
    width: 6px;
}

.customCart-list::-webkit-scrollbar-track {
    background: transparent;
}

.customCart-list::-webkit-scrollbar-thumb {
    background: #d4cfc3;
    border-radius: 6px;
}

.customCart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #e5e2da;
}

.customCart-item-info strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.customCart-item-info span {
    display: block;
    font-size: 13px;
    color: #666666;
}

.customCart-item-qty {
    display: flex;
    align-items: center;
    gap: 5px;
}

.customCart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #f2f1e8;
    border-radius: 6px;
    border: 1px solid #e5e2da;
    color: #666666;
    transition: background-color 0.2s, color 0.2s;
}

.customCart-btn:hover {
    background-color: #e5e2da;
    color: #000000;
}

.customCart-val {
    font-weight: 700;
    font-size: 13px;
    white-space: nowrap;
    min-width: 36px;
    text-align: center;
}

.customCart-note label {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.customCart-note textarea {
    width: 100%;
    border: 1px solid #e5e2da;
    border-radius: 8px;
    padding: 14px;
    min-height: 90px;
    font-family: inherit;
    font-size: 14px;
    resize: vertical;
    margin-bottom: 20px;
    outline: none;
    box-sizing: border-box;
    resize: none;
    transition: all .15s ease;
}

.customCart-note textarea:focus {
    border-color: #e50900;
}

.customCart-submit {
    width: 100%;
    background-color: #e50900;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
    font-family: "BasierCircle-SemiBold", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.customCart-submit svg {
    width: 24px;
}

.customCart-submit:hover {
    box-shadow: inset 300px 0 0 0 #a80600;
}

.customCatalog-empty,
.customCart-empty {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.customCatalog-missing {
    padding: 100px 0;
    text-align: center;
}

.customCatalog-missing h1 {
    font-size: 32px;
    font-weight: 800;
    font-family: "Remixa-Bold", sans-serif;
}

@media (min-width: 993px) {
    .customCatalog-grid.view-table {
        grid-template-columns: 1fr;
    }

    .customCatalog-grid.view-table .customProduct-card {
        flex-direction: row;
        align-items: stretch;
    }

    .customCatalog-grid.view-table .customProduct-img {
        width: 140px;
        height: auto;
        border-bottom: none;
        border-right: 1px solid #e5e2da;
        flex-shrink: 0;
    }

    .customCatalog-grid.view-table .customProduct-img img {
        height: 100px;
    }

    .customCatalog-grid.view-table .customProduct-qty {
        width: 80px;
    }

    .customCatalog-grid.view-table .qty-btn {
        width: 20px;
    }

    .customCatalog-grid.view-table .customProduct-info {
        flex-direction: row;
        align-items: center;
        padding: 12px 24px;
        gap: 24px;
    }

    .customCatalog-grid.view-table .customProduct-title {
        margin: 0;
        flex: 1;
        font-size: 16px;
    }
    
    .customCatalog-grid.view-table .customProduct-variant-label {
        min-width: 140px;
    }

    .customCatalog-grid.view-table .customProduct-variants {
        margin: 0;
        max-width: 140px;
        gap: 8px;
    }

    .customCatalog-grid.view-table .customProduct-price-row {
        margin: 0;
        flex-direction: column-reverse;
        align-items: center;
        min-width: 80px;
        gap: 8px;
    }

    .customCatalog-grid.view-table .customProduct-action-row {
        margin: 0;
        width: 200px;
        flex-shrink: 0;
    }

    .customCatalog-grid.view-table .customProduct-badge {
        top: 8px;
        left: 8px;
    }
}

@media (min-width: 1450px) {
    .customCatalog-grid.view-table .customProduct-price-row {
        min-width: 130px;
    }
    .customCatalog-grid.view-table .customProduct-variants {
        max-width: 170px;
        gap: 12px;
    }
    .customCatalog-grid.view-table .customProduct-variant-label {
        min-width: 170px;
    }
    .customCatalog-grid.view-table .customProduct-qty {
        width: 120px;
    }
    
    .customCatalog-grid.view-table .customProduct-action-row {
        width: 250px;
    }
    .customCatalog-grid.view-table .qty-btn {
        width: 34px;
    }
}
@media (max-width: 1200px) {
    .customCatalog-layout {
        grid-template-columns: 1fr;
    }

    .customCatalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .customCatalog-grid {
        grid-template-columns: 1fr;
    }

    .customCatalog-nav {
        margin-bottom: 25px;
    }

    .customCatalog-nav-wrap {
        width: 100%;
    }

    .customCatalog-nav-item {
        width: 100%;
        text-align: center;
    }

    .customCatalog-missing {
        padding: 20px 0;
    }
}

@media (max-width: 576px) {
    .customProduct-img {
        height: 225px;
    }

    .customProduct-img img {
        max-height: 224px;
    }
}

.b2b {
    padding: 100px 0;
    background-color: #ffffff;
}

.b2b-header {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 100px auto;
}

.b2b-title {
    font-size: 32px;
    color: #000000;
    margin: 0 0 16px 0;
    line-height: 1.3;
    font-family: "Remixa-Bold", sans-serif;
}

.b2b-subtitle {
    font-size: 17px;
    color: #666666;
    margin: 0;
}

.b2b-wrapper {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 120px;
    align-items: start;
}

.b2b-form-title {
    font-size: 32px;
    color: #e50900;
    margin: 0 0 12px 0;
    font-family: "Remixa-Bold", sans-serif;
}

.b2b .customForm {
    margin-top: 60px;
    padding: 0;
}

.b2b-form-subtitle {
    font-size: 17px;
    color: #666666;
    margin: 0;
}

.b2b .customForm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 2rem;
}

.b2b .customForm-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: unset;
}

.b2b .customForm-group.customForm-group--mt {
    margin-top: 1.25rem;
}

.b2b .customForm-group.customForm-group--mt-lg {
    margin-top: 2rem;
}

.b2b .customForm-group label {
    font-size: 15px;
    font-weight: 400;
    font-family: "BasierCircle-SemiBold", sans-serif;
    color: #000000;
    margin-bottom: 8px;
    text-transform: none;
    letter-spacing: 0;
}

.b2b .customForm-group label span,
.b2b .customForm-consent span {
    color: #e50900;
}

.b2b .customForm input[type="text"],
.b2b .customForm input[type="email"],
.b2b .customForm input[type="tel"],
.b2b .customForm select,
.b2b .customForm textarea {
    width: 100%;
    border: 2px solid #f2f1e8;
    border-radius: 7px;
    padding: 14px 16px;
    font-size: 15px;
    color: #000000;
    font-family: inherit;
    background-color: #ffffff;
    outline: none;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.b2b .customForm textarea {
    resize: none;
}

.b2b .customForm input:focus,
.b2b .customForm select:focus,
.b2b .customForm textarea:focus {
    border-color: #e50900;
}

.b2b .customForm input::placeholder,
.b2b .customForm textarea::placeholder {
    color: #a0a0a0;
}

.b2b .customForm-select-wrap {
    position: relative;
    
}

.b2b .customForm-select-wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #e0dfd4;
    pointer-events: none;
}

.b2b .customForm select {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 36px;
    color: #a0a0a0;
}

.b2b .customForm select option {
    font-family: "BasierCircle-Regular", sans-serif;
}

.b2b .customForm select:valid {
    color: #000000;
}

.b2b .customForm-checkboxes {
    margin-top: 24px;
}

.b2b .customForm-label-main {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1.75rem;
    text-transform: none;
    letter-spacing: 0;
}

.b2b .customForm-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 500px;
}

.custom-checkbox {
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 14px;  
    font-family: "BasierCircle-SemiBold", sans-serif;
    color: #a0a0a0;
    user-select: none;
    padding-left: 28px;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 19px;
    width: 19px;
    background-color: #f2f1e8;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.custom-checkbox:hover input ~ .checkmark {
    border-color: #a0a0a0;
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #e50900;
}

.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .checkmark::after {
    display: block;
}

.b2b-submit-btn {
    margin-top: 2rem;
    background-color: #e50900;
    color: #fff;
    font-size: 20px;
    font-family: "BasierCircle-SemiBold";
    padding: 18px 30px;
    display: flex;
    align-items: center;
    height: fit-content;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    transition: all 0.3s ease;
    border: none;
}

.b2b-submit-btn svg {  
    flex-shrink: 0;
    fill: #fff;  
    width: 14px;
    margin-left: 10px;
}

.b2b-submit-btn:hover {
    box-shadow: inset 300px 0 0 0 #a80600;
}

.b2b-banner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
    aspect-ratio: 1/1.275;
}

.b2b-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.b2b-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.b2b-banner-content {
    position: relative;
    z-index: 3;
    padding: 60px 40px;
    color: #ffffff;
    margin: 0 auto;
    max-width: 450px;
}

.b2b-banner-content h3 {
    font-size: 36px;
    margin: 0 0 50px 0;
    line-height: 1.2;
    font-family: "Remixa-Bold", sans-serif;
}

.b2b-banner-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.b2b-banner-list li {
    font-size: 18px;
    font-family: "BasierCircle-SemiBold", sans-serif;
    display: flex;
    align-items: center;
    gap: 12px;
}

.b2b-banner-list li svg {
    flex-shrink: 0;
}

@media (max-width: 1200px) {
    .b2b-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
    }
    .b2b .customForm-grid {
        grid-template-columns: 1fr;
    }
    .b2b .customForm-checkbox-grid {
          grid-template-columns: repeat(2, 1fr);
    }
    .b2b {
        padding: 80px 0;
    }
    .b2b-header {
          margin: 0 auto 80px auto;
    }
}
@media (max-width: 993px) {
    .b2b-wrapper .b2b-banner-col:nth-child(2) {
        order: -1;
    }
    .b2b-wrapper {
        grid-template-columns: 1fr;
        gap: 80px;
    }

    .b2b .customForm {
        margin-top: 40px;
    }
    
    .b2b-banner {
        min-height: 400px;
    }
}

@media (max-width: 576px) {
    .b2b-banner-content {
        padding: 30px 20px;
    }  
    .b2b-title, .b2b-banner-content h3, .b2b-form-title {
        font-size: 28px;
    }
    .b2b-banner-content h3 {
        margin: 0 0 30px 0;
    }
    .b2b-banner-list li {
        font-size: 17px;
    }
    .b2b .customForm-grid {
        gap: 1.25rem;
    }
}