.card-section {
    display: none;
    align-items: center;
    flex-direction: column;
}

.card-section-start {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 70px 0;
}

.card {
    width: 400px;
    height: 400px;
    perspective: 1000px;
    user-select: none;
    cursor: pointer;
}

.card-start {
    width: 400px;
    height: 400px;
    perspective: 1000px;
    user-select: none;

}

.card-inner {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s;


}

.card-inner.is-flipped {
    transform: rotateY(180deg);

}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 10px; */
    color: #000;
    font-size: 24px;
}

.card-front {
    background-color: #fff;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
}

.card-back {
    background-color: #fff;
    transform: rotateY(180deg);
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
}

.cards-navigaton {
    display: flex;
    gap: 20px;
    justify-content: space-between;

}

.slider-btn {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    background-color: #27AE60;
    color: #000000;
    font-size: 17px;
    padding: 10px 20px;
    border-radius: 3px;
    height: auto;
    letter-spacing: 0;
    box-shadow: unset;
    cursor: pointer;
}

.slider-btn:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

.remove-card-btn {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    background-color: #FFD700;
    color: #000000;
    font-size: 17px;
    padding: 10px 20px;
    border-radius: 3px;
    height: auto;
    letter-spacing: 0;
    box-shadow: unset;
    cursor: pointer;
}

.slider-btn-reset {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    background-color: #FFD700;
    color: #000000;
    font-size: 17px;
    padding: 10px 20px;
    border-radius: 3px;
    height: auto;
    letter-spacing: 0;
    box-shadow: unset;
    cursor: pointer;
}

.slider-btn-reset:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #FFD700;
}

.remove-card-btn:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #FFD700;
}

.card-btn-text {
    font-weight: 800;
    user-select: none;
    margin: 0 !important;
}

.card-header {
    font-weight: 800;
    padding: 20px 0;
}

.card-text {
    padding: 20px;
    font-weight: normal;
    font-size: 17px;
}

.card-img {
    padding: 20px;
}

.click-me-img {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}

.swiper {
    width: 100%;
    height: auto;
    min-height: 500px;
    display: flex;
    justify-content: center;

}

.swiper-slide {
    display: flex;
    justify-content: center;
    padding: 50px 0;

}

.card-content {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    text-align: center;
    position: relative;
    /* z-index: 99; */
}

.fiszki-counter {
    font-size: 16px;
}

.btn-cards-start {
    display: flex;
    gap: 20px;
}

@media(max-width:480px) {
    .card {
        width: 300px;
        height: 400px;
    }

    .remove-card-btn,
    .slider-btn {
        display: flex;
        align-items: center;
    }

    .card-btn-text {
        text-align: center;
    }
}

.cart_item .variation {
    display: flex;
    flex-wrap: wrap;
}

.cart_item .variation dt,
.cart_item .variation dd {
    width: 50%;
    margin: 0;
}


.add-to-cart-with-meta {
    border: 2px solid #1e4acd;
    color: #1e4acd;
    background-color: transparent;
    border-radius: 0;
    padding: 12px 10px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    letter-spacing: .2em;
    transition: background .3s ease, color .3s ease;
    text-transform: uppercase;
}

.add-to-cart-with-meta:hover {
    background-color: #1e4acd;
    color: #fff;
}

.woocommerce-thankyou-page .wc-item-meta {
    padding-left: 0;
}

img.aligncenter {
    display: flex;
    margin: 0 auto;
}

img.alignright {
    display: flex;
    margin-left: auto;
}

.productSingle-collapse-content .description-mobile,
.productSingle-tabs-content .description-mobile {
    display: none;
}

@media (max-width:1199px) {

    .productSingle-collapse-content .description-mobile,
    .productSingle-tabs-content .description-mobile {
        display: block;
    }

    .productSingle-collapse-content .description-desktop,
    .productSingle-tabs-content .description-desktop {
        display: none;
    }
}


/* new sections */

.text-image {
    padding: 60px 0;
}

.text-image-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

.text-image-wrapper>* {
    width: 50%;
    flex: 1 auto;
}

.text-image .image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-image .image-wrapper img {
    object-fit: contain;
    height: auto;
}

.text-image .btn-wrapper {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.text-image .btn-wrapper.center {
    justify-content: center;
}

.text-image .btn-wrapper.left {
    justify-content: flex-start;
}

.text-image .btn-wrapper.right {
    justify-content: flex-end;
}

.block-mobile {
    display: none;
}

.text-image .fullScreen-thumb-desktop {
    background-attachment: unset !important;
}

.text-image .btn-custom {
    transition: opacity .3s ease;
}

.text-image .btn-custom:hover,
.text-image .btn-custom:focus,
.text-image .btn-custom:active {
    opacity: 0.7;
}

.text-image .vimeo-video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

@media (max-width:991px) {
    .text-image-wrapper {
        flex-direction: column;
    }

    .text-image-wrapper>* {
        width: 100%;
        flex: 1 auto;
    }

    .block-mobile {
        display: flex;
    }

    .block-desktop {
        display: none;
    }

    .text-image .btn-wrapper {
        margin-top: 15px;
    }
}

/* new sections */