@charset "UTF-8";
.woocommerce table,
.woocommerce-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.woocommerce input, .woocommerce select, .woocommerce textarea, .woocommerce button,
.woocommerce-page input,
.woocommerce-page select,
.woocommerce-page textarea,
.woocommerce-page button {
  font-family: inherit;
}
.woocommerce .screen-reader-text,
.woocommerce-page .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.single-product-page {
  padding: 60px 0;
  background: #fff;
}
@media (max-width: 767px) {
  .single-product-page {
    padding: 40px 0;
  }
}

.single-product-page .product-wrapper,
.single-product-page .product.product-wrapper,
.single-product-page div.product-wrapper,
.single-product-page div.product,
.single-product-page .type-product,
.product-wrapper,
div.product.product-wrapper,
.woocommerce div.product,
body.single-product div.product {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 40px !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  float: none !important;
  width: 100% !important;
}
@media (min-width: 768px) {
  .single-product-page .product-wrapper,
  .single-product-page .product.product-wrapper,
  .single-product-page div.product-wrapper,
  .single-product-page div.product,
  .single-product-page .type-product,
  .product-wrapper,
  div.product.product-wrapper,
  .woocommerce div.product,
  body.single-product div.product {
    grid-template-columns: 1fr 1fr !important;
    gap: 60px !important;
    align-items: start !important;
  }
}
.single-product-page .product-wrapper:not(:has(.product-gallery)),
.single-product-page .product.product-wrapper:not(:has(.product-gallery)),
.single-product-page div.product-wrapper:not(:has(.product-gallery)),
.single-product-page div.product:not(:has(.product-gallery)),
.single-product-page .type-product:not(:has(.product-gallery)),
.product-wrapper:not(:has(.product-gallery)),
div.product.product-wrapper:not(:has(.product-gallery)),
.woocommerce div.product:not(:has(.product-gallery)),
body.single-product div.product:not(:has(.product-gallery)) {
  grid-template-columns: 1fr !important;
  max-width: 600px !important;
}
.single-product-page .product-wrapper:not(:has(.product-gallery)) > .product-info,
.single-product-page .product-wrapper:not(:has(.product-gallery)) > .summary,
.single-product-page .product.product-wrapper:not(:has(.product-gallery)) > .product-info,
.single-product-page .product.product-wrapper:not(:has(.product-gallery)) > .summary,
.single-product-page div.product-wrapper:not(:has(.product-gallery)) > .product-info,
.single-product-page div.product-wrapper:not(:has(.product-gallery)) > .summary,
.single-product-page div.product:not(:has(.product-gallery)) > .product-info,
.single-product-page div.product:not(:has(.product-gallery)) > .summary,
.single-product-page .type-product:not(:has(.product-gallery)) > .product-info,
.single-product-page .type-product:not(:has(.product-gallery)) > .summary,
.product-wrapper:not(:has(.product-gallery)) > .product-info,
.product-wrapper:not(:has(.product-gallery)) > .summary,
div.product.product-wrapper:not(:has(.product-gallery)) > .product-info,
div.product.product-wrapper:not(:has(.product-gallery)) > .summary,
.woocommerce div.product:not(:has(.product-gallery)) > .product-info,
.woocommerce div.product:not(:has(.product-gallery)) > .summary,
body.single-product div.product:not(:has(.product-gallery)) > .product-info,
body.single-product div.product:not(:has(.product-gallery)) > .summary {
  grid-column: 1 !important;
  grid-row: 1 !important;
}
.single-product-page .product-wrapper::before, .single-product-page .product-wrapper::after,
.single-product-page .product.product-wrapper::before,
.single-product-page .product.product-wrapper::after,
.single-product-page div.product-wrapper::before,
.single-product-page div.product-wrapper::after,
.single-product-page div.product::before,
.single-product-page div.product::after,
.single-product-page .type-product::before,
.single-product-page .type-product::after,
.product-wrapper::before,
.product-wrapper::after,
div.product.product-wrapper::before,
div.product.product-wrapper::after,
.woocommerce div.product::before,
.woocommerce div.product::after,
body.single-product div.product::before,
body.single-product div.product::after {
  content: none !important;
  display: none !important;
}
.single-product-page .product-wrapper > *,
.single-product-page .product.product-wrapper > *,
.single-product-page div.product-wrapper > *,
.single-product-page div.product > *,
.single-product-page .type-product > *,
.product-wrapper > *,
div.product.product-wrapper > *,
.woocommerce div.product > *,
body.single-product div.product > * {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.single-product-page .product-wrapper > .product-gallery,
.single-product-page .product-wrapper > .woocommerce-product-gallery,
.single-product-page .product.product-wrapper > .product-gallery,
.single-product-page .product.product-wrapper > .woocommerce-product-gallery,
.single-product-page div.product-wrapper > .product-gallery,
.single-product-page div.product-wrapper > .woocommerce-product-gallery,
.single-product-page div.product > .product-gallery,
.single-product-page div.product > .woocommerce-product-gallery,
.single-product-page .type-product > .product-gallery,
.single-product-page .type-product > .woocommerce-product-gallery,
.product-wrapper > .product-gallery,
.product-wrapper > .woocommerce-product-gallery,
div.product.product-wrapper > .product-gallery,
div.product.product-wrapper > .woocommerce-product-gallery,
.woocommerce div.product > .product-gallery,
.woocommerce div.product > .woocommerce-product-gallery,
body.single-product div.product > .product-gallery,
body.single-product div.product > .woocommerce-product-gallery {
  grid-column: 1 !important;
  grid-row: 1 !important;
}
.single-product-page .product-wrapper > .product-info,
.single-product-page .product-wrapper > .summary,
.single-product-page .product.product-wrapper > .product-info,
.single-product-page .product.product-wrapper > .summary,
.single-product-page div.product-wrapper > .product-info,
.single-product-page div.product-wrapper > .summary,
.single-product-page div.product > .product-info,
.single-product-page div.product > .summary,
.single-product-page .type-product > .product-info,
.single-product-page .type-product > .summary,
.product-wrapper > .product-info,
.product-wrapper > .summary,
div.product.product-wrapper > .product-info,
div.product.product-wrapper > .summary,
.woocommerce div.product > .product-info,
.woocommerce div.product > .summary,
body.single-product div.product > .product-info,
body.single-product div.product > .summary {
  grid-column: 1 !important;
  grid-row: 2 !important;
}
@media (min-width: 768px) {
  .single-product-page .product-wrapper > .product-info,
  .single-product-page .product-wrapper > .summary,
  .single-product-page .product.product-wrapper > .product-info,
  .single-product-page .product.product-wrapper > .summary,
  .single-product-page div.product-wrapper > .product-info,
  .single-product-page div.product-wrapper > .summary,
  .single-product-page div.product > .product-info,
  .single-product-page div.product > .summary,
  .single-product-page .type-product > .product-info,
  .single-product-page .type-product > .summary,
  .product-wrapper > .product-info,
  .product-wrapper > .summary,
  div.product.product-wrapper > .product-info,
  div.product.product-wrapper > .summary,
  .woocommerce div.product > .product-info,
  .woocommerce div.product > .summary,
  body.single-product div.product > .product-info,
  body.single-product div.product > .summary {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
}

.product-gallery {
  position: relative;
}

.product-image {
  background: #f8f8f8;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.product-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.product-main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: default !important;
}

.product-image img,
.product-gallery img,
.woocommerce-product-gallery img {
  cursor: default !important;
}

.product-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-title {
  font-size: 28px;
  font-weight: 600;
  color: #1c1c1c;
  line-height: 1.3;
  margin: 0;
}
@media (min-width: 768px) {
  .product-title {
    font-size: 32px;
  }
}

.product-price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.price {
  font-size: 24px;
  font-weight: 700;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .product-price,
  .woocommerce div.product p.price,
  .woocommerce div.product span.price,
  .price {
    font-size: 28px;
  }
}
.product-price .woocommerce-Price-amount,
.woocommerce div.product p.price .woocommerce-Price-amount,
.woocommerce div.product span.price .woocommerce-Price-amount,
.price .woocommerce-Price-amount {
  color: inherit;
  font-weight: inherit;
}
.product-price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.price del {
  color: #999;
  font-weight: 400;
  font-size: 0.75em;
  margin-right: 10px;
  text-decoration: line-through;
}
.product-price del .woocommerce-Price-amount,
.woocommerce div.product p.price del .woocommerce-Price-amount,
.woocommerce div.product span.price del .woocommerce-Price-amount,
.price del .woocommerce-Price-amount {
  color: inherit;
}
.product-price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.price ins {
  text-decoration: none;
  color: #1c1c1c;
  background: none;
}
.product-price .woocommerce-Price-currencySymbol,
.woocommerce div.product p.price .woocommerce-Price-currencySymbol,
.woocommerce div.product span.price .woocommerce-Price-currencySymbol,
.price .woocommerce-Price-currencySymbol {
  font-size: 0.8em;
}
.product-price small.woocommerce-price-suffix,
.woocommerce div.product p.price small.woocommerce-price-suffix,
.woocommerce div.product span.price small.woocommerce-price-suffix,
.price small.woocommerce-price-suffix {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-left: 5px;
}
.product-price .from,
.woocommerce div.product p.price .from,
.woocommerce div.product span.price .from,
.price .from {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.product-short-description,
.woocommerce-product-details__short-description {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}
.product-short-description p,
.woocommerce-product-details__short-description p {
  margin: 0 0 12px;
}
.product-short-description p:last-child,
.woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.product-short-description ul, .product-short-description ol,
.woocommerce-product-details__short-description ul,
.woocommerce-product-details__short-description ol {
  margin: 0 0 12px;
  padding-left: 20px;
}
.product-short-description li,
.woocommerce-product-details__short-description li {
  margin-bottom: 6px;
}

.product-add-to-cart {
  padding-top: 10px;
}

form.cart,
.woocommerce form.cart {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
}
form.cart::after,
.woocommerce form.cart::after {
  content: none;
}
form.cart table.group_table,
.woocommerce form.cart table.group_table {
  width: 100%;
  border: none;
  margin-bottom: 20px;
}
form.cart table.group_table td,
.woocommerce form.cart table.group_table td {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}
form.cart table.group_table .woocommerce-grouped-product-list-item__label a,
.woocommerce form.cart table.group_table .woocommerce-grouped-product-list-item__label a {
  color: #1c1c1c;
  text-decoration: none;
  font-weight: 500;
}
form.cart table.group_table .woocommerce-grouped-product-list-item__label a:hover,
.woocommerce form.cart table.group_table .woocommerce-grouped-product-list-item__label a:hover {
  color: #29235C;
}
form.cart table.group_table .woocommerce-grouped-product-list-item__price,
.woocommerce form.cart table.group_table .woocommerce-grouped-product-list-item__price {
  text-align: right;
}

.quantity-wrapper label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  margin-bottom: 8px;
}

.quantity-input {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 4px 8px;
}
.quantity-input .qty-btn {
  width: 32px;
  height: 32px;
  padding: 0;
  background: none;
  border: none;
  font-size: 20px;
  font-weight: 400;
  color: #bababa;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.quantity-input .qty-btn:hover {
  color: #1c1c1c;
}
.quantity-input input.qty {
  width: 50px;
  height: 32px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  color: #1c1c1c;
  text-align: center;
  -moz-appearance: textfield;
}
.quantity-input input.qty::-webkit-outer-spin-button, .quantity-input input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-input input.qty:focus {
  outline: none;
}

.woocommerce .quantity,
.quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}
.woocommerce .quantity .qty,
.woocommerce .quantity input.qty,
.quantity .qty,
.quantity input.qty {
  width: 60px;
  height: 44px;
  padding: 0 10px;
  margin: 0;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  color: #1c1c1c;
  text-align: center;
  -moz-appearance: textfield;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button, .woocommerce .quantity .qty::-webkit-inner-spin-button,
.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .quantity input.qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button,
.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity .qty:focus,
.woocommerce .quantity input.qty:focus,
.quantity .qty:focus,
.quantity input.qty:focus {
  outline: none;
}
.woocommerce .quantity .plus, .woocommerce .quantity .minus,
.quantity .plus,
.quantity .minus {
  width: 36px;
  height: 44px;
  padding: 0;
  background: #f5f5f5;
  border: none;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
}
.woocommerce .quantity .plus:hover, .woocommerce .quantity .minus:hover,
.quantity .plus:hover,
.quantity .minus:hover {
  background: #e0e0e0;
  color: #1c1c1c;
}

.single_add_to_cart_button,
button.single_add_to_cart_button,
.woocommerce button.single_add_to_cart_button,
.woocommerce .single_add_to_cart_button {
  display: block;
  width: 100%;
  padding: 16px 32px;
  background: #FFCC00 !important;
  color: #1c1c1c !important;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 1.4;
}
.single_add_to_cart_button:hover,
button.single_add_to_cart_button:hover,
.woocommerce button.single_add_to_cart_button:hover,
.woocommerce .single_add_to_cart_button:hover {
  background: rgb(229.5, 183.6, 0) !important;
}
.single_add_to_cart_button:disabled, .single_add_to_cart_button.disabled,
button.single_add_to_cart_button:disabled,
button.single_add_to_cart_button.disabled,
.woocommerce button.single_add_to_cart_button:disabled,
.woocommerce button.single_add_to_cart_button.disabled,
.woocommerce .single_add_to_cart_button:disabled,
.woocommerce .single_add_to_cart_button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.single_add_to_cart_button.loading,
button.single_add_to_cart_button.loading,
.woocommerce button.single_add_to_cart_button.loading,
.woocommerce .single_add_to_cart_button.loading {
  opacity: 0.7;
  pointer-events: none;
}
.single_add_to_cart_button.added::after,
button.single_add_to_cart_button.added::after,
.woocommerce button.single_add_to_cart_button.added::after,
.woocommerce .single_add_to_cart_button.added::after {
  content: " ✓";
}

.variations_form,
form.variations_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.variations_form .variations,
form.variations_form .variations {
  margin-bottom: 0;
}
.variations_form .single_variation_wrap,
form.variations_form .single_variation_wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.variations_form .woocommerce-variation,
form.variations_form .woocommerce-variation {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.variations_form .woocommerce-variation-add-to-cart,
form.variations_form .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.variations_form .woocommerce-variation-add-to-cart .quantity,
form.variations_form .woocommerce-variation-add-to-cart .quantity {
  align-self: flex-start;
}

.variations,
table.variations {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.variations tbody,
table.variations tbody {
  display: block;
}
.variations tr,
table.variations tr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
  border: none;
}
.variations tr:last-child,
table.variations tr:last-child {
  margin-bottom: 0;
}
.variations th, .variations td,
table.variations th,
table.variations td {
  padding: 0;
  border: none;
  display: block;
  text-align: left;
  font-weight: normal;
}
.variations th.label label,
.variations td.label label,
.variations .label label,
table.variations th.label label,
table.variations td.label label,
table.variations .label label {
  font-size: 14px;
  font-weight: 600;
  color: #1c1c1c;
  margin: 0;
}
.variations td.value select,
.variations .value select,
table.variations td.value select,
table.variations .value select {
  width: 100%;
  height: 48px;
  padding: 0 40px 0 16px;
  font-size: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 16px center;
  background-size: 12px;
  color: #1c1c1c;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.variations td.value select:focus,
.variations .value select:focus,
table.variations td.value select:focus,
table.variations .value select:focus {
  outline: none;
  border-color: #29235C;
}
.variations td.value select option,
.variations .value select option,
table.variations td.value select option,
table.variations .value select option {
  padding: 10px;
}
.variations td.value .variable-items-wrapper,
.variations .value .variable-items-wrapper,
table.variations td.value .variable-items-wrapper,
table.variations .value .variable-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.variations td.value .variable-items-wrapper .variable-item,
.variations .value .variable-items-wrapper .variable-item,
table.variations td.value .variable-items-wrapper .variable-item,
table.variations .value .variable-items-wrapper .variable-item {
  width: 40px;
  height: 40px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.variations td.value .variable-items-wrapper .variable-item:hover, .variations td.value .variable-items-wrapper .variable-item.selected,
.variations .value .variable-items-wrapper .variable-item:hover,
.variations .value .variable-items-wrapper .variable-item.selected,
table.variations td.value .variable-items-wrapper .variable-item:hover,
table.variations td.value .variable-items-wrapper .variable-item.selected,
table.variations .value .variable-items-wrapper .variable-item:hover,
table.variations .value .variable-items-wrapper .variable-item.selected {
  border-color: #29235C;
}

.reset_variations,
a.reset_variations {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  color: #29235C;
  text-decoration: none;
  visibility: visible !important;
}
.reset_variations:hover,
a.reset_variations:hover {
  text-decoration: underline;
}
.reset_variations[style*="visibility: hidden"],
a.reset_variations[style*="visibility: hidden"] {
  display: none;
}

.single_variation_wrap {
  margin-top: 10px;
}
.single_variation_wrap .single_variation {
  margin-bottom: 20px;
}

.woocommerce-variation-price,
.woocommerce-variation .woocommerce-variation-price {
  margin-bottom: 15px;
}
.woocommerce-variation-price .price,
.woocommerce-variation .woocommerce-variation-price .price {
  font-size: 24px;
  font-weight: 700;
  color: #1c1c1c;
}

.woocommerce-variation-description,
.woocommerce-variation .woocommerce-variation-description {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
.woocommerce-variation-description p,
.woocommerce-variation .woocommerce-variation-description p {
  margin: 0;
}

.woocommerce-variation-availability,
.woocommerce-variation .woocommerce-variation-availability {
  margin-bottom: 15px;
}
.woocommerce-variation-availability p.stock,
.woocommerce-variation .woocommerce-variation-availability p.stock {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-variation-availability p.stock.in-stock,
.woocommerce-variation .woocommerce-variation-availability p.stock.in-stock {
  color: #16a34a;
}
.woocommerce-variation-availability p.stock.out-of-stock,
.woocommerce-variation .woocommerce-variation-availability p.stock.out-of-stock {
  color: #dc2626;
}
.woocommerce-variation-availability p.stock.available-on-backorder,
.woocommerce-variation .woocommerce-variation-availability p.stock.available-on-backorder {
  color: #d97706;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.woocommerce-variation-add-to-cart .quantity {
  align-self: flex-start;
}

.product-out-of-stock,
.woocommerce-out-of-stock-message,
p.out-of-stock {
  padding: 20px;
  background: #fee2e2;
  border-radius: 8px;
  text-align: center;
  color: #dc2626;
  font-weight: 600;
  margin: 0;
}

p.stock {
  font-size: 14px;
  margin: 10px 0 0;
}
p.stock.in-stock {
  color: #16a34a;
}
p.stock.out-of-stock {
  color: #dc2626;
}

.product-meta,
.product_meta {
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: #666;
}
.product-meta > span,
.product_meta > span {
  display: block;
}
.product-meta .sku_wrapper .meta-label,
.product-meta .posted_in .meta-label,
.product-meta .tagged_as .meta-label,
.product_meta .sku_wrapper .meta-label,
.product_meta .posted_in .meta-label,
.product_meta .tagged_as .meta-label {
  font-weight: 500;
  margin-right: 5px;
}
.product-meta .sku_wrapper a,
.product-meta .posted_in a,
.product-meta .tagged_as a,
.product_meta .sku_wrapper a,
.product_meta .posted_in a,
.product_meta .tagged_as a {
  color: #29235C;
  text-decoration: none;
}
.product-meta .sku_wrapper a:hover,
.product-meta .posted_in a:hover,
.product-meta .tagged_as a:hover,
.product_meta .sku_wrapper a:hover,
.product_meta .posted_in a:hover,
.product_meta .tagged_as a:hover {
  text-decoration: underline;
}

.product-sku,
.product-categories,
.product-tags {
  font-size: 14px;
  color: #666;
}
.product-sku .meta-label,
.product-categories .meta-label,
.product-tags .meta-label {
  font-weight: 500;
  margin-right: 5px;
}
.product-sku .meta-value a,
.product-categories .meta-value a,
.product-tags .meta-value a {
  color: #29235C;
  text-decoration: none;
}
.product-sku .meta-value a:hover,
.product-categories .meta-value a:hover,
.product-tags .meta-value a:hover {
  text-decoration: underline;
}

.product-description,
.woocommerce-product-details__description {
  max-width: 1000px;
  margin: 60px auto 0;
  padding-top: 40px;
  border-top: 1px solid #f0f0f0;
}
@media (max-width: 767px) {
  .product-description,
  .woocommerce-product-details__description {
    margin-top: 40px;
    padding-top: 30px;
  }
}
.product-description h2,
.woocommerce-product-details__description h2 {
  font-size: 24px;
  font-weight: 600;
  color: #1c1c1c;
  margin: 0 0 20px;
}
.product-description .description-content,
.woocommerce-product-details__description .description-content {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}
.product-description .description-content p,
.woocommerce-product-details__description .description-content p {
  margin: 0 0 16px;
}
.product-description .description-content p:last-child,
.woocommerce-product-details__description .description-content p:last-child {
  margin-bottom: 0;
}
.product-description .description-content h3, .product-description .description-content h4, .product-description .description-content h5, .product-description .description-content h6,
.woocommerce-product-details__description .description-content h3,
.woocommerce-product-details__description .description-content h4,
.woocommerce-product-details__description .description-content h5,
.woocommerce-product-details__description .description-content h6 {
  margin: 24px 0 12px;
  color: #1c1c1c;
}
.product-description .description-content ul, .product-description .description-content ol,
.woocommerce-product-details__description .description-content ul,
.woocommerce-product-details__description .description-content ol {
  margin: 0 0 16px;
  padding-left: 24px;
}
.product-description .description-content li,
.woocommerce-product-details__description .description-content li {
  margin-bottom: 8px;
}
.product-description .description-content img,
.woocommerce-product-details__description .description-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 16px 0;
}

.woocommerce-notices-wrapper {
  max-width: 1000px;
  margin: 0 auto 30px;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 16px 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 14px;
  list-style: none;
}
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  float: right;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.1);
  color: inherit;
  text-decoration: none;
  border-radius: 4px;
  font-size: 13px;
}
.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover {
  background: rgba(0, 0, 0, 0.15);
}

.woocommerce-message {
  background: #dcfce7;
  border: 1px solid #bbf7d0;
  color: #166534;
}

.woocommerce-error {
  background: #fee2e2;
  border: 1px solid #fecaca;
  color: #991b1b;
  margin: 0;
  padding: 16px 20px;
}
.woocommerce-error li {
  list-style: none;
  margin: 0;
}

.woocommerce-info {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  color: #0c4a6e;
}

.onsale,
span.onsale {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #dc2626;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 4px;
  z-index: 10;
}

.blockUI.blockOverlay {
  background: rgba(255, 255, 255, 0.8) !important;
}
.blockUI.blockOverlay::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: 3px solid #e0e0e0;
  border-top-color: #29235C;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.woocommerce::after,
.woocommerce-page::after {
  content: "";
  display: table;
  clear: both;
}

.woocommerce .hidden,
.hidden {
  display: none !important;
}

.woocommerce .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.woocommerce form .form-row .required {
  color: #dc2626;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
}

.woocommerce::before, .woocommerce::after,
.woocommerce-page::before,
.woocommerce-page::after {
  content: "";
  display: table;
}
.woocommerce::after,
.woocommerce-page::after {
  clear: both;
}
.woocommerce ul, .woocommerce ol,
.woocommerce-page ul,
.woocommerce-page ol {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit {
  display: inline-block;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #29235C;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  height: auto !important;
  border: 0 none !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover {
  background: rgb(24.5354330709, 20.9448818898, 55.0551181102);
  border: 0 none !important;
}
.woocommerce a.button:disabled, .woocommerce a.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce-page a.button:disabled,
.woocommerce-page a.button.disabled,
.woocommerce-page button.button:disabled,
.woocommerce-page button.button.disabled,
.woocommerce-page input.button:disabled,
.woocommerce-page input.button.disabled,
.woocommerce-page #respond input#submit:disabled,
.woocommerce-page #respond input#submit.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt {
  background: #FFCC00;
  color: #1c1c1c;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover {
  background: rgb(229.5, 183.6, 0);
}
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce #respond input#submit.loading,
.woocommerce-page a.button.loading,
.woocommerce-page button.button.loading,
.woocommerce-page input.button.loading,
.woocommerce-page #respond input#submit.loading {
  opacity: 0.7;
  pointer-events: none;
}
.woocommerce input[type=text],
.woocommerce input[type=email],
.woocommerce input[type=tel],
.woocommerce input[type=password],
.woocommerce input[type=number],
.woocommerce input[type=url],
.woocommerce input[type=search],
.woocommerce select,
.woocommerce textarea,
.woocommerce-page input[type=text],
.woocommerce-page input[type=email],
.woocommerce-page input[type=tel],
.woocommerce-page input[type=password],
.woocommerce-page input[type=number],
.woocommerce-page input[type=url],
.woocommerce-page input[type=search],
.woocommerce-page select,
.woocommerce-page textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  font-family: inherit;
  line-height: 1.4;
  color: #1c1c1c;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  transition: border-color 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.woocommerce input[type=text]:focus,
.woocommerce input[type=email]:focus,
.woocommerce input[type=tel]:focus,
.woocommerce input[type=password]:focus,
.woocommerce input[type=number]:focus,
.woocommerce input[type=url]:focus,
.woocommerce input[type=search]:focus,
.woocommerce select:focus,
.woocommerce textarea:focus,
.woocommerce-page input[type=text]:focus,
.woocommerce-page input[type=email]:focus,
.woocommerce-page input[type=tel]:focus,
.woocommerce-page input[type=password]:focus,
.woocommerce-page input[type=number]:focus,
.woocommerce-page input[type=url]:focus,
.woocommerce-page input[type=search]:focus,
.woocommerce-page select:focus,
.woocommerce-page textarea:focus {
  outline: none;
  border-color: #29235C;
}
.woocommerce input[type=text]::placeholder,
.woocommerce input[type=email]::placeholder,
.woocommerce input[type=tel]::placeholder,
.woocommerce input[type=password]::placeholder,
.woocommerce input[type=number]::placeholder,
.woocommerce input[type=url]::placeholder,
.woocommerce input[type=search]::placeholder,
.woocommerce select::placeholder,
.woocommerce textarea::placeholder,
.woocommerce-page input[type=text]::placeholder,
.woocommerce-page input[type=email]::placeholder,
.woocommerce-page input[type=tel]::placeholder,
.woocommerce-page input[type=password]::placeholder,
.woocommerce-page input[type=number]::placeholder,
.woocommerce-page input[type=url]::placeholder,
.woocommerce-page input[type=search]::placeholder,
.woocommerce-page select::placeholder,
.woocommerce-page textarea::placeholder {
  color: #999;
}
.woocommerce select,
.woocommerce-page select {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
  cursor: pointer;
}
.woocommerce label,
.woocommerce-page label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.woocommerce label .required,
.woocommerce-page label .required {
  color: #dc2626;
  margin-left: 2px;
}
.woocommerce .form-row,
.woocommerce-page .form-row {
  margin-bottom: 20px;
}
.woocommerce .form-row.form-row-wide,
.woocommerce-page .form-row.form-row-wide {
  width: 100%;
}
.woocommerce .form-row.form-row-first, .woocommerce .form-row.form-row-last,
.woocommerce-page .form-row.form-row-first,
.woocommerce-page .form-row.form-row-last {
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce .form-row.form-row-first, .woocommerce .form-row.form-row-last,
  .woocommerce-page .form-row.form-row-first,
  .woocommerce-page .form-row.form-row-last {
    width: calc(50% - 10px);
    float: left;
  }
}
@media (min-width: 768px) {
  .woocommerce .form-row.form-row-first,
  .woocommerce-page .form-row.form-row-first {
    margin-right: 20px;
  }
}
.woocommerce .amount,
.woocommerce-page .amount {
  white-space: nowrap;
}
.woocommerce del .amount,
.woocommerce-page del .amount {
  color: #999;
}
.woocommerce ins,
.woocommerce-page ins {
  text-decoration: none;
  background: transparent;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
  display: inline-flex;
  gap: 2px;
  font-size: 14px;
  line-height: 1;
  color: #ffb800;
}
.woocommerce .star-rating::before,
.woocommerce-page .star-rating::before {
  content: "★★★★★";
  letter-spacing: 2px;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
  color: #29235C;
  text-decoration: none;
}
.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce-page .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering {
  margin-bottom: 20px;
  font-size: 14px;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  width: auto;
  min-width: 200px;
}
.woocommerce .woocommerce-pagination,
.woocommerce-page .woocommerce-pagination {
  margin-top: 40px;
  text-align: center;
}
.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  margin: 0;
  padding: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a, .woocommerce .woocommerce-pagination ul.page-numbers li span,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a,
.woocommerce-page .woocommerce-pagination ul.page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  background: #f5f5f5;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a:hover {
  background: #e0e0e0;
  color: #1c1c1c;
}
.woocommerce .woocommerce-pagination ul.page-numbers li span.current,
.woocommerce-page .woocommerce-pagination ul.page-numbers li span.current {
  background: #29235C;
  color: #fff;
}

body.single-product .woocommerce {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
body.single-product div.product::after {
  content: "";
  display: table;
  clear: both;
}

.woocommerce-product-gallery,
.summary {
  margin: 0;
  padding: 0;
}

.woocommerce-product-gallery {
  position: relative;
  overflow: hidden;
}
.woocommerce-product-gallery figure {
  margin: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a {
  display: block;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  z-index: 10;
  transition: background 0.2s ease;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background: rgba(0, 0, 0, 0.7);
}
.woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  list-style: none;
  padding: 0;
}
.woocommerce-product-gallery .flex-control-thumbs li {
  flex: 0 0 80px;
  margin: 0;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  border: 2px solid transparent;
}
.woocommerce-product-gallery .flex-control-thumbs li img:hover, .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
  border-color: #29235C;
}

.woocommerce div.product form.cart:not(.variations_form) {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-start;
}
.woocommerce div.product form.cart:not(.variations_form) .quantity {
  flex: 0 0 auto;
}
.woocommerce div.product form.cart:not(.variations_form) .single_add_to_cart_button {
  flex: 1;
  min-width: 200px;
}

@media (max-width: 767px) {
  .woocommerce .form-row.form-row-first, .woocommerce .form-row.form-row-last,
  .woocommerce-page .form-row.form-row-first,
  .woocommerce-page .form-row.form-row-last {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce div.product form.cart:not(.variations_form) {
    flex-direction: column;
  }
  .woocommerce div.product form.cart:not(.variations_form) .quantity {
    align-self: flex-start;
  }
  .woocommerce div.product form.cart:not(.variations_form) .single_add_to_cart_button {
    width: 100%;
  }
}

/*# sourceMappingURL=woocommerce-product.css.map */
