/** Shopify CDN: Minification failed

Line 784:29 Expected ")" to end URL token

**/
.custom__sticky-cart svg {
  margin-left: 10px;
}

.custom__sticky-cart svg path {
  fill: #fff !important;
}

.custom__sticky-cart {
  position: fixed;
  width: 100%;
  bottom: -200px;
  left: 0;
  background: #ffffffc7;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  display: flex;
  gap: 10px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  align-items: center;
  z-index: 10;
  transition: bottom 0.14s ease;
}

.custom__sticky-cart.-show {
  bottom: 0;
}

.custom__sticky-cart label,
.custom__sticky-cart button {
  display: block;
  width: 100%;
}

.custom__sticky-cart select {
  display: block;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  min-width: 100px;
  width: 100%;
  margin-top: 0;
  -webkit-appearance: initial;
  background-color: #fff;
  color: #000;
  background: url(https://www.nordio.se/cdn/shop/t/2/assets/chevron-fat.png)
    no-repeat right #fff;
  background-position-x: 98.6%;
  background-size: 16px;
}

.custom__sticky-cart__btn {
    background: #4C6472;
    border: none;
    color: #fff;
    padding: 17px 18px;
    font-size: 16px;
}

@media screen and (min-width: 992px) {
  .custom__sticky-cart {
    display: none !important;
  }
}

.announcement-bar p span {
  line-height: 1.66;
}

.klarna {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 23px;
}

.klarna__logo {
  height: 70px;
  margin: -50px 0;
}

.klarna p {
  margin: 0 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: initial;
}

.product__description {
  margin-top: 25px !important;
}


.product__description .accordion {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.accordion__title {
  color: #000 !important;
}

.product__description *:not(.product__description h2, h2 em, h2 span, h2 span b, h2 b, .content-spacer, .product__description .quickProdBenefits__list li, .product__description .quickProdBenefits__list li svg, .faq-container, .faq-answer, .faq-question, .faq-item) {
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.9em;
    letter-spacing: normal;
    font-size: 14px;
    color: #313131;
}

.product-description h2 {
  font-size: 20px;
  color: #1f1f1f;
}

.product__description ul {
  padding: 0;
  margin: 0;
}

.simesyfaq__text {
  margin-bottom: 0 !important;
}

.content-spacer {
  margin: 25px 0;
}

.nordio-sale {
  font-size: 14px;
  background: #39b57b;
  color: #fff;
  max-height: 30px;
  padding: 5px 10px;
  border-radius: 10px;
  font-weight: bold;
}

/* present bundle */

.present-bundle {
  display:flex;
  align-items: center;
  margin-bottom: 20px;
}

.present-bundle__item {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 0px;
  padding: 3px;
  margin-right: 10px;
}

.present-bundle__item.selected {
  border-color: #000;
}

.present-bundle img {
  width: 60px;
  height: auto;
  aspect-ratio: 3/3;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  vertical-align: middle;
  pointer-events: none;
}

#prodOffer, #prodOfferUrgency {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  margin: 0;
}

#prodOfferUrgency {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ff1212;
}

#CartDrawer-Checkout::before, #CartDrawer-Checkout::after {
  display: none;
}
cart-drawer.is-empty {
    /*display: none !important; */
}

.cart-remove-button {
  background: #000;
}

.timer p {
  margin-left: 0 !important;
}

.timer h3 {
  word-break: initial;
}

.timer div:first-of-type {
  padding-left: 10px;
}

.gap-6 {
    gap: 1.5rem;
}

.justify-start {
    justify-content: flex-start;
}

.items-center {
    align-items: center;
}


.w-full {
    width: 100%;
}

.flex {
    display: flex
;
}

.pr-1\.5 {
    padding-right: 0.375rem;
}


.pl-2 {
    padding-left: 0.5rem;
}

.bg-black {
    background-color: #000;
}

.before\:bg-white::before {
    content: '';
    background-color: rgb(255 255 255 / 1);
}

.before\:-translate-x-1\/2::before {
    content: '';
      transform: translate(-50%, 0);
}


.before\:w-0\.5::before {
    content: '';
    width: 0.125rem;
}

.before\:h-full::before {
    content: '';
    height: 100%;
}

.before\:z-10::before {
    content: '';
    z-index: 10;
}

.before\:top-0::before {
    content: var(--tw-content);
    top: 0px;
}

.before\:left-1\/2::before {
    content: '';
    left: 50%;
}

