/*
 * CONNECT Commerce Premium v2.0.0
 * LOOP 003 — 2026-09-17
 * Scope: WHMCS standard_cart visual layer only.
 * No pricing, product, domain, payment or checkout logic is changed here.
 */

body.connect-theme #order-standard_cart{
  --cc-bg:#f5f8fc;
  --cc-card:#fff;
  --cc-text:#142b46;
  --cc-muted:#687b91;
  --cc-border:#dfe7f1;
  --cc-border-strong:#cbd8e8;
  --cc-blue:#176bff;
  --cc-blue-dark:#0b45c9;
  --cc-cyan:#16c7e8;
  --cc-navy:#07172f;
  --cc-success:#12865a;
  --cc-danger:#c43d49;
  --cc-shadow:0 12px 34px rgba(7,35,68,.07);
  --cc-shadow-lg:0 22px 58px rgba(7,35,68,.11);
  --cc-radius:16px;
  --cc-radius-sm:11px;
  color:var(--cc-text);
}

body.connect-theme #order-standard_cart .cart-body,
body.connect-theme #order-standard_cart .secondary-cart-body{min-width:0;}

body.connect-theme #order-standard_cart .header-lined{
  margin:0 0 22px!important;
  padding:0!important;
  border:0!important;
}
body.connect-theme #order-standard_cart .header-lined h1{
  margin:0 0 7px!important;
  color:var(--cc-navy)!important;
  font-size:clamp(28px,3vw,38px)!important;
  line-height:1.08!important;
  font-weight:850!important;
  letter-spacing:-.035em!important;
}
body.connect-theme #order-standard_cart .header-lined p{
  max-width:760px;
  margin:0!important;
  color:var(--cc-muted)!important;
  font-size:14px!important;
  line-height:1.65!important;
}

/* Sidebar / categories */
body.connect-theme #order-standard_cart .cart-sidebar .panel,
body.connect-theme #order-standard_cart .cart-sidebar .card,
body.connect-theme #order-standard_cart .cart-sidebar .list-group{
  overflow:hidden;
  border:1px solid var(--cc-border)!important;
  border-radius:var(--cc-radius)!important;
  background:var(--cc-card)!important;
  box-shadow:none!important;
}
body.connect-theme #order-standard_cart .cart-sidebar .panel-heading,
body.connect-theme #order-standard_cart .cart-sidebar .card-header{
  padding:14px 16px!important;
  border:0!important;
  border-bottom:1px solid var(--cc-border)!important;
  background:#f7faff!important;
  color:var(--cc-navy)!important;
  font-size:12px!important;
  font-weight:850!important;
  letter-spacing:.02em!important;
}
body.connect-theme #order-standard_cart .cart-sidebar .list-group-item,
body.connect-theme #order-standard_cart .cart-sidebar a{
  border-color:#edf1f6!important;
  color:#38506b!important;
  font-size:13px!important;
  line-height:1.35!important;
}
body.connect-theme #order-standard_cart .cart-sidebar a:hover,
body.connect-theme #order-standard_cart .cart-sidebar a:focus-visible,
body.connect-theme #order-standard_cart .cart-sidebar .active>a{
  background:#f1f6ff!important;
  color:var(--cc-blue-dark)!important;
}

/* Product catalogue */
body.connect-theme.template-products #order-standard_cart .products{margin-top:18px!important;}
body.connect-theme.template-products #order-standard_cart .products>.row.connect-store-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:20px!important;
  margin:0!important;
}
body.connect-theme.template-products #order-standard_cart .products>.row.connect-store-grid>.connect-store-col{
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  padding:0!important;
  margin:0!important;
  flex:none!important;
}
body.connect-theme.template-products #order-standard_cart .products .product{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  min-height:390px!important;
  overflow:hidden!important;
  border:1px solid var(--cc-border)!important;
  border-radius:18px!important;
  background:var(--cc-card)!important;
  box-shadow:var(--cc-shadow)!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
body.connect-theme.template-products #order-standard_cart .products .product:hover{
  transform:translateY(-3px)!important;
  border-color:#a9caf4!important;
  box-shadow:var(--cc-shadow-lg)!important;
}
body.connect-theme.template-products #order-standard_cart .products .product header{
  min-height:74px!important;
  padding:22px 22px 15px!important;
  border:0!important;
  background:linear-gradient(180deg,#fff,#fbfdff)!important;
  color:var(--cc-navy)!important;
  font-size:18px!important;
  font-weight:850!important;
  letter-spacing:-.02em!important;
}
body.connect-theme.template-products #order-standard_cart .products .product header .qty{
  display:inline-flex!important;
  margin-top:7px!important;
  padding:4px 8px!important;
  border-radius:999px!important;
  background:rgba(18,134,90,.09)!important;
  color:var(--cc-success)!important;
  font-size:10px!important;
  font-weight:800!important;
}
body.connect-theme.template-products #order-standard_cart .products .product .product-desc{
  flex:1 1 auto!important;
  padding:4px 22px 18px!important;
  color:#50647c!important;
  font-size:13px!important;
  line-height:1.58!important;
}
body.connect-theme.template-products #order-standard_cart .products .product .product-desc p{margin-bottom:14px!important;}
body.connect-theme.template-products #order-standard_cart .products .product .product-desc ul{
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
body.connect-theme.template-products #order-standard_cart .products .product .product-desc li{
  position:relative!important;
  margin:8px 0!important;
  padding-left:21px!important;
}
body.connect-theme.template-products #order-standard_cart .products .product .product-desc li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--cc-success);
  font-weight:900;
}
body.connect-theme.template-products #order-standard_cart .products .product footer{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:end!important;
  gap:14px!important;
  min-height:104px!important;
  margin-top:auto!important;
  padding:18px 22px 21px!important;
  border:0!important;
  border-top:1px solid #edf2f7!important;
  background:#fbfdff!important;
}
body.connect-theme.template-products #order-standard_cart .product-pricing{
  color:var(--cc-muted)!important;
  font-size:11px!important;
  line-height:1.35!important;
}
body.connect-theme.template-products #order-standard_cart .product-pricing .price{
  display:inline-block!important;
  margin:2px 0!important;
  color:var(--cc-navy)!important;
  font-size:27px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.04em!important;
}
body.connect-theme.template-products #order-standard_cart .btn-order-now{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-width:132px!important;
  min-height:44px!important;
  padding:0 16px!important;
  border:1px solid var(--cc-blue)!important;
  border-radius:11px!important;
  background:linear-gradient(135deg,var(--cc-blue),var(--cc-blue-dark))!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:850!important;
  box-shadow:0 9px 22px rgba(23,107,255,.18)!important;
}

