:root {
  --color-gold: #f5a800;
  --color-gold-dark: #c47f00;
  --color-bi: #EEF3EA;
  --color-ljus: #F8EEE6;
  --color-topbar: #fef7e0;
}

.topbar {
  background: #fef7e0;
  border-bottom: 1px solid rgb(252.725, 236.8, 184.475);
  font-size: 0.8rem;
  padding: 6px 0;
}
.topbar .open-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2a7a3a;
  font-weight: 600;
}
.topbar .lunch-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #c0392b;
  font-weight: 600;
  margin-left: 16px;
}
.topbar .top-links a {
  color: #555;
  text-decoration: none;
  margin-left: 16px;
  font-size: 0.8rem;
}
.topbar .top-links a:hover {
  color: #222;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #e8e4de;
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.site-header .logo-wrap {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.site-header .logo-wrap img {
  max-height: 70px;
}

.main-nav a {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #444;
  text-decoration: none;
  padding: 6px 12px;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
.main-nav a:hover {
  color: #1a1a1a;
}
.main-nav a.active {
  color: #c47f00;
  border-bottom-color: #f5a800;
}

.hdr-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid #ddd;
  color: #333;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
  position: relative;
}
.hdr-icon:hover {
  background: #f5f5f5;
  border-color: #aaa;
  color: #000;
}
.hdr-icon .badge-count {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #f5a800;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero {
  position: relative;
  background: #fdf3d0;
  overflow: hidden;
  min-height: 380px;
}

.hero-carousel .carousel-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(253, 243, 208, 0.92) 40%, rgba(253, 243, 208, 0.1) 100%);
  display: flex;
  align-items: center;
  padding: 0 5%;
  z-index: 2;
}

.hero-content .bee-hero {
  font-size: 2.5rem;
  color: #f5a800;
  margin-bottom: 8px;
  display: block;
}
.hero-content h1 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 12px;
}
.hero-content p {
  color: #666;
  font-size: 1rem;
  max-width: 380px;
  margin-bottom: 24px;
}

.btn-bi {
  background: #5B6F4A;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.15s;
}
.btn-bi:hover {
  background: #4C5E3F;
  color: #fff;
}

.btn-ljus {
  background: #B67C52;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.15s;
}
.btn-ljus:hover {
  background: #9F6843;
  color: #fff;
}

.avd-section {
  padding: 28px 0;
}

.avd-card {
  border-radius: 12px;
  padding: 20px 20px 16px;
  height: 100%;
}
.avd-card.bi {
  background: #EEF3EA;
}
.avd-card.ljus {
  background: #F8EEE6;
}

.avd-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.avd-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avd-icon {
  font-size: 1.8rem;
  opacity: 0.75;
}

.avd-card.bi .avd-icon {
  color: #5B6F4A;
}

.avd-card.ljus .avd-icon {
  color: #9F6843;
}

.avd-title {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0;
}

.avd-sub {
  font-size: 0.8rem;
  color: #666;
  margin: 0;
}

.avd-visa-alla {
  font-size: 0.78rem;
  font-weight: 600;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
}
.avd-visa-alla:hover {
  color: #000;
}

.avd-popular-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #666;
  margin: 16px 0 10px;
}

.avd-pdf-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 8px;
  margin-top: 4px;
}
.avd-pdf-bar.bi-pdf {
  background: rgba(58, 90, 120, 0.1);
  color: #5B6F4A;
}
.avd-pdf-bar.ljus-pdf {
  background: rgba(200, 160, 80, 0.1);
  color: #c47f00;
}

.avd-pdf-title {
  font-size: 0.82rem;
  font-weight: 700;
}

.avd-pdf-sub {
  font-size: 0.7rem;
  opacity: 0.7;
}

.avd-pdf-btn {
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  border: 1.5px solid #5B6F4A;
  color: #5B6F4A;
  transition: background 0.15s, color 0.15s;
}
.avd-pdf-btn:hover {
  background: #5B6F4A;
  color: #fff;
}

.ljus-pdf-btn {
  border-color: #c47f00;
  color: #c47f00;
}
.ljus-pdf-btn:hover {
  background: #c47f00;
  color: #fff;
}

