/** Shopify CDN: Minification failed

Line 189:0 Expected "}" to go with "{"

**/
.shopify-section:not(:first-child) .bordered-section {
  border-block-start-width: inherit;
}

.Størrelse > .variant-picker__option-values.h-stack.gap-2\.5.wrap {
  gap: unset !important;
}
/* button.button.w-full {
    box-shadow: #00000059 0 5px 15px;
} */

.h4.text-subdued.ws_price {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1em !important;
  letter-spacing: 1.28px !important;
}

.feature-badge-list {
  display: block;
}

:checked + .block-swatch,
.block-swatch.is-selected {
  --text-color: 17, 17, 17;
  --swatch-disabled-strike-color: rgb(var(--background));
  color: rgb(var(--background));
  border-color: rgb(var(--text-color));
  background: rgb(var(--text-color));
}
.block-swatch {
  width: 60px;
  height: 60px;
  border-color: #ddd;
  margin-left: -1px;
}
button.\@large\:horizontal-product-card__button.button.button--subdued {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .large-hide {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .small-hide {
    display: none;
  }
}

.flex {
  display: flex;
}

@media only screen and (min-width: 769px) {
  button.\@large\:horizontal-product-card__button span.small-hide {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}

/* model persone for product page  */
.ws-model-persona {
  position: absolute;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);

  background: #f9f7f2;
  width: max-content;
  padding: 3px 8px;
}
.product-gallery[allow-zoom] .product-gallery__media {
  cursor: var(--cursor-zoom-in-svg-url) 18 18, zoom-in;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-gallery__media .ws-model-persona {
    font-size: 11px;
    width: 100%;
  }
}
.horizontal-product-card {
  border: 1px solid #d9d9d9;
  padding-inline-end: 20px;
}

@media only screen and (max-width: 767px) {
  .button.button--subdued.ws-custom {
    padding: 12px;
    border-radius: 4px;
  }

  .product-sticky-bar.is-visible {
    background: #fff;
    box-shadow: 2px 2px 5px #afa8a8;
  }
  .product-sticky-bar__info.sm\:hidden  .ws-heading{
   flex-basis: 80%;
  
}

.product-sticky-bar__info.sm\:hidden  price-list.price-list {
    flex-basis: 20%;
  flex-shrink: 0;
}

/* Force the button layout to be tight and remove default spacing */
.button,
.product-form .button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important; /* Adjust space between items */
    padding: 13px 14px !important;
}

/* Remove span-level default spacing */
.button span,
.product-form .button span {
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove extra bullet spacing */
.checkout-button__bullet {
    margin: 0 6px !important;
}

/* Fix icon alignment */
.checkout-button__icon svg {
    display: block !important;
    margin: 0 !important;
}

/* Make icon always white */
.checkout-cart-icon path {
    stroke: white !important;
    fill: white !important;
}


/* Fix button height (not too thick, not too thin) */
.product-form button.button {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

/* Set ALL text inside button to 13px */
.product-form button.button,
.checkout-button__label,
.checkout-sale-price,
.checkout-button__bullet {
    font-size: 13px !important;
}

/* Compress spacing between icon, text, bullet, price */
.checkout-button__icon,
.checkout-button__label,
.checkout-button__bullet,
.checkout-sale-price {
    margin-left: 4px !important;
    margin-right: 4px !important;
}

/* Center items perfectly in a row */
.product-form button.button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Force icon to be white */
.checkout-cart-icon path {
    stroke: white !important;
    fill: white !important;
}




