.woocommerce a.edit,
.woocommerce-page a.edit {
  display: inline-block;
  padding: 5px 8px;
  background-color: #742922;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  margin-bottom: 10px;
  font-size: 14px;
}
.woocommerce .shop-hero-product,
.woocommerce-page .shop-hero-product {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 30px;
  align-items: center;
  background: #d8d8d8;
  background-image: url("img/feature-1-bg.png");
  background-size: cover;
  background-position: center;
  color: #000;
  border-radius: 20px;
  padding: 24px;
  margin: 0 0 2rem;
}
.woocommerce .shop-hero-product__image,
.woocommerce-page .shop-hero-product__image {
  display: block;
  border-radius: 14px;
  overflow: hidden;
}
.woocommerce .shop-hero-product__image img,
.woocommerce-page .shop-hero-product__image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
.woocommerce .shop-hero-product__label,
.woocommerce-page .shop-hero-product__label {
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  color: #742922;
  font-weight: 700;
}
.woocommerce .shop-hero-product__title,
.woocommerce-page .shop-hero-product__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}
.woocommerce .shop-hero-product__title a,
.woocommerce-page .shop-hero-product__title a {
  color: inherit;
  text-decoration: none;
}
.woocommerce .shop-hero-product__price,
.woocommerce-page .shop-hero-product__price {
  margin-bottom: 0.75rem;
}
.woocommerce .shop-hero-product__price .price,
.woocommerce-page .shop-hero-product__price .price {
  margin: 0;
  font-size: 1.5rem;
}
.woocommerce .shop-hero-product__description,
.woocommerce-page .shop-hero-product__description {
  margin: 0 0 1rem;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .woocommerce .shop-hero-product,
  .woocommerce-page .shop-hero-product {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.woocommerce .site-main.preview-page.woocommerce-page .woocommerce-toolbar,
.woocommerce .woocommerce-toolbar,
.woocommerce-page .site-main.preview-page.woocommerce-page .woocommerce-toolbar,
.woocommerce-page .woocommerce-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1rem;
  flex-wrap: wrap;
}
.woocommerce .woocommerce-toolbar .woocommerce-result-count,
.woocommerce .woocommerce-toolbar .woocommerce-ordering,
.woocommerce-page .woocommerce-toolbar .woocommerce-result-count,
.woocommerce-page .woocommerce-toolbar .woocommerce-ordering {
  margin: 0;
}
.woocommerce h2,
.woocommerce-page h2 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 1rem 0;
}
.woocommerce select,
.woocommerce-page select {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  color: #1e1e1e;
  font-size: 1rem;
}
.woocommerce input [type=search],
.woocommerce input[type=text],
.woocommerce input[type=email],
.woocommerce input[type=password],
.woocommerce input[type=number],
.woocommerce input[type=tel],
.woocommerce input[type=url],
.woocommerce textarea,
.woocommerce-page input [type=search],
.woocommerce-page input[type=text],
.woocommerce-page input[type=email],
.woocommerce-page input[type=password],
.woocommerce-page input[type=number],
.woocommerce-page input[type=tel],
.woocommerce-page input[type=url],
.woocommerce-page textarea {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  color: #1e1e1e;
  font-size: 1rem;
  width: 100%;
  max-width: 400px;
  border: 1px solid #828282;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  padding: 0.5rem 0;
  font-size: 0.9rem;
  color: #fff;
}
.woocommerce .woocommerce-breadcrumb .breadcrumb-separator,
.woocommerce-page .woocommerce-breadcrumb .breadcrumb-separator {
  display: inline-block;
  margin: 0 0.5rem;
  color: #888888;
}
.woocommerce .page-title,
.woocommerce-page .page-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.woocommerce .price,
.woocommerce-page .price {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #742922;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  box-shadow: -2px 2px 1px rgba(0, 0, 0, 0.6);
}
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product a img.attachment-woocommerce_thumbnail,
.woocommerce ul.products li.product a img.wp-post-image,
.woocommerce .woocommerce-product-gallery img,
.woocommerce-page ul.products li.product a img,
.woocommerce-page ul.products li.product a img.attachment-woocommerce_thumbnail,
.woocommerce-page ul.products li.product a img.wp-post-image,
.woocommerce-page .woocommerce-product-gallery img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: unset;
  object-position: initial;
  margin: 0;
  max-width: 200px;
}
.woocommerce .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail,
.woocommerce-page .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail {
  max-width: 200px;
}
.woocommerce .woocommerce-product-gallery img,
.woocommerce-page .woocommerce-product-gallery img {
  max-width: 450px;
}
.woocommerce .product-main-content,
.woocommerce-page .product-main-content {
  display: flex;
  gap: 40px;
}
.woocommerce .product-main-content .product-images,
.woocommerce-page .product-main-content .product-images {
  flex-shrink: 0;
  min-width: 450px;
}
.woocommerce .product-main-content .product-images .woocommerce-product-gallery,
.woocommerce-page .product-main-content .product-images .woocommerce-product-gallery {
  float: none;
}
.woocommerce .product-main-content .price,
.woocommerce-page .product-main-content .price {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 5px;
}
.woocommerce .product-main-content .quantity,
.woocommerce-page .product-main-content .quantity {
  margin-bottom: 20px;
}
.woocommerce .product-main-content .quantity .qty,
.woocommerce-page .product-main-content .quantity .qty {
  max-width: 120px;
}
.woocommerce .product-main-content .single_add_to_cart_button,
.woocommerce-page .product-main-content .single_add_to_cart_button {
  margin-bottom: 20px;
}
.woocommerce .product-main-content .woocommerce-product-details__description,
.woocommerce-page .product-main-content .woocommerce-product-details__description {
  margin-bottom: 25px;
}
.woocommerce .related.products .price, .woocommerce .related.products h2.woocommerce-loop-product__title,
.woocommerce-page .related.products .price,
.woocommerce-page .related.products h2.woocommerce-loop-product__title {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.woocommerce .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce-page .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: inline-block;
}
.woocommerce .added_to_cart.wc-forward, .woocommerce .wc-block-components-button__text,
.woocommerce-page .added_to_cart.wc-forward,
.woocommerce-page .wc-block-components-button__text {
  margin-top: 10px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #571111;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  width: auto;
  box-shadow: -2px 2px 1px rgba(0, 0, 0, 0.6);
}
.woocommerce .wc-block-components-quantity-selector,
.woocommerce-page .wc-block-components-quantity-selector {
  background-color: #fff;
  padding: 5px;
  font-weight: 700;
}
.woocommerce .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.woocommerce-page .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
  background-color: #e9e9e9;
}
.woocommerce .woocommerce-products-header,
.woocommerce-page .woocommerce-products-header {
  display: none;
}