.product-card-new {
  background: #fff;
  border: 1px solid #ece8e0;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
  height: 100%;
}
.product-card-new:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.product-card-new .prod-img-wrap {
  position: relative;
  background: #f8f6f2;
  padding: 16px;
}
.product-card-new .prod-img-wrap img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}
.product-card-new .artnr-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.68rem;
  color: #888;
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid #eee;
}
.product-card-new .cart-btn {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
}
.product-card-new .cart-btn:hover {
  background: #5B6F4A;
  color: #fff;
  border-color: #5B6F4A;
}
.product-card-new .prod-info {
  padding: 12px 14px 14px;
}
.product-card-new .prod-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 2px;
}
.product-card-new .prod-artnr {
  font-size: 0.72rem;
  color: #999;
  margin-bottom: 6px;
}
.product-card-new .prod-price {
  font-size: 0.95rem;
  font-weight: 700;
  color: #c47f00;
}

.usp-section {
  background: #faf9f7;
  border-top: 1px solid #ece8e0;
  border-bottom: 1px solid #ece8e0;
  padding: 28px 0;
}

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

.usp-icon {
  font-size: 2rem;
  color: #f5a800;
  margin-bottom: 8px;
  display: block;
}

.usp-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 2px;
}

.usp-sub {
  font-size: 0.78rem;
  color: #666;
}

footer {
  flex-shrink: 0;
  background: #23201c;
  color: #d7d2ca;
  padding: 40px 0 0;
}
footer h5 {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 16px;
}
footer a {
  color: #bbb;
  text-decoration: none;
  font-size: 0.82rem;
}
footer a:hover {
  color: #fff;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  margin-bottom: 8px;
}
footer .footer-about {
  font-size: 0.82rem;
  color: #999;
  line-height: 1.6;
}
footer .footer-bottom {
  border-top: 1px solid #3a3a3a;
  margin-top: 32px;
  padding: 14px 0;
  font-size: 0.75rem;
  color: #666;
  text-align: center;
}
footer .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #444;
  border-radius: 50%;
  color: #bbb;
  font-size: 1rem;
  text-decoration: none;
  margin-right: 6px;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
footer .social-icon:hover {
  background: #f5a800;
  border-color: #f5a800;
  color: #fff;
}
footer .newsletter-input {
  display: flex;
  margin-top: 10px;
}
footer .newsletter-input input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #444;
  background: #333;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 6px 0 0 6px;
  outline: none;
}
footer .newsletter-input input::placeholder {
  color: #888;
}
footer .newsletter-input button {
  background: #f5a800;
  border: none;
  padding: 8px 14px;
  color: #fff;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}
footer .newsletter-input button:hover {
  background: #c47f00;
}

.btn-karta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border: 1px solid #555;
  border-radius: 20px;
  color: #bbb;
  font-size: 0.78rem;
  text-decoration: none;
  margin-top: 10px;
  transition: background 0.15s, color 0.15s;
}
.btn-karta:hover {
  background: #444;
  color: #fff;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 1.6rem;
  }
  .hero-overlay {
    background: linear-gradient(180deg, rgba(253, 243, 208, 0.9) 60%, rgba(253, 243, 208, 0.1) 100%);
  }
}
@media (max-width: 576px) {
  body.modal-open,
  body.offcanvas-backdrop {
    padding-right: 0 !important;
  }
}

.bg-joelvax {
  background-color: #f5a800;
}

.bg-bi {
  background-color: #EEF3EA;
}

.bg-ljus {
  background-color: #F8EEE6;
}

.joelvax-menu .selected {
  color: #f5a800;
}
.joelvax-menu a {
  color: #000;
}
.joelvax-menu a:hover {
  color: #f5a800;
}

.accordion-button::after {
  font-family: inherit;
  font-weight: bold;
  content: "+";
  font-size: 1.25rem;
  margin-left: auto;
  transition: transform 0.2s ease;
}

