
/* KARMA_CLIENT_AUDIT_FIX_V1_0_1 */

.kcv1-payment-breakdown{
  display:grid;
  gap:8px;
  margin:16px 0;
  padding:14px 16px;
  border:1px solid #ddd8cf;
  background:#f8f6f1;
}

.kcv1-payment-breakdown[hidden]{
  display:none!important;
}

.kcv1-payment-breakdown>div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.kcv1-payment-breakdown small{
  color:#666;
  line-height:1.45;
}

.kcv1-final-review{
  display:grid;
  gap:12px;
  margin:20px 0;
}

.kcv1-review-heading h3{
  margin:4px 0 0;
  font-size:20px;
}

.kcv1-review-heading span{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#666;
}

.kcv1-review-section{
  border:1px solid #e2ded6;
  padding:14px 16px;
  background:#fff;
}

.kcv1-review-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:8px;
}

.kcv1-review-title button{
  border:0;
  background:transparent;
  text-decoration:underline;
  padding:8px;
  min-height:44px;
}

.kcv1-review-section p{
  margin:4px 0;
  line-height:1.45;
}

.kcv1-review-product{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:10px 0;
  border-top:1px solid #eeeae3;
}

.kcv1-review-product span{
  display:block;
  margin-top:4px;
  color:#666;
  font-size:12px;
  line-height:1.4;
}

.product-model-preview-note{
  margin:10px 0 0;
  padding:10px 12px;
  background:#f7f5f0;
  border:1px solid #e1ddd5;
  color:#555;
  font-size:12px;
  line-height:1.45;
}

.product-card__category{
  color:#595959!important;
}

.karma-device-seo__eyebrow{
  color:#595959!important;
  opacity:1!important;
}

.home-phone-entry{
  border-bottom:1px solid #e7e3dc;
  background:#fff;
}

.home-phone-entry__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding-top:24px;
  padding-bottom:24px;
}

.home-phone-entry__inner>div:first-child>span{
  display:block;
  color:#666;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.1em;
  margin-bottom:5px;
}

.home-phone-entry h2{
  margin:0;
  font-size:25px;
}

.home-phone-entry p{
  margin:7px 0 0;
  color:#666;
  line-height:1.45;
}

.home-phone-entry__actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}

.home-phone-entry__actions>.button:not(.button--dark){
  border-color:#d7d2ca;
  background:#fff;
}

.gift-product-card__price{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin:8px 0 10px;
}

.gift-product-card__price strong{
  font-size:16px;
}

.gift-product-card__price small{
  color:#666;
}

@media(max-width:840px){

  .home-phone-entry__inner{
    display:grid;
    gap:16px;
    padding-top:18px;
    padding-bottom:18px;
  }

  .home-phone-entry h2{
    font-size:22px;
  }

  .home-phone-entry__actions{
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .home-phone-entry__actions button{
    grid-column:1/-1;
  }

  .hero-dots{
    gap:0!important;
  }

  .hero-dots button{
    position:relative;
    width:44px!important;
    height:44px!important;
    border:0!important;
    background:transparent!important;
  }

  .hero-dots button::after{
    content:"";
    position:absolute;
    width:7px;
    height:7px;
    border:1px solid #fff;
    border-radius:50%;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
  }

  .hero-dots button.is-active::after{
    background:#fff;
  }

  .site-footer a{
    display:inline-flex;
    align-items:center;
    min-height:44px;
    margin-bottom:0!important;
  }

  .product-card__category{
    display:flex!important;
    align-items:center;
    min-height:44px;
    margin-bottom:0!important;
  }

  .product-card h3 a{
    display:flex;
    align-items:center;
    min-height:44px;
  }

  .kcv1-review-product{
    display:grid;
    gap:6px;
  }
}


/* ==========================================================
   KARMA_CLIENT_AUDIT_K08_V1_0_0
   Edit configuration from cart
   ========================================================== */

.kcv1-edit-config{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  margin-top:7px;
  padding:4px 0;
  color:#111;
  font-size:13px;
  font-weight:500;
  text-decoration:underline;
  text-underline-offset:3px;
}

.kcv1-edit-config:hover{
  text-decoration-thickness:2px;
}

.product-cart-edit-notice{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin:0 0 20px;
  padding:14px 16px;
  border:1px solid #cfc7b8;
  background:#f8f5ee;
}

.product-cart-edit-notice[hidden]{
  display:none!important;
}

.product-cart-edit-notice>div{
  display:grid;
  gap:4px;
}

.product-cart-edit-notice strong{
  font-size:14px;
}

.product-cart-edit-notice span{
  color:#666;
  font-size:12px;
  line-height:1.45;
}

.product-cart-edit-notice>a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 12px;
  border:1px solid #cfc8bd;
  white-space:nowrap;
  font-size:12px;
}

