/* 4NET Modern Order Form — Mockup-aligned v2 */
:root{
  --fnet-pink:#E63B73;
  --fnet-pink-2:#F22972;
  --fnet-pink-dark:#C92F62;
  --fnet-pink-soft:#FFF2F7;
  --fnet-mint:#38D6A3;
  --fnet-cyan:#36B8D9;
  --fnet-midnight:#08131D;
  --fnet-navy:#102331;
  --fnet-bg:#F7F9FC;
  --fnet-card:#FFFFFF;
  --fnet-text:#101828;
  --fnet-muted:#667085;
  --fnet-line:#E4E7EC;
  --fnet-line-strong:#D0D5DD;
  --fnet-soft:#F9FAFB;
  --fnet-radius:18px;
  --fnet-shadow:0 18px 50px rgba(16,24,40,.07);
  --fnet-shadow-soft:0 8px 24px rgba(16,24,40,.05);
}

body{background:var(--fnet-bg)!important}

#order-standard_cart{
  width:min(1460px,calc(100% - 48px))!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:34px 0 72px!important;
  color:var(--fnet-text)!important;
  font-family:inherit!important;
}
#order-standard_cart *{box-sizing:border-box}
#order-standard_cart .row{margin-left:-9px;margin-right:-9px}
#order-standard_cart [class*="col-"]{padding-left:9px;padding-right:9px}
#order-standard_cart .mt-80{margin-top:28px!important}
#order-standard_cart .mt-50{margin-top:24px!important}
#order-standard_cart .sec-main{background:transparent!important}

/* Header */
#order-standard_cart .header-lined{
  position:relative!important;
  margin:0 0 26px!important;
  padding:0!important;
  border:0!important;
}
#order-standard_cart .header-lined .text-center{text-align:left!important}
#order-standard_cart .section-heading{
  margin:0!important;
  color:var(--fnet-text)!important;
  font-size:clamp(30px,3vw,44px)!important;
  line-height:1.08!important;
  font-weight:850!important;
  letter-spacing:-.035em!important;
}
#order-standard_cart .section-heading::first-letter{color:inherit}
#order-standard_cart .section-subheading{
  max-width:760px;
  margin:10px 0 0!important;
  color:var(--fnet-muted)!important;
  font-size:15px!important;
  line-height:1.65!important;
}
#order-standard_cart .dropnav-header-lined{right:0!important;top:3px!important}

/* Progress */
.fnet-order-flow{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  margin:0 0 28px;
  padding:10px 14px;
  background:#fff;
  border:1px solid var(--fnet-line);
  border-radius:17px;
  box-shadow:var(--fnet-shadow-soft);
}
.fnet-order-flow .step{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:58px;
  padding:10px 18px;
  color:#667085;
  font-size:13px;
  font-weight:750;
}
.fnet-order-flow .step:not(:last-child):after{
  content:"";
  position:absolute;
  right:-14%;
  top:50%;
  width:28%;
  height:2px;
  background:#E6EAF0;
  transform:translateY(-50%);
}
.fnet-order-flow .step .num{
  position:relative;
  z-index:2;
  width:38px;height:38px;
  display:grid;place-items:center;
  flex:0 0 auto;
  border-radius:50%;
  background:#EEF1F5;
  color:#344054;
  font-size:14px;
  font-weight:850;
}
.fnet-order-flow .step.active{color:var(--fnet-text)}
.fnet-order-flow .step.active .num{
  background:linear-gradient(135deg,var(--fnet-pink),var(--fnet-pink-2));
  color:#fff;
  box-shadow:0 8px 22px rgba(230,59,115,.25);
}
.fnet-order-flow .step.done .num{background:var(--fnet-mint);color:#06392B}

/* Category selector */
#order-standard_cart .categories-collapsed{
  margin:0 0 26px!important;
  padding:12px!important;
  background:#fff!important;
  border:1px solid var(--fnet-line)!important;
  border-radius:16px!important;
  box-shadow:var(--fnet-shadow-soft)!important;
}
#order-standard_cart .categories-collapsed .form-control{
  margin:0!important;
  min-height:50px!important;
  border-radius:12px!important;
  border-color:var(--fnet-line)!important;
  background:#fff!important;
  font-weight:700!important;
}

/* Product grid */
#order-standard_cart #products{margin-top:18px!important}
#order-standard_cart #products .row-eq-height{display:flex;flex-wrap:wrap;align-items:stretch}
#order-standard_cart #products .plan-content{display:flex;margin-bottom:18px!important}
#order-standard_cart #products .plan-content>.product{
  position:relative;
  display:flex;
  flex-direction:column;
  width:100%;
  min-height:100%;
  overflow:visible;
  background:#fff;
  border:1px solid var(--fnet-line)!important;
  border-radius:18px!important;
  box-shadow:var(--fnet-shadow-soft)!important;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
