button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
    opacity: 0.5;
}

/* Üye Sipariş Listesi Kartları */

.my_account .myOrders .order_list .order_item .status .text.waiting_payment {
    color: #edaa3f;
}

.my_account .myOrders .order_list  .order_item .status .text.shipped {
    color: #55873c;
}

.my_account .myOrders .order_list  .order_item .status .text.delivered {
    color: #3d773d;
}

.my_account .myOrders .order_list  .order_item .status .text.canceled {
    color: #b10c0c;
}

.my_account .myOrders .order_list  .order_item .status .text.returned {
    color: #297cc9;
}

.my_account .myOrders .order_list  .order_item .status .text.waiting_cancel {
    color: #782e11;
}

.my_account .myOrders .order_list  .order_item .status .text.waiting_return {
    color: #782e11;
}

.my_account .myOrders .order_list  .order_item .status .text.preparing {
}

/* Sipariş Detay Sayfası Ürün Durumları */
.my_account .order_details .products_grid .product_item .details .product_status.waiting_payment {
    background-color: #ffd289;
    color: #663d1a;
}

.my_account .order_details .products_grid .product_item .details .product_status.delivered {
    background-color: #d2f0c3;
    color: #3d773d;
}

.my_account .order_details .products_grid .product_item .details .product_status.canceled {
    background-color: #ff9d9d;
    color: #661a1a;
}

.my_account .order_details .products_grid .product_item .details .product_status.returned {
    background-color: #8fe9f7;
    color: #1a6a6f;
}

.my_account .order_details .products_grid .product_item .details .product_status.waiting_cancel {
    background-color: #db6536;
    color: #fff;
}

/* Ürün Kartları */
.products_grid .product_item .product_image .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Header */
.header_top .wrapper {
	justify-content: flex-start;
}

.header_top .wrapper .notification {
	flex: 1;
}

.header_top .wrapper .top_links {
	margin-left: auto;
}

.header_top .notification-marquee-item {
	display: inline-flex;
}

.header_top .notification-marquee-item + .notification-marquee-item {
	margin-left: 1rem;
	position: relative;
	padding-left: 2rem;
}

.header_top .notification-marquee-item + .notification-marquee-item::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: .5rem;
	height: .5rem;
	background-color: #fff;
	border-radius: 5rem;
}

/* Ürün Kartı */

.product_item .hidden-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow:hidden;
}

.product_item .hidden-button {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    display: flex;
    justify-content: center;
    transition: .4s ease;
    pointer-events: none;
}

.product_item:hover .hidden-button {
    opacity: 1;
    top: calc(100% - 5rem);
}

.product_item:hover .hidden-button > span {
    padding: 12px 24px;
}

/* Hero */

.s {
	
}


.s {
	
}


.hero-layout {
	display: flex;
}

.hero-layout .hero_slider {
	flex: 0 0 60%;
	margin: 0;
}

.hero-layout .actions {
	flex: 0 0 40%;
	display: flex;
	flex-direction: column;
	padding-left: 2rem;
	gap: 2rem;
}

.hero-layout .action-box {
	background-color: var(--bg-color);
	flex: 1;
	position: relative;
}

.hero-layout .action-box-content {
	padding: 20px;
	padding-right: 150px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.hero-layout .action-box-content-title {
	font-size: 32px;
	margin-bottom: 1rem;
}

.hero-layout .action-box-content-description {
	font-size: 20px;
}

.hero-layout .action-box-content-btn {
	margin-top: auto;
}

.hero-layout .action-box-img-wrapper {
	position: absolute;
	top: -1rem;
	right: 1.5rem;
	width: 100%;
	max-width: 150px;
	height: 100%;
	object-fit: contain;
}

.hero-layout .action-box.sell-device {
	background-color: var(--bg-color);
}

.hero-layout .action-box.sell-device .action-box-content-btn {
	background-color: transparent;
  color: black;
  border: 1px solid black;
}

.hero-layout .action-box.sell-device .action-box-content-btn:hover {
	background-color: rgb(233, 233, 233);
}

.hero-layout .action-box.buy-device {
	background-color: var(--orange-100);
}

.hero .slider_nav_wrap {
	width: 60%;
	margin-top: 2rem;
}

@media (max-width: 1399px) {
	.hero-layout {
		flex-direction: column;
	}
	
	.hero-layout .actions {
		display: none;
	}
	
	.hero .slider_nav_wrap {
		width: 100%;
		margin-top: 1rem;
	}
}

/* Sepet Hatırlatıcı */
.basket-reminder {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 0;
	transition: .7s ease transform, 1s ease opacity;
	transform: translateX(30rem);
	opacity: 0;
	z-index: 300;
}

.basket-reminder.active {
	display: block;
}

.basket-reminder.fade-in {
	transform: translateX(0);
	opacity: 1;
}

.basket-reminder-content {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
	padding: 25px 30px;
	padding-right: 50px;
	min-width: 350px;
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
	transition: .4s ease;
}

.basket-reminder-content::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 0;
	height: 4px;
	background-color: var(--primary-color);
	opacity: 0;
	transition: .4s ease;
}

.basket-reminder-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: .5rem;
}

.basket-reminder-description {
	font-size: 16px;
	margin-bottom: 1rem;
}

.basket-reminder-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	background-color: var(--primary-color);
	color: #fff;
	
	padding: 6px 14px;
	border-radius: 24px;
}

.basket-reminder-link-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.basket-reminder-content:hover {
	box-shadow: 0 0 40px 0 rgba(0,0,0,.2);
}

.basket-reminder-content:hover::after {
	opacity: 1;
	max-width: 100%;
}

