@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto&display=swap";*{margin:0;padding:0;scroll-behavior:smooth;background-color:snow}body{font-family:Roboto,sans-serif;background-color:#0c7d99;display:flex;justify-content:center;min-height:100vh}body{font-family:Roboto,sans-serif}.main-box{width:1300px}h1,h2{font-family:Bebas Neue,cursive;color:#000}h3{color:#000}p{color:#000;font-weight:bolder}a{text-decoration:none}.container{max-width:1200px;margin:auto;padding:0 20px;border-bottom:1px solid #000000}.highlight{color:#0088a9}.section-tittel h2{font-size:40px;padding:100px 0 50px}.navbar{display:flex;justify-content:space-between;height:80px;align-items:center}.logo h2{font-size:40px}.navigation li{list-style:none;display:inline-block}.navigation li a{color:#000;padding:10px 20px;font-weight:600;transition:.3s linear}.navigation li a:hover{color:#0088a9}.dropdown{display:inline-block}.dropdown-content{display:none;position:absolute;background-color:#f1f1f1;width:160px;box-shadow:0 8px 16px #0003;margin-top:10px}.dropdown-content a{padding:12px 16px;text-decoration:none;display:block}.dropdown-content a:hover{background-color:#ddd}.dropdown:hover .dropdown-content{display:block}.banner{display:grid;grid-template-columns:8fr 15fr;margin-top:100px;grid-row-gap:50px}.banner-venstre h1{font-size:80px}.banner-btn{border:0;outline:0;border-radius:5px;background-color:#0088a9;color:#fff;cursor:pointer;padding:7px 15px;font-size:18px;margin-top:20px}.banner-hoyre{padding:20px}.banner-hoyre img{width:100%;height:100%;box-shadow:3px 5px 5px #0000004d}.produkt-kort{height:450px;width:320px;background-color:#232323;border-radius:20px;position:relative;overflow:hidden}.produkt-kort:before{content:"";height:100%;width:100%;background-color:#0c7d99;position:absolute;top:0;left:0;clip-path:circle(150px at 80% 20%);transition:.5s}.produkt-kort:hover:before{clip-path:circle(300px at 80% -10%)}.kort-bilde{position:absolute;top:0;left:12%;transform:translateY(120%);transition:.7s}.kort-bilde img{width:100%;transform:rotate(-15deg)}.produkt-kort:hover .kort-bilde{transform:translateY(20%)}.kort-body{position:absolute;color:#fff;height:100px;width:100%;text-align:center;bottom:0;transition:.5s}.produkt-kort:hover .kort-body{height:200px}.storrelser{display:flex;justify-content:center;align-items:center}.storrelser span{height:30px;width:30px;font-size:smaller;background-color:#232323;color:#f1f1f1;margin-left:10px;margin-bottom:5px;display:flex;justify-content:center;align-items:center}.kort-body h3{margin:7px 0}.kjop-no-knapp{color:#fff;border:0;outline:0;background-color:#0088a9;cursor:pointer;padding:7px 15px;font-size:18px}.detaljer{opacity:0;transition:.5s}.produkt-kort:hover .detaljer{opacity:1}.kort-container{display:grid;grid-template-columns:repeat(3,1fr);place-items:center;grid-row-gap:40px}.kontakt{padding:40px 0}.kontakt h1{text-align:center}.border{width:100px;height:10px;background:#0c7d99;margin:40px auto}.kontakt-form{max-width:600px;margin:auto;padding:0 10px;overflow:hidden}.kontakt-form-text{display:block;width:100%;box-sizing:border-box;margin:16px 0;border:0;background:#ddd;padding:20px 40px;outline:none;transition:.5s}.kontakt-form-text:focus{box-shadow:0 0 7px 2px #0c7d99}textarea.kontakt-form-text{resize:none;height:120px}.kontakt-form-knapp{float:right;border:0;background:#0c7d99;color:#fff;padding:12px 50px;border-radius:20px;cursor:pointer;transition:.5s}.video{margin:80px}.container_img{margin-top:80px;display:flex;flex-flow:row wrap;justify-content:center}.box{margin:10px 20px;box-shadow:0 0 20px 2px #0003;transition:.8s;border-radius:10px}.box img{border-radius:10px}.box:hover{transform:scale(1.666)}break{flex-basis:100%;height:30px;overflow:hidden}.tittel{text-align:center;margin-top:40px;font-size:larger}figcaption{padding-top:10px}.pris{font-weight:bolder;text-decoration:underline}.bildetekst{font-family:Roboto,sans-serif;color:#000;font-weight:500;padding-top:15px;font-size:25px}.video{display:flex;justify-content:center;margin-top:40px}.tittel1{text-align:center;margin-top:40px;font-size:larger}footer{display:flex;justify-content:center;align-items:center;height:50px;border-top:1px solid rgb(253,253,253);margin-top:100px;color:#000}.flex{display:flex}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.flex-1{flex:1 1 0%}.flex-grow{flex-grow:1}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-baseline{align-self:baseline}.self-stretch{align-self:stretch}.counter.svelte-1vlreiy{color:#0c7d99;padding:5px;display:inline-block;text-align:center}.btn.svelte-r0t2qz{margin:15px 0;background:#0c7d99;color:#fff;padding:10px 20px;border-radius:20px;border:none;display:flex;align-self:center;text-decoration:none;cursor:pointer}.btn.positive.svelte-r0t2qz{background:#0c995c}.btm.svelte-r0t2qz{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:30px}.chkout.svelte-9vgt4q.svelte-9vgt4q{background-color:#000;border:1px solid #000;padding:5px;cursor:pointer;color:#fff;display:block;margin:10px auto;height:40px;min-width:200px}.remove-button.svelte-9vgt4q.svelte-9vgt4q{background-color:#fff;border:1px solid #000;padding:5px;cursor:pointer}.checkout-page.svelte-9vgt4q.svelte-9vgt4q{display:flex;flex-direction:column;align-items:center;margin:50px auto 0}.checkout-page.svelte-9vgt4q .checkout-header.svelte-9vgt4q{width:100%;padding:10px 0;display:flex;justify-content:space-between;border-bottom:1px solid darkgrey}.checkout-page.svelte-9vgt4q .checkout-header .header-block.svelte-9vgt4q{text-transform:capitalize;width:23%}.checkout-page.svelte-9vgt4q .cart-item_bx.svelte-9vgt4q{flex:1;display:flex;justify-content:center;align-items:center}.checkout-page.svelte-9vgt4q .cart-item_bx.img.svelte-9vgt4q{flex:1;justify-content:flex-start;align-items:center}.checkout-page.svelte-9vgt4q .cart-item_bx.img h3.svelte-9vgt4q{margin-left:10px;text-align:left}.checkout-page.svelte-9vgt4q .cart-item_bx h3.svelte-9vgt4q{margin-left:10px;text-align:center}.checkout-page.svelte-9vgt4q .checkout-header .header-block.svelte-9vgt4q:last-child{width:8%}.total.svelte-9vgt4q.svelte-9vgt4q{margin-top:30px;margin-left:auto;font-size:36px}.checkout-page.svelte-9vgt4q button.svelte-9vgt4q{margin-left:auto}.cart-item.svelte-9vgt4q.svelte-9vgt4q{width:100%;display:flex;height:80px;margin-bottom:15px}.cart-item.svelte-9vgt4q img.svelte-9vgt4q{width:30%}.container.svelte-14oetrh{margin-top:40px}table.svelte-14oetrh{width:100%;border-collapse:collapse}th.svelte-14oetrh,td.svelte-14oetrh{padding:8px;text-align:left;border-bottom:1px solid #ddd}th.svelte-14oetrh{background-color:#f2f2f2}tr.svelte-14oetrh:hover{background-color:#f5f5f5}.container.svelte-jhicio.svelte-jhicio{max-width:600px;margin:0 auto;padding:20px}h1.svelte-jhicio.svelte-jhicio,h2.svelte-jhicio.svelte-jhicio{text-align:center}.order-items.svelte-jhicio table.svelte-jhicio{width:100%;border-collapse:collapse;margin-bottom:20px}.order-items.svelte-jhicio th.svelte-jhicio,.order-items.svelte-jhicio td.svelte-jhicio{padding:8px;text-align:left}.order-items.svelte-jhicio th.svelte-jhicio{background-color:#f2f2f2}.customer-info.svelte-jhicio div.svelte-jhicio{margin-bottom:10px}.customer-info.svelte-jhicio label.svelte-jhicio{display:inline-block;width:80px}.customer-info.svelte-jhicio input[type=text].svelte-jhicio,.customer-info.svelte-jhicio textarea.svelte-jhicio{width:100%;padding:8px;border:1px solid #ccc}button[type=submit].svelte-jhicio.svelte-jhicio{display:block;margin:0 auto;padding:10px 20px;font-size:16px;background-color:#4caf50;color:#fff;border:none;cursor:pointer}button[type=submit].svelte-jhicio.svelte-jhicio:hover{background-color:#45a049}.container.svelte-1wrfazh.svelte-1wrfazh{max-width:800px;margin:40px auto 0;padding:40px;background-color:#f9f9f9;border:1px solid #ccc;box-shadow:0 2px 5px #0000001a}h1.svelte-1wrfazh.svelte-1wrfazh,h2.svelte-1wrfazh.svelte-1wrfazh{text-align:center}.order-summary.svelte-1wrfazh table.svelte-1wrfazh{width:100%;border-collapse:collapse;margin-bottom:20px}.order-summary.svelte-1wrfazh th.svelte-1wrfazh,.order-summary.svelte-1wrfazh td.svelte-1wrfazh{padding:10px;text-align:left}.order-summary.svelte-1wrfazh th.svelte-1wrfazh{background-color:#f2f2f2}.customer-info.svelte-1wrfazh.svelte-1wrfazh{margin-bottom:20px}.info-row.svelte-1wrfazh.svelte-1wrfazh{display:flex;align-items:center;margin-bottom:10px}.info-label.svelte-1wrfazh.svelte-1wrfazh{width:120px;font-weight:700}.info-value.svelte-1wrfazh.svelte-1wrfazh{flex-grow:1}.confirmation.svelte-1wrfazh.svelte-1wrfazh{text-align:center}.confirmation.svelte-1wrfazh h2.svelte-1wrfazh{margin-bottom:10px}
