.cart-component{flex-grow:1;display:flex;justify-content:center;min-height:60vh;padding:2.5rem 1.25rem;background:#f9fafb}.cart-component .container{width:100%;max-width:1200px}.cart-component .cart-title{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-size:1.2rem;font-weight:600;letter-spacing:.03em;color:var(--becho-dark);margin-bottom:1rem;text-align:center}.cart-component .cart-title__icon{font-size:1.4rem;color:var(--becho-primary)}.cart-component .error-container,.cart-component .loading-container{text-align:center;padding:3rem 1rem;color:var(--becho-gray)}.cart-component .error-container{color:var(--becho-danger)}.cart-component .empty-cart{text-align:center;padding:4rem 2rem;background:var(--becho-light);border-radius:10px;border:1px solid var(--becho-light-gray)}.cart-component .empty-cart .empty-cart-text{font-size:1.25rem;color:var(--becho-gray-dark);margin-bottom:1.5rem}.cart-component .empty-cart .empty-cart-button{background:var(--becho-dark);color:var(--becho-light);border:none;padding:.75rem 2rem;border-radius:5px;font-size:1rem;cursor:pointer;transition:all .3s ease-in-out}.cart-component .empty-cart .empty-cart-button:hover{opacity:.9}.cart-component .cart-wrapper{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.cart-component .cart-wrapper{grid-template-columns:1fr 350px;align-items:start}}.cart-component .cart-list{display:flex;flex-direction:column;gap:1rem;padding-bottom:16px}.cart-component .cart-card{background:linear-gradient(135deg,#fff,#f9fafb 40%,#fff);border:1px solid #e5e7eb;border-radius:18px;position:relative;padding:1.35rem 1.6rem 2.35rem;box-shadow:0 5px 18px rgba(15,23,42,.05);transition:box-shadow .2s ease-in-out,border-color .2s ease-in-out,transform .15s ease-out;overflow:hidden}.cart-component .cart-card:hover{border-color:#d1d5db;box-shadow:0 14px 36px rgba(15,23,42,.12);transform:translateY(-1px)}.cart-component .cart-card .cart-card-content{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.cart-component .cart-card .cart-card-content{flex-direction:row;justify-content:space-between}}.cart-component .cart-card .product-section{display:flex;gap:1.25rem;flex:1;align-items:flex-start}.cart-component .cart-card .product-image{width:100px;height:100px;flex-shrink:0;border-radius:14px;padding:6px;background:radial-gradient(circle at 30% 0,#fef9c3 0,#fefce8 38%,#f9fafb 100%);box-shadow:inset 0 0 0 1px rgba(148,163,184,.3)}.cart-component .cart-card .product-image img{width:100%;height:100%;object-fit:cover;border-radius:12px}.cart-component .cart-card .product-details{flex:1;min-width:0;display:flex;flex-direction:column}.cart-component .cart-card .product-details .product-name{font-size:1.02rem;font-weight:600;color:#111827;margin:0 0 .25rem;line-height:1.4}.cart-component .cart-card .product-details .product-category{font-size:.8rem;color:#6b7280;margin:0 0 .35rem;text-transform:capitalize}.cart-component .cart-card .product-details .min-order-text{margin:0 0 .85rem;font-size:.78rem;color:#6b7280}.cart-component .cart-card .product-details .min-order-text--highlight{color:#ef4444;font-weight:500}.cart-component .cart-card .product-details .product-variations{margin-bottom:1rem;border-radius:8px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.02)}.cart-component .cart-card .product-details .product-variations .variations-label{display:inline-flex;align-items:center;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;color:var(--becho-gray);margin-bottom:.5rem;font-weight:600}.cart-component .cart-card .product-details .product-variations .variation-chip-wrapper{display:flex;flex-wrap:wrap;gap:.5rem}.cart-component .cart-card .product-details .product-variations .variation-chip{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;padding:.35rem .75rem;border-radius:999px;background:var(--becho-white);border:1px solid var(--becho-light-gray)}.cart-component .cart-card .product-details .product-variations .variation-chip .variation-name{font-weight:600;color:var(--becho-gray-dark);text-transform:capitalize}.cart-component .cart-card .product-details .product-variations .variation-chip .variation-value{color:var(--becho-dark);font-weight:600;text-transform:capitalize}.cart-component .cart-card .product-details .quantity-section{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.cart-component .cart-card .product-details .quantity-section .quantity-label{font-size:.8rem;color:#4b5563;font-weight:500}.cart-component .cart-card .product-details .quantity-section .qty{display:inline-flex;align-items:center;border-radius:999px;padding:0 2px;background:#f9fafb;box-shadow:inset 0 0 0 1px rgba(148,163,184,.7)}.cart-component .cart-card .product-details .quantity-section .qty .qty-btn{background:transparent;border:none;width:34px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;font-weight:600;color:var(--becho-dark);transition:background .2s ease-in-out,color .2s ease-in-out,transform .1s ease-out}.cart-component .cart-card .product-details .quantity-section .qty .qty-btn:hover:not(.disabled){background:#e5e7eb;border-radius:999px}.cart-component .cart-card .product-details .quantity-section .qty .qty-btn.disabled{color:#9ca3af;cursor:not-allowed;opacity:.6}.cart-component .cart-card .product-details .quantity-section .qty .qty-value{min-width:44px;height:30px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;color:var(--becho-dark)}.cart-component .cart-card .product-details .product-info{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.cart-component .cart-card .product-details .product-info .info-text{font-size:.66rem;margin:0;line-height:1.2;font-weight:500;display:inline-flex;align-items:center;padding:.3rem .6rem;border-radius:999px;width:fit-content;border:1px solid transparent}.cart-component .cart-card .product-details .product-info .info-text.stock-warning{color:#991b1b;background-color:#fef2f2;border-color:#fecaca}.cart-component .cart-card .product-details .customize-btn{background:transparent;border:1px solid var(--becho-primary);color:var(--becho-primary);padding:.5rem 1rem;border-radius:5px;font-size:.875rem;cursor:pointer;transition:all .3s ease-in-out;width:fit-content}.cart-component .cart-card .product-details .customize-btn:hover{background:var(--becho-primary);color:var(--becho-white)}.cart-component .cart-card .price-section{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}@media(max-width:767px){.cart-component .cart-card .price-section{flex-direction:row;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--becho-light-gray)}}.cart-component .cart-card .price-section .price-box{text-align:right}.cart-component .cart-card .price-section .price-box .price{font-size:1.1rem;font-weight:600;color:#111827;display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.cart-component .cart-card .price-section .price-box .price .strikethrough{position:relative;color:#9ca3af;font-weight:400;font-size:.9rem}.cart-component .cart-card .price-section .price-box .price .strikethrough:before{position:absolute;content:"";left:0;top:50%;right:0;border-color:currentcolor #ef4444 #ef4444;border-top:1.5px solid #ef4444;transform:rotate(-5deg)}.cart-component .cart-card .price-section .price-box .discount-info{font-size:.76rem;color:#059669;margin-top:.1rem;font-weight:500}.cart-component .cart-card .price-section .move-to-wishlist-icon-btn,.cart-component .cart-card .price-section .remove-btn{position:absolute;bottom:1.05rem;background:#f9fafb;border:1px solid #e5e7eb;color:#9ca3af;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:999px;cursor:pointer;transition:background .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out,transform .1s ease-out;font-size:1rem}.cart-component .cart-card .price-section .move-to-wishlist-icon-btn{right:3.9rem}.cart-component .cart-card .price-section .move-to-wishlist-icon-btn:hover{border-color:#fbcfe8;color:#be185d;background:#fdf2f8;transform:scale(1.04)}.cart-component .cart-card .price-section .remove-btn{right:1.6rem}.cart-component .cart-card .price-section .remove-btn:hover{border-color:#fee2e2;color:#b91c1c;background:#fef2f2;transform:scale(1.04)}.cart-component .cart-card .cod-indicator{position:absolute;left:1.6rem;bottom:1rem;display:inline-flex;align-items:center;gap:.35rem;font-size:.7rem}.cart-component .cart-card .cod-indicator__icon{font-size:.9rem}.cart-component .cart-card .cod-indicator__icon--available{color:#16a34a}.cart-component .cart-card .cod-indicator__icon--unavailable{color:#b91c1c}.cart-component .cart-card .cod-indicator__text--available{color:#16a34a}.cart-component .cart-card .cod-indicator__text--unavailable{color:#b91c1c}.cart-component .bottom-part{background:var(--becho-white);border:1px solid #e5e7eb;border-radius:14px;padding:1.5rem;position:sticky;top:2rem;box-shadow:0 6px 24px rgba(15,23,42,.08)}@media(max-width:1023px){.cart-component .bottom-part{position:relative;top:0}}.cart-component .bottom-part .totals{margin-bottom:1.5rem}.cart-component .bottom-part .totals .total-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:1rem;color:var(--becho-gray-dark);border-bottom:1px solid var(--becho-light-gray)}.cart-component .bottom-part .totals .total-row:last-of-type{border-bottom:none}.cart-component .bottom-part .totals .total-row.discount-row{color:#059669}.cart-component .bottom-part .totals .total-row.total-amount{font-size:1.25rem;font-weight:700;color:var(--becho-dark);padding-top:1rem;margin-top:.5rem;border-top:2px solid var(--becho-dark);border-bottom:none}.cart-component .bottom-part .totals .min-order-warning{font-size:10px;border-radius:12px;background:#fff7ed;border:1px solid #fb923c;color:#c2410c;font-weight:500;font-style:italic;padding:.85rem 1rem;margin-top:.5rem;line-height:1.4}.cart-component .bottom-part .checkout-btn{width:100%;padding:.875rem;font-size:1rem;font-weight:600;border-radius:5px;text-align:center}@media(max-width:768px){.cart-component{padding:1.25rem .75rem 1.75rem}.cart-component .cart-title{font-size:1.4rem;margin-bottom:1.25rem}.cart-component .cart-card{padding:1.05rem 1.1rem 2.1rem}.cart-component .cart-card .product-image{width:80px;height:80px}.cart-component .cart-card .product-details .product-name{font-size:.98rem}.cart-component .cart-card .product-details .product-category{font-size:.75rem}.cart-component .cart-card .product-details .min-order-text{font-size:.7rem}.cart-component .cart-card .quantity-section .quantity-label{font-size:.75rem}.cart-component .cart-card .quantity-section .qty .qty-btn{width:30px;height:30px;font-size:1rem}.cart-component .cart-card .quantity-section .qty .qty-value{min-width:40px;height:30px;font-size:.85rem}.cart-component .cart-card .product-info .info-text{font-size:.62rem;padding:.25rem .5rem}.cart-component .cart-card .price-section .price-box .price{font-size:1.05rem}.cart-component .cart-card .price-section .price-box .price .strikethrough{font-size:.9rem}.cart-component .cart-card .price-section .price-box .discount-info{font-size:.75rem}.cart-component .cart-card .cod-indicator{right:1.1rem;bottom:.75rem;font-size:.62rem}.cart-component .cart-card .cod-indicator__icon{font-size:.8rem}}.modal-overlay-customization-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:999999}.modal-overlay-customization-modal .customization-modal{background:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1);max-width:400px;width:90%;max-height:90vh;display:flex;flex-direction:column;z-index:999999}.modal-overlay-customization-modal .customization-modal h2{text-align:center;margin-bottom:6px}.modal-overlay-customization-modal .customization-modal .modal-subtitle{text-align:center;color:#6b7280;font-size:13px;margin-bottom:15px}.modal-overlay-customization-modal .customization-modal .form-container{flex:1;overflow-y:auto;max-height:500px;padding-right:10px}.modal-overlay-customization-modal .customization-modal .form-group{margin-bottom:15px;background-color:#f5f5f5;padding:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;border-radius:5px}.modal-overlay-customization-modal .customization-modal .form-group .label{font-weight:700;text-align:center}.modal-overlay-customization-modal .customization-modal .form-group input{width:100%;padding:6px;border:1px solid #ccc;border-radius:5px;font-size:14px}.modal-overlay-customization-modal .customization-modal .form-group .preview-image{width:100px;height:100px;border-radius:5px;cursor:pointer;object-fit:cover;transition:transform .2s ease-in-out}.modal-overlay-customization-modal .customization-modal .form-group .preview-image:hover{transform:scale(1.05)}.modal-overlay-customization-modal .customization-modal .form-group .upload-trigger{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:10px 0;border:1px dashed #cfcfcf;border-radius:8px;background:#fff;transition:border-color .2s ease,background-color .2s ease}.modal-overlay-customization-modal .customization-modal .form-group .upload-trigger:hover{border-color:var(--becho-dark);background:#fafafa}.modal-overlay-customization-modal .customization-modal .form-group .upload-icon-wrapper{width:100px;height:100px;border:1px dashed #cfcfcf;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#fafafa}.modal-overlay-customization-modal .customization-modal .form-group .upload-icon{font-size:32px;color:#6b7280}.modal-overlay-customization-modal .customization-modal .form-group .upload-field-name{margin-top:8px;font-size:13px;font-weight:600;color:#374151;text-align:center;word-break:break-word;padding:0 8px}.modal-overlay-customization-modal .customization-modal .form-group .upload-help-text{margin-top:2px;font-size:12px;color:#6b7280;text-align:center}.modal-overlay-customization-modal .customization-modal .form-group .upload-file-name{margin-top:3px;font-size:11px;color:#111827;max-width:100%;padding:0 10px;text-align:center;word-break:break-word}.modal-overlay-customization-modal .customization-modal .form-group .hidden-input{display:none}.modal-overlay-customization-modal .customization-modal .actions-row{display:flex;gap:10px;margin-top:10px}.modal-overlay-customization-modal .customization-modal button{width:100%;padding:10px;border:none;cursor:pointer;background:var(--becho-dark);color:#fff;border-radius:5px;transition:opacity .2s ease}.modal-overlay-customization-modal .customization-modal button:hover{background:#3c3c3c}.modal-overlay-customization-modal .customization-modal button:disabled{opacity:.7;cursor:not-allowed}.modal-overlay-customization-modal .customization-modal .btn-secondary{background:#f3f4f6;color:#374151}.modal-overlay-customization-modal .customization-modal .btn-secondary:hover{background:#e5e7eb}.category-card{position:relative;width:100%;height:100%;max-width:250px;max-height:250px;overflow:hidden;border-radius:8px;box-shadow:0 0 .25em rgba(67,71,85,.27),0 .25em 1em rgba(90,125,188,.05);transition:box-shadow .5s ease-in-out,height .5s ease-in-out}.category-card .category-img{width:100%;height:100%;object-fit:cover;aspect-ratio:1}.category-card .overlay{position:absolute;top:80%;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);color:#fff;display:flex;flex-direction:column;align-items:center;transition:top .7s ease-in-out;transition:display .5 ease-in-out}@media(max-width:768px){.category-card .overlay{top:60%}.category-card .text{padding:6px 4px;width:90%}.category-card .text h3{font-size:.95rem}}.category-card .text{display:flex;flex-direction:column;overflow:hidden;width:80%;padding:10px;margin:0 auto;text-align:center}.category-card .text h3{text-align:center;margin:0;font-size:1.2em}.category-card .text p{margin:0;opacity:0;height:0;font-size:.8em;transition:opacity .5s ease-in-out,height .6s ease-in-out;word-wrap:break-word;overflow-wrap:break-word;text-align:start;max-height:0;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.category-card .quick-view-btn{opacity:0;background-color:hsla(0,0%,100%,.75);color:#161616;font-weight:500;transition:opacity .5s ease-in-out,background-color .3s ease,transform .2s ease;width:95%;border-radius:6px;padding:8px 10px;margin:4px auto;display:block;backdrop-filter:blur(4px);border:1px solid hsla(0,0%,100%,.3);box-shadow:0 2px 8px rgba(0,0,0,.05)}.category-card .quick-view-btn svg{font-size:15px;vertical-align:middle;margin-left:4px;transition:transform .3s ease}.category-card .quick-view-btn:hover{background-color:hsla(0,0%,100%,.95);color:#000}.category-card .quick-view-btn:hover svg{transform:translateX(2px)}@media(min-width:769px){.category-card:hover .overlay{top:0;height:100%}.category-card:hover .text p{opacity:1;height:auto;max-height:80%}.category-card:hover .quick-view-btn{opacity:1}.category-card:hover{box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22)}}@media(max-width:768px){.category-card.active-mobile .overlay{top:0;height:100%}.category-card.active-mobile .text p{opacity:1;height:auto;max-height:80%}.category-card.active-mobile .quick-view-btn{opacity:1}.category-card.active-mobile{box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22)}.category-card .quick-view-btn{padding:6px 4px;font-size:.75rem;margin:3px auto}.category-card .quick-view-btn svg{font-size:13px!important;margin-left:2px}}.product-component .product-list{display:flex;flex-wrap:wrap;gap:10px}.product-component .fliter-drop{display:flex;align-items:center;justify-content:center}.product-component .z-1{z-index:1}.invoice-html-root *{box-sizing:border-box;margin:0;padding:0}.invoice-html-root{font-family:Arial,sans-serif;font-size:clamp(10px,.8vw,16px);line-height:1.2;color:#000;background:#fff;overflow-y:auto;overflow-x:hidden;min-height:100vh;padding:0 0 2rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.invoice-html-root::-webkit-scrollbar{width:4px}.invoice-html-root::-webkit-scrollbar-track{background:transparent}.invoice-html-root::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.15);border-radius:10px;transition:background-color .2s ease}.invoice-html-root::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.25)}.invoice-html-root{margin:0;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact}.invoice-html-root #invoice{overflow:visible;display:flex;flex-direction:column;min-height:calc(100vh - 4rem)}.invoice-html-root .table-container,.invoice-html-root .table-wrapper{flex:1;display:flex;flex-direction:column;min-height:0}.invoice-html-root .invoice-footer{margin-top:auto;width:100%}.invoice-html-root .footer-no-break{page-break-inside:avoid;break-inside:avoid}@media print{.invoice-html-root .invoice-footer{margin-top:0!important}}.invoice-html-root{height:auto!important;min-height:auto!important;overflow-x:hidden!important;padding-bottom:0!important}.invoice-html-root #invoice{margin-bottom:2rem!important;max-height:none!important;min-height:calc(100dvh - 4.5rem)!important}@media print{@page{margin:4mm;size:A4}.invoice-html-root,html{margin:0!important;padding:0!important}.invoice-html-root #invoice{border:1px solid #000!important;max-width:100%!important}.invoice-html-root #invoice,.invoice-html-root .table-container,.invoice-html-root .table-wrapper{margin:0!important;padding:0!important;min-height:auto!important;height:auto!important;display:block!important}.invoice-html-root .table-wrapper table{width:100%!important;display:table!important;table-layout:fixed!important;margin:0!important;border-bottom:1px solid #000!important;height:auto!important}.invoice-html-root .table-wrapper tbody{display:table-row-group!important}.invoice-html-root thead{display:table-header-group!important}.invoice-html-root tbody{display:table-row-group!important}.invoice-html-root tr{height:auto!important;margin:0!important;page-break-inside:avoid!important;break-inside:avoid!important}.invoice-html-root tr.invoice-table-fill-row{display:none!important}.invoice-html-root tr[style*=fit-content]{margin-top:0!important;padding-top:0!important}.invoice-html-root .invoice-footer{margin-top:12px!important;padding-top:clamp(4px,.7vw,8px)!important;margin-bottom:0!important;display:block!important}.invoice-html-root .footer-no-break{page-break-inside:avoid!important;break-inside:avoid!important}.invoice-html-root .table-container+.invoice-footer{margin-top:0!important}.invoice-html-root .action-buttons{display:none!important}.invoice-html-root .watermark-logo{position:fixed!important;inset:0!important;opacity:.12!important;z-index:0!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.invoice-html-root thead{display:table-header-group}.invoice-html-root tr{page-break-inside:avoid}}.invoice-html-root .action-buttons{display:flex;gap:clamp(8px,1.3vw,16px);padding:clamp(4px,.7vw,8px) clamp(8px,1.3vw,16px);background:#f0f0f0;margin-bottom:clamp(5px,.9vw,10px);position:relative;z-index:1000}.invoice-html-root .action-buttons button{padding:clamp(4px,.7vw,8px) clamp(10px,1.6vw,20px);font-size:clamp(12px,1.2vw,15px);border:none;border-radius:5px;background:#141497;color:#fff;cursor:pointer;pointer-events:auto;position:relative;z-index:1001}.invoice-html-root .action-buttons button:hover{background:#0f0f7a}.invoice-html-root .action-buttons button{display:flex;align-items:center;gap:8px;font-weight:600}.invoice-html-root table{width:100%;border-collapse:collapse;margin-bottom:clamp(3px,.5vw,5px);font-size:clamp(10px,.8vw,16px);table-layout:fixed;border-bottom:1px solid #000}.invoice-html-root .table-wrapper table{height:100%;min-height:100%}.invoice-html-root .table-wrapper table tbody{height:100%}.invoice-html-root td,.invoice-html-root th{border-left:1px solid #000;border-right:1px solid #000;border-top:0;border-bottom:0;padding:clamp(2px,.3vw,3px)}.invoice-html-root td:first-child,.invoice-html-root th:first-child{border-left:none}.invoice-html-root td:last-child,.invoice-html-root th:last-child{border-right:none}.invoice-html-root th{background:#f0f0f05b;text-align:center;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2;font-size:clamp(8px,1.2vw,16px);border-bottom:1px solid #000;border-top:1px solid #000}.invoice-html-root td{font-size:clamp(8px,1.4vw,18px)}.invoice-html-root td.product-name{max-width:50px!important;min-width:30px!important;width:50px!important}.invoice-html-root table td,.invoice-html-root td.product-name{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:normal}.invoice-html-root .tally-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:clamp(5px,.9vw,10px)}.invoice-html-root .tally-header-left{flex:0 0 clamp(150px,18vw,200px)}.invoice-html-root .tally-header-center{flex:1;text-align:center}.invoice-html-root .tally-header-center h1{font-size:clamp(14px,1.6vw,24px);margin-bottom:clamp(2px,.3vw,3px);font-weight:700}.invoice-html-root .tally-header-center .original-label{font-size:clamp(8px,1vw,14px);margin-bottom:clamp(2px,.3vw,3px)}.invoice-html-root .tally-header-center .reverse-charge{font-size:clamp(9px,.8vw,15px);margin-top:clamp(2px,.3vw,3px)}.invoice-html-root .invoice-top-row{align-items:stretch}.invoice-html-root .invoice-logo-column{flex:0 0 20%;min-width:0;align-self:stretch;border-right:1px solid #000;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:clamp(4px,1vw,8px);background:#fff}.invoice-html-root .invoice-logo-cell{width:100%;height:100%;min-height:clamp(60px,8vw,100px);display:flex;align-items:center;justify-content:center;overflow:hidden}.invoice-html-root .invoice-logo-cell img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;margin:auto}.invoice-html-root .supplying-location{padding:0}.invoice-html-root .supplying-location-content{padding:clamp(8px,1vw,16px)}.invoice-html-root .supplying-location h3{font-size:clamp(10px,1.2vw,14px);margin-bottom:clamp(2px,.3vw,3px);font-weight:700}.invoice-html-root .business-name-header{font-size:clamp(12px,1.8vw,20px);font-weight:700;padding:clamp(8px,1vw,16px) clamp(8px,1vw,16px) clamp(6px,.8vw,12px);border-bottom:1px solid #000;margin:0;line-height:1.4}.invoice-html-root .business-name-header,.invoice-html-root .supplying-location p{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:normal}.invoice-html-root .supplying-location p{font-size:clamp(8px,1.4vw,14px);margin:clamp(.5px,.1vw,1px) 0;line-height:1.6}.invoice-html-root .supplying-location p strong{display:inline;white-space:nowrap}.invoice-html-root .invoice-details-section{display:grid;grid-template-columns:1fr 1fr;gap:clamp(4px,.7vw,8px);margin-bottom:clamp(4px,.7vw,8px);font-size:clamp(8px,1.4vw,14px);padding:clamp(8px,1vw,16px);min-width:0;overflow:hidden;box-sizing:border-box}.invoice-html-root .invoice-details-section-item{display:flex;flex-wrap:wrap;align-items:baseline;gap:clamp(4px,.5vw,6px);padding-right:5px;min-width:0;overflow:visible;line-height:1.5;margin-bottom:clamp(2px,.3vw,3px)}.invoice-html-root .invoice-details-section-item span{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:normal}.invoice-html-root .invoice-details-section-item span:first-child{flex-shrink:0;white-space:nowrap}.invoice-html-root .invoice-details-section-item span:last-child{flex:1 1 auto;min-width:0;max-width:100%}@media (max-width:600px){.invoice-html-root .invoice-details-section{grid-template-columns:1fr}}.invoice-html-root .invoice-details-section p{font-size:clamp(8px,1.4vw,14px);margin:clamp(.5px,.1vw,1px) 0;line-height:1.6}.invoice-html-root .bill-to-party{border-right:1px solid #000}.bill-to-party,.invoice-html-root .ship-to-party{padding:clamp(8px,1vw,16px);width:50%}.bill-to-party-title,.invoice-html-root .ship-to-party-title{font-size:clamp(10px,1.6vw,16px);margin-bottom:clamp(2px,.3vw,3px);font-weight:700}.bill-to-party p,.invoice-html-root .ship-to-party p{font-size:clamp(8px,1.4vw,14px);margin:clamp(.5px,.1vw,1px) 0;line-height:1.6}.invoice-html-root .summary-section{margin-top:0;border-top:0;padding-top:clamp(4px,.7vw,8px);font-size:clamp(8px,1vw,16px);page-break-inside:avoid;break-inside:avoid}.invoice-html-root .empty-row td{padding:clamp(1px,.15vw,2px);height:clamp(10px,.9vw,14px)}.invoice-html-root tr.invoice-table-fill-row{height:100%}.invoice-html-root tr.invoice-table-fill-row td{height:100%;vertical-align:top;border-left:1px solid #000;border-right:1px solid #000}.invoice-html-root tr.invoice-table-fill-row td:first-child{border-left:none}.invoice-html-root tr.invoice-table-fill-row td:last-child{border-right:none}.invoice-html-root .summary-row{display:flex;justify-content:space-between;padding:clamp(1px,.2vw,2px) 0;font-size:clamp(8px,1.6vw,18px)}.invoice-html-root .total-row{font-weight:700;border-top:1px solid #000;margin-top:clamp(2px,.3vw,3px);padding-top:clamp(2px,.3vw,3px)}.invoice-html-root .signature-section{margin-top:clamp(10px,1.8vw,20px);display:flex;justify-content:space-between;align-items:flex-start;position:relative}.customer-signature,.invoice-html-root .authorized-signature{display:flex;flex-direction:column;align-items:center;width:35%;position:relative}.customer-signature:before,.invoice-html-root .authorized-signature:before{content:"";width:100%;height:1px;background:#000;position:absolute;bottom:clamp(15px,2vw,20px);left:0}.invoice-html-root .two-column{display:grid;grid-template-columns:1fr 1fr;gap:clamp(4px,.7vw,8px)}.invoice-html-root .declaration-section{margin-top:clamp(16px,1.3vw,32px);font-size:clamp(8px,.7vw,12px);line-height:1.3;border:1px solid #000;padding:clamp(3px,.5vw,6px) clamp(8px,1vw,16px)}.invoice-html-root .declaration-section h3{font-size:clamp(11px,.9vw,13px);font-weight:700;margin-bottom:clamp(3px,.5vw,5px)}.invoice-html-root .declaration-section p{margin:clamp(2px,.3vw,3px) 0;text-align:justify}@media screen{.invoice-html-root{min-height:auto!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;overflow-x:hidden!important}.invoice-html-root #invoice{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;min-height:calc(100dvh - 4.5rem)!important}}.invoice-view{padding:0 0 2rem;background:#fff}.invoice-view .invoice-view-toolbar{width:100%;max-width:100%;margin:0 0 12px;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-sizing:border-box;position:relative;z-index:50;pointer-events:auto!important}.invoice-view .invoice-view-toolbar--actions-only{justify-content:flex-end}.invoice-view .invoice-view-toolbar--actions-only .invoice-view-toolbar-actions{margin-left:0}.invoice-view .invoice-view-toolbar-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.invoice-view .invoice-view-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:8px;cursor:pointer!important;font-size:1.35rem;line-height:1;transition:background-color .15s ease,color .15s ease}.invoice-view .invoice-view-icon-btn--back{color:#0f766e;background:transparent}.invoice-view .invoice-view-icon-btn--back:hover{color:#115e59;background:rgba(15,118,110,.08)}.invoice-view .invoice-view-icon-btn--print{color:#fff;background:#0f766e}.invoice-view .invoice-view-icon-btn--print:hover{background:#115e59}.invoice-view .invoice-view-icon-btn--whatsapp{color:#fff;background:#25d366}.invoice-view .invoice-view-icon-btn--whatsapp:hover{background:#1da851}.invoice-view .invoice-view-document{width:100%;max-width:100%;margin:0;padding:0 clamp(.5rem,1vw,1rem);box-sizing:border-box;overflow-x:hidden;isolation:isolate}.invoice-view .invoice-view-document .invoice-html-root{width:100%;max-width:100%;margin:0;padding:0;box-sizing:border-box}.invoice-view .invoice-view-document .invoice-html-root #invoice{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important}.invoice-view .invoice-view-document .invoice-html-root .table-wrapper{max-width:100%;overflow-x:hidden}.invoice-view .invoice-view-document .invoice-html-root .table-wrapper table{width:100%!important;max-width:100%;height:100%;min-height:100%}.invoice-view .invoice-view-document .invoice-html-root .table-container{flex:1 1 auto;min-height:0}.invoice-view .invoice-view-document .invoice-html-root tr.invoice-table-fill-row{height:100%}.invoice-view .invoice-view-document .invoice-html-root tr.invoice-table-fill-row td{height:100%;vertical-align:top}.invoice-view .invoice-view-document .invoice-html-root .invoice-top-row{align-items:stretch}.invoice-view .invoice-view-document .invoice-html-root .invoice-top-row .invoice-details-section,.invoice-view .invoice-view-document .invoice-html-root .invoice-top-row .supplying-location{align-self:stretch;height:auto;min-height:100%}.invoice-view .invoice-view-document .invoice-html-root .invoice-logo-column{flex:0 0 20%;min-width:0;align-self:stretch;border-right:1px solid #000;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:clamp(4px,1vw,8px);background:#fff}@media(max-width:768px){.invoice-view .invoice-view-document .invoice-html-root{font-size:clamp(9px,2.4vw,12px)}.invoice-view .invoice-view-document .invoice-html-root #invoice{min-height:calc(100dvh - 3.5rem)!important}.invoice-view .invoice-view-document .invoice-html-root th{font-size:clamp(6px,1.6vw,9px)!important;padding:1px 0!important;white-space:normal;line-height:1.1}.invoice-view .invoice-view-document .invoice-html-root td{font-size:clamp(6px,1.7vw,11px)!important;padding:1px!important;line-height:1.15}.invoice-view .invoice-view-document .invoice-html-root td.product-name{width:14%!important;min-width:0!important;max-width:none!important}.invoice-view .invoice-view-document .invoice-html-root .business-name-header{font-size:clamp(10px,2.8vw,14px);padding:clamp(4px,1vw,8px)}.invoice-view .invoice-view-document .invoice-html-root .bill-to-party p,.invoice-view .invoice-view-document .invoice-html-root .invoice-details-section,.invoice-view .invoice-view-document .invoice-html-root .ship-to-party p,.invoice-view .invoice-view-document .invoice-html-root .supplying-location p{font-size:clamp(7px,1.8vw,11px)}.invoice-view .invoice-view-document .invoice-html-root .two-column{grid-template-columns:1fr 1fr;gap:clamp(2px,.5vw,6px)}.invoice-view .invoice-view-document .invoice-html-root .summary-row{font-size:clamp(7px,1.8vw,12px)}}.invoice-view .invoice-view-document .invoice-html-root .invoice-logo-cell{width:100%;height:100%;min-height:clamp(60px,8vw,100px);display:flex;align-items:center;justify-content:center;overflow:hidden}.invoice-view .invoice-view-document .invoice-html-root .invoice-logo-cell img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;margin:auto}.invoice-view .invoice-view-error,.invoice-view .invoice-view-loading{text-align:center;padding:2rem 1rem;color:#4b5563}.invoice-view .invoice-view-error{color:#b91c1c}@media print{.invoice-view .print\:hidden{display:none!important}.invoice-view .invoice-view-document{overflow:visible}}.footer{background-color:#1f1f1f;color:var(--becho-light)}.footer .top-part{background-color:var(--becho-light-gray)}.footer .top-part input{width:100%;max-width:400px}.footer .highlighted-text{color:var(--becho-shade)}.footer .info-icon .location,.footer .info-icon .mail,.footer .info-icon .phone{font-size:20px}.footer .bottom{background-color:var(--becho-dark);color:var(--becho-light);border-top:.5px solid var(--becho-gray)}.footer .link{transition:all .3s ease-in-out}.footer .link:hover,.footer .title{color:var(--becho-primary)}.footer .icon-box{border-bottom:1px solid var(--becho-light);padding-bottom:12px}.footer .icon-box .icon-link{width:40px;height:40px;border:1px solid var(--becho-light);border-radius:30px;display:flex;align-items:center;justify-content:center}.footer .icon-box .facebook,.footer .icon-box .instagram,.footer .icon-box .youtube{font-size:20px;color:var(--becho-light);padding:0;transition:all .3s ease-in-out}.footer .icon-box .facebook:hover,.footer .icon-box .instagram:hover,.footer .icon-box .youtube:hover{color:var(--becho-primary)}.footer-2{background-color:#1f1f1f;color:var(--becho-light)}.footer-2 .top-part{background-color:var(--becho-light-gray)}.footer-2 .top-part input{width:100%;max-width:400px}.footer-2 .highlighted-text{color:var(--becho-shade)}.footer-2 .info-icon .location,.footer-2 .info-icon .mail,.footer-2 .info-icon .phone{font-size:20px}.footer-2 .bottom{background-color:var(--becho-dark);color:var(--becho-light);border-top:.5px solid var(--becho-gray)}.footer-2 .link{transition:all .3s ease-in-out}.footer-2 .link:hover,.footer-2 .title{color:var(--becho-primary)}.footer-2 .icon-box{padding-bottom:12px}.footer-2 .icon-box .icon-link{width:40px;height:40px;border-radius:30px;display:flex;align-items:center;justify-content:center}.footer-2 .icon-box .facebook,.footer-2 .icon-box .instagram,.footer-2 .icon-box .youtube{font-size:20px;color:var(--becho-light);padding:0;transition:all .3s ease-in-out}.footer-2 .icon-box .facebook:hover,.footer-2 .icon-box .instagram:hover,.footer-2 .icon-box .youtube:hover{color:var(--becho-primary)}