/** Shopify CDN: Minification failed

Line 156:0 Expected "{" but found "."
Line 174:0 Expected "}" to go with "{"

**/
:root {  --orange: #F58820;
  --light-orange: #f7a429;
  --white: #ffffff;
}

/*div#trustpilot-widget-trustbox-1-wrapper {
    padding-top: 60px !important;
}
*/

.product-meta__vendor {
    font-weight: bold;
}

.cart-general-terms {
    padding-top: 1rem;
}

h2.slideshow__title.heading.h1 {
    font-weight: bold;
    font-size: 3rem;
}
p.slideshow__content {
    font-size: 1.3rem;
}

@media(max-width: 640px) {
	.popover,
	.mini-cart {
		left: auto !important;
		right: 0 !important;
		width: 90vw;
	}
}


.icon--nav-triangle-borderless { display:none}
.announcement-bar {
  border-bottom: 1px solid var(--header-border-color);
}
@media screen and (max-width: 641px) {
.header__action-list {
  right: 1rem;
  position: absolute;
}
}
@media screen and (min-width: 641px) {
h1.product-meta__title.heading.h1 {
    font-weight: 700;
    font-size: 1.75rem;
}
  .header__inner {
    justify-content: center;
}

}
@media screen and (max-width: 1023px) {
.announcement-bar, #shopify-section-template--16726135374063__5539cf08-7d34-4e8b-8681-c8be79024676 {
  display: none;
}
}

@media screen and (max-width: 1280px) {
  #shopify-section-template--16726135374063__16634136113080bb11 {
    display: none;
  }
  .slideshow:not(.slideshow--edge2edge) {
    margin: 0;
  }
  div#shopify-section-template--16726135374063__16634098317a57b919 {
    margin: 0 -40px;
}
}



div#shopify-section-template--16743287783663__5539cf08-7d34-4e8b-8681-c8be79024676 {
  margin: -60px 0 -40px 0;
  width: 100%;
  background-color: rgba(245, 136, 32, .2);
  color: black;
}

.trustpilot {
  margin: -60px auto;;
  padding: .5rem;
  background-color: #04da8d;
  width: 100%;
}

.under_announcement {
  max-width: 76rem;
  margin: 0 auto;
  text-align: center;
  padding: .3rem;
}

h2.section__title.heading.h3 {
    font-weight: 700;
}
div#shopify-section-template--16726135374063__16634101091ff50fbd {
    margin: -30px 0 0 0;
}

a.product-item__title.text--strong.link {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.announcement-bar {
    height: 1.85rem;
    line-height: 1;
}

#shopify-section-header {
  position: fixed;
}

.search-bar__submit {
  color: var(--orange);
  background: var(--white);
}

svg.icon.icon--cart {
    color: white;
}

.header__cart-count {
  background: black;
  color: white;
}
.header__search-bar-wrapper {
    max-width: 40rem;
    margin: auto 0;

.header__action-item.header__action-item--cart {
    position: relative;
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

@media screen and (min-width: 641px)
.header {
    padding: 15px 0;
}
.nav-bar {
  max-height: 3rem;
  line-height: 1;
}

ul.nav-bar__linklist.list--unstyled {
  line-height: 1.5rem;
  text-align: center !important;
}
.link {
    color: black !important;
}
.nav-bar__button {
  color: black;
}