.woocommerce-account .my-account-main-wrap,
.woocommerce-cart .my-account-main-wrap,
.woocommerce-checkout .my-account-main-wrap {
  background: #ffffff;
  color: #000;
  max-width: 1200px;
  margin: auto;
  margin-top: 40px;
  border-radius: 20px;
  padding: 40px;
}
.woocommerce-account .my-account-main-wrap h1.entry-title,
.woocommerce-cart .my-account-main-wrap h1.entry-title,
.woocommerce-checkout .my-account-main-wrap h1.entry-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.woocommerce-account .woocommerce.woocommerce-myaccount-layout {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.woocommerce-account .woocommerce.woocommerce-myaccount-layout .woocommerce-MyAccount-navigation {
  flex: 0 0 260px;
}
.woocommerce-account .woocommerce.woocommerce-myaccount-layout .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce.woocommerce-myaccount-layout .woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
  border-bottom: 1px solid #6d6d6d;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce.woocommerce-myaccount-layout .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #742922;
  font-weight: 700;
}
.woocommerce-account .woocommerce.woocommerce-myaccount-layout .woocommerce-MyAccount-content {
  flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 900px) {
  .woocommerce-account .woocommerce.woocommerce-myaccount-layout {
    flex-direction: column;
  }
  .woocommerce-account .woocommerce.woocommerce-myaccount-layout .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce.woocommerce-myaccount-layout .woocommerce-MyAccount-content {
    width: 100%;
    flex: 1 1 auto;
  }
}
.woocommerce-account .woocommerce.woocommerce-myaccount-layout .woocommerce-MyAccount-content .woocommerce-form-row {
  display: block;
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce.woocommerce-myaccount-layout .woocommerce-MyAccount-content .woocommerce-form-row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}
.woocommerce-account .woocommerce.woocommerce-myaccount-layout .woocommerce-MyAccount-content .woocommerce-form-row input,
.woocommerce-account .woocommerce.woocommerce-myaccount-layout .woocommerce-MyAccount-content .woocommerce-form-row select,
.woocommerce-account .woocommerce.woocommerce-myaccount-layout .woocommerce-MyAccount-content .woocommerce-form-row textarea {
  display: block;
  width: 100%;
  max-width: 100%;
}
.woocommerce-account .woocommerce.woocommerce-myaccount-layout .woocommerce-MyAccount-content .woocommerce-form-row span[id$=_description] {
  display: block;
  margin-top: 8px;
  font-size: 0.9rem;
  color: #444;
  line-height: 1.4;
}
.woocommerce-account .woocommerce.woocommerce-myaccount-layout .woocommerce-info, .woocommerce-account .woocommerce.woocommerce-myaccount-layout .woocommerce-noreviews, .woocommerce-account .woocommerce.woocommerce-myaccount-layout p.no-comments {
  background: #f0f0f0;
  color: #333;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.woocommerce-orders-table {
  border-collapse: separate;
  border-spacing: 15px;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
  display: flex;
  gap: 10px;
}

