@charset "UTF-8";
/*
 * Kloppro Theme SCSS
 * Main entry point - 7-1 Architecture Pattern
 * Refactored for maintainability and DRY principles
 */
/*
 * Fonts
 * Google Fonts imports and font-face declarations
 * Migrated from style.css for proper font loading
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
/*
 * Font Loading Strategy:
 * - Poppins 400 (regular): Body text
 * - Poppins 700 (bold): Headings, bold text
 * - display=swap: Ensures text remains visible during font load
 */
/*
 * Kloppro Variables
 * Color scheme and configuration variables
 */
:root {
  --wc-form-border-color: #e2e8f0 !important;
  --wc-form-color-text: $kloppro-primary !important;
  --wc-form-color-text-placeholder: #6b7f94 !important;
}

/*
 * Kloppro Mixins
 * Reusable SCSS mixins
 */
@keyframes notice-fade-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Base Reset & Normalize
 * Minimal CSS reset for consistent styling
 */
* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

button {
  font-family: inherit;
}

/*
 * Typography Base
 * Base typography settings
 */
html body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #343e48;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #343e48;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

strong, b {
  font-weight: 700;
}

small {
  font-size: 14px;
}

h2,
.entry-title,
.wp-block-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.wp-block-heading {
  position: relative;
  padding-left: 60px;
  margin-top: 4rem;
  text-align: left;
  margin-bottom: 1rem;
}
.wp-block-heading::before {
  background-color: #ad1923;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  bottom: 7px;
  width: 45px;
}

/*
 * Elementor Page Builder Overrides
 * Custom CSS variables for Elementor kit
 * Migrated from style.css for Elementor compatibility
 */
.elementor-kit-180 {
  --e-global-color-primary: #000;
  --e-global-color-secondary: #000;
  --e-global-color-text: #000;
  --e-global-color-accent: #000;
  --e-global-typography-primary-font-family: "Poppins";
  --e-global-typography-primary-font-weight: 700;
  --e-global-typography-secondary-font-family: "Poppins Slab";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Poppins";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Poppins";
  --e-global-typography-accent-font-weight: 700;
}

/*
 * WooCommerce Global Overrides
 * Centralized WooCommerce clearfix and float resets
 * Following WooCommerce CSS best practices
 */
.woocommerce .col2-set::before, .woocommerce .col2-set::after,
.woocommerce .u-columns::before,
.woocommerce .u-columns::after,
.woocommerce .form-row::before,
.woocommerce .form-row::after,
.woocommerce .addresses .title::before,
.woocommerce .addresses .title::after,
.woocommerce .woocommerce-billing-fields::before,
.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::before,
.woocommerce .woocommerce-shipping-fields::after,
body.woocommerce-account .col2-set::before,
body.woocommerce-account .col2-set::after,
body.woocommerce-account .u-columns::before,
body.woocommerce-account .u-columns::after,
body.woocommerce-account .form-row::before,
body.woocommerce-account .form-row::after,
body.woocommerce-account .addresses .title::before,
body.woocommerce-account .addresses .title::after,
body.woocommerce-account .woocommerce-billing-fields::before,
body.woocommerce-account .woocommerce-billing-fields::after,
body.woocommerce-account .woocommerce-shipping-fields::before,
body.woocommerce-account .woocommerce-shipping-fields::after,
body.woocommerce-checkout .col2-set::before,
body.woocommerce-checkout .col2-set::after,
body.woocommerce-checkout .u-columns::before,
body.woocommerce-checkout .u-columns::after,
body.woocommerce-checkout .form-row::before,
body.woocommerce-checkout .form-row::after,
body.woocommerce-checkout .addresses .title::before,
body.woocommerce-checkout .addresses .title::after,
body.woocommerce-checkout .woocommerce-billing-fields::before,
body.woocommerce-checkout .woocommerce-billing-fields::after,
body.woocommerce-checkout .woocommerce-shipping-fields::before,
body.woocommerce-checkout .woocommerce-shipping-fields::after,
body.woocommerce-cart .col2-set::before,
body.woocommerce-cart .col2-set::after,
body.woocommerce-cart .u-columns::before,
body.woocommerce-cart .u-columns::after,
body.woocommerce-cart .form-row::before,
body.woocommerce-cart .form-row::after,
body.woocommerce-cart .addresses .title::before,
body.woocommerce-cart .addresses .title::after,
body.woocommerce-cart .woocommerce-billing-fields::before,
body.woocommerce-cart .woocommerce-billing-fields::after,
body.woocommerce-cart .woocommerce-shipping-fields::before,
body.woocommerce-cart .woocommerce-shipping-fields::after {
  display: none !important;
  content: none !important;
}
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2,
.woocommerce .col2-set .u-column1, .woocommerce .col2-set .u-column2,
.woocommerce .col2-set .form-row-first, .woocommerce .col2-set .form-row-last,
.woocommerce .u-columns .col-1,
.woocommerce .u-columns .col-2,
.woocommerce .u-columns .u-column1,
.woocommerce .u-columns .u-column2,
.woocommerce .u-columns .form-row-first,
.woocommerce .u-columns .form-row-last,
.woocommerce .form-row .col-1,
.woocommerce .form-row .col-2,
.woocommerce .form-row .u-column1,
.woocommerce .form-row .u-column2,
.woocommerce .form-row .form-row-first,
.woocommerce .form-row .form-row-last,
.woocommerce .addresses .title .col-1,
.woocommerce .addresses .title .col-2,
.woocommerce .addresses .title .u-column1,
.woocommerce .addresses .title .u-column2,
.woocommerce .addresses .title .form-row-first,
.woocommerce .addresses .title .form-row-last,
.woocommerce .woocommerce-billing-fields .col-1,
.woocommerce .woocommerce-billing-fields .col-2,
.woocommerce .woocommerce-billing-fields .u-column1,
.woocommerce .woocommerce-billing-fields .u-column2,
.woocommerce .woocommerce-billing-fields .form-row-first,
.woocommerce .woocommerce-billing-fields .form-row-last,
.woocommerce .woocommerce-shipping-fields .col-1,
.woocommerce .woocommerce-shipping-fields .col-2,
.woocommerce .woocommerce-shipping-fields .u-column1,
.woocommerce .woocommerce-shipping-fields .u-column2,
.woocommerce .woocommerce-shipping-fields .form-row-first,
.woocommerce .woocommerce-shipping-fields .form-row-last,
body.woocommerce-account .col2-set .col-1,
body.woocommerce-account .col2-set .col-2,
body.woocommerce-account .col2-set .u-column1,
body.woocommerce-account .col2-set .u-column2,
body.woocommerce-account .col2-set .form-row-first,
body.woocommerce-account .col2-set .form-row-last,
body.woocommerce-account .u-columns .col-1,
body.woocommerce-account .u-columns .col-2,
body.woocommerce-account .u-columns .u-column1,
body.woocommerce-account .u-columns .u-column2,
body.woocommerce-account .u-columns .form-row-first,
body.woocommerce-account .u-columns .form-row-last,
body.woocommerce-account .form-row .col-1,
body.woocommerce-account .form-row .col-2,
body.woocommerce-account .form-row .u-column1,
body.woocommerce-account .form-row .u-column2,
body.woocommerce-account .form-row .form-row-first,
body.woocommerce-account .form-row .form-row-last,
body.woocommerce-account .addresses .title .col-1,
body.woocommerce-account .addresses .title .col-2,
body.woocommerce-account .addresses .title .u-column1,
body.woocommerce-account .addresses .title .u-column2,
body.woocommerce-account .addresses .title .form-row-first,
body.woocommerce-account .addresses .title .form-row-last,
body.woocommerce-account .woocommerce-billing-fields .col-1,
body.woocommerce-account .woocommerce-billing-fields .col-2,
body.woocommerce-account .woocommerce-billing-fields .u-column1,
body.woocommerce-account .woocommerce-billing-fields .u-column2,
body.woocommerce-account .woocommerce-billing-fields .form-row-first,
body.woocommerce-account .woocommerce-billing-fields .form-row-last,
body.woocommerce-account .woocommerce-shipping-fields .col-1,
body.woocommerce-account .woocommerce-shipping-fields .col-2,
body.woocommerce-account .woocommerce-shipping-fields .u-column1,
body.woocommerce-account .woocommerce-shipping-fields .u-column2,
body.woocommerce-account .woocommerce-shipping-fields .form-row-first,
body.woocommerce-account .woocommerce-shipping-fields .form-row-last,
body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2,
body.woocommerce-checkout .col2-set .u-column1,
body.woocommerce-checkout .col2-set .u-column2,
body.woocommerce-checkout .col2-set .form-row-first,
body.woocommerce-checkout .col2-set .form-row-last,
body.woocommerce-checkout .u-columns .col-1,
body.woocommerce-checkout .u-columns .col-2,
body.woocommerce-checkout .u-columns .u-column1,
body.woocommerce-checkout .u-columns .u-column2,
body.woocommerce-checkout .u-columns .form-row-first,
body.woocommerce-checkout .u-columns .form-row-last,
body.woocommerce-checkout .form-row .col-1,
body.woocommerce-checkout .form-row .col-2,
body.woocommerce-checkout .form-row .u-column1,
body.woocommerce-checkout .form-row .u-column2,
body.woocommerce-checkout .form-row .form-row-first,
body.woocommerce-checkout .form-row .form-row-last,
body.woocommerce-checkout .addresses .title .col-1,
body.woocommerce-checkout .addresses .title .col-2,
body.woocommerce-checkout .addresses .title .u-column1,
body.woocommerce-checkout .addresses .title .u-column2,
body.woocommerce-checkout .addresses .title .form-row-first,
body.woocommerce-checkout .addresses .title .form-row-last,
body.woocommerce-checkout .woocommerce-billing-fields .col-1,
body.woocommerce-checkout .woocommerce-billing-fields .col-2,
body.woocommerce-checkout .woocommerce-billing-fields .u-column1,
body.woocommerce-checkout .woocommerce-billing-fields .u-column2,
body.woocommerce-checkout .woocommerce-billing-fields .form-row-first,
body.woocommerce-checkout .woocommerce-billing-fields .form-row-last,
body.woocommerce-checkout .woocommerce-shipping-fields .col-1,
body.woocommerce-checkout .woocommerce-shipping-fields .col-2,
body.woocommerce-checkout .woocommerce-shipping-fields .u-column1,
body.woocommerce-checkout .woocommerce-shipping-fields .u-column2,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row-first,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row-last,
body.woocommerce-cart .col2-set .col-1,
body.woocommerce-cart .col2-set .col-2,
body.woocommerce-cart .col2-set .u-column1,
body.woocommerce-cart .col2-set .u-column2,
body.woocommerce-cart .col2-set .form-row-first,
body.woocommerce-cart .col2-set .form-row-last,
body.woocommerce-cart .u-columns .col-1,
body.woocommerce-cart .u-columns .col-2,
body.woocommerce-cart .u-columns .u-column1,
body.woocommerce-cart .u-columns .u-column2,
body.woocommerce-cart .u-columns .form-row-first,
body.woocommerce-cart .u-columns .form-row-last,
body.woocommerce-cart .form-row .col-1,
body.woocommerce-cart .form-row .col-2,
body.woocommerce-cart .form-row .u-column1,
body.woocommerce-cart .form-row .u-column2,
body.woocommerce-cart .form-row .form-row-first,
body.woocommerce-cart .form-row .form-row-last,
body.woocommerce-cart .addresses .title .col-1,
body.woocommerce-cart .addresses .title .col-2,
body.woocommerce-cart .addresses .title .u-column1,
body.woocommerce-cart .addresses .title .u-column2,
body.woocommerce-cart .addresses .title .form-row-first,
body.woocommerce-cart .addresses .title .form-row-last,
body.woocommerce-cart .woocommerce-billing-fields .col-1,
body.woocommerce-cart .woocommerce-billing-fields .col-2,
body.woocommerce-cart .woocommerce-billing-fields .u-column1,
body.woocommerce-cart .woocommerce-billing-fields .u-column2,
body.woocommerce-cart .woocommerce-billing-fields .form-row-first,
body.woocommerce-cart .woocommerce-billing-fields .form-row-last,
body.woocommerce-cart .woocommerce-shipping-fields .col-1,
body.woocommerce-cart .woocommerce-shipping-fields .col-2,
body.woocommerce-cart .woocommerce-shipping-fields .u-column1,
body.woocommerce-cart .woocommerce-shipping-fields .u-column2,
body.woocommerce-cart .woocommerce-shipping-fields .form-row-first,
body.woocommerce-cart .woocommerce-shipping-fields .form-row-last {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

body.woocommerce .col-1, body.woocommerce .col-2,
body.woocommerce .u-column1, body.woocommerce .u-column2,
body.woocommerce .form-row-first, body.woocommerce .form-row-last {
  float: none !important;
  width: 100% !important;
}

.woocommerce .form-row {
  display: block;
  width: 100%;
}
.woocommerce input[type=text],
.woocommerce input[type=email],
.woocommerce input[type=password],
.woocommerce input[type=tel],
.woocommerce input[type=number],
.woocommerce select,
.woocommerce textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 16px;
  color: #343e48;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.woocommerce input[type=text]:focus,
.woocommerce input[type=email]:focus,
.woocommerce input[type=password]:focus,
.woocommerce input[type=tel]:focus,
.woocommerce input[type=number]:focus,
.woocommerce select:focus,
.woocommerce textarea:focus {
  outline: none;
  border-color: #ad1923;
  box-shadow: 0 0 0 3px rgba(173, 25, 35, 0.1);
  background: #fff;
}
.woocommerce input[type=text]:hover:not(:focus),
.woocommerce input[type=email]:hover:not(:focus),
.woocommerce input[type=password]:hover:not(:focus),
.woocommerce input[type=tel]:hover:not(:focus),
.woocommerce input[type=number]:hover:not(:focus),
.woocommerce select:hover:not(:focus),
.woocommerce textarea:hover:not(:focus) {
  border-color: rgb(192.3863636364, 205.3409090909, 222.6136363636);
}
.woocommerce input[type=text]::placeholder,
.woocommerce input[type=email]::placeholder,
.woocommerce input[type=password]::placeholder,
.woocommerce input[type=tel]::placeholder,
.woocommerce input[type=number]::placeholder,
.woocommerce select::placeholder,
.woocommerce textarea::placeholder {
  color: rgb(151.4, 165.4, 180.1);
  opacity: 0.7;
}
.woocommerce input[type=text].error, .woocommerce input[type=text][aria-invalid=true],
.woocommerce input[type=email].error,
.woocommerce input[type=email][aria-invalid=true],
.woocommerce input[type=password].error,
.woocommerce input[type=password][aria-invalid=true],
.woocommerce input[type=tel].error,
.woocommerce input[type=tel][aria-invalid=true],
.woocommerce input[type=number].error,
.woocommerce input[type=number][aria-invalid=true],
.woocommerce select.error,
.woocommerce select[aria-invalid=true],
.woocommerce textarea.error,
.woocommerce textarea[aria-invalid=true] {
  border-color: #ef4444;
  background: white;
}
.woocommerce input[type=text].error:focus, .woocommerce input[type=text][aria-invalid=true]:focus,
.woocommerce input[type=email].error:focus,
.woocommerce input[type=email][aria-invalid=true]:focus,
.woocommerce input[type=password].error:focus,
.woocommerce input[type=password][aria-invalid=true]:focus,
.woocommerce input[type=tel].error:focus,
.woocommerce input[type=tel][aria-invalid=true]:focus,
.woocommerce input[type=number].error:focus,
.woocommerce input[type=number][aria-invalid=true]:focus,
.woocommerce select.error:focus,
.woocommerce select[aria-invalid=true]:focus,
.woocommerce textarea.error:focus,
.woocommerce textarea[aria-invalid=true]:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.woocommerce input[type=text].success, .woocommerce input[type=text][aria-invalid=false],
.woocommerce input[type=email].success,
.woocommerce input[type=email][aria-invalid=false],
.woocommerce input[type=password].success,
.woocommerce input[type=password][aria-invalid=false],
.woocommerce input[type=tel].success,
.woocommerce input[type=tel][aria-invalid=false],
.woocommerce input[type=number].success,
.woocommerce input[type=number][aria-invalid=false],
.woocommerce select.success,
.woocommerce select[aria-invalid=false],
.woocommerce textarea.success,
.woocommerce textarea[aria-invalid=false] {
  border-color: #10b981;
}
.woocommerce input[type=text].success:focus, .woocommerce input[type=text][aria-invalid=false]:focus,
.woocommerce input[type=email].success:focus,
.woocommerce input[type=email][aria-invalid=false]:focus,
.woocommerce input[type=password].success:focus,
.woocommerce input[type=password][aria-invalid=false]:focus,
.woocommerce input[type=tel].success:focus,
.woocommerce input[type=tel][aria-invalid=false]:focus,
.woocommerce input[type=number].success:focus,
.woocommerce input[type=number][aria-invalid=false]:focus,
.woocommerce select.success:focus,
.woocommerce select[aria-invalid=false]:focus,
.woocommerce textarea.success:focus,
.woocommerce textarea[aria-invalid=false]:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
.woocommerce input[type=text]:disabled, .woocommerce input[type=text][disabled],
.woocommerce input[type=email]:disabled,
.woocommerce input[type=email][disabled],
.woocommerce input[type=password]:disabled,
.woocommerce input[type=password][disabled],
.woocommerce input[type=tel]:disabled,
.woocommerce input[type=tel][disabled],
.woocommerce input[type=number]:disabled,
.woocommerce input[type=number][disabled],
.woocommerce select:disabled,
.woocommerce select[disabled],
.woocommerce textarea:disabled,
.woocommerce textarea[disabled] {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  opacity: 0.6;
}
.woocommerce label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #343e48;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.woocommerce label .required,
.woocommerce label abbr[title] {
  color: #ad1923;
  margin-left: 0.25rem;
  text-decoration: none;
  cursor: help;
}
.woocommerce label .optional {
  color: #6b7280;
  font-weight: 400;
  font-size: 14px;
  margin-left: 0.25rem;
}

body .woocommerce div.product p.price,
body .woocommerce div.product span.price {
  color: #ad1923;
}
body .woocommerce div.product p.price .amount,
body .woocommerce div.product span.price .amount {
  font-weight: 700;
  font-size: 1.3em;
}

.product_meta:has(.posted_in:only-child,
.tagged_as:only-child) {
  display: none;
}
.product_meta .posted_in,
.product_meta .tagged_as {
  display: none;
}

body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
  background-color: #ad1923;
  color: #fff;
}
body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover {
  background-color: rgb(128.4393939394, 18.5606060606, 25.9848484848);
  color: #fff;
}

body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
  color: #fff;
}

table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
  border-block-start: unset;
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
  flex-direction: row;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  position: static;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 160px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-bottom: 0 !important;
}

button.button:disabled {
  padding: 0.75rem 1.5rem !important;
}

.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row select:focus {
  box-shadow: 0 0 0 3px rgba(107, 127, 148, 0.1) !important;
  border-color: #6b7f94 !important;
}

.woocommerce-table tbody tr:hover, .woocommerce-table tbody tr:hover > th, .woocommerce-table tbody tr:hover > td,
.shop_table tbody tr:hover,
.shop_table tbody tr:hover > th,
.shop_table tbody tr:hover > td,
.woocommerce-orders-table tbody tr:hover,
.woocommerce-orders-table tbody tr:hover > th,
.woocommerce-orders-table tbody tr:hover > td {
  background: #fff !important;
}
.woocommerce-table tbody tr:nth-child(2n+1):hover,
.shop_table tbody tr:nth-child(2n+1):hover,
.woocommerce-orders-table tbody tr:nth-child(2n+1):hover {
  background: hsla(0, 0%, 50%, 0.071) !important;
}
.woocommerce-table tbody tr:nth-child(2n+1):hover > th, .woocommerce-table tbody tr:nth-child(2n+1):hover > td,
.shop_table tbody tr:nth-child(2n+1):hover > th,
.shop_table tbody tr:nth-child(2n+1):hover > td,
.woocommerce-orders-table tbody tr:nth-child(2n+1):hover > th,
.woocommerce-orders-table tbody tr:nth-child(2n+1):hover > td {
  background: unset !important;
}

.woocommerce form .form-row {
  margin-bottom: 1rem !important;
  padding: 0 !important;
}

body .woocommerce label {
  margin-bottom: 0.25rem !important;
  margin-top: 1rem !important;
  line-height: 1.5 !important;
}

.thwmscf-tab-panels {
  padding: 0 !important;
}

body .thwmscf-buttons {
  padding: 0 !important;
}
body .thwmscf-buttons .button-prev,
body .thwmscf-buttons .button-next {
  border-color: currentColor !important;
  color: #343e48 !important;
}
body .thwmscf-buttons .button-prev:hover,
body .thwmscf-buttons .button-next:hover {
  background-color: #343e48 !important;
  border-color: #343e48 !important;
  color: #fff !important;
}
body .woocommerce form .form-row.woocommerce-validated select,
body .woocommerce form .form-row.woocommerce-validated input.input-text,
body .woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
  border-color: var(--wc-form-border-color) !important;
}

/*
 * Bundle Plugin Fixes
 * ============================================================================
 * Plugin: Easy Product Bundles for WooCommerce (asnp_easy_product_bundle)
 * Purpose: Override default disabled state styling for bundle items
 *
 * Issue: Unchecked bundle items are grayed out (opacity: 0.5) and not clickable
 * Solution: Keep items fully visible and clickable for better user experience
 *
 * Last Updated: 2025-10-30
 * ============================================================================
 */
/**
 * 1. Override disabled bundle product styling
 *
 * Default plugin behavior (.asnp-disable-product class):
 * - opacity: 0.5 !important;        // Makes text hard to read
 * - pointer-events: none !important; // Prevents clicking for more info
 * - cursor: unset !important;        // Removes pointer cursor
 *
 * Our override keeps unchecked items:
 * - Fully visible (opacity: 1)
 * - Clickable for viewing more information (pointer-events: auto)
 */
.asnp-disable-product {
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: default !important;
}

/**
 * 2. Disable hover effects on checked items
 *
 * Default plugin behavior (.asnp-productBox-hover class on checked items):
 * - Shows overlay on hover (opacity: 1)
 * - Zooms image on hover (transform: scale(1.1))
 * - Changes cursor to pointer
 * - Changes text color to green on hover
 *
 * Our override removes these hover effects to make all items behave identically
 */
.asnp-productBox-hover {
  cursor: default !important;
}
.asnp-productBox-hover:hover .asnp-onHover {
  opacity: 0 !important;
}
.asnp-productBox-hover:hover img {
  transform: none !important;
}
.asnp-productBox-hover:hover .asnp-emptyList-productSelect {
  color: inherit !important;
}

/**
 * 3. Hide hover overlay completely
 *
 * The .asnp-onHover overlay appears on checked items when hovering.
 * We hide it completely to ensure consistent behavior.
 */
.asnp-onHover {
  display: none !important;
}

.asnp-BundleGridItem-imageBox {
  overflow: visible !important;
  z-index: unset !important;
}

.asnp-BundleGridItem-ProductBox {
  overflow: hidden !important;
}

.asnp-BundleGridItem-product-info {
  z-index: 1 !important;
}

.asnp-productInfo-wrapper a {
  pointer-events: none !important;
}

.asnp-info-icon::after {
  position: absolute;
  content: "";
  z-index: 3;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
}

/*
 * Button Components
 * Reusable button styles using mixins
 */
.button-primary,
.woocommerce-button,
button.button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #ad1923;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  position: relative;
}
.button-primary:hover,
.woocommerce-button:hover,
button.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
  background-color: rgb(128.4393939394, 18.5606060606, 25.9848484848);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(173, 25, 35, 0.3);
}
.button-primary:not(.alt).wc-forward:hover,
.woocommerce-button:not(.alt).wc-forward:hover,
button.button:not(.alt).wc-forward:hover,
.woocommerce button.button:not(.alt).wc-forward:hover,
.woocommerce a.button:not(.alt).wc-forward:hover,
.woocommerce input.button:not(.alt).wc-forward:hover {
  box-shadow: 0 4px 12px rgba(11.9402985075, 138.0597014925, 96.2686567164, 0.3);
}
.button-primary:focus, .button-primary:focus-visible,
.woocommerce-button:focus,
.woocommerce-button:focus-visible,
button.button:focus,
button.button:focus-visible,
.woocommerce button.button:focus,
.woocommerce button.button:focus-visible,
.woocommerce a.button:focus,
.woocommerce a.button:focus-visible,
.woocommerce input.button:focus,
.woocommerce input.button:focus-visible {
  outline: 3px solid rgba(173, 25, 35, 0.3);
  outline-offset: 2px;
  color: #fff;
  text-decoration: none;
}
.button-primary:active,
.woocommerce-button:active,
button.button:active,
.woocommerce button.button:active,
.woocommerce a.button:active,
.woocommerce input.button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(173, 25, 35, 0.2);
}
.button-primary:disabled, .button-primary.disabled,
.woocommerce-button:disabled,
.woocommerce-button.disabled,
button.button:disabled,
button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button.disabled {
  background-color: #d1d5db;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  opacity: 0.6;
}
.button-primary:disabled:hover, .button-primary.disabled:hover,
.woocommerce-button:disabled:hover,
.woocommerce-button.disabled:hover,
button.button:disabled:hover,
button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button.disabled:hover {
  background-color: #d1d5db;
  transform: none;
  box-shadow: none;
}

.button-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #E9ECEF;
  color: rgb(84.0806451613, 100.25, 116.4193548387);
  border: 1px solid #e2e8f0;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}
.button-secondary:hover {
  background-color: rgb(203.4736842105, 210.5, 217.5263157895);
  border-color: rgb(192.3863636364, 205.3409090909, 222.6136363636);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.button-secondary:focus, .button-secondary:focus-visible {
  outline: 3px solid rgba(173, 25, 35, 0.2);
  outline-offset: 2px;
  text-decoration: none;
}
.button-secondary:active {
  transform: translateY(0);
  box-shadow: none;
}
.button-secondary:disabled, .button-secondary.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.button-secondary:disabled:hover, .button-secondary.disabled:hover {
  background-color: #E9ECEF;
  border-color: #e2e8f0;
  transform: none;
  box-shadow: none;
}

.button-link {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: #ad1923;
  text-decoration: underline;
}
.button-link:hover {
  color: rgb(128.4393939394, 18.5606060606, 25.9848484848);
}

.button-with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.button-small {
  padding: 0.25rem 1rem;
  font-size: 14px;
}

.button-large {
  padding: 1rem 2rem;
  font-size: 18px;
}

.button-block {
  display: block;
  width: 100%;
  text-align: center;
}

/*
 * Form Components
 * Consistent form styling using mixins
 */
input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=number],
input[type=tel],
input[type=search],
input[type=date] {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 16px;
  color: #343e48;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=date]:focus {
  outline: none;
  border-color: #ad1923;
  box-shadow: 0 0 0 3px rgba(173, 25, 35, 0.1);
  background: #fff;
}
input[type=text]:hover:not(:focus),
input[type=email]:hover:not(:focus),
input[type=password]:hover:not(:focus),
input[type=url]:hover:not(:focus),
input[type=number]:hover:not(:focus),
input[type=tel]:hover:not(:focus),
input[type=search]:hover:not(:focus),
input[type=date]:hover:not(:focus) {
  border-color: rgb(192.3863636364, 205.3409090909, 222.6136363636);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=date]::placeholder {
  color: rgb(151.4, 165.4, 180.1);
  opacity: 0.7;
}
input[type=text].error, input[type=text][aria-invalid=true],
input[type=email].error,
input[type=email][aria-invalid=true],
input[type=password].error,
input[type=password][aria-invalid=true],
input[type=url].error,
input[type=url][aria-invalid=true],
input[type=number].error,
input[type=number][aria-invalid=true],
input[type=tel].error,
input[type=tel][aria-invalid=true],
input[type=search].error,
input[type=search][aria-invalid=true],
input[type=date].error,
input[type=date][aria-invalid=true] {
  border-color: #ef4444;
  background: white;
}
input[type=text].error:focus, input[type=text][aria-invalid=true]:focus,
input[type=email].error:focus,
input[type=email][aria-invalid=true]:focus,
input[type=password].error:focus,
input[type=password][aria-invalid=true]:focus,
input[type=url].error:focus,
input[type=url][aria-invalid=true]:focus,
input[type=number].error:focus,
input[type=number][aria-invalid=true]:focus,
input[type=tel].error:focus,
input[type=tel][aria-invalid=true]:focus,
input[type=search].error:focus,
input[type=search][aria-invalid=true]:focus,
input[type=date].error:focus,
input[type=date][aria-invalid=true]:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
input[type=text].success, input[type=text][aria-invalid=false],
input[type=email].success,
input[type=email][aria-invalid=false],
input[type=password].success,
input[type=password][aria-invalid=false],
input[type=url].success,
input[type=url][aria-invalid=false],
input[type=number].success,
input[type=number][aria-invalid=false],
input[type=tel].success,
input[type=tel][aria-invalid=false],
input[type=search].success,
input[type=search][aria-invalid=false],
input[type=date].success,
input[type=date][aria-invalid=false] {
  border-color: #10b981;
}
input[type=text].success:focus, input[type=text][aria-invalid=false]:focus,
input[type=email].success:focus,
input[type=email][aria-invalid=false]:focus,
input[type=password].success:focus,
input[type=password][aria-invalid=false]:focus,
input[type=url].success:focus,
input[type=url][aria-invalid=false]:focus,
input[type=number].success:focus,
input[type=number][aria-invalid=false]:focus,
input[type=tel].success:focus,
input[type=tel][aria-invalid=false]:focus,
input[type=search].success:focus,
input[type=search][aria-invalid=false]:focus,
input[type=date].success:focus,
input[type=date][aria-invalid=false]:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
input[type=text]:disabled, input[type=text][disabled],
input[type=email]:disabled,
input[type=email][disabled],
input[type=password]:disabled,
input[type=password][disabled],
input[type=url]:disabled,
input[type=url][disabled],
input[type=number]:disabled,
input[type=number][disabled],
input[type=tel]:disabled,
input[type=tel][disabled],
input[type=search]:disabled,
input[type=search][disabled],
input[type=date]:disabled,
input[type=date][disabled] {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  opacity: 0.6;
}

select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 16px;
  color: #343e48;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
select:focus {
  outline: none;
  border-color: #ad1923;
  box-shadow: 0 0 0 3px rgba(173, 25, 35, 0.1);
  background: #fff;
}
select:hover:not(:focus) {
  border-color: rgb(192.3863636364, 205.3409090909, 222.6136363636);
}
select::placeholder {
  color: rgb(151.4, 165.4, 180.1);
  opacity: 0.7;
}
select.error, select[aria-invalid=true] {
  border-color: #ef4444;
  background: white;
}
select.error:focus, select[aria-invalid=true]:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
select.success, select[aria-invalid=false] {
  border-color: #10b981;
}
select.success:focus, select[aria-invalid=false]:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
select:disabled, select[disabled] {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  opacity: 0.6;
}
select {
  appearance: none !important;
  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='%23333' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
  padding-right: calc(1rem * 2.5) !important;
}

textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 16px;
  color: #343e48;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
