/** Shopify CDN: Minification failed

Line 242:0 Unexpected "}"

**/
.mp-header-group {
  position: sticky;
  top:0px;
  z-index:31;
}

.mp-inventory {
  display:flex;
  margin: 0 0 0 -6px !important;
  font-size:calc(var(--typeBaseSize)*.75) !important;
}

@media only screen and (min-width:1200px){
  .mp-inventory {
    font-size:calc(var(--typeBaseSize)*.85) !important;
  }
}

.mp-inventory-stock {
  color:black;
}

.inventory--low .mp-inventory-stock::after {
  content:": "
}

.mp-inventory-stock-color {
  color:red;
}

.mp-product-container {
  background-color: #ffffff;
  border: 1px solid #dedede;
  border-radius: 4px;
  box-shadow: 0 2px 6px #c8c8c8;
  text-align: center;
  padding-inline: 15px;
  padding-top:12px
}

@media only screen and (max-width:768px){
.mp-product-container {
  padding-top:0px;
  width:104%;
  margin-left:-2%
}}

.mp-price {
  display:inline-flex;
  align-items: flex-end;
  text-align:left
}

.mp-price-savings {
    font-size: 12px;
}  

@media only screen and (min-width:1200px){
  .mp-price-savings {
    margin-right:60px;
    font-size: 13px;
  }  
}

.mp-product-shipping{
  text-align:left;
  color:#05a100;
  margin-top:-9px; 
  font-weight:bold;
  font-size:calc(var(--typeBaseSize)*.76)
}
.mp-product-shipping .mp-product-shipping-text-normal{
  font-weight:400 !important
}
@media only screen and (min-width:1200px){
  .mp-product-shipping{
    font-size:calc(var(--typeBaseSize)*.82)
  }
}
@media only screen and (min-width:769px){
  .mp-product-shipping{
    margin-top:-9px; 
  }
}

.mp-price-tax {
  display:inline-block !important;
  padding-left:5px;
  padding-bottom:1px
}

.mp-block-price {
  text-align:left;
}

.mp-product-klarnar {
  text-align:left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size:calc(var(--typeBaseSize)*.65);
  margin-top:-4px;
}

.mp-product-klarnar-img {
  height:20px;
}

@media only screen and (max-width:865px){
  .mp-product-klarnar {
    font-size:calc(var(--typeBaseSize)*.55);
  }
  .mp-product-klarnar-img {
    height:18px;
  }
}

@media only screen and (max-width:768px){
  .mp-product-klarnar {
    font-size:calc(var(--typeBaseSize)*.65);
  }
  .mp-product-klarnar-img {
    height:20px;
  }
}

@media only screen and (max-width:500px){
  .mp-product-klarnar {
    font-size:calc(var(--typeBaseSize)*.55);
  }
  .mp-product-klarnar-img {
    height:19px;
  }
}

@media only screen and (max-width:368px){
  .mp-product-klarnar {
    font-size:calc(var(--typeBaseSize)*.5);
  }
  .mp-product-klarnar-img {
    height:18px;
  }
}

@media only screen and (max-width:345px){
  .mp-product-klarnar {
    font-size:calc(var(--typeBaseSize)*.47);
  }
  .mp-product-klarnar-img {
    height:16px;
  }
}

.mp-product-halfsep{
  width:15%;
  margin-bottom:-6px !important;
}


.mp-product-shipping-time{
  text-align:left;
  font-weight:bold;
  margin-top:-6px !important;
  font-size:calc(var(--typeBaseSize)*.7)
}

@media only screen and (min-width:1200px){
  .mp-product-shipping-time{
    font-size:calc(var(--typeBaseSize)*.78)
  }
}

.mp-product-shipping-time-span{
  color:#05a100
}

.mp-shipping-countdown {
  background-color:white;
  border: 1px solid #dedede;
  border-radius: 4px;
  box-shadow: 0 1px 4px #c8c8c8; 
  text-align:center;
  padding:4px;
  font-size:calc(var(--typeBaseSize)*.9)
}

.mp-shipping-countdown-text-c{
  font-size:calc(var(--typeBaseSize)*0.95);
  color:#05a100
}

.mp-shipping-countdown-text{
  color:#05a100
}

@media only screen and (max-width:1200px){
  .mp-shipping-countdown {
    font-size:calc(var(--typeBaseSize)*.8)
  }
  .mp-shipping-countdown-text-c{
    font-size:calc(var(--typeBaseSize)*.9)
  }
}

@media only screen and (max-width:400px){
  .mp-shipping-countdown {
    font-size:calc(var(--typeBaseSize)*.7)
  }
  .mp-shipping-countdown-text-c{
    font-size:calc(var(--typeBaseSize)*.8)
  }
}

