.elementor-kit-7{--e-global-color-primary:#692BFF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;color:#000000;font-family:"Montserrat", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#5E00FF;font-family:"Montserrat", Sans-serif;}.elementor-kit-7 h1{font-family:"Montserrat", Sans-serif;}.elementor-kit-7 h2{font-family:"Montserrat", Sans-serif;}.elementor-kit-7 h3{font-family:"Montserrat", Sans-serif;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Montserrat", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================
   GLOBAL PRODUCTS GRID – Northerner Style (Astra + Elementor + WVS)
   v2 – Snyggt, med taggar, bättre hierarki & polish
============================ */

.woocommerce ul.products {
  --card-bg: #fff;
  --card-border: #ebebeb;
  --card-radius: 16px;
  --shadow: 0 2px 8px rgba(0,0,0,.05), 0 8px 28px rgba(0,0,0,.06);
  --shadow-hover: 0 4px 12px rgba(0,0,0,.06), 0 16px 40px rgba(0,0,0,.10);
  --text: #0f0f0f;
  --muted: #8a8f9e;
  --muted-bg: #f3f4f6;
  --cta: #7C3AED;
  --cta-hover: #6D28D9;
  --cta-text: #fff;
  --cta-radius: 12px;
  --tag-bg: #f0ebff;
  --tag-text: #6D28D9;
  --gap: 16px;

  gap: var(--gap) !important;
}

/* ── Kort ─────────────────────────────────────────── */
.woocommerce ul.products > li.product {
  background: var(--card-bg) !important;
  border: 1px solid var(--card-border) !important;
  border-radius: var(--card-radius) !important;
  overflow: hidden !important;
  box-shadow: var(--shadow) !important;
  padding: 12px 12px 14px !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  transition: transform .18s ease, box-shadow .18s ease;
  position: relative;
}

.woocommerce ul.products > li.product:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover) !important;
}

/* ── Bild ─────────────────────────────────────────── */
.woocommerce ul.products .astra-shop-thumbnail-wrap {
  margin: 0 0 10px !important;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.woocommerce ul.products .astra-shop-thumbnail-wrap img {
  width: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  background: #f5f5f5;
  display: block;
  transition: transform .25s ease;
}

.woocommerce ul.products > li.product:hover .astra-shop-thumbnail-wrap img {
  transform: scale(1.03);
}

/* Ta bort Astra "bag icon" overlay */
.woocommerce ul.products a.ast-on-card-button {
  display: none !important;
}

/* ── Summary-wrap ─────────────────────────────────── */
.woocommerce ul.products .astra-shop-summary-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}

/* ── Kategori ─────────────────────────────────────── */
.woocommerce ul.products .ast-woo-product-category {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--muted);
  order: 1;
}

/* ── Titel ────────────────────────────────────────── */
.woocommerce ul.products .woocommerce-loop-product__title {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: var(--text) !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
  order: 2;
}

/* ── Pris ─────────────────────────────────────────── */
.woocommerce ul.products .price {
  display: flex;
  gap: 7px;
  order: 3;
  align-items: baseline;
  margin-top: 2px;
}

.woocommerce ul.products .price del {
  color: var(--muted);
  font-size: 12px;
  opacity: .75;
}

.woocommerce ul.products .price ins {
  text-decoration: none;
  font-weight: 800;
  color: var(--text);
  font-size: 15px;
}

/* ── TAGGAR ───────────────────────────────────────── */
/*
  WooCommerce lägger ut produkttaggar som .tagged_as-klassen i loopen.
  Vi stilar dem som pill-badges.
*/

/* Wrapper för taggar */
.woocommerce ul.products .product-tag-wrap,
.woocommerce ul.products .tagged_as {
  order: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 6px;
}

/* Ta bort "Taggad:" prefixet om det dyker upp */
.woocommerce ul.products .tagged_as > span:first-child {
  display: none;
}

/* Varje tagg – <a>-element */
.woocommerce ul.products .tagged_as a,
.woocommerce ul.products .product-tag-wrap a {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--tag-bg);
  color: var(--tag-text) !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2px;
  text-decoration: none !important;
  transition: background .15s, color .15s;
  white-space: nowrap;
}

