@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('all.min.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('fancybox.css');
@import url('lity.min.css');
@import url('intlTelInput.css');
@import url('aos.css');


a {
	text-decoration:none;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}

ol,ul {
	padding:0px;
	margin:0px;
}
h1 {
	font-size:50px;
	font-weight:400;
	line-height:56px;
	margin-bottom:10px;
}
h2 {
	font-size:30px;
	font-weight:700;
	line-height:39px;
	margin-bottom:10px;
}
h3 {
	font-size:20px;
	font-weight:700;
	line-height:26px;
	margin-bottom:10px;
}
h4 {
	font-size:18px;
	font-weight:500;
	line-height:24px;
	margin-bottom:10px;
}
h5 {
	font-size:16px;
	font-weight:700;
	line-height:23px;
	margin-bottom:10px;
}
h6 {
	font-size:14px;
	font-weight:500;
	line-height:18px;
	margin-bottom:10px;
}
p {
	font-size:15px;
	font-weight:400;
	line-height:25px;
	margin-bottom:10px;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: 'Roboto', sans-serif;
}


:root {
  --anarenk: #1f1f1f;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #F6F5F0; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: var(--anarenk); 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #FEDD06; 
}
.container-fluid {
	max-width:calc(100vw - 30px);	
}

.swiper {
	position:relative;
	overflow:hidden;
}

.dikeyortala {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
	position:fixed;
	bottom:20px;
	left:20px;
	width:400px;
	max-width:calc(100% - 40px);
	padding:20px;
	border-radius:20px;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	line-height:20px;
	color:#fff;
	z-index:100000;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0px 20px;
	height:40px;
	border-radius:8px;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.form-control {
	height:40px;
	border-radius:8px;
}


/*------------------header----------------------*/

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: var(--yesil);
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--yesil);
	opacity: 1;
}
.aciklama ul li:before ,
.aciklama ol li:before 
{
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--yesil);
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2 ,
.aciklama h3 ,
.aciklama h4 ,
.aciklama h5 
{
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: var(--yesil);
	margin-bottom:20px;
}
.aciklama p 
{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--yesil);
	opacity: 1;
	margin-bottom:20px;
}
/*------------------header----------------------*/

#header {
	position:relative;
	z-index:999;
	transition:all 0.3s ease;
	padding:20px 0px;
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
}
#header .alan {
	display:flex;
	align-items:center;
	padding:20px 20px;
	background: #F6F6F6;
	border-radius:20px;
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	height:53px;
}
#header .alan .sag .sepet {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#header .alan .sag .sepet .icon {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius:50px;
	background:#9C9C9C;
	font-size:30px;
	color:#fff;
}
#header .alan .sag .sepet .icon span {
	position:absolute;
	top:-10px;
	right:-10px;
	display:flex;
	align-items:center;
	justify-content:center;
	width:20px;
	height:20px;
	border-radius:30px;
	background:#FF6348;
	font-size:10px;
	color:#fff;
}
#header .alan .sag .sepet .fiyat {
	width:calc(100% - 40px);
	padding-left:10px;
	color: #49454F;
	font-size: 17px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

/*------------------mobilheader----------------------*/

#mobilheader {
	display:none;
	align-items:center;
	flex-wrap:wrap;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	height:65px;
	padding:0px 5px;
	background:#fff;
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	background:var(--krem);
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:var(--krem);
}

#mobilheader .alansol {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

#mobilheader .alanorta {
	width:65%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

#mobilheader .alansag {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#mobilheader .alansag a {
	position:relative;
}
#mobilheader .alansag a .adetyenile {
	position:absolute;
    top: -6px;
    left: -9px;
	width:26px;
	height:26px;
	border-radius:50%;
	background:#fe492c;
	font-size:10px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
}
#mobilheader .btn {
    padding: 0px 0px 0px 0px;
}
#mobilheader .btn i {
	font-size:40px;
}
#mobilheader .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}
#mobilheader .logo img {
	height:55px;
}

#mobilheader .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 5px;
	height:100%;
}
#mobilheader .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	border:1px solid rgba(0,0,0,0.4);
	text-transform:uppercase;
}
#mobilheader .dil .default img {
	height:15px;
	margin-right:5px;
}
#mobilheader .dil .default i {
	color:#fff;
	font-size:20px;
}

#mobilheader .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#mobilheader .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#mobilheader .dil:hover .acilan {
	display:block;
}