.js-qty__wrapper{
  box-shadow: 0 0 0 1px #818181 !important;
  background-color: #f4f4f4 !important;
}

.mp-payment-icons-d {
  background-color:#f3f3f3;
  border-radius:6px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding:2px 10px 2px 10px;
}
.payment-icons li {
  margin: 0 2px !important;
}


.mp-payment-icons {
  margin-top: 5px!important;
  margin-bottom: -13px !important;
}
}
.mp-payment-icons-text {
  font-size:13.5px;
}
.icon--payment svg {
    height: 30px;
    width:40px
  }
@media only screen and (max-width:1300px){
  .icon--payment svg {
  height: 30px;
  width:40px;
  margin-bottom:-5px
}
}

@media only screen and (max-width:768px){
  .icon--payment svg {
  height: 30px;
  width:40px;
  margin-bottom:0px
}
}
@media only screen and (max-width:462px){
  .icon--payment svg {
  height: 25px;
  width:30px;
  margin-bottom:0px
}
}
@media only screen and (max-width:371px){
  .icon--payment svg {
  height: 20px;
  width:26px;
  margin-bottom:0px
}
}
@media only screen and (max-width:1000px){
  .mp-payment-icons-text {
  font-size:12px;
}
}
@media only screen and (max-width:845px){
  .mp-payment-icons-text {
  font-size:10.5px;
}
}
@media only screen and (max-width:845px){
  .mp-payment-icons-text {
  font-size:13px;
}
}
@media only screen and (max-width:430px){
  .mp-payment-icons-text {
  font-size:12px;
}
}
@media only screen and (max-width:405px){
  .mp-payment-icons-text {
  font-size:11px;
}
}
@media only screen and (max-width:380px){
  .mp-payment-icons-text {
  font-size:10px;
}
}

.Review-Bar {
    display: flex;
    flex-direction: row;
    align-content: center;
    text-align: center;
    height: 28px;
    justify-content: space-between;
    font-size:13px;
    justify-content: center;
    margin-top:-5px;
}
.Review-Bar  .Review-Bar-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.Review-Bar .Review-Bar-item .img2r{
   height:25px;
}
  .Review-Bar .Review-Bar-item .img2rs{
   height:17px;
}
  .RT2 {
  font-size:14px;}
@media screen and (max-width: 800px){
.Review-Bar {
    display: flex;
    flex-direction: row;
    align-content: center;
    text-align: center;
    height: 28px;
    justify-content: space-between;
    font-size:13px;
    justify-content: center;
}
  .Review-Bar .Review-Bar-item .img2r{
   height:26px;
}
    .Review-Bar .Review-Bar-item .img2rs{
   height:16px;
}
  .RT2 {
  font-size:12px;}
.RT3 {
  font-size:13px;}}
  
@media screen and (max-width: 450px){
.Review-Bar {
    display: flex;
    flex-direction: row;
    align-content: center;
    text-align: center;
    height: 28px;
    justify-content: space-between;
    font-size:10px;
    justify-content: center;
}
.Review-Bar  .Review-Bar-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.Review-Bar .Review-Bar-item .img2r{
   height:22px;
}
.Review-Bar .Review-Bar-item .img2rs{
   height:14px;
}  
  
  .RT2 {
  font-size:11px;}
.RT3 {
  font-size:10.5px;}}  

@media screen and (max-width: 380px){
.Review-Bar {
    display: flex;
    flex-direction: row;
    align-content: center;
    text-align: center;
    height: 26px;
    justify-content: space-between;
    font-size:9.6px;
    justify-content: center;
}
.Review-Bar  .Review-Bar-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.Review-Bar .Review-Bar-item .img2r{
   height:20px;
} 
  .Review-Bar .Review-Bar-item .img2rs{
   height:15px;
} 
    .RT2 {
  font-size:10.6px;}
    .RT3 {
  font-size:10px;}}
@media screen and (max-width: 360px){
.Review-Bar {
    display: flex;
    flex-direction: row;
    align-content: center;
    text-align: center;
    height: 26px;
    justify-content: space-between;
    font-size:9px;
    justify-content: center;
}
.Review-Bar  .Review-Bar-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.Review-Bar .Review-Bar-item .img2r{
   height:20px;
}  
  .Review-Bar .Review-Bar-item .img2rs{
   height:13px;
} 
    .RT2 {
  font-size:10px;}
.RT3 {
  font-size:9.5px;}} 
