/* 766 custom orderform v9 - standard_cart proportions repair */
/* 766_FORCE_LOADED_20260513_V9 */
:root {
  --766-bg: #f5f4f1;
  --766-surface: #fff;
  --766-line: #e4ddd6;
  --766-text: #303030;
  --766-muted: #66615d;
  --766-accent: #ff592c;
  --766-accent-hover: #ee471b;
  --766-summary: #5e5e5e;
  --766-radius: 10px;
  --766-radius-sm: 8px;
  --766-shadow: 0 8px 22px rgba(35, 31, 28, .055);
}
body.primary-bg-color,
body {
  background: var(--766-bg) !important;
  color: var(--766-text);
  font-family: Manrope, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#order-standard_cart,
#order-standard_cart p,
#order-standard_cart li,
#order-standard_cart label,
#order-standard_cart input,
#order-standard_cart select,
#order-standard_cart textarea,
#order-standard_cart .btn {
  font-family: inherit !important;
}
#order-standard_cart {
  font-size: 14px !important;
  line-height: 1.45 !important;
}
#order-standard_cart .header-lined {
  background: var(--766-surface);
  border: 1px solid var(--766-line);
  border-radius: var(--766-radius);
  padding: 22px 28px;
  margin: 0 0 22px;
  box-shadow: var(--766-shadow);
}
#order-standard_cart .header-lined h1,
#order-standard_cart .header-lined h1.font-size-36 {
  font-size: 30px !important;
  line-height: 1.2 !important;
  font-weight: 650 !important;
  margin: 0 0 6px !important;
  letter-spacing: 0 !important;
}
#order-standard_cart .header-lined p {
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: var(--766-muted);
  margin: 0 !important;
}
/* Sidebar */
#order-standard_cart .card-sidebar,
#order-standard_cart .cart-sidebar .panel,
#order-standard_cart .sidebar-collapsed .panel,
#order-standard_cart .sidebar-collapsed .card {
  background: var(--766-surface) !important;
  border: 1px solid var(--766-line) !important;
  border-radius: var(--766-radius) !important;
  box-shadow: var(--766-shadow);
  overflow: hidden;
}
#order-standard_cart .card-sidebar .card-header,
#order-standard_cart .cart-sidebar .panel-heading,
#order-standard_cart .sidebar-collapsed .card-header,
#order-standard_cart .sidebar-collapsed .panel-heading {
  background: var(--766-surface) !important;
  border-bottom: 1px solid #eee7e1 !important;
  padding: 13px 15px !important;
}
#order-standard_cart .card-sidebar .panel-title,
#order-standard_cart .cart-sidebar .panel-title,
#order-standard_cart .sidebar-collapsed .panel-title {
  font-size: 15px !important;
  font-weight: 650 !important;
  margin: 0 !important;
}
#order-standard_cart .card-sidebar .list-group,
#order-standard_cart .cart-sidebar .list-group {
  background: var(--766-surface) !important;
  padding: 10px !important;
}
#order-standard_cart .card-sidebar .list-group-item,
#order-standard_cart .cart-sidebar .list-group-item {
  border: 0 !important;
  border-radius: var(--766-radius-sm) !important;
  background: #f8f5f2 !important;
  color: #45413d !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 10px 12px !important;
  margin-bottom: 6px !important;
}
#order-standard_cart .card-sidebar .list-group-item.active,
#order-standard_cart .cart-sidebar .list-group-item.active {
  background: var(--766-accent) !important;
  color: #fff !important;
  box-shadow: 0 6px 14px rgba(255, 89, 44, .18);
}
/* Product list: keep official standard_cart 60/40 layout, only restyle lightly */
#order-standard_cart .products .row {
  margin-left: -12px;
  margin-right: -12px;
}
#order-standard_cart .products .col-md-6 {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px !important;
}
#order-standard_cart .products .product {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 1px 0 10px 0 !important;
  margin: 0 !important;
  background: var(--766-surface) !important;
  border: 1px solid var(--766-line) !important;
  border-radius: var(--766-radius) !important;
  box-shadow: var(--766-shadow) !important;
  overflow: hidden;
}
#order-standard_cart .products .product header {
  display: block !important;
  min-height: auto !important;
  padding: 13px 18px !important;
  margin: 0 !important;
  background: #fff !important;
  border-bottom: 1px solid #f0ebe6 !important;
  border-radius: var(--766-radius) var(--766-radius) 0 0 !important;
}
#order-standard_cart .products .product header span:first-child,
#order-standard_cart .products .product header span[id$='-name'] {
  font-size: 18px !important;
  line-height: 1.28 !important;
  font-weight: 650 !important;
  color: #2f2f2f !important;
  letter-spacing: 0 !important;
}
#order-standard_cart .products .product header .qty {
  float: right !important;
  font-size: 12px !important;
  font-style: italic;
  color: #777 !important;
}
#order-standard_cart .products .product div.product-desc {
  float: left !important;
  width: 60% !important;
  padding: 12px 16px 8px !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
  color: #3a3a3a !important;
  flex: none !important;
}
#order-standard_cart .products .product div.product-desc p,
#order-standard_cart .products .product div.product-desc ul {
  margin: 0 !important;
  padding-left: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
