/*
	Theme Name: Hello Elementor child
    template: hello-elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 2.4.2
	Stable tag: 2.4.2
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* GLOBAL */

.elementor-icon-wrapper {
  display: flex;
}
.elementor-button-text {
  display: flex !important;
  align-items: center;
}

.btn-rounded-icon .elementor-button-icon {
  padding: 8px;
  clip-path: circle();
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-rounded-icon .elementor-button-icon svg {
  width: 12px;
}

.white .elementor-button-icon {
  background-color: #fff;
}

.dark .elementor-button-icon {
  background-color: #000;
}

[type="button"]:focus,
[type="submit"]:focus,
button:focus {
  background-color: unset !important;
}

/* ACCUEIL */

.elementor-2 .elementor-element.elementor-element-810c342 .jet-listing-grid__slider-icon {
  clip-path: circle();
}

/* PAGE ESPACE ARTISTE */
.artguments-plan-name {
  display: inline-block;
  font-family: "Avenir LT PRO", Arial, sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #000;
}

.artguments-plan-price {
  display: inline-block;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #111111;
}

.artguments-subscription-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.artguments-subscription-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}

.artguments-badge-active {
  background: #e7f8ef;
  color: #15803d;
}

.artguments-badge-active::before {
  background: #15803d;
}

.artguments-badge-inactive {
  background: #fee2e2;
  color: #b91c1c;
}

.artguments-badge-inactive::before {
  background: #b91c1c;
}

.artguments-artworks-count,
.artguments-artworks-limit {
  font-family: "Avenir LT PRO", Arial, sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 1;
  color: #000;
}

.artguments-artworks-count {
  color: #e77c05 !important;
}

.artguments-artworks-limit {
  color: #000 !important;
}

.artguments-artworks-progress {
  width: 100%;
  font-family: "Source Sans Pro", Arial, sans-serif;
}

.artguments-artworks-progress-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 7px;
}

.artguments-artworks-progress-label,
.artguments-artworks-progress-count {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: inherit;
}

.artguments-artworks-progress-bar {
  width: 100%;
  height: 7px;
  border-radius: 999px;
  background: #d7d7d7;
  overflow: hidden;
}

.artguments-artworks-progress-fill {
  height: 100%;
  border-radius: 999px;
  background: #e77c05;
  transition: width 0.3s ease;
}
.artguments-artworks-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  font-family: "Source Sans Pro", Arial, sans-serif;
}

.artguments-artwork-row {
  width: 100%;
  display: grid;
  grid-template-columns: 64px 1fr auto auto auto;
  align-items: center;
  gap: 16px;
  padding: 12px;
  border-radius: 10px;
  background: #ffffff;
  position: relative;
}

.artguments-artwork-image {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.artguments-artwork-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artguments-artwork-placeholder {
  color: rgba(0, 0, 0, 0.45);
  font-size: 24px;
}

.artguments-artwork-content {
  min-width: 0;
}

.artguments-artwork-title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #111;
  line-height: 1.2;
}

.artguments-artwork-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
  font-size: 15px;
  color: #555;
}

.artguments-artwork-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.artguments-artwork-status-badge.published {
  background: rgba(77, 143, 25, 0.15);
  color: #4d8f19;
}

.artguments-artwork-status-badge.pending {
  background: rgba(231, 124, 5, 0.16);
  color: #e77c05;
}

.artguments-artwork-status-badge.draft {
  background: rgba(156, 163, 175, 0.18);
  color: #6b7280;
}

.artguments-artwork-status-badge.sold {
  background: rgba(59, 130, 246, 0.16);
  color: #2563eb;
}

.artguments-artwork-price {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #e77c05;
  white-space: nowrap;
}

.artguments-artwork-price .woocommerce-Price-amount,
.artguments-artwork-price .woocommerce-Price-currencySymbol {
  color: #000;
  font-weight: 700;
}

.artguments-artwork-actions {
  display: flex;
  gap: 8px;
}

.artguments-artwork-action {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
  transition: 0.2s ease;
  background: #e77c05;
  color: #fff !important;
}

.artguments-artwork-action svg {
  color: #fff;
  stroke: currentColor;
}

.artguments-artwork-action:hover {
  background: #000;
  color: #fff !important;
}

.artguments-artwork-action:hover svg {
  stroke: #fff;
}