textarea:focus {
  outline: none;
  border-color: #ad1923;
  box-shadow: 0 0 0 3px rgba(173, 25, 35, 0.1);
  background: #fff;
}
textarea:hover:not(:focus) {
  border-color: rgb(192.3863636364, 205.3409090909, 222.6136363636);
}
textarea::placeholder {
  color: rgb(151.4, 165.4, 180.1);
  opacity: 0.7;
}
textarea.error, textarea[aria-invalid=true] {
  border-color: #ef4444;
  background: white;
}
textarea.error:focus, textarea[aria-invalid=true]:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
textarea.success, textarea[aria-invalid=false] {
  border-color: #10b981;
}
textarea.success:focus, textarea[aria-invalid=false]:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
textarea:disabled, textarea[disabled] {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  opacity: 0.6;
}
textarea {
  min-height: 120px;
  resize: vertical;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #ad1923;
}

input[type=radio] {
  cursor: pointer;
  accent-color: #ad1923;
}

label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #343e48;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
label .required,
label abbr[title] {
  color: #ad1923;
  margin-left: 0.25rem;
  text-decoration: none;
  cursor: help;
}
label .optional {
  color: #6b7280;
  font-weight: 400;
  font-size: 14px;
  margin-left: 0.25rem;
}

.form-row,
.form-group {
  margin-bottom: 1.5rem;
}

.form-field-error {
  position: relative;
}
.form-field-error input,
.form-field-error select,
.form-field-error textarea {
  border-color: #ef4444;
  background: white;
  padding-right: 48px;
}
.form-field-error input:focus,
.form-field-error select:focus,
.form-field-error textarea:focus {
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
  border-color: #ef4444;
  background: #fff;
}
.form-field-error::after {
  content: "✕";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #ef4444;
  font-weight: 700;
  font-size: 18px;
  pointer-events: none;
}
.form-field-error:has(textarea)::after {
  top: 1.5rem;
  transform: none;
}

.form-field-success {
  position: relative;
}
.form-field-success input,
.form-field-success select,
.form-field-success textarea {
  border-color: #10b981;
  padding-right: 48px;
}
.form-field-success input:focus,
.form-field-success select:focus,
.form-field-success textarea:focus {
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
  border-color: #10b981;
}
.form-field-success::after {
  content: "✓";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #10b981;
  font-weight: 700;
  font-size: 18px;
  pointer-events: none;
}
.form-field-success:has(textarea)::after {
  top: 1.5rem;
  transform: none;
}

.form-error-message,
.woocommerce-error,
.woocommerce-invalid {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  color: #ef4444;
  background: white;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  animation: shake 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97);
}
.form-error-message::before,
.woocommerce-error::before,
.woocommerce-invalid::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #ef4444;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 1px;
}

.form-success-message,
.woocommerce-message {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  color: rgb(11.9402985075, 138.0597014925, 96.2686567164);
  background: rgb(195.9104477612, 249.8895522388, 232.0029850746);
  border-left: 3px solid #10b981;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  animation: slide-down 0.3s ease-out;
}
.form-success-message::before,
.woocommerce-message::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #10b981;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 1px;
}

.form-help-text {
  display: block;
  margin-top: 0.5rem;
  color: #6b7f94;
  font-size: 14px;
  line-height: 1.5;
}

.required,
abbr[title=required] {
  color: #ef4444;
  text-decoration: none;
  font-weight: 700;
  cursor: help;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-4px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(4px);
  }
}
@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Card Components
 * Reusable card components using mixins
 */
.card-base {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  color: inherit;
}
.card-base:hover {
  text-decoration: none;
  color: inherit;
}
.card-base {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
}

.order-card {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  color: inherit;
}
.order-card:hover {
  text-decoration: none;
  color: inherit;
}
.order-card {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
}
.order-card .order-card-header {
  padding: 1.5rem;
  background: #E9ECEF;
  border-bottom: 1px solid #e2e8f0;
}
.order-card .order-card-body {
  padding: 1.5rem;
}
.order-card .order-card-footer {
  padding: 1rem 1.5rem;
  background: #E9ECEF;
  border-top: 1px solid #e2e8f0;
}

.download-card {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  color: inherit;
}
.download-card:hover {
  text-decoration: none;
  color: inherit;
}
.download-card {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.download-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.download-card {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
}
.download-card .icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ad1923;
}
.download-card .content {
  flex: 1;
}
.download-card .content .title {
  font-size: 16px;
  font-weight: 600;
  color: #343e48;
  margin: 0 0 0.25rem 0;
}
.download-card .content .meta {
  font-size: 14px;
  color: #6b7f94;
}
.download-card .actions {
  flex-shrink: 0;
}

.address-card {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  color: inherit;
}
.address-card:hover {
  text-decoration: none;
  color: inherit;
}
.address-card {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  padding: 1.5rem;
}
.address-card .address-title {
  font-size: 18px;
  font-weight: 700;
  color: #343e48;
  margin: 0 0 1rem 0;
}
.address-card address {
  font-style: normal;
  line-height: 1.6;
  color: #6b7f94;
  margin-bottom: 1rem;
}
.address-card .card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}

.order-card-mini {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  color: inherit;
}
.order-card-mini:hover {
  text-decoration: none;
  color: inherit;
}
.order-card-mini {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.order-card-mini:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.order-card-mini {
  padding: 1.5rem;
}
.order-card-mini .order-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.order-card-mini .order-header .order-number {
  font-weight: 700;
  color: #343e48;
}
.order-card-mini .order-meta {
  font-size: 14px;
  color: #6b7f94;
  margin-bottom: 0.5rem;
}
.order-card-mini .order-total {
  font-size: 18px;
  font-weight: 700;
  color: #ad1923;
}

/*
 * Badge Components
 * Status badges for orders and other states with icon support and accessibility
 */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.4;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.badge svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}
.badge.badge-pulse::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  margin-right: 0.25rem;
  animation: badge-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes badge-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}
.order-status-badge.status-pending, .order-status-badge.wc-pending,
.status-badge.status-pending,
.status-badge.wc-pending {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  background: rgb(254.201793722, 242.2286995516, 211.298206278);
  color: rgb(131.5964125561, 95.5426008969, 2.4035874439);
  border: 1px solid rgb(253.2869955157, 227.5919282511, 161.2130044843);
  transition: all 0.3s ease;
  line-height: 1.4;
}
.order-status-badge.status-pending svg, .order-status-badge.wc-pending svg,
.status-badge.status-pending svg,
.status-badge.wc-pending svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}
.order-status-badge.status-pending:hover, .order-status-badge.wc-pending:hover,
.status-badge.status-pending:hover,
.status-badge.wc-pending:hover {
  transform: scale(1.05);
}
.order-status-badge.status-pending::before, .order-status-badge.wc-pending::before,
.status-badge.status-pending::before,
.status-badge.wc-pending::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(181.6816143498, 131.9058295964, 3.3183856502);
  margin-right: 0.25rem;
  animation: badge-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.order-status-badge.status-processing, .order-status-badge.wc-processing,
.status-badge.status-processing,
.status-badge.wc-processing {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  background: rgb(229.6634146341, 238.8414634146, 253.8365853659);
  color: rgb(6.6731707317, 59.3170731707, 145.3268292683);
  border: 1px solid rgb(180.9024390244, 207.743902439, 251.5975609756);
  transition: all 0.3s ease;
  line-height: 1.4;
}
.order-status-badge.status-processing svg, .order-status-badge.wc-processing svg,
.status-badge.status-processing svg,
.status-badge.wc-processing svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}
.order-status-badge.status-processing:hover, .order-status-badge.wc-processing:hover,
.status-badge.status-processing:hover,
.status-badge.wc-processing:hover {
  transform: scale(1.05);
}
.order-status-badge.status-processing::before, .order-status-badge.wc-processing::before,
.status-badge.status-processing::before,
.status-badge.wc-processing::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(8.912195122, 79.2195121951, 194.087804878);
  margin-right: 0.25rem;
  animation: badge-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.order-status-badge.status-on-hold, .order-status-badge.wc-on-hold,
.status-badge.status-on-hold,
.status-badge.wc-on-hold {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  background: rgb(201.2029288703, 207.3953974895, 216.2970711297);
  color: rgb(35.9832635983, 41.7405857741, 50.0167364017);
  border: 1px solid rgb(171.5418410042, 181.1485355649, 194.9581589958);
  transition: all 0.3s ease;
  line-height: 1.4;
}
.order-status-badge.status-on-hold svg, .order-status-badge.wc-on-hold svg,
.status-badge.status-on-hold svg,
.status-badge.wc-on-hold svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}
.order-status-badge.status-on-hold:hover, .order-status-badge.wc-on-hold:hover,
.status-badge.status-on-hold:hover,
.status-badge.wc-on-hold:hover {
  transform: scale(1.05);
}
.order-status-badge.status-completed, .order-status-badge.wc-completed, .order-status-badge.status-afgerond,
.status-badge.status-completed,
.status-badge.wc-completed,
.status-badge.status-afgerond {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  background: rgb(134.8880597015, 244.6119402985, 208.2537313433);
  color: rgb(3.8208955224, 44.1791044776, 30.8059701493);
  border: 1px solid rgb(87.947761194, 240.552238806, 189.9850746269);
  transition: all 0.3s ease;
  line-height: 1.4;
}
.order-status-badge.status-completed svg, .order-status-badge.wc-completed svg, .order-status-badge.status-afgerond svg,
.status-badge.status-completed svg,
.status-badge.wc-completed svg,
.status-badge.status-afgerond svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}
.order-status-badge.status-completed:hover, .order-status-badge.wc-completed:hover, .order-status-badge.status-afgerond:hover,
.status-badge.status-completed:hover,
.status-badge.wc-completed:hover,
.status-badge.status-afgerond:hover {
  transform: scale(1.05);
}
.order-status-badge.status-completed::before, .order-status-badge.wc-completed::before, .order-status-badge.status-afgerond::before,
.status-badge.status-completed::before,
.status-badge.wc-completed::before,
.status-badge.status-afgerond::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgb(11.9402985075, 138.0597014925, 96.2686567164);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  margin-right: 0.25rem;
}
.order-status-badge.status-cancelled, .order-status-badge.wc-cancelled,
.status-badge.status-cancelled,
.status-badge.wc-cancelled {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  background: rgb(253.0689655172, 232.4310344828, 232.4310344828);
  color: rgb(141.8620689655, 12.1379310345, 12.1379310345);
  border: 1px solid rgb(249.0492610837, 185.4507389163, 185.4507389163);
  transition: all 0.3s ease;
  line-height: 1.4;
}
.order-status-badge.status-cancelled svg, .order-status-badge.wc-cancelled svg,
.status-badge.status-cancelled svg,
.status-badge.wc-cancelled svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}
.order-status-badge.status-cancelled:hover, .order-status-badge.wc-cancelled:hover,
.status-badge.status-cancelled:hover,
.status-badge.wc-cancelled:hover {
  transform: scale(1.05);
}
.order-status-badge.status-cancelled::before, .order-status-badge.wc-cancelled::before,
.status-badge.status-cancelled::before,
.status-badge.wc-cancelled::before {
  content: "✕";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgb(234.9802955665, 21.0197044335, 21.0197044335);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  margin-right: 0.25rem;
}
.order-status-badge.status-refunded, .order-status-badge.wc-refunded,
.status-badge.status-refunded,
.status-badge.wc-refunded {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  background: rgb(253.0689655172, 232.4310344828, 232.4310344828);
  color: rgb(141.8620689655, 12.1379310345, 12.1379310345);
  border: 1px solid rgb(249.0492610837, 185.4507389163, 185.4507389163);
  transition: all 0.3s ease;
  line-height: 1.4;
}
.order-status-badge.status-refunded svg, .order-status-badge.wc-refunded svg,
.status-badge.status-refunded svg,
.status-badge.wc-refunded svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}
.order-status-badge.status-refunded:hover, .order-status-badge.wc-refunded:hover,
.status-badge.status-refunded:hover,
.status-badge.wc-refunded:hover {
  transform: scale(1.05);
}
.order-status-badge.status-refunded::before, .order-status-badge.wc-refunded::before,
.status-badge.status-refunded::before,
.status-badge.wc-refunded::before {
  content: "↺";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgb(234.9802955665, 21.0197044335, 21.0197044335);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-right: 0.25rem;
}
.order-status-badge.status-failed, .order-status-badge.wc-failed,
.status-badge.status-failed,
.status-badge.wc-failed {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  background: rgb(253.0689655172, 232.4310344828, 232.4310344828);
  color: rgb(141.8620689655, 12.1379310345, 12.1379310345);
  border: 1px solid rgb(249.0492610837, 185.4507389163, 185.4507389163);
  transition: all 0.3s ease;
  line-height: 1.4;
}
.order-status-badge.status-failed svg, .order-status-badge.wc-failed svg,
.status-badge.status-failed svg,
.status-badge.wc-failed svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}
.order-status-badge.status-failed:hover, .order-status-badge.wc-failed:hover,
.status-badge.status-failed:hover,
.status-badge.wc-failed:hover {
  transform: scale(1.05);
}
.order-status-badge.status-failed::before, .order-status-badge.wc-failed::before,
.status-badge.status-failed::before,
.status-badge.wc-failed::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgb(234.9802955665, 21.0197044335, 21.0197044335);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-right: 0.25rem;
}
.order-status-badge[role=button], .order-status-badge.clickable,
.status-badge[role=button],
.status-badge.clickable {
  cursor: pointer;
}
.order-status-badge[role=button]:hover, .order-status-badge.clickable:hover,
.status-badge[role=button]:hover,
.status-badge.clickable:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.order-status-badge[role=button]:active, .order-status-badge.clickable:active,
.status-badge[role=button]:active,
.status-badge.clickable:active {
  transform: scale(0.98);
}

.product-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}
.product-badge.badge-sale {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  background: rgb(253.0689655172, 232.4310344828, 232.4310344828);
  color: #fff;
  border: 1px solid rgb(249.0492610837, 185.4507389163, 185.4507389163);
  transition: all 0.3s ease;
  line-height: 1.4;
}
.product-badge.badge-sale svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}
.product-badge.badge-sale:hover {
  transform: scale(1.05);
}
.product-badge.badge-new {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  background: rgb(229.6634146341, 238.8414634146, 253.8365853659);
  color: #fff;
  border: 1px solid rgb(180.9024390244, 207.743902439, 251.5975609756);
  transition: all 0.3s ease;
  line-height: 1.4;
}
.product-badge.badge-new svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}
.product-badge.badge-new:hover {
  transform: scale(1.05);
}
.product-badge.badge-featured {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  background: rgb(254.201793722, 242.2286995516, 211.298206278);
  color: #343e48;
  border: 1px solid rgb(253.2869955157, 227.5919282511, 161.2130044843);
  transition: all 0.3s ease;
  line-height: 1.4;
}
.product-badge.badge-featured svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}
.product-badge.badge-featured:hover {
  transform: scale(1.05);
}

/*
 * Table Components
 * WooCommerce and custom tables
 */
.woocommerce-table,
.shop_table,
.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
}
.woocommerce-table thead th,
.shop_table thead th,
.woocommerce-orders-table thead th {
  padding: 1rem 1.5rem;
  text-align: left;
  font-weight: 600;
  color: #343e48;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #e2e8f0;
}
.woocommerce-table tbody tr,
.shop_table tbody tr,
.woocommerce-orders-table tbody tr {
  border-bottom: 1px solid #E9ECEF;
}
.woocommerce-table tbody tr:last-child,
.shop_table tbody tr:last-child,
.woocommerce-orders-table tbody tr:last-child {
  border-bottom: none;
}
.woocommerce-table tbody tr:hover,
.shop_table tbody tr:hover,
.woocommerce-orders-table tbody tr:hover {
  background: rgba(233, 236, 239, 0.3);
}
.woocommerce-table tbody td,
.shop_table tbody td,
.woocommerce-orders-table tbody td {
  padding: 1rem 1.5rem;
  vertical-align: top;
  color: #343e48;
  border: none;
}
.woocommerce-table tfoot tr,
.shop_table tfoot tr,
.woocommerce-orders-table tfoot tr {
  border-top: 1px solid #E9ECEF;
}
.woocommerce-table tfoot th, .woocommerce-table tfoot td,
.shop_table tfoot th,
.shop_table tfoot td,
.woocommerce-orders-table tfoot th,
.woocommerce-orders-table tfoot td {
  padding: 0.5rem 1.5rem;
  border: none;
  background: #fff;
}
@media (max-width: 767.98px) {
  .woocommerce-table thead,
  .shop_table thead,
  .woocommerce-orders-table thead {
    display: none;
  }
  .woocommerce-table tbody tr, .woocommerce-table tfoot tr,
  .shop_table tbody tr,
  .shop_table tfoot tr,
  .woocommerce-orders-table tbody tr,
  .woocommerce-orders-table tfoot tr {
    display: block;
    margin-bottom: 1.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
  }
  .woocommerce-table tbody td, .woocommerce-table tbody th, .woocommerce-table tfoot td, .woocommerce-table tfoot th,
  .shop_table tbody td,
  .shop_table tbody th,
  .shop_table tfoot td,
  .shop_table tfoot th,
  .woocommerce-orders-table tbody td,
  .woocommerce-orders-table tbody th,
  .woocommerce-orders-table tfoot td,
  .woocommerce-orders-table tfoot th {
    display: block;
    text-align: left !important;
    padding: 1rem;
    border: none;
  }
  .woocommerce-table tbody td::before, .woocommerce-table tbody th::before, .woocommerce-table tfoot td::before, .woocommerce-table tfoot th::before,
  .shop_table tbody td::before,
  .shop_table tbody th::before,
  .shop_table tfoot td::before,
  .shop_table tfoot th::before,
  .woocommerce-orders-table tbody td::before,
  .woocommerce-orders-table tbody th::before,
  .woocommerce-orders-table tfoot td::before,
  .woocommerce-orders-table tfoot th::before {
    content: attr(data-title);
    font-weight: 600;
    display: block;
    margin-bottom: 0.25rem;
    color: #6b7f94;
    font-size: 14px;
  }
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
}
.custom-table thead th {
  padding: 1rem 1.5rem;
  text-align: left;
  font-weight: 600;
  color: #343e48;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #e2e8f0;
}
.custom-table tbody tr {
  border-bottom: 1px solid #E9ECEF;
}
.custom-table tbody tr:last-child {
  border-bottom: none;
}
.custom-table tbody tr:hover {
  background: rgba(233, 236, 239, 0.3);
}
.custom-table tbody td {
  padding: 1rem 1.5rem;
  vertical-align: top;
  color: #343e48;
  border: none;
}
.custom-table tfoot tr {
  border-top: 1px solid #E9ECEF;
}
.custom-table tfoot th, .custom-table tfoot td {
  padding: 0.5rem 1.5rem;
  border: none;
  background: #fff;
}

.table-striped tbody tr:nth-child(even) {
  background: rgba(233, 236, 239, 0.3);
}

.table-hover tbody tr:hover {
  background: rgba(233, 236, 239, 0.5);
}

.table-bordered td, .table-bordered th {
  border: 1px solid #e2e8f0;
}

.table-compact thead th {
  padding: 0.5rem 1rem;
}
.table-compact tbody td {
  padding: 0.5rem 1rem;
}

/*
 * Kloppro Notices
 * WooCommerce notice styling (success, error, info, warning)
 *
 * Best Practice: Using higher specificity selectors instead of !important
 * for better maintainability and WooCommerce compatibility.
 * @link https://developer.woocommerce.com/docs/css-styling-for-themes/
 */
body .woocommerce-notices-wrapper:empty {
  display: none;
}
body .woocommerce-notices-wrapper:has(*) {
  margin-bottom: 1.5rem;
}
body .woocommerce-notices-wrapper > * + * {
  margin-top: 1rem;
}

body .woocommerce-message,
body .woocommerce-info.success {
  position: relative;
  display: block;
  padding: 1rem 1.5rem 1rem 3.5rem;
  margin-bottom: 1.5rem;
  background: rgb(181.828358209, 248.671641791, 226.5223880597);
  border: 1px solid #10b981;
  border-left: 4px solid #10b981;
  border-radius: 4px;
  color: rgb(3.8208955224, 44.1791044776, 30.8059701493);
  font-size: 16px;
  line-height: 1.6;
  animation: notice-fade-in 0.3s ease-in;
  outline: 0 !important;
  list-style: none;
}
body .woocommerce-message::before,
body .woocommerce-info.success::before {
  content: "✓" !important;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #10b981;
  flex-shrink: 0;
}
body .woocommerce-message a.button,
body .woocommerce-message .wc-forward,
body .woocommerce-info.success a.button,
body .woocommerce-info.success .wc-forward {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.25rem 1rem;
  background: #10b981;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: normal;
  vertical-align: baseline;
}
body .woocommerce-message a.button:hover,
body .woocommerce-message .wc-forward:hover,
body .woocommerce-info.success a.button:hover,
body .woocommerce-info.success .wc-forward:hover {
  background: rgb(11.9402985075, 138.0597014925, 96.2686567164);
  color: #fff;
  text-decoration: none;
}
body .woocommerce-message a.button:focus,
body .woocommerce-message .wc-forward:focus,
body .woocommerce-info.success a.button:focus,
body .woocommerce-info.success .wc-forward:focus {
  outline: 2px solid #10b981;
  outline-offset: 2px;
}
body .woocommerce-message::after,
body .woocommerce-info.success::after {
  display: none !important;
}
body .woocommerce-message::before,
body .woocommerce-info.success::before {
  content: "✓" !important;
  color: #fff;
}

body .woocommerce-error {
  position: relative;
  display: block;
  padding: 1rem 1.5rem 1rem 3.5rem;
  margin-bottom: 1.5rem;
  background: white;
  border: 1px solid #ef4444;
  border-left: 4px solid #ef4444;
  border-radius: 4px;
  color: rgb(141.8620689655, 12.1379310345, 12.1379310345);
  font-size: 16px;
  line-height: 1.6;
  animation: notice-fade-in 0.3s ease-in;
  outline: 0 !important;
  list-style: none;
}
body .woocommerce-error::before {
  content: "✓" !important;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #ef4444;
  flex-shrink: 0;
}
body .woocommerce-error a.button,
body .woocommerce-error .wc-forward {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.25rem 1rem;
  background: #ef4444;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: normal;
  vertical-align: baseline;
}
body .woocommerce-error a.button:hover,
body .woocommerce-error .wc-forward:hover {
  background: rgb(234.9802955665, 21.0197044335, 21.0197044335);
  color: #fff;
  text-decoration: none;
}
body .woocommerce-error a.button:focus,
body .woocommerce-error .wc-forward:focus {
  outline: 2px solid #ef4444;
  outline-offset: 2px;
}
body .woocommerce-error::after {
  display: none !important;
}
body .woocommerce-error::before {
  content: "✕" !important;
  color: #fff;
  top: 1rem;
  transform: none;
}
body .woocommerce-error ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .woocommerce-error ul li {
  margin-bottom: 0.25rem;
}
body .woocommerce-error ul li:last-child {
  margin-bottom: 0;
}
body .woocommerce-error ul li::before {
  content: "•" !important;
  margin-right: 0.25rem;
  color: #ef4444;
}

body .woocommerce-info {
  position: relative;
  display: block;
  padding: 1rem 1.5rem 1rem 3.5rem;
  margin-bottom: 1.5rem;
  background: rgb(229.6634146341, 238.8414634146, 253.8365853659);
  border: 1px solid rgb(107.7609756098, 161.0975609756, 248.2390243902);
  border-left: 4px solid rgb(107.7609756098, 161.0975609756, 248.2390243902);
  border-radius: 4px;
  color: rgb(6.6731707317, 59.3170731707, 145.3268292683);
  font-size: 16px;
  line-height: 1.6;
  animation: notice-fade-in 0.3s ease-in;
  outline: 0 !important;
  list-style: none;
}
body .woocommerce-info::before {
  content: "✓" !important;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: rgb(107.7609756098, 161.0975609756, 248.2390243902);
  flex-shrink: 0;
}
body .woocommerce-info a.button,
body .woocommerce-info .wc-forward {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.25rem 1rem;
  background: rgb(107.7609756098, 161.0975609756, 248.2390243902);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: normal;
  vertical-align: baseline;
}
body .woocommerce-info a.button:hover,
body .woocommerce-info .wc-forward:hover {
  background: #3b82f6;
  color: #fff;
  text-decoration: none;
}
body .woocommerce-info a.button:focus,
body .woocommerce-info .wc-forward:focus {
  outline: 2px solid rgb(107.7609756098, 161.0975609756, 248.2390243902);
  outline-offset: 2px;
}
body .woocommerce-info::after {
  display: none !important;
}
body .woocommerce-info::before {
  content: "ℹ" !important;
}

body .woocommerce-warning {
  position: relative;
  display: block;
  padding: 1rem 1.5rem 1rem 3.5rem;
  margin-bottom: 1.5rem;
  background: white;
  border: 1px solid #fbbf24;
  border-left: 4px solid #fbbf24;
  border-radius: 4px;
  color: rgb(131.5964125561, 95.5426008969, 2.4035874439);
  font-size: 16px;
  line-height: 1.6;
  animation: notice-fade-in 0.3s ease-in;
  outline: 0 !important;
  list-style: none;
}
body .woocommerce-warning::before {
  content: "✓" !important;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #fbbf24;
  flex-shrink: 0;
}
body .woocommerce-warning a.button,
body .woocommerce-warning .wc-forward {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.25rem 1rem;
  background: #fbbf24;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: normal;
  vertical-align: baseline;
}
body .woocommerce-warning a.button:hover,
body .woocommerce-warning .wc-forward:hover {
  background: rgb(231.7668161435, 168.269058296, 4.2331838565);
  color: #fff;
  text-decoration: none;
}
body .woocommerce-warning a.button:focus,
body .woocommerce-warning .wc-forward:focus {
  outline: 2px solid #fbbf24;
  outline-offset: 2px;
}
body .woocommerce-warning::after {
  display: none !important;
}
body .woocommerce-warning::before {
  content: "⚠" !important;
}

@media (max-width: 767.98px) {
  body .woocommerce-notices-wrapper .woocommerce-message,
  body .woocommerce-notices-wrapper .woocommerce-error,
  body .woocommerce-notices-wrapper .woocommerce-info,
  body .woocommerce-notices-wrapper .woocommerce-warning {
    padding: 0.5rem 1rem 0.5rem 3rem;
    font-size: 14px;
  }
  body .woocommerce-notices-wrapper .woocommerce-message::before,
  body .woocommerce-notices-wrapper .woocommerce-error::before,
  body .woocommerce-notices-wrapper .woocommerce-info::before,
  body .woocommerce-notices-wrapper .woocommerce-warning::before {
    left: 0.5rem;
    font-size: 16px;
    width: 20px;
    height: 20px;
  }
  body .woocommerce-notices-wrapper .woocommerce-message a.button,
  body .woocommerce-notices-wrapper .woocommerce-message .wc-forward,
  body .woocommerce-notices-wrapper .woocommerce-error a.button,
  body .woocommerce-notices-wrapper .woocommerce-error .wc-forward,
  body .woocommerce-notices-wrapper .woocommerce-info a.button,
  body .woocommerce-notices-wrapper .woocommerce-info .wc-forward,
  body .woocommerce-notices-wrapper .woocommerce-warning a.button,
  body .woocommerce-notices-wrapper .woocommerce-warning .wc-forward {
    float: none;
    min-height: unset;
    display: block;
    margin-left: 0;
    margin-top: 0.5rem;
    text-align: center;
    width: 100%;
  }
}
body.woocommerce-checkout .woocommerce-notices-wrapper,
body.woocommerce-cart .woocommerce-notices-wrapper {
  margin-bottom: 2rem;
}

body .woocommerce-form-row .woocommerce-error {
  margin-bottom: 0.5rem;
  font-size: 14px;
}

.woocommerce-store-notice {
  position: relative;
  background: #ad1923;
  color: #fff;
  padding: 1rem 1.5rem;
  text-align: center;
  font-size: 14px;
}
.woocommerce-store-notice a {
  color: #fff;
  text-decoration: underline;
}
.woocommerce-store-notice a:hover {
  text-decoration: none;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: #fff;
  opacity: 0.8;
  font-weight: 700;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:hover {
  opacity: 1;
}

/*
 * WooCommerce Gutenberg Blocks Styling
 * Styling for WooCommerce block-based product displays
 * Migrated from style.css for DRY architecture
 */
.wc-block-grid__product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  text-align: left;
}

.wc-block-grid__product-price {
  margin-right: 0;
  margin-left: 0;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link::after {
  right: 0;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover::after {
  right: 0;
}

.wc-block-grid__product-title:hover {
  color: #343e48;
}

.wc-block-grid__product-link {
  text-decoration: none;
}

.add_to_cart_button {
  font-weight: 700;
  text-decoration: none;
  background-color: transparent;
  font-size: 14px;
  padding: 0 2rem 0 0;
  color: #ad1923;
  position: relative;
  text-align: left;
  justify-content: flex-start;
  width: 100%;
  margin-top: auto;
}
.add_to_cart_button::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.71 275.11'%3E%3Cpath d='M298.31 32.01 321.5 0l191.21 137.61L321.5 275.12l-23.18-32.01 119.19-85.75H0v-39.51h417.5L298.31 32.01Z' style='fill:%23ae1924'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.7em;
  position: absolute;
  right: -3.2em;
  top: 6px;
  transition: all 0.3s ease;
  width: 40px;
}
.add_to_cart_button:hover {
  color: #343e48;
}
.add_to_cart_button:hover::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.71 275.11'%3E%3Cpath d='M298.31 32.01 321.5 0l191.21 137.61L321.5 275.12l-23.18-32.01 119.19-85.75H0v-39.51h417.5L298.31 32.01Z' style='fill:%23000'/%3E%3C/svg%3E");
  right: -3.4em;
}
@media (max-width: 991.98px) {
  .add_to_cart_button::after {
    display: none;
  }
}

ul.products {
  display: flex;
  flex-wrap: wrap;
}
ul.products li.product {
  display: flex;
  flex-direction: column;
}
ul.products li.product .woocommerce-loop-product__link {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
ul.products li.product .add_to_cart_button {
  margin-top: 0;
  flex-shrink: 0;
}
ul.products li.product .price {
  margin-top: auto;
  padding-top: 1.5rem;
}

body .woocommerce ul.products li.product .price {
  color: #343e48;
}

/*
 * Header Section Styling
 * Main header with navigation and logo
 */
.header-section {
  background-color: #343e48;
  z-index: 1000;
  color: #fff;
  position: relative;
  width: 100%;
}
.header-section .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
  padding: 1rem;
  position: relative;
}
@media (min-width: 1024.98px) {
  .header-section .container {
    padding: 1.5rem 1rem;
  }
}
.header-section .d-flex {
  display: flex;
}
.header-section .py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header-section .align-items-center {
  align-items: center;
}
.header-section .justify-content-between {
  justify-content: space-between;
}

/* Logo Container */
.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
}
.logo-container .uuid-fa08aa49-6979-43c0-9fde-ce9f6ffe0437 {
  fill: #fff;
}
.logo-container.ms-auto {
  margin-left: auto;
}
.logo-container.me-auto {
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .logo-container.ms-lg-0 {
    margin-left: 0;
  }
}

