.product-listing-grid {
    margin-left: -1rem;
    margin-right: -1rem;
}

.product-listing-grid .product-listing-col {
    display: flex;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 2.6rem;
}

.product-listing-grid .product-listing-col > div[itemscope] {
    display: flex;
    width: 100%;
    height: 100%;
}

.product-listing-grid .listing-product-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 1.6rem 1.6rem 1.8rem;
    border: 1px solid #e7eef3;
    border-radius: 1.8rem;
    background: #fff;
    box-shadow: 0 10px 24px rgba(18, 55, 84, 0.06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.product-listing-grid .listing-product-card:hover {
    transform: translateY(-4px);
    border-color: #d7e4eb;
    box-shadow: 0 16px 32px rgba(18, 55, 84, 0.1);
}

.product-listing-grid .listing-product-card .listing-product-figure {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 23.5rem;
    margin-bottom: 1.4rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
}

.product-listing-grid .listing-product-card:hover .listing-product-figure {
    box-shadow: none;
}

.product-listing-grid .listing-product-card .listing-product-figure > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    max-height: none;
}

.product-listing-grid .listing-product-card .listing-product-figure > a::after {
    display: none;
}

.product-listing-grid .listing-product-card .listing-product-figure img {
    width: auto;
    max-width: 100%;
    max-height: 22rem;
    object-fit: contain;
}

.product-listing-grid .listing-product-card .listing-product-details {
    align-items: stretch;
    justify-content: flex-start;
    flex: 1 1 auto;
    width: 100%;
    text-align: left;
}

.product-listing-grid .listing-product-card .product-title-wrap {
    min-height: 7.8rem;
    margin-bottom: 1.4rem;
}

.product-listing-grid .listing-product-card .product-title {
    min-height: 0;
    margin-bottom: 0;
    color: #203546;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.45;
}

.product-listing-grid .listing-product-card .product-title a {
    display: -webkit-box;
    overflow: hidden;
    color: inherit;
    white-space: normal;
    text-overflow: initial;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.product-listing-grid .listing-product-card .product-title a:hover {
    color: #0f6f98;
}

.product-listing-grid .listing-product-card .price-box {
    width: 100%;
    margin-bottom: 1.4rem;
    text-align: left !important;
}

.product-listing-grid .listing-product-card .product-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: .5rem .8rem;
}

.product-listing-grid .listing-product-card .normal,
.product-listing-grid .listing-product-card .current {
    font-size: 2.05rem;
    font-weight: 700;
    line-height: 1.1;
}

.product-listing-grid .listing-product-card .normal {
    color: #203546;
}

.product-listing-grid .listing-product-card .prev {
    margin-top: .15rem;
    font-size: 1.3rem;
}

.product-listing-grid .listing-product-card .product-action {
    width: 100%;
    margin-top: auto;
}

.product-listing-grid .listing-product-card .product-action .btn-add-cart,
.product-listing-grid .listing-product-card .product-action .kup_teraz_partnerski {
    display: inline-flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    min-height: 4.8rem;
    padding: 0 1.6rem;
    justify-content: center;
    gap: .75rem;
    border-width: 1px;
    border-style: solid;
    border-radius: 1.35rem;
    font-family: "Open Sans", sans-serif;
    font-size: 1.24rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .06em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.product-listing-grid .listing-product-card .product-action .btn-add-cart {
    border-color: #0f6f98;
    background: linear-gradient(180deg, #1fb4e6 0%, #0f6f98 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(15, 111, 152, 0.2);
}

.product-listing-grid .listing-product-card .product-action .kup_teraz_partnerski {
    border-color: #2f8f63;
    background: linear-gradient(180deg, #42b07b 0%, #2f8f63 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(47, 143, 99, 0.18);
}

.product-listing-grid .listing-product-card .product-action .btn-add-cart i,
.product-listing-grid .listing-product-card .product-action .kup_teraz_partnerski i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 1.8rem;
    margin-bottom: 0;
    font-size: 1.7rem;
    line-height: 1;
}

.product-listing-grid .listing-product-card .product-action .btn-add-cart i::before,
.product-listing-grid .listing-product-card .product-action .kup_teraz_partnerski i::before {
    margin: 0;
}

.product-listing-grid .listing-product-card:hover .product-action .btn-add-cart,
.product-listing-grid .listing-product-card .product-action .btn-add-cart:hover,
.product-listing-grid .listing-product-card .product-action .btn-add-cart:focus {
    transform: translateY(-1px);
    border-color: #0c6288;
    background: linear-gradient(180deg, #2ac0ef 0%, #0c6288 100%);
    color: #fff;
    box-shadow: 0 18px 34px rgba(15, 111, 152, 0.26);
}

.product-listing-grid .listing-product-card .product-action .kup_teraz_partnerski:hover,
.product-listing-grid .listing-product-card .product-action .kup_teraz_partnerski:focus,
.product-listing-grid .listing-product-card:hover .product-action .kup_teraz_partnerski {
    transform: translateY(-1px);
    border-color: #267652;
    background: linear-gradient(180deg, #4abc84 0%, #267652 100%);
    color: #fff;
    box-shadow: 0 18px 34px rgba(47, 143, 99, 0.24);
}

.product-listing-grid .listing-product-card .product-action .btn-add-cart:focus,
.product-listing-grid .listing-product-card .product-action .kup_teraz_partnerski:focus {
    outline: none;
}

.product-listing-grid .listing-product-card .product-action .btn-add-cart:focus-visible,
.product-listing-grid .listing-product-card .product-action .kup_teraz_partnerski:focus-visible {
    outline: none;
}

.product-listing-grid .listing-product-card .product-action .btn-add-cart:active,
.product-listing-grid .listing-product-card .product-action .kup_teraz_partnerski:active {
    transform: translateY(0);
}

.product-listing-grid .listing-product-card .product-action .btn-add-cart.disabled {
    border-color: #d7e3ea;
    background: linear-gradient(180deg, #ffffff 0%, #f3f7f9 100%);
    color: #5b7180;
    box-shadow: 0 8px 18px rgba(18, 55, 84, 0.06);
}

.product-listing-grid .listing-product-card:hover .product-action .btn-add-cart.disabled,
.product-listing-grid .listing-product-card .product-action .btn-add-cart.disabled:hover,
.product-listing-grid .listing-product-card .product-action .btn-add-cart.disabled:focus {
    transform: translateY(-1px);
    border-color: #c6d5de;
    background: linear-gradient(180deg, #ffffff 0%, #eef4f7 100%);
    color: #445b6a;
    box-shadow: 0 12px 22px rgba(18, 55, 84, 0.1);
}

@media screen and (max-width: 991px) {
    .product-listing-grid .listing-product-card {
        padding: 1.4rem 1.4rem 1.6rem;
        border-radius: 1.6rem;
    }

    .product-listing-grid .listing-product-card .listing-product-figure {
        min-height: 19rem;
    }

    .product-listing-grid .listing-product-card .listing-product-figure img {
        max-height: 18rem;
    }

    .product-listing-grid .listing-product-card .product-title-wrap {
        min-height: 7.2rem;
    }
}

@media screen and (max-width: 575px) {
    .product-listing-grid {
        margin-left: -.6rem;
        margin-right: -.6rem;
    }

    .product-listing-grid .product-listing-col {
        padding-right: .6rem;
        padding-left: .6rem;
        margin-bottom: 1.6rem;
    }

    .product-listing-grid .listing-product-card {
        padding: 1.15rem 1.15rem 1.3rem;
        border-radius: 1.4rem;
    }

    .product-listing-grid .listing-product-card .listing-product-figure {
        min-height: 15rem;
        margin-bottom: 1.2rem;
        padding: 0;
        border-radius: 0;
    }

    .product-listing-grid .listing-product-card .listing-product-figure img {
        max-height: 13.5rem;
    }

    .product-listing-grid .listing-product-card .product-title-wrap {
        min-height: 6.8rem;
        margin-bottom: 1.1rem;
    }

    .product-listing-grid .listing-product-card .product-title {
        font-size: 1.45rem;
        line-height: 1.4;
    }

    .product-listing-grid .listing-product-card .normal,
    .product-listing-grid .listing-product-card .current {
        font-size: 1.8rem;
    }

    .product-listing-grid .listing-product-card .prev {
        font-size: 1.15rem;
    }

    .product-listing-grid .listing-product-card .product-action .btn-add-cart,
    .product-listing-grid .listing-product-card .product-action .kup_teraz_partnerski {
        min-height: 4.2rem;
        padding: 0 1.15rem;
        gap: .55rem;
        border-radius: 1.15rem;
        font-size: 1.12rem;
        letter-spacing: .04em;
    }

    .product-listing-grid .listing-product-card .product-action .btn-add-cart i,
    .product-listing-grid .listing-product-card .product-action .kup_teraz_partnerski i {
        width: 1.55rem;
        font-size: 1.45rem;
    }
}

.product-default .product-action .kup_teraz_partnerski {
    width: 128px;
    min-width: 128px;
    height: 34px;
    max-height: 34px;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    background: #2f8f63;
    border-color: #2f8f63;
    color: #fff;
}

.product-default .product-action .kup_teraz_partnerski:hover,
.product-default:hover .product-action .kup_teraz_partnerski {
    background: #267652;
    border-color: #267652;
    color: #fff;
}

/* Ceny towarów */
.prev{color: #989898; text-decoration: line-through; display: inline-block;}
.current{color: #e11414; display: inline-block; font-size: 18px; font-weight: 600;}


.str_but:hover {
    background: #00303c;
    border-color: #00303c;
    color: #fff;
}
.str_but.active span {
    background: #00303c;
}

.toolbox.toolbox-pagination {
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem 1.6rem;
    flex-wrap: wrap;
    padding-top: 2.4rem;
    border-top-color: #e2ecf1;
}

.toolbox.toolbox-pagination .pagination {
    margin-left: 0;
    flex-wrap: wrap;
    gap: .8rem;
}

.toolbox.toolbox-pagination .page-item {
    margin: 0;
}

.toolbox.toolbox-pagination .page-link,
.toolbox.toolbox-pagination .str_but {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4.2rem;
    height: 4.2rem;
    padding: 0 1.35rem;
    border: 1px solid #d7e4eb;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, #ffffff 0%, #f6fafc 100%);
    color: #335166;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 22px rgba(18, 55, 84, 0.08);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.toolbox.toolbox-pagination .page-link span,
.toolbox.toolbox-pagination .str_but span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.2rem;
}

.toolbox.toolbox-pagination .page-link:hover,
.toolbox.toolbox-pagination .page-link:focus,
.toolbox.toolbox-pagination .str_but:hover,
.toolbox.toolbox-pagination .str_but:focus {
    transform: translateY(-1px);
    border-color: #0f6f98;
    background: linear-gradient(180deg, #0f6f98 0%, #114d68 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(15, 111, 152, 0.24);
    outline: none;
}

.toolbox.toolbox-pagination .page-item.active .page-link,
.toolbox.toolbox-pagination .page-item.active .str_but {
    border-color: #0f6f98;
    background: linear-gradient(180deg, #0f6f98 0%, #114d68 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(15, 111, 152, 0.26);
}

.toolbox.toolbox-pagination .page-item.disabled .page-link,
.toolbox.toolbox-pagination .page-item.disabled .str_but {
    opacity: .45;
    box-shadow: none;
    cursor: default;
    pointer-events: none;
    transform: none;
}

.toolbox.toolbox-pagination .page-item-ellipsis .page-link {
    border-style: dashed;
    background: #f8fbfd;
    color: #8ba0ae;
    box-shadow: none;
}

.toolbox.toolbox-pagination .pag-info {
    margin-left: auto;
    padding: .95rem 1.5rem;
    border: 1px solid #dce8ee;
    border-radius: 999px;
    background: #f8fbfd;
    color: #5f7483;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .02em;
    white-space: nowrap;
}

.toolbox.toolbox-pagination .pag-info strong {
    color: #15384d;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .toolbox.toolbox-pagination {
        justify-content: center;
        margin-bottom: 3.2rem;
        padding-top: 1.8rem;
    }

    .toolbox.toolbox-pagination .pagination {
        justify-content: center;
    }

    .toolbox.toolbox-pagination .page-link,
    .toolbox.toolbox-pagination .str_but {
        min-width: 3.9rem;
        height: 3.9rem;
        padding: 0 1.15rem;
        border-radius: 1rem;
    }

    .toolbox.toolbox-pagination .pag-info {
        width: 100%;
        margin-left: 0;
        text-align: center;
        white-space: normal;
    }
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

form h2 {
    margin-top:0;
    margin-bottom: 0;
}

.number-plus,.number-minus {
    cursor: pointer;
}

.number-plus:hover,.number-minus:hover {
    background: #34d9c3;
    color: #fff;
}

.error-reg {
    display: block;
    padding:5px;
    outline: 2px solid red;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    animation: pulse 2s infinite;


}


.stop-zam {
    margin-left:5px;
    padding: 5px;
    outline: 2px solid red;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    animation: pulse 2s infinite;


}


@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(249, 5, 19, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

.forma-plat,.forma-dost {
    cursor:pointer;
    padding: 15px;
}

.forma-plat:hover,.forma-dost:hover {
    background-color: #eee;
    color:#000000;
}

.wybrany {
    background-color: #7EB8CC;
    color: #ffffff;
}

.required {
    color: #000000;
}

.error {
    /* color: #ffffff;*/
    /* border: 1px solid red;*/
    outline: 1px solid red;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    animation: pulse 2s infinite;
}

.error:hover,.error:focus {
    /*color: #ffffff;*/
}

.shipping-agreement {
    margin:15px;
}

/*
Wyszukiwarka produkt?w
*/

.typeahead__result .row {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    gap: 1.2rem;
    font-size: 14px;
}

.typeahead__result .row > * {
    display: block;
}

.typeahead__result .produkt {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
    line-height: 1.35;
}

.typeahead__result .produkt small {
    display: block;
    margin-top: .4rem;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.2;
    color: #6f7782;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.typeahead__result .cena {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    text-align: right;
    flex: 0 0 auto;
    min-width: 110px;
    margin-left: auto;
    white-space: nowrap;
}

.typeahead__result .zdjecie {
    flex: 0 0 90px;
}

.typeahead__result .zdjecie img {
    height: 50px;
    width: 80px;
    padding: 5px;
}

@media screen and (max-width: 479px) {
    .typeahead__result .row {
        gap: .8rem;
        font-size: 13px;
    }

    .typeahead__result .zdjecie {
        flex: 0 0 64px;
    }

    .typeahead__result .zdjecie img {
        width: 54px;
        height: 38px;
        padding: 3px;
    }

    .typeahead__result .cena {
        min-width: 80px;
        font-size: 14px;
    }
}



img {
    max-width: 200%;
}

.cena-skreslona {
    text-decoration: line-through;
}

.header-search {
    /*max-width:400px;*/
    width: 100%;
}

@media screen and (min-width: 992px) {
    .header-middle .header-center {
        flex: 1 1 0%;
        min-width: 0;
        margin: 0 2rem;
    }

    .header-middle .header-left,
    .header-middle .header-right {
        flex: 0 0 auto;
    }

    .header-middle .header-center,
    .header-middle .header-center .header-search,
    .header-middle .header-center .header-search-wrapper,
    .header-middle .header-center .typeahead__container,
    .header-middle .header-center .typeahead__field {
        width: 100%;
    }

    .header-middle .header-center .typeahead__query {
        flex: 1 1 auto;
        min-width: 0;
    }

    .header-middle .header-center #szukaj_gl {
        width: 100%;
        max-width: none;
    }
}

@media screen and (min-width: 1200px) {
    .header-middle .header-center {
        padding-left: 0;
    }
}

.header-search .form-control {
    border-radius: 0;
}

.header-search .header-search-wrapper {
    border-radius: 0;
}

.sidebar-shop .widget {
    margin-bottom: 1.2rem;
    padding: 2.2rem 2rem 1.8rem;
    border: 1px solid #dfe7ec;
    border-bottom: 1px solid #dfe7ec;
    border-radius: 1.4rem;
    background: #fff;
    box-shadow: 0 8px 20px rgba(19, 45, 73, 0.05);
}

.sidebar-shop .widget:last-child {
    border-bottom: 1px solid #dfe7ec;
}

.sidebar-shop .widget-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #edf2f5;
    color: #1f2d3d;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.sidebar-shop .widget-title-text {
    flex: 1 1 auto;
    min-width: 0;
}

.sidebar-shop .widget-body {
    padding-top: 1.4rem;
    padding-bottom: 0;
}

.sidebar-shop .widget-body .row {
    margin-right: 0;
    margin-left: 0;
}

.sidebar-shop .widget-body .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.filter-search-wrap {
    position: relative;
    margin-bottom: 1.1rem;
}

.filter-search-input {
    height: 4rem;
    padding: 0 1.2rem 0 3.9rem;
    border: 1px solid #dce7ee;
    border-radius: 1rem;
    background: #f8fbfd;
    color: #314658;
    font-size: 1.35rem;
}

.filter-search-input:focus {
    border-color: #b8d6e4;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(15, 111, 152, 0.08);
}

.filter-search-input::placeholder {
    color: #8ea1af;
}

.filter-search-icon {
    position: absolute;
    top: 50%;
    left: 1.4rem;
    transform: translateY(-50%);
    color: #7890a1;
    font-size: 1.45rem;
    pointer-events: none;
}

.filter-options-scroll {
    display: flex;
    flex-direction: column;
    gap: .7rem;
}

.filter-options-scroll .checkbox-entry {
    width: 100%;
    gap: .7rem;
    margin: 0 !important;
    padding: .5rem .75rem;
    min-height: 3.2rem;
    border-radius: .9rem;
}

.filter-options-scroll .checkbox-entry .check {
    width: 1.7rem;
    height: 1.7rem;
    margin-top: .05rem;
    border-radius: .5rem;
}

.filter-options-scroll .checkbox-entry .check::after {
    width: .5rem;
    height: .85rem;
}

.filter-options-scroll .filter-option-label {
    padding-top: 0;
    padding-right: .2rem;
    font-size: 1.3rem;
    line-height: 1.35;
}

.filter-options-scroll .filter-option-count {
    min-width: 2.4rem;
    margin-top: 0;
    padding: .05rem .55rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

.filter-options-scroll.is-scrollable {
    max-height: 31rem;
    overflow-y: auto;
    padding-right: .5rem;
}

.filter-options-scroll.is-scrollable.filter-options-scroll-producers {
    max-height: 38rem;
}

#producer-filter-list {
    gap: .25rem;
    padding-right: .35rem;
}

#producer-filter-list .checkbox-entry {
    gap: .65rem;
    margin: 0 !important;
    padding: .38rem .7rem;
    min-height: 3rem;
    border-radius: .85rem;
}

#producer-filter-list .checkbox-entry .check {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: .1rem;
    border-radius: .45rem;
}

#producer-filter-list .checkbox-entry .check::after {
    width: .5rem;
    height: .85rem;
}

#producer-filter-list .filter-option-label {
    padding-top: 0;
    font-size: 1.3rem;
    line-height: 1.35;
}

#producer-filter-list .filter-option-count {
    min-width: 2.4rem;
    margin-top: 0;
    padding: .05rem .55rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

#producer-filter-list + .filter-search-empty,
.filter-search-empty {
    display: none;
}

.filter-options-scroll.is-scrollable::-webkit-scrollbar {
    width: .8rem;
}

.filter-options-scroll.is-scrollable::-webkit-scrollbar-track {
    background: #eef4f7;
    border-radius: 999px;
}

.filter-options-scroll.is-scrollable::-webkit-scrollbar-thumb {
    background: #c8d7e1;
    border-radius: 999px;
}

.filter-options-scroll.is-scrollable::-webkit-scrollbar-thumb:hover {
    background: #b5c8d4;
}

.filter-clear-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 999px;
    background: #fff3f2;
    color: #d9534f;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.filter-clear-btn:hover,
.filter-clear-btn:focus {
    background: #fde7e5;
    color: #c9302c;
    transform: scale(1.04);
}

.filter-clear-btn i {
    font-size: 1.6rem;
}

.sidebar-shop .checkbox-entry {
    position: relative;
    display: flex !important;
    align-items: flex-start;
    gap: .9rem;
    margin: 0 0 .7rem !important;
    padding: .95rem 1rem;
    min-height: 4.8rem;
    border: 1px solid #e1e8ee;
    border-radius: 1rem;
    background: #ffffff;
    color: #415364;
    line-height: 1.45;
    cursor: pointer;
    overflow: visible;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.sidebar-shop .checkbox-entry:hover {
    border-color: #c8d8e2;
    background: #f7fbfd;
    transform: translateY(-1px);
}

.sidebar-shop .checkbox-entry.is-hidden-by-search {
    display: none !important;
}

.sidebar-shop .checkbox-entry input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.sidebar-shop .checkbox-entry .check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2rem;
    position: relative;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    margin-top: .15rem;
    border: 1.5px solid #9fb4c2;
    border-radius: .65rem;
    background: #fff;
    box-shadow: inset 0 1px 1px rgba(16, 44, 71, 0.05);
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.sidebar-shop .checkbox-entry .check::after {
    content: "";
    width: .6rem;
    height: 1rem;
    margin-top: -.1rem;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    transform: rotate(45deg) scale(.75);
    transition: opacity .18s ease, transform .18s ease;
}

.filter-option-label {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    padding-top: .1rem;
    padding-right: .4rem;
    color: #32485a;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.filter-option-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    align-self: flex-start;
    margin-left: auto;
    margin-top: .1rem;
    min-width: 2.8rem;
    padding: .1rem .7rem;
    border-radius: 999px;
    background: #edf4f8;
    color: #375266;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.8;
}

.sidebar-shop .checkbox-entry input:checked + .check,
.sidebar-shop .checkbox-entry.is-selected .check {
    border-color: #0f6f98;
    background: linear-gradient(180deg, #18a4d9 0%, #0f6f98 100%);
    box-shadow: 0 8px 16px rgba(15, 111, 152, 0.18);
}

.sidebar-shop .checkbox-entry input:checked + .check::after,
.sidebar-shop .checkbox-entry.is-selected .check::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.sidebar-shop .checkbox-entry input:checked ~ .filter-option-label {
    color: #1f2d3d;
    font-weight: 600;
}

.sidebar-shop .checkbox-entry input:checked ~ .filter-option-count {
    background: #d9eef8;
    color: #0f6f98;
}

.sidebar-shop .checkbox-entry.is-selected,
.sidebar-shop .checkbox-entry:has(input:checked) {
    border-color: #cfe5f1;
    background: #f1f8fc;
    box-shadow: inset 0 0 0 1px rgba(8, 136, 204, 0.05);
}

.sidebar-shop .filter-options-scroll .checkbox-entry {
    width: 100%;
    gap: .7rem;
    margin: 0 !important;
    padding: .5rem .75rem;
    min-height: 3.2rem;
    border-radius: .9rem;
}

.sidebar-shop .filter-options-scroll .checkbox-entry .check {
    flex: 0 0 1.7rem;
    width: 1.7rem;
    min-width: 1.7rem;
    height: 1.7rem;
    margin-top: .05rem;
    border-radius: .5rem;
}

.sidebar-shop .filter-options-scroll .checkbox-entry .check::after {
    width: .5rem;
    height: .85rem;
}

.sidebar-shop .filter-options-scroll .filter-option-label {
    padding-top: 0;
    padding-right: .2rem;
    font-size: 1.3rem;
    line-height: 1.35;
}

.sidebar-shop .filter-options-scroll .filter-option-count {
    min-width: 2.4rem;
    margin-top: 0;
    padding: .05rem .55rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

.sidebar-shop #producer-filter-list {
    gap: .25rem;
    padding-right: .35rem;
}

.sidebar-shop #producer-filter-list .checkbox-entry {
    gap: .65rem;
    padding: .38rem .7rem;
    min-height: 3rem;
    border-radius: .85rem;
}

.sidebar-shop #producer-filter-list .checkbox-entry .check {
    flex: 0 0 1.6rem;
    width: 1.6rem;
    min-width: 1.6rem;
    height: 1.6rem;
    margin-top: .1rem;
    border-radius: .45rem;
}

.sidebar-shop #producer-filter-list .checkbox-entry .check::after {
    width: .5rem;
    height: .85rem;
}

.sidebar-shop #producer-filter-list .filter-option-label {
    font-size: 1.3rem;
}

.sidebar-shop #producer-filter-list .filter-option-count {
    min-width: 2.4rem;
    padding: .05rem .55rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

.active-filters-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.8rem;
    padding: 1.4rem 1.6rem;
    border: 1px solid #dfe7ec;
    border-radius: 1.4rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: 0 8px 20px rgba(19, 45, 73, 0.04);
}

.active-filters-summary {
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    flex: 0 0 auto;
}

.active-filters-title {
    color: #1f2d3d;
    font-size: 1.35rem;
    font-weight: 700;
}

.active-filters-counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.6rem;
    height: 2.6rem;
    padding: 0 .8rem;
    border-radius: 999px;
    background: #0f6f98;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

.active-filters-list {
    display: flex;
    flex: 1 1 32rem;
    flex-wrap: wrap;
    gap: .8rem;
}

.active-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    max-width: 100%;
    padding: .65rem .75rem .65rem 1rem;
    border: 1px solid #d8e5ec;
    border-radius: 999px;
    background: #fff;
    color: #2d4658;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.active-filter-chip:hover,
.active-filter-chip:focus {
    border-color: #bfd4e0;
    background: #f7fbfd;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(19, 45, 73, 0.06);
}

.active-filter-chip-group {
    color: #72889a;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.active-filter-chip-label {
    min-width: 0;
    overflow-wrap: anywhere;
}

.active-filter-chip-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: #eef5f9;
    color: #547188;
    font-size: 1.1rem;
}

.active-filters-reset {
    padding: 0;
    border: 0;
    background: transparent;
    color: #0f6f98;
    font-size: 1.2rem;
    font-weight: 700;
}

.active-filters-reset:hover,
.active-filters-reset:focus {
    color: #0b5878;
    text-decoration: underline;
}

.sidebar-shop .widget #price-slider,
.sidebar-shop .widget #waga-slider {
    margin-bottom: 1.2rem;
}

