.skip-to-content{position:absolute;top:-100px;left:0;z-index:9999;padding:.75rem 1.5rem;background-color:hsl(var(--primary));color:hsl(var(--primary));text-decoration:none;font-weight:600;border-radius:0 0 var(--radius) 0;transition:top .15s ease}.skip-to-content:focus{top:0;outline:2px solid hsl(var(--ring));outline-offset:2px}body{font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:hsl(var(--foreground));background-color:hsl(var(--primary-foreground) / .1);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:hsl(var(--foreground))}.heading-xl{font-family:var(--font-heading);font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-.025em}@media (min-width: 768px){.heading-xl{font-size:3rem}}@media (min-width: 1024px){.heading-xl{font-size:3.75rem}}.heading-lg{font-family:var(--font-heading);font-size:1.875rem;font-weight:700;line-height:1.2}@media (min-width: 768px){.heading-lg{font-size:2.25rem}}.heading-md{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;line-height:1.3}@media (min-width: 768px){.heading-md{font-size:1.875rem}}.heading-sm{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;line-height:1.4}.body-text{font-size:1rem;line-height:1.75;color:hsl(var(--muted-foreground))}@media (min-width: 768px){.body-text{font-size:1.125rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;line-height:1.25rem;padding:.5rem 1rem;transition:all .15s cubic-bezier(.4,0,.2,1);cursor:pointer;white-space:nowrap;text-decoration:none;border:1px solid transparent}.btn:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.btn:disabled{pointer-events:none;opacity:.5}.btn-primary,.cta-button{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.btn-primary:hover,.cta-button:hover{background-color:#244233}.btn-secondary,.cta-button-secondary{background-color:hsl(var(--secondary));color:hsl(var(--primary));border-color:hsl(var(--secondary))}.btn-secondary:hover,.cta-button-secondary:hover{background-color:#d3dfd3}.btn-outline{background-color:transparent;border-color:hsl(var(--border));color:hsl(var(--foreground))}.btn-outline:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-ghost{background-color:transparent;border-color:transparent;color:hsl(var(--foreground))}.btn-ghost:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-sm{height:2.25rem;padding:0 .75rem;font-size:.75rem}.btn-lg{height:2.75rem;padding:0 2rem;font-size:1rem}.btn-icon{height:2.5rem;width:2.5rem;padding:0}.btn-icon.btn-sm{height:2.25rem;width:2.25rem}.btn-icon.btn-lg{height:2.75rem;width:2.75rem}@media (max-width: 767px){.btn-icon,.btn-icon.btn-sm{min-height:2.75rem;min-width:2.75rem;height:2.75rem;width:2.75rem}.btn{min-height:2.75rem}.cart-item__quantity-btn{min-width:2.75rem;min-height:2.75rem;width:2.75rem;height:2.75rem}.cart-item__remove{min-width:2.75rem;min-height:2.75rem;padding:.5rem}}.form-input{width:100%;padding:.625rem .875rem;font-size:.875rem;line-height:1.5;color:hsl(var(--foreground));background-color:hsl(var(--primary-foreground) / .1);border:1px solid hsl(var(--input));border-radius:var(--radius);transition:border-color .15s,box-shadow .15s}.form-input::placeholder{color:hsl(var(--muted-foreground))}.form-input:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring) / .1)}.form-input:disabled{opacity:.5;cursor:not-allowed}.form-textarea{min-height:5rem;resize:vertical}.form-label{display:block;font-size:.875rem;font-weight:500;color:hsl(var(--foreground));margin-bottom:.5rem}.form-group{margin-bottom:1.25rem}.form-error{font-size:.75rem;color:hsl(var(--destructive));margin-top:.375rem}.check-list{display:flex;flex-direction:column;gap:.75rem}.check-item{display:flex;align-items:flex-start;gap:.75rem}.check-item__icon{width:1.25rem;height:1.25rem;flex-shrink:0;color:hsl(var(--primary));margin-top:.125rem}.check-item__text{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5}.badge{display:inline-flex;align-items:center;border-radius:9999px;padding:.125rem .625rem;font-size:.75rem;font-weight:500;line-height:1.5;transition:background-color .15s}.badge--default{background-color:hsl(var(--primary));color:hsl(var(--primary))}.badge--secondary{background-color:hsl(var(--secondary));color:hsl(var(--primary))}.badge--outline{background-color:transparent;border:1px solid hsl(var(--border));color:hsl(var(--foreground))}.badge--destructive{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;font-size:1rem;font-weight:500;text-align:left;background:none;border:none;cursor:pointer;transition:background-color .15s}.accordion-trigger__icon{width:1rem;height:1rem;transition:transform .2s;flex-shrink:0}.full-width{width:100%;grid-column:1 / -1}.text-center{text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.site-header{position:sticky;top:0;z-index:50;width:100%;background-color:hsl(var(--primary));border-bottom:1px solid hsl(var(--primary));grid-column:1 / -1}.site-header__container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding);display:flex;align-items:center;justify-content:space-between;height:4rem}@media (min-width: 1024px){.site-header__container{height:5rem}}.site-header__logo{display:flex;align-items:center;gap:.75rem;font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:hsl(var(--primary-foreground));text-decoration:none}.site-header__logo-icon{width:2rem;height:2rem;color:#9b6c4b}.site-header__nav{display:none}@media (min-width: 1024px){.site-header__nav{display:flex;align-items:center;gap:2rem}}.site-header__nav-link{font-size:.875rem;font-weight:500;color:hsl(var(--primary-foreground));text-decoration:none;transition:color .15s,opacity .15s;position:relative;opacity:.8}.site-header__nav-link:hover,.site-header__nav-link--active{color:hsl(var(--primary-foreground));opacity:1}.site-header__nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:hsl(var(--primary));transition:width .2s}.site-header__nav-link:hover:after,.site-header__nav-link--active:after{width:100%}.site-header__actions{display:flex;align-items:center;gap:.5rem}.site-header .btn-ghost{color:hsl(var(--primary-foreground))}.site-header .btn-ghost:hover{background-color:hsl(var(--primary-foreground) / .1);color:hsl(var(--primary-foreground))}.site-header__menu-toggle{display:flex}@media (min-width: 1024px){.site-header__menu-toggle{display:none}}.site-header__cart{position:relative}.site-header__cart-count{position:absolute;top:-.5rem;right:-.5rem;min-width:1.25rem;height:1.25rem;padding:0 .25rem;border-radius:9999px;background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center}.site-header__cart-count:empty{display:none}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background-color:#00000080;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.mobile-nav-overlay.is-open{opacity:1;visibility:visible}.mobile-nav{position:fixed;top:0;right:0;bottom:0;z-index:101;width:100%;max-width:20rem;background-color:hsl(var(--background));transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:var(--shadow-xl)}.mobile-nav.is-open{transform:translate(0)}.mobile-nav[aria-hidden=true]{visibility:hidden}.mobile-nav[aria-hidden=false]{visibility:visible}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid hsl(var(--border))}.mobile-nav__logo{display:flex;align-items:center;gap:.75rem;font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:hsl(var(--foreground));text-decoration:none;padding:.5rem;border-radius:var(--radius);transition:background-color .15s}.mobile-nav__logo:hover{background-color:transparent}.mobile-nav__logo:focus{outline:2px solid hsl(var(--ring));outline-offset:2px}.mobile-nav__close{margin-left:auto;background:none;border:none;padding:.5rem;cursor:pointer;color:hsl(var(--foreground));display:flex;align-items:center;justify-content:center}.mobile-nav__content{flex:1;overflow-y:auto;padding:1.5rem}.mobile-nav__links{display:flex;flex-direction:column;gap:.5rem;list-style:none;padding:0;margin:0}.mobile-nav__link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:1rem;font-weight:500;color:hsl(var(--foreground));text-decoration:none;border-radius:var(--radius);transition:background-color .15s}.mobile-nav__link:hover{background-color:hsl(var(--muted))}.mobile-nav__link--active{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.site-footer{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:4rem 0 2rem;position:relative;overflow:hidden;grid-column:1 / -1}.site-footer__container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width: 768px){.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}}.site-footer__brand{max-width:20rem}.site-footer__logo{display:flex;align-items:center;gap:.75rem;font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:hsl(var(--primary-foreground));margin-bottom:1rem;text-decoration:none}.site-footer__logo-icon{width:2rem;height:2rem;color:#bd9375}.site-footer__tagline{color:hsl(var(--primary-foreground) / .8);margin-bottom:1.5rem;line-height:1.6}.site-footer__contact{display:flex;flex-direction:column;gap:.5rem}.site-footer__contact-item{display:flex;align-items:center;gap:.5rem;color:hsl(var(--primary-foreground));font-size:.875rem}.site-footer__contact-item a{color:hsl(var(--primary-foreground));text-decoration:none}.site-footer__contact-item a:hover{text-decoration:underline}.site-footer__phone-link{color:hsl(var(--foreground));text-decoration:underline;transition:color .15s,opacity .15s}.site-footer__phone-link:hover{color:hsl(var(--primary-foreground));opacity:.9}.site-footer__column-title{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:hsl(var(--primary-foreground));margin-bottom:1rem}.site-footer__links{display:flex;flex-direction:column;gap:.75rem}.site-footer__link{color:hsl(var(--primary-foreground) / .8);text-decoration:none;font-size:.875rem;transition:color .15s}.site-footer__link:hover{color:hsl(var(--primary-foreground))}.site-footer__bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid hsl(var(--primary-foreground) / .2);display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media (min-width: 768px){.site-footer__bottom{flex-direction:row;justify-content:space-between;text-align:left}}.site-footer__copyright{color:hsl(var(--primary-foreground) / .6);font-size:.875rem}.site-footer__payment-icons{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:center}@media (min-width: 768px){.site-footer__payment-icons{justify-content:flex-end}}.site-footer__payment-icon{height:1.5rem;opacity:.8;transition:opacity .15s}.site-footer__payment-icon:hover{opacity:1}.site-footer__silhouette{position:absolute;bottom:0;left:0;right:0;height:8rem;background-size:cover;background-position:bottom center;background-repeat:no-repeat;opacity:.1;pointer-events:none}.hero{padding:4rem 0;background:linear-gradient(135deg,hsl(var(--background)),#efebe7)}@media (min-width: 1024px){.hero{padding:6rem 0}}.hero__container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding);display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 1024px){.hero__container{grid-template-columns:1fr 1fr;gap:4rem}}.hero__content{display:flex;flex-direction:column}.hero__badge{display:inline-flex;align-items:center;padding:.375rem .875rem;background-color:hsl(var(--secondary));color:hsl(var(--primary));border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.hero__title{margin-bottom:1.5rem}.hero__description{margin-bottom:2rem;max-width:32rem}.hero__cta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}@media (max-width: 767px){.hero__cta{flex-direction:column}.hero__cta .btn{width:100%;justify-content:center}}.hero__features{display:flex;flex-direction:column;gap:.75rem;list-style:none;padding:0;margin:0}.hero__image{aspect-ratio:4 / 3;border-radius:calc(var(--radius) * 3);overflow:hidden;box-shadow:var(--shadow-xl)}.hero__image img{width:100%;height:100%;object-fit:cover}.how-to-buy{padding:5rem 0}.how-to-buy__container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.how-to-buy__header{text-align:center;margin-bottom:3rem}.how-to-buy__header p{max-width:32rem;margin:0 auto}.how-to-buy__options{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.how-to-buy__options{grid-template-columns:repeat(3,1fr)}}.buy-option-card{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) * 2);padding:2rem;text-align:center;transition:box-shadow .2s,transform .2s}.buy-option-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.buy-option-card__icon{width:4rem;height:4rem;margin:0 auto 1.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center}.buy-option-card__icon--storsack{background-color:#dfece6;color:#2d5340}.buy-option-card__icon--smasack{background-color:#b8947a33;color:#7d5336}.buy-option-card__icon--hamtning{background-color:#e7eee7;color:#628462}.buy-option-card__title{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.buy-option-card__description{color:hsl(var(--muted-foreground));font-size:.875rem;margin-bottom:1.5rem;line-height:1.6}.buy-option-card__features{text-align:left;margin-bottom:1.5rem;list-style:none;padding:0}.buy-option-card__cta{width:100%}.shipping-banner{background:linear-gradient(135deg,hsl(var(--primary)),#234333);color:hsl(var(--primary-foreground));padding:1rem 0}body.template-product .shopify-section[id*=shipping-banner]{order:-1;width:100%;flex:0 0 100%}body.template-product .product-page-container{display:flex;flex-direction:column}@media (max-width: 1023px){body.template-product .product-page-container{display:flex;flex-direction:column;gap:0;padding-top:0;padding-left:0;padding-right:0}body.template-product .shopify-section[id*=shipping-banner]{order:-1;width:100%;flex:0 0 auto;margin-bottom:0;position:relative;z-index:1}body.template-product .product-page-container .shopify-section:not([id*=shipping-banner]){order:1;width:100%;padding-left:var(--container-padding, 1.25rem);padding-right:var(--container-padding, 1.25rem);margin-top:2rem}body.template-product .product-page-container .shopify-section[id*=shipping-banner]~.shopify-section:first-of-type{margin-top:0;padding-top:2rem}}.shipping-banner__container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.shipping-banner__content{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media (min-width: 768px){.shipping-banner__content{flex-direction:row;justify-content:center;text-align:left}}.shipping-banner__text{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.shipping-banner__form{display:flex;gap:.5rem;width:100%;max-width:20rem}.shipping-banner__input{flex:1;padding:.5rem .75rem;border:1px solid hsl(var(--primary-foreground) / .3);border-radius:var(--radius);background-color:hsl(var(--primary-foreground) / .1);color:hsl(var(--primary-foreground));font-size:.875rem}.shipping-banner__input::placeholder{color:hsl(var(--primary-foreground) / .6)}.shipping-banner__input:focus{outline:none;border-color:hsl(var(--primary-foreground) / .5);background-color:hsl(var(--primary-foreground) / .15)}.shipping-banner__input[aria-invalid=true]{border-color:#f07575;background-color:#fce8e8;color:hsl(var(--primary-foreground))}.shipping-banner__submit{padding:.5rem 1rem;background-color:hsl(var(--primary-foreground));color:hsl(var(--primary));border:none;border-radius:var(--radius);font-weight:500;font-size:.875rem;cursor:pointer;transition:opacity .15s;white-space:nowrap}.shipping-banner__submit:hover{opacity:.9}.shipping-banner__submit:active{opacity:.8}.shipping-banner--confirmed{background:linear-gradient(135deg,#36634d,#214533)}.shipping-banner__confirmed{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;align-items:center;justify-content:center;width:100%}.shipping-banner__confirmed-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.shipping-banner__confirmed-icon{width:1rem;height:1rem;color:#85e085;flex-shrink:0}.shipping-banner__edit{margin-left:1rem;color:hsl(var(--primary-foreground) / .8);text-decoration:underline;font-size:.875rem;cursor:pointer;background:none;border:none;padding:0;font-family:inherit}.shipping-banner__edit:hover{color:hsl(var(--primary-foreground))}.shipping-banner__edit:focus{outline:2px solid hsl(var(--primary-foreground));outline-offset:2px}.shipping-banner__error{color:#f5a3a3;font-size:.75rem;margin-top:.5rem;width:100%;text-align:center}@media (min-width: 768px){.shipping-banner__error{text-align:left}}.leverans-hero{text-align:center;padding:3rem 1rem 4rem}.leverans-hero__container{max-width:42rem;margin:0 auto}.leverans-hero__icon{color:hsl(var(--primary));margin-bottom:1.5rem;display:flex;justify-content:center}.leverans-hero__title{color:hsl(var(--foreground));margin-bottom:1rem}.leverans-hero__intro{font-size:1.125rem;color:hsl(var(--muted-foreground));max-width:42rem;margin:0 auto 2rem;line-height:1.6}.leverans-hero__cta{font-size:1.125rem;padding:1rem 2rem}.leverans-steps{padding:0 1rem 4rem}.leverans-steps__container{max-width:64rem;margin:0 auto}.leverans-steps__title{text-align:center;margin-bottom:2rem}.leverans-steps__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;margin-bottom:1.5rem}@media (min-width: 768px){.leverans-steps__grid{grid-template-columns:repeat(3,1fr)}}.leverans-step-card{background:hsl(var(--card));border-radius:1rem;padding:1.5rem;border:1px solid hsl(var(--border) / .5);text-align:center}.leverans-step-card__icon-wrapper{width:4rem;height:4rem;border-radius:50%;background:hsl(var(--primary) / .1);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.leverans-step-card__icon-wrapper svg{color:hsl(var(--primary))}.leverans-step-card__step-label{font-size:.875rem;font-weight:600;color:hsl(var(--primary));margin-bottom:.5rem;display:block}.leverans-step-card__title{font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.leverans-step-card__desc{font-size:.875rem;color:hsl(var(--muted-foreground))}.leverans-steps__footnote{text-align:center;font-size:.875rem;color:hsl(var(--muted-foreground))}.leverans-postal-check{padding:0 1rem 4rem}.leverans-postal-check__container{max-width:64rem;margin:0 auto}.leverans-postal-check__card{background:hsl(var(--card));border-radius:1rem;padding:1.5rem 2rem;border:1px solid hsl(var(--border) / .5)}.leverans-postal-check__title{text-align:center;margin-bottom:1.5rem}.postal-code-checker{width:100%}.postal-code-checker__form{display:flex;flex-direction:column;gap:.75rem}.postal-code-checker__input-wrapper{display:flex;gap:.5rem;width:100%}.postal-code-checker__input{flex:1;padding:.75rem 1rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--primary-foreground) / .1);color:hsl(var(--foreground));font-size:1rem;font-family:var(--font-sans);transition:border-color .15s,background-color .15s}.postal-code-checker__input::placeholder{color:hsl(var(--muted-foreground))}.postal-code-checker__input:focus{outline:none;border-color:hsl(var(--ring));background-color:hsl(var(--input))}.postal-code-checker__input[aria-invalid=true]{border-color:hsl(var(--destructive));background-color:hsl(var(--destructive) / .1)}.postal-code-checker__submit{white-space:nowrap;min-width:fit-content}.postal-code-checker__submit:disabled{opacity:.6;cursor:not-allowed}.postal-code-checker__submit-loading{display:inline-flex;align-items:center;justify-content:center}.postal-code-checker__spinner{width:1rem;height:1rem;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.postal-code-checker__error{color:hsl(var(--destructive));font-size:.875rem;margin-top:.25rem;padding:.5rem;background-color:hsl(var(--destructive) / .1);border-radius:var(--radius)}.postal-code-checker--result .postal-code-checker__result-state{display:block}.postal-code-checker__result{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background-color:hsl(var(--muted) / .5);border-radius:var(--radius);border:1px solid hsl(var(--border))}@media (min-width: 640px){.postal-code-checker__result{flex-direction:row;align-items:center;gap:1.5rem}}.postal-code-checker__result-icon{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background-color:#85e08533;border-radius:50%;color:#3c3}.postal-code-checker__result-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.postal-code-checker__result-text{margin:0;font-size:.875rem;color:hsl(var(--foreground))}.postal-code-checker__result-price{margin:0;font-size:.875rem;color:hsl(var(--muted-foreground))}.postal-code-checker__result strong{font-weight:600;color:hsl(var(--foreground))}.postal-code-checker__edit{white-space:nowrap;min-width:fit-content}@media (min-width: 640px){.postal-code-checker__edit{margin-left:auto}}.leverans-benefits{padding:0 1rem 4rem}.leverans-benefits__container{max-width:64rem;margin:0 auto}.leverans-benefits__card{background:hsl(var(--card));border-radius:1rem;padding:1.5rem 2rem;border:1px solid hsl(var(--border) / .5)}.leverans-benefits__title{margin-bottom:1.5rem}.leverans-benefits__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}@media (min-width: 640px){.leverans-benefits__grid{grid-template-columns:repeat(2,1fr)}}.leverans-benefit-item{display:flex;align-items:center;gap:.75rem}.leverans-benefit-item__icon{width:1.5rem;height:1.5rem;border-radius:50%;background:hsl(var(--accent) / .2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.leverans-benefit-item__icon svg{color:hsl(var(--accent))}.leverans-benefit-item__text{color:hsl(var(--foreground))}.leverans-areas{padding:0 1rem 4rem}.leverans-areas__container{max-width:64rem;margin:0 auto}.leverans-areas__title{text-align:center;margin-bottom:2rem}.leverans-areas__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem;margin-bottom:1rem}@media (min-width: 768px){.leverans-areas__grid{grid-template-columns:repeat(3,1fr)}}.leverans-area-card{background:hsl(var(--card));border-radius:1rem;padding:1.5rem;border:1px solid hsl(var(--border) / .5);text-align:center}.leverans-area-card__area{font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.leverans-area-card__time{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:.5rem}.leverans-area-card__price{font-weight:700;color:hsl(var(--primary))}.leverans-areas__footnote{text-align:center;font-size:.875rem;color:hsl(var(--muted-foreground))}.leverans-pricing{padding:0 1rem 4rem}.leverans-pricing__container{max-width:64rem;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.leverans-pricing__table-wrapper{background:hsl(var(--card));border-radius:1rem;padding:1.5rem 2rem;border:1px solid hsl(var(--border) / .5)}.leverans-pricing__title{margin-bottom:.5rem}.leverans-pricing__subtitle{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:1.5rem}.leverans-pricing__table-container{overflow-x:auto}.leverans-pricing__table{width:100%;border-collapse:collapse}.leverans-pricing__table th{text-align:left;padding:.75rem .5rem;font-size:.875rem;font-weight:600;color:hsl(var(--muted-foreground));border-bottom:1px solid hsl(var(--border))}.leverans-pricing__table th.text-right{text-align:right}.leverans-pricing__table td{padding:.75rem .5rem;border-bottom:1px solid hsl(var(--border) / .5)}.leverans-pricing__table tr:last-child td{border-bottom:none}.leverans-pricing__table td:first-child{color:hsl(var(--foreground))}.leverans-pricing__table td:nth-child(2){color:hsl(var(--muted-foreground))}.leverans-pricing__table .price-cell{font-weight:600;color:hsl(var(--primary))}.text-right{text-align:right}.leverans-shipping-info{padding:0 1rem 4rem}.leverans-shipping-info__container{max-width:64rem;margin:0 auto}.leverans-shipping-info__card{background:hsl(var(--muted) / .3);border-radius:1rem;padding:1.5rem 2rem}.leverans-shipping-info__title{margin-bottom:1rem}.leverans-shipping-info__text{color:hsl(var(--muted-foreground));margin-bottom:1rem;line-height:1.6}.leverans-shipping-info__highlight{font-weight:600;color:hsl(var(--foreground))}.leverans-accordion{padding:0 1rem 4rem}.leverans-accordion__container{max-width:64rem;margin:0 auto}.leverans-accordion__title{text-align:center;margin-bottom:2rem}.leverans-accordion__items{display:flex;flex-direction:column;gap:.5rem}.leverans-accordion__item{background:hsl(var(--card));border-radius:.75rem;border:1px solid hsl(var(--border) / .5);overflow:hidden}.leverans-accordion__trigger{width:100%;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;font-weight:500;color:hsl(var(--foreground));cursor:pointer;list-style:none}.leverans-accordion__trigger::-webkit-details-marker{display:none}.leverans-accordion__trigger::-moz-list-bullet{list-style-type:none}.leverans-accordion__chevron{font-size:.75rem;transition:transform .2s ease;flex-shrink:0;margin-left:1rem}.leverans-accordion__item[open] .leverans-accordion__chevron{transform:rotate(180deg)}.leverans-accordion__content{padding:0 1.5rem 1rem;color:hsl(var(--muted-foreground));line-height:1.6}.leverans-accordion__content ul{list-style:none;padding:0;margin:0 0 1rem}.leverans-accordion__content li{margin-bottom:.5rem}.leverans-accordion__content strong{color:hsl(var(--foreground))}.leverans-cta{padding:3rem 1rem;border-top:1px solid hsl(var(--border) / .5);text-align:center;background-color:hsl(var(--primary-foreground) / .1);color:hsl(var(--foreground))}.leverans-cta__container{max-width:64rem;margin:0 auto}.leverans-cta__text{color:hsl(var(--foreground));margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.vedfakta-hero{padding:4rem 1.5rem 6rem;background:linear-gradient(to bottom,hsl(var(--primary) / .05),hsl(var(--background)))}.vedfakta-hero__container{max-width:56rem;margin:0 auto;text-align:center}.vedfakta-hero__icon{color:hsl(var(--primary));margin-bottom:1.5rem;display:flex;justify-content:center}.vedfakta-hero__title{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1.5rem}@media (min-width: 768px){.vedfakta-hero__title{font-size:3rem}}.vedfakta-hero__intro{font-size:1.125rem;color:hsl(var(--muted-foreground));max-width:42rem;margin:0 auto;line-height:1.7}.vedfakta-hero__image-wrapper{max-width:48rem;margin:3rem auto 0;border-radius:1rem;overflow:hidden;box-shadow:0 10px 30px -10px hsl(var(--foreground) / .15)}.vedfakta-hero__image{width:100%;height:16rem;object-fit:cover}@media (min-width: 768px){.vedfakta-hero__image{height:20rem}}.vedfakta-measurement{padding:0 1rem 4rem}.vedfakta-measurement__container{max-width:64rem;margin:0 auto}.vedfakta-measurement__intro{color:hsl(var(--muted-foreground));margin-bottom:2rem;line-height:1.6}.vedfakta-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.vedfakta-section-header__icon{padding:.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vedfakta-section-header__icon--info{background:hsl(var(--primary) / .1);color:hsl(var(--primary))}.vedfakta-section-header__icon--blue{background:#0080ff1a;color:#0080ff}.vedfakta-section-header__icon--orange{background:#ff80001a;color:#ff8000}.vedfakta-section-header__icon--green{background:#29a3521a;color:#29a352}.vedfakta-section-header__icon--yellow{background:#ffbf001a;color:#ffbf00}.vedfakta-section-header__title{font-family:var(--font-heading);font-size:1.875rem;font-weight:700;color:hsl(var(--foreground))}.vedfakta-accordion{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.vedfakta-accordion__item{background:hsl(var(--card));border-radius:.75rem;border:1px solid hsl(var(--border) / .5);overflow:hidden}.vedfakta-accordion__trigger{width:100%;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;font-weight:500;color:hsl(var(--foreground));cursor:pointer;list-style:none}.vedfakta-accordion__trigger::-webkit-details-marker{display:none}.vedfakta-accordion__trigger::-moz-list-bullet{list-style-type:none}.vedfakta-accordion__chevron{font-size:.75rem;transition:transform .2s ease;flex-shrink:0;margin-left:1rem}.vedfakta-accordion__item[open] .vedfakta-accordion__chevron{transform:rotate(180deg)}.vedfakta-accordion__content{padding:0 1.5rem 1rem;color:hsl(var(--muted-foreground));line-height:1.6}.vedfakta-accordion__content ul{list-style:none;padding:0;margin:0 0 1rem}.vedfakta-accordion__content li{margin-bottom:.5rem}.vedfakta-accordion__content strong{color:hsl(var(--foreground))}.vedfakta-table-card{border-radius:.75rem;border:1px solid hsl(var(--border));background:hsl(var(--card));overflow:hidden;margin-bottom:2rem}.vedfakta-table{width:100%;border-collapse:collapse}.vedfakta-table th{padding:.75rem 1rem;text-align:left;font-weight:600;background:hsl(var(--muted) / .5);font-size:.875rem;color:hsl(var(--foreground))}.vedfakta-table td{padding:.75rem 1rem;border-top:1px solid hsl(var(--border));color:hsl(var(--muted-foreground))}.vedfakta-table td.font-medium{font-weight:500;color:hsl(var(--foreground))}.vedfakta-example-box{background:hsl(var(--accent) / .1);border:1px solid hsl(var(--accent) / .2);border-radius:.75rem;padding:1.5rem;margin-bottom:2rem}.vedfakta-example-box__title{font-weight:600;color:hsl(var(--foreground));margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.vedfakta-example-box__content{color:hsl(var(--muted-foreground));line-height:1.6}.vedfakta-example-box__content strong{color:hsl(var(--foreground))}.vedfakta-example-box__conclusion{margin-top:1rem;font-size:.875rem;font-weight:500;color:hsl(var(--primary))}.vedfakta-tip-box{background:hsl(var(--primary) / .05);border:1px solid hsl(var(--primary) / .1);border-radius:.75rem;padding:1.5rem}.vedfakta-tip-box p{color:hsl(var(--muted-foreground));margin:0;line-height:1.6}.vedfakta-tip-box em{font-style:italic}.vedfakta-section-image{max-width:48rem;margin:3rem auto 0;border-radius:1rem;overflow:hidden;box-shadow:0 10px 30px -10px hsl(var(--foreground) / .15)}.vedfakta-section-image img{width:100%;height:16rem;object-fit:cover}@media (min-width: 768px){.vedfakta-section-image img{height:20rem}}.vedfakta-drying{padding:4rem 1rem;background:hsl(var(--muted) / .3)}.vedfakta-drying__container{max-width:64rem;margin:0 auto}.vedfakta-drying__intro{color:hsl(var(--muted-foreground));margin-bottom:2rem;line-height:1.6}.vedfakta-drying__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;margin-bottom:2rem}@media (min-width: 768px){.vedfakta-drying__grid{grid-template-columns:repeat(2,1fr)}}.vedfakta-drying__column h3{font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem;font-size:1.125rem}.vedfakta-checklist{list-style:none;padding:0;margin:0}.vedfakta-checklist li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;color:hsl(var(--muted-foreground))}.vedfakta-checklist li svg{color:hsl(var(--primary));flex-shrink:0;margin-top:.125rem}.vedfakta-checklist--small{font-size:.875rem}.vedfakta-checklist--small li{margin-bottom:.5rem}.vedfakta-checklist--warning li{color:hsl(var(--destructive))}.vedfakta-checklist--warning li svg{color:hsl(var(--destructive))}.vedfakta-checklist--green li svg{color:#29a352}.vedfakta-storage-tips{margin-top:2rem}.vedfakta-storage-tips h3{font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem;font-size:1.125rem}.vedfakta-storage-tips__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width: 640px){.vedfakta-storage-tips__grid{grid-template-columns:repeat(2,1fr)}}.vedfakta-storage-tips__label{font-weight:600;margin-bottom:.75rem;display:block}.text-primary{color:hsl(var(--primary))}.text-destructive{color:hsl(var(--destructive))}.text-green{color:#29a352}.font-medium{font-weight:500}.font-semibold{font-weight:600}.vedfakta-burning{padding:0 1rem 4rem}.vedfakta-burning__container{max-width:64rem;margin:0 auto}.vedfakta-burning__intro{color:hsl(var(--muted-foreground));margin-bottom:2rem;line-height:1.6}.vedfakta-tips-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;margin-bottom:2rem}@media (min-width: 768px){.vedfakta-tips-grid{grid-template-columns:repeat(3,1fr)}}.vedfakta-tip-card{background:hsl(var(--card));border-radius:.75rem;padding:1.5rem;border:1px solid hsl(var(--border) / .5);text-align:center}.vedfakta-tip-card__icon{width:3rem;height:3rem;border-radius:50%;background:hsl(var(--primary) / .1);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:hsl(var(--primary))}.vedfakta-tip-card__title{font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem;font-size:1.125rem}.vedfakta-tip-card__text{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.6;margin:0}.vedfakta-summary-box{background:hsl(var(--card));border-radius:.75rem;padding:1.5rem;border:1px solid hsl(var(--border) / .5);margin-bottom:2rem}.vedfakta-summary-box h3{font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem;font-size:1.125rem}.vedfakta-numbered-list{list-style:none;padding:0;margin:0;counter-reset:vedfakta-counter}.vedfakta-numbered-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;color:hsl(var(--muted-foreground));line-height:1.6}.vedfakta-numbered-list__number{width:1.75rem;height:1.75rem;border-radius:50%;background:hsl(var(--primary));color:hsl(var(--primary-foreground));display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.vedfakta-environment{padding:4rem 1rem;background:hsl(var(--muted) / .3)}.vedfakta-environment__container{max-width:64rem;margin:0 auto}.vedfakta-environment__intro{color:hsl(var(--muted-foreground));margin-bottom:2rem;line-height:1.6}.vedfakta-environment-tips{margin-bottom:2rem}.vedfakta-environment-tips h3{font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem;font-size:1.125rem}.vedfakta-environment-tips__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width: 640px){.vedfakta-environment-tips__grid{grid-template-columns:repeat(2,1fr)}}.vedfakta-did-you-know{background:#29a3521a;border:1px solid hsl(140 60% 40% / .2);border-radius:.75rem;padding:1.5rem;margin-bottom:2rem}.vedfakta-did-you-know p{color:hsl(var(--muted-foreground));margin:0;line-height:1.6}.vedfakta-did-you-know strong{color:hsl(var(--foreground))}.vedfakta-energy{padding:0 1rem 4rem}.vedfakta-energy__container{max-width:64rem;margin:0 auto}.vedfakta-energy__intro{color:hsl(var(--muted-foreground));margin-bottom:2rem;line-height:1.6}.vedfakta-energy__section{margin-bottom:3rem}.vedfakta-energy__section h3{font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem;font-size:1.125rem}.vedfakta-energy__footnote{margin-top:.75rem;font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6}.vedfakta-progress-bar{width:100%;height:.5rem;background:hsl(var(--muted));border-radius:9999px;overflow:hidden}.vedfakta-progress-bar__fill{height:100%;background:hsl(var(--primary));border-radius:9999px;transition:width .3s ease}.vedfakta-progress-bar__fill--70{background:hsl(var(--primary) / .7)}.vedfakta-progress-bar__fill--50{background:hsl(var(--primary) / .5)}.vedfakta-closing{padding:4rem 1.5rem;background:hsl(var(--primary) / .05);text-align:center}.vedfakta-closing__container{max-width:48rem;margin:0 auto}.vedfakta-closing__icon{color:hsl(var(--primary));margin-bottom:1.5rem;display:flex;justify-content:center}.vedfakta-closing__title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem}@media (min-width: 768px){.vedfakta-closing__title{font-size:1.875rem}}.vedfakta-closing__text{font-size:1.125rem;color:hsl(var(--muted-foreground));line-height:1.7;margin-bottom:2rem}.vedfakta-closing__buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}@media (min-width: 640px){.vedfakta-closing__buttons{flex-direction:row}}.about-hero{position:relative;padding:5rem 1rem 8rem;overflow:hidden}@media (min-width: 768px){.about-hero{padding:8rem 1rem 10rem}}.about-hero__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.about-hero__bg-image{width:100%;height:100%;object-fit:cover}.about-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,hsl(var(--background) / .8),hsl(var(--background) / .7),hsl(var(--background)))}.about-hero__content{position:relative;z-index:10;max-width:56rem;margin:0 auto;text-align:center}.about-hero__icon{color:hsl(var(--primary));margin-bottom:1.5rem;display:flex;justify-content:center}.about-hero__title{color:hsl(var(--foreground));margin-bottom:1.5rem}.about-hero__tagline{font-size:1.25rem;font-weight:500;color:hsl(var(--primary));margin-bottom:1rem}@media (min-width: 768px){.about-hero__tagline{font-size:1.5rem}}.about-hero__intro{font-size:1.125rem;color:hsl(var(--muted-foreground));max-width:42rem;margin:0 auto;line-height:1.7;margin-bottom:2rem}.about-hero__buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;margin-top:2rem}@media (min-width: 640px){.about-hero__buttons{flex-direction:row}}.about-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.about-section-header__icon{padding:.75rem;background:hsl(var(--primary) / .1);border-radius:.75rem;color:hsl(var(--primary));display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-section-header__title{margin:0}.about-from-forest{padding:4rem 1rem 6rem;background:hsl(var(--card) / .5)}.about-from-forest__container{max-width:72rem;margin:0 auto}.about-from-forest__grid{display:grid;gap:3rem;align-items:center}@media (min-width: 768px){.about-from-forest__grid{grid-template-columns:1fr 1fr}}.about-from-forest__text{font-size:1.125rem;color:hsl(var(--muted-foreground));line-height:1.7;margin-bottom:1rem}.about-from-forest__image{border-radius:1rem;overflow:hidden;box-shadow:0 10px 30px -10px hsl(var(--foreground) / .15)}.about-from-forest__image img{width:100%;height:20rem;object-fit:cover}@media (min-width: 768px){.about-from-forest__image img{height:24rem}}.about-delivery{padding:4rem 1rem 6rem}.about-delivery__container{max-width:72rem;margin:0 auto}.about-delivery__header{text-align:center;margin-bottom:3rem}.about-delivery__header .about-section-header{justify-content:center}.about-delivery__subtitle{font-size:1.125rem;color:hsl(var(--muted-foreground));max-width:42rem;margin:1rem auto 0;line-height:1.7}.about-delivery__grid{display:grid;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.about-delivery__grid{grid-template-columns:1fr 1fr}}.about-delivery-card{background:hsl(var(--card));border-radius:1rem;padding:2rem;border:1px solid hsl(var(--border) / .5)}.about-delivery-card__icon{width:3rem;height:3rem;background:hsl(var(--primary) / .1);border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.about-delivery-card__title{margin-bottom:1rem;color:hsl(var(--foreground))}.about-delivery-card__text{color:hsl(var(--muted-foreground));line-height:1.7;margin-bottom:1rem}.about-delivery-card__note{font-size:.875rem;font-style:italic;color:hsl(var(--muted-foreground) / .8);margin:0}.about-delivery__trust{background:hsl(var(--primary) / .05);border:1px solid hsl(var(--primary) / .2);border-radius:1rem;padding:1.5rem 2rem;text-align:center;margin-bottom:3rem;display:flex;flex-direction:column;align-items:center}.about-delivery__trust svg{color:hsl(var(--primary));margin-bottom:1rem}.about-delivery__trust p{font-size:1.125rem;color:hsl(var(--foreground));line-height:1.7;max-width:48rem;margin:0}.about-delivery__trust strong{font-weight:600}.about-delivery__image{border-radius:1rem;overflow:hidden;box-shadow:0 10px 30px -10px hsl(var(--foreground) / .15)}.about-delivery__image img{width:100%;height:16rem;object-fit:cover}@media (min-width: 768px){.about-delivery__image img{height:20rem}}.about-values{padding:4rem 1rem 6rem;background:hsl(var(--card) / .5)}.about-values__container{max-width:72rem;margin:0 auto}.about-values__header{text-align:center;margin-bottom:3rem}.about-values__subtitle{font-size:1.125rem;color:hsl(var(--muted-foreground));max-width:42rem;margin:1rem auto 0;line-height:1.7}.about-values__grid{display:grid;gap:1.5rem}@media (min-width: 640px){.about-values__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.about-values__grid{grid-template-columns:repeat(4,1fr)}}.about-value-card{background:hsl(var(--card));border-radius:1rem;padding:1.5rem;border:1px solid hsl(var(--border) / .5);text-align:center;transition:border-color .2s ease}.about-value-card:hover{border-color:hsl(var(--primary) / .3)}.about-value-card__icon{width:3.5rem;height:3.5rem;background:hsl(var(--primary) / .1);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:hsl(var(--primary))}.about-value-card__title{font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem;font-size:1rem}.about-value-card__text{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6;margin:0}.about-tjusta{padding:4rem 1rem 6rem}.about-tjusta__container{max-width:72rem;margin:0 auto}.about-tjusta__grid{display:grid;gap:3rem;align-items:center}@media (min-width: 768px){.about-tjusta__grid{grid-template-columns:1fr 1fr}}.about-tjusta__image{border-radius:1rem;overflow:hidden;box-shadow:0 10px 30px -10px hsl(var(--foreground) / .15);order:2}@media (min-width: 768px){.about-tjusta__image{order:1}}.about-tjusta__image img{width:100%;height:20rem;object-fit:cover}@media (min-width: 768px){.about-tjusta__image img{height:24rem}}.about-tjusta__content{order:1}@media (min-width: 768px){.about-tjusta__content{order:2}}.about-tjusta__text{font-size:1.125rem;color:hsl(var(--muted-foreground));line-height:1.7;margin-bottom:1rem}.about-tjusta__text strong{color:hsl(var(--foreground));font-weight:600}.about-tjusta__link{display:inline-flex;align-items:center;gap:.5rem;color:hsl(var(--primary));font-weight:500;transition:opacity .2s ease;margin-top:1rem}.about-tjusta__link:hover{opacity:.8}.about-tjusta__link svg{width:1rem;height:1rem}.about-closing{padding:4rem 1rem 6rem;background:linear-gradient(to bottom,hsl(var(--primary) / .05),hsl(var(--primary) / .1));text-align:center}.about-closing__container{max-width:48rem;margin:0 auto}.about-closing__icon{color:hsl(var(--primary));margin-bottom:2rem;display:flex;justify-content:center}.about-closing__title{margin-bottom:1rem;color:hsl(var(--foreground))}.about-closing__text{font-size:1.125rem;color:hsl(var(--muted-foreground));line-height:1.7;margin-bottom:2rem}.about-closing__buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}@media (min-width: 640px){.about-closing__buttons{flex-direction:row}}.contact-page{padding:3rem 1rem}.contact-page__container{max-width:56rem;margin:0 auto}.contact-hero{text-align:center;margin-bottom:3rem}.contact-hero__title{color:hsl(var(--foreground));margin-bottom:1rem}.contact-hero__intro{color:hsl(var(--muted-foreground));max-width:32rem;margin:0 auto;line-height:1.7}.contact-grid{display:grid;gap:2rem}@media (min-width: 768px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-info-column{display:flex;flex-direction:column;gap:1.5rem}.contact-card{background:hsl(var(--card));border-radius:1rem;padding:1.5rem;border:1px solid hsl(var(--border) / .5)}.contact-card__title{margin-bottom:1.5rem;color:hsl(var(--foreground))}.contact-items{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;padding:.75rem;border-radius:.75rem;transition:background-color .2s ease;text-decoration:none;color:inherit}.contact-item:not(.contact-item--static):hover{background:hsl(var(--muted) / .3)}.contact-item__icon{width:1.5rem;height:1.5rem;color:hsl(var(--primary));flex-shrink:0;display:flex;align-items:center;justify-content:center}.contact-item__icon svg{width:100%;height:100%}.contact-item__content{display:flex;flex-direction:column}.contact-item__label{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:.25rem}.contact-item__value{font-weight:500;color:hsl(var(--foreground));line-height:1.5}.contact-hours{background:hsl(var(--muted) / .3);border-radius:1rem;padding:1.5rem}.contact-hours__title{font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem;font-size:1rem}.contact-hours__text{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.7;margin:0}.contact-image-column{display:flex}.contact-image-card{background:hsl(var(--card));border-radius:1rem;padding:1.5rem;border:1px solid hsl(var(--border) / .5);display:flex;flex-direction:column;width:100%}.contact-image-card__image{flex:1;border-radius:.75rem;overflow:hidden;margin-bottom:1rem}.contact-image-card__image img{width:100%;height:16rem;object-fit:cover;border-radius:.75rem}.contact-image-card__content{text-align:center}.contact-image-card__title{font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem;font-size:1rem}.contact-image-card__text{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.7;margin:0}.product-card{background-color:hsl(var(--card));border-radius:calc(var(--radius) * 2);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid hsl(var(--border));position:relative;display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-card__image-wrapper{position:relative;aspect-ratio:4 / 3;overflow:hidden;background-color:hsl(var(--muted));display:block;text-decoration:none}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__image-placeholder{width:100%;height:100%;background-color:hsl(var(--muted));display:flex;align-items:center;justify-content:center}.product-card__badge{position:absolute;top:.5rem;left:.5rem;z-index:10}.product-card__badge-inner{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;padding:.375rem .75rem;border-radius:9999px}.product-card__badge--storsack{background-color:#dfece6;color:#2d5340}.product-card__badge--smasack{background-color:#b8947a33;color:#7d5336}.product-card__badge--hemleverans{background-color:#dfece6;color:#2d5340}.product-card__badge--container{background-color:#cddde4;color:#2e576b}.product-card__badge--hamtning{background-color:#e7eee7;color:#628462}.product-card__content{padding:1.25rem;flex:1;display:flex;flex-direction:column}.product-card__title{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.25rem;line-height:1.4}.product-card__title a{color:inherit;text-decoration:none;transition:color .2s}.product-card__title a:hover{color:hsl(var(--primary))}.product-card__description{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5;flex:1}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto}.product-card__price{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:hsl(var(--primary));display:flex;flex-direction:column;gap:.125rem}.product-card__price-suffix{font-size:.875rem;font-weight:400;color:hsl(var(--muted-foreground));font-family:var(--font-body)}.product-card__cta{flex-shrink:0}.products-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}@media (min-width: 640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.product-featured{padding:4rem 0}.product-featured__container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.product-featured__header{text-align:center;margin-bottom:3rem}.product-featured__header p{max-width:40rem;margin:0 auto;margin-top:1rem}.product-featured__cta{text-align:center;margin-top:3rem}.new-customer-discount{padding:4rem 0;background:linear-gradient(135deg,hsl(var(--primary) / .1),hsl(var(--secondary) / .3))}.new-customer-discount__container{max-width:48rem;margin:0 auto;padding:0 var(--container-padding);text-align:center}.new-customer-discount__title{margin-bottom:1.5rem}.new-customer-discount__description{font-size:1.125rem;color:hsl(var(--muted-foreground));margin-bottom:1.5rem}.new-customer-discount__code-wrapper{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap;justify-content:center}.new-customer-discount__code-label{font-size:.875rem;color:hsl(var(--muted-foreground))}.new-customer-discount__code{display:inline-block;padding:.5rem 1rem;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:var(--radius);font-family:var(--font-heading);font-size:1.125rem;font-weight:700;letter-spacing:.05em}.new-customer-discount__disclaimer{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:2rem}.new-customer-discount__cta{margin-top:2rem}.testimonials{padding:4rem 0;background:hsl(var(--muted) / .3)}.testimonials__container{max-width:64rem;margin:0 auto;padding:0 var(--container-padding);text-align:center}.testimonials__title{margin-bottom:2rem}.testimonials__rating{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:3rem}.testimonials__stars{display:flex;gap:.25rem;font-size:1.5rem;line-height:1}.testimonials__star{color:hsl(var(--muted-foreground))}.testimonials__star--full{color:hsl(var(--accent))}.testimonials__star--half{background:linear-gradient(to right,hsl(var(--accent)) 50%,hsl(var(--muted-foreground)) 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.testimonials__rating-text{font-size:.875rem;color:hsl(var(--muted-foreground))}.testimonials__quotes{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.testimonials__quotes{grid-template-columns:repeat(2,1fr)}}.testimonials__quote{padding:1.5rem;background:hsl(var(--card));border-radius:var(--radius);border:1px solid hsl(var(--border))}.testimonials__quote-text{font-style:italic;font-size:1.125rem;line-height:1.6;color:hsl(var(--foreground));margin-bottom:1rem}.testimonials__author{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0}.testimonials__link{margin-top:2rem}.delivery-areas{padding:4rem 0}.delivery-areas__container{max-width:64rem;margin:0 auto;padding:0 var(--container-padding);text-align:center}.delivery-areas__title{margin-bottom:1.5rem}.delivery-areas__description{font-size:1.125rem;color:hsl(var(--muted-foreground));margin-bottom:3rem;max-width:40rem;margin-left:auto;margin-right:auto}.delivery-areas__list{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}@media (min-width: 640px){.delivery-areas__list{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.delivery-areas__list{grid-template-columns:repeat(3,1fr)}}.delivery-areas__item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:hsl(var(--card));border-radius:var(--radius);border:1px solid hsl(var(--border));text-align:left}.delivery-areas__icon{flex-shrink:0;color:hsl(var(--primary))}.delivery-areas__item-text{font-size:1rem;color:hsl(var(--foreground))}.delivery-areas__cta{margin-top:2rem}.faq-home{padding:4rem 0;background:hsl(var(--muted) / .3)}.faq-home__container{max-width:64rem;margin:0 auto;padding:0 var(--container-padding)}.faq-home__title{text-align:center;margin-bottom:3rem}.collection-page{padding:3rem 0 5rem}.collection-page__container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.collection-page__header{text-align:center;margin-bottom:2.5rem}.collection-page__header p{max-width:40rem;margin:0 auto}.collection-empty{text-align:center;padding:4rem 2rem;color:hsl(var(--muted-foreground))}.collection-empty svg{margin:0 auto 1rem;opacity:.5;display:block}.product-page{padding:2rem 0 5rem}.product-page__container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.product-page__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 1024px){.product-page__grid{grid-template-columns:1fr 1fr;gap:4rem}}body.template-product #main-content{padding:2rem 0 5rem}.page-section{width:100%;padding-top:4rem;padding-bottom:4rem}.page-section__container{max-width:var(--container-max, 90rem);margin:0 auto;padding-left:var(--container-padding, 1.25rem);padding-right:var(--container-padding, 1.25rem)}.page-section__title{font-family:var(--font-heading);font-size:2.25rem;font-weight:700;line-height:1.2;color:hsl(var(--foreground));margin-bottom:2rem}@media (min-width: 768px){.page-section__title{font-size:3rem}}.page-section__content{color:hsl(var(--foreground));line-height:1.75}.page-section__content h1,.page-section__content h2,.page-section__content h3,.page-section__content h4,.page-section__content h5,.page-section__content h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:hsl(var(--foreground));margin-top:2rem;margin-bottom:1rem}.page-section__content h1{font-size:2.25rem}.page-section__content h2{font-size:1.875rem}.page-section__content h3{font-size:1.5rem}.page-section__content h4{font-size:1.25rem}@media (min-width: 768px){.page-section__content h1{font-size:3rem}.page-section__content h2{font-size:2.25rem}.page-section__content h3{font-size:1.875rem}}.page-section__content p{margin-bottom:1.5rem;line-height:1.75}.page-section__content ul,.page-section__content ol{margin-bottom:1.5rem;padding-left:1.5rem}.page-section__content li{margin-bottom:.5rem;line-height:1.75}.page-section__content a{color:hsl(var(--primary));text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.page-section__content a:hover{color:hsl(var(--primary) / .8)}.page-section__content img{max-width:100%;height:auto;border-radius:var(--radius);margin:2rem 0}.page-section__content table{width:100%;border-collapse:collapse;margin:2rem 0}.page-section__content table th,.page-section__content table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid hsl(var(--border))}.page-section__content table th{font-weight:600;background-color:hsl(var(--muted))}.page-section--narrow .page-section__container{max-width:48rem}.page-section--medium .page-section__container{max-width:65rem}.page-section--wide .page-section__container{max-width:90rem}@media (max-width: 767px){.page-section{padding-top:2rem;padding-bottom:2rem}.page-section__title{font-size:1.875rem;margin-bottom:1.5rem}.page-section__content{font-size:.9375rem}}.product-gallery__main{aspect-ratio:1;border-radius:calc(var(--radius) * 2);overflow:hidden;background-color:hsl(var(--muted));margin-bottom:1rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover;transition:opacity .2s}.product-gallery__thumbs{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin;scrollbar-color:hsl(var(--border)) transparent}.product-gallery__thumbs::-webkit-scrollbar{height:4px}.product-gallery__thumbs::-webkit-scrollbar-track{background:transparent}.product-gallery__thumbs::-webkit-scrollbar-thumb{background-color:hsl(var(--border));border-radius:2px}.product-gallery__thumb{width:4rem;height:4rem;border-radius:var(--radius);overflow:hidden;border:2px solid transparent;cursor:pointer;flex-shrink:0;transition:border-color .15s;background:none;padding:0;display:block}.product-gallery__thumb:hover,.product-gallery__thumb--active{border-color:hsl(var(--primary))}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-info{display:flex;flex-direction:column}.product-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:1rem}.product-breadcrumb a{color:inherit;text-decoration:none;transition:color .15s}.product-breadcrumb a:hover{color:hsl(var(--primary))}.product-info__title{font-family:var(--font-heading);font-size:2rem;font-weight:700;margin-bottom:1rem;line-height:1.2}@media (min-width: 1024px){.product-info__title{font-size:2.5rem}}.product-info__price{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:hsl(var(--primary));margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.25rem}.product-info__price-suffix{font-size:1rem;font-weight:400;color:hsl(var(--muted-foreground));font-family:var(--font-body)}.product-info__description{color:hsl(var(--muted-foreground));line-height:1.7;margin-bottom:1.5rem}.product-info__description p{margin-bottom:1rem}.product-info__description p:last-child{margin-bottom:0}.product-info__features{margin-bottom:2rem;padding:1.5rem;background-color:hsl(var(--secondary) / .3);border-radius:var(--radius);list-style:none;padding-left:0}.product-form{margin-bottom:2rem}.product-form__quantity{margin-bottom:1.5rem}.quantity-selector{display:inline-flex;align-items:center;border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}.quantity-selector__btn{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:hsl(var(--muted-foreground));transition:background-color .15s,color .15s;padding:0}.quantity-selector__btn:hover{background-color:hsl(var(--muted));color:hsl(var(--foreground))}.quantity-selector__btn:active{background-color:hsl(var(--muted) / .8)}.quantity-selector__input{width:3rem;height:2.5rem;text-align:center;border:none;border-left:1px solid hsl(var(--border));border-right:1px solid hsl(var(--border));font-size:1rem;font-weight:500;background:transparent;color:hsl(var(--foreground));-moz-appearance:textfield}.quantity-selector__input::-webkit-outer-spin-button,.quantity-selector__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-selector__input:focus{outline:none;background-color:hsl(var(--muted) / .5)}.product-form__submit{width:100%}.product-form__submit:disabled{opacity:.6;cursor:not-allowed}.product-form__shipping-text{margin-top:1rem;font-size:.875rem;color:hsl(var(--muted-foreground));text-align:center}.product-info__form{margin-top:2rem;padding-top:2rem;border-top:1px solid hsl(var(--border))}.product-info__form .product-form__quantity,.product-form__variant-selector{margin-bottom:1.5rem}.variant-selector__select{width:100%;padding:.875rem 3rem .875rem 1rem;font-size:1rem;font-family:var(--font-sans);color:hsl(var(--foreground));background-color:hsl(var(--card));border:2px solid hsl(var(--border));border-radius:var(--radius);cursor:pointer;transition:all .15s ease;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem}.variant-selector__select:hover{border-color:hsl(var(--primary));background-color:hsl(var(--muted) / .5)}.variant-selector__select:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .1)}.variant-selector__select option{padding:.5rem;background-color:hsl(var(--card));color:hsl(var(--foreground))}.product-info__form .product-form__variant-selector{margin-bottom:1.5rem}.product-info__form .product-form__submit{width:100%;margin-bottom:0}.product-accordions{margin-top:2rem}.accordion{display:flex;flex-direction:column;border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}.accordion-item{border-bottom:1px solid hsl(var(--border))}.accordion-item:last-child{border-bottom:none}.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:none;border:none;text-align:left;cursor:pointer;font-size:1rem;font-weight:500;color:hsl(var(--foreground));transition:background-color .15s}.accordion-trigger:hover{background-color:hsl(var(--muted))}.accordion-trigger:focus{outline:2px solid hsl(var(--primary));outline-offset:-2px}.accordion-trigger__icon{width:1rem;height:1rem;transition:transform .2s;flex-shrink:0;margin-left:1rem}.accordion-item[data-state=open] .accordion-trigger__icon{transform:rotate(180deg)}.accordion-content{overflow:hidden;font-size:.875rem;color:hsl(var(--muted-foreground));max-height:0;transition:max-height .3s ease-out}.accordion-item[data-state=open] .accordion-content{max-height:500px}.accordion-content__inner{padding:0 1.25rem 1rem}.accordion-content__inner p{margin-bottom:.75rem}.accordion-content__inner p:last-child{margin-bottom:0}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background-color:#00000080;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.cart-overlay.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:101;width:100%;max-width:28rem;background-color:hsl(var(--background));transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:var(--shadow-xl)}.cart-drawer.is-open{transform:translate(0)}.cart-drawer[aria-hidden=true]{visibility:hidden}.cart-drawer[aria-hidden=false]{visibility:visible}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid hsl(var(--border));flex-shrink:0}.cart-drawer__title{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;margin:0}.cart-drawer__close{margin-left:auto}.cart-drawer__content{flex:1;overflow-y:auto;padding:1.5rem;min-height:0}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:hsl(var(--muted-foreground));padding:2rem}.cart-drawer__empty svg{width:4rem;height:4rem;margin-bottom:1rem;opacity:.5;color:hsl(var(--muted-foreground))}.cart-drawer__empty p{margin:0;font-size:1rem}.cart-drawer__items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;gap:1rem;padding:1rem;background-color:hsl(var(--card));border-radius:var(--radius);border:1px solid hsl(var(--border))}.cart-item__image{width:5rem;height:5rem;border-radius:var(--radius);object-fit:cover;flex-shrink:0}.cart-item__info{flex:1;min-width:0}.cart-item__title{font-weight:500;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.875rem}.cart-item__variant{font-size:.75rem;color:hsl(var(--muted-foreground));margin-bottom:.5rem}.cart-item__price{font-weight:600;color:hsl(var(--primary));font-size:.875rem}.cart-item__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cart-item__remove{color:hsl(var(--muted-foreground));transition:color .15s;background:none;border:none;cursor:pointer;padding:.25rem;font-size:.75rem}.cart-item__remove:hover{color:hsl(var(--destructive))}.cart-item__quantity{display:flex;align-items:center;border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}.cart-item__quantity-btn{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:hsl(var(--muted-foreground));transition:color .15s,background-color .15s;padding:0}.cart-item__quantity-btn:hover{background-color:hsl(var(--muted));color:hsl(var(--foreground))}.cart-item__quantity-value{width:2.5rem;text-align:center;font-size:.875rem;font-weight:500;border:none;border-left:1px solid hsl(var(--border));border-right:1px solid hsl(var(--border));background:transparent;color:hsl(var(--foreground));padding:0;-moz-appearance:textfield}.cart-item__quantity-value::-webkit-outer-spin-button,.cart-item__quantity-value::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer__footer{padding:1.5rem;border-top:1px solid hsl(var(--border));background-color:hsl(var(--card));flex-shrink:0}.cart-drawer__totals{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.cart-drawer__total-row{display:flex;justify-content:space-between;font-size:.875rem}.cart-drawer__total-row--grand{font-size:1.125rem;font-weight:600;padding-top:.5rem;border-top:1px solid hsl(var(--border));margin-top:.5rem}.cart-drawer__checkout{width:100%}.delivery-filters-section{padding:2rem 0}.delivery-filters-section__container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.delivery-filters{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 640px){.delivery-filters{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.delivery-filters{grid-template-columns:repeat(4,1fr)}}.delivery-filter-card{position:relative;background-color:hsl(var(--card));border:2px solid hsl(var(--border));border-radius:calc(var(--radius) * 2);padding:1.5rem;cursor:pointer;transition:all .2s;text-align:center;text-decoration:none;display:block;color:inherit}.delivery-filter-card:hover{border-color:hsl(var(--primary));box-shadow:var(--shadow-md);text-decoration:none;color:inherit}.delivery-filter-card--active{border-color:hsl(var(--primary));background-color:hsl(var(--primary) / .05)}.delivery-filter-card__icon{width:3rem;height:3rem;margin:0 auto 1rem;padding:.75rem;border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.delivery-filter-card__icon--storsack{background-color:#dfece6;color:#2d5340}.delivery-filter-card__icon--smasack{background-color:#b8947a33;color:#7d5336}.delivery-filter-card__icon--hemleverans{background-color:#dfece6;color:#2d5340}.delivery-filter-card__icon--container{background-color:#cddde4;color:#2e576b}.delivery-filter-card__icon--hamtning{background-color:#e7eee7;color:#628462}.delivery-filter-card__icon--all{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}.delivery-filter-card__title{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.25rem}.delivery-filter-card__description{font-size:.75rem;color:hsl(var(--muted-foreground))}.delivery-filter-card__check{position:absolute;top:.75rem;right:.75rem;width:1.25rem;height:1.25rem;background-color:hsl(var(--primary));color:hsl(var(--primary));border-radius:9999px;display:none;align-items:center;justify-content:center}.delivery-filter-card--active .delivery-filter-card__check{display:flex}.contact-form-section{width:100%;padding:4rem 0}.contact-form-section__container{max-width:48rem;margin:0 auto;padding-left:var(--container-padding, 1.25rem);padding-right:var(--container-padding, 1.25rem)}.contact-form-section__title{font-family:var(--font-heading);font-size:2rem;font-weight:700;line-height:1.2;color:hsl(var(--foreground));margin-bottom:.75rem}@media (min-width: 768px){.contact-form-section__title{font-size:2.5rem}}.contact-form-section__description{font-size:1rem;line-height:1.75;color:hsl(var(--muted-foreground));margin-bottom:2rem}@media (min-width: 768px){.contact-form-section__description{font-size:1.125rem}}.contact-form{width:100%}.contact-form__success{padding:1rem 1.25rem;margin-bottom:1.5rem;background-color:#2d53401a;border:1px solid hsl(150 30% 25%);border-radius:var(--radius);color:#2d5340}.contact-form__success p{margin:0;font-weight:500}.contact-form__errors{padding:1rem 1.25rem;margin-bottom:1.5rem;background-color:hsl(var(--destructive) / .1);border:1px solid hsl(var(--destructive));border-radius:var(--radius);color:hsl(var(--destructive))}.contact-form__errors p{margin:0 0 .5rem;font-weight:600}.contact-form__errors ul{margin:0;padding-left:1.25rem;list-style:disc}.contact-form__errors li{margin-bottom:.25rem}.contact-form__fields{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.contact-form__field{display:flex;flex-direction:column}.contact-form__label{display:block;font-size:.875rem;font-weight:500;color:hsl(var(--foreground));margin-bottom:.5rem}.contact-form__required{color:hsl(var(--destructive));margin-left:.25rem}.contact-form__input,.contact-form__textarea{width:100%;padding:.625rem .875rem;font-size:.875rem;line-height:1.5;color:hsl(var(--foreground));background-color:hsl(var(--primary-foreground) / .1);border:1px solid hsl(var(--input));border-radius:var(--radius);transition:border-color .15s,box-shadow .15s;font-family:inherit}.contact-form__input::placeholder,.contact-form__textarea::placeholder{color:hsl(var(--muted-foreground))}.contact-form__input:focus,.contact-form__textarea:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring) / .1)}.contact-form__input:invalid:not(:placeholder-shown),.contact-form__textarea:invalid:not(:placeholder-shown){border-color:hsl(var(--destructive))}.contact-form__textarea{min-height:8rem;resize:vertical;font-family:inherit}.contact-form__submit{display:flex;justify-content:flex-start}.contact-form__button{min-width:12rem}.contact-form__input--error,.contact-form__textarea--error{border-color:hsl(var(--destructive))}.contact-form__input--error:focus,.contact-form__textarea--error:focus{border-color:hsl(var(--destructive));box-shadow:0 0 0 3px hsl(var(--destructive) / .1)}.contact-form__field-error{display:block;font-size:.75rem;color:hsl(var(--destructive));margin-top:.375rem;font-weight:500}@media (max-width: 767px){.contact-form-section{padding:2rem 0}.contact-form-section__title{font-size:1.75rem}.contact-form__fields{gap:1rem}}.page-404{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:4rem 1rem}.page-404__container{max-width:40rem;margin:0 auto;text-align:center}.page-404__content{display:flex;flex-direction:column;gap:1.5rem}.page-404__title{color:hsl(var(--primary));margin-bottom:.5rem}.page-404__message{font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin:0}.page-404__description{font-size:1rem;color:hsl(var(--muted-foreground));margin:0}.page-404__actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}@media (min-width: 640px){.page-404__actions{flex-direction:row;justify-content:center}.page-404__actions .btn{min-width:12rem}}.product-form__pickup-notice{display:flex;gap:1rem;padding:1.5rem;background-color:hsl(var(--secondary) / .3);border:2px solid hsl(var(--secondary));border-radius:var(--radius);margin-bottom:1.5rem}.product-form__pickup-notice-icon{flex-shrink:0;color:hsl(var(--primary));width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.product-form__pickup-notice-content{flex:1}.product-form__pickup-notice-title{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.product-form__pickup-notice-text{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:1rem;line-height:1.5}.product-form__pickup-notice-cta{display:inline-block}
/*# sourceMappingURL=/cdn/shop/t/5/assets/base.css.map */