#order-standard_cart .products .product div.product-desc strong {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 650 !important;
}
#order-standard_cart .products .product div.product-desc li {
  font-size: inherit !important;
  line-height: 1.45 !important;
  margin-bottom: 3px !important;
}
#order-standard_cart .products .product footer {
  float: right !important;
  display: block !important;
  width: 40% !important;
  margin: 16px 0 10px !important;
  padding: 6px 14px !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  text-align: center !important;
  border-top: 0 !important;
}
#order-standard_cart .products .product div.product-pricing {
  margin-bottom: 9px !important;
  text-align: center !important;
  color: #6b6661 !important;
}
#order-standard_cart .products .product div.product-pricing span.price {
  display: inline !important;
  font-size: 22px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
  color: #292929 !important;
  letter-spacing: 0 !important;
}
#order-standard_cart .btn-order-now,
#order-standard_cart .products .product footer .btn {
  min-width: 108px !important;
  min-height: 0 !important;
  padding: 8px 14px !important;
  border-radius: 7px !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
#order-standard_cart .btn,
#order-standard_cart .btn-primary,
#order-standard_cart .btn-success,
.btn-primary,
.btn-success {
  background: var(--766-accent) !important;
  border-color: var(--766-accent) !important;
  color: #fff !important;
  border-radius: 7px !important;
  box-shadow: none !important;
}
#order-standard_cart .btn:hover,
#order-standard_cart .btn-primary:hover,
#order-standard_cart .btn-success:hover,
.btn-primary:hover,
.btn-success:hover {
  background: var(--766-accent-hover) !important;
  border-color: var(--766-accent-hover) !important;
  color: #fff !important;
}
/* Configure product */
#order-standard_cart .secondary-cart-body > p,
#order-standard_cart .cart-body > p {
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: #444 !important;
}
#order-standard_cart .product-info {
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 12px 0 14px !important;
  margin-bottom: 18px !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  color: #3c3c3c !important;
}
#order-standard_cart .product-info .product-title {
  font-size: 20px !important;
  line-height: 1.28 !important;
  font-weight: 650 !important;
  margin: 0 0 8px !important;
  color: #2f2f2f !important;
}
#order-standard_cart .product-info p:not(.product-title),
#order-standard_cart .product-info li,
#order-standard_cart .product-info strong {
  font-size: 13px !important;
  line-height: 1.45 !important;
}
#order-standard_cart .product-info strong { font-weight: 650 !important; }
#order-standard_cart .sub-heading {
  margin: 24px 0 16px !important;
  border-top: 1px solid #ded8d2 !important;
  text-align: center !important;
}
#order-standard_cart .sub-heading span.primary-bg-color,
#order-standard_cart .sub-heading span {
  display: inline-block !important;
  position: relative;
  top: -12px;
  padding: 0 16px !important;
  background: var(--766-bg) !important;
  color: #333 !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;
}
#order-standard_cart .field-container,
#order-standard_cart .form-control,
#order-standard_cart .custom-select,
#order-standard_cart select.field,
#order-standard_cart textarea.field,
#order-standard_cart .field.form-control {
  border-radius: 7px !important;
  font-size: 14px !important;
  min-height: 40px !important;
  line-height: 1.4 !important;
}
#order-standard_cart .form-group label,
#order-standard_cart label {
  font-size: 14px !important;
  line-height: 1.35 !important;
  color: #59534e !important;
  font-weight: 500 !important;
}
/* Order summary: grey title, readable hierarchy */
#order-standard_cart .order-summary {
  background: #fff !important;
  border: 1px solid var(--766-line) !important;
  border-radius: var(--766-radius) !important;
  box-shadow: var(--766-shadow) !important;
  overflow: hidden;
  font-size: 13px !important;
  line-height: 1.4 !important;
}
#order-standard_cart .order-summary h2,
#order-standard_cart #orderSummary .order-summary > h2 {
  margin: 0 0 12px !important;
  padding: 15px 18px !important;
  background: var(--766-summary) !important;
  color: #fff !important;
  border-radius: var(--766-radius) var(--766-radius) 0 0 !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 650 !important;
  text-align: center !important;
}
#order-standard_cart .summary-container {
  padding: 0 16px 16px !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}
#order-standard_cart .summary-container .product-name {
  display: block;
  font-size: 17px !important;
  line-height: 1.3 !important;
  font-weight: 650 !important;
  margin-bottom: 3px !important;
}
#order-standard_cart .summary-container .product-group {
  display: block;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-style: italic;
  margin-bottom: 10px !important;
  color: #555 !important;
}
#order-standard_cart .summary-container .clearfix {
  font-size: 13px !important;
  line-height: 1.45 !important;
  margin: 4px 0 !important;
}
#order-standard_cart .summary-totals {
  margin-top: 10px !important;
  padding-top: 10px !important;
  border-top: 1px solid #ddd6cf !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}
#order-standard_cart .total-due-today {
  text-align: right !important;
  margin-top: 14px !important;
  font-size: 13px !important;
  color: #333 !important;
}
#order-standard_cart .total-due-today .amt {
  display: block !important;
  font-size: 30px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
  color: #2d2d2d !important;
  margin-bottom: 3px !important;
}
#order-standard_cart .secondary-cart-sidebar .btn-checkout,
#order-standard_cart .secondary-cart-sidebar .btn,
#order-standard_cart .order-summary + .text-center .btn,
#order-standard_cart .cart-body .btn-lg {
  font-size: 15px !important;
  padding: 10px 22px !important;
  border-radius: 7px !important;
}
/* View cart */
#order-standard_cart .view-cart-items-header {
  background: var(--766-accent) !important;
  color: #fff !important;
  border-radius: var(--766-radius) var(--766-radius) 0 0 !important;
  padding: 13px 18px !important;
}
#order-standard_cart .view-cart-items-header * { color: #fff !important; }
#order-standard_cart .view-cart-items {
  border-radius: 0 0 var(--766-radius) var(--766-radius) !important;
  border: 1px solid var(--766-line) !important;
  border-top: 0 !important;
  background: #fff !important;
  overflow: hidden;
}
#order-standard_cart .view-cart-items .item {
  padding: 16px 18px !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}
