/**
 * Pojedynczy wpis (post).
 * Rozszerzaj style tutaj — ładowane na is_singular( 'post' ).
 */
 .post-single-container{
    width: 100%;
    height: auto;
    background-color: #fff;
}
.post-single {
    height: auto;
    width: 100%;
    margin-top: 70px;
    padding: 0px 0px 100px 0px;
    display: flex;
    flex-direction: column;
}
.post-single .breadcrumbs{
    max-width: 1240px;
    margin: 0px auto;
    padding: 20px 0px;
}
.single-post-content-main-container{
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    height: auto;
    width: 100%;
    max-width: 1290px;
    margin: 0px auto;
    padding: 50px 0px 0px 0px;
    gap: 100px;
}
.single-post-hero-section{
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 70px 20px;
    justify-content: start;
}
.single-post-hero-section-content{
    height: auto;
    width: 100%;
    max-width: 1240px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
/* 
.single-post-hero-section img{
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
 */
.single-post-hero-section-content h1{
    font-size: 32px;
    line-height: 45px;
    font-weight: 500;
    color: #2f2f2f;
    letter-spacing: -5%;
    margin: 0px;
    text-align: center;
}
.single-post-information{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 20px;
}
.single-post-information span,
.single-post-information span a{
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    color: #2f2f2f;
    text-decoration: none;
}
figcaption{
    display: none;
}
.single-post-meta__reading-time,
.single-post-meta__reading-num {
    background-color: #f3f3f3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px rgba(47, 47, 47, 0.12);
    color: #2f2f2f;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 10px;
    font-weight: 500;
    height: 30px;
    gap: 5px;
    align-self: baseline;
}
.single-post-information-calc{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
.single-post-featured-image{
    height: auto;
    width: 50%;
}
.single-post-featured-image img{
    width: 100%;
    align-items: stretch;
    object-fit: cover;
}
.single-post-content-main-container h2{
    font-size: 27px;
    font-weight: 500;
    color: #2f2f2f;
    letter-spacing: -5%;
    line-height: 25px;
    margin: 45px 0px 7px 0px;
}
.single-post-content-main-container h3{
    margin: 0px;
    font-weight: 500;
    color: #2f2f2f;
    padding: 10px 0px 0px 0px;
}
.single-post-content-main-container p{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #2f2f2f;
    letter-spacing: -5%;
    line-height: 18px;
    text-align: justify;
}
.post-single #blog-section{
    padding: 100px 20px 50px 20px;
}
.table-of-content-post-single{
    width: 30%;
    flex-shrink: 0;
    position: sticky;
    top: 140px;
    align-self: flex-start;
    transform: translatex(30px);
}
.post-content-acf{
    width: 70%;
}
.post-content-acf p,
.post-content-acf ul li{
    color: #2f2f2f;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}
.post-content-acf h2{
    font-size: 27px;
    font-weight: 300 !important;
    color: #2f2f2f;
    letter-spacing: -5%;
    line-height: 25px;
    margin: 45px 0px 7px 0px !important;
}
.post-content-acf h3{
    margin: 0px;
    font-weight: 300 !important;
    color: #2f2f2f;
    padding: 10px 0px 0px 0px;
}
.table-of-content-post-single p{
    font-size: 24px;
    font-weight: 500;
    color: #2f2f2f;
    margin: 0px;
}
.table-of-content-post-single ul{
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}
.table-of-content-post-single ul li{
    padding: 10px 10px;
    border-top: 1px solid #eeeeee;
}
.table-of-content-post-single ul li:last-child{
    border-bottom: 1px solid #eeeeee;
}
.table-of-content-post-single ul li a{
    font-size: 14px;
    line-height: 15px;
    color: #2f2f2f;
    text-decoration: none;
    transition: 0.3s all;
    display: block;
}
.table-of-content-post-single ul li a:hover{
    transform: translateX(10px);
    color: #a70e13;
}

.single-post-hero-section-content-texts{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 25px;
}


.single-post-featured-image {
    position: relative;
    width: 100%;
}

.single-post-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 1px rgba(47, 47, 47, 0.12);
}

@media (max-width: 768px) {
    .single-post-featured-image{
        padding: 25px 0px;
    }
    .single-post-featured-image img {
        height: auto;
    }
    #post-single .breadcrumbs{
        padding: 10px 0px 0px 20px;
        min-width: 1300px;
    }
    #post-single{
        margin: 60px auto 0px auto;
        overflow-x: hidden;
        position: relative;
    }
    #post-single::after {
        position: absolute;
        width: 40px;
        height: 60px;
        content: '';
        top: 0px;
        right: 0;
        z-index: 20;
        background: linear-gradient(to right, transparent 0%, #fff 50%, #fff 100%);
    }
    #post-single #blog-section{
        padding: 50px 0px;
    }
    .post-content-acf{
        width: 100% !important;
    }
}


