/* sb-500 Primary brand color */
body {
  background: #f1f5f9;
  color: #64748b;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 16px;
}

.text-design h1, .text-design h2, .text-design h3, .text-design h4, .text-design h5 {
  color: #030C13;
  font-weight: 600;
}
.text-design h2 {
  font-size: 24px;
}
.text-design h3 {
  font-size: 20px;
}
.text-design h4 {
  font-size: 18px;
}
.text-design h5 {
  font-size: 16px;
}
.text-design ul {
  padding-left: 18px;
  margin-bottom: 20px;
}

ul, ol {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  font-family: "Poppins", sans-serif;
  outline: none;
  border: none;
  background: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  color: #2481D3;
}
a:hover {
  color: #1C64A3;
}
a.stretched-link {
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
}

.box {
  overflow: hidden;
  width: 400px;
  height: 200px;
  border-radius: 12px;
}
.box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#top-bar {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  background-color: #2481D3;
  padding: 8px 0;
}
#top-bar .all-usp {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
}
#top-bar .all-usp .circle {
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: white;
}
#top-bar .all-usp .usp {
  display: flex;
  align-items: center;
  gap: 8px;
}
#top-bar .all-usp .usp span i {
  margin-right: 7px;
}
#top-bar a {
  color: #64748b;
}
#top-bar .top-links a {
  margin-left: 20px;
}
#top-bar .top-links a.active {
  color: #2481D3;
}

header {
  background: white;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.03)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.03));
  margin-bottom: 30px;
}

.slider-container {
  overflow: hidden;
  margin-bottom: 30px;
}

.netflix-slider, .brand-slider {
  position: relative;
}
.netflix-slider .swiper-wrapper .swiper-slide, .brand-slider .swiper-wrapper .swiper-slide {
  padding: 40px 0;
}
.netflix-slider .swiper-scrollbar, .brand-slider .swiper-scrollbar {
  background: #e2e8f0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}
.netflix-slider .swiper-scrollbar-drag, .brand-slider .swiper-scrollbar-drag {
  background: #475569;
}

.cart {
  position: relative;
  margin-left: 20px;
}
.cart svg {
  fill: #334155;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.cart span {
  border-radius: 50%;
  background: #2481D3;
  color: white;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -6px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart:hover svg {
  fill: #2481D3;
}

.mini-products .mini-product {
  padding-bottom: 20px;
}
.mini-products .mini-product .mini-product-overflow-hidden {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.mini-products .mini-product .mini-product-picture {
  width: 50px;
  height: 50px;
  position: relative;
  padding: 5px;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.03)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.03));
  background: white;
  border-radius: 8px;
}
.mini-products .mini-product .mini-product-picture .quantity-bobble {
  border-radius: 50%;
  background: #2481D3;
  color: white;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -6px;
  right: -10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mini-products .mini-product .mini-product-picture img {
  object-fit: fill;
}
.mini-products .mini-product .mini-product-name {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  text-transform: uppercase;
}
.mini-products .mini-product .quantity, .mini-products .mini-product .variant {
  color: #94a3b8;
  margin-right: 10px;
  font-size: 11px;
}
.mini-products .mini-product .mini-product-price {
  text-align: right;
}
.mini-products .mini-product .mini-product-price h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #94a3b8;
}

.flyout-cart {
  display: block;
  position: absolute;
  top: 71px;
  left: 0;
  right: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  pointer-events: none;
  opacity: 0;
  padding: 0 0.75rem;
}
.flyout-cart .mini-cart {
  border-top: 2px solid #f1f5f9;
  text-align: left;
  margin-left: auto;
  max-width: 400px !important;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  background: #f8fafc;
  padding: 20px;
  font-size: 12px;
}
.flyout-cart .mini-cart .sub-total h5 {
  color: #0f172a;
  margin-bottom: 5px;
}
.flyout-cart .mini-cart .sub-total span {
  color: #94a3b8;
}
.flyout-cart .mini-cart .go-to-cart {
  padding: 12px 0px;
  border-radius: 8px;
  margin-top: 20px;
  display: flex;
  align-content: center;
  justify-content: center;
  color: white;
  background: #2481D3;
  font-size: 15px;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.02)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.05));
}
.flyout-cart .mini-cart .go-to-cart:hover {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.05)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.03));
  background: #1C64A3;
}
.flyout-cart.active {
  pointer-events: auto;
  opacity: 1;
}

.search svg {
  fill: #334155;
  width: 25px;
  height: 25px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.search .start-search {
  display: block;
}
.search .close-search {
  display: none;
}
.search.active .start-search {
  display: none;
}
.search.active .close-search {
  display: block;
}
.search:hover svg {
  fill: #2481D3;
}

.border-radius-bottom {
  border-radius: 0 0 12px 12px;
}

.search-inline form {
  position: relative;
}
.search-inline form svg {
  pointer-events: none;
  width: 17px;
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  height: 100%;
  fill: #64748b;
}
.search-inline form input {
  min-width: 220px;
  outline: none;
  border: 1px solid #cbd5e1;
  border-radius: 24px;
  font-size: 13px;
  color: #475569;
  font-weight: 500;
  background: #f8fafc;
  padding: 10px 17px;
  padding-left: 42px;
}
.search-inline form input:hover, .search-inline form input:focus {
  outline: none;
  border-color: #2481D3;
}
.search-inline form input:focus ~ svg {
  fill: #2481D3;
}

.search-dropdown {
  display: block;
  position: absolute;
  top: 71px;
  left: 0;
  right: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  pointer-events: none;
  opacity: 0;
  padding: 0 0.75rem;
}
.search-dropdown .field-container {
  border-top: 2px solid #f1f5f9;
  text-align: left;
  overflow: hidden;
  background: #f8fafc;
  padding-right: 40px;
  font-size: 12px;
  display: flex;
}
.search-dropdown .field-container input {
  outline: none;
  border: none;
  display: inline-flex;
  font-size: 16px;
  flex: auto;
  background: #f8fafc;
  padding: 20px 40px;
}
.search-dropdown .field-container input:hover, .search-dropdown .field-container input:focus {
  outline: none;
}
.search-dropdown .field-container button svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  height: 25px;
  width: 25px;
}
.search-dropdown .field-container button:hover svg {
  fill: #2481D3;
}
.search-dropdown.active {
  pointer-events: auto;
  opacity: 1;
}