#order-standard_cart .view-cart-items .item-title {
  font-size: 17px !important;
  font-weight: 650 !important;
  line-height: 1.3 !important;
}
#order-standard_cart .view-cart-items .item-price span,
#order-standard_cart .view-cart-items .item-price {
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
}
#order-standard_cart .view-cart-items .item-qty input {
  max-width: 72px !important;
  height: 38px !important;
  font-size: 14px !important;
}
#order-standard_cart .view-cart-items .btn {
  font-size: 13px !important;
  padding: 8px 14px !important;
}
#order-standard_cart .empty-cart .btn,
#order-standard_cart .btn-empty-cart {
  background: #005b85 !important;
  border-color: #005b85 !important;
}
#order-standard_cart .secondary-cart-sidebar .alert.alert-warning.info-text-sm,
#order-standard_cart .alert.alert-warning.info-text-sm {
  display: none !important;
}
#paymentGatewaysContainer .gm-pay-logo { display: none !important; }
/* Checkout sections: keep readable, not oversized */
#order-standard_cart .checkout-security-msg,
#order-standard_cart .prepend-icon,
#order-standard_cart .payment-methods {
  font-size: 14px !important;
  line-height: 1.45 !important;
}
#order-standard_cart .payment-methods label,
#order-standard_cart .payment-methods .radio-inline {
  font-size: 14px !important;
}
/* Responsiveness */
@media (max-width: 1199.98px) {
  #order-standard_cart .products .product header span:first-child,
  #order-standard_cart .products .product header span[id$='-name'] { font-size: 17px !important; }
  #order-standard_cart .products .product div.product-desc { font-size: 12px !important; padding-right: 10px !important; }
  #order-standard_cart .products .product div.product-pricing span.price { font-size: 20px !important; }
  #order-standard_cart .btn-order-now { min-width: 100px !important; padding: 7px 12px !important; }
}
@media (max-width: 767.98px) {
  #order-standard_cart .header-lined { padding: 18px 20px; }
  #order-standard_cart .header-lined h1,
  #order-standard_cart .header-lined h1.font-size-36 { font-size: 24px !important; }
  #order-standard_cart .products .product div.product-desc,
  #order-standard_cart .products .product footer {
    float: none !important;
    width: 100% !important;
  }
  #order-standard_cart .products .product footer {
    margin: 6px 0 10px !important;
    padding: 12px 16px !important;
    border-top: 1px solid #f0ebe6 !important;
    text-align: left !important;
  }
  #order-standard_cart .products .product div.product-pricing {
    display: inline-block;
    margin-right: 12px !important;
    margin-bottom: 0 !important;
    vertical-align: middle;
  }
  #order-standard_cart .products .product .btn-order-now {
    vertical-align: middle;
  }
  #order-standard_cart .total-due-today .amt { font-size: 26px !important; }
}

/* 766 custom orderform v10 - compact cart/product tuning */
/* 766_FORCE_LOADED_20260513_V10 */
html body #order-standard_cart {
  font-size: 14px !important;
  line-height: 1.48 !important;
}

/* Product cards: keep official left-description/right-price layout, reduce bulk */
html body #order-standard_cart .products .product {
  position: relative !important;
  padding-bottom: 0 !important;
  min-height: 315px !important;
}
html body #order-standard_cart .products .product header {
  padding: 14px 18px !important;
}
html body #order-standard_cart .products .product header span:first-child,
html body #order-standard_cart .products .product header span[id$='-name'] {
  font-size: 19px !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;
}
html body #order-standard_cart .products .product div.product-desc {
  width: 64% !important;
  padding: 18px 18px 22px 20px !important;
  font-size: 12.5px !important;
  line-height: 1.62 !important;
  color: #383838 !important;
}
html body #order-standard_cart .products .product div.product-desc,
html body #order-standard_cart .products .product div.product-desc p,
html body #order-standard_cart .products .product div.product-desc ul,
html body #order-standard_cart .products .product div.product-desc li,
html body #order-standard_cart .products .product div.product-desc span,
html body #order-standard_cart .products .product div.product-desc a,
html body #order-standard_cart .products .product div.product-desc strong,
html body #order-standard_cart .products .product div.product-desc i {
  font-size: 12.5px !important;
  line-height: 1.62 !important;
}
html body #order-standard_cart .products .product div.product-desc strong {
  font-weight: 600 !important;
}
html body #order-standard_cart .products .product footer {
  width: 36% !important;
  margin: 0 !important;
  padding: 24px 18px 18px 10px !important;
  text-align: center !important;
}
html body #order-standard_cart .products .product div.product-pricing span.price {
  font-size: 20px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
}
html body #order-standard_cart .products .product footer .btn-order-now {
  min-width: 112px !important;
  padding: 8px 14px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  border-radius: 7px !important;
}

/* Configure product page: product description readable but not oversized */
html body #order-standard_cart .product-info {
  padding: 18px 24px 20px !important;
  margin-bottom: 20px !important;
  background: #fff !important;
}
html body #order-standard_cart .product-info .product-title,
html body #order-standard_cart .product-info h2,
html body #order-standard_cart .product-info h3 {
  font-size: 22px !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;
  margin-bottom: 10px !important;
}
html body #order-standard_cart .product-info,
html body #order-standard_cart .product-info p,
html body #order-standard_cart .product-info li,
html body #order-standard_cart .product-info span,
html body #order-standard_cart .product-info a,
html body #order-standard_cart .product-info i,
html body #order-standard_cart .product-info strong {
  font-size: 13px !important;
  line-height: 1.6 !important;
}
html body #order-standard_cart .product-info strong { font-weight: 600 !important; }
html body #order-standard_cart .secondary-cart-body > p,
html body #order-standard_cart .cart-body > p {
  font-size: 13px !important;
  line-height: 1.55 !important;
}

