*, ::after, ::before {
	box-sizing: border-box;
}
@font-face {
	font-family: 'Proxima Nova Alt Bold Italic';
	src: url('../font/ProximaNovaAltBoldItalic.otf') format('opentype');
	font-style: italic;
	font-weight: 900;
	font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../font/ProximaNovaFont.otf') format('opentype');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: 'PProxima Nova';
	src: url('../font/ProximaNovaFont.otf') format('opentype');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}
body{
	margin:0px;
	background-color:#101012;
	font-family: 'Proxima Nova', 'PProxima Nova', sans-serif;
}
a{
	text-decoration:none;
}
header{
	padding:30px 0px;
}
ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.container{
	width:1200px;
	padding:0px 20px;
	max-width:100%;
	margin:0px auto;
}
.logo a{
	font-style: italic;
	font-weight: 900;
	font-size: 32px;
	line-height: 39px;
	color: #FF5454;
	font-family: 'Proxima Nova Alt Bold Italic', serif;
}
.logo a span{
	color:white;
}
.active{
	color:white !important;
}
.nav ul li a{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #666666;
	transition: all 0.3s ease;
}

.nav ul li a:hover {
	color: #ffffff;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.nav ul{
	display: flex;
    gap: 44px;
}
.headerflex{
	display: flex;
    align-items: center;
    gap: 100px;
}
.register{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: right;
	color: #FF5454;
	transition: all 0.3s ease;
}

.register:hover {
	color: #ff7676;
	transform: translateY(-2px);
}
.login{
	background: #FF5454;
	border-radius: 5px;
	color:white;
	display: inline-block;
    padding: 9px 46px;
	transition: all 0.3s ease;
}

.login:hover {
	background: #ff7676;
	transform: translateY(-2px);
}
.nav, .menu-right{
	width: 100%;
}
.menu-right{
	gap: 40px;
    display: flex;
    align-items: center;
    justify-content: right;
}