@media screen and (max-width: 355px){
.Review-Bar {
    display: flex;
    flex-direction: row;
    align-content: center;
    text-align: center;
    height: 26px;
    justify-content: space-between;
    font-size:8px;
    justify-content: center;
}
.Review-Bar  .Review-Bar-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.Review-Bar .Review-Bar-item .img2r{
   height:19px;
} 
  .Review-Bar .Review-Bar-item .img2rs{
   height:13px;
} 
  } 
@media screen and (max-width: 335px){
.Review-Bar {
    display: flex;
    flex-direction: row;
    align-content: center;
    text-align: center;
    height: 26px;
    justify-content: space-between;
    font-size:7px;
    justify-content: center;
}
.Review-Bar  .Review-Bar-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.Review-Bar .Review-Bar-item .img2r{
   height:19px;
} 
  .Review-Bar .Review-Bar-item .img2rs{
   height:12px;
} 
    .RT2 {
  font-size:8px;}
.RT3 {
  font-size:7.5px;}
}

  .RB{
    background-color: #f6f6f6;
    border-radius: 8px;
    width:100%;
    box-shadow:0 4px 6px #c8c8c8;
    border:1px solid #E8E8E8;
  }
  .RB1{
    padding:3px;
    display:flex;
    flex-direction: column;
    align-items: center;
    line-height:21px;
  }
  .RBT1{
    font-weight:600;
    font-size:17px;
  }
  .RBT2{
    font-weight:300;
    font-size:12px;
    margin-top:-4px;
  }
  
@media screen and (max-width: 500px){
  .RB{
    background-color: #f6f6f6;
    border-radius: 8px;
    width:105%;
    margin-left:-2.5%;
    box-shadow:0 4px 6px #c8c8c8;
    border:1px solid #E8E8E8;
  }
  .RB1{
    padding:3px;
    display:flex;
    flex-direction: column;
    align-items: center;
  }
  .RBT1{
    font-weight:600;
    font-size:16px;
  }
  .RBT2{
    font-weight:300;
    font-size:10.5px;
    margin-top:-4px;
  }
}

.mp-only-handy{
  display:none
}
@media screen and (max-width: 768px){
  .mp-only-handy{
  display:block
}
}

.mp-only-pc{
  display:block
}
@media screen and (max-width: 768px){
  .mp-only-pc{
  display:none
}
}

.mp-rb-switch-2{
  display:none
}
@media screen and (max-width: 980px){
  .mp-rb-switch-2{
  display:block;
  margin-bottom:-30px;
}
}
@media screen and (max-width: 768px){
  .mp-rb-switch-2{
  display:block;
  margin-bottom:0px;
}
}
.mp-rb-switch-1{
  display:block
}
@media screen and (max-width: 980px){
  .mp-rb-switch-1{
  display:none
}
}
.mp-announcement-bar{
  display:flex;
  flex-direction: row;
  justify-content:center;
  align-items:center 
}

.mp-announcement-bar-1-img{
  height:28px
}
.mp-announcement-bar-2-img{
  height:48px
}

.mp-announcement-bar-1-text{
  font-size:14px;
}
.mp-announcement-bar-1-star{
  height:18px;
}
@media screen and (max-width: 768px){
  .mp-announcement-bar-1-img{
  height:25px
  }
  .mp-announcement-bar-2-img{
  height:40px
}
  .mp-announcement-bar-1-star{
    height:15px;
  }
  .mp-announcement-bar-1-text{
    font-size:12px;
  }
}

