/** Shopify CDN: Minification failed

Line 98:0 Unexpected "}"

**/
/*
File: component-shops.css
Version: 1.0
*/

html, body {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 100%;
  position: relative;
  z-index: 0;
}

html::before, body::before {
  background: #fff;
  content: "";
  height: 100%;
  opacity: 0.15;
  position: absolute;
  width: 100%;
  z-index: -1;
}



#logo {
  text-align: center;
  margin-bottom: 3rem;
}

#logo img {
  max-width: 45%;
}

.page-width {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: fixed;
}

.show {
  display: block !important;
}

.shop-container {
  width: 340px; 
}

.shop-container a:hover {
  text-decoration: none;
}

.shop-button img {
  width: 26px;
  margin: 1rem;
}

/* Drop down menu */

.__pf {
  margin-bottom: 0;
}
  
.page-width .dropdown-container {
  position: relative;
}

#dropdown-button #dropdown-arrow.rotate {
  transform: rotate(180deg);
}

#button-text {
  display: inline-flex;
  align-items: center;
  font-family: glacial indifference!important;
  font-size: 17px;
}
  
#dropdown-button {
  position: relative;
  width: 100%;
  color: #282828;
  background-color: #fff;
  padding: 0.9rem 15px;
  text-align: left;
  display: inline-flex;
  align-items: center;
}
}

  
#dropdown-button button {
  width: 100%;
  text-align: left;
  height: 3rem;
  color: #5e5e5e;
  background-color: #fff;
  padding-left: 1rem;
  display: inline-flex;
}
  
#dropdown-button #dropdown-arrow {
  float: right;
  margin-left: auto;
}

#dropdown-button #dropdown-arrow svg {
  height: 15px;
  width: 18px;
  fill: #282828;
  margin: 0 auto;
  display: block;
}

#dropdown-items {
  display: none;
  position: absolute;
  background-color: #fff;
  overflow: auto;
  z-index: 1;
  width: 100%;
  text-align: left;
  margin-top: 0.7rem;
}

  
#dropdown-items button {
  color: #5e5e5e;
  padding: 3px 15px;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
}

#dropdown-items button:first-child {
  padding-top: 0.5rem;
}

#dropdown-items button:last-child {
  padding-bottom: 0.5rem;
}

#dropdown-items button:hover {
  color: #fff;
  background-color: #1e90ff;
}

.enter-button {
  width: 220px;
  text-align: center;
  padding: 0.6rem 0;
  margin: 2rem auto;
  color: #fff;
  font-family: glacial indifference!important;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}

.dropdown-item .shop-name {
  font-family: glacial indifference!important;
  font-size: 17px;
}

#shopify-section-footer, #shopify-section-announcement, #shopify-section-header, #pushdaddy-button, #reamaze-widget-icon {
  display: none !important;
}