/** Shopify CDN: Minification failed

Line 662:16 Expected ":"

**/
.product__details .product__option .product__color-chips {
    display: flex;
    gap: 10px 0;
}
.product__details .product__option .product__color-chips button {
    width: auto;
    min-width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    font-size: .8125rem;
    margin-left: -1px;
    margin-top: -1px;
    cursor: pointer;
    background: transparent;
}
.product__details .product__color-swatches .product__color-swatches--inner button {
    margin: 0;
    width: 58px;
    height: 58px;
    box-shadow: none;
    margin-left: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-border);
}
.product__details .product__color-swatches .product__color-swatches--inner button:before {
    box-shadow: none;
}
.product__details .product__color-swatches .product__color-swatches--inner button span {
    width: 36px;
    height: 36px;
    display: flex;
    border-radius: 50%;
    border: 1px solid #d0d0d0;
}
.product__details .product__color-swatches .product__color-swatches--inner button.selected {
    border-color: var(--color-text);
    box-shadow: 0 0 0 1px var(--color-text) inset;
    z-index: 5;
}
.product__details .product__option .product__color-chips button.selected {
    z-index: 5;
}
.product__details .product__color-swatches .product__color-swatches--inner {
    margin: 0;
}
.product__details .product__variants-wrapper .product__label-wrapper label {
    text-transform: uppercase;
    font-weight: 700;
}
.product__details .product__variants-wrapper .product__label-wrapper label span {
    opacity: 1;
    text-transform: capitalize;
    font-weight: 400;
}
.product__details .product__block--product-header .product__price {
    font-size: 1.25rem;
}
.product-shipping {
    padding: 35px 20px;
    background: #e9e9e9;
    text-align: center;
}
.product-shipping .container {
    max-width: 940px;
    margin: 0 auto;
}
.product-shipping .container .items {
    display: grid;
    gap: 40px 20px;
    grid-template-columns: repeat(3, 1fr);
}
.product-shipping .container .items .item {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 25px;
}
.product-shipping .container .items .item .icon {
    width: 64px;
    height: 64px;
    margin: 0;
}
.product-shipping .container .items .item .icon img{
    margin: 0;
    width: 100%;
}
.product-shipping .container .items .item .description {
    width: calc(100% - 64px);
}
.product-shipping .container h2 {
    margin-bottom: 40px;
}
.product-overview .container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 50px;
    background: #fff;
    border-radius: 10px;
}
.product-overview .container .metafield-rich_text_field {
    max-width: 600px;
    margin: 0 auto;
}
.product-overview h3 {
    font-size: 24px;
    margin-bottom: 7px;
    line-height: 32px;
    margin: 20px 0 10px;
}
.product-overview h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.product-overview ul {
    padding: 0;
    margin: 0 0 0 17px;
}
body.template-product .main{
    background: #f2f2f2;
}
.product-overview {
    padding: 0 35px;
}
.product-specifications tbody tr:first-child, .product-specifications tbody tr:first-child td:first-child {
    background-color: #142a26;
    color: white;
    font-weight: 600;
}
.product-specifications tbody tr td {
    border: 1px solid #d5d5d5;
    padding: 5px 10px;
    text-align: center;
}
.product-specifications tbody tr td:first-child {
    background: #eaeaea;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    font-weight: 600;
}
.product-specifications table{
    border: 1px solid var(--color-border);
    border-collapse: separate;
    border-spacing: 0;
    min-width: 800px;
}
.product-specifications h2 {
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.product-specifications {
    padding: 60px 0 100px;
}
.table-scroll {
    position: relative;
    width: 80%;
    z-index: 1;
    margin: 0 auto;
    overflow: auto;
}
.recommended-products .product-item .product-item__inner .product-item__media {
    background: #fff;
}
.recommended-products {
    max-width: 100%;
    padding: 50px 45px 50px;
}
.recommended-products .product-item .product-item__inner {
    --spacing-calc: 0;
}
.recommended-products .product-item__inner .product-item__hover-container {
    display: none;
}
.recommended-products .product-item .product-item__inner .product-item__meta .product-item__variant-info {
    border: 0;
    background: none;
    width: 100%;
    transform: translateY(100%);
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}
.recommended-products .product-item .product-item__inner:hover .product-item__meta .product-item__variant-info * {
    opacity: 1;
}
.recommended-products .product-item .product-item__inner:hover .product-item__meta .product-item__variant-info {
    transform: translateY(-100%);
    opacity: 1;
}
.recommended-products .product-item .product-item__inner li.product-swatches-options__item{
    display: inline-flex;
    margin: 0;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    padding: 3px;
    position: relative;
    cursor: pointer;
    border: 1px solid #d0d0d0;
}
.recommended-products .product-item .product-item__inner li.product-swatches-options__item:after {
    display: block;
    box-shadow: none;
    border: 3px solid #f2f2f2;
    overflow: hidden;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.recommended-products .product-item .product-item__inner li.product-swatches-options__item img {
    border-radius: 50%;
    top: 0;
    left: 0;
}
.recommended-products .product-item .product-item__inner .product-item__meta .product-item__swatch-count{
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}
.recommended-products .product-item .product-item__inner:hover .product-item__meta .product-item__swatch-count {
    transform: translateY(-100%);
    opacity: 0;
}
.recommended-products .product-item .product-item__inner .product-item__media img {
    aspect-ratio: 2 / 2;
}
.product-video .container {
    min-height: 650px;
    position: relative;
}
.product-video {
    overflow: hidden;
}
.product-video .container iframe{
    position: absolute;
    z-index: 1;
    width: 300%;
    height: 100%;
    left: -100%;
}
.background-video__content-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 40px;
    z-index: 3;
    text-align: center;
}
.background-video__content .subheading {
    font-size: .9375rem;
    letter-spacing: .4em;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}
.background-video__overlay {
    z-index: 3;
    background: #00000040;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-video .modal-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 9;
    backdrop-filter: blur(3px);
    display: none;
}
.product-video .modal-popup .modal-content .video-lightbox-modal__content{
    position: relative;
    padding-bottom: 56.25%;
}
.product-video .modal-popup .modal-content iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
}
.product-video .modal-popup .modal-content {
    max-width: 800px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product .product__primary-left .product__media-item.active {
    width: 100%;
    grid-column: span 2;
}
.product__details .product__color-swatches .product__color-swatches--inner button img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #d0d0d0;
}
.product-video .modal-popup .modal-content .close-modal{
    position: absolute;
    top: -36px;
    right: 0;
}
.product-video .modal-popup .modal-content .close-modal button {
    width: 26px;
    height: 26px;
    border: 1px solid var(--color-accent);
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-video .modal-popup .modal-content .close-modal button svg {
    stroke: #151515;
}
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields {
    width: 100%;
}
.product__media-container.below-mobile.carousel .swiper-button-prev,
.product__media-container.below-mobile.carousel .swiper-button-next{
    position: static;
    margin: 0;
    color: #151515;
}
.product__media-container.below-mobile.carousel .swiper-controls {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product__media-container.below-mobile.carousel .swiper-controls .swiper-pagination {
    width: auto;
    margin: 0 10px;
}
.product__media-container.below-mobile.carousel .swiper-button-prev:after,
.product__media-container.below-mobile.carousel .swiper-button-next:after{
    font-size: 15px;
}
.template-product .main .main-product-section:first-of-type .product {
    margin-top: 30px;
}
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields .tpo_option-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields .tpo_option-fields-content {
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px;
    background: #fff;
    padding: 30px 20px 20px;
}
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields.active span.toggle {
    transform: rotate(180deg);
}
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields .tpo_option-container.tpo_flex-50 {
    width: calc(50% - 4px);
}
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields .tpo_option-container .tpo_image-swatches-wrapper .tpo_shape_null {
    width: 100%;
    height: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 0;
}
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields .tpo_option-container .tpo_option-type-image-swatches-wrapper .tpo_option-label {
    width: 100%;
    height: 100%;
}
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields .tpo_option-container .tpo_option-type-image-swatches-wrapper {
    width: 100%;
    height: 100%;
}
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields .tpo_option-container .tpo_image-swatches-wrapper {
    width: 100%;
    height: 100%;
}
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields .tpo_option-container .tpo_option-label {
    width: 100%;
    height: 100%;
    gap: 5px 0;
}
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields:not(:last-child){
    margin-bottom: 15px;
}
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields:not(.active){
    border-bottom: 1px solid #bdbfbf;
}
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields:last-child{
    border-bottom: 0;
}
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields .tpo_option-container .tpo_option-heading {
    margin-bottom: 0;
    cursor: pointer;
}
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields .tpo_option-container .toggle {
    cursor: pointer;
}
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields>.tpo_option-container {
    margin-bottom: 20px;
}
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields .tpo_option-container .tpo_option-label .form__label {
    font-weight: 700;
}
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields .tpo_option-container .tpo_option-label .tpo_option-tooltip {
    margin: 0;
}
.product-cart-policy-text a {
    color: #f2a73b;
}
.product-shipping-time-notice .container {
    display: flex;
    align-items: center;
}
.product-shipping-time-notice .container input[type=checkbox] {
    margin-right: 10px;
}
.recommended-products .product-item .product-item__inner .product-item__text {
    margin-top: 20px;
    text-align: left;
}
.recommended-products .product-item .product-item__inner .product-item__meta .product-item__text {
    text-align: left;
    margin-bottom: 0;
}
.recommended-products .product-item .product-item__inner .product-item__meta .product-item__variant-info ul {
    justify-content: flex-start;
    padding: 0;
}
.template-product .main .product .product__primary-left .product__media {
    gap: 3px;
}
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields .tpo_option-container .tpo_option-label input,
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields .tpo_option-container .tpo_option-label textarea{
    border-color: #d3d3d3;
}
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields .tpo_option-container .tpo_option-label input:focus,
.product-form__controls-group .product-form__item .tpo_option-set-container .tpo_option-fields .tpo_option-container .tpo_option-label textarea:focus{
    border: 1px solid;
    border-color: #151515;
}
.side-panel-links .items {
    display: flex;
    gap: 0 22px;
}
.side-panel-links .items .item {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.side-panel-links .items .item p {
    margin-left: 10px;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.side-panel-links-popup {
    /* display: none; */
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    width: 480px;
    z-index: 99999;
    transform: translateX(100%);
    transition: all .25s cubic-bezier(.104,.204,.492,1);
}
.side-panel-links-popup.show {
    transform: translateX(0);
}
.side-panel-header {
    padding: 17px 30px;
    border-bottom: 1px solid #d5d5d5;
}
.side-panel-content.side-panel-content--has-tabs {
    padding: 0;
}
.side-panel-links-popup-show:after {
    content: '';
    display: block;
    background: rgba(0,0,0, .7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}
.side-panel-content.side-panel-content--has-tabs .side-panel-content--inner {
    padding: 25px 30px;
    /* overflow-y: scroll; */
    height: 100%;
}
.side-panel-content--tab-panel.tab-active {
    display: block;
}
.side-panel-content--tab-panel {
    display: none;
}
.side-panel-content.side-panel-content--has-tabs .side-panel-content--inner h4 {
    font-style: normal;
    font-weight: 600;
    font-family: 'Styrene A', serif;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 1.25rem;
}
.side-panel-content.side-panel-content--has-tabs .side-panel-content--inner p {
    margin-bottom: 1.25rem;
}
.product-side-panel-links {
    margin-top: 20px;
}
.side-panel-header h4.body-font {
    margin: 0;
    line-height: 1;
    font-size: .9375rem;
    letter-spacing: .1em;
    font-weight: 600;
    color: var(--color-body);
    text-transform: uppercase;
}
.side-panel-header>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.side-panel-header svg path {
    stroke: #151515;
}
.side-panel-content--tabs {
    display: flex;
}
.side-panel-content--tabs p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .1em;
    font-weight: 600;
    padding: 0 15px;
    height: 50px;
    flex: 1;
    background: rgba(var(--color-body-rgb), .05);
    border-bottom: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
    color: var(--color-body);
}
.side-panel-content--tabs p.tab-active {
    background: var(--bg-body);
    border-bottom-color: transparent;
}
.side-panel-header side-panel-close.side-panel-close {
    cursor: pointer;
}
.product-overview .container .metafield-rich_text_field p {
    margin-bottom: 20px;
}
.yotpo-reviews-main-widget input{
  position: static;
}
.apps .animation--item {
    opacity: 1 !important;
}
.product-form__shop-pay {
    border-top: 1px solid #dadada;
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
    background: transparent;
    margin: 10px 0 20px;
}
.product__details.product__primary-right .product__block--product-header {
    border: 0;
    margin: 0;
    padding: 0;
}
@media only screen and (min-width: 768px){
  .product-video .container iframe{
      width: 200%;
      height: 200%;
      left: -50%;
      top: -50%;
  }
}
@media only screen and (min-width: 1068px){
  .product-video .container iframe{
      width: 100%;
      height: 300%;
      left: 0;
      top: -100%;
  }
}
@media only screen and (max-width: 767px){
    .product-shipping .container .items{
        display: flex;
        flex-wrap: wrap;
        gap: 20px 0px;
    }
    .product-shipping .container .items .item{
        width: 100%;
    }
    .product-overview {
        padding: 0 20px;
    }
    .product-overview .container{
        padding: 35px;
    }
    .table-scroll{
        width: 100%;
    }
    .product-specifications table {
        min-width: 480px;
    }
    .product-specifications h2{
        width: 100%;
    }
    .product-specifications{
      padding: 50px 0;
    }
    .product-video .container{
        min-height: 450px;
    }
    .product-video .container iframe {
        top: 0;
        position: absolute;
        width: 300%;
        height: 100%;
        left: -100%;
    }
    .product-video .modal-popup .modal-content{
        padding0 15px;
    }
    .recommended-products {
        padding: 50px 20px 50px;
    }
    .product-specifications .container {
        padding: 0 20px;
    }
    .side-panel-links .items {
        gap: 10px 22px;
        flex-wrap: wrap;
    }
    .product-shipping-time-notice p {
        font-size: 13px;
    }
    .product-side-panel-links {
        margin-bottom: 50px;
    }
    .side-panel-links-popup{
        width: 100%;
    }
}

.checkbox-row {
    display: flex;
    flex-wrap: wrap;
}

.club-number-container {
    display: block;
    text-align: center;
    line-height: 1;
    margin: 0 7px 14px 7px;
}

input[type=checkbox], input[type=radio] {
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

input[type="checkbox"] {
    display: grid;
    place-content: center;
    margin-right: 0;
    margin-top: 4px;
}

input[type="checkbox"]::before {
    content: "";
    width: 12px;
    height: 12px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #000;
    position: unset;
}

input:checked {
    appearance: none;
    border: 0.15em solid currentColor;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}