.usper .usp {
  border-radius: 12px;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.02)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.05));
  padding: 30px 40px;
  margin-bottom: 20px;
  background: white;
  height: calc(100% - 20px);
  display: flex;
  align-items: start;
}
.usper .usp .usp-icon svg {
  fill: #2481D3;
  width: 40px;
  height: 40px;
}
.usper .usp h4 {
  margin-bottom: 10px;
  color: #030C13;
  font-size: 20px;
}
.usper .usp p {
  margin-bottom: 0px;
  font-size: 16px;
}

.product-preview {
  border-radius: 12px;
  background: white;
  position: relative;
  padding: 10px 25px;
  display: flex;
  height: 100%;
  flex-direction: column;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.05)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.03));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.product-preview:hover {
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.02)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.05));
}
.product-preview:hover .product-details svg {
  fill: #2481D3;
}
.product-preview:hover .product-image .second-image {
  opacity: 1;
}
.product-preview .product-image {
  height: 230px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-preview .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-preview .product-image .second-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  opacity: 0;
  background-color: white;
}
.product-preview .product-labels {
  z-index: 2;
  position: absolute;
  top: -12px;
  right: 20px;
  display: flex;
  gap: 10px;
}
.product-preview .product-labels span {
  display: block;
  border-radius: 25px;
  font-size: 10px;
  font-weight: 700;
  color: white;
  padding: 6px 14px;
  text-transform: uppercase;
  flex-grow: 1;
}
.product-preview .product-labels span.nyhed {
  background: #2481D3;
}
.product-preview .product-labels span.tilbud {
  background: #eab308;
}
.product-preview .product-details {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-preview .product-details h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #030C13;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  flex: 1 1 auto;
}
.product-preview .product-details .old-price {
  color: #eab308;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}
.product-preview .product-details .current-price {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  line-height: 100%;
  font-weight: 700;
  color: #030C13;
}
.product-preview .product-details .row {
  align-items: flex-end;
}
.product-preview .product-details svg {
  width: 13px;
  height: 13px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  fill: #cbd5e1;
}

.slider-container {
  padding: 10px 0;
}
.slider-container h3 {
  font-size: 24px;
  color: #94a3b8;
  margin-bottom: 0;
}

.outline-button {
  padding: 6px 16px;
  border: 1px solid #94a3b8;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #94a3b8;
  border-radius: 8px;
}
.outline-button:hover {
  background: #475569;
  border-color: #475569;
  color: white;
}

.area {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
.area img {
  height: 100%;
  object-fit: cover;
}
.area .inner {
  position: absolute;
  bottom: 35px;
  left: 40px;
  right: 40px;
  z-index: 2;
  color: white;
}
.area .inner svg {
  fill: white;
  width: 16px;
  height: 16px;
  margin-bottom: 10px;
}
.area .inner h4 {
  margin-bottom: 5px;
}
.area .inner span {
  font-size: 12px;
  opacity: 0.75;
}
.area .overlay {
  background: #030C13;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  opacity: 0.5;
}
.area:hover .overlay {
  opacity: 0.2;
}

.text-columns {
  column-count: 2;
  column-gap: 30px;
}

.home-text, .category-text {
  padding: 40px 0;
}
.home-text h1, .category-text h1 {
  max-width: 50%;
  margin-bottom: 40px;
}
.home-text .opening-hours, .category-text .opening-hours {
  margin-left: 40px;
  background: #2481D3;
  color: white;
  border-radius: 12px;
  padding: 40px;
  height: 100%;
}
.home-text .opening-hours h3, .category-text .opening-hours h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #AACFF0;
}
.home-text .opening-hours .days, .category-text .opening-hours .days {
  font-size: 16px;
}
.home-text .opening-hours .days span, .category-text .opening-hours .days span {
  display: block;
  margin-top: 5px;
}

.brand-logo {
  border-radius: 12px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.05)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.03));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  padding: 20px 30px;
  background: white;
  position: relative;
}
.brand-logo img {
  width: 100%;
  max-height: 80px;
  height: auto;
  object-fit: contain;
}
.brand-logo:hover {
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.02)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.05));
}

#mc_embed_signup {
  margin: 0;
  max-width: 1000px;
  width: 100%;
}
#mc_embed_signup #mc-embedded-subscribe-form {
  margin: 0;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  font-size: 11px !important;
  margin-bottom: 0 !important;
  background: transparent !important;
}
#mc_embed_signup p {
  font-size: 14px;
  line-height: 160%;
  color: #777;
}
#mc_embed_signup .helper_text {
  display: none !important;
}
#mc_embed_signup > #mce-EMAIL {
  background: #f9f9f9 !important;
}
#mc_embed_signup #mc-embedded-subscribe-form input.button {
  display: block;
  background-color: #2481D3;
  color: #fff;
  font-weight: 500;
  height: auto !important;
  line-height: 100%;
  padding: 14px 22px !important;
  margin: 0;
}
#mc_embed_signup #mc-embedded-subscribe-form input.button:hover {
  background-color: #1C64A3;
}
#mc_embed_signup #mc-embedded-subscribe-form input {
  padding: 12px 14px !important;
  border-radius: 8px;
  outline: none !important;
  height: auto !important;
  font-size: 14px !important;
  background: #f8fafc;
  line-height: 100%;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 1px solid !important;
}
#mc_embed_signup #mc-embedded-subscribe-form input:focus {
  border-color: #2481D3 !important;
}
#mc_embed_signup .mc-field-group {
  width: 100% !important;
  display: block;
  padding-bottom: 0 !important;
  min-height: auto !important;
}
#mc_embed_signup .mc-field-group label {
  font-size: 11px;
  display: block;
}
#mc_embed_signup h2:after {
  display: none;
}

