 
    .grayscale span#insurance_text ,
    [cart-data-item*='ORDERPROTECT'] , 
    [cart-data-item*='Order Protect'] , 
    [cart-data-item*='OrderProtect'] , 
    [data-cart-item*='Order Protect'] ,
    [data-cart-item*='ORDERPROTECT'] , 
    [data-cart-item*='OrderProtect'] ,
     div#opc_main {
      display: none !important;
    }.grayscale {
        filter: grayscale(1);
    }.bandw {
        filter: grayscale(1);
    }


    
    :root {
      --bg: #0b1220;
      --card: #101a33;
      --accent: #2bb673; /* green */
      --text: #e8eef8;
      --muted: #93a3b8;
      --overlay: rgba(5, 10, 20, 0.6);
      --ring: rgba(43, 182, 115, 0.45);
      --radius: 16px;
    }
.poplogo {
    max-width: 120px;
}
 .op-spinner {
  border: 2px solid #f3f3f3;   /* Light gray */
  border-top: 2px solid #333;  /* Darker segment */
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.op-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.op-flex-btn {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; 
    grid-gap: 5px;width: 100%;
}
 
    .op-btn {
      appearance: none;
      border: 0;
      background: var(--accent);
      color: #04130a;
      font-weight: 700;
      padding: 14px 18px;
      border-radius: 999px;
      cursor: pointer;
      box-shadow: 0 10px 24px rgba(43, 182, 115, 0.35), inset 0 -2px 0 rgba(0,0,0,.15);
      transition: transform .12s ease, box-shadow .2s ease;
    }
    .op-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 28px rgba(43, 182, 115, 0.45), inset 0 -2px 0 rgba(0,0,0,.2);}    
    .op-btn:active { transform: translateY(0); box-shadow: 0 6px 16px rgba(43, 182, 115, 0.35), inset 0 2px 0 rgba(0,0,0,.25);} 

    /* Modal */
    .op-modal-overlay {
      position: fixed;
      inset: 0;
      background: var(--overlay);
      display: none;
      align-items: center;
      justify-content: center;
      padding: 20px;
      z-index: 99999;
    }
    .op-modal-overlay[data-open="true"] { display: flex; }

    .op-modal {
      width: min(720px, 96vw);
      background: white;
      border-radius: var(--radius);
      box-shadow: 0 30px 80px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.06) inset;
      position: relative;
      overflow: clip;
      transform: translateY(12px) scale(.98);
      opacity: 0;
      animation: op-pop .22s ease forwards;
    }

    @keyframes op-pop {
      to { transform: translateY(0) scale(1); opacity: 1; }
    }

    .op-modal-header {
      display: flex;
      align-items: start;
      justify-content: space-between;
      gap: 16px;
      padding: 20px 24px 0;
    }

 

    .op-close-btn {
      position: relative;
      border: 0;
      background: transparent;
      color: var(--muted);
      padding: 8px;
      border-radius: 10px;
      cursor: pointer;
    }
 
    .op-modal-content {
      padding: 8px 24px 22px;
      display: grid;
      gap: 16px;
    }

    .op-modal-title {
      margin: 0;
      font-size: clamp(18px, 1.6vw, 22px);
      line-height: 1.2;
      letter-spacing: .2px;
    }

    .op-lead {
  
      margin: 2px 0 10px;
    }

    .op-list {
      display: grid;
      gap: 10px;
      margin: 6px 0 6px;
    }

.op-list-item {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgb(239 239 239 / 50%);
    border: 1px solid rgba(255, 255, 255, .06);
}

    .op-list-item svg {
      flex: 0 0 28px;
    }

    .op-cta-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px 16px;
      margin-top: 8px;
    }
 
    .op-secondary {
      font-size: 13px; LETTER-SPACING: 0.5px;
    }

    /* Prevent background scroll when modal open */
    body.op-modal-open { overflow: hidden; }

    /* Reduce motion preference */
    @media (prefers-reduced-motion: reduce) {
      .op-modal { animation: none; opacity: 1; transform: none; }
      .op-btn, .op-close-btn { transition: none; }
    }
    
     /** Popup **/
     .opinfopop {
      position: fixed;
      top: 50%;
      left: 50%;
      z-index: 9999999999999999999999;
      display: flex;
      align-items: center;
      justify-content: center;
      transform: translate(-50%,-50%);
    }
    .opinfopopinner {
      background: #fff;
      border: 1px solid #000;
      max-width: 350px;
      padding: 2vw;
      position: relative;
      margin: 2vw;
      box-shadow: 0 0 6px 0 #000
    }
    
    .opinfopopinner em {
      font-style: normal;
      padding-left: 15px;
      position: relative
    }
    
    .opinfopopinner em:before {
      content: '';
      width: 7px;
      height: 7px;
      background: #000;
      position: absolute;
      left: 0;
      border-radius: 50%;
      top: 6px
    }
    
    .opinfopopinner p {
      padding: 0;
      margin: 0
    }
    
    .opinfopopinner strong {
      margin-top: 10px;
      display: inline-block
    }

    svg.closeopop {
      position: absolute;
      right: 20px;
      cursor: pointer;
      transform: scale(1)
    }
    /** Loading Icon **/
    
    .dot-collision::after,
    .dot-collision::before {
        width: 5px;
        height: 5px;
        border-radius: 5px;
        background-color: #000;
        color: #000
    }
    
    .dot-collision {
        position: relative;
        padding-left: 10px
    }
    
    .dot-collision::after,
    .dot-collision::before {
        content: '';
        display: inline-block;
        top: 0
    }
    
    .dot-collision::before {
        left: -5px;
        animation: 2s ease-in infinite dotCollisionBefore
    }
    
    .dot-collision::after {
        left: 5px;
        animation: 2s ease-in 1s infinite dotCollisionAfter
    }
    
    @keyframes dotCollisionBefore {
        0%,
        100%,
        50%,
        75% {
            transform: translateX(0)
        }
        25% {
            transform: translateX(-10px)
        }
    }
    
    @keyframes dotCollisionAfter {
        0%,
        100%,
        50%,
        75% {
            transform: translateX(0)
        }
        25% {
            transform: translateX(10px)
        }
    } 