.product-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
.product-card .product-img {
  width: 100%;
  display: block;
}
.product-card .product-info {
  padding: 1rem;
}
.product-card .artnr {
  font-size: 0.75rem;
  color: #ccc;
}
.product-card .product-price {
  font-weight: bold;
  color: #c47f00;
}
.product-card .hover-icons {
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.product-card:hover .hover-icons {
  opacity: 1;
}
.product-card .icon-circle {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}
.product-card .icon-circle:hover {
  transform: scale(1.1);
  color: #000;
}
.product-card .product-addtocart {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.96);
  opacity: 0;
  transform: scale(0.2);
  z-index: 5;
  visibility: hidden;
  transition: 0.5s ease;
}
.product-card .product-addtocart.open {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

#searchCanvas {
  height: 100vh;
}
@media (min-width: 992px) {
  #searchCanvas {
    height: 50vh;
  }
}

.filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1rem 0;
}

.filter-tag {
  border: none;
  border-radius: 50rem;
  padding: 0.5rem 1rem;
  font-weight: 500;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #000;
}
.filter-tag .bi-x {
  display: none;
  font-size: 1rem;
}
.filter-tag.active {
  background-color: #0d6efd;
  color: #fff;
}
.filter-tag.active .bi-x {
  display: inline;
}

.pagination-wrapper {
  background-color: #fff;
}

.pagination .page-item .page-link {
  border-radius: 0 !important;
  border: 1px solid #ddd;
  color: #333;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 28px;
  padding: 0.6rem 0.75rem;
  font-size: 1rem;
}
.pagination .page-item .page-link:hover {
  background-color: #f8f8f8;
}
.pagination .page-item.active .page-link {
  background-color: transparent;
  color: #f5a800;
  font-weight: bold;
  border-color: #ddd;
}

.modal-body img {
  max-height: 450px;
  object-fit: contain;
}

.modal .btn-close {
  z-index: 1056;
  cursor: pointer;
}

.size-btn {
  border: 1px solid #ccc;
  background: white;
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.size-btn.active {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-color: #000;
}
.size-btn:hover {
  border-color: #000;
}

.quantity-box {
  width: fit-content;
}
.quantity-box .quantity-btn {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 1rem;
  padding: 0.4rem 0.9rem;
  cursor: pointer;
  transition: background 0.2s;
}
.quantity-box .quantity-btn:hover {
  background: #f8f8f8;
}
.quantity-box .quantity-display {
  width: 50px;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  pointer-events: none;
}

.produkt-tabs {
  border-bottom: none;
}
.produkt-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9rem;
  color: #555;
  padding-bottom: 0.5rem;
  margin-right: 1.5rem;
  background-color: transparent;
}
.produkt-tabs .nav-link:hover {
  color: #000;
}
.produkt-tabs .nav-link.active {
  color: #f5a800;
  border-color: #f5a800;
  background-color: transparent;
}

.tab-content {
  background-color: transparent;
  border: none;
  padding-top: 1rem;
}
.tab-content p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
}

.list-downloads .list-group-item {
  font-size: 0.95rem;
  color: #444;
  border: none;
  border-bottom: 1px solid #eee;
  padding: 0.75rem 1rem;
}

.list-downloads .btn-outline-secondary {
  font-size: 0.85rem;
  color: #f5a800;
  border-color: #f5a800;
}
.list-downloads .btn-outline-secondary:hover {
  background-color: #f5a800;
  color: #fff;
}

.virtual-product-list a {
  border-bottom: 1px solid #dee2e6;
  color: #212529;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.virtual-product-list a:hover {
  background-color: #f8f9fa;
  color: #000;
  text-decoration: none;
}

.virtual-product-list li:last-child a {
  border-bottom: none;
}

.form-select {
  background-color: transparent;
  font-size: 0.875rem;
}

.form-select:focus {
  box-shadow: none;
  border-color: transparent;
}

.page-hero {
  padding: 28px 0 20px;
}
.page-hero--bi {
  background: #EEF3EA;
}
.page-hero--ljus {
  background: #F8EEE6;
}
.page-hero h1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.page-hero .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
}
.page-hero .breadcrumb-item a {
  color: #5B6F4A;
  text-decoration: none;
}
.page-hero .breadcrumb-item.active {
  color: #666;
}
.page-hero .breadcrumb-item + .breadcrumb-item::before {
  color: #999;
}