#order-standard_cart #products .plan-content>.product:hover{
  transform:translateY(-4px);
  border-color:#F1A3BF!important;
  box-shadow:0 20px 48px rgba(16,24,40,.10)!important;
}
#order-standard_cart #products .header-content{
  min-height:220px!important;
  padding:28px 28px 22px!important;
  background:#fff!important;
  border:0!important;
  border-radius:18px 18px 0 0!important;
  text-align:left!important;
}
#order-standard_cart #products header{padding-right:72px}
#order-standard_cart #products .title{
  display:block;
  color:var(--fnet-text)!important;
  font-size:22px!important;
  line-height:1.2!important;
  font-weight:850!important;
  letter-spacing:-.02em!important;
}
#order-standard_cart #products .fromer{
  display:block;
  margin:7px 0 0!important;
  color:var(--fnet-muted)!important;
  font-size:12px!important;
}
#order-standard_cart #products .product-pricing{
  margin:23px 0 20px!important;
  color:var(--fnet-text)!important;
}
#order-standard_cart #products .price{
  font-size:42px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.045em!important;
  color:var(--fnet-text)!important;
}
#order-standard_cart #products .period{
  margin-left:4px!important;
  font-size:13px!important;
  color:var(--fnet-muted)!important;
}
#order-standard_cart #products .btn-order-now{
  width:100%!important;
  min-height:50px!important;
  margin:0!important;
  border:1.5px solid var(--fnet-pink)!important;
  border-radius:11px!important;
  background:#fff!important;
  color:var(--fnet-pink)!important;
  font-weight:850!important;
  font-size:14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:none!important;
  transition:.18s ease!important;
}
#order-standard_cart #products .btn-order-now:hover{
  background:var(--fnet-pink)!important;
  color:#fff!important;
}
#order-standard_cart #products .product-desc{
  flex:1;
  padding:20px 28px 27px!important;
  border-top:1px solid var(--fnet-line)!important;
  background:#fff!important;
  border-radius:0 0 18px 18px!important;
}
#order-standard_cart #products .prod-desc-div{
  margin:0 0 15px!important;
  color:var(--fnet-muted)!important;
  line-height:1.55!important;
  font-size:13px!important;
}
#order-standard_cart #products .prod-desc-ul{margin:0!important;padding:0!important;list-style:none!important}
#order-standard_cart #products .prod-desc-ul li{
  position:relative;
  margin:9px 0!important;
  padding:0 0 0 23px!important;
  color:#344054!important;
  font-size:14px!important;
  line-height:1.45!important;
  border:0!important;
}
#order-standard_cart #products .prod-desc-ul li:before{
  content:"✓";
  position:absolute;left:0;top:-1px;
  color:var(--fnet-mint);
  font-weight:900;
  font-size:15px;
}
#order-standard_cart #products .badge.feat{
  position:absolute!important;
  top:-12px!important;
  left:50%!important;
  right:auto!important;
  transform:translateX(-50%)!important;
  z-index:5;
  margin:0!important;
  padding:7px 13px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--fnet-pink),var(--fnet-pink-2))!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:850!important;
  letter-spacing:.02em!important;
  box-shadow:0 8px 20px rgba(230,59,115,.2)!important;
}
#order-standard_cart #products .feature-plan>.product{
  border:1.5px solid var(--fnet-pink)!important;
  box-shadow:0 18px 44px rgba(230,59,115,.12)!important;
}
#order-standard_cart #products .feature-plan .header-content{
  background:linear-gradient(180deg,#FFF6F9 0%,#FFFFFF 80%)!important;
}
#order-standard_cart #products .feature-plan .btn-order-now{
  background:linear-gradient(135deg,var(--fnet-pink),var(--fnet-pink-2))!important;
  color:#fff!important;
  border-color:transparent!important;
}
#order-standard_cart #products .feature-plan .btn-order-now:hover{filter:brightness(.96)}

/* Inputs / configuration cards */
#order-standard_cart .product-info,
#order-standard_cart .field-container,
#order-standard_cart .already-registered,
#order-standard_cart .account-select-container,
#order-standard_cart .panel,
#order-standard_cart .card,
#order-standard_cart .view-cart-items .item{
  background:#fff!important;
  border:1px solid var(--fnet-line)!important;
  border-radius:16px!important;
  box-shadow:var(--fnet-shadow-soft)!important;
}
#order-standard_cart .product-info{padding:24px!important;margin-bottom:18px!important}
#order-standard_cart .product-title{color:var(--fnet-text)!important;font-size:20px!important;font-weight:850!important}
#order-standard_cart .field-container{padding:24px!important;margin-bottom:18px!important}
#order-standard_cart .sub-heading{margin:28px 0 12px!important;border:0!important;padding:0!important}
#order-standard_cart .sub-heading span{color:var(--fnet-text)!important;font-size:17px!important;font-weight:850!important}
#order-standard_cart label{color:#344054!important;font-size:13px!important;font-weight:750!important;margin-bottom:8px!important}
#order-standard_cart .form-control,
#order-standard_cart .field,
#order-standard_cart select,
#order-standard_cart textarea,
#order-standard_cart input[type="text"],
#order-standard_cart input[type="email"],
#order-standard_cart input[type="password"],
#order-standard_cart input[type="number"]{
  min-height:48px!important;
  padding:11px 14px!important;
  background:#fff!important;
  color:var(--fnet-text)!important;
  border:1px solid var(--fnet-line-strong)!important;
  border-radius:11px!important;
  box-shadow:none!important;
  outline:none!important;
  font-size:14px!important;
}
#order-standard_cart textarea{min-height:110px!important;resize:vertical!important}
#order-standard_cart .form-control:focus,
#order-standard_cart .field:focus,
#order-standard_cart select:focus,
#order-standard_cart textarea:focus,
#order-standard_cart input:focus{
  border-color:var(--fnet-pink)!important;
  box-shadow:0 0 0 4px rgba(230,59,115,.08)!important;
}
#order-standard_cart .prepend-icon .field-icon{height:48px!important;line-height:48px!important;color:#98A2B3!important}
#order-standard_cart .prepend-icon .field{padding-left:46px!important}
#order-standard_cart input[type="radio"],#order-standard_cart input[type="checkbox"]{accent-color:var(--fnet-pink)}
#order-standard_cart .panel-addon{transition:.18s ease;cursor:pointer}
#order-standard_cart .panel-addon:hover,#order-standard_cart .panel-addon-selected{border-color:var(--fnet-pink)!important;background:#FFF7FA!important}

/* Buttons */
#order-standard_cart .btn-primary,
#order-standard_cart .btn-default-yellow-fill,
#order-standard_cart .btn-checkout{
  min-height:50px!important;
  padding:12px 22px!important;
  border:0!important;
  border-radius:11px!important;
  background:linear-gradient(135deg,var(--fnet-pink),var(--fnet-pink-2))!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:850!important;
  box-shadow:0 9px 22px rgba(230,59,115,.18)!important;
}
#order-standard_cart .btn-primary:hover,#order-standard_cart .btn-default-yellow-fill:hover,#order-standard_cart .btn-checkout:hover{filter:brightness(.95);color:#fff!important}
#order-standard_cart .btn-default-fill,#order-standard_cart .btn-default,#order-standard_cart .btn-link{
  min-height:44px!important;
  padding:10px 18px!important;
  border:1px solid var(--fnet-line)!important;
  border-radius:10px!important;
  background:#fff!important;
  color:var(--fnet-text)!important;
  font-weight:750!important;
}