@media(max-width:840px){

  .product-cart-edit-notice{
    align-items:stretch;
    display:grid;
    gap:10px;
  }

  .product-cart-edit-notice>a{
    width:100%;
  }

  .kcv1-edit-config{
    width:max-content;
  }
}


/* ==========================================================
   KARMA_CLIENT_AUDIT_K19_V1_0_0
   Catalog phone filter + sort
   ========================================================== */

.catalog-phone-filter{
  display:grid;
  grid-template-columns:minmax(180px,.8fr) minmax(280px,1.6fr);
  gap:22px;
  align-items:start;
  margin-bottom:18px;
  padding:18px;
  border:1px solid #dedad2;
  background:#f8f6f1;
}

.catalog-phone-filter__copy{
  display:grid;
  gap:5px;
}

.catalog-phone-filter__copy>span{
  color:#666;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.1em;
}

.catalog-phone-filter__copy>strong{
  max-width:300px;
  font-size:16px;
  line-height:1.35;
}

.catalog-phone-picker{
  display:grid;
  gap:9px;
}

.catalog-phone-search{
  position:relative;
}

.catalog-phone-search>input{
  width:100%;
  min-height:48px;
  padding:0 14px;
  border:1px solid #cfcac1;
  border-radius:0;
  background:#fff;
  font:inherit;
}

.catalog-phone-search>input:focus{
  outline:2px solid #111;
  outline-offset:1px;
}

.catalog-phone-results{
  position:absolute;
  z-index:40;
  top:calc(100% + 6px);
  left:0;
  right:0;
  max-height:390px;
  overflow:auto;
  border:1px solid #d4d0c8;
  background:#fff;
  box-shadow:0 12px 34px rgba(0,0,0,.12);
}

.catalog-phone-results[hidden]{
  display:none!important;
}

.catalog-phone-results button{
  display:flex;
  width:100%;
  min-height:58px;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:10px 13px;
  border:0;
  border-bottom:1px solid #eeeae3;
  background:#fff;
  text-align:left;
  cursor:pointer;
}

.catalog-phone-results button:hover,
.catalog-phone-results button:focus{
  background:#f5f2ec;
  outline:none;
}

.catalog-phone-results button>span{
  display:grid;
  gap:3px;
}

.catalog-phone-results button small{
  color:#666;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.catalog-phone-results button>b{
  flex:0 0 auto;
  font-size:12px;
}

.catalog-phone-results__empty{
  padding:16px;
  color:#666;
  font-size:13px;
}

.catalog-selected-phone{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:11px 13px;
  border:1px solid #d9d4ca;
  background:#fff;
}

.catalog-selected-phone[hidden]{
  display:none!important;
}

.catalog-selected-phone>div{
  display:grid;
  gap:2px;
}

.catalog-selected-phone span{
  color:#777;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.catalog-selected-phone strong{
  font-size:14px;
}

.catalog-selected-phone small{
  color:#666;
  font-size:12px;
}

.catalog-selected-phone button{
  min-width:74px;
  min-height:44px;
  padding:0 10px;
  border:1px solid #d0cbc2;
  background:#fff;
  cursor:pointer;
}

.catalog-search select{
  min-height:46px;
  padding:0 38px 0 12px;
  border:1px solid #d0cbc2;
  background:#fff;
  font:inherit;
}

.catalog-toolbar{
  gap:10px 18px;
  flex-wrap:wrap;
}

.catalog-toolbar__phone{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:4px 9px;
  background:#f2efe9;
  color:#4f4f4f;
  font-size:12px;
}

.product-card__availability{
  display:block;
  margin-top:3px;
  color:#666;
  font-size:10px;
  line-height:1.3;
}

@media(max-width:840px){

  .catalog-phone-filter{
    grid-template-columns:1fr;
    gap:13px;
    padding:14px;
  }

  .catalog-phone-filter__copy>strong{
    max-width:none;
  }

  .catalog-search{
    display:grid!important;
    grid-template-columns:1fr 110px;
    gap:8px;
  }

  .catalog-search>input[type="search"]{
    grid-column:1/-1;
  }

  .catalog-search select{
    width:100%;
  }

  .catalog-search .button{
    width:100%;
  }

  .catalog-phone-results{
    max-height:52vh;
  }
}