._form_3 ._form-content {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
._form_3 ._form-content input {
  padding: 10px 12px;
  border-radius: 8px;
  outline: none;
  width: 100%;
  border: 1px solid #ABB0B2;
  height: auto;
  font-size: 14px;
  background: #f8fafc;
  line-height: 100%;
}
._form_3 ._form-content input.mce_inline_error {
  border: 1px solid !important;
}
._form_3 ._form-content input:focus {
  border-color: #2481D3 !important;
}
._form_3 ._form-content ._submit {
  margin-top: 8px;
  background-color: #2481D3;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  height: auto !important;
  line-height: 100%;
  padding: 14px 22px !important;
  margin: 0;
}
._form_3 ._form-content ._submit:hover {
  background-color: #1C64A3;
}

.open-menu svg {
  fill: #334155;
  width: 27px;
  height: 27px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.mobile-menu-option {
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-option svg {
  fill: #334155;
  width: 27px;
  height: 27px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.mobile-menu-option.hide {
  opacity: 0;
  pointer-events: none;
}

footer {
  background: white;
  padding: 60px 0;
  line-height: 200%;
  margin-top: 60px;
}
footer h3 {
  font-size: 20px;
}
footer i {
  margin-right: 6px;
}
footer .facebook-link {
  margin-top: 15px;
}
footer .footer-links a {
  display: block;
  text-decoration: underline;
}
footer .days p {
  margin-bottom: 0px;
}

.form-check-input:checked {
  background-color: #2481D3;
  border-color: #2481D3;
}

input[type=text][disabled]::placeholder {
  color: #cbd5e1;
}

input[type=text][disabled] {
  color: #cbd5e1;
}

.copyright {
  padding: 30px 0;
  color: #f1f5f9;
}

.side-bar {
  width: 280px;
  padding-right: 20px;
}
.side-bar h4 {
  color: #030C13;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
.side-bar .side-section {
  margin-bottom: 40px;
}
.side-bar .side-section span {
  color: #94a3b8;
}
.side-bar .categories-menu a {
  display: block;
  margin-bottom: 10px;
  color: #475569;
}
.side-bar .categories-menu a:hover {
  color: #2481D3;
}
.side-bar .brands-menu .form-check {
  margin-bottom: 10px;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 0;
}
.side-bar .brands-menu .form-check * {
  cursor: pointer;
}
.side-bar .brands-menu .form-check .form-check-input {
  float: right;
}
.side-bar .brands-menu .form-check label {
  color: #475569;
}

.navigation-header {
  margin-bottom: 40px;
}
.navigation-header .container {
  position: relative;
}
.navigation-header .go-back {
  border-radius: 12px;
  background: #94a3b8;
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}
.navigation-header .go-back:hover {
  background: #64748b;
}
.navigation-header .breadcrumb {
  font-size: 12px;
  margin-bottom: 4px;
}
.navigation-header .breadcrumb .divider {
  margin: 0 8px;
}
.navigation-header h5 {
  margin: 0;
  font-size: 20px;
  color: #94a3b8;
  font-weight: 500;
}

.sorting-menu-holder {
  position: static;
}
.sorting-menu-holder select {
  /*   min-width:200px;*/
  border-radius: 12px;
  /*  background: white;*/
  padding: 12px 20px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.05)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.03));
}
.sorting-menu-holder select i {
  margin-left: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.sorting-menu-holder.active .sorting-menu {
  display: block;
}
.sorting-menu-holder.active button {
  background: #f8fafc;
}
.sorting-menu-holder.active button i {
  transform: rotate(180deg);
}
.sorting-menu-holder .sorting-menu {
  margin-top: 5px;
  padding: 8px 14px;
  border-radius: 12px;
  border-color: #e2e8f0;
}
.sorting-menu-holder .sorting-menu li a {
  display: block;
  font-size: 12px;
  color: #475569;
  margin: 4px 0;
}
.sorting-menu-holder .sorting-menu li a span {
  color: #94a3b8;
}
.sorting-menu-holder .sorting-menu li a:hover {
  color: #2481D3;
}
.sorting-menu-holder .sorting-menu li.form-check {
  display: flex;
  margin: 4px 0;
  min-height: 0;
  padding-left: 18px;
  align-items: center;
}
.sorting-menu-holder .sorting-menu li.form-check input {
  margin-right: 8px;
  position: relative;
  outline-color: #e2e8f0;
  width: 16px;
  height: 16px;
}
.sorting-menu-holder .sorting-menu li.form-check label {
  font-size: 12px;
  line-height: 22px;
  width: 100%;
  color: #64748b;
}
.sorting-menu-holder .sorting-menu li.form-check.active label {
  color: #030C13;
}
.category-products {
  margin-bottom: 40px;
}

.filter-mobile {
  overflow-x: hidden;
  margin: 0 -0.75rem;
  padding: 5px 0.75rem;
  margin-top: 30px;
}
.filter-mobile .filter-scroll {
  display: flex;
  column-gap: 6px;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-y: auto;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.filter-mobile .filter-scroll::-webkit-scrollbar {
  display: none;
}
.filter-mobile .sorting-menu-holder button {
  border: 1px solid #e2e8f0;
  filter: none;
}

.brand {
  position: relative;
  border-radius: 12px;
  background: white;
  height: 100%;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.05)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.03));
  padding: 10px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  justify-content: space-evenly;
}
.brand img {
  max-height: 70px;
  width: 100%;
  max-width: 140px;
}

.brand-letter {
  border-radius: 12px;
  padding: 15px 20px;
  height: 100%;
  background: #e2e8f0;
  color: #94a3b8;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brands-page h1 {
  margin-bottom: 30px;
}
.brands-page h2 {
  margin-bottom: 40px;
  font-size: 32px;
}
.brands-page .text-design {
  margin-top: 30px;
}

.product-page {
  margin-bottom: 60px;
}

.product-gallery {
  position: relative;
  border-radius: 12px;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.02)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.05));
  overflow: hidden;
  background: white;
  margin-bottom: 40px;
}
.product-gallery .product-slider {
  width: 100%;
}
.product-gallery .product-slider .swiper-slide {
  height: 600px;
  width: 100%;
  position: relative;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-gallery a.enlarge {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}
.product-gallery a.enlarge i.fa-expand {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  font-size: 20px;
  color: #94a3b8;
}
.product-gallery a.enlarge:hover i.fa-expand {
  color: #2481D3;
}
.product-gallery .product-labels {
  z-index: 2;
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  gap: 10px;
}
.product-gallery .product-labels span {
  display: block;
  border-radius: 25px;
  font-size: 10px;
  font-weight: 700;
  color: white;
  padding: 6px 14px;
  text-transform: uppercase;
  flex-grow: 1;
}
.product-gallery .product-labels span.nyhed {
  background: #2481D3;
}
.product-gallery .product-labels span.tilbud {
  background: #eab308;
}
.product-gallery .product-gallery-thumbnails {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: inline-flex;
  gap: 15px;
  z-index: 10;
}
.product-gallery .product-gallery-thumbnails .thumbnail {
  border-radius: 8px;
  overflow: hidden;
  width: 80px;
  height: 80px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.05)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.03));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  background: white;
  border: 1px solid #e2e8f0;
}
.product-gallery .product-gallery-thumbnails .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-gallery .product-gallery-thumbnails .thumbnail:hover {
  border-color: #2481D3;
}