.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.logo:hover, .logo:focus, .logo:active {
  text-decoration: none;
}
.logo {
  transition: opacity 0.3s ease;
}
.logo svg {
  height: 50px;
  width: auto;
}
@media (max-width: 991.98px) {
  .logo svg {
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .logo svg {
    height: 36px;
  }
}
@media (max-width: 479.98px) {
  .logo svg {
    height: 32px;
  }
}

.header-icons {
  margin-inline-end: 1.25rem;
  margin-inline-start: auto;
  align-items: center;
  align-self: center;
  position: relative;
  display: flex;
  gap: 1rem;
}
.header-icons a {
  width: 1.5rem;
  display: inline-flex;
}

/* Menu Container */
.menu-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.menu-container .d-flex {
  display: flex;
}
.menu-container .justify-content-end {
  justify-content: flex-end;
}
.menu-container .align-items-center {
  align-items: center;
}
@media (max-width: 991.98px) {
  .menu-container {
    margin-left: 0;
  }
}

/* Desktop Menu */
.header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-menu .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 0;
}

.menu-li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.menu-li.fw-bold .menu-link {
  font-weight: 700;
  color: #ad1923;
}
.menu-li.fw-bold .menu-link:hover {
  color: #fff;
  background-color: rgba(173, 25, 35, 0.1);
}

.menu-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  color: #fff;
  text-decoration: none;
  color: inherit;
}
.menu-link:hover, .menu-link:focus, .menu-link:active {
  text-decoration: none;
}
.menu-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  transition: all 0.3s ease;
  white-space: nowrap;
  display: inline-flex;
  padding: 0.75rem 1rem;
  text-decoration: none;
  flex-direction: row;
}
.menu-link:hover {
  color: #fff;
}
.menu-link .link {
  color: #fff;
  display: block;
}
@media (max-width: 1199.98px) {
  .menu-link {
    padding: 1.25rem 0.75rem;
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .menu-link {
    display: none;
  }
}

/* SVG Icons */
.svg-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
}
.svg-icon-large {
  width: 20px;
  height: 20px;
}

/* Submenu/Dropdown Styling */
.submenu {
  position: relative;
}
.submenu.active-dropdown .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown-trigger {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.dropdown-trigger:focus {
  outline: 2px solid #ad1923;
  outline-offset: 2px;
}

.js-pe-none {
  pointer-events: none;
}

.dropdown-content {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1001;
  min-width: 220px;
  margin-top: 0.75rem;
  overflow: hidden;
}

.dropdown-arrow {
  position: absolute;
  top: -8px;
  width: 16px;
  height: 16px;
  z-index: 1002;
}
.dropdown-arrow-inner {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
}
.dropdown-arrow {
  left: 50%;
  transform: translateX(-50%);
}

.dropdown-ul {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
}

.dropdown-li {
  display: block;
  margin: 0;
  padding: 0;
}

.dropdown-link {
  display: block;
  padding: 0.875rem 1.25rem;
  color: #343e48;
  text-decoration: none;
  color: inherit;
}
.dropdown-link:hover, .dropdown-link:focus, .dropdown-link:active {
  text-decoration: none;
}
.dropdown-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.dropdown-link:hover {
  background-color: #E9ECEF;
  color: #ad1923;
}
.dropdown-link:focus {
  outline: 2px solid #ad1923;
  outline-offset: 2px;
}
.dropdown-link .link {
  display: block;
}

/* Language Selector */
@media (max-width: 991.98px) {
  .header-language {
    margin-left: 1rem;
  }
}
@media (max-width: 767.98px) {
  .header-language {
    margin-left: 0.5rem;
  }
}

.header-language_dropdown {
  position: relative;
}
.header-language_dropdown .dropdown-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease;
  background: transparent;
  border: 1px solid transparent;
}
.header-language_dropdown .dropdown-content {
  right: 0;
  left: auto;
  transform: translateX(0);
  min-width: 180px;
  margin-top: 0.5rem;
}
@media (max-width: 767.98px) {
  .header-language_dropdown .dropdown-content {
    min-width: 160px;
  }
}
@media (max-width: 479.98px) {
  .header-language_dropdown .dropdown-content {
    min-width: 140px;
    right: -10px;
  }
}
.header-language_dropdown.active-dropdown .dropdown-content {
  transform: translateX(0) translateY(0);
}
.header-language_dropdown .dropdown-arrow {
  right: 1rem;
  left: auto;
  transform: translateX(0);
}

.list-group {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-group-item {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f3f4f6;
}
.list-group-item:last-child {
  border-bottom: none;
}
.list-group-item.active {
  background-color: #f3f4f6;
}
.list-group-item.active .link-text-inverted {
  color: #ad1923;
  font-weight: 600;
}
.list-group-item .link-text-inverted {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.875rem 1.25rem;
  color: #343e48;
  text-decoration: none;
  color: inherit;
}
.list-group-item .link-text-inverted:hover, .list-group-item .link-text-inverted:focus, .list-group-item .link-text-inverted:active {
  text-decoration: none;
}
.list-group-item .link-text-inverted {
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.list-group-item .link-text-inverted:hover {
  background-color: #E9ECEF;
  color: #343e48;
}

.link-text-child {
  flex-grow: 1;
}

/* Active Mobile Menu State - Now handled by hello-frontend-fixed.js */
/* Responsive adjustments */
@media (max-width: 991.98px) {
  .header-section .py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .header-icons {
    gap: 0.75rem;
    margin-inline-end: 1rem;
  }
}
@media (max-width: 767.98px) {
  .header-section {
    padding: 0.75rem 0 !important;
    min-height: 40px;
  }
  .header-section .container {
    padding: 0 1rem !important;
    gap: 0.875rem;
    min-height: inherit;
  }
  .header-section .py-3 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .header-icons {
    gap: 0.875rem;
    margin-inline-end: 0.875rem;
  }
  .header-icons a {
    min-height: 44px;
    min-width: 44px;
    padding: max(0.5rem, (44px - 1.5rem) / 2);
    cursor: pointer;
    transition: all 0.3s ease;
  }
  @supports (min-width: max(1px, 2px)) {
    .header-icons a {
      min-width: max(44px, auto);
      min-height: max(44px, auto);
    }
  }
  .header-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .logo-container svg {
    height: 38px;
  }
}
@media (max-width: 479.98px) {
  .header-section .container {
    padding: 0 0.75rem;
  }
  .header-icons {
    gap: 0.5rem;
    margin-inline-end: 0.5rem;
  }
  .logo-container svg {
    height: 32px;
  }
}
@media (max-width: 1199.98px) {
  .header-section .container {
    max-width: 100%;
    padding: 0 1rem;
  }
}
/* Mobile Menu Toggle Wrapper */
.btn-mobile-menu-wrapper {
  align-items: center;
  justify-content: center;
  visibility: visible !important;
}
@media (max-width: 767.98px) {
  .btn-mobile-menu-wrapper {
    margin-right: 0;
  }
}

/* Site Header & Footer Base Colors */
.site-header,
.site-footer {
  background-color: #E9ECEF;
  color: #343e48;
}

.site-footer {
  display: none;
}

/* Custom Logo Sizing */
.site-header .custom-logo {
  max-width: 210px;
}

/* Corporate Backlink with Underline Effect */
.site-header .corporate-backlink {
  align-self: center;
}
.site-header .corporate-backlink a {
  position: relative;
}
.site-header .corporate-backlink a::after {
  background-color: #ad1923;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(100% + 3px);
  transition: all 0.3s ease;
  width: 0;
}
.site-header .corporate-backlink a:hover {
  color: #fff;
  text-decoration: none;
}
.site-header .corporate-backlink a:hover::after {
  width: 100%;
}
@media (min-width: 1024.98px) {
  .site-header .corporate-backlink {
    margin-left: 2rem;
  }
}

/*
 * Main Navigation Styling
 * Primary navigation menu with dropdown support
 */
/* Main Navigation Container */
.main-navigation {
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto;
  z-index: 1001;
  margin-inline-start: -0.5rem;
}
.main-navigation .nav-inner {
  max-width: none;
  width: auto;
  margin: 0;
  padding: 0;
}
.main-navigation .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 0;
}

/* Main Navigation Menu Items */
.main-navigation .menu-item {
  position: relative;
  display: flex;
  align-items: center;
}
.main-navigation .menu-item.menu-item-has-children > .menu-link .svg-icon-large {
  transition: transform 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.main-navigation .menu-item:hover.menu-item-has-children > .menu-link .svg-icon-large {
  transform: rotate(180deg);
}

/* Main Navigation Links */
.main-navigation .menu-link {
  color: #4A4A4A;
  font-weight: 500;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.main-navigation .menu-link:hover {
  background-color: rgba(74, 74, 74, 0.1);
  color: #4A4A4A;
  text-decoration: none;
}
.main-navigation .menu-link .link {
  color: inherit;
}

/* Active/Current Menu Item */
.main-navigation .menu-header-container > ul > .menu-item.current-menu-item > .menu-link,
.main-navigation .menu-header-container > ul > .menu-item.current-menu-ancestor > .menu-link {
  color: #4A4A4A;
  font-weight: 600;
  text-decoration: underline;
}

.main-navigation .menu-item:hover .menu-link {
  background-color: #d2d5d8;
  color: #4A4A4A;
}

/* Submenu/Dropdown Styling */
.main-navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #d2d5d8;
  border: 1px solid #E0E0E0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1002;
  min-width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.main-navigation .sub-menu .menu-item {
  display: block;
  width: 100%;
}
.main-navigation .sub-menu .menu-link {
  padding: 0.875rem 1.5rem;
  color: #4A4A4A;
  font-weight: 400;
  border-bottom: 1px solid #E0E0E0;
  background: transparent;
  display: block;
}
.main-navigation .sub-menu .menu-link:after {
  display: none;
}
.main-navigation .sub-menu .current-menu-item > .menu-link {
  font-weight: 600;
  text-decoration: underline;
}
.main-navigation .sub-menu .menu-item:last-child .menu-link {
  border-bottom: none;
}

/* Show submenu on hover */
.main-navigation .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Responsive Navigation */
@media (max-width: 1199.98px) {
  .main-navigation .menu-link {
    padding: 1rem 1.25rem;
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  body .main-navigation {
    display: none !important;
  }
  body .main-navigation.d-none, body .main-navigation.d-lg-flex, body .main-navigation.show {
    display: none !important;
  }
}
/* Site Navigation Compatibility */
.site-navigation {
  background-color: #E0E0E0;
  padding: 0;
  margin: 0;
}
.site-navigation .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 0;
}
.site-navigation .menu-link {
  color: rgb(84.0806451613, 100.25, 116.4193548387);
  font-weight: 400;
}
.site-navigation .menu-link:hover {
  color: rgb(84.0806451613, 100.25, 116.4193548387);
}
.site-navigation .menu-link .link {
  color: rgb(84.0806451613, 100.25, 116.4193548387);
}
.site-navigation .menu-item.current-menu-item > .menu-link,
.site-navigation .menu-item.current-menu-ancestor > .menu-link {
  color: #4A4A4A;
  font-weight: 500;
}
.site-navigation .menu-item.current-menu-item > .menu-link .link,
.site-navigation .menu-item.current-menu-ancestor > .menu-link .link {
  color: #4A4A4A;
}
.site-navigation .svg-icon {
  fill: #4A4A4A;
}
.site-navigation .menu-item.current-menu-item .svg-icon,
.site-navigation .menu-item.current-menu-ancestor .svg-icon {
  fill: #4A4A4A;
}

.block-menu-link > .menu-link {
  pointer-events: none;
}

/*
 * Mobile Menu Section Styling
 * Full-screen mobile navigation overlay
 */
/* Site Navigation Toggle Holder - Mobile Menu Button Container */
body .site-navigation-toggle-holder {
  padding: 8px 0;
  display: none;
}
@media (max-width: 991.98px) {
  body .site-navigation-toggle-holder {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body .site-navigation-toggle-holder.show {
  display: flex;
}
@media (min-width: 992.98px) {
  body .site-navigation-toggle-holder.show {
    display: none;
  }
}
@media (min-width: 992.98px) {
  body .site-navigation-toggle-holder {
    display: none;
  }
}

/* Site Navigation Toggle - Hamburger Button */
.site-navigation-toggle {
  min-height: 44px;
  min-width: 44px;
  padding: max(0.5rem, (44px - 1.5rem) / 2);
  cursor: pointer;
  transition: all 0.3s ease;
}
@supports (min-width: max(1px, 2px)) {
  .site-navigation-toggle {
    min-width: max(44px, auto);
    min-height: max(44px, auto);
  }
}
.site-navigation-toggle {
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #fff;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  visibility: visible !important;
}
.site-navigation-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.site-navigation-toggle:focus {
  outline: 2px solid #ad1923;
  outline-offset: 2px;
}
.site-navigation-toggle .eicon-menu-bar {
  position: relative;
  width: 24px;
  height: 2px;
  display: inline-block;
  background-color: currentColor;
  font-size: 0;
  transition: all 0.3s ease;
  margin-top: 16px;
}
.site-navigation-toggle .eicon-menu-bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.3s ease;
}
.site-navigation-toggle .eicon-menu-bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: -16px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.3s ease;
}

/* Site Navigation Dropdown - Main container for mobile menu */
.site-navigation-dropdown {
  position: fixed !important;
  pointer-events: visible;
  margin-top: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  background-color: #343e48 !important;
  color: #fff;
  z-index: 99999 !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  display: none;
}
body .site-navigation-dropdown ul.menu {
  background-color: unset;
}
body .site-navigation-dropdown ul.menu li a {
  background-color: unset;
  color: #fff;
}
.site-navigation-dropdown ul.menu {
  width: calc(100% - 2rem) !important;
}
.site-navigation-dropdown ul.menu li.current-menu-item a {
  background-color: unset !important;
  font-weight: 700 !important;
  padding: 10px 20px !important;
  box-shadow: unset !important;
}
.site-navigation-dropdown ul.menu li a {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding: 10px 20px !important;
  box-shadow: unset !important;
}
.site-navigation-dropdown ul.menu li .mobile-menu-toggle,
.site-navigation-dropdown ul.menu li .mobile-submenu-toggle {
  min-height: unset;
  min-width: unset;
  padding: 0.25rem;
}
.site-navigation-dropdown ul.menu li .mobile-submenu:not(.active) {
  margin-top: 0 !important;
}
.site-header.mobile-menu-active .site-navigation-dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
}
.site-header.mobile-menu-active .site-navigation-dropdown .mobile-menu-section {
  display: flex;
}
@media (max-width: 991.98px) {
  .site-navigation-dropdown {
    display: block;
  }
}

.mobile-menu-section {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  display: none;
  flex-direction: column;
  padding: 0;
  background-color: #343e48 !important;
  color: #fff;
  z-index: 99999 !important;
}

/* Mobile Menu Header */
.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  background-color: #343e48;
}

.mobile-menu-logo .logo {
  text-decoration: none;
  color: inherit;
}
.mobile-menu-logo .logo:hover, .mobile-menu-logo .logo:focus, .mobile-menu-logo .logo:active {
  text-decoration: none;
}
.mobile-menu-logo .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu-logo .logo svg {
  height: 40px;
  width: auto;
}
.mobile-menu-logo .logo svg .uuid-fa08aa49-6979-43c0-9fde-ce9f6ffe0437 {
  fill: #fff;
}

.mobile-menu-close {
  min-height: 44px;
  min-width: 44px;
  padding: max(0.5rem, (44px - 1.5rem) / 2);
  cursor: pointer;
  transition: all 0.3s ease;
}
@supports (min-width: max(1px, 2px)) {
  .mobile-menu-close {
    min-width: max(44px, auto);
    min-height: max(44px, auto);
  }
}
.mobile-menu-close {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.mobile-menu-close svg {
  width: 20px;
  height: 20px;
}
.mobile-menu-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-menu-close:focus {
  outline: 2px solid #ad1923;
  outline-offset: 2px;
  border-radius: 4px;
}

/* Mobile Menu Navigation */
.mobile-menu-nav {
  flex-grow: 1;
  overflow-y: auto;
  padding: 1.5rem;
}
@media (max-width: 767.98px) {
  .mobile-menu-nav {
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 479.98px) {
  .mobile-menu-nav {
    padding: 1rem;
  }
}
.mobile-menu-nav .mobile-menu {
  height: auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 1rem;
}

/* Mobile Menu List */
.mobile-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-item {
  margin-bottom: 0.5rem;
  background-color: transparent !important;
}

.mobile-menu-link {
  text-decoration: none;
  color: inherit;
}
.mobile-menu-link:hover, .mobile-menu-link:focus, .mobile-menu-link:active {
  text-decoration: none;
}
.mobile-menu-link {
  min-height: 48px;
  min-width: 48px;
  padding: max(0.5rem, (48px - 1.5rem) / 2);
  cursor: pointer;
  transition: all 0.3s ease;
}
@supports (min-width: max(1px, 2px)) {
  .mobile-menu-link {
    min-width: max(48px, auto);
    min-height: max(48px, auto);
  }
}
.mobile-menu-link {
  display: block;
  padding: 1rem 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .mobile-menu-link {
    padding: 1.125rem 0;
  }
}
@media (max-width: 479.98px) {
  .mobile-menu-link {
    font-size: 1.0625rem;
    padding: 1rem 0;
  }
}
@media (max-width: 374.98px) {
  .mobile-menu-link {
    font-size: 16px;
    padding: 0.875rem 0;
  }
}
.mobile-menu-link:hover {
  color: #ad1923;
}
.mobile-menu-link:focus {
  outline: 2px solid #ad1923;
  outline-offset: 2px;
}
.mobile-menu-link.fw-bold {
  font-weight: 700;
  color: #ad1923;
}
.mobile-menu-item:not(:has(.mobile-menu-toggle)) .mobile-menu-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu-item:not(:has(.mobile-menu-toggle)) .mobile-menu-link:hover {
  padding-left: 0.5rem;
}

/* Mobile Submenu */
.mobile-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
  opacity: 0;
  height: 0;
}
.mobile-submenu.active {
  height: auto !important;
  max-height: 600px !important;
  opacity: 1 !important;
  padding: 0.25rem 0;
}
.mobile-submenu.active .mobile-submenu-item,
.mobile-submenu.active li {
  max-height: none !important;
  transform: scaleY(1) !important;
  transform-origin: top;
}

.mobile-submenu-item {
  margin: 0;
  padding: 0;
  background-color: transparent !important;
}

.mobile-submenu-link {
  text-decoration: none;
  color: inherit;
}
.mobile-submenu-link:hover, .mobile-submenu-link:focus, .mobile-submenu-link:active {
  text-decoration: none;
}
.mobile-submenu-link {
  display: block;
  padding: 0.75rem 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 400;
  background-color: transparent !important;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-submenu-link:hover {
  color: #ad1923;
  background-color: rgba(255, 255, 255, 0.05);
  padding-left: calc(1rem + 0.25rem);
}
.mobile-submenu-link:focus {
  outline: 2px solid #ad1923;
  outline-offset: 2px;
}
.mobile-submenu-item:first-child .mobile-submenu-link {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.mobile-submenu-item:last-child .mobile-submenu-link {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Mobile Menu Footer */
.mobile-menu-footer {
  padding: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  background-color: #343e48;
}
.mobile-menu-footer .menu-social {
  text-align: center;
}
.mobile-menu-footer .menu-social .social-title {
  color: #ad1923;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
}
.mobile-menu-footer .menu-social .socialmedia {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.mobile-menu-footer .menu-social .socialmedia li a {
  text-decoration: none;
  color: inherit;
}
.mobile-menu-footer .menu-social .socialmedia li a:hover, .mobile-menu-footer .menu-social .socialmedia li a:focus, .mobile-menu-footer .menu-social .socialmedia li a:active {
  text-decoration: none;
}
.mobile-menu-footer .menu-social .socialmedia li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
  padding: 0.5rem;
  border-radius: 4px;
}
.mobile-menu-footer .menu-social .socialmedia li a:hover {
  color: #ad1923;
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-menu-footer .menu-social .socialmedia li a:focus {
  outline: 2px solid #ad1923;
  outline-offset: 2px;
}
.mobile-menu-footer .menu-social .socialmedia li a .svg-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.mobile-menu-footer .menu-social .socialmedia li a .svg-icon svg {
  width: 100%;
  height: 100%;
}

/* Mobile Menu Toggle Structure */
.mobile-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .mobile-menu-toggle {
    padding: 1.125rem 0;
  }
}
@media (max-width: 479.98px) {
  .mobile-menu-toggle {
    padding: 1rem 0;
  }
}
@media (max-width: 374.98px) {
  .mobile-menu-toggle {
    padding: 0.875rem 0;
  }
}
.mobile-menu-toggle .mobile-menu-link {
  padding: 0;
  flex: 1;
  min-width: 0;
}
.mobile-menu-toggle:has(+ .mobile-submenu.active) .mobile-menu-link {
  font-weight: 700;
}

/* Current Menu Item Styling */
.mobile-menu-item.current-menu-item > .mobile-menu-link,
.mobile-menu-toggle .mobile-menu-item.current-menu-item > .mobile-menu-link {
  font-weight: 700;
}

.mobile-submenu-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: max(0.5rem, (44px - 1.5rem) / 2);
  cursor: pointer;
  transition: all 0.3s ease;
}
@supports (min-width: max(1px, 2px)) {
  .mobile-submenu-toggle {
    min-width: max(44px, auto);
    min-height: max(44px, auto);
  }
}
.mobile-submenu-toggle {
  color: #fff;
  padding: 0.5rem;
  border-radius: 4px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.mobile-submenu-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-submenu-toggle:focus {
  outline: 2px solid #ad1923;
  outline-offset: 2px;
  border-radius: 4px;
}
.mobile-submenu-toggle .svg-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.mobile-submenu-toggle .svg-icon svg {
  width: 100%;
  height: 100%;
}
.mobile-submenu-toggle[aria-expanded=true] .svg-icon {
  transform: rotate(180deg);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .mobile-menu-nav {
    padding: 1rem;
  }
  .mobile-menu-header,
  .mobile-menu-footer {
    padding: 1rem;
  }
}
@media (max-width: 767.98px) {
  .mobile-menu-nav {
    padding: 0.5rem 1rem;
  }
  .mobile-menu-header,
  .mobile-menu-footer {
    padding: 0.5rem 1rem;
  }
  .mobile-menu-logo .logo svg {
    height: 32px;
  }
}
/* Body scroll lock when mobile menu is active */
body.mobile-menu-active,
body.mobile-menu-open,
.site-header.mobile-menu-active ~ * {
  overflow: hidden !important;
}

body.mobile-menu-active,
body.mobile-menu-open {
  position: fixed !important;
  width: 100% !important;
}

/* Mobile Menu Close Button - Ensure visibility */
.mobile-menu-close {
  position: absolute !important;
  top: 1.5rem !important;
  right: 1.5rem !important;
  z-index: 100000 !important;
  color: #fff !important;
  font-size: 24px !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
}
@media (max-width: 479.98px) {
  .mobile-menu-close {
    top: 1rem !important;
    right: 1rem !important;
  }
}
.mobile-menu-close svg,
.mobile-menu-close .eicon {
  width: 24px !important;
  height: 24px !important;
  color: #fff !important;
}

/* Print Styles */
@media print {
  body .mobile-menu-section {
    display: none;
  }
}
/*
 * Footer Section Styling
 * Layout matching kloppro.nl - 2 columns nav + social media right
 */
.footer-section {
  background-color: #343e48;
  color: #fff;
  margin-top: auto;
  padding: 40px 0;
}
@media (min-width: 1024.98px) {
  .footer-section {
    padding: 60px 0 40px;
  }
}
.footer-section .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
  padding: 0 2rem;
}
.footer-section .container .row {
  margin-inline: -1rem;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  row-gap: 2rem;
}
.footer-section .container .row > * {
  padding-inline: 1rem;
}
.footer-section .container .logo-column {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1024.98px) {
  .footer-section .container .logo-column {
    width: 25%;
  }
}
.footer-section .container .logo-column .uuid-fa08aa49-6979-43c0-9fde-ce9f6ffe0437 {
  fill: #fff;
}
.footer-section .container .logo-column .logo svg {
  height: 4rem;
}
.footer-section .container .nav-column {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1024.98px) {
  .footer-section .container .nav-column {
    width: 25%;
  }
}
.footer-section .container .nav-column .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-section .container .nav-column .menu .menu-li {
  justify-content: start;
  margin-bottom: 0;
}
.footer-section .container .nav-column .menu .menu-li:last-child {
  margin-bottom: 0;
}
body .footer-section .container .nav-column .menu .menu-li .menu-link {
  transition: color 0.3s ease;
  text-decoration: none;
  color: #fff;
  padding: 0.5rem 0;
  display: flex;
}
body .footer-section .container .nav-column .menu .menu-li .menu-link::before {
  content: "» ";
}
body .footer-section .container .nav-column .menu .menu-li .menu-link:hover {
  color: #ad1923;
  text-decoration: none;
}
body .footer-section .container .nav-column .menu .menu-li .menu-link .link {
  display: block;
}
.footer-section .container .social-column {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1024.98px) {
  .footer-section .container .social-column {
    width: 25%;
    padding-inline-start: 3rem;
    position: relative;
  }
  .footer-section .container .social-column::before {
    position: absolute;
    top: 0.5rem;
    left: -3rem;
    bottom: 0.5rem;
    width: 4px;
    content: "";
    background-color: #ad1923;
  }
}
.footer-section .container .social-column .footer-social-section {
  flex-shrink: 0;
}
.footer-section .container .social-column .footer-social-section .social-title {
  display: block;
  color: #ad1923;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer-section .container .social-column .footer-social-section .menu-social .socialmedia {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 12px;
}
.footer-section .container .social-column .footer-social-section .menu-social .socialmedia li a {
  display: flex;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-section .container .social-column .footer-social-section .menu-social .socialmedia li a .svg-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.footer-section .container .social-column .footer-social-section .menu-social .socialmedia li a .svg-icon svg {
  width: 100%;
  height: 100%;
}

.copyright-section {
  background-color: #fff;
  border-top: 1px solid #E9ECEF;
  padding: 20px 0;
}
.copyright-section .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
  padding: 0 1rem;
}
.copyright-section .copyright-content {
  text-align: center;
}
.copyright-section .copyright-content small {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.4;
}
.copyright-section .copyright-content small a {
  text-decoration: underline;
  color: inherit;
}
.copyright-section .copyright-content small a:hover {
  text-decoration: none;
}

/*
 * General Page Styling
 * Page-specific overrides and general layout
 * Migrated from style.css for DRY architecture
 */
.page-title {
  font-weight: 700;
}

.page-content {
  max-width: 1320px;
  margin: 0 auto;
}

h1,
.woocommerce div.product .product_title {
  font-size: 1.75rem;
}

h2 {
  font-size: 1.5rem;
}

.page-id-168 .page-header,
.page-id-168 .wp-block-cover {
  display: none;
}

/*
 * Homepage Sections Wrapper
 * Imports all home page sections
 */
/*
 * Homepage Intro Section
 * Hero section with background video/image and title
 * Refactored: Using mixins for responsive breakpoints and gradient overlay
 */
.intro-section {
  position: relative;
  overflow: hidden;
}
.intro-section.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.intro-section.bg-video .intro-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.intro-section.bg-video .intro-video-background .video-container {
  position: relative;
  width: 100vw;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.78vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.intro-section.bg-video .intro-video-background .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}
.intro-section .container {
  position: relative;
  z-index: 2;
  height: 450px;
  display: flex;
  align-items: center;
}
.intro-section .title {
  padding-inline: 2rem;
  width: 100%;
}
.intro-section h1 {
  font-size: 50px;
  font-weight: 400;
  line-height: 70px;
  color: #fff;
  margin-left: 0;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .intro-section h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 767.98px) {
  .intro-section h1 {
    position: relative;
    line-height: 40px;
    font-size: 30px;
    top: 20px;
  }
}
.intro-section h1::before {
  display: none;
}
.intro-section h1 strong {
  font-weight: 700;
}
.intro-section h1 strong:nth-of-type(2) {
  padding-left: 320px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .intro-section h1 strong:nth-of-type(2) {
    padding-left: 200px;
  }
}
@media (max-width: 991.98px) {
  .intro-section h1 strong:nth-of-type(2) {
    padding-left: 150px;
  }
}
@media (max-width: 767.98px) {
  .intro-section h1 strong:nth-of-type(2) {
    position: static;
    padding-left: 0;
    display: block;
  }
}
.intro-section h1 strong:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 295px;
  height: 7px;
  background-color: #ad1923;
}
@media (max-width: 1399.98px) {
  .intro-section h1 strong:nth-of-type(2)::before {
    width: 165px;
    top: 2rem;
  }
}
@media (max-width: 991.98px) {
  .intro-section h1 strong:nth-of-type(2)::before {
    width: 125px;
  }
}
@media (max-width: 767.98px) {
  .intro-section h1 strong:nth-of-type(2)::before {
    width: 50px;
    height: 5px;
    top: -1.5rem;
  }
}
.intro-section .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}

/*
 * Homepage USP Bar Section
 * Free shipping notification bar
 * Refactored: Removed !important, using higher specificity and mixins
 */
.usp-section {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024.98px) {
  .usp-section {
    height: 0;
  }
}

body .usp-bar {
  background: #ad1923;
  color: #fff;
  padding: 1rem 2rem;
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 1024.98px) {
  body .usp-bar {
    transform: translateY(-50%);
  }
}

/*
 * Categories Section
 * Homepage categories grid layout using mixins for DRY styling
 */
.categories-section {
  background: #fff;
  padding: 2rem 0;
}
.categories-section .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
}
.categories-section .section-header {
  margin-bottom: 2rem;
  text-align: left;
}
.categories-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #343e48;
  margin: 0;
  padding-left: 60px;
  position: relative;
}
.categories-section .section-header h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.5em;
  width: 45px;
  height: 7px;
  background-color: #ad1923;
}
.categories-section .categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1199.98px) {
  .categories-section .categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .categories-section .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 479.98px) {
  .categories-section .categories-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

body .woocommerce .products.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1199.98px) {
  body .woocommerce .products.category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  body .woocommerce .products.category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 479.98px) {
  body .woocommerce .products.category-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
body .woocommerce .products.category-grid::before {
  display: none;
}
body .woocommerce .products.category-grid .product-category {
  width: auto;
  margin: 0;
  background: #fff;
  border: 1px solid #E9ECEF;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
}
body .woocommerce .products.category-grid .product-category:hover img {
  transform: scale(1.05);
}
body .woocommerce .products.category-grid .product-category:hover .woocommerce-loop-category__title {
  color: #ad1923;
}
body .woocommerce .products.category-grid .product-category a {
  text-decoration: none;
  color: inherit;
}
body .woocommerce .products.category-grid .product-category a:hover, body .woocommerce .products.category-grid .product-category a:focus, body .woocommerce .products.category-grid .product-category a:active {
  text-decoration: none;
}
body .woocommerce .products.category-grid .product-category img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  background: #E9ECEF;
  padding: 0.5rem;
  transition: all 0.3s ease;
  border: none;
}
body .woocommerce .products.category-grid .product-category .woocommerce-loop-category__title {
  font-size: 18px;
  font-weight: 700;
  color: #343e48;
  padding: 1.5rem;
  text-align: center;
  margin: 0;
  transition: all 0.3s ease;
}

/*
 * Category Card Component
 * Uses card-base and image-container mixins for DRY styling
 */