/* Section headings: avoid overlap with following fields */
html body #order-standard_cart .sub-heading {
  margin: 28px 0 28px !important;
}
html body #order-standard_cart .sub-heading span.primary-bg-color,
html body #order-standard_cart .sub-heading span {
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;
  top: -11px !important;
  padding: 0 15px !important;
}
html body #order-standard_cart .sub-heading + p,
html body #order-standard_cart .sub-heading + div,
html body #order-standard_cart .sub-heading + .form-group {
  margin-top: 8px !important;
}
html body #order-standard_cart .form-group {
  margin-bottom: 18px !important;
}
html body #order-standard_cart .form-group label,
html body #order-standard_cart label {
  font-size: 13px !important;
  line-height: 1.45 !important;
}
html body #order-standard_cart .form-control,
html body #order-standard_cart .custom-select,
html body #order-standard_cart select.field,
html body #order-standard_cart textarea.field,
html body #order-standard_cart .field.form-control {
  font-size: 13.5px !important;
  min-height: 38px !important;
}

/* Cart review page: shrink oversized controls and prices */
html body #order-standard_cart .view-cart-items-header {
  padding: 11px 16px !important;
  font-size: 14px !important;
}
html body #order-standard_cart .view-cart-items .item,
html body #order-standard_cart .view-cart-items .item p,
html body #order-standard_cart .view-cart-items .item span,
html body #order-standard_cart .view-cart-items .item div,
html body #order-standard_cart .view-cart-items .item small,
html body #order-standard_cart .view-cart-items .item strong,
html body #order-standard_cart .view-cart-items .item a {
  font-size: 13px !important;
  line-height: 1.45 !important;
}
html body #order-standard_cart .view-cart-items .item-title,
html body #order-standard_cart .view-cart-items .item-title * {
  font-size: 17px !important;
  line-height: 1.3 !important;
  font-weight: 650 !important;
}
html body #order-standard_cart .view-cart-items .item-price,
html body #order-standard_cart .view-cart-items .item-price span,
html body #order-standard_cart .view-cart-items .item-price .cycle,
html body #order-standard_cart .view-cart-items .item-price .price {
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
}
html body #order-standard_cart .view-cart-items .item-qty input {
  width: 64px !important;
  max-width: 64px !important;
  height: 36px !important;
  font-size: 13px !important;
}
html body #order-standard_cart .view-cart-items .btn,
html body #order-standard_cart .btn-empty-cart,
html body #order-standard_cart .empty-cart .btn {
  font-size: 13px !important;
  line-height: 1.2 !important;
  padding: 7px 12px !important;
  border-radius: 7px !important;
  min-height: 0 !important;
}
html body #order-standard_cart .prepend-icon .field,
html body #order-standard_cart .prepend-icon .btn,
html body #order-standard_cart .view-cart-tabs .btn,
html body #order-standard_cart .btn-block {
  font-size: 13px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  min-height: 0 !important;
}

/* Order summary: compact readable hierarchy */
html body #order-standard_cart .order-summary h2,
html body #order-standard_cart #orderSummary .order-summary > h2 {
  font-size: 20px !important;
  line-height: 1.2 !important;
  padding: 14px 18px !important;
}
html body #order-standard_cart .summary-container,
html body #order-standard_cart .summary-container * {
  font-size: 13px !important;
  line-height: 1.5 !important;
}
html body #order-standard_cart .summary-container .product-name,
html body #order-standard_cart .summary-container .product-name * {
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 650 !important;
}
html body #order-standard_cart .summary-container .product-group,
html body #order-standard_cart .summary-container .product-group * {
  font-size: 13px !important;
  line-height: 1.35 !important;
}
html body #order-standard_cart .total-due-today .amt {
  font-size: 28px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
}
html body #order-standard_cart .total-due-today span:not(.amt) {
  font-size: 13px !important;
  line-height: 1.35 !important;
}
html body #order-standard_cart .secondary-cart-sidebar .btn-checkout,
html body #order-standard_cart .secondary-cart-sidebar .btn,
html body #order-standard_cart .order-summary + .text-center .btn,
html body #order-standard_cart #checkout.btn-checkout {
  font-size: 14px !important;
  line-height: 1.2 !important;
  padding: 9px 20px !important;
  border-radius: 7px !important;
  min-width: 118px !important;
  max-width: 150px !important;
  min-height: 0 !important;
}
html body #order-standard_cart #continueShopping.btn-continue-shopping {
  font-size: 13px !important;
  padding: 6px 10px !important;
  min-width: 0 !important;
  max-width: none !important;
}

@media (max-width: 991.98px) {
  html body #order-standard_cart .products .product { min-height: 0 !important; }
  html body #order-standard_cart .products .product div.product-desc,
  html body #order-standard_cart .products .product footer {
    float: none !important;
    width: 100% !important;
  }
  html body #order-standard_cart .products .product footer {
    padding: 12px 18px 16px !important;
    border-top: 1px solid #f0ebe6 !important;
    text-align: left !important;
  }
  html body #order-standard_cart .products .product div.product-pricing {
    display: inline-block !important;
    min-width: 130px !important;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
    vertical-align: middle !important;
  }
  html body #order-standard_cart .products .product footer .btn-order-now {
    vertical-align: middle !important;
  }
}
@media (max-width: 767.98px) {
  html body #order-standard_cart .products .product header span:first-child,
  html body #order-standard_cart .products .product header span[id$='-name'] { font-size: 18px !important; }
  html body #order-standard_cart .products .product div.product-desc,
  html body #order-standard_cart .products .product div.product-desc * { font-size: 12.3px !important; line-height: 1.65 !important; }
  html body #order-standard_cart .product-info,
  html body #order-standard_cart .product-info * { font-size: 12.8px !important; line-height: 1.62 !important; }
  html body #order-standard_cart .product-info .product-title,
  html body #order-standard_cart .product-info h2,
  html body #order-standard_cart .product-info h3 { font-size: 20px !important; }
  html body #order-standard_cart .total-due-today .amt { font-size: 24px !important; }
}

