/* Keep native WooCommerce controls while isolating them from parent-theme defaults. */
.rw-site > main#rw-commerce.rw-commerce {
  width: 100%;
  max-width: 1264px;
  min-height: 420px;
  margin: 0 auto;
  padding: 44px 32px 88px !important;
  color: #00263e;
  background: #f7f9fa !important;
  font: 400 15px/1.6 var(--rw-font);
}
.rw-site #rw-commerce *, .rw-site #rw-commerce *::before, .rw-site #rw-commerce *::after { box-sizing: border-box; }
.rw-site #rw-commerce :is(h1,h2,h3,h4,p,ul,ol,fieldset,form,table) { font-family: inherit; letter-spacing: 0; }
.rw-site #rw-commerce h1 { margin: 0 0 32px; color: #00263e; font-size: 30px; font-weight: 500; line-height: 1.2; }
.rw-site #rw-commerce :is(h2,h3) { margin: 0 0 20px; color: #00263e; font-size: 22px; font-weight: 600; line-height: 1.3; }
.rw-site #rw-commerce h4 { margin: 0 0 12px; color: #00263e; font-size: 17px; line-height: 1.4; }
.rw-site #rw-commerce p { margin: 0 0 18px; }
.rw-site #rw-commerce a { color: #00263e; text-decoration: underline; text-underline-offset: 3px; }
.rw-site #rw-commerce a:hover { color: #8a5200; }
.rw-site #rw-commerce :is(input,select,textarea,button) { font-family: var(--rw-font); letter-spacing: 0; }
.rw-site #rw-commerce :is(a,button,input,select,textarea):focus-visible { outline: 2px solid #bc7100; outline-offset: 3px; }

