.woocommerce-page span {
  letter-spacing: -0.02em;
}

.wc-block-components-button {
  min-width: 200px;
  background-color: #c2c447;
  padding: 16px 16px;
  border-radius: 16px;
  transition:
    background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(194, 196, 71, 0.25);
}

.wc-block-components-button:hover {
  background-color: #cfd455;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(194, 196, 71, 0.45);
}

.wc-block-components-button:active {
  transform: translateY(0px);
  box-shadow: 0 2px 6px rgba(194, 196, 71, 0.2);
  transition:
    transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Zamówienie */
.woocommerce-order {
  font-family: inherit;
  max-width: 1770px;
  margin: 0 auto;
}

.woocommerce-notice--success {
  background: #8d3a96;
  color: #ffffff;
  padding: 20px 28px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  border: none;
  border-left: 6px solid #c2c447;
}

.woocommerce-thankyou-order-details {
  list-style: none;
  padding: 0;
  margin: 0 0 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border: 2px solid #8d3a96;
}

.woocommerce-thankyou-order-details li {
  flex: 1 1 200px;
  padding: 24px 28px;
  font-size: 13px;
  font-weight: 500;
  color: #5b5b5b;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-right: 1px dashed #9d9797;
  border-bottom: 1px dashed #9d9797;
  background: #ffffff;
}

.woocommerce-thankyou-order-details li:last-child {
  border-right: none;
}

.woocommerce-thankyou-order-details li strong {
  display: block;
  margin-top: 6px;
  font-size: 18px;
  font-weight: 800;
  color: #8d3a96;
  text-transform: none;
  letter-spacing: 0;
}

.woocommerce-order-details {
  margin-bottom: 48px;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
  font-size: 28px;
  font-weight: 800;
  color: #8d3a96;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #8d3a96;
}

.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

.woocommerce-table--order-details thead tr {
  background: #8d3a96;
}

.woocommerce-table--order-details thead th {
  padding: 16px 24px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: left;
}

.woocommerce-table--order-details thead th.product-total {
  text-align: right;
}

.woocommerce-table--order-details tbody tr {
  border-bottom: 2px dashed #9d9797;
  transition: background 0.2s ease;
}

.woocommerce-table--order-details tbody tr:hover {
  background: #f5f5f5;
}

.woocommerce-table--order-details .product-name {
  padding: 20px 24px;
  font-size: 15px;
  font-weight: 500;
  color: #171717;
}

.woocommerce-table--order-details .product-name a {
  color: #8d3a96;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s ease;
}

.woocommerce-table--order-details .product-name a:hover {
  color: #6b2b72;
}

.woocommerce-table--order-details .product-quantity {
  color: #5b5b5b;
  font-weight: 500;
}

.woocommerce-table--order-details .product-total {
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #8d3a96;
  text-align: right;
}

.woocommerce-table--order-details tfoot tr {
  border-bottom: 1px dashed #9d9797;
}

.woocommerce-table--order-details tfoot th {
  padding: 14px 24px;
  font-size: 13px;
  font-weight: 600;
  color: #5b5b5b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: left;
}

.woocommerce-table--order-details tfoot td {
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 700;
  color: #171717;
  text-align: right;
}

.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-table--order-details tfoot tr:last-child td {
  font-size: 18px;
  font-weight: 800;
  color: #8d3a96;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #8d3a96;
}

.woocommerce-customer-details {
  margin-top: 48px;
}

.col2-set {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.woocommerce-column {
  background: #ffffff;
  border: 2px solid #8d3a96;
  padding: 32px;
  position: relative;
}

.woocommerce-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 4px;
  background: #c2c447;
}

.woocommerce-column address {
  font-style: normal;
  font-size: 15px;
  line-height: 1.8;
  color: #5b5b5b;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #8d3a96;
}

.woocommerce-Price-amount {
  font-weight: 800;
  color: #8d3a96;
}

.woocommerce-Price-currencySymbol {
  font-size: 0.85em;
}

.woocommerce-table__product-name .product-name {
  color: white !important;
}

@media (max-width: 768px) {
  .woocommerce-thankyou-order-details {
    flex-direction: column;
  }

  .woocommerce-thankyou-order-details li {
    border-right: none;
    border-bottom: 1px dashed #9d9797;
    flex: 1 1 80px;
  }

  .col2-set {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .woocommerce-order-details__title,
  .woocommerce-column__title {
    font-size: 22px;
  }

  .woocommerce-table--order-details thead th,
  .woocommerce-table--order-details .product-name,
  .woocommerce-table--order-details .product-total,
  .woocommerce-table--order-details tfoot th,
  .woocommerce-table--order-details tfoot td {
    padding: 12px 16px;
  }
}

.wc-block-order-confirmation-additional-fields-wrapper {
  margin-top: 48px;
}

.wc-block-order-confirmation-additional-fields-wrapper h2 {
  font-size: 28px;
  font-weight: 800;
  color: #8d3a96;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #8d3a96;
}

.wc-block-components-additional-fields-list {
  background: #ffffff;
  border: 2px solid #8d3a96;
  padding: 32px;
  position: relative;
  margin: 0;
}

.wc-block-components-additional-fields-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 4px;
  background: #c2c447;
}

.wc-block-components-additional-fields-list dt {
  font-size: 13px;
  font-weight: 500;
  color: #5b5b5b;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.wc-block-components-additional-fields-list dd {
  font-size: 18px;
  font-weight: 800;
  color: #8d3a96;
  margin: 0 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #9d9797;
}

.wc-block-components-additional-fields-list dd:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media (max-width: 768px) {
  .wc-block-order-confirmation-additional-fields-wrapper h2 {
    font-size: 22px;
  }

  .wc-block-components-additional-fields-list {
    padding: 24px 16px;
  }
}

/* Koszyk modal */
.empty-cart-modal[hidden] {
  display: none;
}

.empty-cart-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
}

