.oh-cart{
  max-width:1800px;
  margin:0 auto;
  padding:40px 200px 80px 300px
}

@media (max-width:991.98px){
  .oh-cart{
    padding:24px 16px 60px
  }
}

.oh-cart__title{
  margin:0 0 22px;
  font:500 16px Inter,sans-serif;
  letter-spacing:.18em;
  text-transform:uppercase
}

.woocommerce-cart .cart-collaterals{
  display:none
}

.oh-cart{
  --col-img:180px;
  --col-qty:90px;
  --col-remove:32px;
  --gap:24px;
}

.oh-head,
.oh-items .oh-item{
  display:grid;
  grid-template-columns: var(--col-img) 1fr auto var(--col-qty) var(--col-remove);
  gap:24px;
  align-items:center;
}

.oh-head{
  list-style:none;
  margin:0 0 10px;
  padding:0 0 8px;
  border-bottom:2px solid #000;
  font:500 10px Inter,sans-serif;
  letter-spacing:.14em;
  text-transform:uppercase
}

.oh-head li{
  margin:0
}

.oh-items{
  list-style:none;
  margin:0;
  padding:0
}

.oh-items .oh-item{
  padding:10px 0;
  border-bottom:0
}

.oh-items .oh-item + .oh-item{
  margin-top:26px
}

.oh-thumb{
  width:var(--col-img)
}

.oh-thumb img{
  display:block;
  width:160px;
  max-width:100%;
  height:auto
}

.oh-desc{
  font:500 12px Inter,sans-serif;
  letter-spacing:.04em;
  line-height:1.55;
  position:relative
}

.oh-desc .oh-name a,.oh-desc .oh-name{
  font-weight:500;
  color:#000;
  text-decoration:none;
  text-transform: uppercase;
}

.oh-desc .variation,.oh-desc dl{
  margin:0
}

.oh-desc .variation dt,.oh-desc .variation dd{
  display:inline;
  margin:0;
  font-weight:600
}

.oh-desc .variation dd+dt:before{
  content:" • ";
  margin:0 .35em
}

.oh-qty{
  justify-self:center;
}

.oh-qty__input{
  width:60px;
  height:32px;
  line-height:32px;
  text-align:center;
  border:1px solid #000;
  border-radius:0;
  background:#fff;
  color:#000;
  font:500 12px Inter,sans-serif
}

.oh-qty__input:focus{
  outline:none;
  box-shadow:inset 0 0 0 1px #000
}

.oh-removecol{
  width:var(--col-remove);
  display:flex;
  justify-content:flex-end
}

.oh-remove-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  cursor:pointer;
  opacity:.9;
  text-decoration:none
}

.oh-remove-icon:hover{
  opacity:.6
}

.oh-remove-icon svg{
  display:block;
  width:100%;
  height:100%
}

.oh-total{
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:2px solid #000;
  border-bottom:2px solid #000;
  padding:14px 0;
  margin-top:6px
}

.oh-total__label{
  font:500 12px Inter,sans-serif;
  letter-spacing:.18em;
  text-transform:uppercase
}

.oh-total__value{
  font:500 14px Inter,sans-serif
}

.oh-coupon{
  display:flex;
  align-items:center;
  gap:12px;
  border-bottom:2px solid #000;
  padding:12px 0;
}