.filter-bar {
  border-bottom: 1px solid #ece8e0;
  padding: 12px 0;
  background: #faf9f7;
}

.filter-tag {
  padding: 5px 14px;
  border-radius: 20px;
  border: 1.5px solid #ddd;
  font-size: 0.78rem;
  font-weight: 600;
  color: #444;
  background: #fff;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
}
.filter-tag:hover, .filter-tag.active {
  background: #EEF3EA;
  border-color: rgb(198.5909090909, 215.1818181818, 185.3181818182);
  color: #5B6F4A;
}

.product-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 12px 0;
}

.toolbar-select {
  padding: 6px 12px;
  border: 1.5px solid #ddd;
  border-radius: 6px;
  font-size: 0.78rem;
  color: #444;
  background: #fff;
  cursor: pointer;
}

.sidebar {
  border-right: 1px solid #ece8e0;
  padding-right: 20px;
}
.sidebar .acc-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  border-top: 1px solid #ece8e0;
  padding: 12px 0;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1a1a1a;
  cursor: pointer;
}
.sidebar .acc-btn:first-child {
  border-top: none;
}
.sidebar .acc-body {
  padding-bottom: 10px;
}
.sidebar .cat-group-title {
  font-size: 0.72rem;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 10px 0 4px;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li a {
  display: block;
  padding: 4px 0 4px 12px;
  font-size: 0.82rem;
  color: #444;
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: color 0.12s, border-color 0.12s;
}
.sidebar ul li a:hover {
  color: #5B6F4A;
  border-left-color: #5B6F4A;
}
.sidebar ul li a.selected {
  color: #5B6F4A;
  border-left-color: #5B6F4A;
  font-weight: 600;
}

.product-card {
  background: #fff;
  border: 1px solid #ece8e0;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.product-card .prod-img {
  position: relative;
  background: #f8f6f2;
  padding: 16px;
  cursor: pointer;
}
.product-card .prod-img img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}
.product-card .artnr-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.68rem;
  color: #888;
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid #eee;
}
.product-card .zoom-btn {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  opacity: 0;
  transition: opacity 0.15s;
  cursor: pointer;
}
.product-card:hover .zoom-btn {
  opacity: 1;
}
.product-card .prod-body {
  padding: 12px 14px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-card .prod-name {
  font-size: 0.88rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 2px;
  text-decoration: none;
}
.product-card .prod-name:hover {
  color: #5B6F4A;
}
.product-card .prod-artnr {
  font-size: 0.72rem;
  color: #999;
  margin-bottom: 8px;
}
.product-card .prod-price {
  font-size: 1rem;
  font-weight: 700;
  color: #c47f00;
  margin-top: auto;
}
.product-card .cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #555;
  text-decoration: none;
  margin-top: auto;
  transition: background 0.15s, color 0.15s;
}
.product-card .cart-btn:hover {
  background: #5B6F4A;
  color: #fff;
  border-color: #5B6F4A;
}

.pagination-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #ece8e0;
  margin-top: 8px;
}

.pagination-bar .page-info {
  font-size: 0.78rem;
  color: #888;
}

.pagination {
  gap: 4px;
}

.page-link {
  border-radius: 6px !important;
  border: 1.5px solid #ddd;
  color: #444;
  font-size: 0.82rem;
  padding: 5px 12px;
  transition: all 0.15s;
}
.page-link:hover {
  background: #EEF3EA;
  border-color: rgb(198.5909090909, 215.1818181818, 185.3181818182);
  color: #5B6F4A;
}

.page-item.active .page-link {
  background: #5B6F4A;
  border-color: #5B6F4A;
  color: #fff;
}

@media (max-width: 768px) {
  .product-toolbar {
    flex-wrap: wrap;
  }
}
.avd-landing {
  padding: 40px 0;
}
.avd-landing-hero {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 32px;
}
.avd-landing-hero img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.avd-landing-body {
  max-width: 780px;
}
.avd-landing-body h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.avd-landing-body h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 32px;
  margin-bottom: 8px;
}
.avd-landing-body p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.75;
  margin-bottom: 12px;
}
.avd-landing-body strong {
  color: #1a1a1a;
}

