/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.tv-info.tv-live-mobile::before{
    width: 6vmin;
    content: "";
    border-radius: 50%;
    display: block;
    height: 6vmin;
    position: absolute;
    left: 11%;
    background: #e50000;
}
.title-all-tv{
    font: normal normal bold 22px/27px Montserrat;
    color: #0A1F43;
    margin-top:34px;
    margin-bottom: 35px;
    text-align: center;
}
.tv-info.tv-live::before {
    width: 1.3vw;
    content: "";
    border-radius: 50%;
    display: block;
    height: 1.3vw;
    position: absolute;
    left: 11%;
    background: #e50000;
}

.tv-all-before img{
    aspect-ratio: 1 / 1;
    border:1px solid #EBEBEB;
    max-width: 16%;
}
.tv-all-before .pk-carousel > div > div img{
    max-width: 100%;
}
.tv-all-before > div > div > div {
    padding: 1.25vw;
}
.tvp-price{
    margin-bottom:70px;
}
.tvp-price .regular-price{
    font: normal normal normal 16px/21px Roboto;
}
.tvp-price .price{
    font: normal normal bold 24px/21px Roboto;
}
.btn-circle-wide-live{
    font-size: 16px;
    float: left;
    text-transform:none;
    font-weight: 700;
    border-radius: 3em;
    background: #E50000!important;
    border-color: #E50000!important;
    color:white!important;
    height: 48px;
    width: 49%;
    text-align: center;
    font: normal normal bold 16px/21px Roboto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    margin-right: 2%;
    transition-duration: 0.3s;
}
.btn-circle-wide-tvp-live{
    width: 49%;
    transition-duration: 0.3s;
}
.btn-circle-wide-tvp-live:hover{
    width: 49%;
    color: #FF931E;
    transition-duration: 0.3s;
}
.btn-circle-wide-live:hover{
    transition-duration: 0.3s;
    background: white!important;
    color:#E50000!important;
}
.btn-circle-wide-tvp{
    float: left;
    text-transform:none;
    font-weight: bold;
    border-radius: 3em;
    background: #FF931E!important;
    border-color: #FF931E!important;
    height: 48px;
    text-align: center;
    font: normal normal bold 16px/21px Roboto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.btn-circle-wide-tvp:hover{
    background: white!important;
    color:#FF931E;
}

/* nowy wygląd Produkty z TV start */

.live_tv_container {
    display: grid;
    --grid_compatible: 30px;
    grid-template-columns: 22.8% repeat(4,14.29%) 5.71%;
    grid-template-rows: repeat(2,1fr);
    column-gap: 2.86%;
    grid-auto-flow: row;
    grid-template-areas:
      "current_tv_item next_tv_item . . . see_more_section"
      "current_tv_item prev_tv_item . . . see_more_section";
    position: relative;
    padding: 0 calc(var(--grid_compatible) / 2);
}
.live_tv_container > .watch_live_button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row;
    padding: calc(((100vw - var(--grid_compatible)) / 1920) * 12);
    width: calc(((100vw - var(--grid_compatible)) / 1920) * 244);
    height: calc(((100vw - var(--grid_compatible)) / 1920) * 48);
    font-size: calc(((100vw - var(--grid_compatible)) / 1920) * 16);
    color: #fff;
    background: #E50000;
    border-radius: 100px;
    position: absolute;
    top: calc(((100vw - var(--grid_compatible)) / 1920) * -96);
    right: calc(var(--grid_compatible) / 2);
    font-weight: bold;
}
.live_tv_container > .watch_live_button::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(((100vw - var(--grid_compatible)) / 1920) * 7) 0 calc(((100vw - var(--grid_compatible)) / 1920) * 7) calc(((100vw - var(--grid_compatible)) / 1920) * 14);
    border-color: transparent transparent transparent #fff;
}
.live_tv_container > .tv_product{
    height: 100%;
    width: 100%;
    padding: calc(((100vw - var(--grid_compatible)) / 1920) * 24);
    border: 1px solid #EBEBEB;
    position: relative;
}
.live_tv_container > .tv_product:hover{
    border-color: #BABABA;
}
.current_tv_item {
    grid-area: current_tv_item;
    display: flex;
    flex-flow: row wrap;
}
.current_tv_item .fa.fa-heart-o,
.current_tv_item .fas.fa-exchange-alt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(2.5rem - 4px);
    width: calc(2.5rem - 4px);
    padding: 0 !important;
}
.current_tv_item .fa.fa-heart-o::before,
.current_tv_item .fas.fa-exchange-alt::before{
    height: 16px;
    width: 16px;
    font-size: 16px;
}
.next_tv_item {
    grid-area: next_tv_item;
}
.prev_tv_item {
    grid-area: prev_tv_item;
}
.see_more_section {
    grid-area: see_more_section;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    border-top-right-radius: calc(((100vw - var(--grid_compatible)) / 1920) * 24);
    border-bottom-right-radius: calc(((100vw - var(--grid_compatible)) / 1920) * 24);
    border: 1px solid #EBEBEB;
    cursor: pointer;
    position: relative;
}
.see_more_section .fas.fa-plus{
    pointer-events: none;
}
.see_more_section .see_more_tooltip{
    width: 44ch;
    font-size: calc(((100vw - var(--grid_compatible)) / 1920) * 16);
    height: calc(((100vw - var(--grid_compatible)) / 1920) * 32);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0A1F43;
    color: #fff;
    border-radius: 100px;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
}
.see_more_section:hover{
    border-color: #BABABA;
}
.see_more_section:hover .see_more_tooltip{
    opacity: 1;
}
.tv_product_link{
    display: block;
    width: 100%;
    height: min-content;
    position: relative;
}
.current_tv_item .tv_product_link{
    height: min-content;
}
.tv_product_link > img{
    width: 100%;
    aspect-ratio: 1;
}
@supports ( not (aspect-ratio: 1)){
    .tv_product_link > img{
        height: auto;
    }
}
.tv_product_link > .tv_product_labels{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    top: 0;
}
.tv_product_link > .tv_product_labels > .discounted_label,
.tv_product_link > .tv_product_labels > .live_label{
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(66.8px,(100vw / 1920) * 96, 96px);
    height: clamp(25.6px,((100vw / 1920) * 36), 36px);
    font-size: clamp(9px,(100vw / 1920) * 13, 13px);
    font-weight: bold;
    color: #fff;
    background: #0A1F43;
    border-radius: 100px;
    -webkit-backdrop-filter: blur(1px);
}
.live_tv_container .tv_product_link > .tv_product_labels > .discounted_label{
    display: none;
}
.tv_product_link > .tv_product_labels > .live_label{
    background: #E50000;
}
.current_tv_item .tv_product_title{
    width: 100%;
    height: calc(((100vw - var(--grid_compatible)) / 1920) * 36);
}
.current_tv_item .tv_product_title a{
    font-weight: bold;
    font-size: calc(((100vw - var(--grid_compatible)) / 1920) * 16);
    line-height: calc(((100vw - var(--grid_compatible)) / 1920) * 18);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
}
.current_tv_item .item_reviews{
    width: 50%;
}
.current_tv_item .item_additional{
    width: 50%;
    text-align: right;
}
.current_tv_item .hook-reviews{
    margin-bottom: 4px;
}
.current_tv_item .tv_product_price{
    display: grid;
    width: 50%;
    grid-template-columns: repeat(2, 1fr);
    gap: 1ch;
    align-items: flex-end;
}
.current_tv_item .tv_product_controls{
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    height: 1.875vw;
}
.current_tv_item .tv_product_controls .tv_product_control{
    height: 1.875vw;
    width: 1.875vw;
    border-radius: 50%;
    color: #fff;
    background: #0A1F43;
}
.tv_product_controls.product-other-actions .add-to-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.current_tv_item .item_mark {
    float: left;
    width: 100%;
    min-height: 1em;
    margin-bottom: 10px;
}
.current_tv_item .item_mark .product-brand{
    margin-top: 0;
    line-height: 1em;
}
.current_tv_item .item_mark .product-brand a{
    text-decoration: underline;
}
.tv_product_tooltip {
    position: absolute;
    top: -1px;
    height: calc(100% + 2px);
    background: #fff;
    border: 1px solid #bababa;
    width: calc(100% + 2px);
    right: 100%;
    padding: calc((100vw / 1920) * 24);
    transition: 0.3s ease-in-out;
    clip-path: circle(0%);
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    align-items: center;
    opacity: 0;
}
.tv_product:hover > .tv_product_tooltip {
    transition: 0.3s ease-in-out;
    clip-path: circle(75%);
    opacity: 1;
}
.tv_product_tooltip .tooltip_title{
    font-size: clamp(12px, ((100vw - var(--grid_compatible)) / 1920) * 18, 18px);
    font-weight: bold;
    line-height: clamp(14px, ((100vw - var(--grid_compatible)) / 1920) * 20, 20px);
    color: #000;
}
.tv_product_tooltip .tooltip_price{
    font-size: calc(((100vw - var(--grid_compatible)) / 1920) * 19);
    line-height: calc(((100vw - var(--grid_compatible)) / 1920) * 21);
    align-self: flex-start;
}

