.banner-style-one {
    position: relative;
    /* padding: 60px 0; */
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
  }

  .banner-style-one .parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
  }

  .banner-details {
    position: relative;
    z-index: 1;
    text-align: center;
  }

  .banner-details h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .banner-details p {
    font-size: 1.1rem;
    opacity: 0.9;
  }

  .breadcrums {
    background: rgba(0, 0, 0, 0.1);
    padding: 15px 0;
  }

  .breadcrums ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
  }

  .breadcrums a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .breadcrums a:hover {
    opacity: 0.8;
  }

  .checkout.detail-page {
    padding: 60px 0;
  }

  .billing {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
  }

  .billing h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .billing h3 i {
    color: #667eea;
  }

  .form-group {
    margin-bottom: 10px;
  }

  .form-group label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    display: block;
    font-size: 1.08em;
  }

  .form-control {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
  }

  .form-control:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
  }

  .form-check {
    margin-bottom: 5px;
  }

  .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    cursor: pointer;
  }

  .form-check-label {
    margin-left: 8px;
    cursor: pointer;
    color: #555;
  }

  .order-summary {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
  }

  .order-summary h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .order-summary h3 i {
    color: #667eea;
  }

  .product-summary {
    margin-bottom: 20px;
  }

  .product-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  }

  .product-name {
    font-weight: 600;
    color: #333;
  }

  .product-price {
    font-weight: 700;
    color: #667eea;
    font-size: 1.1rem;
  }

  .price-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    color: #666;
  }

  .price-row.total {
    font-size: 1.2rem;
    color: #333;
    padding-top: 15px;
  }

  .installment-section {
    margin: 20px 0;
  }

  .installment-section h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
  }

  .security-info {
    background: #e7f3ff;
    padding: 15px;
    border-radius: 4px;
    border-left: 4px solid #667eea;
    margin-top: 20px;
  }

  .security-info p {
    margin: 0;
    color: #0c5aa0;
    font-size: 0.9rem;
  }

  .security-info i {
    color: #667eea;
    margin-right: 5px;
  }

  .order-note {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
  }

  .order-note h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .order-note h4 i {
    color: #667eea;
  }

  .order-note textarea {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    resize: vertical;
  }

  .payment-method {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
  }

  .payment-method h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .payment-method h3 i {
    color: #667eea;
  }

  .payment-options {
    margin-bottom: 30px;
  }

  .payment-option {
    padding: 15px;
    background: white;
    border: 2px solid #ddd;
    border-radius: 6px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .payment-option:hover {
    border-color: #667eea;
    background: #f0f4ff;
  }

  .payment-option input:checked + label {
    color: #667eea;
    font-weight: 600;
  }

  .payment-form {
    background: white;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #ddd;
  }

  .payment-form h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
  }

  .card-number-mask,
  .card-expiry-mask,
  .card-cvv-mask {
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
  }

  .action-buttons {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
  }

  .btn {
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
  }

  .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  }

  .btn-primary.btn-lg {
    padding: 15px 40px;
    font-size: 1.1rem;
  }

  .btn-secondary {
    background: #6c757d;
    color: white;
  }

  .btn-secondary:hover {
    background: #5a6268;
  }

  .alert {
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .alert-info {
    background: #e7f3ff;
    border: 1px solid #b3d9ff;
    color: #0c5aa0;
  }

  .alert-warning {
    background: #fff3cd;
    border: 1px solid #ffc107;
    color: #856404;
  }

  .alert i {
    margin-top: 2px;
    flex-shrink: 0;
  }

  .sticky-top {
    position: sticky;
    top: 20px;
  }

  

  @media (max-width: 768px) {
    .banner-details h2 {
      font-size: 1.8rem;
    }

    .billing,
    .order-summary,
    .payment-method {
      padding: 20px;
    }

    .action-buttons {
      flex-direction: column;
    }

    .action-buttons .btn {
      width: 100%;
      justify-content: center;
    }

    .sticky-top {
      position: static;
      margin-bottom: 30px;
    }
  }
/* <!-- Estilos Adicionais para PIX --> */
  .pix-info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        margin: 20px 0;
    }

    .pix-details {
        background: #f8f9fa;
        padding: 20px;
        border-radius: 8px;
        border-left: 4px solid #667eea;
    }

    .pix-details h5 {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 15px;
        color: #333;
    }

    .pix-item {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e9ecef;
    }

    .pix-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .pix-item label {
        display: block;
        font-weight: 600;
        color: #666;
        font-size: 0.9rem;
        margin-bottom: 5px;
    }

    .pix-value {
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 600;
        color: #333;
        font-size: 1rem;
    }

    .btn-copy {
        background: #667eea;
        color: white;
        border: none;
        padding: 5px 12px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 0.85rem;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        transition: all 0.3s ease;
    }

    .btn-copy:hover {
        background: #764ba2;
        transform: translateY(-2px);
    }

    .pix-qrcode {
        background: white;
        padding: 20px;
        border-radius: 8px;
        border: 2px solid #e9ecef;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .pix-qrcode h5 {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 15px;
        color: #333;
        width: 100%;
        text-align: center;
    }

    .qrcode-box {
        background: white;
        padding: 15px;
        border-radius: 8px;
        border: 2px solid #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 280px;
    }

    .qrcode-box img {
        max-width: 100%;
        height: auto;
        border-radius: 4px;
    }

    @media (max-width: 768px) {
        .pix-info {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .pix-details {
            order: 2;
        }

        .pix-qrcode {
            order: 1;
        }

        .pix-value {
            flex-wrap: wrap;
        }

        .btn-copy {
            width: 100%;
            justify-content: center;
        }
    }