/*@import url('./fonts.css');*/

body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, blockquote, figure{
    margin:0;
    padding:0;
    font-weight: normal;
}
html {
    scroll-behavior: smooth;
}

.mt-auto {
    margin-top: auto;
}

body{
    position: relative;
    font-family: 'PFDasGroteskProMedium', sans-serif;
    font-size: 19px;
    font-weight: 500;
    max-width: 2500px;
    margin:0 auto;
    overflow-x: hidden;
}
.ingredients-wrapper ul li {
    font-family: 'PFDasGroteskProRegular', sans-serif;
    font-size: 19px;
}
img{
    width: 100%;
    height: auto;
    display: block;
}
span img {
    width: unset;
    height: unset;
}
a {
    text-decoration: none;
    color: inherit;
}

ul, ol{
    list-style: none;
}

ul.flex > li:last-of-type{
    margin-right: 0!important;
}
ul.flex.border > li:last-of-type{
    border-right: 0!important;
}
input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

address{
    font-style: normal;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}


[style*="--aspect-ratio"] > :first-child {
    width: 100%;
}
[style*="--aspect-ratio"] > img {
    height: auto;
}
@supports (--custom:property) {
    [style*="--aspect-ratio"] {
        position: relative;
    }
    [style*="--aspect-ratio"]::before {
        content: "";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }
    [style*="--aspect-ratio"] > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}

/*  containers */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
  }

/*  general */


/*  κλείδωμα του scroll στο background
    σε περίπτωση που έχουμε ένα στοιχείο
    που καλύπτει όλη την οθόνη */
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
    
    
    