/* mobile */

.live_mobile_container{
    width: 90vmin;
    height: 90vmin;
    display: flex;
    flex-flow: row wrap;
    margin: auto;
    border: 1px solid #EBEBEB;
    background: #fff;
    padding: 4.37vw;
}
.live_mobile_container > .tv_product_labels{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row;
    justify-content: end;
    align-items: center;
    gap: calc((100% - (((100vmin / 504) * 121) * 3)) / 2);
}
.live_mobile_container > .tv_product_labels > .discounted_label,
.live_mobile_container > .tv_product_labels > .live_label{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100vmin / 504) * 121);
    height: calc((100vmax / 833) * 36);
    font-size: calc((100vmin / 504) * 14);
    font-weight: bold;
    color: #fff;
    background: #0A1F43;
}
.live_mobile_container > .tv_product_labels > .live_label{
    background: #E50000;
}
.live_mobile_container .live_mobile_cover{
    width: 50%;
    height: min-content;
}
.live_mobile_container .live_mobile_cover img{
    width: 100%;
    height: auto;
}
.live_mobile_container .live_mobile_details{
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: start;
}
.live_mobile_container .live_mobile_button{
    width: 50%;
    background: #FF931E;
    border-radius: 100px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    height: calc((100vmin / 503) * 60);
}
.live_mobile_container .item_additional {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3em;
}
.live_mobile_container .tv_product_price {
    width: 50%;
    height: 3em;
    display: flex;
    align-items: center;
}
.live_mobile_container .product-other-actions {
    width: 50%;
    height: calc((100vh / 833) * 59);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.live_mobile_container .product-other-actions > *,
.live_mobile_container .product-other-actions .add-to-cart {
    height: calc((100vw / 503) * 60);
    width: calc((100vw / 503) * 60);
    margin: 0;
    font-size: calc((100vw / 503) * 27);
    display: flex;
    justify-content: center;
    align-items: center;
}
.live_mobile_container .product-other-actions {
    width: 50%;
    height: calc((100vmin / 503) * 60);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.live_mobile_carousel{
    width: 100%;
    display: flex;
    flex-flow: column;
    margin: auto;
    overflow: hidden;
}
.live_mobile_carousel_title {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: calc((100vmin / 503) * 27);
    margin: calc((100vmin / 503) * 50) 0 calc(((100vmin / 503) * 50) - ((100vmin / 503) * 24)) 0;
}
.live_mobile_carousel .carousel_container{
    height: calc((100vmin / 503) * 263);
    width: calc(98.01vmin + 9.15vmin);
    display: flex;
    align-items: center;
    position: relative;
    left: -3.58vmin;
    overflow: hidden;
    margin: auto;
}
.live_mobile_carousel .pk-carousel{
    overflow: visible !important;
    width: 98.01vmin !important;
    position: relative;
    margin: auto;
}
.carousel_container .pk-carousel .pk-nav-left{
    left: 4.575vmin !important;
    width: 7.35vmin;
    height: 7.35vmin;
}
.carousel_container .pk-carousel .pk-nav-right{
    right: 4.575vmin !important;
    width: 7.35vmin;
    height: 7.35vmin;
}
.live_mobile_carousel .pk-carousel > div > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.live_mobile_carousel .carousel_container .tv_product,
.live_mobile_carousel .carousel_container .tv_product_link,
.live_mobile_carousel .carousel_container .tv_product_link img{
    width: 18.48vmin;
    height: 18.48vmin;
}
.live_mobile_carousel .carousel_container .tv_product{
    transition: 0.2s ease-in-out;
    padding: 0;
}
.live_mobile_carousel .tv_product_link > img{
    border: 1px solid #EBEBEB;
}
.live_mobile_carousel .carousel_container .tv_product.currently{
    transform: scale(2.29);
    transition: 0.2s ease-in-out;
}
.live_mobile_carousel .carousel_container .tv_product .tv_product_labels{
    opacity: 0;
    transition: 0.2s ease-in-out;
    height: 17.37%;
    top: 10.32%;
}
.live_mobile_carousel .carousel_container .tv_product.currently .tv_product_labels{
    opacity: 1;
    transition: 0.2s ease-in-out;
}
.live_mobile_carousel .tv_product_link > .tv_product_labels > .discounted_label{
    width: 56.8%;
    height: 100%;
    font-size: calc((100vmin / 503) * 7);
}
.live_mobile_big_red_button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row;
    padding: 4.97vmin;
    width: 90.85vmin;
    height: calc((100vmin / 503) * 60);
    font-size: calc((100vmin / 503) * 22);
    color: #fff;
    background: #E50000;
    border-radius: 100px;
    font-weight: bold;
    margin: calc((100vmin /503) * 24) auto 0 auto;
}
.live_mobile_big_red_button:visited {
    color: #fff;
}
.live_mobile_big_red_button::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc((100vmin / 503) * 7) 0 calc((100vmin / 503) * 7) calc((100vmin / 503) * 14);
    border-color: transparent transparent transparent #fff;
}
.live_mobile_carousel .carousel_button{
    width: 90.85vmin;
    height: calc((100vmin / 503) * 60);
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 4.97vmin;
    background: #FF931E;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    font-size: calc((100vmin / 503) * 22);
    margin: auto;
}

