/* Ajustements de base WordPress / WooCommerce */
.wp-block, .entry-content > * { max-width: 1160px; }
.entry-content > .alignwide { max-width: 1160px; }
.entry-content > .alignfull { max-width: none; }
.woocommerce .site-main, .woocommerce-page .site-main { width: 100%; }
.woocommerce .woocommerce-breadcrumb { width: min(calc(100% - 40px), 1160px); margin: 0 auto; padding-top: 24px; color: var(--muted); font-size: .78rem; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { width: min(calc(100% - 40px), 1160px); margin: 20px auto; border-top-color: var(--teal); }
.woocommerce .quantity .qty { min-height: 44px; }
.woocommerce div.product form.cart .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button { border-radius: 999px; color: #fff; background: var(--coral); font-weight: 800; }
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { color: #fff; background: var(--coral-dark); }
.woocommerce span.onsale { min-width: auto; min-height: auto; padding: 7px 11px; border-radius: 999px; color: var(--navy); background: var(--yellow); line-height: 1.2; }

/* CSS hotfix : largeur pleine, liens et titres du catalogue */
html { overflow-x: hidden; }
body.woocommerce-page .site-content,
body.woocommerce-page .content-area,
body.woocommerce-page #primary,
body.woocommerce-page main.site-main,
body.woocommerce-page .site-main,
body.page .site-content,
body.page .content-area,
body.page #primary,
body.page main.site-main,
body.page .site-main {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  float: none !important;
  display: block;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
body.woocommerce-page .site-content,
body.page .site-content {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
body.woocommerce-page .inside-article,
body.page .inside-article {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
body.woocommerce-page #right-sidebar,
body.woocommerce-page .widget-area,
body.page #right-sidebar,
body.page .widget-area {
  display: none !important;
}
body.woocommerce-page .page-intro,
body.woocommerce-page .product-page,
body.page .page-intro,
body.page .section,
body.page .pack-promo {
  width: 100%;
  max-width: none;
}
body.woocommerce-page .container,
body.page .container {
  width: min(calc(100% - 40px), 1160px);
  margin-right: auto;
  margin-left: auto;
}

/* Liens : reprendre les couleurs de la marque et supprimer les soulignements parasites */
body a,
body a:hover,
body a:focus,
body .main-nav a,
body .footer-links a,
body .footer-contact a,
body .product-card a,
body .product-card a:hover,
body .product-actions a,
body .woocommerce-loop-product__title a,
body .breadcrumb a,
body .btn,
body .btn:hover {
  text-decoration: none !important;
}
body .product-card .woocommerce-loop-product__title,
body .product-card .woocommerce-loop-product__title a {
  color: var(--navy) !important;
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.12;
}
body .product-card .woocommerce-loop-product__title {
  margin: 0;
}
body .product-card .woocommerce-loop-product__title a:hover {
  color: var(--teal-dark) !important;
}
body .product-card .product-summary a,
body .product-card .product-price a {
  color: inherit !important;
}

/* Bouton Contact : respiration supplémentaire sous les champs */
body.page-template-page-contact .form-card > .btn,
body.page-template-page-contact .form-card button[type="submit"],
body .contact-grid .form-card > .btn,
body .contact-grid .form-card button[type="submit"] {
  margin-top: 20px;
}

@media (max-width: 660px) {
  body.woocommerce-page .container,
  body.page .container {
    width: min(calc(100% - 28px), 1160px);
  }
  body .product-card .woocommerce-loop-product__title,
  body .product-card .woocommerce-loop-product__title a {
    font-size: 1.35rem;
  }
}

/* Derniers correctifs CSS : largeur pleine, breadcrumb et footer */
body.woocommerce-page .site-content,
body.page .site-content {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
}
body.woocommerce-page .site-content > .content-area,
body.woocommerce-page .site-content > #primary,
body.page .site-content > .content-area,
body.page .site-content > #primary {
  width: 100% !important;
  max-width: none !important;
}
body.woocommerce-page .site-main,
body.page .site-main {
  width: 100% !important;
  max-width: none !important;
}
body.woocommerce-shop .breadcrumb,
body.post-type-archive-product .breadcrumb {
  display: none !important;
}
body.woocommerce-page .product-page > .container,
body.woocommerce-page .pack-promo > .container,
body.woocommerce-page .section > .container,
body.woocommerce-shop .page-intro > .container {
  width: min(calc(100% - 40px), 1160px);
  margin-right: auto !important;
  margin-left: auto !important;
}
.site-footer .footer-links a,
.site-footer .footer-contact a,
.site-footer .footer-contact span {
  color: #d6efeb !important;
  text-decoration: none !important;
}
.site-footer .footer-links a:hover,
.site-footer .footer-contact a:hover {
  color: #ffffff !important;
}

@media (max-width: 660px) {
  body.woocommerce-page .site-content,
  body.page .site-content {
    width: 100vw !important;
    max-width: 100vw !important;
  }
  body.woocommerce-page .product-page > .container,
  body.woocommerce-page .pack-promo > .container,
  body.woocommerce-page .section > .container,
  body.woocommerce-shop .page-intro > .container {
    width: min(calc(100% - 28px), 1160px);
  }
}

/* Centrage définitif des blocs Boutique et Fiche produit dans GeneratePress */
body.woocommerce-shop #content,
body.post-type-archive-product #content,
body.single-product #content,
body.woocommerce-shop .site-content,
body.post-type-archive-product .site-content,
body.single-product .site-content,
body.woocommerce-shop .site-grid-container,
body.post-type-archive-product .site-grid-container,
body.single-product .site-grid-container {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
body.woocommerce-shop .page-intro > .container,
body.woocommerce-shop .section > .container,
body.post-type-archive-product .page-intro > .container,
body.post-type-archive-product .section > .container,
body.single-product .product-page > .container,
body.single-product .pack-promo > .container,
body.single-product .product-engagement > .container {
  display: block;
  box-sizing: border-box;
  width: min(calc(100% - 40px), 1160px) !important;
  max-width: 1160px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
body.woocommerce-shop .product-grid,
body.post-type-archive-product .product-grid,
body.single-product .product-layout {
  width: 100% !important;
  max-width: 1160px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (max-width: 660px) {
  body.woocommerce-shop .page-intro > .container,
  body.woocommerce-shop .section > .container,
  body.post-type-archive-product .page-intro > .container,
  body.post-type-archive-product .section > .container,
  body.single-product .product-page > .container,
  body.single-product .pack-promo > .container,
  body.single-product .product-engagement > .container {
    width: min(calc(100% - 28px), 1160px) !important;
  }
}

/* GeneratePress applique par défaut 65 % à .content-area : neutraliser ce décalage WooCommerce */
body.woocommerce #primary,
body.woocommerce .content-area,
body.woocommerce .site-main,
body.woocommerce-page #primary,
body.woocommerce-page .content-area,
body.woocommerce-page .site-main,
body.woocommerce-shop #primary,
body.woocommerce-shop .content-area,
body.woocommerce-shop .site-main,
body.post-type-archive-product #primary,
body.post-type-archive-product .content-area,
body.post-type-archive-product .site-main,
body.single-product #primary,
body.single-product .content-area,
body.single-product .site-main {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: 0 0 100% !important;
  float: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
body.woocommerce .site-content,
body.woocommerce-page .site-content,
body.woocommerce-shop .site-content,
body.post-type-archive-product .site-content,
body.single-product .site-content {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
body.woocommerce .site-grid-container,
body.woocommerce-page .site-grid-container,
body.woocommerce-shop .site-grid-container,
body.post-type-archive-product .site-grid-container,
body.single-product .site-grid-container {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
body.woocommerce .product-grid,
body.woocommerce-page .product-grid,
body.woocommerce-shop .product-grid,
body.post-type-archive-product .product-grid,
body.single-product .product-layout {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 1160px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Correctif réel : GeneratePress limite les enfants directs de .entry-content à 1160 px.
   Le template produit contient en plus un second main#main imbriqué. */
body.woocommerce-page .entry-content > .page-intro,
body.woocommerce-page .entry-content > .section,
body.woocommerce-page .entry-content > main#main,
body.single-product .entry-content > main#main {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
body.single-product .entry-content > main#main > .product-page,
body.single-product .entry-content > main#main > .pack-promo,
body.single-product .entry-content > main#main > .section {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
body.woocommerce-shop .entry-content > .page-intro > .container,
body.woocommerce-shop .entry-content > .section > .container,
body.post-type-archive-product .entry-content > .page-intro > .container,
body.post-type-archive-product .entry-content > .section > .container,
body.single-product .entry-content > main#main > .product-page > .container {
  box-sizing: border-box !important;
  width: min(calc(100% - 40px), 1160px) !important;
  max-width: 1160px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
body.woocommerce-shop .entry-content > .woocommerce-breadcrumb,
body.post-type-archive-product .entry-content > .woocommerce-breadcrumb {
  display: none !important;
}

/* Panier et validation : interface WooCommerce cohérente avec LuckyPets */
body.woocommerce-cart .section > .container,
body.woocommerce-checkout .section > .container,
body.woocommerce-cart .section > .container.narrow,
body.woocommerce-checkout .section > .container.narrow {
  box-sizing: border-box !important;
  width: min(calc(100% - 40px), 1160px) !important;
  max-width: 1160px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce {
  color: var(--navy);
}
body.woocommerce-cart .woocommerce a,
body.woocommerce-checkout .woocommerce a {
  color: var(--teal-dark);
  text-decoration: none;
}
body.woocommerce-cart .woocommerce a:hover,
body.woocommerce-checkout .woocommerce a:hover {
  color: var(--coral-dark);
}

/* Panier vide */
body.woocommerce-cart .wc-empty-cart-message {
  max-width: 680px;
  margin: 0 auto;
}
body.woocommerce-cart .cart-empty.woocommerce-info {
  margin: 0 !important;
  padding: 26px 24px !important;
  border: 1px solid var(--line) !important;
  border-top: 0 !important;
  border-radius: 22px !important;
  color: var(--navy) !important;
  background: var(--mint) !important;
  text-align: center;
  font-weight: 700;
}
body.woocommerce-cart .return-to-shop {
  margin: 18px 0 0 !important;
  text-align: center;
}
body.woocommerce-cart .return-to-shop .button,
body.woocommerce-cart .wc-backward {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: var(--coral) !important;
  font-weight: 800;
}
body.woocommerce-cart .return-to-shop .button:hover,
body.woocommerce-cart .wc-backward:hover {
  color: #fff !important;
  background: var(--coral-dark) !important;
}

/* Panier avec produits */
body.woocommerce-cart .woocommerce-cart-form {
  width: 100% !important;
  margin: 0 0 28px !important;
}
body.woocommerce-cart .woocommerce-cart-form__contents {
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid var(--line) !important;
  border-radius: 22px !important;
  border-spacing: 0 !important;
  border-collapse: separate !important;
  overflow: hidden;
  background: #fff !important;
}
body.woocommerce-cart .woocommerce-cart-form__contents thead th {
  padding: 16px 18px !important;
  border: 0 !important;
  color: var(--navy) !important;
  background: var(--mint) !important;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}
body.woocommerce-cart .woocommerce-cart-form__contents td {
  padding: 18px !important;
  border-top: 1px solid var(--line) !important;
  color: var(--navy);
  vertical-align: middle;
}
body.woocommerce-cart .woocommerce-cart-form__contents td.product-remove {
  width: 48px;
  padding-right: 4px !important;
  padding-left: 14px !important;
}
body.woocommerce-cart .woocommerce-cart-form__contents .remove {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: var(--coral) !important;
  background: #fff0ea;
  font-size: 1rem;
  font-weight: 800;
}
body.woocommerce-cart .woocommerce-cart-form__contents .remove:hover {
  color: #fff !important;
  background: var(--coral);
}
body.woocommerce-cart .woocommerce-cart-form__contents td.product-thumbnail img {
  width: 82px;
  height: 82px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #f8fbfa;
  object-fit: contain;
}
body.woocommerce-cart .woocommerce-cart-form__contents td.product-name a {
  color: var(--navy) !important;
  font-weight: 850;
}
body.woocommerce-cart .woocommerce-cart-form__contents td.product-price,
body.woocommerce-cart .woocommerce-cart-form__contents td.product-subtotal {
  color: var(--navy);
  font-weight: 850;
  white-space: nowrap;
}
body.woocommerce-cart .woocommerce-cart-form__contents .quantity .qty {
  width: 68px;
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--navy);
  background: #fff;
  text-align: center;
}
body.woocommerce-cart .woocommerce-cart-form__contents td.actions {
  padding: 18px !important;
  background: #fbfdfc !important;
  text-align: right;
}
body.woocommerce-cart .coupon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  float: left;
}
body.woocommerce-cart .coupon input.input-text {
  min-height: 44px;
  width: 170px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}
body.woocommerce-cart .coupon .button,
body.woocommerce-cart button[name="update_cart"] {
  min-height: 44px;
  padding: 0 17px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: var(--teal-dark) !important;
  background: var(--teal-pale) !important;
  font-size: .78rem;
  font-weight: 800;
}
body.woocommerce-cart button[name="update_cart"]:hover,
body.woocommerce-cart .coupon .button:hover {
  color: #fff !important;
  background: var(--teal) !important;
}
body.woocommerce-cart button[name="update_cart"]:disabled {
  opacity: .5;
}
body.woocommerce-cart .cart-collaterals {
  width: 100% !important;
  margin-top: 28px !important;
  float: none !important;
}
body.woocommerce-cart .cart-collaterals .cart_totals {
  width: min(100%, 430px) !important;
  margin-left: auto !important;
  padding: 25px !important;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--cream);
  float: none !important;
}
body.woocommerce-cart .cart_totals h2 {
  margin: 0 0 15px;
  color: var(--navy);
  font-size: 1.35rem;
}
body.woocommerce-cart .cart_totals table {
  width: 100%;
  margin: 0 0 18px;
  border: 0 !important;
  border-collapse: collapse;
}
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
  padding: 10px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--line) !important;
  background: transparent !important;
}
body.woocommerce-cart .cart_totals th {
  color: var(--muted);
  font-weight: 650;
  text-align: left;
}
body.woocommerce-cart .cart_totals td {
  color: var(--navy);
  font-weight: 800;
  text-align: right;
}
body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
  padding-top: 16px !important;
  border-bottom: 0 !important;
  color: var(--navy);
  font-size: 1.08rem;
}
body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0 !important;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: var(--coral) !important;
  font-weight: 850;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  color: #fff !important;
  background: var(--coral-dark) !important;
}

/* Validation de commande */
body.woocommerce-checkout form.checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 30px;
  align-items: start;
  width: 100% !important;
  margin: 0 !important;
}
body.woocommerce-checkout #customer_details {
  grid-column: 1;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 24px !important;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  float: none !important;
}
body.woocommerce-checkout #customer_details .col-2 {
  margin-bottom: 0 !important;
}
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3,
body.woocommerce-checkout #order_review_heading {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 1.35rem;
}
body.woocommerce-checkout .form-row {
  margin-bottom: 15px !important;
}
body.woocommerce-checkout .form-row label {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: .8rem;
  font-weight: 800;
}
body.woocommerce-checkout .form-row label .required {
  color: var(--coral);
}
body.woocommerce-checkout .form-row input.input-text,
body.woocommerce-checkout .form-row select,
body.woocommerce-checkout .form-row textarea,
body.woocommerce-checkout .select2-container .select2-selection--single {
  width: 100% !important;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  color: var(--navy);
  background: #fff !important;
  box-shadow: none !important;
}
body.woocommerce-checkout .form-row textarea {
  min-height: 110px;
  resize: vertical;
}
body.woocommerce-checkout .form-row input:focus,
body.woocommerce-checkout .form-row select:focus,
body.woocommerce-checkout .form-row textarea:focus,
body.woocommerce-checkout .select2-container--focus .select2-selection--single {
  border-color: var(--teal) !important;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(21,154,139,.12) !important;
}
body.woocommerce-checkout .form-row-first,
body.woocommerce-checkout .form-row-last {
  width: calc(50% - 8px) !important;
  float: left !important;
}
body.woocommerce-checkout .form-row-first {
  margin-right: 16px !important;
}
body.woocommerce-checkout .form-row-wide {
  width: 100% !important;
  clear: both !important;
  float: none !important;
}
body.woocommerce-checkout .woocommerce-form__label-for-checkbox {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 4px 0 0;
  font-weight: 650 !important;
}
body.woocommerce-checkout .woocommerce-form__label-for-checkbox input {
  accent-color: var(--teal);
}
body.woocommerce-checkout #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0 !important;
  padding: 24px 24px 0;
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  background: var(--cream);
}
body.woocommerce-checkout #order_review {
  grid-column: 2;
  grid-row: 2;
  margin: 0 !important;
  padding: 0 24px 24px;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 22px 22px;
  background: var(--cream);
}
body.woocommerce-checkout #order_review table.shop_table {
  width: 100%;
  margin: 0 0 20px;
  border: 0 !important;
  border-collapse: collapse;
  background: transparent;
}
body.woocommerce-checkout #order_review table.shop_table th,
body.woocommerce-checkout #order_review table.shop_table td {
  padding: 11px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--line) !important;
  background: transparent !important;
}
body.woocommerce-checkout #order_review table.shop_table th {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 650;
  text-align: left;
}
body.woocommerce-checkout #order_review table.shop_table td {
  color: var(--navy);
  font-weight: 750;
  text-align: right;
}
body.woocommerce-checkout #order_review table.shop_table .product-name {
  text-align: left;
}
body.woocommerce-checkout #order_review table.shop_table .order-total th,
body.woocommerce-checkout #order_review table.shop_table .order-total td {
  padding-top: 16px !important;
  border-bottom: 0 !important;
  color: var(--navy);
  font-size: 1.05rem;
}
body.woocommerce-checkout #payment {
  padding: 17px !important;
  border-radius: 17px;
  background: var(--mint) !important;
}
body.woocommerce-checkout #payment ul.payment_methods {
  margin: 0 !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid var(--line) !important;
}
body.woocommerce-checkout #payment .payment_box {
  margin: 12px 0 0 !important;
  padding: 13px !important;
  border-radius: 12px;
  color: var(--muted);
  background: #fff !important;
  font-size: .82rem;
}
body.woocommerce-checkout #payment .place-order {
  margin: 0 !important;
  padding: 17px 0 0 !important;
}
body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: .76rem;
}
body.woocommerce-checkout #payment #place_order {
  width: 100%;
  min-height: 50px;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: var(--coral) !important;
  font-weight: 850;
}
body.woocommerce-checkout #payment #place_order:hover {
  color: #fff !important;
  background: var(--coral-dark) !important;
}
body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info {
  border: 1px solid var(--line) !important;
  border-top: 0 !important;
  border-radius: 15px !important;
  color: var(--navy) !important;
  background: var(--mint) !important;
}

