/** Shopify CDN: Minification failed

Line 87:0 Expected "}" to go with "{"

**/
.Footer__Inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 20% 0px 20%;
}

.readmore_button.active + .ProductMeta__Description {
	transition: height 0.35s ease-in-out;
}

.readmore_button {
	display: flex;
	gap: 10px;
	align-items: first baseline;
	font-weight: 600;
}
.currency_mobile{
  display: none;
}
.Popover__ValueList > .Link--primary{
  color: #000 !important;
}
.Search__Inner .Search__SearchBar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.Search__SearchBar .Search__Form {
	justify-content: center;
	border: 1.5px solid #656565;
	padding: 10px;
}
.Search__SearchBar .Search__Form input::placeholder {
    color: #666!important;
}
.hr-overlay-search .hr-close button.hr-close-btn {
	top: 50px !important;
	height: 40px !important;
	width: 40px !important;
}


@media(min-width:750px) {
  .Search__SearchBar .Search__Form {
	flex: 0 0 30%;
}
}

@media only screen and (max-width: 1028px) {
  .currency_mobile{
  display: block;
}
}

@media(max-width:749px) {
  .PageOverlay.is-visible {
	visibility: hidden !important;
}

@media screen and (min-width: 1140px) {
.Footer__Inner 
    padding: 0px 20% 0 20%;
}

/*================ #Michel CSS - Go to checkout button change color and text ================*/

.Button--primary:before {
    background-color: #4b9a1f !important;
}


.Button--primary, .shopify-payment-button__button--unbranded, .spr-summary-actions-newreview, .spr-button-primary:not(input) {
    color: #ffffff;
    border-color: var(--button-background);
}

  .ProductForm__AddToCart {
    color: #DDBB8B !important ;
}
