/* =========================================================
   RAMKLO DRÖNARFOTO - OPTIMERAD CUSTOM CSS
   Version: clean responsive header + startsida + Hikashop
   Ersätt HELA din gamla Custom CSS med denna.
   ========================================================= */

/* =========================
   ROOT / GENERELLT
   ========================= */

:root {
  --ramklo-blue: #001871;
  --ramklo-gold: #f2a900;
  --ramklo-text: #1f2937;
  --ramklo-muted: #4b5563;
  --ramklo-light: #ffffff;
  --ramklo-soft: #f5f7fb;
  --ramklo-border: #d1d5db;
  --ramklo-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --ramklo-shadow-hover: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.sppb-section {
  border-top: none !important;
  border-bottom: none !important;
}

a {
  transition: color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease;
}

/* =========================
   KNAPPAR - GLOBALT
   ========================= */

.sppb-section .sppb-btn,
.sppb-section a.sppb-btn,
.sppb-addon-button .sppb-btn,
.sppb-addon-button a.sppb-btn,
.ramklo-header-btn,
.back-to-shop-btn,
.hikashop_add_to_cart .btn,
.hikashop_cart_input_button,
button.hikashop_cart_input_button,
.hikashop_checkout .btn,
.hikashop_cart .btn,
.hikashop_checkout .hikashop_cart_input_button,
.hikashop_cart .hikashop_cart_input_button {
  display: inline-block;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  border: 2px solid var(--ramklo-gold) !important;
  background: var(--ramklo-light) !important;
  color: var(--ramklo-blue) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: all 0.25s ease !important;
}

.sppb-section .sppb-btn:hover,
.sppb-section a.sppb-btn:hover,
.sppb-addon-button .sppb-btn:hover,
.sppb-addon-button a.sppb-btn:hover,
.ramklo-header-btn:hover,
.back-to-shop-btn:hover,
.hikashop_add_to_cart .btn:hover,
.hikashop_cart_input_button:hover,
button.hikashop_cart_input_button:hover,
.hikashop_checkout .btn:hover,
.hikashop_cart .btn:hover,
.hikashop_checkout .hikashop_cart_input_button:hover,
.hikashop_cart .hikashop_cart_input_button:hover {
  background: var(--ramklo-gold) !important;
  color: var(--ramklo-light) !important;
  transform: translateY(-2px);
}

.back-to-shop-wrap {
  max-width: 1180px;
  margin: 0 auto 20px auto;
  padding: 0 20px;
}

.back-to-shop-btn {
  padding: 8px 14px !important;
  font-size: 14px !important;
}

/* =========================
   HEADER / MENY
   ========================= */

/* Desktop: frostad premium-header ovanpå hero */
@media (min-width: 1200px) {
  #sp-header {
    position: absolute !important;
    top: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: calc(100% - 80px) !important;
    z-index: 9999 !important;
    background: rgba(220, 228, 240, 0.26) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10) !important;
    transition: all 0.3s ease !important;
  }

  .header-sticky #sp-header,
  .sticky-header #sp-header,
  #sp-header.header-sticky {
    position: fixed !important;
    top: 12px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: calc(100% - 60px) !important;
    background: rgba(255,255,255,0.76) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 18px !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12) !important;
  }

  #sp-menu .sp-megamenu-wrapper,
  #sp-menu .sp-megamenu-wrapper nav,
  #sp-menu .sp-megamenu-parent,
  #sp-menu ul.sp-megamenu-parent {
    display: flex !important;
  }

  #offcanvas-toggler,
  #modal-menu-toggler,
  .offcanvas-toggler,
  .burger-icon {
    display: none !important;
  }
}

