@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');



body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    height: 99vh;
    background-color: rgb(11, 11, 11);
    color: white;
}

body.loading {
    overflow: hidden;
}

.header {
    height: 80px;
    border-bottom: 1px solid rgb(26, 26, 26);
    background-color: rgba(12, 12, 12, 0.8);
    justify-content: center;
    align-items: center;
    display: flex;
}

.nav {
    width: 150vh;
    height: 80px;
    margin: auto;
    display: flex;
}

.logo {
    width: 300px;
    justify-content: center;
    align-items: center;
    display: flex;
   
}

.jk {
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
}


.navbar {
    justify-content: end;
    display: flex;
    

    
}

.tt {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 500px;
    height: 80px;
    color: white;
    font-size: 110%;
}

.navsec {
    margin: 10px;
    transition: 0.3s;
    cursor: pointer;
}

.navsec:hover {
    transform: translateY(-2px);
}
.navsec:active {
    color: #c4c4c4;
}

.section1 {
    width: 100%;
    height: 650px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.mmtext {
    text-align: center;
    color: white;
    
}

.textmain {
    font-size: 320%;
    font-weight: 700;
}

.textdes {
    font-size: 130%;
    color: rgb(255, 255, 255);
    font-weight: 600;
    width: 720px;
}


.dwn {
    margin-top: 20px;
  align-items: center;
  appearance: none;
  background-color: #FCFCFD;
  border-radius: 8px;
  border-width: 0;
  box-sizing: border-box;
  color: #000000;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 47px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
  cursor: pointer;
}

.dwn:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(255, 255, 255, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.dwn:hover {

  transform: translateY(-2px);
}

.dwn:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}


.section2 {
            height: 130px;
            justify-content: center;
            align-items: center;
            display: flex;
        }

        .karuzela {
            justify-content: flex-start;
            align-items: center;
            display: flex;
            overflow: hidden;
            white-space: nowrap;
            width: 100%;
            position: relative;
        }

        .algory {
            display: inline-flex;
            animation: scroll 75s linear infinite;
        }

        @keyframes scroll {
            from {
                transform: translateX(-50%);
            }
            to {
                transform: translateX(0%);
            }
        }

        .algo {
            margin: 0 15px;
            color: rgb(194, 194, 194);
            font-size: 100%;
            white-space: normal;
            transition: 0.2s;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            text-align: left;
            width: 320px;
            height: 140px;
            padding: 12px 18px;
            border: 1px solid rgb(26, 26, 26);
            border-radius: 8px;
                        background-color: rgba(12, 12, 12, 0.8);
            flex-shrink: 0;
            justify-content: space-between;
        }

        .algo:hover {
            color: white;
            border-color: rgba(34, 34, 34, 0.6);
            background-color: rgba(17, 17, 17, 0.8);
        }

        .section2:hover .algory {
            animation-play-state: paused;
        }

        .review-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            margin-bottom: 6px;
        }

        .stars {
            font-size: 20px;
            color: #e2e2e2;
            letter-spacing: 1px;
        }

        .review-date {
            font-size: 10px;
            color: rgb(120, 120, 120);
            font-weight: 500;
        }

        .review-text {
            font-size: 17px;
            line-height: 1.35;
            color: rgb(190, 190, 190);
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            flex-grow: 1;
        }

        .review-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            margin-top: 4px;
        }

        .review-platform {
            font-size: 10px;
            color: rgb(140, 140, 140);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-weight: 600;
        }

        .helpful-count {
            font-size: 10px;
            color: rgb(100, 100, 100);
        }

        .section3 {
    min-height: 300px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 40px 20px;
}

