/** Shopify CDN: Minification failed

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

**/
/*
 * Vege Threads theme customizations.
 * Loaded via layout/theme.liquid after theme.css.
 */

.sibling__color-dot {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.sibling__image--square .sibling__color-dot {
    border-radius: 0;
}

product-grid-item-variant .product-grid-item__images,
product-grid-item-variant .product-grid-item__images img {
    user-select: none;
}

product-grid-item-variant .product-grid-item__images img {
    -webkit-user-drag: none;
}

/* pan-y keeps vertical page scroll responsive while pgiv pointer JS handles
   horizontal swipe-to-cycle. Inside a horizontal carousel, drop pan-y so the
   parent owns horizontal gestures. */
product-grid-item-variant .product-grid-item__images {
    touch-action: pan-y;
}

[data-carousel] product-grid-item-variant .product-grid-item__images {
    touch-action: auto;
}

@media (hover: hover) and (pointer: fine) {
    product-grid-item-variant .product-grid-item__images {
        cursor: grab;
    }

    product-grid-item-variant.is-dragging .product-grid-item__images {
        cursor: grabbing;
    }
}

.product-grid-item__arrows {
    pointer-events: none;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.product-grid-item__arrow {
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: currentColor;
    cursor: pointer;
    transition: opacity 180ms ease;
    opacity: 1;
}

.product-grid-item__arrow svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    stroke-width: var(--ICON-STROKE-WIDTH, 1.5px);
    fill: none;
}

.product-grid-item__arrow--prev {
    margin-left: 4px;
}

.product-grid-item__arrow--next {
    margin-right: 4px;
}

.product-grid-item__arrow:hover,
.product-grid-item__arrow:focus-visible {
    opacity: 0.65;
    outline: none;
}

/* Touch devices: hide card arrows in static grids — swipe is the input.
   Inside [data-carousel] the parent owns swipe, so keep arrows for cycling. */
@media (hover: none) {
    .product-grid-item__arrow {
        display: none !important;
    }

    [data-carousel] .product-grid-item__arrow {
        display: flex !important;
    }
}

/* Gallery position indicators — small dashes in the bottom-left of the card image.
   JS in theme.js:createPaging renders one <span data-grid-page="N"> per image and
   toggles .is-active on the current one. Overrides theme.css's top-positioned,
   hover-only progress-bar variant. */
.product-grid-item__pagination {
    display: none;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    gap: 4px;
    padding: 0;
    background: none;
    opacity: 1;
    pointer-events: none;
    transition: none;
}

/* Show indicators only on touch devices outside carousels —
   mirrors the arrow visibility rule above. */
@media (hover: none) {
    .product-grid-item__pagination {
        display: flex;
    }

    [data-carousel] .product-grid-item__pagination {
        display: none;
    }
}

.product-grid-item__pagination span {
    flex: 0 0 14px;
    width: 14px;
    height: 2px;
    margin: 0;
    background: rgba(255, 255, 255, 0.50);
    border-radius: 0;
    overflow: visible;
    transform: none;
    transition: background 200ms ease;
}

/* Kill theme.css's progress-fill pseudo-elements */
.product-grid-item__pagination span::before,
.product-grid-item__pagination span::after {
    display: none;
}

.product-grid-item__pagination span.is-active {
    background: rgba(0, 0, 0, 0.85);
}

/* Theme.css applies transform: translateY(0) on .product-grid-item:hover —
   stay flat regardless of hover. */
.product-grid-item:hover .product-grid-item__pagination span {
    transform: none;
}

/* Mobile PDP carousel: video slides let Flickity drag through.
   Videos autoplay muted with no controls on mobile, so no interaction
   needed — kill pointer-events on the whole media contain so swipe
   always reaches Flickity's drag handler. */
@media (max-width: 767px) {

    [data-product-slideshow] .product__media[data-type="video"] .media__contain *,
    [data-product-slideshow] .product__media[data-type="external_video"] .media__contain * {
        pointer-events: none !important;
    }

    @media (hover: hover) and (pointer: fine) {
        .product-grid-item__arrow {
            opacity: 0;
        }

        #shopify-section-template--19587329818710__section_double_h8TLjQ h2.standard__heading {
            font-size: 1.8rem !important;
        }

        @font-face {
            font-family: 'PPMuseum-Regular';
            src: url('/cdn/shop/files/PPMuseum-Regular.woff2?v=1778027710') format('woff2');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }

        .standard__kicker {
            font-family: 'PPMuseum-Regular', sans-serif !important;
            text-transform: none !important;
            letter-spacing: -0.01em !important;
        }

        /* Footer newsletter title */
        #shopify-section-sections--19572199129174__footer .newsletter h3 {
            font-size: 0.85em !important;
        }

        /* Related products - hide Flickity arrows */
        #shopify-section-template--19572199063638__related .flickity-button {
            display: none !important;
        }

        /* Sizing page - Measuring Guide heading */
        #shopify-section-template--19613801480278__section_double_UUq6we .standard__heading {
            font-size: 0.75em !important;
        }
.product__block__siblings legend.radio__legend,
.product__page__siblings legend.radio__legend {
  display: flex !important;
  visibility: visible !important;

}

