/*
Theme Name: Astra Child
Template: astra
*/

body {
    background-image: url('https://strefa-peptydow.pl/wp-content/uploads/2026/04/7.tlo-pol-ciemne.png') !important;
    background-position: center top;
    background-repeat: repeat;
}

footer p, footer li, footer a {
    color: #223c66 !important;
}

/*mailerlite*/

#mlb2-39600220 form.ml-block-form {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-areas:
    "input button"
    "checkbox checkbox" !important;
    gap: 14px 12px !important;
    align-items: start !important;
}

#mlb2-39600220 .ml-form-formContent {
    grid-area: input !important;
    margin: 0 !important;
}

#mlb2-39600220 .ml-form-checkboxRow {
    grid-area: checkbox !important;
    margin: 0 !important;
    width: 100% !important;
}

#mlb2-39600220 .ml-form-embedSubmit {
    grid-area: button !important;
    margin: 0 !important;
    display: flex !important;
    align-items: stretch !important;
}

#mlb2-39600220 .ml-form-fieldRow,
#mlb2-39600220 .ml-field-group {
    margin: 0 !important;
}

#mlb2-39600220 input[type="email"] {
    width: 100% !important;
    min-height: 50px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

#mlb2-39600220 .ml-form-embedSubmit button,
#mlb2-39600220 .ml-form-embedSubmit button.primary {
    min-height: 48px !important;
    padding: 0 24px !important;
    margin: 0 !important;
    white-space: nowrap !important;
    border: 2px solid #ffffff !important;
    border-radius: 5px !important;
    background-color: transparent !important;
    color: #ffffff !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

@media (max-width: 768px) {
    #mlb2-39600220 form.ml-block-form {
        grid-template-columns: 1fr !important;
        grid-template-areas:
      "input"
      "checkbox"
      "button" !important;
    }

    #mlb2-39600220 .ml-form-embedSubmit,
    #mlb2-39600220 .ml-form-embedSubmit button {
        width: 100% !important;
    }
}

#mlb2-39600220 .ml-form-embedSubmit {
    border: 1px solid #fff !important;
    border-radius: 5px !important;
    overflow: hidden !important;
}

#mlb2-39600220 .ml-form-embedSubmit button,
#mlb2-39600220 .ml-form-embedSubmit .primary {
    border: none !important;
    background: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
}

#mlb2-39600220.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-39600220.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
    padding: 0 !important;
}

/*belka promocyjna*/
.promo-bar {
    width: 100%;
    position: relative;
    z-index: 999999;
    overflow: hidden;
    background: #9EA3AD;
}

.promo-bar__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.promo-bar__marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.promo-bar__track {
    display: inline-flex;
    align-items: center;
    gap: 0;
    min-width: max-content;
    animation: promo-marquee 28s linear infinite;
    will-change: transform;
    padding: 12px 0;
}

.promo-bar__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.promo-bar__text {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
}

.promo-bar__sep {
    display: inline-block;
    margin: 0 34px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    opacity: 0.7;
    color: rgba(255,255,255,0.75);
}

.promo-bar__item:last-child .promo-bar__sep {
    margin-right: 34px;
}

.promo-bar:hover .promo-bar__track {
    animation-play-state: paused;
}

@keyframes promo-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .promo-bar__track {
        padding: 10px 0;
        animation-duration: 20s;
    }

    .promo-bar__text,
    .promo-bar__sep {
        font-size: 12px;
    }

    .promo-bar__sep {
        margin: 0 20px;
    }
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {

    color: #fff !important;
}