.cc2 {
                font-size: 2.5rem;
            font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.hh2 {

}

.search {
    padding-left: 50px;
    color: rgb(189, 189, 189);
    width: 360px;
    height: 38px;
    transition: 0.5s;
    border-radius: 10px;
    background-color: rgba(13, 13, 13, 0.95);
      border: 1px solid rgb(26, 26, 26);
    font-size: 105%;
}

.search:focus  {
    width: 430px;
    outline: transparent;
}

.ss {
    color: rgb(109, 109, 109);
    transition: 0.3s;
    cursor: pointer;
}
.ss:hover {
    color: rgb(212, 212, 212);

}
.bb3 {
    width: 40px;
    height: 40px;
        position: absolute;
        margin-top: 1px;
        justify-content: center;
        align-items: center;
        display: flex;
        border-right: 1px solid rgb(26, 26, 26);

}

         .section4 {
                border-top: 1px solid rgb(26, 26, 26);
            min-height: 100vh;
            padding: 60px 20px;
            background-color: rgba(13, 13, 13, 0.95);
        }

        .products-container {
            max-width: 1300px;
            margin: 0 auto;
        }

        .category-section {
            margin-bottom: 80px;

        }

        .category-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .category-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: white;
            margin-bottom: 10px;
            background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .category-subtitle {
            font-size: 1.1rem;
            color: rgb(160, 160, 160);
            font-weight: 500;
        }

.products-grid {
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
    justify-content: flex-start; /* Zmienione z center na flex-start */
    align-content: center;
    padding: 0 20px;
    max-width: 1300px; /* Dodaj max-width aby kontrolować szerokość */
    margin: 0 auto; /* Wyśrodkuj cały kontener */
}

        .product-card {
            width: 360px;
            background-color: rgba(15, 15, 15, 0.95);
            border: 1px solid rgb(26, 26, 26);
            border-radius: 12px;
            padding: 15px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(10px);
            cursor: pointer;
        }

        .product-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
            transition: left 0.6s ease;
            z-index: 1;
        }

        .product-card:hover::before {
            left: 100%;
        }

        .product-card:hover {
            border-color: rgba(31, 31, 31, 0.6);
        }


        .product-image {
            width: 100%;
            height: 150px;
            background: linear-gradient(135deg, rgba(25, 25, 25, 0.9) 0%, rgba(35, 35, 35, 0.9) 100%);
            border-radius: 8px;
            margin-bottom: 20px;
            border: 1px solid rgba(50, 50, 50, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            background-size: cover;
            background-position: center;
        }



        .product-info {
            margin-bottom: 20px;
        }

        .product-title {
            font-size: 1.3rem;
            font-weight: 600;
            color: white;
            margin-bottom: 12px;
            line-height: 1.3;
        }

        .product-stats {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
        }

        .stock-info {
            font-size: 0.8rem;
            color: rgba(255, 255, 255, 0.7);
            font-weight: 500;
        }

        .stock-info.out {
            color: #ff6b6b;
        }

        .product-price {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 16px;
        }

        .old-price {
            color: rgb(130, 130, 130);
            text-decoration: line-through;
            font-size: 0.85rem;
        }

        .new-price {
            color: white;
            font-size: 1.2rem;
            font-weight: 600;
        }

        .buy-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(10px);
            color: white;
            text-align: center;
            padding: 12px;
            font-size: 0.95rem;
            font-weight: 500;
            letter-spacing: 0.3px;
            transform: translateY(100%);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 3;
        }

        .product-card:hover .buy-overlay {
            transform: translateY(0);
        }


        @media (max-width: 768px) {
    .products-grid {
        justify-content: center;
        display: flex;
        align-items: center;
    
    }
            
            .category-title {
                font-size: 2rem;
            }
            
            .product-card {
                padding: 20px;
            }
            
            .section4 {
                padding: 40px 10px;
            }
        }

        @media (max-width: 480px) {
            
            .category-title {
                font-size: 1.8rem;
            }
            
            .product-title {
                font-size: 1.2rem;
            }
            
            .product-stats {
                flex-direction: column;
                align-items: flex-start;
                gap: 8px;
            }
        }

        @media (min-width: 900px) and (max-width: 1399px) {
    .products-grid {
        justify-content: center;
        display: flex;
        align-items: center;
    
    }
         
    
    .products-grid {
        gap: 30px;
        padding: 0 25px;
    }
    
    .product-card {
        width: 360px;
    }
}