.ag-artwork-stock-warning {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff8f0;
  border: 1px solid #fde8d0;
  color: #9a4b00;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.artguments-artworks-empty {
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #fff !important;
  opacity: 0.8;
}

.elementor-element.elementor-element-6bf51de.elementor-widget__width-inherit.elementor-widget.elementor-widget-shortcode
  p {
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #fff !important;
  opacity: 0.8;
}

.jet-checkboxes-list__button {
  color: #000 !important;
}

@media (max-width: 768px) {
  .artguments-artwork-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 16px;
    gap: 12px;
  }

  .artguments-artwork-title {
    font-size: 16px;
  }

  .artguments-artwork-meta {
    font-size: 14px;
  }

  .ag-active-subscription-message {
    margin: 50px 10px !important;
    margin-top: 20px !important;
  }

  .artguments-artwork-image {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
  }

  .artguments-artwork-content {
    flex: 1;
    min-width: 0;
  }

  .artguments-artwork-status-badge {
    order: 3;
    margin-top: 4px;
  }

  .artguments-artwork-price {
    order: 4;
    width: 100%;
    font-size: 20px;
    margin-top: 2px;
    position: absolute;
    bottom: 10px;
  }

  .artguments-artwork-actions {
    order: 5;
    width: 100%;
    justify-content: flex-end;
    margin-top: 4px;
  }
}
.ag-current-artwork-image {
  width: 140px;
  height: 140px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #f2f2f2;
}

.ag-current-artwork-image img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  padding: 10px;
}
.artguments-user-artworks-count-label {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  color: #a2a2a2;
}

.artguments-user-artwork-image {
  width: 100%;
  height: 400px !important;
  display: block;
  object-fit: cover;
  object-position: center;
}
.ag-artwork-success-message {
  margin-bottom: 20px;
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(21, 128, 61, 0.1);
  color: #15803d;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
}

.ag-artwork-success-message p {
  margin: 0 0 10px;
}

.ag-artwork-success-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: #e77c05;
  color: #ffffff !important;
  text-decoration: none;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.ag-artwork-success-link:hover {
  opacity: 0.9;
}

.artguments-user-categories,
.artguments-user-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.artguments-user-category-tag {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-align: left;
}

.artguments-user-tag {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  text-align: left;
  color: #fff;
}
.artguments-artwork-success-message {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(21, 128, 61, 0.1);
  color: #15803d;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}
.ag-current-profile-photo {
  width: 110px;
  height: 110px;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #f2f2f2;
}

.ag-current-profile-photo img {
  width: 110px;
  height: 110px !important;
  object-fit: cover;
}

.ag-current-profile-banner {
  width: 100%;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #f2f2f2;
}

.ag-current-profile-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ag-field-help {
  display: block;
  margin-top: 6px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  color: #c3c3c3;
  line-height: 1.4;
}
.artguments-user-profile-banner {
  width: 100%;
  height: 350px !important;
  object-fit: cover;
  display: block;
}
.artguments-user-bio-preview {
  width: 100%;
  font-family: "Source Sans Pro", Arial, sans-serif;
}

.artguments-user-bio-preview-text {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  max-height: 96px;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.artguments-user-bio-preview.is-expanded .artguments-user-bio-preview-text {
  max-height: none;
  overflow: visible;
}

.artguments-user-bio-preview-text p {
  margin: 0 0 8px;
}

.artguments-user-bio-preview.has-read-more:not(.is-expanded) .artguments-user-bio-preview-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  pointer-events: none;
}

.artguments-read-more-separator {
  display: none;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  width: 100%;
}

.artguments-read-more-separator span {
  flex: 1;
  height: 1px;
  background: #fff;
  opacity: 0.65;
}

.artguments-read-more-button {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  white-space: nowrap !important;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer !important;
}

.artguments-read-more-button:hover {
  color: #e77c05;
}
.ag-editor-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.ag-editor-toolbar button {
  border: 1px solid #d1d5db;
  background: #f2f2f2;
  border-radius: 8px;
  padding: 7px 10px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
  color: #000;
}

.ag-editor-toolbar button:hover,
.ag-editor-toolbar button.is-active {
  background: #e77c05;
  border-color: #e77c05;
  color: #ffffff;
}

.ag-editor-toolbar button.is-active strong,
.ag-editor-toolbar button.is-active em,
.ag-editor-toolbar button.is-active u {
  color: #ffffff;
}

.ag-bio-editor {
  min-height: 220px;
  padding: 13px 14px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  background: #ffffff;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 15px;
  color: #111111;
  line-height: 1.5;
  outline: none;
}

.ag-bio-editor:focus {
  border-color: #e77c05;
  box-shadow: 0 0 0 2px rgba(231, 124, 5, 0.15);
}

.ag-bio-editor:empty::before {
  content: attr(data-placeholder);
  color: #9ca3af;
}
.artguments-user-bio-excerpt {
  max-width: 100%;
}

.artguments-user-bio-excerpt-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.45;
}