.empty-cart-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.empty-cart-modal__content {
  position: relative;
  z-index: 1;
  width: min(420px, calc(100vw - 32px));
  padding: 32px;
  background: #fff;
  border-radius: 16px;
  text-align: center;
}

.empty-cart-modal__content.is-animating {
  animation: empty-cart-burst 0.42s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes empty-cart-burst {
  0% {
    transform: scale(0.05);
    opacity: 0;
  }
  60% {
    transform: scale(1.04);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.empty-cart-modal__close {
  position: absolute;
  top: 12px;
  right: 20px;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}

.empty-cart-modal__button {
  display: inline-flex;
  margin-top: 16px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  text-decoration: none;
}

.has-empty-cart-modal {
  overflow: hidden;
}

/* Konto*/
.woocommerce-account {
  background: #f5f5f5;
}

.woocommerce-account .entry-title,
.woocommerce-account h1 {
  width: 100%;
  max-width: 1770px;
  margin: 40px auto 70px;
  padding: 0 24px;
  color: #8e3a96;
  font-size: clamp(40px, 5vw, 70px);
  font-weight: 700;
  line-height: 1.05;
}

.woocommerce-account .woocommerce {
  width: auto;
  margin: 0 auto 100px;
  display: grid;
  grid-template-columns: 370px minmax(0, 1fr);
  align-items: start;
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #8e3a96;
  padding: 36px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.45);
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 16px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a::after {
  content: "↗";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: currentColor;
  font-size: 18px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  color: #fff;
  transform: translateX(6px);
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::after,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover::after {
  transform: rotate(45deg);
}

.woocommerce-account .woocommerce-MyAccount-content {
  background: #fff;
  padding: clamp(28px, 4vw, 64px);
  color: #8d3a96;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3,
.woocommerce-account .woocommerce-MyAccount-content legend {
  color: #8d3a96;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 28px;
}

.woocommerce-account .woocommerce-MyAccount-content p {
  max-width: 850px;
  color: #8d3a96;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.woocommerce-account .woocommerce-MyAccount-content strong {
  color: #171717;
  font-weight: 800;
}

.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
  color: #8d3a96;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.woocommerce-account .woocommerce-MyAccount-content a:not(.button):hover {
  color: #6b2b72;
  opacity: 0.8;
}

.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-error {
  border: 0;
  border-left: 8px solid #8e3a96;
  background: #f5f5f5;
  color: #8d3a96;
  padding: 22px 28px 22px 58px;
  margin-bottom: 36px;
  font-weight: 500;
}

.woocommerce-account .woocommerce-info::before,
.woocommerce-account .woocommerce-message::before,
.woocommerce-account .woocommerce-error::before {
  color: #8e3a96;
  top: 22px;
}

.woocommerce-account .button,
.woocommerce-account button.button,
.woocommerce-account input.button,
.woocommerce-account a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 28px;
  border: 0;
  border-radius: 0;
  background: #8e3a96;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease,
    opacity 0.25s ease;
}

.woocommerce-account .button:hover,
.woocommerce-account button.button:hover,
.woocommerce-account input.button:hover,
.woocommerce-account a.button:hover {
  background: #a84aaf;
  color: #fff;
  transform: translateY(-2px);
}

.woocommerce-account .button:disabled,
.woocommerce-account button.button:disabled,
.woocommerce-account input.button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.woocommerce-account table.shop_table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  margin: 28px 0;
  color: #171717;
}

.woocommerce-account table.shop_table thead th {
  padding: 0 0 18px;
  border: 0;
  border-bottom: 2px dashed #9d9797;
  color: #8d3a96;
  font-size: 15px;
  font-weight: 800;
  text-align: left;
}

.woocommerce-account table.shop_table tbody td {
  padding: 22px 0;
  border: 0;
  border-bottom: 2px dashed #d3d0d0;
  color: #171717;
  font-size: 16px;
  vertical-align: middle;
}

.woocommerce-account table.shop_table tbody tr:hover td {
  color: #8d3a96;
}

.woocommerce-account form {
  max-width: 900px;
}

.woocommerce-account .form-row {
  margin: 0 0 22px;
  padding: 0;
}

.woocommerce-account label {
  display: block;
  margin-bottom: 10px;
  color: #8d3a96;
  font-size: 15px;
  font-weight: 700;
}

.woocommerce-account input.input-text,
.woocommerce-account textarea,
.woocommerce-account select,
.woocommerce-account .select2-container--default .select2-selection--single {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-bottom: 2px dashed #9d9797;
  border-radius: 0;
  background: #f5f5f5;
  color: #171717;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.woocommerce-account textarea {
  min-height: 140px;
  padding-top: 18px;
  resize: vertical;
}

.woocommerce-account input.input-text:focus,
.woocommerce-account textarea:focus,
.woocommerce-account select:focus,
.woocommerce-account .select2-container--open .select2-selection--single {
  border-color: #8e3a96;
  background: #fff;
}

.woocommerce-account select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #8e3a96 50%),
    linear-gradient(135deg, #8e3a96 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 24px,
    calc(100% - 15px) 24px;
  background-size:
    7px 7px,
    7px 7px;
  background-repeat: no-repeat;
  padding-right: 46px;
}

.woocommerce-account .select2-container {
  width: 100% !important;
}

.woocommerce-account .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  height: 56px;
}

.woocommerce-account
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0;
  color: #171717;
  line-height: 56px;
  font-size: 16px;
  font-weight: 500;
}