.mobile-auth-buttons {
    display: none;
}
.two-col{
	grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 22px;
	position:relative;
}
.badge{
	font-style: normal;
	font-weight: 400;
	font-size: 13.9373px;
	line-height: 17px;
	text-align: center;
	color: #FFACAC;
    background-color: #2f191b;
    padding: 8px 22px;
    display: inline-block;
    border-radius: 54px;
	margin-bottom: 15px;
}
img{
	max-width:100%;
}
h1{
	margin:0px;
	font-family: 'Proxima Nova Alt Bold Italic', serif;
	font-style: italic;
	font-weight: 900;
	font-size: 96px;
	line-height: 79px;
	color: #FFFFFF;


}
h1 span{
	color:#ff5555;
}
#home p{
	font-style: italic;
	font-weight: 300;
	font-size: 20px;
	line-height: 17px;
	color: #757575;
}
#home{
	padding: 100px 0px;
}
.mimg{
	position: absolute;
    right: 0px;
    z-index: -1;
}
.arrowbtn{
    background-color: #ff5555;
    border: 0px;
    padding: 5px 14px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
}
.subscribe{
    display: flex;
    background-color: #363637;
    border-radius: 4px;
    margin-top: 71px;
}
.tbox{
	width: 100%;
    background-color: #363637;
    border: 0px;
    padding: 16px 30px;
    font-family: 'PProxima Nova';
    font-size: 16px;
    border-radius: 4px;
	color:white;
	outline:0px;
}
h2{
	font-family: 'Proxima Nova Alt Bold Italic', serif;
	font-weight: 900;
	font-size: 40px;
	line-height: 33px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.sec{
	padding:80px 0px;
}
.d-flex{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.tabs{
	display:flex;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #757575;
	gap: 25px;
}
.tabs span {
    cursor: pointer;
    padding: 10px 20px;
    position: relative;
    transition: all 0.3s ease;
}

.tabs span::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: #FF5454;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.tabs span:hover::after {
    width: 80%;
}

.tabs span.activetab {
    color: #FF5454;
}

.tabs span.activetab::after {
    width: 80%;
}

.tabs span:hover {
    color: white;
    transform: translateY(-2px);
}

.tabs span.activetab {
    color: white;
}

.tabs span.activetab:hover {
    color: white;
}
/* Diese Regel entfernen, da sie die doppelte Unterstreichung verursacht */
.activetab {
    color: white;
    /* border-bottom: 1px solid #ff5555; <- Diese Zeile entfernen */
}
.flextab p{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #757575;
}
.flextab p a{
	color:white;
}
.flextab{
	display:flex;
	gap:30px;
	margin-top: 40px;
	align-items:center;
}
.leftsec{
	flex: 0 0 70%;
}
.rightsec{
	flex: 0 0 30%;
	overflow:hidden;
}
swiper-container::part(pagination) {
	position:unset !important;
}
swiper-container::part(bullet) {
	background:#3c3c3c;
	opacity:1;
	width:42px;
	border-radius:12px;
	height:4px;
}
swiper-container::part(bullet-active) {
	background:#8c1314;
	opacity:1;
	width:42px;
	border-radius:12px;
	height:4px;
}
.hide{
	display:none;
}
.three-col{
	grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 22px;
	position:relative;
	margin-top:40px;
}
.btitle {
    font-style: italic;
    font-weight: 900;
    font-size: 24px;
    line-height: 20px;
    color: #FF5454;
    font-family: 'Proxima Nova Alt Bold Italic';
    margin-bottom: 13px;
}
.subtxt{
	font-style: italic;
	font-weight: 700;
	font-size: 15px;
	color: #FFFFFF;
}
.txtbox{
	background-color: #1b1b1e;
    padding: 32px 64px;
    margin-left: -39px;
    z-index: -1;
	border-radius:6px;
}
.image-text{
	display: flex;
    align-items: center;
}
.form-two-col{
	grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 22px;
	position:relative;
	margin-top:40px;
}
.grid{
	display: grid;
    gap: 12px;
}
.btn-group {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.custom-btn {
    font-family: 'Proxima Nova Alt Bold Italic';
    font-size: 18px;
    padding: 16px 38px;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.download-btn {
    background: linear-gradient(45deg, #FF5454, #ff7676);
    color: white;
    box-shadow: 0 4px 20px rgba(255, 84, 84, 0.3);
    border: none;
}

.download-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(255, 84, 84, 0.5);
    background: linear-gradient(45deg, #ff6b6b, #ff8c8c);
}

.how-it-works-btn {
    background: transparent;
    color: #FF5454;
    border: 2px solid #FF5454;
    position: relative;
    z-index: 1;
}

.how-it-works-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255,84,84,0.1), rgba(255,84,84,0.2));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease;
    z-index: -1;
}

.how-it-works-btn:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.how-it-works-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(255, 84, 84, 0.2);
}

.custom-btn i {
    font-size: 20px;
}

.custom-btn:hover i {
    transform: translateX(5px);
}
.btn {
    font-family: 'Proxima Nova Alt Bold Italic';
    font-weight: 700;
    font-size: 18px;
    padding: 16px 38px;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    cursor: pointer;
    background: #FF5454;
    color: white;
    border: none;
}


.btn-submit{
	background: #FF5454;
	border-radius: 5px;
	color:white;
	display: inline-block;
    padding: 9px 46px;
	transition: all 0.3s ease;
}