@media (max-width: 1024px){
    .post-single{
        min-width: 100%;
        position: relative;
    }
    .post-single::after{
        position: absolute;
        width: 40px;
        height: 50px;
        content: '';
        top: 0;
        right: 0;
        z-index: 20;
        background: linear-gradient(180deg, rgba(47,47,47,0.06) 0%, transparent 100%);
    }
}

.wp-block-image{
    margin-top: 50px;
}



/* shortcody produktowe  */

.my-products--single{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}
.my-products--single .my-product-card{
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 1px rgba(47, 47, 47, 0.12);
    border: 1px solid #dddddd;
    margin: 15px 0px 0px 0px;
    padding: 20px;

}
.my-products--single .my-product-card__img{
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.my-products--single .my-product-card__img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}
.my-products--single .my-product-card__body{
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}
.my-products--single .my-product-card__title a{
    margin: 0px;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #2f2f2f !important;
    letter-spacing: -5% !important;
    line-height: 18px !important;
    text-align: left !important;
    text-decoration: none !important;
}

/* Lista atrybutów w karcie shortcode – te same beforey co w kafelku produktu */
.my-product-card__attributes.product-attributes-list{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}
.my-product-card__attributes .product-attribute-row::marker{
    content: none;
}
.my-product-card__attributes .product-attribute-row{
    font-size: 13px;
}
.my-product-card__attributes .product-attribute-label{
    position: relative;
}
.my-product-card__attributes .product-attribute-label::before{
    content: url('/wp-content/uploads/adax-icon1.png');
    position: absolute;
    left: -15px;
    top: 0;
    color: #a70e13;
    font-size: 14px;
    line-height: 1.4;
}
.post-content-acf p strong {
    color: #000000 !important;
}
.post-content-acf p a {
    color: #a70e13 !important;
}
.my-product-card__price{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}
.my-product-card__price span{
    font-size: 24px;
    font-weight: 400;
    color: #2f2f2f;
    letter-spacing: -5%;
    line-height: 18px;
}
.my-product-card__price span del{
     display: none !important;
}
.my-product-card__price span ins{
    text-decoration: none !important;
    color: #2563eb !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    letter-spacing: -5% !important;
    line-height: 18px !important;
}
.my-product-card__cta{
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #2563eb;
    background-color: #ffffff;
    color: #2563eb !important;
    transition: 0.3s all;
    cursor: pointer !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 5px;
}
.my-product-card__cta a{
    color: #2563eb !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: 0.3s all;
    text-align: center !important;
}
.my-product-card__cta:hover{
    background-color: #2563eb !important;
}
.my-product-card__cta:hover a{
    color: #ffffff !important;
}
.my-product-card__cta-icon--default{
    opacity: 1;
    transition: opacity 0.3s ease;
    position: absolute;
}
.my-product-card__cta-icon--hover{
    opacity: 0;
    transition: opacity 0.3s ease;
}
.my-product-card__cta:hover .my-product-card__cta-icon--default{
    opacity: 0;
    display: none;
}
.my-product-card__cta:hover .my-product-card__cta-icon--hover{
    opacity: 1;
    display: block;
}
@media (max-width: 1130px){
    .my-product-card__price span{
        font-size: 16px;
    }
    .my-product-card__cta{
        padding: 10px 10px;
    }
}


