/** Shopify CDN: Minification failed

Line 582:95 Unexpected "{"

**/
.product__info-block--buy_buttons {
    margin-bottom: 2rem;
}

.product__info-block {
    margin: 1.5rem 0 0;
}

.product__info-block[style="order: 1"] {
    margin-top: 0;
}

.product__info-block--border {
    border: solid var(--color-foreground-4);
    border-width: 2px 0;
    padding: 1.625rem 0;
}

.product__info-block--border:first-child,
.product__info-block--border + .product__info-block--border {
    border-top: 0;
    padding-top: 0;
}

.product__info-block--border + .product__info-block--border {
    padding-top: .125rem;
}

.product-form__input {    
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .75rem;
}

.product-form__input .form__label {
    align-items: center;
    color: var(--color-foreground);
    display: block;
    margin: 0;
    max-height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 600;
    width: 100%;
    max-width: var(--product-form--label__width, 24rem);
}

.form__label .lighter {
    text-transform: capitalize;
    font-weight: 500;
}

.product-form__input .select,
.product-form__input .variant-options--wrapper,
.product-form__input .swatch-attribute-options {
    width: calc(100% - var(--product-form--label__width, 5.5rem) - .5rem);
}

@media screen and (max-width: 639px) {
    .product-section {
        margin-top: 1.5rem;
    }
}

@media (min-width: 990px) {
    .product__info-block {
        margin-bottom: 1.5rem;
    }

    .product__info-block[style="order: 1"] {
        margin-top: 1.5rem;
    }

    .product__info-block:first-child {
        margin-top: 0;
    }

    .product__info-block--title-with-price ~ .product__info-block--price + .product__info-block--border {
        border-top: 0;
        padding-top: 0;
    }
}

.product__price .price--final {
    font-size: 2rem;
    font-weight: 600;
}

.product__price .price--compare {
    color: var(--color-foreground-55);
}

.product__price .price {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.product__price .price > dl > div {
    align-items: baseline;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0 .5rem;
}

.product-form__buttons {
    --product-form--buttons__gap: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: var(--product-form--buttons__gap);
    padding: 0 0 .5rem;
}

.product-form__buttons button {
    padding: calc(.75rem - 1px) 1rem;
    width: auto;
}

.product-form__buttons button > svg {
    height: 1.25rem;
    width: 1.25rem;
}

.product-form__submit:not([data-to-cart-available=true]) > svg {
    display: none;
}

.product-form__buttons > .product-form__submit,
.product-form__buttons > .shopify-payment-button {
    flex-shrink: 1;
    margin: 0 0 -.5rem;
    min-width: 100%;
}

.product-form__buttons .shopify-payment-button__button,
.product-form__buttons .shopify-cleanslate [role="button"] {
    font-size: 1rem !important;
    min-width: auto;
    width: 100%;
}

@media (min-width: 480px) {
    .product-form__buttons > .product-form__submit,
    .product-form__buttons > .shopify-payment-button {
        min-width: calc(50% - var(--product-form--buttons__gap, 0px) / 2);
    }

    .product-form__buttons > .product-form__submit:only-child {
        min-width: 100%;
    }
}

.product-form__buttons .shopify-payment-button__button--hidden {
    display: block;
    height: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
    width: 0;
}

.product-form__buttons .shopify-payment-button [role=button] {
    border-radius: var(--button__border-radius);
    min-height: 3rem !important;
}

.product-form__buttons .shopify-payment-button__more-options {
    color: var(--color-foreground);
    padding: 0;
    box-shadow: none !important;
    width: 100% !important;
    background: transparent;
    border: 0;
}

/* shopify accelerated-checkout buttons styles */

shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-block-size: 44px;
  --shopify-accelerated-checkout-button-border-radius: 6px;
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-skeleton-background-color: #dedede;
  --shopify-accelerated-checkout-skeleton-animation-opacity-start: 1;
  --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0.5;
  --shopify-accelerated-checkout-skeleton-animation-duration: 4s;
  --shopify-accelerated-checkout-skeleton-animation-timing-function: ease;
}

.product__info-block--collapsible_tab + .product__info-block--collapsible_tab {
    margin-top: 0;
}

.product__info-block--collapsible_tab + .product__info-block pickup-availability[available] {
    /*border-top-width: 0;
    padding-top: 0;*/
}

@media all and (min-width: 990px) {
    .product__info-block--collapsible_tab + .product__info-block--collapsible_tab {
        margin-top: -1.5rem;
    }
}

