/* SoftVST 8.16.22 — isolated WooCommerce layout normalization. */
.woocommerce-page .site-main > .container,.woocommerce-page .site-main > article,.woocommerce-page .site-main > .page{width:min(calc(100% - 40px),var(--sv-container,1240px));max-width:none;margin-inline:auto;}
.woocommerce-page .entry-content > .woocommerce{width:100%;max-width:none;margin:0 auto;padding:40px 0 60px;}
.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-account .woocommerce{width:100%!important;max-width:none!important;margin-inline:auto!important;}
.woocommerce-cart .woocommerce form,.woocommerce-checkout .woocommerce form{width:100%;}
.woocommerce-checkout .col2-set,.woocommerce-checkout #order_review,.woocommerce-checkout #payment{box-sizing:border-box;}
.woocommerce-checkout .col2-set{width:100%;float:none;}
.woocommerce-checkout #customer_details{width:100%;}
.woocommerce-checkout #order_review_heading{margin-top:24px;}
.woocommerce-cart .cart-collaterals{width:100%;float:none;}
.woocommerce-cart .cart-collaterals .cart_totals{width:min(100%,460px);margin-left:auto;float:none;}
.woocommerce-account .woocommerce-MyAccount-content{min-width:0;}
.woocommerce-account .woocommerce-MyAccount-navigation{min-width:0;}
.woocommerce table.shop_table{width:100%;}
@media(max-width:800px){
 .woocommerce-page .site-main > .container,.woocommerce-page .site-main > article,.woocommerce-page .site-main > .page{width:calc(100% - 24px);}
 .woocommerce-page .entry-content > .woocommerce{padding:30px 0 42px;}
 .woocommerce-cart .cart-collaterals .cart_totals{width:100%;}
 .woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{width:100%;float:none;margin:0 0 18px;}
}
/* Explicit width ownership: prevents WooCommerce core floats from inheriting theme/article widths. */
.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:20px;align-items:start}
.woocommerce-checkout form.checkout #customer_details{grid-column:1;grid-row:1;padding:20px;}
.woocommerce-checkout form.checkout #order_review_heading{grid-column:2;grid-row:1;margin:0;padding:20px 20px 0;background:#0b1d33;border:1px solid var(--sv-border);border-bottom:0;}
.woocommerce-checkout form.checkout #order_review{grid-column:2;grid-row:1;margin-top:49px;padding:0 20px 20px;border-top:0;}
.woocommerce-checkout form.checkout #payment{grid-column:2;grid-row:2;margin-top:0;}
.woocommerce-cart .woocommerce-cart-form{width:100%;float:none;}
.woocommerce-cart .cart-collaterals{display:block;clear:both;margin-top:20px;}
.woocommerce-account .woocommerce{display:block;}
.woocommerce-account .woocommerce-MyAccount-navigation{width:230px!important;float:left!important;margin:0 20px 0 0!important;}
.woocommerce-account .woocommerce-MyAccount-content{width:calc(100% - 250px)!important;float:right!important;margin:0!important;}
.woocommerce-account .woocommerce-MyAccount-content:after,.woocommerce-account .woocommerce:after{content:"";display:table;clear:both;}
@media(max-width:900px){
 .woocommerce-checkout form.checkout{grid-template-columns:1fr;gap:14px;}
 .woocommerce-checkout form.checkout #customer_details,.woocommerce-checkout form.checkout #order_review_heading,.woocommerce-checkout form.checkout #order_review,.woocommerce-checkout form.checkout #payment{grid-column:1;grid-row:auto;margin-top:0;}
 .woocommerce-checkout form.checkout #order_review_heading{border-bottom:0;}
 .woocommerce-checkout form.checkout #order_review{padding:0 20px 20px;}
 .woocommerce-account .woocommerce-MyAccount-navigation{width:100%!important;float:none!important;margin:0 0 16px!important;}
 .woocommerce-account .woocommerce-MyAccount-content{width:100%!important;float:none!important;}
}