.woocommerce ul.products .tagged_as a:hover,
.woocommerce ul.products .product-tag-wrap a:hover {
  background: var(--cta);
  color: #fff !important;
}

.woocommerce ul.products .tagged_as:empty {
  display: none !important;
}

.woocommerce ul.products .tagged_as a.woocommerce-LoopProduct-link {
  display: none !important;
}

/* ── Variation-wrapper ────────────────────────────── */
.woocommerce ul.products .wvs-archive-variations-wrapper {
  order: 5;
  margin-top: auto !important;
  padding-top: 10px !important;
}

.woocommerce ul.products .wvs_archive_reset_variations {
  display: none !important;
}

/* Dölj swatches/knappar (WVS) */
.woocommerce ul.products .wvs-archive-variations-wrapper ul.archive-variable-items,
.woocommerce ul.products .wvs-archive-variations-wrapper ul.variable-items-wrapper {
  display: none !important;
}

/* ── Dropdown / raw select ────────────────────────── */
.woocommerce ul.products .wvs-archive-variations-wrapper select.woo-variation-raw-select,
.woocommerce ul.products .wvs-archive-variations-wrapper select[style*="display:none"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;

  width: 100% !important;
  height: 42px !important;
  padding: 10px 38px 10px 12px !important;

  border-radius: 10px !important;
  border: 1.5px solid var(--card-border) !important;
  background:
    #fff
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%238a8f9e' d='M7 10l5 5 5-5z'/></svg>")
    no-repeat right 12px center / 18px !important;

  appearance: none !important;
  -webkit-appearance: none !important;
  font-size: 13px !important;
  color: var(--text) !important;
  cursor: pointer;
  transition: border-color .15s;
}

.woocommerce ul.products .wvs-archive-variations-wrapper select:focus {
  outline: none !important;
  border-color: var(--cta) !important;
}

/* ── CTA-knapp ────────────────────────────────────── */
.woocommerce ul.products a.button {
  order: 6;
  margin-top: 10px !important;
  width: 100% !important;
  padding: 12px !important;
  border-radius: var(--cta-radius) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .2px;
  border: 0 !important;
  background: var(--cta) !important;
  color: var(--cta-text) !important;
  display: flex !important;
  justify-content: center !important;
  transition: background .15s, transform .1s;
  cursor: pointer;
}

.woocommerce ul.products a.button:hover {
  background: var(--cta-hover) !important;
  transform: translateY(-1px);
}

/* ── Rea-badge ────────────────────────────────────── */
.woocommerce ul.products > li.product .onsale {
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  background: #ef4444 !important;
  border-radius: 8px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 4px 8px !important;
  min-width: unset !important;
  min-height: unset !important;
  line-height: 1.4 !important;
}

/* ── Slutsåld ─────────────────────────────────────── */
.woocommerce ul.products > li.product.outofstock .astra-shop-thumbnail-wrap {
  position: relative;
}

.woocommerce ul.products > li.product.outofstock .astra-shop-thumbnail-wrap::after {
  content: "Slutsåld";
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(0,0,0,.52);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 8px;
  letter-spacing: .3px;
  backdrop-filter: blur(2px);
}

.woocommerce ul.products > li.product.outofstock .astra-shop-thumbnail-wrap img {
  opacity: 0.55;
}

