.co-header{z-index:900;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0c0c0cf5;border-bottom:1px solid #ffffff14;padding:14px 0;position:fixed;top:0;left:0;right:0}.co-header-inner{justify-content:space-between;align-items:center;gap:16px;max-width:1280px;margin:0 auto;padding:0 24px;display:flex}.co-logo{color:#fff;letter-spacing:-.02em;align-items:center;gap:10px;font-size:1.2rem;font-weight:800;text-decoration:none;display:flex}.co-logo span{color:#d4a843}.co-logo svg{width:28px;height:28px}.co-back{color:#ffffff80;align-items:center;gap:6px;font-size:.82rem;text-decoration:none;transition:color .25s;display:flex}.co-back:hover{color:#e8be6a}.co-cart-badge{color:#fff9;align-items:center;gap:6px;font-size:.82rem;display:flex}.co-cart-badge svg{width:18px;height:18px}.co-cart-badge-count{color:#000;background:#d4a843;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.68rem;font-weight:700;line-height:1;display:flex}.co-main{background:#0c0c0c;min-height:100vh;padding:88px 0 60px}.co-container{grid-template-columns:1fr 420px;align-items:start;gap:40px;max-width:1280px;margin:0 auto;padding:0 24px;display:grid}.co-heading{color:#fff;letter-spacing:-.03em;margin-bottom:24px;font-size:1.6rem;font-weight:800}.co-loading{color:#fff6;text-align:center;padding:40px 0}.co-products{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.co-product-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:10px;padding:20px;transition:border-color .25s,background .25s;display:flex}.co-product-card:hover{background:#ffffff0d;border-color:#d4a84359}.co-product-name{color:#fff;font-size:.92rem;font-weight:700;line-height:1.35}.co-product-desc{color:#ffffff73;flex:1;font-size:.78rem;line-height:1.55}.co-product-footer{justify-content:space-between;align-items:center;gap:10px;margin-top:auto;display:flex}.co-product-price{color:#d4a843;font-size:1rem;font-weight:700}.co-add-btn{color:#000;cursor:pointer;white-space:nowrap;background:#d4a843;border:none;border-radius:100px;padding:7px 14px;font-family:inherit;font-size:.76rem;font-weight:700;transition:background .2s,transform .15s}.co-add-btn:hover{background:#e8be6a;transform:translateY(-1px)}.co-product-in-cart{align-items:center;gap:8px;display:flex}.co-in-cart-badge{color:#d4a843;font-size:.7rem;font-weight:600}.co-qty-ctrl{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:100px;align-items:center;gap:0;display:flex;overflow:hidden}.co-qty-ctrl button{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;font-family:inherit;font-size:1rem;transition:background .2s;display:flex}.co-qty-ctrl button:hover{color:#d4a843;background:#d4a84333}.co-qty-ctrl span{color:#fff;text-align:center;min-width:24px;font-size:.82rem;font-weight:600}.co-right{flex-direction:column;gap:16px;display:flex;position:sticky;top:88px}.co-cart-box{background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;padding:22px}.co-section-title{color:#fff;letter-spacing:-.01em;margin-bottom:14px;font-size:1rem;font-weight:700}.co-cart-empty{color:#ffffff59;text-align:center;padding:20px 0;font-size:.84rem}.co-cart-item{border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 0;display:flex}.co-cart-item:last-of-type{border-bottom:none}.co-cart-item-info{flex:1;min-width:0}.co-cart-item-name{color:#ffffffe6;margin-bottom:4px;font-size:.82rem;font-weight:600;line-height:1.35}.co-cart-item-price{color:#d4a843;font-size:.78rem;font-weight:600}.co-cart-item-ctrl{flex-shrink:0;align-items:center;gap:8px;display:flex}.co-remove-btn{color:#ffffff4d;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.82rem;transition:all .2s;display:flex}.co-remove-btn:hover{color:#ff6b6b;background:#ff3c3c26}.co-cart-total{border-top:1px solid #d4a8434d;justify-content:space-between;align-items:center;margin-top:14px;padding-top:14px;display:flex}.co-cart-total-label{color:#ffffffb3;font-size:.88rem;font-weight:600}.co-cart-total-price{color:#d4a843;font-size:1.1rem;font-weight:800}.co-guarantee{background:#d4a8430f;border:1px solid #d4a84333;border-radius:16px;align-items:flex-start;gap:14px;padding:16px 18px;display:flex}.co-guarantee-icon{flex-shrink:0;font-size:1.5rem;line-height:1}.co-guarantee-title{color:#e8be6a;margin-bottom:4px;font-size:.88rem;font-weight:700}.co-guarantee-text{color:#ffffff80;font-size:.78rem;line-height:1.5}.co-form-box{background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;padding:22px}.co-form{flex-direction:column;gap:12px;display:flex}.co-form-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.co-field{flex-direction:column;gap:6px;display:flex}.co-field label{color:#ffffff8c;text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600}.co-field input{color:#fff;box-sizing:border-box;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:10px;outline:none;width:100%;padding:11px 14px;font-family:inherit;font-size:16px;transition:border-color .2s,background .2s}.co-field input::placeholder{color:#ffffff40}.co-field input:focus{background:#d4a8430f;border-color:#d4a843}.co-field input.err{border-color:#ff505099}.co-err{color:#ff8080;margin-top:2px;font-size:.72rem}.co-err-cart{color:#ff8080;text-align:center;background:#ff505014;border-radius:8px;padding:8px;font-size:.8rem}.co-checkbox{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.co-checkbox input[type=checkbox]{accent-color:#d4a843;cursor:pointer;flex-shrink:0;width:18px;height:18px;margin-top:2px}.co-checkbox-label{color:#ffffff8c;cursor:pointer;font-size:.8rem;line-height:1.5}.co-checkbox-label a{color:#d4a843;text-underline-offset:3px;text-decoration:underline}.co-submit-btn{color:#000;cursor:pointer;background:linear-gradient(135deg,#d4a843,#c8963a);border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:4px;padding:16px 20px;font-family:inherit;font-size:.92rem;font-weight:800;transition:all .25s;display:flex;position:relative;overflow:hidden}.co-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#e8be6a,#d4a843);transform:translateY(-1px);box-shadow:0 8px 30px #d4a84366}.co-submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.co-p24-badge{letter-spacing:.04em;background:#00000026;border-radius:6px;padding:3px 8px;font-size:.68rem;font-weight:600}.co-submit-note{color:#ffffff4d;text-align:center;font-size:.72rem;line-height:1.5}@media (max-width:1024px){.co-container{grid-template-columns:1fr;gap:32px}.co-right{position:static}}@media (max-width:640px){.co-products,.co-form-row{grid-template-columns:1fr}.co-container{padding:0 16px}.co-heading{font-size:1.3rem}}