mark {
    background-color: #ccc;
    padding: 1px 3px;
    border-radius: 2px;
}

.product-card.fade-in {
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}




.search-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-dropdown.show {
    opacity: 1;
    transform: translateY(0);
}



.dropdown-content {
    background: rgba(13, 13, 13, 0.95);
          border: 1px solid rgb(26, 26, 26);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow-y: auto;
}

.dropdown-content {
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}

.dropdown-content::-webkit-scrollbar {
    display: none;
}


.search-info {
    padding: 12px 16px;
    color: #888;
    font-size: 13px;
    border-bottom: 1px solid #141414;
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-info i {
    color: #666;
}

.dropdown-item {
    padding: 10px 12px;
    cursor: pointer;
    border-bottom: 1px solid #141414;
    transition: all 0.15s ease;
    font-size: 13px;
    color: #e0e0e0;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover,
.dropdown-item.selected {
    background: linear-gradient(135deg, #1a1a1a 0%, #1f1f1f 100%);
    color: #fff;
    transform: translateX(2px);
}

.dropdown-item i {
    color: #666;
    transition: color 0.15s ease;
    width: 12px;
    text-align: center;
}

.dropdown-item:hover i,
.dropdown-item.selected i {
    color: #474747 ;
}

.dropdown-item span {
    flex: 1;
}

.dropdown-content::-webkit-scrollbar {
    width: 6px;
}

.dropdown-content::-webkit-scrollbar-track {
    background: #2a2a2a;
    border-radius: 0 6px 6px 0;
}

.dropdown-content::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 3px;
    transition: background 0.2s;
}

.dropdown-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.search-dropdown mark {
    background: linear-gradient(135deg, #474747 0%, #474747  100%);
    color: #000;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(76, 175, 80, 0.3);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-item {
    animation: fadeInUp 0.2s ease forwards;
}

.dropdown-item:nth-child(1) { animation-delay: 0ms; }
.dropdown-item:nth-child(2) { animation-delay: 30ms; }
.dropdown-item:nth-child(3) { animation-delay: 60ms; }
.dropdown-item:nth-child(4) { animation-delay: 90ms; }
.dropdown-item:nth-child(5) { animation-delay: 120ms; }
.dropdown-item:nth-child(6) { animation-delay: 150ms; }
.dropdown-item:nth-child(7) { animation-delay: 180ms; }


.footer {
        background-color: rgb(11, 11, 11);
    border-top: 1px solid rgb(26, 26, 26);
    padding: 40px 0 30px;
    font-family: "Open Sans", sans-serif;
}

.footercontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footermain {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 30px;
}

.footerbrand {
    width: 50px;
    height: 60px;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
}

.footerlogo {
    width: 50px;



}

.footertagline {
    color: #909090;
    font-size: 14px;
}

.footerlinks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footerlinks a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.footerlinks a:hover {
    color: white;
}

.footersocial {
    display: flex;
    gap: 15px;
}

.footersocial a {
    color: #909090;
    font-size: 18px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footersocial a:hover {
    color: white;
    transform: translateY(-2px);
}

.footerbottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid rgb(26, 26, 26);
    flex-wrap: wrap;
    gap: 20px;
}

.footerlegal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;

}

.footerlegal a {
    color: #707070;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease;

}

.footerlegal a:hover {
    color: #b0b0b0;
}

.footercopyright {
    color: #707070;
    font-size: 13px;
}

.languageselect {
    background-color: transparent;
    color: #909090;
    border: 1px solid rgb(26, 26, 26);
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 13px;
    appearance: none;
    outline: none;
    transition: all 0.2s ease;

}

.languageselect:hover {
    border-color: #505050;
    color: white;
}

@media screen and (max-width: 768px) {
    .footermain {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 25px;
    }
    
    .footer-brand {
        align-items: center;
    }
    
    .footerlinks {
        justify-content: center;
    }
    
    .footerbottom {
        flex-direction: column;
        gap: 15px;
    }
    
    .footerlegal {
        justify-content: center;
    }
}

       .product-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.85);
            backdrop-filter: blur(12px);
            z-index: 10000;
            display: none;
            opacity: 0;
            transition: all 0.3s ease;
            padding: 20px;
        }

        .product-modal.show {
            display: flex;
            opacity: 1;
        }

        .modal-container {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow-y: auto;
        }

        .modal-content {
            background: #111;
            border: 1px solid #222;
            border-radius: 16px;
            max-width: 850px;
            width: 100%;
            min-width: 60vh;
            overflow: hidden;
            position: relative;
            transform: scale(0.95);
            transition: transform 0.3s ease;
            box-shadow: 0 25px 80px rgba(0, 0, 0, 0.6);
        }

        .product-modal.show .modal-content {
            transform: scale(1);
        }

        .modal-close {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: transparent;
            color: #999;
            font-size: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s ease;
            z-index: 10001;
        }

        .modal-close:hover {
            color: #fff;
        }

        .step-navigation {
            display: flex;
            height: 75px;
            border-bottom: 1px solid #222;
            justify-content: center;
            align-items: center;
            display: flex;
        }

        .step {
            flex: 1;
            text-align: center;
            position: relative;
        }

        .step-number {
            width: 22px;
            height: 22px;
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid #333;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 8px;
            font-size: 10px;
            font-weight: 600;
            color: #777;
            transition: all 0.3s ease;
        }

        .step.active .step-number {
            background: #fff;
            color: #000;
            border-color: #fff;
        }

        .step.completed .step-number {
            background: #fff;
            color: #000;
            border-color: #fff;
        }

        .step-title {
            font-size: 12px;
            color: #777;
            font-weight: 500;
        }

        .step.active .step-title {
            color: #fff;
            font-weight: 600;
        }

        .step-connector {
            position: absolute;
            top: 14px;
            left: 60%;
            width: 80%;
            height: 1px;
            background: #333;
            z-index: -1;
        }

        .step:last-child .step-connector {
            display: none;
        }

        .step.completed .step-connector {
            background: #fff;
        }

        .step-content {
            padding: 32px;
            min-height: 400px;
            max-height: 500px;
            overflow-y: auto;
        }


        .step-content::-webkit-scrollbar {
            width: 4px;
        }

        .step-content::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 3px;
        }

        .step-content::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.15);
            border-radius: 3px;
        }

        .step-content::-webkit-scrollbar-thumb:hover {
            background: rgba(255, 255, 255, 0.25);
        }

        .step-panel {
            display: none;
        }

        .step-panel.active {
            display: block;
        }

        .product-details {
            display: grid;
            grid-template-columns: 250px 1fr;
            gap: 32px;
            align-items: start;
        }

        .product-image-large {
            width: 100%;
            height: 160px;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid #222;
            border-radius: 12px;
            background-size: cover;
            background-position: center;
      
        
        }

        .product-info-detailed {
            color: #fff;
            margin-top: -25px;
        }

        .product-title-large {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 12px;
            color: #fff;
            line-height: 1.3;
        }

        .product-price-large {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 20px;
        }

        .old-price-large {
            color: #777;
            text-decoration: line-through;
            font-size: 1rem;
        }

        .new-price-large {
            color: #fff;
            font-size: 1.4rem;
            font-weight: 700;
        }

        .product-description {
            color: #ccc;
            line-height: 1.5;
            margin-bottom: 20px;
            padding: 16px;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid #222;
            border-radius: 8px;
            font-size: 14px;
        }

        .product-features {
            list-style: none;
            padding: 0;
            margin: 0 0 20px 0;
        }

        .product-features li {
            padding: 4px 0;
            color: #ccc;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
        }

        .product-features li:before {
            content: '✓';
            color: #4ade80;
            font-weight: bold;
            font-size: 12px;
        }

        .terms-section {
            margin-top: 16px;
        }

        .terms-title {
            font-size: 14px;
    
            color: #e0e0e0;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .terms-content {
            height: 170px;
            overflow-y: auto;
            padding: 16px;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid #222;
            border-radius: 8px;
            font-size: 12px;
            line-height: 1.5;
            color: #aaa;
        }

        .terms-content::-webkit-scrollbar {
            width: 4px;
        }

        .terms-content::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 2px;
        }

        .terms-content::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.15);
            border-radius: 2px;
        }

        .checkout-form {
            max-width: 420px;
            margin: 0 auto;
        }

        .checkout-form h3 {
            text-align: center;
            margin-bottom: 28px;
            color: #fff;
            font-size: 1.3rem;
            font-weight: 700;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-label {
            display: block;
            color: #ccc;
            font-weight: 600;
            margin-bottom: 6px;
            font-size: 13px;
        }

        .form-input {
            width: 100%;
            padding: 12px 14px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid #333;
            border-radius: 8px;
            color: #fff;
            font-size: 14px;
            transition: all 0.2s ease;
            box-sizing: border-box;
        }

        .form-input:focus {
            outline: none;
            border-color: #5e5e5e;
            background: rgba(255, 255, 255, 0.08);
        }

        .form-input::placeholder {
            color: #777;
        }

        .payment-methods {
            margin-top: 24px;
        }

        .payment-methods h4 {
            color: #fff;
            margin-bottom: 16px;
            font-size: 14px;
            font-weight: 700;
        }

        .payment-method {
            display: flex;
            align-items: center;
            padding: 14px;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid #333;
            border-radius: 8px;
            margin-bottom: 8px;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .payment-method:hover {
            background: rgba(255, 255, 255, 0.08);
            border-color: #5e5e5e;
        }

        .payment-method.selected {
            border-color: #5e5e5e;
            background: rgba(214, 214, 214, 0.08);
        }

        .payment-radio {
            display: none;
        }

        .payment-icon {
            width: 24px;
            height: 24px;
            margin-right: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid #333;
            border-radius: 4px;
            font-size: 14px;
        }

        .payment-name {
            font-weight: 600;
            color: #fff;
            flex: 1;
            font-size: 14px;
        }

        .payment-desc {
            font-size: 12px;
            color: #777;
        }

        .order-summary {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid #333;
            border-radius: 12px;
            padding: 20px;
            margin-top: 24px;
        }

        .summary-title {
            font-size: 1rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 16px;
            text-align: center;
        }

        .summary-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 8px;
            color: #ccc;
            font-size: 13px;
        }

        .summary-row.total {
            border-top: 1px solid #333;
            padding-top: 12px;
            margin-top: 12px;
            font-weight: 700;
            color: #fff;
            font-size: 14px;
        }

        .modal-actions {
            height: 60px;
            border-top: 1px solid #222;
            justify-content: center;
            align-items: center;
            display: flex;
            background: transparent;
        }

        .btn {
            justify-content: center;
            align-items: center;
            display: flex;
           width: 85px;
           height: 35px;
           margin: 30px;
            border: none;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s ease;
            display: flex;
            align-items: center;
            font-size: 13px;
        }

        .btn-secondary {
            background: rgba(255, 255, 255, 0.08);
            color: #ccc;
            border: 1px solid #333;
        }

        .btn-secondary:hover {
            background: rgba(255, 255, 255, 0.15);
            color: #fff;
            border-color: #555;
        }

        .btn-primary {
            background: #fff;
            color: #000;
        }

        .btn-primary:hover {
            background: #f0f0f0;
        }

        .btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

    
        .payment-placeholder {
            text-align: center;
            padding: 40px 20px;
        }

        .payment-placeholder i {
            font-size: 2.5rem;
            color: #fff;
            margin-bottom: 16px;
        }

        .payment-placeholder h3 {
            color: #fff;
            margin-bottom: 8px;
            font-size: 1.3rem;
            font-weight: 700;
        }

        .payment-placeholder p {
            color: #777;
            font-size: 14px;
        }

   
        @media (max-width: 1024px) {
            .modal-content {
                max-width: 90vw;
            }
            
            .step-content {
                padding: 28px;
            }
        }

        @media (max-width: 768px) {
            .product-modal {
                padding: 10px;
            }
            
            .modal-content {
                max-width: 100%;
                max-height: 95vh;
                border-radius: 12px;
            }

            .step-navigation {
                padding: 24px 20px 20px;
            }

            .step-content {
                padding: 24px 20px;
                min-height: 350px;
                max-height: 400px;
            }

            .modal-actions {
                padding: 20px;
            }

            .modal-close {
                top: 16px;
                right: 16px;
                width: 32px;
                height: 32px;
            }

            .product-details {
                grid-template-columns: 1fr;
                gap: 24px;
            }

            .product-image-large {
                height: 180px;
                max-width: 200px;
                margin: 0 auto;
            }

            .product-title-large {
                font-size: 1.3rem;
                text-align: center;
            }

            .product-price-large {
                justify-content: center;
            }

            .new-price-large {
                font-size: 1.3rem;
            }

            .checkout-form {
                max-width: 100%;
            }
        }

        @media (max-width: 480px) {
            .step-navigation {
                padding: 20px 16px 16px;
            }

            .step-content {
                padding: 20px 16px;
                min-height: 300px;
                max-height: 350px;
            }

            .modal-actions {
                padding: 16px;
                flex-direction: column;
            }

            .btn {
                width: 100%;
                justify-content: center;
            }

            .step-number {
                width: 24px;
                height: 24px;
                font-size: 11px;
            }

            .step-title {
                font-size: 11px;
            }

            .product-title-large {
                font-size: 1.2rem;
            }

            .new-price-large {
                font-size: 1.2rem;
            }
        }

        


        #goToPayBtn {
            width: 100px;
        }


             .page-loader {
            backdrop-filter: blur(20px);
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(11, 11, 11, 0.87);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.5s ease, visibility 0.5s ease;
        }


        .page-loader.loaded {
            opacity: 0;
            visibility: hidden;
        }

        .loader-content {
            text-align: center;
            color: #fff;
        }

        .ghost-loader {
            width: 80px;
            height: 80px;
            margin: 0 auto 30px;
            position: relative;
            justify-content: center;
            align-items: center;
            display: flex;
        }

        .loadermain {
            margin: auto;
            width: 100px;
            height: 100px;
        }

        .loaderimg {
            width: 100px;
            animation: cwelitobambito 2s infinite;
        }

        @keyframes cwelitobambito {
            0%{

            }
            50%{
                transform: translateY(-5px);

            }
            100%{
            }
            
        }


        .loading-subtitle {
            font-size: 14px;
            color: #ffffff;
            margin-bottom: 30px;
            font-weight: 500;
        }

        .loading-bar {
            width: 200px;
            height: 4px;
            background: #333;
            border-radius: 2px;
            overflow: hidden;
            margin: 0 auto;
        }

        .loading-progress {
            height: 100%;
            background: linear-gradient(90deg, #f3f3f3, #ececec);
            border-radius: 2px;
            width: 0%;
            animation: loading 3s ease-in-out infinite;
        }

        .loading-percentage {
            margin-top: 15px;
            font-size: 12px;
            color: #666;
            font-family: monospace;
        }

        .main-content {
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.5s ease 0.3s, visibility 0.5s ease 0.3s;
        }

        .main-content.loaded {
            opacity: 1;
            visibility: visible;
        }


        @keyframes loading {
            0% { width: 0%; }
            50% { width: 70%; }
            100% { width: 100%; }
        }

        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.8s ease forwards;
        }

        .fade-in:nth-child(1) { animation-delay: 0.1s; }
        .fade-in:nth-child(2) { animation-delay: 0.2s; }
        .fade-in:nth-child(3) { animation-delay: 0.3s; }
        .fade-in:nth-child(4) { animation-delay: 0.4s; }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        