/** Shopify CDN: Minification failed

Line 124:20 Expected identifier but found whitespace
Line 124:21 Unexpected "not("
Line 258:43 Expected identifier but found whitespace
Line 679:25 Expected identifier but found whitespace
Line 694:34 Expected identifier but found whitespace
Line 698:46 Expected identifier but found whitespace
Line 826:58 Expected identifier but found whitespace
Line 826:59 Unexpected "not("
Line 1255:13 Expected identifier but found whitespace
Line 1255:14 Unexpected "not("

**/
.product__media-list {
    position: relative;
    margin-left: 0;
}
.product--thumbnail_slider {
    margin-left: 0;
}
.product__badge {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    z-index: 2;
    padding: .2rem 1rem;
    color: var(--color-styleguide-white);
    min-width: 8rem;
    text-align: center;
}
@media screen and (max-width:749px) {
    .product {
    padding: 2rem 0;
}
.product__badge {
    font-size: 1.1rem;
    min-width: 6.1rem;
}
}.product--no-media {
    max-width: 57rem;
    margin: 0 auto;
}
.product__media-wrapper {
    padding-left: 0;
    padding-bottom: 1.5rem;
}
.product__media-wrapper .mobile-placement {
    display: none;
}
@media (max-width:749px) {
    .product__media-wrapper .mobile-placement {
    display: block;
    margin-bottom: 20px;
}
.product__media-wrapper .mobile-placement wishlist-button-block {
    display: none;
}
.desktop-placement {
    display: none;
}
}.desktop-placement-row, .mobile-placement-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product__media-wrapper .slider-button {
    padding: 0;
    width: auto;
}
.product__media-wrapper .slider-button--next {
    margin-left: 1rem;
}
.product__media-wrapper .slider-button--prev {
    margin-right: 1rem;
}
.product__media-wrapper .slider-button .icon {
    height: 2rem;
}
.product__info-wrapper {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 1.5rem;
}
@media screen and (max-width:749px) {
    .product__info-wrapper {
    margin-bottom: 0;
}
}@media screen and (max-width:749px) {
    .product-section {
    margin-top: 0;
}
.product__media-wrapper .slider-button, .product__media-wrapper .slider-buttons {
    display: none;
}
.thumbnail img {
    display: none;
}
.thumbnail-list__item.slider__slide {
    height: .8rem;
}
.thumbnail-slider {
    height: .3rem;
    margin-top: 1.3rem;
}
}@media screen and (min-width:750px) {
    .product--stacked .product__info-container--sticky, .product--thumbnail .product__media-gallery, .product--thumbnail_slider .product__media-gallery {
    display: block;
    position: sticky;
    top: 3rem;
    z-index: 2;
}
.product--thumbnail .product__media-item:not(.is-active), .product--thumbnail_slider .product__media-item:not(.is-active) {
    display: none;
}
.product__info-wrapper {
    padding-left: 4.8rem;
    margin-bottom: 1.5rem;
}
.product__media-container .slider-buttons {
    display: none;
}
}@media screen and (min-width:990px) {
    .product--large: not(.product--no-media) .product__media-wrapper {
    max-width: 65%;
    width: calc(65% - 1rem / 2);
}
.product--large:not(.product--no-media) .product__info-wrapper {
    padding-left: 4rem;
    max-width: 35%;
    width: calc(35% - 1rem / 2);
}
.product--medium:not(.product--no-media) .product__media-wrapper, .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 60rem;
    width: calc(40% - 1rem / 2);
}
.product--medium:not(.product--no-media) .product__info-wrapper, .product--small:not(.product--no-media) .product__media-wrapper {
    max-width: 60%;
    width: calc(60% - 1rem / 2);
}
}.shopify-payment-button__button {
    border-radius: 0;
    font-family: inherit;
    min-height: 4.6rem;
}
.no-js .shopify-payment-button__button [role=button]:focus, .shopify-payment-button__button [role=button].focused {
    outline: .2rem solid rgba(var(--color-foreground), .5)!important;
    outline-offset: 0.3rem;
    box-shadow: 0 0 0 .1rem rgba(var(--color-button), var(--alpha-button-border)), 0 0 0 .3rem rgb(var(--color-background)), 0 0 .5rem .4rem rgba(var(--color-foreground), .3)!important;
}
.shopify-payment-button__button [role=button]:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none!important;
}
.shopify-payment-button__button [role=button]:focus-visible {
    outline: .2rem solid rgba(var(--color-foreground), .5)!important;
    box-shadow: 0 0 0 .1rem rgba(var(--color-button), var(--alpha-button-border)), 0 0 0 .3rem rgb(var(--color-background)), 0 0 .5rem .4rem rgba(var(--color-foreground), .3)!important;
}
.shopify-payment-button__button--unbranded {
    background-color: rgba(var(--color-button), var(--alpha-button-background));
    box-shadow: 0 0 0 .1rem rgba(var(--color-button), var(--alpha-button-border));
    color: var(--color-button-text);
    font-size: 1.4rem;
    line-height: calc(1 + .2 / var(--font-body-scale));
    letter-spacing: .07rem;
}
.shopify-payment-button__button--unbranded::selection {
    background-color: rgba(var(--color-button-text), .3);
}
.shopify-payment-button__button--unbranded:hover, .shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background-color: rgba(var(--color-button), var(--alpha-button-background));
    box-shadow: 0 0 0 .2rem rgba(var(--color-button), var(--alpha-button-border));
}
.shopify-payment-button__more-options {
    margin: 1.6rem 0 1rem;
    font-size: 1.2rem;
    line-height: calc(1 + .5 / var(--font-body-scale));
    letter-spacing: .05rem;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}