/* Forms / configure product */
body.connect-theme #order-standard_cart .product-info,
body.connect-theme #order-standard_cart .product-configurable-options,
body.connect-theme #order-standard_cart .field-container,
body.connect-theme #order-standard_cart .domain-configure-container{
  border:1px solid var(--cc-border)!important;
  border-radius:var(--cc-radius)!important;
  background:#fff!important;
  box-shadow:0 7px 24px rgba(7,35,68,.045)!important;
}
body.connect-theme #order-standard_cart .product-info{padding:20px 22px!important;}
body.connect-theme #order-standard_cart .product-info .product-title{
  margin-bottom:8px!important;
  color:var(--cc-navy)!important;
  font-size:20px!important;
  font-weight:850!important;
}
body.connect-theme #order-standard_cart .sub-heading{
  margin:24px 0 12px!important;
  padding:0!important;
  border:0!important;
  text-align:left!important;
}
body.connect-theme #order-standard_cart .sub-heading span,
body.connect-theme #order-standard_cart .sub-heading .primary-bg-color{
  display:block!important;
  padding:0!important;
  background:transparent!important;
  color:var(--cc-navy)!important;
  font-size:15px!important;
  font-weight:850!important;
  letter-spacing:-.01em!important;
}
body.connect-theme #order-standard_cart .field-container{padding:18px!important;}
body.connect-theme #order-standard_cart .form-group label{
  margin-bottom:7px!important;
  color:#41566f!important;
  font-size:12px!important;
  font-weight:750!important;
}
body.connect-theme #order-standard_cart .form-control,
body.connect-theme #order-standard_cart .field{
  min-height:46px!important;
  border:1px solid var(--cc-border-strong)!important;
  border-radius:10px!important;
  background:#fff!important;
  color:var(--cc-text)!important;
  font-size:14px!important;
  box-shadow:none!important;
}
body.connect-theme #order-standard_cart textarea.form-control{min-height:104px!important;padding-top:11px!important;}
body.connect-theme #order-standard_cart .form-control:focus,
body.connect-theme #order-standard_cart .field:focus{
  border-color:var(--cc-blue)!important;
  box-shadow:0 0 0 3px rgba(23,107,255,.11)!important;
}
body.connect-theme #order-standard_cart .prepend-icon .field-icon{
  min-height:44px!important;
  color:#7890aa!important;
}
body.connect-theme #order-standard_cart .panel-addon{
  overflow:hidden!important;
  border:1px solid var(--cc-border)!important;
  border-radius:13px!important;
  box-shadow:none!important;
}
body.connect-theme #order-standard_cart .panel-addon-selected{
  border-color:#8ebbf5!important;
  box-shadow:0 0 0 3px rgba(23,107,255,.08)!important;
}

/* Order summary */
body.connect-theme #order-standard_cart .order-summary{
  position:relative!important;
  overflow:hidden!important;
  border:1px solid var(--cc-border)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:var(--cc-shadow)!important;
}
body.connect-theme #order-standard_cart .order-summary>h2{
  margin:0!important;
  padding:18px 20px!important;
  border-bottom:1px solid var(--cc-border)!important;
  background:linear-gradient(180deg,#fbfdff,#f5f9ff)!important;
  color:var(--cc-navy)!important;
  font-size:17px!important;
  font-weight:850!important;
  letter-spacing:-.02em!important;
}
body.connect-theme #order-standard_cart .summary-container{
  padding:18px 20px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  color:#50647c!important;
  font-size:12px!important;
}
body.connect-theme #order-standard_cart .summary-container .product-name{
  display:block!important;
  color:var(--cc-navy)!important;
  font-size:14px!important;
  font-weight:850!important;
}
body.connect-theme #order-standard_cart .summary-container .product-group{color:var(--cc-muted)!important;}
body.connect-theme #order-standard_cart .summary-totals,
body.connect-theme #order-standard_cart .bordered-totals,
body.connect-theme #order-standard_cart .recurring-totals{
  margin-top:13px!important;
  padding-top:13px!important;
  border-top:1px solid #edf1f6!important;
}
body.connect-theme #order-standard_cart .total-due-today{
  margin:16px -20px -18px!important;
  padding:18px 20px!important;
  background:linear-gradient(135deg,#07172f,#0b2d5b)!important;
  color:#d9e8f9!important;
  text-align:right!important;
}
body.connect-theme #order-standard_cart .total-due-today .amt{
  display:block!important;
  color:#fff!important;
  font-size:27px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.04em!important;
}
body.connect-theme #order-standard_cart #btnCompleteProductConfig,
body.connect-theme #order-standard_cart .btn-checkout,
body.connect-theme #order-standard_cart #btnCompleteOrder{
  min-height:48px!important;
  border:1px solid var(--cc-blue)!important;
  border-radius:11px!important;
  background:linear-gradient(135deg,var(--cc-blue),var(--cc-blue-dark))!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:850!important;
  box-shadow:0 10px 24px rgba(23,107,255,.20)!important;
}
body.connect-theme #order-standard_cart #btnCompleteProductConfig:hover,
body.connect-theme #order-standard_cart .btn-checkout:hover,
body.connect-theme #order-standard_cart #btnCompleteOrder:hover{
  filter:brightness(.96)!important;
  transform:translateY(-1px)!important;
}

/* Cart review */
body.connect-theme #order-standard_cart .view-cart-items-header{
  padding:12px 16px!important;
  border:1px solid var(--cc-border)!important;
  border-bottom:0!important;
  border-radius:14px 14px 0 0!important;
  background:#f3f7fc!important;
  color:#556a82!important;
  font-size:10px!important;
  font-weight:850!important;
  text-transform:uppercase!important;
  letter-spacing:.06em!important;
}
body.connect-theme #order-standard_cart .view-cart-items{
  overflow:hidden!important;
  border:1px solid var(--cc-border)!important;
  border-radius:0 0 14px 14px!important;
  background:#fff!important;
  box-shadow:var(--cc-shadow)!important;
}
body.connect-theme #order-standard_cart .view-cart-items .item{
  padding:17px 16px!important;
  border-bottom:1px solid #edf2f7!important;
}
body.connect-theme #order-standard_cart .view-cart-items .item:last-child{border-bottom:0!important;}
body.connect-theme #order-standard_cart .view-cart-items .item-title{
  color:var(--cc-navy)!important;
  font-size:14px!important;
  font-weight:850!important;
}
body.connect-theme #order-standard_cart .view-cart-items .item-group,
body.connect-theme #order-standard_cart .view-cart-items .item-domain,
body.connect-theme #order-standard_cart .view-cart-items .cycle{
  color:var(--cc-muted)!important;
  font-size:11px!important;
}
body.connect-theme #order-standard_cart .view-cart-items .item-price{
  color:var(--cc-navy)!important;
  font-weight:850!important;
}
body.connect-theme #order-standard_cart .btn-remove-from-cart{color:#a04a55!important;}
body.connect-theme #order-standard_cart .view-cart-empty{
  padding:42px 22px!important;
  border:1px dashed var(--cc-border-strong)!important;
  border-radius:14px!important;
  background:#f8fafd!important;
  color:var(--cc-muted)!important;
  text-align:center!important;
}
body.connect-theme #order-standard_cart .view-cart-tabs{
  margin-top:20px!important;
  overflow:hidden!important;
  border:1px solid var(--cc-border)!important;
  border-radius:14px!important;
  background:#fff!important;
}
body.connect-theme #order-standard_cart .view-cart-tabs .nav-tabs{
  padding:0 10px!important;
  border-bottom:1px solid var(--cc-border)!important;
  background:#f7faff!important;
}
body.connect-theme #order-standard_cart .view-cart-tabs .nav-link{
  padding:12px 14px!important;
  border:0!important;
  color:#5e7187!important;
  font-size:12px!important;
  font-weight:800!important;
}
body.connect-theme #order-standard_cart .view-cart-tabs .nav-link.active{
  color:var(--cc-blue-dark)!important;
  background:transparent!important;
  box-shadow:inset 0 -2px 0 var(--cc-blue)!important;
}
body.connect-theme #order-standard_cart .view-cart-tabs .tab-content{padding:18px!important;}
body.connect-theme #order-standard_cart .btn-continue-shopping{
  margin-top:8px!important;
  color:#526b87!important;
  font-size:11px!important;
  font-weight:750!important;
}