.btn-submit:hover {
	background: #ff7676;
	transform: translateY(-2px);
}
.btn:hover {
    background: #ff7676;
    color: white;
    transform: translateY(-2px);
}
.text-right{
	text-align:right;
}
.footer-links{
	display:flex;
	gap:33px;
	justify-content:center;
}
.footer-links a{
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	text-decoration-line: underline;
	color: #FFFFFF;
}
footer{
	margin-top: 0;
    background-color: #101012;
    padding: 30px 0px;
	text-align:center;
}
footer p{
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: #757575;
	margin-bottom: 0px;
    margin-top: 13px;
}
.footer-social{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    margin-top: 6px;
}
.fa-bars{
	display:none;
	cursor:pointer;
	color:white;
}
@media only screen and (max-width: 992px) {
    .nav {
        display: none;
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        background: #101012;
        padding: 20px;
        z-index: 1000;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }
    
    .nav.active {
        display: block;
    }
    
    .nav ul {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .nav ul li a {
        font-size: 18px;
        padding: 10px 0;
        border-bottom: 1px solid #333;
        display: block;
    }
    
    /* Mobile Menu Register/Login Buttons */
    .mobile-auth-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #333;
    }
    
    .mobile-auth-buttons .register,
    .mobile-auth-buttons .login {
        display: block;
        text-align: center;
        padding: 12px 20px;
        border-radius: 5px;
        font-size: 16px;
    }
    
    .fa-bars {
        display: block;
        font-size: 24px;
    }
    
    .menu-right {
        gap: 15px;
    }
    
    .menu-right .register,
    .menu-right .login {
        display: none; /* Verstecke Desktop Auth-Buttons auf Mobile */
    }

    .headerflex {
        position: relative;
    }

    .two-col, .three-col, .form-two-col {
        grid-template-columns: 1fr;
    }

    .txtbox {
        margin-left: 0;
        padding: 20px;
    }

    .image-text {
        flex-direction: column;
    }

    .blog-row {
        flex-direction: column;
    }

    .join-us-features {
        grid-template-columns: 1fr;
    }

    .cart-slider {
        width: 100%;
        right: -100%;
    }

    .footer-links {
        flex-wrap: wrap;
        gap: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    h1 {
        font-size: 40px;
        line-height: 1.2;
    }

    h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .sec {
        padding: 40px 0;
    }

    .tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .btn-group {
        flex-direction: column;
        gap: 10px;
    }

    .custom-btn {
        width: 100%;
        justify-content: center;
    }
}

@media only screen and (max-width: 480px) {
    .login, .register {
        padding: 8px 16px;
        font-size: 14px;
    }

    .cart-icon {
        margin-right: 10px;
    }

    .blog-container, .blog-detail-container {
        padding: 20px;
    }
}

/* Mobile Optimierungen für Auth-Seite */
@media only screen and (max-width: 768px) {
    .coming-soon-container {
        padding: 20px !important;
        margin: 10px !important;
        max-width: 90% !important;
        box-shadow: 0 0 20px rgba(255, 84, 84, 0.2) !important;
    }
    
    .logo a {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
    
    #countdown {
        font-size: 1.8rem !important;
        margin: 15px 0 !important;
    }
    
    .features {
        flex-direction: column !important;
        gap: 15px !important;
        margin: 20px 0 !important;
    }
    
    .feature {
        padding: 10px !important;
    }
    
    .feature i {
        font-size: 1.5rem !important;
    }
}

@media only screen and (max-width: 480px) {
    .coming-soon-container {
        padding: 15px !important;
        margin: 5px !important;
    }
    
    .logo a {
        font-size: 24px !important;
    }
    
    h1 {
        font-size: 24px !important;
        line-height: 1.1 !important;
    }
    
    .tagline {
        font-size: 0.9rem !important;
    }
}

.blog-container {
    background: #1b1b1e;
    border-radius: 15px;
    padding: 40px;
    margin: 20px 0;
    transition: all 0.3s ease;
}

.blog-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 84, 84, 0.2);
}

.blog-grid {
    margin-top: 30px;
}

.blog-row {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.blog-preview-container {
    flex: 1;
    background: #1b1b1e;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.blog-preview-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 84, 84, 0.2);
}

.blog-preview-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.blog-preview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-preview-content {
    padding: 20px;
}

.blog-title {
    font-family: 'Proxima Nova';
    font-size: 24px;
    font-weight: 700;
    color: #FF5454;
    margin-bottom: 15px;
}

.blog-meta {
    color: #757575;
    font-size: 14px;
    margin-bottom: 15px;
}

.read-more {
    display: inline-block;
    color: #FF5454;
    text-decoration: none;
    font-weight: 600;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.read-more:hover {
    color: #ff7676;
}

.blog-detail-container {
    background: #1b1b1e;
    border-radius: 15px;
    padding: 40px;
    margin: 20px 0;
    transition: all 0.3s ease;
}

.blog-detail-header {
    margin-bottom: 30px;
}

.blog-detail-title {
    font-family: 'Proxima Nova';
    font-size: 36px;
    font-weight: 700;
    color: #FF5454;
    margin-bottom: 15px;
}

.blog-detail-meta {
    color: #757575;
    font-size: 14px;
    margin-bottom: 20px;
}

.blog-detail-content {
    color: #ffffff;
    line-height: 1.8;
    font-size: 16px;
}

.blog-detail-content img {
    max-width: 100%;
    border-radius: 8px;
    margin: 20px 0;
}

.blog-detail-content h2, 
.blog-detail-content h3 {
    color: #FF5454;
    margin: 30px 0 15px;
}

.blog-detail-content p {
    margin-bottom: 20px;
}

.blog-detail-content ul,
.blog-detail-content ol {
    margin: 20px 0;
    padding-left: 20px;
    color: #ffffff;
}

.blog-detail-content blockquote {
    background: #2f191b;
    border-left: 4px solid #FF5454;
    padding: 20px;
    margin: 20px 0;
    color: #FFACAC;
}

.error-message {
    text-align: center;
    padding: 40px;
}
.blog-content {
    color: #ffffff;
}

.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4 {
    color: #FF5454;
    margin: 20px 0 10px 0;
}

.blog-content ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}

.blog-content .pro-tip {
    background: #2f191b;
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0;
    border-left: 4px solid #FF5454;
}

.blog-content .implementation-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 15px 0;
}