.before\:absolute::before {
    content: '';
    position: absolute;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tracking-\[15\.36px\] {
    letter-spacing: 20px;
}


.font-semibold {
    font-weight: 600;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-center {
    text-align: center;
}

.max-w-\[44px\] {
    max-width: 44px;
}

.z-20 {
    z-index: 20;
}

.pr-1\.5 {
    padding-right: 0.375rem;
}

.pl-2 {
    padding-left: 0.5rem;
}


.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.w-max {
    width: max-content;
}

.relative {
    position: relative;
}
.offer-title h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.offer-title h3 span {
      display: block;
    font-size: 12px;
    margin-top: 5px;
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.font-normal {
    font-weight: 400;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-center {
    text-align: center;
}


.w-full {
    width: 100%;
}

.mt-1 {
    margin-top: 0.25rem;
}

.ml-0 {
    margin-left: 0px;
}

.countdown-element {
  margin-bottom: 0;
  margin-top: 5px;
}

.cartVariantPicker {
    display: flex;
    gap: 10px;
    border-radius: 10px;
    background: #f5f5f5;
    position: absolute;
    bottom: 25vh;
    padding-right: 10px;
}

.cartVariantPicker img {
  max-width: 75px;
  aspect-ratio: 3 / 3;
}

.cartVariantPicker__item {
  display: flex;
  align-items: center;
  gap: 20px;
}

#addGiftPackaging-btn {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 14px;
}

.cartVariantPicker__item p span {
  display: block;
}

.cartVariantPicker__item p {
  max-width: min-content;
}

cart-drawer-items {
  display: flex;
  padding-bottom: 30px;
}
.cart-drawer__form {
    flex: 1;
}

.customSalePrice {
  text-decoration: line-through;
}

#CartDrawer-Checkout {
  background: #4C6472;
  border: none;
  color: #fff;
  padding: 17px 18px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.customSalePrice .price {
  text-decoration: none;
      float: inline-end;
}

.product__description > h2 {
  margin-bottom: 20px;
}

.present-bundle__wrapper h4 {
  margin-bottom: 10px;
}

.product__description p {
  margin: 10px 0;
}

.related-products ul {
  justify-content: center;
  margin-bottom: 0 !important;
}

.related-products__item a {
    text-decoration: none;
}

product-recommendations {
  padding-bottom: 40px !important;
}

product-recommendations .grid__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

product-recommendations .grid__item img {
  max-width: 200px;
  margin-bottom: 20px;
}

product-recommendations .grid__item h2 {
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}

product-recommendations .product-form__buttons {
  display: flex;
  justify-content: center;
}

#relatedProductAddToCart {
    margin-top: 16px;
}

.store-benefits-list {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
    row-gap: 10px;
  }

  .store-benefit-list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    padding: 15px 10px;
    max-height: 50px;
    border-radius: 4px;
  }

  .store-benefit-list__item:has(.klarna__logo) {
    border: 1px solid #eae7e4;
  }

  .store-benefit-list__item p {
    margin: 0;
    margin-left: 5px;
    font-size: 13px;
    font-family: 'system-ui', sans-serif;
  }

  .store-benefits-list img.klarna__logo {
    margin: 0;
    margin-left: -5px;
  }

  .store-benefits-list .rb__navbar__logo__img {
    width: 142px;
  }

  .store-benefit-list__black-week {
    background: #000;
    padding: 5px;
    font-size: 13px;
    min-width: fit-content;
  }

  .store-benefit-list__black-week span {
    font-size: 11px;
    color: #fff;
  }

  .custom-option-selector__container {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
  }

  .custom-option-selector__option {
    margin: 0;
    line-height: 1.2;
    color: #000;
    font-size: 14px;
  }

  .custom-option__list {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
    margin: 15px 0;
  }

  .option-buttons__button {
    cursor: pointer;
    color: #000;
    padding: 5px 10px;
    min-width: 50px;
    border-radius: 50px;
    border: none;
  }

  .option-buttons__button.selected {
    padding: 5px 10px;
    border: 1px solid #4C6472;
  }

  .size-guide-button {
    background: 0 0;
    border: 0;
    box-shadow: none;
    padding: 0;
    color: #3d4246;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.3;
    outline: 0;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
    width: auto;
    display: flex;
    gap: 5px;
    align-items: center;
  }

  
.size-guide-button::before {
    content: "";
    display: block;
    background: url("//www.nordir.se/cdn/shop/t/8/assets/storlek.png?v=132191027281888081251741523186") no-repeat 50% / contain;
    height: 19px;
    height: 19px;
    width: 19px;
}

.scr-shadow {
    transition: visibility .8s ease, opacity .8s ease;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 9999100105;
}

.scr-modal {
    opacity: 0;
    visibility: hidden;
    color: #000;
    background: #fff;
    padding: 20px;
    padding-top: 0;
    overflow-y: auto;
    max-height: calc(100vh - 70px);
    width: calc(100% - 30px);
    max-width: 700px;
    position: fixed;
    top: 35px;
    left: 50%;
    transform: translate(-50%, 0) scale(.5);
    z-index: 9999100109;
}

.scr-modal .scr-close {
    width: 16px;
    height: 16px;
    opacity: .3;
    cursor: pointer;
    display: flex;
    padding: 23px;
    margin: 7px -14px -7px auto;
    position: relative;
    transform: translate(0, 0);
    border: 0;
    background: 0 0;
}

.scr-modal .scr-close:after, .scr-modal .scr-close:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 23px;
    height: 17px;
    width: 2px;
    background-color: #333;
}

.scr-modal .scr-close:before {
    transform: rotate(45deg);
}

