/** Shopify CDN: Minification failed

Line 17:38 Unexpected "{"

**/


/* CSS from section stylesheet tags */
.ur-accordion{background:#ffffff;color:#000000;cursor:pointer;padding:10px 0;font-family:"Metropolis", sans-serif;width:100%;border:none;text-align:left;outline:none;-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s}.ur-accordion:after{content:'\2228';color:#000000;font-weight:bold;float:right;margin-left:5px;margin-right:15px}.active:after{content:"\2227"}.panel{border-bottom:1px solid #000;color:#58595B;max-height:0;overflow:hidden;-webkit-transition:max-height 0.2s ease-out;-o-transition:max-height 0.2s ease-out;transition:max-height 0.2s ease-out}.panel-inner{padding:0 0 1em 0}.panel-inner p{margin-bottom:0.5em}
@media screen and (max-width: 770px) {
  .text-advert--item {
    margin-bottom: 2px;
  }
  div.text-advert--section {
      flex-direction: column !important;
  }
  .one-item, .two-items, three-items, { 
      width: 100% !important;
      margin-right: 0px;
      margin-top: 2px;
  }
}

@media screen and (min-width: 771px) {
  .text-advert--wrapper {
	margin-left: 0;
    width: 100vw !important;
  }
  .text-advert--item {
    margin-right: 2px;
    margin-top: 0px;
  }
  .text-advert--item:last-of-type {
  	margin-right: 0px;
  }
  .one-item { 
      width: 100%; 
  }
  .two-items { 
      width: calc(50% - 1px); 
  }
  .three-items { 
      width: calc(33.33% - 2px); 
  }
}



.text-advert--wrapper {
  clear: both;
  content: " ";
  display: table;
  width: 100%;
}

.text-advert--section {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.text-advert--item {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.text-advert--item span {
  display: block
}

.text-advert-item--header {
  font-weight: bold;
}