@media screen and (max-width: 575px){
  .mp-announcement-bar-1-img{
  height:20px
  }
  .mp-announcement-bar-2-img{
  height:35px
}
  .mp-announcement-bar-1-star{
    height:11px;
  }
  .mp-announcement-bar-1-text{
    font-size:10px;
  }
}
.mp-product-trust-text-font {
  box-shadow: 0 1px 8px #e7e7e7;
}
.mp-product-trust-text-containeros11 {
  background-color: #ebebeb;
  border-top-left-radius: 8px;  
  border-top-right-radius: 8px;   
  padding: 4px 10px 4px;
  text-align:center;
  border-top:1px solid #dedede;
  border-left:1px solid #dedede;
  border-right:1px solid #dedede}
  
.mp-product-trust-text-containeros12{
  background-color: #fdfdfd;  
  border-bottom-left-radius: 8px;  
  border-bottom-right-radius: 8px; 
  padding: 4px 10px 4px;
  text-align:center;
  border-bottom:1px solid #dedede;
  border-left:1px solid #dedede;
  border-right:1px solid #dedede}
  
@media only screen and (max-width: 801px){
.mp-product-trust-text-font{
  font-size:13px;}
}

.mp-description-1{
  background-color:#f4f4f4;
  font-size:14px !important;
  letter-spacing: .2em !important;
}

.mp-cart-payment-info {
  margin-bottom:-5px;
  margin-top:-12px;
}

.mp-cart-payment-info-text-1 {
  font-size:15px;
}
@media screen and (max-width: 768px){
  .mp-cart-payment-info-text-1 {
  font-size:14px;
}
}

@media screen and (max-width: 768px){
.mp-menu {
  display:none;
}}

img.medium-up--hide{ 
  display:block
}

@media screen and (max-width: 768px){
img.medium-up--hide { 
  display:none !important
}}


svg.icon path{
  stroke-width:4px !important
}

@media screen and (max-width: 768px){
h2.footer__title { 
  display:none;
}
button.footer__title{
  font-weight:bold;
}
}

button.cart__checkout {
  height:60px;
  border-radius: 6px;
  box-shadow: 0 1px 6px #19cbcdc7;
  background-color: #1CCBCD !important;
}

button.add-to-cart {
  min-height:50px;
  border-radius: 6px;
  box-shadow: 0 1px 6px #19cbcdc7;
  background-color: #1CCBCD !important;
}

@media screen and (max-width: 768px){
#product-block-1 {
  display:none !important
}}

.announcement-bar{
  border-bottom: 1px solid #1CCBCD !important;
}

.mp-product-title-handy {
  font-size:13px;
}

.mp-product-grid-set{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.mp-cart-bubble {
  display:flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height:20px ;
  top: -4px !important;
  right: -8px !important;
}


.sc_simple-container .sc_code-btn input[type=button],
.sc_simple-container .sc-cube-text,
.sc_simple-container .sc_code-btn .sc_code-loading, .sc_simple-container .sc_code-btn .sc_code-remove {
	border-radius: 0 !important;
}
  
.sc_simple-container .sc_code-btn input[type=button] {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3.9px;
  text-transform: uppercase;
}
  
@media only screen and (max-width: 768px) {    
  .sc_simple-container .sc_code-btn input[type=button] {
    font-size: 11px !important;
  }
}
  
.drawer__inner .sc_simple-info .sc_simple-info__row {
  font-size: 13px;
  margin-bottom: 0;
}
  
  
.discount-box-wrapper {
  padding: 10px 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
  margin-bottom: 15px;
}

.discount-box-wrapper a {
  display: flex;
  align-items: center;
  font-size:13px;
}
  
.discount-box-wrapper a:after {
  content: ' ';
  display: block;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  margin-left: auto;
  width: 10px;
  height: 10px;
  font-size:12px;
  transition: 300ms linear transform;
}
  
.discount-box-wrapper a span {
  color: #999999;
  margin-left: 5px;
}
  
.discount-box-wrapper .sc_simple-container {
  margin-top: 10px;
}
  
.discount-box-wrapper .sc_simple-container .sc_code-btn {
  display: block;
}
  
.discount-box-wrapper .sc_simple-container .sc-cube-text {
  margin-right: 0 !important;
  background-color: #ffffff !important;
  border-color: #d8d8d8 !important;
  width:200%;
}
  
.discount-box-wrapper .scDiscount div {
  width: 100% !important;
}
  
.discount-box-wrapper .scDiscount__container {
  overflow: hidden;
  max-height: 0;
  transition: linear 300ms max-height;
}
  
.discount-box-wrapper.opened .scDiscount__container {
  max-height: 180px;
}
  
.discount-box-wrapper.opened a:after {
  transform: rotate(315deg);
}


.cart__item-title .jdgm-prev-badge {
    margin-top: -6px !important;
    margin-bottom: 5px !important;
    font-size:13px !important;
    font-weight:bold !important;
}
#shopify-block-cb591395-e551-4413-bdd8-8856dc056b5e .jdgm-prev-badge{
  font-weight:bold;
  text-align:left;
  margin-top:-3px;
  color:#008fa9;
  font-size: 16px;
  
}

@media only screen and (max-width: 768px) {  
  #shopify-block-cb591395-e551-4413-bdd8-8856dc056b5e .jdgm-prev-badge{
  font-size: 13px !important;
  
}
}
#shopify-block-6448fba4-aeb3-430d-b2f7-c139fb60610e .jdgm-preview-badge {
    font-weight: bold;
    text-align: left;
    margin-top: 6px;
    color: #008fa9;
    padding-top: 3px;
    margin-bottom: -5px;
    border-top: 0.5px solid black;
    font-size: 13px !important;
}
#shopify-section-template--18270489903368__16983078057e6bbc93{
  display:none;
}

.mp-product-title-pc {
  font-size:18px;
}

.cart__item-title .jdgm-preview-badge {
  color:#008fa9;
}

.jdgm-prev-badge__text { 
  font-size:15px;
}
