/* Start custom CSS for shortcode, class: .elementor-element-917b30d */.auskal-shop-showcase {
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 20px 72px;
  color: #151515;
}

.auskal-shop-intro {
  max-width: 680px;
  margin-bottom: 36px;
}

.auskal-kicker {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7b3ff2;
}

.auskal-shop-intro h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
  font-weight: 800;
}

.auskal-shop-intro p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #555;
}

.auskal-product-wrap {
  padding: 28px;
  border: 1px solid #e7e2f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(20, 20, 30, .08);
}

.auskal-product-wrap ul.products {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 28px;
  margin: 0 !important;
}

.auskal-product-wrap ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  display: grid;
  grid-template-columns: minmax(220px, 420px) 1fr;
  gap: 32px;
  align-items: center;
}

.auskal-product-wrap li.product img {
  width: 100%;
  border-radius: 8px;
  background: #f6f4fb;
}

.auskal-product-wrap .woocommerce-loop-product__title {
  font-size: 28px !important;
  line-height: 1.2;
  margin-bottom: 12px !important;
}

.auskal-product-wrap .price {
  display: block;
  margin: 10px 0 18px !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #151515 !important;
}

.auskal-product-wrap .button {
  border-radius: 6px !important;
  padding: 14px 22px !important;
  background: #151515 !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.auskal-product-wrap .button:hover {
  background: #7b3ff2 !important;
}

.auskal-shop-note {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.auskal-shop-note span {
  padding: 10px 14px;
  border: 1px solid #e7e2f2;
  border-radius: 999px;
  font-size: 14px;
  color: #444;
  background: #faf9fd;
}

@media (max-width: 768px) {
  .auskal-shop-showcase {
    padding: 38px 16px 56px;
  }

  .auskal-product-wrap {
    padding: 18px;
  }

  .auskal-product-wrap ul.products li.product {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .auskal-product-wrap .woocommerce-loop-product__title {
    font-size: 24px !important;
  }
}/* End custom CSS */