<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 187:0 Unexpected "}"
Line 196:33 Unterminated string token

**/
body:not(.template-index) .main-content {
  opacity: 1 !important;
}

.shopify-section--rich-text {
  background-color: #EBF2F3;
}

.feature-row--feature_row_cCDC8H {
    background-color: #ffffff !important;
}

.content-for-layout .shopify-section .rich-text {
    background-color: #EBF2F3 !important;
}

#QuotesSection-quotes_T8gJFB .quotes-slider {
    background-color: #EBF2F3 !important;
}

.feature-row__item feature-row__text {
  box-shadow: 0px 12px 44px rgba(0, 0, 0, 0.06) !important;
  transition: background-color 0.2s ease !important;
    background-color: #377e89 !important;
    border-radius: 100px !important;
}
.feature-row__item feature-row__text:hover {
  background-color: #2c6d78;
}
/* Product page */

img{
  width: 100%;
}

.btn:after{
  content: none !important;
}

.page-width {
    zoom: 1;
    width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 100%;
}

  .site-footer {
    background-color: #fff
  }

.navigation__close-button {
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 28px;
  font-weight: bold;
  background: none;
  border: none;
  color: #05050A;
  z-index: 10001;
  cursor: pointer;
}


#shopify-section-size-guide{
    background: #EBF2F3;
    padding: 80px 0;  
}

.size-guide-container{
  padding-left: 15px; 
  padding-right: 15px;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* size and quantity text style */
.product-form__input label {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  color: #05050A;
}

.product-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    padding: 113px 15px;
    align-items: start;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    row-gap: 20px;
}
/*USP style*/ 

.usp-pill {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #E0E0E0;
  border-radius: 9999px;
  background: white;
    font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  color: #05050A;
  box-shadow: 0px 4px 24px 0px #0000000A;
  width: fit-content;
}

.usp-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/*Social badge */
.custom-badge {
  background-color: #EBF2F3;
  border-radius: 9999px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0;
}

.custom-badge__avatars {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.custom-badge__avatar {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  object-fit: cover;
  margin-left: -10px;
  border: 2px solid white;
}

.custom-badge__avatar:first-child {
  margin-left: 0;
}

.custom-badge__text {
  font-size: 14px;
   font-weight: 600;
  color: #1A1A1A;
}
/*add to cart styling*/

.size-guide-button {
  box-shadow: 0px 12px 44px rgba(0, 0, 0, 0.06) !important;
  transition: background-color 0.2s ease !important;
}

.size-guide-button:hover {
  background-color: #2c6d78;
}

/* Presseomtale / media-logos styling */
.media-logos {
  background-color: #ffffff;
    padding: 56px 15px;
    max-width: 100%;
      max-width: 1200px;
  margin: 0 auto;
  padding: 56px 15px;
}
}

.media-logos__wrapper {
  max-width: 100%;
  margin: 0 auto;
}

.media-logos .media-logos__wrapper h2,
.media-logos__title {
  font-family: "Inter,sans-serif;
  font-weight: 900;
  font-size: 16px !important;
  line-height: 100%;
  color: #05050A;
  text-align: center;
  margin-bottom: 56px;
}

.media-logos__grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px;
  justify-items: center;
  align-items: center;
}

.media-logos__item {
  height: 87px;
  object-fit: contain;
  max-width: 100%;
}


/* Diverse styling*/ 
.rich-text__heading.has-animated:before, .supports-no-js .rich-text__heading:before, .animations--disabled .rich-text__heading:before, .feature-row__heading.has-animated:before, .supports-no-js .feature-row__heading:before, .animations--disabled .feature-row__heading:before{
content: none !important;
}

.content-for-layout .shopify-section .rich-text{
    padding-top: 80px;
  padding-bottom: 80px;
}

.content-for-layout .shopify-section h2 {
  margin-bottom: 8px; 
  font-size: 28px;
}

.content-for-layout .shopify-section .rich-text{
  background: #f7f7fa;
}

.shopify-section{
  font-size: 14px;
}

.feature-row__btn{
margin-top: 22px;
}

body header{
      position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
  right: 0;
    background-color: #fff;
    z-index: 12;
  transform: none !important;
}

/* hero-rhinix section */
/* Hero wrapper */
.hero-rhinix {
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse at 80% center, #9BBEC4 0%, #ffffff 100%);
}
.hero-rhinix__content-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
gap: 60px;

  max-width: 1200px;
  margin: 80px auto 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

/* Left content */
.hero-rhinix__left {
  max-width: 650px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.hero-rhinix__badge {
  display: flex;
  align-items: center;
  gap: 0px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 130%;
}

.hero-rhinix__badge .badge-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 12px 44px rgba(0, 0, 0, 0.06);
  position: relative;
}

.hero-rhinix__badge .badge-img + .badge-img {
  margin-left: -10px; /* overlap-effekt */
}
.hero-rhinix__badge span {
  margin-left: 12px; 
}

.hero-rhinix__headline {
  font-size: 42px;
  line-height: 110%;
  font-weight: 600;
  font-family: Inter, sans-serif;
  color: #05050A;
}
.hero-rhinix__headline strong {
  color: #377E89; 
  font-weight: 600;
}

.hero-rhinix__subtext {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  font-family: Inter, sans-serif;
  color: #05050A;
  opacity: 0.9;
}

