/* kliq – obchod, produkt, košík, pokladna. Platí na všech šířkách. */

body.woocommerce,
body.woocommerce-page {
  background: #f2efe9;
  color: #1c1c1c;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.woocommerce-shop .brxe-section,
.single-product .brxe-section,
.woocommerce-cart .brxe-section,
.woocommerce-checkout .brxe-section {
  background: #f2efe9;
}

.woocommerce-shop .brxe-container,
.single-product .brxe-container,
.woocommerce-cart .brxe-container,
.woocommerce-checkout .brxe-container {
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.woocommerce-shop .brxe-post-title {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 3.5rem;
}

#brxe-321a9d {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.woocommerce-shop .brxe-pagination {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}

.woocommerce-shop .brxe-post-title,
.single-product .brxe-product-title {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #1c1c1c;
  line-height: 1;
}

.woocommerce-shop .brxe-post-title {
  font-size: clamp(2rem, 6vw, 2.75rem);
  text-align: center;
}

.single-product .brxe-product-title {
  font-size: clamp(2.2rem, 6vw, 3rem);
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-shop .brxe-woocommerce-breadcrumbs {
  font-size: 0.8rem;
  color: #8a847c;
}

.woocommerce-shop .brxe-block.brxe-product,
.woocommerce-shop .brxe-3c1b13,
#brxe-3c1b13 {
  background: #fffcf8;
  border-radius: 1.5rem;
  padding: 0.75rem 0.75rem 1.25rem;
}

.woocommerce-shop .brxe-image img,
#brxe-6c863b img {
  border-radius: 1rem;
  width: 100%;
  height: 22rem;
  object-fit: cover;
}

.woocommerce .bricks-button,
.woocommerce-page .bricks-button {
  background: #1c1c1c;
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  padding: 0.8rem 1.4rem;
  box-shadow: none;
}

.woocommerce .bricks-button:hover,
.woocommerce-page .bricks-button:hover {
  background: #e2483d;
  color: #fff;
  border: 0;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.brxe-product-add-to-cart a,
.brxe-product-add-to-cart button,
.brxe-product-add-to-cart .button {
  background: #1c1c1c;
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  padding: 0.8rem 1.4rem;
  line-height: 1.2;
  text-decoration: none;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.brxe-product-add-to-cart a:hover,
.brxe-product-add-to-cart button:hover,
.brxe-product-add-to-cart .button:hover {
  background: #e2483d;
  color: #fff;
}

.woocommerce table.shop_table,
.woocommerce-checkout #payment,
.woocommerce-cart .cart_totals {
  background: #fffcf8;
  border: 0;
  border-radius: 1.25rem;
}

#brxe-7595bb {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

#brxe-3c1b13 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}

#brxe-6c863b,
#brxe-6c863b img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  background: #f7f4ee;
}

#brxe-ba2876 {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  padding: 0.85rem 0.45rem 0;
}

#brxe-de9e63,
#brxe-dda709 {
  display: none;
}

#brxe-ad5db8 {
  margin-top: auto;
  align-self: flex-start;
}

.woocommerce-shop .brxe-post-title {
  padding-top: 0;
}

@media (min-width: 720px) {
  #brxe-7595bb {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1100px) {
  #brxe-7595bb {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .woocommerce-shop .brxe-container,
  .single-product .brxe-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .single-product .brxe-container {
    grid-template-columns: 1fr;
  }
}