.woocommerce-account
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 56px;
  right: 14px;
}

.woocommerce-account .select2-dropdown {
  border: 0;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.woocommerce-account .select2-search--dropdown {
  padding: 12px;
}

.woocommerce-account
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  border: 0;
  border-bottom: 2px dashed #9d9797;
  background: #f5f5f5;
  padding: 12px;
  outline: none;
}

.woocommerce-account .select2-results__option {
  padding: 12px 16px;
  color: #171717;
  font-size: 15px;
}

.woocommerce-account
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
.woocommerce-account
  .select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background: #8e3a96;
  color: #fff;
}

.woocommerce-account fieldset {
  margin: 40px 0 0;
  padding: 32px 0 0;
  border: 0;
  border-top: 2px dashed #9d9797;
}

.woocommerce-account legend {
  padding: 0;
}

.woocommerce-account .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.woocommerce-account .woocommerce-Address {
  background: #f5f5f5;
  padding: 32px;
}

.woocommerce-account .woocommerce-Address-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.woocommerce-account .woocommerce-Address-title h3 {
  margin: 0;
  color: #8d3a96;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 700;
  line-height: 1.15;
}

.woocommerce-account .woocommerce-Address-title a {
  color: #8d3a96;
  font-weight: 700;
}

.woocommerce-account address {
  color: #171717;
  font-style: normal;
  font-size: 16px;
  line-height: 1.7;
}