.woocommerce-message {
  background-color: #d3d3d3;
  clear: both;
  color: #000;
  font-weight: 700;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  border-radius: 20px;
  margin: 0 0 2rem;
}
.woocommerce-message > .button.wc-forward {
  align-self: flex-start;
  width: auto;
}

.woocommerce-order .woocommerce-notice--success {
  padding-bottom: 30px;
}
.woocommerce-order ul.woocommerce-order-overview li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6d6d6d;
}
.woocommerce-order .woocommerce-order-downloads {
  background-color: #e6e6e6;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
}
.woocommerce-order .woocommerce-order-downloads .woocommerce-table.woocommerce-table--order-downloads {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-order .woocommerce-order-downloads .woocommerce-table.woocommerce-table--order-downloads th, .woocommerce-order .woocommerce-order-downloads .woocommerce-table.woocommerce-table--order-downloads td {
  padding: 10px;
  border: 1px solid #6d6d6d;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table th {
  text-align: left;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table th, .woocommerce-order .woocommerce-order-details .woocommerce-table td {
  padding: 10px;
  border: 1px solid #6d6d6d;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot th {
  text-align: right;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot tr td {
  font-weight: 700;
}

.woocommerce-customer-details {
  background-color: #e6e6e6;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
.woocommerce-customer-details h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
.woocommerce-customer-details p {
  margin: 0 0 10px;
}

.woocommerce-table, .woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-table th, .woocommerce-table td, .woocommerce-orders-table th, .woocommerce-orders-table td {
  padding: 10px;
  border: 1px solid #6d6d6d;
}

.order-number, .order-date, .order-status {
  font-weight: 700;
  background-color: #fff;
}

.woocommerce-address-fields__field-wrapper .form-row {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}
.woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  flex: 1;
  min-width: 0;
}
.woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper input[type=text],
.woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper select {
  width: 100%;
  max-width: none;
}
.woocommerce-address-fields__field-wrapper .form-row label {
  font-size: 1rem;
  font-weight: 500;
  flex-shrink: 0;
  width: 150px;
}

.select2-container--default .select2-selection--single {
  padding: 0;
  border: 1px solid #828282;
  border-radius: 5px;
  color: #1e1e1e;
  font-size: 1rem;
  height: auto;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 10px 15px;
  color: #1e1e1e;
  font-size: 1rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  padding: 10px 15px;
  width: auto;
  margin-left: -21px;
  margin-top: 8px;
  transform: scale(1.6);
}
.select2-container--default.select2-container--open .select2-selection--single {
  border-radius: 5px 5px 0 0;
}
.select2-container--default .select2-dropdown {
  border-radius: 0 0 5px 5px;
  border: 1px solid #828282;
  border-top: none;
}
.select2-container--default .select2-search__field {
  padding: 10px 15px;
  border: 1px solid #828282;
  border-radius: 5px;
  font-size: 1rem;
}
.select2-container--default .select2-results__option {
  padding: 10px 15px;
  font-size: 1rem;
}
/*# sourceMappingURL=woocommerce-overrides.css.map */
