/* sklep */

.pls-product-actions .pls-cart-button a::before,
.pls-product-icons .pls-cart-button a::before {
    content: none;
    display: none;
}

.products.grid-view.product-style-1 .pls-cart-button {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.products.grid-view.product-style-1 .pls-product-actions a {
    width: auto;
    margin: 0 auto;
    padding: 8px 28px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100% !important;
}

.product-excerpt {
    color: var(--On-Surface, #1F1F1F);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.12;
    margin-bottom: 8px;
}

.product-excerpt p {
    margin: 0;
}

/* .products.grid-view.product-style-1 .pls-product-actions a.added .not-added,
.products.grid-view.product-style-1 .pls-product-actions a .added {
    display: none;
}

.products.grid-view.product-style-1 .pls-product-actions a.added .added {
    display: flex;
} */

.products.grid-view.product-style-1 .pls-product-actions a span {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.pls-products-view {
    display: none !important;
}

.woocommerce .pls-cart-button a.added_to_cart {
    display: flex !important;
}

@media (max-width:1024px) {
    .products.grid-view .pls-product-actions a::before {
        display: none;
        content: none
    }

    .products.grid-view.product-style-1 .pls-cart-button {
        text-align: center;
        width: 100%;
    }

    .products.grid-view.product-style-1 .pls-product-actions a {
        font-size: 14px !important;
        border-radius: 50px !important;
        padding: 8px 28px !important;
    }
}

@media (max-width:767px) {
    .pls-products-header {
        position: sticky !important;
        top: 0;
        background-color: #fff;
        z-index: 99;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 12px 15px;
        transition: top .3s ease;
    }

    header.fixed+div .pls-products-header {
        top: 72px;
    }

    body .pls-products-header-filters {
        flex-wrap: nowrap !important;
        flex-direction: row-reverse !important;
        align-items: center !important;
        margin: 0 !important;
    }

    .pls-products-header-filters-left {
        margin-left: auto;
        width: auto;
    }

    .pls-products-header-filters-right {
        margin-right: auto;
    }
}

@media (max-width:679px) {
    .products .pls-product-image img {
        height: initial !important;
        aspect-ratio: 315 / 365 !important;
    }

    .products.grid-view.product-style-1 .pls-product-actions a {
        width: 100%;
    }
}

/* sklep */

/* blog */

.custom-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    white-space: nowrap;
    overflow-y: auto;
    padding: 24px 0;
    margin-bottom: 12px;
    font-size: 14px;
}

.custom-breadcrumb a:hover {
    color: #ff8941;
}

/* blog */

/* karta produktu */

#readMoreDescription {
    display: none;
}

.single-product .product-excerpt {
    margin-top: 6px;
}

.single-product .product-excerpt p {
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .description-content {
        max-height: 600px;
        overflow: hidden;
        position: relative;
        transition: max-height 0.3s ease;
    }

    .single-product .product-excerpt p {
        font-size: 12px;
        font-weight: 400;
        color: var(--Secondary, #696C70);
    }

    .description-content.expanded {
        max-height: none;
    }

    #readMoreDescription {
        display: block;
        text-align: center;
        font-weight: 500;
        color: var(--Secondary, #696C70);
        /* font-family: "ABC Social"; */
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        text-decoration-line: underline;

    }

    .d-none-m {
        display: none;
    }

    .pls-product-compare-share-wrap {
        display: none !important;
    }

    .pls-policy-item-name {
        font-size: 1rem;
    }

    .pls-single-product-page div.summary {
        border-bottom: 1px solid var(--line, #E9E9E9);
        padding-bottom: 2rem;
        color: #1F1F1F;
    }

    .pls-single-product-page .pls-single-product-wrapper {
        margin-bottom: 2rem !important;
    }

    div.summary .woocommerce-product-details__short-description {
        border: 0 !important;
        margin: 0 !important;
    }

    .product-title-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    .product-title-wrapper h1 {
        margin: 0;
    }

    .pls-whishlist-btn {
        font-size: 0;
        border-top: var(--pls-border-top);
        border-right: var(--pls-border-right);
        border-bottom: var(--pls-border-bottom);
        border-left: var(--pls-border-left);
        border-radius: var(--pls-border-radius);
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        width: 48px;
        transition: background .3s ease, color .3s ease, border .3s ease;
    }

    .pls-whishlist-btn a::before {
        transition: background .3s ease, color .3s ease, border .3s ease;
    }

    .pls-whishlist-btn:hover {
        background-color: var(--pls-secondary-color);
        color: var(--pls-secondary-inverse-color);
        border-color: var(--pls-secondary-color);
    }

    .pls-whishlist-btn:hover a::before {
        color: var(--pls-secondary-inverse-color);
    }

    .pls-single-product-title {
        margin-bottom: 20px !important;
    }

    .product-gallery-column-2 .pls-single-product-gallery {
        display: flex !important;
        width: 100% !important;
        gap: 0 !important;
    }

    .single-product:not(.product-gallery-horizontal) .pls-single-product-gallery>div {
        overflow: initial !important;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
        margin-left: -20px!important;
        margin-right: -20px!important;
        padding-left: 20px!important;
        padding-right: 0!important;
    }
}

@media (max-width:768px) {
    .products.grid-view.product-style-1 .swiper-slide .pls-product-actions a {
        font-size: 8px !important;
    }
}

/* karta produktu */

/* checkout */

.payment-safe {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    margin-top: 8px;
}

.payment-safe svg {
    max-width: 18px;
    height: auto;
}

.payment-safe p {
    margin: 0;
    font-size: 14px;
    color: #000;
}

.shipping-method-logo {
    width: 48px;
    height: auto;
}

.woocommerce ul#shipping_method li {
    display: flex;
    align-items: center;
}

.woocommerce ul#shipping_method li label {
    display: flex !important;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    width: 100%;
}

.woocommerce ul#shipping_method input[type="checkbox"],
.woocommerce ul#shipping_method input[type="radio"] {
    min-width: 18px;
}