.product__info-block--gallery {
    margin: 1.5rem 0 0;
}

.thumb-type {
    border-radius: 0px 4px 0 0;
    position: absolute;
    top: .5rem;
    right: .5rem;
    padding: 0;
}

.thumb-type--external_video {
    padding: 0 0 0 .125rem;
}

.slider-thumbs--wrapper .image--wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid var(--color-foreground-1);
    z-index: 1;
    transition: border .75s;
}

.slider-thumbs--wrapper .page-active .image--wrapper::before {
    border: 2px solid var(--color-foreground-75);
}

.product__info-block--gallery modal-opener button {
    background-color: transparent;
    border-radius: 0;
    border-width: 0px;
    bottom: 0;
    cursor: zoom-in;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.product__info-block--gallery .product__xr-button {
    width: 100%;
    text-transform: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-weight: 400;
}

.product__info-block--gallery modal-opener button > span {
    color: var(--color-foreground);
}

.product__info-block.product__info-block--gallery slider-component,
.product__info-block--gallery .slider-buttons {
    margin: 0 !important;
}

.product__info-block--gallery .image--wrapper::after {
    background-color: rgba(var(--color-foreground-rgb), .02);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .product__info-block--gallery.mobile-margin_top {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 990px) {
    .product__info-block.product__info-block--gallery {
        position: sticky;
        top: 0;
    }
}

.product__info-block--icons_bar {
    font-size: .875rem;
    padding-left: .5rem;
}

.product__info-block--icons_bar .icons-bar-icon {
    color: var(--color-foreground);
}

.pickup-availability-preview {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
}

.pickup-availability-preview .icon {
    color: #42CA49;
    flex-shrink: 0;
    height: 1.5rem;
    width: 1.5rem;
}

.pickup-availability-button {
    margin: .5rem 0 0;
    color: var(--color-foreground-75);
}

.pickup-availability-info .available-place {
    font-weight: 500;
}

.pickup-availability-info .available-time {
    color: var(--color-foreground-75);
}

pickup-availability-drawer {
    display: none;
}

.stock-status {
    position: relative;
    align-items: center;
    display: flex;
    font-size: .875rem;
    font-weight: 500;
    gap: .375rem;
    min-height: 1.5rem;    
}

.stock-status__in-stock {
    color: var(--color--stock-status--in-stock, var(--color-base-accent-1));
}

.stock-status__out-of-stock {
    color: var(--color--stock-status--out-of-stock, currentColor);
}

.stock-status__in-stock .stock-status__icon-ellipse,
.stock-status__out-of-stock .stock-status__icon-ellipse {
    position: relative;
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
}

.stock-status__in-stock .stock-status__icon-ellipse {
    background: #b4f7b2;
}

.stock-status__out-of-stock .stock-status__icon-ellipse {
    background: #c9c9c9;
}

.stock-status__in-stock .stock-status__icon-ellipse::after,
.stock-status__out-of-stock .stock-status__icon-ellipse::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
}

.stock-status__in-stock .stock-status__icon-ellipse::after {
    background: #04DD00;
}

.stock-status__out-of-stock .stock-status__icon-ellipse::after {
    background: var(--color-button-background);
    opacity: .5;
}

.product__info-block--share {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

@media (min-width: 768px) {

    .product__info-block--share {
        gap: 0.5rem;
    }
}

.product__info-block--share .share-button__button {
    --color-button-background: transparent;
    --color-button-text: currentColor;    
    height: 2rem;
    min-width: auto;
    padding: 0.375rem;
    width: auto;
}

.product__info-block--share .share-button__button:hover,
.product__info-block--share .share-button__button:focus {
    box-shadow: none;
}

.product__info-block--share .share-button__button > span {
    font-size: .675rem;
}

.share-button__button--facebook,
.share-button__button--pinterest,
.share-button__button--twitter {
    fill: currentColor;
}

.product__info-block--share .share-label {
    margin: 0 2.5rem 0 0;
    font-weight: 600;
}

.product__info-block--title {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1rem;
}

.product__title--wrapper {
    display: contents;
}

.product__title {
    font-size: 2rem;
    line-height: 2rem;
    margin: 0 0 .5rem;
    order: -1;
    width: 100%;
}

.product__title--rating {
    align-items: center;
    display: inline-flex;
    font-size: calc(1rem - 2px);
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
}

.product__title--before,
.product__title--after {
    color: var(--color-foreground);
    word-break: break-word;
}

.product__title--info {
    width: 100%;
    grid-template-columns: auto auto;
    align-items: center;
    order: -1;
    margin-bottom: 0.5rem;
}

.product__title--info:has(.product__title--before) {
    display: grid;
}

.product__title--before {
    margin: 0.5rem 0;    
    width: 100%;
    font-size: 1.5rem;
    line-height: 2rem;
}

.product__title--sku {
    text-align: right;
    font-size: 0.875rem;
}

.product__title--rating:empty + .product__title--sku {
    width: 100%;
}

.product__title--sku .label {
    font-weight: 600;
}

.product__title--price {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    margin-top: 1rem;
}

.product__title--price .price {
    display: none;
    order: -1;
}

@media all and (min-width: 990px) {
    .product__title--price .price {
        align-items: baseline;
        display: grid;
        grid-template: "price price"
                       "unitPrice unitPrice"
                       "badge-soldout badge";
        gap: 0 .5rem;
        justify-content: end;
    }

    .product__info-block--title-with-badge .price > dl,
    .product__info-block--title-with-badge .price > dl > div {
        display: none;
    }

    .product__info-block--title-with-price .price > dl,
    .product__info-block--title-with-price .price > dl > div {
        display: contents;
    }

    .product__info-block--title-with-price .price > dl > div {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        grid-area: price;
    }

    .product__title--price .price--item {
        line-height: 2rem;
    }

    .product__title--price .price--unit {
        grid-area: unitPrice;
    }

    .product__title--price .price .badge {
        grid-area: badge;
        width: -moz-max-content;
        width: max-content;
        position: absolute;
        bottom: calc(12px - 1.5rem);
    }

    .product__title--price .price--sold-out.price--on-sale .badge {
        justify-self: center;
    }

    .product__title--price .price--sold-out.price--on-sale .badge-onsale {
        margin-left: -2.5rem;
    }

    .product__title--price .price--sold-out .badge,
    .product__title--price .price--on-sale .badge {
        justify-self: flex-end;
    }

    .product__title--price .price .badge + .badge-soldout {
        grid-area: badge-soldout;
        justify-self: end;
        width: -moz-max-content;
        width: max-content;
    }

    .product__info-block--title-with-badge ~ .product__info-block .product__price .badge,
    .product__info-block--title-with-price ~ .product__info-block .product__price .price > dl, {
        display: none;
    }

    .product__info-block--price .product__price
    {
        display: none;
    }

    .product__info-block--title-with-price.product__info-block--title-with-badge
        ~ .product__info-block--price:has(.product__price:last-child),
    .product__info-block--title-with-price.product__info-block--title-with-badge
        ~ .product__info-block--price:has(#product-form-installment [type="hidden"]:last-child)
    {
        display: none;
    }
}

.product__info-block--text-subtitle {
    text-transform: capitalize;
}

.product__info-block--text-uppercase {
    text-transform: uppercase;
}

.product__info-block--variant_picker .product-form__input--dropdown + .product-form__input--dropdown,
.product__info-block--variant_picker variant-radios fieldset + fieldset {
    border-top: 2px solid var(--color-foreground-4);
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

variant-radios .variant-options--wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

variant-radios .variant-options--wrapper label {
    align-items: center;
    border-radius: var(--button__border-radius);    
    color: var(--color-foreground-75);
    cursor: pointer;
    display: flex;
    font-weight: 500;
    height: 2.75rem;
    justify-content: center;
    min-width: 3rem;
    padding: 0 .625rem;
    border: 1px solid var(--color-foreground-10);
}

variant-radios .variant-options--wrapper [type=radio]:checked + label {
    color: var(--color-foreground);
    background: var(--color-background);
    border-color: var(--color-foreground-50); 
}

variant-radios .swatch-attribute-options input[type=radio] + label {
    border-radius: var(--button__border-radius);
}

.product__info-block--variant_picker .swatch-attribute-options {
    --swatch-options--gap: 1rem;
    --swatch-option-size: 2.25rem;
}

.product__info-block--variant_picker .option-unavailable + label {
    position: relative;
}

.product__info-block--variant_picker .option-unavailable + label::before,
.product__info-block--variant_picker .option-unavailable + label::after {
    background: var(--color-background);
    content: '';
    display: block;
    height: 2px;
    left: calc(50% - 1.75rem / 2);
    position: absolute;
    top: calc(50% - 2px / 2);
    transform: rotate(-45deg);
    width: 1.75rem;
}

.product__info-block--variant_picker .option-unavailable + label::after {
    background: var(--color-foreground-20);
}

@media (hover: hover) {
    variant-radios .variant-options--wrapper [type=radio]:not(:checked) + label:hover {
        box-shadow: 0 0 0 2px var(--color-foreground-4);
    }
}

.product-media-modal__toggle {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 50;
}

@media (min-width: 768px) {

    .product-media-modal__toggle {
        top: 1.5rem;
        right: 2rem;
    }
}

.product-media-modal {
  background: var(--color-background);
  box-sizing: border-box;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: scale(0);
  visibility: hidden;
  width: 100%;
  z-index: 101;
}

.product-media-modal[open] {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

.product-media-modal__thumbs {
  --modal__thumb--width: 120px !important;
}

.product-media-modal__thumbs .icon-plus {
  display: none;
}

.product-media-modal .loading-overlay__spinner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.product__info-block {
    color: var(--color-foreground-70);
    position: relative;
}

.product__info-block:last-child,
.product__info-block-no-spacing {
    margin-bottom: 0;
}

.product__info {
    display: grid;
    gap: 0 1rem;
    grid-template-columns: 100%;
    margin: 0 auto;
    max-width: 40rem;
}

.product__info-aside {
    display: contents;
}

.product__info .badge.in-content {
    padding: .125rem .625rem;
    display: block;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600}

@media (min-width: 990px) {

    .product__info .badge.in-content {
        display: none;
    }
}

.icon-accordion {
    margin-right: 0.75rem;
    height: 1.25rem;
    width: 1.25rem;
}

@media all and (max-width: 480px) {
    .product__info-block--gallery slider-vertical .page-active {
        background: var(--color-foreground);
    }
}

@media all and (min-width: 990px) {
    .product__info--with-gallery {
        align-items: flex-start;
        grid-template-columns: min(40rem, 55%) calc(43% - 2rem);
        grid-template-rows: repeat(99, min-content);
        justify-content: space-between;
        max-width: none;
    }

    .product__info-block-no-spacing,
    .product__info-block--gallery {
        margin-bottom: 0px;
    }

    .product__info-aside {
        display: block;
        order: 99;
    }

    .product__info--sticky .product__info-aside {
        position: sticky;
        top: 0;
        z-index: 19; /* prevent overlap on inner dropdowns with content below */
    }
}

.product-section .dynamic-page-width {
  max-width: min(75rem, 1280px);
}

/* Fallback */

.product-form__input input[type=radio]:focus + label {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-offset-width: 2px;
}

/* No outline when focus-visible is available in the browser */

.product-form__input input[type=radio]:focus:not(:focus-visible):not(.swatch-option) + label {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-offset-width: 0px;
}

.product-form__submit[disabled] + .shopify-payment-button {
    pointer-events: none;
}

.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background: transparent !important;
}

a.product__text {
  display: block;
  text-decoration: none;
  color: var(--color-foreground-75);
}

.product .price--sold-out .price__badge-sold-out {
  background: transparent;
  color: var(--color-background);
  padding: 1rem 1.6rem 0 0.6rem;
  border: none;
}

.product .price--sold-out .price__badge-sale {
    display: none;
}

.product .product__tax {
    text-align: right;
}

/* Product popup */

.product-popup-modal {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(var(--color-base-text-rgb), 0.2);
  height: 100%;
}

.product-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.product-popup-modal__content img {
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content table {
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
  }
}

/* redefining styles for popup block */

.product__info-block--popup button {
    gap: 0px;
}

.product__info-block--popup .accordion__title {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
  .product-page .popup-modal__content-padding .popup-modal__toggle {
    margin: 0 -1rem -1rem calc(100% - .5rem);
  }

  .product-page button.modal__close-button svg {
        height: 1rem;
        width: 1rem;
    }

  .product-page .popup-modal__content-padding {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/* end of redefininf styles */

body.product-modal__opened {
    overflow: hidden;
}

#has-options {
    margin-bottom: 1rem;
}

#has-options:target {
    display: block;
}

#has-options .notice-message {
    margin-left: auto;
    margin-right: auto;
}

.product__info-block-stock {
    position: relative;
    margin-bottom: 1rem;
}

.stock__counter {
  color: var(--color-foreground);
  position: absolute;
  right: 0px}
