/* SZG commerce 1.10.4. Scoped to cart and the checkout form, never payment-provider frames. */
body.szg-commerce-ui{
  --szg-checkout-bg:#040b14;
  --szg-checkout-panel:#0b1928;
  --szg-checkout-panel-alt:#102235;
  --szg-checkout-line:#294056;
  --szg-checkout-text:#f2f6fa;
  --szg-checkout-muted:#b5c4d3;
  --szg-checkout-lime:#b6ef1b;
  --szg-checkout-link:#78c3ff;
  background:var(--szg-checkout-bg)!important;
  color:var(--szg-checkout-text);
}
body.szg-commerce-ui .website-wrapper,
body.szg-commerce-ui .main-page-wrapper{
  background:var(--szg-checkout-bg)!important;
  color:var(--szg-checkout-text);
}
body.szg-commerce-ui .main-page-wrapper{padding-top:0!important;padding-bottom:44px!important}
body.szg-commerce-ui main.content-layout-wrapper{
  width:100%;max-width:1320px;margin:0 auto;padding:0 24px;
}
/* Match the header/footer inner width; neutralize Elementor's runtime viewport stretch.
   Both width and left need !important: Elementor writes them to the style attribute. */
body.szg-commerce-ui.woocommerce-cart main.content-layout-wrapper{
  box-sizing:border-box;width:min(1540px,calc(100% - 48px))!important;max-width:1540px!important;
  min-width:0;margin-inline:auto!important;padding:0!important;
}
body.szg-commerce-ui.woocommerce-cart main .elementor-top-section:has(.wd-cart-table),
body.szg-commerce-ui.woocommerce-cart main .elementor-top-section:has(.wd-page-title-el){
  width:100%!important;max-width:100%!important;left:0!important;right:auto!important;
  margin-inline:0!important;transform:none!important;
}
body.szg-commerce-ui.woocommerce-cart main .elementor-top-section:has(.wd-cart-table)>.elementor-container,
body.szg-commerce-ui.woocommerce-cart main .elementor-top-section:has(.wd-page-title-el)>.elementor-container{
  width:100%!important;max-width:100%!important;margin-inline:0!important;
}
body.szg-commerce-ui.woocommerce-cart .elementor-top-column:has(.wd-cart-table)>.elementor-widget-wrap{
  padding:0 12px 0 0!important;align-content:flex-start!important;
}
body.szg-commerce-ui.woocommerce-cart .elementor-top-column:has(.wd-cart-totals)>.elementor-widget-wrap{
  padding:0 0 0 12px!important;align-content:flex-start!important;
}
body.szg-commerce-ui main :is(h1,h2,h3,h4,h5,h6,th,.woodmart-title-container){color:var(--szg-checkout-text)!important}
body.szg-commerce-ui main :is(p,td,label,.woocommerce-info){color:var(--szg-checkout-muted)}
body.szg-commerce-ui main a{color:var(--szg-checkout-link)}
body.szg-commerce-ui main a:hover{color:#c4e7ff}
body.szg-commerce-ui main :is(a,button,input,select,textarea,summary):focus-visible{
  outline:3px solid var(--szg-checkout-lime)!important;outline-offset:3px;
}
body.szg-commerce-ui .elementor-section>.elementor-container{max-width:100%!important}
body.szg-commerce-ui .elementor-top-section:has(.wd-page-title-el){margin:0!important;padding:0!important}
body.szg-commerce-ui .wd-page-title-el .page-title{
  background:transparent!important;border-bottom:1px solid var(--szg-checkout-line);
  padding:24px 0!important;margin:0 0 28px!important;box-shadow:none!important;
}
body.szg-commerce-ui .wd-checkout-steps{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center}
body.szg-commerce-ui .wd-checkout-steps li{color:var(--szg-checkout-muted)!important;font-size:15px!important;line-height:1.5!important}
body.szg-commerce-ui .wd-checkout-steps li a{color:inherit!important}
body.szg-commerce-ui .wd-checkout-steps li.step-active{color:var(--szg-checkout-text)!important}
body.szg-commerce-ui .wd-checkout-steps li.step-active a{border-color:var(--szg-checkout-lime)!important}
body.szg-commerce-ui .wd-checkout-steps li:after{color:#72889e!important}
/* Never let a generic product carousel compete with payment in the cart. PHP skips this widget too. */
body.szg-commerce-ui.woocommerce-cart main :is(.elementor-widget-wd_products,.cross-sells){display:none!important}
/* Keep the existing Elementor form and columns; change only their presentation. */
body.szg-commerce-ui.woocommerce-cart .elementor-top-column:has(.wd-cart-table){width:62%!important}
body.szg-commerce-ui.woocommerce-cart .elementor-top-column:has(.wd-cart-totals){width:38%!important}
body.szg-commerce-ui .elementor-top-column:has(.wd-cart-table)>.elementor-widget-wrap,
body.szg-commerce-ui .elementor-top-column:has(.wd-cart-totals)>.elementor-widget-wrap,
body.szg-commerce-ui .elementor-top-column:has(.wd-order-table)>.elementor-widget-wrap{
  background:transparent!important;
}
body.szg-commerce-ui .elementor-top-column:has(.wd-cart-totals) .elementor-inner-section,
body.szg-commerce-ui .elementor-top-column:has(.wd-order-table) .elementor-inner-section{
  background:var(--szg-checkout-panel)!important;
  border:1px solid var(--szg-checkout-line);border-radius:16px;overflow:hidden;padding:0!important;margin:0!important;
}
body.szg-commerce-ui .elementor-top-column:has(.wd-cart-totals) .elementor-inner-column>.elementor-widget-wrap,
body.szg-commerce-ui .elementor-top-column:has(.wd-order-table) .elementor-inner-column>.elementor-widget-wrap{
  background:transparent!important;padding:24px!important;
}
body.szg-commerce-ui .wd-cart-table,
body.szg-commerce-ui .wd-billing-details{
  background:var(--szg-checkout-panel);border:1px solid var(--szg-checkout-line);
  border-radius:16px;padding:24px;
}
body.szg-commerce-ui .wd-payment-methods{
  background:var(--szg-checkout-panel)!important;border:1px solid var(--szg-checkout-line);
  border-radius:16px;padding:24px!important;
}
body.szg-commerce-ui .wd-payment-methods>.elementor-widget-container{background:transparent!important;padding:0!important}
body.szg-commerce-ui .wd-order-table,
body.szg-commerce-ui .wd-cart-totals{margin-bottom:0!important}
body.szg-commerce-ui .wd-cart-table>.elementor-widget-container{margin:0!important}
body.szg-commerce-ui .cart_totals{background:var(--szg-checkout-panel)!important;color:var(--szg-checkout-text);border-color:var(--szg-checkout-line)!important}
body.szg-commerce-ui .wd-cart-totals .cart_totals{padding:0!important;background:transparent!important;border:0!important}
body.szg-commerce-ui .woocommerce-billing-fields>h3{margin-top:0}
body.szg-commerce-ui .shop_table{margin-bottom:0;border-color:var(--szg-checkout-line)!important}
body.szg-commerce-ui .shop_table :is(th,td){border-color:var(--szg-checkout-line)!important;background:transparent}
body.szg-commerce-ui .shop_table th{font-size:14px}
body.szg-commerce-ui .shop_table td{font-size:15px;line-height:1.5}
body.szg-commerce-ui .shop_table :is(.product-name a,.wd-checkout-prod-title){color:var(--szg-checkout-text)!important;font-weight:600}
body.szg-commerce-ui .shop_table .product-thumbnail img,
body.szg-commerce-ui .wd-checkout-prod-img img{border-radius:8px;object-fit:contain;background:#fff}
body.szg-commerce-ui .woocommerce-cart-form__cart-item .product-thumbnail{min-width:70px}
body.szg-commerce-ui .woocommerce-cart-form__cart-item .product-thumbnail img{width:64px;max-height:84px}
body.szg-commerce-ui .woocommerce-cart-form__cart-item .product-remove{padding-left:0;padding-right:8px}
body.szg-commerce-ui :is(.shop_table .amount,.cart_totals .amount){color:var(--szg-checkout-text)!important}
body.szg-commerce-ui .order-total .amount{font-size:25px!important;color:var(--szg-checkout-lime)!important;line-height:1.3}
body.szg-commerce-ui :is(.includes_tax,.tax_label){display:block;margin-top:5px;color:var(--szg-checkout-muted)!important;font-size:12px!important;font-weight:400}
body.szg-commerce-ui .includes_tax .amount{font-size:inherit!important;color:inherit!important}
body.szg-commerce-ui .wd-checkout-prod-cont{min-width:0}
body.szg-commerce-ui .wd-checkout-prod-title{font-size:14px;line-height:1.5}
body.szg-commerce-ui .wd-checkout-prod-total{white-space:nowrap}
body.szg-commerce-ui .wd-checkout-remove-btn,
body.szg-commerce-ui .product-remove a{color:var(--szg-checkout-muted)!important}
body.szg-commerce-ui .wd-checkout-remove-btn:hover,
body.szg-commerce-ui .product-remove a:hover{color:#ffb8ba!important;background:#44272e!important}
/* Preserve field names, native autofill, visibility, validation and the anti-bot field. */
body.szg-commerce-ui .form-row{margin-bottom:18px}
body.szg-commerce-ui .form-row>label{font-size:14px;line-height:1.5;color:var(--szg-checkout-text)!important;margin-bottom:7px}
body.szg-commerce-ui .form-row .optional{color:var(--szg-checkout-muted);font-size:12px}
body.szg-commerce-ui .form-row .required{color:#ffb2b8}
body.szg-commerce-ui .form-row :is(input[type=text],input[type=email],input[type=tel],input[type=password],select,textarea),
body.szg-commerce-ui .coupon input.input-text,
body.szg-commerce-ui .select2-container--default .select2-selection--single{
  min-height:48px;border:1px solid #61758b!important;border-radius:9px!important;
  background:#f3f6fa!important;color:#142538!important;font-size:16px!important;
  box-shadow:none!important;
}
body.szg-commerce-ui .form-row textarea{min-height:110px}
body.szg-commerce-ui .form-row input::placeholder,
body.szg-commerce-ui .coupon input::placeholder{color:#5a697b!important;opacity:1}
body.szg-commerce-ui .form-row input:focus,
body.szg-commerce-ui .select2-container--open .select2-selection{border-color:var(--szg-checkout-lime)!important;box-shadow:0 0 0 2px #b6ef1b26!important}
body.szg-commerce-ui .select2-container--default .select2-selection--single .select2-selection__rendered{
  color:#142538!important;line-height:46px;padding-right:34px;
}
body.szg-commerce-ui .select2-container--default .select2-selection--single .select2-selection__arrow{height:46px;right:10px}
body.szg-commerce-ui .select2-dropdown{background:#f3f6fa!important;color:#142538!important;border-color:#61758b!important;font-size:16px}
body.szg-commerce-ui .select2-results__option{color:#142538!important}
body.szg-commerce-ui .select2-results__option--highlighted[aria-selected]{background:#164d85!important;color:#fff!important}
body.szg-commerce-ui .select2-search__field{background:#fff!important;color:#142538!important;border-color:#61758b!important}
body.szg-commerce-ui .woocommerce-invalid :is(input.input-text,select,.select2-selection){border-color:#ff8b98!important;box-shadow:0 0 0 1px #ff8b98!important}
body.szg-commerce-ui .quantity{border-color:#61758b!important;border-radius:9px!important;overflow:hidden;background:#f3f6fa}
body.szg-commerce-ui .quantity :is(input.qty,input.plus,input.minus,button){min-height:44px!important;height:44px!important;background:#f3f6fa!important;color:#142538!important;border-color:#cad4df!important;font-size:16px!important}
body.szg-commerce-ui .quantity :is(input.plus,input.minus,button){min-width:30px!important}
body.szg-commerce-ui .quantity input.qty{width:34px!important;min-width:34px!important}
body.szg-commerce-ui .quantity :is(input.plus,input.minus,button):hover{background:#d9e5ef!important}
/* WoodMart puts quantity inside a flex-column product title at checkout.
   The controls are 30/34/30 px, but their wrapper otherwise stretches to the full title width. */
body.szg-commerce-ui .wd-order-table .quantity{
  display:inline-flex!important;flex:0 0 auto!important;align-self:flex-start!important;
  width:max-content!important;max-width:100%;gap:0;vertical-align:middle;
}
body.szg-commerce-ui .wd-order-table .quantity input.qty{flex:0 0 34px!important;max-width:34px!important;padding-inline:0!important}
body.szg-commerce-ui .wd-order-table .quantity :is(input.plus,input.minus,button){flex:0 0 30px!important;width:30px!important;max-width:30px!important;padding-inline:0!important}
/* Providers own the controls inside payment_box; keep those panels light. */
body.szg-commerce-ui #payment{background:transparent!important;color:var(--szg-checkout-text);border:0;padding:0!important}
body.szg-commerce-ui #payment .wc_payment_methods{padding:0!important;border:0!important;list-style:none;display:block!important}
body.szg-commerce-ui #payment .wc_payment_methods>li{
  position:relative;background:var(--szg-checkout-panel-alt)!important;
  border:1px solid var(--szg-checkout-line)!important;border-radius:11px;padding:0!important;
  margin:0 0 10px!important;
}
body.szg-commerce-ui #payment .wc_payment_methods>li:has(>input:checked){border-color:var(--szg-checkout-lime)!important;background:#172b24!important}
body.szg-commerce-ui #payment .wc_payment_methods>li>input[type=radio]{
  position:absolute;left:17px;top:21px;margin:0!important;width:20px;height:20px;
  accent-color:var(--szg-checkout-lime);cursor:pointer;
}
body.szg-commerce-ui #payment .wc_payment_methods>li>label{
  display:flex!important;min-height:64px;align-items:center;justify-content:space-between;
  gap:12px;margin:0!important;padding:14px 16px 14px 51px!important;
  font-size:16px!important;line-height:1.4!important;font-weight:600;
  color:var(--szg-checkout-text)!important;cursor:pointer;
}
body.szg-commerce-ui #payment .wc_payment_methods>li>label img{
  float:none!important;max-width:100px!important;max-height:32px!important;height:auto;width:auto;
  margin:0!important;padding:4px 6px;border-radius:5px;background:#fff;object-fit:contain;
}
body.szg-commerce-ui #payment .payment_box{
  margin:0 12px 12px!important;padding:16px!important;border:0!important;
  border-radius:8px;background:#f3f6fa!important;color:#142538!important;
}
body.szg-commerce-ui #payment .payment_box:before{display:none!important}
body.szg-commerce-ui #payment .payment_box :is(p,label,li,span){color:#142538}
body.szg-commerce-ui #payment .payment_box a{color:#135b97!important}
body.szg-commerce-ui #payment .place-order{padding:12px 0 0!important;margin:0!important;background:transparent!important}
body.szg-commerce-ui .szg-virtual-checkout-notice{
  background:#112b28!important;color:#cde8de!important;border:1px solid #386650!important;
  border-radius:10px!important;margin:0 0 20px!important;padding:16px!important;font-size:14px!important;line-height:1.65;
}
body.szg-commerce-ui .szg-virtual-checkout-notice strong{color:#e1f6cf!important}
body.szg-commerce-ui .woocommerce-privacy-policy-text p,
body.szg-commerce-ui .woocommerce-terms-and-conditions-wrapper p{font-size:14px;line-height:1.7;color:var(--szg-checkout-muted)!important}
body.szg-commerce-ui :is(.szg-digital-consent,.woocommerce-form__label-for-checkbox){font-size:14px!important;line-height:1.7!important}
body.szg-commerce-ui .szg-digital-consent label{color:var(--szg-checkout-text)!important;font-size:14px!important;line-height:1.7!important;cursor:pointer}
body.szg-commerce-ui .szg-digital-consent input[type=checkbox],
body.szg-commerce-ui #terms{width:20px;height:20px;accent-color:var(--szg-checkout-lime);vertical-align:middle;margin-right:8px;flex-shrink:0}
body.szg-commerce-ui .szg-digital-consent-note{font-size:13px!important;line-height:1.6!important;color:var(--szg-checkout-muted)!important}
body.szg-commerce-ui .woocommerce-terms-and-conditions{background:#f3f6fa;color:#142538}
body.szg-commerce-ui .woocommerce-terms-and-conditions :is(p,h1,h2,h3,li){color:#142538!important}
body.szg-commerce-ui .szg-checkout-pay-total{
  display:flex;align-items:baseline;justify-content:space-between;gap:12px;
  padding:20px 0 14px;border-top:1px solid var(--szg-checkout-line);margin-top:20px;
}
body.szg-commerce-ui .szg-checkout-pay-total>span{font-size:16px;color:var(--szg-checkout-text)}
body.szg-commerce-ui .szg-checkout-pay-total strong{font-size:28px;line-height:1.3;color:var(--szg-checkout-lime)}
body.szg-commerce-ui .szg-checkout-pay-total .amount{color:inherit!important;font-size:inherit!important}
body.szg-commerce-ui form.processing .szg-checkout-pay-total strong{opacity:.4}
body.szg-commerce-ui :is(.checkout-button,#place_order){
  display:flex!important;align-items:center;justify-content:center;
  min-height:54px!important;width:100%!important;padding:15px 20px!important;
  border:1px solid var(--szg-checkout-lime)!important;border-radius:10px!important;
  background:var(--szg-checkout-lime)!important;color:#122006!important;
  font-size:16px!important;line-height:1.4!important;font-weight:800!important;
  text-transform:none!important;letter-spacing:0!important;box-shadow:none!important;text-align:center;
}
body.szg-commerce-ui :is(.checkout-button,#place_order):hover{background:#c8fb40!important;border-color:#c8fb40!important;color:#122006!important}
body.szg-commerce-ui #place_order:disabled{opacity:.55;cursor:wait}
body.szg-commerce-ui .wc-proceed-to-checkout{padding-bottom:0!important;margin-top:16px}
body.szg-commerce-ui .coupon button,
body.szg-commerce-ui button[name=update_cart],
body.szg-commerce-ui .checkout_coupon button,
body.szg-commerce-ui .woocommerce-form-login button{
  min-height:44px;border:1px solid #62798d!important;border-radius:9px!important;
  background:#183149!important;color:#f2f6fa!important;text-transform:none;font-size:14px;
}
body.szg-commerce-ui .woocommerce-cart-form td.actions{padding:20px 0 0!important;border-bottom:0!important}
body.szg-commerce-ui .coupon{gap:10px}
body.szg-commerce-ui .coupon input.input-text{width:170px!important;max-width:100%}
body.szg-commerce-ui .woocommerce-form-login-toggle .woocommerce-info,
body.szg-commerce-ui .woocommerce-form-coupon-toggle .woocommerce-info{
  background:transparent!important;border:0!important;padding:0!important;margin:0!important;
  color:var(--szg-checkout-muted)!important;font-size:14px!important;line-height:1.6;
}
body.szg-commerce-ui .wd-checkout-login,
body.szg-commerce-ui .wd-checkout-coupon{margin-bottom:14px!important}
body.szg-commerce-ui .checkout_coupon,
body.szg-commerce-ui .woocommerce-form-login{border-color:var(--szg-checkout-line)!important;background:var(--szg-checkout-panel)!important;border-radius:12px}
body.szg-commerce-ui main :is(.woocommerce-error,.woocommerce-message){border-radius:10px;padding:16px 20px;color:#f4f8fb!important;line-height:1.6}
body.szg-commerce-ui main .woocommerce-error{background:#41242d!important;border-color:#ff8b98!important}
body.szg-commerce-ui main .woocommerce-message{background:#12392d!important;border-color:#79c393!important}
body.szg-commerce-ui .woocommerce-error a{color:#ffd4da!important;text-decoration:underline}
body.szg-commerce-ui .cart-empty{color:var(--szg-checkout-text)!important}

/* Up to six relevant offers; complete responsive covers and in-cart actions. */
body.szg-commerce-ui .szg-cart-suggestions{margin-top:28px;padding-top:24px;border-top:1px solid var(--szg-checkout-line)}
body.szg-commerce-ui .szg-cart-suggestions__heading h2{margin:0 0 6px!important;font-size:21px!important;line-height:1.3!important}
body.szg-commerce-ui .szg-cart-suggestions__heading p{margin:0 0 18px!important;font-size:13px!important;line-height:1.6}
body.szg-commerce-ui .szg-cart-suggestions__skip{display:none}
body.szg-commerce-ui .szg-cart-suggestions__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
body.szg-commerce-ui .szg-cart-suggestion{
  min-width:0;display:flex;flex-direction:column;overflow:hidden;
  background:var(--szg-checkout-panel-alt);border:1px solid var(--szg-checkout-line);border-radius:12px;
}
body.szg-commerce-ui .szg-cart-suggestion__image{
  display:flex;height:168px;padding:12px;align-items:center;justify-content:center;background:#081421;
}
body.szg-commerce-ui .szg-cart-suggestion__image img{display:block;width:100%!important;height:100%!important;max-height:144px!important;max-width:160px!important;object-fit:contain!important;object-position:center;aspect-ratio:auto!important;border-radius:0}
body.szg-commerce-ui .szg-cart-suggestion__body{display:flex;flex:1;flex-direction:column;min-width:0;padding:12px;gap:10px}
body.szg-commerce-ui .szg-cart-suggestion__meta{margin:0!important;font-size:11px!important;line-height:1.5;overflow-wrap:anywhere}
body.szg-commerce-ui .szg-cart-suggestion h3{margin:0!important;font-size:14px!important;line-height:1.5!important;overflow-wrap:anywhere}
body.szg-commerce-ui .szg-cart-suggestion h3{color:var(--szg-checkout-text)!important}
body.szg-commerce-ui .szg-cart-suggestion__note{margin:0!important;font-size:12px!important;line-height:1.5;color:#f7d49b!important}
body.szg-commerce-ui .szg-cart-suggestion__price{margin-top:auto;font-size:18px;font-weight:700;color:var(--szg-checkout-text)}
body.szg-commerce-ui .szg-cart-suggestion__price .amount{color:inherit!important;font-size:inherit!important}
body.szg-commerce-ui .szg-cart-suggestion__add{
  display:flex;min-height:44px;width:100%;align-items:center;justify-content:center;padding:9px 10px;
  border:1px solid #719835!important;border-radius:8px!important;background:#193e2e!important;color:#e6ffbc!important;
  text-align:center;font-size:13px!important;font-weight:700;line-height:1.4;text-decoration:none!important;text-transform:none!important;
}
body.szg-commerce-ui .szg-cart-suggestion__add:hover{background:#27553a!important;border-color:var(--szg-checkout-lime)!important}
body.szg-commerce-ui .szg-cart-suggestion__add:disabled{opacity:.55;cursor:wait}
body.szg-commerce-ui .szg-cart-suggestion__add:focus-visible,
body.szg-commerce-ui .szg-cart-feedback__retry:focus-visible{outline:2px solid var(--szg-checkout-lime);outline-offset:3px}
body.szg-commerce-ui .szg-cart-feedback{padding:12px 14px;margin:0 0 18px;border:1px solid #386650;border-radius:9px;background:#112b28;color:#e1f6cf;font-size:14px;line-height:1.6}
body.szg-commerce-ui .szg-cart-feedback--error{border-color:#ad7480;background:#41242d;color:#ffe4e8}
body.szg-commerce-ui .szg-cart-feedback__retry{display:block;margin-top:10px;min-height:44px;padding:8px 14px;border:1px solid currentColor;border-radius:8px;background:transparent;color:inherit;text-transform:none}
body.szg-commerce-ui.szg-cart-adding .cart_totals{opacity:.65}
body.szg-commerce-ui.szg-cart-adding .woocommerce-cart-form .quantity,
body.szg-commerce-ui.szg-cart-adding .woocommerce-cart-form .product-remove,
body.szg-commerce-ui.szg-cart-adding .checkout-button{pointer-events:none}
body.szg-commerce-ui .return-to-shop a{background:var(--szg-checkout-lime)!important;color:#122006!important;border-radius:10px}
/* Footer is emitted after the page wrapper on these two views. No viewport-width hacks. */
body.szg-commerce-ui>.szg-v4-footer--global{width:100%;margin-top:0!important}
body.szg-commerce-ui .szg-v4-footer--checkout{box-shadow:none;content-visibility:visible;contain-intrinsic-size:auto}
body.szg-commerce-ui .szg-v4-footer--checkout .szg-v4-footer-inner{
  width:min(1272px,calc(100% - 48px));grid-template-columns:minmax(0,1fr) minmax(260px,auto);
  gap:32px;padding:30px 0!important;align-items:center;
}
body.szg-commerce-ui .szg-v4-footer--checkout .szg-v4-footer-brand>p{max-width:500px;font-size:13px!important;margin-top:12px!important}
body.szg-commerce-ui .szg-v4-footer--checkout .szg-v4-footer-contact{padding:0;border:0;background:transparent;box-shadow:none}
body.szg-commerce-ui .szg-v4-footer--checkout :is(.szg-v4-footer-brand,.szg-v4-footer-contact){grid-column:auto!important;display:block!important}
body.szg-commerce-ui .szg-v4-footer--checkout .szg-v4-footer-contact address{grid-column:auto!important;grid-row:auto!important}
body.szg-commerce-ui .szg-v4-footer--checkout .szg-v4-footer-contact address{display:flex;flex-wrap:wrap;gap:6px 20px;margin-top:10px}
body.szg-commerce-ui .szg-v4-footer--checkout .szg-v4-footer-contact address a{font-size:14px!important;min-height:36px}
body.szg-commerce-ui .szg-v4-footer--checkout .szg-v4-footer-bottom-inner{width:min(1272px,calc(100% - 48px));gap:14px}
body.szg-commerce-ui .szg-v4-footer--checkout .szg-v4-footer-legal a{font-size:12px!important;min-height:32px}
body.szg-commerce-ui .szg-v4-footer--checkout .szg-v4-footer-payments span{font-size:10px!important}
@media(min-width:901px){
  body.szg-commerce-ui form.wd-checkout-form .elementor-top-column:has(.wd-billing-details){width:60%!important}
  body.szg-commerce-ui form.wd-checkout-form .elementor-top-column:has(.wd-order-table){width:40%!important}
}
@media(max-width:1100px){
  body.szg-commerce-ui main.content-layout-wrapper{padding-right:20px;padding-left:20px}
  body.szg-commerce-ui :is(.wd-cart-table,.wd-billing-details,.wd-payment-methods){padding:18px!important}
  body.szg-commerce-ui .elementor-top-column:has(.wd-cart-totals) .elementor-inner-column>.elementor-widget-wrap,
  body.szg-commerce-ui .elementor-top-column:has(.wd-order-table) .elementor-inner-column>.elementor-widget-wrap{padding:18px!important}
  body.szg-commerce-ui .szg-cart-suggestions__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
  body.szg-commerce-ui .szg-cart-suggestions__grid{grid-template-columns:1fr}
  body.szg-commerce-ui .szg-cart-suggestion{display:grid;grid-template-columns:94px minmax(0,1fr);align-items:start}
  body.szg-commerce-ui .szg-cart-suggestion__image{height:148px;background:transparent;padding:12px 6px}
  body.szg-commerce-ui .szg-cart-suggestion__body{padding-left:4px}
}
@media(max-width:900px){
  body.szg-commerce-ui .szg-cart-suggestions__skip{display:flex;align-items:center;gap:8px;min-height:44px;margin:-8px 0 14px;font-size:14px;font-weight:700}
  body.szg-commerce-ui .elementor-container:has(>.elementor-top-column .wd-cart-table),
  body.szg-commerce-ui form.wd-checkout-form .elementor-container:has(>.elementor-top-column .wd-billing-details){flex-wrap:wrap!important}
  body.szg-commerce-ui.woocommerce-cart .elementor-top-column:has(.wd-cart-table),
  body.szg-commerce-ui.woocommerce-cart .elementor-top-column:has(.wd-cart-totals),
  body.szg-commerce-ui form.wd-checkout-form .elementor-top-column:has(.wd-billing-details),
  body.szg-commerce-ui form.wd-checkout-form .elementor-top-column:has(.wd-order-table){width:100%!important}
  body.szg-commerce-ui .elementor-top-column:has(.wd-cart-totals),
  body.szg-commerce-ui .elementor-top-column:has(.wd-order-table){position:static!important;top:auto!important}
  body.szg-commerce-ui.woocommerce-cart .elementor-top-column:has(.wd-cart-table)>.elementor-widget-wrap,
  body.szg-commerce-ui.woocommerce-cart .elementor-top-column:has(.wd-cart-totals)>.elementor-widget-wrap{padding:0!important}
  body.szg-commerce-ui.woocommerce-cart .elementor-top-column:has(.wd-cart-totals){margin-top:24px}
  body.szg-commerce-ui .szg-v4-footer--checkout .szg-v4-footer-inner{grid-template-columns:1fr;gap:22px}
}
@media(max-width:680px){
  body.szg-commerce-ui.woocommerce-cart main.content-layout-wrapper{width:calc(100% - 28px)!important}
}
@media(max-width:600px){
  body.szg-commerce-ui main.content-layout-wrapper{padding:0 14px}
  body.szg-commerce-ui .main-page-wrapper{padding-bottom:28px!important}
  body.szg-commerce-ui .wd-checkout-steps{gap:6px 8px}
  body.szg-commerce-ui .wd-checkout-steps li{font-size:12px!important}
  body.szg-commerce-ui .wd-page-title-el .page-title{padding:18px 0!important;margin-bottom:18px!important}
  body.szg-commerce-ui :is(.wd-cart-table,.wd-billing-details,.wd-payment-methods){padding:16px!important;border-radius:12px}
  body.szg-commerce-ui .elementor-top-column:has(.wd-cart-table)>.elementor-widget-wrap,
  body.szg-commerce-ui .elementor-top-column:has(.wd-billing-details)>.elementor-widget-wrap{padding-right:0!important;padding-left:0!important}
  body.szg-commerce-ui .elementor-top-column:has(.wd-cart-totals)>.elementor-widget-wrap,
  body.szg-commerce-ui .elementor-top-column:has(.wd-order-table)>.elementor-widget-wrap{padding-right:0!important;padding-left:0!important}
  body.szg-commerce-ui .form-row-first,
  body.szg-commerce-ui .form-row-last{float:none!important;width:100%!important}
  body.szg-commerce-ui .woocommerce-cart-form__cart-item .product-thumbnail{padding-left:0!important;padding-right:10px!important}
  body.szg-commerce-ui .shop_table td{font-size:14px}
  body.szg-commerce-ui .coupon{display:flex;flex-wrap:wrap;width:100%}
  body.szg-commerce-ui .coupon input.input-text{flex:1;min-width:130px;width:auto!important}
  body.szg-commerce-ui .coupon button{flex:0 1 auto}
  body.szg-commerce-ui #payment .wc_payment_methods>li>label{font-size:15px!important;padding-right:12px!important}
  body.szg-commerce-ui #payment .wc_payment_methods>li>label img{max-width:80px!important}
  body.szg-commerce-ui .szg-checkout-pay-total strong{font-size:26px}
  body.szg-commerce-ui .szg-v4-footer--checkout .szg-v4-footer-inner,
  body.szg-commerce-ui .szg-v4-footer--checkout .szg-v4-footer-bottom-inner{width:calc(100% - 28px)}
}
@media(prefers-reduced-motion:reduce){body.szg-commerce-ui main *{scroll-behavior:auto!important;transition:none!important}}

/* Full-width cart row. Server markup stays in the native form for AJAX refresh;
   cart-suggestions.js moves that single node below the two builder columns. */
body.szg-commerce-ui .szg-cart-suggestions__swipe{display:none}
body.szg-commerce-ui .szg-cart-suggestions-slot{width:100%;max-width:100%;min-width:0;box-sizing:border-box}
body.szg-commerce-ui .szg-cart-suggestions-slot .szg-cart-suggestions{
  box-sizing:border-box;max-width:100%;min-width:0;margin:24px 0 0;padding:20px;
  border:1px solid var(--szg-checkout-line);border-radius:16px;background:var(--szg-checkout-panel);
}
body.szg-commerce-ui .szg-cart-suggestions-slot .szg-cart-suggestions__grid{
  grid-template-columns:repeat(var(--szg-suggestion-count,6),minmax(0,1fr));gap:12px;min-width:0;
}
body.szg-commerce-ui .szg-cart-suggestions-slot .szg-cart-suggestion{display:flex;flex-direction:column;grid-template-columns:none}
body.szg-commerce-ui .szg-cart-suggestions-slot .szg-cart-suggestion__image{height:140px;padding:10px;background:#081421}
body.szg-commerce-ui .szg-cart-suggestions-slot .szg-cart-suggestion__image img{max-height:120px!important}
body.szg-commerce-ui .szg-cart-suggestions-slot .szg-cart-suggestion__body{padding:12px;gap:8px}
body.szg-commerce-ui .szg-cart-suggestions-slot .szg-cart-suggestions__skip{display:none}
@media(max-width:1279px){
  body.szg-commerce-ui .szg-cart-suggestions-slot .szg-cart-suggestions__grid{
    grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:min(260px,85%);
    overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding:3px 3px 12px;
    scrollbar-width:thin;scrollbar-color:#45677f #081421;
  }
  body.szg-commerce-ui .szg-cart-suggestions-slot .szg-cart-suggestion{scroll-snap-align:start}
  body.szg-commerce-ui .szg-cart-suggestions-slot .szg-cart-suggestions__swipe{display:block;margin:10px 0 0;font-size:12px}
  body.szg-commerce-ui .szg-cart-suggestions-slot .szg-cart-suggestions:not(:has(.szg-cart-suggestion:nth-child(2))) .szg-cart-suggestions__swipe{display:none}
}
@media(max-width:600px){
  body.szg-commerce-ui .szg-cart-suggestions-slot .szg-cart-suggestions{padding:14px;border-radius:12px;margin-top:18px}
}

/* Compact native checkout. The PHP filter moves the original payment widget
   (and its title) after the order review BEFORE any gateway is rendered. */
body.szg-commerce-ui.woocommerce-checkout .main-page-wrapper{padding-bottom:28px!important}
body.szg-commerce-ui form.wd-checkout-form{gap:0!important}
body.szg-commerce-ui form.wd-checkout-form .elementor-top-section:has(.wd-billing-details){
  margin:0!important;padding:0!important;width:100%!important;max-width:100%!important;left:0!important;
}
body.szg-commerce-ui form.wd-checkout-form .elementor-top-section:has(.wd-billing-details)>.elementor-container{
  display:grid!important;grid-template-columns:minmax(0,46fr) minmax(0,54fr);gap:24px!important;
  width:100%!important;margin:0!important;align-items:start;
}
body.szg-commerce-ui form.wd-checkout-form .elementor-top-column:has(.wd-billing-details),
body.szg-commerce-ui form.wd-checkout-form .elementor-top-column:has(.wd-order-table){
  width:100%!important;min-width:0;height:auto!important;position:static!important;top:auto!important;transform:none!important;
}
body.szg-commerce-ui form.wd-checkout-form .elementor-top-column:has(.wd-billing-details)>.elementor-widget-wrap,
body.szg-commerce-ui form.wd-checkout-form .elementor-top-column:has(.wd-order-table)>.elementor-widget-wrap{
  padding:0!important;height:auto!important;align-content:flex-start!important;position:static!important;top:auto!important;transform:none!important;
}
body.szg-commerce-ui form.wd-checkout-form .elementor-top-column:has(.wd-billing-details)>.elementor-widget-wrap{gap:12px!important}
body.szg-commerce-ui form.wd-checkout-form .elementor-widget-wd_title{margin:0!important}
body.szg-commerce-ui form.wd-checkout-form .elementor-widget-wd_title .title-wrapper{margin:0!important;padding:0!important}
body.szg-commerce-ui form.wd-checkout-form .woodmart-title-container{font-size:21px!important;line-height:1.35!important;margin:0!important}
body.szg-commerce-ui form.wd-checkout-form .wd-billing-details{margin:0!important;padding:20px!important;min-width:0}
body.szg-commerce-ui form.wd-checkout-form .wd-shipping-details{margin:0!important}
body.szg-commerce-ui form.wd-checkout-form .woocommerce-shipping-fields,
body.szg-commerce-ui form.wd-checkout-form .woocommerce-additional-fields{margin-bottom:0!important}
body.szg-commerce-ui form.wd-checkout-form .woocommerce-billing-fields__field-wrapper{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px!important;
}
body.szg-commerce-ui form.wd-checkout-form .woocommerce-billing-fields__field-wrapper>.form-row{
  grid-column:1/-1;min-width:0;width:100%!important;margin:0!important;float:none!important;
}
body.szg-commerce-ui form.wd-checkout-form .woocommerce-billing-fields__field-wrapper>.form-row-first,
body.szg-commerce-ui form.wd-checkout-form .woocommerce-billing-fields__field-wrapper>.form-row-last{grid-column:span 1}
body.szg-commerce-ui form.wd-checkout-form .woocommerce-billing-fields__field-wrapper label{margin-bottom:5px}
body.szg-commerce-ui form.wd-checkout-form .woocommerce-billing-fields__field-wrapper input{max-width:100%;box-sizing:border-box}
body.szg-commerce-ui form.wd-checkout-form .elementor-top-column:has(.wd-order-table) .elementor-inner-column>.elementor-widget-wrap{padding:20px!important}
body.szg-commerce-ui form.wd-checkout-form .elementor-top-column:has(.wd-order-table) .elementor-inner-section{overflow:visible}
body.szg-commerce-ui form.wd-checkout-form .wd-order-table{margin-top:12px!important}
body.szg-commerce-ui form.wd-checkout-form .wd-order-table .shop_table :is(th,td){padding-top:10px!important;padding-bottom:10px!important}
body.szg-commerce-ui form.wd-checkout-form .wd-order-table+.elementor-widget-wd_title{margin:16px 0 10px!important}
body.szg-commerce-ui form.wd-checkout-form .wd-order-table~.wd-payment-methods{
  border:0!important;border-radius:0!important;padding:0!important;margin:0!important;min-width:0;width:100%;
}
body.szg-commerce-ui form.wd-checkout-form .szg-virtual-checkout-notice{padding:10px 12px!important;margin-bottom:12px!important;font-size:13px!important;line-height:1.5}
body.szg-commerce-ui form.wd-checkout-form #payment .wc_payment_methods{margin:0 0 12px!important}
body.szg-commerce-ui form.wd-checkout-form #payment .wc_payment_methods>li{margin-bottom:8px!important}
body.szg-commerce-ui form.wd-checkout-form #payment .wc_payment_methods>li>label{
  min-height:54px;padding:10px 12px 10px 43px!important;font-size:14px!important;gap:8px;
}
body.szg-commerce-ui form.wd-checkout-form #payment .wc_payment_methods>li>input[type=radio]{left:13px;top:17px}
body.szg-commerce-ui form.wd-checkout-form #payment .wc_payment_methods>li>label img{max-width:68px!important;max-height:28px!important}
body.szg-commerce-ui form.wd-checkout-form #payment .place-order{padding-top:4px!important;gap:10px}
body.szg-commerce-ui form.wd-checkout-form #payment .place-order p{margin-top:0!important;margin-bottom:0!important}
body.szg-commerce-ui form.wd-checkout-form #payment .woocommerce-privacy-policy-text p,
body.szg-commerce-ui form.wd-checkout-form #payment .szg-digital-consent label,
body.szg-commerce-ui form.wd-checkout-form #payment .szg-digital-consent-note{font-size:13px!important;line-height:1.55!important}
body.szg-commerce-ui form.wd-checkout-form .szg-checkout-pay-total{margin-top:4px;padding:12px 0 0}
body.szg-commerce-ui form.wd-checkout-form .szg-checkout-pay-total strong{font-size:25px}
@media(min-width:1025px){
  body.szg-commerce-ui form.wd-checkout-form #billing_country_field,
  body.szg-commerce-ui form.wd-checkout-form #billing_phone_field{grid-column:span 1}
}
@media(min-width:601px){
  body.szg-commerce-ui form.wd-checkout-form .wd-order-table~.wd-payment-methods #payment .wc_payment_methods{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;
  }
  body.szg-commerce-ui form.wd-checkout-form .wd-order-table~.wd-payment-methods #payment .wc_payment_methods>li{margin:0!important;min-width:0}
  body.szg-commerce-ui form.wd-checkout-form .wd-order-table~.wd-payment-methods #payment .wc_payment_methods>li:has(>input:checked):has(>.payment_box){grid-column:1/-1}
}
@media(max-width:1024px){
  body.szg-commerce-ui form.wd-checkout-form .elementor-top-section:has(.wd-billing-details)>.elementor-container{grid-template-columns:minmax(0,1fr);gap:20px!important}
}
@media(max-width:600px){
  body.szg-commerce-ui form.wd-checkout-form .wd-billing-details,
  body.szg-commerce-ui form.wd-checkout-form .elementor-top-column:has(.wd-order-table) .elementor-inner-column>.elementor-widget-wrap{padding:16px!important}
  body.szg-commerce-ui form.wd-checkout-form .woocommerce-billing-fields__field-wrapper>.form-row{grid-column:1/-1!important}
  body.szg-commerce-ui form.wd-checkout-form #payment .wc_payment_methods>li>label{min-height:56px}
}