#checkout-loading-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999999;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#checkout-loading-overlay .loader-box {
    background: #fff;
    padding: 25px 35px;
    border-radius: 12px;
}

#checkout-loading-overlay .spinner {
    width: 32px;
    height: 32px;
    border: 4px solid #ddd;
    border-top-color: #444;
    border-radius: 50%;
    margin: 0 auto 16px auto;
    animation: spinning 0.7s linear infinite;
}

@keyframes spinning {
    to {
        transform: rotate(360deg);
    }
}

#checkout-loading-overlay p {
    margin: 0;
    font-size: 16px;
}


@media (max-width:767px) {
    .checkout.woocommerce-checkout .wc-btn-order {
        margin-bottom: 15px;
    }

    .payment-safe {
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 100%;
    }
}

@media (max-width:360px) {
    .payment-safe p {
        font-size: 12px;
    }
}

/* checkout */

/* minicart */

.pls-custom-delivery-bar {
    border-radius: 8px;
    background: var(--Primary, #D2EF9A);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0.75rem 2.25rem;
}

.pls-custom-delivery-bar .pls-custom-bar-icon {
    font-size: 28px;
    width: 28px;
    height: 26px;
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
}

.pls-custom-delivery-bar p {
    margin: 0;
    color: var(--On-Surface, #1F1F1F);
    font-family: "Instrument Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.pls-custom-delivery-bar p span {
    color: var(--Critical, #DB4444);
    font-weight: 600;
    text-transform: uppercase;
}

.freeshipping-bar {
    border-radius: 40px;
    border: 1px solid #FF8941;
    background: #FFF !important;
}

.freeshipping-bar .pls-progress-bar {
    height: 16px !important;
    background: linear-gradient(90deg, #FF9C60 0%, #FF7C2C 100%);
}

.freeshipping-bar .pls-progress-bar::after {
    display: none;
    content: none;
}

.minicart_table.has-pls-minicart-items {
    display: none;
}

@media (max-width:768px) {
    .pls-custom-delivery-bar {
        margin: 0.75rem 1.5rem;
    }
}

/* minicart */

/* footer */

footer .footer-widget a img {
    max-height: 27px;
}

footer .features-wrapper {
    display: flex;
    gap: 20px;
}

footer .single-feature {
    width: calc(33.33333333% - 14px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

footer .single-feature svg {
    min-width: 40px;
    max-width: 40px;
    width: 100%;
    height: auto;
}

footer .feature-icon {
    display: flex;
    align-items: center;
}

footer .single-feature span {
    color: #1F1F1F;
    /* font-family: "ABC Social Extended"; */
    font-weight: 500;
    display: block;
}

footer .feature-title {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.2;
}

footer .feature-text {
    font-size: 12px;
    line-height: 0.9;
}

@media (min-width:991px) {
    footer .footer-widget:nth-child(2) {
        flex: 0 0 20%;
        max-width: 20%;
    }

    footer .footer-widget:nth-child(3) {
        flex: 0 0 40%;
        max-width: 40%;
    }

    footer .footer-widget:nth-child(4) {
        flex: 0 0 15%;
        max-width: 15%;
    }
}


@media (min-width:576px) and (max-width:991px) {
    footer .footer-widget.col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media (max-width:768px) {
    footer .single-feature {
        gap: 6px;
    }

    footer .feature-title {
        font-size: 12px;
    }

    footer .feature-text {
        font-size: 10px;
    }

}

/* footer */


/* nav */

/* temp hidden subnav */

.mobile-main-menu li.item-level-0.menu-item-has-children>a::after {
    top: 50% !important;
    right: 15px !important;
    content: '' !important;
}

/* nav */

/* chat */

@media (max-width:991px) {

    .thulium-chat-frame-wrapper,
    body.archive.woocommerce-page .thulium-chat-frame-wrapper,
    body.post-type-archive-product .thulium-chat-frame-wrapper,
    body.woocommerce-shop .thulium-chat-frame-wrapper,
    body.woocommerce-checkout .thulium-chat-frame-wrapper,
    body.woocommerce-cart .thulium-chat-frame-wrapper {
        display: none !important;
    }
}

/* chat */

/* other */

@media (max-width:1024px) {
    .pls-mobile-bottom-navbar .pls-mobile-navbar {
        display: none !important;
    }
}

/* buttons unification */

.wp-block-button__link,
.products.grid-view .pls-product-actions a,
.products.list-view .pls-cart-button a {
    border-radius: var(--pls-border-radius) !important;
}

/* buttons unification */

/* topbar */

.pls-header-topbar.header-top-middle {
    background-color: #222 !important;
    color: #fff !important;
    font-family: ABC !important;
    font-size: 16px;
    font-weight: 500;
}

.pls-header-topbar.header-top-middle * {
    color: inherit !important;
}

@media (max-width:767px) {
    .pls-header-topbar.header-top-middle {
        font-size: 12px;
    }
}

/* topbar */

/* other */