.artguments-user-bio-excerpt-text p {
  margin: 0;
}

.artguments-user-bio-excerpt-link {
  display: inline-block;
  margin-top: 6px;
  color: #e77c05;
  font-weight: 700;
  text-decoration: none;
}

.artguments-user-bio-excerpt-link:hover {
  color: #000;
}
.artguments-artworks-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #f3f4f6;
  font-family: "Source Sans Pro", Arial, sans-serif;
}

.artguments-artworks-pagination .page-numbers {
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #eeeeee;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.artguments-artworks-pagination a.page-numbers:hover {
  border-color: #e77c05;
  background: #fff8f0;
  color: #e77c05;
  transform: translateY(-1px);
}

.artguments-artworks-pagination .page-numbers.current {
  border-color: #e77c05;
  background: #e77c05;
  color: #ffffff;
  cursor: default;
}

.artguments-artworks-pagination .prev,
.artguments-artworks-pagination .next {
  padding: 0 18px;
  min-width: auto;
}

.artguments-artworks-pagination .dots {
  border: none;
  background: transparent;
  color: #9ca3af;
  padding: 0 4px;
  min-width: auto;
}

.artguments-artworks-pagination .page-numbers:focus,
.artguments-artworks-pagination .page-numbers:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(231, 124, 5, 0.16);
}

@media (max-width: 600px) {
  .artguments-artworks-pagination {
    justify-content: flex-start;
  }

  .artguments-artworks-pagination .page-numbers {
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  .artguments-artworks-pagination .prev,
  .artguments-artworks-pagination .next {
    width: 100%;
  }
}

/* VALIDATION DE COMMANDE */
/* ============================= */
/* CHECKOUT ARTGUMENTS DESIGN */
/* ============================= */

.woocommerce form.checkout {
  max-width: 1180px;
  margin: 0 auto;
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #f2f2f2;
}

/* Layout principal */
.woocommerce form.checkout .e-checkout__container {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 28px;
  align-items: start;
}

/* Colonne gauche */
.woocommerce form.checkout .e-checkout__column-start {
  width: 100%;
}

/* Colonne droite */
.woocommerce form.checkout .e-checkout__column-end {
  width: 100%;
}

.woocommerce form.checkout .e-checkout__column-inner {
  position: sticky;
  top: 30px;
}

/* Blocs */
.woocommerce form.checkout .woocommerce-billing-fields,
.woocommerce form.checkout .woocommerce-additional-fields,
.woocommerce form.checkout #order_review,
.woocommerce form.checkout .e-coupon-box,
.woocommerce form.checkout #payment {
  padding: 24px;
  border-radius: 10px;
  background: #121212;
  border: 1px solid #2b2b2b;
  box-shadow: none;
}

/* Bloc résumé commande comme panier */
.woocommerce form.checkout #order_review,
.woocommerce form.checkout #payment,
.woocommerce form.checkout .e-coupon-box {
  background: rgba(231, 124, 5, 0.1);
  border: 1px solid #2b2b2b;
}

/* Titres */
.woocommerce form.checkout h3,
.woocommerce form.checkout #order_review_heading {
  margin: 0 0 18px;
  font-family: "Avenir LT PRO", Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
}

.woocommerce form.checkout .woocommerce-billing-fields h3::before {
  content: "Vos informations";
  display: block;
  margin-bottom: 6px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #e77c05;
}

/* Champs */
.woocommerce form.checkout .form-row {
  margin-bottom: 16px;
}

.woocommerce form.checkout label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
  color: #f2f2f2;
  line-height: 1.3;
}

.woocommerce form.checkout .required {
  color: #e77c05;
}

