/* Bazokala cart, checkout and order-complete pages. */
.elementor-widget-bazokala-cart-page,.elementor-widget-bazokala-checkout-page,.elementor-widget-bazokala-cart-page>.elementor-widget-container,.elementor-widget-bazokala-checkout-page>.elementor-widget-container{width:100%;max-width:100%;min-width:0}
.bzk-woo-page{--bzk-woo-primary:#203a78;--bzk-woo-accent:#5ea9ea;--bzk-woo-panel:#eaf3fd;--bzk-woo-field:#fff;--bzk-woo-text:#102b5d;--bzk-woo-radius:18px;--bzk-woo-padding:18px;--bzk-woo-gap:14px;width:100%;max-width:100%;min-width:0;color:var(--bzk-woo-text);font-family:"Yekan Bakh","YekanBakh",Tahoma,sans-serif;box-sizing:border-box}
.bzk-woo-page *,.bzk-woo-page *::before,.bzk-woo-page *::after{box-sizing:border-box}.bzk-woo-page .woocommerce{width:100%;max-width:100%;min-width:0}.bzk-woo-page .woocommerce-notices-wrapper:empty{display:none}
.bzk-woo-steps{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;margin:0 0 48px;padding:0 12%;isolation:isolate}.bzk-woo-steps::before{position:absolute;z-index:-1;right:6%;left:6%;top:50%;height:6px;background:#e8f1fa;border-radius:999px;content:"";transform:translateY(-50%)}.bzk-woo-steps__item{display:flex;align-items:center;justify-content:center;min-width:130px;min-height:55px;padding:11px 20px;color:#292d32;background:#edf4fb;border-radius:8px;font-size:16px;font-weight:800;text-align:center}.bzk-woo-steps__item.is-active{color:#fff;background:var(--bzk-woo-primary)}
.bzk-woo-empty,.bzk-woo-notice{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:18px;min-height:200px;padding:32px;color:var(--bzk-woo-text);background:var(--bzk-woo-panel);border-radius:var(--bzk-woo-radius);text-align:center}
.bzk-woo-cart__heading{display:flex;align-items:center;justify-content:space-between;width:100%;min-width:0;margin:0 0 12px;padding:12px 16px;background:#fff;border-radius:10px;color:var(--bzk-woo-text)}.bzk-woo-cart__heading span{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 7px;color:#fff;background:var(--bzk-woo-accent);border-radius:999px;font-size:11px}

/* Cart layout — main products stay on the right, totals stay on the left. */
.bzk-woo-cart{--bzk-cart-main-width:74fr;--bzk-cart-summary-width:22fr;--bzk-cart-image-size:82px}.bzk-woo-cart .woocommerce{display:grid!important;grid-template-columns:minmax(0,var(--bzk-cart-main-width)) minmax(0,var(--bzk-cart-summary-width));gap:var(--bzk-woo-gap);align-items:start;direction:rtl}.bzk-woo-cart .woocommerce>*{min-width:0;direction:rtl}.bzk-woo-cart .woocommerce-notices-wrapper,.bzk-woo-cart .woocommerce-error,.bzk-woo-cart .woocommerce-message,.bzk-woo-cart .woocommerce-info{grid-column:1/-1}.bzk-woo-cart .woocommerce-form-coupon-toggle,.bzk-woo-cart .woocommerce-cart-form{grid-column:1}.bzk-woo-cart .cart-collaterals{grid-column:2;width:100%!important;min-width:0}.bzk-woo-cart .woocommerce-cart-form,.bzk-woo-cart .cart-collaterals .cart_totals{width:100%!important;min-width:0;padding:var(--bzk-woo-padding);background:var(--bzk-woo-panel);border:0;border-radius:var(--bzk-woo-radius)}.bzk-woo-cart .cart-collaterals .cart_totals{float:none!important}.bzk-woo-cart .cart-collaterals .cart_totals h2{margin:0 0 16px;padding:0 0 12px;border-bottom:1px dashed #cfdeed;color:var(--bzk-woo-text);font-size:16px;text-align:center}
.bzk-woo-cart .woocommerce-cart-form table.shop_table{display:block;width:100%;max-width:100%;margin:0;border:0;border-collapse:separate;border-spacing:0 8px;background:transparent}.bzk-woo-cart .woocommerce-cart-form table.shop_table thead{display:none}.bzk-woo-cart .woocommerce-cart-form table.shop_table tbody{display:block;width:100%}.bzk-woo-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item{position:relative;display:grid;width:100%;grid-template-columns:var(--bzk-cart-image-size) minmax(0,1fr) auto;gap:8px 14px;margin-bottom:10px;padding:12px;color:var(--bzk-woo-text);background:rgba(255,255,255,.35);border-radius:12px}.bzk-woo-cart .woocommerce-cart-form table.shop_table td{display:block;padding:0!important;background:transparent!important;border:0!important;text-align:right!important;vertical-align:middle}.bzk-woo-cart td.product-thumbnail{grid-row:1 / span 4;grid-column:1}.bzk-woo-cart td.product-thumbnail a,.bzk-woo-cart td.product-thumbnail img{display:block;width:var(--bzk-cart-image-size)!important;height:var(--bzk-cart-image-size)!important;max-width:none!important;margin:0;object-fit:contain;background:#fff;border-radius:10px}.bzk-woo-cart td.product-name{grid-column:2;grid-row:1;overflow-wrap:anywhere;font-size:13px;font-weight:800}.bzk-woo-cart td.product-name a{color:var(--bzk-woo-text);text-decoration:none}.bzk-woo-cart td.product-name dl.variation{display:flex;flex-wrap:wrap;gap:3px 12px;margin:5px 0 0;font-size:9px;font-weight:400}.bzk-woo-cart td.product-name dl.variation dt,.bzk-woo-cart td.product-name dl.variation dd{float:none;margin:0}.bzk-woo-cart td.product-price{grid-column:2;grid-row:2;font-weight:700}.bzk-woo-cart td.product-quantity{grid-column:2;grid-row:3}.bzk-woo-cart td.product-subtotal{grid-column:3;grid-row:2;font-size:13px;font-weight:800;text-align:left!important}.bzk-woo-cart td.product-remove{grid-column:3;grid-row:1;text-align:left!important}.bzk-woo-cart td.product-remove a.remove{display:flex;align-items:center;justify-content:center;width:25px;height:25px;color:#b84747!important;background:#fff;border-radius:50%;font-size:18px;text-decoration:none}
.bzk-woo-page .quantity{display:inline-flex;align-items:center;gap:3px;padding:3px;background:#fff;border:1px solid #d8e3ee;border-radius:10px}.bzk-woo-page .quantity .qty{width:42px;min-height:30px;padding:4px 2px;border:0!important;box-shadow:none!important;text-align:center;-moz-appearance:textfield}.bzk-woo-page .quantity .qty::-webkit-inner-spin-button,.bzk-woo-page .quantity .qty::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.bzk-cart-qty__button{display:inline-flex!important;align-items:center;justify-content:center;width:32px;height:32px;min-height:0!important;padding:0!important;color:#203a78!important;background:#eaf3fd!important;border:0!important;border-radius:8px!important;font-family:Arial,sans-serif!important;font-size:19px!important;font-weight:700!important;line-height:1!important;transform:none!important}.bzk-cart-qty__button:hover{color:#fff!important;background:#5ea9ea!important}.bzk-woo-cart .woocommerce-cart-form tr:not(.cart_item){display:block;width:100%}.bzk-woo-cart .woocommerce-cart-form tr:not(.cart_item) td.actions{display:flex!important;align-items:center;justify-content:space-between;gap:10px;width:100%;margin-top:10px;padding:12px!important;background:var(--bzk-woo-panel)!important;border-radius:var(--bzk-woo-radius)!important}.bzk-woo-cart td.actions .coupon{display:flex;gap:8px;float:none!important}.bzk-woo-cart td.actions .coupon input{width:min(300px,55vw)!important}.bzk-woo-cart.is-coupon-hidden td.actions .coupon{display:none!important}.bzk-woo-cart.is-update-hidden td.actions>button[name="update_cart"]{display:none!important}.bzk-woo-cart.is-coupon-hidden.is-update-hidden td.actions{display:none!important}
.bzk-woo-cart .wc-proceed-to-checkout{padding:0}.bzk-woo-cart .wc-proceed-to-checkout .checkout-button{width:100%;margin:12px 0 0!important}.bzk-woo-cart .cart_totals table{display:table!important;width:100%;border:0;font-size:11px;table-layout:fixed}.bzk-woo-cart .cart_totals tbody{display:table-row-group!important}.bzk-woo-cart .cart_totals tr{display:table-row!important;width:auto!important}.bzk-woo-cart .cart_totals th,.bzk-woo-cart .cart_totals td{display:table-cell!important;width:50%;padding:7px 0!important;background:transparent!important;border:0!important;vertical-align:top}.bzk-woo-cart .cart_totals th{text-align:right!important}.bzk-woo-cart .cart_totals td{text-align:left!important}.bzk-woo-cart .cart_totals #shipping_method{margin:0;padding:0;list-style:none}.bzk-woo-cart .woocommerce-shipping-destination,.bzk-woo-cart .woocommerce-shipping-calculator{font-size:9px}

/* Shared inputs and buttons. */
.bzk-woo-page input.input-text,.bzk-woo-page textarea,.bzk-woo-page select,.bzk-woo-page .select2-container .select2-selection{width:100%;min-height:44px;padding:9px 12px;color:var(--bzk-woo-text);background:var(--bzk-woo-field);border:1px solid transparent;border-radius:7px;font-family:inherit;outline:0}.bzk-woo-page textarea{min-height:150px}.bzk-woo-page input:focus,.bzk-woo-page textarea:focus,.bzk-woo-page select:focus{border-color:#8cc3f2!important;box-shadow:0 0 0 3px rgba(94,169,234,.12)}.bzk-woo-page .button:not(.bzk-cart-qty__button),.bzk-woo-page button.button:not(.bzk-cart-qty__button),.bzk-woo-page #place_order{display:inline-flex!important;align-items:center;justify-content:center;min-height:44px;padding:10px 18px!important;color:#fff!important;background:var(--bzk-woo-accent)!important;border:0!important;border-radius:8px!important;font-family:inherit!important;font-weight:800!important;text-decoration:none!important;transition:background-color .2s ease,color .2s ease,transform .2s ease}.bzk-woo-page .button:not(.bzk-cart-qty__button):hover,.bzk-woo-page button.button:not(.bzk-cart-qty__button):hover,.bzk-woo-page #place_order:hover{background:var(--bzk-woo-primary)!important;transform:translateY(-1px)}

/* Checkout layout — form on the right, order summary on the left. */
.bzk-woo-checkout{--bzk-checkout-form-width:74fr;--bzk-checkout-summary-width:22fr;--bzk-checkout-field-columns:2}.bzk-woo-checkout form.checkout{display:grid!important;grid-template-columns:minmax(0,var(--bzk-checkout-form-width)) minmax(0,var(--bzk-checkout-summary-width));gap:0 var(--bzk-woo-gap);align-items:start;direction:rtl}.bzk-woo-checkout form.checkout>*{min-width:0;direction:rtl}.bzk-woo-checkout form.checkout>.col2-set{grid-column:1;grid-row:1 / span 3;width:100%!important;min-width:0;float:none!important;padding:var(--bzk-woo-padding);background:var(--bzk-woo-panel);border-radius:var(--bzk-woo-radius)}.bzk-woo-checkout form.checkout>.col2-set .col-1,.bzk-woo-checkout form.checkout>.col2-set .col-2{float:none!important;width:100%!important}.bzk-woo-checkout form.checkout>.col2-set .col-2{margin-top:20px}.bzk-woo-checkout #order_review_heading{grid-column:2;grid-row:1;width:100%;margin:0;padding:17px var(--bzk-woo-padding);background:var(--bzk-woo-panel);border-radius:var(--bzk-woo-radius) var(--bzk-woo-radius) 0 0;font-size:16px;text-align:center}.bzk-woo-checkout #order_review{grid-column:2;grid-row:2;width:100%!important;min-width:0;padding:0 var(--bzk-woo-padding) var(--bzk-woo-padding);background:var(--bzk-woo-panel);border-radius:0 0 var(--bzk-woo-radius) var(--bzk-woo-radius)}
.bzk-woo-checkout form.checkout.bzk-checkout-summary-normalized #order_review{grid-row:1;border-radius:var(--bzk-woo-radius)}.bzk-woo-checkout form.checkout.bzk-checkout-summary-normalized #order_review>#order_review_heading{display:block;grid-column:auto;grid-row:auto;width:calc(100% + (2 * var(--bzk-woo-padding)));max-width:none;margin:0 calc(0px - var(--bzk-woo-padding)) 0;padding:17px var(--bzk-woo-padding);border-radius:var(--bzk-woo-radius) var(--bzk-woo-radius) 0 0;border:0}.bzk-woo-checkout form.checkout.bzk-checkout-summary-normalized #order_review>.woocommerce-checkout-review-order-table{margin-top:0!important}
.bzk-woo-checkout .woocommerce-billing-fields>h3,.bzk-woo-checkout .woocommerce-additional-fields>h3{margin:0 0 18px;color:var(--bzk-woo-text);font-size:16px}.bzk-woo-checkout .woocommerce-billing-fields__field-wrapper,.bzk-woo-checkout .woocommerce-shipping-fields__field-wrapper,.bzk-woo-checkout .woocommerce-additional-fields__field-wrapper{display:grid;grid-template-columns:repeat(var(--bzk-checkout-field-columns),minmax(0,1fr));gap:2px 9px}.bzk-woo-checkout .form-row{float:none!important;width:100%!important;margin:0 0 10px!important}.bzk-woo-checkout label{display:block;margin-bottom:5px;color:#657186;font-size:11px}.bzk-woo-checkout .required{color:#e06151}.bzk-woo-checkout .select2-container{width:100%!important}.bzk-woo-checkout .select2-container .select2-selection{display:flex;align-items:center}.bzk-woo-checkout .select2-selection__rendered{width:100%;padding:0!important}.bzk-woo-checkout .select2-selection__arrow{top:50%!important;transform:translateY(-50%)}.bzk-woo-checkout #order_review table{width:100%;max-width:100%;border:0;table-layout:fixed;font-size:10px}.bzk-woo-checkout #order_review table th,.bzk-woo-checkout #order_review table td{padding:8px 3px;border:0;overflow-wrap:anywhere}.bzk-woo-checkout #order_review table th:first-child,.bzk-woo-checkout #order_review table td:first-child{width:62%}.bzk-woo-checkout #order_review table th:last-child,.bzk-woo-checkout #order_review table td:last-child{text-align:left}.bzk-woo-checkout #shipping_method{display:grid;gap:7px;margin:0;padding:0;list-style:none}.bzk-woo-checkout #shipping_method li{display:flex;align-items:center;gap:7px;padding:8px 9px;background:#fff;border-radius:8px}.bzk-woo-checkout #shipping_method input[type="radio"]{flex:0 0 auto;width:17px;height:17px;margin:0;accent-color:var(--bzk-woo-accent)}.bzk-woo-checkout #shipping_method label{display:inline;margin:0;cursor:pointer}.bzk-woo-checkout #payment{width:100%;background:transparent}.bzk-woo-checkout #payment ul.payment_methods{padding:10px 0;border:0}.bzk-woo-checkout #payment ul.payment_methods li{margin:0 0 7px;font-size:10px}.bzk-woo-checkout #payment div.payment_box{padding:10px;background:#fff;border-radius:8px;font-size:9px;line-height:1.8}.bzk-woo-checkout #payment div.payment_box::before{border-bottom-color:#fff}.bzk-woo-checkout #payment .place-order{padding:10px 0 0}.bzk-woo-checkout #place_order{width:100%;min-height:52px;float:none!important}.bzk-woo-checkout.is-checkout-coupon-hidden .woocommerce-form-coupon-toggle,.bzk-woo-checkout.is-checkout-coupon-hidden form.checkout_coupon{display:none!important}.bzk-woo-checkout.is-login-hidden .woocommerce-form-login-toggle,.bzk-woo-checkout.is-login-hidden form.login{display:none!important}.bzk-woo-checkout.is-account-hidden .woocommerce-account-fields{display:none!important}.bzk-woo-checkout.is-additional-title-hidden .woocommerce-additional-fields>h3{display:none!important}

/* Checkout coupon, shipping and payment rows need dedicated layout rules. */
.bzk-woo-checkout .woocommerce-form-coupon-toggle .woocommerce-info{width:100%;max-width:100%;overflow-wrap:anywhere}.bzk-woo-checkout .woocommerce-form-coupon-toggle .showcoupon{text-decoration:none;transition:color .2s ease}.bzk-woo-checkout #order_review tr.woocommerce-shipping-totals.shipping{display:table-row!important;width:auto!important}.bzk-woo-checkout #order_review tr.woocommerce-shipping-totals.shipping>th,.bzk-woo-checkout #order_review tr.woocommerce-shipping-totals.shipping>td{display:table-cell!important;width:50%!important;min-width:0;padding:8px 3px!important;vertical-align:top}.bzk-woo-checkout #order_review tr.woocommerce-shipping-totals.shipping>th{text-align:right!important}.bzk-woo-checkout #order_review tr.woocommerce-shipping-totals.shipping>td{text-align:left!important}.bzk-woo-checkout #order_review .woocommerce-shipping-destination,.bzk-woo-checkout #order_review .woocommerce-shipping-calculator{display:none!important}.bzk-woo-checkout #shipping_method{width:max-content;max-width:100%;min-width:0;margin:0 auto 0 0!important}.bzk-woo-checkout #shipping_method li{width:auto;min-width:0}.bzk-woo-checkout #shipping_method label{display:flex!important;align-items:center;justify-content:space-between;flex:1;gap:6px;min-width:0;margin:0!important;line-height:1.7;cursor:pointer;overflow-wrap:anywhere}.bzk-woo-checkout #shipping_method label .amount{flex:0 0 auto;white-space:nowrap}.bzk-woo-checkout #payment ul.payment_methods>li.wc_payment_method{display:grid!important;grid-template-columns:18px minmax(0,1fr);gap:7px 8px;align-items:center;min-width:0;padding:7px}.bzk-woo-checkout #payment ul.payment_methods>li.wc_payment_method>input.input-radio{position:static!important;grid-column:1;grid-row:1;width:17px;height:17px;margin:0!important;accent-color:var(--bzk-woo-accent)}.bzk-woo-checkout #payment ul.payment_methods>li.wc_payment_method>label{display:flex!important;grid-column:2;grid-row:1;align-items:center;gap:7px;min-width:0;margin:0!important;line-height:1.7;cursor:pointer;overflow-wrap:anywhere}.bzk-woo-checkout #payment ul.payment_methods>li.wc_payment_method>label img{max-height:28px;margin:0 auto 0 0}.bzk-woo-checkout #payment ul.payment_methods>li.wc_payment_method>div.payment_box{grid-column:1/-1;width:100%;min-width:0;margin:2px 0 0!important}.bzk-woo-checkout #payment div.payment_box p{margin:0;overflow-wrap:anywhere}
.bzk-woo-checkout #billing_phone_field .bzk-nicy-checkout{display:grid;grid-column:1/-1;gap:8px;width:100%;margin-top:7px;font-family:inherit}.bzk-woo-checkout #billing_phone_field .bzk-nicy-checkout>.bzk-nicy-send{width:100%;min-height:40px}.bzk-woo-checkout .bzk-nicy-otp{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;width:100%}.bzk-woo-checkout .bzk-nicy-otp[hidden]{display:none!important}.bzk-woo-checkout .bzk-nicy-code{min-width:0}.bzk-woo-checkout .bzk-nicy-verify{min-width:82px}.bzk-woo-checkout .bzk-nicy-message{grid-column:1/-1;color:#16835f;font-size:10px}.bzk-woo-checkout .bzk-nicy-message.is-error{color:#c43b3b}.bzk-woo-checkout .nicek-verified-badge{display:flex;align-items:center;gap:6px;padding:9px 11px;color:#16835f;background:#eefaf5;border:1px solid #cbeadd;border-radius:8px;font-size:11px;font-weight:700}
.bzk-woo-page .woocommerce-error,.bzk-woo-page .woocommerce-message,.bzk-woo-page .woocommerce-info{margin:0 0 14px;padding:13px 42px 13px 14px;color:var(--bzk-woo-text);background:#f5f9fd;border-top-color:var(--bzk-woo-accent);border-radius:8px;font-size:11px}

/* Order received / return from payment gateway. */
.bzk-order-complete{display:grid;grid-template-columns:1fr;gap:16px;width:100%;max-width:100%}.bzk-order-complete__hero{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:35px 24px;background:var(--bzk-woo-panel);border-radius:var(--bzk-woo-radius);text-align:center}.bzk-order-complete__icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin-bottom:14px;color:#fff;background:var(--bzk-woo-accent);border-radius:50%;font-size:31px}.bzk-order-complete__icon svg,.bzk-order-complete__icon i{width:1em;height:1em;fill:currentColor}.bzk-order-complete__title{margin:0 0 8px;color:var(--bzk-woo-text);font-size:23px;font-weight:800}.bzk-order-complete__hero p{margin:0;color:#53667a;font-size:12px}.bzk-order-complete__overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0!important;padding:0!important;list-style:none}.bzk-order-complete__overview li{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;min-width:0;padding:17px;color:#53667a;background:#f5f9fd;border:1px solid #e1ebf4;border-radius:12px;text-align:center}.bzk-order-complete__overview li strong{max-width:100%;overflow-wrap:anywhere;color:var(--bzk-woo-text)}.bzk-order-complete .woocommerce-order-details,.bzk-order-complete .woocommerce-customer-details{margin:0;padding:var(--bzk-woo-padding);background:var(--bzk-woo-panel);border-radius:var(--bzk-woo-radius)}.bzk-order-complete .woocommerce-order-details__title,.bzk-order-complete .woocommerce-column__title{margin:0 0 13px;color:var(--bzk-woo-text);font-size:16px}.bzk-order-complete table{width:100%;border:0!important}.bzk-order-complete table th,.bzk-order-complete table td{padding:10px!important;border-color:#d9e5f0!important}.bzk-order-complete address{padding:13px!important;background:#fff;border:0!important;border-radius:10px;line-height:2!important}

@media(max-width:1024px){.bzk-woo-steps{padding:0 5%}.bzk-woo-steps__item{min-width:110px}.bzk-woo-cart .woocommerce,.bzk-woo-checkout form.checkout{gap:0 12px}.bzk-woo-checkout #order_review table{font-size:9px}}
@media(max-width:767px){.bzk-woo-steps{gap:6px;margin-bottom:28px;padding:0}.bzk-woo-steps::before{right:2%;left:2%;height:3px}.bzk-woo-steps__item{min-width:0;min-height:44px;padding:8px 9px;font-size:10px}.bzk-woo-cart .woocommerce,.bzk-woo-checkout form.checkout{display:flex!important;flex-direction:column!important;gap:12px}.bzk-woo-cart .woocommerce>*{width:100%}.bzk-woo-cart .woocommerce-cart-form{order:2}.bzk-woo-cart .cart-collaterals{order:3}.bzk-woo-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item{grid-template-columns:68px minmax(0,1fr) auto}.bzk-woo-cart td.product-thumbnail a,.bzk-woo-cart td.product-thumbnail img{width:68px!important;height:68px!important}.bzk-woo-cart .woocommerce-cart-form tr:not(.cart_item) td.actions{align-items:stretch;flex-direction:column}.bzk-woo-cart td.actions .coupon{display:grid;grid-template-columns:minmax(0,1fr) auto}.bzk-woo-cart td.actions .coupon input{width:100%!important}.bzk-woo-checkout form.checkout>.col2-set{order:1}.bzk-woo-checkout #order_review_heading{order:2;width:100%;border-radius:var(--bzk-woo-radius) var(--bzk-woo-radius) 0 0}.bzk-woo-checkout #order_review{order:3;width:100%;border-radius:0 0 var(--bzk-woo-radius) var(--bzk-woo-radius)}.bzk-woo-checkout .woocommerce-billing-fields__field-wrapper,.bzk-woo-checkout .woocommerce-shipping-fields__field-wrapper,.bzk-woo-checkout .woocommerce-additional-fields__field-wrapper{grid-template-columns:1fr}.bzk-woo-checkout .form-row{grid-column:1!important}.bzk-order-complete__overview{grid-template-columns:repeat(2,minmax(0,1fr))}.bzk-order-complete__title{font-size:19px}.bzk-woo-page{overflow-x:clip}}
@media(max-width:420px){.bzk-woo-steps__item{padding:7px 5px;font-size:9px}.bzk-woo-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item{grid-template-columns:58px minmax(0,1fr)}.bzk-woo-cart td.product-thumbnail a,.bzk-woo-cart td.product-thumbnail img{width:58px!important;height:58px!important}.bzk-woo-cart td.product-remove{grid-column:2;justify-self:end}.bzk-woo-cart td.product-subtotal{grid-column:2;text-align:right!important}.bzk-order-complete__overview{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.bzk-woo-page .button:not(.bzk-cart-qty__button),.bzk-woo-page button.button:not(.bzk-cart-qty__button),.bzk-woo-page #place_order{transition:none!important}}

/* Polished mobile cart cards; all rules are isolated to phone widths. */
@media(max-width:767px){.bzk-woo-cart{--bzk-cart-image-size:86px}.bzk-woo-cart .woocommerce-cart-form,.bzk-woo-cart .cart-collaterals .cart_totals{padding:12px;border-radius:16px}.bzk-woo-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item{position:relative;grid-template-columns:86px minmax(0,1fr);grid-template-rows:auto auto auto auto;gap:5px 11px;margin:0 0 12px;padding:11px 11px 12px;background:#fff;border:1px solid #e3ebf3;border-radius:14px;box-shadow:0 5px 16px rgba(16,43,93,.04)}.bzk-woo-cart td.product-thumbnail{grid-column:1;grid-row:1 / span 4;align-self:start}.bzk-woo-cart td.product-thumbnail a,.bzk-woo-cart td.product-thumbnail img{width:86px!important;height:86px!important;padding:5px;background:#f2f7fb;border-radius:11px;object-fit:contain}.bzk-woo-cart td.product-name{grid-column:2;grid-row:1;padding-left:29px!important;font-size:12px;line-height:1.8}.bzk-woo-cart td.product-price{grid-column:2;grid-row:2;color:#5ba8ed;font-size:11px}.bzk-woo-cart td.product-quantity{grid-column:2;grid-row:3}.bzk-woo-cart td.product-subtotal{grid-column:2;grid-row:4;color:#102b5d;font-size:12px;text-align:right!important}.bzk-woo-cart td.product-remove{position:absolute;top:10px;left:10px;z-index:2}.bzk-woo-cart td.product-remove a.remove{width:27px;height:27px;background:#f8ecec}.bzk-woo-page .quantity{min-height:38px}.bzk-woo-page .quantity .qty{width:36px;min-height:28px}.bzk-cart-qty__button{width:29px;height:29px;font-size:17px!important}.bzk-woo-cart .cart-collaterals .cart_totals h2{font-size:15px}.bzk-woo-cart .cart_totals table{font-size:11px}.bzk-woo-cart .wc-proceed-to-checkout .checkout-button{min-height:50px!important}}
@media(max-width:380px){.bzk-woo-cart{--bzk-cart-image-size:74px}.bzk-woo-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item{grid-template-columns:74px minmax(0,1fr)}.bzk-woo-cart td.product-thumbnail a,.bzk-woo-cart td.product-thumbnail img{width:74px!important;height:74px!important}}

/* Clear cart/checkout rows and neutralize WooCommerce responsive duplicate labels. */
.bzk-woo-cart .cart_totals tr:not(:last-child)>th,.bzk-woo-cart .cart_totals tr:not(:last-child)>td{border-bottom:1px dashed var(--bzk-cart-separator,#c9d8e8)!important}
.bzk-woo-cart .cart_totals th,.bzk-woo-cart .cart_totals td{padding:12px 3px!important;line-height:1.8}
.bzk-woo-cart .cart_totals td::before,.bzk-woo-cart .cart_totals td::after,.bzk-woo-cart .cart_totals th::before,.bzk-woo-cart .cart_totals th::after{display:none!important;content:none!important}
.bzk-woo-checkout #order_review table tr:not(:last-child)>th,.bzk-woo-checkout #order_review table tr:not(:last-child)>td{border-bottom:1px dashed var(--bzk-checkout-separator,#c9d8e8)!important}
@media(max-width:767px){
.bzk-woo-cart td.product-thumbnail{display:block!important;visibility:visible!important;opacity:1!important;min-width:0!important}
.bzk-woo-cart td.product-thumbnail a,.bzk-woo-cart td.product-thumbnail img{display:block!important;visibility:visible!important;opacity:1!important}
.bzk-woo-cart td.product-name,.bzk-woo-cart td.product-price,.bzk-woo-cart td.product-quantity,.bzk-woo-cart td.product-subtotal{display:flex!important;align-items:center!important;gap:7px!important;min-height:26px!important;padding:0!important}
.bzk-woo-cart td.product-name{display:block!important;padding-left:0!important;padding-bottom:5px!important;border-bottom:1px dashed #e1e8ef!important}
.bzk-woo-cart td.product-remove{top:auto!important;bottom:10px!important;left:10px!important}
.bzk-woo-cart td.product-subtotal{padding-left:34px!important}
.bzk-woo-cart .woocommerce-cart-form tr:not(.cart_item) td.actions{gap:10px!important}
.bzk-woo-cart td.actions .coupon{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(104px,auto)!important;align-items:stretch!important;width:100%!important;gap:8px!important}
.bzk-woo-cart td.actions .coupon input{min-width:0!important;width:100%!important}
.bzk-woo-cart td.actions .coupon button{width:auto!important;min-width:104px!important;white-space:nowrap!important;line-height:1.4!important}
.bzk-woo-cart td.product-quantity{display:flex!important;align-items:center!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:8px!important;white-space:nowrap!important}
.bzk-woo-cart td.product-quantity::before{display:inline-block!important;flex:0 0 auto!important;margin:0!important;white-space:nowrap!important}
.bzk-woo-cart td.product-quantity .quantity{display:inline-flex!important;flex:0 0 auto!important;width:max-content!important;max-width:100%!important;margin:0!important}
.bzk-woo-cart td.actions .coupon{display:flex!important;align-items:stretch!important;flex-direction:row!important;flex-wrap:nowrap!important}
.bzk-woo-cart td.actions .coupon input{flex:1 1 0!important;width:0!important;min-width:0!important;margin:0!important}
.bzk-woo-cart td.actions .coupon button{flex:0 0 auto!important;width:auto!important;min-width:104px!important;max-width:46%!important;margin:0!important;padding-right:10px!important;padding-left:10px!important;font-size:11px!important;white-space:nowrap!important}
}