/* Checkout */
body.connect-theme #order-standard_cart #frmCheckout{
  padding:22px!important;
  border:1px solid var(--cc-border)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:var(--cc-shadow)!important;
}
body.connect-theme #order-standard_cart .already-registered{
  margin-bottom:20px!important;
  padding:14px 16px!important;
  border:1px solid #dce8f6!important;
  border-radius:12px!important;
  background:#f5f9ff!important;
  color:#50647c!important;
}
body.connect-theme #order-standard_cart .account-select-container .account,
body.connect-theme #order-standard_cart .account{
  min-height:74px!important;
  padding:14px!important;
  border:1px solid var(--cc-border)!important;
  border-radius:11px!important;
  background:#fff!important;
}
body.connect-theme #order-standard_cart .account.active{
  border-color:#8ebbf5!important;
  background:#f5f9ff!important;
  box-shadow:0 0 0 3px rgba(23,107,255,.07)!important;
}
body.connect-theme #order-standard_cart #paymentGatewaysContainer{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin-top:8px!important;
}
body.connect-theme #order-standard_cart #paymentGatewaysContainer .radio-inline,
body.connect-theme #order-standard_cart #paymentGatewaysContainer label{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:50px!important;
  margin:0!important;
  padding:12px 14px!important;
  border:1px solid var(--cc-border)!important;
  border-radius:11px!important;
  background:#fff!important;
  color:#324b67!important;
  font-size:12px!important;
  font-weight:800!important;
  cursor:pointer!important;
}
body.connect-theme #order-standard_cart #paymentGatewaysContainer label:has(input:checked),
body.connect-theme #order-standard_cart #paymentGatewaysContainer .radio-inline:has(input:checked){
  border-color:#8ebbf5!important;
  background:#f4f8ff!important;
  box-shadow:0 0 0 3px rgba(23,107,255,.07)!important;
}
body.connect-theme #order-standard_cart .marketing-email-optin,
body.connect-theme #order-standard_cart .terms-checkbox{
  padding:13px 15px!important;
  border:1px solid var(--cc-border)!important;
  border-radius:11px!important;
  background:#f9fbfd!important;
}
body.connect-theme #order-standard_cart #btnCompleteOrder{
  width:100%!important;
  min-height:54px!important;
  margin-top:10px!important;
  font-size:14px!important;
}

/* Alerts / modal polish */
body.connect-theme #order-standard_cart .alert{
  border-radius:11px!important;
  font-size:12px!important;
  line-height:1.5!important;
}
body.connect-theme #order-standard_cart .modal-content{
  overflow:hidden!important;
  border:1px solid var(--cc-border)!important;
  border-radius:16px!important;
  box-shadow:0 26px 80px rgba(5,23,47,.24)!important;
}

/* Responsive */
@media(max-width:1199.98px){
  body.connect-theme.template-products #order-standard_cart .products>.row.connect-store-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:991.98px){
  body.connect-theme #order-standard_cart .cart-sidebar{margin-bottom:18px!important;}
  body.connect-theme #order-standard_cart .secondary-cart-sidebar{margin-top:22px!important;}
  body.connect-theme #order-standard_cart #paymentGatewaysContainer{grid-template-columns:1fr!important;}
}
@media(max-width:767.98px){
  body.connect-theme.template-products #order-standard_cart .products>.row.connect-store-grid{grid-template-columns:1fr!important;gap:14px!important;}
  body.connect-theme.template-products #order-standard_cart .products .product{min-height:0!important;}
  body.connect-theme.template-products #order-standard_cart .products .product footer{grid-template-columns:1fr!important;align-items:stretch!important;}
  body.connect-theme.template-products #order-standard_cart .btn-order-now{width:100%!important;}
  body.connect-theme #order-standard_cart #frmCheckout{padding:16px!important;border-radius:14px!important;}
  body.connect-theme #order-standard_cart .view-cart-items-header{display:none!important;}
  body.connect-theme #order-standard_cart .view-cart-items{border-radius:14px!important;}
  body.connect-theme #order-standard_cart .view-cart-items .item{padding:15px!important;}
  body.connect-theme #order-standard_cart .view-cart-items .item-price{margin-top:10px!important;text-align:left!important;}
  body.connect-theme #order-standard_cart .order-summary{border-radius:14px!important;}
  body.connect-theme #order-standard_cart .summary-container{padding:16px!important;}
  body.connect-theme #order-standard_cart .total-due-today{margin:15px -16px -16px!important;padding:17px 16px!important;}
}
@media(max-width:480px){
  body.connect-theme #order-standard_cart .header-lined h1{font-size:27px!important;}
  body.connect-theme #order-standard_cart .product-info,
  body.connect-theme #order-standard_cart .field-container{padding:15px!important;}
  body.connect-theme #order-standard_cart .view-cart-tabs .tab-content{padding:14px!important;}
}
@media(prefers-reduced-motion:reduce){
  body.connect-theme #order-standard_cart *{transition:none!important;scroll-behavior:auto!important;}
}


/* CONNECT — FIX CONTRASTE SIDEBAR ACOES — 2026-09-17 */
body.connect-theme #order-standard_cart .cart-sidebar a.list-group-item.active,
body.connect-theme #order-standard_cart .cart-sidebar a.list-group-item.active:hover,
body.connect-theme #order-standard_cart .cart-sidebar a.list-group-item.active:focus-visible{
  background:linear-gradient(135deg,#0B74FF,#075BD4)!important;
  border-color:#0B74FF!important;
  color:#FFFFFF!important;
  opacity:1!important;
  font-weight:800!important;
  text-shadow:none!important;
}
body.connect-theme #order-standard_cart .cart-sidebar a.list-group-item.active i,
body.connect-theme #order-standard_cart .cart-sidebar a.list-group-item.active span{
  color:#FFFFFF!important;
  opacity:1!important;
}
body.connect-theme #order-standard_cart .cart-sidebar a.list-group-item:not(.active){
  color:#243F5C!important;
  opacity:1!important;
}
body.connect-theme #order-standard_cart .cart-sidebar a.list-group-item:not(.active) i{
  color:#355A7A!important;
  opacity:1!important;
}

/* CONNECT — FLOW COMPACT MODERATE — 2026-09-17 */
body.connect-store-ft12-flow .connect-breadcrumb{
  min-height:36px!important;
}
body.connect-store-ft12-flow .connect-breadcrumb .breadcrumb{
  min-height:35px!important;
  padding:5px 0!important;
}
body.connect-store-ft12-flow:not(.template-homepage):not(.template-login) #main-body{
  padding-top:22px!important;
}
body.connect-store-ft12-flow #order-standard_cart{
  margin-top:0!important;
}
body.connect-store-ft12-flow #order-standard_cart .header-lined{
  margin-bottom:14px!important;
  padding-bottom:10px!important;
}
body.connect-store-ft12-flow .connect-store-progress{
  margin-bottom:10px!important;
  padding:9px 12px!important;
}
body.connect-store-ft12-flow .connect-store-progress li{
  min-height:44px!important;
  padding:7px 9px!important;
}
body.connect-store-ft12-flow .connect-store-step-note{
  margin-top:6px!important;
}
@media(max-width:767.98px){
  body.connect-store-ft12-flow:not(.template-homepage):not(.template-login) #main-body{
    padding-top:14px!important;
  }
  body.connect-store-ft12-flow .connect-store-progress{
    margin-bottom:8px!important;
    padding:8px!important;
  }
}