.basket-reminder-btn-close {
	position: absolute;
	top: -.5rem;
	left: -.5rem;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 20rem;
	background-color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 4;
	cursor: pointer;
	transition: .4s ease;
}

.basket-reminder-btn-close:hover {
	background-color: red;	
}

.basket-reminder-btn-close::before,
.basket-reminder-btn-close::after {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	content: '';
	display: block;
	width: 1rem;
	height: 2px;
	background-color: #fff;
}

.basket-reminder-btn-close::before {
	rotate: 45deg
}

.basket-reminder-btn-close::after {
	rotate: -45deg
}

.header_top {
    background-color: var(--primary-color);
    padding: 10px 0;
    color: #fff;
}

/* Ürün Filtre */

.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-connect{height:100%;width:100%}.noUi-origin{height:10%;width:10%}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;top:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}

.noUi-horizontal .noUi-handle {
	  width: 15px;
	  height: 15px;
	  right: 0;
	  top: 50%;
	  border-radius: 100%;
}

.noUi-horizontal .noUi-handle.noUi-handle-lower {
	right: -15px;	
}

.range-slider-container {
	padding: 10px 0;
}

.noUi-handle:after,
.noUi-handle:before {
	content: unset;
}

.noUi-connect {
	background: #ff8300;
}

.noUi-connects,
.noUi-connect {
	border-radius: 100px;
}

.noUi-target {
	border-color: transparent;
  border-radius: 100px;
}


/* Footer */

.footer-logos {
    display: flex;
    align-items: center;
    gap: 25px;
}

.site_footer .foot_bottom .wrapper {
    justify-content: center;
}

/* Son */

.blog-category-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    gap: 25px;
}

.blog-category-nav a {
    border: 1px solid #555;
    padding: 5px 20px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.blog-category-nav a:hover {
    background-color: #555;
    color: #fff;
}

.blog-category-nav a.active {
	background-color: #333;
	color: #fff;
}

.header_top .social_media {
	display: flex;
	gap: 10px;
}

.header_top .social_media a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-radius: 12px;
}

.blogs_grid .blog_item .blog_image img {
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

/* Hero */

@media (max-width: 1399px) {
    .hero-layout .actions {
        display: flex;
        padding-left: 0;
        margin-top: 40px;
    }
    
    .hero-layout .action-box-content-title {
	    font-size: 22px;
	}
	
	.hero-layout .action-box-content-description {
		font-size: 16px;
		margin-bottom: 15px;
	}
	
	.hero-layout .action-box-img-wrapper {
		max-width: 110px;
	}
}

.hero .slider_nav_wrap .swiper-wrapper {
	justify-content: center;
}

@media (min-width: 1024px) and (max-width: 1399px) {
    .hero-layout .actions {
    		flex-direction: row;
    }
}

@media (max-width: 575px) {
    .hero-layout .actions {
        display: none
    }
}

/*@media (min-width: 1400px) {
	.slider_nav_wrap.except-desktop {
		display: none;
	}
}

@media (max-width: 1400px) {
	.slider_nav_wrap:not(.except-desktop) {
		display: none;
	}
}*/

@media (min-width: 1400px) {
	.hero_slider .swiper-slide img {
        height: 100%;
    }
}


/* Hero Slider Fix */

@media (min-width: 1024px) and (max-width: 1399px) {
    .hero-layout .actions {
        flex-direction: row;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
	.hero-layout {
		display: grid;
		
		grid-template-areas: 
	    'slider slider'
	    'slider-nav slider-nav'
	    'banners banners';
	    
   grid-template-columns: 1fr 1fr;
	}
	
	.hero-layout .hero_slider {
		grid-area: slider;
	}
	
	.hero-layout .actions {
		grid-area: banners;
	}
	
	.hero-layout .slider-nav_container {
		grid-area: slider-nav;
		
		display: flex;
		justify-content: center;
		align-items: center;
	}
}


@media (min-width: 1200px) {
	.hero-layout {
		display: grid;
		
		grid-template-areas: 
	    'slider banners'
	    'slider banners'
	    'slider-nav span';
	    
   grid-template-columns: 60% 40%;
	}
	
	
	.hero-layout .hero_slider {
		grid-area: slider;
	}
	
	.hero-layout .actions {
		grid-area: banners;
	}
	
	.hero-layout .slider-nav_container {
		grid-area: slider-nav;
		
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.hero-layout .slider_nav_wrap {
		margin-top: 1rem;
	}

}

@media (min-width: 1200px) and (max-width: 1399px) {
	.hero-layout .actions {
		flex-direction: column;
		margin-top: 0;
		margin-left: 20px;
		gap: 20px;
	}
	
	.hero_slider .swiper-slide img {
		height: 100%;
	}
}

@media (min-width: 1400px) and (max-width: 1639px) {
		.hero-layout {
			grid-template-columns: 70% 30%;
		}
		
		.hero-layout .action-box-content-title {
			font-size: 20px;
		}
		
		.hero-layout .action-box-content-description {
			font-size: 15px;
			margin-bottom: 15px;
		}
		
		.hero-layout .action-box-content {
			padding-right: 130px;
		}
		
		.hero-layout .action-box-img-wrapper {
			max-width: 130px;
			right: -1.5rem;
		}
}

.yb_channel_slider .video_item .image img {
    aspect-ratio: 16/9;
    object-fit: cover;
}

.blogs_grid .swiper-slide {
	height: auto;
}

.blogs_grid .blog_item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.blogs_grid .blog_item .blog_details {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.blogs_grid .blog_item .blog_details .bottom {
	margin-top: auto;
}

/* Section Title Fix */
.sect_title .title {
    font-weight: 500;
    font-size: 32px;
}