  .product9-checkout{
    --text:#1a1a1a;
    --muted:#6d6d6d;
    --line:#dedede;
    --soft:#f5f5f5;
    --field:#ffffff;
    --accent:#5a2a82;
    --accent-hover:#4a216c;
    --danger:#d72c0d;
    --shadow:0 0 0 1px rgba(0,0,0,.04);
  }

  .product9-checkout,.product9-checkout *{box-sizing:border-box}
  .product9-checkout{margin:0;padding:0;background:#fff;color:var(--text);
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing:antialiased}
  .product9-checkout{font-size:14px;line-height:1.4}

  .product9-checkout .checkout-shell{min-height:100vh}
  .product9-checkout .mobile-header{display:none}
  .product9-checkout .checkout-grid{
    display:grid;
    grid-template-columns:minmax(0, 57%) minmax(390px,43%);
    min-height:100vh;
  }

  .product9-checkout .main-pane{
    display:flex;
    justify-content:flex-end;
    padding:38px 56px 55px 34px;
    background:#fff;
  }
  .product9-checkout .main-inner{width:100%;max-width:590px}

  .product9-checkout .summary-pane{
    border-left:1px solid #e5e5e5;
    background:#f7f7f7;
    padding:52px 34px 50px 44px;
  }
  .product9-checkout .summary-inner{
    width:100%;
    max-width:460px;
    position:sticky;
    top:34px;
  }

  .product9-checkout .brand{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#55227a;
    margin:2px 0 30px;
  }
  .product9-checkout .brand-mark{
    width:38px;height:38px;border-radius:50%;
    display:grid;place-items:center;
    color:white;background:#68318e;
    font-weight:900;font-size:18px;
    box-shadow:inset 0 0 0 2px rgba(255,255,255,.3);
  }
  .product9-checkout .brand-name{
    font-size:25px;
    font-weight:800;
    letter-spacing:-.6px;
  }

  .product9-checkout .checkout-title{
    display:block;
    margin:2px 0 30px;
    color:#1a1a1a;
    font-size:28px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:-.5px;
  }

  .product9-checkout section{margin:0 0 29px}
  .product9-checkout .section-title-row{
    display:flex;align-items:baseline;justify-content:space-between;gap:16px;
    margin-bottom:12px;
  }
  .product9-checkout h2{font-size:21px;line-height:1.25;margin:0;font-weight:650;letter-spacing:-.25px}
  .product9-checkout .login{font-size:13px;color:var(--text)}
  .product9-checkout .login a{color:inherit}

  .product9-checkout .field-grid{display:grid;gap:10px}
  .product9-checkout .two{grid-template-columns:1fr 1fr}
  .product9-checkout .three{grid-template-columns:1.1fr .9fr 1fr}

  .product9-checkout .field{position:relative}
  .product9-checkout .field input,.product9-checkout .field select{
    width:100%;height:50px;border:1px solid #c9c9c9;border-radius:6px;background:var(--field);
    color:var(--text);padding:17px 12px 6px;font:inherit;outline:none;transition:.12s;
  }
  .product9-checkout .field input::placeholder{color:transparent}
  .product9-checkout .field select{appearance:none;padding-top:17px;padding-right:34px}
  .product9-checkout .field label{
    position:absolute;left:12px;top:14px;color:#707070;pointer-events:none;
    transition:.12s;font-size:14px;background:transparent;
  }
  .product9-checkout .field input:focus,.product9-checkout .field select:focus{border-color:#555;box-shadow:0 0 0 1px #555}
  .product9-checkout .field input:focus+label,.product9-checkout .field input:not(:placeholder-shown)+label,.product9-checkout .field select:valid+label{
    top:5px;font-size:11px;color:#666;
  }
  .product9-checkout .select-arrow{
    position:absolute;right:13px;top:18px;width:8px;height:8px;
    border-right:1.5px solid #666;border-bottom:1.5px solid #666;transform:rotate(45deg);
    pointer-events:none;
  }

  .product9-checkout .checkbox-row{
    margin-top:10px;display:flex;gap:9px;align-items:flex-start;color:#3b3b3b;font-size:13px;
  }
  .product9-checkout .checkbox-row input{width:17px;height:17px;margin:1px 0 0;accent-color:#222}

  .product9-checkout .subsection-title{
    font-size:16px;font-weight:650;margin:22px 0 11px;
  }
  .product9-checkout .help{font-size:13px;color:#707070;margin:4px 0 12px}

  .product9-checkout .shipping-box{
    min-height:51px;border-radius:6px;background:#f5f5f5;color:#6f6f6f;
    display:flex;align-items:center;padding:0 14px;border:1px solid #ededed;
  }

  .product9-checkout .payment-box{
    border:1px solid #b9b9b9;border-radius:7px;overflow:hidden;background:white;
  }
  .product9-checkout .payment-head{
    min-height:51px;display:flex;align-items:center;justify-content:space-between;
    padding:0 13px;border-bottom:1px solid #d8d8d8;background:#f9f9f9;
  }
  .product9-checkout .radio-line{display:flex;gap:10px;align-items:center;font-weight:550}
  .product9-checkout .fake-radio{
    width:18px;height:18px;border:5px solid var(--accent);border-radius:50%;background:#fff;
  }
  .product9-checkout .cards{display:flex;align-items:center;justify-content:flex-end}
  .product9-checkout .card-strip-img{
    display:block;
    width:154px;
    max-width:100%;
    height:auto;
    object-fit:contain;
  }
  .product9-checkout .payment-fields{padding:12px;background:#fafafa}
  .product9-checkout .payment-fields .field input{background:#fff}

  .product9-checkout .billing{
    margin-top:12px;border:1px solid #d2d2d2;border-radius:7px;overflow:hidden;background:#fff;
  }
  .product9-checkout .billing-option{
    min-height:50px;display:flex;align-items:center;gap:10px;padding:0 13px;border-bottom:1px solid #e0e0e0;
  }
  .product9-checkout .billing-option:last-child{border-bottom:0}
  .product9-checkout .billing-option input{accent-color:var(--accent);width:17px;height:17px}

  .product9-checkout .billing-address-panel{
    display:grid;
    grid-template-rows:0fr;
    opacity:0;
    visibility:hidden;
    background:#f7f7f7;
    border-top:0 solid #dedede;
    transition:grid-template-rows .34s ease, opacity .22s ease, visibility 0s linear .34s, border-top-width .18s ease;
  }
  .product9-checkout .billing-address-panel.open{
    grid-template-rows:1fr;
    opacity:1;
    visibility:visible;
    border-top-width:1px;
    transition:grid-template-rows .34s ease, opacity .24s ease .06s, visibility 0s linear 0s, border-top-width .18s ease;
  }
  .product9-checkout .billing-address-inner{
    min-height:0;
    overflow:hidden;
    padding:0 12px;
    transition:padding .34s ease;
  }
  .product9-checkout .billing-address-panel.open .billing-address-inner{padding:14px 12px 16px}
  .product9-checkout .billing-address-title{font-size:16px;font-weight:650;margin:0 0 12px}
  .product9-checkout .billing-address-inner .field-grid{gap:10px}

  .product9-checkout .billing-search-icon{
    position:absolute;right:14px;top:15px;width:18px;height:18px;border:2px solid #777;border-radius:50%;pointer-events:none;
  }
  .product9-checkout .billing-search-icon:after{
    content:"";position:absolute;width:8px;height:2px;background:#777;right:-6px;bottom:-3px;transform:rotate(45deg);border-radius:2px;
  }
  .product9-checkout .billing-help-icon{
    position:absolute;right:12px;top:12px;width:24px;height:24px;border:2px solid #777;border-radius:50%;
    display:grid;place-items:center;color:#777;font-weight:800;font-size:15px;pointer-events:none;
  }

  .product9-checkout .remember{
    margin-top:23px;border:1px solid #d7d7d7;border-radius:7px;padding:14px 14px 12px;
  }
  .product9-checkout .remember-title{font-weight:650;margin-bottom:4px}
  .product9-checkout .remember-copy{color:#6d6d6d;font-size:12px;padding-left:26px}

  .product9-checkout .pay-btn{
    width:100%;height:58px;margin-top:18px;border:0;border-radius:7px;
    background:var(--accent);color:#fff;font-size:16px;font-weight:700;cursor:pointer;
    transition:.15s;
  }
  .product9-checkout .pay-btn:hover{background:var(--accent-hover)}
  .product9-checkout .pay-btn:disabled{opacity:.65;cursor:wait}

  .product9-checkout .demo-note{
    margin:10px 0 0;color:#777;font-size:11px;text-align:center;
  }

  .product9-checkout .footer-links{
    display:flex;gap:15px;flex-wrap:wrap;border-top:1px solid #e5e5e5;
    padding-top:18px;margin-top:32px;font-size:12px;
  }
  .product9-checkout .footer-links a{color:#4d4d4d}

  .product9-checkout /* Order summary */
  .product-row{
    display:grid;grid-template-columns:66px 1fr auto;gap:14px;align-items:center;
    margin-bottom:25px;
  }
  .product9-checkout .product-img-wrap{
    width:66px;height:66px;border-radius:8px;border:1px solid #d8d8d8;background:#fff;
    position:relative;display:grid;place-items:center;overflow:visible;
  }
  .product9-checkout .product-img{
    max-width:62px;max-height:62px;display:block;border-radius:7px;object-fit:contain;
  }
  .product9-checkout .fallback-product{
    width:100%;height:100%;display:none;place-items:center;text-align:center;
    font-size:9px;font-weight:800;color:#64288b;padding:5px;
  }
  .product9-checkout .qty-badge{
    position:absolute;right:-8px;top:-9px;min-width:21px;height:21px;border-radius:11px;
    background:#777;color:#fff;display:grid;place-items:center;font-size:12px;padding:0 6px;
  }
  .product9-checkout .product-row.product-row-no-image{grid-template-columns:1fr auto}
  .product9-checkout .product-title{font-weight:650}
  .product9-checkout .variant{color:#727272;font-size:12px;margin-top:2px}
  .product9-checkout .price{font-weight:550;white-space:nowrap}

  .product9-checkout .discount-row{
    display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:22px;
  }
  .product9-checkout .discount-row input{
    height:48px;border:1px solid #c8c8c8;border-radius:6px;padding:0 12px;font:inherit;outline:none;background:#fff;
  }
  .product9-checkout .discount-row input:focus{border-color:#555;box-shadow:0 0 0 1px #555}
  .product9-checkout .discount-row button{
    height:48px;border:1px solid #c8c8c8;border-radius:6px;padding:0 17px;background:#e9e9e9;
    color:#303030;font-weight:650;cursor:pointer;
  }

  .product9-checkout .totals{border-top:1px solid #dedede;padding-top:17px}
  .product9-checkout .total-line{
    display:flex;justify-content:space-between;gap:20px;margin:10px 0;color:#333;
  }
  .product9-checkout .total-line.small{font-size:13px}
  .product9-checkout .total-line.grand{align-items:end;margin-top:16px}
  .product9-checkout .grand-label{font-size:19px;font-weight:650}
  .product9-checkout .grand-price{font-size:23px;font-weight:650;letter-spacing:-.3px}
  .product9-checkout .currency{font-size:12px;color:#696969;font-weight:400;margin-right:7px;vertical-align:middle}
  .product9-checkout .shipping-note{color:#777;font-size:12px}
  .product9-checkout .discount-msg{font-size:12px;color:#2c6e49;min-height:17px;margin-top:-14px;margin-bottom:8px}

  .product9-checkout .mobile-summary-toggle{
    display:none;
  }

  .product9-checkout .error{
    color:var(--danger);font-size:12px;margin-top:5px;display:none;
  }

  @media (max-width: 900px){
    .product9-checkout .checkout-grid{display:block}
    .product9-checkout .summary-pane{display:none;border:0;padding:0;background:#fafafa}
    .product9-checkout .summary-pane.open{display:block}
    .product9-checkout .summary-inner{max-width:none;position:static;padding:22px 20px}
    .product9-checkout .main-pane{display:block;padding:24px 20px 40px}
    .product9-checkout .main-inner{max-width:none}
    .product9-checkout .checkout-title{margin-bottom:18px;font-size:26px}
    .product9-checkout .mobile-summary-toggle{
      display:flex;justify-content:space-between;align-items:center;
      width:100%;border:0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;
      background:#fafafa;padding:17px 20px;color:#333;font:inherit;cursor:pointer;
    }
    .product9-checkout .mobile-summary-toggle .left{display:flex;gap:8px;align-items:center;color:#4d4d4d}
    .product9-checkout .mobile-summary-toggle .right{font-size:18px;font-weight:650}
  }

  @media (max-width: 560px){
    .product9-checkout .two,.product9-checkout .three{grid-template-columns:1fr}
    .product9-checkout .main-pane{padding-left:16px;padding-right:16px}
    .product9-checkout .summary-inner{padding-left:16px;padding-right:16px}
    .product9-checkout .checkout-title{font-size:24px}
    .product9-checkout h2{font-size:20px}
  }

/* Product9 shortcode root: break out of common theme content-width wrappers. */
.product9-checkout{
  width:100vw;
  max-width:100vw;
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  overflow-x:hidden;
  background:#fff;
  color:var(--text);
  font-size:14px;
  line-height:1.4;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
.product9-checkout a{box-shadow:none}

/* Human-gate loading message. The checkout markup is not present yet. */
.product9-checkout.product9-human-gate{
  display:block !important;
  min-height:0;
  background:transparent;
  overflow:visible;
}
.product9-checkout .product9-gate-message{
  width:min(640px, calc(100% - 32px));
  margin:24px auto;
  padding:14px 18px;
  border:1px solid #b7dfbd;
  border-radius:7px;
  background:#e8f5e9;
  color:#1b5e20;
  font-size:15px;
  font-weight:600;
  line-height:1.4;
  text-align:center;
}
.product9-checkout .product9-gate-mobile{display:none}
.product9-checkout .product9-gate-desktop{display:inline}

@media (max-width: 900px), (hover: none) and (pointer: coarse){
  .product9-checkout .product9-gate-desktop{display:none}
  .product9-checkout .product9-gate-mobile{display:inline}
}


/* Product9 page isolation: suppress Loobek/ThemeSky hover-cart UI only here. */
body.product9-page .shopping-cart-wrapper .cart-dropdown-form,
body.product9-page .shopping-cart-wrapper .dropdown-container.cart-dropdown-form,
body.product9-page #ts-ajax-add-to-cart-message{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}

/* Modern-browser fallback when a page builder hides the shortcode from the
   server-side page detector. */
body:has(.product9-checkout) .shopping-cart-wrapper .cart-dropdown-form,
body:has(.product9-checkout) .shopping-cart-wrapper .dropdown-container.cart-dropdown-form,
body:has(.product9-checkout) #ts-ajax-add-to-cart-message{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}