.woocommerce ul.products > li.product.outofstock a.button {
  background: #d1d5db !important;
  color: #6b7280 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

/* ── Struktur utan Astra-wrappers ─────────────────── */
.woocommerce ul.products > li.product > a.woocommerce-LoopProduct-link {
  display: flex !important;
  flex-direction: column !important;
  text-decoration: none !important;
}

.woocommerce ul.products > li.product .tagged_as {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 5px !important;
  margin-top: 6px !important;
  order: 4;
}

.woocommerce ul.products > li.product .tagged_as a[rel="tag"] {
  display: inline-flex !important;
  align-items: center !important;
  padding: 3px 9px !important;
  border-radius: 999px !important;
  background: var(--tag-bg) !important;
  color: var(--tag-text) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: background .15s, color .15s !important;
}

.woocommerce ul.products > li.product .tagged_as a[rel="tag"]:hover {
  background: var(--cta) !important;
  color: #fff !important;
}

.woocommerce ul.products > li.product .tagged_as a.woocommerce-LoopProduct-link {
  display: none !important;
}

/* Knapp-wrapper */
.woocommerce ul.products > li.product .woocommerce-loop-product__buttons {
  margin-top: 10px !important;
  order: 6;
}

.woocommerce ul.products > li.product .woocommerce-loop-product__buttons a.button {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  margin-top: 0 !important;
}

/* ── Mobil ────────────────────────────────────────── */
@media (max-width: 767px) {
  .woocommerce ul.products {
    --gap: 10px;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
  }

  .woocommerce ul.products > li.product {
    padding: 10px !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    width: calc(50% - var(--gap) / 2) !important;
  }

  .woocommerce ul.products .woocommerce-loop-product__title {
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
    min-height: unset !important;
    display: block !important;
    font-size: 13px !important;
  }

  .woocommerce ul.products .price {
    margin-top: 4px !important;
  }
  
  .woocommerce ul.products .tagged_as a.woocommerce-LoopProduct-link {
    display: none !important;
  }

  /* Taggar: komprimera lite på mobil */
  .woocommerce ul.products .tagged_as a,
  .woocommerce ul.products .product-tag-wrap a {
    font-size: 10px;
    padding: 2px 7px;
  }

  .woocommerce ul.products .wvs-archive-variations-wrapper {
    margin-top: auto !important;
  }

  .woocommerce ul.products a.button {
    margin-top: 10px !important;
    font-size: 12px !important;
    padding: 10px !important;
  }

  .woocommerce ul.products .wvs-archive-variations-wrapper select {
    height: 40px !important;
  }
}

/* =========================================
   Snuslabbet – Premium Woo Notices (Toast)
   Position: top-right
   Accent: purple
   Look: light / airy / premium
========================================= */

.woocommerce-notices-wrapper{
  position: fixed !important;
  top: 18px;
  right: 18px;
  left: auto;
  bottom: auto;
  z-index: 999999;
  width: min(420px, calc(100vw - 36px));
  pointer-events: none; /* klick går igenom runt om */
}

/* Toast card */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info{
  pointer-events: auto; /* men toasten går att klicka */
  margin: 0 0 10px 0 !important;
  padding: 14px 14px !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,0.92) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(124,58,237,0.18) !important; /* lila border */
  box-shadow: 0 18px 50px rgba(17,24,39,0.16) !important;

  color: #111827 !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;

  display: flex;
  align-items: flex-start;
  gap: 10px;

  animation: slb_toast_in .22s ease-out;
}

/* Ta bort Woo default-ikon */
.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce-notices-wrapper .woocommerce-info::before{
  display: none !important;
}

/* Lila “accent bar” */
.woocommerce-notices-wrapper .woocommerce-message{
  border-left: 5px solid #7c3aed !important;
}
.woocommerce-notices-wrapper .woocommerce-info{
  border-left: 5px solid #7c3aed !important;
}
.woocommerce-notices-wrapper .woocommerce-error{
  border-left: 5px solid #7c3aed !important; /* även error lila enligt din request */
}