/* Sticky order summary */
#order-standard_cart .summary-container,#order-standard_cart .order-summary{
  background:#fff!important;
  border:1px solid var(--fnet-line)!important;
  border-radius:18px!important;
  box-shadow:var(--fnet-shadow)!important;
}
#order-standard_cart .order-summary{position:sticky!important;top:96px!important;overflow:hidden!important}
#order-standard_cart .order-summary h2{
  margin:0!important;
  padding:21px 22px!important;
  background:#fff!important;
  color:var(--fnet-text)!important;
  border-bottom:1px solid var(--fnet-line)!important;
  font-size:18px!important;
  font-weight:850!important;
}
#order-standard_cart .order-summary .summary-container{border:0!important;border-radius:0!important;box-shadow:none!important;padding:20px 22px!important}
#order-standard_cart .order-summary .subtotal,
#order-standard_cart .order-summary .bordered-totals,
#order-standard_cart .order-summary .recurring-totals{
  padding:13px 0!important;
  border-bottom:1px solid var(--fnet-line)!important;
  color:#475467!important;
  font-size:13px!important;
}
#order-standard_cart .total-due-today{
  margin:17px 0 0!important;
  padding:17px!important;
  background:var(--fnet-pink-soft)!important;
  border:0!important;
  border-radius:13px!important;
  color:var(--fnet-text)!important;
  text-align:left!important;
}
#order-standard_cart .total-due-today .amt{
  display:block!important;
  color:var(--fnet-text)!important;
  font-size:30px!important;
  font-weight:900!important;
  letter-spacing:-.04em!important;
}
#order-standard_cart #btnCompleteOrder{width:100%!important;margin-top:18px!important}
#order-standard_cart #continueShopping{width:100%;display:flex!important;justify-content:center;align-items:center;text-decoration:none!important}

/* Cart */
#order-standard_cart .view-cart-items{background:transparent!important;border:0!important}
#order-standard_cart .view-cart-items .item{padding:22px!important;margin-bottom:14px!important}
#order-standard_cart .view-cart-items .item-header{background:transparent!important;border:0!important;padding:0!important}
#order-standard_cart .view-cart-items .item-title{color:var(--fnet-text)!important;font-size:18px!important;font-weight:850!important}
#order-standard_cart .view-cart-items .item-group{display:block;margin-top:4px;color:var(--fnet-muted)!important}
#order-standard_cart .view-cart-items .item-price{color:var(--fnet-text)!important;font-size:21px!important;font-weight:850!important}
#order-standard_cart .view-cart-items .item-footer{margin-top:16px!important;padding-top:16px!important;border-top:1px solid var(--fnet-line)!important;background:transparent!important}
#order-standard_cart .badge.feat.bg-danger{background:#FFF0F3!important;color:#B42318!important}

/* Promo / alerts */
#order-standard_cart .promo-code-form{padding:18px!important;background:#fff!important;border:1px solid var(--fnet-line)!important;border-radius:14px!important}
#order-standard_cart .alert{border:0!important;border-radius:12px!important;padding:14px 16px!important;font-size:13px!important}
#order-standard_cart .alert-warning{background:#FFFAEB!important;color:#7A2E0E!important}
#order-standard_cart .alert-danger{background:#FEF3F2!important;color:#B42318!important}
#order-standard_cart .alert-success{background:#ECFDF3!important;color:#027A48!important}
#order-standard_cart .alert-info{background:#EFF8FF!important;color:#175CD3!important}

/* Checkout */
#order-standard_cart .already-registered{padding:22px!important;margin-bottom:18px!important}
#order-standard_cart .activite-logreg-form{color:var(--fnet-pink)!important;font-weight:850!important}
#order-standard_cart .account{padding:16px!important;border:1px solid var(--fnet-line)!important;border-radius:12px!important;margin-bottom:10px!important}
#order-standard_cart .account.active{border-color:var(--fnet-pink)!important;background:#FFF7FA!important}
#order-standard_cart .checkout-security-msg{display:flex;gap:9px;align-items:center;background:#ECFDF3!important;color:#027A48!important}

/* Domains */
#order-standard_cart .domain-selection-options .option,#order-standard_cart .domain-checker-container,#order-standard_cart .domain-pricing{
  background:#fff!important;
  border:1px solid var(--fnet-line)!important;
  border-radius:16px!important;
  box-shadow:var(--fnet-shadow-soft)!important;
}

/* Dropdowns */
#order-standard_cart .dropdown-menu{border:1px solid var(--fnet-line)!important;border-radius:14px!important;box-shadow:var(--fnet-shadow)!important;background:#fff!important}
#order-standard_cart .list-group-item{border:0!important;border-radius:9px!important;color:#344054!important}
#order-standard_cart .list-group-item.active{background:#FFF0F5!important;color:var(--fnet-pink-dark)!important}

/* Included features */
#order-standard_cart .services{padding:26px 0!important}
#order-standard_cart .service-section{
  min-height:70px!important;
  padding:18px!important;
  border:1px solid var(--fnet-line)!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:var(--fnet-shadow-soft)!important;
}

/* Trust strip */
.fnet-trust-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  margin:28px 0 0;
  background:#fff;
  border:1px solid var(--fnet-line);
  border-radius:16px;
  box-shadow:var(--fnet-shadow-soft);
  overflow:hidden;
}
.fnet-trust-strip .trust{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  min-height:72px;
  padding:14px 18px;
  color:#344054;
  font-size:13px;
  font-weight:800;
}
.fnet-trust-strip .trust:not(:last-child){border-right:1px solid var(--fnet-line)}
.fnet-trust-strip .trust i{color:var(--fnet-pink);font-size:20px}

/* Small visual refinements */
#order-standard_cart a{transition:color .18s ease,background .18s ease,border-color .18s ease}
#order-standard_cart hr{border-color:var(--fnet-line)!important}
#order-standard_cart .text-muted{color:var(--fnet-muted)!important}

@media (max-width:1100px){
  #order-standard_cart{width:min(100% - 32px,980px)!important}
  #order-standard_cart #products .plan-content{width:50%!important;float:left!important}
  #order-standard_cart .order-summary{position:static!important;margin-top:20px!important}
  .fnet-order-flow .step:not(:last-child):after{display:none}
}
@media (max-width:767px){
  #order-standard_cart{width:calc(100% - 22px)!important;padding:22px 0 48px!important}
  #order-standard_cart .section-heading{font-size:30px!important}
  #order-standard_cart #products .plan-content{width:100%!important;float:none!important}
  #order-standard_cart #products .header-content{min-height:0!important;padding:24px 22px 20px!important}
  #order-standard_cart #products .product-desc{padding:18px 22px 23px!important}
  .fnet-order-flow{grid-template-columns:repeat(3,1fr);padding:6px}
  .fnet-order-flow .step{padding:7px 4px;justify-content:center}
  .fnet-order-flow .step .label{display:none}
  .fnet-order-flow .step .num{width:32px;height:32px}
  .fnet-trust-strip{grid-template-columns:1fr}
  .fnet-trust-strip .trust:not(:last-child){border-right:0;border-bottom:1px solid var(--fnet-line)}
}