.shopify-payment-button__button--hidden {
    display: none;
}
.product-form {
    display: block;
}
.product-form__error-message-wrapper:not([hidden]) {
    display: flex;
    align-items: flex-start;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
.product-form__error-message-wrapper svg {
    flex-shrink: 0;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .7rem;
    margin-top: .5rem;
}
.product-form__input {
    flex: 0 0 100%;
    padding: 0;
    margin: 1.2rem 0 1.2rem 0;
    max-width: 37rem;
    min-width: fit-content;
    border: none;
}
variant-radios, variant-selects {
    display: block;
}
.variant-picker__wrapper {
    border-top: #d9d9d9 solid 1px;
    padding: 1.5rem 0;
}
.variant-picker__wrapper .product-form__input {
    margin: 0 0 1rem;
}
.product-form__input--dropdown {
    margin-bottom: 1.6rem;
}
.product-form__input .form__label {
    padding-left: 0;
}
fieldset.product-form__input .form__label {
    margin-bottom: .2rem;
}
.product-form__input input[type=radio] {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
    opacity: 0;
}
.product-form__input input[type=radio]+label:not(.swatch_label) {
    border: .2rem solid #d9d9d9;
    color: var(--color-styleguide-text);
    background-color: var(--color-styleguide-white);
    display: inline-block;
    margin: .2rem .5rem .2rem 0;
    padding: .9rem 1.2rem;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}
.product-form__input input[type=radio]+label:not(.swatch_label):hover {
    background-color: #d9d9d9;
}
.product-form__input input[type=radio]:checked+label:not(.swatch_label) {
    border: .2rem solid var(--color-styleguide-green);
    color: var(--color-styleguide-text);
    font-weight: 700;
}
@media screen and (forced-colors:active) {
    .product-form__input input[type=radio]: checked+label {
    text-decoration: underline;
}
}.product-form__input input[type=radio]:checked+label::selection {
    background-color: rgba(var(--color-background), .3);
}
.product-form__input:first-of-type input[type=radio].unavailable+label {
    border-color: var(--color-border);
    color: rgba(var(--color-foreground), .4);
    background-color: #e8e8e8;
    position: relative;
    display: inline-block;
}
.product-form__input input[type=radio].unavailable+label {
    display: none;
}
.product-form__input input[type=radio].unavailable+label::after {
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(to bottom right, transparent, transparent 49%, var(--color-border) 49%, var(--color-border) 51%, transparent 51%, transparent);
    width: 100%;
    height: 100%;
    top: 0;
}
.product-form__input input[type=radio]:focus-visible+label {
    box-shadow: 0 0 0 .3rem rgb(var(--color-background)), 0 0 0 .5rem rgba(var(--color-foreground), .55);
}
.no-js .shopify-payment-button__button [role=button]:focus+label, .product-form__input input[type=radio].focused+label {
    box-shadow: 0 0 0 .3rem rgb(var(--color-background)), 0 0 0 .5rem rgba(var(--color-foreground), .55);
}
.no-js .product-form__input input[type=radio]:focus:not(:focus-visible)+label {
    box-shadow: none;
}
.product-form__input .select {
    max-width: 36.9rem;
}
.product-form__submit {
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.no-js .product-form__submit.button--secondary {
    --color-button: var(--color-base-accent-1);
    --color-button-text: var(--color-base-solid-button-labels);
    --alpha-button-background: 1;
}
.product-form__submit[aria-disabled=true]+.shopify-payment-button, .product-form__submit[disabled]+.shopify-payment-button {
    display: none;
}
.product__bogo-products__wrapper, .product__warranty-products__wrapper {
    background-color: var(--color-styleguide-background-gray);
    padding: 1.5rem 1.8rem 1rem;
    margin: 1.5rem 0;
}
.product__bogo-products__message, .product__warranty-products__message {
    margin: 0;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 2rem;
}
.product__warranty-products__message .link {
    font-size: 1.5rem;
    font-weight: 600;
    height: auto;
    color: var(--color-link-1);
    outline: 0;
    background: 0 0;
    border: 0;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 0.1rem;
}
.product__warranty-products__options fieldset {
    max-width: max-content;
}
.warranty-wrapper__options__field {
    display: inline-block;
}
@media screen and (forced-colors:active) {
    .product-form__submit[aria-disabled=true] {
    color: Window;
}
}.product-popup-modal__button {
    font-size: 1.5rem;
    font-weight: 600;
    height: auto;
    color: var(--color-link-1);
    outline: 0;
    background: 0 0;
    border: 0;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 0.1rem;
}
.shopify-payment-button__more-options {
    color: rgb(var(--color-foreground));
}
.shopify-payment-button__button {
    font-size: 1.5rem;
    letter-spacing: .1rem;
}
.product__info-container .product-form, .product__info-container .product__description {
    margin: .5rem 0 1.5rem;
}
.product__text {
    margin-bottom: 1rem;
}
a.product__text {
    display: block;
    text-decoration: none;
    color: rgba(var(--color-foreground), .75);
}
.product__title+.product__text.pdp__eyebrow {
    margin-top: -1.5rem;
}
.product__text.pdp__eyebrow+.product__title {
    margin-top: 0;
    margin-bottom: 0;
}
.pdp__eyebrow {
    font-size: 1.3rem;
    line-height: 1.8rem;
    letter-spacing: normal;
    color: var(--color-styleguide-dark-gold);
    font-family: var(--font-body-family);
    text-transform: uppercase;
    font-weight: 700;
}
.mobile-placement .product__text.pdp__eyebrow, .product__info-container .product__text.pdp__eyebrow {
    margin-top: 0;
    margin-bottom: 0;
}
.product__title {
    font-size: 2.6rem;
    line-height: 2.86rem;
    font-family: var(--font-heading-family);
    letter-spacing: 0;
    color: var(--color-styleguide-text);
    font-weight: 700;
    word-break: break-word;
}
.product__item-model {
    text-transform: none;
    font-size: 1.1rem;
    opacity: .7;
}
.product__item-model__wrapper {
    margin: 0;
    line-height: 1.8rem;
    margin-bottom: 1rem;
}
.product__price-wrapper {
    display: inline-block;
    margin: 1rem 0;
}
.product__price-wrapper+div {
    display: inline-block;
}
.product__item-model.line-divider::after {
    margin: 0 .7rem 0 .5rem;
    opacity: .7;
}
.product__accordion summary {
    padding: 2rem;
}
.product__accordion .accordion__content {
    padding: 0 2rem;
}
.product .price {
    align-items: flex-start;
}
.product .price .badge {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.product .price dl {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.product .price--sold-out .price__badge-sold-out {
    background: 0 0;
    color: rgb(var(--color-background));
    border: none;
}
.product .price--sold-out .price__badge-sale {
    display: none;
}
.pdp__featured_description {
    background-color: rgba(0, 146, 255, .05);
    padding: 1rem 2rem;
}
.product__info-wrapper .price__dollars {
    font-size: 4rem;
    line-height: .8em;
}
.product__info-wrapper .price-item--sale {
    color: var(--color-styleguide-sale-red);
    font-weight: 700;
    font-family: var(--font-body-family);
}
.mobile-placement .price-item--regular, .product__info-wrapper .price-item--regular {
    color: var(--color-styleguide-black);
    font-family: var(--font-body-family);
    font-weight: 700;
}
.product__promo-message, .product__shipping-fee-message {
    font-weight: 700;
    font-style: italic;
    color: var(--color-styleguide-sale-red);
}
.product__promo-message, .product__shipping-fee-message, .product__store-availability__wrapper, .shipping_message_wrapper, product__shipping-message {
    font-size: 1.6rem;
    line-height: normal!important;
}
.product__promo-message, .product__shipping-fee-message, .product__store-availability__wrapper, .shipping_message_wrapper {
    display: flex;
    gap: 5px;
    align-items: flex-start;
}
@media only screen and (min-width:990px) {
    .product__promo-message, .product__shipping-fee-message, .product__store-availability__wrapper, .shipping_message_wrapper {
    align-items: center;
}
}.product__promo-message>span, .product__shipping-fee-message>span, .product__store-availability__wrapper>span, .shipping_message_wrapper>span {
    display: flex;
}
.product__shipping-message__wrapper {
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    padding: 2rem;
    margin: 1.5rem 0 1.5rem;
    border-radius: 3px;
    border: #d9d9d9 solid 1px;
    gap: 10px;
}
@media screen and (max-width:749px) {
    .product__info-container .product__item-model__wrapper, .product__info-container .product__price-wrapper, .product__info-container .product__text.pdp__eyebrow, .product__info-container .product__title, .product__info-container reviewsio-product-ratings {
    display: none!important;
}
.product__info-container .product__price-wrapper+.shopify-app-block {
    display: none!important;
}
.product__shipping-message__wrapper {
    padding: 1.5rem;
}
}.product__shipping-message__wrapper:not(.hidden)+.product__store-availability__wrapper {
    margin: -5rem 0 1.5rem;
}
.product__shipping-message__wrapper .product__shipping-message {
    margin: 0 .5rem 0 0;
    font-weight: 700;
    text-wrap: balance;
}
.product__store-availability__message {
    margin: 0;
}
.quantity-discounts__wrapper {
    background-color: var(--color-styleguide-background-gray);
    padding: 1.8rem;
    margin-top: 1.5rem;
}
.quantity-discounts__table {
    width: auto;
    background-color: var(--color-styleguide-background-white);
    border-collapse: collapse;
    font-size: 1.3rem;
}
.quantity-discounts__message {
    font-size: 1.3rem;
    margin: .5rem 0 0;
}
.quantity-discounts__wrapper .quantity-discounts__table td, .quantity-discounts__wrapper .quantity-discounts__table th {
    text-align: center;
    border: .1rem solid #949494;
    border-collapse: collapse;
    width: 8rem;
    height: 3.5rem;
}
.quantity-discounts__wrapper .quantity-discounts__table td {
    background-color: var(--color-styleguide-white);
}
.quantity-discounts__wrapper .quantity-discounts__table th {
    background-color: var(--color-styleguide-gray);
    text-transform: uppercase;
}
.pdp__featured_description p, .pdp__featured_description p span, .product__description, .product__short-description {
    font-size: 1.4rem;
    font-family: var(--font-body-family);
    line-height: 1.9rem;
    letter-spacing: normal;
    color: var(--color-foreground);
    margin: 1rem 0 2rem;
}
.product__short-description a.view-more-button {
    display: inline;
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.1rem;
    text-decoration-thickness: 0.05rem;
    min-height: fit-content;
    min-width: auto;
    text-wrap: nowrap;
}
.product__purchase-note {
    font-size: 1.2rem;
    font-style: italic;
    color: var(--color-accent-3);
    margin: 0;
}
@media screen and (min-width:750px) {
    .product__info-container .price--on-sale .price-item--regular {
    font-size: 1.8rem;
}
.product__info-container>:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
}@media screen and (max-width:749px) {
    .product__title {
    font-size: 2.4rem;
    line-height: 2.6rem;
    letter-spacing: .157rem;
}
.pdp__eyebrow {
    font-size: 1.2rem;
}
.product__item-model__wrapper {
    margin-bottom: .5rem;
}
.product__info-wrapper .price-item {
    width: 100%;
    font-size: 2.4rem;
}
.mobile-placement .price-item--regular, .product__info-wrapper .price-item--regular {
    font-size: 1.4rem;
}
.product__short-description .view-more-button {
    margin: 0 0 2rem;
    font-size: 1.4rem;
}
.variant-picker__wrapper {
    padding: 1.5rem 1.3rem 1rem;
}
.product-form__input input[type=radio]+label:not(.swatch_label) {
    padding: 1rem .7rem;
}
.product__shipping-message__wrapper .product-popup-modal__button {
    height: auto;
    font-size: 1.4rem;
}
}.product__description-title {
    font-weight: 600;
}
.product--no-media .product__tax, .product--no-media .product__text, .product--no-media .product__title, .product--no-media noscript .product-form__input {
    text-align: center;
}
.product--no-media .product__media-wrapper {
    padding: 0;
}
.product__tax {
    margin-top: -1.4rem;
}
.product--no-media .share-button, .product--no-media noscript .product-form__input {
    max-width: 100%}
.product--no-media .product-form, .product--no-media .product-form__input--dropdown, .product--no-media .product-form__quantity, .product--no-media .product__pickup-availabilities, .product--no-media .product__view-details, .product--no-media .share-button, .product--no-media fieldset.product-form__input {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.product--no-media .product-form {
    flex-direction: column;
}
.product--no-media .product-form>.form {
    max-width: 30rem;
    width: 100%}
.product--no-media .product-form__input--dropdown, .product--no-media .product-form__quantity {
    flex-direction: column;
    max-width: 100%}
.product--no-media fieldset.product-form__input {
    flex-wrap: wrap;
    margin: 0 auto 1.2rem auto;
}
.product--no-media .product__info-container>modal-opener {
    display: block;
    text-align: center;
}
.product--no-media .product-popup-modal__button {
    padding-right: 0;
}
.product--no-media .price {
    justify-content: center;
}
.product--no-media .product__info-wrapper {
    padding-left: 0;
}
@media screen and (max-width:749px) {
    .product__media-list {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    width: 100%}
.slider.slider--mobile.product__media-list {
    padding-bottom: 0;
    margin-bottom: .5rem;
    scroll-padding-left: 0;
}
.slider.product__media-list::-webkit-scrollbar {
    height: .2rem;
    width: .2rem;
}
.product__media-list::-webkit-scrollbar-thumb {
    background-color: var(--color-foreground);
}
.product__media-list::-webkit-scrollbar-track {
    background-color: var(--color-foreground);
}
.product__media-list .product__media-item {
    width: 100%}
}@media screen and (min-width:750px) {
    .product__media-item: first-child {
    width: 100%}
.product-media-modal__content>.product__media-item--variant:first-child {
    display: block;
}
.product--thumbnail_slider .product__media-item {
    padding-left: 0;
}
}.product__media-item.product__media-item--variant {
    display: none;
}
.product__media-item--variant:first-child {
    display: block;
}
@media screen and (max-width:749px) {
    .product__media-item--variant: first-child {
    padding-right: 1.5rem;
}
}@media screen and (min-width:750px) and (max-width:989px) {
    .product__media-list .product__media-item: first-child {
    padding-left: 0;
}
.product--thumbnail_slider .product__media-list {
    margin-left: 0;
}
.product__media-list .product__media-item {
    padding: 0 0 .5rem;
    width: 100%}
}.product__media-icon, .thumbnail__badge {
    background-color: var(--color-styleguide-white);
    border-radius: 50%;
    border: .1rem solid var(--color-foreground);
    color: var(--color-foreground);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.4rem;
    width: 3.4rem;
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 1;
    transition: color var(--duration-short) ease, opacity var(--duration-short) ease;
}
.product__media-video .product__media-icon {
    opacity: 1;
}
.product__modal-opener--image .product__media-toggle:hover {
    cursor: zoom-in;
}
.product__modal-opener .product__media-icon {
    background-color: var(--color-styleguide-background-gray);
    border: 0;
}
.product__modal-opener .product__media-icon .icon-play {
    width: 100%;
    height: 100%}
.product__modal-opener .product__media-icon .icon-play path {
    fill: #a99853;
}
@media screen and (min-width:750px) {
    .grid__item.product__media-item--full {
    width: 100%}
}.product__media-item>* {
    display: block;
    position: relative;
}
.product__media-toggle {
    display: flex;
    border: none;
    background-color: transparent;
    color: currentColor;
    padding: 0;
}
.product__media-toggle::after {
    content: "";
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%}
.product__media-toggle:focus-visible {
    outline: 0;
    box-shadow: none;
}
.product__media-toggle.focused {
    outline: 0;
    box-shadow: none;
}
.product__media-toggle:focus-visible:after {
    outline: .2rem solid var(--color-foreground);
    outline-offset: 0.3rem;
    box-shadow: 0 0 0 .3rem var(--color-background), 0 0 .5rem .4rem var(--color-foreground);
}
.product__media-toggle.focused::after {
    outline: .2rem solid var(--color-foreground);
    outline-offset: 0.3rem;
    box-shadow: 0 0 0 .3rem var(--color-background), 0 0 .5rem .4rem var(--color-foreground);
}
.product-media-modal {
    background-color: var(--color-background);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.product-media-modal[open] {
    visibility: visible;
    opacity: 1;
    z-index: 101;
}
.product-media-modal__dialog {
    display: flex;
    align-items: center;
    height: 100vh;
}
.product-media-modal__content {
    max-height: 100vh;
    width: 100%;
    overflow: auto;
}
.product-media-modal__content>:not(.active), .product__media-list .deferred-media {
    display: none;
}
@media screen and (min-width:750px) {
    .product-media-modal__content {
    padding-bottom: 2rem;
}
.product-media-modal__content>:not(.active) {
    display: block;
}
.product__modal-opener:not(.product__modal-opener--image) {
    display: none;
}
.product__media-list .deferred-media {
    display: block;
}
}@media screen and (max-width:749px) {
    .product--thumbnail .is-active>.product__modal-opener: not(.product__modal-opener--image), .product--thumbnail_slider .is-active>.product__modal-opener:not(.product__modal-opener--image) {
    display: none;
}
.product--thumbnail .is-active .deferred-media, .product--thumbnail_slider .is-active .deferred-media {
    display: block;
    width: 100%}
.thumbnail-slider .thumbnail-list__item.slider__slide .thumbnail {
    border: 0;
    background-color: var(--color-accent-1);
}
.thumbnail-slider .thumbnail-list__item.slider__slide .thumbnail[aria-current=true] {
    background-color: var(--color-styleguide-light-gold);
    border-color: var(--color-styleguide-light-gold);
}
}.product__media-list .deferred-media, .product__media-list .product__modal-opener.card-outline {
    border: .1rem solid var(--color-border);
}
.thumbnail-slider .thumbnail-list__item .thumbnail {
    border: .1rem solid var(--color-border);
}
.thumbnail-slider .thumbnail-list__item .thumbnail[aria-current=true] {
    border-color: var(--color-styleguide-black);
}
.product-media-modal__content>* {
    display: block;
    height: auto;
    margin: auto;
    border: .1rem solid var(--color-border);
}
.product-media-modal__content .media {
    background: 0 0;
}
.product-media-modal__model {
    width: 100%}
.product-media-modal__toggle {
    background-color: var(--color-background);
    border: .1rem solid var(--color-foreground);
    border-radius: 50%;
    color: var(--color-foreground);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    right: 2rem;
    padding: 1.2rem;
    position: fixed;
    z-index: 2;
    top: 2rem;
    width: 4rem;
}
.product-media-modal__content .deferred-media {
    width: 100%}
@media screen and (max-width:749px) {
    .product__media-item--variant.active {
    width: 150%}
}@media screen and (min-width:750px) {
    .product-media-modal__content {
    padding: 2rem 6rem;
}
.product-media-modal__content>* {
    width: 100%}
.product-media-modal__content>*+* {
    margin-top: 2rem;
}
.product-media-modal__toggle {
    right: 5rem;
    top: 2.2rem;
}
}@media screen and (min-width:990px) {
    .product-media-modal__content {
    padding: 2rem 30rem;
}
.product-media-modal__content>*+* {
    margin-top: 1.5rem;
}
.product-media-modal__content {
    padding-bottom: 1.5rem;
}
.product-media-modal__toggle {
    right: 5rem;
}
}.product-media-modal__toggle:hover {
    color: var(--color-foreground);
}
.product-media-modal__toggle .icon {
    height: auto;
    margin: 0;
    width: 2.2rem;
}
.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(32, 32, 32, .75);
    height: 100%}
.product-popup-modal[open] {
    opacity: 1;
    visibility: visible;
    z-index: 101;
}
.product-popup-modal__content {
    background-color: var(--color-background);
    overflow: auto;
    height: 80%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5rem;
    width: 92%;
    position: absolute;
    top: 0;
    padding: 0 1.5rem 0 3rem;
}
@media screen and (min-width:750px) {
    .product-popup-modal__content {
    padding-right: 1.5rem;
    margin-top: 10rem;
    width: 60%;
    padding: 0 7rem;
    padding-bottom: 5.5rem;
}
}.product-popup-modal__content img {
    max-width: 100%}
.product-popup-modal__content-info .customer-service__left-col {
    opacity: 1;
    padding-right: 0;
}
.modal-heading-container {
    padding: 4rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-heading-container .modal-heading {
    margin: 0;
}
.modal-heading-container .product-popup-modal__toggle {
    border: 0;
    width: 3rem;
    height: 3rem;
    padding: 0;
}
.modal-heading-container .product-popup-modal__toggle .icon {
    width: 3rem;
}
.product-popup-modal__content-info {
    padding-right: 0;
}
.product-popup-modal__content-info .customer-service__heading {
    font-size: 2rem;
    margin-top: 4rem;
    margin-bottom: 0;
}
.product-popup-modal__content-info .accordion {
    margin-top: .5rem;
}
.product-popup-modal__content-info .info-accordion summary {
    padding: 0;
}
.product-popup-modal__content-info .info-accordion details {
    border-top: 0;
}
.product-popup-modal__content-info .info-accordion details .summary__title .accordion__title {
    margin: 1.5rem 0;
    font-size: 1.6rem;
}
.product-popup-modal__content-info .info-accordion .status-indicator {
    margin: 0;
}
.product-popup-modal__content-info .quick-links {
    list-style: none;
    padding-left: 0;
    font-size: 1.6rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}
.product-popup-modal__content-info .quick-links .link--text {
    display: flex;
}
.product-popup-modal__content-info .quick-links .icon-wrapper {
    margin-right: .5rem;
}
@media screen and (max-width:749px) {
    .product-popup-modal__content table {
    display: block;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
}
.product-popup-modal__content {
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    margin-top: 0;
    transform: unset;
    padding-bottom: 4.5rem;
}
.modal-heading-container {
    padding-top: 3rem;
}
.modal-heading-container .modal-heading {
    font-size: 2.4rem;
}
.modal-heading-container .product-popup-modal__toggle {
    width: 2rem;
    height: 2rem;
}
.modal-heading-container .product-popup-modal__toggle .icon {
    width: 2rem;
}
.product-popup-modal__content-info .customer-service__heading {
    margin-top: 3rem;
    font-size: 1.6rem;
}
.product-popup-modal__content-info .quick-links {
    font-size: 1.4rem;
}
.product-popup-modal__content-info .accordion {
    margin-top: 0;
}
.product-popup-modal__content-info .info-accordion details .summary__title .accordion__title {
    font-size: 1.4rem;
}
.shopify-app-block wishlist-link-floating {
    z-index: 90;
}
}.product-popup-modal__opener {
    display: inline-block;
}
.product-popup-modal__button {
    font-size: 1.4rem;
    padding-right: 1.3rem;
    padding-left: 0;
    height: auto;
    text-underline-offset: 0.3rem;
    text-decoration-thickness: 0.1rem;
    transition: text-decoration-thickness var(--duration-short) ease;
}
.product-popup-modal__button:hover {
    text-decoration-thickness: 0.2rem;
}
.product-popup-modal__content-info>* {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: 100%}
@media screen and (max-width:749px) {
    .product-popup-modal__content-info>* {
    max-height: 100%}
}.product-popup-modal__toggle {
    background-color: var(--color-background);
    border: .1rem solid var(--color-foreground);
    border-radius: 50%;
    color: var(--color-foreground);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: sticky;
    padding: 1.2rem;
    z-index: 2;
    top: 1.5rem;
    width: 4rem;
    margin: 0 0 0 auto;
}
.product-popup-modal__toggle:hover {
    color: var(--color-foreground);
}
.product-popup-modal__toggle .icon {
    height: auto;
    margin: 0;
    width: 2.2rem;
}
.thumbnail-list {
    flex-wrap: wrap;
    grid-gap: 1rem;
}
@media screen and (min-width:750px) {
    .product--stacked .thumbnail-list {
    display: none;
}
.thumbnail-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
}.thumbnail-list_item--variant:not(:first-child) {
    display: none;
}
@media screen and (min-width:990px) {
    .thumbnail-list {
    margin-left: 0;
    grid-template-columns: repeat(4, 1fr);
}
.product--medium .thumbnail-list {
    grid-template-columns: repeat(5, 1fr);
}
.product--large .thumbnail-list {
    grid-template-columns: repeat(6, 1fr);
}
}@media screen and (max-width:749px) {
    .product__media-item {
    display: flex;
    align-items: center;
    padding-left: 0;
}
.product__modal-opener {
    width: 100%}
.thumbnail-slider {
    display: flex;
    align-items: center;
}
.thumbnail-list.slider {
    display: flex;
    flex: 1;
}
.thumbnail-list__item.slider__slide {
    flex-grow: 1;
}
.thumbnail-list {
    padding: 0 1.5rem;
    grid-gap: 0.4rem;
}
}@media screen and (min-width:750px) {
    .product--thumbnail_slider .thumbnail-slider {
    display: flex;
    align-items: center;
}
.thumbnail-list.slider--tablet-up {
    display: flex;
    padding: .5rem;
    flex: 1;
}
.product__media-gallery .slider-mobile-gutter .slider-button {
    display: none;
}
.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(16.66% - .8rem);
}
.product--thumbnail_slider .slider-mobile-gutter .slider-button {
    display: block;
}
}@media screen and (min-width:900px) {
    .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(16.66% - .8rem);
}
.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(16.66% - .8rem);
}
}.thumbnail-slider .thumbnail-list .thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
}
.thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    cursor: pointer;
    border: none;
    background: var(--color-accent-2);
}
.thumbnail:hover {
    opacity: .7;
}
.thumbnail[aria-current] {
    background: var(--color-foreground);
}
.thumbnail img {
    pointer-events: none;
}
.thumbnail--narrow img {
    height: 100%;
    width: auto;
    max-width: 100%}
.thumbnail--wide img {
    height: auto;
    width: 100%}
.thumbnail-list.slider .thumbnail-list__item.slider__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.thumbnail-list.slider .thumbnail-list__item.slider__slide .thumbnail__badge {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    background: 0 0;
    border: 0;
}
.thumbnail-list.slider .thumbnail-list__item.slider__slide .thumbnail__badge .icon {
    width: 2.6rem;
    height: 2.6rem;
}
.thumbnail__badge .icon {
    width: 1rem;
    height: 1rem;
}
.thumbnail__badge .icon-3d-model {
    width: 1.2rem;
    height: 1.2rem;
}
.thumbnail__badge {
    color: var(--color-foreground);
    height: 2rem;
    width: 2rem;
    left: auto;
    right: .4rem;
    top: .4rem;
}
@media screen and (max-width:749px) {
    .slider__slide .thumbnail .thumbnail__badge {
    display: none;
}
}@media screen and (min-width:750px) {
    .product: not(.product--small) .thumbnail__badge {
    height: 3rem;
    width: 3rem;
}
.product:not(.product--small) .thumbnail__badge .icon {
    width: 1.2rem;
    height: 1.2rem;
}
.product:not(.product--small) .thumbnail__badge .icon-3d-model {
    width: 1.4rem;
    height: 1.4rem;
}
}.thumbnail-list__item {
    position: relative;
}
.thumbnail-list__item::before {
    content: "";
    display: block;
    padding-bottom: 100%}
.spr-starrating a, .spr-starrating a:hover {
    color: var(--color-foreground);
}
.spr-starrating {
    line-height: 1;
    width: max-content;
}
.product-form__input .swatch_label {
    display: inline-block;
    position: relative;
    padding: 0!important;
    margin: 0!important;
    cursor: pointer;
}
.product-form__input input[name=Color]+label.strike-thru>.swatch {
    border: 1px solid var(--color-accent-1);
    opacity: .5;
}
.product-form__input .swatch_label.strike-thru:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 44%;
    border-top: 1px solid var(--color-styleguide-black);
    border-bottom: 1px solid var(--color-styleguide-white);
    transform: rotate(-45deg);
    width: 132%;
    z-index: 1;
    opacity: .5;
}
.product-form__input input[name=Color]:checked+label>.swatch {
    border: 1px solid var(--color-styleguide-black)!important;
}
.product-form__input .swatch {
    width: 5.9rem;
    height: 5.9rem;
    border: 1px solid var(--color-accent-1);
}
.product-form__input select {
    border-radius: 0;
}
.quantity {
    height: 4rem;
    max-width: 13.2rem;
}
.quantity__input {
    border: 1px solid #949494;
    border-left: 0;
    border-right: 0;
    font-size: 1.6rem;
}
.quantity__button {
    border: 1px solid #949494;
}
.quantity__button:disabled {
    cursor: not-allowed;
}
.quantity__input:focus-visible {
    outline: 0;
    outline-offset: unset;
    box-shadow: none;
}
.buy_buttons_wrapper {
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
    width: calc(100% - 30.6rem);
    margin: 2rem 2rem 0 0;
}
.buy_buttons_wrapper .product-form {
    margin: 0;
}
.buy_buttons_wrapper .product-form__submit {
    padding: .9rem 2rem 1.1rem;
}
.product-form__quantity {
    display: inline-block;
    vertical-align: middle;
    margin: 1rem 2rem 0 0;
}
.buy_buttons_wrapper+script+.shopify-app-block {
    display: inline-block;
    vertical-align: middle;
    margin-top: 1rem;
}
.buy_buttons_wrapper+script+.shopify-app-block button {
    padding: 0;
}
.product-form__submit {
    height: 4rem;
}
@media screen and (max-width:1124px) {
    .buy_buttons_wrapper {
    width: calc(100% - 15.2rem);
    margin-right: 0;
}
.buy_buttons_wrapper+script+.shopify-app-block {
    margin-top: -1rem;
    width: 100%}
}.product-form__input .color_label, .product-form__input label, .product-form__input legend {
    font-size: 1.4rem;
    font-family: var(--font-body-family);
    line-height: 2.4rem;
    letter-spacing: normal;
    color: var(--color-styleguide-text);
}
.product-form__input legend {
    font-weight: 700;
    text-transform: uppercase;
}
.color__variant {
    font-weight: 900;
}
.product-form__buttons .button--secondary {
    background-color: var(--color-styleguide-black);
}
.product-form__buttons .button--secondary:hover {
    border-color: var(--color-styleguide-black);
}
.product__accordion .accordion>details:after {
    content: initial;
}
.product__accordion .accordion__title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: var(--color-styleguide-text);
    font-family: var(--font-body-family);
    letter-spacing: normal;
    font-weight: 400;
}
.product__accordion .accordion__content {
    margin-bottom: 2.5rem;
    color: var(--color-styleguide-text);
}
.product__accordion .accordion__content.rte * {
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.product__accordion details .status-indicator {
    display: inline-block;
}
.product__accordion .accordion__content ul {
    list-style: none;
}
.product__accordion .accordion__content ul li {
    margin-bottom: .5rem;
}
.product__accordion .accordion__content ul li::before {
    content: "\2022";
    color: var(--color-styleguide-text);
    font-size: 2.4rem;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    vertical-align: middle;
}
.product_configurable_links__text {
    font-size: 1.6rem;
    font-family: var(--font-body-family);
    color: var(--color-styleguide-text);
    line-height: 2.4rem;
    letter-spacing: normal;
}
.product_configurable_links__icon {
    width: 3rem;
    height: auto;
    margin-right: .5rem;
}
@media screen and (max-width:900px) {
    .product_configurable_links {
    padding: 2rem 0;
}
}@media screen and (min-width:901px) {
    .product_configurable_links {
    padding: 2rem 0;
}
}.product_configurable__link:first-child {
    margin-right: 7.5rem;
}
.product_configurable__icon-wrapper, .product_configurable__link, .product_configurable_links {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_configurable_links__text {
    border: 0;
}
.product_configurable__link {
    text-decoration: none;
}
@media screen and (max-width:920px) {
    .product_configurable_links {
    flex-direction: column;
    align-items: flex-start;
}
.product_configurable__link:first-child {
    margin-bottom: 1rem;
}
}.addon_wrapper {
    margin-top: 3rem;
}
.addon__product {
    display: flex;
    border: 1px solid var(--color-styleguide-accent-2);
    align-items: center;
}
.addon__product-image {
    display: flex;
}
.addon__product-info {
    flex-grow: 1;
    margin-left: 3rem;
}
@media screen and (min-width:990px) {
    .addon__product-info {
    max-width: 19.1rem;
}
}.addon__img {
    width: 10rem;
    height: auto;
}
.addon__title, .addon_heading {
    font-size: 1.6rem;
    line-height: 2rem;
    font-family: var(--font-body-family);
    font-weight: 700;
    color: var(--color-styleguide-text);
}
.addon_heading {
    margin: 0 0 1rem 0;
}
.addon__price {
    font-size: 1.4rem;
    font-family: var(--font-body-family);
    color: var(--color-styleguide-text);
    line-height: 2.4rem;
}
.addon__product .product-form {
    margin: 0 2rem 0 auto;
}
.addon__product .product-form__submit {
    margin-left: 1rem;
    margin-bottom: 0;
    height: 3.6rem;
    min-height: 3.6rem;
    width: max-content;
}
.addon__product_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
}
@media screen and (max-width:749px) {
    .addon__img {
    width: 12rem;
    height: auto;
}
.addon__product .product-form, .addon__product-info {
    margin: .5rem 0 0 1.5rem;
}
}@media screen and (min-width:750px) and (max-width:989px) {
    .addon__product-info {
    margin: 0 0 0 1.5rem;
}
}@media screen and (max-width:989px) {
    .addon__product_wrap {
    flex-direction: column;
    align-items: start;
}
.addon__product .product-form {
    margin: 0 0 0 .5rem;
}
}html {
    scroll-behavior: smooth;
}
.spr-stars {
    cursor: pointer;
}
.spr-header-title {
    text-align: left;
}
@media only screen and (max-width:480px) {
    .spr-summary {
    text-align: left;
}
}.pdp-default-wrapper .promoted-products-box {
    display: none!important;
    visibility: hidden!important;
}
wishlist-button-block .wk-button, wishlist-button-block .wk-button:hover {
    color: var(--color-styleguide-green);
}
wishlist-button-block .wk-button .wk-icon path {
    stroke: var(--color-styleguide-green);
}
wishlist-button-block .wk-button.wk-selected .wk-icon path {
    fill: var(--color-styleguide-green);
    stroke: var(--color-styleguide-green);
}
#shopify-block-bf411e83-66ea-450f-b73b-2749e9ad8362 {
    display: inline-block;
    width: 50%;
    margin: 1rem 0;
}
#shopify-block-bf411e83-66ea-450f-b73b-2749e9ad8362 reviewsio-product-ratings {
    display: flex;
    flex-direction: row;
}
#shopify-block-bf411e83-66ea-450f-b73b-2749e9ad8362 .ruk_rating_snippet {
    width: fit-content;
}
@media screen and (max-width:990px) {
    #shopify-block-bf411e83-66ea-450f-b73b-2749e9ad8362 .ruk-rating-snippet-count {
    display: block;
    text-align: right;
}
}.pdp-default-wrapper .section-apps {
    padding: 5.5rem 0;
    background-color: var(--color-styleguide-background-gray);
}
.pdp-default-wrapper .section-apps .ElementsWidget-prefix .ElementsWidget .ElementsWidget__footer .footer__reviewsLogo-container {
    z-index: 2;
}