html, body{
	margin:0;
	color: #414141;
	background: #fff;
	scroll-behavior: smooth;
	line-height: 1.5;
    font-family: 'Poppins',sans-serif;
    font-size:15px;
}
.fs-9px {
    font-size: 0.75rem!important;
}
.fs-10px {
    font-size: 0.833rem!important;
}
.fs-11px {
    font-size: 0.917rem!important;
}
.fs-12px {
    font-size: 1rem!important;
}
.fs-13px {
    font-size: 1.083rem!important;
}
.fs-14px {
    font-size: 1.167rem!important;
}
.fs-15px {
    font-size: 1.25rem!important;
}
.fs-16px {
    font-size: 1.333rem!important;
}

.fs-24px {
    font-size: 24px!important;
}
.fw-medium {
    font-weight: 500!important;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

a{
	color: #414141;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}

ul, li{
    padding:0;
    margin:0;
}
.tnc-holder ul,
.tnc-holder li{
    padding-left: 2rem;
}
html ::-webkit-scrollbar {
    display: none;
}

.m-dev{
	display: none;
}

/*topbar*/
.topbar-holder{
    background: linear-gradient(140deg, #F5F3FF 0%, #EFEDFF 100%);
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 4;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.topbar-container{
    display: flex;
    width: 95%;
    max-width: 1280px;
    margin: auto;
    align-items: center;
    padding-top: 5px;
    gap: 15px;
	min-height: 55px;
}

.topbar-holder .topbar-logo{
	flex-grow: 0.1;
}

.topbar-holder .topbar-logo .logo{
    max-width: 150px;
    width: 100%;
}

.topbar-holder .navigation{
	display: flex;
	gap: 15px;
    overflow: scroll;
}

.topbar-holder .navigation a{
	white-space: nowrap;
}

.topbar-holder .navigation.active{
	color: #853FDD;
}

.nav.active{
    color:#853FDD;
}

#btnSideBar i{
    font-size:20px;
}

.hamburger-nav {
    position: absolute;
    display: none;
    width: 100%;
    padding: 10px 0 0;
    background:linear-gradient(140deg, #F5F3FF 0%, #EFEDFF 100%) ;
}

.hamburger-nav li{
    list-style-type: none;
    border-bottom: 1px solid #853FDD;
    padding:10px;
}

.hamburger-nav li:last-child{
    border-bottom: none;
}
/* .hamburger-nav.active {
}*/

/*content
.content{
	width: 95%;
    max-width: 1920px;
	margin-top: -10px;
} */
section{
    opacity: 1;
}
.holder{
	margin:auto;
	width: 95%;
    max-width: 1280px;
    padding: 4% 0 0;
    position: relative;
    z-index: 2;
    overflow:hidden;
}

.fade-in {
    animation: fade-in 2s forwards;
}

.banner {
    max-width: 1380px;
    margin:auto;
}

.banner-holder{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:white;
    padding: 50px;
    background: linear-gradient(140deg, #A453E3 0%, #5C24D3 100%);
}

.banner-holder img{
    width: 100%;
}

.banner-container:first-child {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.highlight-text{
    color:#EDA13D;
    text-transform: capitalize;
}

.category-holder{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.category-container{
    display: inline-flex;
    gap: 10px;
    overflow: scroll;
    padding: 15px 5px;
}
.category-type{
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    box-shadow: 0px 1px 10px 0px #aeaeaea8;
    border-radius: 10px;
    width: calc(100% / 6.5);
    text-align: center;
    min-width: 165px;
}
.title-divider{
	display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    padding: 5% 0 0;
    overflow: hidden;
}

/*recommerce*/
.recommerce-holder{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.recommerce-container{
	width: calc(100% / 2);
}

.recommerce-container:first-child{
	max-width: 700px;
	display: flex;
    flex-direction: column;
    gap: 15px;
}

.recommerce-container:nth-child(2){
    display: flex;
    flex: 1;
    justify-content: center;
}

.recommerce-container img{
	max-width: 100%;
}

.recommerce-title{
	color: #404041;
}

.recommerce-title h1{
	color: #7E3BDB;
}

.recommerce-desc{
	display: flex;
	flex-direction: column;
    gap: 15px;
    color: #999999;
}

.recommerce-desc span:nth-child(2){
	font-weight: bolder;
	color: #414141;
}

/*total recycled*/
#recycle .title-divider{
	background: linear-gradient(to bottom, #fff 77%, #FAFBFD 30% , #FAFBFD 100%);
}

.total-recycled-holder{
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
    /*position: absolute;*/
    width: 100%;
    max-width: 350px;
    min-width: max-content;
    background: #FFFFFF;
    border-radius: 80px;
    justify-content: center;
    padding: 0 40px;
}

.total-recycled-number{
	background: linear-gradient(to right, #A353E4 0% , #7032D8 100%);
	-webkit-background-clip: text;
	background-clip: text;
	opacity: 1;
	color: rgba(0,0,0,0);
}

.recycle-holder{
	background: #FAFBFD;
}

.recycle-title{
    display: flex;
    justify-content: center;
}

.customer-feedback{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 25px 5px;
    justify-content: space-around;
}

.feedback-card{
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 1px 10px 0px #aeaeaea8;
    max-width: 450px;
    width: calc(100% / 3 - 40px);
}

.feedback-user-holder{
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #F6F6F6;
    gap: 10px;
}

.feedback-details{
    overflow: hidden;
}

.feedback-details .feedback-item{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.feedback-item .item-sold{
	color: #9349E1;
	font-weight: 800;
}

.feedback-details{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
/*tradenow*/
.trade-now-title{
	padding-bottom: 5px;
}
.trade-now-description :first-child{
	color: #0B132A;
}

.trade-now-description :nth-child(2){
	color: #919191;
}

.trade-benefits-holder{
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
	gap: 10px;
}

.trade-benefits-container{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.trade-benefits-container .trade-benefits-title{
	color: #414141;
}

.trade-benefits-container .trade-benefits-desc{
	color: #999999;
}

#trade-now .title-divider{
	padding: 25px 0;
}

#trade-now .title-divider h3{
	white-space: nowrap;
    padding: 0 40px;
}

.trade-steps-holder{
	display: flex;
	justify-content: space-around;
	gap: 5%;
}

.trade-steps-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
    width: calc(100% / 3);
}

.trade-steps-container img{
	max-width: 100%;
}

.trade-card{
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 1px 10px 0px #aeaeaea8;
    width: 100%;
    height: 100%;
    position: relative;
    top: -10px;
}

.trade-card .step-details{
  	padding: 10px 0;
    border-bottom: 1px solid #F6F6F6;
    font-weight: bolder;
}

/*about us*/
#about-us{
	background: linear-gradient(135deg, #3A416F 0%, #141727 100%);
	position: relative;
}

#about-us:before{
    background: url(../images/wave-top.png);
    background-position: top center;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: 100%;
}

#about-us:after{
    background: url(../images/wave-bottom.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    content: '';
    bottom: -4px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*transform: rotateZ(180deg);*/
    background-size: 100%;
}

.about-us-title,
.about-us-description{
	color: #fff;
}

.about-us-container{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 25px 0;
    justify-content: space-between;
}

.about-us-card{
    display: flex;
    align-items: center;
    gap: 15px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 100%;
    width: calc(100% / 2 - 55px);
    box-shadow: 0px 1px 10px 0px #aeaeae;
}
.about-us-card img{
	padding: 25px;
}

.about-us-card .about-us-desc{
	color: #999999;
}


/*contact us*/
#contact-us{
	position: relative;
}
.contact-us-holder{
	background: #FAFBFD;
}
.contact-form-title{
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.contact-form{
	position: relative;
	display: block;
	width: 50%;
	height: auto;
	background-color: #fff;
	padding: 40px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
/* 
#contact-us:before{
    background: url(../images/divider.png);
    background-position: center;
    background-repeat: repeat-x;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
} */

.dual-input-holder{
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.form-input{
	display: inline-flex;
    width: 100%;
    margin: 5px 0;
    align-items: flex-start;
    flex-direction: column;
}
.label-container {
    line-height: 35px;
}
.input-container {
 	display: inline-flex; 
    align-items: center;
    width: 100%;
}

.form-control{
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    padding: 5px;
    line-height: 1.42857143;
    border-radius: 10px;
    border: 1px solid #999999;
}

textarea.form-control{
	resize: none;
	min-height: 50px;
}
.form-input ::placeholder {
  color: #999999;
  opacity: 1; 
}

.button-submit{
	background: #9E3CEB;
    color: #ffffff;
    width: 80%;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    min-height: 40px;
    border: none;
    margin: 10px auto;
    align-items: center;
}

.footer{
	background: #ffffff;
	color: #252F40;
}

.footer-holder{
    margin: auto;
    width: 95%;
    max-width: 1280px;
    padding: 35px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.social .icons{
	display: flex;
	gap: 20px;
    margin-top: 10px;
}

.social .icons i{
    font-size: 18px;
}

.footer .copyright{
	color: #999999;
}

.tnc-row{
    display: flex;
    gap: 20px;
    color: #999999;
    text-decoration: underline;
}

.app-download-banner{
	background: linear-gradient(90.77deg, #F5F4FF 14.18%, #F0EDFF 97.65%);
	box-shadow: 0px -4px 20px rgba(16, 16, 16, 0.1);
	position: sticky;
	bottom: 0;
	z-index: 3;
}

.app-download-holder{
	display: flex;
    justify-content: space-around;
    padding: 15px 0;
    width: 95%;
    max-width: 1280px;
    margin: auto;
}

.app-download-container{
	display: flex;
	flex: 1;
    align-items: center;
    gap: 20px;
}

.app-download-method{
	display: flex;
	align-items: center;
	gap: 10px;
}

.contact-us-holder .contact-us-details-holder{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    /* gap: 10px; */
    padding:20px 0;
}

.contact-us-details-container{
    display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

/* .contact-us-details{
    width: calc(100% / 3 - 30px);
} */

.contact-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-icons i{
    background: linear-gradient(to bottom, #A661FC 0%, #8A34F8 100%);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    width: 55px;
    height: 55px;
    border-radius: 10px;
    font-size: 20px;
}
.contact-details-holder{
    display: flex;
    gap: 5%;
    width: 100%;
    justify-content: space-between;
}

.contact-details{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-details a{
    text-decoration: underline;
    color:#9962d2;
}
/* 
.contact-us-details:first-child{
    max-width: 70%;
    flex: 0.85;
} */

.contact-us-details:nth-child(3){
    width: 30%;
}

.contact-location-type{
    display: flex;
    padding: 5px 10px;
    background: #2DD89A;
    align-items: center;
    width: max-content;
    border-radius: 15px;
    color: #fff;
}

.contact-details span:first-child,
.contact-details-holder .contact-details span:nth-child(2){
    font-weight: bolder;
    white-space: nowrap;
}

.contact-details-holder .contact-details span:nth-child(3) {
    font-weight: 500;
}

.vertical-line {
    border-right: 1px solid #DBDAD4;
    margin: 0 15px;
}

.container-product{
    max-width: 1280px;
    margin: 50px auto;
    padding: 0;
    /* min-height: 70vh; */
}

.preview-image{
    width: 100%;
    /* height: 360px; */
    background-color: #000;
    border:1px solid #f2f2f2;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: contain;
}

.images-container{
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.images-container .arrow{
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
}

.images-container .arrow:hover{
    opacity: 1;
}

.images-container .arrow.left{
    transform: rotate(180deg);
}

.images-container .product-images{
    min-width: 80%;
    display: flex;
    margin:0 auto;
    gap: 10px;
    overflow-x: auto;
	overflow-y: hidden;
}

.product-images a{
    min-width:90px;
    height: 90px;
    overflow: hidden;
    background-color: #000;
}

.product-images a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    transition: 0.3s;
}

.product-images a:hover img,
.product-images a.active img{
    opacity: 1;
}

.p-name{
    /* font-size: 14px; */
    color: #414141;
    font-weight: 600;
}

.p-price-section{
    font-size: 24px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.p-price-section .p-price{
    color: #9D34B4;
    font-weight: bold;
    font-size: 23px;
    text-wrap: nowrap;
}

.p-price-section .p-ori-price{
    color: #999999;
    text-decoration: line-through;
    font-size: 23px;
    text-wrap: nowrap;
}

.to-price{
    height:5px;
    position: relative;
    border-top:2px solid #000;
    width:10px;
    margin: 2px 10px 0 10px;
}

.discount-tag{
    background-color: #F5E06B;
    border-radius: 20px;
    padding: 2px 15px;
    color: #FF0000;
    height: 33px;
    display: flex;
    align-items: center;
}

.rating,
.rating > div{
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 14px;
    gap: 5px;
    font-weight: 500;
}

#rating{
    margin-left: 5px;
}

.seperate-bar{
    background-color: #FAFAFA;
    height: 10px;
    width: 100%;
    margin: 2rem 0;
}

.attribute-options{
    display: grid;
    grid-template-columns: 100px auto;
    align-items: center;
    gap: 20px;
    margin-bottom: 3rem;
}

.option-container{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap:wrap;
}

.attribute-options h2{
    color: #414141;
    font-size: 16px;
    font-weight: 400;
}

.attribute-options .option{
    border: 1px solid #F6F6F6;
    text-align:center;
    width: 100px;
}

.attribute-options .option img{
    width: 100%;
    height: 80px;
    max-width: 60px;
    padding: 10px 0;
    object-fit: cover;
}

.attribute-options .option p{
    background-color: #F6F6F6;
    padding: 3px 10px;
    border-radius: 5px;
    color: #414141;
}

.pl-custom{
    padding-left: 1rem;
}

.text-grey{
    color: #999999;
}

.flex{
    display: flex;
}

.grid-custom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 100%;
}

.store-container{
    background-color: #fffdfd;
    padding: 2rem;
    width: 100%;
    border-radius: 10px;
    /* box-shadow: 0px 4px 20px rgba(16,16,16,.1); */
    font-size: 16px;
}

.store-container h5{
    font-weight: bold;
    margin-bottom: 1.5rem;
    font-size: 20px;
}

.store-product-container{
    background-color: #fff;
    padding: 2rem;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 1px 15px rgba(16, 16, 16, 0.4);
    font-size: 16px;
}

.store-product-container .store-product-info {
    min-height: 115px;
}

.store-product-container h5{
    font-weight: bold;
    margin-bottom: 1.5rem;
    font-size: 20px;
}

.store-voucher{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.store-logo{
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    margin-right: 15px;
    background-color: #e3e3e3;
}

.store-name{
    font-size: 20px;
    font-weight: 500;
    margin-top: -5px;
    margin-bottom: 5px;
}

.trusted-icon{
    margin-left: 5px;
    width: 16px;
    height: 16px;
}

.voucher{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border-left: 2px solid #F6F6F6;
    padding-left: 1rem;
}

.voucher h5{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.voucher-list{
    display: flex;
    gap: 10px;
}

.voucher-tag{
    background: linear-gradient(to right, #F6F5FF, #F0F8FF);
    border-radius: 20px;
    padding: 5px;
    width: 100px;
    font-size: 14px;
    font-weight: 500;
    color: #9E3CEB;
    text-align: center;
}

.relative{
    position: relative;
}

.star-rating{
    margin-top: 5px;
}

.star-rating h5{
    font-size: 16px;
    margin-bottom: 10px;
}

.star{
    position: absolute;
    margin-left: 10px;
    margin-top: -3px;
}

.star-fill{
    overflow: hidden;
}

.star img{
    object-fit: cover;
}

.download-mention{
    background-color: #FDF6EB;
    width: 100%;
    padding: 1.5rem;
    display: flex;
    color: #414141;
    font-size: 14px;
    margin-top: 20px;
}

.download-mention a{
    color: #9E3CEB;
    font-weight: bold;
    margin-right: 5px;
}

.footer-product{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}

.follow-text{
    margin-right: 1rem;
}

.footer-product i{
    color: #252F40;
    font-size: 16px;
    margin: 0 5px;
}

/*RESPONSIVE*/
@media screen and (max-width: 1200px){
	/* #recycle .title-divider,
	.holder{
		padding: 10% 0 0;
	} */

	.feedback-card{
		width: calc(100% / 2 - 35px);
	}
}

@media screen and (max-width: 1100px){
    .contact-us-holder .contact-us-details-holder{
        flex-direction: column; 
        gap: 20px;
    }

    .contact-details-holder{
        flex-direction: column;
        gap: 10px;
    }

    .contact-us-details{
        width: 100%;
    }

    .contact-us-details:first-child{
        max-width: 100%;
    }

    .contact-us-details-container{
        justify-content: flex-start;
        flex-direction: unset;
    }
}

@media screen and (max-width: 800px){
    html, body{
        font-size: 12px;
    }

	.m-dev{
		display: block;
	}
	.d-dev{
		display: none!important;
	}

    .topbar-holder .topbar-logo {
        flex-grow: 1;
    }

    .banner-holder{
        flex-direction: column;
        align-items: flex-start;
        padding:20px
    }

    .banner-container{
        margin: 5px 0;
    }

    .banner-container:nth-child(2){
        margin:5px auto;
    }

	.recommerce-holder{
		flex-direction: column;
		gap: 10px;
	}
	.recommerce-container{
		width: 100%;
	}
	.recommerce-container{
		/*width: 100%;*/
		max-width: 450px;
	}

	.trade-benefits-holder{
		flex-direction: column;
	}

	.trade-steps-holder{
		flex-wrap: wrap;
	}
	.trade-steps-container {
	    width: calc(100% / 2 - 30px);
	}

	.about-us-container{
		flex-wrap: nowrap;
        overflow: scroll;
	}
	.about-us-card{
        min-width: calc(100% / 1.2);
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
	}

    .about-us-card img{
        padding:10px;
    }

	.contact-form{
		width: 70%;
	}
	
	.dual-input-holder{
	    flex-direction: column;
	    gap: unset;
	}
}

@media screen and (max-width:999px){
    .container-product{
        padding: 0;
        margin-top: 0;
    }

    .p-ori-price,
    .p-price,
    .discount-tag  {
        font-size: 16px;
    }

    .discount-tag{
        height: 25px;
    }

    .preview-image{
        width: 100%;
        border-radius: 0;
    }

    .col-lg-7 .pl-custom{
        padding: 20px;
    }
    
    .attribute-options{
        grid-template-columns: 100%;
        font-size: 14px;
    }

    .option-container{
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }

    .attribute-options .option{
        width: 100%;
    }

    #quantity{
        font-size: 14px;
    }

    .store-voucher{
        display: block;
    }

    .voucher{
        margin-top: 10px;
        padding-left: 0px;
        display: block;
    }

    .voucher-list{
        margin-top: 10px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }

    .voucher-tag{
        width: 100%;
        border-radius: 15px;
    }

    .p-mobile-custom{
        padding: 0 20px;
    }

    .app-download-holder{
		align-items: center;
		gap: 10px;
	}

    .app-download-method{
        justify-content: space-around;
        gap: 10px;
    }

    .app-download-method img{
        width: 110px;
    }
    
    .footer-holder{
        flex-direction: column;
    }

    .m-0-mobile{
        margin:0px
    }

    .p-0-mobile{
        padding: 0px;
    }
    
    .download-mention{
        max-width: 93%;
        margin: 20px auto;
    }
    
    .swiper{
        height: 500px;
    }

    .swiper-slide img,
    .swiper-slide video{
        width: 100%;
        height: 500px;
        object-fit: contain;
        background-color: #000;
    }

    .swiper-pagination{
        bottom: 10px !important;
    }

    .swiper-pagination-bullet{
        background-color: #D0D0D0 !important;
    }

    .swiper-pagination-bullet-active{
        background-color: #2C3A6B !important;
    }

    .images-container{
        display: none !important;
    }

    .footer-product{
        display: block;
        text-align: center;
    }

    .footer-product > div{
        justify-content: center;
        margin-bottom: 20px;
    }

    .app-download-container .logo{
        /* width: 120px !important; */
    }

}

@media screen and (max-width: 600px){
	/* #recycle .title-divider,
	.holder{
		padding: 10% 0 0;
	} */

	.feedback-card{
		max-width: unset;
		width: 100%;
	}


	.trade-steps-container{
		width: 100%;
	}

    .tnc-row{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        text-align: center;
    }

    .swiper{
        height: 360px;
    }

    .swiper-slide img,
    .swiper-slide video{
        height: 360px;
    }

    .option-container{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .voucher-list{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width:410px){
    .app-download-method img,
    .app-download-container .logo{
        /* width: 90px !important; */
    }

    .to-price{
        margin: 2px 5px 0 5px;
        width: 5px;
    }

    .discounted div{
        font-size: 12px;
    }

    .discount-tag{
        padding: 2px 10px;
    }
}


@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.container-banner{
    max-width: 1280px;
    margin: 50px auto 0;
    padding: 0; 
    padding-bottom:1.25rem;
}

.catalink-ribbon-wrapper {
    position: relative;
    /* filter: drop-shadow(0 8px 16px rgba(91, 33, 182, 0.35)); */
}

.catalink-ribbon {
    position: relative;
    padding: 5px 10px 5px 15px;
    background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 25%, #7c3aed 50%, #6d28d9 75%, #5b21b6 100%);
    color: white;
    /* font-family: inter; */
    font-size: 12px;
    font-weight: 300;
    clip-path: polygon(
    0 0,             /* Top left corner */
    100% 0,          /* Top right corner */
    100% 100%,       /* Bottom right corner */
    0 100%,          /* Bottom left corner */
    10px 50%         /* Arrow notch pointing inward */
    );
}

.catalink-ribbon .ribbon-text strong{
    font-family: poppins;
    font-weight: 400;
}

.catalink-ribbon .ribbon-link {
    font-weight: 600;
    color: white;
    text-decoration: underline;
}

@media (max-width: 767.98px) { 
    .catalink-ribbon .ribbon-link {
        display: block;
        text-align: right;
    }
    .social-media-item{
        position: relative;
        width: 10vw;
    }
    .social-media-item .social-media-name{
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: auto;
    }
}