.specs-table {
  border: 1px solid #e2e8f0;
  background: white;
  border-radius: 12px;
  margin-top: 30px;
  overflow: hidden;
  color: #030C13;
}
.specs-table .specs-table-row {
  padding: 14px 20px;
  border-bottom: 1px solid #e2e8f0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.specs-table .specs-table-row:hover {
  background: #f8fafc;
}
.specs-table .specs-table-row:last-child {
  border-bottom: 0;
}

.stock {
  margin-bottom: 5px;
  color: #94a3b8;
}
.stock .stock-circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.stock .stock-circle.in-stock {
  background: #22c55e;
}
.stock .stock-circle.low-stock {
  background: #eab308;
}
.stock .stock-circle.out-of-stock {
  background: #ef4444;
}

.product-page-details {
  margin-left: 50px;
  position: sticky;
  top: 110px;
}
.product-page-details .stock {
  margin-bottom: 15px;
}
.product-page-details h1 {
  color: #030C13;
  font-size: 32px;
  max-width: 380px;
  margin-bottom: 30px;
}
.product-page-details .price {
  margin-bottom: 15px;
}
.product-page-details .price .old-price {
  display: block;
  color: #eab308;
  text-transform: uppercase;
}
.product-page-details .price .current-price {
  color: #030C13;
  line-height: 120%;
  font-weight: 700;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
}
.product-page-details .price .price-without-vat {
  color: #94a3b8;
  font-size: 14px;
}
.product-page-details .actions {
  margin-bottom: 40px;
}
.product-page-details .actions .quantity {
  border-radius: 8px;
  overflow: hidden;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.03)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.03));
  background: white;
  display: inline-flex;
  font-size: 15px;
}
.product-page-details .actions .quantity input {
  border: none;
  outline: none;
  text-align: center;
  padding: 16px 0px;
  width: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.product-page-details .actions .quantity input:hover {
  background: #f8fafc;
}
.product-page-details .actions .quantity button {
  padding: 16px 20px;
}
.product-page-details .actions .quantity button:hover {
  background: #f1f5f9;
}
.product-page-details .actions .add-to-cart {
  background: #22c55e;
  color: white;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.03)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.03));
  border-radius: 8px;
  padding: 16px 25px;
  width: 100%;
  font-weight: 500;
  font-size: 15px;
}
.product-page-details .actions .add-to-cart:hover {
  background: #16a34a;
}
.product-page-details .support-box {
  background: white;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.02)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.05));
  border-radius: 12px;
  padding: 35px 40px;
  position: relative;
  min-height: 240px;
}
.product-page-details .support-box svg {
  position: absolute;
  right: 40px;
  bottom: 35px;
  width: 60px;
  height: 60px;
  fill: #94a3b8;
}
.product-page-details .support-box .support-contact {
  position: absolute;
  left: 40px;
  bottom: 35px;
}
.product-page-details .support-box .support-contact span {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  color: #94a3b8;
}
.product-page-details .support-box .support-contact a {
  display: block;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.product-information .information-tabs {
  display: inline-flex;
  gap: 20px;
  margin-bottom: 30px;
}
.product-information .information-tabs .product-tab {
  padding: 12px 26px;
  font-weight: 500;
  background: transparent;
  color: #64748b;
  border-radius: 35px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.05)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.03));
  background: white;
}
.product-information .information-tabs .product-tab.active {
  background: #2481D3;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.02)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.05));
  color: white;
}
.product-information .information-content .information-text {
  max-height: 0;
  overflow: hidden;
}
.product-information .information-content .information-text.show {
  max-height: 100%;
}

.image-in-text {
  width: 100%;
  height: auto;
}
.image-in-text img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.02)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.05));
  border-radius: 12px;
  margin-bottom: 30px;
}

.sidebar {
  border-radius: 12px;
  background: white;
  overflow: hidden;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.02)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.05));
}
.sidebar .opening-hours {
  padding: 30px;
}
.sidebar .opening-hours h3 {
  font-size: 24px;
}

