/** Shopify CDN: Minification failed

Line 117:61 Expected ":"

**/
/***
  Dawn Plugins Asset
  Version: 1.0
  Website: dawnplugins.com
  Customer Support: hello@dawnplugins.com
***/
.dp-widget-location { display:grid; justify-items: center; }
.geolocation-popup {
  display: none;
  position: fixed;
  user-select: none;
  padding: 20px;
  box-shadow: 0 0 20px #676767;
  letter-spacing: normal;
  z-index: 1000;
  width: 90%;
  left: 0;
  max-width: 500px;
  color: inherit;
  opacity: 0;
}
.geolocation-popup.preview-mode { display: block!important; opacity: 1!important; }
.geolocation-popup.default { opacity: 1; }
.geolocation-popup.zoomIn {
  left: 50%;
  animation: dp-zoomIn 0.7s ease forwards;
}
.geolocation-popup.slide {
  left: 50%; 
  animation: dp-slideIn 0.5s ease forwards;
}

.dp-market-switch { 
  cursor: pointer;
  user-select: none;
  background:#f7f8f8; 
  display:flex; 
  align-items: center; 
  font-size: 14px;
  gap:6px; 
  color:initial;
}
.dp-market-switch.dp-header { padding:5px 10px; }
.dp-market-switch.dp-drawer { padding: 10px 25px; }
.dp-market-switch.dp-drawer .switch-market-title {display:block!important;}

.geolocation-popup h2 { color: inherit; margin-bottom: 0; }
.geolocation-popup .geolocation-subtitle {
  margin-top: 10px;
  padding-bottom: 10px;
}
.geolocation-popup .geolocation-subtitle p { line-height: 1; }
.geolocation-popup .header-image { display: block; max-width: 100%; width: 40%; height: auto; padding-top: 10px; margin: 0 auto; }
.dp-widget-location .overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 555;
}

.geolocation-popup .uppercase { text-transform: uppercase; }
.geolocation-popup .left { text-align: left; justify-content: left; }
.geolocation-popup .center { text-align: center; justify-content: center; }
.geolocation-popup .right { text-align: right; justify-content: right; }
  
.close-popup {
  background: none;
  border: none;
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #333;
}

.no-location {
  font-size: 11px;
  font-weight: 700;
  padding-top: 5px;
  color:inherit;
  text-align: center;
}
.no-location a { color:inherit; }

.market-options {
  margin-top: 20px;
}
.geolocation-options { padding-bottom: 10px; }
.market-option{
  font-family: inherit;
  padding: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
  transition: background-color 0.3s;
}
.market-dropdown-section {cursor:pointer;}
.market-dropdown-section .market-dropdown {
  font-family: inherit;
  padding: 0px 15px;
  display: flex;
  align-items: center;
}
.market-dropdown-section .selected-market { display:block; pa }
.market-dropdown-section .dropdown-options {
  width: 90%;
  max-height: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none; 
  position: absolute; 
  background: white; 
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 10;
  box-shadow: 0 0 10px #676767;
}


.market-dropdown-section .dropdown-options::-webkit-scrollbar { width: 8px; }
.market-dropdown-section .dropdown-options::-webkit-scrollbar-track { background: #f1f1f1;  }
.market-dropdown-section .dropdown-options::-webkit-scrollbar-thumb { background: #888; border-radius: 6px;  }
.market-dropdown-section .dropdown-optionsr::-webkit-scrollbar-thumb:hover { background: #555;  }

.market-option-details,
.market-dropdown-details {
  width: 100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.market-option .market-flag { justify-content: left; line-height: 0; margin-left: 10px; }
.market-dropdown .market-flag { padding-top: 7px; }
.market-option-details .market-currency,
.market-dropdown-details .market-currency { font-weight: 700; font-size: 14px; justify-content: right; margin-right: 10px; }
.market-option.transparent,
.market-dropdown-section.transparent { background:transparent; color:inherit; border:0; }
.market-option.transparent.selected,
.market-dropdown-section.transparent .selected-market { box-shadow: 0 0 0px 3px #676767; }
.market-option.light-box { background: white; color: black; border: 1px solid black; }
.market-option.light-box.selected,
.market-dropdown-section.light-box .selected-market { background-color: black; color: white; }

.market-option.dark-box { background: black; color: white; border: 1px solid white; }
.market-option.dark-box.selected,
.market-dropdown-section.dark-box .selected-market{ background-color: white; color: black; border: 1px solid black; }
  
.market-option-details .market-title,
.market-dropdown-details .market-title{
  width: 100%;
  padding-left: 5px;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 1.5rem;
  justify-content: center;
}

select.market-option {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #000;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 1.7rem top 50%;
  background-size: 0.65rem auto;
}
  
.confirm-button {
  padding: 10px 20px;
  background-color: #000000;
  font-family: inherit;
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s;
}

.confirm-button.full { width: 100%!important; }
.confirm-button.auto { width: auto!important; }

@media screen and (max-width: 800px) {
.dp-market-switch.dp-header { display:none!important; }
}

@keyframes dp-zoomIn {
  0% {
    opacity: 0; 
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1); 
  }
}
@keyframes dp-slideIn {
  0% {
    left:-100%;
    opacity: 0;
  }
  100% {
    left:50%;
    opacity: 1;
  }
}