/* Global CSS */

.page-content {
  margin-bottom: 0;
}

.s-container {
  max-width: 1300px;
}

.page-header h1 {
  margin-top: 30px;
}

.page-title {
  margin-top: 30px;
}
/* Forminator CSS */

.forminator-ui#forminator-module-74.forminator-design--material
  .forminator-textarea {
  border: none !important;
  border-bottom: 1px solid !important;
}

.forminator-ui#forminator-module-74.forminator-design--material
  .forminator-button-submit {
  width: 100%;
  text-align: center !important;
  background: #fd9a00 !important;
  font-size: 20px !important;
  font-weight: bold !important;
}

/* Woocommerce CSS */

/* Post loop CSS */
li.product.type-product {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  background: #f6f6fc;
  border-radius: 10px;
  padding-bottom: 20px;
}

li.product.type-product:hover {
  transform: translateY(-5px); /* Slight lift */
  box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 10px -1px,
    rgba(0, 0, 0, 0.08) 0px 3px 6px -1px;
}

.woocommerce-loop-product__title {
  margin-bottom: 20px !important;
}

.products li h2 {
  padding: 20px 12px 0 12px !important;
}

/* excerpt */
.product.type-product li h2 {
  margin-top: 20px;
}

.products li .woocommerce-loop-product__description {
  font-size: 14px;
  color: #555 !important;
  margin-top: 5px;
  line-height: 1.4;
  font-style: italic;
}
.products li .woocommerce-loop-product__description ul {
  padding-left: 0;
  margin-bottom: 10px;
}
.products li .woocommerce-loop-product__description li {
  margin-bottom: 0;
}
/* button */
.products .button {
  padding: 10px 20px !important;
  background: var(--s-color-1) !important;
  color: #fff !important;
}

@media (min-width: 1024px) {
  .button.alt {
    width: 100% !important;
    padding: 15px 0 !important;
    background: var(--s-color-1) !important;
  }
}

/* Single Product CSS */
.single-product .site-header-space {
  margin-bottom: 40px;
}
.price {
  font-weight: bold;
  color: red !important;
}

/* stock */
.stock.in-stock {
  font-size: 16px;
  font-weight: 800;
  color: rgb(51, 208, 103);
}

form.cart {
  padding-top: 20px !important;
  border-top: 1px solid #cecece !important;
}

/* product meta */
.product_meta > span {
  display: flex;
  margin-top: 5px;
  font-size: 16px;
  color: #555 !important;
  font-weight: bold;
  column-gap: 10px;
}
.product_meta>span a {
  color:#fd9a00!important;
}

/* tab panel */
.woocommerce-Tabs-panel h2 {
  color:#fd9a00;
}
/* short description css */
.woocommerce-product-details__short-description {
  font-size: 16px;
  color: #555 !important;
  margin-top: 5px;
  line-height: 1.4;
  font-style: italic;
}

/* custom attribute acf */
.product-custom-attributes {
  margin: 30px 0;
}
.single-custom-attributes {
  justify-content: space-around;
  background: #efefef;
  margin: 10px 0;
  padding: 15px;
  border-radius: 15px;
}
.single-custom-attributes img {
  width: 80px;
  height: auto;
  object-fit: contain;
}

.single-custom-attributes h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.single-custom-attributes h4 {
  margin-bottom: 0;
}

/* filters */
.shop-widgets .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  border-radius: 0 !important;
}

.shop-widgets
  .dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  height: 50px !important;
  border: 1px solid #e1e1e1 !important;
  border-radius: 0 !important;
  background: #fff !important;
}

.wpfFilterWrapper select {
  height: 50px !important;
  border: 1px solid #e1e1e1 !important;
  border-radius: 0 !important;
  background: #fff !important;
  font-size: 14px !important;
  font-style: italic !important;
}

.wpfFilterButton.wpfButton,
.wpfClearButton.wpfButton {
  background: #fd9a00 !important;
  color: #fff !important;
}
