#order_rma {
    display: none !important;
}
#order_returns{
    display: none !important; 
}
#order_exchange {
    display: none !important;
}
#freeShipping{
   display: none !important;  
}
.bars__wrapper .bars__close{
 display: none !important;   
}
div.basketedit_rebatecodes_outline {display: block;}
#menu_security_policy {clear: both;}
ul#menu_regulations {
display: none !important;
}
.basketedit_rebatecode_title_out{
    display: none !important;
}



/* str #1238920138 */

@media (min-width: 1200px) {
    #footer_links .footer_links_sub>li{
        width: 100% !important;
}
#footer_links > .col-md-4 {
      max-width: 25% !important;
}

.footer_links_sub > li > a > img {
    float: left;
    margin-right: 10px;
}
}
/* str */

#order2_info_sub4{
    visibility: hidden;
}
.order__delivery_desc{
   display:none; 
}

/* ukrycie zwrotów i reklamacji w panelu użytkownika */
#returns_login {
  display:none !important;  
}

#rma_login {
  display:none !important;  
}

/* ukrycie programu lojalnościowego w panelu użytkownika */
#points_login {
   display:none !important; 
   
}
#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810 {
bottom: 100px !important;
}

.nav-item{
    font-weight: bold !important;
}








/* Banner na całą szerokość strony */
#b2b-fullwidth-banner {
    background-image: url('https://globalo.pl/data/include/cms/dla_biznesu/b2b.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px; /* Dodaj margines dolny, aby odseparować od sekcji poniżej */
    z-index: 1; /* Zapewnij, że banner jest wyświetlany na wierzchu */
}

#b2b-fullwidth-banner h2 {
    color: white;
    font-size: 36px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Banner dla wersji mobilnej */
@media (max-width: 768px) {
    #b2b-fullwidth-banner {
        background-image: url('sciezka-do-twojego-mobilnego-obrazka.jpg'); /* Ścieżka do mniejszego obrazu */
        height: 200px; /* Zmniejszona wysokość bannera na mobilnych urządzeniach */
    }

    #b2b-fullwidth-banner h2 {
        font-size: 24px; /* Mniejszy tekst na urządzeniach mobilnych */
    }
}

/* Sekcja "Kontakt" */
#b2b-contact {
    background-color: #f0f0f0;
    padding: 60px 20px;
    text-align: center;
    position: relative; /* Zapewnij, że sekcja nie będzie kolidować z innymi elementami */
}

#b2b-contact-title {
    font-size: 28px;
    color: #222;
    margin-bottom: 40px;
}

#b2b-contact-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.b2b-contact-person {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    flex: 0 1 calc(25% - 20px);
    box-sizing: border-box;
}

.b2b-contact-photo {
    border-radius: 50%;
    max-width: 100px;
    height: auto;
    margin-bottom: 15px;
}

.b2b-contact-name {
    font-size: 18px;
    font-weight: bold;
    color: #111;
}

.b2b-contact-role {
    font-size: 16px;
    color: #333;
    margin: 5px 0;
}

.b2b-contact-phone, .b2b-contact-email {
    font-size: 14px;
    color: #666;
}


/* Sekcja "Dlaczego warto?" */
#b2b-why-work-with-us {
    background-color: #fff;
    padding: 60px 20px;
    text-align: center;
}

#b2b-why-title {
    font-size: 28px;
    color: #222;
    margin-bottom: 20px;
}

#b2b-why-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}

#b2b-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Trzy kolumny w jednym rzędzie */
    gap: 20px;
    text-align: left;
}

.b2b-benefit-box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.b2b-benefit-number-box {
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.b2b-benefit-number {
    font-size: 18px;
    font-weight: bold;
}

.b2b-benefit-content {
    flex: 1;
}

.b2b-benefit-title {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

.b2b-benefit-description {
    font-size: 16px;
    color: #666;
}

/* Dostosowanie dla mniejszych ekranów */
@media (max-width: 1024px) {
    #b2b-benefits-grid {
        grid-template-columns: repeat(2, 1fr); /* Dwie kolumny na tabletach */
    }
}

@media (max-width: 768px) {
    #b2b-benefits-grid {
        grid-template-columns: 1fr; /* Jedna kolumna na telefonach */
    }
}