.woocommerce form.checkout input.input-text,
.woocommerce form.checkout textarea,
.woocommerce form.checkout select {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 10px !important;
  background: #ffffff;
  color: #000000 !important;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 15px !important;
  outline: none;
  box-shadow: none;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

.woocommerce form.checkout textarea {
  min-height: 110px;
  resize: vertical;
}

.woocommerce form.checkout input.input-text:focus,
.woocommerce form.checkout textarea:focus,
.woocommerce form.checkout select:focus {
  border-color: #e77c05;
  background: #ffffff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(142, 69, 133, 0.28);
}

/* Select2 pays */
.woocommerce form.checkout .select2-container .select2-selection--single {
  height: 46px;
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  background: #ffffff;
  outline: none;
}

.woocommerce form.checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  padding-left: 14px;
  color: #000000;
  font-size: 15px;
}

.woocommerce form.checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  right: 10px;
}

.woocommerce form.checkout .select2-container--focus .select2-selection--single {
  border-color: #e77c05;
  box-shadow: 0 0 0 2px rgba(142, 69, 133, 0.28);
}

/* Deux colonnes prénom / nom */
.woocommerce form.checkout .form-row-first,
.woocommerce form.checkout .form-row-last {
  width: calc(50% - 8px);
}

.woocommerce form.checkout .form-row-first {
  margin-right: 16px;
}

.woocommerce form.checkout .form-row-wide {
  clear: both;
}

/* Tableau commande */
.woocommerce form.checkout table.shop_table {
  border: none;
  margin: 0;
  border-collapse: collapse;
  background: transparent;
}

.woocommerce form.checkout table.shop_table thead {
  display: none;
}

.woocommerce form.checkout table.shop_table th,
.woocommerce form.checkout table.shop_table td {
  border: none;
  padding: 13px 0;
  background: transparent;
  font-size: 15px;
  color: #f2f2f2;
}

.woocommerce form.checkout table.shop_table tbody tr.cart_item td {
  border-bottom: 1px solid #322b36;
  color: #fff;
}

.woocommerce form.checkout table.shop_table .product-name {
  font-weight: 700;
  line-height: 1.4;
  padding-right: 16px;
}

.woocommerce form.checkout table.shop_table .product-total {
  text-align: right;
  font-weight: 800;
  white-space: nowrap;
}

.woocommerce form.checkout table.shop_table .product-quantity {
  display: inline-flex;
  margin-left: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(231, 124, 5, 0.3);
  color: #e77c05;
  font-size: 12px;
  font-weight: 800;
}

/* Totaux */
.woocommerce form.checkout table.shop_table tfoot th,
.woocommerce form.checkout table.shop_table tfoot td {
  border-bottom: 1px solid #322b36;
}

.woocommerce form.checkout table.shop_table tfoot tr.order-total th,
.woocommerce form.checkout table.shop_table tfoot tr.order-total td {
  border-bottom: none;
  padding-top: 18px;
  font-size: 20px;
  font-weight: 900;
}

.woocommerce form.checkout table.shop_table .woocommerce-Price-amount {
  font-weight: 900;
  color: #ffffff;
}

/* Coupon */
.woocommerce form.checkout .e-coupon-box {
  margin-top: 18px;
}

.woocommerce form.checkout .e-woocommerce-coupon-nudge {
  margin: 0;
  font-size: 14px;
  color: #b8b8b8;
}

.woocommerce form.checkout .e-woocommerce-coupon-nudge a {
  color: #e77c05;
  font-weight: 800;
  text-decoration: none;
}

.woocommerce form.checkout .e-woocommerce-coupon-nudge a:hover {
  color: #ffffff;
}

.woocommerce form.checkout .coupon-container-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 12px;
}

/* Paiement */
.woocommerce form.checkout #payment {
  margin-top: 18px;
}

.woocommerce form.checkout #payment ul.payment_methods {
  padding: 0;
  border: none;
  margin: 0;
}

.woocommerce form.checkout #payment ul.payment_methods li {
  list-style: none;
}

.woocommerce form.checkout #payment .woocommerce-info {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #3a2540;
  border-radius: 10px;
  background: #141018;
  color: #d8d8d8;
  font-size: 14px;
  line-height: 1.5;
}

.woocommerce form.checkout #payment .woocommerce-info::before {
  display: none;
}

/* Texte politique */
.woocommerce form.checkout .woocommerce-privacy-policy-text {
  margin-top: 18px;
}