.contact-form {
  padding: 40px;
  border-radius: 12px;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.02)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.05));
  background: white;
  margin-bottom: 40px;
  overflow: hidden;
}
.contact-form .grecaptcha-badge {
  box-shadow: none !important;
}
.contact-form h1 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.contact-form .hidden {
  display: none;
}
.contact-form .attityde-form-submit {
  padding: 12px 24px;
  background-color: #2481D3;
  color: white;
  border-radius: 8px;
}
.contact-form .attityde-form-submit:hover {
  background-color: #1C64A3;
}
.contact-form .umbraco-forms-container, .contact-form .attityde-form-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.contact-form .umbraco-forms-field.message, .contact-form .umbraco-forms-field.besked, .contact-form .umbraco-forms-field.betingelser, .contact-form .umbraco-forms-field.dataconsent, .contact-form .attityde-form-item.message, .contact-form .attityde-form-item.besked, .contact-form .attityde-form-item.betingelser, .contact-form .attityde-form-item.dataconsent {
  grid-column: 1/-1;
}
.contact-form .umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper, .contact-form .umbraco-forms-field.dataconsent .attityde-form-field, .contact-form .umbraco-forms-field.betingelser .umbraco-forms-field-wrapper, .contact-form .umbraco-forms-field.betingelser .attityde-form-field, .contact-form .attityde-form-item.dataconsent .umbraco-forms-field-wrapper, .contact-form .attityde-form-item.dataconsent .attityde-form-field, .contact-form .attityde-form-item.betingelser .umbraco-forms-field-wrapper, .contact-form .attityde-form-item.betingelser .attityde-form-field {
  display: flex;
  align-items: center;
}
.contact-form .umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper label, .contact-form .umbraco-forms-field.dataconsent .attityde-form-field label, .contact-form .umbraco-forms-field.betingelser .umbraco-forms-field-wrapper label, .contact-form .umbraco-forms-field.betingelser .attityde-form-field label, .contact-form .attityde-form-item.dataconsent .umbraco-forms-field-wrapper label, .contact-form .attityde-form-item.dataconsent .attityde-form-field label, .contact-form .attityde-form-item.betingelser .umbraco-forms-field-wrapper label, .contact-form .attityde-form-item.betingelser .attityde-form-field label {
  line-height: 20px;
}
.contact-form .umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper input[type=checkbox], .contact-form .umbraco-forms-field.dataconsent .attityde-form-field input[type=checkbox], .contact-form .umbraco-forms-field.betingelser .umbraco-forms-field-wrapper input[type=checkbox], .contact-form .umbraco-forms-field.betingelser .attityde-form-field input[type=checkbox], .contact-form .attityde-form-item.dataconsent .umbraco-forms-field-wrapper input[type=checkbox], .contact-form .attityde-form-item.dataconsent .attityde-form-field input[type=checkbox], .contact-form .attityde-form-item.betingelser .umbraco-forms-field-wrapper input[type=checkbox], .contact-form .attityde-form-item.betingelser .attityde-form-field input[type=checkbox] {
  padding: 0px;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border-radius: 6px;
  cursor: pointer;
  border-color: #e2e8f0;
}
.contact-form .umbraco-forms-field .umbraco-forms-label, .contact-form .attityde-form-item .umbraco-forms-label {
  display: none;
}
.contact-form .umbraco-forms-field .field-validation-error, .contact-form .attityde-form-item .field-validation-error {
  font-size: 11px;
  color: #ef4444;
}
.contact-form .umbraco-forms-field input, .contact-form .umbraco-forms-field textarea, .contact-form .attityde-form-item input, .contact-form .attityde-form-item textarea {
  outline: none;
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
  padding: 12px 20px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.contact-form .umbraco-forms-field input:hover, .contact-form .umbraco-forms-field input:focus, .contact-form .umbraco-forms-field textarea:hover, .contact-form .umbraco-forms-field textarea:focus, .contact-form .attityde-form-item input:hover, .contact-form .attityde-form-item input:focus, .contact-form .attityde-form-item textarea:hover, .contact-form .attityde-form-item textarea:focus {
  background: white;
  border-color: #2481D3;
}
.contact-form .umbraco-forms-field textarea, .contact-form .attityde-form-item textarea {
  min-height: 160px;
}
.contact-form .btn {
  padding: 12px 24px;
  background-color: #2481D3;
  color: white;
}
.contact-form .btn:hover {
  background-color: #1C64A3;
}

.form-control {
  width: 100%;
  line-height: 100%;
  padding: 8px;
  border: none;
  background: #f8fafc;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  outline: none;
  font-size: 14px;
}
.form-control:hover, .form-control:focus {
  border-color: #2481D3;
}

.btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.03)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.03));
  height: 100%;
}
.btn:hover {
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.02)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.05));
}

.contact-details .detail-box {
  padding: 20px 24px;
  border-radius: 12px;
  background: white;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.02)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.05));
}
.contact-details .detail-box i {
  text-align: left;
  font-size: 20px;
  color: #64748b;
}
.contact-details .detail-box .detail-text {
  font-size: 14px;
}
.contact-details .detail-box a, .contact-details .detail-box span {
  font-size: 18px;
}

.medarbejdere {
  margin-top: 40px;
}
.medarbejdere .medarbejder {
  min-width: 150px;
}
.medarbejdere .medarbejder .medarbejder-foto {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.medarbejdere .medarbejder .medarbejder-foto img {
  border-radius: 12px;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.02)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.05));
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.medarbejdere .medarbejder .medarbejder-info h5 {
  font-weight: 500;
  color: #030C13;
  margin-bottom: 5px;
}
.medarbejdere .medarbejder .medarbejder-info span {
  display: block;
}

.checkout-steps {
  border-radius: 12px;
  border: 4px solid white;
  overflow: hidden;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.03)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.03));
}
.checkout-steps .col:first-child .checkout-step {
  border: none;
}
.checkout-steps .checkout-step {
  padding: 16px 0;
  text-align: center;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  background: white;
  color: #94a3b8;
}
.checkout-steps .checkout-step.active {
  background: #2481D3;
  color: white;
}