.category-card {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  color: inherit;
}
.category-card:hover {
  text-decoration: none;
  color: inherit;
}
.category-card:hover .title,
.category-card:hover .category-title,
.category-card:hover .product-title {
  color: #ad1923;
}
.category-card .category-image {
  transition: 150ms border-color ease;
  border: 1px solid #e2e8f0;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.category-card .category-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}
.category-card .category-image:hover {
  border-color: rgb(209.1931818182, 218.6704545455, 231.3068181818);
  transition: 150ms border-color ease;
}
.category-card .category-image:hover img {
  transform: scale(1.02);
}
.category-card .category-content {
  padding: 1rem 0;
  text-align: left;
}
.category-card .category-content .title,
.category-card .category-content .category-title,
.category-card .category-content .product-title {
  font-size: 18px;
  font-weight: 700;
  color: #343e48;
  margin: 0 0 0.25rem 0;
  transition: all 0.3s ease;
  line-height: 1.2;
}
.category-card .category-content .description,
.category-card .category-content .category-description,
.category-card .category-content .product-excerpt {
  font-size: 14px;
  color: rgb(84.0806451613, 100.25, 116.4193548387);
  line-height: 1.4;
  margin: 0;
}

/*
 * Popular Products Section
 * Homepage popular products grid layout using mixins for DRY styling
 */
.popular-products-section {
  background: #fff;
  padding: 2rem 0;
}
.popular-products-section .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
}
.popular-products-section .section-header {
  margin-bottom: 2rem;
  text-align: left;
}
.popular-products-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #343e48;
  margin: 0;
  padding-left: 60px;
  position: relative;
}
.popular-products-section .section-header h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.5em;
  width: 45px;
  height: 7px;
  background-color: #ad1923;
}
.popular-products-section .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1199.98px) {
  .popular-products-section .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .popular-products-section .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 479.98px) {
  .popular-products-section .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

body .woocommerce .products.popular-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1199.98px) {
  body .woocommerce .products.popular-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  body .woocommerce .products.popular-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 479.98px) {
  body .woocommerce .products.popular-products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
body .woocommerce .products.popular-products-grid::before {
  display: none;
}
body .woocommerce .products.popular-products-grid .product {
  width: auto;
  margin: 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
body .woocommerce .products.popular-products-grid .product:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
body .woocommerce .products.popular-products-grid .product:hover img {
  transform: scale(1.05);
}
body .woocommerce .products.popular-products-grid .product:hover .woocommerce-loop-product__title {
  color: #ad1923;
}
body .woocommerce .products.popular-products-grid .product .woocommerce-loop-product__link {
  text-decoration: none;
  color: inherit;
}
body .woocommerce .products.popular-products-grid .product .woocommerce-loop-product__link:hover, body .woocommerce .products.popular-products-grid .product .woocommerce-loop-product__link:focus, body .woocommerce .products.popular-products-grid .product .woocommerce-loop-product__link:active {
  text-decoration: none;
}
body .woocommerce .products.popular-products-grid .product .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
body .woocommerce .products.popular-products-grid .product img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  background: #E9ECEF;
  padding: 0.5rem;
  transition: all 0.3s ease;
  border: none;
}
body .woocommerce .products.popular-products-grid .product .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 500;
  color: #343e48;
  padding: 0 1.5rem 0.5rem;
  margin: 1.5rem 0 0 0;
  transition: all 0.3s ease;
  line-height: 1.4;
}
body .woocommerce .products.popular-products-grid .product .price {
  font-size: 18px;
  font-weight: 700;
  color: #ad1923;
  padding: 0 1.5rem;
  margin: 0.5rem 0;
}
body .woocommerce .products.popular-products-grid .product .price .amount {
  font-size: 1.2em;
}
body .woocommerce .products.popular-products-grid .product .add_to_cart_button {
  margin: auto 1.5rem 1.5rem 1.5rem;
  padding: 0;
  padding-right: 2.5rem;
  background: none;
  border: none;
  font-weight: 500;
  color: #ad1923;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  text-align: left;
  width: auto;
}
body .woocommerce .products.popular-products-grid .product .add_to_cart_button:hover {
  color: #343e48;
  text-decoration: none;
}
body .woocommerce .products.popular-products-grid .product .add_to_cart_button:hover::after {
  transform: translateX(4px);
}
body .woocommerce .products.popular-products-grid .product .add_to_cart_button::after {
  content: "→" !important;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  font-weight: 700;
  background: none;
  width: auto;
  height: auto;
}

/*
 * Product Card Component
 * Uses mixins for DRY styling with product-specific features
 */
.product-card {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  color: inherit;
}
.product-card:hover {
  text-decoration: none;
  color: inherit;
}
.product-card {
  display: flex;
  flex-direction: column;
}
.product-card:hover .product-image {
  border-color: rgb(209.1931818182, 218.6704545455, 231.3068181818);
  transition: 150ms border-color ease;
}
.product-card:hover .product-image img {
  transform: scale(1.02);
}
.product-card:hover .product-title a {
  color: #ad1923;
}
.product-card .product-image {
  transition: 150ms border-color ease;
  border: 1px solid #e2e8f0;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}
.product-card .product-image:hover {
  border-color: rgb(209.1931818182, 218.6704545455, 231.3068181818);
  transition: 150ms border-color ease;
}
.product-card .product-image:hover img {
  transform: scale(1.02);
}
.product-card .product-image {
  position: relative;
}
.product-card .product-image a {
  display: flex;
  height: 100%;
  width: 100%;
}
.product-card .product-image .product-badge {
  top: 0.5rem;
  left: 0.5rem;
  background: #ad1923;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  right: unset;
}
.product-card .product-content {
  padding: 1rem 0;
  text-align: left;
}
.product-card .product-content .title,
.product-card .product-content .category-title,
.product-card .product-content .product-title {
  font-size: 18px;
  font-weight: 700;
  color: #343e48;
  margin: 0 0 0.25rem 0;
  transition: all 0.3s ease;
  line-height: 1.2;
}
.product-card .product-content .description,
.product-card .product-content .category-description,
.product-card .product-content .product-excerpt {
  font-size: 14px;
  color: rgb(84.0806451613, 100.25, 116.4193548387);
  line-height: 1.4;
  margin: 0;
}
.product-card .product-content {
  flex-direction: column;
  display: flex;
  flex-grow: 1;
}
.product-card .product-content .product-title a {
  text-decoration: none;
}
.product-card .product-content .product-title a:hover {
  text-decoration: none;
}
.product-card .product-content .product-price {
  color: rgb(84.0806451613, 100.25, 116.4193548387);
  padding-block-start: 1.5rem;
  font-size: 14px;
  margin-top: auto;
  line-height: 1.4;
}
.product-card .product-content .product-excerpt {
  flex-grow: 1;
}
.product-card .product-content .product-actions {
  padding-top: 1rem;
}
.product-card .product-content .product-actions .add-to-cart-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #E9ECEF;
  color: rgb(84.0806451613, 100.25, 116.4193548387);
  border: 1px solid #e2e8f0;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}
.product-card .product-content .product-actions .add-to-cart-button:hover {
  background-color: rgb(203.4736842105, 210.5, 217.5263157895);
  border-color: rgb(192.3863636364, 205.3409090909, 222.6136363636);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.product-card .product-content .product-actions .add-to-cart-button:focus, .product-card .product-content .product-actions .add-to-cart-button:focus-visible {
  outline: 3px solid rgba(173, 25, 35, 0.2);
  outline-offset: 2px;
  text-decoration: none;
}
.product-card .product-content .product-actions .add-to-cart-button:active {
  transform: translateY(0);
  box-shadow: none;
}
.product-card .product-content .product-actions .add-to-cart-button:disabled, .product-card .product-content .product-actions .add-to-cart-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.product-card .product-content .product-actions .add-to-cart-button:disabled:hover, .product-card .product-content .product-actions .add-to-cart-button.disabled:hover {
  background-color: #E9ECEF;
  border-color: #e2e8f0;
  transform: none;
  box-shadow: none;
}
.product-card .product-content .product-actions .add-to-cart-button {
  font-size: 14px;
  position: relative;
}
.product-card .product-content .product-actions .add-to-cart-button .svg-icon {
  height: 24px;
  width: 24px;
}

/*
 * Brands Section - Slider Version
 * Horizontal brand logos carousel using Swiper.js
 */
.brands-section {
  background: #E9ECEF;
  padding-block: 3rem;
}
@media (min-width: 1024.98px) {
  .brands-section {
    padding-block: 5rem;
  }
  .usp-section + .brands-section {
    padding-block-start: 7rem;
  }
}
.brands-section .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
}
.brands-section .section-header {
  margin-bottom: 2rem;
  text-align: center;
}
.brands-section .section-header h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #343e48;
  margin: 0;
}
.brands-section .brands-slider-container {
  position: relative;
}
.brands-section .brands-slider-container .brands-swiper {
  overflow: hidden;
}
.brands-section .brands-slider-container .brands-swiper .swiper-wrapper {
  align-items: center;
}
.brands-section .brands-slider-container .brands-swiper .swiper-slide {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.brands-section .brands-slider-container .brands-swiper .swiper-slide .brand-logo {
  width: 140px;
  min-width: 120px;
  max-width: 160px;
}
@media (max-width: 991.98px) {
  .brands-section .brands-slider-container .brands-swiper .swiper-slide .brand-logo {
    width: 120px;
    min-width: 100px;
    max-width: 140px;
  }
}
@media (max-width: 767.98px) {
  .brands-section .brands-slider-container .brands-swiper .swiper-slide .brand-logo {
    width: 100px;
    min-width: 80px;
    max-width: 120px;
  }
}
.brands-section .brands-slider-container .brands-slider-prev,
.brands-section .brands-slider-container .brands-slider-next {
  display: none;
}
.brands-section .brands-slider-container .swiper-pagination {
  position: relative;
  margin-top: 1rem;
}
.brands-section .brands-slider-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgb(84.0806451613, 100.25, 116.4193548387);
  opacity: 0.4;
  transition: all 0.3s ease;
}
.brands-section .brands-slider-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #343e48;
  opacity: 1;
  transform: scale(1.2);
}

/*
 * Brand Logo Component
 * Simple horizontal brand strip styling using flex-center mixin
 */
.brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.brand-logo.brand-logo-link {
  cursor: pointer;
}
.brand-logo img {
  max-width: 120px;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
}
.grayscale .brand-logo {
  filter: grayscale(1) opacity(0.6);
}
.grayscale .brand-logo:hover {
  filter: grayscale(0) opacity(1);
}
.brand-logo .brand-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: rgb(84.0806451613, 100.25, 116.4193548387);
  text-align: center;
  padding: 0.5rem;
  background: #E9ECEF;
  border-radius: 4px;
}

@media (max-width: 767.98px) {
  body.home .popular-products-section:has(+ .page-content:not(.page-content-inner *)),
  body.page-template-front-page .popular-products-section:has(+ .page-content:not(.page-content-inner *)) {
    display: none;
  }
  body.home .page-content:not(:has(.page-content-inner)),
  body.page-template-front-page .page-content:not(:has(.page-content-inner)) {
    display: none;
  }
}
body .site-header {
  padding-block: 0;
}
body .site-header .header-inner {
  max-width: 1320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body .site-main {
  max-width: unset;
  padding-inline: 0;
}

body:not(.home) .site-main {
  margin-inline: auto;
  max-width: 1320px;
  padding: 1rem;
  width: 100%;
}

body .container {
  max-width: 1300px;
  width: 100%;
  margin-inline: auto;
}

body .page-content {
  padding-inline: 1rem;
  padding-top: 4rem;
}

body .woocommerce-products-header,
body .woocommerce-container {
  max-width: 1320px;
  margin: 0 auto;
  padding-block-start: 2rem;
  padding-inline: 1rem;
}

body.woocommerce-shop .woocommerce-container,
body.woocommerce-shop .woocommerce-products-header {
  padding: 0;
}

.woocommerce-category-page .woocommerce-products-header {
  margin-bottom: 2rem;
}
.woocommerce-category-page .woocommerce-products-header .page-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #343e48;
}
.woocommerce-category-page .term-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 1.5rem;
}

body .woocommerce .products .product-category img {
  border: 1px solid #E9ECEF;
  object-fit: contain;
  aspect-ratio: 4/3;
  padding: 0.5rem;
}
body .woocommerce .products.columns-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
body .woocommerce .products.columns-5::before {
  display: none;
}
body .woocommerce .products.columns-5 .product-category {
  width: unset;
}
body .woocommerce .products.columns-5 .product-category .woocommerce-loop-category__title {
  font-weight: 700;
}
body .woocommerce .products.columns-5 .product {
  width: unset;
}