/* CONNECT — CONFIGUREPRODUCT GLOBAL PREMIUM FIX — 2026-09-17 */
body.connect-theme.template-configureproduct #order-standard_cart .secondary-cart-body,body.connect-theme.template-configureproduct #order-standard_cart .secondary-cart-sidebar{min-width:0!important;}
body.connect-theme.template-configureproduct #order-standard_cart .product-info{padding:22px 24px!important;border:1px solid var(--cc-border)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 10px 28px rgba(7,35,68,.055)!important;}
body.connect-theme.template-configureproduct #order-standard_cart .product-info .product-title{margin:0 0 12px!important;color:var(--cc-navy)!important;font-size:20px!important;line-height:1.2!important;font-weight:850!important;}
body.connect-theme.template-configureproduct #order-standard_cart .product-info p:not(.product-title),body.connect-theme.template-configureproduct #order-standard_cart .product-info p:not(.product-title) *,body.connect-theme.template-configureproduct #order-standard_cart .product-info li,body.connect-theme.template-configureproduct #order-standard_cart .product-info li *,body.connect-theme.template-configureproduct #order-standard_cart .product-info div:not(.product-title){color:#4F6780!important;opacity:1!important;font-size:13px!important;line-height:1.7!important;}
body.connect-theme.template-configureproduct #order-standard_cart .product-info ul{margin:8px 0 0!important;padding-left:18px!important;}
body.connect-theme.template-configureproduct #order-standard_cart .product-info li{margin:4px 0!important;}
body.connect-theme.template-configureproduct #order-standard_cart .field-container,body.connect-theme.template-configureproduct #order-standard_cart .product-configurable-options{color:var(--cc-text)!important;}
body.connect-theme.template-configureproduct #order-standard_cart .field-container label,body.connect-theme.template-configureproduct #order-standard_cart .product-configurable-options label{color:#38526D!important;opacity:1!important;}
body.connect-theme.template-configureproduct #order-standard_cart #orderSummary{width:100%!important;}
body.connect-theme.template-configureproduct #order-standard_cart .order-summary{overflow:hidden!important;border:1px solid var(--cc-border)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 34px rgba(7,35,68,.08)!important;}
body.connect-theme.template-configureproduct #order-standard_cart .summary-container,body.connect-theme.template-configureproduct #order-standard_cart .summary-container *{opacity:1!important;}
body.connect-theme.template-configureproduct #order-standard_cart .summary-container{color:#435D77!important;}
body.connect-theme.template-configureproduct #order-standard_cart .summary-container .product-name,body.connect-theme.template-configureproduct #order-standard_cart .summary-container .product-name *{color:var(--cc-navy)!important;font-weight:850!important;}
body.connect-theme.template-configureproduct #order-standard_cart .summary-container .product-group,body.connect-theme.template-configureproduct #order-standard_cart .summary-container .product-cycle{color:#6A7F96!important;}
body.connect-theme.template-configureproduct #order-standard_cart .total-due-today{margin:16px -20px -18px!important;padding:20px!important;background:linear-gradient(135deg,#07172F,#0B2D5B)!important;text-align:right!important;}
body.connect-theme.template-configureproduct #order-standard_cart .total-due-today,body.connect-theme.template-configureproduct #order-standard_cart .total-due-today *{color:#FFFFFF!important;opacity:1!important;text-shadow:none!important;}
body.connect-theme.template-configureproduct #order-standard_cart .total-due-today .amt{font-size:30px!important;line-height:1.05!important;font-weight:900!important;letter-spacing:-.04em!important;}
body.connect-theme.template-configureproduct #order-standard_cart #btnCompleteProductConfig{width:100%!important;min-height:50px!important;margin-top:12px!important;padding:0 20px!important;font-size:14px!important;font-weight:850!important;}
body.connect-theme.template-configureproduct .connect-whatsapp-float{width:56px!important;height:56px!important;min-height:56px!important;padding:0!important;right:18px!important;bottom:18px!important;border-radius:999px!important;justify-content:center!important;}
body.connect-theme.template-configureproduct .connect-whatsapp-float span{display:none!important;}
body.connect-theme.template-configureproduct .connect-whatsapp-float i{margin:0!important;font-size:21px!important;}
@media(max-width:991.98px){body.connect-theme.template-configureproduct #order-standard_cart .secondary-cart-sidebar{width:100%!important;max-width:100%!important;margin-top:18px!important;}body.connect-theme.template-configureproduct #order-standard_cart #btnCompleteProductConfig{max-width:320px!important;margin-left:auto!important;margin-right:auto!important;}}
@media(max-width:575.98px){body.connect-theme.template-configureproduct #order-standard_cart .product-info{padding:17px!important;}body.connect-theme.template-configureproduct #order-standard_cart .total-due-today .amt{font-size:26px!important;}}

/* CONNECT — CONFIGUREPRODUCT TOTAL CONTRAST FIX — 2026-09-17 */
body.connect-theme.template-configureproduct #order-standard_cart .summary-container .total-due-today,
body.connect-theme.template-configureproduct #order-standard_cart .summary-container .total-due-today *,
body.connect-theme.template-configureproduct #order-standard_cart .total-due-today,
body.connect-theme.template-configureproduct #order-standard_cart .total-due-today *{
  color:#FFFFFF!important;
  opacity:1!important;
  -webkit-text-fill-color:#FFFFFF!important;
  text-shadow:none!important;
}
body.connect-theme.template-configureproduct #order-standard_cart .total-due-today .amt,
body.connect-theme.template-configureproduct #order-standard_cart .total-due-today [class*="amt"],
body.connect-theme.template-configureproduct #order-standard_cart .total-due-today strong{
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
  font-size:30px!important;
  line-height:1.05!important;
  font-weight:900!important;
}
body.connect-theme.template-configureproduct #order-standard_cart .total-due-today span:not(.amt),
body.connect-theme.template-configureproduct #order-standard_cart .total-due-today small{
  color:#E6F0FC!important;
  -webkit-text-fill-color:#E6F0FC!important;
}

/* CONNECT — SIDEBAR ICON/TEXT GAP STANDARD — 2026-09-17 */
body.connect-theme #order-standard_cart .cart-sidebar .panel-title{
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
}
body.connect-theme #order-standard_cart .cart-sidebar .panel-title > i:not(.panel-minimise):not(.card-minimise){
  flex:0 0 18px!important;
  width:18px!important;
  min-width:18px!important;
  margin:0 10px 0 0!important;
  text-align:center!important;
}
body.connect-theme #order-standard_cart .cart-sidebar .panel-title > .panel-minimise,
body.connect-theme #order-standard_cart .cart-sidebar .panel-title > .card-minimise{
  margin-left:auto!important;
}
body.connect-theme #order-standard_cart .cart-sidebar .list-group-item{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
body.connect-theme #order-standard_cart .cart-sidebar .list-group-item > i:first-child{
  flex:0 0 18px!important;
  width:18px!important;
  min-width:18px!important;
  margin:0!important;
  text-align:center!important;
}
body.connect-theme #order-standard_cart .cart-sidebar .list-group-item > .badge{
  margin-left:auto!important;
}

/* CONNECT — CONFIGUREPRODUCT HELP LINK BREAK — 2026-09-17 */
body.connect-theme.template-configureproduct #order-standard_cart .alert.alert-warning.info-text-sm{
  text-align:center!important;
  line-height:1.45!important;
}
body.connect-theme.template-configureproduct #order-standard_cart .alert.alert-warning.info-text-sm .connect-help-click{
  display:inline-block!important;
  margin-top:4px!important;
  font-weight:850!important;
}