.quantity-cart {
  border-radius: 8px;
  overflow: hidden;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.05)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.03));
  background: white;
  display: inline-flex;
  font-size: 15px;
}
.quantity-cart input {
  border: none;
  outline: none;
  text-align: center;
  padding: 12px 0px;
  width: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.quantity-cart input:hover {
  background: #f8fafc;
}
.quantity-cart button {
  padding: 12px 18px;
}
.quantity-cart button:hover {
  background: #f1f5f9;
}

.checkout-content {
  border-radius: 12px;
  overflow: hidden;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.03)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.03));
}
.checkout-content .main-content {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 40px 50px;
  background: #f8fafc;
  /*    .extra-address {
          hr {
              margin-top: 30px;
          }

          h1 {
              margin-top: 30px;
          }
      }*/
}
.checkout-content .main-content h1 {
  font-size: 24px;
  margin-bottom: 20px;
}
.checkout-content .main-content .form-control {
  background: white;
}
.checkout-content .summary-content {
  padding: 40px 50px;
  background: white;
  border-left: 2px solid #f8fafc;
  height: 100%;
}
.checkout-content .summary-content .discount-code {
  padding-bottom: 5px;
}
.checkout-content .summary-content .discount-code .active-code {
  background: #e2e8f0;
  color: #475569;
  padding: 8px 16px;
  border-radius: 8px;
  margin-top: 15px;
}
.checkout-content .summary-content .discount-code .active-code:hover button {
  color: #ef4444;
}
.checkout-content .summary-content .discount-code .btn {
  padding: 12px 24px;
  background: #64748b;
  border-radius: 8px;
  color: white;
}
.checkout-content .summary-content .discount-code .btn:hover {
  background: #475569;
}
.checkout-content .summary-content hr {
  background: #64748b;
}
.checkout-content .summary-content .summary-line-total h5 {
  color: #0f172a;
}
.checkout-content .summary-content .summary-line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.checkout-content .checkout-actions {
  color: #cbd5e1;
  padding: 0 50px 40px 50px;
  background: #f8fafc;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
}
.checkout-content .checkout-actions a {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  border-radius: 8px;
}
.checkout-content .checkout-actions a.step-forward {
  padding: 12px 20px;
  color: white;
  background: #22c55e;
  border-radius: 8px;
}
.checkout-content .checkout-actions a.step-forward i {
  margin-left: 10px;
}
.checkout-content .checkout-actions a.step-forward:hover {
  background: #16a34a;
}
.checkout-content .checkout-actions a.step-back {
  color: #94a3b8;
}
.checkout-content .checkout-actions a.step-back i {
  margin-right: 10px;
}
.checkout-content .checkout-actions a.step-back:hover {
  color: #2481D3;
}

.cart-products .cart-product {
  padding: 15px 0;
}
.cart-products .cart-product .cart-product-picture {
  width: 80px;
  height: 80px;
  padding: 10px;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.03)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.03));
  background: white;
  border-radius: 8px;
  overflow: hidden;
}
.cart-products .cart-product .cart-product-picture img {
  object-fit: fill;
}
.cart-products .cart-product h5 {
  font-size: 14px;
  margin: 0;
}
.cart-products .cart-product h5 strong {
  color: #030C13;
}
.cart-products .cart-product .cart-product-name {
  margin-bottom: 10px;
  font-size: 20px;
  color: #030C13;
}
.cart-products .cart-product .cart-product-actions .remove-product {
  padding: 10px 16px;
  border-radius: 8px;
  border: 2px solid #94a3b8;
  color: #94a3b8;
  font-size: 16px;
}
.cart-products .cart-product .cart-product-actions .remove-product:hover {
  border-color: #ef4444;
  color: #ef4444;
}

.add-options {
  overflow: hidden;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.03)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.03));
  border-radius: 12px;
  margin-bottom: 30px;
}
.add-options .add-option {
  margin-bottom: 1px;
  background: white;
  cursor: pointer;
}
.add-options .add-option .add-option-visual {
  font-size: 24px;
  color: #2481D3;
  padding: 0 40px;
}
.add-options .add-option .add-option-visual svg {
  width: 100px;
}
.add-options .add-option.active .add-this-option {
  background: #22c55e;
  color: #fff;
}
.add-options .add-option:hover:not(.active) .add-this-option {
  background: #94a3b8;
  color: #fff;
}
.add-options .add-option .add-option-description h5 {
  font-weight: 500;
  color: #0f172a;
  margin-bottom: 5px;
}
.add-options .add-option .add-option-description span {
  display: block;
}
.add-options .add-option .add-option-description .add-option-price {
  margin-top: 2px;
  color: #0f172a;
}
.add-options .add-option .add-this-option {
  font-size: 20px;
  padding: 0 30px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2e8f0;
  color: #94a3b8;
}

.godkendt {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.godkendt .check-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px auto;
  border-radius: 50%;
  border: 3px solid #22c55e;
  color: #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.godkendt h1 {
  color: #0f172a;
  margin-bottom: 0px;
}
.godkendt .order-number {
  margin-bottom: 20px;
  color: #94a3b8;
}
.godkendt p {
  font-size: 16px;
  max-width: 400px;
  margin: 0 auto;
}
.godkendt .btn {
  padding: 12px 20px;
  color: white;
  background: #22c55e;
  border-radius: 8px;
  display: inline-block;
  margin-top: 30px;
}
.godkendt .btn:hover {
  background: #16a34a;
}

.btn-sb {
  padding: 12px 20px;
  color: white;
  background: #2481D3;
  border-color: #2481D3;
  border-radius: 8px;
  display: inline-block;
  margin-top: 30px;
}
.btn-sb:hover {
  background: #4195DF;
}

.afvist {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.afvist .check-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px auto;
  border-radius: 50%;
  border: 3px solid #ef4444;
  color: #ef4444;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.afvist h1 {
  color: #0f172a;
  margin-bottom: 0px;
}
.afvist .order-number {
  margin-bottom: 20px;
  color: #94a3b8;
}
.afvist p {
  font-size: 16px;
  max-width: 400px;
  margin: 0 auto;
}
.afvist .btn {
  padding: 12px 20px;
  color: white;
  background: #22c55e;
  border-radius: 8px;
  display: inline-block;
  margin-top: 30px;
}
.afvist .btn:hover {
  background: #16a34a;
}

.autocomplete-suggestions {
  position: fixed !important;
  background: #fff;
  cursor: default;
  overflow: auto;
  top: 82px !important;
  max-height: 400px !important;
  /*  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  @include transition;
  pointer-events: none;  
  padding: 0 .75rem;
  display: flex;
  flex-direction: column;*/
}

.autocomplete-suggestion {
  padding: 2px 5px;
  padding: 4px 0px 0px 4px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #f8fafc;
}

.autocomplete-suggestion:hover {
  cursor: pointer;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #000;
}

.scroll-results {
  max-height: unset !important;
  overflow-y: unset !important;
  overflow-x: hidden;
  margin-top: 17px;
}
@media (min-width: 768px) {
  .scroll-results {
    margin-top: 0px;
  }
}