/* Tablet/mobil: stabil sticky header med hamburger */
@media (max-width: 1199px) {
  #sp-header,
  .header-sticky #sp-header,
  .sticky-header #sp-header,
  #sp-header.header-sticky {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    z-index: 9999 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: rgba(255,255,255,0.96) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: 0 !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08) !important;
    padding: 10px 0 !important;
  }

  #sp-menu .sp-megamenu-wrapper,
  #sp-menu .sp-megamenu-wrapper nav,
  #sp-menu .sp-megamenu-parent,
  #sp-menu ul.sp-megamenu-parent,
  .sp-megamenu-wrapper,
  .sp-megamenu-parent {
    display: none !important;
  }

  #offcanvas-toggler,
  #modal-menu-toggler,
  .offcanvas-toggler {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  .burger-icon {
    display: inline-flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    width: 30px !important;
    height: 24px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .burger-icon > span,
  .burger-icon span {
    display: block !important;
    width: 30px !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: var(--ramklo-blue) !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    box-shadow: none !important;
  }

  #offcanvas-toggler i,
  #modal-menu-toggler i,
  .offcanvas-toggler i,
  #offcanvas-toggler svg,
  #modal-menu-toggler svg,
  .offcanvas-toggler svg {
    color: var(--ramklo-blue) !important;
    fill: var(--ramklo-blue) !important;
    stroke: var(--ramklo-blue) !important;
  }

  .ramklo-header-cart,
  #sp-header .ramklo-header-cart {
    display: none !important;
  }
}

/* Gör inre header-wrappers transparenta */
#sp-header > .container,
#sp-header .container,
#sp-header .container-inner,
#sp-header .row,
#sp-header [class*="col"],
#sp-header .sp-column,
#sp-header .sp-module,
#sp-header .sp-megamenu-wrapper,
#sp-header .logo,
#sp-header .header-modules,
#sp-header .d-flex,
#sp-menu,
#sp-logo {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Logo */
#sp-header .logo img,
#sp-header .sp-default-logo {
  max-height: 62px;
  transition: all 0.3s ease;
}

@media (max-width: 1199px) {
  #sp-header .logo img,
  #sp-header .sp-default-logo {
    max-height: 48px !important;
  }

  #sp-header .container-inner {
    min-height: 66px;
  }
}

@media (max-width: 575px) {
  #sp-header {
    padding: 8px 0 !important;
  }

  #sp-header .logo img,
  #sp-header .sp-default-logo {
    max-height: 40px !important;
  }
}

/* Menylänkar desktop */
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > a:hover,
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.current > a,
.sp-megamenu-parent > li > a span,
.sp-megamenu-parent > li > a:hover span,
.sp-megamenu-parent > li.active > a span,
.sp-megamenu-parent > li.current > a span {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  position: relative;
}

#sp-header .sp-megamenu-parent > li > a {
  color: var(--ramklo-blue) !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px;
  padding-bottom: 8px;
}

#sp-header .sp-megamenu-parent > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background: var(--ramklo-gold);
  border-radius: 2px;
  transform: translateX(-50%);
  transition: width 0.25s ease;
}

#sp-header .sp-megamenu-parent > li:hover > a,
#sp-header .sp-megamenu-parent > li.active > a,
#sp-header .sp-megamenu-parent > li.current > a {
  color: var(--ramklo-gold) !important;
}

#sp-header .sp-megamenu-parent > li:hover > a::after,
#sp-header .sp-megamenu-parent > li.active > a::after,
#sp-header .sp-megamenu-parent > li.current > a::after {
  width: 60%;
}

/* Header cart desktop */
#sp-header .custom {
  margin: 0;
}

#sp-header .ramklo-header-cart {
  position: absolute;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1.5px solid var(--ramklo-gold);
  border-radius: 999px;
  background: var(--ramklo-light);
  color: var(--ramklo-blue) !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  z-index: 1000;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

#sp-header .ramklo-header-cart:hover {
  background: var(--ramklo-gold);
  color: var(--ramklo-light) !important;
}

/* =========================
   OFFCANVAS / MOBILMENY
   ========================= */

.sp-offcanvas {
  background: var(--ramklo-blue) !important;
}

.sp-offcanvas .sp-menu-item > a {
  color: var(--ramklo-light) !important;
  font-weight: 500;
}

.sp-offcanvas .sp-menu-item.active > a,
.sp-offcanvas .sp-menu-item > a:hover {
  color: var(--ramklo-gold) !important;
}

.offcanvas-active .burger-icon > span,
#modal-menu-toggler.active .burger-icon > span {
  background-color: #9cb1ff !important;
}

