/** Shopify CDN: Minification failed

Line 111:0 Unexpected "}"

**/
.currency-selector .doubly-nice-select {
    border: 0px!important;
    background: none;
 	height: unset;
    line-height: 40px!important;
}

.currency-selector .flags {
    display: none;
}

.currency-selector .doubly-nice-select.right .list {
  	overflow: hidden!important;
}

.currency-selector .doubly-nice-select .option {
	padding-right: 18px!important;
    padding-left: 18px!important;
}

.currency-selector .doubly-nice-select:after {
 	border-bottom: 1.5px solid rgb(var(--color-foreground));
    border-right: 1.5px solid rgb(var(--color-foreground));
    height: 4px;
    top: 16px!important;
    width: 4px; 
  	right: 6px;
}
  
.doubly-nice-select.right {
  	padding-left: 5px;
    padding-right: 20px;
  	top: 2px;
}

.doubly-wrapper {
    margin-right: 10px;
}

.announcement-bar__message {
    color: rgb(var(--color-foreground));
    color: #fff;
}

.header-localization form {
    margin: 0!important;
    padding: 0!important;
}

.header-localization .localization-form__select:after {
    border: 0!important;
    box-shadow: none!important;
}

.header-localization .localization-form:only-child .localization-form__select {
    margin: 0!important;
}

.slider-counter {
    display: none!important;
}

.footer__copyright {
    text-align: center;
}

.card__badge {
    display: none;
}

input, textarea {
    font-family: inherit;
    font-size: 1em;
    line-height: 1.2em;
    color: #3e515f;
    border: 1px solid #cfd3d6;
    background: #f5f5f5;
    padding: 9px 0.8em;
    max-width: 100%;
    width: 432px;
    min-height: 32px;
    border-radius: 3px;
    -webkit-appearance: none;
}

.product select {
    width: 100%;
    position: relative;
    border: 1px solid #cfd3d6;
    background: #f5f5f5;
    color: #3e515f;
    text-align: right;
    max-width: 100%;
    vertical-align: middle;
    border-radius: 3px;
    height: 44px;
    display: block;
    padding: 9px 7px 9px 0.8em;
    font-size: 1em;
    line-height: 1.3em;
}

.card__heading, .card-information {
  text-align: center!important;
}
}