.w-10 {
  width: 10% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.w-80 {
  width: 80% !important;
}

.form-select {
  border: none;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  outline: none;
  font-size: 16px;
}

.variantselector span {
  color: #94a3b8;
  font-size: 14px;
}

#ProductsTable_length select {
  width: 100px;
}

#ProductsTable_length > label > select {
  width: 100px !important;
}

#ProductsTable_paginate > ul > li {
  padding: 4px !important;
  margin: 0 !important;
}

#ProductsTable_paginate > ul > li.paginate_button.page-item > a {
  padding: 4px !important;
  margin: 0 !important;
}

#ProductsTable_paginate > ul > li {
  padding: 0px !important;
  margin: 0 !important;
}

.table {
  font-size: 12px;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.product-delivery {
  margin-top: 20px;
}
.product-delivery .delivery-wrapper {
  padding: 20px 24px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
}
.product-delivery .delivery-wrapper h5, .product-delivery .delivery-wrapper p {
  color: #64748b;
}
.product-delivery .delivery-wrapper h5 i, .product-delivery .delivery-wrapper p i {
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.product-delivery .delivery-wrapper p {
  margin: 0;
}

.campaign-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 4rem 0;
}

.campaign-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  grid-column: span 2;
}

.campaign-card h2 {
  font-size: 2rem;
  max-width: 24ch;
}

