/* WooCommerce styling for Disciplina */
.woocommerce .woocommerce-breadcrumb{
  font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:1000;color:#555;margin:0 0 22px;
}
.woocommerce .woocommerce-breadcrumb a{color:#000;text-decoration:none}
.woocommerce-products-header__title,
.woocommerce div.product .product_title,
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title{
  font-family:var(--ds-font-head);
  text-transform:uppercase;
  font-size:clamp(42px,5vw,92px);
  line-height:.9;
  margin:0 0 28px;
  color:#000;
}
.ds-woo-card{padding:34px!important}
.woocommerce-result-count,
.woocommerce-ordering{font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.1em;color:#333}
.woocommerce .woocommerce-ordering select{
  height:42px;border:2px solid #000;background:#fff;color:#000;padding:0 12px;font-weight:900;
}
.woocommerce ul.products{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px!important;
  margin-top:26px!important;
}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
  width:auto!important;
  float:none!important;
  margin:0!important;
  border:2px solid #000;
  box-shadow:8px 8px 0 #000;
  background:#fff;
  overflow:hidden;
  padding:0 0 18px!important;
  transition:.18s ease;
}
.woocommerce ul.products li.product:hover{transform:translate(3px,3px);box-shadow:4px 4px 0 #000}
.woocommerce ul.products li.product a img{
  aspect-ratio:1/1;
  object-fit:cover;
  background:#e6e1d5;
  margin:0!important;
  width:100%!important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-family:var(--ds-font-head);
  font-size:28px!important;
  line-height:.95;
  text-transform:uppercase;
  color:#000;
  padding:18px 18px 6px!important;
}
.woocommerce ul.products li.product .price{
  color:#000!important;
  font-weight:1000!important;
  font-size:20px!important;
  padding:0 18px;
}
.woocommerce ul.products li.product .button{
  margin:14px 18px 0!important;
  min-height:42px!important;
  font-size:11px!important;
  padding:12px 14px!important;
}
.woocommerce span.onsale{
  min-height:auto;min-width:auto;
  border-radius:0;
  background:var(--ds-red)!important;
  color:#fff!important;
  border:2px solid #000;
  box-shadow:4px 4px 0 #000;
  padding:7px 10px;
  top:12px!important;left:12px!important;
  line-height:1;
  font-size:11px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.woocommerce nav.woocommerce-pagination ul{
  border:0;display:flex;gap:8px;justify-content:center;margin-top:34px;
}
.woocommerce nav.woocommerce-pagination ul li{border:0}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
  border:2px solid #000!important;
  min-width:42px;height:42px;display:grid!important;place-items:center;
  background:#fff;color:#000!important;font-weight:1000!important;
}
.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--ds-lime)!important}

.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.85fr);gap:34px;align-items:start}
.woocommerce div.product div.images,
.woocommerce div.product div.summary{float:none!important;width:auto!important}
.woocommerce div.product div.images img{border:2px solid #000;box-shadow:8px 8px 0 #000;background:#e6e1d5}
.woocommerce div.product .summary{background:#fff;border:2px solid #000;box-shadow:8px 8px 0 #000;padding:28px;color:#000}
.woocommerce div.product p.price,
.woocommerce div.product span.price{color:#000!important;font-weight:1000;font-size:34px!important}
.woocommerce div.product form.cart{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:24px}
.woocommerce .quantity .qty{height:48px;width:82px;border:2px solid #000;font-weight:1000;text-align:center}
.woocommerce div.product .woocommerce-tabs{grid-column:1/-1;background:#fff;color:#000;border:2px solid #000;box-shadow:8px 8px 0 #000;margin-top:28px;padding:0 24px 24px}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important;margin:0 0 20px!important;border-bottom:2px solid #000}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{display:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border:2px solid #000!important;border-radius:0!important;background:#f3f1ea!important;margin:0 8px 0 0!important;font-weight:1000;text-transform:uppercase;letter-spacing:.08em;font-size:12px}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:var(--ds-lime)!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after{display:none!important}
.woocommerce .related.products{grid-column:1/-1;margin-top:34px}
.woocommerce .related.products h2{font-family:var(--ds-font-head);font-size:56px;text-transform:uppercase;color:#000;line-height:.9}

.woocommerce-message,.woocommerce-info,.woocommerce-error{
  border-top:0!important;
  border:2px solid #000!important;
  box-shadow:6px 6px 0 #000;
  background:#fff!important;
  color:#000!important;
  font-weight:900;
}
.woocommerce-message:before,.woocommerce-info:before{color:var(--ds-lime)!important}
.woocommerce-error:before{color:var(--ds-red)!important}
.woocommerce table.shop_table{
  border:2px solid #000!important;
  border-radius:0!important;
  background:#fff;
  color:#000;
}
.woocommerce table.shop_table th{font-weight:1000;text-transform:uppercase;letter-spacing:.08em;background:#f3f1ea;color:#000}
.woocommerce table.shop_table td,.woocommerce table.shop_table th{border-color:#000!important}
.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review{
  background:#fff;color:#000;border:2px solid #000;box-shadow:8px 8px 0 #000;padding:24px;margin-bottom:28px;
}
.cart-collaterals .cart_totals h2,
.woocommerce-checkout h3{
  font-family:var(--ds-font-head);text-transform:uppercase;font-size:38px;line-height:.9;color:#000;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single{
  border:2px solid #000!important;border-radius:0!important;min-height:46px;background:#fff;color:#000;padding:9px 12px;font-weight:700;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:44px;color:#000}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:44px}
.woocommerce #payment{background:#f3f1ea!important;border:2px solid #000!important;border-radius:0!important}
.woocommerce #payment div.payment_box{background:#fff!important;color:#000!important}
.woocommerce #payment div.payment_box:before{border-bottom-color:#fff!important}

@media(max-width:1100px){
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .woocommerce div.product{grid-template-columns:1fr}
}
@media(max-width:720px){
  .woocommerce ul.products{grid-template-columns:1fr}
  .ds-woo-card{padding:20px!important}
  .woocommerce-products-header__title,.woocommerce div.product .product_title{font-size:48px}
}