.blog-content .option {
    background: #2f191b;
    padding: 20px;
    border-radius: 8px;
}
.blog-featured-image {
    width: 100%;
    margin: 20px 0 30px 0;
    border-radius: 15px;
    overflow: hidden;
}

.blog-featured-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.blog-featured-image img:hover {
    transform: scale(1.02);
}
.join-us-section {
    background: rgba(27, 27, 30, 0.95);
    padding: 80px 0;
    position: relative;
    z-index: 2;
}

.join-us-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    align-items: center;
}

.join-us-content {
    color: #FFFFFF;
}

.join-us-content h2 {
    font-family: 'Proxima Nova Alt Bold Italic';
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #FFFFFF;
}

.join-us-content h2 span {
    color: #FF5454;
}

.join-us-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #757575;
    margin-bottom: 30px;
}

.join-us-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.feature-item {
    background: #1b1b1e;
    padding: 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 84, 84, 0.2);
}

.feature-item h3 {
    font-family: 'Proxima Nova Alt Bold Italic';
    font-size: 20px;
    color: #FF5454;
    margin-bottom: 15px;
}

.feature-item p {
    font-size: 16px;
    color: #757575;
    line-height: 1.5;
}

.join-us-image {
    position: relative;
}

.join-us-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 992px) {
    .join-us-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .join-us-content h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 768px) {
    .join-us-features {
        grid-template-columns: 1fr;
    }
}

.faq-grid {
    display: grid;
    gap: 40px;
    margin-top: 30px;
}

.faq-section {
    margin-bottom: 30px;
}

.faq-section h3 {
    font-family: 'Proxima Nova Alt Bold Italic';
    font-size: 24px;
    color: #FF5454;
    margin-bottom: 20px;
}

.faq-item {
    background: #1b1b1e;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(255, 84, 84, 0.2);
}

.faq-item h4 {
    font-family: 'Proxima Nova';
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}

.faq-item p {
    color: #757575;
    line-height: 1.6;
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .faq-item {
        padding: 15px;
    }
}
/* Warenkorb-Icon im Header */
.cart-icon {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    color: #FF5454;
    font-size: 20px;
    transition: all 0.3s ease;
}