@media (max-width: 1199px) {
  .sp-offcanvas .mod-login,
  .sp-offcanvas .login,
  .sp-offcanvas .user,
  .sp-offcanvas .dropdown,
  .sp-offcanvas .nav-child {
    display: none !important;
  }

  .sp-offcanvas .sp-menu-item > a {
    font-size: 18px;
    padding: 14px 0;
  }

  .offcanvas-menu .offcanvas-inner {
    padding: 15px 20px;
  }
}

/* =========================
   ARTIKLAR / AKTUELLT
   ========================= */

.item-page {
  max-width: 800px;
  margin: 0 auto;
}

.item-page h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.item-page .article-info {
  font-size: 14px;
  color: #888;
  margin-bottom: 30px;
}

.item-page p {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}

.item-page .icons {
  margin-top: 20px;
}

.item-page .icons a {
  background: #f8fafc;
  padding: 10px;
  border-radius: 50%;
}

/* Aktuellt-kort */
.sppb-addon-articles .sppb-article,
.sppb-addon-articles .sppb-addon-article {
  transition: all .3s ease;
}

.sppb-addon-articles .sppb-article:hover,
.sppb-addon-articles .sppb-addon-article:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

@media (max-width: 991px) {
  .sppb-addon-articles .sppb-row,
  .sppb-addon-articles .row {
    display: block !important;
  }

  .sppb-addon-articles [class*="sppb-col"],
  .sppb-addon-articles [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 24px !important;
  }
}

@media (max-width: 575px) {
  .sppb-addon-articles .sppb-article-img-wrap img,
  .sppb-addon-articles img {
    border-radius: 14px !important;
  }

  .sppb-addon-articles h3,
  .sppb-addon-articles .sppb-article-title {
    font-size: 22px !important;
    line-height: 1.25 !important;
  }

  .sppb-addon-articles p,
  .sppb-addon-articles .sppb-article-introtext {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}

/* =========================
   SKÄRHOLMENS GÅRD PARTNERKORT
   HTML:
   <div class="rd-venue-card">...</div>
   Lägg gärna i egen section under personlig service.
   ========================= */

.rd-venue-partner {
  padding: 60px 20px;
  background: var(--ramklo-soft);
}

.rd-venue-card {
  max-width: 1050px;
  margin: 50px auto;
  padding: 34px 42px;
  background: #ffffff;
  border: 1px solid rgba(0,24,113,0.08);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 36px;
  align-items: center;
}

.rd-venue-label {
  margin: 0 0 10px 0;
  color: var(--ramklo-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.rd-venue-text h2 {
  max-width: 620px;
  margin: 0 0 16px 0;
  color: var(--ramklo-blue);
  font-size: 32px;
  line-height: 1.15;
  font-weight: 700;
}

.rd-venue-text p {
  max-width: 660px;
  color: #334155;
  font-size: 17px;
  line-height: 1.7;
}

.rd-venue-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--ramklo-gold);
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700;
}

.rd-venue-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(242,169,0,.28);
}

.rd-venue-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rd-venue-logo img {
  max-width: 210px;
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  .rd-venue-card {
    grid-template-columns: 1fr;
    padding: 28px;
    margin: 35px auto;
  }

  .rd-venue-text h2 {
    font-size: 26px;
  }

  .rd-venue-logo img {
    max-width: 180px;
  }
}

/* =========================
   HIKASHOP - KORT / LISTNING
   ========================= */

.hikashop_product {
  background: var(--ramklo-light);
  border-radius: 14px;
  padding: 10px;
  box-shadow: var(--ramklo-shadow);
  transition: all 0.3s ease;
  text-align: center;
}

.hikashop_product:hover {
  transform: translateY(-6px);
  box-shadow: var(--ramklo-shadow-hover);
}

.hikashop_product_name a {
  font-weight: 600;
  color: #0f172a;
  text-decoration: none !important;
}

.hikashop_product_price {
  color: #334155;
  font-size: 14px;
  font-weight: 600;
}

