.announcement-wrapper {
	background: var(--pink-secondary);
	text-align: center;
	padding: 15px;
	border-radius: 5px;
}
.announcement-wrapper h3 {
	color: var(--red-primary);
}
@media screen and (max-width: 767px) {
	.announcement-wrapper h3 {
		font-size: 20px;
	}
}
.announcement-wrapper p {
	color: black;
	max-width: 788px;
	margin: 5px auto;
}

.woocommerces-notices-wrapper {
	display: none;
}
.default-template__intro-text,
.default-template__intro-text--center {
	max-width: 500px;
}

.hero-image__wrapper {
	z-index: -1;
}
.default-template__intro-text--center {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

@media screen and (min-width: 1026px) {
	main .halvblock:nth-of-type(even) {
		flex-direction: row-reverse;
	}
	/*
	   main .halvblock:nth-of-type(even) .halv__text-wrapper{
        padding-left:60px;
    }

    main .halvblock:nth-of-type(odd) .halv__text-wrapper{
        padding-right: 60px;
    }*/
}

.hero-image__wrapper > div {
	max-width: var(--global-content-width);
	margin: 0 auto;
	padding: 0 var(--global-content-edge-padding);
}

.hero-image__img img {
	width: 100%;
	display: block;
}

.hero-image__img img {
	height: 360px;
	object-fit: cover;
	z-index: 10;
	position: relative;
}

@media screen and (max-width: 767px) {
	.hero-image__img img {
		height: 180px;
	}
}

.hero__decorative-img-wrapper .above img {
	z-index: 11;
}

.hero__decorative-img-wrapper img:hover {
	pointer-events: none;
}

.hero__decorative-img-wrapper img {
	position: absolute;
	left: 0;
	top: 0;
	object-fit: contain;
	width: 100vw;
	height: 75%;
	rotate: 2deg;
}
@media screen and (min-width: 1026px) {
	.hero__decorative-img-wrapper img {
		transform: translateY(190px);
		-webkit-transform: translateY(190px);
	}
}

@media screen and (min-width: 1900px) {
	.hero__decorative-img-wrapper img {
		object-fit: contain;
		width: 100vw;
		height: 80%;
	}
}

@media screen and (min-width: 1026px) {
	.hero-image__wrapper.hero-image__wrapper.hero-image__wrapper.hero-image__wrapper.hero-image__wrapper.hero-image__wrapper.hero-image__wrapper.hero-image__wrapper.hero-image__wrapper.hero-image__wrapper.hero-image__wrapper.hero-image__wrapper.hero-image__wrapper.hero-image__wrapper.hero-image__wrapper.hero-image__wrapper.hero-image__wrapper.hero-image__wrapper.hero-image__wrapper.hero-image__wrapper {
		padding: 740px 0;
		margin-top: -700px;
		margin-bottom: -460px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
	.hero__decorative-img-wrapper img {
		height: 90%;
	}
}

@media screen and (max-width: 767px) {
	.hero__decorative-img-wrapper img {
		height: auto;
	}
}

/* ACFform */
@media screen and (max-width: 767px) {
	.af-page-wrap {
		display: flex;
		flex-direction: column;
		order: 3;
	}
	.acf-form-submit {
		display: flex;
		flex-direction: column-reverse;
	}
	.acf-form-submit button {
		width: 100%;
		max-width: 500px;
		margin: 10px 0;
	}
	.af-page-button:before,
	.af-page-button:after {
		display: none;
	}
	.af-previous-button {
		opacity: 0.5;
	}
}
.af-fields {
	max-width: 700px;
}
.af-input .hide-if-value p {
	border-radius: 50vmax;
}

.acf-fields > .acf-field {
	border: 0 !important;
}
.af-label label {
	font-weight: 400 !important;
}
body:not(.wp-admin).acf-field input {
	padding: 8px !important;
}

.acf-form .acf-button,
.af-previous-button,
.af-next-button {
	background: var(--red-primary);
	border-radius: 50vmax;
	display: inline;
	line-height: 1 !important;
	padding: 12px 40px !important;
	font-weight: 500;
	display: inline-block;
	margin-top: 5px;
}
.af-submit button:hover,
.af-submit button:focus,
.af-previous button:hover,
.af-previous button:focus,
.af-next button:hover,
.af-next button:focus {
	background: #ff0031;
}
/*
.acf-form .acf-basic-uploader:after{
    content: "Välj fil";
    font-size: 18px;
    background: black;
    color: white;
    border-radius: 50vmax;
    padding: 10px 40px;
    font-weight: 500;
	cursor:pointer;
	transition:0.15s;
	margin-top:10px;
}
*/
.acf-form .acf-basic-upload:after::hover {
	background: var(--primary-red);
}
/*
.acf-basic-uploader input{
	position:absolute;
	top:-7000px;
}
*/
.acf-form .af-input a {
	background: black;
	color: white;
	border: 0;
}
.acf-form .af-input a:hover {
	background: var(--red-primary);
}
.af-form input,
.af-form select {
	background: #ebbdc1;
	border: 1px solid #00000033;
	padding: 8px !important;
	border-radius: 3px;
}
.af-form select option {
	border-radius: 0 !important;
}
a.current span.title {
	color: var(--red-primary);
}
a.current span.index {
	color: white;
	background: var(--red-primary);
}