.hero-rhinix__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 171px;
  height: 56px;
  padding: 8px 32px;
  gap: 8px;

  background-color: #377E89;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: Inter, sans-serif;
  border-radius: 100px;
  text-decoration: none;

  box-shadow: 0px 12px 44px rgba(0, 0, 0, 0.06);
  transition: background-color 0.2s ease;
}

.hero-rhinix__btn:hover {
  background-color: #2c6d78;
}

.hero-rhinix__usps {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.usp-block {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 1.5px solid #E8E8E8;
  border-radius: 100px;
  padding: 8px 16px;
  gap: 8px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.04);
  max-width: fit-content;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  color: #05050A;
}

.usp-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #D68361;
}


/* Right image section */
.hero-rhinix__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin-top: auto;
}

/* Selve billedet */
.hero-img {
  max-width: 630px;
  height: auto;
  position: relative;
  z-index: 1;
  display: block;
}

/* Overlay element (fx emballage) */
.overlay-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-20%, -50%);
  width: 180px;
  z-index: 2;
}

/* Responsivt fallback */

@media (max-width: 1100px) {
  .hero-rhinix__content-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 60px;
  }

  .hero-rhinix__left {
    align-items: center;
    max-width: 100%;
  }

  .hero-rhinix__right {
    align-items: center;
  }

  .hero-img {
    max-width: 80vw;
  }

  .overlay-img {
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 768px) {
  .hero-rhinix__content-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
    row-gap: 0px;
  }

  .hero-rhinix__right {
    margin-top: 40px;
  }
  .hero-rhinix__left {
    padding-bottom: 0px;
  }
  
}
@media (max-width: 1024px) {
  .hero-rhinix__usps {
    align-items: center;
  }

  .usp-block {
    margin-left: auto;
    margin-right: auto;
  }
    .hero-rhinix__btn {
    width: 100%;
    padding: 0 15px;
  }
}

/* Size Guide Container */
.size-guide-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
    background-color: #EBF2F3;
  gap: 120px;
  padding: 0 15px;
  align-items: center;
}

.size-guide-thumbnail {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
}

.size-guide-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.size-guide-heading {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  margin-bottom: 16px;
}

.size-guide-body {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 24px;
}

.size-guide-button {
  padding: 8px 24px;
  border-radius: 100px;
  background-color: #377E89;
  color: white;
  font-weight: 600;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 107px;
  height: 48px;
  white-space: nowrap;
  box-shadow: 0px 12px 44px rgba(0, 0, 0, 0.06);
  transition: background-color 0.2s ease;
}

.size-guide-button:hover {
  background-color: #2c6d78;
}

/* Modal baggrund */
.size-guide-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
}

/* Modal indhold */
.size-guide-modal-content {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  
  max-width: 400px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  aspect-ratio: 9 / 16;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Video-iframe */
.size-guide-modal-content iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

/* Luk X-knap */
.size-guide-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 20px;
  background: #eee;
  color: #333;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: background 0.2s;
}

.size-guide-modal-close:hover {
  background: #ddd;
}

/* Responsiv Design */
@media screen and (max-width: 1024px) {
  .size-guide-container {
    gap: 32px;
    
  }
}
  .product-left{
    order: 1;
  }

  .product-right{
    order: 2;
  }


  .usp-list{
    order: 3;
  }


@media screen and (max-width: 768px) {
  .size-guide-container {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .size-guide-button {
    width: 100%;
    margin-top: 16px;
  }

  .size-guide-thumbnail {
    width: 100%;
    max-width: 300px;
  }

  .size-guide-left {
    order: 1; /* billede fÃ¸rst */
  }

  .size-guide-right {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* Responsivt: 4 logoer pr. rÃ¦kke pÃ¥ mobil */
@media screen and (max-width: 768px) {
  .media-logos__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .media-logos__item {
    height: 60px;
  }

  .media-logos h2,
  .media-logos__title {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .media-logos {
    padding: 40px 20px;
  }
}

/* Mobile styling */
@media screen and (max-width: 768px) {
  .product-hero {
    display: grid;
    grid-template-columns: 1fr;
    padding: 90px 15px;
    text-align: center;
    gap: 20px;
  }

  .hero-rhinix__badge {
    text-align: left;
  }

  .product-left{
    order: 1;
  }

  .product-right{
    order: 2;
  }


  .usp-list{
    order: 3;
  }

  .custom-badge{
    display: grid; 
    grid-template-columns: auto 1fr;
      gap: 8px;
      text-align: left;
      padding-top: 16px;
    padding-bottom: 16px;
      border-radius: 16px;
  }

  .product-image-wrapper,
  .product-right,
  .usp-wrapper {
    width: 100%;
  }

  .product-main-image {
    max-width: 280px;
    margin: 0 auto;
  }

  .usp-list {
    align-items: center;
    margin-top: 24px;
  }
}

  .usp-pill {
    justify-content: center;
  }

  .social-proof-badge {
    justify-content: center;
  }

.custom-badge__avatar{
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    object-fit: cover;
    margin-left: -10px;
    border: 2px solid white;
  
}

header .site-header-sections.page-width{
  padding-left: 0;
  padding-right: 0;

}
.shopify-policy__container{
max-width: 1200px;
padding-left: 15px;
padding-right: 15px;
padding-top: 90px;
padding-bottom: 90px;
}

body.template-policy div.shopify-policy__container &gt; h1.shopify-policy__title {
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 110%;
}</pre></body></html>