.oh-coupon label{font:600 12px Inter,sans-serif;letter-spacing:.28em;text-transform:uppercase}
.oh-coupon input{width:320px;height:36px;padding:0 12px;border:1px solid #000;border-radius:0;background:#fff;color:#000;font:500 12px Inter,sans-serif; text-transform: uppercase; letter-spacing:.14em}
.oh-coupon .button{height:36px;padding:0 26px;border:1px solid #000;border-radius:0;background:#000;color:#fff;font:600 12px Inter,sans-serif;letter-spacing:.14em;text-transform:uppercase;cursor:pointer}
.oh-coupon .button:hover{opacity:.9}

.oh-cta{display:flex;justify-content:space-between;align-items:center;margin-top:16px}
.oh-continue{font:500 12px Inter,sans-serif;letter-spacing:.18em;text-transform:uppercase;color:#000;text-decoration:none}
.oh-continue:hover{opacity:.7}
.oh-buy{height:36px;padding:0 26px; border:1px solid #000; border-radius:0;background:#000; color:#fff !important; display:inline-flex;align-items:center;justify-content:center;font:600 12px Inter,sans-serif;letter-spacing:.14em;text-transform:uppercase;cursor:pointer}
.oh-buy:hover{opacity:.9}

.oh-hidden{display:none!important}
body.woocommerce-cart h1.entry-title,
body.woocommerce-cart .page-title,
body.woocommerce-cart .woocommerce-products-header__title,
body.woocommerce-cart .wp-block-post-title{display:none!important}

.oh-remove--m{display:none}
@media (max-width:991.98px){
  .oh-head{display:none}
  .oh-items .oh-item{grid-template-columns:100px 1fr;gap:8px}
  .oh-removecol{display:none}
  .oh-desc{padding-right:28px}
  .oh-remove--m{display:inline-flex;position:absolute;right:0;top:0;width:16px;height:16px}
}

.oh-price{
  justify-self:end;
  text-align:right;
  white-space:nowrap;
  font:500 12px Inter,sans-serif;
  font-variant-numeric: tabular-nums;
}

.oh-price .oh-old{font-weight:500;text-decoration:none}

.oh-price .oh-minus{font-weight:500}

.oh-qty__value{
  display:inline-block;
  font:500 12px Inter,sans-serif;
  text-align:center;
  min-width:24px;
}

.oh-coupon-msg{margin-top:8px;font:500 12px Inter,sans-serif}
.oh-coupon-msg .msg-success{color:#090}
.oh-coupon-msg .msg-error{color:#c00}


@media (max-width:992px){
  .oh-cart{padding:20px 16px 56px}
  .oh-head{display:none}

  .oh-items .oh-item{
    position:relative;
    display:grid;
    grid-template-columns:100px 1fr;
    grid-template-rows:auto auto;
    gap:10px 14px;
    padding:10px 0;
  }
  .oh-items .oh-item:first-child{border-top:0}

  .oh-thumb{grid-column:1;grid-row:1 / span 2;width:100px}
  .oh-thumb img{width:100px}

  .oh-desc{grid-column:2;grid-row:1;font:600 12px Inter,sans-serif;line-height:1.5;padding-right:24px}
  .oh-desc .oh-name{margin-bottom:4px}

  .oh-removecol{display:none}
  .oh-remove--m{
    display:inline-flex;
    position:absolute;
    top:0;
    right:0;
    width:18px;
    height:18px;
  }

  .oh-qty{grid-column:2;grid-row:2;justify-self:start;font:600 12px Inter,sans-serif;text-transform:uppercase}
  .oh-qty::before{content:"КОЛ-ВО ";}

  .oh-price{grid-column:2;grid-row:2;justify-self:end;text-align:right;white-space:nowrap;font:700 12px Inter,sans-serif;font-variant-numeric:tabular-nums}
  .oh-price::before{font-weight:700;letter-spacing:.06em;margin-right:6px;text-transform:uppercase}

  .oh-total{padding:14px 0;margin-top:8px;border-top:2px solid #000;border-bottom:2px solid #000}
  .oh-total__label{letter-spacing:.22em;font-size:12px}
  .oh-total__value{font-size:16px}

  .oh-coupon{flex-wrap:wrap;gap:10px;padding:12px 0;border-bottom:none;}
  .oh-coupon label{width:100%;font-size:12px;letter-spacing:.22em}
  .oh-coupon input{width:100%;height:40px}
  .oh-coupon .button{width:100%;height:44px}

  .oh-cta{flex-direction:column-reverse;gap:12px;margin-top:0}
  .oh-buy,.oh-continue{width:100%;justify-content:center}
  .oh-continue{background:#fff;color:#000; margin-top: 10px;}

  .oh-buy{width:100%;height:44px}

  .oh-items .oh-item + .oh-item {margin-top: 10px;}
}

.button--outline{
  background:#fff;border:1px solid #000;color:#000;
  height:36px;padding:0 26px;
  font:600 10px Inter,sans-serif;letter-spacing:.14em;text-transform:uppercase;
}

.oh-coupon input:focus,
.oh-coupon .button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.oh-empty {
  display: flex;
  justify-content: center;
  min-height: 60vh;
  text-align: center;
  margin-top: 100px;
}

.oh-empty__wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.oh-empty__msg {
  font: 500 12px Inter, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0;
}

.oh-empty__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 26px;
  border: 1px solid #000;
  background: #000;
  color: #fff !important;
  text-decoration: none;
  font: 600 12px Inter, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: background .2s, color .2s;
  text-align: center;
}

.oh-empty__btn:hover {
  opacity: 0.9;
}