.my-products-grid{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 15px 0px 50px 0px;
}
.my-products-grid .my-product-card{
    width: calc(50% - 5px);
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 1px rgba(47, 47, 47, 0.12);
    border: 1px solid #dddddd;
    padding: 10px;
}
.my-products-grid .my-product-card .my-product-card__img{
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.my-products-grid .my-product-card .my-product-card__img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}
.my-products-grid .my-product-card .my-product-card__body{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    position: relative;
}
.my-products-grid .my-product-card__title a{
    margin: 0px;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #2f2f2f !important;
    letter-spacing: -5% !important;
    line-height: 18px !important;
    text-align: left !important;
    text-decoration: none !important;
    max-height: 36px !important;
    overflow: hidden !important;
    display: block !important;
}
.my-products-grid .my-product-card__price span{
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #2f2f2f !important;
    letter-spacing: -5% !important;
    line-height: 18px !important;
    text-align: left !important;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 50% !important;
}
.my-products-grid .my-product-card__body span ins,
.my-products-grid .my-product-card__price span .woocommerce-Price-amount{
    width: 100% !important;
    text-decoration: none !important;
}
.my-products-grid .my-product-card__price span .woocommerce-Price-amount{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 5px;
    white-space: nowrap;
}
.my-products-grid .my-product-card__price{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}
.my-products-grid .my-product-card__price .add_to_cart_button{
    opacity: 0;
    position: absolute;
    right: 10px;
    transition: opacity 0.2s ease;
}
.my-products-grid .my-product-card__price .my-product-card__cta:hover .add_to_cart_button{
    opacity: 1;
}
.my-products-grid .my-product-card__price .my-product-card__cta{
    width: 40px !important;
    padding: 7px 7px !important;
    transition: all 0.8s ease;
}
.my-products-grid .my-product-card__price .my-product-card__cta:hover{
    width: 100% !important;
}
.my-products-grid .my-product-card__body span del{
    display: none !important;
}
.my-products-grid .my-product-card__cta{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 5px;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: -5% !important;
    line-height: 18px !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    border: 1px solid #2563eb !important;
    background-color: #ffffff !important;
    color: #ffffff !important;
    transition: 0.3s all !important;
    cursor: pointer !important;
    gap: 5px;
}
.my-products-grid .my-product-card__cta:hover{
    background-color: #2563eb !important;
    color: #ffffff !important;
}
.my-products-grid .my-product-card__cta:hover a{
    color: #ffffff !important;
}
.my-products-grid .my-product-card__cta:hover .my-product-card__cta-icon--default{
    opacity: 0;
    display: none;
}
.wc-price-history{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 5px;
}
.wc-price-history .wc-price-history-label,
.wc-price-history .wc-price-history-lowest-raw-value,
.wc-price-history .woocommerce-Price-currencySymbol{
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #2f2f2f !important;
    letter-spacing: -5% !important;
    line-height: 18px !important;
    text-align: left !important;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
.wc-price-history .woocommerce-Price-amount bdi{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    white-space: nowrap;
}
.my-products-grid .wc-price-history .wc-price-history-label {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #2f2f2f !important;
    letter-spacing: -5% !important;
    line-height: 18px !important;
    text-align: left !important;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
@media (max-width: 1204px){
    .my-product-card__price span{
        font-size: 16px !important;
    }
}
@media (max-width: 1155px){
    .single-post-content-main-container{
        gap: 50px !important;
    }
}

/* Blog Products Carousel */
.blog-products-carousel-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 5px;
    margin: 15px 0px 50px 0px;
}
.blog-products-carousel-container .swiper {
    width: 85%;
    padding: 0px 5px 0px 0px;
    margin: 0px;
}
.blog-products-carousel-container .blog-product-prev,
.blog-products-carousel-container .blog-product-next {
    width: 44px;
    height: 44px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 1px rgba(47, 47, 47, 0.12);
    border: 1px solid #dddddd;
    background-color: #ffffff;
    transition: 0.3s all;
    cursor: pointer;
}
.blog-products-carousel-container .blog-product-prev::after,
.blog-products-carousel-container .blog-product-next::after {
    font-size: 16px;
    color: #2f2f2f;
}
.blog-products-carousel-container .blog-product-prev:hover,
.blog-products-carousel-container .blog-product-next:hover {
    box-shadow: 0px 0px 3px 1px rgba(47, 47, 47, 0.12);
}
.blog-products-carousel-container .blog-product-pagination {
    position: relative;
    margin-top: 20px;
    text-align: center;
}
.blog-products-carousel-container .blog-product-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #2f2f2f;
    opacity: 0.3;
    transition: 0.3s all;
}
.blog-products-carousel-container .blog-product-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #2563eb;
}
@media (max-width: 766px) {
    .blog-products-carousel-container .blog-product-prev {
        transform: translateX(-20px);
    }
    .blog-products-carousel-container .blog-product-next {
        transform: translateX(20px);
    }
}

