/** Shopify CDN: Minification failed

Line 116:0 Unexpected "#170-179"
Line 124:0 Unexpected "#180-189"

**/
.privacy-bar__close {
  display: none;
}

.shopify-section--privacy-banner {
  z-index: 999;
}

.navigation-drawer.drawer { 
z-index: 999;
}

.shopify-pc__banner__dialog button.shopify-pc__banner__btn-decline {
    background: #E4E4E4 !important;
    color: #000 !important;
}

/* Growbix CRO */
.collection .v-stack.gap-4.md\:hidden {
    display: none;
}

.collection.collection--filters-drawer {
    margin-top: 0px;
}

.shopify-section--collection-banner {
    margin-bottom: -10px;
}

.product-info__price .rating-with-text{
  align-items: center;
}
.product-info__price .product-info__image {
    flex: auto;
}
.product-info__price .product-info__image img{
    margin-right: 0;
  margin-left: auto;
}
.product-info__buy-buttons .footer__payment-icons {
  margin: 0.5em auto;
}
.swatch-size-chart{
  display: none;
}
.product-info__variant-picker-size {
  float: right;
  margin: 3px 0 0;
}
button#gowishWhiteButton {
  margin-bottom: 0;
}

.product-list {
  gap: 1px !important;
  row-gap: 24px !important;
  margin-bottom: 30px !important;
}

.product-card__image {
  object-fit: cover !important;
}
x-drawer[id^=size-chart] {
  width: 100%;
}
.drawer::part(body) {
  padding: 10px;
}
.shopify-section--multi-column .multi-column__item {
  margin-top: 0;
}

@media screen and (max-width: 520px) {
  .product-info__price .product-info__image img {
    width: 180px !important;
  }
  .product-info__buy-buttons .footer__payment-icons{
    gap: 3px;
  }
  .product-info__buy-buttons .footer__payment-icons svg{
    height: 20px;
    width: auto;
  }
}

.collection__results {
    margin-left: 0;
    margin-right: 0;
}


.shopify-section--featured-collection .section {
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
}

.shopify-section--featured-collection .section-header.section-header {
    padding-inline-start: max(var(--calculated-section-spacing-inline), 50% - var(--container-max-width) / 2) !important;
}

.product-gallery__media-list {
  gap: 2px !important;
}

#under169 {
    font-size: 25px !important;
}

#170-179 {
    font-size: 25px !important;
}

#mellem170-179 {
    font-size: 25px !important;
}

#180-189 {
    font-size: 25px !important;
}

#mellem180-189 {
    font-size: 25px !important;
}

#over190 {
    font-size: 25px !important;
}

/* THE ROBBERY — Email input på hero (alle sider) */
[id$="__newsletter_Pzt3XE"] .input.is-floating {
  background: rgba(0, 0, 0, 0.35) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.85) !important;
  color: #fff !important;
}
[id$="__newsletter_Pzt3XE"] .floating-label {
  color: rgba(255, 255, 255, 0.75) !important;
}

/* THE ROBBERY — Email input under hero (alle sider) */
[id$="__newsletter_pbkjUa"] .input.is-floating {
  border: 1.5px solid rgba(255, 72, 0, 0.75) !important;
}

/* ==========================================================================
   CUSTOM PRODUCT CARD REDESIGN — collection page
   Title bottom-left, custom price order, scrollable gallery, hover size bar
   ========================================================================== */

/* --- Title + price block: force left alignment regardless of global setting --- */
.product-card__custom-title-price {
  align-items: flex-start !important;
  text-align: left !important;
  margin-top: 0 !important;
}

.product-card__info--custom-layout {
  padding-block-start: 1px !important;
  padding-inline-start: 5px !important;
}

.product-card__title-row {
  position: relative;
  display: block;
  width: 100%;
}

.product-card__custom-title-price .product-card__title {
  text-align: left;
  font-size: 11px;
  line-height: 1.15;
  display: block;
  max-width: 75%;
}

.product-card__custom-title-price .product-card__title a.bold {
  font-weight: 400 !important;
}

.product-card__title-row .product-card__size-trigger {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -3px;
}

/* --- Custom price row: sale price on top, compare-at (red, strikethrough) below.
   Desktop: colors sit on the price line, right-aligned. Mobile: overridden below
   to stack under the price instead, left-aligned. --- */
.product-card__info--custom-layout {
  position: relative;
}

.product-card__info--custom-layout .product-card__custom-title-price {
  order: 1;
}

.product-card__info--custom-layout variant-swatch-king {
  display: none !important;
}

.product-card__custom-price-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 6px;
  margin-bottom: -18px;
}

.product-card__custom-compare-price {
  order: 2;
  font-size: 10px;
  font-weight: 400;
  color: #d12b2b;
  text-decoration: line-through;
}

.product-card__custom-sale-price {
  order: 1;
  font-size: 10px;
  font-weight: 400;
  color: #000;
}

