/* KARMA_RETENTION_NAV_V1_0_0 */

.karma-active-phone{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin:-3px 0 16px;
  font-size:13px;
  line-height:1.35;
  color:#666;
}

.karma-active-phone strong{
  color:#111;
  font-weight:600;
}

.karma-active-phone button{
  border:0;
  padding:0;
  background:none;
  color:#111;
  font:inherit;
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
  cursor:pointer;
}

.karma-card-phone{
  display:block;
  margin:-2px 0 7px;
  color:#555;
  font-size:11px;
  line-height:1.25;
}

.karma-retention-section{
  margin-top:54px;
  margin-bottom:18px;
}

.karma-retention-section .product-slider-heading{
  margin-bottom:24px;
}

.karma-retention-global{
  padding-top:54px;
  padding-bottom:68px;
}

.karma-retention-global .product-slider-heading{
  margin-bottom:24px;
}

.karma-search-paths{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}

.karma-search-paths a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:9px 13px;
  border:1px solid #d9d6d0;
  border-radius:999px;
  color:#111;
  background:#fff;
  font-size:12px;
  line-height:1.1;
  text-decoration:none;
}

.karma-search-paths a:first-child{
  background:#0a0a0a;
  border-color:#0a0a0a;
  color:#fff;
}

.karma-cart-choice{
  position:fixed;
  z-index:250;
  right:24px;
  bottom:24px;
  width:min(420px,calc(100vw - 32px));
  padding:18px;
  border:1px solid rgba(0,0,0,.12);
  border-radius:8px;
  background:#fff;
  color:#111;
  box-shadow:0 20px 60px rgba(0,0,0,.22);
}

.karma-cart-choice__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}

.karma-cart-choice__top strong{
  display:block;
  margin-bottom:4px;
  font-size:16px;
}

.karma-cart-choice__top span{
  color:#666;
  font-size:12px;
  line-height:1.4;
}

.karma-cart-choice__close{
  flex:0 0 auto;
  width:30px;
  height:30px;
  border:0;
  border-radius:50%;
  background:#f1f1f1;
  font-size:20px;
  cursor:pointer;
}

.karma-cart-choice__actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}

.karma-cart-choice__actions a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:8px 12px;
  border:1px solid #111;
  border-radius:4px;
  text-align:center;
  font-size:13px;
  font-weight:600;
  text-decoration:none;
}

.karma-cart-choice__checkout{
  background:#111;
  color:#fff;
}

.karma-cart-choice__continue{
  background:#fff;
  color:#111;
}

@media(max-width:840px){
  .karma-retention-section{
    margin-top:36px;
  }

  .karma-retention-global{
    padding-top:40px;
    padding-bottom:48px;
  }

  .karma-cart-choice{
    left:14px;
    right:14px;
    bottom:80px;
    width:auto;
  }

  .karma-cart-choice__actions{
    grid-template-columns:1fr;
  }
}

/* KARMA_RETENTION_NAV_V1_0_1 */

/* Active model context already replaces this duplicated server row. */
.karma-active-phone + .product-summary__variant{
  display:none;
}

/* Tighten the final discovery block before footer. */
.karma-other-collections{
  margin-bottom:-28px;
}

@media(max-width:840px){
  .karma-other-collections{
    margin-bottom:-12px;
  }
}
