:root {
--font: exo;


--base-color: #1B3149;


--base-text-color: #FFFFFF;


--footer-color: #1B3149;


--footer-text-color: #FFFFFF;


--button-color: #279EB6;


--button-hover-color: #1B3149;


--button-text-color: #FFFFFF;


--header-color: #1B3149;


--header-text-color: #FFFFFF;


--clear-filters-display-text: inline-block;


--clear-filters-display-icon: inline-block;

}

	.es-clear-all-filters-button .button-text {
	display: var(--clear-filters-display-text);
	}

	.es-clear-all-filters-button .button-icon {
	display: var(--clear-filters-display-icon);
	}

/* ==========================================================================
   Fix to change login prompt to fixed EN
   ========================================================================== */
#loginform .login-password:before { content: "Password | "; }
#loginform .login-form-forgot-password:before { content: "Reset password | "; }
#loginform .login-form-button:before { content: "Log in | "; }
.login-container .forgot-password-send:before { content: "Send my login credentials | "; }
.login-container .forgot-password-cancel:before { content: "Cancel | "; }


/* ==========================================================================
   General
   ========================================================================== */
body, h1, h2, h3, h4, h5, h6 {
  font-family: Exo, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

button, input, select, textarea,
.button, .btn {
  font-family: Exo, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.resource-menu-desktop>ul>li a {
  font-weight: normal;
  color: #1a1a18;
}

.resource-menu-desktop ul {
  background-color: #ffffff;
}

.small-12.columns.content-column {
  background-color: #ffffff;
}

a.link.menu-logout {
  margin-left: 5px;
}  

.header-wrapper .row.header .logo-container a {
  height: auto !important; 
}

.header-wrapper.collapse.fixed div.inner-wrapper {
  background-color: #1B3149;
}

/* ==========================================================================
   Menu changes
   ========================================================================== */
.menu-bar-desktop-categories-menu-item {
  border-bottom: 1.4rem #f2f2f2;
  transition: 0.1s ease, color 0.1s ease;
}

.menu-bar-desktop-categories-menu {
  background-color: #ffffff;
}

.menu-bar-desktop-products {
  z-index: 200 !important; 
}

.menu-bar-desktop-categories-menu-item:hover, .menu-bar-desktop-categories-menu-item.active {
  background-color: #1B3149;
} 

/* ==========================================================================
   Banner
   ========================================================================== */
.section.small-12.js-section-notice_banner {
   position: fixed;
   top: 0;
   background-color: white;
   font-size: 1rem;
   left: 0;
   padding: 2px 0px;
   display: block !important;
}
.section.small-12.js-section-notice_banner h2 {
   display: none;
}
.section.small-12.js-section-notice_banner .row {
   width: 100%;
   max-width: 100%;
}

.section.small-12.js-section-notice_banner .row p {
   margin-bottom: 0px;
}

/* ==========================================================================
   Bestsellers - dynamic
   ========================================================================== */
div.section.small-12.js-section-Bestsellers_dynamic .row.collapse h2 {
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 2rem;
}

div.section.small-12.js-section-Bestsellers_dynamic div.row.collapse.promotions {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1rem;
}

div.section.small-12.js-section-Bestsellers_dynamic .promotion-item-info,
div.section.small-12.js-section-Bestsellers_dynamic .promotion-item-bar {
  padding: 1rem 1rem;
}

div.section.small-12.js-section-Bestsellers_dynamic .promotion-item-image {
  margin-bottom: 20px;
}

div.section.small-12.js-section-Bestsellers_dynamic .promotion-item.only-product {
  padding: 1rem 0.5rem;
  transform: translateY(0);
  box-shadow: none;
  border-radius: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

div.section.small-12.js-section-Bestsellers_dynamic .promotion-item.only-product:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* ==========================================================================
   Dashboard changes
   ========================================================================== */
.first-page-content .row.collapse > h2 {
	margin-top: 20px;
	border-bottom: 1px Solid #279EB6;
}

/* ==========================================================================
   Basket
   ========================================================================== */
div.basket {
  box-sizing: border-box;
}

.basket h4 {
  margin-left: 10px;
  font-size: 1rem;
}

.basket-item .basket-product-image {
  display: flex;
  flex: 0 0 60%;
  margin-left: 20px;
}

.small-12.medium-7.columns.basket-product-info .basket-product-image img {
  width: 100%;         
  height: auto;
  max-width: none;
  position: relative;
}

@media (max-width: 768px) {
  .row.collapse .basket-product-image {
    flex: 0 0 400px;
    margin-left: 0;
 }
}

.basket-price {
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}

div.basket-totals.clearfix.row {
  margin: 20px auto;
  gap: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1rem;
}

/* ==========================================================================
   Orderhistory text
   ========================================================================== */
input[name="search.freetext"], input[name="search.dateTo"], input[name="search.dateFrom"], select[name="search.customer"], select[name="search.user"], input[name="search.orderNo"]{
  border-radius:.5rem;
  pointer-events: auto !important;
  opacity: 1 !important;
  cursor: pointer !important;
  transform: translateY(-2px);
  transition: background-color 0.2s ease, transform 0.2s ease
}

button.button.external-order-history-search-button, button.button.external-order-history-export-button {
  padding: 13px 20px;
  border-radius: 25px;
  transform: translateY(-2px);
  transition: background-color 0.2s ease, transform 0.2s ease
}

.button[data-open="address-modal-delivery"], .button[data-close] {
  padding: 13px 20px;
  border-radius: 25px;
  transform: translateY(-2px);
  transition: background-color 0.2s ease, transform 0.2s ease
}

   /* ==========================================================================
   Orderhistory placeholder text
   ========================================================================== */
	div.external-order-history-search-field input::placeholder,
	textarea::placeholder {
	    color: #9a9a9a;
	    opacity: 1;      /* hjÃ¦lper i nogle browsere */
	    font-style: italic;
	    font-size: 1rem;
}

   /* ==========================================================================
   Delivery Recipient - removed text
   ========================================================================== */
.checkout-section.checkout-delivery-recipient.delivery-recipient-form .same-as-container {
  display: none !important;
}

/* ==========================================================================
   Change customer info box
   ========================================================================== */
.basket-customer-details.row {
  position: relative;
  justify-content: space-between;
  gap: 20px;
  box-sizing: inherit;
  padding: 30px;
  background-color: #ffffff;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
  margin: 20px auto;
}

.basket-customer-details.row h6 {
  font-weight: bold;
  font-size: 1rem;
}

.basket-customer-details.row .small-12.medium-6.large-4.columns p {
  gap: 20px;
  font-size: 1rem;
}

.basket-customer-details.row .customer-details-info.small-12.medium-6.large-5.columns p {
  gap: 20px;
  font-size: 1rem;
}

.button.button.menu-customer-changer {
  display: inline-block;
  flex-wrap: wrap;
  color: #ffffff;
  padding: 13px 20px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 0.875rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

button.button.menu-customer-changer[disabled],
button.button.menu-customer-changer.element-disabled {
  pointer-events: auto !important;
  opacity: 1 !important;
  color: #ffffff !important;
  cursor: pointer !important;
}

/* ==========================================================================
   Buttons - basket
   ========================================================================== */
.basket-buttons.row.float-right 
  .button.basket-button-link.hide-for-small-only,
.basket-buttons.row.float-right 
  .button.basket-button-form,
.basket-buttons.row.float-right 
  .button.basket-empty,
.basket-buttons.row.float-right 
  .button.basket-to-checkout {
  gap: 10px;  
  color: #ffffff;
  padding: 13px 20px;
  border-radius: 25px;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.button.menu-customer-changer {
  transform: translateY(-2px);
  transition: background-color 0.2s ease, transform 0.2s ease
}

/* ==========================================================================
   Buttons - Basket icon (left corner)
   ========================================================================== */
.header-wrapper.collapse .minibasket-icon {
  background-color: #279EB6;
  color: #ffffff;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
a#users-list-create.button, button#users-list-search.button, button#users-list-reset.button, button.button.users-list-login {
  padding: 13px 20px;
  border-radius: 25px;
  transform: translateY(-2px);
  transition: background-color 0.2s ease, transform 0.2s ease
}

button#invoice-address-copy-button.button, button.button.customer-information-save, button.button-default.button-type-fill.button-btn.button.customer-admin-statistics-update, button.button.product-question-cancel, button.button.quote-list-user-only-button, button.button.quote-list-admin-create, button.button.quote-list-search-button, button.button.quote-list-reset-button {
  padding: 13px 20px;
  border-radius: 25px;
  transform: translateY(-2px);
  transition: background-color 0.2s ease, transform 0.2s ease
}

td.text-right.quote-list-row-buttons button.button.quote-list-admin-delete, button.button.quote-list-admin-copy, a.button {
  padding: 13px 20px;
  border-radius: 25px;
  transform: translateY(-2px);
  transition: background-color 0.2s ease, transform 0.2s ease
}

button.button.load-button, button.button.remove-button, button#user-create-save.button, button#user-create-cancel.button {
  padding: 13px 20px;
  border-radius: 25px;
  transform: translateY(-2px);
  transition: background-color 0.2s ease, transform 0.2s ease
}

a#users-list-create.button, button#users-list-search.button, button#users-list-reset.button, button.button.users-list-login {
  padding: 13px 20px;
  border-radius: 25px;
}

/* ==========================================================================
   VP Ikoner
   ========================================================================== */
.VP_icons-section {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  justify-content: center;
}

.VP_icons-section > div {
  flex: 1 1 calc(20% - 1rem);              
  max-width: 250px;
  text-align: center;
  padding: 1rem;
}

.VP_icons-section img {          
  max-width: 200px;            
  height: auto;
  margin-bottom: 1rem;
}

.VP_icons-section p:first-of-type {
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.VP_icons-section p {
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .VP_icons-section > div {
    flex: 1 1 30%;
    max-width: 30%;
  }
}

@media (max-width: 480px) {
  .VP_icons-section > div {
    flex: 1 1 100%; /* Ã©n boks pr. rÃ¦kke */
  }
}

/* ==========================================================================
   Guides
   ========================================================================== */
.guide-section .card-row {
  display: flex;
  flex: 0 1 220px;
  gap: 2rem;
  margin: 2rem 0;
  flex-wrap: nowrap;
}

.guide-section .card {
  flex: 0 1 220px;
  background: #fff;
  border-radius: 0.75rem;
  padding: 1rem;
  text-align: center;
}

.guide-section .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.guide-section .btn-inline {
  display: inline-block;
  color: #ffffff;
  padding: 10px 17px;
  font-size: 0.875rem;
  line-height: 1.2;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.guide-section .btn-inline:hover {
  background-color: #1b3149;
}

@media (max-width: 600px) {
  .guide-section .card-row { flex-wrap: wrap; }
  .guide-section .card     { width: 100%; flex: none; }
}

/* ==========================================================================
   Welcome section w. sales person - after login
   ========================================================================== */
.welcome-section {
  display: flex;
  max-height: 450px;
  align-items: stretch;
}

.left-image {
  position: relative;
  flex: 0 0 60%;
  background-image: var(--bg-image);
  background-size: 100% auto;
  background-position: center top;
  overflow: hidden;
}

.contact-overlay {
  position: absolute;
  bottom: 20px;
  left: 60px;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px 25px;
  border-radius: 4px;
  max-width: 190px;
}

.contact-overlay h3 {
  margin: 0;
  font-size: 13px;
  color: #1b3149;
}

.contact-overlay p {
  margin: 4px 0;
  font-size: 12px;
  color: #009cc0;
}

.contact-overlay a {
  color: #009cc0;
  font-weight: normal;
  text-decoration: none;
}

.right-text {
  flex: 0 0 40%;
  background-color: #1b3149;
  color: white;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.right-text h2 {
  font-size: 28px;
  margin: 0 0 10px;
  font-weight: bold;
}

.right-text h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
  border-bottom: 1px solid white;
  padding-bottom: 15px;
  display: inline-block;
}

.right-text p {
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .welcome-section {
    flex-direction: column;
    height: auto;
  }

  .left-image,
  .right-text {
    width: 100%;
  }

  .contact-overlay {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 20px;
  }
}

/* ==========================================================================
   Stories
   ========================================================================== */
.section.small-12.js-section-stories_section {
  background-color: #f2f2f2;
  padding: 5rem 3rem;
}

.stories_section h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.story-card {
  background: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.story-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.story-card img {
  width: 100%;
  height: auto;
  display: block;
}

.story-card h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 1rem;
  color: #000;
  text-align: center;
}

.story-card p {
  font-size: 1rem;
  color: #000;
  margin: 0 1rem 1rem;
}

.story-card__cta {
  margin-top: 1.5rem;             
  display: inline-block;
  padding: 10px 17px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #f2f2f2;
  background: #279EB6;
  font-size: 1rem;
  align-self: center;
  margin-bottom: 2rem;
}

a.btn.btn--primary.story-card__cta .btn-inline:hover {
  background-color: #1b3149;
}

/* ==========================================================================
   Last viewed section
   ========================================================================== */
div.section.small-12.js-section-RECENTLY_VIEWED {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

div.section.small-12.js-section-RECENTLY_VIEWED h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

h6.product-price.promotion-price.price {
  font-size: 1rem;
}

div.section.small-12.js-section-RECENTLY_VIEWED .promotion-item-info,
div.section.small-12.js-section-RECENTLY_VIEWED .promotion-item-bar {
  padding: 1rem 1rem;
}

div.section.small-12.js-section-RECENTLY_VIEWED .promotion-item.only-product {
  flex: 1 1 100%;
  margin: 4px;
  gap: 8px;
  border-radius: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

div.section.small-12.js-section-RECENTLY_VIEWED .small-12.medium-3.large-3.columns.end.space-bottom.promotion-container .promotion-item-information {
  font-size: 0.875rem;
}

div.section.small-12.js-section-RECENTLY_VIEWED .promotion-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

 /* ==========================================================================
   'Out of stock// Expected' 
   ========================================================================== */
.product__stock-expected {
 font-size: 11.52px;
 color: #3c8220;
 font-style: italic;
}

.product__stock-expected::before {
 content: '- ';
 font-size: 12px;
 color: #3c8220;
 font-style: italic;
}

  /* ==========================================================================
   Popular Categories section
   ========================================================================== */
.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 40px;
  margin-bottom: 70px;
}

.section.small-12.js-section-categories_section {
  background-color: #f2f2f2;
}

section.categories_section {
  background-color: #f2f2f2;
  margin-top: 50px;
  margin-bottom: 50px;
}

.categories_section h2 {
  font-size: 2rem;
}

.categories-card__title {
  margin: 20px 0;
  font-size: 1rem;
  font-weight: 600;
}

.categories-card {
  border-radius: 20px;
  margin-bottom: 40px;
  background: #ffffff;
  text-align: center;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  translate: translateY (-3px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 1rem 0.5rem;
}

.categories-card img {
  padding: 10px;
}

.categories-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn--categories-card__cta {
  gap: 7px;  
  margin-bottom: 15px;
  color: #ffffff;
  padding: 10px 17px;
  border-radius: 25px;
  font-size: 0.875rem;
  background: #279EB6;
  font-weight: bold;
  border: 1px solid #f2f2f2;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .categories-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .categories-grid { grid-template-columns: 1fr; }
}

  /* ==========================================================================
  Partners section
   ========================================================================== */
div.section.small-12.js-section-Partners_section {
  padding: 3rem 2rem;
}

div.section.small-12.js-section-Partners_section h2 {
  padding: 1rem;
}

.outer-wrapper.hide-for-small-only {
  padding: 1rem;
}

  /* ==========================================================================
   Configurations In stock/ Out of Stock
   ========================================================================== */
div.product-card-tabs {
  position: relative;
}

.small-1.large-2.columns.product-option-qty {
  position: absolute;
  right: 80px;
}

  /* ==========================================================================
   Sales team
   ========================================================================== */
div.first-page-sales-team {
  padding-top: 5%;
  padding-bottom: 5%;
}

.first-page-sales-team .sales-team-main-wrapper .sales-team-headline {
  font-size: 2rem;
  margin-left: 0%;
  margin-bottom: 1.5rem;
}

  /* ==========================================================================
   Comment section textarea - checkout
   ========================================================================== */
textarea[name="orderInfo.orderComments"]::placeholder {
	  color: #9a9a9a;
	  opacity: 1;
	  font-style: italic;
    font-size: 0.875rem;
}

.delivery-recipient-form input[name="deliveryRecipient.sameAs"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}