/* 766 v11 - mobile/sidebar/action button balance fixes */
/* Product cards: keep mobile pricing/action centered and reduce vertical stretch */
@media (max-width: 767.98px) {
  html body #order-standard_cart .products .product footer {
    text-align: center !important;
    padding: 12px 14px 15px !important;
  }
  html body #order-standard_cart .products .product div.product-pricing {
    display: inline-block !important;
    min-width: 116px !important;
    margin: 0 10px 0 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
  }
  html body #order-standard_cart .products .product div.product-pricing span.price {
    font-size: 19px !important;
    line-height: 1.12 !important;
    font-weight: 500 !important;
  }
  html body #order-standard_cart .products .product .btn-order-now {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 118px !important;
    max-width: 150px !important;
    padding: 8px 14px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    vertical-align: middle !important;
  }
}

/* Configure product page: when the order summary drops below, center it and keep it readable */
@media (max-width: 991.98px) {
  html body #order-standard_cart .secondary-cart-sidebar,
  html body #order-standard_cart .cart-sidebar.secondary-cart-sidebar {
    margin-top: 22px !important;
    text-align: center !important;
  }
  html body #order-standard_cart .secondary-cart-sidebar .order-summary,
  html body #order-standard_cart #orderSummary .order-summary {
    width: 100% !important;
    max-width: 430px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left !important;
  }
  html body #order-standard_cart .secondary-cart-sidebar .order-summary + .text-center,
  html body #order-standard_cart .secondary-cart-sidebar .text-center {
    text-align: center !important;
  }
}

/* Order summary hierarchy: make amount readable but not oversized */
html body #order-standard_cart .total-due-today .amt {
  font-size: 30px !important;
  line-height: 1.12 !important;
  letter-spacing: -.01em !important;
}
html body #order-standard_cart .summary-container,
html body #order-standard_cart .summary-container * {
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

/* Configure continue button: slightly larger than normal buttons, but not huge */
html body #order-standard_cart .secondary-cart-sidebar .btn-checkout,
html body #order-standard_cart .order-summary + .text-center .btn,
html body #order-standard_cart #btnCompleteProductConfig,
html body #order-standard_cart button[type="submit"].btn-primary,
html body #order-standard_cart a.btn.btn-primary.btn-lg {
  font-size: 15px !important;
  line-height: 1.25 !important;
  padding: 10px 24px !important;
  min-width: 132px !important;
  max-width: 180px !important;
  border-radius: 8px !important;
}

/* View cart: shrink edit/update/remove controls without affecting checkout CTA */
html body #order-standard_cart .view-cart-items .item a.btn:not(.btn-checkout),
html body #order-standard_cart .view-cart-items .item button.btn:not(.btn-checkout),
html body #order-standard_cart .view-cart-items .item .btn-sm,
html body #order-standard_cart .view-cart-items .item .btn-link,
html body #order-standard_cart .view-cart-items button[name="updatecart"] {
  font-size: 12.5px !important;
  padding: 6px 11px !important;
  min-width: 0 !important;
  border-radius: 7px !important;
}
html body #order-standard_cart .view-cart-items .item .btn .fa,
html body #order-standard_cart .view-cart-items .item .btn .fas,
html body #order-standard_cart .view-cart-items .item .btn .far {
  font-size: .95em !important;
}

/* View cart checkout area: checkout is primary, continue shopping stays secondary and separated */
html body #order-standard_cart .secondary-cart-sidebar .btn-checkout,
html body #order-standard_cart #checkout.btn-checkout,
html body #order-standard_cart a.btn-checkout {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 15px !important;
  padding: 11px 28px !important;
  min-width: 150px !important;
  max-width: 190px !important;
  border-radius: 8px !important;
}
html body #order-standard_cart #continueShopping,
html body #order-standard_cart .btn-continue-shopping {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 10px !important;
  margin-left: 0 !important;
  font-size: 12.5px !important;
  padding: 7px 14px !important;
  min-width: 120px !important;
  max-width: 150px !important;
  border-radius: 7px !important;
}

/* Coupon verification is a secondary action, not a full-size primary CTA */
html body #order-standard_cart .view-cart-tabs .btn,
html body #order-standard_cart .prepend-icon .btn,
html body #order-standard_cart button#validatePromoCode {
  font-size: 13px !important;
  padding: 8px 14px !important;
  min-height: 38px !important;
  border-radius: 7px !important;
}

@media (max-width: 575.98px) {
  html body #order-standard_cart .products .product div.product-pricing { min-width: 102px !important; }
  html body #order-standard_cart .products .product .btn-order-now { min-width: 112px !important; padding: 8px 12px !important; }
  html body #order-standard_cart .total-due-today .amt { font-size: 26px !important; }
  html body #order-standard_cart .secondary-cart-sidebar .btn-checkout,
  html body #order-standard_cart #checkout.btn-checkout,
  html body #order-standard_cart a.btn-checkout { min-width: 146px !important; font-size: 14px !important; }
}