/*------------------mobilmenu----------------------*/
#mobilmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background: linear-gradient(135deg, #ffffff 0%, #fff5f3 100%);
    box-shadow: 2px 0 20px rgba(255, 98, 71, 0.1);
    transform: translateX(-100%); /* Initially hidden to the left */
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

        #mobilmenu .ust {
            background: linear-gradient(135deg, #FF6247 0%, #ff4d33 100%);
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0 2px 10px rgba(255, 98, 71, 0.2);
            position: sticky;
            top: 0;
            z-index: 10;
        }

        #mobilmenu .logo {
            height: 40px;
            width: auto;
            object-fit: contain;
            filter: brightness(0) invert(1);
        }

        #mobilmenu .kapat {
            background: rgba(255, 255, 255, 0.2);
            border: none;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            backdrop-filter: blur(10px);
        }

        #mobilmenu .kapat:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: rotate(90deg);
        }

        #mobilmenu .sepet {
            flex: 1;
            padding: 20px;
            display: flex;
            flex-direction: column;
        }

        #mobilmenu .urunitem {
            background: white;
            border-radius: 16px;
            padding: 16px;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 16px;
            box-shadow: 0 4px 20px rgba(255, 98, 71, 0.08);
            border: 1px solid rgba(255, 98, 71, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        #mobilmenu .urunitem::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(to bottom, #FF6247, #ff8a75);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        #mobilmenu .urunitem:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 30px rgba(255, 98, 71, 0.15);
        }

        #mobilmenu .urunitem:hover::before {
            opacity: 1;
        }

        #mobilmenu .res {
            width: 60px;
            height: 60px;
            border-radius: 12px;
            object-fit: cover;
            border: 2px solid rgba(255, 98, 71, 0.1);
            flex-shrink: 0;
        }

        #mobilmenu .bilgi {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        #mobilmenu .adi {
            font-weight: 600;
            font-size: 16px;
            color: #333;
            line-height: 1.3;
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        #mobilmenu .adi span {
            background: linear-gradient(135deg, #FF6247, #ff8a75);
            color: white;
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 12px;
            font-weight: 700;
            display: inline-block;
            width: fit-content;
            margin-right: 8px;
        }

        #mobilmenu .text-info {
            color: #17a2b8;
            font-weight: 500;
            font-size: 12px;
            background: rgba(23, 162, 184, 0.1);
            padding: 2px 8px;
            border-radius: 8px;
            display: inline-block;
            width: fit-content;
        }

        #mobilmenu .text-secondary {
            color: #FF6247;
            font-weight: 500;
            font-size: 12px;
            background: rgba(255, 98, 71, 0.1);
            padding: 2px 8px;
            border-radius: 8px;
            display: inline-block;
            width: fit-content;
        }

        #mobilmenu .desc {
            font-size: 13px;
            color: #666;
            line-height: 1.4;
        }

        #mobilmenu .alt {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 4px;
        }

        #mobilmenu .fiyat {
            font-weight: 700;
            font-size: 16px;
            color: #FF6247;
            background: rgba(255, 98, 71, 0.1);
            padding: 4px 12px;
            border-radius: 20px;
        }

        #mobilmenu .btn {
            background: linear-gradient(135deg, #FF6247 0%, #ff4d33 100%);
            border: none;
            color: white;
            padding: 16px 24px;
            border-radius: 12px;
            font-weight: 600;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(255, 98, 71, 0.3);
            position: relative;
            overflow: hidden;
            margin-top: auto;
        }

        #mobilmenu .btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.6s ease;
        }

        #mobilmenu .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(255, 98, 71, 0.4);
        }

        #mobilmenu .btn:hover::before {
            left: 100%;
        }

        #mobilmenu .btn:active {
            transform: translateY(0);
        }

        #mobilmenu .w-100 {
            width: 100%;
        }

        #mobilmenu .mt-4 {
            margin-top: 24px;
        }

        /* Responsive adjustments */
        @media (max-width: 480px) {
            #mobilmenu {
                max-width: 100%;
            }
            
            #mobilmenu .ust {
                padding: 16px;
            }
            
            #mobilmenu .logo {
                height: 35px;
            }
            
            #mobilmenu .sepet {
                padding: 16px;
            }
            
            #mobilmenu .urunitem {
                padding: 12px;
                gap: 12px;
            }
            
            #mobilmenu .res {
                width: 50px;
                height: 50px;
            }
            
            #mobilmenu .adi {
                font-size: 14px;
            }
            
            #mobilmenu .fiyat {
                font-size: 14px;
            }
        }

        @media (max-width: 360px) {
            #mobilmenu .urunitem {
                flex-direction: column;
                text-align: center;
            }
            
            #mobilmenu .res {
                width: 70px;
                height: 70px;
            }
        }

        /* Animation for menu opening/closing */
       .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

        /* Scrollbar styling */
        #mobilmenu::-webkit-scrollbar {
            width: 4px;
        }

        #mobilmenu::-webkit-scrollbar-track {
            background: rgba(255, 98, 71, 0.1);
        }

        #mobilmenu::-webkit-scrollbar-thumb {
            background: #FF6247;
            border-radius: 2px;
        }

        #mobilmenu::-webkit-scrollbar-thumb:hover {
            background: #ff4d33;
        }