.produkt-detail {
  padding: 8px 0 40px;
}

.produkt-main-img {
  background: #f8f6f2;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}
.produkt-main-img img {
  max-height: 360px;
  object-fit: contain;
}

.produkt-thumbs .produkt-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid #eee;
  cursor: pointer;
  transition: border-color 0.15s;
}
.produkt-thumbs .produkt-thumb:hover, .produkt-thumbs .produkt-thumb.active {
  border-color: #f5a800;
}

.produkt-namn {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.produkt-artnr {
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 12px;
}

.produkt-label {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1a1a1a;
}

.produkt-pris-ord {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 4px;
}
.produkt-pris-ord del {
  margin-right: 8px;
}

.produkt-rabatt {
  color: #f5a800;
  font-weight: 700;
}

.produkt-lagsta-pris {
  font-size: 0.82rem;
  color: #666;
  margin-bottom: 8px;
}

.produkt-pris {
  font-size: 1.6rem;
  font-weight: 700;
  color: #5B6F4A;
  margin-bottom: 4px;
}

.produkt-moms {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 12px;
}

.produkt-kontakta {
  font-size: 1rem;
  font-weight: 600;
  color: #666;
  margin: 12px 0;
}

.btn-addtocart {
  background: #f5a800;
  color: #fff;
  border: none;
  padding: 12px 32px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
  width: 100%;
}
.btn-addtocart:hover {
  background: #c47f00;
}

.produkt-kampanj {
  background: #f8f6f2;
  border-radius: 8px;
  padding: 16px 20px;
}

.countdown-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.countdown-item {
  text-align: center;
}
.countdown-item span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
}
.countdown-item small {
  font-size: 0.72rem;
  color: #666;
  text-transform: uppercase;
}

.countdown-dot {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 14px;
}

.cart-row-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  background: #f8f6f2;
  border-radius: 6px;
  padding: 4px;
}

.btn-trash {
  background: none;
  border: none;
  color: #666;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: color 0.15s, background 0.15s;
}
.btn-trash:hover {
  color: #c0392b;
  background: #fdf0ee;
}

.cart-summary {
  background: #faf9f7;
  border: 1px solid #ece8e0;
  border-radius: 10px;
  padding: 24px;
}

.cart-total-pris {
  color: #5B6F4A;
}

.checkout-rubrik {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #1a1a1a;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f5a800;
  display: inline-block;
}

.checkout-input {
  border-radius: 0 !important;
  border-color: #ddd;
  font-size: 0.88rem;
}
.checkout-input:focus {
  border-color: #f5a800;
  box-shadow: 0 0 0 2px rgba(245, 168, 0, 0.15);
}

.checkout-shipping-options,
.checkout-payment-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}

.checkout-shipping-option,
.checkout-payment-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}
.checkout-shipping-option:has(input:checked),
.checkout-payment-option:has(input:checked) {
  border-color: #f5a800;
  background: rgb(255, 235.8285714286, 194);
}
.checkout-shipping-option input[type=radio],
.checkout-payment-option input[type=radio] {
  accent-color: #f5a800;
  flex-shrink: 0;
}

.checkout-shipping-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 2px;
}

.checkout-shipping-pris {
  font-weight: 700;
  color: #1a1a1a;
  white-space: nowrap;
}

.checkout-summary {
  background: #faf9f7;
  border: 1px solid #ece8e0;
  border-radius: 10px;
  padding: 24px;
  position: sticky;
  top: 100px;
}

.checkout-items {
  max-height: 280px;
  overflow-y: auto;
  margin-bottom: 16px;
}

.checkout-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #ece8e0;
}
.checkout-item:last-child {
  border-bottom: none;
}
.checkout-item img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  background: #f8f6f2;
  border-radius: 6px;
  padding: 4px;
  flex-shrink: 0;
}

.checkout-item-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 2px;
  min-width: 0;
}
.checkout-item-info span:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkout-totals {
  background: #fff;
  border: 1px solid #ece8e0;
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 16px;
}

#cartCanvas {
  width: 380px;
}
@media (max-width: 576px) {
  #cartCanvas {
    width: 100vw;
  }
}

/*# sourceMappingURL=joelvax.css.map */
