.yt-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.yt-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
	.nordic--body .nordic--body-wrapper .nordic--main .nordic--main-wrapper {
 	 box-shadow: none;
}
@media only screen and (min-width: 768px) {
	.nordic--top-bar .nordic--top-bar-wrapper {
  	display: flex;
		justify-content: center;
    gap: 20px;
	}
  .slot--top-bar-selling-points ul {
  	display: flex;
    gap: 20px;
  }
}

.hero {
background-image: url("https://cdn.abicart.com/shop/ws28/76228/files/Startsidan/Promenadscoter%20ba%CC%88st%20i%20test%20svart%20permobil%20fo%CC%88r%20seniorer.jpg");
width: 100% !important;
padding-top: 22%;
padding-bottom: 28%;
color: #fff;
background-size: cover;
}
@media (max-width:700px){
.hero {
background-image: url("https://cdn.abicart.com/shop/ws28/76228/files/Promenadscooter%20svart%20ba%CC%88st%20i%20test%20permobil%20fo%CC%88r%20seniorer.jpg");
width: 100% !important;
padding-top: 22%;
padding-bottom: 28%;
color: #fff;
background-size: cover;
  height:100%;
}
}
.nordic--start-page .tws-container--tws-content-box-2x {
margin: 20px 0 0 0;

}
/*--make "show more" button bolder--*/
.slot--article-description .tws-article-description .tws-article-description--show-more .btn {
    font-size: 15px;
    font-weight: bolder;
  text-transform: uppercase;
}
form#address-form {
            width: 1300px;
            margin: 20px auto;
            padding: 20px;
            border: 1px solid #ccc;
            box-shadow: 0px 0px 8px #ccc;
        }
        label {
            margin-bottom: 5px;
            color: #333;
            font-weight: bold;
        }
        input[type="text"] {
            width: calc(100% - 16px); /* Adjusting width to account for padding */
            padding: 8px;
            margin-bottom: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        button#submit-button {
            width: 100%;
            padding: 10px;
            background-color: #3c3c3b;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }
        button#submit-button:hover {
            background-color: #0056b3;
        }

.tws-article-description--text-container {
    max-height: 100% !important;
    overflow: hidden;
}
.tws-article-description--show-more {
    display: none;
}

@media only screen and (max-width: 600px) {
.nordic--start-page .tws-container--tws-klarna-on-site-messaging [data-key=homepage-promotion-wide] {
    display: flex;
    flex-direction: row;
}
}

/*@media only screen and (max-width:448px){
.homepage-promotion-wide {
    width: 420px !important;
}
} */