/* 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;
}

/* .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;
}

@media (max-width: 991px) {
    .description-content {
        max-height: 300px;
        overflow: hidden;
        position: relative;
        transition: max-height 0.3s ease;
    }

    .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;
    }
}

@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;
}

@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;
}

@media (max-width:768px) {
    .pls-custom-delivery-bar {
        margin: 0.75rem 1.5rem;
    }
}

/* minicart */