/*  κεντράρισμα εικόνας*/
.img-center{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
    
    
/*  κρύψιμο οριζόντιας μπάρας κύλισης*/
.scrollbar-hide{
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.btn{
    background-color: #fff;
    border:1px solid #999999;
    border-radius: 18px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
}

.btn.trns{
    background-color: transparent;
}

.btn.lg{
    padding: 8px 20px;
}

/*  more button */

.more-btn{
    width: fit-content;
    margin:0 auto;
    align-items: center;
    font-size: 0.75rem;
    letter-spacing: 0.6px;
    padding: 10px 26px;
    background-color: #fff;
}

.more-btn:hover{
    background-color: #F5BC1E;
}

.more-btn .icon{
    width: 13px;
    margin-left:18px;
}

.more-btn:hover .icon{
    filter: brightness(0);
}
.more-btn .text{
    margin-left:10px;
    text-transform: uppercase;
}

@media screen and (max-width: 620px) {
    .more-btn .icon{
        margin-left: 8px;
    }    
}

/*  socials */

.social ul{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.social ul li{
    width: 1.375rem;
    height: 1.35rem;
    background-position: center;
    background-size:contain;
    background-repeat: no-repeat;
    margin-right: 1.25rem;
}
.social ul li:hover {
    filter: opacity(0.28);
}
.social ul li.pin{
    background-image: url(../icons/pin.svg);
}
.social ul li.fb{
    background-image: url(../icons/fb.svg);
}
.social ul li.tw{
    background-image: url(../icons/tw.svg);
}
.social ul li.yt{
    background-image: url(../icons/yt.svg);
}
.social ul li.ig{
    background-image: url(../icons/ig.svg);
}


.social ul li.lg{
    width: 2.25rem;
    height: 1.85rem;
    margin-right: 3rem;
}

.social ul li > a{
    width: 100%;
    height: 100%;
    display: inline-block;
}

/*  duration */

.duration{ 
    position: relative;   
}

.full-w {
    width: 100% !important;
}

.full-h {
    height: 100% !important;
}


/*.duration:after{*/
/*    content: "\2032";*/
/*    position: relative;*/
/*}*/


/*  video */

.video-btn{
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.0);
    transition: all 0.3s;
}

.video-btn:hover{
    background-color: rgba(0,0,0,0.5);
}

.video-btn .icon{
    background-color: #fff;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}

.video-btn .icon:hover{
    width: 52px;
    height: 52px;
}

.video-btn .icon img{
    width: 12px;
    display: block;
}


.video-container{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    transition: width 0.3s;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .video-container .close{
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 1rem;
    filter: invert(1);
    cursor: pointer;
}

.video-container.active{
    width: 100%;
}

.video-container #player{
    margin: 0 auto;
}

@media screen and (max-width: 980px) {
    .video-btn .icon:hover{
        width: 46px;
        height: 46px;
    }    
}

/*  wrappers    */

.wrapper{
    max-width: 1200px;
    padding:0 2rem;
    margin:0 auto;
}

.wrapper.sm{
    max-width: 1034px;
}
.wrapper.xs{
    max-width: 774px;
}

.wrapper.md{
    max-width: 1400px;
}

@media screen and (max-width: 980px) {
    .wrapper{
        padding: 0 1.625rem;
    }
}

@media screen and (max-width: 780px) {
    .wrapper.m-0{
        padding: 0;
    }
}



/*  columns */

.columns{
    justify-content: space-between;
    flex-wrap: wrap;
    --column: 1;
    --gap: 0;
}
.columns.cl-2{
    --column: 2;
    --gap: 24px;
}
.columns.cl-3{
    --column: 3;
    --gap: 24px;
}

.columns.cl-3.md > div{
    flex-grow: 0; 
}
.columns.cl-3.md > .md{
    flex-grow: 1;
    margin-left: 25px;
    margin-right: 25px;
}

.columns.cl-4{
    --column: 4;
    --gap: 25px;
}
.columns > div{
    width: calc((100% - ((var(--column) - 1) * var(--gap))) / var(--column));
}
.columns.md > div{
    width: calc((82.2% - ((var(--column) - 1) * var(--gap))) / var(--column));
}
.columns.border > div{
    position: relative;
}
.columns.border > div:not(:last-of-type):after{
    display: none;
    position: absolute;
    content: "";
    border-right: 1px solid #e6e6e6;
    height: 100%;
    top: 0;
    right: calc(var(--gap) / -2);
}

.columns.bg > div{
    background-color: #FAF9F0;
}
.columns.bg.grey > div{
    background-color: #F7F7F7;
}

.columns.swipe-4{
    --column : 4;
    --gap: 28px;
}
.columns.swipe-3{
    --column : 3;
    --gap: 16px;
}
.columns.swipe-3 > div,
.columns.swipe-4 > div{
    width: calc((100% - ((var(--column)) * var(--gap)) - 100px) / (var(--column)));
    height: auto;
}


@media screen and (max-width: 980px) {
    .columns.cl-2,
    .columns.cl-3,
    .columns.cl-4{
        --gap: 16px;
    }
    .columns.swipe-4{
        --gap: 20px;
        --column: 3;
    }
    .columns.swipe-4 > div,
    .columns.swipe-3 > div{
        width: calc((100% - ((var(--column)) * var(--gap)) - 32px) / (var(--column)));
    }
}

@media screen and (max-width: 680px) {
    .columns.cl-4{
        --gap: 22px;
        --column : 2;
    }
    .columns.swipe-3,
    .columns.swipe-4{
        --gap: 16px;
        --column: 2;
    }
    .columns.cl-4 > div:not(:last-of-type, :nth-last-of-type(2)){
        margin-bottom: 1.5625rem;
    }
}

@media screen and (max-width: 620px) {
    .columns.cl-3.mb-2,
	.columns.cl-4.mb-2{
        --column: 2;
        --gap: 22px;
    }
    .columns.cl-3,
	.columns.cl-4{
        --column: 1;
    }
    .columns.cl-3 > div:not(:last-of-type),
	.columns.cl-4 > div:not(:last-of-type){
        margin-bottom: 1.25rem;
    }
	
    .columns.swipe-4 > div{
        width: calc((100% - ((var(--column)) * var(--gap)) - 30px) / (var(--column)));
    }
}
@media screen and (max-width: 520px) {
    .columns.swipe-3{
        --column: 1;
    }
    .columns.swipe-3 > div{
        width: calc((100% - ((var(--column)) * var(--gap)) - 80px) / (var(--column)));
    }
}
@media screen and (max-width: 420px) {
    .columns.swipe-3{
        --column: 1;
    }
    .columns.swipe-3 > div{
        width: calc((100% - ((var(--column)) * var(--gap)) - 40px) / (var(--column)));
    }
}


/*  ads */
#skin-out {
    position: sticky;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
#content-skin {
    margin-left: -8px;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 1920px;
    left: 50%;
    margin-left: -961px;
    background-position: top center;
}
@media screen and (max-width: 900px) {
    #skin-out {display: none;}
}
.banner{
    margin-bottom: 3.125rem;
}

.ad{
    margin: 0 auto;
    max-width: 300px;
    /*background-color: #ccc;*/
}
.ad.long{
    width: 100%;
    max-width: unset;
    /*height: 250px;*/
}
.ad.mob{
    /*height: 250px;*/
    margin-bottom: 4rem;
}
.ad.sm{
    /*height: 250px;*/
}
.ad.lg{
    display: none;
}
.ad.desk{
    display: none;
}
.side-1 {
    height: 50%;
}
.side-2 {
    height: 50%;
}
.side-1 > div, .side-2 > div, aside.ad .side > div  {
    position: sticky!important;
    top: 4px;
    margin-bottom: 4px;
}
.billboard {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 1;
}
.billboard > div {
    margin: 0 auto;
}

@media screen and (min-width: 1020px) {
    .ad.mob{
        display: none;
    }
    .ad.desk{
        display: block;
    }
    .ad.lg{
        height: 100%;
        display: block;
    }
}

@media screen and (max-width: 1020px) {
    .banner{
        display: none;
    }
}

/*  ad sections */

.article-section > div:first-of-type{
    flex-basis: calc(100% - 300px);
}

.swiper-ad.ad-section > div:first-of-type{
    width: calc(100% - 300px - 1.375rem);
}

.ad-section > .ad-col{
    flex: 0 0 300px;
    margin-left: 1.375rem;
}

.article-section > .ad-col{
    flex: 0 0 300px;
    margin-left: 1.375rem;
}

.article-section aside{
    position: sticky;
    top: 0;
}

@media screen and (max-width: 1020px) {
    .article-section > div:first-of-type{
        flex-basis: 100%;
        padding-right: 0;
        width: 100%;
    }
    .article-section .ad-col{
        display: none;
    }
    .swiper-ad.ad-section > div:first-of-type{
        width: calc(100% + 2rem);
    }
}

@media screen and (max-width: 980px) {
    .swiper-ad.ad-section > div:first-of-type{
        width: calc(100% + 1.625rem);
    }
}

/*  section header */

.section-header{
    font-size: 1.75rem;
    line-height: 2.625rem;
    /*border-top: 1px solid #e6e6e6;*/
    padding: 1.5rem 0 2.375rem;
    /*text-transform: capitalize;*/
    font-family: "PFDasGroteskProBold";
}


.section-header.no-border{
    border-top: none;
}

.box-section .section-header{
    border-top: none;
    padding: 0;
}

.section-header.special{
    position: relative;
    margin-bottom: 1.25rem;
}

.section-header.special:before{
    content: attr(data-special);
    font-size: 0.75rem;
    letter-spacing: 0.6px;
    padding: 0.125rem 0.75rem;
    background-color: #FBDD66;
    margin-right: 1.125rem;
    position: relative;
    top: -4px;
}
.tags.sp-quote .inner-container .section-header {
	flex: 0 0 auto;
}

@media screen and (max-width: 920px) {
    .section-header{
        padding-bottom: 1.75rem;
    }
}
@media screen and (max-width: 820px) {
    .section-header.special:before{
        padding: 0.125rem 0.75rem;
        line-height: 1rem;
        margin-right: 0;
        position: absolute;
        top: -1.5rem;
    }    
}

@media screen and (max-width: 620px) {
    .section-header{
        width: 100%;
        font-size: 1.3125rem;
        line-height: 1.5625rem;
        padding-bottom: 1.25rem;
    }
}

@media screen and (max-width: 480px) {
    .section-header{
        margin-left: -26px;
        padding-left: 26px;
        padding-right: 26px;
        width: calc(100% + 52px);
    }
    .box-section .section-header{
        padding-left: 26px;
    }
}

/*  grid elements */

.section{
    padding-bottom: 4.625rem;
    clear: both;
    border-top: 1px solid #e6e6e6;
}

.main-article{
    margin-bottom: 2.875rem;
}


@media screen and (max-width: 920px) {
    .section{
        padding-bottom: 3.625rem;
    }
}
@media screen and (max-width: 780px) {
    .mob-space{
        padding-top: 1.5rem;
        position: relative;
    }
    
    .mob-space:before{
        content: "";
        width: 100%;
        border-top: 1px solid #000;
        position: absolute;
        top:0;
        left:0;
    }
}

@media screen and (max-width: 620px) {
    .section{
        padding-bottom: 2.5rem;
    }
}



/*  card    */

.card{
    position: relative;
}

.card.row{
    display: flex;
}

.main-article .card{
    align-items: center;
}
.main-article.bg .card{
    background-color: #FBDD66;
}

.card.block{
    padding: 1.875rem 2rem 2rem;
    background-color: #FAF9F0;
}
.card.block.row{
    padding: 0 1rem 0 0 ;
}

@media screen and (max-width: 820px) {
    .main-article .card.row{
        display: block;
    }
}
@media screen and (max-width: 620px) {
    .mob-row .card{
        display: flex;
    }
    .mob-row .card .card-image{
        margin-bottom: 0;
    }

}

@media screen and (max-width: 620px) {
    .card.block{
        padding: 0.875rem 1rem 1rem;
    }
}
/*  card image */
.card-image{
    margin-bottom: 1.25rem;
    flex-shrink: 0;
    height: fit-content;
}

.card.row .card-image{
    flex-basis: 48%;
    margin-bottom: 0;
}
.card.row.img-r .card-image{
    order: 2;
}

.card.person .card-image{
    border-radius: 50%;
    width: 5rem;
    overflow: hidden;
    
}

.card.block .card-image{
    margin-bottom: 1.875rem;
}
.card.block.row .card-image{
    margin-bottom: 0;
    flex: 0 0 245px;
}

.card.bg .card-image{
    margin-bottom: 0;
}

.main-article.bg .card.row .card-image{
    flex-shrink: 0;
}

@media screen and (max-width: 820px) {
    .main-article .card.row .card-image{
        margin-bottom: 1rem;
    }
    .card-image{
        margin-bottom: 0.875rem;
    }
}
@media screen and (max-width: 620px) {
    .mob-row .card .card-image{
        flex: 0 0 45%;
        margin-bottom: 0;
    }
    .card.block.row .card-image{
        flex: 0 0 124px;
        height: inherit;
    }
}
@media screen and (max-width: 520px) {
    .card-image{
        margin-bottom: 0.5rem;
    }
    .card.block .card-image{
        margin-bottom: 1.25rem;
    }
}

/*  card-info */

.card-info > *:last-child{
    margin-bottom: 0;
}

.card.row .card-info{
    flex-basis: 52%;
    padding-left: 3.875rem;
    box-sizing: border-box;
}
.card.row.img-r .card-info{
    padding-left: 0;
    padding-right: 3.875rem;
}

.card.cover .card-info{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

/*.card.cover .card-info:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    position: absolute;
    left: 0;
    top: 0;
}*/

.card.bg .card-info{
    padding: 1rem 0.875rem 1.25rem;
}
.main-article.bg .card-info{
    padding: 2rem 4.5rem;
}

.card.block.row .card-info{
    padding-top: 1.6875rem;
    padding-left: 1.5rem;
    flex-grow: 1;
}


@media screen and (max-width: 1180px) {
    .main-article.bg .card-info{
        padding: 2rem 3rem;
    }    
}
@media screen and (max-width: 1020px) {
    .card.row .card-info{
        padding-left: 2.5rem;
    }
    .card.row.img-r .card-info{
        padding-right: 2.5rem;
    }
    .main-article.bg .card-info{
        padding: 1rem 2rem;
    } 
}
@media screen and (max-width: 880px) {
    .card.row .card-info{
        padding-left: 1.25rem;
    }
    .card.row.img-r .card-info{
        padding-right: 1.25rem;
    }
}

@media screen and (max-width: 820px) {
    .main-article .card.row .card-info{
        padding-left: 0;
        padding-right: 0;
    }
    .main-article.bg .card.row .card-info{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    } 
}
@media screen and (max-width: 620px) {
    .mob-row .card .card-info{
        padding-left: 0.625rem;
    }
    .card.block.row .card-info{
        padding-top: 0.875rem;
        padding-left: 0.875rem;
    }
}

/*  card category */
.card .category,
.card .name{
    color: #999;
    letter-spacing: 0.7px;
    margin-bottom: .35rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-family: "PFDasGroteskProBold";
}

.card .category.lg{
    font-size: 1.75rem;
    margin-bottom: 1.75rem;
}

.main-article .card .category{
    letter-spacing: 0.35px;
}

.main-article.bg .category{
    color: #000;
}

.card.block.row .category{
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.6px;
}

@media screen and (max-width: 1120px) {
    .card .category.lg{
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
}
@media screen and (max-width: 920px) {
    .card .category,
    .card .name{
        letter-spacing: 0.6px;
        margin-bottom: 0.375rem;
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 820px) {
    .card .category.lg{
        font-size: 1.3125rem;
    }
}

/* card title */
.card .title{
    font-size: 1.1875rem;
}

.main-article .card .title{
    font-size: 2.5rem;
    line-height: 2.8125rem;
    letter-spacing: 0.35px;
    margin-bottom: 0.875rem;
}

.main-article.bg .card .title{
    font-size: 1.875rem;
    line-height: 2.25rem;
    letter-spacing: 0px;
}

.card.person .title{
    font-size: 1.3125rem;
    line-height: 1.5625rem;
    letter-spacing: 0.21px;
}

.card.cover .title{
    color: #fff;
    letter-spacing: 0.55px;
    line-height: 3.125rem;
    font-size: 1.375rem;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-family: "PFDasGroteskProBold";
}

.card.block.row .title{
    max-width: 220px;
}

@media screen and (max-width: 1120px) {
    .main-article .card .title.lg,
    .main-article .card .title{
        font-size: 2rem;
        line-height: 2.25rem;
        letter-spacing: 0.25px;
    }
    .main-article.bg .card .title{
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
}
@media screen and (max-width: 920px) {
    .card .title,
    .card.person .title{
        font-size: 1.0625rem;
        line-height: 1.25rem;
    }
    
    .main-article .card .title.lg,
    .main-article .card .title{
        font-size: 1.75rem;
        line-height: 2rem;
        letter-spacing: 0.2px;
        margin-bottom: 0.5rem;
    }
}
@media screen and (max-width: 720px) {
    .card .title.lg,
    .main-article .card .title{
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
}
@media screen and (max-width: 580px) {
    .card .title.lg,
    .main-article.bg .card .title,
    .main-article .card .title{
        font-size: 1.3125rem;
        line-height: 1.5625rem;
    }
    .card.block.row .title{
        max-width: unset;
        margin-bottom: 1.5rem;
    }
}

/*  card lead */

.card .lead p{
    font-size: 1.0625rem;
    letter-spacing: 0.17px;
    line-height: 1.5rem;
}

.card.block .lead{
    max-width: 560px;
}

/* card details */

.card .details{
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.875rem;
}

.card .details .icon{
    width: 1.125rem;
    margin-right: 1rem;
}


.card .duration{
    color: #999999;
    font-size: 0.875rem;
    letter-spacing: 0.35px;
    line-height: 1; 
}
/*  card label*/

.card-label{
    position: absolute;
    z-index:3;
    left:0;
    top: 0;
    background-color: #FBDD66;
    font-size: 0.75rem;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
    padding: 0 0.75rem;
}
.card-label.btm{
    left:unset;
    top: unset;
    bottom: 1.25rem;
    right: 1.125rem;
}
.card-label.icon{
    background-color: transparent;
    padding: 0;
}
.card-label .video-icon{
    width: 2.625rem;
    height: 2.625rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-label .video-icon img{
    width: 12px;
}

/*  card more */

.card.block .card-more .more-btn{
    margin:2rem 0 0;
    padding: 10px 20px;    
}

.card.block.row .card-more .more-btn{
    padding: 10px 12px; 
    margin-top: auto;   
}

.card.block.row .card-more{
    /*
    position: absolute;
    right: 1rem;
    bottom: 1rem;  
    */
    align-self: flex-end; 
    margin-top: auto;
    margin-bottom: 1rem;
}

/*  arrow */
.caret-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 1.5rem;
}
.caret{
    width: 0; 
    height: 0; 
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid transparent;
    border-top: 0.375rem solid #000;    
}

.remove-btn{
    position: relative;
    width: 11px;
    height: 11px;
    cursor: pointer;
}

.remove-btn span{
    width: 100%;
    border-top: 1px solid #000;
    position: absolute;
    top: 49%;
    left: 0;
    transform-origin: center;
    transform: rotate(45deg);
}

.remove-btn span:last-of-type{
    transform: rotate(-45deg);
}

/* swiper */

.swiper-button-next, 
.swiper-button-prev{
    border-radius: 50%;
    background-color:rgba(251,221,102,0.8);
    width: 2rem;
    height: 2rem;
    top: 40%;
}

.swiper-button-next{
    right: 0.5rem;
} 
.swiper-button-prev{
    left: 0.5rem;
}

.swiper-button-next::after, 
.swiper-button-prev::after{
    font-size: 1rem;
    color: #000;
}

@media screen and (max-width: 980px) {
    .swiper-button-next, 
    .swiper-button-prev{
        display: none;
    }
}

.section.podcast .card .card-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section.podcast .card .card-info .more-btn .text {
    margin-left: 0;
}

.section.podcast .card .card-info .more-btn {
    margin-left: 0;
    margin-top: auto;
}

@media screen and (max-width: 490px) {
    .section.podcast .card .card-info .more-btn {
        padding: 6px 20px;
        font-size: 0.65rem;
    }
}