/* CONNECT — CONFIGUREPRODUCT MOBILE FLOW — 2026-09-17 */
@media(max-width:767.98px){
  body.template-configureproduct #order-standard_cart .secondary-cart-body{
    width:100%!important;
    float:none!important;
    margin:8px 0 14px!important;
    padding:14px!important;
    border:1px solid #D9E5F1!important;
    border-radius:16px!important;
    background:#fff!important;
    box-shadow:0 8px 22px rgba(7,31,62,.055)!important;
  }

  body.template-configureproduct #order-standard_cart .secondary-cart-body>p:first-child{
    margin:0 0 12px!important;
    color:#5D7186!important;
    font-size:13px!important;
    line-height:1.45!important;
  }

  body.template-configureproduct #order-standard_cart .secondary-cart-body .product-info{
    margin:0 0 14px!important;
    padding:13px 14px!important;
    border:1px solid #E2EAF2!important;
    border-radius:12px!important;
    background:#F8FBFF!important;
  }

  body.template-configureproduct #order-standard_cart .secondary-cart-body .field-container{
    margin-bottom:18px!important;
  }

  body.template-configureproduct #order-standard_cart .secondary-cart-sidebar{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 14px!important;
  }

  body.template-configureproduct #order-standard_cart .cart-body>.sidebar-collapsed{
    display:block!important;
    width:100%!important;
    margin:18px 0 0!important;
    padding:0!important;
  }

  body.template-configureproduct #order-standard_cart .cart-body>.sidebar-collapsed .connect-mobile-commerce-utility{
    margin:0 0 10px!important;
    overflow:hidden!important;
    border:1px solid #D9E5F1!important;
    border-radius:14px!important;
    background:#fff!important;
    box-shadow:0 7px 18px rgba(7,31,62,.045)!important;
  }

  body.template-configureproduct #order-standard_cart .cart-body>.sidebar-collapsed .connect-mobile-commerce-utility .card-header{
    min-height:50px!important;
    display:flex!important;
    align-items:center!important;
    padding:11px 13px!important;
    border-bottom:0!important;
    background:#F8FBFF!important;
    cursor:pointer!important;
  }

  body.template-configureproduct #order-standard_cart .cart-body>.sidebar-collapsed .connect-mobile-commerce-utility .panel-title{
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    margin:0!important;
    color:#0B3157!important;
    font-size:14px!important;
    font-weight:850!important;
  }

  body.template-configureproduct #order-standard_cart .cart-body>.sidebar-collapsed .connect-mobile-commerce-chevron{
    margin-left:auto!important;
    transition:transform .18s ease!important;
  }

  body.template-configureproduct #order-standard_cart .cart-body>.sidebar-collapsed .connect-mobile-commerce-utility:not(.is-collapsed) .connect-mobile-commerce-chevron{
    transform:rotate(180deg)!important;
  }

  body.template-configureproduct #order-standard_cart .cart-body>.sidebar-collapsed .connect-mobile-commerce-utility.is-collapsed .card-body{
    display:none!important;
  }

  body.template-configureproduct #order-standard_cart .cart-body>.sidebar-collapsed .connect-mobile-commerce-utility .card-body{
    padding:12px!important;
    border-top:1px solid #EAF0F6!important;
    background:#fff!important;
  }

  body.template-configureproduct #order-standard_cart .connect-mobile-commerce-categories select{
    min-height:46px!important;
    width:100%!important;
    border:1px solid #CCD9E6!important;
    border-radius:10px!important;
    background:#fff!important;
    font-size:14px!important;
  }

  body.template-configureproduct #order-standard_cart .connect-mobile-commerce-actions-wrap{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
  }

  body.template-configureproduct #order-standard_cart .connect-mobile-commerce-action-btn{
    min-height:46px!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    padding:10px 12px!important;
    border:1px solid #CFE0F2!important;
    border-radius:10px!important;
    background:#F7FBFF!important;
    color:#0C4E8E!important;
    font-size:13px!important;
    font-weight:800!important;
    text-decoration:none!important;
  }

  body.template-configureproduct #order-standard_cart .connect-mobile-commerce-action-btn i{
    width:18px!important;
    text-align:center!important;
    font-size:16px!important;
  }
}