/* Success notices contain an anonymous text node, so order the action after it. */
.rw-site :is(.woocommerce-message,.woocommerce-info,.woocommerce-error) {
  position: relative;
  width: 100%;
  margin: 20px 0 28px !important;
  padding: 16px 20px !important;
  border: 1px solid #dce4e8;
  border-left: 3px solid #f2a323;
  border-radius: 4px;
  color: #00263e;
  background: #fff;
  box-shadow: none;
  font: 400 14px/1.6 var(--rw-font);
  list-style: none;
  overflow-wrap: anywhere;
}
.rw-site :is(.woocommerce-message,.woocommerce-info) { display: flex; align-items: center; gap: 16px; }
.rw-site :is(.woocommerce-message,.woocommerce-info,.woocommerce-error)::before,
.rw-site :is(.woocommerce-message,.woocommerce-info,.woocommerce-error)::after { display: none; content: none; }
.rw-site .woocommerce-error { border-left-color: #b43835; }
.rw-site .woocommerce-error li { margin: 0; padding: 0; list-style: none; }
.rw-site .woocommerce-error li + li { margin-top: 8px; }
.rw-site :is(.woocommerce-message,.woocommerce-info,.woocommerce-error) a:not(.button) { color: #00263e !important; text-decoration: underline; text-underline-offset: 3px; }
.rw-site :is(.woocommerce-message,.woocommerce-info,.woocommerce-error) .button,
.rw-site #rw-product-detail :is(.woocommerce-message,.woocommerce-info,.woocommerce-error) .button {
  display: inline-flex;
  flex: 0 0 auto;
  order: 1;
  align-items: center;
  justify-content: center;
  float: none;
  min-height: 42px;
  margin: 0 0 0 auto !important;
  padding: 10px 22px !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  color: #00263e !important;
  background: #f2a323 !important;
  background-color: #f2a323 !important;
  box-shadow: none !important;
  font: 600 14px/1.4 var(--rw-font) !important;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none !important;
  white-space: normal;
}
.rw-site :is(.woocommerce-message,.woocommerce-info,.woocommerce-error) .button:is(:hover,:active),
.rw-site #rw-product-detail :is(.woocommerce-message,.woocommerce-info,.woocommerce-error) .button:is(:hover,:active) { color: #00263e !important; background: #e79819 !important; background-color: #e79819 !important; }
.rw-site :is(.woocommerce-message,.woocommerce-info,.woocommerce-error) .button:focus-visible { outline: 2px solid #00263e; outline-offset: 3px; }

.rw-site #rw-commerce :is(a.button,button.button,input.button,input[type="submit"]),
.rw-site #rw-commerce :is(.wc-block-components-button,.wp-block-button__link) {
  min-height: 44px;
  padding: 11px 22px;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  color: #00263e !important;
  background: #f2a323 !important;
  background-color: #f2a323 !important;
  box-shadow: none !important;
  font: 600 14px/1.45 var(--rw-font) !important;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none !important;
  white-space: normal;
  cursor: pointer;
}
.rw-site #rw-commerce :is(a.button,button.button,input.button,input[type="submit"],.wc-block-components-button,.wp-block-button__link):is(:hover,:active) { color: #00263e !important; background: #e79819 !important; background-color: #e79819 !important; }
.rw-site #rw-commerce :is(button.button,input.button,input[type="submit"],.wc-block-components-button):disabled,
.rw-site #rw-commerce :is(.button,.wc-block-components-button)[aria-disabled="true"],
.rw-site #rw-commerce .button.disabled { opacity: .5; cursor: not-allowed; }
.rw-site #rw-commerce .wc-block-components-button .wc-block-components-button__text { color: inherit; }
.rw-site #rw-commerce :is(.checkout-button,#place_order) { display: inline-flex; align-items: center; justify-content: center; width: 100%; margin: 0; padding: 14px 24px; font-size: 16px !important; }

.rw-site #rw-commerce :is(.woocommerce-cart-form,.checkout,.woocommerce-form,.woocommerce-EditAccountForm,.woocommerce-ResetPassword,.woocommerce-address-fields) { margin: 0 0 32px; }
.rw-site #rw-commerce :is(.woocommerce-form-login,.woocommerce-form-register,.checkout_coupon) { padding: 24px 0; border: 0; border-top: 1px solid #dce4e8; border-radius: 0; background: transparent; }
.rw-site #rw-commerce .form-row { margin: 0 0 18px; padding: 0; }
.rw-site #rw-commerce .form-row label { display: block; margin: 0 0 7px; color: #365568; font-size: 13px; font-weight: 600; line-height: 1.5; }
.rw-site #rw-commerce .form-row label.checkbox { display: inline-flex; align-items: center; gap: 8px; }
.rw-site #rw-commerce :is(input.input-text,textarea.input-text,select) { width: 100%; min-width: 0; min-height: 44px; margin: 0; padding: 10px 12px; border: 1px solid #cbd6dc; border-radius: 4px; color: #00263e; background: #fff; box-shadow: none; font: 400 15px/1.5 var(--rw-font); }
.rw-site #rw-commerce textarea.input-text { min-height: 110px; resize: vertical; }
.rw-site #rw-commerce :is(input[type="checkbox"],input[type="radio"]) { width: 18px; height: 18px; min-width: 18px; margin: 0 7px 0 0; accent-color: #00263e; vertical-align: middle; }
.rw-site #rw-commerce .woocommerce-invalid :is(input.input-text,select,.select2-selection) { border-color: #b43835; }
.rw-site #rw-commerce .required { color: #a42f2c; }
.rw-site #rw-commerce .optional { font-weight: 400; }
.rw-site #rw-commerce fieldset { margin: 28px 0; padding: 24px 0 0; border: 0; border-top: 1px solid #dce4e8; }
.rw-site #rw-commerce legend { padding: 0 12px 0 0; font-size: 18px; font-weight: 600; }
.rw-site #rw-commerce .select2-container { max-width: 100%; font-size: 15px; }
.rw-site #rw-commerce .select2-container .select2-selection--single { min-height: 44px; border: 1px solid #cbd6dc; border-radius: 4px; background: #fff; }
.rw-site #rw-commerce .select2-container .select2-selection__rendered { padding: 7px 30px 7px 12px; color: #00263e; line-height: 28px; }
.rw-site #rw-commerce .select2-container .select2-selection__arrow { height: 42px; }

.rw-site #rw-commerce table.shop_table { width: 100%; margin: 0 0 28px; border: 0; border-collapse: collapse; border-radius: 0; color: #00263e; background: transparent; font-size: 14px; line-height: 1.5; }
.rw-site #rw-commerce table.shop_table :is(th,td) { padding: 18px 14px; border: 0; border-bottom: 1px solid #dce4e8; background: transparent; vertical-align: middle; overflow-wrap: anywhere; }
.rw-site #rw-commerce table.shop_table th { color: #365568; font-size: 12px; font-weight: 600; text-align: left; }
.rw-site #rw-commerce table.shop_table thead th { padding-top: 12px; padding-bottom: 12px; background: #edf2f4; text-transform: uppercase; }
.rw-site #rw-commerce table.shop_table td.product-thumbnail { width: 106px; }
.rw-site #rw-commerce table.shop_table .product-thumbnail img { display: block; width: 80px; height: 80px; margin: 0; object-fit: contain; }
.rw-site #rw-commerce table.shop_table .product-name { min-width: 150px; }
.rw-site #rw-commerce table.shop_table .product-name a { font-weight: 600; text-decoration: none; }
.rw-site #rw-commerce table.shop_table :is(.product-price,.product-subtotal) { white-space: nowrap; }
.rw-site #rw-commerce table.shop_table td.product-remove { width: 40px; padding-right: 0; }
.rw-site #rw-commerce a.remove { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 0; border-radius: 50%; color: #536e7d !important; background: transparent; font-size: 23px; font-weight: 400; text-decoration: none; }
.rw-site #rw-commerce a.remove:hover { color: #00263e !important; background: #e5ecef; }
.rw-site #rw-commerce .quantity .qty { width: 76px; min-width: 66px; height: 44px; margin: 0; padding: 8px; border: 1px solid #cbd6dc; border-radius: 4px; color: #00263e; background: #fff; font-size: 14px; text-align: center; }
.rw-site #rw-commerce dl.variation { margin: 7px 0 0; color: #607b8c; font-size: 12px; }
.rw-site #rw-commerce dl.variation :is(dt,dd) { margin-bottom: 3px; }
.rw-site #rw-commerce dl.variation p { margin: 0; }
.rw-site #rw-commerce table.shop_table td.actions { padding: 20px 0; text-align: right; }
.rw-site #rw-commerce .coupon { display: flex; align-items: center; gap: 10px; }
.rw-site #rw-commerce .coupon input#coupon_code { float: none; width: 180px; min-height: 44px; margin: 0; padding: 10px 12px; border: 1px solid #cbd6dc; border-radius: 4px; color: #00263e; background: #fff; font-size: 14px; }
.rw-site #rw-commerce .cart-collaterals { margin-top: 28px; }
.rw-site #rw-commerce .cart-collaterals .cart_totals { width: 46%; max-width: 480px; padding: 0; border: 0; background: transparent; }
.rw-site #rw-commerce .cart_totals table.shop_table { margin-bottom: 24px; }
.rw-site #rw-commerce .cart_totals table.shop_table th { width: 40%; font-size: 14px; }
.rw-site #rw-commerce .cart_totals table.shop_table td { text-align: right; }
.rw-site #rw-commerce .order-total :is(th,td) { color: #00263e; font-size: 17px !important; }
.rw-site #rw-commerce .wc-proceed-to-checkout { padding: 0; }
.rw-site #rw-commerce .woocommerce-shipping-destination { margin-top: 10px; color: #607b8c; font-size: 12px; }
.rw-site #rw-commerce #shipping_method { margin: 0; padding: 0; list-style: none; }
.rw-site #rw-commerce #shipping_method li { margin: 0 0 10px; padding: 0; }

.rw-site #rw-commerce .col2-set { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 32px; width: 100%; margin-bottom: 32px; }
.rw-site #rw-commerce .col2-set::before, .rw-site #rw-commerce .col2-set::after { display: none; }
.rw-site #rw-commerce .col2-set :is(.col-1,.col-2) { float: none; width: auto; min-width: 0; }
.rw-site #rw-commerce #ship-to-different-address label { display: flex; align-items: center; gap: 8px; font-size: 20px; line-height: 1.4; }
.rw-site #rw-commerce #order_review_heading { margin-top: 32px; }
.rw-site #rw-commerce #payment { padding: 0; border: 0; border-radius: 0; background: transparent; }
.rw-site #rw-commerce #payment ul.payment_methods { padding: 20px 0; border-top: 1px solid #dce4e8; border-bottom: 1px solid #dce4e8; list-style: none; }
.rw-site #rw-commerce #payment ul.payment_methods li { margin: 0 0 16px; padding: 0; }
.rw-site #rw-commerce #payment ul.payment_methods li:last-child { margin-bottom: 0; }
.rw-site #rw-commerce #payment .payment_box { margin: 12px 0 0; padding: 16px; border-radius: 4px; color: #365568; background: #edf2f4; font-size: 14px; }
.rw-site #rw-commerce #payment .payment_box::before { border-bottom-color: #edf2f4; }
.rw-site #rw-commerce #payment .payment_box p:last-child { margin-bottom: 0; }
.rw-site #rw-commerce #payment .place-order { margin: 0; padding: 24px 0 0; }
.rw-site #rw-commerce .woocommerce-privacy-policy-text { color: #607b8c; font-size: 13px; }
.rw-site #rw-commerce .woocommerce-terms-and-conditions-wrapper { margin-bottom: 20px; }
.rw-site #rw-commerce .woocommerce-order-overview { display: flex; flex-wrap: wrap; gap: 24px; margin: 24px 0 32px; padding: 0; }
.rw-site #rw-commerce .woocommerce-order-overview li { float: none; margin: 0; padding: 0 24px 0 0; border-right: 1px solid #dce4e8; font-size: 12px; }
.rw-site #rw-commerce .woocommerce-order-overview li strong { font-size: 15px; }
.rw-site #rw-commerce address { padding: 20px 0; border: 0; border-top: 1px solid #dce4e8; border-radius: 0; font-style: normal; }

/* Classic shortcode checkout: two independent columns, with no shared field rows. */
.rw-site #rw-commerce form.checkout { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(0,1fr); gap: 28px 36px; align-items: start; width: 100%; max-width: none; }
.rw-site #rw-commerce form.checkout::before,
.rw-site #rw-commerce form.checkout::after { display: none; content: none; }
.rw-site #rw-commerce form.checkout > * { grid-column: 1 / -1; min-width: 0; }
.rw-site #rw-commerce form.checkout #customer_details { display: block; grid-column: 1; width: 100% !important; max-width: none; float: none !important; margin: 0; padding: 26px 0 0; border-top: 1px solid #dce4e8; }
.rw-site #rw-commerce form.checkout #customer_details :is(.col-1,.col-2) { width: 100% !important; max-width: none; float: none !important; margin: 0; padding: 0; }
.rw-site #rw-commerce form.checkout #customer_details .col-2 { margin-top: 24px; }
.rw-site #rw-commerce form.checkout > .rw-classic-order { grid-column: 2; width: 100%; min-width: 0; margin: 0; padding: 26px 28px 28px; border: 2px solid #2b527d; background: #fff; }
.rw-site #rw-commerce form.checkout #order_review_heading { display: block; position: static; width: 100% !important; max-width: none; float: none !important; clear: none; margin: 0 0 16px; padding: 0; border: 0; color: #00263e; font-size: 22px; line-height: 1.3; text-transform: uppercase; }
.rw-site #rw-commerce form.checkout #order_review { display: block; position: static; width: 100% !important; max-width: none; min-width: 0; float: none !important; clear: none; margin: 0; padding: 0; border: 0; }
.rw-site #rw-commerce form.checkout #order_review .shop_table { width: 100%; margin: 0 0 12px; table-layout: fixed; }
.rw-site #rw-commerce form.checkout #order_review .shop_table thead { display: table-header-group; }
.rw-site #rw-commerce form.checkout #order_review .shop_table thead th { padding: 10px 0 14px; border-bottom: 1px solid #dce4e8; background: transparent; color: #607080; font-size: 13px; font-weight: 500; text-transform: uppercase; }
.rw-site #rw-commerce form.checkout #order_review .shop_table :is(th,td) { padding: 14px 0; border-bottom: 1px solid #e7ecef; font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; }
.rw-site #rw-commerce form.checkout #order_review .shop_table .product-name { width: 68%; min-width: 0; padding-right: 16px; }
.rw-site #rw-commerce form.checkout #order_review .shop_table :is(.product-total,.product-subtotal) { width: 32%; min-width: 0; text-align: right; }
.rw-site #rw-commerce form.checkout #order_review .shop_table tfoot td { text-align: right; }
.rw-site #rw-commerce form.checkout #order_review .woocommerce-Price-amount { display: inline-block; white-space: nowrap; overflow-wrap: normal; word-break: normal; }
.rw-site #rw-commerce form.checkout #order_review :is(dl.variation,dl.variation p) { font-size: 12px; line-height: 1.5; }
.rw-site #rw-commerce form.checkout #order_review dl.variation { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 3px 8px; }
.rw-site #rw-commerce form.checkout #order_review dl.variation :is(dt,dd,p) { float: none; margin: 0; padding: 0; }
.rw-site #rw-commerce form.checkout #order_review .shop_table .cart-subtotal :is(th,td),
.rw-site #rw-commerce form.checkout #order_review .shop_table .order-total :is(th,td) { padding-top: 16px; padding-bottom: 16px; }
.rw-site #rw-commerce form.checkout #order_review .shop_table .order-total :is(th,td) { border-top: 2px solid #2b527d; border-bottom: 0; font-size: 18px !important; }
.rw-site #rw-commerce form.checkout #order_review #payment { margin-top: 0; padding-top: 0; border-top: 0; }
.rw-site #rw-commerce form.checkout #order_review #payment ul.payment_methods { margin: 0; padding: 0 0 20px; border-top: 0; }
.rw-site #rw-commerce form.checkout #order_review #payment .place-order { padding-top: 18px; }
.rw-site #rw-commerce form.checkout #order_review #payment #place_order { width: 100%; }
.rw-site #rw-commerce form.checkout #payment :is(.woocommerce-privacy-policy-text,.woocommerce-privacy-policy-text p,.woocommerce-terms-and-conditions-wrapper) { color: #607080; font-size: 13px; line-height: 1.65; }

@media (max-width: 900px) {
  .rw-site #rw-commerce form.checkout { grid-template-columns: minmax(0,1fr); gap: 28px; }
  .rw-site #rw-commerce form.checkout > .rw-classic-order { grid-column: 1; padding: 22px 20px 24px; }
}

.rw-site #rw-commerce .woocommerce-MyAccount-navigation { float: left; width: 23%; margin: 0 0 32px; }
.rw-site #rw-commerce .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.rw-site #rw-commerce .woocommerce-MyAccount-navigation li { margin: 0; padding: 0; border-bottom: 1px solid #dce4e8; list-style: none; }
.rw-site #rw-commerce .woocommerce-MyAccount-navigation a { display: block; padding: 13px 14px; border-left: 3px solid transparent; font-size: 14px; font-weight: 500; text-decoration: none; }
.rw-site #rw-commerce .woocommerce-MyAccount-navigation .is-active a { border-left-color: #f2a323; background: #edf2f4; font-weight: 600; }
.rw-site #rw-commerce .woocommerce-MyAccount-navigation a:hover { color: #00263e; background: #edf2f4; }
.rw-site #rw-commerce .woocommerce-MyAccount-content { float: right; width: 72%; min-width: 0; }
.rw-site #rw-commerce .woocommerce-MyAccount-content .woocommerce-Address-title { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.rw-site #rw-commerce .woocommerce-MyAccount-content .woocommerce-Address-title::before,
.rw-site #rw-commerce .woocommerce-MyAccount-content .woocommerce-Address-title::after { display: none; }
.rw-site #rw-commerce .woocommerce-MyAccount-content .woocommerce-Address-title h2 { font-size: 18px; }
.rw-site #rw-commerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit { float: none; font-size: 13px; }
.rw-site #rw-commerce .woocommerce-MyAccount-content table.shop_table .button { min-height: 36px; margin: 3px 0; padding: 7px 12px; font-size: 12px !important; }

/* Block checkout retains its own grid, spacing, and interactive control layout. */
.rw-site #rw-commerce :is(.wp-block-woocommerce-cart,.wp-block-woocommerce-checkout) { color: #00263e; font-family: var(--rw-font); }
.rw-site #rw-commerce :is(.wc-block-cart__submit-button,.wc-block-components-checkout-place-order-button) { color: #00263e !important; background: #f2a323 !important; }
.rw-site #rw-commerce .wc-block-components-notice-banner { border-radius: 4px; color: #00263e; font-family: var(--rw-font); }
.rw-site #rw-commerce .wc-block-components-text-input input { color: #00263e; }

@media (max-width: 768px) {
  .rw-site > main#rw-commerce.rw-commerce { padding: 32px 20px 64px !important; }
  .rw-site #rw-commerce h1 { margin-bottom: 26px; }
  .rw-site #rw-commerce .col2-set { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .rw-site #rw-commerce .form-row-first, .rw-site #rw-commerce .form-row-last { float: none; width: 100%; }
  .rw-site #rw-commerce table.shop_table_responsive thead { display: none; }
  .rw-site #rw-commerce table.shop_table_responsive :is(tbody,tr) { display: block; }
  .rw-site #rw-commerce table.shop_table_responsive tr { padding: 12px 0; border-bottom: 1px solid #dce4e8; }
  .rw-site #rw-commerce table.shop_table_responsive td { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; padding: 10px 0; border: 0; text-align: right !important; }
  .rw-site #rw-commerce table.shop_table_responsive td::before { content: attr(data-title); flex-shrink: 0; color: #365568; font-size: 13px; font-weight: 600; }
  .rw-site #rw-commerce table.shop_table_responsive :is(td.product-remove,td.product-thumbnail,td.product-name,td.actions)::before { display: none; }
  .rw-site #rw-commerce table.shop_table_responsive td.product-remove { justify-content: flex-end; padding: 0; }
  .rw-site #rw-commerce table.shop_table_responsive td.product-thumbnail { display: block; padding-top: 0; }
  .rw-site #rw-commerce table.shop_table_responsive td.product-name { display: block; padding-bottom: 14px; text-align: left !important; }
  .rw-site #rw-commerce table.shop_table_responsive td.actions { display: block; padding: 16px 0 0; text-align: left !important; }
  .rw-site #rw-commerce .coupon { float: none; width: 100%; margin-bottom: 12px; }
  .rw-site #rw-commerce .coupon input#coupon_code { flex: 1; width: 0; min-width: 0; }
  .rw-site #rw-commerce .coupon .button { float: none; flex: 0 0 auto; width: auto; }
  .rw-site #rw-commerce td.actions > .button { display: block; width: 100%; }
  .rw-site #rw-commerce .cart-collaterals .cart_totals { float: none; width: 100%; max-width: none; }
  .rw-site #rw-commerce .cart_totals table.shop_table_responsive tr { padding: 0; }
  .rw-site #rw-commerce .cart_totals table.shop_table_responsive td { padding: 16px 0; }
  .rw-site #rw-commerce .woocommerce-MyAccount-navigation, .rw-site #rw-commerce .woocommerce-MyAccount-content { float: none; width: 100%; }
  .rw-site #rw-commerce .woocommerce-MyAccount-navigation ul { display: flex; flex-wrap: wrap; gap: 6px 16px; padding-bottom: 14px; border-bottom: 1px solid #dce4e8; }
  .rw-site #rw-commerce .woocommerce-MyAccount-navigation li { border: 0; }
  .rw-site #rw-commerce .woocommerce-MyAccount-navigation a { padding: 8px 0; border: 0; border-bottom: 2px solid transparent; }
  .rw-site #rw-commerce .woocommerce-MyAccount-navigation .is-active a { border-bottom-color: #f2a323; background: transparent; }
}
@media (max-width: 600px) {
  .rw-site > main#rw-commerce.rw-commerce { padding: 28px 16px 56px !important; }
  .rw-site :is(.woocommerce-message,.woocommerce-info) { flex-direction: column; align-items: flex-start; gap: 12px; }
  .rw-site :is(.woocommerce-message,.woocommerce-info,.woocommerce-error) { padding: 14px 16px !important; }
  .rw-site :is(.woocommerce-message,.woocommerce-info,.woocommerce-error) .button,
  .rw-site #rw-product-detail :is(.woocommerce-message,.woocommerce-info,.woocommerce-error) .button { width: 100%; margin: 0 !important; }
  .rw-site #rw-commerce .coupon { flex-wrap: wrap; }
  .rw-site #rw-commerce .coupon input#coupon_code { flex-basis: 100%; }
  .rw-site #rw-commerce .coupon .button { width: 100%; }
  .rw-site #rw-commerce .woocommerce-order-overview { flex-direction: column; gap: 14px; }
  .rw-site #rw-commerce .woocommerce-order-overview li { padding: 0; border: 0; }
}