/* nowy wygląd Produkty z TV end */

.tvp-image{
    margin-top:35px;
    max-height: 336px;
    border:1px solid #EBEBEB
}
.tvp-image-mobile{
    margin-top:0;
    max-height: 336px;
    border:1px solid #EBEBEB
}
.tvp-price{
    margin-top: 12px;
    width: initial;
}
.tv-title a, .tv-title a:active, .tv-title a:visited{
    font: normal normal bold 22px/27px Montserrat;
    color:#000000;
}

.tv-title{
    margin-top:70px;
    margin-top: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.5em;
    font: normal normal bold 22px/27px Montserrat;
}
.tv-info{
    font: normal normal bold 22px/27px Montserrat;
    letter-spacing: 0px;
    color: #0A1F43;
    margin-top: 34px;
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.5em;
}
.tv-live{
    color:#E50000;
}
.tv-card{
    text-align:center;
    border-radius: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding:0 17%;
    margin-top:3%;
}
.card-not-live{
    border:1px solid #EBEBEB;
}
.card-live{
    background-color: white;
    border: 2px solid #E50000;
}
.card-live-mobile{
    border: 2px solid #E50000;
}
.tv-title-mobile{
    margin-top:10px;
    -webkit-line-clamp: 3;
}
.card-live-mobile{
    text-align: left;
    border-radius: 24px;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: center;
    padding: 0px 5%;
    margin-top: 3%;
}
.tvp-price-mobile{
    margin-bottom: 10px;
}
.tv-live-mobile{
    width: 100%;
    text-align: center;
}
.tv-btn-mobile{
    width: 48%;
}
@media (max-width:768){
    .tv-card.card-live::before{
        top: 4.8%;
        width: 3vw;
        height: 3vw;
    }
}
@media (max-width: 1580px){
    .card-live .btn-circle-wide-live{
        width: 100%;
        margin-right: 0;
    }
    .card-live .btn-circle-wide-tvp{
        width: 100%;
    }
}