/* 766 v12 - final proportion and wording polish */
/* 766_FORCE_LOADED_20260513_V12 */
:root {
  --766-radius: 8px;
  --766-radius-sm: 6px;
}

/* Product list: official-like compact card with right price/action column */
@media (min-width: 768px) {
  html body #order-standard_cart .products .product {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 185px !important;
    grid-template-areas: "head head" "desc action" !important;
    align-items: stretch !important;
    min-height: 0 !important;
    padding: 0 !important;
  }
  html body #order-standard_cart .products .product header {
    grid-area: head !important;
  }
  html body #order-standard_cart .products .product div.product-desc {
    grid-area: desc !important;
    float: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 18px 18px 22px 22px !important;
    font-size: 12.6px !important;
    line-height: 1.72 !important;
  }
  html body #order-standard_cart .products .product footer {
    grid-area: action !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 18px 18px 18px 10px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    border-top: 0 !important;
    text-align: center !important;
  }
}

html body #order-standard_cart .products .product header span:first-child,
html body #order-standard_cart .products .product header span[id$='-name'] {
  font-size: 17px !important;
  line-height: 1.28 !important;
}
html body #order-standard_cart .products .product div.product-desc,
html body #order-standard_cart .products .product div.product-desc p,
html body #order-standard_cart .products .product div.product-desc ul,
html body #order-standard_cart .products .product div.product-desc li,
html body #order-standard_cart .products .product div.product-desc span,
html body #order-standard_cart .products .product div.product-desc a,
html body #order-standard_cart .products .product div.product-desc strong,
html body #order-standard_cart .products .product div.product-desc i {
  font-size: 12.6px !important;
  line-height: 1.72 !important;
}
html body #order-standard_cart .products .product div.product-desc strong {
  font-weight: 600 !important;
}
html body #order-standard_cart .products .product div.product-pricing {
  margin: 0 0 9px !important;
  text-align: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 4px 6px !important;
  color: #66615d !important;
}
html body #order-standard_cart .products .product div.product-pricing .pricing-cycle,
html body #order-standard_cart .products .product div.product-pricing .pricing-starting {
  font-size: 12px !important;
  color: #6b6661 !important;
  line-height: 1.2 !important;
}
html body #order-standard_cart .products .product div.product-pricing span.price {
  font-size: 18px !important;
  line-height: 1.12 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}
html body #order-standard_cart .products .product footer .btn-order-now {
  min-width: 106px !important;
  max-width: 132px !important;
  font-size: 12.8px !important;
  line-height: 1.2 !important;
  padding: 7px 12px !important;
  border-radius: 7px !important;
}

/* Mobile product cards: keep action centered and compact */
@media (max-width: 767.98px) {
  html body #order-standard_cart .products .product div.product-desc {
    padding: 18px 22px 20px !important;
    font-size: 12.5px !important;
    line-height: 1.75 !important;
  }
  html body #order-standard_cart .products .product div.product-desc,
  html body #order-standard_cart .products .product div.product-desc * {
    font-size: 12.5px !important;
    line-height: 1.75 !important;
  }
  html body #order-standard_cart .products .product footer {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    padding: 13px 16px 16px !important;
    text-align: center !important;
  }
  html body #order-standard_cart .products .product div.product-pricing {
    min-width: 96px !important;
    margin: 0 !important;
  }
  html body #order-standard_cart .products .product div.product-pricing span.price {
    font-size: 17px !important;
  }
  html body #order-standard_cart .products .product .btn-order-now {
    min-width: 108px !important;
    max-width: 126px !important;
    padding: 7px 11px !important;
    font-size: 12.6px !important;
  }
}

/* Configure page: product text/summary balance */
html body #order-standard_cart .secondary-cart-body > p,
html body #order-standard_cart .cart-body > p {
  font-size: 13px !important;
  line-height: 1.45 !important;
  margin-bottom: 14px !important;
}
html body #order-standard_cart .product-info {
  padding: 14px 18px 16px !important;
  font-size: 12.7px !important;
  line-height: 1.7 !important;
  overflow: hidden !important;
}
html body #order-standard_cart .product-info,
html body #order-standard_cart .product-info p,
html body #order-standard_cart .product-info li,
html body #order-standard_cart .product-info span,
html body #order-standard_cart .product-info strong,
html body #order-standard_cart .product-info a,
html body #order-standard_cart .product-info i {
  font-size: 12.7px !important;
  line-height: 1.7 !important;
}
html body #order-standard_cart .product-info .product-title,
html body #order-standard_cart .product-info h2,
html body #order-standard_cart .product-info h3 {
  font-size: 19px !important;
  line-height: 1.3 !important;
  font-weight: 650 !important;
  margin-bottom: 8px !important;
}
html body #order-standard_cart .sub-heading {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}
html body #order-standard_cart .sub-heading span,
html body #order-standard_cart .sub-heading-borderless span {
  top: -10px !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  padding: 0 18px !important;
}
html body #order-standard_cart .sub-heading span small {
  display: block !important;
  margin-top: 4px !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
}
html body #order-standard_cart .field-container {
  margin-top: 6px !important;
  margin-bottom: 24px !important;
}
html body #order-standard_cart .field-help-text {
  display: block !important;
  margin-top: 6px !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  color: #777 !important;
}
html body #order-standard_cart .form-control,
html body #order-standard_cart .custom-select,
html body #order-standard_cart select.field,
html body #order-standard_cart textarea.field,
html body #order-standard_cart .field.form-control {
  font-size: 13px !important;
  min-height: 36px !important;
  padding: 7px 11px !important;
}
html body #order-standard_cart .secondary-cart-sidebar .btn-checkout,
html body #order-standard_cart .order-summary + .text-center .btn,
html body #order-standard_cart #btnCompleteProductConfig,
html body #order-standard_cart button[type="submit"].btn-primary,
html body #order-standard_cart a.btn.btn-primary.btn-lg {
  font-size: 14px !important;
  padding: 10px 24px !important;
  min-width: 134px !important;
  max-width: 180px !important;
}