/* =====================================================
   4NET v3 — REAL PRODUCT MARKUP (mockup aligned)
   ===================================================== */
.fnet-catalog-page{padding-top:28px!important}
.fnet-catalog-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:30px 0 22px;position:relative}
.fnet-catalog-head h1{margin:4px 0 0;color:var(--fnet-text);font-size:clamp(34px,3.2vw,48px);line-height:1.05;font-weight:900;letter-spacing:-.045em}
.fnet-catalog-head p{margin:10px 0 0;max-width:760px;color:var(--fnet-muted);font-size:15px;line-height:1.6}
.fnet-eyebrow{display:inline-block;color:var(--fnet-pink);font-size:11px;font-weight:900;letter-spacing:.17em;text-transform:uppercase}
.fnet-more-btn{width:42px;height:42px;border:0;border-radius:50%;background:var(--fnet-pink);color:#fff;box-shadow:0 10px 24px rgba(230,59,115,.22)}
.fnet-category-menu{right:0!important;left:auto!important;min-width:300px!important;padding:10px!important;border:1px solid var(--fnet-line)!important;border-radius:14px!important;box-shadow:var(--fnet-shadow)!important;background:#fff!important}
.fnet-category-menu .item-drop-side{margin:0!important}.fnet-category-menu .panel-heading{display:none!important}
.fnet-category-menu .list-group{margin:0!important}.fnet-category-menu .list-group-item{border:0!important;border-radius:9px!important;margin:2px 0!important;padding:10px 12px!important;color:var(--fnet-text)!important;background:transparent!important}
.fnet-category-menu .list-group-item:hover,.fnet-category-menu .list-group-item.active{background:var(--fnet-pink-soft)!important;color:var(--fnet-pink)!important}

.fnet-category-strip{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 26px;padding:14px 16px;background:#fff;border:1px solid var(--fnet-line);border-radius:16px;box-shadow:var(--fnet-shadow-soft)}
.fnet-category-item{display:flex;align-items:center;gap:13px;min-width:0}.fnet-category-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:var(--fnet-pink-soft);color:var(--fnet-pink);font-size:20px}
.fnet-category-item strong{display:block;color:var(--fnet-text);font-size:15px;font-weight:850}.fnet-category-item small{display:block;margin-top:2px;color:var(--fnet-muted);font-size:12px}
.fnet-category-note{color:var(--fnet-muted);font-size:12px;font-weight:700;white-space:nowrap}.fnet-category-note i{color:var(--fnet-mint);margin-right:6px}

#order-standard_cart .fnet-products-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0!important;padding:0!important}
#order-standard_cart .fnet-product-card{position:relative;display:flex;flex-direction:column;min-width:0;overflow:visible;background:#fff;border:1px solid var(--fnet-line);border-radius:18px;box-shadow:var(--fnet-shadow-soft);transition:.2s ease}
#order-standard_cart .fnet-product-card:hover{transform:translateY(-3px);border-color:#F3A2BE;box-shadow:0 20px 46px rgba(16,24,40,.10)}
#order-standard_cart .fnet-product-card.is-featured{border:1.5px solid var(--fnet-pink);box-shadow:0 18px 42px rgba(230,59,115,.10)}
.fnet-featured-badge{position:absolute;left:50%;top:-13px;transform:translateX(-50%);z-index:2;padding:7px 14px;border-radius:999px;background:linear-gradient(135deg,var(--fnet-pink),var(--fnet-pink-2));color:#fff;font-size:11px;font-weight:900;white-space:nowrap;box-shadow:0 7px 18px rgba(230,59,115,.22)}
.fnet-product-top{padding:26px 26px 22px}.fnet-product-title-row{display:flex;align-items:flex-start;gap:13px}.fnet-product-icon{width:46px;height:46px;display:grid;place-items:center;flex:0 0 auto;border-radius:13px;background:var(--fnet-pink-soft);color:var(--fnet-pink);font-size:19px}
.fnet-product-title-row h2{margin:1px 0 0!important;color:var(--fnet-text)!important;font-size:21px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:-.025em!important}
.fnet-product-lead{margin-top:5px;color:var(--fnet-muted);font-size:12px;line-height:1.45}.fnet-product-lead p{margin:0!important}.fnet-product-lead br{display:none}
.fnet-product-price{margin:23px 0 0}.fnet-product-price>small{display:block;margin-bottom:5px;color:var(--fnet-muted);font-size:11px}.fnet-price-line{display:flex;align-items:flex-end;gap:6px}.fnet-price-line strong,.fnet-product-price>strong{color:var(--fnet-text);font-size:40px;line-height:.95;font-weight:950;letter-spacing:-.05em}.fnet-price-line span{padding-bottom:4px;color:var(--fnet-muted);font-size:12px;font-weight:650}
.fnet-stock{margin-top:13px;color:var(--fnet-mint);font-size:11px;font-weight:800}.fnet-stock i{margin-right:5px}
.fnet-features{flex:1;padding:20px 26px;border-top:1px solid var(--fnet-line);background:#fff}.fnet-feature-row{display:flex;align-items:flex-start;gap:10px;margin:10px 0;color:#344054;font-size:13px;line-height:1.4}.fnet-feature-row .check{width:18px;height:18px;display:grid;place-items:center;flex:0 0 auto;margin-top:1px;border-radius:50%;background:#ECFDF3;color:#12B76A;font-size:9px}.fnet-feature-row .feature-copy strong{color:var(--fnet-text);font-weight:850}
.fnet-product-action{padding:0 26px 26px}.fnet-order-btn{min-height:50px;display:flex!important;align-items:center;justify-content:center;gap:10px;width:100%;border:1.5px solid var(--fnet-pink);border-radius:11px;background:#fff;color:var(--fnet-pink)!important;font-size:13px;font-weight:900;text-decoration:none!important;transition:.18s ease}.fnet-order-btn:hover{background:var(--fnet-pink);color:#fff!important}.fnet-product-card.is-featured .fnet-order-btn{background:linear-gradient(135deg,var(--fnet-pink),var(--fnet-pink-2));color:#fff!important;box-shadow:0 10px 22px rgba(230,59,115,.20)}

.fnet-included{margin-top:24px;padding:25px;background:#fff;border:1px solid var(--fnet-line);border-radius:18px;box-shadow:var(--fnet-shadow-soft)}.fnet-included-head h3{margin:4px 0 18px;color:var(--fnet-text);font-size:20px;font-weight:900}.fnet-included-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.fnet-included-item{display:flex;align-items:center;gap:9px;min-height:45px;padding:10px 12px;border-radius:10px;background:var(--fnet-soft);color:#344054;font-size:12px;font-weight:700}.fnet-included-item i{color:var(--fnet-mint)}
#order-standard_cart .fnet-trust-strip{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:0!important;margin:24px 0 0!important;padding:18px 8px!important;background:#fff!important;border:1px solid var(--fnet-line)!important;border-radius:16px!important;box-shadow:var(--fnet-shadow-soft)!important}
#order-standard_cart .fnet-trust-strip .trust{display:flex!important;align-items:center!important;justify-content:center!important;gap:11px!important;min-height:46px!important;padding:0 18px!important;border-right:1px solid var(--fnet-line)!important;color:var(--fnet-text)!important}.fnet-trust-strip .trust:last-child{border-right:0!important}.fnet-trust-strip .trust i{color:var(--fnet-pink)!important;font-size:21px!important}.fnet-trust-strip .trust span{display:flex;flex-direction:column}.fnet-trust-strip .trust strong{font-size:14px;font-weight:900}.fnet-trust-strip .trust small{margin-top:1px;color:var(--fnet-muted);font-size:10px}

/* kill legacy Antler visual fragments inside the v3 catalogue */
#order-standard_cart.fnet-catalog-page .pricing,#order-standard_cart.fnet-catalog-page .plan-content,#order-standard_cart.fnet-catalog-page .header-content,#order-standard_cart.fnet-catalog-page .product-desc,#order-standard_cart.fnet-catalog-page .prod-desc-ul{all:unset}
#order-standard_cart.fnet-catalog-page .fnet-product-card *,#order-standard_cart.fnet-catalog-page .fnet-catalog-head *,#order-standard_cart.fnet-catalog-page .fnet-category-strip *,#order-standard_cart.fnet-catalog-page .fnet-included *{box-sizing:border-box}

@media(max-width:1100px){#order-standard_cart .fnet-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fnet-included-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){#order-standard_cart{width:min(100% - 24px,1460px)!important}.fnet-catalog-head{align-items:flex-start}.fnet-category-strip{align-items:flex-start;flex-direction:column}.fnet-category-note{white-space:normal}.fnet-order-flow .label{display:none}.fnet-order-flow .step:not(:last-child):after{right:-25%;width:50%}#order-standard_cart .fnet-products-grid{grid-template-columns:1fr}.fnet-included-grid{grid-template-columns:1fr}#order-standard_cart .fnet-trust-strip{grid-template-columns:repeat(2,1fr)!important}.fnet-trust-strip .trust:nth-child(2){border-right:0!important}.fnet-trust-strip .trust:nth-child(-n+2){border-bottom:1px solid var(--fnet-line)!important;padding-bottom:12px!important;margin-bottom:12px!important}}

/* =====================================================================
   4NET catalog — mockup match pass (catalog only)
   ===================================================================== */
.fnet-mockup-catalog{padding-top:0!important;overflow:visible!important}
.fnet-mockup-catalog .fnet-store-hero{
  position:relative!important;
  width:100vw!important;
  left:50%!important;
  margin-left:-50vw!important;
  min-height:280px!important;
  margin-top:-34px!important;
  margin-bottom:-22px!important;
  overflow:hidden!important;
  background:#071522 url('../img/order-hero.jpg') center right/cover no-repeat!important;
}
.fnet-mockup-catalog .fnet-store-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#071522 0%,rgba(7,21,34,.93) 36%,rgba(7,21,34,.46) 68%,rgba(7,21,34,.12) 100%)}
.fnet-mockup-catalog .fnet-store-hero-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,14,24,.22),rgba(4,14,24,.04))}
.fnet-mockup-catalog .fnet-store-hero-inner{position:relative;z-index:2;width:min(1460px,calc(100% - 64px));min-height:280px;margin:0 auto;padding:34px 6px 46px;display:flex;align-items:flex-end;justify-content:space-between;gap:30px}
.fnet-mockup-catalog .fnet-back-link{position:absolute;top:27px;left:6px;color:#c9d4de!important;font-size:13px!important;font-weight:700;text-decoration:none!important}.fnet-mockup-catalog .fnet-back-link i{margin-right:8px}
.fnet-mockup-catalog .fnet-store-hero-copy{max-width:780px}
.fnet-mockup-catalog .fnet-eyebrow-light{display:block;margin-bottom:10px;color:#a8c8d8;font-size:11px;font-weight:850;letter-spacing:.15em}
.fnet-mockup-catalog .fnet-store-hero h1{margin:0 0 13px!important;color:#fff!important;font-size:clamp(38px,4vw,62px)!important;line-height:1!important;font-weight:900!important;letter-spacing:-.04em!important}.fnet-mockup-catalog .fnet-store-hero h1 em{color:var(--fnet-pink);font-style:normal}
.fnet-mockup-catalog .fnet-store-hero p{max-width:690px;margin:0!important;color:#cbd5df!important;font-size:16px!important;line-height:1.65!important}
.fnet-mockup-catalog .fnet-store-slogan{min-width:150px;margin-bottom:5px;color:#fff;font-size:18px;line-height:1.55;text-align:right;letter-spacing:.04em}.fnet-mockup-catalog .fnet-store-slogan span{display:block;width:96px;height:3px;margin:11px 0 0 auto;background:var(--fnet-pink)}

.fnet-mockup-catalog .fnet-order-flow{position:relative;z-index:5;margin:0 auto 24px!important;width:calc(100% - 20px)!important;min-height:76px!important;padding:8px 24px!important;border-radius:18px!important;box-shadow:0 14px 40px rgba(16,24,40,.10)!important}
.fnet-mockup-catalog .fnet-order-flow .step{justify-content:flex-start!important;min-height:58px!important;padding:8px 26px!important}.fnet-mockup-catalog .fnet-order-flow .step .label{display:flex!important;flex-direction:column!important;line-height:1.3!important}.fnet-mockup-catalog .fnet-order-flow .step .label strong{font-size:14px!important;color:#101828!important}.fnet-mockup-catalog .fnet-order-flow .step .label small{margin-top:3px;color:#98a2b3;font-size:11px!important;font-weight:600}
.fnet-mockup-catalog .fnet-order-flow .step:not(:last-child):after{right:-8%!important;width:25%!important}

.fnet-mockup-catalog .fnet-service-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:0 0 28px!important}
.fnet-mockup-catalog .fnet-service-category{display:flex;align-items:center;gap:14px;min-height:88px;padding:17px 18px;border:1px solid #e4e7ec;border-radius:15px;background:#fff;color:#101828!important;text-decoration:none!important;box-shadow:0 6px 18px rgba(16,24,40,.035);transition:.18s ease}
.fnet-mockup-catalog .fnet-service-category:hover{transform:translateY(-2px);border-color:#ef9cba}.fnet-mockup-catalog .fnet-service-category.is-active{border:1.5px solid var(--fnet-pink);background:linear-gradient(135deg,#fff7fa,#fff)}
.fnet-mockup-catalog .fnet-service-category .icon{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:12px;background:#f7f9fb;color:#101828;font-size:22px}.fnet-mockup-catalog .fnet-service-category.is-active .icon{background:#fff0f5;color:var(--fnet-pink)}
.fnet-mockup-catalog .fnet-service-category strong{display:block;font-size:14px;font-weight:850}.fnet-mockup-catalog .fnet-service-category small{display:block;margin-top:4px;color:#98a2b3;font-size:11px;font-weight:600;line-height:1.35}

.fnet-mockup-catalog .fnet-catalog-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.fnet-mockup-catalog .fnet-catalog-main{min-width:0}
.fnet-mockup-catalog .fnet-products-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin:0 0 18px}
.fnet-mockup-catalog .fnet-eyebrow{display:block;margin-bottom:6px;color:var(--fnet-pink);font-size:10px;font-weight:900;letter-spacing:.14em}
.fnet-mockup-catalog .fnet-products-heading h2{margin:0!important;color:#101828!important;font-size:29px!important;line-height:1.15!important;font-weight:900!important;letter-spacing:-.025em!important}.fnet-mockup-catalog .fnet-products-heading p{margin:7px 0 0!important;color:#667085!important;font-size:13px!important;line-height:1.5!important}
.fnet-mockup-catalog .fnet-billing-pills{display:flex;align-items:center;gap:3px;padding:4px;border-radius:999px;background:#f2f4f7;white-space:nowrap}.fnet-mockup-catalog .fnet-billing-pills span{padding:8px 17px;border-radius:999px;color:#667085;font-size:11px;font-weight:800}.fnet-mockup-catalog .fnet-billing-pills .active{background:linear-gradient(135deg,var(--fnet-pink),var(--fnet-pink-2));color:#fff}.fnet-mockup-catalog .fnet-billing-pills b{margin:0 5px;padding:5px 9px;border-radius:999px;background:var(--fnet-mint);color:#fff;font-size:10px}

.fnet-mockup-catalog .fnet-products-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;margin:0!important;align-items:stretch!important}
.fnet-mockup-catalog .fnet-product-card{position:relative!important;display:flex!important;flex-direction:column!important;min-width:0!important;min-height:390px!important;margin:0!important;padding:24px 24px 20px!important;border:1px solid #e4e7ec!important;border-radius:16px!important;background:#fff!important;box-shadow:0 7px 22px rgba(16,24,40,.04)!important;overflow:visible!important;transition:.18s ease!important}
.fnet-mockup-catalog .fnet-product-card:hover{transform:translateY(-3px);border-color:#f0aac1!important;box-shadow:0 18px 40px rgba(16,24,40,.08)!important}.fnet-mockup-catalog .fnet-product-card.is-featured{border:1.5px solid var(--fnet-pink)!important;background:linear-gradient(180deg,#fff7fa 0%,#fff 45%)!important;box-shadow:0 16px 38px rgba(230,59,115,.10)!important}
.fnet-mockup-catalog .fnet-featured-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);padding:6px 13px;border-radius:999px;background:linear-gradient(135deg,var(--fnet-pink),var(--fnet-pink-2));color:#fff;font-size:9px;font-weight:900;white-space:nowrap;box-shadow:0 8px 18px rgba(230,59,115,.2)}
.fnet-mockup-catalog .fnet-product-title-row{display:flex;align-items:flex-start;gap:12px!important;margin:0 0 19px!important}.fnet-mockup-catalog .fnet-product-icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:12px;background:#fff0f5;color:var(--fnet-pink);font-size:17px}.fnet-mockup-catalog .fnet-product-title-row h3{margin:2px 0 0!important;color:#101828!important;font-size:18px!important;font-weight:900!important;line-height:1.2!important}.fnet-mockup-catalog .fnet-product-lead{margin-top:4px;color:#98a2b3;font-size:10.5px;line-height:1.35}
.fnet-mockup-catalog .fnet-product-price{margin:0 0 18px!important}.fnet-mockup-catalog .fnet-product-price>small{display:block;margin-bottom:4px;color:#98a2b3;font-size:10px}.fnet-mockup-catalog .fnet-price-line{display:flex;align-items:flex-end;gap:6px}.fnet-mockup-catalog .fnet-price-line strong{color:#101828!important;font-size:32px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.04em!important}.fnet-mockup-catalog .fnet-price-line span{padding-bottom:4px;color:#667085;font-size:10.5px;font-weight:700}
.fnet-mockup-catalog .fnet-features{flex:1!important;margin:0 0 18px!important}.fnet-mockup-catalog .fnet-feature-row{display:flex!important;align-items:flex-start!important;gap:8px!important;margin:8px 0!important;color:#475467!important;font-size:11px!important;line-height:1.35!important}.fnet-mockup-catalog .fnet-feature-row .check{display:grid;place-items:center;width:15px;height:15px;flex:0 0 15px;color:var(--fnet-mint);font-size:10px;margin-top:0}.fnet-mockup-catalog .fnet-feature-copy strong{color:#101828;font-weight:850}
.fnet-mockup-catalog .fnet-stock{margin:-6px 0 12px;color:#667085;font-size:10.5px}.fnet-mockup-catalog .fnet-stock i{color:var(--fnet-mint)}
.fnet-mockup-catalog .fnet-product-action{margin-top:auto}.fnet-mockup-catalog .fnet-order-btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;width:100%!important;height:48px!important;border:1.5px solid var(--fnet-pink)!important;border-radius:10px!important;background:#fff!important;color:var(--fnet-pink)!important;font-size:12px!important;font-weight:900!important;text-decoration:none!important;transition:.18s ease!important}.fnet-mockup-catalog .fnet-order-btn:hover,.fnet-mockup-catalog .is-featured .fnet-order-btn{background:linear-gradient(135deg,var(--fnet-pink),var(--fnet-pink-2))!important;color:#fff!important;border-color:transparent!important}

.fnet-mockup-catalog .fnet-order-summary-card{position:sticky;top:92px;padding:24px;border:1px solid #e4e7ec;border-radius:16px;background:#fff;box-shadow:0 12px 34px rgba(16,24,40,.065)}
.fnet-mockup-catalog .fnet-summary-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:17px;border-bottom:1px solid #eaecf0}.fnet-mockup-catalog .fnet-summary-head h3{margin:0!important;color:#101828!important;font-size:19px!important;font-weight:900!important}.fnet-mockup-catalog .fnet-summary-count{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--fnet-pink);color:#fff;font-size:11px;font-weight:900}
.fnet-mockup-catalog .fnet-summary-product{display:flex;align-items:center;gap:12px;padding:20px 0}.fnet-mockup-catalog .fnet-summary-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:#fff0f5;color:var(--fnet-pink);font-size:17px}.fnet-mockup-catalog .fnet-summary-product strong{display:block;color:#101828;font-size:13px;font-weight:900}.fnet-mockup-catalog .fnet-summary-product small{display:block;margin-top:3px;color:#98a2b3;font-size:10px}
.fnet-mockup-catalog .fnet-summary-total{display:flex;align-items:center;justify-content:space-between;padding:16px 0 18px;border-top:1px solid #eaecf0}.fnet-mockup-catalog .fnet-summary-total span{color:#344054;font-size:12px;font-weight:800}.fnet-mockup-catalog .fnet-summary-total strong{color:#101828;font-size:23px;font-weight:950;letter-spacing:-.035em}
.fnet-mockup-catalog .fnet-summary-cta{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:52px;border-radius:11px;background:linear-gradient(135deg,var(--fnet-pink),var(--fnet-pink-2));color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:900;box-shadow:0 9px 22px rgba(230,59,115,.18)}
.fnet-mockup-catalog .fnet-summary-empty{text-align:center;padding:28px 8px 20px}.fnet-mockup-catalog .fnet-summary-empty i{display:block;margin-bottom:9px;color:var(--fnet-pink);font-size:24px}.fnet-mockup-catalog .fnet-summary-empty strong{display:block;color:#101828;font-size:14px}.fnet-mockup-catalog .fnet-summary-empty p{margin:5px 0 0;color:#98a2b3;font-size:11px}
.fnet-mockup-catalog .fnet-security-note{display:flex;gap:11px;margin-top:18px;padding:15px;border-radius:12px;background:linear-gradient(135deg,#fff1f6,#fff7fa)}.fnet-mockup-catalog .fnet-security-note>i{color:var(--fnet-pink);font-size:20px}.fnet-mockup-catalog .fnet-security-note strong{display:block;color:var(--fnet-pink-dark);font-size:11.5px}.fnet-mockup-catalog .fnet-security-note span{display:block;margin-top:4px;color:#667085;font-size:9.5px;line-height:1.45}

.fnet-mockup-catalog .fnet-trust-strip{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:0!important;margin:28px 0 0!important;padding:18px 20px!important;border:1px solid #e4e7ec!important;border-radius:16px!important;background:#fff!important;box-shadow:0 8px 24px rgba(16,24,40,.04)!important}.fnet-mockup-catalog .fnet-trust-strip .trust{display:flex;align-items:center;justify-content:center;gap:11px;min-height:42px;border-right:1px solid #eaecf0}.fnet-mockup-catalog .fnet-trust-strip .trust:last-child{border-right:0}.fnet-mockup-catalog .fnet-trust-strip i{color:var(--fnet-pink);font-size:22px}.fnet-mockup-catalog .fnet-trust-strip strong{display:block;color:#101828;font-size:12px;font-weight:900}.fnet-mockup-catalog .fnet-trust-strip small{display:block;margin-top:2px;color:#98a2b3;font-size:9.5px}

@media (max-width:1250px){.fnet-mockup-catalog .fnet-catalog-layout{grid-template-columns:1fr}.fnet-mockup-catalog .fnet-order-summary-card{position:relative;top:auto}.fnet-mockup-catalog .fnet-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media (max-width:980px){.fnet-mockup-catalog .fnet-service-categories{grid-template-columns:repeat(2,1fr)}.fnet-mockup-catalog .fnet-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.fnet-mockup-catalog .fnet-order-flow .step .label{display:none!important}.fnet-mockup-catalog .fnet-order-flow .step{justify-content:center!important}.fnet-mockup-catalog .fnet-store-slogan{display:none}.fnet-mockup-catalog .fnet-store-hero-inner{align-items:flex-end}}
@media (max-width:680px){#order-standard_cart.fnet-mockup-catalog{width:calc(100% - 24px)!important}.fnet-mockup-catalog .fnet-store-hero{min-height:240px!important}.fnet-mockup-catalog .fnet-store-hero-inner{width:calc(100% - 28px);min-height:240px;padding:30px 0 38px}.fnet-mockup-catalog .fnet-store-hero h1{font-size:36px!important}.fnet-mockup-catalog .fnet-store-hero p{font-size:13px!important}.fnet-mockup-catalog .fnet-service-categories{grid-template-columns:1fr}.fnet-mockup-catalog .fnet-products-heading{align-items:flex-start;flex-direction:column}.fnet-mockup-catalog .fnet-products-grid{grid-template-columns:1fr!important}.fnet-mockup-catalog .fnet-trust-strip{grid-template-columns:1fr!important}.fnet-mockup-catalog .fnet-trust-strip .trust{justify-content:flex-start;padding:11px 0;border-right:0;border-bottom:1px solid #eaecf0}.fnet-mockup-catalog .fnet-trust-strip .trust:last-child{border-bottom:0}.fnet-mockup-catalog .fnet-order-flow{width:100%!important}}


/* =====================================================================
   4NET v3 — mockup fidelity pass 2
   Remove legacy product artwork/HTML and tighten catalogue proportions
   ===================================================================== */
.fnet-mockup-catalog .fnet-store-hero{
  height:280px!important;
  min-height:280px!important;
  display:block!important;
  margin-top:0!important;
  margin-bottom:-28px!important;
}
.fnet-mockup-catalog .fnet-store-hero-inner{height:280px!important;min-height:280px!important}
.fnet-mockup-catalog .fnet-order-flow{margin-top:0!important}

.fnet-mockup-catalog .fnet-products-grid{gap:18px!important}
.fnet-mockup-catalog .fnet-product-card{
  min-height:360px!important;
  padding:26px 26px 22px!important;
  border-radius:18px!important;
}
.fnet-mockup-catalog .fnet-product-card.is-featured{
  background:linear-gradient(180deg,#fff4f8 0%,#fff 58%)!important;
  border-color:var(--fnet-pink)!important;
  box-shadow:0 18px 44px rgba(230,59,115,.12)!important;
}
.fnet-mockup-catalog .fnet-product-title-row{margin-bottom:16px!important}
.fnet-mockup-catalog .fnet-product-title-row h3{font-size:20px!important}
.fnet-mockup-catalog .fnet-product-lead{
  display:block!important;
  max-height:34px!important;
  overflow:hidden!important;
  margin-top:5px!important;
  color:#98a2b3!important;
  font-size:11px!important;
  line-height:1.45!important;
}
.fnet-mockup-catalog .fnet-product-lead img,
.fnet-mockup-catalog .fnet-product-lead svg,
.fnet-mockup-catalog .fnet-product-lead picture,
.fnet-mockup-catalog .fnet-product-lead figure,
.fnet-mockup-catalog .fnet-product-lead .svg,
.fnet-mockup-catalog .fnet-product-lead [class*="icon"]{display:none!important}

.fnet-mockup-catalog .fnet-product-price{order:2;margin:6px 0 18px!important}
.fnet-mockup-catalog .fnet-price-line strong{font-size:34px!important}
.fnet-mockup-catalog .fnet-features{order:3;flex:1!important;margin:0 0 20px!important;padding:0!important;border:0!important;background:transparent!important}
.fnet-mockup-catalog .fnet-feature-row{
  margin:9px 0!important;
  gap:9px!important;
  color:#475467!important;
  font-size:12px!important;
}
.fnet-mockup-catalog .fnet-feature-row .check{
  width:17px!important;height:17px!important;flex-basis:17px!important;
  border-radius:50%!important;background:#ecfdf3!important;color:#12b76a!important;
  font-size:10px!important;font-weight:900!important;line-height:17px!important;text-align:center!important;
}
.fnet-mockup-catalog .fnet-feature-copy strong{font-weight:800!important;color:#101828!important}
.fnet-mockup-catalog .fnet-product-action{order:5;margin-top:auto!important}
.fnet-mockup-catalog .fnet-order-btn{height:50px!important;border-radius:11px!important;font-size:13px!important}
.fnet-mockup-catalog .fnet-featured-badge{top:-14px!important;padding:7px 15px!important;font-size:10px!important}

.fnet-mockup-catalog .fnet-order-summary-card{min-height:350px!important;padding:26px!important;border-radius:18px!important}
.fnet-mockup-catalog .fnet-summary-head h3{font-size:21px!important}
.fnet-mockup-catalog .fnet-summary-product{padding:22px 0!important}
.fnet-mockup-catalog .fnet-summary-total strong{font-size:26px!important}
.fnet-mockup-catalog .fnet-summary-cta{height:54px!important;font-size:14px!important}
.fnet-mockup-catalog .fnet-security-note{margin-top:20px!important;padding:17px!important}

@media (min-width:1260px){
  #order-standard_cart.fnet-mockup-catalog{width:min(100% - 56px,1500px)!important;max-width:1500px!important}
  .fnet-mockup-catalog .fnet-catalog-layout{grid-template-columns:minmax(0,1fr) 340px!important;gap:28px!important}
}

/* =====================================================================
   4NET v3 — storefront integration fixes
   Hide parent Antler banner on order-form pages and enable billing toggle
   ===================================================================== */
/* This stylesheet is loaded by the order form only, so it is safe to
   suppress Antler's generic inner-page banner here. */
.top-header.item17{display:none!important;}
.wrapper.sec-normal{padding-top:0!important;}

.fnet-mockup-catalog .fnet-billing-pills{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  padding:4px!important;
  border-radius:999px!important;
  background:#f2f4f7!important;
}
.fnet-mockup-catalog .fnet-billing-toggle{
  appearance:none!important;
  border:0!important;
  outline:0!important;
  min-width:82px!important;
  height:36px!important;
  padding:0 15px!important;
  border-radius:999px!important;
  background:transparent!important;
  color:#667085!important;
  font:800 11px/1 inherit!important;
  cursor:pointer!important;
  transition:.18s ease!important;
}
.fnet-mockup-catalog .fnet-billing-toggle.active{
  background:linear-gradient(135deg,var(--fnet-pink),var(--fnet-pink-2))!important;
  color:#fff!important;
  box-shadow:0 6px 16px rgba(230,59,115,.18)!important;
}
.fnet-mockup-catalog .fnet-product-card.cycle-unavailable{
  opacity:.72!important;
}
.fnet-mockup-catalog .fnet-product-card.cycle-unavailable .fnet-cycle-period:after{
  content:' • annual price unavailable';
  color:#98a2b3;
  font-size:9px;
}
@media(max-width:680px){
  .fnet-mockup-catalog .fnet-billing-pills{width:100%!important;}
  .fnet-mockup-catalog .fnet-billing-toggle{flex:1!important;}
}