.hikashop_product_price_per_unit,
.hikashop_product_price_per_unit span,
.hikashop_product_price_full .hikashop_product_price_per_unit,
.hikashop_product_price_full .hikashop_product_price_per_unit span {
  display: none !important;
}

/* Kategorisidor */
body.view-category .hikashop_quantity_field,
body.view-category .hikashop_quantity_field_change,
body.view-category .hikashop_product_quantity,
body.view-category .hikashop_cart_product_quantity_div,
body.view-category .hikashop_product_quantity_div {
  display: none !important;
}

body.view-category .hikashop_product_cart,
body.view-category .hikashop_add_to_cart,
body.view-category .hikashop_cart_input_button,
body.view-category button.hikashop_cart_input_button,
body.view-category .hikashop_product_cart .btn,
body.view-category .hikashop_product_cart input,
body.view-category .hikashop_product_cart div {
  display: none !important;
}

body.view-category .hikashop_product {
  padding: 18px !important;
  padding-top: 14px !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.07) !important;
}

body.view-category .hikashop_product:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12) !important;
}

body.view-category .hikashop_product_name a {
  font-size: 18px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  color: #1f2937 !important;
}

body.view-category .hikashop_product_price {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #334155 !important;
  margin-top: 12px !important;
  margin-bottom: 10px !important;
}

body.view-category #sp-main-body {
  padding-top: 30px !important;
  padding-bottom: 50px !important;
}

body.view-category .back-to-shop-wrap {
  margin-bottom: 28px !important;
}

body.view-category .hikashop_product_image {
  width: 100% !important;
  height: 240px !important;
  overflow: hidden !important;
  border-radius: 14px !important;
  display: block;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

body.view-category .hikashop_product_image a,
body.view-category .hikashop_product_image span,
body.view-category .hikashop_product_image div {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

body.view-category .hikashop_product_image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block;
}

/* Listing layout */
body.view-product.layout-listing .hikashop_products_listing,
body.view-product.layout-listing .hikashop_products {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
}

body.view-product.layout-listing .hikashop_product {
  width: calc(33.333% - 16px) !important;
  max-width: none !important;
  flex: 0 0 calc(33.333% - 16px) !important;
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 18px !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.07) !important;
  text-align: center !important;
}

body.view-product.layout-listing .hikashop_product_image {
  width: 100% !important;
  height: 220px !important;
  overflow: hidden !important;
  border-radius: 14px !important;
  margin-bottom: 14px !important;
}

body.view-product.layout-listing .hikashop_product_image a,
body.view-product.layout-listing .hikashop_product_image span,
body.view-product.layout-listing .hikashop_product_image div {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

body.view-product.layout-listing .hikashop_product_image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

body.view-product.layout-listing .hikashop_product_name a {
  font-size: 18px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  color: #1f2937 !important;
  text-decoration: none !important;
}

body.view-product.layout-listing .hikashop_product_price {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #334155 !important;
  margin: 8px 0 10px 0 !important;
}

body.view-product.layout-listing .hikashop_quantity_field,
body.view-product.layout-listing .hikashop_quantity_field_change {
  display: none !important;
}

body.view-product.layout-listing .hikashop_add_to_cart .btn,
body.view-product.layout-listing .hikashop_cart_input_button,
body.view-product.layout-listing button.hikashop_cart_input_button {
  padding: 8px 14px !important;
  font-size: 14px !important;
}

@media (max-width: 991px) {
  body.view-product.layout-listing .hikashop_product {
    width: calc(50% - 12px) !important;
    flex: 0 0 calc(50% - 12px) !important;
  }
}

@media (max-width: 575px) {
  body.view-product.layout-listing .hikashop_product {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
}

/* Produktsida */
.hikashop_product_page,
.hikashop_product_main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 20px 60px;
}

.hikashop_product_name_main,
.hikashop_product_name_main h1,
.hikashop_product_page .hikashop_product_name_main {
  font-size: 52px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  color: var(--ramklo-text) !important;
  margin-bottom: 24px !important;
}

.hikashop_product_price_main,
.hikashop_product_price {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #334155 !important;
  margin-bottom: 18px !important;
}

.hikashop_product_image_main img,
.hikashop_product_main_image img,
.hikashop_product_image img {
  width: 100% !important;
  max-width: 760px !important;
  height: auto !important;
  display: block;
  border-radius: 18px !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14) !important;
}

