.elementor-22526 .elementor-element.elementor-element-a75ca46{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22526 .elementor-element.elementor-element-53ca1cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-f7539c5 *//* =========================================================
   DSC Souvenirbutik – Desktop Header
   butik.dsclub.se
   ========================================================= */

.dsc-site-header,
.dsc-shop-header {
  position: relative;
  z-index: 999;
  width: 100%;
  background: linear-gradient(180deg, #f7faff 0%, #f1f5fa 100%);
  border-bottom: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow: 0 8px 24px rgba(11, 31, 58, 0.04);
}

/* Inre headerbredd */
.dsc-header-inner {
  max-width: 1240px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 14px 24px;

  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

/* =========================================================
   Logga + text
   ========================================================= */

.dsc-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.dsc-brand img {
  display: block;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  object-fit: contain;
}

.dsc-brand-text {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
  line-height: 1.1;
}

.dsc-brand-kicker {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5bc5f2;
  white-space: nowrap;
}

.dsc-brand-name {
  font-family: "Merriweather", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
  color: #102844;
  white-space: nowrap;
}

/* =========================================================
   Desktopmeny
   ========================================================= */

.dsc-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.dsc-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;

  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #17304f;

  text-decoration: none;
  transition: color 0.2s ease;
}

.dsc-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;

  width: 0;
  height: 2px;

  background: #5bc5f2;
  border-radius: 999px;
  transition: width 0.22s ease;
}

.dsc-nav a:hover,
.dsc-nav a:focus-visible {
  color: #0f2f54;
}

.dsc-nav a:hover::after,
.dsc-nav a:focus-visible::after {
  width: 100%;
}

/* =========================================================
   Varukorgsknapp
   ========================================================= */

.dsc-header-cta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.dsc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;

  background: #123761;
  color: #ffffff !important;
  text-decoration: none;

  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;

  box-shadow: 0 8px 18px rgba(18, 55, 97, 0.14);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.dsc-btn:hover,
.dsc-btn:focus-visible {
  transform: translateY(-1px);
  background: #0f2f54;
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(18, 55, 97, 0.18);
}

/* Vit varukorgsikon */
.dsc-cart-btn::before {
  content: "";
  display: inline-block;

  width: 15px;
  height: 15px;
  margin-right: 8px;

  background-color: #ffffff;

  -webkit-mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E")
    center / contain no-repeat;

  mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

/* =========================================================
   Säkerhet: dölj eventuell mobilkod på desktop
   ========================================================= */

.dsc-menu-checkbox,
.dsc-menu-toggle,
.dsc-mobile-panel {
  display: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c26796 *//* =========================================================
   DSC Souvenirbutik – Padda & Mobil Header
   ========================================================= */

/* Grund: dölj mobilfunktioner på desktop */
.dsc-menu-checkbox {
  display: none;
}

.dsc-menu-toggle,
.dsc-mobile-panel {
  display: none;
}

/* Hamburgarknapp */
.dsc-menu-toggle {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #123761;
  box-shadow: 0 8px 18px rgba(18, 55, 97, 0.14);
  cursor: pointer;

  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.dsc-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

/* Mobilpanel */
.dsc-mobile-panel {
  border-top: 1px solid rgba(11, 31, 58, 0.06);
  background: #f4f7fb;
  padding-bottom: 10px;
}

.dsc-mobile-nav {
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 18px 16px;

  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dsc-mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;

  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #17304f;

  background: #ffffff;
  border: 1px solid rgba(11, 31, 58, 0.07);
  border-radius: 14px;
  padding: 13px 16px;

  box-shadow: 0 8px 16px rgba(11, 31, 58, 0.04);
}

.dsc-mobile-nav a:hover,
.dsc-mobile-nav a:focus-visible {
  color: #0f2f54;
  background: #f9fbff;
}

/* Mobil varukorgsknapp */
.dsc-mobile-btn {
  margin-top: 6px;
  justify-content: center !important;

  background: #123761 !important;
  color: #ffffff !important;
  text-align: center;

  box-shadow: 0 8px 18px rgba(18, 55, 97, 0.14) !important;
}

.dsc-mobile-cart-btn::before {
  content: "";
  display: inline-block;

  width: 15px;
  height: 15px;
  margin-right: 8px;

  background-color: #ffffff;

  -webkit-mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E")
    center / contain no-repeat;

  mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

/* =========================================================
   Padda
   ========================================================= */

@media (max-width: 1024px) {
  .dsc-header-inner {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 12px 24px;
  }

  .dsc-nav--desktop,
  .dsc-header-cta--desktop {
    display: none;
  }

  .dsc-menu-toggle {
    display: inline-flex;
  }

  .dsc-brand-name {
    font-size: 16px;
    white-space: normal;
  }

  .dsc-menu-checkbox:checked ~ .dsc-mobile-panel {
    display: block;
  }

  .dsc-menu-checkbox:checked ~ .dsc-header-inner .dsc-menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .dsc-menu-checkbox:checked ~ .dsc-header-inner .dsc-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .dsc-menu-checkbox:checked ~ .dsc-header-inner .dsc-menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}

/* =========================================================
   Mobil
   ========================================================= */

@media (max-width: 767px) {
  .dsc-header-inner {
    padding: 10px 16px;
  }

  .dsc-brand {
    gap: 8px;
  }

  .dsc-brand img {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
  }

  .dsc-brand-text {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .dsc-brand-kicker {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .dsc-brand-name {
    font-size: 15px;
    line-height: 1.15;
  }

  .dsc-menu-toggle {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .dsc-mobile-nav {
    padding: 10px 16px 14px;
  }

  .dsc-mobile-nav a {
    font-size: 15px;
    padding: 12px 14px;
    border-radius: 14px;
  }
}

/* Extra liten mobil */
@media (max-width: 420px) {
  .dsc-brand-name {
    font-size: 14px;
  }

  .dsc-brand-kicker {
    font-size: 9px;
  }

  .dsc-brand img {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }
}

/* Liten polish på mobil/padda */
.dsc-mobile-nav a {
  min-height: 48px;
}

.dsc-mobile-btn {
  min-height: 54px;
}

.dsc-menu-toggle:hover {
  background: #0f2f54;
}/* End custom CSS */