.woocommerce form.checkout .woocommerce-privacy-policy-text p {
  margin: 0;
  font-size: 13px;
  color: #b3b3b3;
  line-height: 1.5;
}

.woocommerce form.checkout .woocommerce-privacy-policy-text a {
  color: #e77c05;
  font-weight: 700;
  text-decoration: none;
}

/* Boutons */
.woocommerce form.checkout button.button,
.woocommerce form.checkout button.alt,
.woocommerce form.checkout #place_order,
.woocommerce form.checkout .e-apply-coupon,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 15px 24px !important;
  background: #e77c05 !important;
  color: #ffffff !important;
  font-family: "Source Sans Pro", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease !important;
}

.woocommerce form.checkout #place_order,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order {
  width: 100% !important;
  margin-top: 20px !important;
}

.woocommerce form.checkout button.button:hover,
.woocommerce form.checkout button.alt:hover,
.woocommerce form.checkout #place_order:hover,
.woocommerce form.checkout .e-apply-coupon:hover,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order:hover {
  background: #a3579b !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.woocommerce form.checkout button.button:focus,
.woocommerce form.checkout button.alt:focus,
.woocommerce form.checkout #place_order:focus,
.woocommerce form.checkout .e-apply-coupon:focus,
.woocommerce form.checkout button.button:focus-visible,
.woocommerce form.checkout button.alt:focus-visible,
.woocommerce form.checkout #place_order:focus-visible,
.woocommerce form.checkout .e-apply-coupon:focus-visible,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order:focus,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(142, 69, 133, 0.35) !important;
}

.woocommerce form.checkout button.button:disabled,
.woocommerce form.checkout button.alt:disabled,
.woocommerce form.checkout #place_order:disabled,
.woocommerce form.checkout .e-apply-coupon:disabled,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order:disabled,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order.disabled {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

.woocommerce form.checkout .woocommerce-error::before,
.woocommerce form.checkout .woocommerce-message::before,
.woocommerce form.checkout .woocommerce-info::before {
  display: none !important;
  content: none !important;
}

/* Supprimer outlines */
.woocommerce form.checkout *:focus-visible {
  outline: none;
}

fieldset#wc-stripe-upe-form {
  padding: 0;
  border: 0;
}
.payment_box.payment_method_stripe > fieldset:last-of-type {
  display: none !important;
}

/* Seul ce bloc devient sticky */
header.elementor-53 {
  position: sticky;
  top: 0;
  z-index: 999;
  transition: top 0.3s ease-in-out;
}

header.elementor-53.nav-hidden {
  top: -160px; /* hauteur réelle du header */
}

/* L'élément #bar à cacher dès qu'on n'est plus en haut */
#bar {
  transition: opacity 0.2s ease-in-out;
}

#bar.scrolled {
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Responsive */
@media (max-width: 900px) {
  .woocommerce form.checkout .e-checkout__container {
    grid-template-columns: 1fr;
  }

  .woocommerce form.checkout .e-checkout__column-inner {
    position: static;
  }
}

@media (max-width: 600px) {
  .woocommerce form.checkout {
    padding: 0 14px;
  }

  .woocommerce form.checkout .woocommerce-billing-fields,
  .woocommerce form.checkout .woocommerce-additional-fields,
  .woocommerce form.checkout #order_review,
  .woocommerce form.checkout .e-coupon-box,
  .woocommerce form.checkout #payment {
    padding: 18px;
    border-radius: 10px;
  }

  .woocommerce form.checkout .form-row-first,
  .woocommerce form.checkout .form-row-last {
    width: 100%;
    margin-right: 0;
  }

  .woocommerce form.checkout h3,
  .woocommerce form.checkout #order_review_heading {
    font-size: 22px;
  }

  .woocommerce form.checkout .coupon-container-grid {
    grid-template-columns: 1fr;
  }

  .woocommerce form.checkout .e-apply-coupon {
    width: 100%;
  }
}

/*** RESPONSIVE ***/

@media screen and (max-width: 768px) {
  .artguments-user-artwork-image {
    height: 250px !important;
  }
  .elementor-96
    .elementor-element.elementor-element-5fa8d9f.elementor-widget-n-tabs
    > .e-n-tabs
    > .e-n-tabs-heading
    > :is(.e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title) {
    flex-basis: 100% !important;
  }
}