.filter-apply-btn {
    min-width: 100%;
    height: 3.8rem;
    border-radius: .9rem;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
    .sidebar-shop .widget {
        padding: 1.8rem 1.5rem 1.5rem;
    }

    .active-filters-bar {
        padding: 1.3rem 1.4rem;
    }
}

@media screen and (max-width: 479px) {
    .sidebar-shop .widget {
        border-radius: 1.2rem;
    }

    .sidebar-shop .widget-title {
        font-size: 1.25rem;
    }

    .filter-search-input {
        font-size: 1.25rem;
    }

    .sidebar-shop .checkbox-entry {
        gap: .8rem;
        padding: .85rem .9rem;
        min-height: 4.5rem;
    }

    .sidebar-shop .filter-options-scroll .checkbox-entry {
        padding: .4rem .65rem;
        min-height: 3rem;
    }

    .filter-options-scroll.is-scrollable,
    .filter-options-scroll-producers {
        max-height: 28rem;
    }

    .sidebar-shop #producer-filter-list .checkbox-entry {
        padding: .35rem .6rem;
        min-height: 2.9rem;
    }

    .filter-option-count {
        min-width: 2.4rem;
        padding: .1rem .6rem;
        font-size: 1.05rem;
    }

    .active-filters-bar {
        align-items: flex-start;
        padding: 1.2rem;
    }

    .active-filters-list {
        flex-basis: 100%;
    }

    .active-filter-chip {
        width: 100%;
        justify-content: space-between;
        border-radius: 1.1rem;
    }

    .active-filters-reset {
        width: 100%;
        text-align: left;
    }
}

.product-title {
    min-height: 40px;
}

.prezentacja-aktywna {
    outline: 2px solid lightblue;
    padding: 5px;
}

.prez:hover {
    background: #d5e9f9;
}

.product-desc {
    text-align: justify;
}

.product-desc-content {
    text-align: justify;
}
.product-col .product-image-container {
    border: none;
}

.cart-dropdown {
    position: relative;
}

.cart-dropdown .dropdownmenu-wrapper {
    display: flex;
    flex-direction: column;
    width: 42rem;
    max-width: min(42rem, calc(100vw - 2.4rem));
    max-height: min(72rem, calc(100vh - 8rem));
    overflow: hidden;
}

.cart-dropdown .dropdown-cart-header,
.cart-dropdown .dropdown-cart-total,
.cart-dropdown .dropdown-cart-action {
    flex: 0 0 auto;
}

.cart-dropdown .dropdown-cart-products {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding-right: .6rem;
    margin-right: -.6rem;
}

.cart-dropdown .dropdown-cart-products::-webkit-scrollbar {
    width: .8rem;
}

.cart-dropdown .dropdown-cart-products::-webkit-scrollbar-track {
    background: #eef4f7;
    border-radius: 999px;
}

.cart-dropdown .dropdown-cart-products::-webkit-scrollbar-thumb {
    background: #c8d7e1;
    border-radius: 999px;
}

.cart-dropdown .dropdown-cart-products::-webkit-scrollbar-thumb:hover {
    background: #b5c8d4;
}

.koszyk_sumak {
    color: #fff;
    font-size:10px;
}
.cart-dropdown .dropdown-toggle .cart-count {
    top: 0;
    right: 0;
}