/* Länkar i texten */
.woocommerce-notices-wrapper a{
  color: #6d28d9 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}
.woocommerce-notices-wrapper a:hover{
  text-decoration: underline !important;
}

/* “Visa varukorg”-knappen */
.woocommerce-notices-wrapper .button.wc-forward{
  margin: 0 0 0 10px !important;
  padding: 9px 12px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(124,58,237,0.28) !important;

  background: rgba(124,58,237,0.10) !important;
  color: #6d28d9 !important;

  box-shadow: none !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap;
  transition: transform .12s ease, background .12s ease;
}
.woocommerce-notices-wrapper .button.wc-forward:hover{
  background: rgba(124,58,237,0.16) !important;
  transform: translateY(-1px);
}

/* Gör texten lite luftigare utan att bli “stor” */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error{
  letter-spacing: 0.1px;
}

/* Mobil: centrerad och mindre “in your face” */
@media (max-width: 767px){
  .woocommerce-notices-wrapper{
    top: 12px;
    right: 12px;
    width: calc(100vw - 24px);
  }
  .woocommerce-notices-wrapper .button.wc-forward{
    margin-left: 8px !important;
    padding: 10px 12px !important;
  }
}

/* In-animation */
@keyframes slb_toast_in{
  from{ transform: translateY(-8px); opacity: 0; }
  to{ transform: translateY(0); opacity: 1; }
}





/* =========================================================
   SNUSLABBET – KUSTOM CHECKOUT PREMIUM + MOBILE FIX
   Inkl: Gutenberg alignwide fix + Astra fix
========================================================= */


/* ===============================
   1. GUTENBERG ALIGNWIDE FIX
   (detta var boven)
================================= */

body.woocommerce-checkout .wp-block-group.alignwide,
body.woocommerce-checkout .woocommerce.wp-block-group.alignwide{
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Astra container stabilisering */
body.woocommerce-checkout .ast-container,
body.woocommerce-checkout .site-content,
body.woocommerce-checkout .entry-content{
  max-width: 100% !important;
  width: 100% !important;
}


/* ===============================
   2. KCO WRAPPER STRUCTURE FIX
================================= */

#kco-wrapper,
#kco-order-review,
#kco-iframe{
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: both !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* ===============================
   3. ORDER REVIEW CARD DESIGN
================================= */

#kco-order-review{
  --border: rgba(17,24,39,.10);
  --muted: #6b7280;
  --text: #111827;
  --accent: #7c3aed;
  --radius: 16px;
  --shadow: 0 10px 30px rgba(0,0,0,.06);

  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

/* Table reset */
#kco-order-review table.woocommerce-checkout-review-order-table{
  width: 100% !important;
  max-width: 100% !important;
  table-layout: fixed !important;
  border-collapse: separate;
  border-spacing: 0;
}

/* Header */
#kco-order-review thead th{
  background: rgba(17,24,39,.03);
  color: var(--muted);
  font-weight: 700;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
}

/* Body cells */
#kco-order-review td,
#kco-order-review th{
  border: none;
}

#kco-order-review tbody td{
  padding: 14px 16px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

#kco-order-review tbody tr + tr td{
  border-top: 1px solid rgba(17,24,39,.06);
}

/* Product column */
#kco-order-review td.product-name{
  width: 70% !important;
  white-space: normal !important;
  font-weight: 600;
}

/* Price column */
#kco-order-review td.product-total{
  width: 30% !important;
  text-align: right;
  font-weight: 700;
  white-space: normal !important;
}

/* Quantity input */
#kco-order-review input.qty{
  width: 90px;
  height: 40px;
  padding: 0 10px;
  border-radius: 12px;
  border: 1px solid rgba(17,24,39,.15);
  transition: all .15s ease;
}
#kco-order-review input.qty:focus{
  border-color: rgba(124,58,237,.55);
  box-shadow: 0 0 0 4px rgba(124,58,237,.15);
  outline: none;
}

/* Footer rows */
#kco-order-review tfoot th,
#kco-order-review tfoot td{
  padding: 12px 16px;
  border-top: 1px solid rgba(17,24,39,.08);
}

#kco-order-review tfoot td{
  text-align: right;
  font-weight: 700;
}

/* Total row highlight */
#kco-order-review tr.order-total th,
#kco-order-review tr.order-total td{
  background: rgba(124,58,237,.06);
}

#kco-order-review small.includes_tax{
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-weight: 500;
}


/* ===============================
   4. EXTRA FIELDS (anteckningar)
================================= */

#kco-extra-checkout-fields{
  padding: 16px;
  border-top: 1px solid rgba(17,24,39,.08);
}