/* CONNECT — VIEWCART MOBILE PREMIUM FLOW — 2026-09-17 */
@media(max-width:767.98px){
  body.template-viewcart.connect-viewcart-mobile #order-standard_cart>.row>.cart-sidebar{
    display:none!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .cart-body{
    width:100%!important;
    max-width:100%!important;
    flex:0 0 100%!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .secondary-cart-body{
    width:100%!important;
    max-width:100%!important;
    float:none!important;
    margin:0!important;
    padding:0!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .view-cart-items{
    display:grid!important;
    gap:10px!important;
    overflow:visible!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .view-cart-items .item{
    margin:0!important;
    padding:14px!important;
    border:1px solid #DCE6F0!important;
    border-radius:14px!important;
    background:#fff!important;
    box-shadow:0 7px 18px rgba(7,31,62,.045)!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .view-cart-items .item>.row{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    margin:0!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .view-cart-items .item>.row>[class*="col-"]{
    width:100%!important;
    max-width:100%!important;
    flex:0 0 100%!important;
    margin:0!important;
    padding:0!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .view-cart-items .item-title{
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:7px!important;
    margin:0 0 5px!important;
    color:#0B3157!important;
    font-size:14px!important;
    line-height:1.35!important;
    font-weight:900!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .view-cart-items .item-title .btn-link{
    min-height:30px!important;
    padding:3px 7px!important;
    border-radius:8px!important;
    background:#F5F9FE!important;
    color:#276AAB!important;
    font-size:10.5px!important;
    font-weight:800!important;
    text-decoration:none!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .view-cart-items .item-group{
    display:block!important;
    margin:0 0 3px!important;
    color:#718397!important;
    font-size:11px!important;
    font-weight:700!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .view-cart-items .item-domain{
    display:block!important;
    margin:4px 0 0!important;
    color:#315C84!important;
    font-size:12px!important;
    font-weight:800!important;
    overflow-wrap:anywhere!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .view-cart-items .item-price{
    display:flex!important;
    align-items:baseline!important;
    justify-content:space-between!important;
    gap:10px!important;
    margin:5px 0 0!important;
    padding:10px 0 0!important;
    border-top:1px solid #EDF2F7!important;
    text-align:left!important;
    color:#0B3157!important;
    font-size:14px!important;
    font-weight:900!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .view-cart-items .item-price .cycle,
  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .view-cart-items .item-price .renewal{
    color:#718397!important;
    font-size:10.5px!important;
    font-weight:700!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .empty-cart{
    margin:10px 0 0!important;
    text-align:right!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .empty-cart #btnEmptyCart{
    min-height:36px!important;
    padding:6px 9px!important;
    border-radius:9px!important;
    background:#FFF7F7!important;
    color:#A54A54!important;
    font-size:11px!important;
    font-weight:800!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .connect-viewcart-summary-mobile{
    width:100%!important;
    max-width:100%!important;
    float:none!important;
    margin:14px 0 0!important;
    padding:0!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .order-summary{
    margin:0!important;
    border-radius:14px!important;
    box-shadow:0 8px 22px rgba(7,31,62,.055)!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .order-summary>h2{
    padding:14px 16px!important;
    font-size:15px!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .summary-container{
    padding:14px 16px!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .summary-container .subtotal,
  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .summary-container .bordered-totals,
  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .summary-container .recurring-totals{
    font-size:11.5px!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .total-due-today{
    margin:14px -16px -14px!important;
    padding:15px 16px!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .total-due-today .amt{
    font-size:25px!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart #orderSummary #checkout{
    display:none!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart #continueShopping{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:38px!important;
    margin:11px auto 0!important;
    padding:0 10px!important;
    color:#4E6B88!important;
    font-size:11px!important;
    font-weight:800!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .connect-viewcart-options-toggle{
    width:100%!important;
    min-height:48px!important;
    margin:14px 0 0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    padding:10px 13px!important;
    border:1px solid #D9E5F1!important;
    border-radius:12px!important;
    background:#F8FBFF!important;
    color:#0B3157!important;
    font-size:12.5px!important;
    font-weight:850!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .connect-viewcart-options-toggle span{
    display:flex!important;
    align-items:center!important;
    gap:9px!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .connect-viewcart-options-chevron{
    transition:transform .18s ease!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .connect-viewcart-options-toggle.is-open .connect-viewcart-options-chevron{
    transform:rotate(180deg)!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .view-cart-tabs.connect-viewcart-options-collapsed{
    display:none!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .view-cart-tabs.connect-viewcart-options-collapsed.connect-viewcart-options-open{
    display:block!important;
    margin-top:8px!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .view-cart-tabs .nav-tabs{
    display:flex!important;
    overflow-x:auto!important;
    padding:0 7px!important;
    white-space:nowrap!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .view-cart-tabs .nav-link{
    padding:10px 11px!important;
    font-size:11px!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .view-cart-tabs .tab-content{
    padding:13px!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .connect-viewcart-mobile-utilities{
    width:100%!important;
    margin:18px 0 0!important;
    padding:0!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .connect-viewcart-utility{
    margin:0 0 10px!important;
    overflow:hidden!important;
    border:1px solid #D9E5F1!important;
    border-radius:14px!important;
    background:#fff!important;
    box-shadow:0 7px 18px rgba(7,31,62,.045)!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .connect-viewcart-utility .card-header{
    min-height:50px!important;
    display:flex!important;
    align-items:center!important;
    padding:11px 13px!important;
    border:0!important;
    background:#F8FBFF!important;
    cursor:pointer!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .connect-viewcart-utility .panel-title{
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    margin:0!important;
    color:#0B3157!important;
    font-size:14px!important;
    font-weight:850!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .connect-viewcart-utility-chevron{
    margin-left:auto!important;
    transition:transform .18s ease!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .connect-viewcart-utility:not(.is-collapsed) .connect-viewcart-utility-chevron{
    transform:rotate(180deg)!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .connect-viewcart-utility.is-collapsed .card-body{
    display:none!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .connect-viewcart-utility .card-body{
    padding:12px!important;
    border-top:1px solid #EAF0F6!important;
    background:#fff!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .connect-viewcart-categories select{
    width:100%!important;
    min-height:46px!important;
    border:1px solid #CCD9E6!important;
    border-radius:10px!important;
    background:#fff!important;
    font-size:14px!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .connect-viewcart-action-buttons{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .connect-viewcart-action-btn{
    min-height:46px!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    padding:10px 12px!important;
    border:1px solid #CFE0F2!important;
    border-radius:10px!important;
    background:#F7FBFF!important;
    color:#0C4E8E!important;
    font-size:13px!important;
    font-weight:800!important;
    text-decoration:none!important;
  }

  body.template-viewcart.connect-viewcart-mobile #order-standard_cart .connect-viewcart-action-btn i{
    width:18px!important;
    text-align:center!important;
    font-size:16px!important;
  }

  body.template-viewcart.connect-viewcart-sticky-active{
    padding-bottom:96px!important;
  }

  body.template-viewcart .connect-viewcart-sticky{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:1190!important;
    padding:9px 12px calc(9px + env(safe-area-inset-bottom))!important;
    border-top:1px solid rgba(172,194,216,.75)!important;
    background:rgba(255,255,255,.96)!important;
    box-shadow:0 -10px 28px rgba(7,31,62,.12)!important;
    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;
  }

  body.template-viewcart .connect-viewcart-sticky-inner{
    max-width:680px!important;
    margin:0 auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:10px!important;
  }

  body.template-viewcart .connect-viewcart-sticky-total{
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    gap:1px!important;
  }

  body.template-viewcart .connect-viewcart-sticky-total span{
    color:#718397!important;
    font-size:10.5px!important;
    line-height:1.2!important;
    font-weight:700!important;
  }

  body.template-viewcart .connect-viewcart-sticky-total strong{
    color:#0B3157!important;
    font-size:18px!important;
    line-height:1.1!important;
    font-weight:900!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  body.template-viewcart .connect-viewcart-sticky-checkout{
    min-width:150px!important;
    min-height:48px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    padding:0 14px!important;
    border-radius:11px!important;
    background:linear-gradient(135deg,#0879F9,#149FFF)!important;
    color:#fff!important;
    font-size:12.5px!important;
    font-weight:900!important;
    text-decoration:none!important;
    box-shadow:0 8px 20px rgba(8,121,249,.20)!important;
  }

  body.template-viewcart .connect-viewcart-sticky-checkout.disabled{
    background:#E4EAF0!important;
    color:#8190A0!important;
    box-shadow:none!important;
    pointer-events:none!important;
  }

  body.template-viewcart.connect-viewcart-sticky-active .connect-whatsapp-float{
    bottom:86px!important;
  }

  body.template-viewcart.connect-viewcart-empty-state #order-standard_cart .secondary-cart-sidebar,
  body.template-viewcart.connect-viewcart-empty-state #order-standard_cart .view-cart-tabs{
    display:none!important;
  }

  body.template-viewcart.connect-viewcart-empty-state #order-standard_cart .view-cart-empty{
    padding:30px 18px!important;
    border:1px dashed #BFCFDF!important;
    border-radius:14px!important;
    background:#F8FBFF!important;
    color:#60758A!important;
    font-size:13px!important;
    line-height:1.5!important;
  }

  body.template-viewcart #order-standard_cart .connect-viewcart-empty-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
    margin:12px 0 0!important;
  }

  body.template-viewcart #order-standard_cart .connect-viewcart-empty-primary,
  body.template-viewcart #order-standard_cart .connect-viewcart-empty-secondary{
    min-height:46px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px!important;
    padding:0 13px!important;
    border-radius:10px!important;
    font-size:13px!important;
    font-weight:850!important;
    text-decoration:none!important;
  }

  body.template-viewcart #order-standard_cart .connect-viewcart-empty-primary{
    background:linear-gradient(135deg,#0879F9,#149FFF)!important;
    color:#fff!important;
  }

  body.template-viewcart #order-standard_cart .connect-viewcart-empty-secondary{
    border:1px solid #CFE0F2!important;
    background:#F7FBFF!important;
    color:#0C4E8E!important;
  }
}

@media(max-width:420px){
  body.template-viewcart .connect-viewcart-sticky-inner{
    grid-template-columns:minmax(0,1fr) 142px!important;
    gap:8px!important;
  }

  body.template-viewcart .connect-viewcart-sticky-checkout{
    min-width:142px!important;
    padding:0 10px!important;
  }

  body.template-viewcart .connect-viewcart-sticky-total strong{
    font-size:16px!important;
  }
}

/* CONNECT — VIEWCART PREMIUM MOBILE — 2026-09-17 */
@media(max-width:767.98px){
  body.template-viewcart.connect-viewcart-has-items{
    padding-bottom:96px!important;
  }

  body.template-viewcart #order-standard_cart .cart-sidebar{
    display:none!important;
  }

  body.template-viewcart #order-standard_cart .view-cart-items{
    overflow:visible!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }

  body.template-viewcart #order-standard_cart .view-cart-items .item{
    margin:0 0 10px!important;
    padding:14px!important;
    border:1px solid #D9E5F1!important;
    border-radius:14px!important;
    background:#fff!important;
    box-shadow:0 7px 18px rgba(7,31,62,.045)!important;
  }

  body.template-viewcart #order-standard_cart .view-cart-items .item:last-child{
    margin-bottom:0!important;
  }

  body.template-viewcart #order-standard_cart .view-cart-items .item>.row{
    margin:0!important;
  }

  body.template-viewcart #order-standard_cart .view-cart-items .item>.row>[class*="col-"]{
    padding-left:0!important;
    padding-right:0!important;
  }

  body.template-viewcart #order-standard_cart .view-cart-items .item-title{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    gap:6px!important;
    color:#0B3157!important;
    font-size:14px!important;
    font-weight:900!important;
  }

  body.template-viewcart #order-standard_cart .view-cart-items .item-group{
    display:block!important;
    margin-top:3px!important;
    color:#7B8EA2!important;
    font-size:11px!important;
  }

  body.template-viewcart #order-standard_cart .view-cart-items .item-domain{
    display:inline-flex!important;
    align-items:center!important;
    max-width:100%!important;
    margin-top:7px!important;
    padding:5px 8px!important;
    border-radius:999px!important;
    background:#EEF6FF!important;
    color:#1766B1!important;
    font-size:11px!important;
    font-weight:850!important;
    overflow-wrap:anywhere!important;
  }

  body.template-viewcart #order-standard_cart .view-cart-items .item-price{
    margin-top:12px!important;
    padding-top:10px!important;
    border-top:1px solid #EDF2F7!important;
    color:#0B3157!important;
    font-size:16px!important;
    font-weight:900!important;
    text-align:left!important;
  }

  body.template-viewcart #order-standard_cart .view-cart-items .item-price .cycle{
    display:block!important;
    margin-top:2px!important;
    color:#718397!important;
    font-size:11px!important;
    font-weight:650!important;
  }

  body.template-viewcart #order-standard_cart .btn-remove-from-cart{
    color:#A54855!important;
    font-size:11px!important;
  }

  body.template-viewcart #order-standard_cart .connect-viewcart-secondary-toggle{
    width:100%!important;
    min-height:48px!important;
    margin:16px 0 0!important;
    padding:0 13px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    border:1px solid #D9E5F1!important;
    border-radius:12px!important;
    background:#F8FBFF!important;
    color:#0B3157!important;
    font-size:13px!important;
    font-weight:850!important;
  }

  body.template-viewcart #order-standard_cart .connect-viewcart-secondary-toggle span{
    display:inline-flex!important;
    align-items:center!important;
    gap:8px!important;
  }

  body.template-viewcart #order-standard_cart .connect-viewcart-secondary-chevron{
    transition:transform .18s ease!important;
  }

  body.template-viewcart #order-standard_cart .connect-viewcart-secondary-toggle.is-open .connect-viewcart-secondary-chevron{
    transform:rotate(180deg)!important;
  }

  body.template-viewcart #order-standard_cart .view-cart-tabs.connect-viewcart-secondary-collapsed{
    display:none!important;
  }

  body.template-viewcart #order-standard_cart .view-cart-tabs.connect-viewcart-secondary-collapsed.connect-viewcart-secondary-open{
    display:block!important;
    margin-top:10px!important;
  }

  body.template-viewcart #order-standard_cart .secondary-cart-sidebar{
    width:100%!important;
    max-width:100%!important;
    margin-top:16px!important;
  }

  body.template-viewcart.connect-viewcart-has-items #order-standard_cart #orderSummary #checkout{
    display:none!important;
  }

  body.template-viewcart #order-standard_cart #orderSummary .btn-continue-shopping{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:42px!important;
    margin-top:10px!important;
    border:1px solid #D9E5F1!important;
    border-radius:10px!important;
    background:#fff!important;
    color:#4F6680!important;
    text-decoration:none!important;
  }

  body.template-viewcart #order-standard_cart .connect-mobile-cart-utilities{
    display:block!important;
    width:100%!important;
    margin:18px 0 0!important;
    padding:0!important;
  }

  body.template-viewcart #order-standard_cart .connect-mobile-cart-utility{
    margin:0 0 10px!important;
    overflow:hidden!important;
    border:1px solid #D9E5F1!important;
    border-radius:14px!important;
    background:#fff!important;
    box-shadow:0 7px 18px rgba(7,31,62,.045)!important;
  }

  body.template-viewcart #order-standard_cart .connect-mobile-cart-utility .card-header{
    min-height:50px!important;
    display:flex!important;
    align-items:center!important;
    padding:11px 13px!important;
    border-bottom:0!important;
    background:#F8FBFF!important;
    cursor:pointer!important;
  }

  body.template-viewcart #order-standard_cart .connect-mobile-cart-utility .panel-title{
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    margin:0!important;
    color:#0B3157!important;
    font-size:14px!important;
    font-weight:850!important;
  }

  body.template-viewcart #order-standard_cart .connect-mobile-cart-chevron{
    margin-left:auto!important;
    transition:transform .18s ease!important;
  }

  body.template-viewcart #order-standard_cart .connect-mobile-cart-utility:not(.is-collapsed) .connect-mobile-cart-chevron{
    transform:rotate(180deg)!important;
  }

  body.template-viewcart #order-standard_cart .connect-mobile-cart-utility.is-collapsed .card-body{
    display:none!important;
  }

  body.template-viewcart #order-standard_cart .connect-mobile-cart-utility .card-body{
    padding:12px!important;
    border-top:1px solid #EAF0F6!important;
    background:#fff!important;
  }

  body.template-viewcart #order-standard_cart .connect-mobile-cart-categories select{
    min-height:46px!important;
    width:100%!important;
    border:1px solid #CCD9E6!important;
    border-radius:10px!important;
    background:#fff!important;
    font-size:14px!important;
  }

  body.template-viewcart #order-standard_cart .connect-mobile-cart-actions-wrap{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
  }

  body.template-viewcart #order-standard_cart .connect-mobile-cart-action-btn{
    min-height:46px!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    padding:10px 12px!important;
    border:1px solid #CFE0F2!important;
    border-radius:10px!important;
    background:#F7FBFF!important;
    color:#0C4E8E!important;
    font-size:13px!important;
    font-weight:800!important;
    text-decoration:none!important;
  }

  body.template-viewcart .connect-viewcart-sticky{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:1190!important;
    padding:9px 12px calc(9px + env(safe-area-inset-bottom))!important;
    border-top:1px solid rgba(172,194,216,.75)!important;
    background:rgba(255,255,255,.96)!important;
    box-shadow:0 -10px 28px rgba(7,31,62,.12)!important;
    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;
  }

  body.template-viewcart .connect-viewcart-sticky-inner{
    max-width:680px!important;
    margin:0 auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:10px!important;
  }

  body.template-viewcart .connect-viewcart-sticky-copy{
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    gap:1px!important;
  }

  body.template-viewcart .connect-viewcart-sticky-copy span{
    color:#718397!important;
    font-size:10.5px!important;
    font-weight:700!important;
  }

  body.template-viewcart .connect-viewcart-sticky-total{
    color:#0B3157!important;
    font-size:15px!important;
    line-height:1.2!important;
    font-weight:900!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  body.template-viewcart .connect-viewcart-sticky-button{
    min-width:148px!important;
    min-height:48px!important;
    padding:0 14px!important;
    border:0!important;
    border-radius:11px!important;
    background:linear-gradient(135deg,#0879F9,#149FFF)!important;
    color:#fff!important;
    font-size:12.5px!important;
    font-weight:900!important;
    box-shadow:0 8px 20px rgba(8,121,249,.20)!important;
  }

  body.template-viewcart.connect-viewcart-has-items .connect-whatsapp-float{
    bottom:86px!important;
  }

  body.template-viewcart.connect-viewcart-empty #order-standard_cart .view-cart-items{
    margin-top:0!important;
  }

  body.template-viewcart.connect-viewcart-empty #order-standard_cart .view-cart-empty{
    min-height:260px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    padding:28px 18px!important;
    border:1px dashed #BCD0E5!important;
    border-radius:16px!important;
    background:#F8FBFF!important;
    text-align:center!important;
  }

  body.template-viewcart.connect-viewcart-empty #order-standard_cart .connect-empty-cart-icon{
    width:54px!important;
    height:54px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:999px!important;
    background:#EAF4FF!important;
    color:#1478E7!important;
    font-size:22px!important;
  }

  body.template-viewcart.connect-viewcart-empty #order-standard_cart .view-cart-empty strong{
    color:#0B3157!important;
    font-size:18px!important;
    font-weight:900!important;
  }

  body.template-viewcart.connect-viewcart-empty #order-standard_cart .view-cart-empty>span:not(.connect-empty-cart-icon){
    max-width:290px!important;
    color:#6B7F93!important;
    font-size:12.5px!important;
    line-height:1.45!important;
  }

  body.template-viewcart.connect-viewcart-empty #order-standard_cart .connect-empty-cart-cta{
    min-height:46px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin-top:4px!important;
    padding:0 16px!important;
    border-radius:10px!important;
    background:linear-gradient(135deg,#0879F9,#149FFF)!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:900!important;
    text-decoration:none!important;
  }
}