.products.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1199.98px) {
  .products.products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .products.products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 479.98px) {
  .products.products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.products.products-grid {
  margin: 2rem 0;
  padding-top: 1rem;
  width: 100%;
  list-style: none;
}
.products.products-grid .product-card {
  width: 100%;
  height: auto;
  grid-column: span 1;
}
@media (max-width: 991.98px) {
  .products.products-grid {
    gap: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .products.products-grid {
    gap: 1rem;
  }
}
@media (max-width: 479.98px) {
  .products.products-grid {
    gap: 1rem;
  }
}

.products-grid:not(.products) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1199.98px) {
  .products-grid:not(.products) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .products-grid:not(.products) {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 479.98px) {
  .products-grid:not(.products) {
    grid-template-columns: repeat(1, 1fr);
  }
}
.products-grid:not(.products) {
  margin: 2rem 0;
  padding-top: 1rem;
  width: 100%;
}
.products-grid:not(.products) .product-card {
  width: 100%;
  height: auto;
  grid-column: span 1;
}
@media (max-width: 991.98px) {
  .products-grid:not(.products) {
    gap: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .products-grid:not(.products) {
    gap: 1rem;
  }
}
@media (max-width: 479.98px) {
  .products-grid:not(.products) {
    gap: 1rem;
  }
}

.woocommerce-result-count:has(+ .woocommerce-ordering) {
  padding-top: 0.5rem;
}

.woocommerce-ordering select {
  border: 1px solid #e2e8f0;
  background-color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 16px;
}
.woocommerce-ordering select:focus {
  outline: 2px solid #ad1923;
  outline-offset: 2px;
}

.woocommerce nav.woocommerce-pagination {
  margin-block-end: 2rem;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-flex;
  gap: 0.4rem;
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
  padding: 0.65rem 0.75rem;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.woocommerce nav.woocommerce-pagination ul li a {
  background-color: #E9ECEF;
  color: #343e48;
}
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
  background-color: rgb(203.4736842105, 210.5, 217.5263157895);
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #343e48;
  color: #fff;
  font-weight: 600;
}

.woocommerce .products.products-grid::before,
.woocommerce .products.products-grid::after {
  display: none;
}

/*
 * Single Product Page Styling
 * WooCommerce single product page layout and styling
 */
body.single-product .woocommerce-single-product-page .woocommerce-products-header {
  margin-bottom: 2rem;
}
body.single-product .woocommerce-single-product-page .woocommerce-products-header .woocommerce-breadcrumb {
  margin-top: 0;
  padding-top: 0;
}
body.single-product .woocommerce-single-product-page span.onsale {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: auto;
  margin: 0;
  background: #ad1923;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  min-height: auto;
  min-width: auto;
  line-height: normal;
}

body.single-product .single-product-container {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 3rem !important;
  align-items: start !important;
}
body.single-product .single-product-container > *:not(.onsale) {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
}
@media (max-width: 991.98px) {
  body.single-product .single-product-container {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
}
body.single-product .single-product-container .woocommerce-product-gallery {
  margin-block-end: 0 !important;
  width: 100% !important;
  float: none !important;
  grid-area: 1/1/2/2 !important;
  order: 1 !important;
}
body.single-product .single-product-container .woocommerce-product-gallery .flex-viewport {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  margin-bottom: 1rem !important;
  overflow: hidden;
}
body.single-product .single-product-container .woocommerce-product-gallery .woocommerce-product-gallery__image {
  margin: 0;
}
body.single-product .single-product-container .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
body.single-product .single-product-container .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 0.5rem;
  scrollbar-width: thin;
  scrollbar-color: #e2e8f0 transparent;
}
body.single-product .single-product-container .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
  height: 6px;
}
body.single-product .single-product-container .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar-track {
  background: transparent;
}
body.single-product .single-product-container .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar-thumb {
  background: #e2e8f0;
  border-radius: 4px;
}
body.single-product .single-product-container .woocommerce-product-gallery .flex-control-thumbs > * {
  scroll-snap-align: start;
  flex-shrink: 0;
}
body.single-product .single-product-container .woocommerce-product-gallery .flex-control-thumbs {
  margin-top: 1rem;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .woocommerce-product-gallery .flex-control-thumbs {
    max-width: 100%;
  }
}
body.single-product .single-product-container .woocommerce-product-gallery .flex-control-thumbs li {
  margin: 0;
  flex: 0 0 auto;
  width: calc(25% - 0.375rem);
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .woocommerce-product-gallery .flex-control-thumbs li {
    width: calc(33.333% - 0.35rem);
  }
}
@media (max-width: 374.98px) {
  body.single-product .single-product-container .woocommerce-product-gallery .flex-control-thumbs li {
    width: calc(50% - 0.25rem);
  }
}
body.single-product .single-product-container .woocommerce-product-gallery .flex-control-thumbs li img {
  min-height: 44px;
  min-width: 44px;
  padding: max(0.5rem, (44px - 1.5rem) / 2);
  cursor: pointer;
  transition: all 0.3s ease;
}
@supports (min-width: max(1px, 2px)) {
  body.single-product .single-product-container .woocommerce-product-gallery .flex-control-thumbs li img {
    min-width: max(44px, auto);
    min-height: max(44px, auto);
  }
}
body.single-product .single-product-container .woocommerce-product-gallery .flex-control-thumbs li img {
  border: 2px solid #e2e8f0;
  border-radius: 4px;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  padding: 0.25rem;
}
body.single-product .single-product-container .woocommerce-product-gallery .flex-control-thumbs li img:hover, body.single-product .single-product-container .woocommerce-product-gallery .flex-control-thumbs li img:focus {
  border-color: #343e48;
  transform: scale(1.05);
}
body.single-product .single-product-container .woocommerce-product-gallery .flex-control-thumbs li img:active {
  transform: scale(0.98);
}
body.single-product .single-product-container .woocommerce-product-gallery .flex-control-thumbs li.flex-active-slide img {
  border-color: #343e48;
  border-width: 3px;
}
body.single-product .single-product-container .product-description-under-gallery {
  grid-area: 2/1/3/2 !important;
  order: 2 !important;
  width: 100% !important;
  float: none !important;
  margin-top: 2rem !important;
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .product-description-under-gallery {
    margin-top: 1.5rem !important;
  }
}
body.single-product .single-product-container .product-description-under-gallery {
  font-size: 16px;
  line-height: 1.7;
  color: #374151;
}
body.single-product .single-product-container .product-description-under-gallery p {
  margin-bottom: 1rem;
}
body.single-product .single-product-container .product-description-under-gallery p:last-child {
  margin-bottom: 0;
}
body.single-product .single-product-container .product-description-under-gallery h2, body.single-product .single-product-container .product-description-under-gallery h3, body.single-product .single-product-container .product-description-under-gallery h4 {
  color: #343e48;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
body.single-product .single-product-container .product-description-under-gallery h2:first-child, body.single-product .single-product-container .product-description-under-gallery h3:first-child, body.single-product .single-product-container .product-description-under-gallery h4:first-child {
  margin-top: 0;
}
body.single-product .single-product-container .product-description-under-gallery h2 {
  font-size: 1.5rem;
}
body.single-product .single-product-container .product-description-under-gallery h3 {
  font-size: 1.25rem;
}
body.single-product .single-product-container .product-description-under-gallery h4 {
  font-size: 1.125rem;
}
body.single-product .single-product-container .product-description-under-gallery ul, body.single-product .single-product-container .product-description-under-gallery ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
body.single-product .single-product-container .product-description-under-gallery ul li, body.single-product .single-product-container .product-description-under-gallery ol li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
body.single-product .single-product-container .product-description-under-gallery strong {
  color: #343e48;
  font-weight: 600;
}
body.single-product .single-product-container .product-description-under-gallery a {
  color: #ad1923;
  text-decoration: none;
}
body.single-product .single-product-container .product-description-under-gallery a:hover {
  text-decoration: underline;
}
body.single-product .single-product-container .summary {
  grid-area: 1/2/3/3 !important;
  order: 3 !important;
  width: 100% !important;
  float: none !important;
  max-width: none !important;
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .summary {
    margin-bottom: 0 !important;
  }
}
body.single-product .single-product-container .summary .product_title {
  font-size: clamp(1.625rem, 1.625rem + (2.25 - 1.625) * (100vw - 320px) / (1024 - 320), 2.25rem);
  font-weight: 700;
  color: #343e48;
  margin: 0 0 1.25rem;
  line-height: 1.25;
  word-wrap: break-word;
  hyphens: auto;
  letter-spacing: -0.01em;
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .summary .product_title {
    margin-bottom: 1rem;
    line-height: 1.3;
  }
}
body.single-product .single-product-container .summary .price {
  font-size: 1.625rem !important;
  font-weight: 700 !important;
  color: #ad1923 !important;
  margin-bottom: 1.75rem !important;
  line-height: 1.2 !important;
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .summary .price {
    font-size: 1.875rem !important;
    margin-bottom: 1.5rem !important;
  }
}
@media (max-width: 374.98px) {
  body.single-product .single-product-container .summary .price {
    font-size: 1.75rem !important;
  }
}
body.single-product .single-product-container .summary .price .woocommerce-Price-amount {
  font-weight: 700;
}
body.single-product .single-product-container .summary .price del {
  color: #9ca3af;
  font-weight: 400;
  font-size: 1.125rem;
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .summary .price del {
    display: block;
    margin: 0 0 0.25rem 0;
    font-size: 1rem;
  }
}
body.single-product .single-product-container .summary .woocommerce-product-rating {
  margin-bottom: 1rem;
}
body.single-product .single-product-container .summary .woocommerce-product-rating .star-rating {
  margin-right: 0.5rem;
}
body.single-product .single-product-container .summary .woocommerce-product-details__short-description {
  font-size: 1rem;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .summary .woocommerce-product-details__short-description {
    font-size: 0.9375rem;
    line-height: 1.65;
    margin-bottom: 1.5rem;
  }
}
body.single-product .single-product-container .summary .woocommerce-product-details__short-description p {
  margin-bottom: 1rem;
}
body.single-product .single-product-container .summary .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
body.single-product .single-product-container .summary .woocommerce-product-details__short-description strong {
  color: #343e48;
  font-weight: 600;
}
body.single-product .single-product-container .summary .cart {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .summary .cart {
    align-items: flex-start;
    gap: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  body.single-product .single-product-container .summary .cart {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
}
@media (max-width: 374.98px) {
  body.single-product .single-product-container .summary .cart {
    gap: 0.875rem;
  }
}
body.single-product .single-product-container .summary .cart .quantity {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 479.98px) {
  body.single-product .single-product-container .summary .cart .quantity {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 374.98px) {
  body.single-product .single-product-container .summary .cart .quantity {
    max-width: 140px;
  }
}
body.single-product .single-product-container .summary .cart .quantity input {
  min-height: 44px;
  min-width: 44px;
  padding: max(0.5rem, (44px - 1.5rem) / 2);
  cursor: pointer;
  transition: all 0.3s ease;
}
@supports (min-width: max(1px, 2px)) {
  body.single-product .single-product-container .summary .cart .quantity input {
    min-width: max(44px, auto);
    min-height: max(44px, auto);
  }
}
body.single-product .single-product-container .summary .cart .quantity input {
  width: 90px;
  padding: 0.875rem 0.75rem;
  border: 2px solid #e2e8f0;
  border-radius: 4px;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .summary .cart .quantity input {
    padding: 1rem 0.75rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 479.98px) {
  body.single-product .single-product-container .summary .cart .quantity input {
    width: 100%;
    max-width: 140px;
  }
}
@media (max-width: 374.98px) {
  body.single-product .single-product-container .summary .cart .quantity input {
    padding: 0.875rem 0.625rem;
  }
}
body.single-product .single-product-container .summary .cart .quantity input:hover {
  border-color: rgb(192.3863636364, 205.3409090909, 222.6136363636);
}
body.single-product .single-product-container .summary .cart .quantity input:focus {
  outline: none;
  border-color: #ad1923;
  box-shadow: 0 0 0 3px rgba(173, 25, 35, 0.1);
}
body.single-product .single-product-container .summary .cart .single_add_to_cart_button {
  min-height: 48px;
  min-width: 48px;
  padding: max(0.5rem, (48px - 1.5rem) / 2);
  cursor: pointer;
  transition: all 0.3s ease;
}
@supports (min-width: max(1px, 2px)) {
  body.single-product .single-product-container .summary .cart .single_add_to_cart_button {
    min-width: max(48px, auto);
    min-height: max(48px, auto);
  }
}
body.single-product .single-product-container .summary .cart .single_add_to_cart_button {
  background-color: #ad1923;
  color: #fff;
  border: none;
  padding: 1.125rem 2.25rem;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1.0625rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex: 1;
  min-width: 200px;
  letter-spacing: 0.01em;
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .summary .cart .single_add_to_cart_button {
    padding: 1.25rem 2rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 479.98px) {
  body.single-product .single-product-container .summary .cart .single_add_to_cart_button {
    width: 100%;
    min-width: unset;
    padding: 1.125rem 1.75rem;
  }
}
@media (max-width: 374.98px) {
  body.single-product .single-product-container .summary .cart .single_add_to_cart_button {
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
  }
}
body.single-product .single-product-container .summary .cart .single_add_to_cart_button:hover {
  background-color: rgb(128.4393939394, 18.5606060606, 25.9848484848);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(173, 25, 35, 0.3);
}
body.single-product .single-product-container .summary .cart .single_add_to_cart_button:active {
  transform: translateY(0);
}
body.single-product .single-product-container .summary .cart .single_add_to_cart_button:focus-visible {
  outline: 3px solid rgba(173, 25, 35, 0.3);
  outline-offset: 2px;
}
body.single-product .single-product-container .summary .cart .single_add_to_cart_button:disabled, body.single-product .single-product-container .summary .cart .single_add_to_cart_button.disabled {
  background-color: #d1d5db;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
body.single-product .single-product-container .summary .cart .single_add_to_cart_button:disabled:hover, body.single-product .single-product-container .summary .cart .single_add_to_cart_button.disabled:hover {
  transform: none;
  box-shadow: none;
}
body.single-product .single-product-container .summary .product_meta {
  border-top: 1px solid #e2e8f0;
  padding-top: 1.5rem;
  margin-top: 2rem;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .summary .product_meta {
    padding-top: 1.25rem;
    margin-top: 1.5rem;
  }
}
body.single-product .single-product-container .summary .product_meta > span {
  display: block;
  margin-bottom: 0.625rem;
  line-height: 1.5;
}
body.single-product .single-product-container .summary .product_meta > span:last-child {
  margin-bottom: 0;
}
body.single-product .single-product-container .summary .product_meta .sku_wrapper,
body.single-product .single-product-container .summary .product_meta .posted_in,
body.single-product .single-product-container .summary .product_meta .tagged_as {
  color: #4b5563;
}
body.single-product .single-product-container .summary .product_meta .sku_wrapper .sku,
body.single-product .single-product-container .summary .product_meta .sku_wrapper a,
body.single-product .single-product-container .summary .product_meta .posted_in .sku,
body.single-product .single-product-container .summary .product_meta .posted_in a,
body.single-product .single-product-container .summary .product_meta .tagged_as .sku,
body.single-product .single-product-container .summary .product_meta .tagged_as a {
  color: #343e48;
  text-decoration: none;
}
body.single-product .single-product-container .summary .product_meta .sku_wrapper .sku:hover,
body.single-product .single-product-container .summary .product_meta .sku_wrapper a:hover,
body.single-product .single-product-container .summary .product_meta .posted_in .sku:hover,
body.single-product .single-product-container .summary .product_meta .posted_in a:hover,
body.single-product .single-product-container .summary .product_meta .tagged_as .sku:hover,
body.single-product .single-product-container .summary .product_meta .tagged_as a:hover {
  color: #ad1923;
  text-decoration: underline;
}
body.single-product .single-product-container .summary .product_meta .device-description {
  color: #343e48;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}
body.single-product .single-product-container .summary .product_meta .device-description p {
  margin-bottom: 0.5rem;
}
body.single-product .single-product-container .summary .product_meta .device-description p:last-child {
  margin-bottom: 0;
}
body.single-product .single-product-container .summary .product_meta .technical-docs-wrapper {
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .summary .product_meta .technical-docs-wrapper {
    margin-top: 1rem;
  }
}
body.single-product .single-product-container .summary .product_meta .technical-docs-wrapper .technical-docs-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #E9ECEF;
  color: rgb(84.0806451613, 100.25, 116.4193548387);
  border: 1px solid #e2e8f0;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}
body.single-product .single-product-container .summary .product_meta .technical-docs-wrapper .technical-docs-button:hover {
  background-color: rgb(203.4736842105, 210.5, 217.5263157895);
  border-color: rgb(192.3863636364, 205.3409090909, 222.6136363636);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
body.single-product .single-product-container .summary .product_meta .technical-docs-wrapper .technical-docs-button:focus, body.single-product .single-product-container .summary .product_meta .technical-docs-wrapper .technical-docs-button:focus-visible {
  outline: 3px solid rgba(173, 25, 35, 0.2);
  outline-offset: 2px;
  text-decoration: none;
}
body.single-product .single-product-container .summary .product_meta .technical-docs-wrapper .technical-docs-button:active {
  transform: translateY(0);
  box-shadow: none;
}
body.single-product .single-product-container .summary .product_meta .technical-docs-wrapper .technical-docs-button:disabled, body.single-product .single-product-container .summary .product_meta .technical-docs-wrapper .technical-docs-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
body.single-product .single-product-container .summary .product_meta .technical-docs-wrapper .technical-docs-button:disabled:hover, body.single-product .single-product-container .summary .product_meta .technical-docs-wrapper .technical-docs-button.disabled:hover {
  background-color: #E9ECEF;
  border-color: #e2e8f0;
  transform: none;
  box-shadow: none;
}
body.single-product .single-product-container .summary .product_meta .technical-docs-wrapper .technical-docs-button {
  min-height: 44px;
  min-width: 44px;
  padding: max(0.5rem, (44px - 1.5rem) / 2);
  cursor: pointer;
  transition: all 0.3s ease;
}
@supports (min-width: max(1px, 2px)) {
  body.single-product .single-product-container .summary .product_meta .technical-docs-wrapper .technical-docs-button {
    min-width: max(44px, auto);
    min-height: max(44px, auto);
  }
}
body.single-product .single-product-container .summary .product_meta .technical-docs-wrapper .technical-docs-button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  padding: 0.75rem 1.25rem !important;
  font-size: 16px !important;
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .summary .product_meta .technical-docs-wrapper .technical-docs-button {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem !important;
  }
}
@media (max-width: 374.98px) {
  body.single-product .single-product-container .summary .product_meta .technical-docs-wrapper .technical-docs-button {
    padding: 0.875rem 1.25rem !important;
    font-size: 14px !important;
  }
}
body.single-product .single-product-container .summary .product_meta .technical-docs-wrapper .technical-docs-button::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23343e48' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
body.single-product .single-product-container .summary .product_meta .technical-docs-wrapper .technical-docs-button:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ad1923' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
}
body.single-product .single-product-container .summary .product_meta .technical-docs-wrapper .technical-docs-button:focus, body.single-product .single-product-container .summary .product_meta .technical-docs-wrapper .technical-docs-button:focus-visible {
  outline: 2px solid rgba(173, 25, 35, 0.3) !important;
  outline-offset: 2px !important;
}

body.single-product .single-product-container .woocommerce-tabs {
  grid-area: 3/1/4/3 !important;
  order: 4 !important;
  margin-top: 2rem !important;
  width: 100% !important;
  float: none !important;
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .woocommerce-tabs {
    margin-top: 0 !important;
  }
}
body.single-product .single-product-container .woocommerce-tabs .wc-tabs:has(li:only-child) {
  display: none !important;
}
body.single-product .single-product-container .woocommerce-tabs .wc-tabs {
  display: flex;
  border-bottom: 2px solid #e2e8f0;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .woocommerce-tabs .wc-tabs {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: #e2e8f0 transparent;
  }
  body.single-product .single-product-container .woocommerce-tabs .wc-tabs::-webkit-scrollbar {
    height: 4px;
  }
  body.single-product .single-product-container .woocommerce-tabs .wc-tabs::-webkit-scrollbar-track {
    background: transparent;
  }
  body.single-product .single-product-container .woocommerce-tabs .wc-tabs::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 4px;
  }
  body.single-product .single-product-container .woocommerce-tabs .wc-tabs::before, body.single-product .single-product-container .woocommerce-tabs .wc-tabs::after {
    content: "";
    position: sticky;
    z-index: 2;
    width: 30px;
    height: 100%;
    top: 0;
    pointer-events: none;
  }
  body.single-product .single-product-container .woocommerce-tabs .wc-tabs::before {
    left: 0;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
  body.single-product .single-product-container .woocommerce-tabs .wc-tabs::after {
    right: 0;
    background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
body.single-product .single-product-container .woocommerce-tabs .wc-tabs li {
  margin: 0;
  flex-shrink: 0;
  scroll-snap-align: start;
}
body.single-product .single-product-container .woocommerce-tabs .wc-tabs li a {
  min-height: 44px;
  min-width: 44px;
  padding: max(0.5rem, (44px - 1.5rem) / 2);
  cursor: pointer;
  transition: all 0.3s ease;
}
@supports (min-width: max(1px, 2px)) {
  body.single-product .single-product-container .woocommerce-tabs .wc-tabs li a {
    min-width: max(44px, auto);
    min-height: max(44px, auto);
  }
}
body.single-product .single-product-container .woocommerce-tabs .wc-tabs li a {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  color: #4b5563;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .woocommerce-tabs .wc-tabs li a {
    padding: 0.875rem 1.25rem;
    font-size: 14px;
  }
}
@media (max-width: 374.98px) {
  body.single-product .single-product-container .woocommerce-tabs .wc-tabs li a {
    padding: 0.75rem 1rem;
  }
}
body.single-product .single-product-container .woocommerce-tabs .wc-tabs li a:hover, body.single-product .single-product-container .woocommerce-tabs .wc-tabs li a:focus {
  color: #343e48;
  background-color: rgba(233, 236, 239, 0.3);
}
body.single-product .single-product-container .woocommerce-tabs .wc-tabs li a:focus-visible {
  outline: 2px solid rgba(173, 25, 35, 0.3);
  outline-offset: -2px;
}
body.single-product .single-product-container .woocommerce-tabs .wc-tabs li.active a {
  color: #343e48;
  border-bottom-color: #ad1923;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .woocommerce-tabs .panel {
    margin-bottom: 0 !important;
  }
}
body.single-product .single-product-container .woocommerce-tabs .wc-tab {
  padding: 2rem 0;
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .woocommerce-tabs .wc-tab {
    padding-block: 0;
  }
}
body.single-product .single-product-container .woocommerce-tabs .wc-tab h2 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #343e48;
}
body.single-product .single-product-container .woocommerce-tabs .wc-tab p {
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
body.single-product .single-product-container .woocommerce-tabs .wc-tab table {
  width: 100%;
  border-collapse: collapse;
}
body.single-product .single-product-container .woocommerce-tabs .wc-tab table th,
body.single-product .single-product-container .woocommerce-tabs .wc-tab table td {
  text-align: left;
  padding: 0.75rem;
  border-bottom: 1px solid #e2e8f0;
}
body.single-product .single-product-container .woocommerce-tabs .wc-tab table th {
  font-weight: 600;
  color: #343e48;
}
body.single-product .single-product-container .woocommerce-tabs .wc-tab ul {
  margin-bottom: 1.5rem;
}
body.single-product .single-product-container .woocommerce-tabs .wc-tab ul li p:last-child {
  margin-bottom: 0 !important;
}

body.single-product .single-product-container .cross-sells {
  grid-area: 4/1/5/3 !important;
  order: 5 !important;
  margin-top: 3rem !important;
  width: 100% !important;
  float: none !important;
}
body.single-product .single-product-container .cross-sells h2 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #343e48;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .cross-sells h2 {
    text-align: left;
  }
}
body.single-product .single-product-container .cross-sells .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 1199.98px) {
  body.single-product .single-product-container .cross-sells .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  body.single-product .single-product-container .cross-sells .products {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 479.98px) {
  body.single-product .single-product-container .cross-sells .products {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .cross-sells .products {
    gap: 1rem;
  }
}

body.single-product .single-product-container .upsells {
  grid-area: 5/1/6/3 !important;
  order: 6 !important;
  margin-top: 3rem !important;
  width: 100% !important;
  float: none !important;
}
body.single-product .single-product-container .upsells h2 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #343e48;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .upsells h2 {
    text-align: left;
  }
}
body.single-product .single-product-container .upsells .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 1199.98px) {
  body.single-product .single-product-container .upsells .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  body.single-product .single-product-container .upsells .products {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 479.98px) {
  body.single-product .single-product-container .upsells .products {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767.98px) {
  body.single-product .single-product-container .upsells .products {
    gap: 1rem;
  }
}

/*
body.single-product .single-product-container .related {
    grid-area: 5 / 1 / 6 / 3 !important; // Row 5, span both columns
    order: 6 !important; // After upsells (order 5)
    margin-top: 3rem !important;
    width: 100% !important;
    float: none !important;

    h2 {
        font-size: 1.75rem;
        font-weight: $font-weight-semibold;
        color: $kloppro-primary;
        margin-bottom: 1.5rem;
        text-align: center;

        @include mobile-md {
            text-align: left;
        }
    }

    .products {
        @include responsive-grid($cols: 4, $gap: 2rem, $xl: 3, $lg: 2, $sm: 1);

        @include mobile-md {
            gap: 1rem;
        }
    }
}
*/
@media (max-width: 991.98px) {
  body.single-product .single-product-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  body.single-product .single-product-container {
    gap: 1.25rem !important;
  }
}
@media (max-width: 991.98px) and (max-width: 479.98px) {
  body.single-product .single-product-container {
    gap: 1rem !important;
  }
}
@media (max-width: 991.98px) {
  body.single-product .single-product-container .summary {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
  }
  body.single-product .single-product-container .summary > * {
    order: 999 !important;
  }
  body.single-product .single-product-container .summary .product_title {
    order: 1 !important;
    margin-bottom: 1rem !important;
  }
  body.single-product .single-product-container .summary .woocommerce-product-gallery {
    order: 2 !important;
    width: 100% !important;
    margin-bottom: 1.5rem !important;
  }
  body.single-product .single-product-container .summary .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1rem;
  }
  body.single-product .single-product-container .summary .woocommerce-product-details__short-description {
    order: 3 !important;
    margin-bottom: 1.5rem !important;
  }
  body.single-product .single-product-container .summary .price {
    order: 4 !important;
    margin-bottom: 1.5rem !important;
  }
  body.single-product .single-product-container .summary .bundle_form,
  body.single-product .single-product-container .summary .bundled_products,
  body.single-product .single-product-container .summary .woocommerce-product-bundle-wrap,
  body.single-product .single-product-container .summary form.bundle_form,
  body.single-product .single-product-container .summary .asnp-App-GridItem-wrapper,
  body.single-product .single-product-container .summary .asnp-productList,
  body.single-product .single-product-container .summary .asnp_easy_product_bundle,
  body.single-product .single-product-container .summary .product-addons-wrapper,
  body.single-product .single-product-container .summary .woocommerce-product-addons,
  body.single-product .single-product-container .summary div.kloppro-static-bundle-price,
  body.single-product .single-product-container .summary p.kloppro-static-bundle-price {
    order: 5 !important;
    margin-bottom: 1.5rem !important;
  }
  body.single-product .single-product-container .summary .woocommerce-product-rating {
    order: 6 !important;
    margin-bottom: 1rem !important;
  }
  body.single-product .single-product-container .summary .cart,
  body.single-product .single-product-container .summary form.cart {
    order: 7 !important;
    margin-bottom: 1.5rem !important;
  }
  body.single-product .single-product-container .summary .product-description-under-gallery {
    order: 8 !important;
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
  }
  body.single-product .single-product-container .summary .product_meta {
    order: 9 !important;
  }
  body.single-product .single-product-container .summary .onsale {
    display: none !important;
  }
  body.single-product .single-product-container .woocommerce-product-gallery {
    position: relative;
  }
  body.single-product .single-product-container .woocommerce-product-gallery .onsale {
    display: block !important;
    position: absolute !important;
    top: 1rem !important;
    left: 1rem !important;
    z-index: 10 !important;
  }
  body.single-product .single-product-container .woocommerce-tabs {
    margin-top: 0.5rem;
  }
  body.single-product .single-product-container .upsells {
    margin-top: 2rem;
    order: 4;
  }
  body.single-product .single-product-container .related {
    margin-top: 2rem;
    order: 5;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-single-product-page .woocommerce-products-header {
    margin-bottom: 1.5rem;
  }
  .single-product-container {
    gap: 1.5rem;
  }
  .woocommerce-tabs {
    margin-top: 2rem;
  }
  .woocommerce-tabs .wc-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }
  .woocommerce-tabs .wc-tabs li a {
    padding: 0.75rem 1rem;
    white-space: nowrap;
  }
  .woocommerce-tabs .wc-tab {
    padding: 1.5rem 0;
  }
}
body .product_meta .posted_in {
  display: none !important;
}

.asnp-App-GridItem-wrapper {
  grid-column-gap: 1rem !important;
  margin: 0 !important;
}

.asnp-checkbox.asnp-productList {
  margin-right: 1rem;
}

.asnp-image-field-wrapper .asnp-checkbox {
  display: none !important;
}

.asnp-productInfo-wrapper > a {
  text-decoration: none !important;
}
.asnp-productInfo-wrapper .asnp-edit-icon {
  display: none !important;
}

/*
 * Cart Page Styling
 * WooCommerce cart page specific styles
 * Created for modular and maintainable cart page styling
 */
.woocommerce-cart .woocommerce::before, .woocommerce-cart .woocommerce::after {
  display: none !important;
  content: none !important;
}
.woocommerce-cart .woocommerce .col-1, .woocommerce-cart .woocommerce .col-2,
.woocommerce-cart .woocommerce .u-column1, .woocommerce-cart .woocommerce .u-column2,
.woocommerce-cart .woocommerce .form-row-first, .woocommerce-cart .woocommerce .form-row-last {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.woocommerce-cart .entry-title {
  max-width: unset;
  padding-block: 2rem;
}
@media (max-width: 767.98px) {
  .woocommerce-cart .entry-title {
    padding: 1rem 0 0 !important;
  }
}
.woocommerce-cart .page-content {
  padding: 0;
  max-width: 1320px;
  margin: 0 auto;
  display: block !important;
  visibility: visible !important;
}
.woocommerce-cart .col2-set::before, .woocommerce-cart .col2-set::after {
  display: none !important;
  content: none !important;
}
.woocommerce-cart .col2-set .col-1, .woocommerce-cart .col2-set .col-2,
.woocommerce-cart .col2-set .u-column1, .woocommerce-cart .col2-set .u-column2,
.woocommerce-cart .col2-set .form-row-first, .woocommerce-cart .col2-set .form-row-last {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.woocommerce-cart .col2-set {
  width: 100%;
}
.woocommerce-cart .woocommerce-billing-fields::before, .woocommerce-cart .woocommerce-billing-fields::after,
.woocommerce-cart .woocommerce-shipping-fields::before,
.woocommerce-cart .woocommerce-shipping-fields::after,
.woocommerce-cart form .form-row::before,
.woocommerce-cart form .form-row::after,
.woocommerce-cart .addresses .title::before,
.woocommerce-cart .addresses .title::after {
  display: none !important;
  content: none !important;
}
.woocommerce-cart .woocommerce-billing-fields .col-1, .woocommerce-cart .woocommerce-billing-fields .col-2,
.woocommerce-cart .woocommerce-billing-fields .u-column1, .woocommerce-cart .woocommerce-billing-fields .u-column2,
.woocommerce-cart .woocommerce-billing-fields .form-row-first, .woocommerce-cart .woocommerce-billing-fields .form-row-last,
.woocommerce-cart .woocommerce-shipping-fields .col-1,
.woocommerce-cart .woocommerce-shipping-fields .col-2,
.woocommerce-cart .woocommerce-shipping-fields .u-column1,
.woocommerce-cart .woocommerce-shipping-fields .u-column2,
.woocommerce-cart .woocommerce-shipping-fields .form-row-first,
.woocommerce-cart .woocommerce-shipping-fields .form-row-last,
.woocommerce-cart form .form-row .col-1,
.woocommerce-cart form .form-row .col-2,
.woocommerce-cart form .form-row .u-column1,
.woocommerce-cart form .form-row .u-column2,
.woocommerce-cart form .form-row .form-row-first,
.woocommerce-cart form .form-row .form-row-last,
.woocommerce-cart .addresses .title .col-1,
.woocommerce-cart .addresses .title .col-2,
.woocommerce-cart .addresses .title .u-column1,
.woocommerce-cart .addresses .title .u-column2,
.woocommerce-cart .addresses .title .form-row-first,
.woocommerce-cart .addresses .title .form-row-last {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.woocommerce-cart table.cart {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}
.woocommerce-cart .cart-collaterals {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    max-width: 100%;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 1.5rem;
    margin-top: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    font-weight: 400 !important;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #343e48;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #E9ECEF;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-cart .cart-collaterals .cart_totals table {
    margin-bottom: 0;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  text-align: left;
  font-weight: 600;
  padding: 0.5rem 1rem;
}
@media (max-width: 767.98px) {
  .woocommerce-cart .cart-collaterals .cart_totals tr th {
    font-size: 15px;
    color: #343e48;
    padding: 0.5rem 0;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals tr td {
  text-align: right;
  padding: 0.5rem 1rem;
}
@media (max-width: 767.98px) {
  .woocommerce-cart .cart-collaterals .cart_totals tr td {
    font-weight: 600;
    font-size: 15px;
    padding: 0.5rem;
    border-top: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-cart .cart-collaterals .cart_totals .order-total th, .woocommerce-cart .cart-collaterals .cart_totals .order-total td {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #e2e8f0;
    color: #ad1923;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 0;
  }
  .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 1rem 1.5rem;
    display: block;
    text-decoration: none;
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .woocommerce-cart .shop_table {
    border: 0 !important;
  }
  .woocommerce-cart .entry-title {
    padding-block: 1rem;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .woocommerce-cart .page-content {
    padding: 1rem;
  }
  .woocommerce-cart table.cart {
    margin-bottom: 1rem;
    border: 0 !important;
  }
  .woocommerce-cart table.cart thead {
    display: none;
  }
  .woocommerce-cart table.cart tbody {
    display: block;
  }
  .woocommerce-cart table.cart .product-thumbnail {
    display: none !important;
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 1rem;
    padding-top: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item td {
    display: block !important;
    width: 100% !important;
    padding: 0.25rem 0 !important;
    border: none !important;
    text-align: left !important;
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item td.product-remove {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    order: -1 !important;
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item td.product-remove a.remove {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 50% !important;
    color: #6b7f94 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item td.product-remove a.remove:hover {
    background: #ef4444 !important;
    border-color: #ef4444 !important;
    color: #fff !important;
    transform: scale(1.15);
    box-shadow: 0 2px 6px rgba(239, 68, 68, 0.3) !important;
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item td.product-remove a.remove:active {
    transform: scale(0.95);
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item .product-name {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #343e48 !important;
    margin-bottom: 0.5rem !important;
    padding-right: 40px !important;
    line-height: 1.4 !important;
    order: 1 !important;
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item .product-name::before {
    display: none !important;
    content: none !important;
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item .product-name a {
    color: #343e48 !important;
    text-decoration: none !important;
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item .product-name a:hover {
    color: #ad1923 !important;
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item .product-price {
    font-size: 15px !important;
    color: #ad1923 !important;
    font-weight: 600 !important;
    margin-bottom: 0.25rem !important;
    order: 2 !important;
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item .product-price::before {
    content: "Prijs: " !important;
    color: #6b7f94 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item .product-price del {
    color: #6b7f94 !important;
    font-size: 13px !important;
    margin-right: 0.25rem !important;
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item td {
    background: unset !important;
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item td:not(:last-child):not(.product-remove):not(.product-thumbnail) {
    border-bottom: 1px solid #e2e8f0 !important;
    padding-bottom: 12px !important;
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item td .amount {
    margin-left: 0.5em;
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item .product-thumbnail::before {
    content: none !important;
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item .product-quantity {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    margin: 0.5rem 0 !important;
    order: 3 !important;
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item .product-quantity::before {
    content: "Aantal:" !important;
    color: #6b7f94 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    min-width: 55px !important;
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item .product-quantity .quantity {
    display: flex !important;
    align-items: center !important;
    gap: 0.25rem !important;
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item .product-quantity .quantity input.qty {
    width: 60px !important;
    height: 40px !important;
    text-align: center !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item .product-quantity .quantity input.qty:focus {
    outline: none !important;
    border-color: #ad1923 !important;
    box-shadow: 0 0 0 3px rgba(173, 25, 35, 0.1) !important;
  }
  .woocommerce-cart table.cart td.product-subtotal {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #343e48 !important;
    padding-top: 1rem !important;
    border-top: 1px solid #e2e8f0 !important;
    margin-top: 1rem !important;
    order: 4 !important;
  }
  .woocommerce-cart table.cart td.product-subtotal::before {
    content: "Subtotaal: " !important;
    color: #6b7f94 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
  }
  .woocommerce-cart table.cart td.actions {
    display: block !important;
    padding: 1rem !important;
    border-top: 0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
  }
  .woocommerce-cart table.cart td.actions .coupon {
    margin-bottom: 1rem;
  }
  .woocommerce-cart table.cart td.actions .coupon label {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 14px;
    color: #343e48;
    font-weight: 600;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100% !important;
    margin-bottom: 0.5rem;
    margin-right: 0;
    font-size: 16px;
  }
  .woocommerce-cart table.cart td.actions .coupon button {
    width: 100% !important;
  }
  .woocommerce-cart table.cart td.actions button[name=update_cart] {
    width: 100%;
    margin-top: 0.5rem;
  }
  .woocommerce-cart .cart-collaterals {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-cart .cart-empty {
    text-align: center;
    padding: 2rem 1rem;
    background: #f9fafb;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    margin: 1rem 0;
    font-size: 16px;
    color: #6b7f94;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-cart .return-to-shop {
    text-align: center;
    margin-top: 1rem;
  }
  .woocommerce-cart .return-to-shop a.button {
    display: inline-block;
    width: auto;
    min-width: 200px;
  }
}

@media (max-width: 767.98px) {
  .woocommerce-cart button,
  .woocommerce-cart .button,
  .woocommerce-cart a.button,
  .woocommerce-cart input[type=submit],
  .woocommerce-cart input[type=button] {
    min-height: 48px;
    min-width: 48px;
    padding: 1rem 1.5rem;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
  }
  .woocommerce-cart input[type=text],
  .woocommerce-cart input[type=email],
  .woocommerce-cart input[type=number],
  .woocommerce-cart select,
  .woocommerce-cart textarea {
    font-size: 16px;
    min-height: 48px;
    padding: 0.5rem 1rem;
    border-radius: 4px;
  }
  .woocommerce-cart input.qty {
    -moz-appearance: textfield;
  }
  .woocommerce-cart input.qty::-webkit-outer-spin-button, .woocommerce-cart input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
}
.woocommerce-cart.processing {
  position: relative;
}
.woocommerce-cart.processing::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  backdrop-filter: blur(2px);
}
.woocommerce-cart tbody tr.woocommerce-cart-form__cart-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.woocommerce-cart tbody tr.woocommerce-cart-form__cart-item.removing {
  opacity: 0;
  transform: translateX(20px);
}

/*
 * Checkout & Forms Styling
 * WooCommerce checkout page and form overrides
 * Migrated from style.css for DRY architecture
 */
.wc_payment_methods .payment_methods .methods::before, .wc_payment_methods .payment_methods .methods::after,
.woocommerce-checkout #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  display: none !important;
  content: none !important;
}
.wc_payment_methods .payment_methods .methods .col-1, .wc_payment_methods .payment_methods .methods .col-2,
.wc_payment_methods .payment_methods .methods .u-column1, .wc_payment_methods .payment_methods .methods .u-column2,
.wc_payment_methods .payment_methods .methods .form-row-first, .wc_payment_methods .payment_methods .methods .form-row-last,
.woocommerce-checkout #payment ul.payment_methods .col-1,
.woocommerce-checkout #payment ul.payment_methods .col-2,
.woocommerce-checkout #payment ul.payment_methods .u-column1,
.woocommerce-checkout #payment ul.payment_methods .u-column2,
.woocommerce-checkout #payment ul.payment_methods .form-row-first,
.woocommerce-checkout #payment ul.payment_methods .form-row-last,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) .col-1,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) .col-2,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) .u-column1,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) .u-column2,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) .form-row-first,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) .form-row-last,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice) .col-1,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice) .col-2,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice) .u-column1,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice) .u-column2,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice) .form-row-first,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice) .form-row-last,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice) .col-1,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice) .col-2,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice) .u-column1,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice) .u-column2,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice) .form-row-first,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice) .form-row-last {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.select2-selection,
.select2-container .select2-selection {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 16px;
  color: #343e48;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.select2-selection:focus,
.select2-container .select2-selection:focus {
  outline: none;
  border-color: #ad1923;
  box-shadow: 0 0 0 3px rgba(173, 25, 35, 0.1);
  background: #fff;
}
.select2-selection:hover:not(:focus),
.select2-container .select2-selection:hover:not(:focus) {
  border-color: rgb(192.3863636364, 205.3409090909, 222.6136363636);
}
.select2-selection::placeholder,
.select2-container .select2-selection::placeholder {
  color: rgb(151.4, 165.4, 180.1);
  opacity: 0.7;
}
.select2-selection.error, .select2-selection[aria-invalid=true],
.select2-container .select2-selection.error,
.select2-container .select2-selection[aria-invalid=true] {
  border-color: #ef4444;
  background: white;
}
.select2-selection.error:focus, .select2-selection[aria-invalid=true]:focus,
.select2-container .select2-selection.error:focus,
.select2-container .select2-selection[aria-invalid=true]:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.select2-selection.success, .select2-selection[aria-invalid=false],
.select2-container .select2-selection.success,
.select2-container .select2-selection[aria-invalid=false] {
  border-color: #10b981;
}
.select2-selection.success:focus, .select2-selection[aria-invalid=false]:focus,
.select2-container .select2-selection.success:focus,
.select2-container .select2-selection[aria-invalid=false]:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
.select2-selection:disabled, .select2-selection[disabled],
.select2-container .select2-selection:disabled,
.select2-container .select2-selection[disabled] {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  opacity: 0.6;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.thwmscf-wrapper {
  margin-bottom: 2rem;
}

.thwmscf-buttons {
  padding: 0 1.5rem;
}

#billing_type_field .woocommerce-input-wrapper {
  display: flex;
  gap: 1rem;
}

body a.added_to_cart {
  background: #343e48;
  padding: 0.5rem;
  margin-top: 0.5rem;
  margin-right: -1.5rem;
  color: #fff;
}

body .woocommerce a.button.added::after {
  content: "";
}

@media (max-width: 767.98px) {
  .woocommerce-checkout .entry-title {
    padding: 1rem 0 0 !important;
  }
}

@media (max-width: 767.98px) {
  body .thwmscf-wrapper .thwmscf-tab-label {
    color: #fff !important;
    font-size: 5px !important;
  }
  body .thwmscf-wrapper .thwmscf-tab-label .thwmscf-tab-icon {
    font-size: 1rem !important;
    color: #343e48;
  }
  body .thwmscf-wrapper .thwmscf-buttons {
    flex-direction: row;
    text-align: left;
    flex-wrap: wrap;
    display: flex;
    gap: 1rem;
  }
  body .thwmscf-wrapper .thwmscf-buttons .button-next,
  body .thwmscf-wrapper .thwmscf-buttons .button-prev {
    border-color: #e2e8f0 !important;
    padding-block: 0.65rem !important;
    min-height: unset;
    flex: 1;
  }
  body .thwmscf-wrapper .thwmscf-buttons .thwmscf-cart-url {
    width: 100%;
  }
}
.woocommerce-checkout #payment.woocommerce-checkout-payment,
.woocommerce-page #payment.woocommerce-checkout-payment {
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 6px !important;
  padding: 0 !important;
  margin-bottom: 2rem !important;
  position: static !important;
  zoom: 1 !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #E9ECEF !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #E9ECEF;
  transition: all 0.3s ease;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method:last-child,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method:last-child {
  border-bottom: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method label,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method label {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  cursor: pointer;
  margin: 0;
  font-weight: 500;
  color: #343e48;
  transition: all 0.3s ease;
  position: relative;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method label:hover,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method label:hover {
  background: rgba(233, 236, 239, 0.3);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method.active,
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio]:checked ~ label,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method.active,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio]:checked ~ label {
  background: rgba(173, 25, 35, 0.02);
  border-left: 3px solid #ad1923;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method.active label,
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio]:checked ~ label label,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method.active label,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio]:checked ~ label label {
  font-weight: 600;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method {
  position: relative !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio].input-radio,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio].input-radio {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #e2e8f0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin: 0;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio].input-radio:hover,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio].input-radio:hover {
  border-color: rgb(175.5795454545, 192.0113636364, 213.9204545455);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio].input-radio:focus, .woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio].input-radio:focus-visible,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio].input-radio:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio].input-radio:focus-visible {
  outline: 2px solid rgba(173, 25, 35, 0.3);
  outline-offset: 2px;
  border-color: #ad1923;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio].input-radio:checked,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio].input-radio:checked {
  border-color: #ad1923;
  background: #fff;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio].input-radio:checked::after,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio].input-radio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #ad1923;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio].input-radio:disabled,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio].input-radio:disabled {
  background: #f3f4f6;
  border-color: #d1d5db;
  cursor: not-allowed;
  opacity: 0.5;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio].input-radio,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio].input-radio {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method > label,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method > label {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  padding: 1.5rem 1.5rem 1.5rem 4rem !important;
  cursor: pointer !important;
  margin: 0 !important;
  font-weight: 500 !important;
  color: #343e48 !important;
  transition: all 0.3s ease !important;
  width: auto !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method > label img.mollie-gateway-icon,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method > label img.mollie-gateway-icon {
  display: inline-block;
  height: 24px;
  max-width: 60px;
  width: auto;
  object-fit: contain;
  margin-left: auto;
  vertical-align: middle;
  flex-shrink: 0;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method > label:hover,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method > label:hover {
  background: rgba(233, 236, 239, 0.3) !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio].input-radio:checked + label,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio].input-radio:checked + label {
  background: rgba(173, 25, 35, 0.02) !important;
  border-left: 3px solid #ad1923 !important;
  padding-left: calc(4rem - 3px) !important;
  font-weight: 600 !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box {
  padding: 0 1.5rem 1.5rem calc(1.5rem + 20px + 1rem);
  background: rgba(233, 236, 239, 0.15);
  border-top: 1px solid #E9ECEF;
  animation: payment-box-slide-down 0.3s ease-out;
}
@keyframes payment-box-slide-down {
  from {
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  to {
    opacity: 1;
    max-height: 500px;
    padding-bottom: 1.5rem;
  }
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box[style*="display: none"],
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box[style*="display: none"] {
  display: none !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 16px;
  color: #343e48;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select:focus {
  outline: none;
  border-color: #ad1923;
  box-shadow: 0 0 0 3px rgba(173, 25, 35, 0.1);
  background: #fff;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select:hover:not(:focus),
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select:hover:not(:focus) {
  border-color: rgb(192.3863636364, 205.3409090909, 222.6136363636);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select::placeholder,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select::placeholder {
  color: rgb(151.4, 165.4, 180.1);
  opacity: 0.7;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select.error, .woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select[aria-invalid=true],
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select.error,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select[aria-invalid=true] {
  border-color: #ef4444;
  background: white;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select.error:focus, .woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select[aria-invalid=true]:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select.error:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select[aria-invalid=true]:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select.success, .woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select[aria-invalid=false],
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select.success,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select[aria-invalid=false] {
  border-color: #10b981;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select.success:focus, .woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select[aria-invalid=false]:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select.success:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select[aria-invalid=false]:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select:disabled, .woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select[disabled],
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select:disabled,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select[disabled] {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  opacity: 0.6;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box select {
  appearance: none !important;
  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='%23333' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
  padding-right: calc(1rem * 2.5) !important;
  margin-top: 0.5rem !important;
  width: 100% !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box p,
.woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box p {
  margin: 0.5rem 0 0 !important;
  font-size: 14px !important;
  color: #6b7f94 !important;
  line-height: 1.5 !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components {
  margin-top: 1rem !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder {
  margin-bottom: 1rem;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component-label,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component-label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #343e48;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component-label .required,
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component-label abbr[title],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component-label .required,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component-label abbr[title] {
  color: #ad1923;
  margin-left: 0.25rem;
  text-decoration: none;
  cursor: help;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component-label .optional,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component-label .optional {
  color: #6b7280;
  font-weight: 400;
  font-size: 14px;
  margin-left: 0.25rem;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component-label,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component-label {
  display: block;
  margin-bottom: 0.5rem;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 16px;
  color: #343e48;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component:focus {
  outline: none;
  border-color: #ad1923;
  box-shadow: 0 0 0 3px rgba(173, 25, 35, 0.1);
  background: #fff;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component:hover:not(:focus),
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component:hover:not(:focus) {
  border-color: rgb(192.3863636364, 205.3409090909, 222.6136363636);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component::placeholder,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component::placeholder {
  color: rgb(151.4, 165.4, 180.1);
  opacity: 0.7;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component.error, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component[aria-invalid=true],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component.error,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component[aria-invalid=true] {
  border-color: #ef4444;
  background: white;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component.error:focus, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component[aria-invalid=true]:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component.error:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component[aria-invalid=true]:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component.success, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component[aria-invalid=false],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component.success,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component[aria-invalid=false] {
  border-color: #10b981;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component.success:focus, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component[aria-invalid=false]:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component.success:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component[aria-invalid=false]:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component:disabled, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component[disabled],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component:disabled,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component[disabled] {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  opacity: 0.6;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component {
  padding: 0;
  overflow: hidden;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component iframe,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder .mollie-component iframe {
  display: block;
  border: none;
  width: 100%;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder [role=alert],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder [role=alert] {
  color: #ef4444;
  font-size: 14px;
  margin-top: 0.25rem;
  display: block;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder [role=alert]:empty,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder [role=alert]:empty {
  display: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber {
  margin-bottom: 1rem;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component-label,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component-label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #343e48;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component-label .required,
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component-label abbr[title],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component-label .required,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component-label abbr[title] {
  color: #ad1923;
  margin-left: 0.25rem;
  text-decoration: none;
  cursor: help;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component-label .optional,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component-label .optional {
  color: #6b7280;
  font-weight: 400;
  font-size: 14px;
  margin-left: 0.25rem;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component-label,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component-label {
  display: block;
  margin-bottom: 0.5rem;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 16px;
  color: #343e48;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component:focus {
  outline: none;
  border-color: #ad1923;
  box-shadow: 0 0 0 3px rgba(173, 25, 35, 0.1);
  background: #fff;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component:hover:not(:focus),
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component:hover:not(:focus) {
  border-color: rgb(192.3863636364, 205.3409090909, 222.6136363636);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component::placeholder,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component::placeholder {
  color: rgb(151.4, 165.4, 180.1);
  opacity: 0.7;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component.error, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component[aria-invalid=true],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component.error,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component[aria-invalid=true] {
  border-color: #ef4444;
  background: white;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component.error:focus, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component[aria-invalid=true]:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component.error:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component[aria-invalid=true]:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component.success, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component[aria-invalid=false],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component.success,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component[aria-invalid=false] {
  border-color: #10b981;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component.success:focus, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component[aria-invalid=false]:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component.success:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component[aria-invalid=false]:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component:disabled, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component[disabled],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component:disabled,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component[disabled] {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  opacity: 0.6;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component {
  padding: 0;
  overflow: hidden;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component iframe,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber .mollie-component iframe {
  display: block;
  border: none;
  width: 100%;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber [role=alert],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber [role=alert] {
  color: #ef4444;
  font-size: 14px;
  margin-top: 0.25rem;
  display: block;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber [role=alert]:empty,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber [role=alert]:empty {
  display: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate {
  margin-bottom: 1rem;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component-label,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component-label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #343e48;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component-label .required,
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component-label abbr[title],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component-label .required,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component-label abbr[title] {
  color: #ad1923;
  margin-left: 0.25rem;
  text-decoration: none;
  cursor: help;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component-label .optional,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component-label .optional {
  color: #6b7280;
  font-weight: 400;
  font-size: 14px;
  margin-left: 0.25rem;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component-label,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component-label {
  display: block;
  margin-bottom: 0.5rem;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 16px;
  color: #343e48;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component:focus {
  outline: none;
  border-color: #ad1923;
  box-shadow: 0 0 0 3px rgba(173, 25, 35, 0.1);
  background: #fff;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component:hover:not(:focus),
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component:hover:not(:focus) {
  border-color: rgb(192.3863636364, 205.3409090909, 222.6136363636);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component::placeholder,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component::placeholder {
  color: rgb(151.4, 165.4, 180.1);
  opacity: 0.7;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component.error, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component[aria-invalid=true],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component.error,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component[aria-invalid=true] {
  border-color: #ef4444;
  background: white;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component.error:focus, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component[aria-invalid=true]:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component.error:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component[aria-invalid=true]:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component.success, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component[aria-invalid=false],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component.success,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component[aria-invalid=false] {
  border-color: #10b981;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component.success:focus, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component[aria-invalid=false]:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component.success:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component[aria-invalid=false]:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component:disabled, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component[disabled],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component:disabled,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component[disabled] {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  opacity: 0.6;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component {
  padding: 0;
  overflow: hidden;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component iframe,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate .mollie-component iframe {
  display: block;
  border: none;
  width: 100%;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate [role=alert],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate [role=alert] {
  color: #ef4444;
  font-size: 14px;
  margin-top: 0.25rem;
  display: block;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate [role=alert]:empty,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate [role=alert]:empty {
  display: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode {
  margin-bottom: 1rem;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component-label,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component-label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #343e48;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component-label .required,
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component-label abbr[title],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component-label .required,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component-label abbr[title] {
  color: #ad1923;
  margin-left: 0.25rem;
  text-decoration: none;
  cursor: help;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component-label .optional,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component-label .optional {
  color: #6b7280;
  font-weight: 400;
  font-size: 14px;
  margin-left: 0.25rem;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component-label,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component-label {
  display: block;
  margin-bottom: 0.5rem;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 16px;
  color: #343e48;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component:focus {
  outline: none;
  border-color: #ad1923;
  box-shadow: 0 0 0 3px rgba(173, 25, 35, 0.1);
  background: #fff;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component:hover:not(:focus),
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component:hover:not(:focus) {
  border-color: rgb(192.3863636364, 205.3409090909, 222.6136363636);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component::placeholder,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component::placeholder {
  color: rgb(151.4, 165.4, 180.1);
  opacity: 0.7;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component.error, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component[aria-invalid=true],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component.error,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component[aria-invalid=true] {
  border-color: #ef4444;
  background: white;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component.error:focus, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component[aria-invalid=true]:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component.error:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component[aria-invalid=true]:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component.success, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component[aria-invalid=false],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component.success,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component[aria-invalid=false] {
  border-color: #10b981;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component.success:focus, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component[aria-invalid=false]:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component.success:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component[aria-invalid=false]:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component:disabled, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component[disabled],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component:disabled,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component[disabled] {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  opacity: 0.6;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component {
  padding: 0;
  overflow: hidden;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component iframe,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode .mollie-component iframe {
  display: block;
  border: none;
  width: 100%;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode [role=alert],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode [role=alert] {
  color: #ef4444;
  font-size: 14px;
  margin-top: 0.25rem;
  display: block;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode [role=alert]:empty,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode [role=alert]:empty {
  display: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components b.mollie-component-label,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components b.mollie-component-label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #343e48;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components b.mollie-component-label .required,
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components b.mollie-component-label abbr[title],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components b.mollie-component-label .required,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components b.mollie-component-label abbr[title] {
  color: #ad1923;
  margin-left: 0.25rem;
  text-decoration: none;
  cursor: help;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components b.mollie-component-label .optional,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components b.mollie-component-label .optional {
  color: #6b7280;
  font-weight: 400;
  font-size: 14px;
  margin-left: 0.25rem;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components b.mollie-component-label,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components b.mollie-component-label {
  display: block !important;
  margin-bottom: 0.5rem !important;
  font-size: 16px !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components .mollie-component,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components .mollie-component {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 16px;
  color: #343e48;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components .mollie-component:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components .mollie-component:focus {
  outline: none;
  border-color: #ad1923;
  box-shadow: 0 0 0 3px rgba(173, 25, 35, 0.1);
  background: #fff;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components .mollie-component:hover:not(:focus),
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components .mollie-component:hover:not(:focus) {
  border-color: rgb(192.3863636364, 205.3409090909, 222.6136363636);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components .mollie-component::placeholder,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components .mollie-component::placeholder {
  color: rgb(151.4, 165.4, 180.1);
  opacity: 0.7;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components .mollie-component.error, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components .mollie-component[aria-invalid=true],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components .mollie-component.error,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components .mollie-component[aria-invalid=true] {
  border-color: #ef4444;
  background: white;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components .mollie-component.error:focus, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components .mollie-component[aria-invalid=true]:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components .mollie-component.error:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components .mollie-component[aria-invalid=true]:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components .mollie-component.success, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components .mollie-component[aria-invalid=false],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components .mollie-component.success,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components .mollie-component[aria-invalid=false] {
  border-color: #10b981;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components .mollie-component.success:focus, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components .mollie-component[aria-invalid=false]:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components .mollie-component.success:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components .mollie-component[aria-invalid=false]:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components .mollie-component:disabled, .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components .mollie-component[disabled],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components .mollie-component:disabled,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components .mollie-component[disabled] {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  opacity: 0.6;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components .mollie-component,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components .mollie-component {
  padding: 0 !important;
  overflow: hidden !important;
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components .mollie-component iframe,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components .mollie-component iframe {
  display: block !important;
  border: none !important;
  width: 100% !important;
  height: 100% !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components .mollie-component-hidden-input,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components .mollie-component-hidden-input {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 1px !important;
  width: 1px !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components [id$=-errors][role=alert],
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components [id$=-errors][role=alert] {
  color: #ef4444 !important;
  font-size: 14px !important;
  margin-top: 0.25rem !important;
  display: block !important;
  font-weight: 500 !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components [id$=-errors][role=alert]:empty,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components [id$=-errors][role=alert]:empty {
  display: none !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components .mollie-components-description,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components .mollie-components-description {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  margin-top: 1rem !important;
  padding: 0.5rem 1rem !important;
  background: rgba(233, 236, 239, 0.3) !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  color: #6b7f94 !important;
  line-height: 1.5 !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components .mollie-components-description svg,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components .mollie-components-description svg {
  flex-shrink: 0 !important;
  width: 12px !important;
  height: 12px !important;
  opacity: 0.7 !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components .mollie-components-description svg:last-child,
.woocommerce-page #payment.woocommerce-checkout-payment .mollie-components .mollie-components-description svg:last-child {
  width: 41px !important;
  height: 12px !important;
  margin-left: 0.25rem !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order {
  padding: 1.5rem !important;
  background: rgba(233, 236, 239, 0.15) !important;
  border-top: 1px solid #E9ECEF !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order noscript,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order noscript {
  display: block !important;
  margin-bottom: 1rem !important;
  padding: 1rem !important;
  background: rgb(254.6591928251, 249.5470852018, 236.3408071749) !important;
  border-left: 3px solid #fbbf24 !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  color: rgb(131.5964125561, 95.5426008969, 2.4035874439) !important;
  line-height: 1.6 !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order noscript button,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order noscript button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #E9ECEF;
  color: rgb(84.0806451613, 100.25, 116.4193548387);
  border: 1px solid #e2e8f0;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order noscript button:hover,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order noscript button:hover {
  background-color: rgb(203.4736842105, 210.5, 217.5263157895);
  border-color: rgb(192.3863636364, 205.3409090909, 222.6136363636);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order noscript button:focus, .woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order noscript button:focus-visible,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order noscript button:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order noscript button:focus-visible {
  outline: 3px solid rgba(173, 25, 35, 0.2);
  outline-offset: 2px;
  text-decoration: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order noscript button:active,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order noscript button:active {
  transform: translateY(0);
  box-shadow: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order noscript button:disabled, .woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order noscript button.disabled,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order noscript button:disabled,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order noscript button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order noscript button:disabled:hover, .woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order noscript button.disabled:hover,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order noscript button:disabled:hover,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order noscript button.disabled:hover {
  background-color: #E9ECEF;
  border-color: #e2e8f0;
  transform: none;
  box-shadow: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order noscript button,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order noscript button {
  margin-top: 0.5rem !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 1.5rem !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  margin-bottom: 1rem !important;
  padding: 1rem !important;
  background: rgba(233, 236, 239, 0.3) !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  color: #6b7f94 !important;
  line-height: 1.6 !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  margin: 0 !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a {
  color: #ad1923 !important;
  text-decoration: underline !important;
  transition: all 0.3s ease !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a:hover,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a:hover {
  color: rgb(128.4393939394, 18.5606060606, 25.9848484848) !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  max-height: 200px !important;
  overflow: auto !important;
  margin-bottom: 1rem !important;
  padding: 1rem !important;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions::-webkit-scrollbar,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions::-webkit-scrollbar {
  width: 8px !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions::-webkit-scrollbar-track,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions::-webkit-scrollbar-track {
  background: #E9ECEF !important;
  border-radius: 4px !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions::-webkit-scrollbar-thumb,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions::-webkit-scrollbar-thumb {
  background: #6b7f94 !important;
  border-radius: 4px !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions::-webkit-scrollbar-thumb:hover,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions::-webkit-scrollbar-thumb:hover {
  background: rgb(85.6, 101.6, 118.4) !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h3,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h3 {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #343e48 !important;
  margin: 1.5rem 0 0.5rem !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h3:first-child,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h3:first-child {
  margin-top: 0 !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions p,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions p {
  margin: 0.5rem 0 !important;
  color: #343e48 !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions a,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions a {
  color: #ad1923 !important;
  text-decoration: underline !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions a:hover,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions a:hover {
  color: rgb(128.4393939394, 18.5606060606, 25.9848484848) !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .validate-required,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .validate-required {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.5rem !important;
  margin: 0 !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .validate-required label.checkbox,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .validate-required label.checkbox {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.5rem !important;
  cursor: pointer !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .validate-required label.checkbox input[type=checkbox],
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .validate-required label.checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #ad1923;
  margin-top: 2px !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .validate-required label.checkbox .woocommerce-terms-and-conditions-checkbox-text,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .validate-required label.checkbox .woocommerce-terms-and-conditions-checkbox-text {
  flex: 1 !important;
  color: #343e48 !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .validate-required label.checkbox .woocommerce-terms-and-conditions-checkbox-text a,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .validate-required label.checkbox .woocommerce-terms-and-conditions-checkbox-text a {
  color: #ad1923 !important;
  text-decoration: underline !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .validate-required label.checkbox .woocommerce-terms-and-conditions-checkbox-text a:hover,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .validate-required label.checkbox .woocommerce-terms-and-conditions-checkbox-text a:hover {
  color: rgb(128.4393939394, 18.5606060606, 25.9848484848) !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .validate-required label.checkbox .required,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .validate-required label.checkbox .required {
  color: #ef4444 !important;
  margin-left: 0.25rem !important;
  font-weight: 700 !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper input[type=hidden][name=terms-field],
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper input[type=hidden][name=terms-field] {
  display: none !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order #place_order,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order #place_order {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #ad1923;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  position: relative;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order #place_order:hover,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order #place_order:hover {
  background-color: rgb(128.4393939394, 18.5606060606, 25.9848484848);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(173, 25, 35, 0.3);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order #place_order:not(.alt).wc-forward:hover,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order #place_order:not(.alt).wc-forward:hover {
  box-shadow: 0 4px 12px rgba(11.9402985075, 138.0597014925, 96.2686567164, 0.3);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order #place_order:focus, .woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order #place_order:focus-visible,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order #place_order:focus,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order #place_order:focus-visible {
  outline: 3px solid rgba(173, 25, 35, 0.3);
  outline-offset: 2px;
  color: #fff;
  text-decoration: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order #place_order:active,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order #place_order:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(173, 25, 35, 0.2);
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order #place_order:disabled, .woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order #place_order.disabled,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order #place_order:disabled,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order #place_order.disabled {
  background-color: #d1d5db;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  opacity: 0.6;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order #place_order:disabled:hover, .woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order #place_order.disabled:hover,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order #place_order:disabled:hover,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order #place_order.disabled:hover {
  background-color: #d1d5db;
  transform: none;
  box-shadow: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order #place_order,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order #place_order {
  width: 100% !important;
  justify-content: center !important;
  padding: 1rem 2rem !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-top: 1rem !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order #place_order.loading,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order #place_order.loading {
  position: relative !important;
  color: transparent !important;
  pointer-events: none !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order #place_order.loading::after,
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order #place_order.loading::after {
  content: "" !important;
  position: absolute !important;
  width: 20px !important;
  height: 20px !important;
  top: 50% !important;
  left: 50% !important;
  margin-left: -10px !important;
  margin-top: -10px !important;
  border: 3px solid rgba(255, 255, 255, 0.3) !important;
  border-top-color: #fff !important;
  border-radius: 50% !important;
  animation: button-spin 0.8s linear infinite !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order input[type=hidden],
.woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order input[type=hidden] {
  display: none !important;
}
@media (max-width: 767.98px) {
  .woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method > label,
  .woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method > label {
    padding: 1rem !important;
    gap: 0.5rem !important;
  }
  .woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box,
  .woocommerce-page #payment.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box {
    padding: 0 1rem 1rem calc(1rem + 20px + 0.5rem) !important;
  }
  .woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order,
  .woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order {
    padding: 1rem !important;
  }
  .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardHolder,
  .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #cardNumber,
  .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #expiryDate,
  .woocommerce-checkout #payment.woocommerce-checkout-payment .mollie-components #verificationCode,
  .woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardHolder,
  .woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #cardNumber,
  .woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #expiryDate,
  .woocommerce-page #payment.woocommerce-checkout-payment .mollie-components #verificationCode {
    margin-bottom: 0.5rem !important;
  }
  .woocommerce-checkout #payment.woocommerce-checkout-payment #place_order,
  .woocommerce-page #payment.woocommerce-checkout-payment #place_order {
    padding: 1rem !important;
    font-size: 16px !important;
  }
}

@keyframes button-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.woocommerce-checkout #payment div.payment_box {
  margin: 0 !important;
}
.woocommerce-checkout #payment div.payment_box.payment_method_mollie_wc_gateway_kbc {
  padding-top: 1rem !important;
}
.woocommerce-checkout #payment div.payment_box::before {
  content: unset !important;
  display: none !important;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text, .woocommerce-page #payment.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  text-align: left !important;
  border: 1px solid #e2e8f0 !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none !important;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: calc(100% - 520px);
}

.cross-sells .products-grid:not(.products) {
  padding-top: 0;
  margin-top: 0;
}
.cross-sells .product-card .product-content .title,
.cross-sells .product-card .product-content .category-title,
.cross-sells .product-card .product-content .product-title {
  font-size: 1rem;
}
.cross-sells .product-card .product-image {
  height: unset;
}
.cross-sells .product-card .product-image img {
  aspect-ratio: 1/1;
}

/*
 * Breadcrumbs Styling
 * WooCommerce breadcrumbs navigation
 * Refactored: Removed !important, using higher specificity
 */
body .woocommerce-breadcrumb {
  color: #6b7f94 !important;
  font-size: 14px;
  padding-block-start: 0;
  margin-bottom: 1.5rem;
}
body .woocommerce-breadcrumb a {
  color: #343e48 !important;
  transition: all 0.3s ease;
  text-decoration: underline;
}
body .woocommerce-breadcrumb a:hover, body .woocommerce-breadcrumb a:focus {
  color: #343e48;
  text-decoration: none;
}
body .woocommerce-breadcrumb .breadcrumb-separator {
  margin-inline: 0.5rem;
  color: #6b7f94;
}
body .woocommerce-breadcrumb span:last-child {
  font-weight: 500;
}
@media (max-width: 479.98px) {
  body .woocommerce-breadcrumb {
    font-size: 13px;
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.woocommerce-products-header .woocommerce-breadcrumb {
  margin-top: 0;
  padding-top: 0;
}

/*
 * My Account - Base Styles
 * Main wrapper, container, WooCommerce resets, page title styling
 */
/* WooCommerce Default Resets */
.woocommerce-cart .woocommerce::before, .woocommerce-cart .woocommerce::after,
.woocommerce-checkout .woocommerce::before,
.woocommerce-checkout .woocommerce::after {
  display: none !important;
  content: none !important;
}
.woocommerce-cart .woocommerce .col-1, .woocommerce-cart .woocommerce .col-2,
.woocommerce-cart .woocommerce .u-column1, .woocommerce-cart .woocommerce .u-column2,
.woocommerce-cart .woocommerce .form-row-first, .woocommerce-cart .woocommerce .form-row-last,
.woocommerce-checkout .woocommerce .col-1,
.woocommerce-checkout .woocommerce .col-2,
.woocommerce-checkout .woocommerce .u-column1,
.woocommerce-checkout .woocommerce .u-column2,
.woocommerce-checkout .woocommerce .form-row-first,
.woocommerce-checkout .woocommerce .form-row-last {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title {
  max-width: unset;
  padding-block: 2rem;
}
.woocommerce-cart .page-content,
.woocommerce-checkout .page-content {
  padding: 0;
}

.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
  display: none !important;
  content: none !important;
}
.woocommerce-account .woocommerce .col-1, .woocommerce-account .woocommerce .col-2,
.woocommerce-account .woocommerce .u-column1, .woocommerce-account .woocommerce .u-column2,
.woocommerce-account .woocommerce .form-row-first, .woocommerce-account .woocommerce .form-row-last {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.woocommerce-account .entry-title {
  max-width: unset;
  padding-block: 2rem;
}
.woocommerce-account .page-content {
  padding: 0;
  display: block !important;
  visibility: visible !important;
}
.woocommerce-account .kloppro-account-wrapper {
  max-width: unset;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  float: none;
  margin: 0;
}
.woocommerce-account .col2-set::before, .woocommerce-account .col2-set::after {
  display: none !important;
  content: none !important;
}
.woocommerce-account .col2-set .col-1, .woocommerce-account .col2-set .col-2,
.woocommerce-account .col2-set .u-column1, .woocommerce-account .col2-set .u-column2,
.woocommerce-account .col2-set .form-row-first, .woocommerce-account .col2-set .form-row-last {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.woocommerce-account .col2-set {
  width: 100%;
}
.woocommerce-account .woocommerce-billing-fields::before, .woocommerce-account .woocommerce-billing-fields::after,
.woocommerce-account .woocommerce-shipping-fields::before,
.woocommerce-account .woocommerce-shipping-fields::after,
.woocommerce-account form .form-row::before,
.woocommerce-account form .form-row::after,
.woocommerce-account .addresses .title::before,
.woocommerce-account .addresses .title::after {
  display: none !important;
  content: none !important;
}
.woocommerce-account .woocommerce-billing-fields .col-1, .woocommerce-account .woocommerce-billing-fields .col-2,
.woocommerce-account .woocommerce-billing-fields .u-column1, .woocommerce-account .woocommerce-billing-fields .u-column2,
.woocommerce-account .woocommerce-billing-fields .form-row-first, .woocommerce-account .woocommerce-billing-fields .form-row-last,
.woocommerce-account .woocommerce-shipping-fields .col-1,
.woocommerce-account .woocommerce-shipping-fields .col-2,
.woocommerce-account .woocommerce-shipping-fields .u-column1,
.woocommerce-account .woocommerce-shipping-fields .u-column2,
.woocommerce-account .woocommerce-shipping-fields .form-row-first,
.woocommerce-account .woocommerce-shipping-fields .form-row-last,
.woocommerce-account form .form-row .col-1,
.woocommerce-account form .form-row .col-2,
.woocommerce-account form .form-row .u-column1,
.woocommerce-account form .form-row .u-column2,
.woocommerce-account form .form-row .form-row-first,
.woocommerce-account form .form-row .form-row-last,
.woocommerce-account .addresses .title .col-1,
.woocommerce-account .addresses .title .col-2,
.woocommerce-account .addresses .title .u-column1,
.woocommerce-account .addresses .title .u-column2,
.woocommerce-account .addresses .title .form-row-first,
.woocommerce-account .addresses .title .form-row-last {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

/* Main Wrapper & Container */
.kloppro-account-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
  padding: 2rem 1rem;
}

.kloppro-account-container {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 2rem;
  align-items: start;
  width: 100%;
}
@media (max-width: 991.98px) {
  .kloppro-account-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* Content Area */
.kloppro-account-content {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  color: inherit;
}
.kloppro-account-content:hover {
  text-decoration: none;
  color: inherit;
}
.kloppro-account-content {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  padding: 2rem;
  width: 100%;
  min-width: 0;
}
@media (max-width: 991.98px) {
  .kloppro-account-content {
    order: 1;
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 1.5rem 1rem;
  }
}
.kloppro-account-content h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #343e48;
  margin: 0 0 1.5rem 0;
  padding-left: 0;
  line-height: 1.3;
}
.kloppro-account-content h2::before {
  display: none;
}
@media (max-width: 767.98px) {
  .kloppro-account-content h2 {
    font-size: 1.5rem;
  }
}
.kloppro-account-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343e48;
  margin: 2rem 0 1rem 0;
  line-height: 1.4;
}
.kloppro-account-content a:not([class]) {
  color: #ad1923;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.kloppro-account-content a:not([class]):hover {
  color: rgb(128.4393939394, 18.5606060606, 25.9848484848);
  text-decoration: underline;
}
.kloppro-account-content a:not([class]):focus-visible {
  outline: 2px solid rgba(173, 25, 35, 0.3);
  outline-offset: 2px;
  border-radius: 2px;
}
.kloppro-account-content p {
  line-height: 1.6;
  margin-bottom: 1rem;
}
.kloppro-account-content p:last-child {
  margin-bottom: 0;
}

.woocommerce .woocommerce-customer-details address {
  border: 0;
  margin: 0;
  padding: 0;
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
  content: unset;
  display: none;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .kloppro-account-wrapper {
    padding: 1.5rem 1rem;
  }
  .kloppro-account-content {
    padding: 1.5rem;
  }
  .kloppro-account-content h2 {
    font-size: 1.5rem;
  }
  .kloppro-account-content h3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .kloppro-account-wrapper {
    padding: 1rem 0.5rem;
  }
  .kloppro-account-content {
    padding: 1rem;
  }
  .kloppro-account-content h2 {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
  .kloppro-account-content h3 {
    font-size: 1.125rem;
    margin: 1.5rem 0 0.5rem 0;
  }
  .order-card,
  .download-card {
    flex-direction: column;
  }
  .download-card-actions {
    width: 100%;
  }
  .download-card-actions .download-button {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }
}
@media (max-width: 767.98px) {
  button,
  .button,
  a.button,
  input[type=submit],
  input[type=button] {
    min-height: 48px;
    min-width: 48px;
    padding: 1rem 1.5rem;
  }
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=number],
  select,
  textarea {
    font-size: 16px;
    min-height: 48px;
  }
  .woocommerce-MyAccount-navigation li {
    min-height: 48px;
  }
  .woocommerce-MyAccount-navigation li a {
    min-height: 48px;
    display: flex;
    align-items: center;
  }
}
/*
 * My Account - Login & Registration
 * Login & Registration page, column layout, form styling for login/register, lost password
 */
/* Login & Registration Page Styling */
.woocommerce-account:not(.logged-in) #main {
  padding-top: 0;
}
.woocommerce-account:not(.logged-in) .woocommerce {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
  padding: 0 0 2rem;
}
.woocommerce-account:not(.logged-in) form.checkout_coupon,
.woocommerce-account:not(.logged-in) form.login,
.woocommerce-account:not(.logged-in) form.register {
  border: 0;
  padding: 0;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login__title,
.woocommerce-account:not(.logged-in) .woocommerce-form-register__title,
.woocommerce-account:not(.logged-in) .woocommerce > h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #343e48;
  margin: 0 0 1.5rem 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .woocommerce-account:not(.logged-in) .woocommerce-form-login__title,
  .woocommerce-account:not(.logged-in) .woocommerce-form-register__title,
  .woocommerce-account:not(.logged-in) .woocommerce > h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
}
.woocommerce-account:not(.logged-in) .u-columns::before, .woocommerce-account:not(.logged-in) .u-columns::after {
  display: none !important;
  content: none !important;
}
.woocommerce-account:not(.logged-in) .u-columns .col-1, .woocommerce-account:not(.logged-in) .u-columns .col-2,
.woocommerce-account:not(.logged-in) .u-columns .u-column1, .woocommerce-account:not(.logged-in) .u-columns .u-column2,
.woocommerce-account:not(.logged-in) .u-columns .form-row-first, .woocommerce-account:not(.logged-in) .u-columns .form-row-last {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.woocommerce-account:not(.logged-in) .u-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 991.98px) {
  .woocommerce-account:not(.logged-in) .u-columns {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.woocommerce-account:not(.logged-in) .u-column1,
.woocommerce-account:not(.logged-in) .u-column2 {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  color: inherit;
}
.woocommerce-account:not(.logged-in) .u-column1:hover,
.woocommerce-account:not(.logged-in) .u-column2:hover {
  text-decoration: none;
  color: inherit;
}
.woocommerce-account:not(.logged-in) .u-column1,
.woocommerce-account:not(.logged-in) .u-column2 {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  padding: 3rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation: slide-up-login 0.4s ease-out;
}
@media (max-width: 767.98px) {
  .woocommerce-account:not(.logged-in) .u-column1,
  .woocommerce-account:not(.logged-in) .u-column2 {
    padding: 2rem;
  }
}
.woocommerce-account:not(.logged-in) .u-column1 h2,
.woocommerce-account:not(.logged-in) .u-column2 h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #343e48;
  margin: 0 0 2rem 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid #E9ECEF;
  text-align: left;
}
.woocommerce-account:not(.logged-in) .u-column1 {
  animation-delay: 0.1s;
}
.woocommerce-account:not(.logged-in) .u-column2 {
  animation-delay: 0.2s;
}
@keyframes slide-up-login {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row {
  margin-bottom: 1.5rem;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row label,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #343e48;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row label .required,
.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row label abbr[title],
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row label .required,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row label abbr[title] {
  color: #ad1923;
  margin-left: 0.25rem;
  text-decoration: none;
  cursor: help;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row label .optional,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row label .optional {
  color: #6b7280;
  font-weight: 400;
  font-size: 14px;
  margin-left: 0.25rem;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row .woocommerce-Input,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row .woocommerce-Input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 16px;
  color: #343e48;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row .woocommerce-Input:focus,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row .woocommerce-Input:focus {
  outline: none;
  border-color: #ad1923;
  box-shadow: 0 0 0 3px rgba(173, 25, 35, 0.1);
  background: #fff;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row .woocommerce-Input:hover:not(:focus),
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row .woocommerce-Input:hover:not(:focus) {
  border-color: rgb(192.3863636364, 205.3409090909, 222.6136363636);
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row .woocommerce-Input::placeholder,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row .woocommerce-Input::placeholder {
  color: rgb(151.4, 165.4, 180.1);
  opacity: 0.7;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row .woocommerce-Input.error, .woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row .woocommerce-Input[aria-invalid=true],
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row .woocommerce-Input.error,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row .woocommerce-Input[aria-invalid=true] {
  border-color: #ef4444;
  background: white;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row .woocommerce-Input.error:focus, .woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row .woocommerce-Input[aria-invalid=true]:focus,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row .woocommerce-Input.error:focus,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row .woocommerce-Input[aria-invalid=true]:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row .woocommerce-Input.success, .woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row .woocommerce-Input[aria-invalid=false],
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row .woocommerce-Input.success,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row .woocommerce-Input[aria-invalid=false] {
  border-color: #10b981;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row .woocommerce-Input.success:focus, .woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row .woocommerce-Input[aria-invalid=false]:focus,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row .woocommerce-Input.success:focus,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row .woocommerce-Input[aria-invalid=false]:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row .woocommerce-Input:disabled, .woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row .woocommerce-Input[disabled],
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row .woocommerce-Input:disabled,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row .woocommerce-Input[disabled] {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  opacity: 0.6;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row .woocommerce-Input::placeholder,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row .woocommerce-Input::placeholder {
  color: rgb(136.6, 152.6, 169.4);
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row .show-password-input,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row .show-password-input {
  position: relative;
  display: flex;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row .show-password-input .woocommerce-Input,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row .show-password-input .woocommerce-Input {
  padding-right: 48px;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row .show-password-input .show-password-button,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row .show-password-input .show-password-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7f94;
  transition: all 0.3s ease;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row .show-password-input .show-password-button:hover,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row .show-password-input .show-password-button:hover {
  color: #ad1923;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-form__label-for-checkbox,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 0.5rem;
  font-size: 14px;
  color: #6b7f94;
  cursor: pointer;
  margin-bottom: 1rem;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-form__label-for-checkbox input[type=checkbox],
.woocommerce-account:not(.logged-in) .woocommerce-form-register .woocommerce-form__label-for-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #ad1923;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-form__label-for-checkbox span,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .woocommerce-form__label-for-checkbox span {
  user-select: none;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login button.woocommerce-button,
.woocommerce-account:not(.logged-in) .woocommerce-form-login button.button,
.woocommerce-account:not(.logged-in) .woocommerce-form-login input[type=submit].button,
.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-button,
.woocommerce-account:not(.logged-in) .woocommerce-form-login .button,
.woocommerce-account:not(.logged-in) .woocommerce-form-register button.woocommerce-button,
.woocommerce-account:not(.logged-in) .woocommerce-form-register button.button,
.woocommerce-account:not(.logged-in) .woocommerce-form-register input[type=submit].button,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .woocommerce-button,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .button {
  width: 100%;
  padding: 1rem 2rem;
  background: #ad1923;
  background-color: #ad1923;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  box-shadow: none;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login button.woocommerce-button:hover, .woocommerce-account:not(.logged-in) .woocommerce-form-login button.woocommerce-button:focus,
.woocommerce-account:not(.logged-in) .woocommerce-form-login button.button:hover,
.woocommerce-account:not(.logged-in) .woocommerce-form-login button.button:focus,
.woocommerce-account:not(.logged-in) .woocommerce-form-login input[type=submit].button:hover,
.woocommerce-account:not(.logged-in) .woocommerce-form-login input[type=submit].button:focus,
.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-button:hover,
.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-button:focus,
.woocommerce-account:not(.logged-in) .woocommerce-form-login .button:hover,
.woocommerce-account:not(.logged-in) .woocommerce-form-login .button:focus,
.woocommerce-account:not(.logged-in) .woocommerce-form-register button.woocommerce-button:hover,
.woocommerce-account:not(.logged-in) .woocommerce-form-register button.woocommerce-button:focus,
.woocommerce-account:not(.logged-in) .woocommerce-form-register button.button:hover,
.woocommerce-account:not(.logged-in) .woocommerce-form-register button.button:focus,
.woocommerce-account:not(.logged-in) .woocommerce-form-register input[type=submit].button:hover,
.woocommerce-account:not(.logged-in) .woocommerce-form-register input[type=submit].button:focus,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .woocommerce-button:hover,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .woocommerce-button:focus,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .button:hover,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .button:focus {
  background: rgb(128.4393939394, 18.5606060606, 25.9848484848);
  background-color: rgb(128.4393939394, 18.5606060606, 25.9848484848);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(173, 25, 35, 0.3);
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login button.woocommerce-button:active,
.woocommerce-account:not(.logged-in) .woocommerce-form-login button.button:active,
.woocommerce-account:not(.logged-in) .woocommerce-form-login input[type=submit].button:active,
.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-button:active,
.woocommerce-account:not(.logged-in) .woocommerce-form-login .button:active,
.woocommerce-account:not(.logged-in) .woocommerce-form-register button.woocommerce-button:active,
.woocommerce-account:not(.logged-in) .woocommerce-form-register button.button:active,
.woocommerce-account:not(.logged-in) .woocommerce-form-register input[type=submit].button:active,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .woocommerce-button:active,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .button:active {
  transform: translateY(0);
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .lost_password,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .lost_password {
  display: block;
  margin-top: 1rem;
  text-align: center;
  font-size: 14px;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .lost_password a,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .lost_password a {
  color: #ad1923;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login .lost_password a:hover,
.woocommerce-account:not(.logged-in) .woocommerce-form-register .lost_password a:hover {
  text-decoration: underline;
  color: rgb(128.4393939394, 18.5606060606, 25.9848484848);
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login p:not(.form-row):not(.lost_password),
.woocommerce-account:not(.logged-in) .woocommerce-form-register p:not(.form-row):not(.lost_password) {
  font-size: 14px;
  color: #6b7f94;
  line-height: 1.6;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login p:not(.form-row):not(.lost_password) a,
.woocommerce-account:not(.logged-in) .woocommerce-form-register p:not(.form-row):not(.lost_password) a {
  color: #ad1923;
  text-decoration: none;
  font-weight: 500;
}
.woocommerce-account:not(.logged-in) .woocommerce-form-login p:not(.form-row):not(.lost_password) a:hover,
.woocommerce-account:not(.logged-in) .woocommerce-form-register p:not(.form-row):not(.lost_password) a:hover {
  text-decoration: underline;
}
.woocommerce-account:not(.logged-in) form .show-password-input,
.woocommerce-account:not(.logged-in) form .show-password-input {
  padding: 0.65rem 1rem;
  transform: unset;
  position: absolute !important;
  bottom: unset;
  left: unset;
  right: 0;
  top: 0;
}
@media (min-width: 1024.98px) {
  .woocommerce-account:not(.logged-in) .u-column1 {
    position: relative;
  }
  .woocommerce-account:not(.logged-in) .u-column1::after {
    content: "";
    position: absolute;
    right: -1.5rem;
    top: 10%;
    bottom: 10%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #e2e8f0 20%, #e2e8f0 80%, transparent);
  }
}

/*
 * My Account - Navigation
 * Sidebar navigation, menu items, active states, responsive menu (horizontal tabs)
 */
/* Sidebar Navigation */
.kloppro-account-sidebar {
  width: 100%;
  min-width: 0;
}
@media (max-width: 991.98px) {
  .kloppro-account-sidebar {
    order: 2;
  }
}

.woocommerce-MyAccount-navigation {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  color: inherit;
}
.woocommerce-MyAccount-navigation:hover {
  text-decoration: none;
  color: inherit;
}
.woocommerce-MyAccount-navigation {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .woocommerce-MyAccount-navigation {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}

.kloppro-account-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .kloppro-account-nav {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #e2e8f0;
  }
}
@media (max-width: 767.98px) {
  .kloppro-account-nav {
    flex-direction: column;
  }
}
.kloppro-account-nav li {
  border-bottom: 1px solid #E9ECEF;
}
@media (max-width: 991.98px) {
  .kloppro-account-nav li {
    border-bottom: none;
    border-right: 1px solid #e2e8f0;
    flex: 1;
  }
}
@media (max-width: 767.98px) {
  .kloppro-account-nav li {
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
  }
}
.kloppro-account-nav li:last-child {
  border-bottom: none;
}
@media (max-width: 991.98px) {
  .kloppro-account-nav li:last-child {
    border-right: none;
  }
}
.kloppro-account-nav li.is-active {
  background: #E9ECEF;
  border-left: 4px solid #ad1923;
}
@media (max-width: 991.98px) {
  .kloppro-account-nav li.is-active {
    border-left: none;
    border-bottom: 3px solid #ad1923;
    background: transparent;
  }
}
.kloppro-account-nav li.is-active .kloppro-account-nav-link {
  color: #ad1923;
  font-weight: 600;
}
.kloppro-account-nav li.is-active .kloppro-account-nav-link .nav-icon svg {
  stroke: #ad1923;
}

body .kloppro-account-nav-link {
  display: block;
  padding: 1rem 1.5rem;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
body .kloppro-account-nav-link:hover {
  text-decoration: none;
}
body .kloppro-account-nav-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #343e48;
  text-decoration: none;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
body .kloppro-account-nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(173, 25, 35, 0.08) 0%, rgba(173, 25, 35, 0.02) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 991.98px) {
  body .kloppro-account-nav-link {
    justify-content: center;
    padding: 1rem;
    flex-direction: column;
    gap: 0.25rem;
  }
}
body .kloppro-account-nav-link:hover {
  background: rgba(173, 25, 35, 0.05);
  color: #ad1923;
  text-decoration: none;
}
body .kloppro-account-nav-link:hover::before {
  opacity: 1;
}
body .kloppro-account-nav-link:hover .nav-icon svg {
  stroke: #ad1923;
}
body .kloppro-account-nav-link:focus, body .kloppro-account-nav-link:focus-visible {
  outline: 2px solid rgba(173, 25, 35, 0.4);
  outline-offset: -2px;
  background: rgba(173, 25, 35, 0.05);
}
body .kloppro-account-nav-link .nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
body .kloppro-account-nav-link .nav-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 991.98px) {
  body .kloppro-account-nav-link .nav-icon {
    width: 20px;
    height: 20px;
  }
}
body .kloppro-account-nav-link .nav-label {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  body .kloppro-account-nav-link .nav-label {
    display: none;
  }
}
@media (max-width: 767.98px) {
  body .kloppro-account-nav-link .nav-label {
    display: block;
    font-size: 14px;
  }
}
body .kloppro-account-nav-link .nav-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  body .kloppro-account-nav-link .nav-arrow {
    display: none;
  }
}
body .kloppro-account-nav-link .nav-arrow svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 2px;
}
body .kloppro-account-nav-link:hover .nav-arrow {
  opacity: 1;
  transform: translateX(4px);
}
@media (max-width: 767.98px) {
  body .kloppro-account-nav-link:hover .nav-arrow {
    transform: translateX(2px);
  }
}

/*
 * My Account - Dashboard
 * Dashboard welcome, recent orders grid, quick links grid
 */
/* Dashboard Specific Styling */
.kloppro-account-dashboard .dashboard-welcome {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e2e8f0;
}
.kloppro-account-dashboard .dashboard-welcome h2 {
  margin-bottom: 0.5rem;
}
.kloppro-account-dashboard .dashboard-welcome p {
  color: #6b7f94;
  line-height: 1.6;
  margin: 0;
}
.kloppro-account-dashboard .dashboard-recent-orders {
  margin-bottom: 2rem;
}
.kloppro-account-dashboard .dashboard-recent-orders h3 {
  margin-top: 0;
}
.kloppro-account-dashboard .recent-orders-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1199.98px) {
  .kloppro-account-dashboard .recent-orders-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .kloppro-account-dashboard .recent-orders-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 479.98px) {
  .kloppro-account-dashboard .recent-orders-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.kloppro-account-dashboard .recent-orders-grid {
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  .kloppro-account-dashboard .recent-orders-grid {
    gap: 1rem;
  }
}
.kloppro-account-dashboard .quick-links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 991.98px) {
  .kloppro-account-dashboard .quick-links-grid {
    gap: 1rem;
  }
}
@media (max-width: 767.98px) {
  .kloppro-account-dashboard .quick-links-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

/* Order Card Mini (Dashboard) */
.order-card-mini {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  color: inherit;
}
.order-card-mini:hover {
  text-decoration: none;
  color: inherit;
}
.order-card-mini {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.order-card-mini:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.order-card-mini .order-card-header {
  padding: 1.5rem;
  background: #E9ECEF;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-card-mini .order-card-header .order-number strong {
  font-size: 16px;
  color: #343e48;
}
.order-card-mini .order-card-body {
  padding: 1.5rem;
}
.order-card-mini .order-card-body p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.5rem 0;
  font-size: 14px;
  color: #6b7f94;
}
.order-card-mini .order-card-body p svg {
  flex-shrink: 0;
  stroke: #ad1923;
}
.order-card-mini .order-card-body .order-total {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #E9ECEF;
  font-size: 16px;
}
.order-card-mini .order-card-body .order-total strong {
  color: #ad1923;
}
.order-card-mini .order-card-footer {
  padding: 0 1.5rem 1.5rem;
}
.order-card-mini .order-card-footer .button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #ad1923;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  position: relative;
}
.order-card-mini .order-card-footer .button:hover {
  background-color: rgb(128.4393939394, 18.5606060606, 25.9848484848);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(173, 25, 35, 0.3);
}
.order-card-mini .order-card-footer .button:not(.alt).wc-forward:hover {
  box-shadow: 0 4px 12px rgba(11.9402985075, 138.0597014925, 96.2686567164, 0.3);
}
.order-card-mini .order-card-footer .button:focus, .order-card-mini .order-card-footer .button:focus-visible {
  outline: 3px solid rgba(173, 25, 35, 0.3);
  outline-offset: 2px;
  color: #fff;
  text-decoration: none;
}
.order-card-mini .order-card-footer .button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(173, 25, 35, 0.2);
}
.order-card-mini .order-card-footer .button:disabled, .order-card-mini .order-card-footer .button.disabled {
  background-color: #d1d5db;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  opacity: 0.6;
}
.order-card-mini .order-card-footer .button:disabled:hover, .order-card-mini .order-card-footer .button.disabled:hover {
  background-color: #d1d5db;
  transform: none;
  box-shadow: none;
}
.order-card-mini .order-card-footer .button {
  width: 100%;
  justify-content: center;
}

/* Quick Link Card */
body .quick-link-card {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  color: inherit;
}
body .quick-link-card:hover {
  text-decoration: none;
  color: inherit;
}
body .quick-link-card {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
body .quick-link-card:hover {
  background: #f9fafb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  text-decoration: none;
}
body .quick-link-card .quick-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #E9ECEF;
  border-radius: 6px;
  flex-shrink: 0;
}
body .quick-link-card .quick-link-icon svg {
  width: 24px;
  height: 24px;
  stroke: #343e48;
  transition: all 0.3s ease;
}
body .quick-link-card .quick-link-content {
  flex-grow: 1;
}
body .quick-link-card .quick-link-content strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #343e48;
  margin-bottom: 0.25rem;
}
body .quick-link-card .quick-link-content p {
  font-size: 14px;
  color: #6b7f94;
  margin: 0;
}

/* View All Orders Button */
.view-all-orders {
  text-align: center;
  margin-top: 2rem;
}
.view-all-orders .button-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-weight: 600;
  text-decoration: none;
}
.view-all-orders .button-secondary svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

/*
 * My Account - Orders
 * Orders page, order cards, order details table, order actions
 */
/* Orders Page Grid */
.kloppro-orders-header {
  margin-bottom: 2rem;
}
.kloppro-orders-header h2 {
  margin-bottom: 0;
}

.kloppro-orders-grid {
  display: grid;
  gap: 1.5rem;
}

/* Order Card (Full) */
.order-card {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  color: inherit;
}
.order-card:hover {
  text-decoration: none;
  color: inherit;
}
.order-card {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.order-card .order-card-header {
  padding: 1.5rem;
  background: #E9ECEF;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 479.98px) {
  .order-card .order-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.order-card .order-card-header .order-number strong {
  font-size: 18px;
  color: #343e48;
}
.order-card .order-card-header .order-number strong a {
  color: #343e48;
  text-decoration: none;
}
.order-card .order-card-header .order-number strong a:hover {
  color: #ad1923;
  text-decoration: underline;
}
.order-card .order-card-body {
  padding: 1.5rem;
}
.order-card .order-card-body .order-info-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 767.98px) {
  .order-card .order-card-body .order-info-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.order-card .order-card-body .order-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.order-card .order-card-body .order-info-item .order-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}
.order-card .order-card-body .order-info-item .order-info-icon svg {
  width: 100%;
  height: 100%;
  stroke: #ad1923;
}
.order-card .order-card-body .order-info-item .order-info-content {
  flex-grow: 1;
}
.order-card .order-card-body .order-info-item .order-info-content .order-info-label {
  display: block;
  font-size: 14px;
  color: #6b7f94;
  margin-bottom: 0.25rem;
}
.order-card .order-card-body .order-info-item .order-info-content .order-info-value {
  display: block;
  font-size: 16px;
  color: #343e48;
  font-weight: 500;
}
.order-card .order-card-body .order-note {
  margin-top: 1.5rem;
  padding: 1rem;
  background: rgb(244.5833333333, 182.9166666667, 187.0833333333);
  border-left: 3px solid #ad1923;
  border-radius: 4px;
  font-size: 14px;
  color: #343e48;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.order-card .order-card-body .order-note svg {
  flex-shrink: 0;
  margin-top: 2px;
  stroke: #ad1923;
}
.order-card .order-card-footer {
  padding: 1rem 1.5rem;
  background: #E9ECEF;
  border-top: 1px solid #e2e8f0;
}
.order-card .order-card-footer .order-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Order Status Badges */
.order-status-badge.status-pending {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  background: rgb(254.201793722, 242.2286995516, 211.298206278);
  color: rgb(131.5964125561, 95.5426008969, 2.4035874439);
  border: 1px solid rgb(253.2869955157, 227.5919282511, 161.2130044843);
  transition: all 0.3s ease;
  line-height: 1.4;
}
.order-status-badge.status-pending svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}
.order-status-badge.status-pending:hover {
  transform: scale(1.05);
}
.order-status-badge.status-processing {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  background: rgb(229.6634146341, 238.8414634146, 253.8365853659);
  color: rgb(6.6731707317, 59.3170731707, 145.3268292683);
  border: 1px solid rgb(180.9024390244, 207.743902439, 251.5975609756);
  transition: all 0.3s ease;
  line-height: 1.4;
}
.order-status-badge.status-processing svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}
.order-status-badge.status-processing:hover {
  transform: scale(1.05);
}
.order-status-badge.status-on-hold {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  background: rgb(201.2029288703, 207.3953974895, 216.2970711297);
  color: rgb(35.9832635983, 41.7405857741, 50.0167364017);
  border: 1px solid rgb(171.5418410042, 181.1485355649, 194.9581589958);
  transition: all 0.3s ease;
  line-height: 1.4;
}
.order-status-badge.status-on-hold svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}
.order-status-badge.status-on-hold:hover {
  transform: scale(1.05);
}
.order-status-badge.status-completed {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  background: rgb(134.8880597015, 244.6119402985, 208.2537313433);
  color: rgb(3.8208955224, 44.1791044776, 30.8059701493);
  border: 1px solid rgb(87.947761194, 240.552238806, 189.9850746269);
  transition: all 0.3s ease;
  line-height: 1.4;
}
.order-status-badge.status-completed svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}
.order-status-badge.status-completed:hover {
  transform: scale(1.05);
}
.order-status-badge.status-cancelled, .order-status-badge.status-refunded, .order-status-badge.status-failed {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  background: rgb(253.0689655172, 232.4310344828, 232.4310344828);
  color: rgb(141.8620689655, 12.1379310345, 12.1379310345);
  border: 1px solid rgb(249.0492610837, 185.4507389163, 185.4507389163);
  transition: all 0.3s ease;
  line-height: 1.4;
}
.order-status-badge.status-cancelled svg, .order-status-badge.status-refunded svg, .order-status-badge.status-failed svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}
.order-status-badge.status-cancelled:hover, .order-status-badge.status-refunded:hover, .order-status-badge.status-failed:hover {
  transform: scale(1.05);
}

/* View Order Page */
.kloppro-view-order .order-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #E9ECEF;
}
.kloppro-view-order .order-header .order-header-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
}
@media (max-width: 479.98px) {
  .kloppro-view-order .order-header .order-header-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.kloppro-view-order .order-header .order-header-info h2 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.kloppro-view-order .order-header > p {
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  background: #f9fafb;
  border-radius: 4px;
  border-left: 3px solid #ad1923;
  line-height: 1.6;
}
.kloppro-view-order .order-header > p mark {
  background: transparent;
  color: #ad1923;
  font-weight: 600;
  padding: 0 0.25rem;
}
.kloppro-view-order .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  list-style: none;
  padding: 2rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  margin: 2rem 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767.98px) {
  .kloppro-view-order .woocommerce-order-overview {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 1.5rem;
  }
}
@media (max-width: 479.98px) {
  .kloppro-view-order .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }
}
.kloppro-view-order .woocommerce-order-overview li {
  font-size: 14px;
  color: #6b7f94;
  padding: 0.5rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.kloppro-view-order .woocommerce-order-overview li strong {
  display: block;
  font-size: 18px;
  color: #343e48;
  margin-top: 0.5rem;
  font-weight: 700;
}
.kloppro-view-order .order-notes-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
}
.kloppro-view-order .order-notes-section .woocommerce-OrderUpdates {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.kloppro-view-order .order-notes-section .woocommerce-OrderUpdates .comment {
  padding: 1.5rem;
  background: #E9ECEF;
  border-radius: 6px;
  margin-bottom: 1rem;
}
.kloppro-view-order .order-notes-section .woocommerce-OrderUpdates .comment .meta {
  font-size: 14px;
  color: #6b7f94;
  margin-bottom: 0.5rem;
}
.kloppro-view-order .order-notes-section .woocommerce-OrderUpdates .comment .description p {
  margin: 0;
}
.kloppro-view-order .order-actions {
  margin-top: 3rem;
  padding: 2rem;
  background: #E9ECEF;
  border-radius: 6px;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .kloppro-view-order .order-actions {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.kloppro-view-order .woocommerce-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
}
.kloppro-view-order .woocommerce-table thead th {
  padding: 1rem 1.5rem;
  text-align: left;
  font-weight: 600;
  color: #343e48;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #e2e8f0;
}
.kloppro-view-order .woocommerce-table tbody tr {
  border-bottom: 1px solid #E9ECEF;
}
.kloppro-view-order .woocommerce-table tbody tr:last-child {
  border-bottom: none;
}
.kloppro-view-order .woocommerce-table tbody tr:hover {
  background: rgba(233, 236, 239, 0.3);
}
.kloppro-view-order .woocommerce-table tbody td {
  padding: 1rem 1.5rem;
  vertical-align: top;
  color: #343e48;
  border: none;
}
.kloppro-view-order .woocommerce-table tfoot tr {
  border-top: 1px solid #E9ECEF;
}
.kloppro-view-order .woocommerce-table tfoot th, .kloppro-view-order .woocommerce-table tfoot td {
  padding: 0.5rem 1.5rem;
  border: none;
  background: #fff;
}
.kloppro-view-order .woocommerce-table {
  margin: 2rem 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.kloppro-view-order .woocommerce-table thead {
  background: #E9ECEF;
}
.kloppro-view-order .woocommerce-table thead tr {
  border-bottom: 2px solid #e2e8f0;
}
.kloppro-view-order .woocommerce-table thead th {
  font-size: 16px;
  font-weight: 700;
  color: #343e48;
  border-bottom: 2px solid #e2e8f0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 1.5rem;
}
.kloppro-view-order .woocommerce-table thead th:first-child {
  padding-left: 2rem;
}
.kloppro-view-order .woocommerce-table thead th:last-child {
  padding-right: 2rem;
}
.kloppro-view-order .woocommerce-table tbody tr {
  transition: all 0.3s ease;
}
.kloppro-view-order .woocommerce-table tbody tr:hover {
  background: rgba(173, 25, 35, 0.02);
}
.kloppro-view-order .woocommerce-table tbody td {
  padding: 1.5rem;
  vertical-align: middle;
}
.kloppro-view-order .woocommerce-table tbody td:first-child {
  padding-left: 2rem;
}
.kloppro-view-order .woocommerce-table tbody td:last-child {
  padding-right: 2rem;
}
.kloppro-view-order .woocommerce-table tbody td strong {
  display: inline-block;
  margin-left: 0.5rem;
  color: #6b7f94;
  font-weight: 400;
}
.kloppro-view-order .woocommerce-table tbody td .woocommerce-Price-amount {
  font-weight: 700;
  color: #343e48;
  font-size: 18px;
}
.kloppro-view-order .woocommerce-table tfoot {
  background: #f9fafb;
}
.kloppro-view-order .woocommerce-table tfoot tr {
  border-top: 1px solid #e2e8f0;
}
.kloppro-view-order .woocommerce-table tfoot tr:last-child {
  border-top: 2px solid #343e48;
  font-weight: 700;
  background: rgb(246.5151515152, 196.2848484848, 199.6787878788);
}
.kloppro-view-order .woocommerce-table tfoot th {
  text-align: left;
  font-weight: 600;
  color: #343e48;
  padding: 1rem 1.5rem;
}
.kloppro-view-order .woocommerce-table tfoot td {
  text-align: right;
  font-weight: 600;
  padding: 1rem 1.5rem;
}
.kloppro-view-order .woocommerce-table tfoot td .woocommerce-Price-amount {
  font-weight: 700;
  color: #343e48;
}
.kloppro-view-order .woocommerce-table tfoot .order-total th, .kloppro-view-order .woocommerce-table tfoot .order-total td {
  padding: 1.5rem 2rem;
  font-size: 18px;
  color: #343e48;
  font-weight: 700;
}
.kloppro-view-order .woocommerce-table tfoot .order-total th .woocommerce-Price-amount, .kloppro-view-order .woocommerce-table tfoot .order-total td .woocommerce-Price-amount {
  color: #ad1923;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .kloppro-view-order .woocommerce-table thead {
    display: none;
  }
  .kloppro-view-order .woocommerce-table tbody tr, .kloppro-view-order .woocommerce-table tfoot tr {
    display: block;
    margin-bottom: 1.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
  }
  .kloppro-view-order .woocommerce-table tbody td, .kloppro-view-order .woocommerce-table tbody th, .kloppro-view-order .woocommerce-table tfoot td, .kloppro-view-order .woocommerce-table tfoot th {
    display: block;
    text-align: left;
    padding: 1rem;
  }
  .kloppro-view-order .woocommerce-table tbody td::before, .kloppro-view-order .woocommerce-table tbody th::before, .kloppro-view-order .woocommerce-table tfoot td::before, .kloppro-view-order .woocommerce-table tfoot th::before {
    content: attr(data-title);
    font-weight: 600;
    display: block;
    margin-bottom: 0.25rem;
    color: #6b7f94;
    font-size: 14px;
  }
}
.kloppro-view-order .woocommerce-customer-details {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 2px solid #E9ECEF;
}
.kloppro-view-order .woocommerce-customer-details > h2 {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  color: #343e48;
}
.kloppro-view-order .col2-set::before, .kloppro-view-order .col2-set::after,
.kloppro-view-order .woocommerce-columns::before,
.kloppro-view-order .woocommerce-columns::after {
  display: none !important;
  content: none !important;
}
.kloppro-view-order .col2-set .col-1, .kloppro-view-order .col2-set .col-2,
.kloppro-view-order .col2-set .u-column1, .kloppro-view-order .col2-set .u-column2,
.kloppro-view-order .col2-set .form-row-first, .kloppro-view-order .col2-set .form-row-last,
.kloppro-view-order .woocommerce-columns .col-1,
.kloppro-view-order .woocommerce-columns .col-2,
.kloppro-view-order .woocommerce-columns .u-column1,
.kloppro-view-order .woocommerce-columns .u-column2,
.kloppro-view-order .woocommerce-columns .form-row-first,
.kloppro-view-order .woocommerce-columns .form-row-last {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.kloppro-view-order .col2-set,
.kloppro-view-order .woocommerce-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 1.5rem;
}
@media (max-width: 991.98px) {
  .kloppro-view-order .col2-set,
  .kloppro-view-order .woocommerce-columns {
    gap: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .kloppro-view-order .col2-set,
  .kloppro-view-order .woocommerce-columns {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.kloppro-view-order .woocommerce-column {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  color: inherit;
}
.kloppro-view-order .woocommerce-column:hover {
  text-decoration: none;
  color: inherit;
}
.kloppro-view-order .woocommerce-column {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  padding: 2rem;
  background: #fff;
  position: relative;
  overflow: visible;
}
.kloppro-view-order .woocommerce-column h2 {
  font-size: 18px;
  font-weight: 700;
  color: #343e48;
  margin: 0 0 1.5rem 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid #E9ECEF;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.kloppro-view-order .woocommerce-column h2::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #ad1923;
  border-radius: 50%;
  flex-shrink: 0;
}
.kloppro-view-order .woocommerce-column address {
  font-style: normal;
  line-height: 1.9;
  color: #343e48;
  margin: 0;
  font-size: 16px;
}
.kloppro-view-order .woocommerce-column address p {
  margin: 0.5rem 0;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.kloppro-view-order .woocommerce-column address p:last-of-type {
  margin-bottom: 0;
}
.kloppro-view-order .product-thumbnail img {
  max-width: 80px;
  height: auto;
  border-radius: 4px;
  border: 1px solid #E9ECEF;
}
.kloppro-view-order .product-name {
  font-weight: 600;
  color: #343e48;
}
.kloppro-view-order .product-name a {
  color: #343e48;
}
.kloppro-view-order .product-name a:hover {
  color: #ad1923;
}
.kloppro-view-order .product-name .product-quantity {
  display: block;
  margin-top: 0.25rem;
  font-size: 14px;
  color: #6b7f94;
  font-weight: 400;
}
.kloppro-view-order .variation,
.kloppro-view-order .wc-item-meta {
  margin-top: 0.5rem;
  font-size: 14px;
  color: #6b7f94;
}
.kloppro-view-order .variation dt,
.kloppro-view-order .wc-item-meta dt {
  font-weight: 500;
  margin-right: 0.25rem;
  display: inline;
}
.kloppro-view-order .variation dd,
.kloppro-view-order .wc-item-meta dd {
  display: inline;
  margin: 0;
}
.kloppro-view-order .variation dd::after,
.kloppro-view-order .wc-item-meta dd::after {
  content: "\a";
  white-space: pre;
}

/* Empty States */
.kloppro-no-orders {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4rem;
  text-align: center;
  background: #E9ECEF;
  border-radius: 6px;
}
.kloppro-no-orders svg {
  width: 64px;
  height: 64px;
  stroke: #6b7f94;
  margin-bottom: 1.5rem;
}
.kloppro-no-orders .no-orders-content {
  max-width: 400px;
}
.kloppro-no-orders .no-orders-content strong {
  display: block;
  font-size: 18px;
  color: #343e48;
  margin-bottom: 0.5rem;
}
.kloppro-no-orders .no-orders-content p {
  color: #6b7f94;
  margin-bottom: 1.5rem;
}
.kloppro-no-orders .no-orders-content .button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #ad1923;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  position: relative;
}
.kloppro-no-orders .no-orders-content .button:hover {
  background-color: rgb(128.4393939394, 18.5606060606, 25.9848484848);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(173, 25, 35, 0.3);
}
.kloppro-no-orders .no-orders-content .button:not(.alt).wc-forward:hover {
  box-shadow: 0 4px 12px rgba(11.9402985075, 138.0597014925, 96.2686567164, 0.3);
}
.kloppro-no-orders .no-orders-content .button:focus, .kloppro-no-orders .no-orders-content .button:focus-visible {
  outline: 3px solid rgba(173, 25, 35, 0.3);
  outline-offset: 2px;
  color: #fff;
  text-decoration: none;
}
.kloppro-no-orders .no-orders-content .button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(173, 25, 35, 0.2);
}
.kloppro-no-orders .no-orders-content .button:disabled, .kloppro-no-orders .no-orders-content .button.disabled {
  background-color: #d1d5db;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  opacity: 0.6;
}
.kloppro-no-orders .no-orders-content .button:disabled:hover, .kloppro-no-orders .no-orders-content .button.disabled:hover {
  background-color: #d1d5db;
  transform: none;
  box-shadow: none;
}
.kloppro-no-orders .no-orders-content .button {
  display: inline-block;
  padding: 1rem 2rem;
}

/*
 * My Account - Forms
 * Edit account form, edit address form, password change, form submit buttons
 */
/* Forms Styling */
.kloppro-edit-account .woocommerce-EditAccountForm::before, .kloppro-edit-account .woocommerce-EditAccountForm::after,
.kloppro-edit-account .woocommerce-EditAddressForm::before,
.kloppro-edit-account .woocommerce-EditAddressForm::after,
.kloppro-edit-address .woocommerce-EditAccountForm::before,
.kloppro-edit-address .woocommerce-EditAccountForm::after,
.kloppro-edit-address .woocommerce-EditAddressForm::before,
.kloppro-edit-address .woocommerce-EditAddressForm::after {
  display: none !important;
  content: none !important;
}
.kloppro-edit-account .woocommerce-EditAccountForm .col-1, .kloppro-edit-account .woocommerce-EditAccountForm .col-2,
.kloppro-edit-account .woocommerce-EditAccountForm .u-column1, .kloppro-edit-account .woocommerce-EditAccountForm .u-column2,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row-first, .kloppro-edit-account .woocommerce-EditAccountForm .form-row-last,
.kloppro-edit-account .woocommerce-EditAddressForm .col-1,
.kloppro-edit-account .woocommerce-EditAddressForm .col-2,
.kloppro-edit-account .woocommerce-EditAddressForm .u-column1,
.kloppro-edit-account .woocommerce-EditAddressForm .u-column2,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row-first,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row-last,
.kloppro-edit-address .woocommerce-EditAccountForm .col-1,
.kloppro-edit-address .woocommerce-EditAccountForm .col-2,
.kloppro-edit-address .woocommerce-EditAccountForm .u-column1,
.kloppro-edit-address .woocommerce-EditAccountForm .u-column2,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row-first,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row-last,
.kloppro-edit-address .woocommerce-EditAddressForm .col-1,
.kloppro-edit-address .woocommerce-EditAddressForm .col-2,
.kloppro-edit-address .woocommerce-EditAddressForm .u-column1,
.kloppro-edit-address .woocommerce-EditAddressForm .u-column2,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row-first,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row-last {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-row::before, .kloppro-edit-account .woocommerce-EditAccountForm .form-row::after,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row::before,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row::after,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row::before,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row::after,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row::before,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row::after {
  display: none !important;
  content: none !important;
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-row .col-1, .kloppro-edit-account .woocommerce-EditAccountForm .form-row .col-2,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row .u-column1, .kloppro-edit-account .woocommerce-EditAccountForm .form-row .u-column2,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row .form-row-first, .kloppro-edit-account .woocommerce-EditAccountForm .form-row .form-row-last,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row .col-1,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row .col-2,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row .u-column1,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row .u-column2,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row .form-row-first,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row .form-row-last,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row .col-1,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row .col-2,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row .u-column1,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row .u-column2,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row .form-row-first,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row .form-row-last,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row .col-1,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row .col-2,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row .u-column1,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row .u-column2,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row .form-row-first,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row .form-row-last {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-row,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row {
  margin-bottom: 1.5rem;
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-row.form-row-first, .kloppro-edit-account .woocommerce-EditAccountForm .form-row.form-row-last,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row.form-row-first,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row.form-row-last,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row.form-row-first,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row.form-row-last,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row.form-row-first,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row.form-row-last {
  float: none;
  width: 100%;
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-row label,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row label,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row label,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #343e48;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-row label .required,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row label abbr[title],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row label .required,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row label abbr[title],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row label .required,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row label abbr[title],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row label .required,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row label abbr[title] {
  color: #ad1923;
  margin-left: 0.25rem;
  text-decoration: none;
  cursor: help;
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-row label .optional,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row label .optional,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row label .optional,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row label .optional {
  color: #6b7280;
  font-weight: 400;
  font-size: 14px;
  margin-left: 0.25rem;
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-row .input-text,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=text],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=email],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=password],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=url],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=number],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row select,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row textarea,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row .input-text,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=text],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=email],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=password],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=url],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=number],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row select,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row textarea,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row .input-text,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=text],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=email],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=password],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=url],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=number],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row select,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row textarea,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row .input-text,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=text],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=email],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=password],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=url],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=number],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row select,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 16px;
  color: #343e48;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-row .input-text:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=text]:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=email]:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=password]:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=url]:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=number]:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row select:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row textarea:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row .input-text:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=text]:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=email]:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=password]:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=url]:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=number]:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row select:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row textarea:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row .input-text:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=text]:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=email]:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=password]:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=url]:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=number]:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row select:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row textarea:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row .input-text:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=text]:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=email]:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=password]:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=url]:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=number]:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row select:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row textarea:focus {
  outline: none;
  border-color: #ad1923;
  box-shadow: 0 0 0 3px rgba(173, 25, 35, 0.1);
  background: #fff;
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-row .input-text:hover:not(:focus),
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=text]:hover:not(:focus),
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=email]:hover:not(:focus),
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=password]:hover:not(:focus),
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=url]:hover:not(:focus),
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=number]:hover:not(:focus),
.kloppro-edit-account .woocommerce-EditAccountForm .form-row select:hover:not(:focus),
.kloppro-edit-account .woocommerce-EditAccountForm .form-row textarea:hover:not(:focus),
.kloppro-edit-account .woocommerce-EditAddressForm .form-row .input-text:hover:not(:focus),
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=text]:hover:not(:focus),
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=email]:hover:not(:focus),
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=password]:hover:not(:focus),
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=url]:hover:not(:focus),
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=number]:hover:not(:focus),
.kloppro-edit-account .woocommerce-EditAddressForm .form-row select:hover:not(:focus),
.kloppro-edit-account .woocommerce-EditAddressForm .form-row textarea:hover:not(:focus),
.kloppro-edit-address .woocommerce-EditAccountForm .form-row .input-text:hover:not(:focus),
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=text]:hover:not(:focus),
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=email]:hover:not(:focus),
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=password]:hover:not(:focus),
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=url]:hover:not(:focus),
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=number]:hover:not(:focus),
.kloppro-edit-address .woocommerce-EditAccountForm .form-row select:hover:not(:focus),
.kloppro-edit-address .woocommerce-EditAccountForm .form-row textarea:hover:not(:focus),
.kloppro-edit-address .woocommerce-EditAddressForm .form-row .input-text:hover:not(:focus),
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=text]:hover:not(:focus),
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=email]:hover:not(:focus),
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=password]:hover:not(:focus),
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=url]:hover:not(:focus),
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=number]:hover:not(:focus),
.kloppro-edit-address .woocommerce-EditAddressForm .form-row select:hover:not(:focus),
.kloppro-edit-address .woocommerce-EditAddressForm .form-row textarea:hover:not(:focus) {
  border-color: rgb(192.3863636364, 205.3409090909, 222.6136363636);
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-row .input-text::placeholder,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=text]::placeholder,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=email]::placeholder,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=password]::placeholder,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=url]::placeholder,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=number]::placeholder,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row select::placeholder,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row textarea::placeholder,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row .input-text::placeholder,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=text]::placeholder,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=email]::placeholder,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=password]::placeholder,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=url]::placeholder,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=number]::placeholder,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row select::placeholder,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row textarea::placeholder,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row .input-text::placeholder,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=text]::placeholder,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=email]::placeholder,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=password]::placeholder,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=url]::placeholder,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=number]::placeholder,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row select::placeholder,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row textarea::placeholder,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row .input-text::placeholder,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=text]::placeholder,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=email]::placeholder,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=password]::placeholder,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=url]::placeholder,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=number]::placeholder,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row select::placeholder,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row textarea::placeholder {
  color: rgb(151.4, 165.4, 180.1);
  opacity: 0.7;
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-row .input-text.error, .kloppro-edit-account .woocommerce-EditAccountForm .form-row .input-text[aria-invalid=true],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=text].error,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=text][aria-invalid=true],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=email].error,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=email][aria-invalid=true],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=password].error,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=password][aria-invalid=true],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=url].error,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=url][aria-invalid=true],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=number].error,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=number][aria-invalid=true],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row select.error,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row select[aria-invalid=true],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row textarea.error,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row textarea[aria-invalid=true],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row .input-text.error,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row .input-text[aria-invalid=true],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=text].error,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=text][aria-invalid=true],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=email].error,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=email][aria-invalid=true],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=password].error,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=password][aria-invalid=true],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=url].error,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=url][aria-invalid=true],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=number].error,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=number][aria-invalid=true],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row select.error,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row select[aria-invalid=true],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row textarea.error,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row textarea[aria-invalid=true],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row .input-text.error,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row .input-text[aria-invalid=true],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=text].error,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=text][aria-invalid=true],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=email].error,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=email][aria-invalid=true],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=password].error,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=password][aria-invalid=true],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=url].error,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=url][aria-invalid=true],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=number].error,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=number][aria-invalid=true],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row select.error,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row select[aria-invalid=true],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row textarea.error,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row textarea[aria-invalid=true],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row .input-text.error,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row .input-text[aria-invalid=true],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=text].error,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=text][aria-invalid=true],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=email].error,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=email][aria-invalid=true],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=password].error,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=password][aria-invalid=true],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=url].error,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=url][aria-invalid=true],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=number].error,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=number][aria-invalid=true],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row select.error,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row select[aria-invalid=true],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row textarea.error,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row textarea[aria-invalid=true] {
  border-color: #ef4444;
  background: white;
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-row .input-text.error:focus, .kloppro-edit-account .woocommerce-EditAccountForm .form-row .input-text[aria-invalid=true]:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=text].error:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=text][aria-invalid=true]:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=email].error:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=email][aria-invalid=true]:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=password].error:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=password][aria-invalid=true]:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=url].error:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=url][aria-invalid=true]:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=number].error:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=number][aria-invalid=true]:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row select.error:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row select[aria-invalid=true]:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row textarea.error:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row textarea[aria-invalid=true]:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row .input-text.error:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row .input-text[aria-invalid=true]:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=text].error:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=text][aria-invalid=true]:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=email].error:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=email][aria-invalid=true]:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=password].error:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=password][aria-invalid=true]:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=url].error:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=url][aria-invalid=true]:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=number].error:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=number][aria-invalid=true]:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row select.error:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row select[aria-invalid=true]:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row textarea.error:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row textarea[aria-invalid=true]:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row .input-text.error:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row .input-text[aria-invalid=true]:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=text].error:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=text][aria-invalid=true]:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=email].error:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=email][aria-invalid=true]:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=password].error:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=password][aria-invalid=true]:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=url].error:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=url][aria-invalid=true]:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=number].error:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=number][aria-invalid=true]:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row select.error:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row select[aria-invalid=true]:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row textarea.error:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row textarea[aria-invalid=true]:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row .input-text.error:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row .input-text[aria-invalid=true]:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=text].error:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=text][aria-invalid=true]:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=email].error:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=email][aria-invalid=true]:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=password].error:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=password][aria-invalid=true]:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=url].error:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=url][aria-invalid=true]:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=number].error:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=number][aria-invalid=true]:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row select.error:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row select[aria-invalid=true]:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row textarea.error:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row textarea[aria-invalid=true]:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-row .input-text.success, .kloppro-edit-account .woocommerce-EditAccountForm .form-row .input-text[aria-invalid=false],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=text].success,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=text][aria-invalid=false],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=email].success,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=email][aria-invalid=false],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=password].success,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=password][aria-invalid=false],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=url].success,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=url][aria-invalid=false],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=number].success,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=number][aria-invalid=false],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row select.success,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row select[aria-invalid=false],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row textarea.success,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row textarea[aria-invalid=false],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row .input-text.success,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row .input-text[aria-invalid=false],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=text].success,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=text][aria-invalid=false],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=email].success,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=email][aria-invalid=false],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=password].success,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=password][aria-invalid=false],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=url].success,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=url][aria-invalid=false],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=number].success,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=number][aria-invalid=false],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row select.success,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row select[aria-invalid=false],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row textarea.success,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row textarea[aria-invalid=false],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row .input-text.success,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row .input-text[aria-invalid=false],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=text].success,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=text][aria-invalid=false],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=email].success,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=email][aria-invalid=false],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=password].success,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=password][aria-invalid=false],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=url].success,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=url][aria-invalid=false],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=number].success,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=number][aria-invalid=false],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row select.success,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row select[aria-invalid=false],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row textarea.success,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row textarea[aria-invalid=false],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row .input-text.success,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row .input-text[aria-invalid=false],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=text].success,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=text][aria-invalid=false],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=email].success,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=email][aria-invalid=false],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=password].success,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=password][aria-invalid=false],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=url].success,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=url][aria-invalid=false],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=number].success,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=number][aria-invalid=false],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row select.success,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row select[aria-invalid=false],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row textarea.success,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row textarea[aria-invalid=false] {
  border-color: #10b981;
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-row .input-text.success:focus, .kloppro-edit-account .woocommerce-EditAccountForm .form-row .input-text[aria-invalid=false]:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=text].success:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=text][aria-invalid=false]:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=email].success:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=email][aria-invalid=false]:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=password].success:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=password][aria-invalid=false]:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=url].success:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=url][aria-invalid=false]:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=number].success:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=number][aria-invalid=false]:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row select.success:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row select[aria-invalid=false]:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row textarea.success:focus,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row textarea[aria-invalid=false]:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row .input-text.success:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row .input-text[aria-invalid=false]:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=text].success:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=text][aria-invalid=false]:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=email].success:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=email][aria-invalid=false]:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=password].success:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=password][aria-invalid=false]:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=url].success:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=url][aria-invalid=false]:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=number].success:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=number][aria-invalid=false]:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row select.success:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row select[aria-invalid=false]:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row textarea.success:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row textarea[aria-invalid=false]:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row .input-text.success:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row .input-text[aria-invalid=false]:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=text].success:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=text][aria-invalid=false]:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=email].success:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=email][aria-invalid=false]:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=password].success:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=password][aria-invalid=false]:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=url].success:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=url][aria-invalid=false]:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=number].success:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=number][aria-invalid=false]:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row select.success:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row select[aria-invalid=false]:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row textarea.success:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row textarea[aria-invalid=false]:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row .input-text.success:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row .input-text[aria-invalid=false]:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=text].success:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=text][aria-invalid=false]:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=email].success:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=email][aria-invalid=false]:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=password].success:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=password][aria-invalid=false]:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=url].success:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=url][aria-invalid=false]:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=number].success:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=number][aria-invalid=false]:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row select.success:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row select[aria-invalid=false]:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row textarea.success:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row textarea[aria-invalid=false]:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-row .input-text:disabled, .kloppro-edit-account .woocommerce-EditAccountForm .form-row .input-text[disabled],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=text]:disabled,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=text][disabled],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=email]:disabled,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=email][disabled],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=password]:disabled,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=password][disabled],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=url]:disabled,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=url][disabled],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=number]:disabled,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row input[type=number][disabled],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row select:disabled,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row select[disabled],
.kloppro-edit-account .woocommerce-EditAccountForm .form-row textarea:disabled,
.kloppro-edit-account .woocommerce-EditAccountForm .form-row textarea[disabled],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row .input-text:disabled,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row .input-text[disabled],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=text]:disabled,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=text][disabled],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=email]:disabled,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=email][disabled],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=password]:disabled,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=password][disabled],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=url]:disabled,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=url][disabled],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=number]:disabled,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row input[type=number][disabled],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row select:disabled,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row select[disabled],
.kloppro-edit-account .woocommerce-EditAddressForm .form-row textarea:disabled,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row textarea[disabled],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row .input-text:disabled,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row .input-text[disabled],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=text]:disabled,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=text][disabled],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=email]:disabled,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=email][disabled],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=password]:disabled,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=password][disabled],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=url]:disabled,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=url][disabled],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=number]:disabled,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row input[type=number][disabled],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row select:disabled,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row select[disabled],
.kloppro-edit-address .woocommerce-EditAccountForm .form-row textarea:disabled,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row textarea[disabled],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row .input-text:disabled,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row .input-text[disabled],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=text]:disabled,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=text][disabled],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=email]:disabled,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=email][disabled],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=password]:disabled,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=password][disabled],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=url]:disabled,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=url][disabled],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=number]:disabled,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row input[type=number][disabled],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row select:disabled,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row select[disabled],
.kloppro-edit-address .woocommerce-EditAddressForm .form-row textarea:disabled,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row textarea[disabled] {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  opacity: 0.6;
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-row em,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row em,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row em,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row em {
  display: block;
  font-size: 14px;
  color: #6b7f94;
  margin-top: 0.5rem;
  font-style: normal;
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-row-group,
.kloppro-edit-account .woocommerce-EditAddressForm .form-row-group,
.kloppro-edit-address .woocommerce-EditAccountForm .form-row-group,
.kloppro-edit-address .woocommerce-EditAddressForm .form-row-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 767.98px) {
  .kloppro-edit-account .woocommerce-EditAccountForm .form-row-group,
  .kloppro-edit-account .woocommerce-EditAddressForm .form-row-group,
  .kloppro-edit-address .woocommerce-EditAccountForm .form-row-group,
  .kloppro-edit-address .woocommerce-EditAddressForm .form-row-group {
    grid-template-columns: 1fr;
  }
}
.kloppro-edit-account .woocommerce-EditAccountForm .password-change-section,
.kloppro-edit-account .woocommerce-EditAddressForm .password-change-section,
.kloppro-edit-address .woocommerce-EditAccountForm .password-change-section,
.kloppro-edit-address .woocommerce-EditAddressForm .password-change-section {
  padding: 0;
  border: 0;
}
.kloppro-edit-account .woocommerce-EditAccountForm .password-change-section legend,
.kloppro-edit-account .woocommerce-EditAddressForm .password-change-section legend,
.kloppro-edit-address .woocommerce-EditAccountForm .password-change-section legend,
.kloppro-edit-address .woocommerce-EditAddressForm .password-change-section legend {
  font-size: 18px;
  font-weight: 600;
  color: #343e48;
  margin-bottom: 1.5rem;
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-submit,
.kloppro-edit-account .woocommerce-EditAddressForm .form-submit,
.kloppro-edit-address .woocommerce-EditAccountForm .form-submit,
.kloppro-edit-address .woocommerce-EditAddressForm .form-submit {
  margin-top: 2rem;
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-submit button,
.kloppro-edit-account .woocommerce-EditAddressForm .form-submit button,
.kloppro-edit-address .woocommerce-EditAccountForm .form-submit button,
.kloppro-edit-address .woocommerce-EditAddressForm .form-submit button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #ad1923;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  position: relative;
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-submit button:hover,
.kloppro-edit-account .woocommerce-EditAddressForm .form-submit button:hover,
.kloppro-edit-address .woocommerce-EditAccountForm .form-submit button:hover,
.kloppro-edit-address .woocommerce-EditAddressForm .form-submit button:hover {
  background-color: rgb(128.4393939394, 18.5606060606, 25.9848484848);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(173, 25, 35, 0.3);
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-submit button:not(.alt).wc-forward:hover,
.kloppro-edit-account .woocommerce-EditAddressForm .form-submit button:not(.alt).wc-forward:hover,
.kloppro-edit-address .woocommerce-EditAccountForm .form-submit button:not(.alt).wc-forward:hover,
.kloppro-edit-address .woocommerce-EditAddressForm .form-submit button:not(.alt).wc-forward:hover {
  box-shadow: 0 4px 12px rgba(11.9402985075, 138.0597014925, 96.2686567164, 0.3);
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-submit button:focus, .kloppro-edit-account .woocommerce-EditAccountForm .form-submit button:focus-visible,
.kloppro-edit-account .woocommerce-EditAddressForm .form-submit button:focus,
.kloppro-edit-account .woocommerce-EditAddressForm .form-submit button:focus-visible,
.kloppro-edit-address .woocommerce-EditAccountForm .form-submit button:focus,
.kloppro-edit-address .woocommerce-EditAccountForm .form-submit button:focus-visible,
.kloppro-edit-address .woocommerce-EditAddressForm .form-submit button:focus,
.kloppro-edit-address .woocommerce-EditAddressForm .form-submit button:focus-visible {
  outline: 3px solid rgba(173, 25, 35, 0.3);
  outline-offset: 2px;
  color: #fff;
  text-decoration: none;
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-submit button:active,
.kloppro-edit-account .woocommerce-EditAddressForm .form-submit button:active,
.kloppro-edit-address .woocommerce-EditAccountForm .form-submit button:active,
.kloppro-edit-address .woocommerce-EditAddressForm .form-submit button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(173, 25, 35, 0.2);
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-submit button:disabled, .kloppro-edit-account .woocommerce-EditAccountForm .form-submit button.disabled,
.kloppro-edit-account .woocommerce-EditAddressForm .form-submit button:disabled,
.kloppro-edit-account .woocommerce-EditAddressForm .form-submit button.disabled,
.kloppro-edit-address .woocommerce-EditAccountForm .form-submit button:disabled,
.kloppro-edit-address .woocommerce-EditAccountForm .form-submit button.disabled,
.kloppro-edit-address .woocommerce-EditAddressForm .form-submit button:disabled,
.kloppro-edit-address .woocommerce-EditAddressForm .form-submit button.disabled {
  background-color: #d1d5db;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  opacity: 0.6;
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-submit button:disabled:hover, .kloppro-edit-account .woocommerce-EditAccountForm .form-submit button.disabled:hover,
.kloppro-edit-account .woocommerce-EditAddressForm .form-submit button:disabled:hover,
.kloppro-edit-account .woocommerce-EditAddressForm .form-submit button.disabled:hover,
.kloppro-edit-address .woocommerce-EditAccountForm .form-submit button:disabled:hover,
.kloppro-edit-address .woocommerce-EditAccountForm .form-submit button.disabled:hover,
.kloppro-edit-address .woocommerce-EditAddressForm .form-submit button:disabled:hover,
.kloppro-edit-address .woocommerce-EditAddressForm .form-submit button.disabled:hover {
  background-color: #d1d5db;
  transform: none;
  box-shadow: none;
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-submit button,
.kloppro-edit-account .woocommerce-EditAddressForm .form-submit button,
.kloppro-edit-address .woocommerce-EditAccountForm .form-submit button,
.kloppro-edit-address .woocommerce-EditAddressForm .form-submit button {
  padding: 1rem 2rem;
  font-size: 16px;
}
.kloppro-edit-account .woocommerce-EditAccountForm .form-submit button:disabled,
.kloppro-edit-account .woocommerce-EditAddressForm .form-submit button:disabled,
.kloppro-edit-address .woocommerce-EditAccountForm .form-submit button:disabled,
.kloppro-edit-address .woocommerce-EditAddressForm .form-submit button:disabled {
  background: rgb(166.2, 178.2, 190.8);
  cursor: not-allowed;
}

/*
 * My Account - Addresses
 * Addresses overview, address cards, edit links
 */
/* Addresses Overview */
.kloppro-addresses .col2-set::before, .kloppro-addresses .col2-set::after,
.kloppro-addresses .u-columns::before,
.kloppro-addresses .u-columns::after,
.kloppro-addresses .woocommerce-Addresses::before,
.kloppro-addresses .woocommerce-Addresses::after {
  display: none !important;
  content: none !important;
}
.kloppro-addresses .col2-set .col-1, .kloppro-addresses .col2-set .col-2,
.kloppro-addresses .col2-set .u-column1, .kloppro-addresses .col2-set .u-column2,
.kloppro-addresses .col2-set .form-row-first, .kloppro-addresses .col2-set .form-row-last,
.kloppro-addresses .u-columns .col-1,
.kloppro-addresses .u-columns .col-2,
.kloppro-addresses .u-columns .u-column1,
.kloppro-addresses .u-columns .u-column2,
.kloppro-addresses .u-columns .form-row-first,
.kloppro-addresses .u-columns .form-row-last,
.kloppro-addresses .woocommerce-Addresses .col-1,
.kloppro-addresses .woocommerce-Addresses .col-2,
.kloppro-addresses .woocommerce-Addresses .u-column1,
.kloppro-addresses .woocommerce-Addresses .u-column2,
.kloppro-addresses .woocommerce-Addresses .form-row-first,
.kloppro-addresses .woocommerce-Addresses .form-row-last {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.kloppro-addresses .u-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 767.98px) {
  .kloppro-addresses .u-columns {
    grid-template-columns: 1fr;
  }
}
.kloppro-addresses .u-columns .u-column1,
.kloppro-addresses .u-columns .u-column2,
.kloppro-addresses .u-columns .col-1,
.kloppro-addresses .u-columns .col-2 {
  float: none;
  width: 100%;
}
.kloppro-addresses .woocommerce-Address {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  color: inherit;
}
.kloppro-addresses .woocommerce-Address:hover {
  text-decoration: none;
  color: inherit;
}
.kloppro-addresses .woocommerce-Address {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  padding: 1.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.kloppro-addresses .woocommerce-Address .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}
.kloppro-addresses .woocommerce-Address .woocommerce-Address-title h3 {
  margin: 0;
  font-size: 18px;
}
.kloppro-addresses .woocommerce-Address .woocommerce-Address-title .edit {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ad1923;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.kloppro-addresses .woocommerce-Address .woocommerce-Address-title .edit svg {
  flex-shrink: 0;
  stroke: currentColor;
}
.kloppro-addresses .woocommerce-Address .woocommerce-Address-title .edit:hover {
  color: rgb(128.4393939394, 18.5606060606, 25.9848484848);
  text-decoration: underline;
}
.kloppro-addresses .woocommerce-Address address {
  font-style: normal;
  line-height: 1.6;
  color: #343e48;
}

/*
 * My Account - Downloads
 * Downloads grid, download cards, download actions
 */
/* Downloads Page */
.kloppro-downloads .downloads-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.download-card {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  color: inherit;
}
.download-card:hover {
  text-decoration: none;
  color: inherit;
}
.download-card {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
}
.download-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.download-card .download-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #E9ECEF;
  border-radius: 6px;
  flex-shrink: 0;
}
.download-card .download-card-icon svg {
  width: 32px;
  height: 32px;
  stroke: #ad1923;
}
.download-card .download-card-content {
  flex-grow: 1;
}
.download-card .download-card-content .download-product-name {
  font-size: 18px;
  font-weight: 600;
  color: #343e48;
  margin: 0 0 0.5rem 0;
}
.download-card .download-card-content .download-file-name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  color: #6b7f94;
  margin: 0.5rem 0;
}
.download-card .download-card-content .download-file-name svg {
  flex-shrink: 0;
  stroke: #6b7f94;
}
.download-card .download-card-content .download-meta {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.download-card .download-card-content .download-meta span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 14px;
  color: #6b7f94;
}
.download-card .download-card-content .download-meta span svg {
  flex-shrink: 0;
  stroke: currentColor;
}
.download-card .download-card-content .download-meta .download-remaining.unlimited {
  color: #10b981;
}
.download-card .download-card-actions {
  flex-shrink: 0;
}
.download-card .download-card-actions .download-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #ad1923;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  position: relative;
}
.download-card .download-card-actions .download-button:hover {
  background-color: rgb(128.4393939394, 18.5606060606, 25.9848484848);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(173, 25, 35, 0.3);
}
.download-card .download-card-actions .download-button:not(.alt).wc-forward:hover {
  box-shadow: 0 4px 12px rgba(11.9402985075, 138.0597014925, 96.2686567164, 0.3);
}
.download-card .download-card-actions .download-button:focus, .download-card .download-card-actions .download-button:focus-visible {
  outline: 3px solid rgba(173, 25, 35, 0.3);
  outline-offset: 2px;
  color: #fff;
  text-decoration: none;
}
.download-card .download-card-actions .download-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(173, 25, 35, 0.2);
}
.download-card .download-card-actions .download-button:disabled, .download-card .download-card-actions .download-button.disabled {
  background-color: #d1d5db;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  opacity: 0.6;
}
.download-card .download-card-actions .download-button:disabled:hover, .download-card .download-card-actions .download-button.disabled:hover {
  background-color: #d1d5db;
  transform: none;
  box-shadow: none;
}
.download-card .download-card-actions .download-button {
  padding: 1rem 1.5rem;
  font-size: 14px;
  white-space: nowrap;
}
.download-card .download-card-actions .download-button svg {
  flex-shrink: 0;
  stroke: currentColor;
}

/* Empty States */
.kloppro-no-downloads {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4rem;
  text-align: center;
  background: #E9ECEF;
  border-radius: 6px;
}
.kloppro-no-downloads svg {
  width: 64px;
  height: 64px;
  stroke: #6b7f94;
  margin-bottom: 1.5rem;
}
.kloppro-no-downloads .no-downloads-content {
  max-width: 400px;
}
.kloppro-no-downloads .no-downloads-content strong {
  display: block;
  font-size: 18px;
  color: #343e48;
  margin-bottom: 0.5rem;
}
.kloppro-no-downloads .no-downloads-content p {
  color: #6b7f94;
  margin-bottom: 1.5rem;
}
.kloppro-no-downloads .no-downloads-content .button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #ad1923;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  position: relative;
}
.kloppro-no-downloads .no-downloads-content .button:hover {
  background-color: rgb(128.4393939394, 18.5606060606, 25.9848484848);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(173, 25, 35, 0.3);
}
.kloppro-no-downloads .no-downloads-content .button:not(.alt).wc-forward:hover {
  box-shadow: 0 4px 12px rgba(11.9402985075, 138.0597014925, 96.2686567164, 0.3);
}
.kloppro-no-downloads .no-downloads-content .button:focus, .kloppro-no-downloads .no-downloads-content .button:focus-visible {
  outline: 3px solid rgba(173, 25, 35, 0.3);
  outline-offset: 2px;
  color: #fff;
  text-decoration: none;
}
.kloppro-no-downloads .no-downloads-content .button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(173, 25, 35, 0.2);
}
.kloppro-no-downloads .no-downloads-content .button:disabled, .kloppro-no-downloads .no-downloads-content .button.disabled {
  background-color: #d1d5db;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  opacity: 0.6;
}
.kloppro-no-downloads .no-downloads-content .button:disabled:hover, .kloppro-no-downloads .no-downloads-content .button.disabled:hover {
  background-color: #d1d5db;
  transform: none;
  box-shadow: none;
}
.kloppro-no-downloads .no-downloads-content .button {
  display: inline-block;
  padding: 1rem 2rem;
}

/*
 * Utility Classes
 * Common utility classes for quick styling adjustments
 */
.bg-white {
  background-color: #fff;
}

.bg-light-gray {
  background-color: #E9ECEF;
}

.bg-primary {
  background-color: #343e48;
}

.svg-icon {
  height: 1rem;
  width: 1rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 2rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.p-5 {
  padding: 2rem;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-primary {
  color: #343e48;
}

.text-accent {
  color: #ad1923;
}

.text-muted {
  color: rgb(84.0806451613, 100.25, 116.4193548387);
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

@media (min-width: 1024.98px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1024.98px) {
  .ms-lg-4 {
    margin-inline-start: 1.5rem;
  }
  .ms-lg-0 {
    margin-inline-start: 0;
  }
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.container-max {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (max-width: 991.98px) {
  .show-desktop {
    display: none;
  }
}
@media (min-width: 1024.98px) {
  .show-mobile {
    display: none;
  }
}
/* 
 * Print Styles
 * Styles for printing
 */
@media print {
  .header-section {
    background-color: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
  }
  .mobile-menu-section {
    display: none !important;
  }
}
html body {
  flex-direction: column;
  display: flex;
}

/* Mobile Overflow Safety - Ensure body scroll is available when menu is closed */
@media (min-width: 992px) {
  body {
    overflow: auto !important;
  }
}
/* Only allow overflow hidden on mobile when menu is explicitly active */
@media (max-width: 991.98px) {
  body {
    overflow: auto;
  }
  body:has(.site-header.mobile-menu-active), html.active-mobile-menu body {
    overflow: hidden;
  }
}
/* Mobile page content visibility rules removed - moved to page-specific files for better modularity */
/*# sourceMappingURL=index.css.map */