.woocommerce-account mark {
  background: #8e3a96;
  color: #fff;
  padding: 4px 10px;
  font-weight: 700;
}

.woocommerce-account .woocommerce-pagination {
  margin-top: 34px;
}

@media (min-width: 1024px) {
  .woocommerce-account .entry-title,
  .woocommerce-account h1 {
    padding: 0;
  }

  .woocommerce-account .woocommerce {
    padding: 0;
  }
}

@media (max-width: 1100px) {
  .woocommerce-account .woocommerce {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 36px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 28px;
  }
}

@media (max-width: 900px) {
  .woocommerce-account .entry-title,
  .woocommerce-account h1 {
    margin: 36px auto;
  }

  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 70px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 32px 24px;
  }

  .woocommerce-account .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .woocommerce-account .entry-title,
  .woocommerce-account h1 {
    font-size: 40px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 24px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 28px 20px;
  }

  .woocommerce-account table.shop_table thead {
    display: none;
  }

  .woocommerce-account table.shop_table,
  .woocommerce-account table.shop_table tbody,
  .woocommerce-account table.shop_table tr,
  .woocommerce-account table.shop_table td {
    display: block;
    width: 100%;
  }

  .woocommerce-account table.shop_table tbody tr {
    padding: 18px 0;
    border-bottom: 2px dashed #d3d0d0;
  }

  .woocommerce-account table.shop_table tbody td {
    padding: 8px 0;
    border: 0;
  }

  .woocommerce-account .button,
  .woocommerce-account button.button,
  .woocommerce-account input.button,
  .woocommerce-account a.button {
    width: 100%;
  }
}

