.additional-popover-plugin-box {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.additional-popover-plugin-container {
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, 0);

    padding: 25px;
    background: #FFF;
    border-radius: 4px;

    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    width: calc(100% - 30px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 830px) {
    .additional-popover-plugin-container {
        width: 720px;
        top: 50px;
        max-height: calc(100vh - 100px);
    }
}

.app-head-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}


.app-cross-slider-wrapper {
    margin-top: 30px;
    position: relative;
}

.app-cross-items-container.app-popover-carousel .slick-list {
    margin: 0 -4px;
    padding-bottom: 12px;
}

.app-cross-items-container.app-popover-carousel .slick-slide > div,
.app-cross-items-container.app-popover-carousel .slick-slide .custom-carousel__item {
    margin: 0 4px;
}

.app-cross-slider-wrapper .slick-prev:before,
.app-cross-slider-wrapper .slick-next:before {
    display: none;
}

.app-cross-slider-wrapper .slick-arrow {
    z-index: 2;
}

@media (max-width: 575px) {
    .app-cross-slider-wrapper .slick-prev,
    .app-cross-slider-wrapper .slick-next {
        display: none !important;
    }
}

.app-cross-slider-wrapper .slick-dots {
    padding-top: 24px;
    margin-bottom: 0;
}

/* product-brick-tile--popover - mniejsza wersja kart produktu ze sklepu */
.product-brick-tile--popover {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0,0,0, .16);
    overflow: hidden;
    height: 100%;
}

.product-brick-tile--popover .product-brick-tile__inner {
    text-decoration: none;
    color: inherit;
    display: block;
}

.product-brick-tile--popover .product-brick-tile__image-wrapper {
    background-color: #E9E9E9;
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-brick-tile--popover .product-brick-tile__image {
    position: relative;
    width: 130px;
    height: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-brick-tile--popover .product-brick-tile__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: 0.3s transform;
}

.product-brick-tile--popover:hover .product-brick-tile__image img {
    transform: scale(1.05);
}

.product-brick-tile--popover .product-brick-tile__content {
    background-color: #fff;
    padding: 12px 14px 14px;
}

.product-brick-tile--popover .product-brick-tile__name {
    font-size: 14px;
    color: #301C0B;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
    line-height: 1.2;
    transition: 0.3s color;
}

.product-brick-tile--popover:hover .product-brick-tile__name {
    color: #F25300;
}

.product-brick-tile--popover .product-brick-tile__desc {
    font-size: 12px;
    color: #606060;
    line-height: 1.2;
    font-family: "bernhard-gothic-urw";
    font-weight: 300;
    margin-bottom: 4px;
    transition: 0.3s color;
}

.product-brick-tile--popover:hover .product-brick-tile__desc {
    color: #858383;
}

.product-brick-tile--popover .price {
    padding-bottom: 0;
    font-size: 14px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
}

.product-brick-tile--popover .price ins,
.product-brick-tile--popover .price .woocommerce-Price-amount {
    font-size: 14px;
    color: #292929;
    text-decoration: none;
}

.product-brick-tile--popover .price del {
    font-size: 12px;
    color: #CFCFCF;
}

.product-brick-tile--popover.sale .price ins,
.product-brick-tile--popover.sale .price .woocommerce-Price-amount {
    color: #F25300;
}

.product-brick-tile--popover .app-add-to-cart-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F25300;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: 0.3s background;
    z-index: 2;
}

.product-brick-tile--popover .app-add-to-cart-btn .icon:before {
    color: #fff;
    font-size: 16px;
}

.product-brick-tile--popover .app-add-to-cart-btn:hover {
    background: #ce4700;
}

.product-brick-tile--popover .badge {
    font-size: 10px;
    padding: 2px 6px;
}

.app-added-to-cart {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.85);
    display: none;
    opacity: 0;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ec710c;
    font-weight: 700;
    z-index: 1;
}

.app-remove-from-cart-btn {
    display: none;
    opacity: 0;
    border-radius: 50%;
    background: #7B7B7B;
    border: none;
    padding: 0;
    width: 18px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    position: absolute;

    top: 8px;
    left: 8px;
    
    z-index: 2;
}

.app-remove-from-cart-btn:hover {
    cursor: pointer;
    background: #FF8B00;
}

.app-remove-from-cart-btn > i {
    font-size: 8px;
    line-height: 0;
}

.app-remove-from-cart-btn > i::before {
    content: "\e91e";
    color: #fff;
}



.app-bottom-buttons {
    margin-top: 25px;
    padding-top: 25px;
    border-top: #0000003b 1px solid;
    display: flex;
    justify-content: end;
}

#app-continue-btn {
    text-decoration: none;
}