/* Order summary: readable, not giant */
html body #order-standard_cart .order-summary h2,
html body #order-standard_cart #orderSummary .order-summary > h2 {
  font-size: 18px !important;
  line-height: 1.22 !important;
  padding: 13px 16px !important;
}
html body #order-standard_cart .summary-container,
html body #order-standard_cart .summary-container * {
  font-size: 12.6px !important;
  line-height: 1.45 !important;
}
html body #order-standard_cart .summary-container .product-name,
html body #order-standard_cart .summary-container .product-name * {
  font-size: 15px !important;
  line-height: 1.28 !important;
}
html body #order-standard_cart .total-due-today .amt {
  font-size: 26px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
}
html body #order-standard_cart .total-due-today span:not(.amt) {
  font-size: 12px !important;
}

/* View cart: smaller edit/update, X away from card edge, checkout/continue separated */
html body #order-standard_cart .view-cart-items .item-title .btn,
html body #order-standard_cart .view-cart-items .item .btn-xs,
html body #order-standard_cart .view-cart-items button[name="updatecart"] {
  font-size: 11.5px !important;
  padding: 5px 8px !important;
  min-width: 0 !important;
  border-radius: 6px !important;
}
html body #order-standard_cart .view-cart-items .item-qty input {
  width: 60px !important;
  max-width: 60px !important;
  height: 34px !important;
  font-size: 12.5px !important;
}
html body #order-standard_cart .view-cart-items .item-price,
html body #order-standard_cart .view-cart-items .item-price span,
html body #order-standard_cart .view-cart-items .item-price .cycle,
html body #order-standard_cart .view-cart-items .item-price .price {
  font-size: 15px !important;
  line-height: 1.25 !important;
}
html body #order-standard_cart .view-cart-items .item > .row > div:last-child {
  padding-right: 18px !important;
  text-align: center !important;
}
html body #order-standard_cart .view-cart-items .btn-remove-from-cart {
  width: 28px !important;
  height: 28px !important;
  padding: 4px !important;
  margin-right: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
html body #order-standard_cart .view-cart-tabs .btn,
html body #order-standard_cart .prepend-icon .btn,
html body #order-standard_cart button#validatePromoCode {
  font-size: 12.5px !important;
  padding: 7px 13px !important;
  min-height: 34px !important;
}
html body #order-standard_cart #checkout.btn-checkout,
html body #order-standard_cart a.btn-checkout {
  font-size: 14px !important;
  padding: 10px 28px !important;
  min-width: 150px !important;
  max-width: 190px !important;
}
html body #order-standard_cart #continueShopping,
html body #order-standard_cart .btn-continue-shopping {
  margin-top: 12px !important;
  font-size: 12.3px !important;
  padding: 7px 14px !important;
  min-width: 112px !important;
  max-width: 150px !important;
}

@media (max-width: 575.98px) {
  html body #order-standard_cart .total-due-today .amt { font-size: 24px !important; }
  html body #order-standard_cart .summary-container,
  html body #order-standard_cart .summary-container * { font-size: 12.3px !important; }
  html body #order-standard_cart .sub-heading span,
  html body #order-standard_cart .sub-heading-borderless span { font-size: 14px !important; }
}



/* 766 v13 - standard pricing/order/cart/modal balance */
/* 766_FORCE_LOADED_20260513_V13 */

/* Product list: use the official visual order again: starting-from -> price -> cycle.
   Keep the right column compact so the left description does not look cramped. */
@media (min-width: 768px) {
  html body #order-standard_cart .products .product {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 174px !important;
    grid-template-areas: "head head" "desc action" !important;
    align-items: stretch !important;
    min-height: 0 !important;
  }
  html body #order-standard_cart .products .product div.product-desc {
    grid-area: desc !important;
    float: none !important;
    width: auto !important;
    padding: 16px 20px 18px 22px !important;
  }
  html body #order-standard_cart .products .product footer {
    grid-area: action !important;
    float: none !important;
    width: auto !important;
    padding: 16px 16px 16px 6px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
}
html body #order-standard_cart .products .product header span:first-child,
html body #order-standard_cart .products .product header span[id$='-name'] {
  font-size: 18px !important;
  font-weight: 650 !important;
}
html body #order-standard_cart .products .product div.product-desc,
html body #order-standard_cart .products .product div.product-desc p,
html body #order-standard_cart .products .product div.product-desc ul,
html body #order-standard_cart .products .product div.product-desc li,
html body #order-standard_cart .products .product div.product-desc span,
html body #order-standard_cart .products .product div.product-desc a,
html body #order-standard_cart .products .product div.product-desc strong,
html body #order-standard_cart .products .product div.product-desc i {
  font-size: 12.5px !important;
  line-height: 1.62 !important;
}
html body #order-standard_cart .products .product div.product-desc strong {
  font-weight: 600 !important;
}
html body #order-standard_cart .products .product div.product-pricing {
  display: block !important;
  min-width: 0 !important;
  margin: 0 0 10px !important;
  color: #66615d !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  text-align: center !important;
}
html body #order-standard_cart .products .product div.product-pricing span.price {
  display: inline-block !important;
  font-size: 19px !important;
  line-height: 1.12 !important;
  font-weight: 500 !important;
  color: #292929 !important;
}
html body #order-standard_cart .products .product footer .btn-order-now {
  min-width: 106px !important;
  max-width: 130px !important;
  padding: 7px 12px !important;
  font-size: 12.8px !important;
}