/* Dostosowanie dla mniejszych ekranów */
@media (max-width: 1024px) {
    .b2b-contact-person {
        flex: 0 1 calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .b2b-contact-person {
        flex: 0 1 100%;
    }
}




/* Sekcja "Materiały do pobrania" */
#b2b-materials {
    background-color: #fff;
    padding: 60px 20px;
    text-align: center;
}

#b2b-materials-title {
    font-size: 28px;
    color: #222;
    margin-bottom: 40px;
}

#b2b-materials-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.b2b-material-box {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: left;
}

.b2b-material-description {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

/* Przycisk na całą szerokość boxu, bez zaokrągleń */
.b2b-material-button {
    background-color: #444;
    color: #fff;
    padding: 10px 0;
    border: none;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0; /* Usuń zaokrąglenia */
}

.b2b-material-button:hover {
    background-color: #222;
}

/* Dostosowanie siatki dla mniejszych ekranów */
@media (max-width: 768px) {
    #b2b-materials-grid {
        grid-template-columns: 1fr;
    }
}

/* Sekcja partnerów */
#b2b-partners {
    background-color: #f0f0f0;
    padding: 40px 20px;
}

#b2b-partners-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.b2b-partner-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px; /* Dodatkowa przestrzeń między logiem a opisem */
}

.b2b-partner-logo {
    flex: 0 0 20%;
}

.b2b-partner-logo img {
    max-width: 100%;
    height: auto;
}

.b2b-partner-description {
    flex: 0 0 75%;
    text-align: left;
    font-size: 16px;
    color: #333;
}

/* Naprzemienne ułożenie logo i opisu */
.b2b-partner-row:nth-child(even) {
    flex-direction: row-reverse;
}

/* Dostosowanie odstępów dla małych ekranów */
@media (max-width: 768px) {
    .b2b-partner-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .b2b-partner-row:nth-child(even) {
        flex-direction: column;
    }

    .b2b-partner-logo, .b2b-partner-description {
        flex: 1;
        text-align: center;
    }
}
.bestseller,
.label.--bestseller {
	color: #fff;
	background: #f19170 !important;
}
.newproducts,
.label.--new {
	color: #fff;
	background: #7aa895 !important;
}


