.woocommerce .woocommerce-placeholder {
  max-width: 320px;
  max-height: 320px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.woocommerce .woocommerce-Price-amount bdi {
  white-space: nowrap;
}
.woocommerce .woocommerce-content__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-block: 24px;
}
.woocommerce .woocommerce-content__title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #10223d;
}
.woocommerce .woocommerce-product {
  margin-block-end: clamp(2.5rem, 2rem + 2.5vw, 5rem);
}
.woocommerce .woocommerce-product__inner {
  display: grid;
  grid-template-columns: 2.5fr 3.5fr;
  gap: 20px;
  padding: 20px;
  border-radius: 5px;
  background: #ffffff;
}
@media (width < 992px) {
  .woocommerce .woocommerce-product__inner {
    display: flex;
    flex-direction: column;
  }
}
.woocommerce .woocommerce-product .summary {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.woocommerce .woocommerce-product .summary__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.woocommerce .woocommerce-product__headline {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.woocommerce .woocommerce-product__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #10223d;
}

.woocommerce-category-product-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.woocommerce-category-product-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  font-size: 15px;
  line-height: 1.4;
	min-width: 1000px;
}
@media (width < 576px) {
  .woocommerce-category-product-table {
    width: unset;
  }
}
.woocommerce-category-product-table thead {
  background: #10223d;
}
.woocommerce-category-product-table thead th {
  text-align: left;
  padding: 10px;
  font-weight: 600;
  border: 1px solid #ddd;
  color: #ffffff;
}
.woocommerce-category-product-table thead th:first-child{
	width: 120px;
}

.woocommerce-category-product-table td {
  padding: 10px;
  border: 1px solid #ddd;
  vertical-align: center;
}
@media (width < 576px) {
  .woocommerce-category-product-table td {
    min-width: 220px;
  }
}
.woocommerce-category-product-table tr:has(.product-title) {
  background-color: #ffffff;
}
.woocommerce-category-product-table tr:has(.product-title):hover {
  background-color: #f0f8ff;
}
.woocommerce-category-product-table a {
  text-decoration: none;
}
.woocommerce-category-product-table a:hover {
  text-decoration: underline;
}
.woocommerce-category-product-table .parent-category {
  font-weight: bold;
  background: #4472c4;
}
.woocommerce-category-product-table .parent-category a {
  color: #ffffff;
}
.woocommerce-category-product-table .child-category {
  background: #ddd;
}

.woocommerce-product-gallery {
  overflow: hidden;
  max-height: 474px;
}
.woocommerce-product-gallery :has(.swiper) {
  min-width: 0;
}
.woocommerce-product-gallery__wrapper {
  display: grid;
  grid-template-columns: clamp(3rem, 2.725rem + 1.38vw, 4.375rem) 2fr;
  gap: 15px;
}
.woocommerce-product-gallery .swiper-thumbs .swiper-slide {
  max-height: clamp(3rem, 2.725rem + 1.38vw, 4.375rem);
  border-radius: 5px;
}
.woocommerce-product-gallery__image .swiper-slide {
  border-radius: 15px;
}
.woocommerce-product-gallery .swiper {
  max-height: 474px;
  width: 100%;
  height: 100%;
}
.woocommerce-product-gallery .swiper .swiper-slide {
  overflow: hidden;
  cursor: pointer;
}
.woocommerce-product-gallery .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dgwt-wcas-search-wrapp {
	margin: unset;
	margin-block-end: 28px;

}
/*# sourceMappingURL=styles.css.map */