.scr-modal .scr-close:after {
    transform: rotate(-45deg);
}

.scr-modal h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.scr-shadow.active {
    opacity: 1;
    visibility: visible;
}

.scr-modal.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0) scale(1);
}


.scr table {
    width: 100%;
    display: table;
    border-collapse: collapse;
}

.scr.basic table {
    border: 1px solid #e7e7e7;
}

.scr tr {
    display: table-row;
}

.scr.basic table tr:first-child th {
    display: table-cell;
    background: linear-gradient(to bottom, #f8f8f8, #eee);
    border: 0;
    font-weight: 700;
    line-height: 1.2;
    padding: 13px;
    font-size: 16px;
    text-align: left;
}

.scr.basic table tr:nth-child(2) td {
    border-top: 1px solid #ddd;
}

.scr table td {
    display: table-cell;
    border: 0;
    line-height: 1.2;
    padding: 13px;
    font-size: 16px;
    text-align: left;
    background: #f6f6f6;
    border: 1px solid #eaeaea;
}

.bottom-description p {
    margin-bottom: 3px;
    line-height: 1.4;
}

.bottom-description p em {
    box-sizing: inherit;
    color: rgb(0, 0, 0);
    font-size: 14px;
    letter-spacing: 0.6px;
    text-align: center;
}

/* Custom select */

.custom-option-selector {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-style: normal;
    font-family: system-ui;
    font-size: 14px !important;
    color: #000;
}

.custom-option-selector__selected {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-family: system-ui;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 7px 25px 7px 7px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-image: url({{ 'selectArrow.png' | asset_url }});
    background-repeat: no-repeat !important;
    background-position: right 8px center !important;   
    background-color: #fff;
    background-size: initial;
    color: #000;
    outline: none;
    max-width: 100%;
    width: auto;
    height: auto;
    min-height: auto;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.custom-option-selector__dropdown {
    display: none;
    position: absolute;
    min-width: min-content;
    flex-direction: column;
    max-width: 400px;
    max-height: 500px;
    overflow: auto;
    top: calc(100% + 2px);
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 20px 20px #1a1a1a47;
}

.custom-option-selector__dropdown .custom-option-selector__item {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 10px;
    padding-inline-end: 60px;
    border: none;
    border-bottom: 1px solid #dfe3e8;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    background: none;

    /* For touch devices */
    touch-action: manipulation;
    -webkit-transition: opacity .3s ease, background .3s ease, border .3s ease, box-shadow .3s ease;
    -moz-transition: opacity .3s ease, background .3s ease, border .3s ease, box-shadow .3s ease;
    -ms-transition: opacity .3s ease, background .3s ease, border .3s ease, box-shadow .3s ease;
    -o-transition: opacity .3s ease, background .3s ease, border .3s ease, box-shadow .3s ease;
    transition: opacity .3s ease, background .3s ease, border .3s ease, box-shadow .3s ease;
}

.custom-option-selector__dropdown .custom-option-selector__item:hover {
    background-color: #f0f0f0;
}

.custom-option-selector__swatch:not(.custom-option-selector[data-option-name="Storlek"] .custom-option-selector__swatch, .custom-option-selector[data-option-name="Storlek"] .custom-option-selector__item) {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block !important;
}

.custom-option-selector[data-option-name="Storlek"] .custom-option-selector__selected, .custom-option-selector[data-option-name="Storlek"] .custom-option-selector__item {
  padding: 7px 25px;
}

.custom-option-selector[data-option-name="Färg"] .custom-option-selector__swatch.Svart {
    background: #000;
}

.custom-option-selector[data-option-name="Färg"] .custom-option-selector__swatch.Mörkbrun {
    background: #392620;
}

.custom-option-selector[data-option-name="Färg"] .custom-option-selector__swatch.Medium.brun {
    background: #583526;
}

.custom-option-selector[data-option-name="Färg"] .custom-option-selector__swatch.Ljusbrun {
    background: #8b6342;
}
.custom-option-selector[data-option-name="Färg"] .custom-option-selector__swatch.Mörkblond {
    background: #ac835e;
}
.custom-option-selector[data-option-name="Färg"] .custom-option-selector__swatch.Medium.blond {
    background: #e7b78a;
}
.custom-option-selector[data-option-name="Färg"] .custom-option-selector__swatch.Ljusblond {
    background: #ffe5ab;
}
.custom-option-selector[data-option-name="Färg"] .custom-option-selector__swatch.Platinum.blond {
    background: #fff3d7;
}
.custom-option-selector[data-option-name="Färg"] .custom-option-selector__swatch.Vit {
    background: #fff;
    border: 0.5px solid #000;
}
.custom-option-selector__swatch.Grå {
    background: #9da1a1;
}
.custom-option-selector[data-option-name="Färg"] .custom-option-selector__swatch.Lila {
    background: #938abd;
}
.custom-option-selector[data-option-name="Färg"] .custom-option-selector__swatch.Rosa {
    background: #e1b9bb;
}

/* AI helper */

#fc_frame {
    z-index: 3 !important;
}