/*-------- EWS theme: Vision --------*/
/*------------ CUSTOM CSS -----------*/
/*------ Eliasson Web Studio --------*/

:root {
 --headingFont: "Raleway", sans-serif;
}

::selection {
   background: #e71b24 !important;
   color: #fff !important;
}

.slot--article-page-footer .tws-articles-two--heading h2.tws-util-heading--heading {
    display: none !important;
}

/*------- HEADER -------*/

@media only screen and (min-width: 1100px) {

    .bountiful--header .bountiful--header-wrapper .bountiful--header-middle,
    .bountiful--header .bountiful--header-wrapper .bountiful--header-right{
        width: 25%;
    }

    .bountiful--header .bountiful--header-wrapper .bountiful--header-left {
        width: 50%;
    }

}

@media (max-width: 767px) {

  .bountiful--header-right .slot--top-bar-login {
    display: none;
  }

}

/* STARTPAGE HEADER */
@media (min-width: 992px) {

 @media (min-width: 992px) {
    .startpage .bountiful--header:not(.scrolled) {
        background: rgba(35,35,35,0.4);
      backdrop-filter: blur(2px);
      border-bottom: 3px solid rgba(255,255,255,0.08);
  }

}

/*------- STARTPAGE -------*/

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 16px;
}

.grid-item {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

/* Tablet */
@media (max-width: 1024px) {

    .grid-container {
      grid-template-columns: repeat(2, 1fr);
    }

}

/* Mobil */
@media (max-width: 600px) {

    .grid-container {
      grid-template-columns: 1fr;
    }

}

.parallax .tws-content-box--table .tws-content-box--first-line {
    font-size: 25px !important;
}

/*-------- PRODUCT GRID --------*/

.bountiful--sidebar .tws-filter-sidebar .title {
	display: none;
}

.tws-article-list--list .tws-article-list--price .tws-api--price-current {
  font-size: 14.5px;
  color: #1B8F3A !important;
}

.slot--breadcrumbs {
    display: none;
}

.customPageItem {
    margin-top: 0px;
}

/*------- PRODUCT PAGE -------*/

/*.slot--article-page-footer .tws-articles-two--heading .tws-util-heading--heading {
    display: none;
}*/

body:has(.slot--article-page-footer .tws-container--tws-articles-two:empty) .tws-container--tws-custom-html.tillbehor {
  display: none;
}

.slot--article-price .tws-api--price-current {
  color: #1B8F3A !important;
}
  
/*------- SIDE BAR ------*/

.bountiful--sidebar .tws-filter-sidebar .filter-select-name {
  font-weight: bold;
}

.bountiful--sidebar .tws-filter-sidebar {
	border: 2px solid #b59460;
  border-radius: 10px;
}

@media (min-width: 1100px) {

  .bountiful--sidebar {
  	margin-top: 5px;
  }

}

/*------ FOOTER ------*/

@media (min-width: 768px) {

.bountiful--footer-left {
	width: 20%;
}

.bountiful--footer-mid-left {
	width: 50%;
}

.bountiful--footer-mid-right {
	display: none;
}

.bountiful--footer-right {
	width: 30%;
}

}

.tws-audience-selector--audience-item-icon {
  width: 25px;
  height: 25px;
}

.tws-article-stock-shipping--stock-message {
    font-weight: bold;
    padding-bottom: 10px;
}
  .slot--article-description .tws-article-description {
box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12), 0 18px 40px rgba(0, 0, 0, 0.18), 0 -1px 3px rgba(255, 255, 255, 0.5);
}