/* Mobile product card action: keep price/button centered below description. */
@media (max-width: 767.98px) {
  html body #order-standard_cart .products .product footer {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    padding: 12px 16px 16px !important;
    text-align: center !important;
  }
  html body #order-standard_cart .products .product div.product-pricing {
    margin: 0 !important;
    min-width: 94px !important;
  }
  html body #order-standard_cart .products .product div.product-pricing span.price {
    font-size: 18px !important;
  }
  html body #order-standard_cart .products .product footer .btn-order-now {
    min-width: 112px !important;
    max-width: 132px !important;
    font-size: 12.8px !important;
    padding: 8px 12px !important;
  }
}

/* Configure page: reduce dense product description and make order preview readable. */
html body #order-standard_cart .product-info {
  padding: 16px 22px 18px !important;
}
html body #order-standard_cart .product-info,
html body #order-standard_cart .product-info p,
html body #order-standard_cart .product-info li,
html body #order-standard_cart .product-info span,
html body #order-standard_cart .product-info strong,
html body #order-standard_cart .product-info a,
html body #order-standard_cart .product-info i {
  font-size: 12.4px !important;
  line-height: 1.56 !important;
}
html body #order-standard_cart .product-info .product-title,
html body #order-standard_cart .product-info h2,
html body #order-standard_cart .product-info h3 {
  font-size: 18px !important;
  line-height: 1.3 !important;
  margin-bottom: 8px !important;
}
html body #order-standard_cart .secondary-cart-body > p,
html body #order-standard_cart .cart-body > p {
  font-size: 13px !important;
  line-height: 1.45 !important;
}
html body #order-standard_cart .order-summary h2,
html body #order-standard_cart #orderSummary .order-summary > h2 {
  font-size: 18px !important;
}
html body #order-standard_cart .summary-container,
html body #order-standard_cart .summary-container * {
  font-size: 12.5px !important;
  line-height: 1.48 !important;
}
html body #order-standard_cart .summary-container .product-name,
html body #order-standard_cart .summary-container .product-name * {
  font-size: 15px !important;
}
html body #order-standard_cart .total-due-today .amt {
  font-size: 27px !important;
}
html body #order-standard_cart .secondary-cart-sidebar .btn-checkout,
html body #order-standard_cart .order-summary + .text-center .btn,
html body #order-standard_cart #btnCompleteProductConfig,
html body #order-standard_cart button[type="submit"].btn-primary,
html body #order-standard_cart a.btn.btn-primary.btn-lg {
  font-size: 14.5px !important;
  padding: 10px 26px !important;
  min-width: 146px !important;
}

/* View cart: make edit/update/remove smaller, put the X away from the edge. */
html body #order-standard_cart .view-cart-items .item-title .btn,
html body #order-standard_cart .view-cart-items .item .btn-xs,
html body #order-standard_cart .view-cart-items button[name="updatecart"] {
  font-size: 11px !important;
  padding: 4px 7px !important;
  line-height: 1.2 !important;
  min-width: 0 !important;
}
html body #order-standard_cart .view-cart-items .item-qty input {
  width: 58px !important;
  max-width: 58px !important;
  height: 33px !important;
}
html body #order-standard_cart .view-cart-items .btn-remove-from-cart {
  width: 26px !important;
  height: 26px !important;
  padding: 3px !important;
  margin-right: 12px !important;
}
html body #order-standard_cart .view-cart-items .item > .row > div:last-child {
  padding-right: 26px !important;
}
html body #order-standard_cart #checkout.btn-checkout,
html body #order-standard_cart a.btn-checkout {
  font-size: 14.2px !important;
  padding: 10px 30px !important;
  min-width: 158px !important;
}
html body #order-standard_cart #continueShopping,
html body #order-standard_cart .btn-continue-shopping {
  font-size: 12.2px !important;
  padding: 7px 14px !important;
  min-width: 110px !important;
  margin-top: 12px !important;
}

/* Remove item modal: make “No” and “Yes” the same compact size. */
html body #modalRemoveItem .modal-footer,
html body #modalEmptyCart .modal-footer,
html body .modal-remove-item .modal-footer {
  gap: 12px !important;
}
html body #modalRemoveItem .modal-footer .btn,
html body #modalEmptyCart .modal-footer .btn,
html body .modal-remove-item .modal-footer .btn {
  width: auto !important;
  min-width: 72px !important;
  max-width: 96px !important;
  padding: 7px 16px !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  border-radius: 7px !important;
}

@media (max-width: 575.98px) {
  html body #order-standard_cart .product-info,
  html body #order-standard_cart .product-info * {
    font-size: 12.2px !important;
    line-height: 1.56 !important;
  }
  html body #order-standard_cart .total-due-today .amt {
    font-size: 25px !important;
  }
}


/* 766 v14 - force compact remove-item confirmation modal buttons */
html body .modal-remove-item .modal-footer {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
}
html body .modal-remove-item .modal-footer .btn,
html body .modal-remove-item .modal-footer .btn-primary,
html body .modal-remove-item .modal-footer .btn-default,
html body .modal-remove-item .modal-footer .btn-766-modal-choice {
  width: 72px !important;
  min-width: 72px !important;
  max-width: 72px !important;
  height: auto !important;
  min-height: 34px !important;
  padding: 7px 0 !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  border-radius: 7px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 72px !important;
}
html body .modal-remove-item .modal-footer .btn + .btn {
  margin-left: 0 !important;
}
