body.dmf-cart-modal-open{overflow:hidden}.dmf-cart-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;display:none}.dmf-cart-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);backdrop-filter:blur(4px)}.dmf-cart-modal__container{position:relative;max-width:800px;max-height:95vh;margin:2.5vh auto;background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);overflow-y:auto;transform:scale(.9);opacity:0;transition:all 0.3s ease;z-index:10}.dmf-cart-modal__container--active{transform:scale(1);opacity:1}.dmf-cart-modal[style*="display: block"] .dmf-cart-modal__container,.dmf-cart-modal[style*="display: flex"] .dmf-cart-modal__container{display:block!important}.dmf-cart-modal__close{position:absolute;top:20px;right:20px;width:40px;height:40px;background:#f5f5f5;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all 0.2s ease}.dmf-cart-modal__close:hover{background:#e0e0e0;transform:rotate(90deg)}.dmf-cart-modal__close svg{width:20px;height:20px}.dmf-cart-modal__header{text-align:center;padding:30px 30px 20px;border-bottom:1px solid #eee}.dmf-cart-modal__success-icon{width:56px;height:56px;margin:0 auto 12px;background:#4CAF50;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:dmf-success-pulse 0.6s ease}@keyframes dmf-success-pulse{0%{transform:scale(0)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.dmf-cart-modal__success-icon svg{width:36px;height:36px;stroke:#fff;stroke-width:3}.dmf-cart-modal__title{margin:0;font-size:24px;font-weight:700;color:#333}.dmf-cart-modal__added-product{padding:25px 30px;border-bottom:1px solid #eee}.dmf-cart-modal__added-product-content{display:flex;align-items:center;gap:20px}.dmf-cart-modal__added-product-image{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid #eee;flex-shrink:0}.dmf-cart-modal__added-product-details{flex:1;min-width:0}.dmf-cart-modal__added-product-name{margin:0 0 8px;font-size:16px;font-weight:600;color:#333;letter-spacing:0!important;line-height:1.4}.dmf-cart-modal__added-product-price{font-size:16px;font-weight:700;color:#4CAF50}.dmf-cart-modal__cross-sells{padding:25px 30px}.dmf-cart-modal__cross-sells-title{margin:0 0 16px;font-size:18px;font-weight:600;color:#333}.dmf-cart-modal__cross-sells-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}.dmf-cart-modal__cross-sell-item{display:flex;flex-direction:column;background:#f9f9f9;border-radius:8px;overflow:hidden;transition:all 0.2s ease}.dmf-cart-modal__cross-sell-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.dmf-cart-modal__cross-sell-image{display:block;aspect-ratio:1;overflow:hidden;background:#fff}.dmf-cart-modal__cross-sell-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.dmf-cart-modal__cross-sell-item:hover .dmf-cart-modal__cross-sell-image img{transform:scale(1.05)}.dmf-cart-modal__cross-sell-info{padding:12px;display:flex;flex-direction:column;gap:8px}.dmf-cart-modal__cross-sell-title{font-size:14px;font-weight:600;color:#333;text-decoration:none;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dmf-cart-modal__cross-sell-title:hover{color:#4CAF50}.dmf-cart-modal__cross-sell-price{font-size:16px;font-weight:700;color:#333}.dmf-cart-modal__cross-sell-price del{opacity:.5;margin-right:8px}.dmf-cart-modal__cross-sell-price ins{text-decoration:none;color:#4CAF50}.dmf-cart-modal__cross-sell-add,.dmf-cart-modal__cross-sell-view{width:100%;padding:10px 16px;background:#333;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;text-align:center;text-decoration:none;transition:all 0.2s ease;display:inline-block}.dmf-cart-modal__cross-sell-add:hover{background:#4CAF50}.dmf-cart-modal__cross-sell-view{background:#f0f0f0;color:#333}.dmf-cart-modal__cross-sell-view:hover{background:#e0e0e0}.dmf-cart-modal__cross-sell-add--loading{opacity:.6;pointer-events:none}.dmf-cart-modal__cross-sell-add--added{background:#4CAF50!important}.dmf-cart-modal__actions{padding:25px 30px;display:flex;gap:12px;border-top:1px solid #eee}.dmf-cart-modal__continue,.dmf-cart-modal__checkout{flex:1;padding:16px 24px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:all 0.2s ease;text-align:center;text-decoration:none;display:inline-block}.dmf-cart-modal__continue{background:#f5f5f5;color:#333;border:2px solid #e0e0e0}.dmf-cart-modal__continue:hover{background:#e0e0e0}.dmf-cart-modal__checkout{background:#4CAF50;color:#fff;border:2px solid #4CAF50}.dmf-cart-modal__checkout:hover{background:#45a049;border-color:#45a049;color:#fff}@media (max-width:768px){.dmf-cart-modal__container{max-width:95%;margin:2.5vh auto;max-height:95vh;border-radius:8px}.dmf-cart-modal__header{padding:30px 20px 15px}.dmf-cart-modal__title{font-size:22px}.dmf-cart-modal__success-icon{width:48px;height:48px}.dmf-cart-modal__success-icon svg{width:28px;height:28px}.dmf-cart-modal__added-product{padding:20px}.dmf-cart-modal__added-product-image{width:80px;height:80px}.dmf-cart-modal__cross-sells{padding:20px}.dmf-cart-modal__cross-sells-grid{grid-template-columns:repeat(2,1fr);gap:12px}.dmf-cart-modal__actions{padding:20px;flex-direction:column}.dmf-cart-modal__continue,.dmf-cart-modal__checkout{padding:14px 20px;font-size:15px}}@media (max-width:480px){.dmf-cart-modal__cross-sells-grid{grid-template-columns:1fr}}