/* Współpracuj z biznesem */
/* Layout */
        .globalo-container-custom {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .globalo-section {
            margin-bottom: 4rem;
        }
        
        /* Typography */
        .globalo-heading-xl {
            font-size: 36px !important;
            margin-bottom: 1.5rem;
            font-weight: 700 !important;
        }
        
        .globalo-heading-lg {
            font-size: 36px !important;
            margin-bottom: 2rem;
            font-weight: 700 !important;
            text-align: center;
        }
         .globalo-p-md{
           font-size: 16px !important;  
         }
        
        .globalo-heading-md {
            font-size: 20px !important;
            margin-bottom: 0.75rem;
            font-weight: 700 !important;
        }
        
        .globalo-text-center {
            text-align: center;
        }
        
        .globalo-text-lg {
            font-size: 18px !important;
        }
        
        .globalo-text-sm {
            font-size: 16px !important;
        }
        
        .globalo-text-xs {
            font-size: 16px !important;
        }
        
        .globalo-font-medium {
            font-weight: 500 !important;
        }
        
        .globalo-text-gray {
            color: #6b7280;
            font-size: 16px;
        }
        
        /* Banners */
        .globalo-desktop-banner {
            height: 300px;
            background-color: #f9f9f9;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #e5e7eb;
            border-radius: 0.5rem;
            margin-bottom: 3rem;
        }
        
        .globalo-mobile-banner {
            height: 200px;
            background-color: #f9f9f9;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #e5e7eb;
            border-radius: 0.5rem;
            margin-bottom: 3rem;
        }
        
        /* Benefits section */
        .globalo-benefit-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }
        
        .globalo-benefit-card {
            background-color: white;
            padding: 1.5rem;
            border-radius: 0.5rem;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            border: 1px solid #f3f4f6;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .globalo-benefit-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .globalo-benefit-number {
            font-family: 'Raleway', sans-serif !important;
            font-weight: 700 !important;
            color: #000;
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 40px !important;
            opacity: 0.15;
            line-height: 1;
            z-index: 1;
        }
        
        /* Materials section */
        .globalo-materials-section {
            background-color: #f9f9f9;
            padding: 3rem 1.5rem;
            border-radius: 0.5rem;
        }
        
        .globalo-materials-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
        }
        
        .globalo-material-card {
            background-color: white;
            padding: 1.5rem;
            border-radius: 0.5rem;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            transition: box-shadow 0.3s ease;
        }
        
        .globalo-material-card:hover {
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        
        .globalo-material-icon {
            width: 64px;
            height: 64px;
            background-color: black;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem auto;
        }
        
        .globalo-material-icon svg {
            width: 28px;
            height: 28px;
            color: white;
        }
        
        .globalo-download-btn {
            display: inline-block;
            background-color: black;
            color: white;
            padding: 0.5rem 1.5rem;
            border-radius: 0.375rem;
            font-weight: 500 !important;
            transition: background-color 0.3s ease;
        }
        
        .globalo-download-btn:hover {
            background-color: #333;
            text-decoration: none;
        }
        
        /* Map section */
        .globalo-map-container {
            position: relative;
            width: 100%;
            height: 500px;
            background-color: #f9f9f9;
            border-radius: 0.5rem;
            overflow: hidden;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }
        
        .globalo-map-svg {
            width: 100%;
            height: 100%;
        }
        
        .globalo-map-path {
            fill: #f9f9f9;
            stroke: #3d3d3d;
            stroke-width: 2;
        }
        
        .globalo-map-point {
            width: 12px;
            height: 12px;
            background-color: #000;
            border-radius: 50%;
            position: absolute;
            transform: translate(-50%, -50%);
            cursor: pointer;
            transition: all 0.2s ease;
        }
        
        .globalo-map-point:hover {
            transform: translate(-50%, -50%) scale(1.5);
        }
        
        .globalo-map-point::after {
            content: '';
            position: absolute;
            width: 24px;
            height: 24px;
            border: 2px solid #000;
            border-radius: 50%;
            top: -6px;
            left: -6px;
            animation: globalo-pulse 2s infinite;
        }
        
        @keyframes globalo-pulse {
            0% {
                transform: scale(0.5);
                opacity: 1;
            }
            100% {
                transform: scale(1.5);
                opacity: 0;
            }
        }
        
        .globalo-map-text {
            font-family: 'Raleway', sans-serif !important;
            font-size: 12px !important;
            text-anchor: middle;
            fill: #3d3d3d;
        }
        
        .globalo-map-legend {
            position: absolute;
            bottom: 1rem;
            right: 1rem;
            background-color: white;
            padding: 0.75rem;
            border-radius: 0.5rem;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }
        
        /* Team section */
        .globalo-team-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
        }
        
        .globalo-team-card {
            background-color: white;
            border-radius: 0.5rem;
            overflow: hidden;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            transition: box-shadow 0.3s ease;
        }
        
        .globalo-team-card:hover {
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        
        .globalo-team-photo {
            height: 16rem;
            background-color: #f9f9f9;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .globalo-team-photo svg {
            width: 8rem;
            height: 8rem;
            color: #9ca3af;
        }
        
        .globalo-contact-info {
            margin-top: 1rem;
        }
        
        .globalo-contact-info > div {
            display: flex;
            align-items: center;
            margin-bottom: 0.5rem;
            font-size: 18px !important;
        }
        
        .globalo-contact-info svg {
            width: 1.25rem;
            height: 1.25rem;
            margin-right: 0.5rem;
            color: black;
        }
        
        /* Contact form */
        .globalo-contact-section {
            background-color: #f9f9f9;
            padding: 2rem;
            border-radius: 0.5rem;
        }
        
        .globalo-contact-form-placeholder {
            width: 100%;
            min-height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px dashed #d1d5db;
            border-radius: 0.5rem;
        }
        
        /* Responsive styles */
        @media (max-width: 1024px) {
            .globalo-benefit-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .globalo-materials-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .globalo-team-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 768px) {
            .globalo-heading-xl {
                font-size: 32px !important;
            }
            
            .globalo-heading-lg {
                font-size: 28px !important;
            }
            
             .globalo-p-md{
           font-size: 16px !important;  
         }
            .globalo-desktop-banner {
                display: none;
            }
            
            .globalo-benefit-grid {
                grid-template-columns: 1fr;
            }
            
            .globalo-materials-grid {
                grid-template-columns: 1fr;
            }
            
            .globalo-team-grid {
                grid-template-columns: 1fr;
            }
            
            .globalo-benefit-number {
                font-size: 32px !important;
            }
            
        }
        
        @media (min-width: 769px) {
            .globalo-mobile-banner {
                display: none;
            }
        }