.cp *{box-sizing:border-box}.cp button{touch-action:manipulation}.cp :focus-visible{outline:2px solid var(--ac);outline-offset:2px;border-radius:10px}.cp{font-family:var(--fb);color:var(--tx);background:#fff;padding:26px 16px 56px;display:block}.cp-wrap{max-width:1200px;margin:0 auto}.cp-head{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding-bottom:16px;margin-bottom:22px;border-bottom:1px solid var(--bd)}.cp-htitle{display:flex;align-items:center;gap:12px;min-width:0}.cp-head h1{font-family:var(--fh);font-weight:800;font-size:27px;line-height:1.05;letter-spacing:.005em;text-transform:uppercase;margin:0;white-space:nowrap}.cp-count{font-size:12px;font-weight:700;color:var(--ac);background:var(--acl);border:1px solid color-mix(in srgb,var(--ac) 22%,transparent);padding:4px 11px;border-radius:30px;white-space:nowrap;font-variant-numeric:tabular-nums}.cp-back{font-size:13.5px;font-weight:600;color:var(--tx2);text-decoration:none;display:inline-flex;align-items:center;gap:7px;white-space:nowrap;transition:color .2s}.cp-back:hover{color:var(--ac)}.cp-back svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.cp-grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}.cp-left{min-width:0;display:flex;flex-direction:column}.cp-blk{min-width:0}.cp-eyebrow{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--ac);margin:24px 0 13px;display:flex;align-items:center;gap:10px}.cp-eyebrow:after{content:"";flex:1;height:1px;background:var(--bd)}.cp-ship{background:var(--cream);border:1px solid var(--bd);border-radius:var(--rl);padding:16px 17px;margin-bottom:14px}.cp-ship--ok{border-color:color-mix(in srgb,var(--ok) 45%,transparent);background:color-mix(in srgb,var(--ok) 8%,#fff)}.cp-ship__txt{display:flex;align-items:center;gap:10px;margin:0 0 12px;font-size:13.5px;line-height:1.35}.cp-ship__ic{flex-shrink:0;width:30px;height:30px;border-radius:50%;background:#fff;border:1px solid var(--bd);display:flex;align-items:center;justify-content:center}.cp-ship__ic svg{width:17px;height:17px;stroke:var(--ac);fill:none;stroke-width:1.7}.cp-ship--ok .cp-ship__ic svg{stroke:var(--ok)}.cp-ship__txt b{font-weight:800;color:var(--ac)}.cp-ship--ok .cp-ship__txt b{color:var(--ok)}.cp-ship__bar{position:relative;height:8px;border-radius:6px;background:#1c1a1814;overflow:hidden}.cp-ship__bar i{position:absolute;inset:0 auto 0 0;border-radius:6px;width:0;background:var(--ac);transition:width .55s cubic-bezier(.4,0,.2,1)}.cp-ship--ok .cp-ship__bar i{background:var(--ok)}.cp-ship__marks{display:flex;justify-content:space-between;margin-top:8px;font-size:10.5px;font-weight:700;letter-spacing:.04em;color:var(--tx2);text-transform:uppercase}.cp-ship__marks .g{display:inline-flex;align-items:center;gap:5px}.cp-ship__marks svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:1.7}.cp-ship--ok .cp-ship__marks .g{color:var(--ok)}.cp-deliv{border:1px solid var(--bd);border-radius:var(--rl);padding:15px 15px 13px;margin-bottom:18px;background:var(--cream)}.cp-deliv__top{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--tx2);margin-bottom:16px;line-height:1.35}.cp-deliv__top svg{width:17px;height:17px;stroke:var(--ac);fill:none;stroke-width:1.7;flex-shrink:0}.cp-deliv__top b{color:var(--tx);font-weight:700}.cp-steps{display:flex;align-items:flex-start;position:relative}.cp-steps:before{content:"";position:absolute;left:16px;right:16px;top:9px;height:2px;background:var(--bd)}.cp-steps>i{position:absolute;left:16px;top:9px;height:2px;width:62%;border-radius:2px;background:var(--ac)}.cp-step{flex:1;text-align:center;position:relative;z-index:1}.cp-step .dot{width:20px;height:20px;border-radius:50%;background:#fff;border:2px solid var(--bd);margin:0 auto 8px;display:flex;align-items:center;justify-content:center}.cp-step.on .dot{border-color:var(--ac);background:var(--ac)}.cp-step.on .dot svg{width:11px;height:11px;stroke:#fff;fill:none;stroke-width:2.4}.cp-step.cur .dot{border-color:var(--ac);background:#fff;box-shadow:0 0 0 4px var(--acl)}.cp-step.cur .dot:after{content:"";width:8px;height:8px;border-radius:50%;background:var(--ac)}.cp-step small{display:block;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--tx2)}.cp-step b{display:block;font-size:12px;font-weight:700;color:var(--tx);margin-top:2px}.cp-step.cur b{color:var(--ac)}.cp-items{display:flex;flex-direction:column;gap:14px;margin:0 0 4px;padding:0;list-style:none}.cp-item{display:grid;grid-template-columns:auto 1fr;gap:14px;background:#fff;border:1px solid var(--bd);border-radius:var(--rl);padding:14px;transition:box-shadow .25s,opacity .3s}.cp-item:hover{box-shadow:0 6px 20px #1c1a1814}.cp-item.cp-removing{opacity:.45;pointer-events:none}.cp-item__media{width:88px;height:88px;border-radius:var(--rm);overflow:hidden;border:1px solid var(--bd);background:var(--cream);align-self:flex-start;display:block}.cp-item__media img{width:100%;height:100%;object-fit:cover;display:block}.cp-item__media--ph{display:flex;align-items:center;justify-content:center;padding:20px}.cp-item__ph{width:100%;height:100%;fill:color-mix(in srgb,var(--tx) 16%,transparent)}.cp-item__body{display:flex;flex-direction:column;min-width:0}.cp-item__top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.cp-item__brand{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--ac);margin:0 0 3px}.cp-item__name{font-size:15px;font-weight:700;line-height:1.25;margin:0;color:var(--tx);text-decoration:none;display:block}.cp-item__name:hover{color:var(--ac)}.cp-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:9px 0 2px}.cp-meta:empty{display:none}.cp-saveflag{display:inline-flex;align-items:center;font-size:10.5px;font-weight:800;letter-spacing:.03em;color:#fff;background:var(--ok);border-radius:8px;padding:5px 9px;line-height:1}.cp-chip{display:inline-flex;align-items:center;font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--tx2);background:#fff;border:1px solid var(--bd);border-radius:8px;padding:5px 9px;line-height:1}.cp-x{position:relative;flex-shrink:0;width:32px;height:32px;border-radius:var(--r);border:0;background:none;color:var(--tx2);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,transform .12s}.cp-x:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px}.cp-x:hover{background:var(--acl);color:var(--ac)}.cp-x:active{transform:scale(.9)}.cp-x svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round}.cp-item__foot{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:12px;border-top:1px solid var(--bd)}.cp-prices{text-align:right;line-height:1.25}.cp-was{display:block;font-size:12px;color:var(--tx2);text-decoration:line-through;font-variant-numeric:tabular-nums}.cp-item__total{font-size:17px;font-weight:800;font-variant-numeric:tabular-nums;color:var(--tx);white-space:nowrap}.cp-unit{display:block;font-size:11px;color:var(--tx2);margin-top:2px}.cp-item__err{padding:8px 0 0;color:#c0392b;font-size:12px}.cp-item__err:empty{display:none}.cp-qty{display:inline-flex;align-items:stretch;border:1.5px solid var(--bd);border-radius:var(--rm);height:42px;overflow:hidden;background:#fff}.cp-qty button{width:40px;border:0;background:none;color:var(--tx2);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.cp-qty button svg{width:15px;height:15px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round}.cp-qty button:hover{background:var(--acl);color:var(--ac)}.cp-qty button:active{background:var(--ac);color:#fff}.cp-qty button[disabled]{opacity:.4;cursor:default}.cp-qty input{width:40px;border:0;border-left:1px solid var(--bd);border-right:1px solid var(--bd);outline:0;text-align:center;font-size:15px;font-weight:700;color:var(--tx);font-family:var(--fb);background:none;-moz-appearance:textfield}.cp-qty input::-webkit-outer-spin-button,.cp-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cp-bundle{margin:0 0 4px;border:1.5px solid color-mix(in srgb,var(--ac) 40%,transparent);border-radius:var(--rl);padding:20px 16px;background:var(--acl);text-align:center}.cp-bundle h3{font-family:var(--fh);font-weight:800;font-size:18px;text-transform:uppercase;letter-spacing:.01em;margin:0 0 4px}.cp-bundle .sub{margin:0 auto 14px;font-size:12.5px;color:var(--tx2);max-width:360px;line-height:1.4}.cp-bt-row{display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap;margin-bottom:16px}.cp-bt-th{width:64px;height:64px;border-radius:13px;background:#fff center/cover no-repeat;border:1px solid var(--bd);box-shadow:0 2px 8px #1c1a180f}.cp-ph{background:var(--cream);border:1.5px dashed color-mix(in srgb,var(--tx) 16%,transparent);box-shadow:none}.cp-plus{font-size:17px;font-weight:800;color:var(--ac)}.cp-price{display:flex;align-items:baseline;justify-content:center;gap:9px;margin-bottom:14px}.cp-now{font-size:22px;font-weight:800;font-variant-numeric:tabular-nums}.cp-was-b{font-size:14px;color:var(--tx2);text-decoration:line-through}.cp-save{font-size:11px;font-weight:800;color:#fff;background:var(--ac);padding:4px 9px;border-radius:30px}.cp-bbtn{height:50px;width:100%;max-width:320px;margin:0 auto;border:1.5px solid var(--ac);border-radius:13px;background:#fff;color:var(--ac);font-family:var(--fb);font-weight:800;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s,transform .12s}.cp-bbtn:hover{background:var(--acl)}.cp-bbtn:active{transform:scale(.99)}.cp-bbtn[disabled]{opacity:.7;cursor:wait}.cp-bbtn.added{background:var(--ok);border-color:var(--ok);color:#fff}.cp-box{display:flex;flex-direction:column;align-items:center;gap:10px}.cp-box .cp-bt-th{width:82px;height:82px}.cp-box b{font-size:15px;font-weight:700}.cp-card{display:flex;align-items:center;gap:12px;border:1px solid var(--bd);border-radius:13px;padding:10px 12px;background:#fff;margin-bottom:10px;transition:box-shadow .25s,border-color .25s}.cp-card:hover{box-shadow:0 4px 14px #1c1a1812}.cp-card.added{border-color:var(--ok);box-shadow:0 0 0 1px var(--ok),0 4px 14px color-mix(in srgb,var(--ok) 16%,transparent)}.cp-card .th{width:56px;height:56px;flex-shrink:0;border-radius:var(--r);background:var(--cream) center/cover no-repeat;border:1px solid var(--bd)}.cp-card .i{flex:1;min-width:0}.cp-card .i b{display:block;font-size:13.5px;font-weight:700;line-height:1.2}.cp-card .i span{font-size:12.5px;color:var(--tx2);font-variant-numeric:tabular-nums}.cp-cadd{flex-shrink:0;width:44px;height:44px;border-radius:var(--rm);border:1.5px solid var(--ac);background:#fff;color:var(--ac);font-size:20px;font-weight:700;cursor:pointer;line-height:1;transition:background .2s,color .2s,transform .12s}.cp-cadd:hover{background:var(--acl)}.cp-cadd:active{transform:scale(.92)}.cp-cadd.added{background:var(--ok);border-color:var(--ok);color:#fff;animation:cpPop .34s cubic-bezier(.34,1.56,.64,1)}@keyframes cpPop{0%{transform:scale(.82)}55%{transform:scale(1.14)}to{transform:scale(1)}}.cp-hint{font-size:12px;color:var(--tx2);padding:14px;border:1px dashed var(--bd);border-radius:var(--rm);text-align:center;margin-bottom:10px}.cp-sum{border:1px solid var(--bd);border-radius:20px;padding:22px;background:#fff;box-shadow:0 4px 18px #1c1a1812}.cp-sum h2{font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--tx2);margin:0 0 16px}.cp-lines{padding:2px 0 4px;border-top:1px solid var(--bd)}.cp-line{display:flex;align-items:center;justify-content:space-between;font-size:14px;margin-top:12px;color:var(--tx2)}.cp-line b{color:var(--tx);font-weight:600;font-variant-numeric:tabular-nums}.cp-line.disc{color:var(--ok)}.cp-line.disc b{color:var(--ok);font-weight:800}.cp-line b.cp-free{color:var(--ok);font-weight:800;text-transform:uppercase;letter-spacing:.03em}.cp-tot{display:flex;align-items:baseline;justify-content:space-between;padding-top:15px;margin-top:14px;border-top:1px solid var(--bd)}.cp-tot span{font-size:15px;font-weight:700}.cp-tot b{font-size:26px;font-weight:800;font-variant-numeric:tabular-nums}.cp-savebanner{display:none;align-items:center;gap:7px;margin-top:12px;padding:9px 12px;border-radius:var(--r);background:color-mix(in srgb,var(--ok) 10%,#fff);border:1px solid color-mix(in srgb,var(--ok) 30%,transparent);color:var(--ok);font-size:12.5px;font-weight:700}.cp-savebanner.on{display:flex}.cp-savebanner svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2}.cp-tax{margin:10px 0 16px;font-size:11.5px;color:var(--tx2)}.cp-co{display:flex;align-items:center;justify-content:center;gap:9px;height:56px;width:100%;border:0;border-radius:30px;background:var(--tx);color:#fff;font-family:var(--fh);font-size:14px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;box-shadow:0 10px 26px color-mix(in srgb,var(--tx) 24%,transparent);transition:filter .2s,transform .1s,background .2s}.cp-co:hover:not([disabled]){filter:brightness(1.05)}.cp-co:active:not([disabled]){transform:scale(.99)}.cp-co svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.cp-or{display:flex;align-items:center;gap:10px;margin:14px 0;color:var(--tx2);font-size:11px}.cp-or:before,.cp-or:after{content:"";flex:1;height:1px;background:var(--bd)}.cp-or span{white-space:nowrap}.cp-express>*{margin-top:8px}.cp-trust{display:flex;justify-content:space-between;gap:6px;margin-top:18px;padding-top:16px;border-top:1px solid var(--bd)}.cp-trust span{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;font-size:10.5px;font-weight:600;color:var(--tx2);text-align:center;line-height:1.2}.cp-trust svg{width:20px;height:20px;stroke:var(--ac);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.cp-guar{display:flex;align-items:center;gap:11px;margin-top:14px;padding:12px 14px;background:var(--cream);border-radius:13px}.cp-guar svg{width:30px;height:30px;stroke:var(--ok);fill:none;stroke-width:1.6;flex-shrink:0}.cp-guar b{display:block;font-size:13px;font-weight:700}.cp-guar small{font-size:11.5px;color:var(--tx2)}.cp-empty{text-align:center;padding:60px 16px}.cp-empty h1{font-family:var(--fh);font-weight:800;font-size:26px;text-transform:uppercase;letter-spacing:.005em;margin:0 0 16px}.cp-empty a{display:inline-flex;align-items:center;justify-content:center;height:52px;padding:0 30px;border-radius:30px;background:var(--tx);color:#fff;font-family:var(--fh);font-weight:800;letter-spacing:.05em;text-transform:uppercase;font-size:14px;text-decoration:none}.cp-sticky{position:fixed;left:0;right:0;bottom:0;z-index:40;background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 -6px 24px #1c1a181f;padding:10px 16px;padding-bottom:calc(10px + env(safe-area-inset-bottom));display:flex;align-items:center;gap:12px;transform:translateY(120%);transition:transform .32s cubic-bezier(.4,0,.2,1)}.cp-sticky.show{transform:translateY(0)}.cp-sticky .i{flex:1;min-width:0}.cp-sticky .i small{display:block;font-size:11px;color:var(--tx2)}.cp-sticky .i b{font-size:17px;font-weight:800;font-variant-numeric:tabular-nums}.cp-sticky a{flex-shrink:0;height:48px;padding:0 22px;border-radius:13px;background:var(--ac);color:#fff;display:flex;align-items:center;font-weight:800;font-size:14px;text-decoration:none}@media(prefers-reduced-motion:reduce){.cp-ship__bar i,.cp-sticky,.cp-cadd.added,.cp-item{transition:none;animation:none}}@media screen and (min-width:1000px){.cp-grid{grid-template-columns:minmax(0,1.7fr) minmax(360px,400px);gap:40px}.cp-right{position:-webkit-sticky;position:sticky;top:96px}.cp-head{flex-direction:row;align-items:center;justify-content:space-between}.cp-head h1{font-size:34px}.cp-item__media{width:104px;height:104px}.cp-sticky{display:none}}@media screen and (min-width:620px)and (max-width:999px){.cp-head{flex-direction:row;align-items:center;justify-content:space-between}}.cp-ship__bar i{transform-origin:left;animation:cp-ship-grow .6s cubic-bezier(.32,.72,0,1);overflow:hidden}.cp-ship__bar i:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,transparent 18%,rgba(255,255,255,.5) 50%,transparent 82%);transform:translate(-100%);animation:cp-ship-shimmer 2.4s ease-in-out infinite}@keyframes cp-ship-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes cp-ship-shimmer{0%{transform:translate(-100%)}55%,to{transform:translate(100%)}}.cp-ship--ok{animation:cp-ship-pop .45s cubic-bezier(.32,.72,0,1)}@keyframes cp-ship-pop{0%,to{transform:scale(1)}45%{transform:scale(1.01)}}@media(prefers-reduced-motion:reduce){.cp-ship__bar i,.cp-ship__bar i:after,.cp-ship--ok{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/cart-premium.css.map */