.hikashop_product_image_main,
.hikashop_product_main_image,
.hikashop_product_left_part {
  margin-bottom: 28px !important;
}

.hikashop_product_description_main,
.hikashop_product_description {
  font-size: 20px !important;
  line-height: 1.8 !important;
  color: var(--ramklo-muted) !important;
  margin-top: 28px !important;
  max-width: 800px;
}

.hikashop_product_characteristics,
.hikashop_tags,
.hikashop_product_tags {
  margin-top: 18px !important;
}

.hikashop_tags a,
.hikashop_product_tags a {
  display: inline-block;
  background: #eef2ff;
  color: #3b82f6 !important;
  text-decoration: none !important;
  padding: 8px 14px;
  border-radius: 999px;
  margin: 0 8px 8px 0;
  font-size: 14px;
}

.hikashop_quantity_field {
  border-radius: 10px !important;
  border: 1px solid var(--ramklo-border) !important;
  min-width: 54px;
  text-align: center;
}

.hikashop_quantity_field_change {
  border-radius: 8px !important;
}

.hikashop_add_to_cart .btn,
.hikashop_cart_input_button,
button.hikashop_cart_input_button {
  font-size: 0 !important;
}

.hikashop_add_to_cart .btn::after,
.hikashop_cart_input_button::after,
button.hikashop_cart_input_button::after {
  content: "Köp bild";
  font-size: 15px;
  font-weight: 600;
}

div[class*="hikashop_copyright"],
#hikashop_cp,
.hikashop_footer,
.hikashop_subfooter {
  display: none !important;
}

@media (min-width: 992px) {
  .hikashop_product_main {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 48px;
    align-items: start;
  }

  .hikashop_product_name_main {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .hikashop_product_page,
  .hikashop_product_main {
    padding: 20px 16px 40px;
  }

  .hikashop_product_name_main,
  .hikashop_product_name_main h1,
  .hikashop_product_page .hikashop_product_name_main {
    font-size: 34px !important;
  }

  .hikashop_product_description_main,
  .hikashop_product_description {
    font-size: 17px !important;
  }

  .hikashop_product_image_main img,
  .hikashop_product_main_image img,
  .hikashop_product_image img {
    max-width: 100% !important;
  }
}

/* Popup */
#hikashop_product_popup,
.hikashop_product_main_popup,
.hikashop_popup_content,
div[id*="hikashop_product_popup"] {
  background: var(--ramklo-light) !important;
  border-radius: 18px !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.22) !important;
  padding: 24px !important;
  max-width: 1100px !important;
}

#hikashop_product_popup .hikashop_product_main,
.hikashop_product_main_popup .hikashop_product_main,
.hikashop_popup_content .hikashop_product_main {
  padding: 0 !important;
  margin: 0 !important;
}

#hikashop_product_popup .hikashop_product_name_main,
.hikashop_product_main_popup .hikashop_product_name_main,
.hikashop_popup_content .hikashop_product_name_main {
  font-size: 38px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 12px !important;
}

#hikashop_product_popup .hikashop_product_price_main,
.hikashop_product_main_popup .hikashop_product_price_main,
.hikashop_popup_content .hikashop_product_price_main,
#hikashop_product_popup .hikashop_product_price,
.hikashop_product_main_popup .hikashop_product_price,
.hikashop_popup_content .hikashop_product_price {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #334155 !important;
  margin-bottom: 18px !important;
}

#hikashop_product_popup .hikashop_product_price_per_unit,
#hikashop_product_popup .hikashop_product_price_per_unit span,
.hikashop_product_main_popup .hikashop_product_price_per_unit,
.hikashop_product_main_popup .hikashop_product_price_per_unit span,
.hikashop_popup_content .hikashop_product_price_per_unit,
.hikashop_popup_content .hikashop_product_price_per_unit span {
  display: none !important;
}