@media (max-width: 767px) {
  body.woocommerce-cart .section > .container,
  body.woocommerce-checkout .section > .container,
  body.woocommerce-cart .section > .container.narrow,
  body.woocommerce-checkout .section > .container.narrow {
    width: min(calc(100% - 28px), 1160px) !important;
  }
  body.woocommerce-cart .woocommerce-cart-form {
    overflow-x: auto;
  }
  body.woocommerce-cart .woocommerce-cart-form__contents {
    min-width: 680px;
  }
  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100% !important;
  }
  body.woocommerce-cart .coupon {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
  body.woocommerce-cart .coupon input.input-text {
    flex: 1;
    width: auto;
  }
  body.woocommerce-cart .woocommerce-cart-form__contents td.actions {
    text-align: left;
  }
  body.woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  body.woocommerce-checkout #customer_details,
  body.woocommerce-checkout #order_review_heading,
  body.woocommerce-checkout #order_review {
    grid-column: 1;
    grid-row: auto;
  }
  body.woocommerce-checkout #order_review_heading {
    margin-top: 0 !important;
  }
  body.woocommerce-checkout .form-row-first,
  body.woocommerce-checkout .form-row-last {
    width: 100% !important;
    margin-right: 0 !important;
    float: none !important;
  }
  body.woocommerce-checkout #customer_details .col-1,
  body.woocommerce-checkout #customer_details .col-2 {
    padding: 19px !important;
    border-radius: 18px;
  }
  body.woocommerce-checkout #order_review_heading {
    padding: 19px 19px 0;
    border-radius: 18px 18px 0 0;
  }
  body.woocommerce-checkout #order_review {
    padding: 0 19px 19px;
    border-radius: 0 0 18px 18px;
  }
}