.woocommerce-account .woocommerce-Addresses,
.woocommerce-account .woocommerce-Address,
.woocommerce-account .woocommerce-Address address,
.woocommerce-account .woocommerce-customer-details address {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.woocommerce-account .woocommerce-Address address,
.woocommerce-account .woocommerce-customer-details address {
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 900px) {
  .woocommerce-account .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .woocommerce-account .woocommerce-Address {
    padding: 24px 18px;
  }

  .woocommerce-account .woocommerce-Address-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .woocommerce-account .woocommerce-Address-title h3,
  .woocommerce-account .woocommerce-Address-title a,
  .woocommerce-account .woocommerce-Address address,
  .woocommerce-account .woocommerce-customer-details address {
    max-width: 100%;
  }
}

/* Formularze */
.woocommerce-account:not(.logged-in) .woocommerce {
  width: 100%;
  max-width: 1770px;
  margin: 0 auto 100px;
  display: block;
  box-sizing: border-box;
}

.woocommerce-account:not(.logged-in) .woocommerce::before,
.woocommerce-account:not(.logged-in) .woocommerce::after {
  display: none;
}

.woocommerce-account:not(.logged-in) .woocommerce h2 {
  max-width: 760px;
  margin: 0 0 36px;
  color: #8e3a96;
  font-size: clamp(40px, 5vw, 70px);
  font-weight: 700;
  line-height: 1.05;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login,
.woocommerce-account:not(.logged-in) .woocommerce-ResetPassword {
  width: 100%;
  max-width: 760px;
  margin: 0;
  border: 0;
  background: #fff;
  color: #8d3a96;
  box-sizing: border-box;
}

.woocommerce-account:not(.logged-in) .woocommerce-ResetPassword {
  padding: clamp(28px, 4vw, 56px);
}

.woocommerce-account:not(.logged-in)
  .woocommerce-ResetPassword
  > p:first-child {
  max-width: 620px;
  margin: 0 0 34px;
  color: #8d3a96;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-row,
.woocommerce-account:not(.logged-in) .form-row {
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  box-sizing: border-box;
}

.woocommerce-account:not(.logged-in) .form-row-first,
.woocommerce-account:not(.logged-in) .form-row-last {
  float: none;
  width: 100%;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-row label,
.woocommerce-account:not(.logged-in) .form-row label {
  display: block;
  margin-bottom: 10px;
  color: #8d3a96;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.woocommerce-account:not(.logged-in) .required {
  color: #8e3a96;
}

.woocommerce-account:not(.logged-in) input.input-text,
.woocommerce-account:not(.logged-in) input.woocommerce-Input,
.woocommerce-account:not(.logged-in) .password-input input {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-bottom: 2px dashed #9d9797;
  border-radius: 0;
  background: #f5f5f5;
  color: #171717;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.woocommerce-account:not(.logged-in) input.input-text:focus,
.woocommerce-account:not(.logged-in) input.woocommerce-Input:focus,
.woocommerce-account:not(.logged-in) .password-input input:focus {
  border-color: #8e3a96;
  background: #fff;
}

.woocommerce-account:not(.logged-in) .password-input {
  display: block;
  position: relative;
  width: 100%;
}

.woocommerce-account:not(.logged-in) .password-input input {
  padding-right: 56px;
}

.woocommerce-account:not(.logged-in) .show-password-input {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 34px;
  height: 34px;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}

.woocommerce-account:not(.logged-in) .show-password-input::after {
  content: "○";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #8e3a96;
  font-size: 24px;
  line-height: 1;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #8d3a96;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme input {
  appearance: none;
  width: 22px;
  height: 22px;
  margin: 0;
  border: 2px dashed #9d9797;
  background: #f5f5f5;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.woocommerce-account:not(.logged-in)
  .woocommerce-form-login__rememberme
  input:checked {
  border-color: #8e3a96;
  background: #8e3a96;
  box-shadow: inset 0 0 0 4px #f5f5f5;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login__submit,
.woocommerce-account:not(.logged-in) .woocommerce-Button,
.woocommerce-account:not(.logged-in) button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 32px;
  border: 0;
  border-radius: 0;
  background: #8e3a96;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease,
    opacity 0.25s ease;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login__submit:hover,
.woocommerce-account:not(.logged-in) .woocommerce-Button:hover,
.woocommerce-account:not(.logged-in) button.button:hover {
  background: #a84aaf;
  color: #fff;
  transform: translateY(-2px);
}

.woocommerce-account:not(.logged-in) .lost_password {
  margin: 26px 0 0;
}

.woocommerce-account:not(.logged-in) .lost_password a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #8d3a96;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition:
    color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
}

.woocommerce-account:not(.logged-in) .lost_password a::after {
  content: "↗";
  font-size: 18px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.woocommerce-account:not(.logged-in) .lost_password a:hover {
  color: #6b2b72;
  opacity: 0.85;
  transform: translateX(4px);
}

.woocommerce-account:not(.logged-in) .lost_password a:hover::after {
  transform: rotate(45deg);
}

.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper {
  max-width: 760px;
}

.woocommerce-account:not(.logged-in) .woocommerce-error,
.woocommerce-account:not(.logged-in) .woocommerce-message,
.woocommerce-account:not(.logged-in) .woocommerce-info {
  max-width: 760px;
  border: 0;
  border-left: 8px solid #8e3a96;
  background: #fff;
  color: #8d3a96;
  padding: 22px 28px 22px 58px;
  margin: 0 0 36px;
  font-weight: 500;
  box-sizing: border-box;
}

.woocommerce-account:not(.logged-in) .woocommerce-error::before,
.woocommerce-account:not(.logged-in) .woocommerce-message::before,
.woocommerce-account:not(.logged-in) .woocommerce-info::before {
  color: #8e3a96;
  top: 22px;
}

.woocommerce-account:not(.logged-in) .clear {
  display: none;
}

@media (min-width: 1024px) {
  .woocommerce-account:not(.logged-in) .woocommerce {
    padding: 0;
  }
}

@media (max-width: 900px) {
  .woocommerce-account:not(.logged-in) .woocommerce {
    margin-bottom: 70px;
  }

  .woocommerce-account:not(.logged-in) .woocommerce h2 {
    margin-bottom: 28px;
  }
}

@media (max-width: 560px) {
  .woocommerce-account:not(.logged-in) .woocommerce-ResetPassword {
    padding: 28px 20px;
  }

  .woocommerce-account:not(.logged-in) .woocommerce-form-login__submit,
  .woocommerce-account:not(.logged-in) .woocommerce-Button,
  .woocommerce-account:not(.logged-in) button.button {
    width: 100%;
  }

  .woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme {
    width: 100%;
  }
}

.woocommerce-account:not(.logged-in) .woocommerce {
  display: block;
}

.woocommerce-account:not(.logged-in) .woocommerce h2 {
  width: 100%;
  max-width: 760px;
  text-align: center;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login,
.woocommerce-account:not(.logged-in) .woocommerce-ResetPassword,
.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper,
.woocommerce-account:not(.logged-in) .woocommerce-error,
.woocommerce-account:not(.logged-in) .woocommerce-message,
.woocommerce-account:not(.logged-in) .woocommerce-info {
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-account:not(.logged-in)
  .woocommerce-ResetPassword
  > p:first-child {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.woocommerce-account:not(.logged-in) .lost_password {
  text-align: center;
}

.woocommerce-account:not(.logged-in) .lost_password a {
  justify-content: center;
}

.woocommerce-account:not(.logged-in) .woocommerce > h2 {
  display: none;
}

/* Logowanie / Rejestracja */
.woocommerce-account:not(.logged-in) .woocommerce #customer_login {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  align-items: stretch;
}

.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1,
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column2 {
  box-sizing: border-box;
  padding: clamp(28px, 4vw, 56px);
  background: #fff;
  display: flex;
  flex-direction: column;
}

.woocommerce-account:not(.logged-in) .woocommerce #customer_login h2 {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700;
  color: #8d3a96;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
  padding-bottom: 14px;
  border-bottom: 2px solid #8d3a96;
  text-align: left;
  max-width: 100%;
}

.woocommerce-account:not(.logged-in)
  .woocommerce-form-register
  > p:not(.woocommerce-form-row):not(.form-row) {
  background: #f0eaf5;
  border-left: 4px solid #8d3a96;
  padding: 12px 14px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #6b2b72;
  line-height: 1.5;
}

.woocommerce-privacy-policy-text {
  font-size: 13px;
  color: #5b5b5b;
  line-height: 1.6;
  border-left: 3px solid #c2c447;
  padding: 10px 14px;
  background: #f9f9f9;
  margin-bottom: 20px;
}

.woocommerce-privacy-policy-text a {
  color: #8d3a96;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login__submit,
.woocommerce-account:not(.logged-in) .woocommerce-form-register__submit {
  width: 100%;
}

@media (max-width: 820px) {
  .woocommerce-account:not(.logged-in) .woocommerce #customer_login {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 560px) {
  .woocommerce-account:not(.logged-in) .woocommerce #customer_login h2 {
    font-size: 20px;
  }
}

.woocommerce-password-strength {
  margin-top: 10px;
  padding: 10px 14px;
  font-size: 13px;
  letter-spacing: 0.04em;
  border-left: 4px solid transparent;
}

.woocommerce-password-strength.short {
  background: #fdf0f0;
  border-left-color: #c0392b;
  color: #c0392b;
}

.woocommerce-password-strength.bad {
  background: #fdf5e8;
  border-left-color: #e67e22;
  color: #e67e22;
}

.woocommerce-password-strength.good {
  background: #f0f7ee;
  border-left-color: #27ae60;
  color: #27ae60;
}

.woocommerce-password-strength.strong {
  background: #eaf4f0;
  border-left-color: #1a9e6a;
  color: #1a9e6a;
}

.woocommerce-password-hint {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #5b5b5b;
  line-height: 1.6;
  border-left: 3px solid #c2c447;
  padding: 8px 12px;
  background: #f9f9f9;
}

/* Większze teksty */
/* @media (min-width: 1024px) {
  body.woocommerce-cart,
  body.woocommerce-checkout {
    font-size: 1.1em;
  }

  body.woocommerce-cart input,
  body.woocommerce-cart select,
  body.woocommerce-cart textarea,
  body.woocommerce-cart button,
  body.woocommerce-checkout input,
  body.woocommerce-checkout select,
  body.woocommerce-checkout textarea,
  body.woocommerce-checkout button {
    font-size: 1em;
  }
} */

.wc-block-store-notice svg {
  display: none;
}

/* ============================================
   WOOCOMMERCE - ORDER REVIEW / CHECKOUT
   ============================================ */

.woocommerce .shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

.woocommerce .shop_table thead tr th {
  text-align: left;
  padding: 1rem 1.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #8d3a96;
  border: none;
}

.woocommerce .shop_table thead tr th:last-child {
  text-align: right;
}

.woocommerce .shop_table tbody tr.order_item td {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
  color: #1a1a1a;
  vertical-align: middle;
}

.woocommerce .shop_table tbody tr.order_item td.product-quantity {
  color: #555;
}

.woocommerce .shop_table tbody tr.order_item td.product-subtotal {
  text-align: right;
  font-weight: 700;
  color: #8d3a96;
}

.woocommerce .shop_table tfoot tr th {
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: #444;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}

.woocommerce .shop_table tfoot tr td {
  padding: 0.75rem 1.25rem;
  text-align: right;
  font-size: 0.9rem;
  color: #1a1a1a;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}

.woocommerce .shop_table tfoot tr:last-child th,
.woocommerce .shop_table tfoot tr:last-child td {
  border-bottom: none;
}

.woocommerce .shop_table tfoot tr td .woocommerce-Price-amount {
  font-weight: 700;
  color: #8d3a96;
}

.woocommerce .shop_table tfoot tr td small.includes_tax {
  display: block;
  font-size: 0.75rem;
  color: #888;
  font-weight: 400;
  margin-top: 0.2rem;
}

.woocommerce .shop_table tfoot tr td small.shipped_via {
  display: block;
  font-size: 0.78rem;
  color: #666;
  margin-top: 0.25rem;
}

.woocommerce .shop_table tfoot tr td .easypack-shipping-method-logo {
  display: block !important;
  margin-top: 0.5rem;
  font-size: 0.78rem;
  color: #555;
  line-height: 1.6;
}

.woocommerce .shop_table tfoot tr td .easypack-shipping-method-logo img {
  margin-bottom: 0.25rem;
}

.woocommerce .shop_table tfoot tr td .ep-chosen-parcel-machine {
  font-weight: 700;
  color: #8d3a96;
}

/* ============================================
   PAYMENT SECTION
   ============================================ */

#payment {
  margin-top: 1rem;
}

#payment .wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}

#payment .wc_payment_methods li {
  padding: 1rem 1.25rem;
  background: #fafafa;
}

#payment .wc_payment_methods li label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
}

#payment .wc_payment_methods li label img {
  max-height: 28px;
  width: auto;
}

/* ============================================
   PRIVACY POLICY TEXT
   ============================================ */

.woocommerce-privacy-policy-text {
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.woocommerce-privacy-policy-text a {
  color: #8d3a96;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.woocommerce-privacy-policy-text a:hover {
  opacity: 0.75;
}

/* ============================================
   PLACE ORDER BUTTON
   ============================================ */

#place_order {
  display: block;
  width: 100%;
  padding: 1.1rem 2rem;
  background-color: #8d3a96;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 0;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition:
    background-color 0.2s ease,
    transform 0.15s ease;
}

#place_order:hover {
  background-color: #7a3183;
  transform: translateY(-1px);
}

#place_order:active {
  transform: translateY(0);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 460px) {
  .woocommerce .shop_table thead tr th,
  .woocommerce .shop_table tbody tr.order_item td,
  .woocommerce .shop_table tfoot tr th,
  .woocommerce .shop_table tfoot tr td {
    padding: 0.75rem 0.75rem;
    font-size: 0.82rem;
  }

  .woocommerce .shop_table tfoot tr td small.includes_tax {
    font-size: 0.68rem;
  }

  #payment .wc_payment_methods li label {
    font-size: 0.85rem;
  }

  #place_order {
    font-size: 0.9rem;
    padding: 1rem 1.5rem;
  }
}

.wc-block-components-product-metadata__description {
  display: none !important;
}

.woocommerce-checkout .wc-block-components-sale-badge {
  display: none !important;
}