#hikashop_product_popup .hikashop_product_image_main,
.hikashop_product_main_popup .hikashop_product_image_main,
.hikashop_popup_content .hikashop_product_image_main {
  margin-bottom: 20px !important;
  text-align: center !important;
}

#hikashop_product_popup .hikashop_product_image_main img,
.hikashop_product_main_popup .hikashop_product_image_main img,
.hikashop_popup_content .hikashop_product_image_main img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 14px !important;
  display: inline-block !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10) !important;
}

#hikashop_product_popup .hikashop_product_description_main,
.hikashop_product_main_popup .hikashop_product_description_main,
.hikashop_popup_content .hikashop_product_description_main {
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: #334155 !important;
  margin-top: 18px !important;
}

#hikashop_product_popup .hikashop_quantity_field,
#hikashop_product_popup .hikashop_quantity_field_change,
.hikashop_product_main_popup .hikashop_quantity_field,
.hikashop_product_main_popup .hikashop_quantity_field_change,
.hikashop_popup_content .hikashop_quantity_field,
.hikashop_popup_content .hikashop_quantity_field_change {
  display: none !important;
}

#hikashop_product_popup .close,
.hikashop_product_main_popup .close,
.hikashop_popup_content .close {
  font-size: 30px !important;
  opacity: 0.7 !important;
}

.modal-backdrop,
.fancybox-overlay,
.hikashop_popup_overlay {
  background: rgba(15, 23, 42, 0.55) !important;
}

/* Checkout / cart */
.hikashop_checkout,
.hikashop_cart,
.hikashop_checkout_page,
.hikashop_cart_module {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 20px 60px;
}

.hikashop_checkout h1,
.hikashop_cart h1,
.hikashop_checkout_page h1 {
  font-size: 40px !important;
  font-weight: 700 !important;
  margin-bottom: 24px !important;
  color: var(--ramklo-text) !important;
}

.hikashop_checkout .hikashop_cart_product,
.hikashop_cart .hikashop_cart_product,
.hikashop_checkout .hikashop_checkout_block,
.hikashop_cart .hikashop_checkout_block {
  background: var(--ramklo-light);
  border-radius: 16px;
  box-shadow: var(--ramklo-shadow);
  padding: 20px;
  margin-bottom: 20px;
}

.hikashop_checkout table,
.hikashop_cart table {
  width: 100%;
  border-collapse: collapse;
}

.hikashop_checkout td,
.hikashop_checkout th,
.hikashop_cart td,
.hikashop_cart th {
  padding: 14px 10px;
  border-bottom: 1px solid #e5e7eb;
}

.hikashop_checkout input,
.hikashop_checkout select,
.hikashop_checkout textarea,
.hikashop_cart input,
.hikashop_cart select,
.hikashop_cart textarea {
  border: 1px solid var(--ramklo-border) !important;
  border-radius: 12px !important;
  padding: 12px 14px !important;
  box-shadow: none !important;
}

.hikashop_checkout .hikashop_product_price_per_unit,
.hikashop_cart .hikashop_product_price_per_unit {
  display: none !important;
}

/* Cart premium */
body.view-cart #sp-main-body,
body.view-cart .hikashop_cart,
body.view-cart .hikashop_checkout_page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 20px 60px;
}

body.view-cart table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 14px;
}