.blog-product-swiper .swiper-wrapper{
    padding: 5px;
}
.blog-product-swiper .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px;
    box-shadow: 0px 0px 3px 1px rgba(47, 47, 47, 0.12);
    border: 1px solid #dddddd;
    background-color: #ffffff;
    border-radius: 10px;
}
.blog-product-swiper .swiper-slide .my-product-card--carousel{
    width: 100% !important;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.blog-product-swiper .swiper-slide .my-product-card--carousel .my-product-card__img{
    width: 100% !important;
    height: 150px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-product-swiper .swiper-slide .my-product-card--carousel .my-product-card__img img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}
.blog-product-swiper .swiper-slide .my-product-card--carousel .my-product-card__body{
    display: flex !important;
    flex-direction: column !important;
    align-items: start !important;
    justify-content: start !important;
    gap: 10px !important;
}
.blog-product-swiper .swiper-slide .my-product-card--carousel .my-product-card__title{
    display: flex !important;
}
.blog-product-swiper .swiper-slide .my-product-card--carousel .my-product-card__title a{
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #2f2f2f !important;
    letter-spacing: -5% !important;
    text-decoration: none !important;
    line-height: 18px !important;
    max-height: 36px !important;
    min-height: 36px !important;
    overflow: hidden !important;
}
.blog-product-swiper .swiper-slide .my-product-card--carousel .my-product-card__price{
    min-height: 36px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: start !important;
    justify-content: start !important;
}
.blog-product-swiper .swiper-slide .my-product-card--carousel .my-product-card__price span{
    color: #2563eb !important;
}
.blog-product-swiper .swiper-slide .my-product-card--carousel .my-product-card__price .wc-price-history-label,
.blog-product-swiper .swiper-slide .my-product-card--carousel .my-product-card__price .wc-price-history-lowest-raw-value,
.blog-product-swiper .swiper-slide .my-product-card--carousel .my-product-card__price .wc-price-history-shortcode .woocommerce-Price-currencySymbol{
    color: #2f2f2f !important;
}
.blog-product-swiper .swiper-slide .my-product-card--carousel .my-product-card__body .my-product-card__cta{
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-evenly !important;
    gap: 5px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: -5% !important;
    line-height: 18px !important;
    padding: 5px 10px !important;
}
.blog-product-swiper .swiper-slide .my-product-card--carousel .my-product-card__body .my-product-card__cta .my-product-card__cta-icon--default{
    left: 16%;
}
.blog-products-carousel-title-container h3,
.blog-products-grid-title-container h3,
.blog-products-single-title-container h3,
.blog-products-compare-title-container h3{
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #2f2f2f;
    letter-spacing: -5%;
    line-height: 25px;
    text-align: left;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding-left: 9%;
    width: 100%;
}
.blog-products-grid-title-container h3,
.blog-products-single-title-container h3{
    padding-left: 0%;
}

.blog-products-compare-title-container{
    width: 100%;
}


.my-products--compare{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}
.my-products--compare .my-products-compare__cols{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.my-products--compare .my-products-compare__cols .my-products-compare__col{
    width: 35%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 1px rgba(47, 47, 47, 0.12);
    border: 1px solid #dddddd;
    padding: 10px;
}
.my-products--compare .my-products-compare__cols .my-products-compare__col .my-products-compare__img{
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.my-products--compare .my-products-compare__cols .my-products-compare__col .my-products-compare__img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}
.my-products--compare .my-products-compare__cols .my-products-compare__col .my-products-compare__title a{
    font-size: 16px;
    font-weight: 500;
    color: #2f2f2f;
    letter-spacing: -5%;
    line-height: 18px;
    text-decoration: none;
    text-align: left;
    display: flex;
    flex-direction: column;
    max-height: 36px;
    overflow: hidden;
}
.my-products--compare .my-products-compare__cols .my-products-compare__col .my-products-compare__price{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
.my-products--compare .my-products-compare__cols .my-products-compare__col .my-products-compare__price span{
    font-size: 16px;
    font-weight: 500;
    color: #2563eb;
    letter-spacing: -5%;
    line-height: 18px;
    text-decoration: none;
    text-align: left;
}
.my-products--compare .my-products-compare__cols .my-products-compare__col .my-products-compare__price span del{
    display: none;
}
.my-products--compare .my-products-compare__cols .my-products-compare__col .my-products-compare__price span ins{
    font-size: 16px;
    font-weight: 500;
    color: #2563eb;
    letter-spacing: -5%;
    line-height: 18px;
    text-decoration: none;
    text-align: left;
}
.my-products--compare .my-products-compare__cols .my-product-card{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}
.my-products--compare .my-products-compare__cols .my-product-card .my-product-card__body{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}
.my-products--compare .my-products-compare__cols .my-products-compare__col .my-product-card__cta{
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: -5% !important;
    line-height: 18px !important;
    padding: 5px 10px !important;
}
.my-products--compare .my-products-compare__cols .my-products-compare__col .my-product-card__cta .my-product-card__cta-icon--default{
    transform: translateX(-60px) !important;
}
.separator-compare{
    height: 100%;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    color: #2f2f2f;
    letter-spacing: -5%;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
}