.godu-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;font-family:Montserrat,sans-serif;color:#1a2230;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:20px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.godu-cart-drawer[aria-hidden=false]{opacity:1;visibility:visible;pointer-events:auto}.godu-cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);cursor:pointer}.godu-cart-drawer__wrapper{width:100%;max-width:1460px;padding:0 30px;margin:0 auto;display:flex;justify-content:flex-end;box-sizing:border-box;pointer-events:none}.godu-cart-drawer__panel{position:relative;z-index:1;width:100%;max-width:480px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;background-color:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026;transform:translateY(-20px);opacity:0;transition:transform .3s ease,opacity .3s ease;pointer-events:auto;overflow:hidden}.godu-cart-drawer[aria-hidden=false] .godu-cart-drawer__panel{transform:translateY(0);opacity:1}.godu-cart-drawer__close-mobile{display:flex;background:none;border:none;cursor:pointer;padding:6px;align-items:center;justify-content:center;border-radius:6px;color:#172233;transition:background-color .15s ease}.godu-cart-drawer__close-mobile:hover{background-color:#f5f5f5}.godu-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e5e5;flex-shrink:0}.godu-cart-drawer__title{font-size:18px;font-weight:700;margin:0;display:flex;align-items:baseline;gap:6px}.godu-cart-drawer__count{font-size:14px;font-weight:400;color:#999}.godu-cart-drawer__header-icons{display:flex;align-items:center;gap:10px}.godu-cart-drawer__icon-btn{background:none;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;color:#1a1a1a;text-decoration:none;border-radius:6px;transition:background-color .15s ease}.godu-cart-drawer__icon-btn:hover{background-color:#f5f5f5}.godu-cart-drawer__body{flex:1;overflow-y:auto;padding:16px 24px}.godu-cart-drawer__empty{text-align:center;padding:60px 20px}.godu-cart-drawer__empty-icon{margin:0 auto 16px;width:48px;height:48px;opacity:.4}.godu-cart-drawer__empty-text{color:#666;font-size:15px;margin:0 0 16px}.godu-cart-drawer__empty-link{color:#00b900;text-decoration:none;font-weight:600}.godu-cart-drawer__empty-link:hover{text-decoration:underline}.godu-cart-drawer__items{list-style:none;margin:0;padding:0}.godu-cart-drawer__item{display:grid;grid-template-columns:80px 1fr auto;gap:12px;padding:16px 0;border-bottom:1px solid #f0f0f0;position:relative}.godu-cart-drawer__item:last-child{border-bottom:none}.godu-cart-drawer__item-image{display:block;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f5f5f5}.godu-cart-drawer__item-image img{width:100%;height:100%;object-fit:cover;display:block}.godu-cart-drawer__item-info{min-width:0;display:flex;flex-direction:column;gap:4px}.godu-cart-drawer__item-title{color:#1a1a1a;text-decoration:none;font-weight:700;font-size:14px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.godu-cart-drawer__item-variant{color:#888;font-size:12px}.godu-cart-drawer__item-stock{display:flex;align-items:center;gap:4px;color:#00930a;font-size:12px;font-weight:600;margin-top:2px}.godu-cart-drawer__item-stock svg{flex-shrink:0}.godu-cart-drawer__item-stock--out{color:#e93d3d}.godu-cart-drawer__item-row{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.godu-cart-drawer__qty{display:inline-flex;align-items:center;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}.godu-cart-drawer__qty-btn{background:none;border:none;width:28px;height:28px;font-size:16px;line-height:1;cursor:pointer;color:#333;transition:background-color .15s ease}.godu-cart-drawer__qty-btn:hover{background:#f5f5f5}.godu-cart-drawer__qty-input{width:36px;height:28px;border:none;text-align:center;font-size:13px;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.godu-cart-drawer__qty-input::-webkit-outer-spin-button,.godu-cart-drawer__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.godu-cart-drawer__item-price{font-weight:700;font-size:14px;color:#1a1a1a}.godu-cart-drawer__item-remove{position:absolute;top:14px;right:0;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;opacity:.5;transition:opacity .15s ease}.godu-cart-drawer__item-remove:hover{opacity:1}.godu-cart-drawer__shipping{margin-top:10px}.godu-cart-drawer__shipping-bar{height:4px;background:#e5e5e5;border-radius:2px;overflow:hidden;margin-bottom:6px}.godu-cart-drawer__shipping-bar-fill{height:100%;background:#00b900;border-radius:2px;transition:width .35s ease;width:0}.godu-cart-drawer__shipping-text{margin:0;font-size:12px;color:#666;line-height:1.35}.godu-cart-drawer__shipping--reached .godu-cart-drawer__shipping-text{color:#00b900;font-weight:600}.godu-cart-drawer__crosssell{margin-top:24px}.godu-cart-drawer__crosssell-wrap{display:flex;flex-direction:column;gap:8px}.godu-cart-drawer__crosssell-header{display:flex;align-items:center;gap:12px;margin-bottom:10px}.godu-cart-drawer__crosssell-header-line{flex:1;height:1px;background:#d0d0d0}.godu-cart-drawer__crosssell-header-text{font-size:11px;font-weight:600;color:#888;letter-spacing:.12em}.godu-cart-drawer__crosssell-card{display:grid;grid-template-columns:56px 1fr auto;gap:12px;align-items:center;padding:12px;background:#f3f4f6;border-radius:12px}.godu-cart-drawer__crosssell-image{width:56px;height:56px;border-radius:8px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.godu-cart-drawer__crosssell-image img{width:100%;height:100%;object-fit:contain;display:block}.godu-cart-drawer__crosssell-info{min-width:0}.godu-cart-drawer__crosssell-title{font-size:13px;font-weight:600;color:#1a1a1a;line-height:1.3;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.godu-cart-drawer__crosssell-subtitle{font-size:12px;color:#555;margin-top:4px;line-height:1.35}.godu-cart-drawer__crosssell-subtitle strong,.godu-cart-drawer__crosssell-subtitle .accent{color:#00b900;font-weight:600}.godu-cart-drawer__crosssell-add{align-self:center;background:#00b900;color:#fff;border:none;border-radius:999px;padding:9px 14px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,transform .1s ease}.godu-cart-drawer__crosssell-add:hover{background:#00930a}.godu-cart-drawer__crosssell-add:active{transform:scale(.97)}.godu-cart-drawer__crosssell-add[disabled]{opacity:.6;cursor:not-allowed}.godu-cart-drawer__footer{border-top:1px solid #e5e5e5;padding:16px 24px 20px;flex-shrink:0}.godu-cart-drawer__totals{margin-bottom:14px}.godu-cart-drawer__total-row{display:flex;justify-content:space-between;align-items:baseline}.godu-cart-drawer__total-label{font-size:15px;color:#333}.godu-cart-drawer__total-value{font-size:18px;font-weight:700;color:#1a1a1a}.godu-cart-drawer__actions{display:flex;flex-direction:column;gap:8px}.godu-cart-drawer__btn{display:block;text-align:center;text-decoration:none;padding:14px 20px;border-radius:10px;font-size:15px;font-weight:600;transition:all .15s ease;border:1px solid transparent}.godu-cart-drawer__btn--primary{background:#00b900;color:#fff}.godu-cart-drawer__btn--primary:hover{background:#00930a}.godu-cart-drawer__btn--secondary{background:#fff;color:#1a1a1a;border-color:#d0d0d0}.godu-cart-drawer__btn--secondary:hover{border-color:#1a1a1a}.godu-cart-drawer__payments{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-top:12px}.godu-cart-drawer__payment-svg{height:22px;width:auto;display:block;border-radius:3px}@media(max-width:767px){.godu-cart-drawer{padding-top:0}.godu-cart-drawer__wrapper{display:block;padding:0;max-width:none;width:100%}.godu-cart-drawer__panel{width:calc(100% - 24px);max-width:none;margin:12px auto;border-radius:24px;max-height:calc(100vh - 24px)}.godu-cart-drawer__header{padding:16px 20px}.godu-cart-drawer__body{padding:12px 20px}.godu-cart-drawer__footer{padding:14px 20px 20px}}
/*# sourceMappingURL=/cdn/shop/t/15/compiled_assets/styles.css.map */