body.view-cart table tr {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

body.view-cart table td,
body.view-cart table th {
  padding: 18px 14px !important;
  border: none !important;
  vertical-align: middle;
}

body.view-cart table tr td:first-child,
body.view-cart table tr th:first-child {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

body.view-cart table tr td:last-child,
body.view-cart table tr th:last-child {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

body.view-cart .hikashop_product_image img,
body.view-cart .hikashop_cart_product_image img {
  width: 90px !important;
  height: 70px !important;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

body.view-cart .hikashop_product_name a,
body.view-cart .hikashop_cart_product_name a {
  color: #1f2937 !important;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none !important;
}

body.view-cart .hikashop_product_name a:hover,
body.view-cart .hikashop_cart_product_name a:hover {
  color: var(--ramklo-blue) !important;
}

body.view-cart .hikashop_cart_input_button,
body.view-cart .hikashop_cart .btn,
body.view-cart button,
body.view-cart input[type="submit"] {
  border-radius: 999px !important;
  border: 2px solid var(--ramklo-gold) !important;
  background: #ffffff !important;
  color: var(--ramklo-blue) !important;
  font-weight: 600 !important;
  padding: 10px 16px !important;
  box-shadow: none !important;
}

body.view-cart .hikashop_cart_input_button:hover,
body.view-cart .hikashop_cart .btn:hover,
body.view-cart button:hover,
body.view-cart input[type="submit"]:hover {
  background: var(--ramklo-gold) !important;
  color: #fff !important;
}

body.view-cart .hikashop_quantity_field {
  min-width: 56px;
  text-align: center;
  border-radius: 10px !important;
  border: 1px solid #d1d5db !important;
}

body.view-cart .hikashop_cart_total_title,
body.view-cart .hikashop_cart_total_value,
body.view-cart .hikashop_checkout_cart_total_title,
body.view-cart .hikashop_checkout_cart_total_value {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #1f2937 !important;
}

body.view-cart .hikashop_cart_empty,
body.view-cart .hikashop_cart_save {
  margin-left: 10px;
}

body.view-cart .hikashop_cart th {
  background: transparent !important;
  box-shadow: none !important;
  font-size: 15px;
  color: #475569;
  padding-bottom: 8px !important;
}

body.view-cart .hikashop_product_price_per_unit,
body.view-cart .hikashop_product_price_per_unit span {
  display: none !important;
}

/* Breadcrumb */
.breadcrumb {
  background: transparent !important;
  padding: 0 !important;
  margin: 10px auto 20px auto !important;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.breadcrumb span:first-child {
  display: none;
}

.breadcrumb a {
  color: var(--ramklo-blue);
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb a:hover {
  color: var(--ramklo-gold);
}

.breadcrumb-item.active,
.breadcrumb span:last-child {
  color: #111827;
  font-weight: 600;
}

.breadcrumb-item::after {
  content: "/";
  margin-left: 8px;
  color: #cbd5e1;
}

.breadcrumb-item:last-child::after {
  display: none;
}

/* Produkt-highlights */
.ramklo-product-highlights {
  display: grid;
  gap: 10px;
  margin: 20px 0 24px 0;
}

.ramklo-product-highlight {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
  color: #334155;
  font-weight: 500;
  line-height: 1.5;
}

.ramklo-product-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  min-width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ramklo-gold);
  color: transparent;
  font-size: 0;
  flex-shrink: 0;
}

/* HikaShop messages */
.hikashop_messages,
.hikashop_cart_notification,
.hikashop_notification,
div[id*="hikashop_notice"],
div[id*="hikashop_message"],
.notifyjs-wrapper {
  display: none !important;
}

/* =========================
   GLOBAL RESPONSIVE TYPOGRAFI
   ========================= */

@media (max-width: 767px) {
  .sppb-section h1 {
    font-size: 38px !important;
    line-height: 1.2 !important;
  }

  .sppb-section .sppb-addon-text-block,
  .sppb-section p {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
}

@media (max-width: 575px) {
  .sppb-section h1 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }

  .sppb-section .sppb-addon-text-block,
  .sppb-section p {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
}
/* Visa full meny på iPad landscape / större tablet */
@media (min-width: 992px) {
  #sp-menu,
  #sp-menu .sp-column,
  #sp-menu .sp-megamenu-wrapper,
  #sp-menu .sp-megamenu-wrapper nav,
  #sp-menu ul.sp-megamenu-parent,
  #sp-menu .sp-megamenu-parent {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #offcanvas-toggler,
  #modal-menu-toggler,
  .offcanvas-toggler,
  .burger-icon {
    display: none !important;
  }
}

/* Hamburger bara under 992px */
@media (max-width: 991px) {
  #sp-menu .sp-megamenu-wrapper,
  #sp-menu .sp-megamenu-parent {
    display: none !important;
  }

  #offcanvas-toggler,
  #modal-menu-toggler,
  .offcanvas-toggler,
  .burger-icon {
    display: flex !important;
  }
}