#order_comments{
  width: 100%;
  min-height: 80px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(17,24,39,.15);
  transition: all .15s ease;
}
#order_comments:focus{
  border-color: rgba(124,58,237,.55);
  box-shadow: 0 0 0 4px rgba(124,58,237,.15);
  outline: none;
}


/* =========================================================
   MOBILE – FÖRBÄTTRAD LAYOUT (luftig som MinPrilla)
========================================================= */
@media (max-width: 768px){

  /* Reset table structure för mobil */
  #kco-order-review table.woocommerce-checkout-review-order-table{
    display: block !important;
    width: 100% !important;
  }
  
  #kco-order-review thead{
    display: none !important; /* Dölj headers på mobil */
  }
  
  #kco-order-review tbody{
    display: block !important;
    width: 100% !important;
  }

  /* Cart item som luftig kort-layout */
  #kco-order-review table.woocommerce-checkout-review-order-table tbody tr.cart_item{
    display: block !important;
    width: 100% !important;
    padding: 20px 16px !important;
    margin: 0 0 8px 0 !important;
    border: none !important;
    border-bottom: 1px solid rgba(17,24,39,.08) !important;
    background: #fff !important;
    position: relative !important;
  }

  /* Produktnamn och qty container */
  #kco-order-review tbody tr.cart_item td.product-name{
    display: block !important;
    width: 100% !important;
    padding: 0 0 12px 0 !important;
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    color: var(--text) !important;
    border: none !important;
  }

  /* Quantity controls - horisontell layout under produktnamn */
  #kco-order-review tbody tr.cart_item td.product-name .quantity,
  #kco-order-review tbody tr.cart_item td.product-name .qty-controls{
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 8px !important;
    padding: 0 !important;
  }

  /* Quantity input styling */
  #kco-order-review input.qty{
    width: 60px !important;
    height: 36px !important;
    padding: 0 8px !important;
    text-align: center !important;
    border-radius: 8px !important;
    border: 1px solid rgba(17,24,39,.2) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  /* Plus/minus knappar */
  #kco-order-review .plus,
  #kco-order-review .minus{
    width: 36px !important;
    height: 36px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(17,24,39,.2) !important;
    background: #fff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all .15s ease !important;
  }

  #kco-order-review .plus:hover,
  #kco-order-review .minus:hover{
    background: rgba(124,58,237,.05) !important;
    border-color: rgba(124,58,237,.3) !important;
  }

/* Pris under texten istället för absolut-position */
#kco-order-review tbody tr.cart_item td.product-total{
    display: block !important;
    position: static !important;   /* TA BORT absolute */
    width: 100% !important;
    margin-top: 8px !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: left !important;   /* eller right om du vill */
    border: none !important;
}

  /* Dölj produktbilder */
  #kco-order-review td.product-name img,
  #kco-order-review .ywp-product-image{
    display: none !important;
  }

  /* Footer (totals) bättre spacing */
  #kco-order-review tfoot{
    display: block !important;
    margin-top: 16px !important;
    padding-top: 16px !important;
    border-top: 2px solid rgba(17,24,39,.1) !important;
  }

  #kco-order-review tfoot tr{
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 8px 16px !important;
    margin: 0 !important;
  }

  #kco-order-review tfoot th{
    width: auto !important;
    text-align: left !important;
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
  }

  #kco-order-review tfoot td{
    width: auto !important;
    padding: 0 !important;
    text-align: right !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }

  /* Total row extra highlight */
  #kco-order-review tfoot tr.order-total{
    background: rgba(124,58,237,.06) !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    margin: 8px 0 !important;
  }

  #kco-order-review tfoot tr.order-total th{
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  #kco-order-review tfoot tr.order-total td{
    font-size: 18px !important;
    color: var(--accent) !important;
  }

  /* Extra fields mobil-anpassning */
  #kco-extra-checkout-fields{
    padding: 20px 16px !important;
    margin-top: 16px !important;
  }

  #order_comments{
    min-height: 100px !important;
    padding: 16px !important;
    font-size: 16px !important;
  }
}/* End custom CSS */