@media screen and (min-width: 750px) {
  .product-card__custom-title-price .product-card__title {
    font-size: 15.4px;
  }

  .product-card__custom-compare-price,
  .product-card__custom-sale-price {
    font-size: 14px;
  }
}

/* --- Scrollable media gallery --- */
.product-card__figure {
  position: relative;
}

.product-card__media-list {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.product-card__media-sizer {
  display: block;
  width: 100%;
  height: auto;
  visibility: hidden;
  pointer-events: none;
}

.product-card__media-track {
  position: absolute;
  inset: 0;
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.product-card__media-track.is-dragging {
  transition: none;
}

.product-card__media-item {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

.product-card__media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  user-select: none;
}

.product-card__nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.product-card__nav-arrow svg {
  width: 20px;
  height: 20px;
}

.product-card__nav-arrow svg path {
  stroke: #111 !important;
  stroke-width: 1 !important;
}

.product-card__nav-arrow--prev {
  left: 2px;
}

.product-card__nav-arrow--next {
  right: 2px;
}

@media (hover: hover) {
  .product-card:hover .product-card__nav-arrow {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (hover: none) {
  .product-card__nav-arrow {
    opacity: 1;
    pointer-events: auto;
    width: 9px;
    height: 9px;
  }

  .product-card__nav-arrow svg {
    width: 6px;
    height: 6px;
  }

  .product-card__nav-arrow--prev {
    left: 0;
  }

  .product-card__nav-arrow--next {
    right: 0;
  }
}

/* --- Hover-to-reveal size bar, pinned to the bottom of the image frame --- */
.product-card__size-bar-wrapper {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 20 !important;
  display: flex !important;
  flex-direction: column !important;
  background: rgba(255, 255, 255, 0.68) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.product-card__size-bar {
  display: flex !important;
  align-items: stretch !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.product-card__presale-note {
  padding: 4px 6px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  color: #fff !important;
  background: #d12b2b !important;
}

@media (hover: hover) {
  .product-card:hover .product-card__size-bar-wrapper {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .product-card__size-trigger,
  .product-card__size-sheet-backdrop,
  .product-card__size-sheet-close {
    display: none !important;
  }
}

/* --- Mobile: "+" trigger opens a bottom sheet instead of a cramped inline size row --- */
@media (hover: none) {
  .product-card__size-bar-wrapper {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    z-index: 1000 !important;
    opacity: 0;
    transform: translateY(100%);
    pointer-events: none;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.15);
  }

  .product-card__size-bar-wrapper.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .product-card__size-bar {
    flex-wrap: nowrap !important;
    padding: 20px 10px 28px !important;
    gap: 4px !important;
  }

  .product-card__size-btn {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    font-size: 12px !important;
    padding: 8px 2px !important;
    margin: 1px !important;
  }

  .product-card__presale-note {
    order: -1;
  }

  .product-card__size-trigger {
    position: static;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
    padding: 0;
  }

  .product-card__size-sheet-backdrop {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  .product-card__size-sheet-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .product-card__size-sheet-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: #f2f2f2;
    color: #111;
    font-size: 20px;
    line-height: 1;
    padding: 0;
  }

  .product-card__size-sheet-close span {
    display: block;
    margin-top: -2px;
  }
}

.product-card__size-btn {
  position: relative;
  flex: 1 1 auto;
  min-width: 32px;
  padding: 10px 4px !important;
  margin: 2px !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  background: transparent !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #111 !important;
  cursor: pointer;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease, color 0.15s ease;
}

@media (hover: hover) {
  .product-card__size-btn:not(:disabled):hover {
    background-color: #111 !important;
    color: #fff !important;
  }
}

.product-card__size-btn:not(:disabled):active {
  background-color: #111 !important;
  color: #fff !important;
}

.product-card__size-btn--unavailable {
  color: #b3b3b3 !important;
  text-decoration: line-through;
  cursor: not-allowed;
}

.product-card__size-btn-check {
  display: none;
  align-items: center;
  justify-content: center;
}

.product-card__size-btn-check svg {
  width: 14px;
  height: 14px;
}

.product-card__size-btn.is-loading .product-card__size-btn-label {
  opacity: 0.35;
}

.product-card__size-btn.is-added .product-card__size-btn-label {
  display: none;
}

.product-card__size-btn.is-added .product-card__size-btn-check {
  display: flex;
}

.product-card__quick-add-form {
  display: none;
}

@media screen and (max-width: 749px) {
  .product-card__size-bar {
    padding: 6px 4px;
  }

  .product-card__size-btn {
    font-size: 11px;
    padding: 5px 3px;
  }
}

/* --- PDP: allow vertical page scroll to pass through the marquee gallery on touch ---
   The horizontal swipe/drag logic on the gallery was also blocking vertical scroll
   when the user's finger only moved up/down. touch-action: pan-y tells the browser
   to always honour vertical scrolling natively here, regardless of any JS
   preventDefault() calls tied to the horizontal drag behaviour. */
.product-marquee,
.product-marquee__track,
.product-gallery--marquee {
  touch-action: pan-y;
}