@media screen and (min-width: 992px) {
    .header-middle .cart-dropdown {
        margin-left: 1.2rem;
    }

    .cart-dropdown .js-cart-dropdown-panel,
    .cart-dropdown [id='zaw_kosz_drop_down'] {
        display: block !important;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transform: translate3d(0, 1.2rem, 0) scale(.985);
        transform-origin: top right;
        transition: opacity .18s ease, transform .24s cubic-bezier(.2, .75, .25, 1), visibility 0s linear .24s;
        will-change: opacity, transform;
    }

    .cart-dropdown .js-cart-dropdown-panel.is-open,
    .cart-dropdown [id='zaw_kosz_drop_down'].is-open {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: translate3d(0, 0, 0) scale(1);
        transition-delay: 0s;
    }

    .cart-dropdown .product-title {
        width: auto !important;
        max-width: 100%;
        margin-bottom: .65rem;
        overflow: hidden !important;
        color: #1f3444;
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 1.34;
    }

    .cart-dropdown .product-title a {
        display: -webkit-box;
        overflow: hidden;
        color: inherit;
        max-width: 100%;
        white-space: normal;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .header-middle .cart-dropdown .dropdown-toggle {
        position: relative;
        display: flex;
        align-items: center;
        min-width: 16.4rem;
        min-height: 4.8rem;
        padding: .75rem 4.4rem .75rem 5.2rem;
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 1.5rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.05) 100%), linear-gradient(135deg, rgba(26, 176, 231, 0.96) 0%, rgba(11, 129, 197, 0.94) 100%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(255, 255, 255, 0.08), 0 18px 32px rgba(6, 49, 79, 0.22);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        color: #fff;
        overflow: visible;
        transition: transform .2s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
    }

    .header-middle .cart-dropdown .dropdown-toggle::before {
        position: absolute;
        top: 50%;
        left: 1.5rem;
        transform: translateY(-50%);
        margin: 0;
        color: #fff;
        font-size: 2.25rem;
    }

    .header-middle .cart-dropdown .dropdown-toggle::after {
        right: 1.5rem;
        color: rgba(255, 255, 255, 0.95);
        font-size: 1.2rem;
    }

    .header-middle .cart-dropdown .dropdown-toggle:hover,
    .header-middle .cart-dropdown .dropdown-toggle:focus {
        transform: translateY(-1px);
        border-color: rgba(255, 255, 255, 0.3);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.08) 100%), linear-gradient(135deg, rgba(32, 184, 237, 0.97) 0%, rgba(9, 120, 183, 0.96) 100%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), inset 0 -1px 0 rgba(255, 255, 255, 0.1), 0 22px 36px rgba(6, 49, 79, 0.26);
        color: #fff;
        text-decoration: none;
    }

    .header-middle .cart-dropdown .dropdown-toggle .cart-count {
        top: -.65rem;
        right: -.65rem;
        min-width: 2.3rem;
        height: 2.3rem;
        border: 2px solid #08c;
        background: linear-gradient(180deg, #ff9c5f 0%, #f17734 100%);
        font-size: 1.05rem;
        box-shadow: 0 10px 20px rgba(53, 31, 10, 0.2);
    }

    .header-middle .koszyk_sumak {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: .45rem;
        color: #fff;
        font-size: 1.52rem;
        font-weight: 700;
        line-height: 1.1;
        letter-spacing: .01em;
        white-space: nowrap;
    }

    .header-middle .koszyk_sumak::before {
        content: attr(data-koszyk-meta);
        display: inline-flex;
        align-items: center;
        padding: .36rem .72rem;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.14);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
        color: rgba(255, 255, 255, 0.92);
        font-size: .88rem;
        font-weight: 700;
        letter-spacing: .08em;
        line-height: 1;
        text-transform: uppercase;
    }

    .header-middle .cart-dropdown .js-cart-dropdown-panel,
    .header-middle .cart-dropdown #zaw_kosz_drop_down {
        top: calc(100% + 1rem) !important;
        right: 0;
        left: auto !important;
    }

    .cart-dropdown .dropdownmenu-wrapper {
        width: 44rem;
        max-width: min(44rem, calc(100vw - 2.4rem));
        padding: 1.8rem 1.9rem 1.6rem;
        border-color: #e2ecf1;
        border-radius: 2rem;
        background: #fff;
        box-shadow: 0 28px 58px rgba(13, 40, 62, 0.18);
    }

    .cart-dropdown .dropdown-cart-header {
        align-items: center;
        padding: 0 .2rem 1.3rem;
        border-bottom-color: #e8f0f4;
    }

    .cart-dropdown .dropdown-cart-header #x {
        color: #1a3344;
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: .08em;
    }

    .cart-dropdown .dropdown-cart-header a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: .75rem 1.2rem;
        border-radius: 999px;
        background: #f2f8fb;
        color: #0f6f98;
        font-size: 1.12rem;
        font-weight: 700;
        letter-spacing: .06em;
        line-height: 1;
        text-transform: uppercase;
    }

    .cart-dropdown .dropdown-cart-header a:hover,
    .cart-dropdown .dropdown-cart-header a:focus {
        background: #e6f3f9;
        color: #0b5b7d;
        text-decoration: none;
    }

    .cart-dropdown .product {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 8rem;
        gap: 1.4rem;
        align-items: center;
        padding: 1.45rem .2rem;
    }

    .cart-dropdown .product + .product {
        border-top: 1px solid #edf2f5;
    }

    .cart-dropdown .product-details {
        color: #4f6574;
        font-size: 1.25rem;
        font-weight: 600;
    }

    .cart-dropdown .product-title {
        font-size: 1.34rem;
    }

    .cart-dropdown .product-title a:hover {
        color: #0f6f98;
        text-decoration: none;
    }

    .cart-dropdown .cart-product-info {
        color: #607787;
        font-size: 1.28rem;
        font-weight: 600;
    }

    .cart-dropdown .cart-product-qty {
        color: #0f6f98;
        font-weight: 800;
    }

    .cart-dropdown .product-image-container {
        width: 8rem;
        max-width: 8rem;
        border: 1px solid #e1ebf0;
        border-radius: 1.4rem;
        background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
        overflow: visible;
    }

    .cart-dropdown .product-image {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 8rem;
        padding: .8rem;
    }

    .cart-dropdown .product-image img {
        width: 100%;
        height: auto;
        max-height: 6.4rem;
        object-fit: contain;
    }

    .cart-dropdown .btn-remove {
        top: -.8rem;
        right: -.8rem;
        width: 2.6rem;
        height: 2.6rem;
        border: 1px solid #e4ecf1;
        background: #fff;
        color: #4c6373;
        box-shadow: 0 12px 24px rgba(18, 55, 84, 0.15);
    }

    .cart-dropdown .btn-remove:hover,
    .cart-dropdown .btn-remove:focus {
        color: #d9534f;
        border-color: #f2d7d5;
        background: #fff5f4;
    }

    .cart-dropdown .dropdown-cart-total {
        align-items: center;
        margin-bottom: 1.2rem;
        padding: 1.45rem .2rem 0;
        border-top: 1px solid #e8f0f4;
        color: #5f7787;
        font-size: 1.2rem;
        letter-spacing: .08em;
    }

    .cart-dropdown .dropdown-cart-total .cart-total-price {
        color: #18384b;
        font-size: 2rem;
        font-weight: 800;
        letter-spacing: 0;
    }

    .cart-dropdown .dropdown-cart-action {
        padding: 0 .2rem .2rem;
    }

    .cart-dropdown .dropdown-cart-action .btn {
        min-height: 4.9rem;
        border-radius: 1.35rem;
        background: linear-gradient(180deg, #13181d 0%, #050607 100%);
        box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
        font-size: 1.22rem;
        font-weight: 700;
        letter-spacing: .08em;
    }

    .cart-dropdown .dropdown-cart-action .btn:hover,
    .cart-dropdown .dropdown-cart-action .btn:focus {
        background: linear-gradient(180deg, #1b2127 0%, #0b0d10 100%);
        transform: translateY(-1px);
        color: #fff;
    }

    .sticky-header.fixed .main-nav {
        flex: 1 1 auto;
        min-width: 0;
    }

    .sticky-header.fixed {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    .sticky-header.fixed .logo {
        display: flex;
        align-items: center;
        flex: 0 0 auto;
        margin-right: 1.6rem;
    }

    .sticky-header.fixed .logo img {
        width: auto;
        max-width: none;
        height: auto;
        max-height: 4.4rem;
    }

    .sticky-header.fixed .cart-dropdown {
        flex: 0 0 auto;
        margin-left: 1.2rem;
    }

    .sticky-header.fixed .cart-dropdown .dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4.8rem;
        min-width: 4.8rem;
        height: 4.8rem;
        min-height: 4.8rem;
        padding: 0;
        border-radius: 1.2rem;
        white-space: nowrap;
    }

    .sticky-header.fixed .cart-dropdown .dropdown-toggle::before {
        margin: 0;
        font-size: 2.2rem;
    }

    .sticky-header.fixed .cart-dropdown .dropdown-toggle::after,
    .sticky-header.fixed .cart-dropdown .dropdown-toggle .koszyk_sumak {
        display: none;
    }

    .sticky-header.fixed .cart-dropdown .dropdown-toggle .cart-count {
        top: -.5rem;
        right: -.5rem;
        min-width: 2rem;
        height: 2rem;
        font-size: 1.05rem;
    }

    .sticky-header.fixed .cart-dropdown .js-cart-dropdown-panel,
    .sticky-header.fixed .cart-dropdown #zaw_kosz_drop_down {
        top: calc(100% + .8rem);
        right: 0;
        left: auto !important;
    }

    .sticky-header.fixed .cart-dropdown .dropdownmenu-wrapper {
        max-height: min(72rem, calc(100vh - 8rem));
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .header-middle .cart-dropdown .dropdown-toggle {
        min-width: 15rem;
        padding-left: 4.8rem;
    }

    .header-middle .koszyk_sumak {
        font-size: 1.38rem;
    }

    .header-middle .koszyk_sumak::before {
        font-size: .8rem;
        letter-spacing: .06em;
    }
}

.header-middle {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* Koszyk / checkout */
.breadcrumb-nav {
    margin-bottom: 1.6rem;
}

.cart-table-container {
    margin-bottom: 3rem;
    padding: 2.2rem;
    border: 1px solid #e2ecf1;
    border-radius: 2.2rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: 0 18px 40px rgba(18, 55, 84, 0.08);
}

@media screen and (min-width: 992px) {
    .cart-table-container {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
}

.cart-table-container .step-title {
    margin-bottom: 1.6rem;
    color: #1f3444;
    font-size: clamp(2.5rem, 2.1vw, 3.4rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.02em;
}

.table.table-cart {
    width: 100%;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0 .55rem;
}

.table.table-cart thead th {
    padding: 1.1rem 1.4rem;
    border: 0;
    background: #f2f8fb;
    color: #6a8291;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.table.table-cart thead th:first-child {
    border-radius: 1rem 0 0 1rem;
}

.table.table-cart thead th:last-child {
    border-radius: 0 1rem 1rem 0;
}

.table.table-cart tbody tr.product-row td {
    padding: 1.45rem 1.25rem;
    vertical-align: middle;
    border-top: 1px solid #e3edf2;
    border-bottom: 1px solid #e3edf2;
    background: #fff;
}

.table.table-cart tbody tr.product-row td:first-child {
    border-left: 1px solid #e3edf2;
    border-radius: 1rem 0 0 1rem;
}

.table.table-cart tbody tr.product-row td:last-child {
    border-right: 1px solid #e3edf2;
    border-radius: 0 1rem 1rem 0;
}

.table.table-cart tr td.product-col,
.table.table-cart tbody tr.product-row td.product-col {
    padding: 1.3rem 1.25rem 1.05rem 1.25rem;
}

.table.table-cart .product-copy {
    min-width: 0;
}

.table.table-cart .product-col {
    display: grid;
    grid-template-columns: 9.2rem minmax(0, 1fr);
    gap: 1.3rem;
    align-items: center;
    min-width: 0;
}

.table.table-cart .product-image-container {
    width: 9.2rem;
    height: 9.2rem;
    margin: 0;
    border: 1px solid #dfeaf0;
    border-radius: 1.35rem;
    background: linear-gradient(180deg, #ffffff 0%, #f6fafc 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    overflow: hidden;
}

.table.table-cart .product-images {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: .7rem;
}

.table.table-cart .product-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.table.table-cart .product-title {
    min-height: 0;
    margin: 0;
    color: #1f3444;
    font-size: 1.72rem;
    font-weight: 700;
    line-height: 1.24;
}

.table.table-cart .product-title a {
    display: -webkit-box;
    overflow: hidden;
    color: inherit;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.table.table-cart .product-title a:hover {
    color: #0f6f98;
    text-decoration: none;
}

.table.table-cart .product-meta {
    margin-top: .6rem;
    color: #7b8f9d;
    font-size: 1.14rem;
    font-weight: 600;
    line-height: 1.35;
}

.table.table-cart .product-producer b {
    color: #18384b;
    font-weight: 700;
}

.table.table-cart .product-bundle-meta {
    margin-top: .45rem;
    color: #667d8d;
    font-size: 1.02rem;
    line-height: 1.45;
}

.table.table-cart .product-bundle-title {
    display: inline-block;
    margin-bottom: .2rem;
    color: #607787;
    font-weight: 700;
}

.table.table-cart .product-bundle-list {
    margin: 0;
    padding-left: 1.5rem;
    font-weight: 400;
}

.table.table-cart .product-bundle-list li + li {
    margin-top: .1rem;
}

.table.table-cart .product-title .text-danger {
    display: inline-flex;
    margin-top: .65rem;
    padding: .35rem .75rem;
    border-radius: 999px;
    background: #fff3f2;
    color: #d9534f;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.2;
}

.table.table-cart .product-title .btn.btn-primary {
    margin-top: .65rem;
    padding: .42rem .82rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #1fb4e6 0%, #0f6f98 100%);
    font-size: .98rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.table.table-cart tbody tr.product-row td:nth-child(2),
.table.table-cart tbody tr.product-row td:nth-child(4) {
    color: #18384b;
    font-size: 1.72rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.table.table-cart tbody tr.product-row td:nth-child(2) {
    color: #4f6777;
    font-size: 1.5rem;
}

.table.table-cart tbody tr.product-row td:nth-child(2) .btn.btn-danger {
    display: inline-flex;
    align-items: center;
    margin-bottom: .5rem;
    padding: .35rem .75rem;
    border: 0;
    border-radius: 999px;
    background: #fff3f2;
    color: #d9534f;
    font-size: .92rem;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1;
    text-transform: uppercase;
}

.table.table-cart .cena-skreslona {
    display: inline-block;
    margin-bottom: .25rem;
    color: #97aab7;
    font-size: 1.15rem;
    font-weight: 600;
}

.table.table-cart .quantity-selector {
    display: flex;
    justify-content: center;
}

.table.table-cart .product-single-qty {
    max-width: none;
}

.table.table-cart .product-single-qty .bootstrap-touchspin {
    display: inline-grid;
    grid-template-columns: 3.6rem 4.4rem 3.6rem;
    align-items: stretch;
    border: 1px solid #dbe6ed;
    border-radius: 1.1rem;
    background: #f8fbfd;
    box-shadow: 0 8px 18px rgba(18, 55, 84, 0.08);
    overflow: hidden;
}

.table.table-cart .product-single-qty .btn.btn-outline,
.table.table-cart .product-single-qty .form-control {
    width: auto !important;
    height: 4.4rem !important;
    max-height: none;
    border: 0;
    box-shadow: none;
}

.table.table-cart .product-single-qty .btn.btn-outline {
    min-width: 3.6rem;
    background: transparent;
    color: #6b8493;
}

.table.table-cart .product-single-qty .btn.btn-outline:hover,
.table.table-cart .product-single-qty .btn.btn-outline:focus {
    background: #edf5f9;
    color: #0f6f98;
}

.table.table-cart .product-single-qty .form-control {
    background: #fff;
    color: #1f3444;
    font-size: 1.62rem;
    font-weight: 700;
}

.table.table-cart .product-single-qty .btn.btn-down-icon::after,
.table.table-cart .product-single-qty .btn.btn-up-icon::before,
.table.table-cart .product-single-qty .btn.btn-up-icon::after {
    background-color: currentColor;
}

.table.table-cart .remove-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.8rem;
    height: 3.8rem;
    border: 1px solid #dfe9ef;
    border-radius: 1.05rem;
    background: #fff;
    color: #587184;
    box-shadow: 0 8px 18px rgba(18, 55, 84, 0.08);
    transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.table.table-cart .remove-button:hover,
.table.table-cart .remove-button:focus {
    transform: translateY(-1px);
    border-color: #f1cfcb;
    background: #fff3f2;
    color: #d9534f;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(217, 83, 79, 0.14);
}

.table.table-cart .remove-button i {
    font-size: 1.4rem;
}

.table.table-cart tr.product-action-row td.clearfix,
.table.table-cart .product-action-row td.clearfix {
    padding: .35rem 1.25rem 1rem !important;
    border: 1px solid #e3edf2 !important;
    border-top: 0 !important;
    border-radius: 0 0 1rem 1rem !important;
    background: #fff;
    text-align: left !important;
}

.table.table-cart .product-action-row .float-left {
    display: inline-block;
    float: left !important;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #7b8f9d;
    font-size: 1.18rem;
    font-weight: 600;
    line-height: 1.35;
}

.table.table-cart .product-action-row .float-left b {
    color: #18384b;
    font-weight: 700;
}

.table.table-cart .product-action-row .float-right {
    float: right !important;
    margin-left: auto;
    color: #5e7485;
    font-size: 1.08rem;
    line-height: 1.35;
    text-align: left;
}

.table.table-cart .product-action-row .float-right:empty {
    display: none;
}

.table.table-cart tfoot td {
    padding-top: .35rem;
    border: 0;
    background: transparent;
}

.wroc_do_zakupow,
.table.table-cart tfoot .btn.btn-outline-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4.2rem;
    padding: 0 1.5rem;
    border: 1px solid #d6e3ea;
    border-radius: 1.15rem;
    background: linear-gradient(180deg, #ffffff 0%, #f6fafc 100%);
    color: #2c4a5d;
    font-size: 1.12rem;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(18, 55, 84, 0.08);
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}

.wroc_do_zakupow:hover,
.wroc_do_zakupow:focus,
.table.table-cart tfoot .btn.btn-outline-secondary:hover,
.table.table-cart tfoot .btn.btn-outline-secondary:focus {
    transform: translateY(-1px);
    border-color: #0f6f98;
    background: linear-gradient(180deg, #ffffff 0%, #eef7fb 100%);
    color: #0f6f98;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(15, 111, 152, 0.12);
}

.toggle_info {
    display: flex;
    align-items: center;
    gap: 1.35rem;
    width: 100%;
    min-height: 10.4rem;
    margin-bottom: 1.2rem;
    padding: 1.5rem 1.6rem;
    border: 1px solid #dce8ee;
    border-radius: 1.6rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: 0 12px 28px rgba(18, 55, 84, 0.06);
}

.checkout-auth-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 4.9rem;
    width: 4.9rem;
    height: 4.9rem;
    border-radius: 1.45rem;
    background: linear-gradient(180deg, #eaf7fd 0%, #d8eef8 100%);
    color: #0f6f98;
    font-size: 1.9rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.checkout-auth-card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: .28rem;
    min-width: 0;
}

.checkout-auth-card__eyebrow {
    color: #7b91a0;
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.checkout-auth-card__title {
    color: #1f3444;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.22;
}

.checkout-auth-card__desc {
    color: #6f8594;
    font-size: 1.33rem;
    font-weight: 600;
    line-height: 1.5;
}

.checkout-auth-card__action,
.checkout-auth-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 14rem;
    min-height: 4.6rem;
    margin-left: auto;
    padding: 0 1.7rem;
    border-radius: 1.2rem;
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.checkout-auth-card__action {
    border: 1px solid #c8dbe4;
    background: linear-gradient(180deg, #ffffff 0%, #eef7fb 100%);
    color: #0f6f98;
    box-shadow: 0 12px 24px rgba(15, 111, 152, 0.12);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.checkout-auth-card__action:hover,
.checkout-auth-card__action:focus,
.checkout-auth-card__action[aria-expanded='true'] {
    transform: translateY(-1px);
    border-color: #0f6f98;
    background: linear-gradient(180deg, #18a4d9 0%, #0f6f98 100%);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 16px 28px rgba(15, 111, 152, 0.2);
}

.checkout-auth-card__badge {
    border: 1px solid #d9e8ef;
    background: linear-gradient(180deg, #ffffff 0%, #f2f8fb 100%);
    color: #2f6277;
    box-shadow: 0 8px 18px rgba(18, 55, 84, 0.08);
}

.checkout-auth-card--logged {
    border-color: #d6e6ee;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbfd 100%);
}

.checkout-auth-card--logged .checkout-auth-card__icon {
    background: linear-gradient(180deg, #edf9f3 0%, #ddf3e9 100%);
    color: #2f8f63;
}

@media screen and (min-width: 992px) {
    .checkout-section .checkout-auth-row .toggle_info.checkout-auth-card {
        min-height: 14.4rem;
    }

    .checkout-section .checkout-auth-row,
    .checkout-section #kosz_opc > .checkout-panels-row {
        align-items: stretch;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .checkout-section .checkout-auth-row > [class*='col-'],
    .checkout-section #kosz_opc > .checkout-panels-row > [class*='col-'] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding-left: 0;
        padding-right: 0;
    }

    .checkout-section .checkout-auth-row > [class*='col-']:first-child,
    .checkout-section #kosz_opc > .checkout-panels-row > [class*='col-']:first-child {
        padding-right: 1.2rem;
    }

    .checkout-section .checkout-auth-row > [class*='col-']:last-child,
    .checkout-section #kosz_opc > .checkout-panels-row > [class*='col-']:last-child {
        padding-left: 1.2rem;
    }

    .checkout-section .checkout-auth-row > [class*='col-']:only-child {
        padding-left: 0;
        padding-right: 0;
    }

    .checkout-section #kosz_opc > .checkout-panels-row > [class*='col-'] > .login_wrap,
    .checkout-section #kosz_opc > .checkout-panels-row > [class*='col-'] > .checkout-customer-panel,
    .checkout-section #kosz_opc > .checkout-panels-row > [class*='col-'] > .order_review.cart-summary {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
    }
}

.checkout-customer-panel {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    padding: 2.2rem;
    border: 1px solid #e2ecf1;
    border-radius: 2rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: 0 18px 40px rgba(18, 55, 84, 0.08);
}

.checkout-customer-section {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.8rem 1.9rem;
    border: 1px solid #e0ebf1;
    border-radius: 1.7rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
    box-shadow: 0 12px 26px rgba(18, 55, 84, 0.05);
}

.checkout-customer-panel .step-title {
    margin: 0;
    padding: 0;
    border: 0;
    color: #1f3444;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.02em;
}

.checkout-customer-section__body {
    display: flex;
    flex-direction: column;
    gap: .9rem;
}

.checkout-customer-section__name {
    color: #1f3444;
    font-size: 1.62rem;
    font-weight: 700;
    line-height: 1.35;
}

.checkout-customer-section__address {
    margin: 0;
    color: #617887;
    font-size: 1.42rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.7;
}

.checkout-customer-section__address b,
.checkout-customer-section__address strong {
    color: #1f3444;
    font-weight: 700;
}

.checkout-customer-section__meta {
    display: block;
    margin-top: .9rem;
}

.checkout-customer-section__meta-label {
    color: #7b91a0;
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.checkout-customer-section__footer {
    display: flex;
    justify-content: flex-start;
}

.checkout-customer-panel .btn-new-address {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4.2rem;
    padding: 0 1.45rem;
    border: 1px solid #d3e3eb;
    border-radius: 1.15rem;
    background: linear-gradient(180deg, #ffffff 0%, #f3f9fc 100%);
    color: #2c4a5d;
    font-family: "Open Sans", sans-serif;
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1;
    text-transform: none;
    box-shadow: 0 10px 20px rgba(18, 55, 84, 0.08);
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}

.checkout-customer-panel .btn-new-address:hover,
.checkout-customer-panel .btn-new-address:focus {
    transform: translateY(-1px);
    border-color: #0f6f98;
    background: linear-gradient(180deg, #ffffff 0%, #e8f5fb 100%);
    color: #0f6f98;
    text-decoration: none;
    box-shadow: 0 16px 28px rgba(15, 111, 152, 0.14);
}

/* Moje konto */
.dashboard-content .account-form-card {
    padding: 2.8rem 3rem;
    border: 1px solid #e2ecf1;
    border-radius: 2.2rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: 0 18px 40px rgba(18, 55, 84, 0.08);
}

.dashboard-content .account-form-card__header {
    margin-bottom: 1.8rem;
}

.dashboard-content .account-form-card__title {
    margin: 0;
    color: #1f3444;
    font-size: clamp(3rem, 2.2vw, 4rem);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -.02em;
}

.dashboard-content .account-form-card__lead {
    max-width: 72rem;
    margin: 1rem 0 0;
    color: #6f8594;
    font-size: 1.48rem;
    font-weight: 600;
    line-height: 1.65;
}

.dashboard-content .account-form-card__notice {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.8rem;
    padding: 1.35rem 1.5rem;
    border: 1px solid #cfe8d8;
    border-radius: 1.4rem;
    background: linear-gradient(180deg, #eefbf3 0%, #e3f7eb 100%);
    color: #2f6b4d;
    font-size: 1.36rem;
    font-weight: 600;
    line-height: 1.55;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.dashboard-content .account-form-card__notice i {
    flex: 0 0 auto;
    margin-top: .15rem;
    color: #2f8f63;
    font-size: 1.6rem;
}

.dashboard-content .account-form-card__hint {
    margin-bottom: 1.5rem;
    color: #7b91a0;
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.dashboard-content .account-form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.dashboard-content .account-form .row {
    margin-left: 0;
    margin-right: 0;
}

.dashboard-content .account-form .row > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.dashboard-content .account-form__row {
    padding: 1.55rem 1.7rem;
    border: 1px solid #e3edf2;
    border-radius: 1.6rem;
    background: #fff;
    box-shadow: 0 10px 24px rgba(18, 55, 84, 0.05);
}

.dashboard-content .account-form__row--section {
    padding: .6rem 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.dashboard-content .account-form .form-group {
    margin-bottom: 0;
}

.dashboard-content .account-form {
    position: relative;
    transition: opacity .18s ease, filter .18s ease;
}

.dashboard-content .account-form.is-submitting {
    opacity: .72;
    filter: saturate(.88);
    pointer-events: none;
}

.dashboard-content .account-form .required-field label::after {
    content: " *";
    color: #e05268;
}

.dashboard-content .account-form label {
    display: block;
    margin-bottom: .85rem;
    color: #6b8191;
    font-size: 1.12rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.dashboard-content .account-form .form-control {
    height: 5.4rem;
    border: 1px solid #d7e4eb;
    border-radius: 1.25rem;
    background: #fbfdff;
    color: #1f3444;
    font-size: 1.52rem;
    font-weight: 600;
    box-shadow: none;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.dashboard-content .account-form .form-control:focus {
    border-color: #9fcfe1;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(15, 111, 152, 0.08);
}

.dashboard-content .account-form .form-control::placeholder {
    color: #95a7b4;
}

.dashboard-content .account-form .form-control.error,
.dashboard-content .account-form .form-control.bg-danger.error {
    border-color: #e59aa8;
    background: #fff6f8 !important;
    color: #1f3444 !important;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(224, 82, 104, 0.12);
    animation: none;
}

.dashboard-content .account-form .form-control.error::placeholder,
.dashboard-content .account-form .form-control.bg-danger.error::placeholder {
    color: #c48b97;
}

.dashboard-content .account-form .form-control.error:hover,
.dashboard-content .account-form .form-control.error:focus,
.dashboard-content .account-form .form-control.bg-danger.error:hover,
.dashboard-content .account-form .form-control.bg-danger.error:focus {
    border-color: #dd7789;
    background: #fffafb !important;
    color: #1f3444 !important;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(224, 82, 104, 0.16);
}

.dashboard-content .account-form__section-title {
    margin: .6rem 0 .4rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e3edf2;
    color: #1f3444;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.02em;
}

.dashboard-content .account-form__meta {
    display: flex;
    justify-content: flex-end;
    margin-top: .4rem;
}

.dashboard-content .account-form__required-note {
    color: #7b91a0;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.dashboard-content .account-form__errors {
    margin-top: 1.5rem;
}

.dashboard-content .account-form__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
}

.dashboard-content .account-form__submit.btn.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .9rem;
    min-width: 18rem;
    min-height: 5.2rem;
    padding: 0 2.2rem;
    border: 0;
    border-radius: 1.45rem;
    background: linear-gradient(180deg, #11171b 0%, #050607 100%);
    color: #fff;
    font-size: 1.22rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 18px 34px rgba(18, 55, 84, 0.14);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.dashboard-content .account-form__submit-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dashboard-content .account-form__submit-spinner {
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.dashboard-content .account-form__submit.btn.btn-primary.is-loading {
    cursor: wait;
}

.dashboard-content .account-form__submit.btn.btn-primary.is-loading .account-form__submit-spinner {
    display: inline-flex;
}

.dashboard-content .account-form__submit.btn.btn-primary.is-loading .account-form__submit-label {
    opacity: .92;
}

.dashboard-content .account-form__submit.btn.btn-primary:disabled {
    opacity: 1;
}

.dashboard-content .account-form__submit.btn.btn-primary:hover,
.dashboard-content .account-form__submit.btn.btn-primary:focus {
    transform: translateY(-1px);
    color: #fff;
    box-shadow: 0 22px 38px rgba(0, 0, 0, 0.2);
    filter: brightness(1.04);
}

@media screen and (max-width: 767px) {
    .dashboard-content .account-form-card {
        padding: 2rem 1.6rem;
        border-radius: 1.8rem;
    }

    .dashboard-content .account-form-card__lead {
        font-size: 1.35rem;
    }

    .dashboard-content .account-form__row {
        padding: 1.35rem 1.25rem;
        border-radius: 1.35rem;
    }

    .dashboard-content .account-form__section-title {
        font-size: 2rem;
    }

    .dashboard-content .account-form__actions {
        justify-content: stretch;
    }

    .dashboard-content .account-form__submit.btn.btn-primary {
        width: 100%;
    }
}

.account-sidebar {
    margin-bottom: 1em;
}

.account-sidebar .account-sidebar__card {
    margin-bottom: 0;
    padding: 2rem;
    border: 1px solid #e2ecf1;
    border-radius: 2.2rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: 0 18px 40px rgba(18, 55, 84, 0.08);
}

.account-sidebar .account-sidebar__header {
    margin-bottom: 1.45rem;
    padding-bottom: 1.35rem;
    border-bottom: 1px solid #e3edf2;
}

.account-sidebar .account-sidebar__eyebrow {
    display: inline-flex;
    align-items: center;
    color: #7b91a0;
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.account-sidebar .account-sidebar__title {
    margin: .7rem 0 0;
    color: #1f3444;
    font-size: clamp(2.6rem, 1.9vw, 3.2rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.02em;
}

.account-sidebar .account-sidebar__lead {
    margin: .75rem 0 0;
    color: #6f8594;
    font-size: 1.28rem;
    font-weight: 600;
    line-height: 1.55;
}

.account-sidebar .account-sidebar__list {
    display: flex;
    flex-direction: column;
    gap: .7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.account-sidebar .account-sidebar__item {
    margin: 0;
    padding: 0;
}

.account-sidebar .account-sidebar__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 6rem;
    padding: 1.15rem 1.25rem 1.15rem 1.6rem;
    border: 1px solid #edf4f7;
    border-radius: 1.45rem;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
    color: #607887;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}

.account-sidebar .account-sidebar__link::before {
    content: none !important;
}

.account-sidebar .account-sidebar__link::after {
    content: "";
    position: absolute;
    top: .95rem;
    bottom: .95rem;
    left: .82rem;
    width: .35rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #0f6f98 0%, #35a7d3 100%);
    opacity: 0;
    transform: scaleY(.55);
    transition: opacity .18s ease, transform .18s ease;
}

.account-sidebar .account-sidebar__link-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0;
    min-width: 0;
}

.account-sidebar .account-sidebar__link-title {
    color: #1f3444;
    font-size: 1.42rem;
    font-weight: 700;
    line-height: 1.3;
}

.account-sidebar .account-sidebar__chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 999px;
    background: #f3f8fb;
    color: #8aa0ae;
    font-size: 1.75rem;
    line-height: 1;
    transition: transform .18s ease, background .18s ease, color .18s ease;
}

.account-sidebar .account-sidebar__link:hover,
.account-sidebar .account-sidebar__link:focus {
    transform: translateY(-1px);
    border-color: #d6e5ec;
    background: linear-gradient(180deg, #ffffff 0%, #f3f9fc 100%);
    color: #38576a;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(18, 55, 84, 0.08);
}

.account-sidebar .account-sidebar__link:hover::after,
.account-sidebar .account-sidebar__link:focus::after,
.account-sidebar .account-sidebar__item.active .account-sidebar__link::after {
    opacity: 1;
    transform: scaleY(1);
}

.account-sidebar .account-sidebar__link:hover .account-sidebar__chevron,
.account-sidebar .account-sidebar__link:focus .account-sidebar__chevron,
.account-sidebar .account-sidebar__item.active .account-sidebar__chevron {
    transform: translateX(2px);
    background: #e7f4fa;
    color: #0f6f98;
}

.account-sidebar .account-sidebar__item.active .account-sidebar__link {
    border-color: #cfe4ee;
    background: linear-gradient(180deg, #fbfeff 0%, #eef7fb 100%);
    box-shadow: 0 16px 30px rgba(15, 111, 152, 0.1);
}

.account-sidebar .account-sidebar__item.active .account-sidebar__link-title {
    color: #18384a;
}

@media screen and (min-width: 992px) {
    .account-sidebar {
        align-self: flex-start;
    }

    .account-sidebar .account-sidebar__card {
        position: sticky;
        top: 12rem;
    }
}

@media screen and (max-width: 991px) {
    .account-sidebar {
        margin-top: 2rem;
    }

    .account-sidebar .account-sidebar__card {
        padding: 1.85rem 1.7rem;
        border-radius: 1.8rem;
    }
}

@media screen and (max-width: 767px) {
    .account-sidebar .account-sidebar__card {
        padding: 1.7rem 1.4rem;
        border-radius: 1.7rem;
    }

    .account-sidebar .account-sidebar__header {
        margin-bottom: 1.2rem;
        padding-bottom: 1.15rem;
    }

    .account-sidebar .account-sidebar__link {
        min-height: 5.4rem;
        padding: 1rem 1.1rem 1rem 1.45rem;
        border-radius: 1.3rem;
    }

    .account-sidebar .account-sidebar__link-title {
        font-size: 1.36rem;
    }
}

.dashboard-content .account-dashboard {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
}

.dashboard-content .account-dashboard__hero {
    padding: 2.8rem 3rem;
    border: 1px solid #e2ecf1;
    border-radius: 2.2rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: 0 18px 40px rgba(18, 55, 84, 0.08);
}

.dashboard-content .account-dashboard__title {
    margin: 0;
    color: #1f3444;
    font-size: clamp(3rem, 2.2vw, 4rem);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -.02em;
}

.dashboard-content .account-dashboard__lead {
    max-width: 74rem;
    margin: 1rem 0 0;
    color: #6f8594;
    font-size: 1.48rem;
    font-weight: 600;
    line-height: 1.65;
}

.dashboard-content .account-dashboard__hero-notices {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.8rem;
}

.dashboard-content .account-dashboard__notice {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.35rem 1.5rem;
    border: 1px solid #d8e8ef;
    border-radius: 1.4rem;
    background: linear-gradient(180deg, #f9fcfd 0%, #f1f8fb 100%);
    color: #456274;
    font-size: 1.36rem;
    font-weight: 600;
    line-height: 1.55;
}

.dashboard-content .account-dashboard__notice--welcome {
    border-color: #cfe8d8;
    background: linear-gradient(180deg, #eefbf3 0%, #e3f7eb 100%);
    color: #2f6b4d;
}

.dashboard-content .account-dashboard__notice i {
    flex: 0 0 auto;
    margin-top: .15rem;
    font-size: 1.6rem;
    color: #0f6f98;
}

.dashboard-content .account-dashboard__notice--welcome i {
    color: #2f8f63;
}

.dashboard-content .account-dashboard__notice strong {
    color: #1f3444;
}

.dashboard-content .account-dashboard__section {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.dashboard-content .account-dashboard__section-title,
.dashboard-content .account-dashboard__panel-title {
    margin: 0;
    color: #1f3444;
    font-size: clamp(2.4rem, 1.8vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.02em;
}

.dashboard-content .account-dashboard__summary-grid {
    margin-left: -1rem;
    margin-right: -1rem;
}

.dashboard-content .account-dashboard__summary-grid > [class*='col-'] {
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1.6rem;
}

.dashboard-content .account-dashboard__tile,
.dashboard-content .account-dashboard__panel {
    width: 100%;
    border: 1px solid #e2ecf1;
    border-radius: 2rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: 0 18px 40px rgba(18, 55, 84, 0.08);
}

.dashboard-content .account-dashboard__tile {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 2rem;
}

.dashboard-content .account-dashboard__tile-head,
.dashboard-content .account-dashboard__panel-head,
.dashboard-content .account-dashboard__address-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.dashboard-content .account-dashboard__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: .8rem;
    color: #7b91a0;
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.dashboard-content .account-dashboard__tile-title,
.dashboard-content .account-dashboard__address-title {
    margin: 0;
    color: #1f3444;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.dashboard-content .account-dashboard__tile-link,
.dashboard-content .account-dashboard__address-link,
.dashboard-content .account-dashboard__address-add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4rem;
    padding: 0 1.35rem;
    border: 1px solid #d3e3eb;
    border-radius: 1.1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f3f9fc 100%);
    color: #2c4a5d;
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(18, 55, 84, 0.08);
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}

.dashboard-content .account-dashboard__tile-link:hover,
.dashboard-content .account-dashboard__tile-link:focus,
.dashboard-content .account-dashboard__address-link:hover,
.dashboard-content .account-dashboard__address-link:focus,
.dashboard-content .account-dashboard__address-add:hover,
.dashboard-content .account-dashboard__address-add:focus {
    transform: translateY(-1px);
    border-color: #0f6f98;
    background: linear-gradient(180deg, #ffffff 0%, #e8f5fb 100%);
    color: #0f6f98;
    text-decoration: none;
    box-shadow: 0 16px 28px rgba(15, 111, 152, 0.14);
}

.dashboard-content .account-dashboard__tile-body {
    margin-top: 1.6rem;
}

.dashboard-content .account-dashboard__summary-text {
    margin: 0;
    color: #617887;
    font-size: 1.42rem;
    font-weight: 600;
    line-height: 1.8;
}

.dashboard-content .account-dashboard__summary-text strong {
    color: #1f3444;
    font-weight: 700;
}

.dashboard-content .account-dashboard__panel {
    padding: 2.2rem;
}

.dashboard-content .account-dashboard__panel-body {
    margin-top: 1.8rem;
}

.dashboard-content .account-dashboard__address-grid {
    margin-left: 0;
    margin-right: 0;
}

.dashboard-content .account-dashboard__address-grid > [class*='col-'] {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.4rem;
}

.dashboard-content .account-dashboard__address-grid > [class*='col-']:last-child {
    margin-bottom: 0;
}

.dashboard-content .account-dashboard__address-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    padding: 1.9rem;
    border: 1px solid #e2ecf1;
    border-radius: 1.8rem;
    background: #fff;
    box-shadow: 0 12px 28px rgba(18, 55, 84, 0.05);
}

.dashboard-content .account-dashboard__address-body {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 1.5rem;
}

.dashboard-content .account-dashboard__address-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.4rem 1.5rem;
    border: 1px solid #e5eef3;
    border-radius: 1.45rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.dashboard-content .account-dashboard__address-item--static {
    min-height: 100%;
}

.dashboard-content .account-dashboard__address-copy {
    margin: 0;
    color: #617887;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.75;
}

.dashboard-content .account-dashboard__address-copy strong,
.dashboard-content .account-dashboard__address-copy b {
    color: #1f3444;
    font-weight: 700;
}

.dashboard-content .account-dashboard__address-actions {
    display: flex;
    align-items: center;
    gap: .9rem;
    flex-wrap: wrap;
}

.dashboard-content .account-dashboard__delete-address.btn.btn-sm.btn-outline-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4rem;
    padding: 0 1.35rem;
    border: 1px solid #f1cdd3;
    border-radius: 1.1rem;
    background: linear-gradient(180deg, #fff8f8 0%, #fff0f1 100%);
    color: #c5485d;
    font-size: 1.14rem;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1;
    text-transform: none;
    box-shadow: none;
}

.dashboard-content .account-dashboard__delete-address.btn.btn-sm.btn-outline-danger:hover,
.dashboard-content .account-dashboard__delete-address.btn.btn-sm.btn-outline-danger:focus {
    border-color: #e59aa8;
    background: linear-gradient(180deg, #fff3f4 0%, #ffe6e9 100%);
    color: #b7374d;
}

.dashboard-content .account-dashboard__empty-state {
    padding: 1.4rem 1.5rem;
    border: 1px dashed #d9e5ec;
    border-radius: 1.4rem;
    background: #fbfdfe;
    color: #718896;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .dashboard-content .account-dashboard__hero,
    .dashboard-content .account-dashboard__panel,
    .dashboard-content .account-dashboard__tile {
        padding: 2rem 1.6rem;
        border-radius: 1.8rem;
    }

    .dashboard-content .account-dashboard__summary-grid,
    .dashboard-content .account-dashboard__address-grid {
        margin-left: 0;
        margin-right: 0;
    }

    .dashboard-content .account-dashboard__summary-grid > [class*='col-'],
    .dashboard-content .account-dashboard__address-grid > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }

    .dashboard-content .account-dashboard__tile-head,
    .dashboard-content .account-dashboard__panel-head,
    .dashboard-content .account-dashboard__address-head {
        flex-direction: column;
    }

    .dashboard-content .account-dashboard__tile-link,
    .dashboard-content .account-dashboard__address-link,
    .dashboard-content .account-dashboard__address-add,
    .dashboard-content .account-dashboard__delete-address.btn.btn-sm.btn-outline-danger {
        width: 100%;
    }
}

.dashboard-content .account-addresses {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
}

.dashboard-content .account-addresses__hero,
.dashboard-content .account-addresses__panel {
    border: 1px solid #e2ecf1;
    border-radius: 2.2rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: 0 18px 40px rgba(18, 55, 84, 0.08);
}

.dashboard-content .account-addresses__hero {
    padding: 2.8rem 3rem;
}

.dashboard-content .account-addresses__title {
    margin: 0;
    color: #1f3444;
    font-size: clamp(3rem, 2.2vw, 4rem);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -.02em;
}

.dashboard-content .account-addresses__lead {
    max-width: 74rem;
    margin: 1rem 0 0;
    color: #6f8594;
    font-size: 1.48rem;
    font-weight: 600;
    line-height: 1.65;
}

.dashboard-content .account-addresses__hero-note {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 1.8rem;
    padding: 1.35rem 1.5rem;
    border: 1px solid #d8e8ef;
    border-radius: 1.4rem;
    background: linear-gradient(180deg, #f9fcfd 0%, #f1f8fb 100%);
    color: #456274;
    font-size: 1.36rem;
    font-weight: 600;
    line-height: 1.55;
}

.dashboard-content .account-addresses__hero-note i {
    flex: 0 0 auto;
    margin-top: .15rem;
    color: #0f6f98;
    font-size: 1.6rem;
}

.dashboard-content .account-addresses__panel {
    padding: 2.2rem;
}

.dashboard-content .account-addresses__panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.2rem;
}

.dashboard-content .account-addresses__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: .8rem;
    color: #7b91a0;
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.dashboard-content .account-addresses__panel-title,
.dashboard-content .account-addresses__card-title {
    margin: 0;
    color: #1f3444;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.02em;
}

.dashboard-content .account-addresses__add-btn,
.dashboard-content .account-addresses__edit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    min-height: 4.2rem;
    padding: 0 1.45rem;
    border: 1px solid #d3e3eb;
    border-radius: 1.15rem;
    background: linear-gradient(180deg, #ffffff 0%, #f3f9fc 100%);
    color: #2c4a5d;
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(18, 55, 84, 0.08);
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}

.dashboard-content .account-addresses__add-btn:hover,
.dashboard-content .account-addresses__add-btn:focus,
.dashboard-content .account-addresses__edit-btn:hover,
.dashboard-content .account-addresses__edit-btn:focus {
    transform: translateY(-1px);
    border-color: #0f6f98;
    background: linear-gradient(180deg, #ffffff 0%, #e8f5fb 100%);
    color: #0f6f98;
    text-decoration: none;
    box-shadow: 0 16px 28px rgba(15, 111, 152, 0.14);
}

.dashboard-content .account-addresses__panel-body {
    margin-top: 1.8rem;
}

.dashboard-content .account-addresses__grid {
    margin-left: 0;
    margin-right: 0;
}

.dashboard-content .account-addresses__grid > [class*='col-'] {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.4rem;
}

.dashboard-content .account-addresses__grid > [class*='col-']:last-child {
    margin-bottom: 0;
}

.dashboard-content .account-addresses__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    padding: 1.9rem;
    border: 1px solid #e2ecf1;
    border-radius: 1.8rem;
    background: #fff;
    box-shadow: 0 12px 28px rgba(18, 55, 84, 0.05);
}

.dashboard-content .account-addresses__card-body {
    margin-top: 1.3rem;
}

.dashboard-content .account-addresses__recipient {
    margin-bottom: .8rem;
    color: #1f3444;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.35;
}

.dashboard-content .account-addresses__copy {
    margin: 0;
    color: #617887;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.75;
}

.dashboard-content .account-addresses__card-actions {
    display: flex;
    align-items: center;
    gap: .9rem;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 1.5rem;
}

.dashboard-content .account-addresses__delete-btn.btn.btn-sm.btn-outline-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4.2rem;
    padding: 0 1.45rem;
    border: 1px solid #f1cdd3;
    border-radius: 1.15rem;
    background: linear-gradient(180deg, #fff8f8 0%, #fff0f1 100%);
    color: #c5485d;
    font-size: 1.14rem;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1;
    text-transform: none;
    box-shadow: none;
}

.dashboard-content .account-addresses__delete-btn.btn.btn-sm.btn-outline-danger:hover,
.dashboard-content .account-addresses__delete-btn.btn.btn-sm.btn-outline-danger:focus {
    border-color: #e59aa8;
    background: linear-gradient(180deg, #fff3f4 0%, #ffe6e9 100%);
    color: #b7374d;
}

.dashboard-content .account-addresses__empty-state {
    width: 100%;
    padding: 1.5rem 1.6rem;
    border: 1px dashed #d9e5ec;
    border-radius: 1.4rem;
    background: #fbfdfe;
    color: #718896;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .dashboard-content .account-addresses__hero,
    .dashboard-content .account-addresses__panel {
        padding: 2rem 1.6rem;
        border-radius: 1.8rem;
    }

    .dashboard-content .account-addresses__panel-head {
        flex-direction: column;
    }

    .dashboard-content .account-addresses__grid {
        margin-left: 0;
        margin-right: 0;
    }

    .dashboard-content .account-addresses__grid > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }

    .dashboard-content .account-addresses__add-btn,
    .dashboard-content .account-addresses__edit-btn,
    .dashboard-content .account-addresses__delete-btn.btn.btn-sm.btn-outline-danger {
        width: 100%;
    }

    .dashboard-content .account-addresses__card-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

.dashboard-content .account-orders {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
}

.dashboard-content .account-orders__hero,
.dashboard-content .account-orders__panel {
    border: 1px solid #e2ecf1;
    border-radius: 2.2rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: 0 18px 40px rgba(18, 55, 84, 0.08);
}

.dashboard-content .account-orders__hero {
    padding: 2.8rem 3rem;
}

.dashboard-content .account-orders__title {
    margin: 0;
    color: #1f3444;
    font-size: clamp(3rem, 2.2vw, 4rem);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -.02em;
}

.dashboard-content .account-orders__lead {
    max-width: 76rem;
    margin: 1rem 0 0;
    color: #6f8594;
    font-size: 1.48rem;
    font-weight: 600;
    line-height: 1.65;
}

.dashboard-content .account-orders__hero-note {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 1.8rem;
    padding: 1.35rem 1.5rem;
    border: 1px solid #d8e8ef;
    border-radius: 1.4rem;
    background: linear-gradient(180deg, #f9fcfd 0%, #f1f8fb 100%);
    color: #456274;
    font-size: 1.36rem;
    font-weight: 600;
    line-height: 1.55;
}

.dashboard-content .account-orders__hero-note i {
    flex: 0 0 auto;
    margin-top: .15rem;
    color: #0f6f98;
    font-size: 1.6rem;
}

.dashboard-content .account-orders__panel {
    padding: 2.2rem;
}

.dashboard-content .account-orders__panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.2rem;
}

.dashboard-content .account-orders__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: .8rem;
    color: #7b91a0;
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.dashboard-content .account-orders__panel-title {
    margin: 0;
    color: #1f3444;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.02em;
}

.dashboard-content .account-orders__panel-body {
    margin-top: 1.8rem;
}

.dashboard-content .account-orders__table-wrap {
    overflow: hidden;
    border: 1px solid #e2ecf1;
    border-radius: 1.8rem;
    background: #fff;
    box-shadow: 0 12px 28px rgba(18, 55, 84, 0.05);
}

.dashboard-content .account-orders__table {
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 1.32rem;
    color: #617887;
}

.dashboard-content .account-orders__table thead th {
    padding: 1.6rem 1.4rem;
    border: 0;
    border-bottom: 1px solid #e3edf2;
    background: linear-gradient(180deg, #fbfdfe 0%, #f3f8fb 100%);
    color: #496170;
    font-size: 1.18rem;
    font-weight: 800;
    letter-spacing: .03em;
    line-height: 1.45;
    text-transform: uppercase;
    vertical-align: middle;
}

.dashboard-content .account-orders__table tbody td {
    padding: 1.7rem 1.4rem;
    border-top: 1px solid #edf3f6;
    background: #fff;
    color: #617887;
    font-size: 1.38rem;
    font-weight: 600;
    line-height: 1.65;
    vertical-align: top;
}

.dashboard-content .account-orders__table tbody tr:first-child td {
    border-top: 0;
}

.dashboard-content .account-orders__table tbody tr:nth-child(even) td {
    background: #fbfdfe;
}

.dashboard-content .account-orders__order-id,
.dashboard-content .account-orders__amount {
    margin: 0;
    color: #1f3444;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
}

.dashboard-content .account-orders__payment {
    color: #1f3444;
    font-weight: 700;
}

.dashboard-content .account-orders__status {
    margin-top: .35rem;
    color: #617887;
}

.dashboard-content .account-orders__meta {
    margin-top: .8rem;
    padding: .9rem 1rem;
    border: 1px solid #f3d7dc;
    border-radius: 1.1rem;
    background: #fff7f8;
    color: #a04f5d;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.55;
}

.dashboard-content .account-orders__operations {
    min-width: 18rem;
}

.dashboard-content .account-orders__operations a.btn,
.dashboard-content .account-orders__operations input.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18rem;
    min-height: 4.2rem;
    margin: 0 0 .8rem;
    padding: 0 1.45rem;
    border-radius: 1.15rem;
    font-size: 1.16rem;
    font-weight: 800;
    letter-spacing: .03em;
    line-height: 1;
    text-align: center;
    text-transform: none;
    box-shadow: none;
}

.dashboard-content .account-orders__operations a.btn:last-child,
.dashboard-content .account-orders__operations input.button:last-child {
    margin-bottom: 0;
}

.dashboard-content .account-orders__operations .btn.btn-success,
.dashboard-content .account-orders__operations .btn.bg-success {
    border: 1px solid #d6ecdc;
    background: linear-gradient(180deg, #f5fcf7 0%, #e7f7eb 100%);
    color: #2e8b57;
}

.dashboard-content .account-orders__operations .btn.btn-success:hover,
.dashboard-content .account-orders__operations .btn.bg-success:hover,
.dashboard-content .account-orders__operations .btn.btn-success:focus,
.dashboard-content .account-orders__operations .btn.bg-success:focus {
    border-color: #8fd0a6;
    background: linear-gradient(180deg, #eefaf1 0%, #daf2e2 100%);
    color: #237448;
}

.dashboard-content .account-orders__operations .btn.btn-info,
.dashboard-content .account-orders__operations input.button.btn.btn-info {
    border: 1px solid #cfe4ee;
    background: linear-gradient(180deg, #f7fbfd 0%, #e9f4f9 100%);
    color: #0f6f98;
}

.dashboard-content .account-orders__operations .btn.btn-info:hover,
.dashboard-content .account-orders__operations input.button.btn.btn-info:hover,
.dashboard-content .account-orders__operations .btn.btn-info:focus,
.dashboard-content .account-orders__operations input.button.btn.btn-info:focus {
    border-color: #9dc8db;
    background: linear-gradient(180deg, #eef7fb 0%, #deeff7 100%);
    color: #0b5b7d;
}

.dashboard-content .account-orders__empty-state {
    padding: 1.5rem 1.6rem;
    border: 1px dashed #d9e5ec;
    border-radius: 1.4rem;
    background: #fbfdfe;
    color: #718896;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.6;
}

.dashboard-content .account-orders__footer-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.dashboard-content .account-orders__footer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4.4rem;
    padding: 0 1.6rem;
    border: 1px solid #d3e3eb;
    border-radius: 1.15rem;
    background: linear-gradient(180deg, #ffffff 0%, #f3f9fc 100%);
    color: #2c4a5d;
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(18, 55, 84, 0.08);
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}

.dashboard-content .account-orders__footer-btn:hover,
.dashboard-content .account-orders__footer-btn:focus {
    transform: translateY(-1px);
    border-color: #0f6f98;
    background: linear-gradient(180deg, #ffffff 0%, #e8f5fb 100%);
    color: #0f6f98;
    text-decoration: none;
    box-shadow: 0 16px 28px rgba(15, 111, 152, 0.14);
}

.dashboard-content .account-orders__footer-btn--ghost {
    border-color: #e1e8ed;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    color: #647b89;
}

@media screen and (max-width: 991px) {
    .dashboard-content .account-orders__operations {
        min-width: 16rem;
    }

    .dashboard-content .account-orders__operations a.btn,
    .dashboard-content .account-orders__operations input.button {
        min-width: 16rem;
    }
}

@media screen and (max-width: 767px) {
    .dashboard-content .account-orders__hero,
    .dashboard-content .account-orders__panel {
        padding: 2rem 1.6rem;
        border-radius: 1.8rem;
    }

    .dashboard-content .account-orders__table-wrap {
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .dashboard-content .account-orders__table,
    .dashboard-content .account-orders__table thead,
    .dashboard-content .account-orders__table tbody,
    .dashboard-content .account-orders__table tr,
    .dashboard-content .account-orders__table td {
        display: block;
        width: 100%;
    }

    .dashboard-content .account-orders__table thead {
        display: none;
    }

    .dashboard-content .account-orders__table tbody tr {
        margin-bottom: 1.2rem;
        padding: 1.5rem;
        border: 1px solid #e2ecf1;
        border-radius: 1.6rem;
        background: #fff;
        box-shadow: 0 12px 28px rgba(18, 55, 84, 0.05);
    }

    .dashboard-content .account-orders__table tbody tr:nth-child(even) td,
    .dashboard-content .account-orders__table tbody td {
        background: transparent;
    }

    .dashboard-content .account-orders__table tbody td {
        padding: .8rem 0 0;
        border-top: 0;
    }

    .dashboard-content .account-orders__table tbody td:first-child {
        padding-top: 0;
    }

    .dashboard-content .account-orders__table tbody td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: .45rem;
        color: #7b91a0;
        font-size: 1.08rem;
        font-weight: 800;
        letter-spacing: .08em;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .dashboard-content .account-orders__operations,
    .dashboard-content .account-orders__operations a.btn,
    .dashboard-content .account-orders__operations input.button,
    .dashboard-content .account-orders__footer-btn {
        width: 100%;
        min-width: 0;
    }

    .dashboard-content .account-orders__footer-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

.dashboard-content .account-order-detail {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
}

.dashboard-content .account-order-detail__hero,
.dashboard-content .account-order-detail__panel,
.dashboard-content .account-order-detail__empty-state {
    border: 1px solid #e2ecf1;
    border-radius: 2.2rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: 0 18px 40px rgba(18, 55, 84, 0.08);
}

.dashboard-content .account-order-detail__hero,
.dashboard-content .account-order-detail__empty-state {
    padding: 2.8rem 3rem;
}

.dashboard-content .account-order-detail__title {
    margin: 0;
    color: #1f3444;
    font-size: clamp(3rem, 2.2vw, 4rem);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -.02em;
}

.dashboard-content .account-order-detail__lead {
    max-width: 76rem;
    margin: 1rem 0 0;
    color: #6f8594;
    font-size: 1.48rem;
    font-weight: 600;
    line-height: 1.65;
}

.dashboard-content .account-order-detail__hero-note {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 1.8rem;
    padding: 1.35rem 1.5rem;
    border: 1px solid #d8e8ef;
    border-radius: 1.4rem;
    background: linear-gradient(180deg, #f9fcfd 0%, #f1f8fb 100%);
    color: #456274;
    font-size: 1.36rem;
    font-weight: 600;
    line-height: 1.55;
}

.dashboard-content .account-order-detail__hero-note i {
    flex: 0 0 auto;
    margin-top: .15rem;
    color: #0f6f98;
    font-size: 1.6rem;
}

.dashboard-content .account-order-detail__hero-note strong {
    color: #1f3444;
}

.dashboard-content .account-order-detail__panel {
    padding: 2.2rem;
}

.dashboard-content .account-order-detail__panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.2rem;
}

.dashboard-content .account-order-detail__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: .8rem;
    color: #7b91a0;
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.dashboard-content .account-order-detail__panel-title {
    margin: 0;
    color: #1f3444;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.02em;
}

.dashboard-content .account-order-detail__panel-body {
    margin-top: 1.8rem;
}

.dashboard-content .account-order-detail__table-wrap {
    overflow: hidden;
    border: 1px solid #e2ecf1;
    border-radius: 1.8rem;
    background: #fff;
    box-shadow: 0 12px 28px rgba(18, 55, 84, 0.05);
}

.dashboard-content .account-order-detail__table {
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 1.32rem;
    color: #617887;
}

.dashboard-content .account-order-detail__table thead th {
    padding: 1.6rem 1.4rem;
    border: 0;
    border-bottom: 1px solid #e3edf2;
    background: linear-gradient(180deg, #fbfdfe 0%, #f3f8fb 100%);
    color: #496170;
    font-size: 1.18rem;
    font-weight: 800;
    letter-spacing: .03em;
    line-height: 1.45;
    text-transform: uppercase;
    vertical-align: middle;
}

.dashboard-content .account-order-detail__table tbody td,
.dashboard-content .account-order-detail__table tfoot th {
    padding: 1.7rem 1.4rem;
    border-top: 1px solid #edf3f6;
    background: #fff;
    color: #617887;
    font-size: 1.38rem;
    font-weight: 600;
    line-height: 1.65;
    vertical-align: top;
}

.dashboard-content .account-order-detail__table tbody tr:first-child td,
.dashboard-content .account-order-detail__table tfoot tr:first-child th {
    border-top: 0;
}

.dashboard-content .account-order-detail__table tbody tr:nth-child(even) td {
    background: #fbfdfe;
}

.dashboard-content .account-order-detail__table tfoot th {
    background: #f9fcfd;
    color: #1f3444;
    font-weight: 800;
}

.dashboard-content .account-order-detail__align-right {
    text-align: right;
}

.dashboard-content .account-order-detail__product-link {
    color: #1f3444;
    font-weight: 700;
    text-decoration: none;
}

.dashboard-content .account-order-detail__product-link:hover,
.dashboard-content .account-order-detail__product-link:focus {
    color: #0f6f98;
    text-decoration: none;
}

.dashboard-content .account-order-detail__summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
}

.dashboard-content .account-order-detail__summary-card {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    min-height: 100%;
    padding: 1.7rem 1.8rem;
    border: 1px solid #e2ecf1;
    border-radius: 1.8rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: 0 12px 28px rgba(18, 55, 84, 0.05);
}

.dashboard-content .account-order-detail__summary-card--wide {
    grid-column: 1 / -1;
}

.dashboard-content .account-order-detail__summary-card--status {
    background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    border-color: #d9eaf2;
}

.dashboard-content .account-order-detail__summary-card--status .account-order-detail__summary-value strong {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
}

.dashboard-content .account-order-detail__summary-card--status .account-order-detail__summary-value br {
    display: none;
}

.dashboard-content .account-order-detail__summary-label {
    display: inline-flex;
    align-items: center;
    color: #7b91a0;
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.dashboard-content .account-order-detail__summary-value {
    color: #617887;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.75;
}

.dashboard-content .account-order-detail__summary-value strong {
    color: #1f3444;
    font-weight: 700;
}

.dashboard-content .account-order-detail__meta-table {
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #e2ecf1;
    border-radius: 1.8rem;
    background: #fff;
    box-shadow: 0 12px 28px rgba(18, 55, 84, 0.05);
}

.dashboard-content .account-order-detail__meta-table tr td {
    padding: 1.55rem 1.6rem;
    border-top: 1px solid #edf3f6;
    color: #617887;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.7;
    vertical-align: top;
}

.dashboard-content .account-order-detail__meta-table tr:first-child td {
    border-top: 0;
}

.dashboard-content .account-order-detail__meta-table tr td:first-child {
    width: 22rem;
    background: #fbfdfe;
    color: #7b91a0;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dashboard-content .account-order-detail__meta-table strong {
    color: #1f3444;
    font-weight: 700;
}

.dashboard-content .account-order-detail__payment-cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .9rem;
    white-space: inherit;
}

.dashboard-content .account-order-detail__payment-logo {
    display: block;
    width: auto;
    max-width: 12rem;
    height: auto !important;
    max-height: 5.4rem;
    margin: 0;
    vertical-align: middle;
}

.dashboard-content .account-order-detail__meta-note {
    margin-top: 0;
    color: #617887;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.7;
}

.dashboard-content .account-order-detail__empty-value {
    color: #8fa2ae;
    font-style: normal;
    font-weight: 600;
}

.dashboard-content .account-order-detail__meta-table .btn.btn-success,
.dashboard-content .account-order-detail__meta-table .btn.bg-success,
.dashboard-content .account-order-detail__action-link,
.dashboard-content .account-order-detail__meta-table .button,
.dashboard-content .account-order-detail__meta-table .button.type-1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4.2rem;
    padding: 0 1.45rem;
    border: 1px solid #d3e3eb;
    border-radius: 1.15rem;
    background: linear-gradient(180deg, #ffffff 0%, #f3f9fc 100%);
    color: #2c4a5d;
    font-size: 1.16rem;
    font-weight: 800;
    letter-spacing: .03em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    box-shadow: 0 10px 20px rgba(18, 55, 84, 0.08);
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}

.dashboard-content .account-order-detail__meta-table .btn.btn-success,
.dashboard-content .account-order-detail__meta-table .btn.bg-success {
    border-color: #d6ecdc;
    background: linear-gradient(180deg, #f5fcf7 0%, #e7f7eb 100%);
    color: #2e8b57;
}

.dashboard-content .account-order-detail__meta-table .btn.btn-success:hover,
.dashboard-content .account-order-detail__meta-table .btn.bg-success:hover,
.dashboard-content .account-order-detail__meta-table .btn.btn-success:focus,
.dashboard-content .account-order-detail__meta-table .btn.bg-success:focus,
.dashboard-content .account-order-detail__action-link:hover,
.dashboard-content .account-order-detail__action-link:focus,
.dashboard-content .account-order-detail__meta-table .button:hover,
.dashboard-content .account-order-detail__meta-table .button:focus,
.dashboard-content .account-order-detail__meta-table .button.type-1:hover,
.dashboard-content .account-order-detail__meta-table .button.type-1:focus {
    transform: translateY(-1px);
    border-color: #0f6f98;
    background: linear-gradient(180deg, #ffffff 0%, #e8f5fb 100%);
    color: #0f6f98;
    text-decoration: none;
    box-shadow: 0 16px 28px rgba(15, 111, 152, 0.14);
}

.dashboard-content .account-order-detail__empty-state {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.dashboard-content .account-order-detail__summary-value .btn.btn-success,
.dashboard-content .account-order-detail__summary-value .btn.bg-success,
.dashboard-content .account-order-detail__summary-value .button,
.dashboard-content .account-order-detail__summary-value .button.type-1,
.dashboard-content .account-order-detail__action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4.2rem;
    padding: 0 1.45rem;
    border: 1px solid #d3e3eb;
    border-radius: 1.15rem;
    background: linear-gradient(180deg, #ffffff 0%, #f3f9fc 100%);
    color: #2c4a5d;
    font-size: 1.16rem;
    font-weight: 800;
    letter-spacing: .03em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    box-shadow: 0 10px 20px rgba(18, 55, 84, 0.08);
    transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}

.dashboard-content .account-order-detail__summary-value .btn.btn-success,
.dashboard-content .account-order-detail__summary-value .btn.bg-success {
    margin-top: 1rem;
    border-color: #d6ecdc;
    background: linear-gradient(180deg, #f5fcf7 0%, #e7f7eb 100%);
    color: #2e8b57;
}

.dashboard-content .account-order-detail__summary-card--status .account-order-detail__summary-value .btn.btn-success,
.dashboard-content .account-order-detail__summary-card--status .account-order-detail__summary-value .btn.bg-success {
    margin-top: 0;
}

.dashboard-content .account-order-detail__summary-value .btn.btn-success:hover,
.dashboard-content .account-order-detail__summary-value .btn.bg-success:hover,
.dashboard-content .account-order-detail__summary-value .btn.btn-success:focus,
.dashboard-content .account-order-detail__summary-value .btn.bg-success:focus,
.dashboard-content .account-order-detail__summary-value .button:hover,
.dashboard-content .account-order-detail__summary-value .button:focus,
.dashboard-content .account-order-detail__summary-value .button.type-1:hover,
.dashboard-content .account-order-detail__summary-value .button.type-1:focus,
.dashboard-content .account-order-detail__action-link:hover,
.dashboard-content .account-order-detail__action-link:focus {
    transform: translateY(-1px);
    border-color: #0f6f98;
    background: linear-gradient(180deg, #ffffff 0%, #e8f5fb 100%);
    color: #0f6f98;
    text-decoration: none;
    box-shadow: 0 16px 28px rgba(15, 111, 152, 0.14);
}

@media screen and (max-width: 767px) {
    .dashboard-content .account-order-detail__hero,
    .dashboard-content .account-order-detail__panel,
    .dashboard-content .account-order-detail__empty-state {
        padding: 2rem 1.6rem;
        border-radius: 1.8rem;
    }

    .dashboard-content .account-order-detail__summary-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-content .account-order-detail__summary-card--wide {
        grid-column: auto;
    }

    .dashboard-content .account-order-detail__table-wrap,
    .dashboard-content .account-order-detail__meta-table {
        overflow: visible;
        border: 0;
        box-shadow: none;
        background: transparent;
    }

    .dashboard-content .account-order-detail__table,
    .dashboard-content .account-order-detail__table thead,
    .dashboard-content .account-order-detail__table tbody,
    .dashboard-content .account-order-detail__table tfoot,
    .dashboard-content .account-order-detail__table tr,
    .dashboard-content .account-order-detail__table td,
    .dashboard-content .account-order-detail__table th,
    .dashboard-content .account-order-detail__meta-table,
    .dashboard-content .account-order-detail__meta-table tbody,
    .dashboard-content .account-order-detail__meta-table tr,
    .dashboard-content .account-order-detail__meta-table td {
        display: block;
        width: 100%;
    }

    .dashboard-content .account-order-detail__table thead,
    .dashboard-content .account-order-detail__table tfoot {
        display: none;
    }

    .dashboard-content .account-order-detail__table tbody tr,
    .dashboard-content .account-order-detail__meta-table tr {
        margin-bottom: 1.2rem;
        padding: 1.5rem;
        border: 1px solid #e2ecf1;
        border-radius: 1.6rem;
        background: #fff;
        box-shadow: 0 12px 28px rgba(18, 55, 84, 0.05);
    }

    .dashboard-content .account-order-detail__table tbody td,
    .dashboard-content .account-order-detail__meta-table tr td {
        padding: .8rem 0 0;
        border-top: 0;
        background: transparent !important;
        text-align: left;
    }

    .dashboard-content .account-order-detail__table tbody td:first-child,
    .dashboard-content .account-order-detail__meta-table tr td:first-child {
        padding-top: 0;
        width: 100%;
    }

    .dashboard-content .account-order-detail__table tbody td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: .45rem;
        color: #7b91a0;
        font-size: 1.08rem;
        font-weight: 800;
        letter-spacing: .08em;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .dashboard-content .account-order-detail__meta-table tr td:first-child {
        color: #7b91a0;
        font-size: 1.08rem;
        letter-spacing: .08em;
    }

    .dashboard-content .account-order-detail__meta-table .btn.btn-success,
    .dashboard-content .account-order-detail__meta-table .btn.bg-success,
    .dashboard-content .account-order-detail__action-link,
    .dashboard-content .account-order-detail__meta-table .button,
    .dashboard-content .account-order-detail__meta-table .button.type-1 {
        width: 100%;
    }
}

.checkout-section .checkout-auth-row .toggle_info,
.checkout-section .checkout-auth-row .panel-collapse.login_form,
.checkout-section .checkout-auth-row .panel-collapse.coupon_form {
    width: 100%;
}

.checkout-section .checkout-auth-row .panel-collapse.login_form,
.checkout-section .checkout-auth-row .panel-collapse.coupon_form {
    flex: 0 0 auto;
    height: auto;
    margin-top: .2rem;
}

.checkout-section .checkout-auth-row + .row {
    margin-top: .4rem;
    margin-bottom: 1.8rem;
}

.checkout-section .checkout-auth-row + .row .medium_divider {
    display: none;
}

.checkout-section .checkout-auth-row + .row .divider.center_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.3rem;
    margin: 0;
}

.checkout-section .checkout-auth-row + .row .divider.center_icon::before,
.checkout-section .checkout-auth-row + .row .divider.center_icon::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(220, 232, 238, 0) 0%, rgba(220, 232, 238, 1) 22%, rgba(220, 232, 238, 1) 100%);
}

.checkout-section .checkout-auth-row + .row .divider.center_icon::after {
    background: linear-gradient(90deg, rgba(220, 232, 238, 1) 0%, rgba(220, 232, 238, 1) 78%, rgba(220, 232, 238, 0) 100%);
}

.checkout-section .checkout-auth-row + .row .divider.center_icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 4.6rem;
    height: 4.6rem;
    border: 1px solid #dbe8ee;
    border-radius: 1.4rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
    color: #0f6f98;
    font-size: 1.9rem;
    box-shadow: 0 10px 22px rgba(18, 55, 84, 0.06);
}

.panel-collapse.login_form,
.panel-collapse.coupon_form,
.login_wrap,
.order_review.cart-summary {
    border: 1px solid #e2ecf1;
    border-radius: 2rem;
    background: #fff;
    box-shadow: 0 18px 40px rgba(18, 55, 84, 0.08);
}

.panel-collapse.login_form,
.panel-collapse.coupon_form {
    padding: 2.2rem;
}

.login_wrap {
    padding: 2.2rem;
}

.login_wrap .padding_eight_all {
    padding: 0;
}

.heading .title,
.heading_s1 h3,
.order_review.cart-summary h3,
.login_wrap .heading_s1 h3 {
    margin-bottom: 1.4rem;
    color: #1f3444;
    font-size: clamp(2.8rem, 2vw, 3.6rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.02em;
}

.heading p,
.coupon_form .heading p,
.login_form .heading p {
    color: #748998;
    font-size: 1.4rem;
    line-height: 1.65;
}

.login_wrap small.text-muted,
.coupon_form small.text-muted,
.login_form small.text-muted,
.order_review small {
    display: block;
    margin-bottom: .55rem;
    color: #7b91a0 !important;
    font-size: 1.14rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.login_wrap .form-group,
.coupon_form .form-group,
.login_form .form-group {
    margin-bottom: 1.6rem;
}

.login_wrap .form-control,
.coupon_form .form-control,
.login_form .form-control {
    height: 5.2rem;
    border: 1px solid #d7e4eb;
    border-radius: 1.25rem;
    background: #fbfdff;
    color: #1f3444;
    font-size: 1.5rem;
    box-shadow: none;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.login_wrap .form-control:focus,
.coupon_form .form-control:focus,
.login_form .form-control:focus {
    border-color: #9fcfe1;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(15, 111, 152, 0.08);
}

.login_wrap .custome-checkbox,
.coupon_form .checkbox-entry,
.login_form .checkbox-entry {
    display: flex;
    align-items: flex-start;
    gap: .9rem;
    margin-top: 1rem;
    color: #4b6272;
    font-size: 1.45rem;
    line-height: 1.65;
}

.login_wrap .custome-checkbox input,
.coupon_form .checkbox-entry input,
.login_form .checkbox-entry input {
    margin-top: .25rem;
}

.newsletter-optin-group {
    margin-top: .2rem;
    margin-bottom: 0;
}

.newsletter-optin-group .newsletter-optin__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    opacity: 0;
}

.newsletter-optin-group .newsletter-optin {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    width: 100%;
    margin: 0;
    padding: 1.3rem 1.35rem;
    border: 1px solid #dfe8ee;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    color: #465d6d;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(18, 55, 84, 0.05);
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.newsletter-optin-group .newsletter-optin:hover {
    border-color: #c9dbe5;
    background: linear-gradient(180deg, #ffffff 0%, #f3f9fc 100%);
    box-shadow: 0 14px 26px rgba(18, 55, 84, 0.08);
    transform: translateY(-1px);
}

.newsletter-optin-group .newsletter-optin__control {
    position: relative;
    flex: 0 0 2.2rem;
    width: 2.2rem;
    height: 2.2rem;
    border: 1.5px solid #a9bfcc;
    border-radius: .7rem;
    background: #fff;
    box-shadow: inset 0 1px 1px rgba(16, 44, 71, 0.05);
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.newsletter-optin-group .newsletter-optin__control::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: .65rem;
    height: 1.05rem;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    transform: translate(-50%, -58%) rotate(45deg) scale(.78);
    transition: opacity .18s ease, transform .18s ease;
}

.newsletter-optin-group .newsletter-optin__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 3.8rem;
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 1.15rem;
    background: linear-gradient(180deg, #edf8fc 0%, #dff1f8 100%);
    color: #0f6f98;
    font-size: 1.55rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.newsletter-optin-group .newsletter-optin__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: .22rem;
    min-width: 0;
}

.newsletter-optin-group .newsletter-optin__title {
    display: block;
    color: #2f4a5d;
    font-size: 1.42rem;
    font-weight: 700;
    line-height: 1.35;
}

.newsletter-optin-group .newsletter-optin__note {
    display: block;
    color: #718896;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.45;
}

.newsletter-optin-group .newsletter-optin__input:checked + .newsletter-optin {
    border-color: #8fd5e9;
    background: linear-gradient(180deg, #f4fdff 0%, #e8f8fd 100%);
    box-shadow: 0 16px 30px rgba(15, 111, 152, 0.12);
}

.newsletter-optin-group .newsletter-optin__input:checked + .newsletter-optin .newsletter-optin__control {
    border-color: #0f6f98;
    background: linear-gradient(180deg, #18a4d9 0%, #0f6f98 100%);
    box-shadow: 0 10px 18px rgba(15, 111, 152, 0.2);
}

.newsletter-optin-group .newsletter-optin__input:checked + .newsletter-optin .newsletter-optin__control::after {
    opacity: 1;
    transform: translate(-50%, -58%) rotate(45deg) scale(1);
}

.newsletter-optin-group .newsletter-optin__input:checked + .newsletter-optin .newsletter-optin__icon {
    background: linear-gradient(180deg, #18a4d9 0%, #0f6f98 100%);
    color: #fff;
    transform: translateY(-1px);
}

.newsletter-optin-group .newsletter-optin__input:checked + .newsletter-optin .newsletter-optin__title {
    color: #1c4357;
}

.newsletter-optin-group .newsletter-optin__input:checked + .newsletter-optin .newsletter-optin__note {
    color: #4f7286;
}

.newsletter-optin-group .newsletter-optin__input:focus-visible + .newsletter-optin {
    outline: none;
    box-shadow: 0 0 0 4px rgba(15, 111, 152, 0.12), 0 14px 24px rgba(18, 55, 84, 0.08);
}

.login_form .form-footer,
.coupon_form .form-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem 1.4rem;
    margin-top: 2rem;
}

.login_form .forget-pass {
    color: #0f6f98;
    font-size: 1.35rem;
    font-weight: 700;
}

.login_form .forget-pass:hover,
.login_form .forget-pass:focus {
    color: #0b5878;
}

.login_form .btn.btn-primary,
.coupon_form .btn.btn-primary,
.order_review .btn.btn-success.btn-block,
.order_review .btn.btn-danger.btn-block {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 5.4rem;
    border: 0;
    border-radius: 1.45rem;
    font-size: 1.24rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 18px 34px rgba(18, 55, 84, 0.14);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.login_form .btn.btn-primary,
.coupon_form .btn.btn-primary,
.order_review .btn.btn-success.btn-block {
    background: linear-gradient(180deg, #11171b 0%, #050607 100%);
    color: #fff;
}

.login_form .btn.btn-primary:hover,
.login_form .btn.btn-primary:focus,
.coupon_form .btn.btn-primary:hover,
.coupon_form .btn.btn-primary:focus,
.order_review .btn.btn-success.btn-block:hover,
.order_review .btn.btn-success.btn-block:focus {
    transform: translateY(-1px);
    color: #fff;
    box-shadow: 0 22px 38px rgba(0, 0, 0, 0.2);
    filter: brightness(1.04);
}

.order_review .btn.btn-danger.btn-block {
    background: linear-gradient(180deg, #ee4b61 0%, #da3047 100%);
    color: #fff;
}

.order_review .btn.btn-danger.btn-block:hover,
.order_review .btn.btn-danger.btn-block:focus {
    transform: translateY(-1px);
    color: #fff;
    box-shadow: 0 22px 38px rgba(218, 48, 71, 0.22);
    filter: brightness(1.03);
}

.order_review.cart-summary {
    padding: 2.2rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.order_review .order_table {
    margin-top: .8rem;
}

.order_review .table-responsive {
    overflow: visible;
}

.order_review .table.table-totals {
    margin-bottom: 1.8rem;
    table-layout: fixed;
}

.order_review .table.table-totals th,
.order_review .table.table-totals td {
    padding: 1.35rem 0;
    vertical-align: top;
    border-top: 0;
    border-bottom: 1px solid #ebf2f5;
}

.order_review .table.table-totals tr:last-child th,
.order_review .table.table-totals tr:last-child td {
    border-bottom: 0;
}

.order_review .table.table-totals th {
    color: #1f3444;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.4;
}

.order_review .table.table-totals td {
    color: #18384b;
    font-size: 1.55rem;
    font-weight: 700;
}

.order_review .table.table-totals td.text-right,
.order_review .table.table-totals .product-subtotal {
    white-space: nowrap;
}

.order_review .table.table-totals .product-subtotal {
    color: #18384b;
    font-size: 2rem;
    font-weight: 800;
}

.order_review .table.table-totals .text-right {
    text-align: right;
}

.order_review .summary-options-row th {
    padding-top: 1.6rem;
    padding-bottom: 1.7rem;
}

.order_review .summary-option-section {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.order_review .summary-option-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.order_review .summary-option-title {
    color: #1f3444;
    font-size: 1.85rem;
    font-weight: 800;
    line-height: 1.25;
}

.order_review .summary-option-amount {
    color: #18384b;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.order_review .summary-inline-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: .45rem 1rem;
    border-radius: 999px;
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: .09em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.order_review .summary-inline-badge.is-success {
    background: linear-gradient(180deg, #dbf7e8 0%, #c4f0d8 100%);
    color: #18744c;
    box-shadow: inset 0 0 0 1px rgba(24, 116, 76, 0.08);
}

.order_review .summary-inline-badge.is-neutral {
    background: linear-gradient(180deg, #edf6fb 0%, #e3f0f8 100%);
    color: #0f6f98;
    box-shadow: inset 0 0 0 1px rgba(15, 111, 152, 0.08);
}

.order_review .summary-option-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.order_review .summary-inpost-picker {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: .2rem 0 0;
}

.order_review .summary-inpost-picker__current {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    padding: 1.1rem 1.25rem;
    border: 1px solid #dbe8ef;
    border-radius: 1.25rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}

.order_review .summary-inpost-picker__eyebrow {
    color: #7b91a0;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.order_review .summary-inpost-picker__value {
    color: #1f3444;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.order_review .summary-inpost-picker__button {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    width: 100%;
    min-width: 0;
    min-height: 6rem;
    padding: 1.15rem 1.25rem;
    border: 1px solid #cfe2eb;
    border-radius: 1.35rem;
    background: linear-gradient(180deg, #ffffff 0%, #eef8fc 100%);
    color: #1f3444;
    text-align: left;
    box-shadow: 0 12px 24px rgba(15, 111, 152, 0.08);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.order_review .summary-inpost-picker__button:hover,
.order_review .summary-inpost-picker__button:focus {
    transform: translateY(-1px);
    border-color: #0f6f98;
    background: linear-gradient(180deg, #ffffff 0%, #e7f5fb 100%);
    box-shadow: 0 16px 28px rgba(15, 111, 152, 0.14);
    outline: none;
}

.order_review .summary-inpost-picker__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 4rem;
    width: 4rem;
    height: 4rem;
    border-radius: 1.15rem;
    background: linear-gradient(180deg, #1fb4e6 0%, #0f6f98 100%);
    color: #fff;
    font-size: 1.6rem;
    box-shadow: 0 10px 20px rgba(15, 111, 152, 0.22);
}

.order_review .summary-inpost-picker__button-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: .2rem;
    min-width: 0;
}

.order_review .summary-inpost-picker__button-title {
    color: #1f3444;
    font-size: 1.36rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .01em;
}

.order_review .summary-inpost-picker__button-note {
    color: #6d8494;
    font-size: 1.13rem;
    font-weight: 600;
    line-height: 1.45;
    text-transform: none;
    letter-spacing: normal;
}

.order_review .summary-inpost-picker__button.is-selected {
    border-color: #a7d8ea;
    background: linear-gradient(180deg, #f8fdff 0%, #edf9fd 100%);
}

.order_review .summary-inpost-picker__button.is-selected .summary-inpost-picker__button-icon {
    background: linear-gradient(180deg, #28c08f 0%, #249164 100%);
    box-shadow: 0 10px 20px rgba(36, 145, 100, 0.22);
}

.order_review .form-group.form-group-custom-control {
    margin-bottom: 0;
    margin-top: 0;
}

.order_review .custom-control.custom-radio {
    padding-left: 0;
}

.order_review .custom-control-input {
    position: absolute;
    opacity: 0;
}

.order_review .custom-control-label.forma-dost,
.order_review .custom-control-label.forma-plat {
    display: block;
    width: 100%;
    padding: 1.25rem 1.35rem 1.25rem 4.6rem !important;
    border: 1px solid #dce7ee;
    border-radius: 1.35rem;
    background: #fff;
    color: #365062;
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.45;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.order_review .custom-control-label.forma-dost::before,
.order_review .custom-control-label.forma-plat::before {
    top: 1.55rem;
    left: 1.5rem;
    width: 1.8rem;
    height: 1.8rem;
    border: 1.5px solid #9fb5c3;
    border-radius: 50%;
    background: #fff;
    box-shadow: none;
}

.order_review .custom-control-label.forma-dost::after,
.order_review .custom-control-label.forma-plat::after {
    top: 2.02rem;
    left: 1.97rem;
    width: .86rem;
    height: .86rem;
    border-radius: 50%;
    background: #0f6f98;
    opacity: 0;
    transform: scale(.45);
    transition: opacity .18s ease, transform .18s ease;
}

.order_review .custom-control-input:checked + .custom-control-label.forma-dost,
.order_review .custom-control-input:checked + .custom-control-label.forma-plat {
    border-color: #bcdbe9;
    background: linear-gradient(180deg, #f7fcff 0%, #eef8fc 100%);
    box-shadow: 0 14px 26px rgba(15, 111, 152, 0.1);
    transform: translateY(-1px);
}

.order_review .summary-choice-content {
    display: flex;
    flex-direction: column;
    gap: .7rem;
    min-width: 0;
}

.order_review .summary-choice-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    min-width: 0;
}

.order_review .summary-choice-title {
    min-width: 0;
    color: inherit;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.45;
}

.order_review .summary-choice-price {
    flex: 0 0 auto;
    color: #18384b;
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1.3;
    white-space: nowrap;
}

.order_review .custom-control-input:checked + .custom-control-label.forma-dost::before,
.order_review .custom-control-input:checked + .custom-control-label.forma-plat::before {
    border-color: #0f6f98;
}

.order_review .custom-control-input:checked + .custom-control-label.forma-dost::after,
.order_review .custom-control-input:checked + .custom-control-label.forma-plat::after {
    opacity: 1;
    transform: scale(1);
}

.order_review .payment-text {
    margin: 0;
    color: #6f8594;
    font-size: 1.16rem;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.55;
    text-transform: none;
}

.order_review .custom-control-input:checked + .custom-control-label + .payment-text {
    color: #466274;
}

.order_review .summary-payment-logo {
    align-self: flex-start;
    display: block;
    width: auto;
    max-width: 14rem;
    height: auto;
    max-height: 3.4rem;
    margin-top: .2rem;
    object-fit: contain;
    object-position: left center;
}

.order_review .summary-regulations {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.order_review #reg_akc {
    flex: 0 0 auto;
    width: 1.85rem;
    height: 1.85rem;
    margin: 0;
    accent-color: #0f6f98;
}

.order_review #reg_akc + label {
    margin: 0;
    color: #536a79;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .02em;
    white-space: nowrap;
}

.order_review #reg_akc + label a {
    color: #0f6f98;
    font-weight: 700;
}

.order_review #reg_akc + label a:hover,
.order_review #reg_akc + label a:focus {
    color: #0b5878;
}

@media screen and (max-width: 991px) {
    .cart-table-container {
        padding: 1.5rem;
        border-radius: 1.8rem;
    }

    .table.table-cart {
        display: block;
        border-spacing: 0 1.1rem;
    }

    .table.table-cart thead {
        display: none;
    }

    .table.table-cart tbody,
    .table.table-cart tfoot {
        display: block;
    }

    .table.table-cart tbody tr,
    .table.table-cart tfoot tr {
        display: block;
    }

    .table.table-cart tbody tr.product-row td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1.2rem;
        width: 100%;
        padding: .9rem 1.4rem;
        border-left: 1px solid #e3edf2;
        border-right: 1px solid #e3edf2;
        border-radius: 0;
    }

    .table.table-cart tbody tr.product-row td:first-child {
        display: grid;
        grid-template-columns: 7.8rem minmax(0, 1fr);
        gap: 1rem;
        align-items: center;
        padding-top: 1.2rem;
        border-radius: 1rem 1rem 0 0;
    }

    .table.table-cart tbody tr.product-row td:last-child {
        border-radius: 0;
    }

    .table.table-cart .product-meta {
        margin-top: .5rem;
        font-size: 1.06rem;
    }

    .table.table-cart .product-bundle-meta {
        font-size: .98rem;
    }

    .table.table-cart .product-action-row td {
        display: block;
        text-align: left;
    }

    .table.table-cart .product-action-row .float-right {
        margin-top: .65rem;
        margin-left: 0;
    }

    .table.table-cart tbody tr.product-row td:nth-child(n+2)::before {
        color: #7890a0;
        font-size: 1.04rem;
        font-weight: 700;
        letter-spacing: .08em;
        line-height: 1;
        text-transform: uppercase;
    }

    .table.table-cart tbody tr.product-row td:nth-child(2)::before {
        content: "Cena";
    }

    .table.table-cart tbody tr.product-row td:nth-child(3)::before {
        content: "Ilość";
    }

    .table.table-cart tbody tr.product-row td:nth-child(4)::before {
        content: "Wartość";
    }

    .table.table-cart tbody tr.product-row td:nth-child(5)::before {
        content: "Usuń";
        margin-right: auto;
    }

    .table.table-cart .product-col {
        grid-template-columns: 8.8rem minmax(0, 1fr);
        gap: 1.2rem;
    }

    .table.table-cart .product-image-container {
        width: 8.8rem;
        height: 8.8rem;
        border-radius: 1.3rem;
    }

    .table.table-cart .product-title {
        font-size: 1.6rem;
    }

    .table.table-cart tbody tr.product-row td:nth-child(2),
    .table.table-cart tbody tr.product-row td:nth-child(4) {
        font-size: 1.55rem;
    }

    .table.table-cart tbody tr.product-row td:nth-child(2) {
        font-size: 1.45rem;
    }

    .table.table-cart .quantity-selector {
        justify-content: flex-end;
    }

    .table.table-cart .product-single-qty .bootstrap-touchspin {
        grid-template-columns: 3.6rem 4.6rem 3.6rem;
    }

    .table.table-cart .product-single-qty .btn.btn-outline,
    .table.table-cart .product-single-qty .form-control {
        height: 4.4rem !important;
    }

    .table.table-cart .remove-button {
        width: 3.8rem;
        height: 3.8rem;
        border-radius: 1.1rem;
    }

    .table.table-cart .product-action-row td {
        display: flex;
        flex-direction: column;
        gap: .8rem;
        padding: 0 1.4rem 1.4rem;
        border-radius: 0 0 1rem 1rem;
        margin-bottom: 1.1rem;
    }

    .table.table-cart .product-action-row .float-right {
        float: none !important;
        width: 100%;
    }

    .panel-collapse.login_form,
    .panel-collapse.coupon_form,
    .login_wrap,
    .order_review.cart-summary {
        border-radius: 1.7rem;
    }

    .panel-collapse.login_form,
    .panel-collapse.coupon_form,
    .login_wrap,
    .order_review.cart-summary {
        padding: 1.5rem;
    }

    .toggle_info {
        align-items: flex-start;
        min-height: 0;
        padding: 1.35rem 1.4rem;
    }

    .checkout-auth-card__icon {
        flex-basis: 4.2rem;
        width: 4.2rem;
        height: 4.2rem;
        font-size: 1.65rem;
        border-radius: 1.2rem;
    }

    .checkout-auth-card__title {
        font-size: 1.58rem;
    }

    .checkout-auth-card__desc {
        font-size: 1.24rem;
    }

    .checkout-auth-card__action,
    .checkout-auth-card__badge {
        min-width: 0;
        min-height: 4.2rem;
        padding: 0 1.35rem;
        font-size: 1.08rem;
    }
}

@media screen and (max-width: 767px) {
    .toggle_info {
        flex-wrap: wrap;
        gap: 1.1rem;
    }

    .checkout-auth-card__content {
        flex-basis: calc(100% - 5.3rem);
    }

    .checkout-auth-card__action,
    .checkout-auth-card__badge {
        width: 100%;
        margin-left: 0;
    }

    .checkout-section .checkout-auth-row + .row {
        margin-top: .1rem;
        margin-bottom: 1.4rem;
    }

    .checkout-section .checkout-auth-row + .row .divider.center_icon {
        gap: .9rem;
    }

    .checkout-section .checkout-auth-row + .row .divider.center_icon i {
        width: 4rem;
        height: 4rem;
        border-radius: 1.2rem;
        font-size: 1.65rem;
    }

    .order_review .table.table-totals th,
    .order_review .table.table-totals td {
        display: block;
        width: 100%;
        text-align: left !important;
    }

    .order_review .summary-choice-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .order_review .summary-regulations {
        flex-wrap: wrap;
        white-space: normal;
        gap: .8rem;
    }

    .order_review #reg_akc + label {
        white-space: normal;
    }

    .order_review .summary-inline-badge,
    .order_review .summary-choice-price,
    .order_review .summary-option-amount {
        white-space: normal;
    }

    .order_review .table.table-totals td {
        padding-top: .2rem;
    }
}

@media screen and (max-width: 575px) {
    .cart-table-container {
        padding: 1.5rem;
        border-radius: 1.6rem;
    }

    .cart-table-container .step-title {
        margin-bottom: 1.6rem;
        font-size: 2.7rem;
    }

    .table.table-cart tbody tr.product-row td:first-child,
    .table.table-cart .product-col {
        grid-template-columns: 7.4rem minmax(0, 1fr);
    }

    .table.table-cart .product-image-container {
        width: 7.4rem;
        height: 7.4rem;
    }

    .table.table-cart .product-title {
        font-size: 1.48rem;
    }

    .table.table-cart .product-action-row .float-left {
        font-size: 1.08rem;
    }

    .wroc_do_zakupow,
    .table.table-cart tfoot .btn.btn-outline-secondary,
    .login_form .btn.btn-primary,
    .coupon_form .btn.btn-primary,
    .order_review .btn.btn-success.btn-block,
    .order_review .btn.btn-danger.btn-block {
        min-height: 4.8rem;
        border-radius: 1.25rem;
        font-size: 1.12rem;
        letter-spacing: .06em;
    }

    .order_review .custom-control-label.forma-dost,
    .order_review .custom-control-label.forma-plat {
        padding: 1.1rem 1.1rem 1.1rem 4.2rem !important;
        font-size: 1.34rem;
    }

    .order_review .payment-text {
        margin-left: 4.2rem;
        font-size: 1.2rem;
    }
}

.btn-xs {
    padding: 1px 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn {
    min-width: 60px;
}

.footer {
    margin-top: 30px;
}

/* Karta produktu spójna z listingiem */
.product-single-container.product-single-default {
    margin-bottom: 3.2rem;
}

.product-page-main {
    min-width: 0;
}

.product-page-sidebar {
    width: 100%;
    margin-bottom: 3rem;
}

.product-page-sidebar .pin-wrapper {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

.product-page-sidebar .sidebar-wrapper {
    width: 100% !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
}

.product-single-container.product-single-default > .row {
    align-items: stretch;
}

.product-single-container.product-single-default .product-single-gallery,
.product-single-container.product-single-default .col-lg-5 {
    margin-bottom: 2rem;
}

.product-single-container.product-single-default .product-slider-container,
.product-single-container.product-single-default .product-single-details,
.product-single-tabs,
.sidebar-product .sidebar-wrapper {
    border: 1px solid #e7eef3;
    border-radius: 1.8rem;
    background: #fff;
    box-shadow: 0 10px 24px rgba(18, 55, 84, 0.06);
}

.product-single-container.product-single-default .product-slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 2rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    overflow: hidden;
}

.product-single-container.product-single-default .product-single-image {
    width: auto;
    max-width: 100%;
    max-height: 42rem;
    margin: 0 auto;
    object-fit: contain;
}

.product-single-container.product-single-default .product-single-details {
    height: 100%;
    margin-top: 0;
    padding: 2.6rem 2.4rem;
}

.product-single-container.product-single-default .ratings-container {
    min-height: 0;
}

.product-single-container.product-single-default .product-title {
    min-height: 0;
    margin-bottom: 1.2rem;
    color: #203546;
    font-size: 3.4rem;
    font-size: clamp(2.6rem, 2.3vw, 3.8rem);
    line-height: 1.14;
    letter-spacing: -.02em;
}

.product-single-container.product-single-default .price-box {
    display: inline-flex;
    align-items: center;
    margin-bottom: 2.2rem;
    padding: 1rem 1.5rem;
    border: 1px solid #d7e4eb;
    border-radius: 1.2rem;
    background: #f7fbfd;
    color: #0f6f98;
    box-shadow: none;
}

.product-single-container.product-single-default .new-price,
.product-single-container.product-single-default .product-price {
    color: #0f6f98;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.1;
}

.product-single-container.product-single-default .product-action {
    gap: 1.2rem;
    margin-bottom: 0;
    align-items: stretch;
}

.product-single-container.product-single-default .product-single-qty,
.product-single-container.product-single-default .product-action .paction {
    margin: 0;
}

.product-single-container.product-single-default .product-single-qty {
    max-width: 13rem;
}

.product-single-container.product-single-default .product-single-qty .bootstrap-touchspin.input-group,
.product-single-container.product-single-default .product-single-qty .horizontal-quantity,
.product-single-container.product-single-default .product-single-qty .bootstrap-touchspin .form-control {
    max-height: none;
    height: 5.2rem;
}

.product-single-container.product-single-default .product-single-qty .bootstrap-touchspin .form-control,
.product-single-container.product-single-default .product-single-qty .btn.btn-outline {
    border-color: #d7e4eb;
    background: #fff;
}

.product-single-container.product-single-default .product-single-qty .bootstrap-touchspin .form-control {
    color: #203546;
    font-size: 1.7rem;
    font-weight: 700;
}

.product-single-container.product-single-default .product-single-qty .btn {
    min-width: 3.6rem;
    color: #6f8796;
}

.product-single-container.product-single-default .product-single-qty .btn.btn-down-icon::after,
.product-single-container.product-single-default .product-single-qty .btn.btn-up-icon::before,
.product-single-container.product-single-default .product-single-qty .btn.btn-up-icon::after {
    background-color: #6f8796;
}

.product-single-container.product-single-default .add-cart,
.product-single-container.product-single-default .kup_teraz_partnerski {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    min-width: 24rem;
    min-height: 5.2rem;
    padding: 0 2rem;
    border: 1px solid #0f6f98;
    border-radius: 1.35rem;
    background: linear-gradient(180deg, #1fb4e6 0%, #0f6f98 100%);
    box-shadow: 0 14px 28px rgba(15, 111, 152, 0.2);
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 1.24rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.product-single-container.product-single-default .kup_teraz_partnerski {
    border-color: #2f8f63;
    background: linear-gradient(180deg, #42b07b 0%, #2f8f63 100%);
    box-shadow: 0 14px 28px rgba(47, 143, 99, 0.18);
}

.product-single-container.product-single-default .add-cart:hover,
.product-single-container.product-single-default .add-cart:focus,
.product-single-container.product-single-default .kup_teraz_partnerski:hover,
.product-single-container.product-single-default .kup_teraz_partnerski:focus {
    transform: translateY(-1px);
    color: #fff;
}

.product-single-container.product-single-default .add-cart:hover,
.product-single-container.product-single-default .add-cart:focus {
    border-color: #0c6288;
    background: linear-gradient(180deg, #2ac0ef 0%, #0c6288 100%);
    box-shadow: 0 18px 34px rgba(15, 111, 152, 0.26);
}

.product-single-container.product-single-default .kup_teraz_partnerski:hover,
.product-single-container.product-single-default .kup_teraz_partnerski:focus {
    border-color: #267652;
    background: linear-gradient(180deg, #4abc84 0%, #267652 100%);
    box-shadow: 0 18px 34px rgba(47, 143, 99, 0.24);
}

.product-single-container.product-single-default .add-cart span,
.product-single-container.product-single-default .kup_teraz_partnerski span {
    display: inline-block;
    line-height: 1.2;
}

.product-desc {
    margin-bottom: 0;
}

.product-desc p:empty {
    display: none;
}

.product-single-tabs {
    margin-bottom: 4rem;
    padding: 2.2rem 2.4rem 2.4rem;
}

.product-single-tabs .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-bottom: 0;
    border-bottom: 1px solid #edf2f5;
}

.product-single-tabs .nav-item {
    margin-bottom: 0;
}

.product-single-tabs .nav-link {
    margin: 0 0 -1px;
    padding: 1rem 1.35rem;
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 1rem 1rem 0 0;
    background: transparent;
    color: #5f7483;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.product-single-tabs .nav-link:hover,
.product-single-tabs .nav-link:focus,
.product-single-tabs .nav-link.active {
    border-color: #d7e4eb;
    background: #f8fbfd;
    color: #0f6f98;
}

.product-single-tabs .tab-pane {
    padding-top: 2.4rem;
    color: #415364;
}

.product-single-tabs .product-desc-content {
    color: #415364;
    line-height: 1.8;
}

.product-single-tabs .product-desc-content strong,
.product-single-tabs .product-desc-content b,
.product-single-tabs .product-desc-content h1,
.product-single-tabs .product-desc-content h2,
.product-single-tabs .product-desc-content h3,
.product-single-tabs .product-desc-content h4 {
    color: #203546;
}

.sidebar-product .sidebar-wrapper {
    padding: 2.2rem 2rem;
}

.sidebar-product .widget.widget-brand {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #edf2f5;
    color: #203546;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.sidebar-product .widget.widget-info {
    margin-bottom: 0;
    padding-top: 1.6rem;
}

.sidebar-product .widget-info li {
    padding: 1.6rem 0;
    border-top: 1px solid #edf2f5;
}

.sidebar-product .widget-info li:first-child {
    border-top: 0;
    padding-top: 0;
}

.sidebar-product .widget-info h4 {
    white-space: normal;
    color: #203546;
    font-weight: 700;
    line-height: 1.35;
}

.sidebar-product .widget-info .text-body {
    margin-top: .4rem;
    color: #6f7782;
    font-size: 1.3rem;
    line-height: 1.5;
}

@media screen and (min-width: 992px) {
    .product-page-sidebar .sidebar-wrapper {
        padding: 2.2rem 2.4rem;
    }

    .product-page-sidebar .widget.widget-brand {
        display: block;
        margin-bottom: 0;
        text-align: left;
    }

    .product-page-sidebar .widget.widget-info {
        padding-top: 1.8rem;
    }

    .product-page-sidebar .widget-info ul {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0 2.4rem;
    }

    .product-page-sidebar .widget-info li {
        height: 100%;
        padding-top: 0;
        border-top: 0;
    }
}

.featured-section {
    background: transparent;
}

.featured-section .owl-stage {
    display: flex;
    align-items: stretch;
}

.featured-section .owl-item {
    display: flex;
    height: auto !important;
}

.featured-section .owl-item > * {
    width: 100%;
}

.featured-section .product-default {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 1.6rem 1.6rem 1.8rem;
    border: 1px solid #e7eef3;
    border-radius: 1.8rem;
    background: #fff;
    box-shadow: 0 10px 24px rgba(18, 55, 84, 0.06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.featured-section .product-default:hover {
    transform: translateY(-4px);
    border-color: #d7e4eb;
    box-shadow: 0 16px 32px rgba(18, 55, 84, 0.1);
}

.featured-section .product-default figure {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 23rem;
    margin-bottom: 1.4rem;
    padding: 0;
}

.featured-section .product-default figure > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.featured-section .product-default figure img {
    width: auto;
    max-width: 100%;
    max-height: 22rem;
    object-fit: contain;
}

.featured-section .product-default .product-details {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    text-align: left;
}

.featured-section .product-default .product-title-wrap {
    min-height: 7.8rem;
    margin-bottom: 1.4rem;
}

.featured-section .product-default .product-title {
    min-height: 0;
    height: auto !important;
    margin-bottom: 0;
    color: #203546;
    font-size: 1.7rem;
    line-height: 1.45;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
}

.featured-section .product-default .product-title a {
    display: -webkit-box;
    overflow: hidden;
    color: inherit;
    white-space: normal;
    text-overflow: initial;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.featured-section .product-default .product-title a:hover {
    color: #0f6f98;
}

.featured-section .product-default .price-box {
    width: 100%;
    margin-top: auto;
    margin-bottom: 1.2rem;
    text-align: left !important;
}

.featured-section .product-default .price-box .normal,
.featured-section .product-default .price-box .current {
    color: #203546;
    font-size: 2.05rem;
    font-weight: 700;
    line-height: 1.1;
}

.featured-section .product-default .product-action {
    width: 100%;
    margin-top: auto;
}

.featured-section .product-default .product-action .btn-add-cart,
.featured-section .product-default .product-action .kup_teraz_partnerski {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 4.8rem;
    padding: 0 1.6rem;
    gap: .75rem;
    border: 1px solid #0f6f98;
    border-radius: 1.35rem;
    background: linear-gradient(180deg, #1fb4e6 0%, #0f6f98 100%);
    box-shadow: 0 14px 28px rgba(15, 111, 152, 0.2);
    color: #fff;
    font-size: 1.24rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.featured-section .product-default .product-action .kup_teraz_partnerski {
    border-color: #2f8f63;
    background: linear-gradient(180deg, #42b07b 0%, #2f8f63 100%);
    box-shadow: 0 14px 28px rgba(47, 143, 99, 0.18);
}

.featured-section .product-default .product-action .btn-add-cart:hover,
.featured-section .product-default .product-action .btn-add-cart:focus,
.featured-section .product-default .product-action .kup_teraz_partnerski:hover,
.featured-section .product-default .product-action .kup_teraz_partnerski:focus {
    transform: translateY(-1px);
    color: #fff;
}

.featured-section .product-default .product-action .btn-add-cart:hover,
.featured-section .product-default .product-action .btn-add-cart:focus {
    border-color: #0c6288;
    background: linear-gradient(180deg, #2ac0ef 0%, #0c6288 100%);
    box-shadow: 0 18px 34px rgba(15, 111, 152, 0.26);
}

.featured-section .product-default .product-action .kup_teraz_partnerski:hover,
.featured-section .product-default .product-action .kup_teraz_partnerski:focus {
    border-color: #267652;
    background: linear-gradient(180deg, #4abc84 0%, #267652 100%);
    box-shadow: 0 18px 34px rgba(47, 143, 99, 0.24);
}

.featured-section .product-default .product-action .btn-add-cart.disabled {
    border-color: #d7e3ea;
    background: linear-gradient(180deg, #ffffff 0%, #f3f7f9 100%);
    color: #5b7180;
    box-shadow: 0 8px 18px rgba(18, 55, 84, 0.06);
}

.featured-section .product-default .product-action .btn-add-cart.disabled:hover,
.featured-section .product-default .product-action .btn-add-cart.disabled:focus {
    border-color: #c6d5de;
    background: linear-gradient(180deg, #ffffff 0%, #eef4f7 100%);
    color: #445b6a;
    box-shadow: 0 12px 22px rgba(18, 55, 84, 0.1);
}

@media screen and (max-width: 991px) {
    .product-single-container.product-single-default .product-single-details {
        padding: 2.2rem 2rem;
    }

    .product-single-container.product-single-default .product-title {
        font-size: 3rem;
    }

    .product-single-container.product-single-default .add-cart,
    .product-single-container.product-single-default .kup_teraz_partnerski {
        min-width: 100%;
    }

    .featured-section .product-default {
        padding: 1.4rem 1.4rem 1.6rem;
    }

    .featured-section .product-default figure {
        min-height: 19rem;
    }

    .featured-section .product-default figure img {
        max-height: 18rem;
    }

    .featured-section .product-default .product-title-wrap {
        min-height: 7.2rem;
    }
}

@media screen and (max-width: 575px) {
    .product-single-container.product-single-default .product-slider-container,
    .product-single-container.product-single-default .product-single-details,
    .product-single-tabs,
    .sidebar-product .sidebar-wrapper,
    .featured-section .product-default {
        border-radius: 1.4rem;
    }

    .product-single-container.product-single-default .product-slider-container,
    .product-single-container.product-single-default .product-single-details,
    .product-single-tabs {
        padding: 1.6rem 1.4rem;
    }

    .product-single-container.product-single-default .product-title {
        font-size: 2.4rem;
    }

    .product-single-container.product-single-default .price-box {
        padding: .85rem 1.15rem;
    }

    .product-single-container.product-single-default .new-price,
    .product-single-container.product-single-default .product-price {
        font-size: 2.2rem;
    }

    .product-single-container.product-single-default .product-action {
        gap: .9rem;
    }

    .product-single-container.product-single-default .product-single-qty {
        max-width: 100%;
        width: 100%;
    }

    .product-single-container.product-single-default .add-cart,
    .product-single-container.product-single-default .kup_teraz_partnerski,
    .featured-section .product-default .product-action .btn-add-cart,
    .featured-section .product-default .product-action .kup_teraz_partnerski {
        min-height: 4.6rem;
        padding: 0 1.2rem;
        font-size: 1.12rem;
        letter-spacing: .04em;
    }

    .featured-section .product-default {
        padding: 1.15rem 1.15rem 1.3rem;
    }

    .featured-section .product-default figure {
        min-height: 15rem;
        margin-bottom: 1.2rem;
    }

    .featured-section .product-default figure img {
        max-height: 13.5rem;
    }

    .featured-section .product-default .product-title {
        font-size: 1.45rem;
    }

    .featured-section .product-default .product-title-wrap {
        min-height: 6.8rem;
        margin-bottom: 1.1rem;
    }

    .featured-section .product-default .price-box .normal,
    .featured-section .product-default .price-box .current {
        font-size: 1.8rem;
    }
}