.wc-block-checkout {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  
  .entry-title {
    color: var(--text-color, #333);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .wc-block-checkout__main {
    flex: 1;
    min-width: 60%;
  }
  
  .wc-block-checkout__sidebar {
    width: 35%;
    min-width: 300px;
    background-color: var(--background-color, #f7f7f7);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 20px;
    align-self: flex-start;
    position: sticky;
    top: 30px;
  }
  
  .wc-block-components-checkout-step {
    margin-bottom: 25px;
    border: 1px solid var(--border-color, #e5e7eb);
    border-radius: 12px;
    padding: 20px;
    background-color: var(--background-color, #fff);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
  }
  
  .wc-block-components-checkout-step:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  }
  
  .wc-block-components-checkout-step__title {
    color: var(--text-color, #333);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color, #e5e7eb);
  }
  
  .wc-block-components-checkout-step__description {
    margin-bottom: 15px;
    color: var(--text-light, #6b7280);
    font-size: 14px;
  }
  
  .wc-block-components-text-input,
  .wc-blocks-components-select {
    position: relative;
    margin-bottom: 16px;
  }
  
  .wc-block-components-text-input input,
  .wc-blocks-components-select select {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid var(--border-color, #e5e7eb);
    border-radius: 8px;
    font-size: 15px;
    background-color: var(--background-color, #fff);
    color: var(--text-color, #333);
    transition: all 0.2s ease;
  }
  
  .wc-block-components-text-input input:focus,
  .wc-blocks-components-select select:focus {
    outline: none;
    border-color: var(--primary-color, #813333);
    box-shadow: 0 0 0 2px rgba(var(--primary-color-rgb, 129, 51, 51), 0.2);
  }
  
  .wc-block-components-text-input label {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    padding: 0 5px;
    font-size: 14px;
    color: var(--text-light, #6b7280);
    pointer-events: none;
    transition: all 0.2s ease-in-out;
  }
  
  .wc-block-components-text-input.is-active label,
  .wc-block-components-text-input input:focus + label {
    top: 0;
    font-size: 12px;
    color: var(--primary-color, #813333);
  }
  
  .wc-blocks-components-select__label {
    font-size: 14px;
    color: var(--text-color, #333);
    margin-bottom: 5px;
    display: block;
  }
  
  .wc-blocks-components-select__select {
    appearance: none;
    width: 100%;
    padding-right: 36px; 
  }
  
  .wc-blocks-components-select__expand {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    fill: var(--text-light, #6b7280);
  }
  
  .wc-block-components-checkbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
  }
  
  .wc-block-components-checkbox__input {
    margin-right: 8px;
    margin-top: 2px;
  }
  
  .wc-block-components-checkbox__label {
    color: var(--text-color, #333);
    font-size: 14px;
    line-height: 1.4;
  }
  
  .wc-block-components-address-form__address_2-toggle {
    color: var(--primary-color, #813333);
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 16px;
  }
  
  .wc-block-components-address-form__address_2-toggle:hover {
    color: var(--primary-dark, #6a2a2a);
  }
  
  .wc-block-components-address-form__address_2-hidden-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  
  .wc-block-components-checkout-order-summary__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color, #e5e7eb);
    color: var(--text-color, #333);
  }
  
  .wc-block-components-order-summary-item {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid var(--border-color, #e5e7eb);
  }
  
  .wc-block-components-order-summary-item:last-child {
    border-bottom: none;
  }
  
  .wc-block-components-order-summary-item__image {
    position: relative;
    width: 80px;
    margin-right: 15px;
    flex-shrink: 0;
  }
  
  .wc-block-components-order-summary-item__image img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }
  
  .wc-block-components-order-summary-item__quantity {
    position: absolute;
    top: -8px;
    left: -8px;
    background-color: var(--primary-color, #813333);
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
  }
  
  .wc-block-components-order-summary-item__description {
    flex: 1;
  }
  
  .wc-block-components-product-name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--text-color, #333);
    display: block;
  }
  
  .wc-block-components-product-metadata {
    margin-top: 6px;
  }
  
  .wc-block-components-product-details {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  
  .wc-block-components-product-details__waga {
    background-color: rgba(var(--primary-color-rgb, 129, 51, 51), 0.1);
    color: var(--primary-color, #813333);
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(var(--primary-color-rgb, 129, 51, 51), 0.2);
  }
  
  .wc-block-components-product-details__name {
    font-weight: 500;
    margin-right: 3px;
  }
  
  .wc-block-components-product-price {
    color: var(--primary-color, #813333);
    font-weight: 600;
    font-size: 14px;
  }
  
  .wc-block-components-order-summary-item__total-price {
    font-weight: 700;
    color: var(--primary-color, #813333);
    margin-left: auto;
    align-self: center;
    font-size: 15px;
  }
  
  .wc-block-components-totals-coupon {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .wc-block-components-panel__button {
    background: transparent;
    border: 1px dashed var(--border-color, #e5e7eb);
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color, #813333);
    transition: background-color 0.2s ease;
  }
  
  .wc-block-components-panel__button:hover {
    background-color: rgba(var(--primary-color-rgb, 129, 51, 51), 0.05);
  }
  
  .wc-block-components-panel__button-icon {
    margin-right: 6px;
    fill: var(--primary-color, #813333);
  }
  
  .wc-block-components-totals-wrapper {
    margin-bottom: 15px;
  }
  
  .wc-block-components-totals-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  }
  
  .wc-block-components-totals-item__label {
    font-weight: 500;
    color: var(--text-color, #333);
  }
  
  .wc-block-components-totals-item__value {
    font-weight: 600;
    color: var(--text-color, #333);
  }
  
  .wc-block-components-totals-footer-item {
    border-top: 1px solid var(--border-color, #e5e7eb);
    padding-top: 15px;
    margin-top: 10px;
  }
  
  .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color, #333);
  }
  
  .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color, #813333);
  }
  
  .wc-block-checkout__actions {
    margin-top: 30px;
  }
  
  .wc-block-checkout__actions_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .wc-block-components-checkout-return-to-cart-button {
    display: flex;
    align-items: center;
    color: var(--text-color, #333);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease;
  }
  
  .wc-block-components-checkout-return-to-cart-button:hover {
    color: var(--primary-color, #813333);
  }
  
  .wc-block-components-checkout-return-to-cart-button svg {
    margin-right: 6px;
    fill: currentColor;
  }
  
  .wc-block-components-checkout-place-order-button {
    background: linear-gradient(135deg, var(--primary-color, #813333) 0%, var(--primary-dark, #6a2a2a) 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 14px 24px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    text-transform: none !important;
    min-width: 180px;
  }
  
  .wc-block-components-checkout-place-order-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(var(--primary-color-rgb, 129, 51, 51), 0.2) !important;
  }
  
  .wc-block-components-checkout-place-order-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
  }
  
  .wc-block-components-checkout-place-order-button:hover::before {
    animation: shine 1.5s infinite;
  }
  
  @keyframes shine {
    100% {
      transform: translateX(100%);
    }
  }
  
  .wc-block-checkout__no-payment-methods-notice {
    background-color: #ffebee;
    border-left: 4px solid #f44336;
    padding: 15px;
    border-radius: 6px;
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
  }
  
  .wc-block-checkout__no-payment-methods-notice svg {
    fill: #f44336;
    margin-right: 10px;
    flex-shrink: 0;
  }
  
  .wc-block-components-notice-banner__content {
    font-size: 14px;
    color: #d32f2f;
  }
  
  .wc-block-checkout__terms {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid var(--border-color, #e5e7eb);
    font-size: 14px;
    color: var(--text-light, #6b7280);
    line-height: 1.5;
  }
  
  @media (max-width: 992px) {
    .wc-block-checkout {
      flex-direction: column;
    }
    
    .wc-block-checkout__sidebar {
      width: 100%;
      position: static;
      margin-top: 30px;
    }
  }
  
  @media (max-width: 768px) {
    .wc-block-checkout__actions_row {
      flex-direction: column;
      gap: 15px;
    }
    
    .wc-block-components-checkout-return-to-cart-button {
      margin-bottom: 10px;
    }
    
    .wc-block-components-checkout-place-order-button {
      width: 100%;
    }
    
    .wc-block-components-order-summary-item {
      flex-wrap: wrap;
    }
    
    .wc-block-components-order-summary-item__total-price {
      margin-top: 10px;
      margin-left: 95px; 
      width: 100%;
      text-align: left;
    }
  }
  
  @media (max-width: 480px) {
    .entry-title {
      font-size: 24px;
    }
    
    .wc-block-components-checkout-step {
      padding: 15px;
    }
  }