/*------------------slider----------------------*/

#slider {
	position:relative;
	margin-bottom:20px;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	max-height:100vh;
	object-fit:cover;
	border-radius:20px;
}

/*------------------kategoriler----------------------*/

#kategoriler {
	position:relative;
	margin-bottom:20px;
}
#kategoriler .bas {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:10px;
}
#kategoriler .swiper {
	padding:0px 100px 0px 0px;
}
#kategoriler .item {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	height:50px;
	padding:8px 8px;
	border: 1px solid #0D0D0D;
	background: #FFF;
	border-radius:10px;
}
#kategoriler .item.active ,
#kategoriler .item:hover 
{
	border: 1px solid #0D0D0D;
	background: #0D0D0D;
}
#kategoriler .item .resim {
	width:34px;
	height:34px;
	object-fit:cover;
	object-position:center;
	border-radius:3px;
}
#kategoriler .item span {
	width:calc(100% - 34px);
	padding-left:15px;
	color: var(--Oil-11, #0D0D0D);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.54px;
}
#kategoriler .item.active span ,
#kategoriler .item:hover span 
{
	color: #fff;
}

#kategoriler .urunler {
	display:none;
}
#kategoriler .urunler.active {
	display:flex;
	flex-direction:column;
	grid-gap:10px;
	padding:20px 0px;
}
.urunitem {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	border-radius: 10px;
	background: var(--Absolute-Static-White---S, #FFF);
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
	padding:11px 11px;
}
.urunitem .res {
	width:118px;
	object-fit:cover;
	object-position:center;
	border-radius: 10px;
}
.urunitem .bilgi {
	width:calc(100% - 118px);
	padding-left:11px;
}
.urunitem .bilgi .adi {
	color: var(--Oil-11, #0D0D0D);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.54px;
	margin-bottom:4px;
}
.urunitem .bilgi .desc {
	color: var(--Oil-11, #0D0D0D);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.36px;
	margin-bottom:7px;
}
.urunitem .bilgi .alt {
	display:flex;
	align-items:center;
}
.urunitem .bilgi .fiyat {
	color: var(--Primary-color, #0D0D0D);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.42px;
	margin-right:auto;
}
.urunitem .bilgi .arti {
	display:flex;
	align-items:center;
	justify-content:Center;
	width:30px;
	height:30px;
	border-radius:50%;
	font-size:20px;
	color:#fff;
	background:#000;
}


/*------------------footer----------------------*/

#footer {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	border-radius: 20px 20px 0px 0px;
	background: var(--Absolute-Static-White---S, #FFF);
	box-shadow: 0px -3px 15px 0px rgba(0, 0, 0, 0.10);
	z-index:1001;
}
#footer .buton {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	padding:16px 0px;
	grid-gap:6px;
}
#footer .buton.active:before {
	position:absolute;
	content:"";
	top:0px;
	left:25%;
	width:50%;
	height:4px;
	border-radius: 0px 0px 28px 28px;
	background:#000;
}
#footer .buton b {
	font-size:23px;
	color:#000;
}
#footer .buton span {
	color: var(--Primary-color, #0D0D0D);
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#footer .buton .adetyenile {
	position:absolute;
    top: 5px;
    left: 33px;
	width:26px;
	height:26px;
	border-radius:50%;
	background:#fe492c;
	font-size:10px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
}

/*------------------acilanurun----------------------*/

  #acilanurun {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: white;
    transform: translateY(100vh); /* Initially hidden below the screen */
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

        #acilanurun .resim {
            position: relative;
            width: 100%;
            height: 50vh;
            background: linear-gradient(135deg, #FF6247 0%, #ff8a75 50%, #ffb3a7 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        #acilanurun .resim::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%);
            pointer-events: none;
        }

        #acilanurun .kapat {
            position: absolute;
            top: 40px;
            right: 20px;
            background: rgba(255, 255, 255, 0.95);
            color: #FF6247;
            border: none;
            width: 44px;
            height: 44px;
            border-radius: 22px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            text-decoration: none;
            backdrop-filter: blur(20px);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            z-index: 10;
        }

        #acilanurun .kapat:hover {
            background: white;
            transform: rotate(90deg) scale(1.1);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        #acilanurun .res {
            width: 280px;
            height: 280px;
            border-radius: 28px;
            object-fit: cover;
            border: 6px solid rgba(255, 255, 255, 0.4);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease;
        }

        #acilanurun .res:hover {
            transform: scale(1.05);
        }

        #acilanurun .bilgi {
            flex: 1;
            padding: 28px 20px 110px;
            background: white;
            border-radius: 32px 32px 0 0;
            margin-top: -32px;
            position: relative;
            z-index: 5;
            box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.1);
        }

        #acilanurun .bilgi::before {
            content: '';
            position: absolute;
            top: 12px;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 4px;
            background: #e2e8f0;
            border-radius: 2px;
        }

        #acilanurun .adi {
            font-size: 32px;
            font-weight: 800;
            color: #1a202c;
            text-align: center;
            margin: 20px 0 16px;
            letter-spacing: -0.5px;
        }

        #acilanurun .fiyat {
            font-size: 28px;
            font-weight: 700;
            color: #FF6247;
            text-align: center;
            background: linear-gradient(135deg, rgba(255, 98, 71, 0.1) 0%, rgba(255, 138, 117, 0.1) 100%);
            padding: 16px 24px;
            border-radius: 20px;
            margin-bottom: 32px;
            border: 2px solid rgba(255, 98, 71, 0.1);
        }

        #acilanurun .row {
            display: flex;
            flex-wrap: wrap;
            margin: -6px;
        }

        #acilanurun .col-6 {
            flex: 0 0 50%;
            padding: 6px;
        }

        #acilanurun .col-12 {
            flex: 0 0 100%;
            padding: 6px;
        }

        #acilanurun .mb-2 {
            margin-bottom: 24px;
        }

        #acilanurun .mt-2 {
            margin-top: 24px;
        }

        #acilanurun h5 {
            font-size: 20px;
            font-weight: 700;
            color: #2d3748;
            margin: 0 0 16px;
            text-align: center;
            position: relative;
        }

        #acilanurun h5::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, #FF6247, #ff8a75);
            border-radius: 2px;
        }

        #acilanurun .form-check {
            background: white;
            border: 2px solid #e2e8f0;
            border-radius: 16px;
            padding: 16px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            position: relative;
            height: 100%;
            display: flex;
            align-items: center;
            gap: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        }

        #acilanurun .form-check:hover {
            border-color: #FF6247;
            background: linear-gradient(135deg, rgba(255, 98, 71, 0.05) 0%, rgba(255, 138, 117, 0.05) 100%);
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(255, 98, 71, 0.1);
        }

        #acilanurun .form-check-input {
            width: 20px;
            height: 20px;
            margin: 0;
            cursor: pointer;
            border: 2px solid #cbd5e0;
            border-radius: 50%;
            background: white;
            transition: all 0.3s ease;
            appearance: none;
            position: relative;
        }

        #acilanurun input[type="checkbox"].form-check-input {
            border-radius: 6px;
        }

        #acilanurun .form-check-input:checked {
            background: linear-gradient(135deg, #FF6247 0%, #ff8a75 100%);
            border-color: #FF6247;
        }

        #acilanurun .form-check-input:checked::after {
            content: '✓';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 12px;
            font-weight: bold;
        }

        #acilanurun input[type="radio"].form-check-input:checked::after {
            content: '';
            width: 8px;
            height: 8px;
            background: white;
            border-radius: 50%;
        }

        #acilanurun .form-check-input:checked + .form-check-label {
            color: #FF6247;
            font-weight: 600;
        }

        #acilanurun .form-check:has(.form-check-input:checked) {
            border-color: #FF6247;
            background: linear-gradient(135deg, rgba(255, 98, 71, 0.1) 0%, rgba(255, 138, 117, 0.1) 100%);
            box-shadow: 0 8px 25px rgba(255, 98, 71, 0.15);
            transform: translateY(-2px);
        }

        #acilanurun .form-check-label {
            font-size: 15px;
            color: #4a5568;
            cursor: pointer;
            flex: 1;
            font-weight: 500;
            line-height: 1.4;
        }

        #acilanurun .btn {
            background: linear-gradient(135deg, #FF6247 0%, #ff4d33 100%);
            border: none;
            color: white;
            padding: 18px 32px;
            border-radius: 16px;
            font-weight: 700;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 8px 30px rgba(255, 98, 71, 0.3);
            position: relative;
            overflow: hidden;
            margin-top: 32px;
            letter-spacing: 0.5px;
        }

        #acilanurun .btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.8s ease;
        }

        #acilanurun .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 40px rgba(255, 98, 71, 0.4);
        }

        #acilanurun .btn:hover::before {
            left: 100%;
        }

        #acilanurun .btn:active {
            transform: translateY(-1px);
        }

        #acilanurun .w-100 {
            width: 100%;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            #acilanurun .resim {
                height: 45vh;
            }

            #acilanurun .res {
                width: 240px;
                height: 240px;
            }

            #acilanurun .adi {
                font-size: 28px;
            }

            #acilanurun .fiyat {
                font-size: 24px;
                padding: 14px 20px;
            }
        }

        @media (max-width: 480px) {
            #acilanurun .resim {
                height: 40vh;
            }

            #acilanurun .kapat {
                top: 30px;
                right: 16px;
                width: 40px;
                height: 40px;
            }

            #acilanurun .res {
                width: 200px;
                height: 200px;
                border-radius: 24px;
            }

            #acilanurun .bilgi {
                padding: 28px 20px 110px;
                margin-top: -28px;
                border-radius: 28px 28px 0 0;
				height: 53vh;
		        overflow-y: auto;
            }

            #acilanurun .adi {
                font-size: 24px;
                margin: 16px 0 12px;
            }

            #acilanurun .fiyat {
                font-size: 20px;
                padding: 12px 16px;
                margin-bottom: 24px;
            }

            #acilanurun .col-6 {
                flex: 0 0 100%;
                padding: 4px;
            }

            #acilanurun .form-check {
                padding: 14px;
                gap: 10px;
            }

            #acilanurun h5 {
                font-size: 18px;
                margin-bottom: 12px;
            }

            #acilanurun .btn {
                padding: 16px 24px;
                font-size: 16px;
                margin-top: 24px;
            }
        }

        @media (max-width: 360px) {
            #acilanurun .resim {
                height: 35vh;
            }

            #acilanurun .res {
                width: 180px;
                height: 180px;
            }

            #acilanurun .adi {
                font-size: 22px;
            }

            #acilanurun .fiyat {
                font-size: 18px;
            }
        }

        /* Custom scrollbar */
        #acilanurun::-webkit-scrollbar {
            width: 6px;
        }

        #acilanurun::-webkit-scrollbar-track {
            background: rgba(255, 98, 71, 0.1);
            border-radius: 3px;
        }

        #acilanurun::-webkit-scrollbar-thumb {
            background: linear-gradient(180deg, #FF6247, #ff8a75);
            border-radius: 3px;
        }

        #acilanurun::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(180deg, #ff4d33, #FF6247);
        }

        /* Loading and success states */
        #acilanurun .btn:disabled {
            opacity: 0.8;
            cursor: not-allowed;
            transform: none !important;
        }

        #acilanurun .btn.loading {
            background: linear-gradient(135deg, #94a3b8 0%, #64748b 100%);
        }

        #acilanurun .btn.success {
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
        }

        /* Enhanced animations */
        @keyframes slideUp {
            from {
                transform: translateY(100vh);
            }
            to {
                transform: translateY(0);
            }
        }

        @keyframes slideDown {
            from {
                transform: translateY(0);
            }
            to {
                transform: translateY(100vh);
            }
        }

        #acilanurun.opening {
            animation: slideUp 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        #acilanurun.closing {
            animation: slideDown 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        /* Form styling improvements */
        #acilanurun form {
            display: flex;
            flex-direction: column;
        }

        #acilanurun input[type="hidden"] {
            display: none;
        }

        /* Premium feel additions */
        #acilanurun .form-check::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 16px;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
            opacity: 0;
            transition: opacity 0.3s ease;
            pointer-events: none;
        }

        #acilanurun .form-check:hover::after {
            opacity: 1;
        }




#mobilmenu.show {
    transform: translateX(0);
}

#acilanurun.show {
    transform: translateY(0);
}


/* Legacy Summary Section Support */
.sepet .katman2 {
	margin-top:20px;
}

.sepet .katman2ic {
	background: white;
	border-radius: 15px;
	padding: 1.25rem;
	box-shadow: 0 3px 8px rgba(254, 100, 71, 0.1);
	margin-bottom: 1.5rem;
}

.sepet .toplam {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.75rem 0;
	border-bottom: 2px dashed rgba(254, 100, 71, 0.2);
}

.sepet .toplam:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.sepet .toplam b {
	font-weight: 600;
	color: #2d1b1a;
	font-size: 1rem;
}

.sepet .toplam span {
	font-weight: 700;
	color: #FE6447;
	font-size: 1.1rem;
}