/* CT_CART_SUMMARY_01G_NATIVE_TOTALS_SERVICE_STRIP_VISUAL_SAFE */
body.page-cart .ct-cart-summary-01g{
  --ct01g-ink:#171717;
  --ct01g-muted:#6d665f;
  --ct01g-line:#e7ded3;
  --ct01g-soft:#fbf8f3;
  --ct01g-gold:#b18436;
  --ct01g-white:#fff;
  width:100%;
  margin:0;
  padding:0;
  border:1px solid var(--ct01g-line);
  background:var(--ct01g-white);
  box-shadow:none;
  box-sizing:border-box;
  overflow:hidden;
}
body.page-cart .ct-cart-summary-01g *,
body.page-cart .ct-cart-summary-01g *::before,
body.page-cart .ct-cart-summary-01g *::after{
  box-sizing:border-box;
}
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__title{
  margin:0;
  padding:18px 20px 14px;
  border-bottom:1px solid var(--ct01g-line);
  color:var(--ct01g-ink);
  font-size:15px;
  line-height:1.25;
  font-weight:700;
  letter-spacing:.09em;
  text-transform:uppercase;
}
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__rows{
  width:100%;
  padding:8px 20px 4px;
}
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  width:100%;
  min-height:34px;
  padding:9px 0;
  border-bottom:1px solid #f0ebe5;
  color:var(--ct01g-ink);
}
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__row:last-child{
  border-bottom:0;
}
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__label{
  min-width:0;
  color:var(--ct01g-muted);
  font-size:12px;
  line-height:1.4;
  font-weight:400;
}
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__value{
  flex:0 0 auto;
  color:var(--ct01g-ink);
  font-size:12px;
  line-height:1.4;
  font-weight:700;
  white-space:nowrap;
}
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__total{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  width:100%;
  min-height:62px;
  margin:0;
  padding:18px 20px;
  border-top:1px solid var(--ct01g-line);
  border-bottom:1px solid var(--ct01g-line);
  background:var(--ct01g-soft);
}
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__total-label{
  color:var(--ct01g-ink);
  font-size:13px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:.07em;
  text-transform:uppercase;
}
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__total-value{
  color:var(--ct01g-ink);
  font-size:20px;
  line-height:1.15;
  font-weight:700;
  white-space:nowrap;
}
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__services{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  width:100%;
  margin:0;
  padding:0;
  border-bottom:1px solid var(--ct01g-line);
  background:#fff;
}
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__service{
  min-width:0;
  min-height:112px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:16px 10px;
  border-right:1px solid var(--ct01g-line);
  text-align:center;
}
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__service:last-child{
  border-right:0;
}
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__service-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  color:var(--ct01g-gold);
  font-size:28px;
  line-height:1;
}
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__service-title{
  color:var(--ct01g-ink);
  font-size:10px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__service-copy{
  color:var(--ct01g-muted);
  font-size:10px;
  line-height:1.35;
}
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__actions{
  display:flex;
  flex-direction:column;
  gap:10px;
  width:100%;
  padding:18px 20px 20px;
}
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__checkout,
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__continue{
  width:100%;
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:12px 18px;
  border-radius:0;
  text-align:center;
  text-decoration:none;
  font-size:11px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:none;
}
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__checkout{
  border:1px solid var(--ct01g-ink);
  background:var(--ct01g-ink);
  color:#fff;
}
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__continue{
  border:1px solid #bfb8b0;
  background:#fff;
  color:var(--ct01g-ink);
}
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__checkout:hover{
  background:#000;
  color:#fff;
}
body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__continue:hover{
  border-color:var(--ct01g-gold);
  color:var(--ct01g-gold);
}
body.page-cart .ct-cart-summary-01g [data-ct-summary-native-hidden="1"]{
  display:none!important;
}
@media(max-width:767px){
  body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__services{
    grid-template-columns:1fr;
  }
  body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__service{
    min-height:78px;
    border-right:0;
    border-bottom:1px solid var(--ct01g-line);
  }
  body.page-cart .ct-cart-summary-01g .ct-cart-summary-01g__service:last-child{
    border-bottom:0;
  }
}