@media (min-width: 768px) {
  .campaign-card {
    grid-column: span 1;
  }
  .campaign-grid .campaign-card:nth-child(3n) {
    grid-column: span 2;
  }
}
.campaign-card-content {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 2rem;
  position: absolute;
  z-index: 1;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.campaign-card-content .btn {
  height: auto;
}

@media screen and (min-width: 1400px) {
  nav {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
    /*text-align: center;*/
    font-family: "Poppins", sans-serif;
  }
  nav > ul {
    padding: 0;
  }
  nav > ul > li {
    display: inline-block;
  }
  nav > ul > li > a, nav > ul > li .megamenu-toggle {
    display: block;
    font-weight: 600;
    color: #64748b;
    padding: 24px 10px;
    position: relative;
  }
  nav > ul > li > a:after, nav > ul > li .megamenu-toggle:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    content: "";
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    background: #2481D3;
  }
  nav > ul > li.active > a, nav > ul > li.active .megamenu-toggle, nav > ul > li:hover > a, nav > ul > li:hover .megamenu-toggle {
    color: #2481D3;
  }
  nav > ul > li.active > a:after, nav > ul > li.active .megamenu-toggle:after, nav > ul > li:hover > a:after, nav > ul > li:hover .megamenu-toggle:after {
    opacity: 1;
  }
  .megamenu {
    display: block;
    position: absolute;
    top: 71px;
    left: 0;
    right: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    pointer-events: none;
    opacity: 0;
    padding: 0 0.75rem;
  }
  .megamenu .megamenu-inner {
    border-top: 2px solid #f1f5f9;
    text-align: left;
    overflow: hidden;
    border-radius: 0 0 12px 12px;
    background: #f8fafc;
    font-size: 12px;
    padding: 0 40px 40px 40px;
  }
  .megamenu.active {
    pointer-events: auto;
    opacity: 1;
  }
  .megamenu h5 {
    margin-top: 40px;
    color: #94a3b8;
  }
  .megamenu ul {
    padding: 0;
  }
  .megamenu li {
    list-style-type: none;
    margin: 2px 0;
  }
  .megamenu li a {
    color: #475569;
  }
  .megamenu li a:hover {
    padding-left: 4px;
    color: #2481D3;
  }
  .megamenu li a.view-all {
    color: #2481D3;
  }
}
@media screen and (max-width: 1399px) {
  .cancel-overlay {
    position: fixed;
    z-index: 199;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    background: #0f172a;
  }
  .cancel-overlay.active {
    opacity: 0.4;
    pointer-events: auto;
    left: 0;
  }
  nav#mobile-menu {
    list-style: none;
    font-size: 15px;
    position: fixed;
    z-index: 200;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-width: 340px;
    width: 100%;
    left: -340px;
    filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.02)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.05));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    opacity: 0;
    pointer-events: none;
    background: white;
    padding: 30px;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
  }
  nav#mobile-menu.active {
    opacity: 1;
    pointer-events: auto;
    left: 0;
  }
  nav#mobile-menu > ul {
    font-size: 20px;
    padding: 0;
    margin: 30px 0 0 0;
  }
  nav#mobile-menu > ul > li {
    display: block;
  }
  nav#mobile-menu > ul > li > a, nav#mobile-menu > ul > li .submenu-toggle {
    color: #64748b;
    padding: 6px 0px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  nav#mobile-menu > ul > li > a svg, nav#mobile-menu > ul > li .submenu-toggle svg {
    width: 18px;
    height: 18px;
    fill: #64748b;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }
  nav#mobile-menu > ul > li.active > a, nav#mobile-menu > ul > li.active .submenu-toggle, nav#mobile-menu > ul > li:hover > a, nav#mobile-menu > ul > li:hover .submenu-toggle {
    color: #2481D3;
  }
  nav#mobile-menu > ul > li.active > a svg, nav#mobile-menu > ul > li.active .submenu-toggle svg, nav#mobile-menu > ul > li:hover > a svg, nav#mobile-menu > ul > li:hover .submenu-toggle svg {
    fill: #2481D3;
  }
  nav#mobile-menu .submenu {
    display: block;
    position: fixed;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    max-width: 340px;
    width: 100%;
    left: -170px;
    top: 86px;
  }
  nav#mobile-menu .submenu.active {
    pointer-events: auto;
    opacity: 1;
    left: 0;
  }
  nav#mobile-menu .submenu .submenu-inner {
    overflow: hidden;
    border-radius: 0 0 12px 12px;
    background: white;
    height: 100%;
    font-size: 14px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 30px 30px 30px;
  }
  nav#mobile-menu .submenu h5 {
    color: #64748b;
    font-size: 20px;
  }
  nav#mobile-menu .submenu ul {
    padding: 0;
    margin: 10px 0;
  }
  nav#mobile-menu .submenu li {
    list-style-type: none;
    margin: 4px 0;
  }
  nav#mobile-menu .submenu li a {
    color: #475569;
  }
  nav#mobile-menu .submenu li a:hover {
    padding-left: 4px;
    color: #2481D3;
  }
}
.home-slider {
  height: auto;
  max-width: 100%;
  margin-right: auto;
  width: 100%;
}
.home-slider .swiper-wrapper {
  align-items: stretch;
  justify-items: stretch;
  justify-content: stretch;
  height: auto;
  max-width: 100%;
}
.home-slider .swiper-slide {
  display: flex;
  height: auto;
}
.home-slider .slide-content-wrapper {
  border-radius: 12px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.home-slider .slide-content-wrapper.slide-with-text {
  background: #fff;
}
.home-slider .slide-image-wrapper {
  border-radius: 12px;
  aspect-ratio: 5/3;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.home-slider .slide-image-wrapper::before {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  opacity: 0.3;
  background: linear-gradient(75deg, #030c13 0%, rgba(0, 0, 0, 0) 100%);
}
.home-slider .slide-image-wrapper:hover::before {
  opacity: 0.75;
}
@media (min-width: 390px) {
  .home-slider .slide-image-wrapper {
    aspect-ratio: 5/2;
  }
}
@media (min-width: 1024px) {
  .home-slider .slide-image-wrapper {
    border-radius: 12px;
  }
}
.home-slider .slide-with-text .slide-image-wrapper {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 1024px) {
  .home-slider .slide-with-text .slide-image-wrapper {
    border-radius: 12px;
  }
}
.home-slider .slide-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.home-slider .slide-content {
  background: #fff;
  flex-grow: auto;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1em;
}
.home-slider .slide-content .slide-content__title {
  font-size: 18px;
  margin: 0;
}
@media (min-width: 390px) {
  .home-slider .slide-content .slide-content__title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .home-slider .slide-content .slide-content__title {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .home-slider .slide-content .slide-content__title {
    font-size: 34px;
  }
}
@media (min-width: 390px) {
  .home-slider .slide-content {
    padding: 20px 24px;
  }
}
@media (min-width: 1024px) {
  .home-slider .slide-content {
    background: none;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    justify-content: end;
    z-index: 10;
    color: #fff;
    width: 100%;
    padding: 50px 60px;
    max-width: 50%;
  }
}
.home-slider .slide-content__link {
  border-radius: 12px;
  background: #2481D3;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 0.7em 1.2em;
  display: flex;
  align-items: center;
  gap: 1em;
}
.home-slider .slide-content__link svg {
  fill: currentColor;
  flex-shrink: 0;
}
.home-slider .slide-image-wrapper .slide-content__link {
  display: none;
}
@media (min-width: 768px) {
  .home-slider .slide-image-wrapper .slide-content__link {
    display: flex;
    font-size: 16px;
    position: absolute;
    left: 16px;
    bottom: 16px;
  }
}
@media (min-width: 1280px) {
  .home-slider .slide-image-wrapper .slide-content__link {
    left: 50px;
    bottom: 30px;
  }
}

/* xxl */
@media screen and (min-width: 1586px) {
  .container {
    max-width: 1516px;
  }
}
@media screen and (max-width: 1399px) {
  .usper .usp p {
    font-size: 14px;
  }
  header {
    padding: 16px 0;
  }
  .product-page-details {
    margin-left: 0;
  }
}
/* xl */
@media screen and (max-width: 1199px) {
  .sorting-menu-holder .sorting-menu {
    left: 0.75rem;
    right: 0.75rem;
  }
  .home-text h1, .category-text h1 {
    max-width: 100%;
  }
  footer .col-12 {
    margin-bottom: 30px;
  }
  .area .overlay {
    opacity: 0.2;
  }
  .product-gallery .product-slider .swiper-slide {
    height: 440px;
  }
}
/* lg */
@media screen and (max-width: 991px) {
  h1 {
    font-size: 28px;
  }
  .detail-box {
    margin-top: 20px;
  }
  .text-page-content {
    margin-bottom: 40px;
  }
  .product-page-details {
    position: relative;
    top: auto;
  }
  .product-page-details h1 {
    max-width: none;
    margin-bottom: 15px;
  }
  .copyright {
    text-align: center;
  }
  .usper .usp .usp-icon svg {
    margin-bottom: 15px;
  }
  .text-columns {
    column-count: 1;
    column-gap: 0px;
  }
  article .home-text .opening-hours {
    height: auto;
    margin: 30px 0 0 0;
  }
  .contact-form {
    padding: 30px;
  }
}
/* md */
@media screen and (max-width: 767px) {
  .checkout-steps {
    font-size: 12px;
  }
  .checkout-steps .checkout-step {
    padding: 12px 0;
  }
  .area {
    height: 250px;
  }
  .navigation-header {
    margin-bottom: 20px;
  }
  .filter-mobile {
    margin-top: 20px;
  }
  .contact-form .umbraco-forms-container {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}
/* sm */
@media screen and (max-width: 575px) {
  .product-page-details .actions .quantity {
    display: flex;
    margin-bottom: 10px;
  }
  .product-page-details .actions .quantity input {
    width: 100%;
  }
  .product-gallery .product-slider .swiper-slide {
    height: 320px;
  }
  header {
    padding-left: 20px;
    padding-right: 20px;
  }
  article .home-text {
    padding: 20px 0;
  }
  footer {
    text-align: center;
  }
  footer #mc_embed_signup {
    margin: 0 auto;
    max-width: 320px;
  }
  footer #mc_embed_signup h3, footer #mc_embed_signup p {
    text-align: center;
  }
  .product-preview {
    padding: 10px 15px;
  }
  .product-preview .product-labels {
    top: -4px;
    right: 15px;
  }
  .product-preview .product-labels span {
    padding: 4px 9px;
  }
  .product-preview .product-image {
    height: 130px;
  }
}

/*# sourceMappingURL=main.css.map */