.cart-icon:hover {
    color: #ff7676;
    transform: translateY(-2px);
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #FF5454;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* Warenkorb-Slider */
.cart-slider {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background-color: #1b1b1e;
    z-index: 1000;
    transition: right 0.3s ease;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
}

.cart-slider.open {
    right: 0;
}

.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.cart-overlay.open {
    display: block;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #2a2a2e;
}

.cart-header h3 {
    color: white;
    margin: 0;
    font-family: 'Proxima Nova Alt Bold Italic';
}

.close-cart {
    background: none;
    border: none;
    color: #757575;
    font-size: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-cart:hover {
    color: #FF5454;
}

.cart-items {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #2a2a2e;
}

.item-details h4 {
    color: white;
    margin: 0 0 5px 0;
    font-size: 16px;
}

.item-price {
    color: #FF5454;
    font-weight: bold;
}

.item-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.quantity-control {
    display: flex;
    align-items: center;
    gap: 8px;
}

.quantity-btn {
    background-color: #2a2a2e;
    border: none;
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.quantity-btn:hover {
    background-color: #3a3a3e;
}

.quantity {
    color: white;
    min-width: 20px;
    text-align: center;
}

.remove-item {
    background: none;
    border: none;
    color: #757575;
    cursor: pointer;
    transition: color 0.3s ease;
}

.remove-item:hover {
    color: #FF5454;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #2a2a2e;
    color: white;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}

.total-price {
    color: #FF5454;
}

.cart-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.checkout-btn {
    background: linear-gradient(45deg, #FF5454, #ff7676);
    color: white;
    border: none;
    padding: 12px 0;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    flex: 2;
    text-decoration: none;
}

.checkout-btn:hover {
    background: linear-gradient(45deg, #ff6b6b, #ff8c8c);
    transform: translateY(-2px);
}

.clear-cart {
    background-color: #2a2a2e;
    color: white;
    border: none;
    padding: 12px 0;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    flex: 1;
}

.clear-cart:hover {
    background-color: #3a3a3e;
}

.empty-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #757575;
    text-align: center;
    padding: 40px 0;
}

.empty-cart i {
    font-size: 60px;
    margin-bottom: 20px;
}

.continue-shopping {
    background: linear-gradient(45deg, #FF5454, #ff7676);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
}

.continue-shopping:hover {
    background: linear-gradient(45deg, #ff6b6b, #ff8c8c);
    transform: translateY(-2px);
}

@media (max-width: 576px) {
    .cart-slider {
        width: 100%;
        right: -100%;
    }
}

/* Checkout Styles */
.checkout-container {
    padding: 60px 0;
    color: white;
}

.checkout-title {
    font-family: 'Proxima Nova Alt Bold Italic';
    font-size: 36px;
    margin-bottom: 40px;
    color: #FF5454;
}

.checkout-content {
    display: flex;
    gap: 40px;
}

.checkout-summary {
    flex: 1;
    background-color: #1b1b1e;
    border-radius: 10px;
    padding: 30px;
}

.checkout-form {
    flex: 2;
    background-color: #1b1b1e;
    border-radius: 10px;
    padding: 30px;
}

.checkout-summary h2,
.checkout-form h2 {
    font-family: 'Proxima Nova Alt Bold Italic';
    font-size: 24px;
    margin-bottom: 20px;
    color: white;
}

.checkout-items {
    margin-bottom: 20px;
}

.checkout-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #2a2a2e;
}

.checkout-item:last-child {
    border-bottom: none;
}

.item-info h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
}

.item-quantity {
    color: #757575;
    font-size: 14px;
}

.checkout-total {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #2a2a2e;
    font-weight: bold;
    font-size: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.form-group input,
.form-group textarea,
.form-control {
    width: 100%;
    padding: 12px;
    background-color: #2a2a2e;
    border: 1px solid #3a3a3e;
    border-radius: 5px;
    color: white;
    font-family: 'PProxima Nova', sans-serif;
    font-size: 16px;
}

.form-group textarea {
    height: 100px;
    resize: vertical;
}

#card-element {
    padding: 16px;
}

.payment-error {
    color: #FF5454;
    margin-top: 10px;
    font-size: 14px;
}

/* Success Page Styles */
.success-container {
    padding: 80px 0;
    color: white;
}

.success-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.success-icon {
    font-size: 80px;
    color: #4CAF50;
    margin-bottom: 20px;
}

.success-content h1 {
    font-family: 'Proxima Nova Alt Bold Italic';
    font-size: 36px;
    margin-bottom: 10px;
}

.order-number {
    font-size: 18px;
    color: #FF5454;
    margin-bottom: 20px;
}

.success-message {
    font-size: 18px;
    margin-bottom: 40px;
}

.order-details {
    background-color: #1b1b1e;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    text-align: left;
}

.order-details h2 {
    font-family: 'Proxima Nova Alt Bold Italic';
    font-size: 24px;
    margin-bottom: 20px;
}

.order-items {
    margin-bottom: 20px;
}

.order-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #2a2a2e;
}

.order-total {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #2a2a2e;
    font-weight: bold;
    font-size: 20px;
}

.email-notice {
    font-size: 16px;
    color: #757575;
    margin-bottom: 30px;
}

.success-actions {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .checkout-content {
        flex-direction: column;
    }
    
    .checkout-summary,
    .checkout-form {
        width: 100%;
    }
}