@media(max-width:420px){
  body.template-viewcart .connect-viewcart-sticky-inner{
    grid-template-columns:minmax(0,1fr) 142px!important;
    gap:8px!important;
  }

  body.template-viewcart .connect-viewcart-sticky-button{
    min-width:142px!important;
    padding:0 10px!important;
  }
}

/* CONNECT LOOP 004 — CONFIGURAÇÃO / CTA MOBILE */
@media(max-width:767.98px){
  body.template-configureproduct.connect-config-loop004{padding-bottom:96px!important;}
  body.template-configureproduct .connect-config-sticky{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:1045!important;padding:10px max(12px,env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))!important;background:rgba(255,255,255,.97)!important;border-top:1px solid #D7E3EF!important;box-shadow:0 -10px 28px rgba(7,35,68,.12)!important;backdrop-filter:blur(12px)!important;}
  body.template-configureproduct .connect-config-sticky-inner{max-width:720px!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(138px,42%)!important;gap:10px!important;align-items:center!important;}
  body.template-configureproduct .connect-config-sticky-copy{min-width:0!important;display:flex!important;flex-direction:column!important;gap:2px!important;}
  body.template-configureproduct .connect-config-sticky-copy span{color:#657B91!important;font-size:10px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.05em!important;}
  body.template-configureproduct .connect-config-sticky-copy strong{display:block!important;overflow:hidden!important;color:#0A3158!important;font-size:12px!important;font-weight:850!important;line-height:1.2!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
  body.template-configureproduct .connect-config-sticky-button{min-height:50px!important;border:0!important;border-radius:11px!important;background:linear-gradient(180deg,#5AAEFF,#3F93F3)!important;color:#fff!important;font-size:13px!important;font-weight:900!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;box-shadow:0 8px 20px rgba(11,116,255,.20)!important;touch-action:manipulation!important;}
  body.template-configureproduct .connect-config-sticky-button:disabled{opacity:.48!important;box-shadow:none!important;}
  body.template-configureproduct.connect-config-loop004 .connect-whatsapp-float{bottom:100px!important;}
}
@media(prefers-reduced-motion:reduce){body.template-configureproduct .connect-config-sticky-button{transition:none!important;}}


/* CONNECT LOOP 006 — CHECKOUT / FINALIZAR */
body.connect-theme.template-checkout #order-standard_cart .checkout-error-feedback:not(.d-none){
  scroll-margin-top:96px!important;
  border-left:4px solid #b42318!important;
}
body.connect-theme.template-checkout #order-standard_cart #totalDueToday{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  min-height:58px!important;
  margin:16px 0!important;
  border:1px solid #cfe0f2!important;
  background:#f5f9ff!important;
  color:#183b61!important;
  font-size:14px!important;
}
body.connect-theme.template-checkout #order-standard_cart #totalCartPrice{
  color:#071f3b!important;
  font-size:20px!important;
  font-weight:900!important;
}
body.connect-theme.template-checkout #order-standard_cart #paymentGatewaysContainer input[type="radio"]{
  flex:0 0 auto!important;
  width:18px!important;
  height:18px!important;
}
body.connect-theme.template-checkout #order-standard_cart #paymentGatewaysContainer label:focus-within{
  outline:3px solid rgba(23,107,255,.20)!important;
  outline-offset:2px!important;
}
body.connect-theme.template-checkout #order-standard_cart input.field,
body.connect-theme.template-checkout #order-standard_cart select.field,
body.connect-theme.template-checkout #order-standard_cart textarea.field{
  min-height:46px!important;
}
body.connect-theme.template-checkout #order-standard_cart textarea.field{min-height:96px!important;}
body.connect-theme.template-checkout #order-standard_cart #accepttos{
  width:18px!important;
  height:18px!important;
  vertical-align:middle!important;
}
@media(max-width:767.98px){
  body.connect-theme.template-checkout{
    padding-bottom:96px!important;
  }
  body.connect-theme.template-checkout #order-standard_cart .already-registered .pull-right,
  body.connect-theme.template-checkout #order-standard_cart .already-registered .float-right{
    float:none!important;
    width:100%!important;
    margin:0 0 10px!important;
  }
  body.connect-theme.template-checkout #order-standard_cart .already-registered button{
    width:100%!important;
    min-height:46px!important;
  }
  body.connect-theme.template-checkout #order-standard_cart #paymentGatewaysContainer{
    grid-template-columns:1fr!important;
  }
  body.connect-theme.template-checkout #order-standard_cart #paymentGatewaysContainer .radio-inline,
  body.connect-theme.template-checkout #order-standard_cart #paymentGatewaysContainer label{
    min-height:54px!important;
    padding:13px!important;
  }
  body.connect-theme.template-checkout #order-standard_cart #btnCompleteOrder{
    position:fixed!important;
    z-index:1035!important;
    right:12px!important;
    bottom:calc(10px + env(safe-area-inset-bottom))!important;
    left:12px!important;
    width:calc(100% - 24px)!important;
    min-height:56px!important;
    margin:0!important;
    border-radius:14px!important;
    box-shadow:0 14px 34px rgba(7,31,62,.28)!important;
  }
  body.connect-theme.template-checkout #btnCompleteOrder:disabled{
    position:static!important;
    width:100%!important;
    margin-top:10px!important;
  }
  body.connect-theme.template-checkout .connect-whatsapp-float,
  body.connect-theme.template-checkout [class*="whatsapp"][style*="fixed"]{
    bottom:calc(84px + env(safe-area-inset-bottom))!important;
  }
}
@media(prefers-reduced-motion:reduce){
  body.connect-theme.template-checkout #order-standard_cart #btnCompleteOrder{
    transition:none!important;
    transform:none!important;
  }
}
/* CONNECT LOOP 006 END */
