.cp-page{padding:40px 0 80px;min-height:60vh}#cp-root{transition:opacity .15s}#cp-root.is-loading{opacity:.55;pointer-events:none}.cp-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:0 0 24px}.cp-title{display:flex;align-items:center;gap:10px;font-size:1.5rem;font-weight:800;font-family:var(--font-title);color:var(--text);margin:0}.cp-head__back{flex-shrink:0}@media(max-width:560px){.cp-head__back{font-size:.82rem;padding:9px 14px}}.cp-title svg{width:24px;height:24px;color:var(--blue);flex-shrink:0}.cp-title__count{font-weight:600;font-size:.6em;color:var(--text-2)}.cp-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:80px 20px;gap:16px}.cp-empty svg{color:var(--border)}.cp-empty__title{font-size:1.3rem;font-weight:700;color:var(--text)}.cp-empty__sub{font-size:.95rem;color:var(--text-2)}.cp-layout{display:grid;grid-template-columns:1fr 360px;gap:32px;align-items:start}@media(max-width:900px){.cp-layout{grid-template-columns:1fr}}.cp-items{display:flex;flex-direction:column;gap:0}.cp-item{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid var(--border)}.cp-item:first-child{border-top:1px solid var(--border)}.cp-item__img-wrap{flex-shrink:0;width:96px;height:96px;border-radius:10px;overflow:hidden;background:var(--gray)}.cp-item__img{width:100%;height:100%;object-fit:cover}.cp-item__noimg{width:100%;height:100%;background:var(--blue-light)}.cp-item__body{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:8px}.cp-item__top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.cp-item__name{font-size:.92rem;font-weight:700;color:var(--text);line-height:1.4}.cp-item__name:hover{color:var(--blue)}.cp-item__variant{font-size:.82rem;color:var(--text-2);margin-top:3px}.cp-item__reappro{display:inline-block;margin-top:5px;background:#fff4e5;color:#8a5a00;border:1px solid #ffd8a8;font-size:.68rem;font-weight:700;padding:2px 7px;border-radius:5px;line-height:1.3}.cp-item__remove{background:none;border:none;cursor:pointer;color:var(--text-2);padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all var(--t);flex-shrink:0}.cp-item__remove:hover{background:#fee2e2;color:#c53030}.cp-item__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.cp-qty{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:8px;overflow:hidden}.cp-qty__btn{width:32px;height:34px;border:none;background:var(--gray);cursor:pointer;font-size:1rem;font-weight:700;color:var(--text);transition:background var(--t)}.cp-qty__btn:hover{background:var(--blue-light);color:var(--blue)}.cp-qty__val{width:36px;text-align:center;font-size:.88rem;font-weight:600;color:var(--text)}.cp-item__prices{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.cp-item__orig{font-size:.82rem;color:var(--text-2);text-decoration:line-through}.cp-item__price{font-size:1rem;font-weight:700;color:var(--text)}.cp-actions{padding:0 0 18px}.cp-shipmodes{margin-top:8px;border-top:1px solid var(--border);padding-top:24px}.cp-shipmodes__title{display:flex;align-items:center;gap:9px;font-size:1.05rem;font-weight:800;font-family:var(--font-title);color:var(--text);margin-bottom:14px}.cp-shipmodes__title svg{color:var(--blue)}.cp-shipmode{display:flex;align-items:center;gap:16px;background:var(--alt);border:1px solid var(--border);border-radius:12px;padding:14px 18px;margin-bottom:10px}.cp-shipmode__logos{display:flex;flex-direction:column;gap:5px;flex-shrink:0}.cp-shipmode__logo{flex-shrink:0;width:92px;height:30px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--border);border-radius:8px;padding:5px 7px}.cp-shipmode__logo img{max-width:100%;max-height:100%;object-fit:contain}.cp-shipmode__logo--txt{font-size:.64rem;font-weight:800;color:#005ba9;letter-spacing:.02em;font-family:var(--font-body);white-space:nowrap}.cp-shipmode__body{flex:1;min-width:0}.cp-shipmode__name{font-size:.9rem;font-weight:700;color:var(--text)}.cp-shipmode__desc{font-size:.8rem;color:var(--text-2);margin-top:2px}.cp-shipmode__eta{display:flex;align-items:center;gap:5px;font-size:.8rem;font-weight:600;color:#1a8f4a;margin-top:5px}.cp-shipmode__price{flex-shrink:0;text-align:right;font-size:.95rem;font-weight:700;color:var(--text)}.cp-shipmode__price s{color:var(--text-2);font-weight:500;font-size:.82rem}.cp-shipmode__price .is-free{color:#1a8f4a}.cp-shipmode__hint{display:block;font-size:.7rem;font-weight:500;color:var(--text-2);margin-top:2px}.cp-shipmodes__note{font-size:.76rem;color:var(--text-2);margin-top:4px}.cp-shipmodes__note--top{margin-top:-4px;margin-bottom:14px}@media(max-width:560px){.cp-shipmode{gap:10px;padding:12px}.cp-shipmode__logo{width:72px;height:24px}.cp-shipmode__name{font-size:.84rem}.cp-shipmode__desc{display:none}}.cp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:10px;font-size:.92rem;font-weight:600;font-family:var(--font-body);cursor:pointer;transition:all var(--t);border:none;text-decoration:none}.cp-btn--primary{background:var(--blue);color:#fff}.cp-btn--primary:hover{background:var(--blue-dark)}.cp-btn--ghost{background:transparent;color:var(--blue);border:1.5px solid var(--blue)}.cp-btn--ghost:hover{background:var(--blue);color:#fff}.cp-btn--full{width:100%;margin-top:16px}.cp-summary__box{background:var(--alt);border-radius:16px;padding:24px;position:sticky;top:88px}.cp-summary__title{font-size:1.1rem;font-weight:800;font-family:var(--font-title);margin-bottom:16px;color:var(--text)}.cp-summary__rows{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.cp-summary__row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;font-size:.85rem;color:var(--text-2)}.cp-summary__row span:first-child{flex:1}.cp-summary__row--shipping .cp-summary__shipping{color:var(--text-2);font-style:italic}.cp-summary__save,.cp-summary__row--shipping{margin-bottom:10px}.cp-summary__divider{height:1px;background:var(--border);margin:16px 0}.cp-summary__total{display:flex;justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:700;color:var(--text);padding-top:14px;border-top:1px solid var(--border);margin-bottom:6px}.cp-summary__secure{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.78rem;color:var(--text-2);margin-top:12px}.cp-ship{background:var(--alt);border-radius:12px;padding:14px 18px;margin-bottom:24px}.cp-ship__msg{font-size:.9rem;color:var(--text-2);text-align:center;margin-bottom:8px}.cp-ship__msg strong{color:var(--blue);font-weight:700}.cp-ship.is-done .cp-ship__msg strong{color:#2e7d32}.cp-ship__bar{height:8px;background:var(--gray);border-radius:20px;overflow:hidden}.cp-ship__fill{height:100%;background:var(--blue);border-radius:20px;transition:width .4s cubic-bezier(.4,0,.2,1)}.cp-ship.is-done .cp-ship__fill{background:#2e7d32}.cp-reappro{background:#fff4e5;border:1px solid #ffd8a8;border-radius:12px;padding:14px 16px;margin-bottom:24px}.cp-reappro__head{display:flex;align-items:center;gap:8px;font-size:.92rem;color:#8a5a00;margin-bottom:6px}.cp-reappro__head svg{flex-shrink:0}.cp-reappro__head strong{font-weight:800;font-family:var(--font-title)}.cp-reappro__msg{font-size:.85rem;color:#7a5200;margin:0 0 12px;line-height:1.45}.cp-reappro__msg strong{font-weight:700}.cp-reappro__choice{display:flex;flex-direction:column;gap:9px}.cp-reappro__opt{display:flex;align-items:flex-start;gap:8px;font-size:.83rem;color:var(--text);cursor:pointer;line-height:1.4}.cp-reappro__opt input{margin-top:3px;flex-shrink:0;accent-color:var(--blue)}.cp-reappro__opt em{color:var(--text-2);font-style:normal;font-size:.92em}.cp-nudge{font-size:.78rem;font-weight:600;color:var(--blue-dark);background:var(--blue-light);border-radius:7px;padding:5px 10px;margin-top:8px;align-self:flex-start;line-height:1.35}.cp-nudge.is-on{color:#2e7d32;background:#e8f5e9}.cp-nudge span{font-weight:700}.cp-summary__save span{color:#2e7d32;font-weight:700}.cp-empty__chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:4px}.cp-empty__chip{padding:8px 16px;border-radius:20px;background:var(--gray);color:var(--text);font-weight:600;font-size:.86rem;text-decoration:none;transition:background var(--t),color var(--t)}.cp-empty__chip:hover{background:var(--blue);color:#fff}.cp-xsell{margin-top:8px;border-top:1px solid var(--border);padding-top:24px}.cp-xsell__title{display:flex;align-items:center;gap:9px;font-size:1.05rem;font-weight:800;font-family:var(--font-title);color:var(--text);margin-bottom:14px}.cp-xsell__title svg{color:var(--blue)}.cp-xsell__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}@media(max-width:900px)and (min-width:561px){.cp-xsell__grid{grid-template-columns:repeat(3,1fr)}.cp-xsell__grid .cp-xs:nth-child(4){display:none}}@media(max-width:560px){.cp-xsell__grid{grid-template-columns:repeat(2,1fr)}}.cp-xs{display:flex;flex-direction:column;gap:8px;background:var(--alt);border:1px solid var(--border);border-radius:12px;padding:12px}@media(max-width:560px){.cp-xs{flex-direction:row;align-items:center}}.cp-xs__img{display:block;width:100%;aspect-ratio:1;background:#fff;border-radius:8px;overflow:hidden}@media(max-width:560px){.cp-xs__img{width:64px;height:64px;aspect-ratio:auto;flex-shrink:0}}.cp-xs__img img{width:100%;height:100%;object-fit:contain}.cp-xs__meta{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.cp-xs__name{font-size:.82rem;font-weight:600;color:var(--text);line-height:1.35;text-decoration:none}.cp-xs__name:hover{color:var(--blue)}.cp-xs__price{font-size:.9rem;font-weight:700;color:var(--blue);font-family:var(--font-body)}.cp-xs__add{margin-top:auto;background:var(--blue-light);color:var(--blue-dark);border:none;border-radius:8px;padding:9px 12px;font-family:var(--font-body);font-size:.8rem;font-weight:700;cursor:pointer;transition:background var(--t),color var(--t);text-decoration:none;text-align:center;line-height:1}.cp-xs__add:hover{background:var(--blue);color:#fff}.cp-xs__add:disabled{opacity:.6;cursor:not-allowed}.cp-xs .ch-stars{display:flex;align-items:center;gap:1px;margin:1px 0 2px}.cp-xs .ch-star{width:13px;height:13px;color:var(--blue);flex-shrink:0}.ch-star--full{fill:currentColor}.ch-star--half{fill:none}.ch-star--empty{fill:none;opacity:.3}.cp-xs .ch-stars__count{font-size:.68rem;color:var(--text-2);margin-left:3px}.cp-cutoff{display:flex;align-items:flex-start;gap:7px;background:#e8f5e9;color:#1b5e20;border-radius:9px;padding:9px 12px;font-size:.82rem;line-height:1.4;margin-top:14px}.cp-cutoff svg{flex-shrink:0;color:#2e7d32;margin-top:2px}.cp-cutoff strong{font-weight:800}.cp-checkout-form{margin:0}.cp-express{margin-top:10px}.cp-express__sep{display:block;text-align:center;font-size:.76rem;color:var(--text-2);margin:8px 0}.cp-express__btns{display:flex;flex-direction:column;gap:8px}.cp-express__btns .shopify-payment-button__button{width:100%;min-height:44px;font-size:.92rem}.cp-express__btns>*{width:100%}.cp-trust{list-style:none;margin:16px 0 0;padding:14px 0 0;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:9px}.cp-trust li{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--text-2);line-height:1.3}.cp-trust li svg{flex-shrink:0;color:var(--blue)}.cp-trust a{color:var(--text);font-weight:700;text-decoration:none}.cp-trust a:hover{color:var(--blue)}.cp-paylogos{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:14px}.cp-pay{height:26px;width:auto;display:inline-block}.cp-stickybar{display:none}@media(max-width:900px){.cp-stickybar{display:flex;align-items:center;gap:12px;position:fixed;left:0;right:0;bottom:0;z-index:900;background:#fff;border-top:1px solid var(--border);box-shadow:0 -4px 20px #00000014;padding:10px 16px;padding-bottom:calc(10px + env(safe-area-inset-bottom))}.cp-stickybar__info{display:flex;flex-direction:column;line-height:1.1}.cp-stickybar__label{font-size:.68rem;color:var(--text-2)}.cp-stickybar__total{font-size:1.05rem;font-weight:800;color:var(--text);font-family:var(--font-title)}.cp-stickybar__btn{flex:1;margin:0}.cp-page{padding-bottom:92px}}.cp-layout{grid-template-columns:minmax(0,1fr) 360px}@media(max-width:900px){.cp-layout{grid-template-columns:minmax(0,1fr)}}.cp-items{min-width:0}.cp-xsell__grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:900px)and (min-width:561px){.cp-xsell__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:560px){.cp-xsell__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.cp-item,.cp-item__body,.cp-item__top,.cp-item__top>div,.cp-item__bottom,.cp-summary__row,.cp-summary__total,.cp-shipmode,.cp-xs,.cp-xs__meta,.cp-stickybar,.cp-stickybar__info{min-width:0}.cp-summary__row span:first-child,.cp-stickybar__btn{flex:1 1 0;min-width:0}.cp-item__name,.cp-item__variant,.cp-summary__row span,.cp-shipmode__name,.cp-shipmode__desc,.cp-xs__name{overflow-wrap:anywhere}@media(max-width:560px){.cp-xs{flex-wrap:wrap}.cp-xs__add{flex:1 1 100%;min-width:0;margin-top:8px}.cp-shipmode__price{flex-shrink:1;min-width:0}}.cp-summary__box,.cp-stickybar{max-width:100%;box-sizing:border-box}.cp-page{overflow-x:clip}
/*# sourceMappingURL=/cdn/shop/t/97/assets/cb-cart.css.map */
