/** Shopify CDN: Minification failed

Line 3837:32 Expected ")" to end URL token
Line 3855:32 Expected ")" to end URL token
Line 5879:28 Expected ")" to end URL token
Line 5886:32 Expected ")" to end URL token
Line 6030:28 Expected ")" to end URL token
Line 6410:29 Expected ")" to end URL token

**/
@keyframes animateMenuOpen {
    0% {
        opacity: 0;
        transform: translateX(1.5rem);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.special-pdp .pdp-family-products-swatch-bar {
  display:none !important
}
.color-background-1,
:root {
    --color-foreground: var(--color-base-text);
    --color-background: var(--color-base-background-1);
    --gradient-background: var(--gradient-base-background-1);
}
.color-background-2 {
    --color-foreground: var(--color-base-text);
    --color-background: var(--color-base-background-2);
    --gradient-background: var(--gradient-base-background-2);
}
.color-inverse {
    --color-foreground: var(--color-base-background-1);
    --color-background: var(--color-base-text);
    --gradient-background: rgb(var(--color-base-text));
}
.color-accent-1,
.color-accent-2 {
    --color-foreground: var(--color-base-solid-button-labels);
}
.color-accent-1 {
    --color-background: var(--color-base-accent-1);
    --gradient-background: var(--gradient-base-accent-1);
}
.color-accent-2 {
    --color-background: var(--color-base-accent-2);
    --gradient-background: var(--gradient-base-accent-2);
}
.color-accent-3 {
    --color-background: var(--color-base-accent-3);
}
.color-foreground-outline-button {
    --color-foreground: var(--color-base-outline-button-labels);
}
.color-foreground-accent-1 {
    --color-foreground: var(--color-base-accent-1);
}
.color-foreground-accent-2 {
    --color-foreground: var(--color-base-accent-2);
}
.color-background-1,
:root {
    --color-link: var(--color-base-outline-button-labels);
    --alpha-link: 0.85;
}
.color-accent-1,
.color-accent-2,
.color-background-2,
.color-inverse {
    --color-link: var(--color-foreground);
    --alpha-link: 0.7;
}
.color-background-1,
:root {
    --color-button: var(--color-base-accent-1);
    --color-button-text: var(--color-base-solid-button-labels);
    --alpha-button-background: 1;
    --alpha-button-border: 1;
}
.color-accent-1,
.color-accent-2,
.color-background-2,
.color-inverse {
    --color-button: var(--color-foreground);
    --color-button-text: var(--color-background);
}
.button--secondary,
.button--tertiary {
    --color-button: var(--color-base-outline-button-labels);
    --color-button-text: var(--color-base-outline-button-labels);
}
.button--secondary {
    --color-button: var(--color-background);
    --alpha-button-background: 1;
}
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary,
.color-background-2 .button--secondary,
.color-inverse .button--secondary {
    --color-button: var(--color-background);
    --color-button-text: var(--color-foreground);
}
.button--tertiary {
    --alpha-button-background: 0;
    --alpha-button-border: 0.2;
}
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary,
.color-background-2 .button--tertiary,
.color-inverse .button--tertiary {
    --color-button: var(--color-foreground);
    --color-button-text: var(--color-foreground);
}
.color-background-1,
:root {
    --color-badge-background: var(--color-background);
    --color-badge-border: var(--color-foreground);
    --alpha-badge-border: 0.1;
}
.color-accent-1,
.color-accent-2,
.color-background-2,
.color-inverse {
    --color-badge-background: var(--color-background);
    --color-badge-border: var(--color-background);
    --alpha-badge-border: 1;
}
.color-background-1,
.color-background-2,
:root {
    --color-card-hover: var(--color-base-text);
}
.color-inverse {
    --color-card-hover: var(--color-base-background-1);
}
.color-accent-1,
.color-accent-2 {
    --color-card-hover: var(--color-base-solid-button-labels);
}
.color-icon-text,
:root {
    --color-icon: rgb(var(--color-base-text));
}
.color-icon-accent-1 {
    --color-icon: rgb(var(--color-base-accent-1));
}
.color-icon-accent-2 {
    --color-icon: rgb(var(--color-base-accent-2));
}
.color-icon-outline-button {
    --color-icon: rgb(var(--color-base-outline-button-labels));
}
.contains-card--product,
.product-card-wrapper .card {
    --border-radius: var(--product-card-corner-radius);
    --border-width: var(--product-card-border-width);
    --border-opacity: var(--product-card-border-opacity);
    --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
    --shadow-blur-radius: var(--product-card-shadow-blur-radius);
    --shadow-opacity: var(--product-card-shadow-opacity);
    --shadow-visible: var(--product-card-shadow-visible);
    --image-padding: var(--product-card-image-padding);
    --text-alignment: var(--product-card-text-alignment);
}
.collection-card-wrapper .card,
.contains-card--collection {
    --border-radius: var(--collection-card-corner-radius);
    --border-width: var(--collection-card-border-width);
    --border-opacity: var(--collection-card-border-opacity);
    --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
    --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
    --shadow-opacity: var(--collection-card-shadow-opacity);
    --shadow-visible: var(--collection-card-shadow-visible);
    --image-padding: var(--collection-card-image-padding);
    --text-alignment: var(--collection-card-text-alignment);
}
.article-card-wrapper .card,
.contains-card--article {
    --border-radius: var(--blog-card-corner-radius);
    --border-width: var(--blog-card-border-width);
    --border-opacity: var(--blog-card-border-opacity);
    --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
    --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
    --shadow-opacity: var(--blog-card-shadow-opacity);
    --shadow-visible: var(--blog-card-shadow-visible);
    --image-padding: var(--blog-card-image-padding);
    --text-alignment: var(--blog-card-text-alignment);
}
.contains-content-container,
.content-container {
    --border-radius: var(--text-boxes-radius);
    --border-width: var(--text-boxes-border-width);
    --border-opacity: var(--text-boxes-border-opacity);
    --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
    --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
    --shadow-opacity: var(--text-boxes-shadow-opacity);
    --shadow-visible: var(--text-boxes-shadow-visible);
}
.contains-media,
.global-media-settings {
    --border-radius: var(--media-radius);
    --border-width: var(--media-border-width);
    --border-opacity: var(--media-border-opacity);
    --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--media-shadow-vertical-offset);
    --shadow-blur-radius: var(--media-shadow-blur-radius);
    --shadow-opacity: var(--media-shadow-opacity);
    --shadow-visible: var(--media-shadow-visible);
}
.template-product .pdp-announcement-color-accent-3 {
    --color-background: var(--color-base-accent-3);
}
.no-js:not(html) {
    display: none !important;
}
html.no-js .no-js:not(html) {
    display: block !important;
}
html.no-js .no-js-inline {
    display: inline-block !important;
}
.no-js-inline,
html.no-js .no-js-hidden {
    display: none !important;
}
.page-width {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}
.page-width-desktop {
    padding: 0;
    margin: 0 auto;
}
@media screen and (min-width: 991px) {
    .page-width {
        padding: 0 7rem;
    }
    .page-width--narrow {
        padding: 0 9rem;
    }
    .page-width-desktop {
        padding: 0;
    }
    .page-width-tablet {
        padding: 0 5rem;
    }
    span.plus-minus-swatch {
        display: none !important;
    }
    .template-product header.header.header--top-center.header--mobile-center.page-width.header--has-menu {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (min-width: 990px) {
    .page-width--narrow {
        max-width: 72.6rem;
        padding: 0;
    }
    .page-width-desktop {
        max-width: var(--page-width);
        padding: 0 5rem;
    }
}
.isolate {
    position: relative;
    z-index: 0;
}
.section + .section {
    margin-top: var(--spacing-sections-mobile);
}
@media screen and (min-width: 991px) {
    .section + .section {
        margin-top: var(--spacing-sections-desktop);
    }
}
.element-margin-top {
    margin-top: 5rem;
}
@media screen and (min-width: 991px) {
    .element-margin {
        margin-top: calc(5rem + var(--page-width-margin));
    }
}
.color-accent-1,
.color-accent-2,
.color-accent-3,
.color-background-1,
.color-background-2,
.color-inverse,
body {
    color: rgba(var(--color-foreground));
    background-color: rgb(var(--color-background));
}
.pdp-announcement-color-accent-3 {
    color: rgba(var(--color-foreground)) !important;
    background-color: rgb(var(--color-background)) !important;
}
.background-secondary {
    background-color: rgba(var(--color-foreground), 0.04);
}
.grid-auto-flow {
    display: grid;
    grid-auto-flow: column;
}
.page-margin,
.shopify-challenge__container {
    margin: 7rem auto;
}
.rte-width {
    max-width: 82rem;
    margin: 0 auto 2rem;
}
.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}
#productThumbnails span.best-seller-tag.going-fast-tag.extra-off,
.cart-count-bubble span[data-item-count="0"],
.hidden {
    display: none !important;
}
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
}
.visually-hidden--inline {
    margin: 0;
    height: 1em;
}
.overflow-hidden {
    overflow: hidden;
}
.skip-to-content-link:focus {
    z-index: 9999;
    position: inherit;
    overflow: auto;
    width: auto;
    height: auto;
    clip: auto;
}
.full-width-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
::selection {
    background-color: rgba(var(--color-foreground), 0.2);
}
.text-body {
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
    line-height: calc(1 + 0.8/var (--font-body-scale));
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
}
.h0,
.h1,
.h2,
.h3,
h1,
h2,
h3,
h5 {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
}
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    font-weight: var(--font-heading-weight);
    letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
    color: rgb(var(--color-foreground));
    line-height: calc(1 + 0.3/max (1, var(--font-heading-scale)));
    word-break: break-word;
}
.h5 {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
}
.hxl {
    font-size: calc(var(--font-heading-scale) * 5rem);
}
@media only screen and (min-width: 991px) {
    .hxl {
        font-size: calc(var(--font-heading-scale) * 6.2rem);
    }
}
.h0 {
    font-size: calc(var(--font-heading-scale) * 4rem);
}
@media only screen and (min-width: 991px) {
    .h0 {
        font-size: calc(var(--font-heading-scale) * 5.2rem);
    }
}
.h1,
h1 {
    font-size: calc(var(--font-heading-scale) * 3rem);
}
@media only screen and (min-width: 991px) {
    .h1,
    h1 {
        font-size: calc(var(--font-heading-scale) * 4rem);
    }
}
.h2,
h2 {
    font-size: calc(var(--font-heading-scale) * 2rem);
}
@media only screen and (min-width: 991px) {
    .h2,
    h2 {
        font-size: calc(var(--font-heading-scale) * 2.4rem);
    }
}
.h3,
h3 {
    font-size: calc(var(--font-heading-scale) * 1.7rem);
}
@media only screen and (min-width: 991px) {
    .h3,
    h3 {
        font-size: calc(var(--font-heading-scale) * 1.8rem);
    }
}
.h4,
h4 {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-size: calc(var(--font-heading-scale) * 1.5rem);
}
.h5,
h5 {
    font-size: calc(var(--font-heading-scale) * 1.2rem);
}
@media only screen and (min-width: 991px) {
    .h5,
    h5 {
        font-size: calc(var(--font-heading-scale) * 1.3rem);
    }
}
.h6,
blockquote,
h6 {
    color: rgba(var(--color-foreground), 0.75);
}
.h6,
h6 {
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
}
blockquote {
    font-style: italic;
    border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
    padding-left: 1rem;
}
@media screen and (min-width: 991px) {
    blockquote {
        padding-left: 1.5rem;
    }
}
.caption {
    font-size: 1rem;
    letter-spacing: 0.07rem;
    line-height: calc(1 + 0.7/var (--font-body-scale));
}
@media screen and (min-width: 991px) {
    .caption {
        font-size: 1.2rem;
    }
}
.caption-with-letter-spacing {
    font-size: 1rem;
    letter-spacing: 0.13rem;
    line-height: calc(1 + 0.2/var (--font-body-scale));
    text-transform: uppercase;
}
.caption-with-letter-spacing--medium {
    font-size: 1.2rem;
    letter-spacing: 0.16rem;
}
.caption-with-letter-spacing--large {
    font-size: 1.4rem;
    letter-spacing: 0.18rem;
}
.caption-large {
    font-size: 1.3rem;
}
.caption-large,
.customer .field input,
.field__input {
    line-height: calc(1 + 0.5/var (--font-body-scale));
    letter-spacing: 0.04rem;
}
.form__label {
    font-size: 1.3rem;
    line-height: calc(1 + 0.5/var (--font-body-scale));
}
.customer select,
.form__label,
.select__select {
    letter-spacing: 0.04rem;
}
.color-foreground {
    color: rgb(var(--color-foreground));
}
table:not([class]) {
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 1.4rem;
    border-style: hidden;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
}
table:not([class]) td,
table:not([class]) th {
    padding: 1em;
    border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
@media screen and (max-width: 990px) {
    .small-hide {
        display: none !important;
    }
}
@media screen and (min-width: 991px) and (max-width: 989px) {
    .medium-hide {
        display: none !important;
    }
}
@media screen and (min-width: 990px) {
    .large-up-hide {
        display: none !important;
    }
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.uppercase {
    text-transform: uppercase;
}
.light {
    opacity: 0.7;
}
a:empty,
article:empty,
div:empty,
dl:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty,
p:empty,
section:empty,
ul:empty {
    display: none;
}
.link {
    text-underline-offset: 0.3rem;
}
.customer a,
.link {
    cursor: pointer;
    display: inline-block;
    border: 0;
    box-shadow: none;
    text-decoration: underline;
    color: rgb(var(--color-link));
    background-color: transparent;
    font-size: 1.4rem;
    font-family: inherit;
}
.link--text {
    color: rgb(var(--color-foreground));
}
.link--text:hover {
    color: rgba(var(--color-foreground), 0.75);
}
.link-with-icon {
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-decoration: none;
    margin-bottom: 4.5rem;
    white-space: nowrap;
}
.link-with-icon .icon {
    width: 1.5rem;
    margin-left: 1rem;
}
a:not([href]) {
    cursor: not-allowed;
}
.circle-divider::after {
    content: "•";
    margin: 0 1.3rem 0 1.5rem;
}
.circle-divider:last-of-type::after {
    display: none;
}
hr {
    border: 0;
    height: 0.1rem;
    background-color: rgba(var(--color-foreground), 0.2);
    display: block;
    margin: 5rem 0;
}
@media screen and (min-width: 991px) {
    hr {
        margin: 7rem 0;
    }
}
.full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block;
}
.header__icons svg.icon-magnify {
    width: 18px !important;
    height: 24px;
}
.header__icon--search svg {
    position: relative;
    top: 12px;
    display: block;
    margin: 0 auto;
}
summary.header__icon--menu {
    position: relative;
    background: 0 0;
    border: 0;
    cursor: pointer;
    width: 49px;
    height: 49px;
    padding: 0;
    margin: 0;
    color: #fff;
}
summary.header__icon--menu span {
    display: block;
    height: 1px;
    width: 30px;
    background: #fff;
    transition: all 0.3s ease;
    position: absolute;
    right: 12px;
    transform: rotate(0deg);
}
summary.header__icon--menu span:first-child {
    width: 15px;
    top: 20px;
    background-color: #000;
}
summary.header__icon--menu span:last-child {
    width: 15px;
    top: 27px;
    background-color: #000;
}
summary.header__icon--menu[aria-expanded="true"] span {
    top: 23px;
}
summary.header__icon--menu[aria-expanded="true"] span:first-child {
    transform: rotate(45deg);
    background-color: #000 !important;
}
summary.header__icon--menu[aria-expanded="true"] span:last-child {
    transform: rotate(-45deg);
    width: 15px;
    background-color: #000 !important;
}
html .template-index.overflow-hidden-tablet .header__icon--cart svg.icon-bag path,
html .template-index.overflow-hidden-tablet .header__icon--search path,
html .template-index.overflow-hidden-tablet .icon-logo svg {
    fill: #000 !important;
}
html .template-index.overflow-hidden-tablet .header__icon--cart .empty-cart + .cart-count-bubble {
    color: #000 !important;
}

@media (max-width:990px) {
    .cart-count-bubble span {
        transition: none !important;
        color:white !important;
        position: relative;
        left: 0;
        letter-spacing: 0;
        font-weight:bold;
        position: absolute;
        left: 51%;
        top: 51.5%;
        transform: translate(-51%, -48%);
      }

     
}

@media (min-width:991px) {
    .cart-count-bubble span {
        display: block !important;
        line-height: 1.3rem !important;
      font-weight:bold;
      color:white !important;
      }

      .cart-count-bubble, .fp-viewing-0-slide header:not(:hover) .header__icons .empty-cart+.cart-count-bubble {
        background-color: #000;
        color: #fff!important;
        width: 1.3rem !important;
        height: 1.3rem !important;
        top: auto!important;
        bottom: 5px !important;
        left: auto!important;
        right: -4px !important;
        font-size: .8rem !important;
        font-weight: 400 !important;
      }
}


.header__icon--menu {
    top: 3px;
    position: Relative;
}
.placeholder {
    background-color: rgba(var(--color-foreground), 0.04);
    color: rgba(var(--color-foreground), 0.55);
    fill: rgba(var(--color-foreground), 0.55);
}
details > * {
    box-sizing: border-box;
}
.break {
    word-break: break-word;
}
.visibility-hidden {
    visibility: hidden;
}
@media (prefers-reduced-motion) {
    .motion-reduce {
        transition: none !important;
        animation: none !important;
    }
}
:root {
    --duration-short: 100ms;
    --duration-default: 200ms;
    --duration-long: 500ms;
}
.customer a,
.underlined-link {
    color: rgba(var(--color-link), var(--alpha-link));
    text-underline-offset: 0.3rem;
    text-decoration-thickness: 0.1rem;
    transition: text-decoration-thickness ease 100ms;
}
.customer a:hover,
.underlined-link:hover {
    color: rgb(var(--color-link));
    text-decoration-thickness: 0.2rem;
}
.icon-arrow,
.title-wrapper-with-link .link-with-icon svg {
    width: 1.5rem;
}
.h3 .icon-arrow,
h3 .icon-arrow {
    width: calc(var(--font-heading-scale) * 1.5rem);
}
.animate-arrow .icon-arrow path {
    transform: translateX(-0.25rem);
    transition: transform var(--duration-short) ease;
}
.animate-arrow:hover .icon-arrow path {
    transform: translateX(-0.05rem);
}
summary {
    cursor: pointer;
    list-style: none;
    position: relative;
}
summary .icon-caret {
    position: absolute;
    height: 0.6rem;
    right: 0;
    top: calc(50% - 0.2rem);
}
summary::-webkit-details-marker {
    display: none;
}
.disclosure-has-popup {
    position: relative;
}
.disclosure-has-popup[open] > summary::before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    cursor: default;
    content: " ";
    background: 0 0;
}
.disclosure-has-popup > summary::before {
    display: none;
}
.disclosure-has-popup[open] > summary + * {
    z-index: 100;
}
@media screen and (min-width: 991px) {
    .disclosure-has-popup[open] > summary + * {
        z-index: 4;
    }
    .facets .disclosure-has-popup[open] > summary + * {
        z-index: 2;
    }
}
:focus {
    outline: 0;
    box-shadow: none;
}
:focus-visible {
    outline: 0;
    box-shadow: none;
}
.focused,
.no-js :focus {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 0.3rem;
    box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
.no-js .focus-inset:focus:not(:focus-visible),
.no-js .focus-offset:focus:not(:focus-visible),
.no-js :focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.focus-inset:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: -0.2rem;
    box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}
.focused.focus-inset,
.no-js .focus-inset:focus {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: -0.2rem;
    box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}
.focus-none {
    box-shadow: none !important;
    outline: 0 !important;
}
.focus-offset:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 1rem;
    box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}
.focus-offset.focused,
.no-js .focus-offset:focus {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 1rem;
    box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}
.title,
.title-wrapper-with-link {
    margin: 3rem 0 2rem;
}
.title-wrapper-with-link .title {
    margin: 0;
}
.title .link {
    font-size: inherit;
}
.title-wrapper {
    margin-bottom: 3rem;
}
.title-wrapper-with-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}
.title--primary {
    margin: 4rem 0;
}
.title-wrapper--self-padded-mobile,
.title-wrapper--self-padded-tablet-down {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
@media screen and (min-width: 991px) {
    .title-wrapper--self-padded-mobile {
        padding-left: 0;
        padding-right: 0;
    }
    .template-product .collection-refinement .page-width {
        padding: 0 20px;
    }
    .template-product .collection-refinement-item {
        padding: 0;
    }
}
@media (max-width: 990px) {
    button.header__search_btn {
        display: none !important;
    }
    .template-product div#shopify-section-breadcrumb-filters {
        display: none;
    }
}
@media screen and (min-width: 990px) {
    .title,
    .title-wrapper-with-link {
        margin: 5rem 0 3rem;
    }
    .title--primary {
        margin: 2rem 0;
    }
    .title-wrapper-with-link {
        align-items: center;
    }
    .title-wrapper-with-link .title {
        margin-bottom: 0;
    }
    .title-wrapper--self-padded-tablet-down {
        padding-left: 0;
        padding-right: 0;
    }
}
.title-wrapper-with-link .link-with-icon {
    margin: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.title-wrapper-with-link a {
    color: rgb(var(--color-link));
    margin-top: 0;
    flex-shrink: 0;
}
.title-wrapper--no-top-margin,
.title-wrapper--no-top-margin > .title {
    margin-top: 0;
}
.subtitle {
    font-size: 1.8rem;
    line-height: calc(1 + 0.8/var (--font-body-scale));
    letter-spacing: 0.06rem;
    color: rgba(var(--color-foreground), 0.7);
}
.subtitle--small {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
}
.subtitle--medium {
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
}
.grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 0;
    list-style: none;
    column-gap: var(--grid-mobile-horizontal-spacing);
    row-gap: var(--grid-mobile-vertical-spacing);
}
@media screen and (min-width: 991px) {
    .grid {
        column-gap: var(--grid-desktop-horizontal-spacing);
        row-gap: var(--grid-desktop-vertical-spacing);
    }
}
.grid:last-child {
    margin-bottom: 0;
}
.grid__item {
    width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    flex-grow: 1;
    flex-shrink: 0;
}
@media screen and (min-width: 991px) {
    .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
        max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
}
.grid--gapless.grid {
    column-gap: 0;
    row-gap: 0;
}
@media screen and (max-width: 990px) {
    .grid__item.slider__slide--full-width {
        width: 100%;
        max-width: none;
    }
}
.grid--1-col .grid__item {
    max-width: 100%;
    width: 100%;
}
.grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}
@media screen and (min-width: 991px) {
    .grid--3-col .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
}
.grid--2-col .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}
@media screen and (min-width: 991px) {
    .grid--2-col .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
    .grid--4-col-tablet .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
    .grid--3-col-tablet .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
    .grid--2-col-tablet .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
}
@media screen and (max-width: 989px) {
    .grid--1-col-tablet-down .grid__item {
        width: 100%;
        max-width: 100%;
    }
    .slider--tablet.grid--peek {
        margin: 0;
        width: 100%;
    }
    .slider--tablet.grid--peek .grid__item {
        box-sizing: content-box;
        margin: 0;
    }
}
@media screen and (min-width: 990px) {
    .grid--6-col-desktop .grid__item {
        width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
        max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    }
    .grid--5-col-desktop .grid__item {
        width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
        max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    }
    .grid--4-col-desktop .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
        max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
    .grid--3-col-desktop .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
        max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
    .grid--2-col-desktop .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
        max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
    .grid--1-col-desktop {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .grid--1-col-desktop .grid__item {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 990px) {
    .grid--peek.slider--mobile {
        margin: 0;
        width: 100%;
    }
    .grid--peek.slider--mobile .grid__item {
        box-sizing: content-box;
        margin: 0;
    }
    .grid--peek .grid__item {
        min-width: 35%;
    }
    .grid--peek.slider .grid__item:first-of-type {
        margin-left: 1.5rem;
    }
    .grid--peek.slider:after {
        margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
    }
    .grid--2-col-tablet-down .grid__item {
        width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    }
    .grid--peek .grid__item,
    .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
        width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
    }
    .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item,
    .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item {
        width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
    }
}
@media screen and (min-width: 991px) and (max-width: 989px) {
    .slider--tablet.grid--peek .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
    .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
    .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
    .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
    .slider--tablet.grid--peek .grid__item:first-of-type {
        margin-left: 1.5rem;
    }
    .grid--2-col-tablet-down .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
    .grid--1-col-tablet-down.grid--peek .grid__item {
        width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
}
.display-block,
.media,
deferred-media {
    display: block;
}
.media {
    background-color: rgba(var(--color-foreground), 0.1);
    position: relative;
    overflow: hidden;
}
.media--transparent {
    background-color: transparent;
}
.media model-viewer,
.media > :not(.zoom):not(.deferred-media__poster-button) {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.media > img {
    object-fit: cover;
    object-position: center center;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.media--square {
    padding-bottom: 100%;
}
.media--portrait {
    padding-bottom: 125%;
}
.media--landscape {
    padding-bottom: 66.6%;
}
.media--cropped {
    padding-bottom: 56%;
}
.media--16-9 {
    padding-bottom: 56.25%;
}
.media--circle {
    padding-bottom: 100%;
    border-radius: 50%;
}
.media.media--hover-effect > img + img {
    opacity: 0;
}
@media screen and (min-width: 990px) {
    .media--cropped {
        padding-bottom: 63%;
    }
}
.button,
.cart__dynamic-checkout-buttons [role="button"],
.cart__dynamic-checkout-buttons iframe,
.customer button,
.shopify-challenge__button,
.shopify-payment-button [role="button"],
button.shopify-payment-button__button--unbranded {
    --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
    --shadow-blur-radius: var(--buttons-shadow-blur-radius);
    --shadow-opacity: var(--buttons-shadow-opacity);
    --shadow-visible: var(--buttons-shadow-visible);
    --border-offset: var(--buttons-border-offset);
    --border-opacity: calc(1 - var(--buttons-border-opacity));
    border-radius: var(--buttons-radius-outset);
    position: relative;
}
.shopify-payment-button__button--branded {
    z-index: auto;
}
.cart__dynamic-checkout-buttons iframe {
    box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-base-text), var(--shadow-opacity));
}
.button,
.customer button,
.shopify-challenge__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0 3rem;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    font-size: 1.1rem !important;
    text-transform: uppercase;
    color: rgb(var(--color-button-text));
    transition: all 400ms ease;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--color-base-solid-button-bg);
}
.button:hover {
    background-color: var(--color-base-solid-button-bg-hover);
    color: var(--color-base-solid-button-hover-labels);
    border-color: var(--color-base-solid-button-bg-hover);
}
.button--secondary:after {
    --border-opacity: var(--buttons-border-opacity);
}
.button.focused,
.button:focus,
.button:focus-visible,
.shopify-payment-button [role="button"]:focus,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button__button--unbranded:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role="button"]:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused) {
    box-shadow: inherit;
}
.button::selection,
.customer button::selection,
.shopify-challenge__button::selection {
    background-color: rgba(var(--color-button-text), 0.3);
}
.button {
    letter-spacing: 0.1rem;
    line-height: calc(1 + 0.2/var (--font-body-scale));
}
.button-label {
    font-size: 1.5rem;
}
.button-label,
.customer button,
.shopify-challenge__button {
    letter-spacing: 0.1rem;
    line-height: calc(1 + 0.2/var (--font-body-scale));
}
.button--tertiary {
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    min-width: calc(9rem + var(--buttons-border-width) * 2);
    min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}
.button--small {
    padding: 1.2rem 2.6rem;
}
.button.disabled,
.button:disabled,
.button[aria-disabled="true"],
.customer button.disabled,
.customer button:disabled,
.customer button[aria-disabled="true"] {
    cursor: not-allowed;
    opacity: 0.5;
}
.button--full-width {
    display: flex;
    width: 100%;
}
.button--full-width.outline-button {
    color: rgb(var(--color-button-text));
    font-weight: 700;
    font-size: 1.1rem !important;
    text-transform: uppercase;
    letter-spacing: 0.16rem;
    background-color: transparent;
    border: 1px solid;
}
.button--full-width.outline-button:hover {
    color: rgb(var(--color-base-solid-button-labels));
    background-color: rgba(var(--color-base-accent-1));
    opacity: 1;
}
.button.loading {
    color: transparent;
    position: relative;
}
@media screen and (forced-colors: active) {
    .button.loading {
        color: rgb(var(--color-foreground));
    }
}
.button.loading > .loading-overlay__spinner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
}
.button.loading > .loading-overlay__spinner .spinner,
.share-button details {
    width: fit-content;
}
.button.loading > .loading-overlay__spinner .path {
    stroke: rgb(var(--color-button-text));
}
.share-button {
    display: block;
    position: relative;
}
.share-button__button,
.share-button__fallback button {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
}
.share-button__button {
    font-size: 1.4rem;
    min-height: 2.4rem;
    color: rgb(var(--color-link));
    margin-left: 0;
    padding-left: 0;
}
details[open] > .share-button__fallback {
    animation: animateMenuOpen var(--duration-default) ease;
}
.share-button__button:hover {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}
.share-button__fallback button {
    width: 4.4rem;
    height: 4.4rem;
    padding: 0;
    flex-shrink: 0;
    justify-content: center;
    position: relative;
    right: var(--inputs-border-width);
}
.share-button__button .icon-share {
    height: 1.2rem;
    margin-right: 1rem;
    width: 1.3rem;
}
.share-button__fallback {
    display: flex;
    align-items: center;
    position: absolute;
    top: 3rem;
    left: 0.1rem;
    z-index: 3;
    width: 100%;
    min-width: max-content;
    border-radius: var(--inputs-radius);
    border: 0;
}
.share-button__fallback:after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: var(--inputs-border-width);
    right: var(--inputs-border-width);
    bottom: var(--inputs-border-width);
    left: var(--inputs-border-width);
    border: 0.1rem solid transparent;
    border-radius: var(--inputs-radius);
    box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
    transition: box-shadow var(--duration-short) ease;
    z-index: 1;
}
.share-button__fallback:before {
    background: rgb(var(--color-background));
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: var(--inputs-radius-outset);
    box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
    z-index: -1;
}
.share-button__fallback button:hover {
    color: rgba(var(--color-foreground), 0.75);
}
.share-button__fallback button:hover svg {
    transform: scale(1.07);
}
.share-button__close:not(.hidden) + .share-button__copy {
    display: none;
}
.share-button__close,
.share-button__copy {
    background-color: transparent;
    color: rgb(var(--color-foreground));
}
.share-button__close:focus-visible,
.share-button__copy:focus-visible {
    background-color: rgb(var(--color-background));
    z-index: 2;
}
.share-button__close:focus,
.share-button__copy:focus {
    background-color: rgb(var(--color-background));
    z-index: 2;
}
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused) {
    background-color: inherit;
}
.share-button__fallback .field:after,
.share-button__fallback .field:before {
    content: none;
}
.share-button__fallback .field {
    border-radius: 0;
    min-width: auto;
    min-height: auto;
    transition: none;
}
.share-button__fallback .field__input:-webkit-autofill,
.share-button__fallback .field__input:focus {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 0.1rem;
    box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
.share-button__fallback .field__input {
    box-shadow: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    filter: none;
    min-width: auto;
    min-height: auto;
}
.share-button__fallback .field__input:hover {
    box-shadow: none;
}
.share-button__fallback .icon {
    width: 1.5rem;
    height: 1.5rem;
}
.share-button__message:not(:empty) {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 0.8rem 0 0.8rem 1.5rem;
    margin: var(--inputs-border-width);
}
.share-button__message:not(:empty):not(.hidden) ~ * {
    display: none;
}
.field__input {
    font-size: 1.6rem;
    min-height: calc(var(--inputs-border-width) * 2);
}
.customer .field input,
.customer select,
.field__input,
.select__select {
    -webkit-appearance: none;
    appearance: none;
    background-color: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    width: 100%;
    box-sizing: border-box;
    border-radius: var(--inputs-radius);
    height: 4.5rem;
    min-width: calc(7rem + (var(--inputs-border-width) * 2));
    position: relative;
    border: 0;
}
.select__select {
    transition: box-shadow var(--duration-short) ease;
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    font-size: 1.2rem;
    color: rgba(var(--color-foreground), 0.75);
}
.customer .field input,
.customer select {
    font-size: 1.6rem;
}
.customer .field input {
    min-height: calc(var(--inputs-border-width) * 2);
}
.customer select {
    transition: box-shadow var(--duration-short) ease;
}
.customer .field:before,
.customer select:before,
.field:before,
.localization-form__select:before,
.select:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: var(--inputs-radius-outset);
    box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
    z-index: -1;
}
.customer .field:after,
.customer select:after,
.field:after,
.localization-form__select:after,
.select:after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: var(--inputs-border-width);
    right: var(--inputs-border-width);
    bottom: var(--inputs-border-width);
    left: var(--inputs-border-width);
    border: 0.1rem solid transparent;
    border-radius: var(--inputs-radius);
    box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
    transition: box-shadow var(--duration-short) ease;
    z-index: 1;
}
.customer .field:hover.field:after,
.customer select:hover.select:after,
.field:hover.field:after,
.localization-form__select:hover.localization-form__select:after,
.select:hover.select:after,
.select__select:hover.select__select:after {
    box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground), var(--inputs-border-opacity));
    outline: 0;
    border-radius: var(--inputs-radius);
}
.customer .field input:focus-visible,
.customer select:focus-visible,
.field__input:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after,
.select__select:focus-visible {
    box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
    outline: 0;
    border-radius: var(--inputs-radius);
}
.customer .field input:focus,
.customer select:focus,
.field__input:focus,
.localization-form__select:focus.localization-form__select:after,
.select__select:focus {
    box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
    outline: 0;
    border-radius: var(--inputs-radius);
}
.localization-form__select:focus {
    outline: 0;
    box-shadow: none;
}
.select,
.text-area {
    display: flex;
    position: relative;
    width: 100%;
}
.customer select + svg,
.select .icon-caret {
    height: 0.6rem;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 0.2rem);
    right: calc(var(--inputs-border-width) + 1.5rem);
}
.customer select,
.select__select {
    cursor: pointer;
    line-height: calc(1 + 0.6/var (--font-body-scale));
    padding: 0 2rem;
    margin: var(--inputs-border-width);
    min-height: calc(var(--inputs-border-width) * 2);
}
.field {
    position: relative;
    width: 100%;
    transition: box-shadow var(--duration-short) ease;
}
.customer .field,
.field {
    display: flex;
}
.field--with-error {
    flex-wrap: wrap;
}
.customer .field input,
.field__input {
    flex-grow: 1;
    text-align: left;
    padding: 1.5rem;
    margin: var(--inputs-border-width);
    transition: box-shadow var(--duration-short) ease;
}
.customer .field label,
.field__label {
    font-size: 1.6rem;
    left: calc(var(--inputs-border-width) + 2rem);
    top: calc(1rem + var(--inputs-border-width));
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
    color: rgba(var(--color-foreground), 0.75);
    letter-spacing: 0.1rem;
    line-height: 1.5;
}
.customer .field input:-webkit-autofill ~ label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.field__input:-webkit-autofill ~ .field__label,
.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label {
    font-size: 1rem;
    top: calc(var(--inputs-border-width) + 0.5rem);
    left: calc(var(--inputs-border-width) + 2rem);
    letter-spacing: 0.04rem;
}
.customer .field input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.field__input:focus,
.field__input:not(:placeholder-shown) {
    padding: 2.2rem 1.5rem 0.8rem 2rem;
    margin: var(--inputs-border-width);
}
.customer .field input::-webkit-search-cancel-button,
.field__input::-webkit-search-cancel-button {
    display: none;
}
.customer .field input::placeholder,
.field__input::placeholder {
    opacity: 0;
}
.field__button {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: currentColor;
    cursor: pointer;
    display: flex;
    height: 4.4rem;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.4rem;
}
.field__button > svg {
    height: 2.5rem;
    width: 2.5rem;
}
.customer .field input:-webkit-autofill ~ label,
.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label {
    color: #000;
}
.text-area {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    min-height: 10rem;
    resize: none;
}
input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-right: 0.5rem;
}
.form__label {
    display: block;
    margin-bottom: 0.6rem;
}
.form__message {
    align-items: center;
    display: flex;
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 1rem;
}
.form-status,
.form__message--large {
    font-size: 1.6rem;
}
.customer .field .form__message {
    font-size: 1.4rem;
    text-align: left;
}
.form__message .icon {
    flex-shrink: 0;
    height: 1.3rem;
    margin-right: 0.5rem;
    width: 1.3rem;
}
.customer .form__message svg {
    flex-shrink: 0;
}
.customer .form__message svg,
.form__message--large .icon {
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 1rem;
}
.customer .field .form__message svg {
    align-self: start;
}
.form-status {
    margin: 0;
}
.form-status-list {
    padding: 0;
    margin: 2rem 0 4rem;
}
.form-status-list li {
    list-style-position: inside;
}
.form-status-list .link::first-letter {
    text-transform: capitalize;
}
.quantity {
    color: rgba(var(--color-foreground));
    position: relative;
    width: 44px;
    display: flex;
    border-radius: var(--inputs-radius);
    min-height: 20px;
    border: 0;
    font-size: 1.1rem;
}
.quantity__button,
.quantity__input {
    border: 0;
    background-color: transparent;
}
.quantity__input {
    color: currentColor;
    font-size: 1.4rem;
    font-weight: 500;
    opacity: 0.85;
    text-align: center;
    padding: 0 0.5rem;
    width: 100%;
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
}
.quantity__button {
    width: calc(4.5rem / var(--font-body-scale));
    flex-shrink: 0;
    font-size: 1.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--color-foreground));
    padding: 0;
}
.quantity__button:first-child {
    margin-left: calc(var(--inputs-border-width));
}
.quantity__button:last-child {
    margin-right: calc(var(--inputs-border-width));
}
.quantity__button svg {
    width: 1rem;
    pointer-events: none;
}
.quantity__button:focus-visible,
.quantity__input:focus-visible {
    background-color: rgb(var(--color-background));
    z-index: 2;
}
.quantity__button:focus,
.quantity__input:focus {
    background-color: rgb(var(--color-background));
    z-index: 2;
}
.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
    box-shadow: none;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    border-color: #bcbec0 !important;
    color: #bcbec0 !important;
    font-weight: 400 !important;
    font-size: 1.1rem;
    position: relative;
    top: -3px;
    margin-left: 3px;
    letter-spacing: 0;
    padding-left: 3px;
}
.quantity__button:focus-visible,
.quantity__input:focus-visible {
    box-shadow: none;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    border-color: #bcbec0 !important;
    color: #bcbec0 !important;
    font-weight: 400 !important;
    font-size: 1.1rem;
    position: relative;
    top: -3px;
    margin-left: 3px;
    letter-spacing: 0;
    padding-left: 3px;
}
.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:active,
.quantity__input:-webkit-autofill:hover {
    box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
    -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}
.quantity__input::-webkit-inner-spin-button,
.quantity__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity__input[type="number"] {
    -moz-appearance: textfield;
}
.modal__toggle {
    list-style-type: none;
}
.no-js details[open] .modal__toggle {
    position: absolute;
    z-index: 5;
}
.modal__toggle-close,
.no-js .modal__close-button.link,
.no-js details[open] .modal__toggle-open {
    display: none;
}
.no-js details[open] svg.modal__toggle-close {
    display: flex;
    z-index: 1;
    height: 1.7rem;
    width: 1.7rem;
}
.modal__toggle-open {
    display: flex;
}
.modal__close-button.link,
.modal__content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal__close-button.link {
    padding: 0;
    height: 4.4rem;
    width: 4.4rem;
    background-color: transparent;
}
.modal__close-button .icon {
    width: 1.7rem;
    height: 1.7rem;
}
.modal__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(var(--color-background));
    z-index: 4;
}
.media-modal {
    cursor: zoom-out;
}
.media-modal .deferred-media {
    cursor: initial;
}
.icon-bag {
    width: 20px;
    height: 24px;
}
@media (max-width: 990px) {
    .icon-bag {
        width: 18px;
        height: 21px;
    }
}
.cart-count-bubble:empty {
    display: none;
}
.cart-count-bubble {
    position: absolute;
    color: rgb(var(--color-button-text));
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    padding: 0;
    font-weight: 400!important;
    transform: translate(-50%, -50%);
    background-color: #000;
    color: #fff!important;
    width: 1.2rem;
    height: 1.2rem;
    top: auto!important;
    bottom: 6px;
    left: auto!important;
    right: -2px;
}
.cart-not-loaded .cart-count-bubble {
  display:none;
}
@media (max-width: 990px) {
    .cart-count-bubble {
        font-size: 0.7rem;
        text-align: center;
        text-indent: 0px;
        top: auto!important;
        bottom: 5px;
        left: auto!important;
        right: -2px;
    }
}
#shopify-section-announcement-bar {
    z-index: 4;
    max-height: 35px;
    line-height: 35px;
    overflow: hidden;
}
.announcement-bar {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
    color: rgb(var(--color-foreground));
}
.announcement-bar__link {
    display: block;
    width: 100%;
    padding: 0;
    text-decoration: none;
}
.top-banner-cta {
    margin-left: 5px;
    border-bottom: 1px solid;
}
.announcement-bar__link:hover {
    color: rgb(var(--color-foreground));
    background-color: rgba(var(--color-card-hover), 0.06);
}
.announcement-bar__link .icon-arrow {
    display: inline-block;
    pointer-events: none;
    margin-left: 0.8rem;
    vertical-align: middle;
    margin-bottom: 0.2rem;
}
.announcement-bar__link .announcement-bar__message {
    padding: 0;
}
.announcement-bar__message {
    padding: 1rem 0;
    margin: 0;
    letter-spacing: 0.1rem;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}
#shopify-section-header {
    z-index: 4;
    position: sticky;
    top: 0;
}

.tippy-popper {
    display: none !important;
}

@media (min-width: 990px) {
    body:not(.template-index) .header-main-wrapper {
        z-index: 6;
        position: fixed;
        top: 0;
        width: 100%;
    }
    body.template-mardi-gras {
        padding-top: 0 !important;
    }
    body:not(.template-index):not(.template-page-homepage):not(.template-stores) {
        padding-top: 153px;
        position: relative !important;
    }
}
.shopify-section-header-sticky {
    position: sticky;
    top: 0;
}
.shopify-section-header-hidden {
    transform: translateY(-100%);
}
.shopify-section-header-hidden.menu-open {
    transform: translateY(0);
}
#shopify-section-header.animate {
    transition: transform 0.15s ease-out;
}
.header-main-wrapper {
    z-index: 6;
}
.template-index .header-main-wrapper {
    position: fixed;
    width: 100%;
}
.header-wrapper {
    display: block;
    position: relative;
    background-color: rgb(var(--color-background));
    z-index: 1;
    transition: all 400ms ease;
}
.template-index:not(.browser-scrolled) .header-wrapper {
    background-color: transparent;
}
.header-wrapper:hover {
    background-color: #fffffff7 !important;
}
.template-index:not(.browser-scrolled) .header-wrapper:hover {
    background-color: #fffffff7 !important;
}
.header-wrapper--border-bottom {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.header {
    display: block;
}
.top-header,
details-disclosure > details,
header-menu > details {
    position: relative;
}
@media (min-width: 991px) {
    button.header__search {
        display: block !important;
    }
    .top-header {
        z-index: 4;
    }
}
@media screen and (min-width: 990px) {
    .icon-bag {
        width: 17px;
        height: 19px;
        position: relative;
        left: -1px;
        top: -2px;
    }
    .cart-count-bubble {
        letter-spacing: 0;
    }
    .header__icon .icon-magnify {
        width: 17px !important;
        height: 20px !important;
        top: 0 !important;
    }
    .header--middle-left:not(.header--has-menu),
    .header--top-left {
        grid-template-areas: "heading icons" "navigation navigation";
        grid-template-columns: 1fr auto;
    }
    .header--middle-left {
        grid-template-areas: "heading navigation icons";
        grid-template-columns: auto auto 1fr;
        column-gap: 2rem;
    }
    .header--middle-center {
        grid-template-areas: "navigation heading icons";
        grid-template-columns: 1fr auto 1fr;
        column-gap: 2rem;
    }
    .header--top-center {
        grid-template-areas: "left-icon heading icons" "navigation navigation navigation";
    }
    .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
        margin-top: 0;
        position: static;
        z-index: 3;
    }
}
.header {
    transition: all 100ms ease;
}
.header [tabindex="-1"]:focus {
    outline: 0;
}
.header__heading {
    margin: 0;
    line-height: 0;
    grid-area: heading;
    justify-self: center;
}
.header > .header__heading-link {
    line-height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: height 150ms ease 0s;
    transition: height 150ms ease 0s;
    position: relative;
}
@media (min-width: 990px) {
    .header > .header__heading-link {
        height: 28px;
        line-height: 28px !important;
    }
    body.browser-scrolled .header {
        padding-top: 0;
    }
    body.browser-scrolled a.header__heading-link.icon-logo {
        height: 0;
    }
}
.header__heading-link {
    grid-area: heading;
    justify-self: center;
    display: inline-block;
    padding: 0;
    text-decoration: none;
    word-break: break-word;
}
.header__heading-link:hover .h2 {
    color: rgb(var(--color-foreground));
}
.header__heading-link .h2 {
    line-height: 1;
    color: rgba(var(--color-foreground), 0.75);
}
.header__heading-logo {
    height: auto;
    width: 100%;
}
.icon-logo svg {
    width: 140px;
}
@media screen and (max-width: 989px) {
    .krewe-logo {
        max-width: 120px !important;
        position: relative;
        top: 3px;
    }
    .header {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .icon-logo svg {
        width: 120px;
        height: 25px;
    }
    .header__heading,
    .header__heading-link {
        text-align: center;
    }
    .header--mobile-left .header__heading,
    .header--mobile-left .header__heading-link {
        text-align: center;
        justify-self: start;
    }
    .header--mobile-left {
        grid-template-columns: auto 2fr 1fr;
    }
}
@media screen and (min-width: 990px) {
    .header__heading-link {
        margin-left: -0.75rem;
    }
    .header__heading,
    .header__heading-link {
        justify-self: start;
    }
    .header--top-center .header__heading,
    .header--top-center .header__heading-link {
        justify-self: center;
        text-align: center;
    }
    a.header__heading-link.link.link--text.focus-inset.icon-logo {
        margin: 0 auto;
        display: block !important;
        overflow: hidden;
    }
}
.header__icons {
    display: flex;
    grid-area: icons;
    justify-self: end;
    transition: all 100ms ease;
}
.header__search {
    background-color: transparent !important;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
}
@media (min-width: 991px) {
    .header__icons {
        position: absolute;
        top: -7px;
        right: -5px;
    }
    .template-collection-brand-blocks .header__icons {
        right: -2px;
    }
    .header__search_btn {
        position: absolute;
        top: -9px;
        cursor: pointer;
        left: -5px;
    }
    .header__icons .header__search {
        display: none !important;
    }
    .browser-scrolled .header__icons,
    .browser-scrolled .header__search_btn {
        top: 5px;
    }
    .browser-scrolled .top-header {
        z-index: 4;
    }
    .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
        position: relative !important;
        margin: -6px auto 0 !important;
        display: block !important;
        text-align: center !important;
    }
    .browser-scrolled .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
        margin-top: 0 !important;
    }
    .template-index .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
        margin: 0 auto !important;
    }
}
.header__icon:not(.header__icon--account) span,
.header__icon:not(.header__icon--summary):not(.header__icon--account) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__icon {
    color: rgb(var(--color-foreground));
    height: 4.4rem;
    width: 2.8rem;
    padding: 0;
}
.header__icon span {
    height: 100%;
}
.header__icon::after {
    content: none;
}
.header__icon .icon {
    height: 2rem;
    width: 2rem;
    fill: none;
    vertical-align: middle;
}
.header__icon .icon-magnify {
    width: 20px;
    height: 23px;
}
.header__icon--account {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    height: 20px !important;
    position: relative;
    top: 12px;
    text-decoration: none;
}
@media (min-width: 991px) {
    .header__icon--account {
        padding-right: 2px;
    }
}
.header-account-text {
    font-size: 1.1rem;
    position: relative;
    padding-right: 7px;
    font-weight: 300;
    letter-spacing: 0.09rem;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    line-height: 20px;
}
.header-account-text,
.header__icon--account .icon-heart {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 990px) {
    .header__icon.header__icon--menu svg {
        height: 2.8rem;
        width: 2.8rem;
        fill: #000;
    }
    .header__icon--account {
        width: 21px;
        text-align: center;
        display: none;
    }
    .header__icon--account .icon-heart {
        width: 15px;
        position: relative;
        top: -1px;
    }
}
.header__icon--cart .icon {
    height: 20px;
    width: 30px;
    padding: 0;
    fill: #000;
}
.header__icon--cart {
    position: relative;
    margin-right: 0;
}

.header__search {
    line-height: 0;
}

@media screen and (max-width: 989px) {
    menu-drawer ~ .header__icons .header__icon--account {
        display: none;
    }

    .header__search {
        line-height: 1.42857143;
    }
}
.header__icon--menu[aria-expanded="true"]::before {
    content: "";
    top: 100%;
    left: 0;
    height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
    width: 100%;
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
}
menu-drawer + .header__search {
    display: none;
}
.header > .header__search {
    grid-area: left-icon;
    justify-self: start;
}
button.header__search:hover {
    cursor: pointer;
}
.header__icons.header__left-icons {
    left: 0;
    right: auto;
    top: 12px;
}

.header--top-center > .header__search {
    display: none;
}
.header--top-center * > .header__search,
.header__search {
    display: inline-flex;
}
@media screen and (min-width: 990px) {
    .header--top-center > .header__search,
    .header:not(.header--top-center) * > .header__search {
        display: inline-flex;
    }
}
.field:after,
.no-js .predictive-search {
    display: none;
}
details[open] > .search-modal {
    opacity: 1;
    animation: animateMenuOpen 500ms ease;
}
details[open] .modal-overlay {
    display: block;
}
details[open] .modal-overlay::after {
    position: absolute;
    content: "";
    background-color: rgb(var(--color-foreground), 0.5);
    top: 100%;
    left: 0;
    right: 0;
    height: 100vh;
}
.no-js details[open] > .header__icon--search {
    top: 1rem;
    right: 0.5rem;
}
.search-modal {
    opacity: 0;
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
    min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
    height: 100%;
}
.search-modal__content {
    display: flex;
    align-items: start;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 5rem 0 1rem;
    line-height: calc(1 + 0.8/var (--font-body-scale));
    position: relative;
}
.search__input.field__input {
    box-shadow: none !important;
}
.search-modal__content-bottom {
    bottom: calc((var(--inputs-margin-offset) / 2));
}
.search-modal__content-top {
    top: calc((var(--inputs-margin-offset) / 2));
}
.product-card-canvas img,
.search-modal__form,
div#shopify-section-breadcrumb-filters {
    width: 100%;
}
.search-modal__close-button {
    position: absolute;
    right: 0.3rem;
}
@media screen and (min-width: 991px) {
    .search-modal__close-button {
        right: 1rem;
    }
    .search-modal__content {
        padding: 0 6rem;
    }
}
@media screen and (min-width: 990px) {
    .search-modal__form {
        max-width: 47.8rem;
    }
    .search-modal__close-button {
        position: initial;
        margin-left: 0.5rem;
    }
}
.header__icon--menu .icon {
    display: block;
    position: absolute;
    opacity: 1;
    transform: scale(1);
    transition: transform 150ms ease, opacity 150ms ease;
}
details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
}
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
    visibility: hidden;
}
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
    visibility: visible;
    opacity: 1;
    transform: scale(1.07);
}
.js details > .header__submenu {
    opacity: 0;
    transform: translateY(-1.5rem);
}
details[open] > .header__submenu {
    animation: animateMenuOpen var(--duration-default) ease;
    animation-fill-mode: forwards;
    z-index: 1;
}
@media (prefers-reduced-motion) {
    details[open] > .header__submenu {
        opacity: 1;
        transform: translateY(0);
    }
}
.header__inline-menu {
    margin-left: -1.2rem;
    grid-area: navigation;
    display: none;
}
.header--top-center .header__heading-link,
.header--top-center .header__inline-menu {
    margin-left: 0;
}
@media screen and (min-width: 990px) {
    .header__inline-menu {
        display: block;
    }
    .header--top-center .header__inline-menu {
        justify-self: center;
    }
    .header--top-center .header__inline-menu > .list-menu--inline {
        justify-content: center;
    }
    .header--middle-left .header__inline-menu {
        margin-left: 0;
    }
}
.header__menu {
    padding: 0 1rem;
}
.header__menu-item {
    padding: 1.2rem 22px;
    text-decoration: none;
    color: rgba(var(--color-foreground), 0.75);
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
}
.header__menu-item:hover {
    color: rgb(var(--color-foreground));
}
.header__menu-item span {
    transition: text-decoration var(--duration-short) ease;
}
.header__active-menu-item,
.header__menu-item:hover span {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}
details[open] > .header__menu-item {
    text-decoration: underline;
}
.header__menu-item:hover .header__active-menu-item,
details[open]:hover > .header__menu-item {
    text-decoration-thickness: 0.2rem;
}
details[open] > .header__menu-item .icon-caret {
    transform: rotate(180deg);
}
.header__active-menu-item {
    transition: text-decoration-thickness var(--duration-short) ease;
    color: rgb(var(--color-foreground));
}
.header__submenu {
    transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}
.global-settings-popup,
.header__submenu.global-settings-popup {
    border-radius: var(--popup-corner-radius);
    border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
    border-style: solid;
    border-width: var(--popup-border-width);
    box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}
.header__submenu.list-menu {
    padding: 2.4rem 0;
}
.header__submenu .header__submenu {
    background-color: rgba(var(--color-foreground), 0.03);
    padding: 0.5rem 0;
    margin: 0.5rem 0;
}
.header__submenu .header__menu-item:after {
    right: 2rem;
}
.header__submenu .header__menu-item {
    justify-content: space-between;
    padding: 0.8rem 2.4rem;
}
.header__submenu .header__submenu .header__menu-item {
    padding-left: 3.4rem;
}
.header__menu-item .icon-caret {
    right: 0.8rem;
}
.header__submenu .icon-caret {
    flex-shrink: 0;
    margin-left: 1rem;
    position: static;
}
.overflow-hidden-mobile,
.overflow-hidden-tablet,
body.mini-account-open,
body.mini-cart-open,
body.mobile-nav-open,
body.search-bar-open,
body.subscribe-popup-open {
    overflow: hidden;
}
@media screen and (min-width: 991px) {
    .overflow-hidden-mobile {
        overflow: auto;
    }
    .krw--desktop-only.main-filters-icon + span,
    .krw--desktop-only.main-filters-icon + span + svg {
        display: none !important;
    }
    button.filters-toggle-btn {
        padding-right: 0;
    }
}
@media screen and (min-width: 990px) {
    .overflow-hidden-tablet {
        overflow: auto;
    }
}
.menu-bg {
    position: absolute;
    height: 345px;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.97);
    z-index: 1;
    transition: all 0.3s;
    -webkit-box-shadow: 0 2px 3px rgb(0 0 0/5%);
    box-shadow: 0 2px 3px rgb(0 0 0/5%);
    display: block !important;
}
.menu-bg,
.template-index .menu-bg {
    top: 118px;
}
.browser-scrolled .menu-bg {
    top: 55px;
}
.menu-bg:not(.menu-visible) {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
.menu-bg.menu-visible {
    opacity: 1;
    visibility: visible;
}
.desktop-navbar-nav-list-center,
ul.nav-list-level-2 {
    list-style-type: none;
    padding-left: 0;
}
.header__inline-menu a {
    text-decoration: none;
    color: #000;
}
.desktop-navbar-nav-list-center {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
    display: inline-block;
}
li.nav-list-level-1-item {
    display: inline-block;
}
ul.desktop-navbar-nav-list-center li.nav-list-level-1-item {
    padding-left: 22px;
    padding-right: 22px;
}
ul.desktop-navbar-nav-list-center li.nav-list-level-1-item:first-child {
    padding-left: 24px;
}
.desktop-navbar-nav-pillar {
    height: 65px;
    line-height: 65px;
    transition: all 100ms ease;
}
@media (min-width: 990px) {
    .browser-scrolled .desktop-navbar-nav-pillar {
        height: 55px;
        line-height: 55px;
    }
}
ul.desktop-navbar-nav-list-center > li > a {
    -webkit-transition: color 0.4s ease-in-out 0s;
    transition: color 0.4s ease-in-out 0s;
}
ul.desktop-navbar-nav-list-center:hover > li > a {
    color: #808285;
}
ul.desktop-navbar-nav-list-center li.open > a {
    color: #000;
}
@media (max-width: 990px) {
    header-drawer {
        margin-left: -9px;
        display: inline-block;
    }
    button.header__search,
    nav.header__inline-menu {
        display: none !important;
    }
    .header__icons {
        top: 4px !important;
        position: absolute;
        right: 8px;
    }
    .template-index summary.header__icon--menu {
        top: 3px !important;
    }
    a.header__heading-link.link.link--text.focus-inset.icon-logo,
    h1.header__heading {
        position: absolute;
        top: 5px;
        width: 170px;
        left: 50%;
        transform: translateX(-50%);
    }
    a.header__heading-link.link.link--text.focus-inset.icon-logo {
        top: 15px;
    }
    .template-index a.header__heading-link.link.link--text.focus-inset.icon-logo,
    .template-index h1.header__heading {
        position: absolute;
        top: 7px;
        width: 170px;
        left: 50%;
        transform: translateX(-50%);
    }
    header.header.header--top-center.header--mobile-center.page-width {
        padding: 0 !important;
    }
    summary.header__icon.header__icon--menu.header__icon--summary.link.focus-inset {
        margin-left: 15px;
        padding-top: 9px;
    }
    .template-index summary.header__icon.header__icon--menu.header__icon--summary.link.focus-inset {
        padding-top: 7px !important;
    }
}
li.nav-list-level-1-item.desktop-navbar-nav-dropdown.dropdown.link-gifts img {
    width: 38px;
    position: relative;
}
.dropdown-menu {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    z-index: 0;
    color: #000;
    background-color: transparent;
    text-align: left;
    -webkit-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
    transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
    pointer-events: none;
    text-transform: uppercase;
}
.browser-scrolled .dropdown-menu {
    top: 53px;
}
.open .desktop-navbar-nav-dropdown-menu.dropdown-menu {
    pointer-events: all;
}
#shopify-section-breadcrumb-filters,
.dropdown.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.mega-menu-title {
    font-weight: 700;
    padding-bottom: 12px;
}
ul.desktop-navbar-nav-list li.nav-list-level-2-item a {
    padding-bottom: 14px;
}
.mega-menu {
    max-width: 1205px;
    padding: 0 20px 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    z-index: 2;
}
.mega-menu-col {
    width: 16.6667%;
    display: inline-block;
    margin-right: -7px;
    text-align: right;
    padding: 0 15px 17px 0;
    vertical-align: top;
    position: relative;
}
.mega-menu-col.mega-menu-nav-collection {
    vertical-align: top;
    width: 66.666%;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 17px;
    position: relative;
}
.mega-menu-nav-collection-inner {
    top: 28px;
    position: absolute;
    width: 100%;
    left: 0;
    transition: all 0.5s ease;
}
.mega-menu-col.mega-menu-nav-collection .product-ribbon-flex-item,
.second-chances-nav {
    width: 25%;
    display: inline-block;
    margin-right: -5px;
    vertical-align: top;
}
.mega-menu-nav-collection-inner[data-desktop-nav-collection="about"] .product-ribbon-flex-item,
.mega-menu-nav-collection-inner[data-desktop-nav-collection="dropdown-banners"] .product-ribbon-flex-item,
.mega-menu-nav-collection-inner[data-desktop-nav-collection="events"] .product-ribbon-flex-item,
.mega-menu-nav-collection-inner[data-desktop-nav-collection="gifts"] .product-ribbon-flex-item {
    width: 33.333%;
}
.product-ribbon-flex-item:first-child {
    margin-left: -5px;
}
.mega-menu-nav-collection-inner[aria-expanded="false"] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s ease;
}
li.nav-list-level-1-item.desktop-navbar-nav-dropdown.dropdown .product-card-canvas {
    opacity: 0;
    transition: all 0.5s;
}
.product-card-canvas {
    position: relative;
    padding-top: 142.85714%;
}
.mega-menu .mega-menu-nav-collection-inner .product-card-image {
    visibility: visible;
    opacity: 1;
}
.product-card-image,
.product-image-color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block !important;
}
.product-card-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.product-image-color-overlay {
    background-color: rgba(0, 0, 0, 0.03);
}
li.nav-list-level-1-item.desktop-navbar-nav-dropdown.dropdown.open .product-card-canvas {
    opacity: 1;
}
.mega-menu .product-card-details {
    display: block;
    padding-top: 5px;
    height: auto;
    letter-spacing: 0.2rem;
    text-align: center;
}
.mega-menu .product-card-family-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
}
.product-ribbon-flex-item {
    padding: 0 5px;
}
.product-ribbon-flex-item.second-chances-nav {
    width: 16.6667%;
    vertical-align: top;
    padding-bottom: 12px;
    padding-top: 28px;
}
.product-ribbon-flex-item.second-chances-nav .product-card-image {
    opacity: 1 !important;
    visibility: visible;
}
.about--nav-collection .product-card-canvas {
    position: relative;
    padding-top: 88%;
}
.link-about .mega-menu-col.mega-menu-nav-collection,
.link-edits .mega-menu-col.mega-menu-nav-collection,
.link-events .mega-menu-col.mega-menu-nav-collection,
.link-gifts .mega-menu-col.mega-menu-nav-collection {
    vertical-align: top;
    width: 80%;
}
@media (max-width: 1205px) {
    .mega-menu-col {
        width: 20%;
    }
    .mega-menu-col.mega-menu-nav-collection {
        width: 50%;
    }
    .mega-menu-nav-collection-inner .product-ribbon-flex-item:last-child {
        display: none;
    }
    .product-ribbon-flex-item.second-chances-nav {
        width: 16.66%;
        vertical-align: top;
        padding-bottom: 10px;
    }
    .mega-menu-col.mega-menu-nav-collection .product-ribbon-flex-item {
        width: 33.333%;
    }
}
@media (max-width: 1024px) {
    .mega-menu-nav-collection-inner .product-ribbon-flex-item:nth-of-type(3) {
        display: none;
    }
    .mega-menu-col.mega-menu-nav-collection {
        width: 40%;
    }
    .mega-menu-col {
        width: 25%;
    }
    .product-ribbon-flex-item.second-chances-nav {
        width: 20%;
        vertical-align: top;
        padding-bottom: 6px;
    }
    .mega-menu-col.mega-menu-nav-collection .product-ribbon-flex-item {
        width: 50%;
    }
}
@media (max-width: 1205px) {
    .mega-menu-col {
        width: 20%;
    }
    .mega-menu-col.mega-menu-nav-collection {
        width: 50%;
    }
    .mega-menu-nav-collection-inner .product-ribbon-flex-item:last-child {
        display: none;
    }
    .product-ribbon-flex-item.second-chances-nav {
        width: 16.66%;
        vertical-align: top;
        padding-bottom: 10px;
    }
    .mega-menu-col.mega-menu-nav-collection .product-ribbon-flex-item {
        width: 33.333%;
    }
    .mega-menu-nav-collection-inner[data-desktop-nav-collection="about"] .product-ribbon-flex-item,
    .mega-menu-nav-collection-inner[data-desktop-nav-collection="dropdown-banners"] .product-ribbon-flex-item,
    .mega-menu-nav-collection-inner[data-desktop-nav-collection="events"] .product-ribbon-flex-item,
    .mega-menu-nav-collection-inner[data-desktop-nav-collection="gifts"] .product-ribbon-flex-item {
        width: 33.333% !important;
        display: inline-block !important;
    }
    .link-about .mega-menu-col.mega-menu-nav-collection,
    .link-edits .mega-menu-col.mega-menu-nav-collection,
    .link-events .mega-menu-col.mega-menu-nav-collection,
    .link-gifts .mega-menu-col.mega-menu-nav-collection {
        width: 70% !important;
    }
    .about--nav-collection .product-card-canvas {
        padding-top: 100%;
    }
    .mega-menu-nav-collection-inner[data-desktop-nav-collection="finishing-touches"] .product-ribbon-flex-item {
        width: 50% !important;
    }
    .mega-menu-nav-collection-inner[data-desktop-nav-collection="finishing-touches"] .product-ribbon-flex-item:last-child {
        display: inline-block !important;
    }
    .mega-menu-nav-collection-inner[data-desktop-nav-collection="finishing-touches"] .product-card-canvas {
        padding-top: 93.3% !important;
    }
}

@media (min-width:991px) {
  .pdp-message-carousel-wrapper {
    max-height: 67px;
    overflow: hidden;
}
}
@media (max-width: 1040px) {
    .mega-menu-nav-collection-inner .product-ribbon-flex-item:nth-of-type(3) {
        display: none;
    }
    .mega-menu-col.mega-menu-nav-collection {
        width: 40%;
    }
    .mega-menu-col {
        width: 25%;
    }
    .product-ribbon-flex-item.second-chances-nav {
        width: 20%;
        vertical-align: top;
        padding-bottom: 6px;
    }
    .mega-menu-col.mega-menu-nav-collection .product-ribbon-flex-item {
        width: 50%;
    }
    .link-about .mega-menu-col.mega-menu-nav-collection,
    .link-edits .mega-menu-col.mega-menu-nav-collection,
    .link-events .mega-menu-col.mega-menu-nav-collection,
    .link-gifts .mega-menu-col.mega-menu-nav-collection {
        width: 60% !important;
    }
    .mega-menu-nav-collection-inner[data-desktop-nav-collection="about"] .product-ribbon-flex-item,
    .mega-menu-nav-collection-inner[data-desktop-nav-collection="dropdown-banners"] .product-ribbon-flex-item,
    .mega-menu-nav-collection-inner[data-desktop-nav-collection="events"] .product-ribbon-flex-item,
    .mega-menu-nav-collection-inner[data-desktop-nav-collection="finishing-touches"] .product-ribbon-flex-item,
    .mega-menu-nav-collection-inner[data-desktop-nav-collection="gifts"] .product-ribbon-flex-item {
        width: 50% !important;
    }
    .about--nav-collection .product-card-canvas,
    .link-about .product-card-canvas,
    .link-edits .product-card-canvas,
    .link-events .product-card-canvas {
        position: relative;
        padding-top: 95%;
    }
    .about--nav-collection .product-ribbon-flex-item:last-child {
        display: none !important;
    }
}
@media (max-width: 990px) {
    button.filters-toggle-btn {
        position: absolute;
        right: 0;
        width: 24px;
        text-align: right;
        z-index: 10;
        padding: 0;
        outline: 0;
    }
}
.badge {
    border: 1px solid transparent;
    border-radius: var(--badge-corner-radius);
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 1;
    padding: 0.5rem 1.3rem 0.6rem;
    text-align: center;
    background-color: rgb(var(--color-badge-background));
    border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
    color: rgb(var(--color-foreground));
    word-break: break-word;
}
.gradient {
    background: rgb(var(--color-background));
    background: var(--gradient-background);
    background-attachment: fixed;
}
@media screen and (forced-colors: active) {
    .icon {
        color: CanvasText;
        fill: CanvasText !important;
    }
    .icon-close-small path {
        stroke: CanvasText;
    }
}
.ratio {
    display: flex;
    position: relative;
    align-items: stretch;
}
.ratio::before {
    content: "";
    width: 0;
    height: 0;
    padding-bottom: var(--ratio-percent);
}
.content-container {
    border-radius: var(--text-boxes-radius);
    border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
    position: relative;
}
.content-container:after {
    content: "";
    position: absolute;
    top: calc(var(--text-boxes-border-width) * -1);
    right: calc(var(--text-boxes-border-width) * -1);
    bottom: calc(var(--text-boxes-border-width) * -1);
    left: calc(var(--text-boxes-border-width) * -1);
    border-radius: var(--text-boxes-radius);
    box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
    z-index: -1;
}
.content-container--full-width:after {
    left: 0;
    right: 0;
    border-radius: 0;
}
@media screen and (max-width: 990px) {
    .content-container--full-width-mobile {
        border-left: none;
        border-right: none;
        border-radius: 0;
    }
    .content-container--full-width-mobile:after {
        display: none;
    }
}
.global-media-settings {
    position: relative;
    border: 0;
    border-radius: var(--media-radius);
    overflow: visible !important;
    background-color: #fff;
}
.global-media-settings:after {
    content: "";
    position: absolute;
    top: calc(var(--media-border-width) * -1);
    right: calc(var(--media-border-width) * -1);
    bottom: calc(var(--media-border-width) * -1);
    left: calc(var(--media-border-width) * -1);
    border-radius: var(--media-radius);
    box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
    z-index: -1;
    pointer-events: none;
}
.global-media-settings--no-shadow {
    overflow: hidden !important;
}
.global-media-settings--no-shadow:after {
    content: none;
}
.global-media-settings iframe,
.global-media-settings img,
.global-media-settings model-viewer,
.global-media-settings video {
    border-radius: calc(var(--media-radius) - var(--media-border-width));
}
.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img {
    border-radius: 0;
    border-left: none;
    border-right: none;
}
.collection-refinement {
    position: relative;
    width: 100%;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0;
}
.collection-refinement-inner-wrapper {
    border-top: 1px solid #e7e7e7;
    position: relative;
}
.collection-refinement-item {
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
}
.breadcrumb-item {
    color: #808285;
}
.template-name-collection .breadcrumb-item {
    color: #000;
}
.filter-groups-header .page-width {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.collection-refinement-pillar {
    font-weight: 400;
    font-size: 1.1rem;
    letter-spacing: 0.09rem;
    text-transform: uppercase;
    height: 35px;
    line-height: 46px;
    top: 0;
    position: relative;
    padding-right: 0;
}
.breadcrumb-item:last-child {
    color: #000;
}
.collection-refinement a {
    text-decoration: none;
    border: 0;
}
@media (min-width: 991px) {
    .featured-collection-description,
    .filter-contents:after,
    .filter-group:after {
        display: none !important;
    }
    .filter-contents ul button,
    button.sort-option {
        width: 100% !important;
    }
    .collection-filter-groups-inner {
        display: flex;
        margin-top: 0 !important;
    }
    .collection-filter-groups-container {
        border-top: none !important;
        padding-top: 0 !important;
    }
    .filters-overlay {
        top: 196px !important;
    }
    button.filters-toggle-btn span {
        font-weight: 400;
        font-size: 1.1rem;
        letter-spacing: 0.09rem;
        text-transform: uppercase !important;
    }
    button.filters-toggle-btn {
        padding-right: 0 !important;
        width: auto !important;
    }
    .collection-refinement .icon-caret {
        right: 0 !important;
        top: 10px !important;
    }
    button#destroy {
        padding-left: 0 !important;
    }
}
@media (max-width: 834px) {
    body:not(.template-product) .collection-refinement-inner-wrapper {
        border-bottom: 1px solid #e7e7e7;
    }
    .collection-refinement {
        padding: 0;
    }
    .collection-refinement-pillar {
        font-size: 0.9rem;
        height: 25px;
        line-height: 25px;
    }
    .breadcrumb {
        padding-top: 2px;
        padding-bottom: 1px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .collection-refinement button {
        padding-left: 0;
        padding-right: 0;
    }
    button.filters-toggle-btn {
        top: 3px !important;
    }
}
@media (min-width: 991px) {
    .pdp-breadcrumbs {
        display: none;
    }
}
@media (max-width: 990px) {
    .pdp-breadcrumbs {
        display: block;
        position: absolute;
        width: 100%;
        left: 50%;
        z-index: 6;
        top: 78px;
        height: 35px;
        font-size: 1.1rem;
        transform: translateX(-50%);
    }
    .pdp-breadcrumbs ul {
        display: block;
        text-transform: uppercase;
        font-size: 1.2rem;
        text-align: center;
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: auto;
        justify-content: center;
        background-color: transparent !important;
        overflow: visible !important;
        height: auto !important;
    }
    .pdp-breadcrumbs li {
        position: relative;
        width: auto !important;
        padding: 0;
        height: auto;
        display: inline-block;
    }
    .pdp-breadcrumbs li:not(:last-child):after {
        content: "•";
        font-family: Arial;
        position: relative;
        top: -1px;
        left: 0px;
        font-size: 5px;
    }
    .pdp-breadcrumbs li a {
        font-size: 0.9rem;
        letter-spacing: 0.1rem;
        display: inline-block;
        padding: 10px 3px;
    }
    .pdp-breadcrumbs li:not(:last-child) a {
        color: #000;
    }
    .product__title {
        white-space: nowrap;
    }
}
@media (min-width: 835px) {
    .ticker-type-going-fast .ticker-title > * {
        display: inline-block;
        margin-right: 20px;
        animation: guaranteed 7s infinite linear;
    }
    @keyframes guaranteed {
        0% {
            transform: translateX(0);
        }
        to {
            transform: translateX(-185px);
        }
    }

   .ticker-type-sold-out .ticker-title > * {
      display: inline-block;
      margin-right: 20px;
      animation: soldoutticker 8s infinite linear;
    }
    @keyframes soldoutticker {
        0% {
            transform: translateX(0);
        }
        to {
            transform: translateX(-173px);
        }
    }

    .ticker-type-extra-20 .ticker-title > * {
      display: inline-block;
      margin-right: 20px;
      animation: guaranteed 8s infinite linear;
    }
    @keyframes guaranteed {
        0% {
            transform: translateX(0);
        }
        to {
            transform: translateX(-225px);
        }
    }

    .ticker-type-extra-20.ends-tonight .ticker-title > * {
      display: inline-block;
      margin-right: 20px;
      animation: extra20EndsTonight 10s infinite linear;
    }
    @keyframes extra20EndsTonight {
        0% {
            transform: translateX(0);
        }
        to {
            transform: translateX(-348px);
        }
    }
}
span.pdp-ticker-extra.best-seller-tag.going-fast-tag {
    bottom: 13px;
    top: auto;
    width: calc(100% - 30px);
    left: 15px;
    padding: 0 15px;
    overflow: hidden;
    font-style: normal;
    opacity: 1;
    color: var(--color-add-to-bag-sale) !important;
}
@media (max-width: 834px) {
  .ticker-type-extra-20 .ticker-title > * {
    display: inline-block;
    margin-right: 20px;
    animation: extra20Mobile 8s infinite linear;
  }
  @keyframes extra20Mobile {
      0% {
          transform: translateX(0);
      }
      to {
          transform: translateX(-225px);
      }
  }

  .ticker-type-extra-20.ends-tonight .ticker-title > * {
    display: inline-block;
    margin-right: 20px;
    animation: extra20EndsTonightMobile 11s infinite linear;
  }
  @keyframes extra20EndsTonightMobile {
      0% {
          transform: translateX(0);
      }
      to {
          transform: translateX(-347px);
      }
  }
    .ticker-type-going-fast .ticker-title > * {
        display: inline-block;
        margin-right: 18px;
        animation: guaranteed 7s infinite linear;
    }
    @keyframes guaranteed {
        0% {
            transform: translateX(0);
        }
        to {
            transform: translateX(-185px);
        }
    }

    .ticker-type-sold-out .ticker-title > * {
      display: inline-block;
      margin-right: 18px;
      animation: soldoutticker 7s infinite linear;
    }
    @keyframes soldoutticker {
        0% {
            transform: translateX(0);
        }
        to {
            transform: translateX(-165px);
        }
    }

    .sale-item .product-soldout-label.show-sold-out-label {
      opacity: 0;
    }
}
@media (min-width: 835px) {
    .extra-off .ticker-title > * {
        display: inline-block;
        margin-right: 20px;
        animation: extraOff 10s infinite linear;
    }
    .template-name-collection .extra-off .ticker-title > * {
        margin-right: 2px;
    }
    @keyframes extraOff {
        0% {
            transform: translateX(0);
        }
        to {
            transform: translateX(-223px);
        }
    }
}
span.pdp-ticker-extra.best-seller-tag.going-fast-tag.extra-off {
    bottom: 13px;
    left: 20px;
    padding: 0 15px;
    overflow: hidden;
    font-style: normal;
    position: absolute;
    top: 15px;
    z-index: 2;
    font-weight: 400;
    font-size: 1.1rem;
    letter-spacing: 0.09rem;
    text-transform: uppercase !important;
    height: 16px;
}
.template-name-collection span.pdp-ticker-extra.best-seller-tag.going-fast-tag.extra-off {
    width: calc(100% - 35px);
}
.template-name-collection .extra-off span.main-slide.ticker-title em {
    font-family: Arial;
    margin-left: 2px;
}
@media (max-width: 834px) {
    html .template-name-collection span.pdp-ticker-extra.best-seller-tag.going-fast-tag.extra-off {
        width: calc(100% - 20px) !important;
        font-size: 0.7rem !important;
        top: 10px !important;
        left: 10px !important;
    }
    .template-product .extra-off .ticker-title > * {
        display: inline-block;
        animation: extraOff 10s infinite linear;
    }
    @keyframes extraOff {
        0% {
            transform: translateX(0);
        }
        to {
            transform: translateX(-225px);
        }
    }
    .template-name-collection .extra-off .ticker-title > * {
        display: inline-block;
        animation: extraOffCollection 16s infinite linear;
    }
    @keyframes extraOffCollection {
        0% {
            transform: translateX(0);
        }
        to {
            transform: translateX(-225px);
        }
    }
    .template-product .extra-off .ticker-title > * {
        margin-right: 20px;
    }
    .template-name-collection .extra-off .ticker-title > * {
        margin-right: 2px;
    }
    span.pdp-ticker-extra.best-seller-tag.going-fast-tag.extra-off {
        bottom: 10px;
        padding: 0 10px;
        overflow: hidden;
        font-style: normal;
        top: 15px !important;
        position: absolute;
        width: calc(100% - 40px) !important;
        left: 20px !important;
        height: 14px;
        font-size: 1.1rem !important;
    }
}
.template-product .extra-off span.main-slide.ticker-title em {
    left: -15px;
}
span.pdp-ticker-extra.best-seller-tag.going-fast-tag.flash-steal-ticker {
    color: var(--color-accent-3) !important;
}
.template-product span.pdp-ticker-extra.best-seller-tag.going-fast-tag.flash-steal-ticker em {
    background-color: var(--color-accent-3) !important;
}
.template-product span.main-slide.ticker-title em {
    font-size: 0;
    font-style: normal;
    display: inline-block;
    height: 3px;
    width: 3px;
    background-color: var(--color-add-to-bag-sale) !important;
    vertical-align: middle;
    position: absolute;
    left: -15px;
    border-radius: 50%;
    top: 6px;
}

@media (max-width:990px) {
  .template-product .ticker-type-extra-20 span.main-slide.ticker-title em {
    left: -14px;
  }
}
@supports not (inset: 10px) {
    .grid {
        margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
    }
    .grid__item {
        padding-left: var(--grid-mobile-horizontal-spacing);
        padding-bottom: var(--grid-mobile-vertical-spacing);
    }
    @media screen and (min-width: 991px) {
        .grid {
            margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
        }
        .grid__item {
            padding-left: var(--grid-desktop-horizontal-spacing);
            padding-bottom: var(--grid-desktop-vertical-spacing);
        }
    }
    .grid--gapless .grid__item {
        padding-left: 0;
        padding-bottom: 0;
    }
    @media screen and (min-width: 990px) {
        .grid--peek .grid__item {
            padding-left: var(--grid-mobile-horizontal-spacing);
        }
    }
    .product-grid .grid__item {
        padding-bottom: var(--grid-mobile-vertical-spacing);
    }
    @media screen and (min-width: 991px) {
        .product-grid .grid__item {
            padding-bottom: var(--grid-desktop-vertical-spacing);
        }
    }
}
.font-body-bold {
    font-weight: var(--font-body-weight-bold);
}
@media (forced-colors: active) {
    .button,
    .customer button,
    .shopify-challenge__button {
        border: transparent solid 1px;
    }
    .button.focused,
    .button:focus,
    .button:focus-visible,
    .shopify-payment-button [role="button"]:focus,
    .shopify-payment-button [role="button"]:focus-visible,
    .shopify-payment-button__button--unbranded:focus,
    .shopify-payment-button__button--unbranded:focus-visible {
        outline: solid transparent 1px;
    }
    .customer .field input:focus,
    .customer select:focus,
    .field__input:focus,
    .localization-form__select:focus,
    .localization-form__select:focus.localization-form__select:after,
    .select__select:focus {
        outline: transparent solid 1px;
    }
}
.krw--mobile-only,
body.plp--hide-brand-blocks li.grid__item.card-brand-block {
    display: none !important;
}
@media (max-width: 834px) {
    .krw--desktop-only {
        display: none !important;
    }
    .krw--mobile-only {
        display: block !important;
    }
}
body:not(.template-product) main {
    min-height: 100vh;
}
#product-grid {
    display: inline-block;
    margin: 0;
    width: 100%;
}
@media (min-width: 989px) {
    #product-grid {
        width: calc(100% + 40px);
        margin-left: -10px;
    }
}
@media (max-width: 990px) {
    .pre-shop-area .plp--top-ten-item .plp--atb,
    .sale-area .plp--top-ten-item .plp--atb {
        display: none !important;
    }
}
#product-grid li.grid__item {
    float: left;
    padding: 0 10px 40px;
    position: relative;
}
@media (max-width: 990px) {
    #product-grid li.grid__item {
        padding: 0 10px 20px;
    }
    body:not(.template-collection-brand-blocks-main) #product-grid li.grid__item:not(.card-brand-block) {
        padding: 0 7px 30px !important;
        margin-right: 0 !important;
        width: 50% !important;
        max-width: 50% !important;
    }
    body:not(.template-collection-brand-blocks-main) .collection-grid__products {
        padding: 0;
    }
    body:not(.template-collection-brand-blocks-main) #product-grid {
        width: 100%;
        padding: 15px 8px 20px;
    }
}
.grid__item.card-brand-block {
    width: 49%;
    max-width: 50%;
    padding: 60px 30px 0 !important;
    clear: both;
}
.card-brand-block-right {
    float: right !important;
}
body:not(.plp--hide-brand-blocks) li.grid__item.card-brand-block.card-brand-block-right + .grid__item + .grid__item + .grid__item + .grid__item + .grid__item {
    clear: both;
}
.family-products,
.family-products .card-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.section-template--14689824866391__product-grid-padding {
    padding-top: 0;
}
.fixed-atc-bar {
    background-color: #fff;
}
img {
    color: transparent;
    background-color: transparent;
}
.mobile-only {
    display: none;
}
button,
input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: 0 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    text-align: inherit;
}
button,
input {
    border-radius: 0 !important;
}
select,
textarea {
    border-radius: 0;
}
@media (max-width: 990px) {
    .mobile-only {
        display: block;
        padding-bottom: 20px !important;
    }
    div#ProductGridContainer {
        width: 100%;
    }
    .mobile-only:before {
        display: none;
    }
}
.top-number {
    pointer-events: none;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -59px;
    font-size: 150px;
    font-weight: 400;
    opacity: 0.06;
    letter-spacing: -13px;
    left: -10px;
    transition: all 300ms ease;
}
@media (min-width: 991px) {
    .card-wrapper:hover .top-number {
        opacity: 0;
    }
}
@media (max-width: 834px) {
    html body.template-collection-brand-blocks-main:not(.sale-area):not(.pre-shop-area) .plp-atb--buttons + button.btn.btn-solid.plp--atb-trigger {
        padding: 6px !important;
        font-size: 24px !important;
        width: 30px;
        background-image: url({{"new-zoom-black.png"|asset_url}});
        background-size: 12px !important;
        background-position: center center;
        background-repeat: no-repeat;
        text-indent: -999999px;
        position: relative;
        top: 5px;
        margin-right: 0 !important;
    }
    button.btn.btn-solid.plp--atb-trigger {
        max-width: 100%;
        background-color: transparent !important;
    }
    html body.template-collection-brand-blocks:not(.sale-area):not(.pre-shop-area) .plp-atb--buttons + button.btn.btn-solid.plp--atb-trigger {
        padding: 6px !important;
        font-size: 24px !important;
        width: 30px;
        margin-bottom: -8px;
        background-image: url({{"new-zoom-black.png"|asset_url}});
        background-size: 12px !important;
        background-position: center center;
        background-repeat: no-repeat;
        text-indent: -999999px;
    }
    .template-collection-brand-blocks-main button.btn.btn-solid.plp--atb-trigger {
        margin: 0 3px 0 0 !important;
    }
}
@media (max-width: 990px) {
    span.top-number {
        font-size: 80px;
        font-weight: 400;
        letter-spacing: -13px;
        bottom: -32px;
        left: -5px;
    }
    .search-bar {
        -webkit-transform: translateY(-103%);
        -khtml-transform: translateY(-103%);
        -moz-transform: translateY(-103%);
        -ms-transform: translateY(-103%);
        -o-transform: translateY(-103%);
        transform: translateY(-103%);
    }
    .search-bar-result ul#product-grid li.grid__item:not(.card-brand-block) {
        width: 50% !important;
        padding: 5px;
        float: none !important;
        display: inline-block !important;
        margin-right: -5px !important;
    }
    .search-bar-result .card-brand-block,
    .search-bar-result .card__badge.top.left {
        display: none;
    }
    .search-bar-result {
        padding: 0 !important;
    }
    .search-bar-result h3.main-family-title {
        display: none !important;
    }
    .search-bar-input {
        padding-left: 0 !important;
    }
}
.quantity__input {
    border-radius: 0 !important;
}
.filters-bar {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 2;
    background-color: #fff;
    border-top: none !important;
}
.collection-refinement button {
    text-transform: uppercase;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    text-align: left;
    color: #000;
    font-family: inherit;
}
.filters-bar.show-filters-bar {
    display: block;
}
.filters-bar span.filter-header-block:last-child {
    text-align: center;
}
.filter-contents ul {
    margin: 0;
    padding-left: 0;
}
.collection-filter-groups {
    padding: 0 15px;
    box-shadow: 0 11px 14px -3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 11px 14px -3px rgba(0, 0, 0, 0.2);
    position: absolute;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 500ms ease;
    top: 45px;
    left: 0;
    z-index: 20;
}
.fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 300;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: auto;
}
.mini-cart,
.mini-cart-header {
    top: 0;
    right: 0;
    background-color: #fff;
}
.mini-cart {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 0;
    z-index: 400;
    -webkit-transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
    -webkit-transform: translateZ(0);
    -khtml-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 1px 0 15px rgb(0 0 0/10%);
    box-shadow: 1px 0 15px rgb(0 0 0/10%);
    width: 520px;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    text-transform: uppercase;
}
.mini-cart a {
    color: #000;
    text-decoration: none;
}
body.mini-cart-open .mini-cart {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
body.mini-cart-open .mini-cart-overlay {
    display: block;
}
.mini-cart-header {
    position: relative;
    left: 0;
    z-index: 1;
    padding: 0 20px;
    border-bottom: 1px solid #bcbec0;
}
.float-left {
    float: left;
}
.mini-cart-title {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: none !important;
    letter-spacing: 0.03rem;
    height: 60px;
    line-height: 60px;
}
.mini-cart-close {
    width: 60px;
    height: 60px;
    background: url(icon_cross_black.svg) no-repeat right center;
    background-size: 25px;
    cursor: pointer;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
}
html.mod-no-mobile .mini-cart-close {
    -webkit-transition: opacity 0.4s ease-in-out 0s;
    transition: opacity 0.4s ease-in-out 0s;
}
.mini-cart-body {
    height: 100%;
    padding: 20px;
    overflow: auto;
}
.mini-cart-item {
    position: relative;
}
.mini-cart-item:not(:first-child) {
    padding-top: 20px;
    border-top: 1px solid #bcbec0;
    margin-top: 20px;
}
.mini-cart-item-image {
    position: relative;
    float: left;
    width: 170px;
}
.mini-cart-item-details {
    margin-left: 180px;
    font-size: 1.2rem;
}
.block-fullwidth {
    display: block;
    width: 100%;
}
.mini-cart-item-family-name {
    font-size: 1.4rem;
    margin-bottom: 0;
}
body:not(.template-cart) .mini-cart-item-options,
body:not(.template-cart) .mini-cart-item-quantity,
body:not(.template-cart) .mini-cart-item-title {
    margin-bottom: 20px;
}
.quantityPrice-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.mini-cart-item-quantity {
    margin-right: 5px;
    color: #808285;
}
.mini-cart-item-quantity-input {
    border-bottom: 1px solid #000;
    width: 15px;
    text-align: center;
    border-color: #bcbec0 !important;
    color: #bcbec0 !important;
    font-weight: 400 !important;
}
.mini-cart-item-remove {
    color: #808285;
    border-bottom: 1px solid #bcbec0;
    font-size: 1.1rem;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (min-width: 768px) {
    .mini-cart-item-remove {
        position: absolute;
        bottom: 0;
    }
    .mini-cart-item-price {
        display: inline-block;
    }
}
body:not(.template-pdp-pre-shop):not(.sale-area) .pdp-pre-shop-online-only {
    display: none !important;
}
.mini-cart-footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 15px 1px 15px rgb(0 0 0/10%);
    box-shadow: 15px 1px 15px rgb(0 0 0/10%);
}
.gift-message--wrapper {
    padding: 0 20px !important;
}
.gift-message-header {
    font-weight: 700;
    font-size: 1.05rem;
    color: #a0af9f;
    border-bottom: 1px solid #bcbec0;
    padding-bottom: 10px;
    transition: all 0.3s ease;
}
.hidden-label,
label.hidden-label {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
}
.gift-message--wrapper .gift-trigger {
    display: block;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.gift-message-header span.accordion-arrow {
    width: 6px;
    position: absolute;
    right: 0;
    transition: all 0.3s ease;
    transform: rotate(90deg);
    top: 0;
}
.gift-message-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}
.gift-message--wrapper p,
.gift-message-subtitle {
    font-size: 1.4rem;
    letter-spacing: 0.03rem;
    text-transform: none;
    padding-top: 6px;
}
.gift-message--wrapper textarea {
    display: block;
    width: 100%;
    border: 1px solid #e7e7e7;
    padding: 10px;
    height: 70px;
    margin-top: 10px;
    letter-spacing: 0.03rem;
    font-size: 1.4rem;
    resize: none;
}
.gift-message-subtitle {
    color: #777;
    text-align: right;
    display: block;
    font-size: 1.2rem;
    padding-bottom: 15px;
    padding-top: 5px;
}
.mini-cart-total {
    height: auto;
    line-height: 1;
    letter-spacing: 0.2rem;
    padding: 10px 0 !important;
    border: 0;
    margin: 10px auto;
    width: calc(100% - 40px);
}
.mini-cart-title,
.mini-cart-total-title {
    max-width: 80%;
    float: left;
}
.mini-cart-total-price {
    float: right;
}
.mini-cart-total.mini-cart-bottom-subtotal .mini-cart-total-price.mini-cart-bottom-total-price,
.mini-cart-total.mini-cart-bottom-subtotal .mini-cart-total-title {
    font-size: 1.2rem;
}
.mini-cart-bottom-subtotal .mini-cart-total-title,
.mini-cart-bottom-total-price {
    font-weight: 700;
}
.mini-cart-bottom-subtotal {
    padding: 10px 0 50px !important;
}
.mini-cart-total-description {
    font-family: AkzidenzGrotesk;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-top: 10px;
    float: left;
    width: 100%;
}
.checkout-footer {
    background-color: #f8f8f8;
    padding: 30px 20px 25px;
    float: left;
    width: 100%;
}
button.mini-cart-checkout.btn.btn-solid {
    width: 100%;
    font-weight: 700;
    font-size: 1.1rem;
}
.mini-cart-item:after {
    content: " ";
    display: block;
    clear: both;
}
.pdp-message:not(.show-pdp-message) + .pdp-message:not(.show-pdp-message) + .pdp-message {
    display: block;
}
.btn,
button#buyItNowBtn {
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
}
.btn {
    display: inline-block;
    padding: 15px 60px;
    border: 1px solid #000;
    font-weight: 400;
    height: 45px;
    line-height: 45px;
}
.btn-solid {
    background-color: #000;
    color: #fff;
    width: 100%;
    padding: 0;
}
@media (min-width: 835px) {
    body:not(.template-cart) .mini-cart-item-options,
    body:not(.template-cart) .mini-cart-item-quantity,
    body:not(.template-cart) .mini-cart-item-title {
        margin-bottom: 20px;
    }
}
.pdp-price {
    text-align: right;
}
span.product-price.product-price-compare-at {
    font-size: 1.3rem !important;
    margin-right: 0;
    color: #777;
    text-decoration: line-through;
}
span.product-price.product-price-on-sale.product-price-main-price {
    font-weight: 700;
    color: var(--color-add-to-bag-sale);
    margin-left: 0 !important;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
}
span.product-price.product-price-regular.product-price-main-price {
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
}
@media (min-width: 991px) {
    span.product-price.product-price-regular.product-price-main-price {
        font-size: 1.4rem;
    }
}
#AddToCart {
    background-color: var(--color-add-to-bag);
    color: var(--color-add-to-bag-text);
    border: 0;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
    z-index: 1;
    height: auto;
    line-height: 1;
    border-right: none !important;
    font-weight: 700;
    font-size: 1.15rem;
    padding: 18px 5px;
}
button#buyItNowBtn {
    border-color: var(--color-add-to-bag);
    color: var(--color-add-to-bag);
    font-weight: 700;
    border-radius: 0;
    height: 46px;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 0 0 transparent;
    display: block;
    font-size: 11px;
    line-height: 1;
    width: 100%;
    border: 1px solid;
}
.template-pdp-pre-shop #AddToCart {
    background-color: var(--color-add-to-bag-preshop);
    color: var(--color-add-to-bag-text-preshop);
}
.template-pdp-pre-shop button#buyItNowBtn {
    border-color: var(--color-add-to-bag-preshop);
    color: var(--color-add-to-bag-preshop);
}
.sale-item #AddToCart {
    background-color: var(--color-add-to-bag-sale);
    color: var(--color-add-to-bag-text-sale);
}
.sale-item button#buyItNowBtn {
    border-color: var(--color-add-to-bag-sale);
    color: var(--color-add-to-bag-sale);
}
p.afterpay-paragraph {
    transform-origin: top;
    margin: 0;
    transition: all 500ms ease;
    transition-delay: 150ms;
    opacity: 1;
    overflow: hidden;
}
@media (max-width: 990px) {
    p.afterpay-paragraph {
        position: absolute;
        width: 100%;
        bottom: 11px;
        left: 0px;
    }
}
.pdp-tab-opened #buyItNow,
.pdp-tab-opened p.afterpay-paragraph {
    opacity: 1;
}
#buyItNow,
.payment-options-message {
    width: 100%;
    transform-origin: top;
    opacity: 1;
}
#buyItNow {
    display: block;
    overflow: hidden !important;
    transition: opacity 700ms ease 2s;
}
.payment-options-message {
    text-align: center;
    background-color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.03rem;
    padding-bottom: 10px;
    transition: all 0.5s ease;
    position: absolute;
    bottom: 0;
    z-index: 3;
    transform: translateY(-55px);
    left: 0;
    display: none;
}
.pdp-tab-opened .payment-options-message {
    transform: translateY(50px);
}
@media (max-width: 990px) {
    .payment-options-message {
        display: block;
    }
    .fixed-atc-bar {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: -75px;
        z-index: 99;
        padding-bottom: 10px;
        background-color: #fff;
        transition: all 0.5s ease;
        transform: translateY(0);
        padding-left: 15px;
        padding-right: 15px;
    }
}
.template-suffix-krewe-gift-card .product__accordion.accordion.quick-add-hidden.accordion-wrapper-design-notes,
span.br--title + span.br--title {
    display: none !important;
}
@media (max-width: 990px) {
    .pdp-tab-opened .fixed-atc-bar {
        box-shadow: 0 -1px 18px -3px #0000004d;
        -webkit-box-shadow: 0-1px 18px -3px rgb(0 0 0/30%);
        padding-top: 15px;
        transform: translateY(-70px);
    }

    .specials-pdp.pdp-tab-opened .fixed-atc-bar {
      transform: translateY(0px);
    }
}
.product-form {
    z-index: 3;
    background-color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all 0.5s ease;
    margin: 0 !important;
}
.template-pdp-amore:not(.template-pdp-pre-shop):not(.sale-item) .product-shop-inventory-notice {
    color: #000;
}
.template-pdp-amore:not(.template-pdp-pre-shop):not(.sale-item) #AddToCart {
    background-image: url(//www.krewe.com/cdn/shop/files/PRIDE2023-CTA.png?v=1680197356&width=1000);
    background-position: center;
    color: #000;
    background-size: 113%;
}
@media (max-width: 990px) {
    .template-product .header-main-wrapper {
        position: fixed;
        width: 100%;
    }
}
@media (min-width: 991px) {
    button#buyItNowBtn {
        margin-bottom: 15px;
    }
}
ul.mini-cart-item-options {
    text-transform: none;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    letter-spacing: 0.03rem;
}
.mini-cart span[rv-text="option"]:nth-of-type(2):before,
.mini-cart span[rv-text="option"]:nth-of-type(3):before,
.template-cart span[rv-text="option"]:nth-of-type(2):before,
.template-cart span[rv-text="option"]:nth-of-type(3):before {
    content: ",";
    margin-right: 5px;
}
.mini-cart ul.mini-cart-item-properties {
    margin-top: 0;
    font-size: 0.9rem;
    color: #ed0f0f !important;
    font-weight: 700;
    letter-spacing: 0.03rem;
    padding-left: 0;
    list-style-type: none;
}
@media (max-width: 990px) {
    .mini-cart ul.mini-cart-item-properties {
        margin-top: -13px;
    }
}
.mini-cart-item-price.mini-cart-item-compare-price {
    color: #777;
    text-decoration: line-through #777;
    -webkit-text-decoration: line-through #777;
}
@media only screen and (min-width: 835px) {
    .mobile-properties {
        display: none;
    }
    .mini-cart-item-properties.desktop-properties {
        margin-top: -1px !important;
        margin-bottom: 14px;
        color: #a30000;
    }
}
@media (max-width: 990px) {
    .mini-cart {
        width: 460px;
        width: calc(100% - 40px);
    }
}
.mini-cart-empty-notice {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 2.2rem;
    text-align: center;
}
.display-table {
    display: table;
    width: 100%;
    height: 100%;
}
.display-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
span.empty-message-link {
    float: none;
    display: block;
    max-width: 75%;
    margin: 60px auto 0;
}
span.empty-message-link a:first-child {
    float: left;
}
span.empty-message-link a {
    float: right;
    font-size: 1.2rem;
    font-weight: 700;
    border-bottom: 1px solid #000;
}
span.blue-lens-id {
    display: none;
}
@media (max-width: 990px) {
    .mini-cart-item-details {
        margin-left: 140px !important;
        font-size: 1.2rem;
    }
    .mini-cart-title {
        font-size: 1rem;
        font-weight: 700;
        text-transform: none !important;
        letter-spacing: 0.03rem;
    }
    .mini-cart-item-family-name {
        font-size: 1.2rem;
    }
    .mini-cart-item-title {
        font-size: 1.1rem;
    }
    .mini-cart-item-quantity {
        display: inline-block;
        font-size: 1.1rem;
    }
    .mini-cart-item-price {
        float: right;
        font-size: 1.1rem;
    }
    .mini-cart-item-price.mini-cart-item-compare-price {
        margin-right: 4px;
    }
    .mini-cart .mini-cart-item-price,
    .mini-cart-item-price {
        margin-bottom: 10px;
    }
    .desktop-properties {
        display: none !important;
    }
    .mini-cart-item-remove {
        color: #808285;
        border-bottom: 1px solid #808285;
        font-size: 1.1rem;
        position: absolute;
        display: block;
        width: auto;
        max-width: 54px;
        bottom: 0;
        left: 140px !important;
    }
    .mini-cart-empty-notice {
        font-size: 1.4rem;
        text-align: center;
        line-height: 2;
        z-index: 5;
    }
    span.empty-message-link {
        float: none;
        display: block;
        max-width: 180px;
        margin: 40px auto 0;
        text-align: center;
    }
    span.empty-message-link a:first-child {
        float: none;
        margin-bottom: 45px;
    }
    .empty-message-link a {
        padding-bottom: 2.3px !important;
        font-size: 1.2rem !important;
        cursor: pointer !important;
        border-bottom: 1px solid !important;
        display: inline-block;
        font-weight: 700;
        float: none !important;
    }
    .mini-cart-header {
        z-index: 6;
    }
}
@media (max-width: 834px) {
    body.buynow-button--show form#buyItNow {
        max-height: 60px;
        transition: all 0.3s ease;
        overflow: hidden;
    }
}
.product-back-in-stock.product-shop-back-in-stock {
    position: fixed;
    bottom: 0 !important;
    right: 0;
    width: 100%;
    padding: 5px 15px 15px;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    white-space: nowrap;
    transition: opacity 300ms ease 100ms, transform 500ms ease, padding 300ms ease;
    background-color: #fff;
}
.pdp-tab-opened .product-back-in-stock.product-shop-back-in-stock {
    padding-top: 15px;
    box-shadow: 0-1px 18px -3px #0000004d;
    -webkit-box-shadow: 0-1px 18px -3px rgb(0 0 0/30%);
}
.showing-waitlist-bar.pdp-tab-opened .fixed-atc-bar {
    opacity: 0;
}
.product-back-in-stock.product-shop-back-in-stock.active {
    pointer-events: all;
    opacity: 1;
}
.pdp-tag img {
    width: auto;
    height: 13.5px;
}
.iti,
.pdp-tag img,
.product-shop-back-in-stock-fields {
    position: relative;
}
.showing-waitlist-bar .fixed-atc-bar {
    opacity: 0 !important;
}
.product-is-sold-out + #buyItNow,
.showing-waitlist-bar #buyItNow {
    transition: opacity 700ms ease 2s;
}
a {
    color: #000;
    text-decoration: none !important;
    outline: 0;
}
.iti {
    display: inline-block;
}
.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.iti__hide {
    display: none;
}
.iti__v-hide {
    visibility: hidden;
}
.iti input,
.iti input[type="tel"],
.iti input[type="text"] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}
.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}
.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}
.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555;
}
.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0-1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px;
}
@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal;
    }
}
.iti__flag-box {
    display: inline-block;
    width: 20px;
}
.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.iti__country {
    padding: 5px 10px;
    outline: 0;
}
.iti__dial-code {
    color: #999;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05);
}
.iti__country-name,
.iti__dial-code,
.iti__flag-box {
    vertical-align: middle;
}
.iti__country-name,
.iti__flag-box {
    margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
}
.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}
.iti--container:hover {
    cursor: pointer;
}
.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}
.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%;
}
.iti-mobile .iti__country {
    padding: 10px;
    line-height: 1.5em;
}
.iti__flag {
    width: 20px;
}
.iti__flag.iti__be {
    width: 18px;
}
.iti__flag.iti__ch {
    width: 15px;
}
.iti__flag.iti__mc {
    width: 19px;
}
.iti__flag.iti__ne {
    width: 18px;
}
.iti__flag.iti__np {
    width: 13px;
}
.iti__flag.iti__va {
    width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5652px 15px;
    }
}
.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0;
}
.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0;
}
.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0;
}
.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0;
}
.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0;
}
.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0;
}
.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0;
}
.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0;
}
.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0;
}
.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0;
}
.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0;
}
.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0;
}
.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0;
}
.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0;
}
.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0;
}
.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0;
}
.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0;
}
.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0;
}
.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0;
}
.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0;
}
.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0;
}
.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0;
}
.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0;
}
.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0;
}
.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0;
}
.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0;
}
.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0;
}
.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0;
}
.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0;
}
.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0;
}
.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0;
}
.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0;
}
.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0;
}
.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0;
}
.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0;
}
.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0;
}
.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0;
}
.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0;
}
.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0;
}
.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0;
}
.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0;
}
.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0;
}
.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0;
}
.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0;
}
.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0;
}
.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0;
}
.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0;
}
.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0;
}
.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0;
}
.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0;
}
.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0;
}
.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0;
}
.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0;
}
.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0;
}
.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0;
}
.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0;
}
.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0;
}
.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0;
}
.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0;
}
.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0;
}
.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0;
}
.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0;
}
.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0;
}
.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0;
}
.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0;
}
.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0;
}
.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0;
}
.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0;
}
.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0;
}
.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0;
}
.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0;
}
.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0;
}
.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0;
}
.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0;
}
.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0;
}
.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0;
}
.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0;
}
.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0;
}
.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0;
}
.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0;
}
.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0;
}
.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0;
}
.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0;
}
.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0;
}
.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0;
}
.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0;
}
.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0;
}
.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0;
}
.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0;
}
.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0;
}
.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0;
}
.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0;
}
.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0;
}
.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0;
}
.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0;
}
.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0;
}
.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0;
}
.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0;
}
.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0;
}
.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0;
}
.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0;
}
.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0;
}
.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0;
}
.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0;
}
.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0;
}
.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0;
}
.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0;
}
.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0;
}
.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0;
}
.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0;
}
.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0;
}
.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0;
}
.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0;
}
.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0;
}
.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0;
}
.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0;
}
.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0;
}
.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0;
}
.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0;
}
.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0;
}
.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0;
}
.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0;
}
.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0;
}
.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0;
}
.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0;
}
.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0;
}
.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0;
}
.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0;
}
.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0;
}
.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0;
}
.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0;
}
.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0;
}
.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0;
}
.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0;
}
.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0;
}
.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0;
}
.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0;
}
.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0;
}
.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0;
}
.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0;
}
.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0;
}
.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0;
}
.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0;
}
.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0;
}
.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0;
}
.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0;
}
.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0;
}
.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0;
}
.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0;
}
.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0;
}
.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0;
}
.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0;
}
.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0;
}
.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0;
}
.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0;
}
.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0;
}
.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0;
}
.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0;
}
.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0;
}
.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0;
}
.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0;
}
.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0;
}
.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0;
}
.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0;
}
.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0;
}
.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0;
}
.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0;
}
.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0;
}
.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0;
}
.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0;
}
.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0;
}
.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0;
}
.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0;
}
.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0;
}
.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0;
}
.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0;
}
.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0;
}
.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0;
}
.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0;
}
.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0;
}
.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0;
}
.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0;
}
.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0;
}
.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0;
}
.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0;
}
.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0;
}
.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0;
}
.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0;
}
.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0;
}
.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0;
}
.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0;
}
.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0;
}
.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0;
}
.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0;
}
.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0;
}
.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0;
}
.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0;
}
.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0;
}
.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0;
}
.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0;
}
.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0;
}
.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0;
}
.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0;
}
.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0;
}
.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0;
}
.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0;
}
.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0;
}
.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0;
}
.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0;
}
.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0;
}
.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0;
}
.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0;
}
.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0;
}
.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0;
}
.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0;
}
.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0;
}
.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0;
}
.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0;
}
.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0;
}
.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0;
}
.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0;
}
.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0;
}
.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0;
}
.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0;
}
.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0;
}
.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0;
}
.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0;
}
.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0;
}
.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0;
}
.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0;
}
.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0;
}
.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0;
}
.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0;
}
.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0;
}
.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0;
}
.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0;
}
.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0;
}
.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0;
}
.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0;
}
.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0;
}
.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0;
}
.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0;
}
.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0;
}
.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0;
}
.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0;
}
.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0;
}
.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0;
}
.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0;
}
.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0;
}
.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0;
}
.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0;
}
.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0;
}
.iti__flag,
.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0;
}
.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0;
}
.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0;
}
.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0;
}
.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0;
}
.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0;
}
.iti__flag {
    box-shadow: 0 0 1px 0#888;
    background-image: url({{"flags.png"|asset_url}});
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url({{"flags@2x.png"|asset_url}});
    }
}
.iti__flag.iti__np {
    background-color: transparent;
}
.iti {
    width: 100%;
    margin-top: 15px;
}
.iti--separate-dial-code .iti__selected-dial-code {
    letter-spacing: 0;
}
.about--pillar:empty {
    display: inline-block;
}
.template-page-signup .header-wrapper {
    background-color: transparent;
}
.iti__flag:empty {
    display: block;
}
.krw--row {
    position: relative;
}
span.active-product-tag,
span.pdp-active-product-tag {
    display: block;
    text-align: center;
    font-size: 1.1rem;
    font-style: italic;
}
span.active-product-tag {
    font-weight: 400;
    letter-spacing: 0.12rem;
    width: 70px;
    height: 10px;
    position: absolute;
    right: -9px;
    z-index: 2;
    top: 0;
}
span.active-product-tag:after,
span.pdp-active-product-tag:after {
    content: "";
    background-color: #dfff56;
    height: 3px;
    width: 100%;
    display: block;
    margin-top: -9px;
}
span.pdp-active-product-tag {
    width: 65px;
    font-weight: 700;
    position: relative;
    padding-bottom: 13px;
    letter-spacing: 0.09rem;
    left: -10px;
}
@media (max-width: 990px) {
    span.pdp-active-product-tag {
        display: block;
        width: 65px;
        text-align: center;
        font-weight: 700;
        font-size: 1.1rem;
        font-style: italic;
        position: relative;
        padding-bottom: 5px;
        letter-spacing: 0.09rem;
        left: 0;
        padding-top: 0;
    }
    span.pdp-active-product-tag:after {
        content: "";
        background-color: #dfff56;
        height: 3px;
        width: 100%;
        display: block;
        margin-top: -8px;
    }
}
.empty-cart + .cart-count-bubble {
    color: #000;
    font-weight: 300;
}
.empty-cart + .filled-cart,
.grecaptcha-badge,
.loop-returns-activated p.mini-cart-total-description {
    display: none !important;
}
.filled-cart + .cart-count-bubble {
    color: #fff;
    font-weight: 700;
}
.card .media {
    background-color: #fff;
}
html * {
    -webkit-tap-highlight-color: transparent;
}
input.shopify-challenge__button.btn {
    padding: 0;
    width: 200px;
    margin-top: 20px;
    font-weight: 700;
    letter-spacing: 0.16rem;
}
.template-collection .media,
.template-collection-brand-blocks .media,
.template-collection-brand-blocks-main .media,
.template-collection-lite .media,
.template-product .media {
    overflow: hidden;
}
.template-collection img[loading="lazy"]:not(.plp-fam-swatch),
.template-collection-brand-blocks img[loading="lazy"]:not(.plp-fam-swatch),
.template-collection-brand-blocks-main img[loading="lazy"]:not(.plp-fam-swatch),
.template-collection-lite img[loading="lazy"]:not(.plp-fam-swatch),
.template-product img[loading="lazy"]:not(.plp-fam-swatch):not([alt="Size Guide"]) {
    clip-path: inset(1px);
}
@media (max-width: 990px) {
    body:not(.mobile-nav-open) .header-wrapper.color-background-1.gradient {
        background-color: transparent !important;
    }
}
div#loop-onstore {
    z-index: 4 !important;
}
.loop-returns-activated p.mini-cart-total-description.cart-return-message {
    display: block !important;
    line-height: 1.2;
}
.loop-returns-activated .afterpay-paragraph,
.loop-returns-activated form#buyItNow {
    display: none !important;
}
@media (max-width: 990px) {
    .loop-returns-activated .product-form {
        padding-bottom: 52px !important;
    }
}
.best-seller-tag.custom-plp-label {
    background-image: url({{"CTA-box.png"|asset_url}}) !important;
    -webkit-background-clip: text;
    background-size: cover;
    -webkit-text-fill-color: transparent;
}
.featured-description-text {
    letter-spacing: 0.03rem;
    font-size: 1.25rem;
}
.featured-description-cta button {
    text-transform: uppercase;
}
.featured-collection-description {
    padding: 0 15px;
}
.template-collection .page-width {
    padding: 0 1rem;
}
@media (max-width: 990px) {
    .header__icon--cart {
        margin-right: 0;
    }
    body:not(.template-product) a.breadcrumb-item.collection-refinement-pillar {
        font-weight: 700;
    }
    span.filters-toggle-icon {
        font-weight: 700;
        letter-spacing: 0.09rem;
        text-transform: uppercase;
        position: relative;
        font-size: 0.9rem;
    }
    span.filters-toggle-icon span,
    span.filters-toggle-icon svg {
        width: 10px;
        display: inline-block;
        line-height: 1;
    }
    span.filters-toggle-icon span {
        width: auto;
    }
    button.filters-toggle-btn {
        width: 54px !important;
    }
    .featured-description-text {
        letter-spacing: 0.03rem;
        font-size: 1.25rem;
        max-height: 30px;
        overflow: hidden;
        position: relative;
        transition: all 300ms ease;
    }
    .show-description-text .featured-description-text {
        max-height: 500px;
        padding-bottom: 5px;
    }
    .featured-description-cta {
        font-style: italic;
        display: block;
        color: #777;
        font-size: 1rem;
        letter-spacing: 0.16rem;
        text-transform: uppercase !important;
        text-align: right;
        margin-top: -16px;
        position: relative;
        background-color: transparent;
        padding: 5px 0;
        z-index: 3;
    }
    .featured-description-text:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 30px;
        left: 0;
        bottom: 0;
        display: block;
        z-index: 2;
        background-color: #fff;
        background: linear-gradient(to bottom, transparent, #fff);
        transition: all 300ms ease;
        opacity: 1;
    }
    .show-description-text .featured-description-text:after {
        opacity: 0;
    }
    .featured-description-cta button {
        position: relative;
        top: 0;
        padding: 7px 0;
        font-size: 0.9rem;
        letter-spacing: 0.1rem;
        color: #3a600b;
        display: block;
        text-align: right;
        width: 100%;
        margin-top: -7px;
        margin-bottom: -7px;
    }
    .featured-collection-description {
        padding-top: 15px;
        position: relative;
        z-index: 2;
        margin-bottom: -10px;
    }
    .template-collection-brand-blocks .header-main-wrapper,
    .template-collection-brand-blocks-main .header-main-wrapper {
        position: sticky;
        top: -35px;
        background-color: #fff;
    }
    body:not(.template-product) div#shopify-section-breadcrumb-filters {
        width: 100%;
        position: sticky;
        top: 55px !important;
        z-index: 5 !important;
    }
    .show-description-text div#shopify-section-breadcrumb-filters {
        top: -120px;
    }
    .collection-refinement {
        padding: 0;
        position: sticky;
        top: 50px;
        background-color: #fff;
    }
    .show-description-text .featured-description-cta {
        margin-top: -5px;
    }
}
.clear-all-link {
    border-bottom: 1px solid !important;
}
@media (max-width: 990px) {
    .header--top-center * > .header__search {
        margin-right: 2px;
    }
    summary.header__icon.header__icon--menu.header__icon--summary.link.focus-inset {
        margin-left: 5px;
    }
    summary.header__icon--menu {
        top: 4px;
    }
}
.template-index details.menu-opening summary.header__icon.header__icon--menu.header__icon--summary.link.focus-inset:before {
    content: "";
    display: block;
    position: fixed;
    top: 34px;
    background-color: #fff;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media (min-width: 991px) {
    .breadcrumb-delimiter:not(:empty):after {
        content: "\2022";
        font-family: Arial;
        position: relative;
        top: -1px;
        left: -4px;
        font-size: 10px;
        color: black;
        margin-left: -3px;
        margin-right: -3px;
    }

    .breadcrumb-delimiter {
        color: transparent;
    }
}

.focus-navigation-item {
    padding: 8px 20px;
    left: 0px;
    top: 0px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4) !important;
    border: 1px solid;
    border-radius: 0px;
    position: fixed !important;
    border: 3px solid #fff;
    background-color: black;
    color: white;
}

.keyboard-focus #DesktopMenu:focus-visible:before {
    width: 492px;
    height: 1px;
    content: "";
    background-color: black;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 1px;
}

.desktop-navbar-nav-dropdown-toggle {
    position: relative;
}

.keyboard-focus .desktop-navbar-nav-dropdown-toggle:focus-visible:before {
    border-bottom: 1px solid #000;
    height: 1px;
    content: "";
    background-color: #000;
    position: absolute;
    bottom: -1px;
    width: 100%;
}

.keyboard-focus .desktop-navbar-nav-list li.nav-list-level-2-item a:focus-visible span,
.keyboard-focus .mega-menu-nav-col a:focus-visible .mega-menu-title,
.keyboard-focus .mega-menu-nav-collection-inner a:focus-visible,
.keyboard-focus .mega-menu-nav-collection-inner a:focus-visible .product-card-family-title {
    position: relative;
}

.keyboard-focus .desktop-navbar-nav-list li.nav-list-level-2-item a:focus-visible span:after,
.keyboard-focus .mega-menu-nav-col a:focus-visible .mega-menu-title:after,
.keyboard-focus .mega-menu-nav-collection-inner a:focus-visible:after,
.keyboard-focus .mega-menu-nav-collection-inner a:focus-visible .product-card-family-title:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    display: block;
    bottom: -1px;
    display: block;
    right: 0px;
}

.keyboard-focus .mega-menu-nav-col a:focus .mega-menu-title:after {
    bottom: 12px;
}

.keyboard-focus .mega-menu-title {
    display: inline-block;
}

@media (min-width: 991px) {
    a.header__heading-link.link.link--text.focus-inset.icon-logo {
        max-width: 220px;
    }
}

.keyboard-focus .card-brand-block a:focus-visible :after {
    box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    content: "";
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    outline-offset: 0.3rem;
}

.keyboard-focus .mega-menu-nav-collection-inner a:focus-visible .product-card-family-title,
.keyboard-focus .second-chances-nav a:focus-visible .product-card-family-title {
    display: inline-block;
    border-bottom: 1px solid;
}

.keyboard-focus a.breadcrumb-item.collection-refinement-pillar:focus-visible {
    border-bottom: 1px solid #000;
}

.keyboard-focus .header__search_btn:focus-visible svg {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 0.4rem;
    box-shadow: none;
}

.keyboard-focus .header-wrapper button.localization-selector:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 0.4rem;
    box-shadow: none;
}

.footer-back-to-top {
    top: auto;
    bottom: 0px;
}

.keyboard-focus .standard-focus:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 0.4rem;
    box-shadow: none;
}

.template-page .breadcrumb-delimiter {
    display: none !important;
}

@media (min-width: 991px) {
    .template-page .page-width.page-width--narrow {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.template-page-10-year {
    padding-top: 0px !important;
}

.keyboard-focus .holiday-main-filter button:focus-visible,
.keyboard-focus button.filters-toggle-btn:focus-visible,
.keyboard-focus .main-filter button:focus-visible,
.keyboard-focus .sort-item button:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 0.2rem;
    box-shadow: none;
}

.going-fast-popup {
    position: fixed;
    bottom: 20px;
    border: 1px solid #000;
    background-color: rgba(255, 255, 255, 0.85);
    left: 20px;
    z-index: 2;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    transform: translateY(120px);
}
.show-going-fast-popup .going-fast-popup {
    transform: translateY(0);
}
.gf-details,
.gf-image {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.going-fast-popup-inner {
    position: relative;
    padding-right: 40px;
}
.gf-image {
    height: 95px;
    overflow: hidden;
    position: relative;
    width: 115px;
    background-color: #fff;
    margin-right: 20px;
}
.gf-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95px;
}
.gf-details h3 {
    font-size: 1.6rem;
    padding-bottom: 4px;
    font-weight: 700;
    letter-spacing:.16rem;
    margin:0;
    text-transform:uppercase;
}
.gf-details p {
    font-size: 1.4rem;
    text-transform: none;
    letter-spacing: 0.03rem;
    margin:0;
}
.gf-details p a {
    border-bottom: 1px solid;
}
.close-going-fast-popup {
    text-indent: -99999px;
    background-image: url({{ 'icon_cross_black.svg' | asset_url}});
    position: absolute;
    width: 25px;
    height: 25px;
    top: 7px;
    right: 7px;
    background-position: center center;
    background-size: 25px;
}
@media (max-width: 600px) {
    .going-fast-popup {
        width: calc(100% - 40px);
        z-index: 3;
    }
    .gf-image {
        height: 75px;
        width: 90px;
        margin-right: 15px;
    }
    .gf-image img {
        width: 75px;
    }
    .gf-details {
        width: calc(100% - 120px);
    }
    .gf-details h3 {
        font-size: 1.4rem;
        padding-bottom: 1px;
        font-weight: 700;
    }
}


span.pdp-ticker-extra.best-seller-tag.going-fast-tag.extra-off.pdp-guaranteed-sold-out {
    width:calc(100% - 40px) !important
}

.link-sale .nav-list-level-2 a,
.mobile-dropdown-sale a, 
.link-sale .product-card-family-title{
  color:var(--color-add-to-bag-sale) !important
}


@keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }


  .optical-options-list button:not(.active-variant) em {
    display: none !important;
}
  
  .frame-reviews-section,
  #productInfo {
    will-change: transform;
  }
  
  .pdp-tab-opened .plus-minus-swatch {
    pointer-events:none;
  }
  
  button[data-variant-name="Blue Light Readers"]:not(.active-variant) em {
    display: none !important;
  }
  
  .krw--mobile-only.fera-wrapper.main-fera {
    max-height: 11px;
    overflow: hidden;
  }
  
  @media (max-width:990px) {
    #mediaGallery ul .product__media-item:not(:first-of-type) span.pdp-ticker-extra.best-seller-tag.going-fast-tag.extra-off.pdp-guaranteed-sold-out {
      display: none;
  }
  
  button.show-variant-options[data-option-name="case"] {
    padding: 18px 0px !important;
    text-align: center;
  }
  
  ul[data-option-name="case"] li:first-child {
    min-width: 154px;
  }
  }
  
  @media (min-width:991px) {
    .regular-case-options h3:after {
      content: '';
      width: 61px;
      height: 1px;
      background-color: black;
      display: block;
      margin-top: -2px;
      margin-bottom:6px;
    }
  
    .regular-case-options h3 {
      cursor:pointer;
    }
  
    span.frame-case-learn-more {
      color: transparent;
      pointer-events:none;
    }
    span.frame-case-learn-more:after {
      content: 'FINAL SALE';
      display: block;
      color: var(--color-add-to-bag-sale);
      font-weight: bold;
      letter-spacing: .1rem;
      font-size: 1.2rem;
      position: relative;
      top: -7px;
    }
  
    li.frame-case-learn-more-wrapper {
      display: none !important;
    }
  
    .pdp-message.pdp-inventory-exchange.show-pdp-message {
      padding-top: 15px;
    }
  
  
  }
  
  @media (max-width:990px) {
  
    span.pdp-ticker-extra.best-seller-tag.going-fast-tag.extra-off.pdp-guaranteed-sold-out {
      position: fixed;
      top: 90px !important;
      transition:all 600ms ease;
  }
  
    .pdp-breadcrumbs+span.pdp-ticker-extra.best-seller-tag.going-fast-tag.extra-off.pdp-guaranteed-sold-out {
      top: 115px !important;
  }
  
  body:not(.show-low-stock-ticker) .pdp-ticker-extra.best-seller-tag.going-fast-tag.extra-off.pdp-guaranteed-sold-out.krw--mobile-only {
    display:none !important;
  }
  
  .hide-announcement-bar .pdp-ticker-extra {
    transform: translateY(-33px);
  }
  
  .pdp-tab-opened .pdp-ticker-extra {
    transform: translateY(-33px);
    opacity:0;
  }
  
  .hide-announcement-bar .pdp-breadcrumbs+.pdp-ticker-extra.best-seller-tag.going-fast-tag.extra-off.pdp-guaranteed-sold-out.krw--mobile-only {
    transform: translateY(-33px);
  }
  
  .pdp-main-carousel .pdp-ticker-extra {
    display:none !important;
  }
    .pdp-message.pdp-inventory-exchange.show-pdp-message {
      padding-bottom: 15px !important;
    }
  
    span.pdp-ticker-extra.best-seller-tag.going-fast-tag.extra-off.pdp-guaranteed-sold-out {
      width: calc(100% - 31px)!important;
      left:16px !important
  }
  span.pdp-ticker-extra.best-seller-tag.going-fast-tag.extra-off.pdp-guaranteed-sold-out+span.pdp-ticker-extra.best-seller-tag.going-fast-tag.extra-off.pdp-guaranteed-sold-out {
    display: none !important;
  }
  }
  
  .pdp-message.pdp-custom-vanity-tint {
    display: none !important;
  }
  
  .final-sale-message {
    font-size: 1.3rem;
    text-transform: none;
    letter-spacing: .01rem;
    font-weight: bold;
    color: #3f5980;
    padding-top: 15px;
    display: block;
  }
  
  .product-soldout-label {
    display: none !important;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    padding-left: 7px !important;
    left: -5px !important;
    top:-43px
  }
  
  .collection-description {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    display: none;
  }
  .collection-description p {
    margin-bottom: 0;
    margin-top: 18px;
  }
  @media (min-width: 991px) {
  
    #productInfo {
      transform: none !important;
      position: relative;
    }
    .krw--mobile-only.fera-wrapper,
    .sticky-option-selectors {
      display: none !important;
    }
    .page-width {
      max-width: 1480px;
    }
    .collection-description {
      display: block;
    }
    .pdp-frame-title {
      white-space: nowrap;
    }
    .model-label-trigger.hidden-model-face-shape-label:not(:empty) {
      pointer-events: none;
      text-transform: uppercase;
      font-size: 1.1rem;
      letter-spacing: 0.1rem;
      transition: opacity 300ms ease 300ms, transform 500ms ease;
      display: block !important;
      background-color: rgba(248, 248, 248, 0.7);
      padding: 2px 3px 2px 5px !important;
      opacity: 1;
      z-index: 2;
      height: 19px;
      bottom: 10px !important;
      left: 10px;
      top: auto !important;
    }
    .frame-reviews-section .pr-rating-stars .pr-star-v4 {
      width: 13px !important;
      height: 13px !important;
      background-size: 13px !important;
      background-position: center center;
      top: 0 !important;
    }
    .frame-reviews-section .pr-rating-stars {
      align-items: center;
      cursor: pointer;
    }
    .frame-reviews-section .pr-rating-stars span.reviews-counter {
      top: 1px !important;
    }
    .accordion-wrapper-design-notes {
      display: none !important;
    }
    .fixed-atc-bar {
      overflow: hidden;
      position: relative;
      transition: all 500ms ease;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      min-height: 123px;
    }
    .showing-waitlist-bar .fixed-atc-bar {
      opacity: 1 !important;
      max-height: 48px;
      overflow: hidden;
      position: relative;
      min-height: 48px;
    }
    #buyItNow,
    .product-is-sold-out + #buyItNow,
    .showing-waitlist-bar #buyItNow {
      transition: none !important;
    }
    .product-back-in-stock.product-shop-back-in-stock {
      position: absolute;
      top: 0 !important;
      right: 0;
      width: 100%;
      padding: 0;
      max-height: 0;
      transition: opacity 0.3s ease, transform 0.5s ease, padding 0.3s ease,
        max-height 0.3s ease;
    }
    .product-back-in-stock.product-shop-back-in-stock.active {
      padding: 0;
      max-height: 300px;
    }
    .showing-waitlist-bar .product-form {
      opacity: 0;
    }
  
    .frame-reviews-section .pr-rating-stars {
      margin-top:-1px !important;
    }
  }
  .product__description {
    display: none;
  }
  .frame-reviews-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .frame-reviews-section .pr-rating-stars .pr-star-v4 {
    margin-left: 1px;
    margin-right: 0;
    display: block !important;
    width: 11px;
    height: 11px;
  }
  .product-soldout-label.show-sold-out-label,
  html body #productInfo .product-recommendations-section,
  html body #productInfo .recently-viewed-section {
    display: block !important;
  }
  .swym-button-bar,
  button.wishlist-icon,
  iframe#preview-bar-iframess {
    display: none !important;
  }
  @media (max-width: 990px) {
    .product-recommendations-section,
    .recently-viewed-section {
      display: none !important;
    }
    .pdp-main-carousel .product__media-item:first-of-type {
      margin-top: 100px;
    }
    .pdp-main-carousel .product__media-item:first-of-type + .model-image-wrapper {
      margin-top: 60px !important;
    }
    .pdp-main-carousel .product__media:not(.model-image) {
      padding-top: 90% !important;
    }
    body.cta-theme-standard {
      overflow: hidden;
    }
  }
  body:not(.pdp-tab-opened) button.tab-trigger {
    pointer-events: none;
  }
  .product {
    margin: 0;
  }
  body.cta-theme-standard {
    width: 100%;
  }
  .header-main-wrapper,
  .pdp-breadcrumbs {
    transition: transform 0.7s ease;
  }
  .hide-announcement-bar .header-main-wrapper,
  .pdp-tab-opened .header-main-wrapper {
    transform: translateY(-35px);
  }
  .hide-announcement-bar .pdp-breadcrumbs,
  .pdp-tab-opened .pdp-breadcrumbs {
    transform: translate(-50%, -35px);
  }
  .frame-reviews-section .pr-rating-stars {
    display: flex;
    width: auto;
    text-align: right;
    line-height: 1;
    vertical-align: middle;
    margin-right: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  
  .frame-reviews-section .pr-rating-stars .pr-rating-stars {
    position: relative;
    top: 0px;
    transform: none;
  }
  
  .frame-reviews-section .pr-rating-stars .pr-rating-stars:before {
    display:none;
  }
  
  @media (min-width: 991px) {
    .size-option-hidden h3 {
      padding-top: 20px !important;
    }
    .product-variants-wrapper.normal-option-selectors.size-option-hidden.single-option-product
      ul {
      margin-bottom: 0;
    }
    .frame-reviews-section .pr-rating-stars .pr-star-v4 {
      position: relative;
      top: 0.5px;
    }
    .frame-available-options,
    .product-variants-wrapper.normal-option-selectors,
    .product-variants-wrapper.normal-option-selectors.size-option-hidden.single-option-product.lens-option-hidden {
      padding-top: 0;
    }
    .frame-reviews-section {
      line-height: 1;
      padding-top: 0;
    }
    .regular-lens-options
      li.all-available-blue-light-readers
      .lens--readers--options,
    .template-product #mediaGallery .carousel-track-wrapper {
      display: none !important;
    }
    div#shopify-section-footer {
      margin-top: 25px;
    }
    .regular-lens-options ul[data-option-name="lens"] {
      margin-bottom: 6px !important;
    }
    .pdp-family-products-swatch-bar {
      min-height: 47px;
    }
    .product-recommendations span.reveal-top-ten,
    .recently-viewed span.reveal-top-ten {
      top: 40% !important;
      pointer-events: none;
    }
    footer.pr-rd-main-footer .pr-rd-content-block {
      padding-left: 0 !important;
    }
    .product-variants-list button {
      cursor: pointer;
    }
    .frame-available-options button.active-variant,
    .product-variants li button {
      font-size: 1.4rem !important;
    }
  }
  .frame-reviews-section .pr-rating-stars:before {
    content: "";
    display: block;
    position: absolute;
    height: 15px;
    width: 100%;
    left: -19px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 15%);
    z-index: 0;
  }
  
  .frame-reviews-section .pr-rating-stars {
    background-color:white;
  }
  .frame-reviews-section .pr-rating-stars span.reviews-counter,
  .pr-rating-stars .pr-star-v4 {
    position: relative !important;
    z-index: 2;
  }
  @media (max-width: 990px) {
    .pdp-main-carousel .product__media-item:first-of-type .product__media {
      min-height: calc(100dvh - 300px);
  }
  
    .product__media-list .product__media-item {
      margin-bottom: 0;
    }
    .product__info-wrapper .price__container {
      top: 0 !important;
    }
    #mediaGallery .product__media-list,
    div#mediaGallery {
      height: 100vh;
      padding-bottom: 0;
      position: relative;
      width: 100%;
    }
    div#mediaGallery {
      left: 0;
      overflow: hidden;
      z-index: 1;
      height: 100dvh;
    }
    .pr-star-v4.pr-star-v4-100-filled,
    .pr-star-v4.pr-star-v4-25-filled,
    .pr-star-v4.pr-star-v4-50-filled,
    .pr-star-v4.pr-star-v4-75-filled {
      display: inline-block !important;
      width: 11px;
      height: 11px;
      margin-right: 1px;
    }
    .pdp-header .pr-rating-stars .pr-star-v4.pr-star-v4-100-filled {
      display: inline-block !important;
      width: 11px;
      height: 11px;
      margin-left: 3px;
    }
    .pdp-header .pr-rating-stars {
      display: block;
      line-height: 1;
      padding-top: 2px;
    }
    span.reviews-counter {
      position: relative;
      top: 0;
      left: 0;
      line-height: 1;
      display: inline-block;
      font-size: 1.25rem;
      letter-spacing: 0.05rem;
      margin-right: 2px;
    }
    @media (max-width: 990px) {
      .frame-reviews-section .pdp-frame-title {
  
      }
    }
    .frame-reviews-section .pdp-frame-title {
      display: block;
      width: 100%;
      text-align: left;
      vertical-align: middle;
      line-height: 1.1;
      margin-right: 0;
      white-space: nowrap;
      text-transform: none;
      position: relative;
      top: 0;
    }
    .col.medium-down-one-whole.medium-up-display-none-imp,
    .footer-top-right .col,
    .footer__content-top {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    #mediaGallery .product__media-list {
      height: calc(100dvh - 155px);
      display: flex;
      overflow-y: auto;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior: none;
      bottom: 0;
      top: 0;
    }
    #mediaGallery ul .product__media-item {
      flex: 0 0 auto !important;
      object-fit: cover;
    }
    #mediaGallery ul .product__media-item:not(:last-child) {
      margin-bottom: -4px;
    }
    .template-suffix-elizabeth-iridescent-blonde-mirrored-sunglasses
      #mediaGallery
      ul
      .product__media-item[data-image-position="4"] {
      scroll-snap-align: end;
    }
    .template-product
      img[loading="lazy"]:not(.plp-fam-swatch):not([alt="Size Guide"]) {
      clip-path: inset(0) !important;
    }
    #productInfo_overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
      pointer-events: none;
      z-index: 2;
    }
    .pdp-tab-opened #productInfo {
      transform: translateY(55px);
      transition: transform 500ms ease;
      overflow-y: overlay;
    }
    div#productInfo:not(data-dragging):not(data-opened) {
      transition: transform 500ms ease;
    }
    #productInfo[data-closing] {
      
    }
    #productInfo[data-dragging] {
      overflow: hidden;
      transition: none;
    }
    #productInfo[data-opening] {
      transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    }
    html body {
      padding-bottom: 0 !important;
    }
    main#MainContent .shopify-section:nth-of-type(3) {
      display: none;
    }
    .footer {
      border-top: none;
    }
    #mediaGallery ul::-webkit-scrollbar,
    body::-webkit-scrollbar,
    html::-webkit-scrollbar,
    main::-webkit-scrollbar {
      display: none;
    }
    #shopify-section-header {
      z-index: 4;
      position: sticky;
      top: 0;
    }
    div#productInfo.closed-stateaa {
      overflow: hidden;
    }
    .pdp-variants-opened:not(.showing-waitlist-bar) div#productInfo {
      transform: translateY(calc(100% - 185px - 48px));
      transition: transform 500ms ease;
    }
    
  }
  .product__info-container {
    position: relative;
    z-index: 1;
  }
  .visibly-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    text-indent: -9990px;
  }
  #shopify-section-footer,
  main#MainContent section:not(:first-child) {
    position: relative;
    z-index: 1;
    background-color: #fff;
  }
  .product.grid {
    gap: 0;
  }
  @media (min-width: 991px) {
    .product-soldout-label,
    main .product-soldout-label.show-sold-out-label {
      display:none !important;
    }
    .product.grid {
      padding: 0 20px;
    }
  }
  .product--no-media {
    max-width: 57rem;
    margin: 0 auto;
  }
  .product__media-wrapper {
    padding-left: 0;
  }
  .loop-returns-activated div#buyItNow,
  .shopify-payment-button__more-options,
  shopify-payment-terms {
    display: none;
  }
  .pdp-price:not(.price--on-sale) .price__sale {
    display: none;
  }
  .pdp-bf-gwp img,
  .pdp-bf-gwp-cta {
    display: inline-block;
    vertical-align: middle;
    margin-right: -5px;
  }
  .pdp-bf-gwp img {
    width: 220px;
  }
  .pdp-bf-gwp-cta {
    width: calc(100% - 220px);
    text-align: right;
    color: #c84947;
  }
  button.pdp-bf-gwp-popup-cta {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    border-bottom: 1px solid;
    line-height: 1;
    padding: 0 0 1px;
    position: relative;
    left: 0;
    top: -1px;
    letter-spacing: 0.03rem;
    cursor: pointer;
  }
  .pdp-bf-gwp {
    padding-top: 15px;
    margin-bottom: -10px !important;
  }
  .pdp-text-swatches .pdp-family-swatch.pdp-family-swatch-product button {
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
    line-height: 1;
    height: auto;
  }
  .pdp-text-swatches
    .pdp-family-swatch.pdp-family-swatch-product.frame-active
    button {
    border-color: #000;
    color: #000;
  }
  .template-summer-tote span.pdp-family-title,
  div[data-fera-container="382876"] {
    text-transform: uppercase;
  }
  @media (max-width: 990px) {
    .pdp-bf-gwp {
      padding-top: 20px;
      margin-bottom: -21px !important;
      position: relative;
      z-index: 2;
    }
    .product-shop-inventory-notice.active + .pdp-bf-gwp {
      padding-top: 15px;
    }
    .pdp-text-swatches .pdp-bf-gwp {
      margin-bottom: 15px !important;
    }
    .pdp-text-swatches .pdp-family-products-swatch-bar {
      padding-top: 0;
    }
    .product,
    body,
    main {
      overflow-x: hidden;
    }
  }
  @media screen and (min-width: 991px) {
    .frame-reviews-section .pr-rating-stars span.reviews-counter {
      font-size: 1.35rem;
      letter-spacing: 0.1rem;
      margin-right: 2px;
      cursor: pointer;
      line-height: 0.85rem;
      position: relative;
      top: 1px !important;
    }
    .product-form {
      display: block;
      margin-top: 0 !important;
    }
    .product--columns .product__info-container--sticky,
    .product--stacked .product__info-container--sticky,
    .product--thumbnail .product__media-gallery,
    .product--thumbnail_slider .product__media-gallery {
      display: block;
      position: sticky;
      position: -webkit-sticky;
      top: 9rem;
      z-index: 2;
    }
    .fera-wrapper[data-fera-container="382876"] + .fixed-atc-bar {
      display: none;
    }
    .product--thumbnail .thumbnail-list {
      padding-right: var(--media-shadow-horizontal-offset);
    }
    .product__info-wrapper {
      padding: 0 0 0 5rem;
    }
    .product__info-wrapper--extra-padding {
      padding: 0 0 0 8rem;
    }
    .product--right .product__info-wrapper {
      padding: 0 5rem 0 0;
    }
    .product--right .product__info-wrapper--extra-padding {
      padding: 0 8rem 0 0;
    }
    .product--right .product__media-list {
      margin-bottom: 2rem;
    }
    .product__media-container .slider-buttons {
      display: none;
    }
  }
  .product-option-name {
    font-weight: 700;
    font-size: 1.1rem;
    margin-right: 5px;
  }
  .pdp-text-swatches .pdp-family-swatch.pdp-family-swatch-product {
    width: auto !important;
    font-size: 1.4rem;
    letter-spacing: 0.03rem;
    color: #777;
    padding-bottom: 0;
    height: auto !important;
  }
  .pdp-preorder-date {
    letter-spacing: 0.03rem;
    color: #7f927f;
    font-size: 1.3rem;
    padding-top: 10px;
  }
  @media (max-width: 990px) {
    .pdp-preorder-date {
      letter-spacing: 0.03rem;
      color: #7f927f;
      font-size: 1.3rem;
      padding-top: 0;
      margin-bottom: 0 !important;
    }
  }
  @media (min-width: 991px) {
    #mediaGallery .product__media-list {
      justify-content: end;
    }
  }
  @media screen and (min-width: 990px) {
    .product--large:not(.product--no-media) .product__media-wrapper {
      max-width: 66.666%;
      width: calc(66.666% - var(--grid-desktop-horizontal-spacing) / 2);
      padding-right: 20px;
    }
    .product--large:not(.product--no-media) .product__info-wrapper {
      padding: 0;
      max-width: 30%;
      width: calc(30% - var(--grid-desktop-horizontal-spacing) / 2);
    }
    .product--large:not(.product--no-media).product--right
      .product__info-wrapper {
      padding: 0 4rem 0 0;
    }
    .product--medium:not(.product--no-media) .product__media-wrapper,
    .product--small:not(.product--no-media) .product__info-wrapper {
      max-width: 55%;
      width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
    }
    .product--medium:not(.product--no-media) .product__info-wrapper,
    .product--small:not(.product--no-media) .product__media-wrapper {
      max-width: 45%;
      width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
    }
  }
  .shopify-payment-button__button {
    font-family: inherit;
    min-height: 4.6rem;
  }
  .no-js .shopify-payment-button__button [role="button"]:focus,
  .shopify-payment-button__button [role="button"].focused {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
    outline-offset: 0.3rem;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
      0 0 0 0.3rem rgb(var(--color-background)),
      0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.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: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
      0 0 0 0.3rem rgb(var(--color-background)),
      0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
  }
  .shopify-payment-button__button--unbranded {
    background-color: rgba(var(--color-button), var(--alpha-button-background));
    color: rgb(var(--color-button-text));
    font-size: 1.4rem;
    line-height: calc(1 + 0.2/var (--font-body-scale));
    letter-spacing: 0.07rem;
  }
  .shopify-payment-button__button--unbranded::selection {
    background-color: rgba(var(--color-button-text), 0.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));
  }
  .shopify-payment-button__more-options {
    margin: 1.6rem 0 1rem;
    font-size: 1.2rem;
    line-height: calc(1 + 0.5/var (--font-body-scale));
    letter-spacing: 0.05rem;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }
  .shopify-payment-button__button + .shopify-payment-button__button--hidden {
    display: none;
  }
  .product-form,
  variant-radios,
  variant-selects {
    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: 0.7rem;
    margin-top: 0.5rem;
  }
  .product-form__input {
    flex: 0 0 100%;
    padding: 0;
    margin: 0 0 1.2rem;
    max-width: 37rem;
    min-width: fit-content;
    border: 0;
  }
  .product-form__input--dropdown {
    margin-bottom: 1.6rem;
  }
  .product-form__input .form__label {
    padding-left: 0;
  }
  fieldset.product-form__input .form__label {
    margin-bottom: 0.2rem;
  }
  .product-form__input input[type="radio"] {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
  }
  .product-form__input input[type="radio"] + label {
    color: rgba(var(--color-foreground));
    display: inline-block;
    margin: 0.7rem 0.5rem 0.2rem 0;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 1;
    text-align: center;
    transition: border var(--duration-short) ease;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 0;
  }
  .product-form__input input[type="radio"] + label:before {
    content: "";
    position: absolute;
    top: calc(var(--variant-pills-border-width) * -1);
    right: calc(var(--variant-pills-border-width) * -1);
    bottom: calc(var(--variant-pills-border-width) * -1);
    left: calc(var(--variant-pills-border-width) * -1);
    z-index: -1;
    border-radius: var(--variant-pills-radius);
    box-shadow: var(--variant-pills-shadow-horizontal-offset)
      var(--variant-pills-shadow-vertical-offset)
      var(--variant-pills-shadow-blur-radius)
      rgba(var(--color-shadow), var(--variant-pills-shadow-opacity));
  }
  .product-form__input input[type="radio"] + label:hover {
    border-color: rgb(var(--color-foreground));
  }
  .product-form__input input[type="radio"]:checked + label {
    border-bottom: 1px solid #000;
  }
  @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), 0.3);
  }
  .product-form__input input[type="radio"]:disabled + label {
    border-color: rgba(var(--color-foreground), 0.1);
    color: rgba(var(--color-foreground), 0.4);
    text-decoration: line-through;
  }
  .product-form__input input[type="radio"]:focus-visible + label {
    box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
      0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
  }
  .no-js .shopify-payment-button__button [role="button"]:focus + label,
  .product-form__input input[type="radio"].focused + label {
    box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
      0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
  }
  .no-js
    .product-form__input
    input[type="radio"]:focus:not(:focus-visible)
    + label {
    box-shadow: none;
  }
  .product-form__input .select {
    max-width: 25rem;
  }
  .product-form__submit {
    margin-bottom: 1rem;
  }
  .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
    .shopify-payment-button__button[disabled],
  .product-form__submit[disabled]
    + .shopify-payment-button
    .shopify-payment-button__button[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
  }
  @media screen and (forced-colors: active) {
    .product-form__submit[aria-disabled="true"] {
      color: Window;
    }
  }
  .shopify-payment-button__more-options {
    color: rgb(var(--color-foreground));
  }
  .shopify-payment-button__button {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
  .product__info-container > * + * {
    margin: 0;
  }
  .product__info-container iframe {
    max-width: 100%;
  }
  .product__info-container .product-form {
    margin: 2.5rem 0;
  }
  .product__info-container .product__description {
    margin: 0 0 1.5rem;
  }
  .template-product .pdp--sub-title img {
    max-width: 112px;
    position: relative;
    left: -3px;
    top: -3px;
  }
  .mg-gif--title img {
    margin-top: -3px;
  }
  .pdp-pre-shop-online-only,
  span.br--title.bb--title.pdp--sub-title.pdp-online-only.pdp-pre-shop-online-only.pdp-pre-shop-online-only-event {
    position: relative;
    left: -6px;
  }
  .product__text {
    margin-bottom: 0;
  }
  .pdp-message {
    font-size: 1.2rem;
    text-transform: none;
    letter-spacing: 0.01rem;
    padding-top: 10px;
  }
  a.product__text {
    display: block;
    text-decoration: none;
    color: rgba(var(--color-foreground), 0.75);
  }
  .product__text.caption-with-letter-spacing {
    text-transform: uppercase;
    display: block;
  }
  .pdp-header {
    display: flex;
  }
  @media (min-width: 991px) {
    .pdp-header {
      line-height: 1;
      margin-bottom: 0.2rem;
    }
  }
  .product__title {
    word-break: break-word;
    margin-bottom: 0;
    width: calc(100% - 70px);
  }
  .product__title h1 {
    line-height: 1;
    margin: 0;
    font-size: 1.5rem;
  }
  .pdp-family-title {
    letter-spacing: 0.24rem;
    font-size: 1.5rem;
    font-weight: 300;
  }
  .pdp-frame-title {
    display: block;
    font-weight: 300;
    letter-spacing: 0.05rem;
    padding-top: 0;
    font-size: 1.25rem;
  }
  @media (min-width: 991px) {
    .pdp-frame-title {
      font-size: 1.4rem;
    }
  }
  .product__title > * {
    margin: 0;
  }
  .product__title > a {
    display: none;
  }
  .product__title + .product__text.caption-with-letter-spacing {
    margin-top: -1.5rem;
  }
  .product__text.caption-with-letter-spacing + .product__title {
    margin-top: 0;
  }
  .pdp-collection-title {
    margin-top: -13px;
    margin-bottom: 15px;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
  }
  .pdp-collection-title a {
    text-decoration: none;
  }
  .pdp--doro-title a {
    color: #b05d52 !important;
  }
  .bb--title.pdp--lundi-title a {
    color: #3b253b;
  }
  .product__accordion .accordion__content {
    padding: 0 1rem 0 0;
  }
  @media (min-width: 991px) {
    .product__accordion .accordion__content {
      padding: 0 !important;
    }
  }
  .accordion__content
    .product__description
    div[data-element-selector=".size-guide-popup"]:before,
  .accordion__content .product__description p:before {
    margin-right: 5px;
    font-family: Arial, Helvetica, sans-serif;
    content: "";
    width: 3px;
    height: 3px;
    background-color: #000;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    border-radius: 50%;
  }
  .accordion__content .product__description div:not(.cursor-pointer),
  .accordion__content .product__description p {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 5px;
  }
  #productThumbnails li,
  .cursor-pointer {
    cursor: pointer;
  }
  .accordion__content .product__description .col:nth-of-type(2) {
    padding-bottom: 0;
  }
  @media (max-width: 990px) {
    .product__description .js-element-fadein.cursor-pointer {
      font-size: 1.25rem;
      letter-spacing: 0.05rem;
    }
    .accordion__content .product__description .col:first-child {
      padding-bottom: 15px;
    }
  }
  @media (min-width: 991px) {
    .accordion__content .product__description div,
    .accordion__content .product__description p {
      padding-bottom: 0;
      line-height: 1.4;
    }
    .accordion__content .product__description .col:first-child {
      display: none;
    }
  }
  .pdp-price {
    width: auto;
  }
  .product__info-wrapper .price__container {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    position: relative;
    top: -2px;
    display: flex;
    justify-content: end;
  }
  .product .price .badge,
  .product .price dl,
  .product .price__container {
    margin-bottom: 0.5rem;
  }
  .product .price dl {
    margin-top: 0.5rem;
  }
  .product .price--sold-out .price__badge-sold-out {
    background: 0 0;
    color: rgb(var(--color-base-text));
    border-color: transparent;
  }
  .product .price--sold-out .price__badge-sale {
    display: none;
  }
  @media screen and (min-width: 991px) {
    .product__info-container {
      max-width: 100%;
    }
    .product__info-container .price--on-sale .price-item--regular {
      font-size: 1.6rem;
    }
    .product__info-container > :first-child {
      margin-top: 0;
    }
  }
  .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,
  .product--no-media shopify-payment-terms {
    text-align: center;
  }
  .product--no-media .product__info-wrapper,
  .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,
  .product-popup-modal__content img {
    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-form__quantity .form__label {
    margin-bottom: 0.6rem;
  }
  .product-form__quantity-top .form__label {
    margin-bottom: 1.2rem;
  }
  .product--no-media fieldset.product-form__input {
    flex-wrap: wrap;
    margin: 0 auto 1.2rem;
  }
  .product-form__buttons {
    max-width: 44rem;
  }
  .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 {
    text-align: center;
  }
  .product__media-list video {
    border-radius: calc(var(--media-radius) - var(--media-border-width));
  }
  @media screen and (max-width: 749px) {
    .product__media-list {
      margin-left: 0;
      margin-bottom: 3rem;
      width: 100%;
    }
    .slider.product__media-list::-webkit-scrollbar {
      height: 0.2rem;
      width: 0.2rem;
    }
    .product__media-list::-webkit-scrollbar-thumb {
      background-color: rgb(var(--color-foreground));
    }
    .product__media-list::-webkit-scrollbar-track {
      background-color: rgba(var(--color-foreground), 0.2);
    }
    .product__media-list .product__media-item {
      width: 100%;
      display: inline-block !important;
      float: none !important;
    }
    .product--mobile-columns .product__media-item {
      width: calc(50% - 1.5rem - var(--grid-mobile-horizontal-spacing));
    }
  }
  @media screen and (min-width: 991px) {
    .product--thumbnail .product__media-list,
    .product--thumbnail_slider .product__media-list {
      padding-bottom: calc(
        var(--media-shadow-vertical-offset) * var(--media-shadow-visible)
      );
    }
    .product__media-list {
      padding-right: calc(
        var(--media-shadow-horizontal-offset) * var(--media-shadow-visible)
      );
    }
    .product--thumbnail .product__media-item:not(.is-active),
    .product--thumbnail_slider .product__media-item:not(.is-active) {
      display: none;
    }
    .product-media-modal__content
      > .product__media-item--variant.product__media-item--variant {
      display: none;
    }
    .product-media-modal__content > .product__media-item--variant:first-child {
      display: block;
    }
  }
  .product__media-item.product__media-item--variant {
    display: none;
  }
  .product__media-item--variant:first-child,
  button.wishlist-icon.swym-added.swym-removing svg:first-child {
    display: block;
  }
  @media screen and (min-width: 991px) 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 {
      width: 100%;
    }
  }
  .product__media-icon .icon {
    width: 1.2rem;
    height: 1.4rem;
  }
  .product__media-icon {
    border: 0.1rem solid rgba(var(--color-foreground), 0.1);
    color: rgb(var(--color-foreground));
    height: 3rem;
    width: 3rem;
    top: calc(1.2rem + var(--media-border-width));
  }
  .product__media-icon,
  .thumbnail__badge {
    background-color: rgb(var(--color-background));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: calc(1.2rem + var(--media-border-width));
    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:hover .product__media-icon,
  .thumbnail__badge {
    border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  }
  @media screen and (min-width: 991px) {
    .grid__item.product__media-item--full {
      width: 100%;
    }
    .product--columns
      .product__media-item:not(.product__media-item--single):not(:only-child) {
      max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
    .product--large.product--columns
      .product__media-item--full
      .deferred-media__poster-button {
      height: 5rem;
      width: 5rem;
    }
    .product--medium.product--columns
      .product__media-item--full
      .deferred-media__poster-button {
      height: 4.2rem;
      width: 4.2rem;
    }
    .product--medium.product--columns
      .product__media-item--full
      .deferred-media__poster-button
      .icon {
      width: 1.8rem;
      height: 1.8rem;
    }
    .product--small.product--columns
      .product__media-item--full
      .deferred-media__poster-button {
      height: 3.6rem;
      width: 3.6rem;
    }
    .product--small.product--columns
      .product__media-item--full
      .deferred-media__poster-button
      .icon {
      width: 1.6rem;
      height: 1.6rem;
    }
  }
  @media screen and (min-width: 990px) {
    .pdp-main-carousel .product__media-item {
      max-width: 100%;
      width: 100%;
      margin-bottom: 0;
    }
    .product:not(.product--columns) .product__media-list .product__media-item,
    .product:not(.product--columns)
      .product__media-list
      .product__media-item--full {
      width: 100%;
      max-width: 100%;
    }
    .product__modal-opener .product__media-icon {
      opacity: 0;
    }
    .product__modal-opener:focus .product__media-icon,
    .product__modal-opener:hover .product__media-icon {
      opacity: 1;
    }
  }
  .product__media-item > * {
    display: block;
    position: relative;
  }
  .product__media-toggle {
    display: flex;
    border: 0;
    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;
  }
  @media (forced-colors: active) {
    .product-form__input input[type="radio"]:focus-visible + label,
    .product__media-toggle:focus-visible,
    .product__media-toggle:focus-visible:after {
      outline: transparent solid 1px;
      outline-offset: 2px;
    }
  }
  .product__media-toggle.focused {
    outline: 0;
    box-shadow: none;
  }
  .product__media-toggle:focus-visible:after {
    box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
      0 0 0 0.5rem rgba(var(--color-foreground), 0.5);
    border-radius: var(--media-radius);
  }
  .product__media-toggle.focused:after {
    box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
      0 0 0 0.5rem rgba(var(--color-foreground), 0.5);
    border-radius: var(--media-radius);
  }
  .product-media-modal {
    background-color: rgb(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: 991px) {
    .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%;
    }
  }
  .product-media-modal__content > * {
    display: block;
    height: auto;
    margin: auto;
  }
  .product-media-modal__content .media {
    background: 0 0;
  }
  .product-media-modal__content .deferred-media,
  .product-media-modal__model {
    width: 100%;
  }
  .product-media-modal__toggle {
    background-color: rgb(var(--color-background));
    border: 0.1rem solid rgba(var(--color-foreground), 0.1);
    border-radius: 50%;
    color: rgba(var(--color-foreground), 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    right: 2rem;
    padding: 1.2rem;
    position: fixed;
    z-index: 2;
    top: 2rem;
    width: 4rem;
  }
  @media screen and (min-width: 991px) {
    .product-media-modal__content {
      padding: 2rem 11rem;
    }
    .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 11rem;
    }
    .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: rgba(var(--color-foreground), 0.75);
  }
  .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(var(--color-foreground), 0.2);
    height: 100%;
  }
  .product-popup-modal[open] {
    opacity: 1;
    visibility: visible;
    z-index: 101;
  }
  .product-popup-modal__content {
    border-radius: var(--popup-corner-radius);
    background-color: rgb(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;
    border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
    border-style: solid;
    border-width: var(--popup-border-width);
    box-shadow: var(--popup-shadow-horizontal-offset)
      var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
      rgba(var(--color-shadow), var(--popup-shadow-opacity));
  }
  .product-popup-modal__content.focused {
    box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
      0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
      var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset)
        var(--popup-shadow-blur-radius)
        rgba(var(--color-shadow), var(--popup-shadow-opacity));
  }
  .product-popup-modal__content:focus-visible {
    box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
      0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
      var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset)
        var(--popup-shadow-blur-radius)
        rgba(var(--color-shadow), var(--popup-shadow-opacity));
  }
  @media screen and (min-width: 991px) {
    .product-popup-modal__content {
      margin-top: 10rem;
      width: 70%;
      padding: 0 3rem;
    }
    .product-media-modal__dialog .global-media-settings--no-shadow {
      overflow: visible !important;
    }
  }
  @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-media-modal__dialog .global-media-settings,
    .product-media-modal__dialog .global-media-settings iframe,
    .product-media-modal__dialog .global-media-settings img,
    .product-media-modal__dialog .global-media-settings model-viewer,
    .product-media-modal__dialog .global-media-settings video {
      border: 0;
      border-radius: 0;
    }
  }
  .product-popup-modal__opener {
    display: inline-block;
  }
  .product-popup-modal__button {
    font-size: 1.6rem;
    padding-right: 1.3rem;
    padding-left: 0;
    height: 4.4rem;
    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 {
    padding-right: 4.4rem;
  }
  .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: rgb(var(--color-background));
    border: 0.1rem solid rgba(var(--color-foreground), 0.1);
    border-radius: 50%;
    color: rgba(var(--color-foreground), 0.55);
    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: rgba(var(--color-foreground), 0.75);
  }
  .product-popup-modal__toggle .icon {
    height: auto;
    margin: 0;
    width: 2.2rem;
  }
  .product__media-list .media > * {
    overflow: hidden;
  }
  .thumbnail-list {
    flex-wrap: wrap;
    grid-gap: 1rem;
  }
  .slider--mobile.thumbnail-list:after {
    content: none;
  }
  @media screen and (min-width: 991px) {
    .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 {
      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;
    }
    .product__modal-opener {
      width: 100%;
    }
    .thumbnail-slider {
      display: flex;
      align-items: center;
    }
    .thumbnail-slider .thumbnail-list.slider {
      display: flex;
      padding: 0.5rem;
      flex: 1;
      scroll-padding-left: 0.5rem;
    }
    .thumbnail-list__item.slider__slide {
      width: calc(33% - 0.6rem);
    }
  }
  @media screen and (min-width: 991px) {
    .product--thumbnail_slider .thumbnail-slider {
      display: flex;
      align-items: center;
    }
    .thumbnail-slider .thumbnail-list.slider--tablet-up {
      display: flex;
      padding: 0.5rem;
      flex: 1;
      scroll-padding-left: 0.5rem;
    }
    .product__media-wrapper .slider-mobile-gutter .slider-button {
      display: none;
    }
    .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
      width: calc(25% - 0.8rem);
    }
    .product--thumbnail_slider .slider-mobile-gutter .slider-button {
      display: flex;
    }
  }
  @media screen and (min-width: 900px) {
    .product--small
      .thumbnail-list.slider--tablet-up
      .thumbnail-list__item.slider__slide {
      width: calc(25% - 0.8rem);
    }
    .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
      width: calc(20% - 0.8rem);
    }
  }
  .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    color: rgb(var(--color-base-text));
    cursor: pointer;
    background-color: transparent;
  }
  .thumbnail:hover {
    opacity: 0.7;
  }
  .thumbnail.global-media-settings img {
    border-radius: 0;
  }
  .thumbnail[aria-current] {
    box-shadow: 0 0 0 0.1rem rgb(var(--color-foreground));
    border-color: rgb(var(--color-foreground));
  }
  .thumbnail[aria-current]:focus-visible {
    box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
      0 0 0 0.5rem rgba(var(--color-foreground), 0.5);
  }
  .thumbnail.focused,
  .thumbnail[aria-current]:focus {
    outline: 0;
    box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
      0 0 0 0.5rem rgba(var(--color-foreground), 0.5);
  }
  @media (forced-colors: active) {
    .thumbnail.focused,
    .thumbnail[aria-current]:focus {
      outline: transparent solid 1px;
    }
  }
  .thumbnail[aria-current]:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(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__badge .icon {
    width: 1rem;
    height: 1rem;
  }
  .thumbnail__badge .icon-3d-model {
    width: 1.2rem;
    height: 1.2rem;
  }
  .thumbnail__badge {
    color: rgb(var(--color-foreground), 0.6);
    height: 2rem;
    width: 2rem;
    left: auto;
    right: calc(0.4rem + var(--media-border-width));
    top: calc(0.4rem + var(--media-border-width));
  }
  @media screen and (min-width: 991px) {
    .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%;
  }
  .product:not(.featured-product) .product__view-details {
    display: none;
  }
  .product__view-details {
    display: block;
    text-decoration: none;
  }
  .product__view-details:hover {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }
  .product__view-details .icon {
    width: 1.2rem;
    margin-left: 1.2rem;
    flex-shrink: 0;
  }
  @media (max-width: 990px) {
    .product__media-list li {
      width: 100% !important;
      max-width: 100% !important;
      margin-bottom: 10px;
    }
    .collection-description {
      display: block;
      margin-top: 7px !important;
      margin-bottom: 14px !important;
      font-size: 1.25rem !important;
      letter-spacing: 0.05rem !important;
      opacity: 0;
      transition: opacity 0.2s ease;
    }
    .product-variants-wrapper.normal-option-selectors.lens-option-hidden.size-option-hidden
      + .collection-description {
      margin-top: 12px !important;
      margin-bottom: -2px !important;
    }
    .pdp-tab-opened .collection-description {
      opacity: 1;
    }
    .collection-description p {
      margin-top: 0 !important;
    }
    .pdp-family-products-swatch-bar {
      overflow: hidden;
      width: calc(100% + 5px);
      max-width: calc(100% + 5px);
      margin-left: 0;
    }
    .pdp-family-products-swatch-bar-scroll {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      padding-left: 0;
      overflow: hidden;
    }
    .pdp-tab-opened
      .pdp-family-products-swatch-bar.large-product-swatch-bar
      + .frame-reviews-section:after {
      height: 26px !important;
    }
    .pdp-family-products-swatch-bar-scroll::-webkit-scrollbar {
      display: none !important;
    }
    .pdp-family-products-swatch-bar-scroll
      .pdp-family-swatch.pdp-family-swatch-product {
      width: auto;
      height: auto;
      display: block;
      position: relative;
      flex: 0 0 calc((100% / 8) - 5px);
      margin-right: 5px;
      box-sizing: border-box;
    }
    .pdp-family-products-swatch-bar-scroll
      .pdp-family-swatch.pdp-family-swatch-product:nth-child(8n) {
      margin-right: 0;
    }
    .product__info-wrapper {
      padding-top: 10px;
    }
    button.product-form__submit {
      margin-bottom: 0;
    }
    #buyItNow {
      padding-bottom: 24.5px;
    }
    .afterpay-paragraph {
      margin-top: 0 !important;
    }
    .pdp-family-swatch.pdp-family-swatch-product img {
      width: 100%;
      border: 1px solid #fff;
      margin-bottom: 0;
      transition: all 100ms ease;
      height: auto;
    }
    .pdp-family-swatch.pdp-family-swatch-product a {
      display: block;
      height: 10vw !important;
      cursor: pointer;
      position: relative;
      width: 10vw;
      margin: 0;
    }
    .fera-wrapper {
      position: absolute;
      bottom: auto;
      top:-40px;
      left: 3px;
      transform: translateY(0);
      z-index: 2;
      margin-bottom: 0;
      padding: 0 !important;
      transition: all 500ms ease;
    }
    .krw--mobile-only.fera-wrapper .banana-statement {
      font-size: 0.9rem !important;
      letter-spacing: 0.1rem;
      overflow: hidden;
    }
    span.banana-views-sentence.banana-sentence.multiple-bananas {
      position: relative;
      left: 0px;
    }
    .pdp-tab-opened .fera-wrapper {
      transform: translateY(20px) !important;
      opacity: 0;
      transition: all 500ms ease;
    }
  }
  html .product .p-w-r .pr-snippet-rating-decimal {
    border: 0;
    display: none;
  }
  html
    .product
    .p-w-r
    .pr-snippet-stars-reco-inline.pr-snippet-minimal
    .pr-snippet-read-write,
  html
    .product
    .p-w-r
    .pr-snippet-stars-reco-inline.pr-snippet-minimal
    .pr-snippet-stars-container {
    display: inline-block !important;
    width: auto;
  }
  html .product .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a,
  html
    .product
    .p-w-r
    .pr-snippet-stars-reco-inline
    .pr-snippet-read-and-write
    span {
    font-size: 1.15rem !important;
    font-weight: 300;
    color: #000;
  }
  @media (min-width: 991px) {
    html
      .product
      .p-w-r
      .pr-snippet-stars-reco-inline
      .pr-snippet-read-and-write
      a,
    html
      .product
      .p-w-r
      .pr-snippet-stars-reco-inline
      .pr-snippet-read-and-write
      span {
      font-size: 1.3rem !important;
    }
    .p-w-r .pr-rating-stars {
      display: block !important;
      line-height: 1.1rem !important;
    }
  }
  .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star,
  .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-0-filled,
  .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-100-filled,
  .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-25-filled,
  .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-50-filled,
  .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-75-filled,
  .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-half,
  .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-selected,
  .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4,
  .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-0-filled,
  .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-100-filled,
  .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-25-filled,
  .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-50-filled,
  .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-75-filled {
    height: 13px !important;
    width: 13px !important;
  }
  @media (min-width: 991px) {
    .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star,
    .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-0-filled,
    .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-100-filled,
    .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-25-filled,
    .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-50-filled,
    .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-75-filled,
    .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-half,
    .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-selected,
    .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4,
    .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-0-filled,
    .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-100-filled,
    .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-25-filled,
    .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-50-filled,
    .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-75-filled {
      height: 12px !important;
      width: 12px !important;
    }
  }
  .pr-snippet-stars-reco-reco,
  .product__accordion a.pr-snippet-write-review-link.pr-underline,
  .template-krewe-gift-card div#pr-reviewdisplay {
    display: none !important;
  }
  html
    .product
    .p-w-r
    .pr-snippet-stars-reco-inline.pr-snippet-minimal
    .pr-snippet-read-and-write {
    display: inline-block;
    margin-top: 0 !important;
    margin-left: 0;
  }
  .p-w-r
    .pr-snippet-stars-reco-inline.pr-snippet-minimal
    .pr-snippet-read-and-write,
  .p-w-r
    .pr-snippet-stars-reco-inline.pr-snippet-minimal
    .pr-snippet-stars-reco-reco,
  html
    .product
    .p-w-r
    .pr-snippet-stars-reco-inline.pr-snippet-minimal
    .pr-snippet-stars-container {
    margin-top: 0 !important;
  }
  html
    .product
    .p-w-r
    .pr-snippet-stars-reco-inline
    .pr-snippet-read-and-write
    a {
    text-decoration: none;
    border-bottom: none;
    padding-bottom: 0;
    position: relative;
    top: 1px;
  }
  @media (min-width: 991px) {
    html
      .product
      .p-w-r
      .pr-snippet-stars-reco-inline
      .pr-snippet-read-and-write
      a {
      top: 0;
    }
  }
  .p-w-r {
    font-family: "AkzidenzGrotesk", Arial, sans-serif !important;
  }
  @media (max-width: 834px) {
    html
      .product
      .p-w-r
      .pr-snippet-stars-reco-inline.pr-snippet-minimal
      .pr-snippet-stars-container {
      margin-top: 0 !important;
      order: 2;
      display: block !important;
      line-height: 1 !important;
      position: relative;
      top: -1px;
    }
  }
  .lens-upsell .pe-checkbox-wrapper {
    border: 1px solid #000;
    position: relative;
    color: #000;
  }
  .lens-upsell.active-frame-upsell {
    margin-top: 15px;
  }
  .frame-case-checkbox,
  .second-chances-checkbox {
    font-size: 1.2rem;
  }
  .pe-checkbox-image,
  .pe-checkbox-info,
  button.show-variant-options span {
    display: inline-block;
    vertical-align: middle;
  }
  button.show-variant-options span {
    margin-right: -5px;
  }
  .pe-checkbox-info {
    width: calc(100% - 110px);
    box-sizing: border-box;
    padding: 0 20px;
  }
  .lens-upsell .pe-checkbox-wrapper {
    display: table !important;
  }
  .lens-upsell .pe-checkbox-info {
    display: table-cell;
    width: calc(100% - 100px);
    padding: 0 9px 7px 12px;
  }
  .pe-checkbox-image,
  .pe-checkbox-info {
    margin-right: 0;
  }
  .pe-checkbox-info h3 {
    text-transform: none;
    letter-spacing: 0.03rem;
    font-size: 1.3rem;
    font-weight: 700;
    padding-bottom: 0;
  }
  .lens-upsell h3 {
    color: #4188b7;
    font-size: 1.15rem;
    margin-top: 8px;
    margin-bottom: 0;
  }
  span.br--title.bb--title.pdp--sub-title.blue-light--title {
    margin-top: 0;
    display: inline-block;
  }
  .input-checkbox,
  .input-radio {
    width: 14px !important;
    height: 14px;
    -webkit-box-shadow: 0 0 0 0#000 inset;
    box-shadow: 0 0 0 0#000 inset;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    vertical-align: -1px;
    border: 1px solid;
  }
  .input-checkbox {
    color: inherit;
    font: inherit;
    padding: 0;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    background: 0 0;
    line-height: normal;
    margin: 0 5px 0 0;
  }
  .input-radio {
    margin-right: 5px;
  }
  input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border-radius: 0;
  }
  .input-checkbox:after {
    width: 10px;
    height: 8px;
    margin-left: -5px;
    margin-top: -4px;
    background-image: url(checkbox-tick.svg), none;
  }
  .input-checkbox:after,
  .input-radio:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    opacity: 0;
  }
  .input-radio:checked:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .input-checkbox:checked:after {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 1;
  }
  .pe-checkbox-wrapper input + label {
    font-weight: 700;
    cursor: pointer;
  }
  .pe-checkbox-wrapper input,
  .pe-checkbox-wrapper input + label {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  .input-checkbox:checked {
    -webkit-box-shadow: 0 0 0 10px var(--color-add-to-bag) inset !important;
    box-shadow: 0 0 0 10px var(--color-add-to-bag) inset !important;
  }
  .sale-item .input-checkbox:checked,
  .template-pdp-pre-shop .input-checkbox:checked {
    border: 0;
    -webkit-box-shadow: 0 0 0 10px var(--color-add-to-bag-sale) inset !important;
    box-shadow: 0 0 0 10px var(--color-add-to-bag-sale) inset !important;
  }
  .pe-checkbox-wrapper .upsell-label-price {
    color: var(--color-add-to-bag) !important;
  }
  .sale-item .pe-checkbox-wrapper .upsell-label-price,
  .template-pdp-pre-shop .pe-checkbox-wrapper .upsell-label-price {
    color: var(--color-add-to-bag-sale) !important;
  }
  .popup--cta.final--cta {
    float: right;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    font-size: 1rem;
    font-weight: 700;
    padding-top: 2px;
    color: var(--color-add-to-bag-hover);
  }
  .sale-item .popup--cta.final--cta,
  .template-pdp-pre-shop .popup--cta.final--cta {
    color: #3f5980;
    padding-right:0px;
  }
  .lens-upsell .input-checkbox,
  .lens-upsell .input-radio {
    width: 12px;
    height: 12px;
  }
  .lens-upsell input.blue-lens-input,
  .lens-upsell input.readers-lens-input {
    border-color: #7c7c7c;
  }
  .lens-info.pe-checkbox-info input.blue-lens-input {
    position: relative !important;
    bottom: 1px;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .lens-upsell input.blue-lens-input + label,
  .lens-upsell input.readers-lens-input + label {
    color: #4188b7;
    transition: all 0.3s ease;
  }
  span.upsell--price {
    float: right;
    position: relative;
    right: 0;
  }
  .lens--readers--options {
    position: absolute;
    left: 0;
    background-color: #fff;
    width: calc(100% - 95px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.15s ease-in-out;
  }
  @media (min-width: 835px) {
    .lens--readers--options {
      top: 8px !important;
      width: calc(100% - 100px);
    }
    .lens--readers--options li {
      padding-right: 0;
      width: auto;
    }
  }
  .lens--readers--options ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .lens--readers--options li {
    display: inline-block;
    padding-right: 0;
  }
  .pe-checkbox-wrapper button {
    border-bottom: 1px solid;
    text-transform: none;
    letter-spacing: 0.03rem;
    font-weight: 400;
    font-size: 1.3rem;
  }
  .lens--readers--options li button {
    border: 1px solid #d0d0d0;
    padding: 1px 5px;
    width: auto;
    text-align: center;
    border-radius: 0 !important;
    transition: bold 0.3s ease-in-out;
    cursor: pointer;
  }
  .lens--readers--options li button.selected-readers {
    font-weight: 700;
    border-color: #000;
  }
  .input-checkbox:checked {
    border: 0;
    -webkit-box-shadow: 0 0 0 10px #000 inset;
    box-shadow: 0 0 0 10px #000 inset;
  }
  .lens-upsell input.blue-lens-input:checked,
  .lens-upsell input.readers-lens-input:checked {
    border: 0;
    -webkit-box-shadow: 0 0 0 10px #a1ae9f inset;
    box-shadow: 0 0 0 10px #a1ae9f inset;
  }
  .lens-upsell button.lens-popup-cta.no-appearance {
    font-weight: 700;
    font-size: 1rem;
    margin-left: 0;
    color: #a1ae9f;
    cursor: pointer;
  }
  .no-appearance {
    background-color: transparent;
    -webkit-appearance: none;
    padding: 0;
    border-radius: 0;
    -moz-appearance: none !important;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .pe-checkbox-info p {
    letter-spacing: 0.03rem;
    text-transform: none;
    font-size: 1.2rem;
    padding: 5px 0 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .pe-checkbox-image {
    width: 115px;
    height: 115px;
    background-size: cover;
    background-position: center center;
  }
  .lens-upsell .pe-checkbox-image {
    width: 100px;
    height: 100% !important;
    display: table-cell;
  }
  @media (max-width: 990px) {
    .lens-upsell.active-frame-upsell {
      margin-top: 25px;
    }
  }
  .lens--readers--options.readers--show {
    pointer-events: all;
    visibility: visible;
  }
  .product__media-list .rsSlide:not(:first-child) .lens-slider-wrapper {
    display: none !important;
  }
  .pdp--stella-title a {
    color: #886532 !important;
  }
  .pr-rd-no-reviews {
    display: none;
    margin-top: -34px;
    height: 0;
    overflow: hidden;
  }
  .function-bar-preorder-product button.shopify-payment-button__button,
  button#AddToCart,
  button.shopify-payment-button__button {
    opacity: 1 !important;
  }
  button.shopify-payment-button__button {
    font-size: 0 !important;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #000;
    transition: all 0.4s ease-in-out;
  }
  button.shopify-payment-button__button:before {
    content: "BUY NOW";
    font-weight: 700;
    font-size: 11px !important;
    display: block;
    margin: 0 auto;
  }
  html body:not(.template-pdp-pre-shop):not(.sale-item) button#AddToCart.colorway-pdp--atb-doubloon {
    background-color: #d37c1f !important;
    background-size: cover;
    background-position: center;
  }
  @media (max-width: 990px) {
    button.shopify-payment-button__button:before {
      font-size: 12px !important;
    }
    .lens--readers--options li button {
      border: 1px solid #d0d0d0;
      width: auto;
    }
    .lens--readers--options li {
      padding-right: 0;
    }
    .lens-upsell .pe-checkbox-image {
      width: 95px !important;
    }
    .lens-upsell .pe-checkbox-info {
      width: calc(100% - 90px);
    }
    .lens--readers--options {
      padding-left: 30px;
      top: 7px;
      width: calc(100% - 95px);
    }
    .product__description {
      color: #000;
      font-size: 1.4rem;
      letter-spacing: 0.05rem;
    }
    .product__description p {
      font-size: 1.25rem;
      letter-spacing: 0.05rem;
      padding-bottom: 2px !important;
    }
    .product__description .mobile-only {
      padding-bottom: 15px !important;
      letter-spacing: 0.05rem;
    }
  }
  .main-description a,
  .product__description .mobile-only a {
    border-bottom: 1px solid;
  }
  .size-guide-popup .popup-box {
    max-width: 540px;
    margin: 0 auto;
    position: relative;
  }
  .popup-close-right {
    display: block !important;
  }
  .mobile-only.single-item-description p::before,
  .product-is-sold-out + #buyItNow,
  img.block-fullwidth.medium-up-display-none-imp {
    display: none;
  }
  @media (max-width: 990px) {
    img.block-fullwidth.medium-up-display-none-imp {
      display: block;
    }
    .size-guide-popup .popup-box {
      max-width: calc(100% - 30px);
    }
    html body {
      padding-bottom: 0 !important;
    }
  }
  .popup-close {
    background: url(icon_cross_black.svg) no-repeat center center;
  }
  .popup-box {
    box-shadow: 0 3px 12px rgb(0 0 0/23%), 0 3px 12px rgb(0 0 0/16%);
  }
  .mobile-only.single-item-description p {
    padding-bottom: 20px !important;
  }
  @media (min-width: 991px) {
    .template-krewe-gift-card .product__accordion.accordion {
      display: none;
    }
    button#AddToCart {
      transition: background-color 400ms ease;
    }
    button#AddToCart:hover {
      background-color: var(--color-add-to-bag-hover);
      color: var(--color-add-to-bag-text-hover);
      border-color: var(--color-add-to-bag-hover);
    }
    html body:not(.template-pdp-pre-shop):not(.sale-item) button#AddToCart.colorway-pdp--atb-doubloon:hover {
      background-color: #d37c1f !important;
      background-image: url(PDP-Hover.jpg);
    }
    button#buyItNowBtn:hover {
      color: var(--color-add-to-bag-hover);
      border-color: var(--color-add-to-bag-hover);
    }
    .template-pdp-pre-shop #AddToCart:hover {
      background-color: var(--color-add-to-bag-hover-preshop);
      color: var(--color-add-to-bag-text-hover-preshop);
    }
    .template-pdp-pre-shop button#buyItNowBtn:hover {
      border-color: var(--color-add-to-bag-hover-preshop);
      color: var(--color-add-to-bag-hover-preshop);
    }
    .sale-item #AddToCart:hover {
      background-color: var(--color-add-to-bag-hover-sale);
      color: var(--color-add-to-bag-text-hover-sale);
    }
    .sale-item button#buyItNowBtn:hover {
      border-color: var(--color-add-to-bag-hover-sale);
      color: var(--color-add-to-bag-hover-sale);
    }
  }
  @media (max-width: 990px) {
    .accordion-store-locator {
      padding-bottom: 0 !important;
    }
  }
  .pdp-main-carousel .product__media {
    overflow: hidden !important;
  }
  .product-image-color-overlay {
    z-index: 1;
  }
  @media (min-width: 991px) {
    .pdp-main-carousel .product-image-color-overlay {
      cursor: url(new-zoom-black-1.svg)
          2 2,
        auto !important;
    }
    .pdp-main-carousel .zoom-active .product-image-color-overlay {
      cursor: url(zoom-minus-new-1.svg)
          2 2,
        auto !important;
    }
  }
  #productThumbnails button,
  #swym-plugin,
  .swym-tooltip,
  form .swym-button-bar,
  script.swym-product-view-snippet {
    display: none !important;
  }
  button.wishlist-icon svg {
    width: 20px;
  }
  button.wishlist-icon {
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    top: 12px !important;
    right: 15px !important;
    left: auto !important;
    padding: 0;
    z-index: 2;
    cursor: pointer;
  }
  button.wishlist-icon.swym-added svg:first-child,
  button.wishlist-icon:not(.swym-added) svg:nth-of-type(2) {
    display: none;
  }
  button.wishlist-icon.swym-added.swym-removing svg:nth-of-type(2) {
    display: none;
  }
  svg.heart-filled {
    width: 28px !important;
    position: relative;
    top: -4px;
    left: -4px;
  }
  @media (max-width: 990px) {
    button.wishlist-icon {
      position: absolute;
      width: 18px !important;
      height: 18px !important;
      top: auto !important;
      right: 15px !important;
      left: auto !important;
      padding: 0;
      z-index: 2;
      cursor: pointer;
      bottom: 18px;
    }
    button.wishlist-icon svg {
      width: 17px;
    }
    svg.heart-filled {
      width: 25px !important;
      position: relative;
      top: -4px;
      left: -4px;
    }
  }
  .go-to-reviews {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    display: block;
  }
  @media (max-width: 990px) {
    .go-to-reviews {
      display: none;
    }
  }
  .pdp-swatch-sold-out img {
    opacity: 0.6;
  }
  .family-pdp--learn-more.krw--desktop-only {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
  }
  button.colorway-popup-cta.no-appearance {
    border-bottom: 1px solid;
    font-size: 1.3rem;
    font-weight: 700;
    margin-left: 1px;
    line-height: 1;
    -webkit-appearance: none;
    appearance: none;
    padding: 0 0 2px;
    cursor: pointer;
  }
  .opaline-popup-cta {
    color: #6f93b4;
  }
  body:not(.template-pdp-pre-shop):not(.sale-item) .doubloon-popup-cta {
    color: #d37c1f;
  }
  .pe-popup .popup-box {
    z-index: 3;
  }
  .popup-box {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  }
  .opaline-popup.pe-popup .popup-box {
    display: block;
    max-width: 840px;
    background-color: #fff;
    color: #000;
    position: relative;
  }
  .popup-flex-header {
    display: flex;
    flex-direction: column;
  }
  .fullscreen-overlay:not(.pre-countdown-popup) .popup-flex-header h2 {
    order: 1;
    text-transform: lowercase;
    font-size: 54px;
    letter-spacing: 0;
    color: #6f93b4;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .opaline-popup .popup-top.pe-popup-info h3 {
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    font-size: 1.8rem;
    color: #6f93b4;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-size: 12px !important;
    margin-bottom: 0;
  }
  @media (min-width: 991px) {
    .opaline-popup.pe-popup .popup-box {
      display: flex;
    }
    .medium-up-display-none,
    .opaline-popup .popup-top.pe-popup-info h3 br {
      display: none;
    }
    .opaline-popup .popup-top.pe-popup-info {
      flex: 0 0 49.4%;
      order: 1;
    }
    .opaline-popup.pe-popup .popup-top.pe-popup-info {
      padding: 100px 30px;
    }
    .opaline-popup.pe-popup p {
      color: #000;
      font-size: 1.5rem;
      max-width: 310px;
      margin: 0 auto 40px;
      line-height: 1.5;
    }
    .opaline-popup.pe-popup p.pe-popup-copy:nth-of-type(1) {
      padding-bottom: 10px;
      margin-bottom: 20px;
    }
    .opaline-popup p.pe-popup-copy:nth-of-type(2) {
      max-width: 305px;
      margin-bottom: 0;
    }
    .opaline-popup.pe-popup .pe-popup-image {
      flex: 0 0 50.6%;
      background-size: cover;
      order: 2;
    }
  }
  .popup-close {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: url(/cdn/shop/t/441/assets/icon_cross_black.svg?v=1650399978)
      no-repeat center center;
    background-size: 30px;
    cursor: pointer;
  }
  .popup-close-right {
    right: 0;
  }
  .opaline-popup .popup-close {
    filter: invert(1);
  }
  @media (max-width: 1280px) and (min-width: 991px) {
    .lens-upsell h3 {
      font-size: 0.9rem;
    }
    .lens-upsell .pe-checkbox-info {
      padding-top: 4px;
      display: table-cell;
    }
    .lens--readers--options {
      top: 7px !important;
    }
    .lens--readers--options li button {
      width: 100%;
      padding: 1px 3px;
    }
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    body.device-is-ipad .lens-upsell h3 {
      position: relative;
    }
    body.device-is-ipad input.readers-lens-input + label {
      position: relative;
      top: 1px;
    }
    body.device-is-ipad .lens--readers span.upsell--price {
      float: left;
      position: absolute;
      right: 0;
      left: auto;
      top: -1px;
    }
    body:not(.template-index) {
      padding-top: 135px;
    }
    .lens-upsell .pe-checkbox-info {
      width: calc(100% - 100px);
      padding: 0 5px 7px 12px;
    }
    body.device-is-ipad .lens-upsell .pe-checkbox-image {
      width: 92px;
    }
    .page-width {
      padding: 25px 2rem 0;
    }
    .announcement-bar .page-width {
      padding-top: 0;
    }
    .lens--readers--options li button {
      width: 100%;
    }
    .lens--readers--options {
      width: calc(100% - 92px);
    }
  }
  .pdp-header .price-eur-currency .price__sale s.price-item.price-item--regular,
  .template-summer-tote .page-width.main-reviews,
  .template-summer-tote .pdp-family-products-swatch-bar,
  .template-summer-tote .product-shop-inventory-notice,
  .template-summer-tote .product-shop-selected-color-name,
  .template-summer-tote .product__accordion.accordion.quick-add-hidden,
  .template-summer-tote
    p.product__text.caption-with-letter-spacing.pdp-collection-title,
  .template-summer-tote span.price-item.price-item--sale.price-item--last,
  body + .swym-button-bar {
    display: none;
  }
  .template-summer-tote
    .product__info-container
    .price--on-sale
    .price-item--regular {
    font-size: 1.3rem;
  }
  .pdp-free-tote-ctas {
    text-align: center;
  }
  .pdp-free-tote-ctas span.heading-message {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1rem;
    padding-top: 20px;
    display: block;
  }
  .btn.btn-solid.pdp--tote-cta {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.16rem;
    background-color:var(--color-accent-2) !important;
    border-color:var(--color-accent-2) !important;
  }
  .template-summer-tote
    .product__info-container.product__info-container
    .price--on-sale
    .price-item--regular {
    font-size: 1.3rem;
    text-decoration: none;
    opacity: 1;
    color: #000;
    margin-right: 0 !important;
    display: block;
    position: relative;
    left: 15px;
  }
  @media (max-width: 990px) {
    .pdp-free-tote-ctas span.heading-message {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 1.1rem;
      padding-top: 10px;
      display: block;
      padding-bottom: 20px;
    }
    .template-summer-tote .product-shop-inventory-notice + div + div {
      display: block !important;
      border-top: 1px solid #000 !important;
    }
    .template-summer-tote
      .product__info-container.product__info-container
      .price--on-sale
      .price-item--regular {
      left: 10px;
    }
  }
  @media (min-width: 991px) {
    .pdp-free-tote-ctas {
      padding-top: 10px;
    }
    .template-summer-tote .product.product--large {
      border-bottom: 1px solid #e7e7e7;
      padding-bottom: 90px;
    }
  }
  .product__media video {
    object-fit: cover;
    object-position: center;
  }
  .accordion__content .product__description a {
    text-decoration: underline !important;
  }
  .accordion__content .product__description .mobile-only a {
    text-decoration: none !important;
  }
  span.br--title.bb--title.pdp--sub-title.rampart-gif {
    margin-top: -5px;
    display: inline-block;
    left: 3px;
    position: relative;
  }
  span.br--title.bb--title.pdp--sub-title.rampart-gif img {
    width: 84px;
  }
  .rampart-mini-case img {
    width: 100%;
  }
  .rampart-mini-case .popup-box.js-stop-propagation {
    position: relative;
  }
  .rampart-mini-case .popup-close {
    z-index: 3;
  }
  @media (max-width: 990px) {
    .model-image img {
      object-position: top;
    }
    .rampart-gif {
      pointer-events: none;
    }
  }
  .lens-popup.pe-popup .popup-close {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: url(/cdn/shop/t/441/assets/icon_cross_black.svg?v=1650399978)
      no-repeat center center;
    background-size: 30px;
    cursor: pointer;
  }
  .lens-popup.pe-popup .popup-box {
    display: flex;
    max-width: 840px;
    background-color: #e9ede9;
    color: #a1ae9f;
    position: relative;
  }
  .lens-popup.pe-popup .pe-popup-image {
    background-size: cover;
    background-position: center;
  }
  .lens-popup.pe-popup .popup-top.pe-popup-info h3 {
    font-size: 1.6rem;
    color: inherit;
    font-weight: 700;
    margin-bottom: 0;
  }
  .lens-popup.pe-popup .popup-top.pe-popup-info h3:first-child {
    padding-top: 30px;
  }
  .lens-popup.pe-popup p {
    color: #000;
    font-size: 1.5rem;
    max-width: 365px;
    margin: 10px auto 40px;
    line-height: 1.5;
  }
  .lens-popup.pe-popup p.pe-popup-copy:nth-of-type(1) {
    padding-bottom: 10px;
  }
  @media (min-width: 991px) {
    .medium-up-display-none {
      display: none;
    }
    .model-image {
      padding-top: 142% !important;
    }
    .lens-popup.pe-popup .pe-popup-image {
      flex: 0 0 50.6%;
    }
    .lens-popup .popup-top.pe-popup-info {
      flex: 0 0 49.4%;
    }
    .lens-popup.pe-popup .popup-top.pe-popup-info {
      padding: 30px 30px 35px;
    }
  }
  @media (max-width: 990px) {
    .lens-popup.pe-popup .popup-box .popup-top.pe-popup-info {
      padding: 0 30px 20px !important;
    }
    .lens-popup .pe-popup-image img {
      width: 100%;
    }
    .lens-popup.pe-popup .popup-box {
      display: block;
      max-width: calc(100% - 35px);
    }
    .lens-popup.pe-popup .popup-box .pe-popup-image {
      max-height: 230px;
      overflow: hidden;
      background-image: none !important;
    }
    .lens-popup.pe-popup .popup-top.pe-popup-info h3 {
      font-size: 1.45rem;
    }
    .lens-popup.pe-popup .popup-box .popup-top.pe-popup-info h3:first-child {
      padding-top: 15px;
      margin-top: 0;
    }
    .lens-popup.pe-popup .popup-box p {
      margin: 10px auto;
    }
  }
  span.close-popup-overlay.js-body-remove-class.js-element-fadeout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  #AddToCart {
    margin-bottom: 14px;
  }
  @media (max-width: 991px) {
    #AddToCart {
      margin-bottom: 10px;
    }
  }
  .price-int-currency {
    width: 80px;
  }
  .price-eur-currency {
    width: 60px !important;
  }
  .popup-zoom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: 999;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: none;
  }
  
  .popup-zoom img {
    margin-bottom: -10px;
  }
  .popup-zoom .close-btn {
    width: 60px;
    height: 60px;
    background: url(icon_cross_black.svg) no-repeat right center;
    background-size: 30px;
    cursor: pointer;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    background-position: center;
  }
  .popup-zoom-opened {
    position: fixed !important;
    width: 100%;
    height: 100%;
  }
  .loading-animation {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }
  @media (max-width: 990px) {
    div[data-fera-container="382876"] .banana-statement {
      margin: 0 !important;
    }
    div[data-fera-container="382876"]:empty {
      display: none !important;
    }
  }
  span.banana-qty-sentence,
  span.banana-views-sentence {
    display: inline-block;
    vertical-align: middle;
  }
  span.banana-default-stock-msg,
  span.br--title.bb--title + .pdp-active-product-tag {
    display: none;
  }
  .price--on-sale-wrapper {
    width: 82px !important;
    position: relative;
    top: 2px;
    right: 0;
    line-height: 1;
  }
  .pdp-tag,
  .product__title h1,
  .show-variant-options svg {
    display: inline-block;
    margin-right: -5px;
  }
  .pdp-tag {
    font-size: 1.25rem;
    text-transform: capitalize !important;
    letter-spacing: 0.05rem;
    font-style: italic;
    position: relative;
    top: -0.5px;
    margin-left: 5px;
    line-height: 1;
    height: 14px;
    vertical-align: middle;
  }
  @media (min-width: 991px) {
    .pdp-tag {
      position: absolute;
      left: -5px;
      top: -27px;
      transition: top 0ms, left 0ms, opacity 0ms, transform 300ms ease;
    }
    .browser-scrolled .pdp-tag {
      left: auto;
      transform: translateX(7px);
      top: 1px;
    }
  }
  .pdp-header .price--on-sale .price__container .price__sale {
    display: flex;
    justify-content: end;
  }
  .product__info-container .price--on-sale .price-item--regular {
    font-size: 1.3rem !important;
    margin-right: 0;
    color: #777;
  }
  span.price-item.price-item--sale.price-item--last {
    font-weight: 700;
    color: #0f82b2;
    margin-left: 5px !important;
  }
  @media (max-width: 990px) {
    span.price-item.price-item--sale.price-item--last {
      top: -1px;
      position: relative;
    }
  }
  span.br--title.bb--title.pdp--sub-title.pdp-mg-sale-title img {
    width: 75px;
    position: relative;
    left: 0;
    top: -3px;
  }
  span.br--title.bb--title.pdp--sub-title.pdp-online-only.pdp-pre-shop-online-only.pdp-pre-shop-online-only-event
    img {
    max-width: 185px;
    position: relative;
    left: 3px;
  }
  .accordion-wrapper-private-sale-event-faq .summary__title h2 {
    color: #0f82b2 !important;
  }
  .pdp-sale-online-only img {
    width: 87px;
    position: relative;
    left: -4px !important;
    top: 0;
  }
  .pe-popup .pe-popup-image {
    flex: 0 0 45%;
    order: 1;
    background-size: cover;
  }
  .pe-popup .popup-box {
    display: flex;
    max-width: 550px;
    background-color: rgba(var(--color-base-accent-3),1)!important;
    color: var(--color-add-to-bag-text-sale);
    position: relative;
  }
  .final-sale-popup .popup-top {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 30px;
  }
  .popup-top.pe-popup-info {
    flex: 0 0 55%;
    order: 2;
    text-transform: none;
    letter-spacing: 0.03rem;
    font-size: 1.6rem;
    text-align: center;
    padding: 40px 30px;
  }
  .pe-popup:not(.lens-popup):not(.access-popup) .popup-top.pe-popup-info {
    padding: 70px 30px;
  }
  .popup-top.pe-popup-info h3 {
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    font-size: 1.8rem;
    color: var(--color-add-to-bag-text);
  }
  .popup-top.pe-popup-info p {
    text-transform: none;
    letter-spacing: 0.03rem;
    font-size: 1.4rem;
    max-width: 280px;
    margin: 0 auto 25px;
    text-align: center;
  }
  @media (min-width: 991px) {
    .final-sale-popup .popup-close {
      filter: invert(1);
    }
  }
  .pdp-message-popup-cta {
    cursor: pointer;
    border-bottom: 1px solid;
    padding-bottom: 2px;
  }
  @media (max-width: 990px) {
    .pe-popup .popup-box {
      display: block;
      max-width: 290px;
    }
    .final-sale-popup .pe-popup-image,
    .second-chances-popup .pe-popup-image {
      background-image: none !important;
    }
    .popup-box.js-stop-propagation img {
      max-width: 280px;
      width: 100%;
    }
    .size-guide-popup .popup-box.js-stop-propagation img {
      max-width: 100%;
    }
    .pe-popup:not(.lens-popup):not(.access-popup) .popup-top.pe-popup-info {
      padding: 25px 30px 40px !important;
    }
    .popup-top.pe-popup-info p:last-child {
      margin-bottom: 0;
    }
    .pdp-message.pdp-inventory-final {
      padding-top: 2px;
      padding-bottom: 7px;
    }
  }
  .popup-box.js-stop-propagation.no-image-popup .popup-top.pe-popup-info {
    flex: 0 0 100%;
  }
  .pe-popup:not(.lens-popup):not(.access-popup)
    .no-image-popup
    .popup-top.pe-popup-info {
    padding: 50px 0 65px;
  }
  .no-image-popup .popup-top.pe-popup-info p {
    max-width: 100%;
  }
  .final-sale-popup .popup-top {
    max-width: 470px;
  }
  .popup-theme-standard_mobile_overlay .popup-top.pe-popup-info p:last-child,
  .popup-top.pe-popup-info p:last-child {
    margin-bottom: 0;
  }
  .pdp-message:not(.show-pdp-message) {
    display: none;
  }
  .amore-popup h3 {
    padding-bottom: 5px !important;
  }
  @media (min-width: 991px) {
    .gwp-popup.amore-popup p.pe-popup-copy {
      max-width: 100%;
      margin: 0 auto;
      padding: 20px 0 0;
      font-size: 1.6rem;
      line-height: 1.6;
    }
    .pe-popup.amore-popup:not(.lens-popup):not(.access-popup)
      .popup-top.pe-popup-info {
      padding: 70px;
    }
  }
  .gwp-in-popup-cta {
    background-color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.16rem;
    font-size: 1.1rem;
    color: #d37c1f;
    min-width: 200px;
    padding: 10px;
    cursor: pointer;
    transition: all 300ms ease;
  }
  @media (min-width: 991px) {
    .gwp-in-popup-cta:hover {
      color: #fff;
      background-color: #a36b7d;
    }
  }
  .gwp-popup .popup-box.js-stop-propagation {
    max-width: 910px;
    width: 100%;
    background-size: 50%;
    background-position: right center;
    position: relative;
    display: table;
    background-color: #d37c1f;
    overflow: hidden;
  }
  @media (min-width: 991px) {
    .gwp-popup.amore-popup .popup-box.js-stop-propagation {
      max-width: 535px;
    }
  }
  .gwp-popup .pe-popup-image,
  .gwp-popup .popup-top {
    display: block;
    min-width: 50%;
    vertical-align: middle;
    position: relative;
  }
  .gwp-popup .popup-top.pe-popup-info h2,
  .gwp-popup .popup-top.pe-popup-info h3 {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    line-height: 1;
  }
  .gwp-popup .popup-top.pe-popup-info h3 {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .gwp-popup p.pe-popup-copy {
    max-width: 340px;
    margin: 0 auto;
    padding: 20px 0 5px;
  }
  .gwp-popup p b {
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1.7;
    margin-top: -2px;
    display: block;
  }
  span.absolute-disclaimer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0.7;
  }
  .gwp-popup .popup-close {
    filter: invert(1);
    z-index: 3;
  }
  .pe-popup-image img {
    width: 100%;
    object-position: center;
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    clip-path: inset(0) !important;
  }
  .gwp-popup .popup-top {
    padding: 135px 30px;
  }
  @media (min-width: 991px) {
    .large-hide {
      display: none;
    }
    .gwp-popup .popup-close {
      right: auto;
      left: 0;
    }
    .gwp-popup .popup-box.js-stop-propagation .popup-box-inner {
      display: flex;
      flex-basis: content;
    }
    .gwp-popup .popup-top {
      order: 1;
    }
    .gwp-popup .pe-popup-image {
      order: 2;
      flex: auto;
    }
    .gwp-popup .popup-top {
      flex: auto;
    }
  }
  @media (max-width: 990px) {
    .gwp-popup .popup-box.js-stop-propagation .popup-box-inner {
      display: flex;
      flex-direction: column;
    }
    .medium-hide {
      display: none;
    }
    .pe-popup-image img {
      width: 100%;
      object-position: center;
      object-fit: cover;
      height: 100%;
      position: relative;
      top: 0;
      clip-path: inset(0) !important;
      margin-bottom: -10px;
    }
    .gwp-popup .pe-popup-image,
    .gwp-popup .popup-top {
      display: block;
      width: 100%;
      vertical-align: middle;
      color: #fff;
      position: relative;
    }
    .gwp-popup .popup-top {
      padding: 30px;
      z-index: 2;
      bottom: 0;
    }
    .gwp-popup .popup-top.pe-popup-info h2 {
      font-size: 3rem;
      margin-bottom: 5px;
    }
    .gwp-popup p.pe-popup-copy {
      max-width: 320px;
      margin: 0 auto;
      padding: 10px 0 0;
      font-size: 1.4rem;
    }
    .gwp-popup p b {
      text-transform: uppercase;
      font-size: 1.4rem;
      line-height: 1.5;
      margin-top: -5px;
      display: block;
    }
    .gwp-popup .popup-top.pe-popup-info h3 {
      font-size: 1.2rem;
      text-transform: uppercase;
      font-weight: 700;
      margin: 0;
      line-height: 1;
      padding-bottom: 5px;
    }
    span.absolute-disclaimer {
      bottom: -20px;
      right: 10px;
      font-size: 1.2rem;
      display: block;
    }
    .gwp-popup .popup-box.js-stop-propagation {
      background-image: none;
      max-width: calc(100% - 40px);
    }
    .pe-popup.amore-popup:not(.lens-popup):not(.access-popup)
      .popup-top.pe-popup-info {
      padding: 40px 30px !important;
    }
  }
  .gwp-in-popup-cta a {
    color: inherit;
  }
  .template-pdp-amore:not(.template-pdp-pre-shop):not(.sale-item) #AddToCart {
    background-position: center;
    color: #000;
    background-size: 113%;
  }
  .template-pdp-amore:not(.template-pdp-pre-shop):not(.sale-item) button#AddToCart:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    left: 0;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    z-index: 2;
    top: 0;
  }
  @media (min-width: 991px) {
    .template-pdp-amore:not(.template-pdp-pre-shop):not(.sale-item) button#AddToCart:hover,
    .template-pdp-amore:not(.template-pdp-pre-shop):not(.sale-item) button#AddToCart:hover .pre-order-date,
    .template-pdp-amore:not(.template-pdp-pre-shop):not(.sale-item) button#AddToCart:hover .product-shop-inventory-notice {
      color: #fff !important;
    }
    .template-pdp-amore:not(.template-pdp-pre-shop):not(.sale-item) button#AddToCart:hover:after {
      opacity: 1;
    }
    .template-pdp-amore:not(.template-pdp-pre-shop):not(.sale-item) #AddToCart .AddToCart-text,
    .template-pdp-amore:not(.template-pdp-pre-shop):not(.sale-item) .pre-order-date,
    .template-pdp-amore:not(.template-pdp-pre-shop):not(.sale-item) .product-shop-inventory-notice {
      z-index: 3;
    }
  }
  .pdp-tag-amore img {
    width: 94px;
    position: relative;
    left: -9px !important;
  }
  @media (max-width: 990px) {
    .pdp-message:not(.show-pdp-message)
      + .pdp-message:not(.show-pdp-message)
      + .pdp-message {
      margin-bottom: -10px;
      padding-top: 15px;
    }
    div.krw--mobile-only[data-fera-container="382876"]:not(:empty)
      + .pdp-message.pdp-inventory-exchange.show-pdp-message {
      padding-top: 18px;
      margin-bottom: -2px;
    }
  
    .pdp-message {
      padding-top: 0px;
      padding-bottom: 10px;
    }
  }
  @media (min-width: 991px) {
    .pdp-collection-title {
      min-height: 8px;
      display: block !important;
      margin-top: -13px;
      margin-bottom: 15px;
    }
    .pdp-collection-text--title {
      margin-top: 3px;
      display: block;
      margin-bottom: 5px;
    }
    .pdp-collection-title:empty {
      min-height: 10px;
    }
  }
  .pr-snippet {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
  }
  .p-w-r .pr-rating-stars,
  .p-w-r .pr-snippet .pr-snippet-stars-png {
    display: block !important;
    line-height: 1 !important;
  }
  .pdp-message-carousel-wrapper {
    width: 100%;
    margin-left: 0;
    text-align: center;
    background-color: #eef2e9;
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
    margin-top: 17px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  @media (max-width: 990px) {
    .pdp-message-carousel-wrapper {
      width: calc(100% + 30px);
      margin-left: -15px;
    }
  }
  @media (min-width: 991px) {
    #AddToCart {
      margin-bottom: 7px;
    }
    p.afterpay-paragraph {
      margin-top: 0px;
    }
    .pdp-message-carousel-wrapper {
      margin-top: 0;
      background-color: #fff;
      border-top: 1px solid #d0d0d0;
      border-bottom: 1px solid #d0d0d0;
    }
    .pdp-carousel-message {
      padding: 15px 10px !important;
    }
    .product-variants-wrapper.normal-option-selectors.size-option-hidden:not(
        .lens-option-hidden
      ).single-option-product
      h3 {
      padding-top: 20px !important;
    }
  }
  .pdp-carousel-message span {
    line-height: 1;
    display: block;
    width: 100%;
    font-weight: 300;
    letter-spacing: 0.16rem;
  }
  .message-bolded strong {
    font-weight: 300 !important;
  }
  span.message-bolded {
    letter-spacing: 0.05rem;
    font-size: 1.25rem;
  }
  .pdp-carousel-message {
    padding: 12px;
  }
  .product__accordion.accordion.quick-add-hidden.accordion-wrapper-key-features {
    margin-top: 0;
  }
  
  .pdp-frame-case .product__accordion.accordion.quick-add-hidden.accordion-wrapper-design-notes {
    margin-top: 0px;
  }
  span.message-heading {
    padding-bottom: 6px;
    font-size: 1.15rem;
    letter-spacing: 0.16rem;
    font-weight:bold;
  }
  @media (min-width: 991px) {
  
    .pdp-frame-case .product__accordion.accordion.quick-add-hidden.accordion-wrapper-design-notes {
      border-top: none;
  }
  
    .product__accordion.accordion.quick-add-hidden.accordion-wrapper-key-features {
      border-top: none;
    }
    button#header_overlay {
      display: none;
    }
    .product__accordion.accordion.quick-add-hidden.accordion-wrapper-key-features {
      margin-top: 5px;
    }
    span.message-heading {
      font-size: 1.3rem;
    }
    span.message-bolded {
      font-size: 1.4rem;
    }
  }
  .pdp-tab-opened button#header_overlay {
    position: fixed;
    top: 0;
    width: calc(100% - 110px);
    height: 57px;
    left: 40px;
    z-index: 8;
  }
  #header_overlay,
  #productInfo_overlay,
  .features-image {
    color: transparent;
  }
  details[open] .accordion__title {
    font-weight: 700 !important;
  }
  .product-recommendations-section .price__container,
  .recently-viewed-section .price__container {
    font-size: 1.1rem !important;
    line-height: 1 !important;
    display: block !important;
  }
  .product-recommendations.page-width,
  .recently-viewed.page-width {
    overflow: visible !important;
  }
  .krw--mobile-only.fera-wrapper.model-face-shape-image-label:empty {
    display: block !important;
    opacity: 0;
    transition: transform 500ms ease;
  }
  
  .krw--mobile-only.fera-wrapper.model-face-shape-image-label.hidden-model-face-shape-image-label {
    display:none !important;
  }
  .krw--mobile-only.fera-wrapper.model-face-shape-image-label {
    pointer-events: all;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    top: -50px;
    bottom: auto !important;
    opacity: 1;
    transition: opacity 300ms ease 300ms, transform 500ms ease;
    display: block !important;
    background-color: rgba(248, 248, 248, 0.7);
    padding: 2px 3px 2px 5px !important;
    left: -5px;
  }
  
  .model-label-trigger {
    opacity: 0;
    top: 0 !important;
    position: absolute;
    pointer-events: none;
  }
  .model-info-heading {
    padding-bottom: 5px !important;
  }
  .overflow-scroll-x.model-carousel {
    padding-left: 0;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .overflow-scroll-x.model-carousel .features-image {
    position: relative;
    overflow: hidden;
    padding-top: 73%;
  }
  .overflow-scroll-x.model-carousel .features-image img {
    position: absolute;
    width: 100%;
    top: -40px;
  }
  .overflow-scroll-x.model-carousel .overflow-scroll-item {
    width: 50%;
  }
  .accordion-wrapper-how-it-fits details {
    padding: 0 !important;
  }
  .product__accordion.accordion.quick-add-hidden.accordion-wrapper-how-it-fits
    summary {
    padding-left: 15px;
    padding-right: 15px;
  }
  .accordion-how-it-fits {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .product__accordion.accordion.quick-add-hidden.accordion-wrapper-how-it-fits
    summary
    svg.icon.icon-caret {
    right: 15px;
  }
  .overflow-scroll-x.model-carousel .overflow-scroll-item:first-child {
    margin-left: 15px;
  }
  .overflow-scroll-x.model-carousel .overflow-scroll-item p {
    margin-bottom: 5px !important;
  }
  .overflow-scroll-x.model-carousel .overflow-scroll-item h3 {
    padding-top: 10px;
  }
  .single-image-model-info {
    display: block;
    margin-bottom: 1px;
  }
  .sticky-model-product-info {
    position: absolute;
    left: 6px;
    bottom: 6px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 0.9rem;
    background-color: rgba(248, 248, 248, 0.7);
    padding: 2px 3px 2px 5px !important;
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .krw--mobile-only.fera-wrapper.product-soldout-label.show-sold-out-label
    + .fera-wrapper {
    display: none !important;
  }
  .pdp-tab-opened
    .product-back-in-stock.product-shop-back-in-stock.active
    + .product-variants-wrapper
    + .product-form {
    opacity: 0 !important;
    max-height: 0;
    transition: opacity 0ms ease 100ms, max-height 0ms ease;
  }
  .frame-available-options .product-variants:before,
  .pdp-frame-case .pdp-family-products-swatch-bar,
  .product-variants:before {
    display: none;
  }
  body.pdp-frame-case:not(.pdp-tab-opened) #productInfo {
    transform: translateY(calc(100% - 135px));
  }
  .pdp-frame-case .pdp-main-carousel .product__media-item:first-of-type {
    margin-top: 30px;
  }
  @media (min-width: 991px) {
    .pdp-frame-case .pdp-main-carousel .product__media-item:first-of-type {
      margin-top: 0;
    }
  }
  @media (max-width: 990px) {
    .pdp-frame-case #mediaGallery .product__media-list {
      height: calc(100vh - 135px);
    }
  }
  .pdp-frame-case .frame-reviews-section {
    margin-bottom: 14px !important;
  }
  ul.frame-case-variants li {
    margin-bottom: 6px;
  }
  body.pdp-frame-case.pdp-variants-opened:not(.pdp-tab-opened) #productInfo {
    transform: translateY(calc(100% - 135px - 48px));
  }
  .pdp-frame-case .product-variants ul.show-variants {
    transform: translateY(-99px);
  }
  .pdp-frame-case
    .product__accordion.accordion.quick-add-hidden.accordion-wrapper-design-notes,
  .pdp-frame-case
    .product__accordion.accordion.quick-add-hidden.accordion-wrapper-reviews {
    display: block !important;
  }
  .pdp-frame-case.template-product #mediaGallery .carousel-track-wrapper {
    bottom: 150px !important;
  }
  .pdp-frame-case.pdp-variants-opened.template-product
    #mediaGallery
    .carousel-track-wrapper {
    transform: translateY(-78px) !important;
  }
  .pdp-frame-case .show-variant-options.has-options-opened {
    top: 0 !important;
  }
  body.pdp-frame-case:not(.pdp-tab-opened)
    .product-variants-wrapper.normal-option-selectors.lens-option-hidden.frame-case-options-wrapper {
    opacity: 0 !important;
  }
  @media (max-width: 991px) {
    .frame-case-options-wrapper + .product-form #AddToCart,
    .pdp-tab-opened .frame-case-options-wrapper + .product-form #AddToCart {
      width: calc(100% - 89px) !important;
    }
    .frame-case-options-wrapper .product-dropdown {
      width: 89px !important;
    }
  }
  @media (min-width: 991px) {
    .frame-case-options-wrapper
      .regular-size-options.frame-case-variants-wrapper {
      display: block !important;
    }
    body.pdp-frame-case:not(.pdp-tab-opened)
      .product-variants-wrapper.normal-option-selectors.lens-option-hidden.frame-case-options-wrapper {
      opacity: 1 !important;
    }
    .frame-case-options-wrapper {
      max-height: 100% !important;
    }
  }
  .template-krewe-gift-card .product-shop-size-option-value {
    display: inline-block;
    width: calc(20% - 6px);
    text-align: center;
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
    padding-bottom: 0;
    cursor: pointer;
    border: 1px solid #d0d0d0;
    margin: 3px;
    height: 32px;
    line-height: 30px;
  }
  .template-krewe-gift-card .product-shop-size-option-value.active-swatch span {
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
  }
  .template-krewe-gift-card
    .product-shop-size-option-value.js-product-shop-size-option-value.js-dropdown-toggle-update.active-swatch {
    border-color: #000;
    font-weight: 700;
  }
  .template-krewe-gift-card .product-shop-size-option-value span {
    border: 0 !important;
  }
  .template-krewe-gift-card:not(.pdp-tab-opened) #productInfo {
    transform: translateY(calc(100% - 217px));
  }
  .template-krewe-gift-card .product-shop-extra-option {
    padding-bottom: 0 !important;
    width: calc(100% + 6px);
    margin-left: -3px;
  }
  .template-krewe-gift-card .frame-reviews-section {
    margin-bottom: 8px !important;
  }
  .template-krewe-gift-card #mediaGallery .carousel-track-wrapper {
    display: none !important;
  }
  @media (max-width: 990px) {
    .template-krewe-gift-card
      .pdp-main-carousel
      .product__media-item:first-child {
      margin-top: -20px;
    }
  }
  .template-krewe-gift-card .pr-rating-stars {
    opacity: 0;
  }
  #productInfo .product-recommendations span.reveal-top-ten img {
    position: relative;
    top: 1px;
  }
  .accordion-wrapper-design-notes .accordion__content h3 + ul + p + ul {
    margin-top: -6px !important;
  }
  #mediaGallery .product__media-list {
    transition: transform 500ms ease, height 500ms ease !important;
  }
  
  @media (max-width: 990px) {
  
  
    .pdp-showing-additional-colorways #mediaGallery .product__media-list {
      transform: translateY(-40px);
    }
    .pdp-variants-opened #mediaGallery .product__media-list {
      transform: translateY(-44px);
    }
  
    
    .large-product-swatch-bar .pdp-family-swatch.pdp-family-swatch-product:nth-of-type(8) {
      opacity: 0;
    }
    .pdp-family-products-swatch-bar.large-product-swatch-bar
      .pdp-family-products-swatch-bar-scroll {
      overflow: hidden;
      transition: max-height 500ms ease;
      position: relative;
      width: calc(100% + 5px);
    }
    .pdp-tab-opened
      .pdp-family-products-swatch-bar.large-product-swatch-bar.show-additional-colorways
      .pdp-family-products-swatch-bar-scroll {
      overflow: visible;
      max-height: 200px;
    }

    .template-products-st-louis.pdp-tab-opened
      .pdp-family-products-swatch-bar.large-product-swatch-bar.show-additional-colorways
      .pdp-family-products-swatch-bar-scroll {
      overflow: visible;
      max-height: 280px;
    }
    .pdp-family-products-swatch-bar.large-product-swatch-bar {
      padding-bottom: 0;
      width: 100%;
    }
  }
  .pdp-family-products-swatch-bar.large-product-swatch-bar
    .pdp-family-swatch.pdp-family-swatch-product {
    margin-bottom: 5px;
  }
  .product-shop-selected-color-name {
    letter-spacing: 0.03rem;
    font-size: 1.4rem;
  }
  .pdp-family-products-swatch-bar {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  @media (min-width: 991px) {
    .pdp-family-products-swatch-bar {
      padding-bottom: 0;
    }
  }
  .pdp-family-swatch.pdp-family-swatch-product {
    width: 34px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
  }

  .template-products-st-louis .pdp-family-swatch.pdp-family-swatch-product {
    width: 33px;
  }
  .additional-colorway .product-image-color-overlay {
    height: 100%;
    width: 100%;
  }
  .pdp-family-swatch.pdp-family-swatch-product button {
    display: flex;
    height: auto;
    cursor: pointer;
    padding: 0;
    margin: 0;
  }
  .pdp-family-swatch.pdp-family-swatch-product img {
    width: 100%;
    border: 1px solid #fff;
    margin-bottom: 0;
    height: auto;
  }
  .frame-active img {
    border: 1px solid #000 !important;
  }
  @media (max-width: 990px) {
    .pdp-family-swatch.pdp-family-swatch-product button {
      height: auto;
      cursor: pointer;
      padding: 0;
      width: 100%;
      position: relative;
      overflow: hidden;
    }
    .frame-reviews-section em:after {
      content: "";
      width: 2px;
      height: 2px;
      background-color: #000;
      display: inline-block;
      vertical-align: middle;
      font-style: normal;
      margin-left: 6px;
      position: relative;
      top: -1px;
      border-radius: 50%;
      margin-right: 2px;
    }
    .pdp-tab-opened
      .pdp-family-products-swatch-bar.large-product-swatch-bar.show-additional-colorways
      + .frame-reviews-section {
      transform: translateY(-5px) !important;
    }
    body:not(.pdp-tab-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar+.frame-reviews-section {
      position: relative;
      transform: translateY(-50px);
      transition: all 500ms ease;
      padding-top: 0;
      background-color: #fff;
      display: flex;
    }

    body.three-row-product:not(.pdp-tab-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar + .frame-reviews-section {
      transform: translateY(-90px);
    }

    body.four-row-product:not(.pdp-tab-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar + .frame-reviews-section {
      transform: translateY(-95px);
    }

    body.four-row-product.pdp-variants-opened:not(.pdp-tab-opened):not(.pdp-showing-additional-colorways) .pdp-family-products-swatch-bar.large-product-swatch-bar + .frame-reviews-section {
      transform: translateY(-94px);
  }

  

    body.three-row-product.template-products-st-louis:not(.pdp-tab-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar + .frame-reviews-section {
      transform: translateY(-232px);
    }
    .pdp-family-products-swatch-bar.large-product-swatch-bar
      + .frame-reviews-section:after {
      content: "";
      background-color: #fff;
      position: absolute;
      width: 100%;
      height: 40px;
      z-index: 0;
      top: -6px;
      opacity: 1;
    }
    body:not(.pdp-tab-opened)
      .pdp-family-products-swatch-bar.large-product-swatch-bar
      + .frame-reviews-section:after {
      height: 300px;
    }
    .frame-reviews-section .pr-rating-stars {
      margin-top: 0.5px;
    }
    .pdp-family-products-swatch-bar {
      padding-bottom: 0;
    }
  }
  .plus-minus-swatch {
    transition: all 500ms ease;
    width: 41px;
    height: 41px;
    display: block;
    position: absolute;
    flex: 0 0 calc((100% / 8) - 5px);
    margin-right: 5px;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    text-align: center;
    line-height: 1;
    right: -5px;
    top: 26px;
    z-index: 2;
    background-color: #fff;
  }
  .plus-minus-swatch em {
    font-style: normal;
  }
  .plus-minus-swatch span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
  }
  .pdp-tab-opened
    .pdp-family-products-swatch-bar.large-product-swatch-bar.show-additional-colorways
    + .frame-reviews-section
    + .plus-minus-swatch {
    transform: translateY(45px);
  }
  
  .pdp-tab-opened
    .pdp-family-products-swatch-bar.large-product-swatch-bar.show-additional-colorways
    + .frame-reviews-section
    + .plus-minus-swatch {
    opacity:0;
    pointer-events:none;
  }
  .pdp-family-products-swatch-bar-scroll
    .pdp-family-swatch.pdp-family-swatch-product {
    transition: transform 500ms ease;
  }
  .pdp-tab-opened
    .pdp-family-products-swatch-bar.large-product-swatch-bar.carousel-product-swatch-bar
    + .frame-reviews-section {
    transform: translateY(0) !important;
    margin-bottom: 0;
  }
  
  .pdp-opened .plus-minus-swatch {
    pointer-events: none;
  }
  @media (max-width: 429px) and (min-width: 415px) {
    .plus-minus-swatch {
      width: 45px;
      height: 45px;
    }
    .pdp-family-products-swatch-bar.large-product-swatch-bar
      + .frame-reviews-section {
      transform: translateY(0);
    }
  }
  .reviews-counter {
    display: block;
  }
  
  .frame-reviews-section .pr-rating-stars {
    opacity:0;
    transition: all 500ms ease;
  }
  @media (min-width: 991px) {
    .product-variants-wrapper.sticky-option-selectors.size-option-hidden.single-option-product {
      display: none !important;
    }
    .collection-refinement {
      background-color: transparent !important;
    }
  }
  .frame-available-options .product-variants {
    position: relative;
    width: 100%;
    left: 0;
    transform: none !important;
  }
  .frame-available-options .product-variants-wrapper.normal-option-selectors {
    position: relative;
    bottom: 0;
    margin-top: 5px;
  }
  @media (min-width: 991px) {
    .frame-available-options .product-variants-wrapper.normal-option-selectors {
      opacity: 1 !important;
      margin-top: 0;
    }
  }
  .product-variants-wrapper.normal-option-selectors .product-variants ul {
    position: relative;
    opacity: 1;
    padding-left: 0;
    width: 100%;
    transform: none !important;
  }
  .show-variant-options {
    font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing: 0.16rem;
    width: 89px;
    border: 1px solid #d0d0d0;
    padding: 18px;
    text-align: center;
    display: inline-block;
    margin-right: -5px;
    height: 48px;
    line-height: 1;
    background-color: #fff;
    opacity: 1;
    transition: all 300ms ease;
    border-right: none !important;
  }
  .show-variant-options span {
    font-weight: 300;
  }
  .show-variant-options.has-options-opened span {
    font-weight: 700;
    top: 0;
  }
  .show-variant-options svg {
    width: 10px;
    position: relative;
    top: -1px;
    margin-left: 5px;
    transition: all 500ms ease;
  }
  .has-options-opened svg.icon.icon-caret {
    transform: rotate(-180deg);
  }
  .product-variants-wrapper {
    position: absolute;
    bottom: 90px;
  }
  .product-variants {
    position: absolute;
    width: 100vw;
    left: -15px;
    transform: translateY(0);
    background-color: #fff;
    z-index: 1;
    transition: all 500ms ease;
  }
  @media (min-width: 991px) {
    .product-variants ul {
      display: flex;
    }
    .product-variants-list li {
      margin-right: 6px;
    }
  }
  .product-variants ul {
    list-style-type: none;
    position: absolute;
    padding-left: 15px;
    display: flex;
    width: calc(100vw - 15px);
    background-color: #fff;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    border: 0;
    transition: opacity 200ms ease, transform 500ms ease;
    transform: translateY(-41px);
    opacity: 0;
    top: 0;
  }
  .product-variants ul.show-variants {
    transform: translateY(-95px);
    opacity: 1;
    transition: opacity 500ms ease, transform 500ms ease;
  }
  .product-variants li {
    display: inline-block;
    width: 33.333%;
    text-align: center;
    margin-right: 6px;
  }
  .product-variants li:last-child {
    margin-right: 0;
  }
  .product-variants li button {
    border: 1px solid #d0d0d0;
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    height: 32px;
    background-color: #fff;
  }
  .active-variant {
    font-weight: 700;
  }
  @media (max-width: 990px) {
    .product-variants-wrapper + .product-form #AddToCart {
      width: calc(100% - 178px);
      float: right;
    }
  }
  .product-variants-wrapper + .product-form #AddToCart {
    height: 47.5px;
    transition: all 300ms ease;
  }
  .pdp-tab-opened .product-variants-wrapper + .product-form #AddToCart {
    width: 100%;
  }
  .pdp-tab-opened .product-variants-wrapper.sticky-option-selectors {
    opacity: 0;
    pointer-events: none;
    transition: opacity 500ms ease;
  }
  .pdp-variants-opened .product-variants:before {
    transform: translateY(52px);
  }
  .product-variants-wrapper.normal-option-selectors h3 {
    font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing: 0.16rem;
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 0;
    padding-top: 10px;
  }
  .product-variants-wrapper.normal-option-selectors
    .regular-size-options:first-child
    h3 {
    padding-top: 8px;
  }
  @media (min-width: 991px) {
    body:not(.pdp-frame-case)
      .product-variants-wrapper.normal-option-selectors
      .regular-size-options:first-child
      h3 {
      padding-top: 16px;
    }
    .product-variants-wrapper.normal-option-selectors:not(.size-option-hidden)
      .regular-size-options {
      padding-bottom: 10px;
    }
    .product-variants-wrapper.normal-option-selectors.lens-option-hidden:not(
        .size-option-hidden
      )
      .regular-size-options {
      padding-bottom: 0;
    }
    .pdp-frame-case
      .product-variants-wrapper.normal-option-selectors
      .regular-size-options:first-child
      h3 {
      padding-top: 17px !important;
    }
  }
  button.active-variant {
    border-color: #000 !important;
    letter-spacing: 0 !important;
    font-size: 1.25rem !important;
  }
  button.unavailable-variant,
  button[data-metafield-product-title="Unavailable"] {
    position: relative;
    opacity: 0.5;
    overflow: hidden;
  }
  button.unavailable-variant:before,
  button[data-metafield-product-title="Unavailable"]:before {
    content: "";
    width: 300px;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    rotate: 166deg;
    left: -57px;
    opacity: 0.3;
  }
  @media (max-width: 990px) {
    body:not(.pdp-tab-opened)
      .product-variants-wrapper.lens-option-hidden
      + .product-form
      button#AddToCart,
    body:not(.pdp-tab-opened)
      .product-variants-wrapper.size-option-hidden
      + .product-form
      button#AddToCart {
      width: calc(100% - 89px);
    }
  
  
  }
  body:not(.pdp-tab-opened)
    .product-variants-wrapper.lens-option-hidden.size-option-hidden
    + .product-form
    button#AddToCart {
    width: 100%;
  }
  button.additional-family-variant.unavailable-variant {
    pointer-events: none !important;
  }
  .normal-option-selectors.lens-option-hidden .regular-lens-options,
  .normal-option-selectors.size-option-hidden .regular-size-options,
  .product-variants .unavailable-variant-li {
    display: none;
  }
  .lens--readers--options {
    padding-left: 15px;
    top: 0;
    width: 100%;
    height: 35px;
  }
  ul.readers-variants {
    padding-left: 0;
    width: calc(100% - 15px);
    opacity: 1;
    display: flex;
  }
  li.readers-variant-li {
    width: calc(16.666% - -5px);
    position: relative;
    background-color: #fff;
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
    height: 32px;
    text-align: center;
  }
  #AddToCart.power-not-selected .product-shop-inventory-notice.active {
    opacity: 0;
    transform: translateY(0);
  }
  #AddToCart.power-not-selected.pdp-low-inventory .AddToCart-text,
  ul.readers-variants {
    transform: translateY(0);
  }
  .power-selected {
    margin-left: 4px;
  }
  span.AddToCart-text em {
    font-style: normal;
    letter-spacing: 0.08rem;
  }
  .lens--readers--options.readers--show {
    transition: opacity 500ms ease, transform 500ms ease !important;
    opacity: 1 !important;
  }
  .fixed-atc-bar .lens--readers--options {
    transition: opacity 200ms ease, transform 500ms ease !important;
    transform: translateX(-10px);
    opacity: 0;
    visibility: visible;
  }
  .fixed-atc-bar .lens--readers--options.readers--show {
    transition: opacity 500ms ease, transform 500ms ease !important;
    transform: translateX(0);
  }
  .product-variants-wrapper.sticky-option-selectors.size-option-hidden
    .product-dropdown {
    white-space: nowrap;
    width: 89px;
    transform: translateX(0);
  }
  button.show-variant-options.hide-option {
    opacity: 1;
    pointer-events: none;
    transition: opacity 100ms ease;
  }
  .product-variants-wrapper.sticky-option-selectors.size-option-hidden
    button.show-variant-options.show-optical-options {
    transform: translateX(-89px);
    transition: transform 350ms ease;
  }
  .product-variants-wrapper {
    transition: all 400ms ease;
  }
  .product-dropdown {
    position: relative;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    transition: width 300ms ease;
    max-width: 100%;
    width: 178px;
  }
  .product-variants-wrapper.sticky-option-selectors.lens-option-hidden
    .product-dropdown {
    width: 89px;
  }
  .product-variants-wrapper.sticky-option-selectors.lens-option-hidden.size-option-hidden
    .product-dropdown {
    width: 0;
  }
  .sticky-option-selectors .product-dropdown {
    display: flex;
    overflow: hidden;
  }
  .sticky-option-selectors .show-variant-options {
    flex-shrink: 0;
    width: 89px;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 0;
  }
  
  .size-option-hidden button[data-option-name="lens"] {
    transform: translateX(-89px) !important;
  }
  
  .sticky-option-selectors
    .product-variants
    ul.product-variants-list:not(.show-variants) {
    pointer-events: none;
  }
  .normal-option-selectors .lens--readers--options {
    position: relative;
  }
  .regular-lens-options h3 {
    order: 1;
  }
  .regular-lens-options ul[data-option-name="lens"] {
    order: 2;
    height: auto;
    margin-bottom: 10px;
  }
  .regular-lens-options .lens--readers--options {
    order: 3;
    top: 0 !important;
    margin-bottom: 0;
    margin-top: 0;
    transform: translateY(5px);
    height: 0;
    transition: opacity 150ms ease, transform 300ms ease, height 400ms ease !important;
    visibility: visible;
  }
  .normal-option-selectors .lens--readers--options.readers--show + ul {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .normal-option-selectors .lens--readers--options.readers--show {
    transform: translateY(0) !important;
    height: 34px;
    transition: opacity 500ms ease 100ms, transform 500ms ease, height 500ms ease !important;
  }
  .normal-option-selectors .lens--readers--options ul {
    top: 0;
    height: auto;
    left: 0;
  }
  .normal-option-selectors .lens--readers--options {
    padding-left: 0;
    padding-right: 0;
  }
  @media (max-width: 990px) {
    body:not(.pdp-tab-opened) .normal-option-selectors {
      opacity: 0 !important;
      pointer-events: none;
    }
    .normal-option-selectors
      li.all-available-blue-light-readers
      .lens--readers--options {
      display: none !important;
    }
  }
  html
    body.template-product
    main
    .product-variants-wrapper.sticky-option-selectors.single-option-product:not(.size-option-hidden)
    button.show-variant-options.show-optical-options {
    transform: translateX(0) !important;
  }
  @media (min-width: 991px) {
    .product-variants-wrapper.normal-option-selectors h3 {
      font-size: 1.3rem;
      font-weight: 700;
    }
    .product-variants-wrapper.normal-option-selectors.lens-option-hidden.size-option-hidden:not(.show-case-options) {
      max-height: 0;
      padding: 0;
    }
    .product-variants-wrapper.normal-option-selectors:not(
        .lens-option-hidden
      ):not(.size-option-hidden)
      .regular-lens-options
      h3 {
      padding-top: 15px !important;
    }
  }
  @media (max-width: 990px) {
    
    .pdp-showing-additional-colorways:not(.pdp-tab-opened) #productInfo {
      transform: translateY(calc(100% - 230px));
    }
    .pdp-family-products-swatch-bar {
      padding-bottom: 7px !important;
    }
    .pdp-showing-additional-colorways .plus-minus-swatch {
      transform: translateY(45px);
    }
  
    .carousel-product-swatch-pdp.pdp-showing-additional-colorways .plus-minus-swatch {
      transform: translateY(91px);
    }

    .four-row-product.carousel-product-swatch-pdp.pdp-showing-additional-colorways .plus-minus-swatch {
      transform: translateY(137px);
  }

    .template-products-st-louis.carousel-product-swatch-pdp.pdp-showing-additional-colorways .plus-minus-swatch {
      transform: translateY(228px)
    }
  }
  @media (max-width: 393px) {
    .pdp-family-products-swatch-bar {
      padding-bottom: 8px !important;
    }
  }
  @media (max-width: 990px) and (min-width: 700px) {
    .pdp-family-products-swatch-bar.large-product-swatch-bar
      .pdp-family-swatch.pdp-family-swatch-product {
      width: 42px;
      height: 42px;
      flex: 0 0 42px;
    }
    .carousel-product-swatch-pdp
      .pdp-family-products-swatch-bar.large-product-swatch-bar
      + .frame-reviews-section {
      transform: none !important;
    }
    .plus-minus-swatch {
      display: none !important;
    }
    .carousel-product-swatch-bar
      .pdp-family-swatch.pdp-family-swatch-product:nth-child(16) {
      opacity: 1 !important;
    }
    .pdp-family-products-swatch-bar {
      padding-bottom: 2px !important;
    }
    .overflow-scroll-item,
    .pdp--location {
      width: 38% !important;
    }
    body .product-recommendations .product-grid li,
    body .recently-viewed-grid li {
      width: 230px !important;
    }
    .pdp-family-products-swatch-bar-scroll
      .pdp-family-swatch.pdp-family-swatch-product:nth-child(8n) {
      margin-right: 5px !important;
    }
    .pdp-family-products-swatch-bar.large-product-swatch-bar
      .pdp-family-swatch.pdp-family-swatch-product:last-child {
      margin-right: 0 !important;
    }
  }
  @media (max-width: 990px) {
  
    .pdp-showing-additional-colorways.carousel-product-swatch-pdp:not(.pdp-tab-opened):not(.template-products-st-louis) #productInfo {
      transform: translateY(calc(100% - 275px));
  }

  .four-row-product.pdp-showing-additional-colorways.carousel-product-swatch-pdp:not(.pdp-tab-opened):not(.template-products-st-louis) #productInfo {
    transform: translateY(calc(100% - 322px));
  }

  .template-products-st-louis.pdp-showing-additional-colorways.carousel-product-swatch-pdp:not(.pdp-tab-opened) #productInfo {
    transform: translateY(calc(100% - 422px));
}
  
  .pdp-showing-additional-colorways.carousel-product-swatch-pdp.pdp-variants-opened:not(.pdp-tab-opened) #productInfo {
    transform: translateY(calc(100% - 324px));
  }

  .four-row-product.pdp-showing-additional-colorways.carousel-product-swatch-pdp.pdp-variants-opened:not(.pdp-tab-opened) #productInfo {
    transform: translateY(calc(100% - 368px));
}

  .template-products-st-louis.pdp-showing-additional-colorways.carousel-product-swatch-pdp.pdp-variants-opened:not(.pdp-tab-opened) #productInfo {
    transform: translateY(calc(100% - 470px));
}
  
  .carousel-product-swatch-pdp.pdp-showing-additional-colorways.final-sale-item:not(.pdp-tab-opened):not(.three-row-product):not(.four-row-product) .pdp-family-products-swatch-bar.large-product-swatch-bar + .frame-reviews-section {
    transform: translateY(44px) !important;
}
    .carousel-product-swatch-pdp.pdp-showing-additional-colorways:not(.pdp-tab-opened):not(.three-row-product):not(.four-row-product)
      .pdp-family-products-swatch-bar.large-product-swatch-bar
      + .frame-reviews-section {
      transform: translateY(41px) !important;
    }
    .pdp-family-products-swatch-bar.large-product-swatch-bar
      + .frame-reviews-section {
      background-color: #fff;
    }
    .pr-rating-stars,
    span.pdp-frame-title {
      z-index: 2;
    }
    .pdp-family-products-swatch-bar.large-product-swatch-bar {
      transform-style: preserve-3d;
    }
    .pdp-tab-opened .pdp-family-products-swatch-bar {
      padding-bottom: 4px !important;
    }
    .carousel-product-swatch-pdp.pdp-showing-additional-colorways.pdp-tab-opened
      .pdp-family-products-swatch-bar.large-product-swatch-bar
      + .frame-reviews-section {
      transform: translateY(0) !important;
    }
    .pdp-family-products-swatch-bar.large-product-swatch-bar
      .pdp-family-swatch.pdp-family-swatch-product:nth-of-type(17) {
      margin-bottom: 0;
    }
    .pdp-tab-opened
      .pdp-family-products-swatch-bar.large-product-swatch-bar
      + .frame-reviews-section:after {
      top: -5px;
    }
    .pdp-showing-additional-colorways
      .pdp-family-products-swatch-bar.large-product-swatch-bar:not(
        .carousel-product-swatch-bar
      )
      + .frame-reviews-section {
      transform: translateY(-5px) !important;
    }
  
    .pdp-showing-additional-colorways.pdp-tab-opened
      .pdp-family-products-swatch-bar.large-product-swatch-bar:not(
        .carousel-product-swatch-bar
      )
      + .frame-reviews-section {
      transform: translateY(0px) !important;
    }
  }
  
  .popup-theme-standard_mobile_overlay .popup-box {
    max-width: 880px;
    align-items: center;
  }
  .popup-theme-standard_mobile_overlay .popup-top.pe-popup-info p {
    text-transform: none;
    letter-spacing: 0.03rem;
    max-width: 360px;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 1.6;
  }
  .popup-theme-standard_mobile_overlay .popup-top.pe-popup-info a {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16rem;
    font-size: 1.1rem;
    background-color: #fff;
    padding: 10px 20px;
  }
  .popup-theme-standard_mobile_overlay:not(.gwp-popup-1) .pe-popup-image img {
    position: relative !important;
    display: block !important;
  }

  .popup-theme-standard_mobile_overlay .pe-popup-image img {
    position: relative !important;
  }
  @media (min-width: 991px) {
    .popup-theme-standard_mobile_overlay .pe-popup-image img {
      opacity: 0;
    }

    .gwp-popup-1.popup-theme-standard_mobile_overlay .pe-popup-image {
      line-height: calc(1px - 50px);
    }
  }
  .popup-theme-standard_mobile_overlay .pe-popup-image,
  .popup-theme-standard_mobile_overlay .popup-top.pe-popup-info {
    flex: 0 0 50%;
  }
  .popup-x-color-black {
    filter: invert(0) !important;
  }
  img[alt="Custom Vanity Lens"]
    {
      border-bottom: 1px solid #adb7d7;
    }
  @media (max-width: 990px) {
    img[alt="Custom Vanity Lens"],img[src="src=/cdn/shop/files/Vanity-Tag3_2.gif?v=1687377551&width=300"]
    {
      border-bottom: 1px solid #adb7d7;
      top: -0.5px;
    }
  
    img[alt="Rampart Fold"] {
      height: 12.5px;
    }
    .popup-theme-standard_mobile_overlay .popup-top.pe-popup-info {
      position: absolute;
      bottom: 0;
    }
    .popup-box.js-stop-propagation img {
      max-width: 100% !important;
    }
    .popup-theme-standard_mobile_overlay .popup-top.pe-popup-info h3 {
      margin-bottom: 10px;
      font-size: 1.6rem;
    }
    .popup-theme-standard_mobile_overlay .popup-top.pe-popup-info p {
      margin-bottom: 20px;
      font-size: 1.3rem;
    }
    .popup-theme-standard_mobile_overlay .popup-box {
      max-width: calc(100% - 28px);
    }
    .pe-popup.popup-theme-standard_mobile_overlay:not(.lens-popup):not(
        .access-popup
      )
      .popup-top.pe-popup-info {
      padding: 25px 20px 30px !important;
    }
    .popup-x-color-mobile-white {
      filter: invert(1) !important;
    }
    .pdp-message.product-message-image_cta.show-pdp-message {
      margin-top: 14px;
    }
    .pdp-message.product-message-image_cta.show-pdp-message
      + .product__accordion {
      margin-top: 7px;
    }
  }
  span.power-selected em {
    font-style: normal;
    color: #5d8eb8;
    margin-left: 6px;
  }
  button[data-variant-name="Blue Light"] em {
    font-style: normal;
    color: #5d8eb8;
    margin-left: 2px;
  }
  @media (min-width: 991px) {
    div#shopify-section-breadcrumb-filters + section {
      z-index: 3 !important;
    }
    .pdp-tag .learn-more-trigger {
      display: none !important;
    }
    span.pdp-tag.triggers-popup {
      cursor: pointer;
    }
 
    .krw--mobile-only.fera-wrapper.product-soldout-label.show-sold-out-label,
    div#productInfo_overlay {
      display: none;
    }
    li.longer-text:not(:last-child) {
      line-height: 1.42857143;
      padding-bottom: 10px !important;
    }
  }
  
  @media (max-width: 990px) {
   html, body {
    background-color:white !important;
   }
  
  /*
    body.waitlist-focused #mediaGallery .product__media-list {
      height: calc(100vh - 235px);
    }
  
    body.waitlist-focused:not(.pdp-tab-opened) #productInfo {
      transform: translateY(calc(100% - 215px));
    }
  
    body.waitlist-focused:not(.pdp-tab-opened) .product-back-in-stock.product-shop-back-in-stock {
      transform: translateY(-30px);
    }
  
    body.waitlist-focused.pdp-tab-opened .product-back-in-stock.product-shop-back-in-stock {
      padding-bottom: 40px;
    }
    */
  
  
    .accordion__content li.longer-text {
      line-height: 1.42857143;
    }
    .model-image-wrapper
      + .product__media-item:not(.model-image-wrapper)
      .product__media,
    .product__media-item:last-child:not(.model-image-wrapper) .product__media,
    .product__media-item:not(.model-image-wrapper)
      + .product__media-item:not(:last-child):not(.model-image-wrapper)
      .product__media {
      padding-top: 110% !important;
    }
    .product__media-item:not(.model-image-wrapper)
      + .product__media-item:last-child:not(.model-image-wrapper) {
      margin-top: -70px;
    }
    .product__media-item:not(.model-image-wrapper)
      + .product__media-item:not(:last-child):not(.model-image-wrapper) {
      margin-top: -70px;
    }
    #mediaGallery ul .product__media-item {
      position: relative;
      z-index: 2;
    }
    .pdp-family-products-swatch-bar.large-product-swatch-bar
      .pdp-family-swatch.pdp-family-swatch-product:nth-of-type(8) {
      opacity: 1 !important;
    }
    .just-loadedss
      .pdp-family-products-swatch-bar-scroll
      .pdp-family-swatch:nth-child(n + 9) {
      opacity: 0;
    }
  }
  .all-available-blue-light-readers
    .all-available-variant:not(.has-readers-selected):not(.active-variant)
    .power-selected {
    display: none;
  }
  
  
  /* TABLET VIEW */
  @media (min-width:545px) and (max-width:990px) {
    div#productInfo {
      transform: translateY(calc(100% - 195px));
    }

    body.large-product-family-pdp.four-row-product:not(.pdp-tab-opened):not(.pdp-variants-opened) div#productInfo {
      transform: translateY(calc(100dvh - 240px)) !important;
  }
  
    .pdp-family-products-swatch-bar {
      padding-bottom: 9px!important;
    }
    .pdp-variants-opened div#productInfo {
      transform: translateY(calc(100% - 242px));
      transition: transform .5s ease;
    }
  
    .pdp-family-products-swatch-bar.large-product-swatch-bar+.frame-reviews-section {
      position: relative;
      transform: translateY(-2px);
    }
  
    .pdp-family-products-swatch-bar.large-product-swatch-bar .pdp-family-swatch.pdp-family-swatch-product {
      width: auto;
      height: auto;
      flex: 0 0 48px;
      max-width: none;
      transform:none !important
    }
  
    div#productInfo {
      transform: translateY(calc(100dvh - 188px));
  }
  
    body.large-product-family-pdp:not(.pdp-tab-opened) div#productInfo {
      transform: translateY(calc(100dvh - 188px));
  }

  body.final-sale-item.large-product-family-pdp:not(.pdp-tab-opened):not(.pdp-variants-opened) div#productInfo {
    transform: translateY(calc(100dvh - 216px)) !important;
}

body.large-product-family-pdp.final-sale-item:not(.pdp-tab-opened):not(.pdp-variants-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar+.frame-reviews-section {
  transform: translateY(-6px) !important;
}

.carousel-product-swatch-pdp.pdp-showing-additional-colorways.final-sale-pdp:not(.pdp-tab-opened):not(.three-row-product):not(.four-row-product) .pdp-family-products-swatch-bar.large-product-swatch-bar+.frame-reviews-section {
  transform: translateY(-6px)!important;
}

.carousel-product-swatch-pdp.pdp-showing-additional-colorways:not(.pdp-tab-opened) .pdp-message.pdp-inventory-final {
  transform: translateY(2px);
}

.carousel-product-swatch-pdp.pdp-showing-additional-colorways:not(.pdp-tab-opened):not(.three-row-product):not(.four-row-product) .pdp-family-products-swatch-bar.large-product-swatch-bar + .frame-reviews-section {
  transform: translateY(-2px) !important;
}
  
    .carousel-product-swatch-pdp .pdp-family-products-swatch-bar.large-product-swatch-bar+.frame-reviews-section {
      transform: translateY(0px) !important;
    }
  
    .pdp-showing-additional-colorways:not(.pdp-tab-opened) #productInfo {
      transform: translateY(calc(100dvh - 188px));
    }
  
    .pdp-tab-opened .pdp-family-products-swatch-bar.large-product-swatch-bar+.frame-reviews-section:after {
      top: -2px;
    }
  
    .pdp-showing-additional-colorways .pdp-family-products-swatch-bar.large-product-swatch-bar:not(.carousel-product-swatch-bar)+.frame-reviews-section {
      transform: translateY(1px)!important;
    }
  
    .pdp-tab-opened .pdp-family-products-swatch-bar.large-product-swatch-bar+.frame-reviews-section:after {
      height: 10px!important;
    }
  
    .pdp-showing-additional-colorways .pdp-family-products-swatch-bar.large-product-swatch-bar:not(.carousel-product-swatch-bar)+.frame-reviews-section {
      transform: translateY(-2px)!important;
    }
    .pdp-family-products-swatch-bar.large-product-swatch-bar .pdp-family-swatch.pdp-family-swatch-product, 
    .pdp-family-products-swatch-bar-scroll .pdp-family-swatch.pdp-family-swatch-product {
      flex: 0 0 4.92%;
  }

  body.large-product-family-pdp.four-row-product.pdp-variants-opened:not(.pdp-tab-opened) div#productInfo {
    transform: translateY(calc(100dvh - 288px));
}
  
    .template-product #mediaGallery .carousel-track-wrapper {
      transform: translateY(-6px) !important;
    }
  
    .fera-wrapper {
      bottom: 200px;
    }
  
    #mediaGallery ul .product__media-item:first-child {
      margin-bottom: 40px !important;
    }
  }
  
  
  
  .pdp-tag img[alt="Blue Light"] {
    width: 94px;
    height: auto;
    top: 1px;
    left: 1px;
  }
  
  @media (max-width:990px) {
    .pdp-tag img[alt="Blue Light"] {
      width: 87px;
    }

    .pdp-tag img[alt="Gift with Purchase"] {
      top: -1px;
    }
  }
  
  ul.product-carousel-options li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.15rem;
  
  
    margin-right: 10px;
  
  }
  
  ul.product-carousel-options::-webkit-scrollbar,
  .pdp-family-ribbon-container::-webkit-scrollbar, 
  .product-recommendations .product-grid::-webkit-scrollbar, 
  .recently-viewed-grid::-webkit-scrollbar {
  display:none;
  }
  
  ul.product-carousel-options {
    white-space: nowrap;
    overflow: scroll;
    text-align: left;
    padding-left:0px;
    display:flex;
  }
  
  ul.product-carousel-options li span {
    border: 1px solid #d0d0d0;
    height: 32px;
    display: block;
    line-height: 31px;
    padding: 0 7px;
    text-transform:none;
    letter-spacing: .05rem;
    font-size: 1.25rem;
  }
  
  .carousel-is-selected {
  font-weight:bold;
  border-color:#000 !important
  }
  
  .hidden-recently {
  display:none !important;
  }
  
  li.hidden-recently+li .ymal-trigger {
    border: none;
    height: auto;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .16rem;
    padding-left: 0px;
    padding-top: 10px;
    font-size:1.15rem !important;
  }
  
  .has-recent-products {
  order:2;
  }
  
  .has-recent-products+li {
  order:1;
  }
  
  li.hidden-recently+li {
    padding-bottom: 12px;
  }
  
  ul.recommended-links {
    display: flex;
    width: 100%;
    padding-left: 0px;
    margin-top: -28px !important;
    margin-bottom: 25px;
  }
  
  ul.recommended-links li {
    width: 33.333%;
    border: 1px solid #d0d0d0;
    height:32px;
    line-height:31px;
    margin-right:5px;
  }
  
  ul.recommended-links li:last-child {
  margin-right:0px;
  }
  
  ul.recommended-links button, ul.recommended-links a {
    display: block;
    text-align: center;
    font-size: 1.25rem;
    letter-spacing: .05rem;
    margin: 0px !important;
    width: 100%;
    padding: 0px;
  }
  
  li.has-recent-products, li.has-recent-products+li {
    margin-top: 4px;
    margin-bottom: 6px;
  }
  
  .krw--mobile-only.fera-wrapper.product-soldout-label.show-sold-out-label+.fera-wrapper+.fera-wrapper {
    opacity: 0 !important;
  }
  
  main#MainContent #productInfo .recently-viewed-section {
  display:block !important;
  }
  #productInfo span.reveal-top-ten {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #000 !important;
    padding: 7px 5px !important;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .15rem;
    font-size: .74rem;
    width: calc(100% - 35px);
    text-align: center;
    margin-left: -5px;
    line-height:1;
    pointer-events:none;
    -webkit-text-stroke: 0.06rem;
  }
  
  .key-features-track-wrapper[data-carousel-id="ymal-carousel"],
  .key-features-track-wrapper[data-carousel-id="recently-viewed-carousel"] {
    margin-left: 0px;
  }
  
  .recently-viewed-carousel .price__regular .price-item--regular {
    font-weight: 400 !important;
  }
  
  .recently-viewed-carousel.recently-single-item li.grid__item.shop-collection-title, 
  .recently-viewed-carousel.recently-single-item+.carousel-track-wrapper.key-features-track-wrapper {
    display: none !important;
  }
  
  .recently-viewed-section .price__container {
  margin-bottom:0px !important;
  }
  
  ul.recently-viewed-grid {
    margin-bottom: 17px;
  }
  
  .recently-viewed.page-width {
    padding-bottom: 27px;
  }
  
  li.grid__item.pdp-product-item.shop-collection-title .card__content,
  li.grid__item.pdp-product-item.shop-collection-title .card-label {
    display: none;
  }
  
  li.grid__item.pdp-product-item.shop-collection-title .media {
    opacity: .3;
  }
  
  .size-option-hidden.single-option-product:not(.lens-option-hidden) button[data-option-name=lens] {
    transform: translate(0px);
  }
  
  .size-option-hidden.lens-option-hidden .product-dropdown {
    opacity:0;
  }
  
  .size-option-hidden.lens-option-hidden.frame-case-options-wrapper .product-dropdown {
    opacity:1 !important;
  }
  
  
  .product-variants ul.optical-options-list.three-option-list:not(.all-options-available) {
    display: flex;
    gap: 6px;
    padding: 0;
    list-style-type: none;
    width: calc(100% - 30px);
    background-color: #fff;
    margin-left: 15px !important;
  }
  
  ul.product-variants-list.optical-options-list.three-option-list:not(.all-options-available) li:not(.readers-variant-li) {
    min-width: min-content;
    width: auto;
    flex-grow: 1;
    margin-right:0px;
  }
  
  .normal-option-selectors .product-variants ul.optical-options-list.three-option-list:not(.all-options-available) {
    width:100%;
    margin-left:0px !important;
  }
  
  
  
  @media (max-width:990px) {
    .three-option-list ul.readers-variants {
      width:100%;
    }
  
    .three-option-list .lens--readers--options {
      padding-left:0px;
    }
  
    .normal-option-selectors.lens-option-hidden .regular-size-options {
      margin-bottom: 15px;
    }
  
    .model-info .carousel-track-wrapper {
      display: none;
    }
  
    .model-info .model-carousel+.carousel-track-wrapper {
      display: block;
    }
  
    .pdp-variants-opened.pdp-showing-additional-colorways div#productInfo {
      transform: translateY(calc(100% - 275px));
    }
  
    .pdp-variants-opened.pdp-showing-additional-colorways #mediaGallery .carousel-track-wrapper {
      transform: translateY(-87px)!important;
    }
    
    .pdp-variants-opened.pdp-showing-additional-colorways.template-product #mediaGallery .carousel-track-wrapper {
      transform: translateY(-87px)!important;
    }
    .pdp-showing-additional-colorways:not(.carousel-product-swatch-pdp) #mediaGallery .carousel-track-wrapper {
      transform: translateY(-40px) !important;
  }
  
  .pdp-showing-additional-colorways.carousel-product-swatch-pdp #mediaGallery .carousel-track-wrapper {
    transform: translateY(-90px) !important;
  }

  .four-row-product.pdp-showing-additional-colorways.carousel-product-swatch-pdp #mediaGallery .carousel-track-wrapper {
    transform: translateY(-135px) !important;
  }

  .four-row-product.pdp-showing-additional-colorways.carousel-product-swatch-pdp.pdp-variants-opened #mediaGallery .carousel-track-wrapper {
    transform: translateY(-185px) !important;
  }
  
  .overflow-hidden-tablet .product-info-overlay {
    opacity: 1 !important;
  }
  }
  
  .pdp-family-swatch.pdp-family-swatch-product.has-hidden-variant+.has-hidden-variant {
    display: none;
  }
  
  
  
  @media (min-width:991px) {
    .key-features-track-wrapper[data-carousel-id="ymal-carousel"], .key-features-track-wrapper[data-carousel-id="recently-viewed-carousel"] {
      margin-left: 45px;
      max-width: calc(100% - 75px);
    }
    .product-variants ul.optical-options-list.three-option-list:not(.all-options-available) {
      width: 100%;
      margin-left:0px !important
    }
  
    .normal-option-selectors .product-variants ul.optical-options-list.three-option-list:not(.all-options-available) {
      width:100%;
      margin-left:0px !important;
    }
  
  
  
    .krw--mobile-only.fera-wrapper[data-fera-container="382876"]:not(:empty) {
      display: block !important;
      line-height: 1;
      margin-top: 15px;
      margin-bottom:7px;
    }
  
    main .krw--mobile-only.fera-wrapper[data-fera-container="382876"] .banana-statement {
      margin: 0px !important;
      overflow: hidden;
      display: inline-block;
      position:relative;
      font-size: 1.1rem !important;
      letter-spacing: .1rem !important;
    }
  
    span.banana-default-stock-msg {
      display: inline-block;
      vertical-align: top;
    }
  
  
    .pdp-variants-opened #mediaGallery .product__media-list {
      transform: translateY(0) !important;
    }
  }
  
  ul.product-variants-list.optical-options-list:not(.all-options-available):not(.three-option-list) li:not(.readers-variant-li):not(.unavailable-variant-li) {
    display: inline-flex;
    min-width: 33.333%;
    width: auto;
  }
  
  ul.product-variants-list.optical-options-list:not(.all-options-available):not(.three-option-list) .available-variant {
    padding: 0 10px;
  }
  
  @media (min-width:991px) {
    .pdp-family-swatch.pdp-family-swatch-product {
      transform: translateY(0px) !important;
    }
  
    
  }
  
  .product-images-hidden {
    display:none;
  }
  @media (min-width:991px) and (max-width:1180px) {
    .model-label-trigger.hidden-model-face-shape-label:not(:empty) {
      font-size: 1rem;
      letter-spacing: .08rem;
    }
  
    .collection-description,
    .pdp-frame-title,
    .frame-available-options button.active-variant, .product-variants li button,
    .frame-reviews-section .pr-rating-stars span.reviews-counter {
      font-size: 1.3rem !important;
    }
  
    .product-variants-wrapper.normal-option-selectors h3,
    .accordion__title, .accordion__content h3 {
      font-size: 1.2rem !important;
    }
  
    .product--large:not(.product--no-media) .product__media-wrapper {
      max-width: 60%;
      width: calc(60% - var(--grid-desktop-horizontal-spacing) / 2);
    }
    #productInfo {
      width: 40%;
      max-width: 40%;
    }
  
    .accordion__content li, .accordion__content p {
      font-size: 1.3rem !important;
  }
  }
  
  
  
  
  @media (max-width: 500px) and (min-width: 400px) {
    .pdp-family-products-swatch-bar.large-product-swatch-bar.carousel-product-swatch-bar {
      padding: 0 !important;
    }
  
  
    .pdp-family-products-swatch-bar.large-product-swatch-bar.carousel-product-swatch-bar
      .pdp-family-products-swatch-bar-scroll {
      padding-top: 6px;
      padding-bottom: 7px;
    }
    .pdp-showing-additional-colorways:not(.pdp-tab-opened) #productInfo {
      transform: translateY(calc(100% - 237px));
    }


    .pdp-showing-additional-colorways
      .pdp-family-products-swatch-bar.large-product-swatch-bar
      + .frame-reviews-section {
      transform: translateY(3px) !important;
    }
    .plus-minus-swatch {
      width: 44px !important;
      height: 44px !important;
    }
    .carousel-product-swatch-pdp.pdp-showing-additional-colorways
      .plus-minus-swatch,
    .pdp-showing-additional-colorways .plus-minus-swatch {
      transform: translateY(99px);
    }
    .carousel-product-swatch-pdp.pdp-showing-additional-colorways.pdp-tab-opened
      .pdp-family-products-swatch-bar.large-product-swatch-bar
      + .frame-reviews-section {
      transform: translateY(0) !important;
    }
    #productInfo {
      transform: translateY(calc(100% - 189px));
    }
    .pdp-family-products-swatch-bar:not(.large-product-swatch-bar) {
      padding-bottom: 9px !important;
    }
    .product-variants ul.show-variants {
      transform: translateY(-9.25rem);
    }
    .pdp-tab-opened
      .pdp-family-products-swatch-bar.large-product-swatch-bar
      + .frame-reviews-section:after {
      top: -5px;
    }
    .pdp-main-carousel .product__media-item:first-of-type {
      margin-bottom: 60px !important;
    }
  
    .four-row-product.pdp-showing-additional-colorways.carousel-product-swatch-pdp:not(.pdp-variants-opened):not(.pdp-tab-opened) #productInfo {
      transform: translateY(calc(100% - 332px)) !important;
    }
  
    .pdp-variants-opened.pdp-showing-additional-colorways:not(.pdp-tab-opened) div#productInfo {
      transform: translateY(calc(100% - 330px)) !important;
    }


  
    .pdp-showing-additional-colorways.carousel-product-swatch-pdp:not(.pdp-tab-opened):not(.pdp-variants-opened) #productInfo {
      transform: translateY(calc(100% - 289px)) !important;
  }

  .four-row-product.pdp-showing-additional-colorways.carousel-product-swatch-pdp.pdp-variants-opened:not(.pdp-tab-opened) #productInfo {
    transform: translateY(calc(100% - 376px)) !important;
  }

  

  .template-products-st-louis.carousel-product-swatch-pdp.pdp-showing-additional-colorways .plus-minus-swatch {
    transform: translateY(246px);
}

  .template-products-st-louis.pdp-showing-additional-colorways.carousel-product-swatch-pdp:not(.pdp-tab-opened):not(.pdp-variants-opened) #productInfo {
    transform: translateY(calc(100% - 440px)) !important;
}
  
  
    .pdp-variants-opened.pdp-showing-additional-colorways:not(.pdp-tab-opened) #mediaGallery .carousel-track-wrapper {
      transform: translateY(-94px)!important;
    }
  
    .pdp-variants-opened.pdp-showing-additional-colorways:not(.pdp-tab-opened):not(.carousel-product-swatch-pdp) div#productInfo {
      transform: translateY(calc(100% - 285px))!important;
  }
  
  .pdp-showing-additional-colorways.pdp-variants-opened:not(.carousel-product-swatch-pdp):not(.pdp-tab-opened) .plus-minus-swatch,
  .pdp-showing-additional-colorways:not(.carousel-product-swatch-pdp):not(.pdp-variants-opened) .plus-minus-swatch {
    transform: translateY(49px) !important;
  }
  
  .pdp-showing-additional-colorways.pdp-variants-opened .pdp-family-products-swatch-bar.large-product-swatch-bar:not(.carousel-product-swatch-bar)+.frame-reviews-section {
    transform: translateY(-2px)!important;
  }
  
    /*
    body.waitlist-focused #mediaGallery .product__media-list {
      height: calc(100vh - 245px);
    }
  
    body.waitlist-focused:not(.pdp-tab-opened) #productInfo {
      transform: translateY(calc(100% - 210px));
    }
  
    body.waitlist-focused:not(.pdp-tab-opened) .product-back-in-stock.product-shop-back-in-stock {
      transform: translateY(-20px);
    }
  
    body.waitlist-focused.pdp-tab-opened .product-back-in-stock.product-shop-back-in-stock {
      padding-bottom: 30px;
    }
    */
  
    .pdp-showing-additional-colorways.carousel-product-swatch-pdp #mediaGallery .carousel-track-wrapper {
      transform: translateY(-100px) !important;
  }
  
  .pdp-variants-opened.pdp-showing-additional-colorways.carousel-product-swatch-pdp:not(.pdp-tab-opened) #mediaGallery .carousel-track-wrapper {
    transform: translateY(-140px)!important;
  }
  }
  
  body:not(.large-product-family-pdp) .plus-minus-swatch {
    opacity:0 !Important;
  }
  
  @media (min-width:991px) {
    .pdp-family-products-swatch-bar.large-product-swatch-bar {
      min-height: 88px;
    }
  }
  
  @media (min-width:1230px) {
    .pdp-family-products-swatch-bar.large-product-swatch-bar[data-family-products-count="9"] {
      min-height: auto;
    }
  }
  
  @media (max-width:990px) {
  
  
    body:not(.pdp-tab-opened):not(.scrolling-on-images).pdp-showing-additional-colorways #productInfo.nudge-bottom-sheet {
      transform: translateY(calc(100% - 240px));
    }
  
    body:not(.pdp-tab-opened):not(.scrolling-on-images).pdp-showing-additional-colorways.carousel-product-swatch-pdp #productInfo.nudge-bottom-sheet {
      transform: translateY(calc(100% - 280px));
    }
  
  
    .krw--mobile-only.fera-wrapper.product-soldout-label.show-sold-out-label {
      top: -44px;
  }
  
    .just-updated-swatch-bar .pdp-family-swatch:nth-child(n+8) {
      opacity:0 !important;
    }
  
    .pdp-variants-opened:not(.pdp-tab-opened) #mediaGallery .product__media-list {
      height: calc(100dvh - 200px);
    }
  
    .pdp-showing-additional-colorways.pdp-variants-opened #mediaGallery .product__media-list {
      height: calc(100dvh - 255px);
    }
  
    .pdp-showing-additional-colorways.carousel-product-swatch-pdp.pdp-variants-opened #mediaGallery .product__media-list {
      height: calc(100dvh - 305px);
    }
  
    .pdp-showing-additional-colorways.carousel-product-swatch-pdp:not(.pdp-variants-opened) #mediaGallery .product__media-list {
      height: calc(100dvh - 265px);
    }
  
    .x-people-viewing-hidden {
      opacity:0;
      pointer-events: none;
    }

    .fera-wrapper[data-fera-container="382876"] {
      transition: transform 500ms ease !important;
    }
  
    .krw--mobile-only.fera-wrapper[data-fera-container="382876"] {
      top: -48px;
      left: -5px;
  }
  
  }
  
  
  
  @media (max-width:990px) {
  
    .pdp-tab-opened.optical-addon-selected .fixed-atc-bar {
      transform: translateY(-15px);
    }
      
    .payment-options-message {
      text-indent: -9999px;
    }
  
    .pdp-tab-opened.optical-addon-selected p.afterpay-paragraph {
      transform: translateY(-57px);
      z-index: 4;
    }
  
    .pdp-tab-opened.optical-addon-selected .payment-options-message {
      transform: translateY(-60px);
    }
  
  }
  
  @media (min-width:991px) {
    .optical-addon-selected form#buyItNow {
      max-height: 0px;
    }
  
    body:not(.showing-waitlist-bar) .desktop-atc,
    body:not(.showing-waitlist-bar) .fixed-atc-bar {
      transition: all 500ms ease;
    }
  
    #buyItNow {
      transition: max-height 500ms ease !important;
      max-height:60px;
    }
  
    body.optical-addon-selected:not(.showing-waitlist-bar) .desktop-atc,
    body.optical-addon-selected:not(.showing-waitlist-bar) .fixed-atc-bar {
      min-height:60px;
    }
  
  
    body.optical-addon-selected .product-variants-wrapper+.product-form #AddToCart {
      margin-bottom:0px;
    }
  
    .keyboard-focus .product-variants-list button:focus-visible {
      border-color: black;
    }
  
    .frame-active button {
      pointer-events: none;
    }
  }
  
  @media (min-width:375px) and (max-width:400px) {
    .pdp-family-products-swatch-bar:not(.large-product-swatch-bar) {
      padding-bottom: 9px!important;
  }
  }
  
  @media (max-width:990px) {
    .mobile-navbar-inner-inner,
    .mini-cart-body, .nav-sticky-footer-block .footer-countries,
    h3.footer-nav-list-open+.footer-block__details-content.footer-countries {
      -webkit-overflow-scrolling: touch;
    }
  }
  
  @media (min-width:545px) and (max-width: 990px) {
    body.large-product-family-pdp:not(.pdp-tab-opened):not(.pdp-variants-opened) div#productInfo {
        transform: translateY(calc(100dvh - 198px)) !important;
    }
  
    .pdp-variants-opened:not(.showing-waitlist-bar):not(.large-product-family-pdp) div#productInfo {
      transform: translateY(calc(100% - 235px)) !important;
    }
  
    .pdp-showing-additional-colorways.carousel-product-swatch-pdp:not(.pdp-variants-opened) #mediaGallery .product__media-list {
      height: calc(100dvh - 195px) !important;
    }
  
    .pdp-showing-additional-colorways.carousel-product-swatch-pdp.pdp-variants-opened:not(.pdp-tab-opened) #productInfo {
      transform: translateY(calc(100% - 244px)) !important;
    }
  
    .pdp-showing-additional-colorways.carousel-product-swatch-pdp.pdp-variants-opened #mediaGallery .product__media-list {
      height: calc(100dvh - 245px) !important;
    }
  
    .large-product-family-pdp.pdp-variants-opened:not(.carousel-product-swatch-pdp):not(.pdp-tab-opened) #productInfo {
      transform: translateY(calc(100% - 244px)) !important;
    }
  
    body.pdp-variants-opened:not(.pdp-tab-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar+.frame-reviews-section {
      transform: translateY(0px) !important;
    }
  
    body.large-product-family-pdp:not(.pdp-tab-opened):not(.pdp-variants-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar+.frame-reviews-section {
      transform: translateY(0px) !important;
    }
  
  }
  
  @media (max-width:430px) and (min-width:401px) {

    .final-sale-item.pdp-variants-opened:not(.pdp-tab-opened):not(.pdp-showing-additional-colorways) div#productInfo {
      transform: translateY(calc(100% - 257px));
  }

  
    .pdp-showing-additional-colorways .pdp-family-products-swatch-bar.large-product-swatch-bar:not(.carousel-product-swatch-bar)+.frame-reviews-section {
      transform: translateY(-6px)!important;
    }

    body.three-row-product:not(.pdp-tab-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar + .frame-reviews-section {
      transform: translateY(-96px);
  }

  body.three-row-product.four-row-product:not(.pdp-tab-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar + .frame-reviews-section {
    transform: translateY(-101px);
}

  body.three-row-product.template-products-st-louis:not(.pdp-tab-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar + .frame-reviews-section {
    transform: translateY(-248px) !important;
}



  body:not(.pdp-tab-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar+.frame-reviews-section {
    transform: translateY(-53px);
  }

  .final-sale-item.carousel-product-swatch-pdp.pdp-showing-additional-colorways:not(.pdp-tab-opened):not(.pdp-variants-opened):not(.three-row-product):not(.four-row-product) .pdp-family-products-swatch-bar.large-product-swatch-bar+.frame-reviews-section {
    transform: translateY(45px)!important;
}

.carousel-product-swatch-pdp.pdp-showing-additional-colorways:not(.pdp-tab-opened):not(.final-sale-item):not(.three-row-product):not(.four-row-product) .pdp-family-products-swatch-bar.large-product-swatch-bar + .frame-reviews-section {
  transform: translateY(48px) !important;
}

  
  
  }
  
  @media (max-width:375px) {

    body:not(.pdp-tab-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar+.frame-reviews-section {
      transform: translateY(-46px);
    }

    .pdp-showing-additional-colorways.carousel-product-swatch-pdp.final-sale-item.three-row-product.pdp-variants-opened:not(.pdp-tab-opened) #productInfo {
      transform: translateY(calc(100% - 351px));
  }
    
    .plus-minus-swatch {
      width: 39px;
      height: 39px;
      top:26px;
    }
  

  
    .three-row-product.carousel-product-swatch-pdp .pdp-family-products-swatch-bar.large-product-swatch-bar+.frame-reviews-section {
      transform: translateY(-84px)!important;
  }

  .three-row-product.carousel-product-swatch-pdp.pdp-showing-additional-colorways.final-sale-item:not(.pdp-tab-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar + .frame-reviews-section {
    transform: translateY(4px) !important;
}

.carousel-product-swatch-pdp.pdp-showing-additional-colorways.final-sale-pdp:not(.pdp-tab-opened):not(.three-row-product):not(.four-row-product) .pdp-family-products-swatch-bar.large-product-swatch-bar+.frame-reviews-section {
  transform: translateY(41px)!important;
}
  
  
  .carousel-product-swatch-pdp.pdp-showing-additional-colorways .plus-minus-swatch {
    transform: translateY(86px);
  }
  
    .pdp-showing-additional-colorways .plus-minus-swatch {
      transform: translateY(43px);
    }
  
    .pdp-showing-additional-colorways:not(.pdp-tab-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar:not(.carousel-product-swatch-bar)+.frame-reviews-section {
      transform: translateY(-3px)!important;
    }
  
    .pdp-family-title {
      letter-spacing: .2rem;
      font-size: 1.4rem;
    }

    .pdp-tag img {
      width: auto;
      height: 11.5px;
      top: 0px !important;
  }
  }
  
  
  
  #AddToCart:focus {
    background-color: var(--color-add-to-bag-hover);
    color: var(--color-add-to-bag-text-hover);
    border-color: var(--color-add-to-bag-hover);
  }
  
  @media (max-width:990px) {
    .popup-zoom img {
      max-width: 200vw;
      height: auto;
  }
  
  .template-product-family-custom-krewe-tote #mediaGallery .product__media-list {
    overflow:hidden !important;
  }
  }
  
  @media (min-width:991px) {
    .pdp-main-carousel {
      position: sticky !important;
    }
  
    .spdp-main-carousel {
      position: sticky !important;
      top: 0; /* Set an initial value */
      transition: top 0.2s ease;
    }
    
    .spdp-main-carousel[data-top="0"] {
      transition: none; /* Disable transition when top is 0 */
    }
  
  }
  
  @media (min-width:991px) {
    .model-label-trigger.hidden-model-face-shape-label {
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: calc(100% - 20px);
      white-space: nowrap;
    }
  }
  
  .template-product-family-custom-krewe-tote .accordion-wrapper-design-notes,
  .template-product-family-oversized-polishing-scarf .accordion-wrapper-design-notes {
    display: block !important;
  }
  
  .template-product-family-custom-krewe-tote .color-background-1.gradient.pdp-power-reviews-wrapper {
    display: none;
  }
  
  @media (min-width:991px) {
    .template-product-family-custom-krewe-tote .recently-viewed h2.product-recommendations__heading {
      margin-top: 0;
    }
  }
  
  .template-product-family-custom-krewe-tote .pdp-main-carousel .carousel-track-wrapper {
    display:none !important
  }
  
  a.breadcrumb-item.collection-refinement-pillar[title="custom krewe tote"]:first-child+.breadcrumb-delimiter {
    display: none;
  }
  
  @media (max-width:990px) {
    .pdp-tab-opened .frame-case-options-wrapper+.product-form #AddToCart, .pdp-tab-opened .frame-case-options-wrapper+.product-form #AddToCart {
      width: 100% !important;
    }
  
    .pdp-frame-case.pdp-variants-opened:not(.pdp-tab-opened) #mediaGallery .product__media-list {
      height: calc(100dvh - 180px);
    }
  
      .pdp-frame-case.pdp-variants-opened.template-product #mediaGallery .carousel-track-wrapper {
        transform: translateY(-50px)!important;
    }
  
    .regular-size-options.frame-case-variants-wrapper {
      display: block !important;
    }
  
    .regular-size-options.frame-case-variants-wrapper h3 {
      padding-top: 0px !important;
    }
  
    .pdp-frame-case .accordion-design-notes ul li:first-child {
      padding-top: 0px !important;
    }
  
    .pdp-frame-case .accordion-design-notes .accordion__content-inner {
      margin-top: -2px;
    }
  
    .pdp-frame-case .accordion-design-notes li.longer-text {
      padding-top: 10px !important;
    }
  
    .pdp-frame-case .product-variants-wrapper.normal-option-selectors.lens-option-hidden.size-option-hidden+.collection-description {
      margin-top: -5px !important;
    }
  
  }
  
  @media (min-width:991px) {
    .pdp-frame-case .frame-reviews-section {
      margin-top:5px;
    }
  }
  
  @media (min-width:450px) and (max-width:767px) {
    .pdp-family-products-swatch-bar-scroll .pdp-family-swatch.pdp-family-swatch-product {
      flex: 0 0 calc(10.5% - 2.5px)
    }
  
    .plus-minus-swatch {
      width: 10.5%!important;
      height: 43px!important;
  }
  
  
  .pdp-family-products-swatch-bar-scroll .pdp-family-swatch.pdp-family-swatch-product:nth-child(8n) {
    margin-right:5px;
  }
  
  .pdp-family-products-swatch-bar-scroll .pdp-family-swatch.pdp-family-swatch-product:nth-child(9n) {
    margin-right: 0;
  }
  }
  
  @media (max-width:990px) {
    .pdp-main-carousel {
      top: 0px !important;
  
    }
  
  }
  .keyboard-focus .pdp-family-swatch button:focus-visible img {
    border-color: black !important;
  }
  
  
  
  .keyboard-focus .lens--readers--options li button:focus-visible {
    border-color: black;
  }
  
  .keyboard-focus.template-krewe-gift-card .product-shop-size-option-value:focus-visible {
    border-color: #000;
  }
  
  
  .tag-popup-trigger {
    padding-left: 0px;
  }
  
  .keyboard-focus button.tag-popup-trigger:focus-visible .triggers-popup {
    outline: 0.2rem solid rgba(var(--color-foreground),.5);
    outline-offset: 0rem;
    box-shadow: none;
  }
  
  .keyboard-focus .popup-close:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground),.5);
    outline-offset: 0.2rem;
    box-shadow: none;
  }
  
  .keyboard-focus .popup-top.pe-popup-info a:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground),.5);
    outline-offset: 0.2rem;
    box-shadow: none;
  }
  
  .keyboard-focus .afterpay-link:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground),.5);
    outline-offset: 0rem;
    box-shadow: none;
  }
  
  @media (max-width:1260px) and (min-width:991px) {
    .template-krewe-gift-card .pdp-main-carousel,
    .template-summer-tote-2023 .pdp-main-carousel {
      top: 90px !important;
    }
  }
  
  @media (max-width:430px) and (min-width:325px) {
    body.pdp-variants-opened:not(.pdp-tab-opened):not(.scrolling-on-images) #productInfo.nudge-bottom-sheet {
      transform: translateY(calc(100% - 255px)) !important;
    }
  }
  
  @media (max-width:325px) {
    .plus-minus-swatch {
      width: 30px;
      height: 29px;
      top: 28px;
      font-size: 1rem;
    }
  
    .pdp-variants-opened:not(.showing-waitlist-bar) div#productInfo {
      transform: translateY(calc(100% - 223px));
  }
  
    body:not(.pdp-tab-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar.carousel-product-swatch-bar+.frame-reviews-section {
      transform: translateY(-69px)!important;
    }
  
    .plus-minus-swatch span {
      font-size: 1.1rem;
    }
  
    #productInfo {
      transform: translateY(calc(100% - 178px));
    }
  
    .pdp-showing-additional-colorways.carousel-product-swatch-pdp:not(.pdp-tab-opened) #productInfo {
      transform: translateY(calc(100% - 251px));
    }
  
    body:not(.pdp-tab-opened).carousel-product-swatch-pdp.pdp-showing-additional-colorways .plus-minus-swatch {
      transform: translateY(69px);
    }
  
    .pdp-showing-additional-colorways.carousel-product-swatch-pdp:not(.pdp-variants-opened) #mediaGallery .product__media-list {
      height: calc(100dvh - 245px);
    }
  
    .template-product #mediaGallery .carousel-track-wrapper {
      bottom: 200px;
    }
  
    button.active-variant, .product-variants li button {
      font-size: 1.1rem!important;
    }
  
    body:not(.pdp-tab-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar+.frame-reviews-section {
      transform: translateY(-40px)!important;
    }
  
    .pdp-showing-additional-colorways:not(.carousel-product-swatch-pdp) .plus-minus-swatch {
      transform: translateY(35px);
    }
  
    .pdp-showing-additional-colorways.carousel-product-swatch-pdp.pdp-variants-opened:not(.pdp-tab-opened) #productInfo {
      transform: translateY(calc(100% - 300px));
    }
  
    .pdp-showing-additional-colorways.carousel-product-swatch-pdp.pdp-variants-opened #mediaGallery .product__media-list {
      height: calc(100dvh - 285px);
    }
  
    
  
  
  }
  
  @media (max-width:375px) {
    .AddToCart-text {
      font-size: 1.1rem;
    }
  }
  
  .sr-only {
    position: absolute;
    display: block;
    cursor: text;
    margin: -1px 0 0 -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    font-weight: normal;
    font-size: 15px;
    line-height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    outline: 0;
  }
  
  @media (min-width:991px) {
    img.zoomImg {
      max-width: 175% !important;
      height: auto !important;
    }
  }
  
  
  @media (min-width:991px) {
  
    .banana-default-stock-msg {
      background-image: url(fera-heart.png);
      width: 10px;
      height: 10px;
      overflow: hidden;
      text-indent: -9995px;
      background-size: 100%;
      font-size: 0px;
      display: block;
      background-position: center center;
      position: relative;
      top: 0px;
      margin-right: 1px;
      background-repeat: no-repeat;
    }
  
    .sale-item .banana-default-stock-msg {
      background-image: url(heart-fera.svg);
  }
  
  
  }
  
  .tag-popup-trigger {
    cursor: pointer;
  }
  
  
  @media (min-width:431px) and (max-width:450px) {
  
    .pdp-showing-additional-colorways .pdp-family-products-swatch-bar.large-product-swatch-bar:not( .carousel-product-swatch-bar ) + .frame-reviews-section {
      transform: translateY(-3px) !important;
    }
  
    .pdp-showing-additional-colorways.pdp-variants-opened .pdp-family-products-swatch-bar.large-product-swatch-bar:not(.carousel-product-swatch-bar)+.frame-reviews-section {
      transform: translateY(-3px)!important;
  }
  
  
  
  
    .pdp-family-products-swatch-bar.large-product-swatch-bar + .frame-reviews-section {
      transform: translateY(-53px) !important;
  }
  
    .carousel-product-swatch-pdp.pdp-showing-additional-colorways:not(.pdp-tab-opened) .plus-minus-swatch {
        transform: translateY(102px);
    }
  
    .pdp-showing-additional-colorways.pdp-variants-opened:not(.carousel-product-swatch-pdp):not(.pdp-tab-opened) .plus-minus-swatch, .pdp-showing-additional-colorways:not(.carousel-product-swatch-pdp):not(.pdp-variants-opened) .plus-minus-swatch {
      transform: translateY(50px) !important;
    }
  
  
  
    .carousel-product-swatch-pdp:not(.pdp-tab-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar + .frame-reviews-section {
      transform: translateY(-99px) !important;
  }
  
  
    #productInfo {
      transform: translateY(calc(100% - 192px));
    }
  
    .pdp-showing-additional-colorways.carousel-product-swatch-pdp:not(.pdp-tab-opened):not(.pdp-variants-opened) #productInfo {
      transform: translateY(calc(100% - 292px)) !important;
    }
  
    .pdp-variants-opened.pdp-showing-additional-colorways:not(.pdp-tab-opened) div#productInfo {
      transform: translateY(calc(100% - 336px)) !important;
    }
  
    .pdp-showing-additional-colorways:not(.pdp-tab-opened):not(.carousel-product-swatch-pdp) #productInfo {
      transform: translateY(calc(100% - 240px));
    }
  
    .pdp-variants-opened:not(.showing-waitlist-bar):not(.pdp-showing-additional-colorways) div#productInfo {
      transform: translateY(calc(100% - 185px - 53px));
    }
  
   
  
  }
  
  @media (max-width:990px) {
    .product-variants-wrapper.size-option-hidden:not(.lens-option-hidden) .show-variant-options:not(.hide-option):not(.has-options-opened):not(.show-optical-options) {
      transition: transform 0s, opacity 0s;
    }
  
    .product-variants-wrapper.lens-option-hidden:not(.size-option-hidden) .show-variant-options:not(.hide-option):not(.show-optical-options) {
      transition: transform 0s, opacity 0s;
    }
  
   
  }
  
  @keyframes nudgeReaders {
    0% { transform: translateX(0); }
    20% { transform: translateX(-3px); }
    50% { transform: translateX(3px); }
    100% { transform: translateX(0); }
  }
  
  .nudge-readers .readers-variant-li{
    animation: nudgeReaders 100ms ease-in-out 3;
  }
  
  @media (max-width:990px) {
    .pdp-tab-opened .pdp-message-carousel-wrapper {
      opacity:1 !important;
    }
  }
  
  button[data-variant-name="Blue Light Readers"] em {
      font-style: normal;
      color: #5d8eb8;
      margin-left: 2px;
  }
  
  button[data-variant-name="Blue Light Readers"] .power-selected:not(:empty)+em {
    margin-left: 4px;
  }
  
  .message-heading em:after {
      content: "\2022";
      font-family: Arial;
      position: relative;
      top: -1px;
      left: 0px;
      font-size: 9px;
      color: black;
      margin-left: 2px;
      margin-right: 7px;
  }
  
  @media (max-width:990px) {
    span.message-heading em:after {
      margin-left: 1px;
      margin-right: 5px;
    }
  }
  
  @media (max-width:990px) {
  
    body:not(.pdp-tab-opened):not(.pdp-variants-opened):not(.scrolling-on-images) .nudge-bottom-sheet+.fixed-atc-bar .sticky-option-selectors:not(.lens-option-hidden.size-option-hidden):not(.lens-option-hidden):not(.size-option-hidden) .product-variants-list:first-child {
      opacity: 1;
      transform: translateY(-72px);
    }
  
    body:not(.pdp-tab-opened):not(.pdp-variants-opened):not(.scrolling-on-images) .nudge-bottom-sheet+.fixed-atc-bar .sticky-option-selectors.size-option-hidden:not(.lens-option-hidden.size-option-hidden) .product-variants-list:nth-of-type(2) {
      opacity: 1;
      transform: translateY(-72px);
    }
  
    body:not(.pdp-tab-opened):not(.pdp-variants-opened):not(.scrolling-on-images) .nudge-bottom-sheet+.fixed-atc-bar .sticky-option-selectors.lens-option-hidden:not(.lens-option-hidden.size-option-hidden) .product-variants-list:nth-of-type(1) {
      opacity: 1;
      transform: translateY(-72px);
    }
  
    body:not(.scrolling-on-images) .nudge-bottom-sheet .collection-description {
      opacity:1
    }
  
  
    body:not(.pdp-tab-opened):not(.scrolling-on-images).pdp-showing-additional-colorways #productInfo.nudge-bottom-sheet {
      transform: translateY(calc(100% - 255px));
    }
  
    body:not(.pdp-tab-opened) .collection-descriptions {
      transition: opacity 1s ease 0s
    }
  
    body:not(.pdp-tab-opened) .nudge-bottom-sheet .collection-descriptions {
      transition: opacity .2s ease;
    }
  
  
    body.pdp-variants-opened:not(.pdp-tab-opened):not(.scrolling-on-images) .nudge-bottom-sheet+.fixed-atc-bar .sticky-option-selectors ul.show-variants {
      transform: translateY(-117px);
    }
  
    body.pdp-variants-opened:not(.pdp-tab-opened):not(.scrolling-on-images) .nudge-bottom-sheet+.fixed-atc-bar .sticky-option-selectors.single-option-product ul.show-variants {
      transform: translateY(-117px);
    }
  
  
    body:not(.pdp-tab-opened):not(.already-opened-tab) .normal-option-selectors.lens-option-hidden.size-option-hidden+.collection-description {
      position: absolute;
      top: 89px;
      opacity: 1;
      transition: none !important;
    }
  
    body:not(.pdp-tab-opened):not(.already-opened-tab) .normal-option-selectors.lens-option-hidden.size-option-hidden+.pdp-inventory-final+.collection-description {
      position:absolute;
      top: 114px;
      opacity: 1;
      transition: none !important;
    }
  
    #productInfo[data-closing] .collection-description {
      opacity:0 !important
    }
  
    body.pdp-showing-additional-colorways:not(.pdp-tab-opened):not(.already-opened-tab) .normal-option-selectors.lens-option-hidden.size-option-hidden+.collection-description {
      top: 139px;
    }
  
    body.pdp-showing-additional-colorways.carousel-product-swatch-pdp:not(.pdp-tab-opened):not(.already-opened-tab) .normal-option-selectors.lens-option-hidden.size-option-hidden+.collection-description {
      top: 192px;
    }
  
    .frame-reviews-section .pr-snippet-stars.pr-snippet-stars-png {
      position: relative;
      top: -0.05rem;
    }
  
    .model-name-underline {
      position:relative;
    }
    
    .model-name-underline:after {
      height: 1px;
      background-color: #999;
      content: '';
      width: 100%;
      position: absolute;
      left: 0px;
      bottom: 0px;
    }
  
  }
  
  
  @media (max-width:400px) and (min-width:375px) {
    body.pdp-variants-opened.pdp-showing-additional-colorways:not(.pdp-tab-opened):not(.scrolling-on-images) #productInfo.nudge-bottom-sheet {
      transform: translateY(calc(100% - 300px))!important;
    }
  
   
  
  
  }
  
  
  
  @media (max-width:990px) {
    body:not(.pdp-tab-opened) .pdp-message-carousel-wrapper {
      opacity: 0;
    }
  
    .product-variants-wrapper.sticky-option-selectors.show-case-options .product-dropdown {
      width: 89px !important;
      opacity:1 !important
    }
    
    body:not(.pdp-tab-opened) .product-variants-wrapper.lens-option-hidden.show-case-options+.product-form button#AddToCart, 
    body:not(.pdp-tab-opened) .product-variants-wrapper.size-option-hidden.show-case-options+.product-form button#AddToCart {
      width: calc(100% - 89px);
    }
  
    .product-variants-wrapper.sticky-option-selectors.lens-option-hidden.size-option-hidden.show-case-options button.show-variant-options {
      transform: translate(-178px)!important;
  }
  }
  
  .tag-based-popup-trigger {
    cursor: pointer;
    padding: 0px;
  }
  
  .pdp-tag a span {
    border-bottom: none;
    display: block;
    line-height: 1.2rem;
  }
  
  
  .show-variant-options[data-option-name="case"],
  .product-variants-list[data-option-name="case"] em {
    font-style:normal
  }
  
  .product-variants-list[data-option-name="case"] em {
    color: var(--color-add-to-bag-sale);
  }
  
  .show-variant-options[data-option-name=case] span {
    margin-left:-2px;
  }
  
  button.standard-variant.available-variant.all-available-variant:not(.active-variant) em {
    display: none;
  }
  .frame-case-learn-more-wrapper {
      display: flex !important;
      align-items: end;
      justify-content: end;
      line-height: 1.1;
  }
  
  .frame-case-learn-more {
      font-weight: 300;
      letter-spacing: .05rem;
      padding-top: 0;
      font-size: 1.25rem;
      line-height:1.2;
      border-bottom:1px solid;
  }
  
  .product-variants-list[data-option-name=case] em {
    margin-left: 1px;
  }
  
  
  .normal-option-selectors:not(.show-case-options) .regular-case-options  {
    display:none;
  }
  
  #popup_af96f291-97e5-41dd-b352-ada6eefbe2d7 h3 {
    margin:0
  }
  
  @media (max-width:990px) {
  
    #popup_af96f291-97e5-41dd-b352-ada6eefbe2d7 p:last-child {
      margin-bottom:0
    }
  
    #popup_af96f291-97e5-41dd-b352-ada6eefbe2d7 .popup-top.pe-popup-info {
      padding-bottom:30px !important;
    }
  
    .pdp-message.pdp-inventory-exchange.show-pdp-message {
      margin-top: 11px;
      padding-bottom: 0px;
      margin-bottom: -10px;
    }
  
    .regular-case-options.hide-option,
    .regular-case-options {
      margin-bottom: 20px !important;
    }
  
    .size-option-hidden:not(.lens-option-hidden).show-case-options .show-variant-options[data-option-name="case"] {
      transform: translate(-89px)!important;
    }
  
    .product-variants-wrapper.sticky-option-selectors.size-option-hidden.show-case-options:not(.lens-option-hidden) .product-dropdown {
      width: 178px !important;
    }
  
    body:not(.pdp-tab-opened) .product-variants-wrapper.size-option-hidden.show-case-options:not(.lens-option-hidden)+.product-form button#AddToCart {
      width: calc(100% - 178px);
    }
  
  }
  
  @media (min-width:991px) {
    .pdp-family-products-swatch-bar.large-product-swatch-bar[data-family-products-count="10"] {
      min-height: 47px;
  }
  }
  
  
  @media (max-width:990px) {
    .regular-case-options {
      margin-bottom: 10px !important;
  }
  }
  
  .template-product .sale-ticker-wrapper {
    position: fixed;
    top: 90px;
    z-index: 2;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: var(--color-add-to-bag-sale);
    transition: all .6s ease;
    font-weight:300;
    letter-spacing: .1rem;
  }
  
  .pdp-breadcrumbs+.sale-ticker-wrapper {
    top: 115px!important;
  }
  
  .hide-announcement-bar .sale-ticker-wrapper {
    transform: translateY(-33px);
  }
  
  .pdp-tab-opened .sale-ticker-wrapper {
    transform: translateY(-33px);
    opacity:0;
  }
  
  .product__media-item .sale-ticker {
    overflow: hidden;
    width: calc(100% - 40px)!important;
    left: 20px;
    padding: 0 15px;
    overflow: hidden;
    font-style: normal;
    position: absolute;
    top: 15px;
    z-index: 2;
    font-weight: 400;
    font-size: 1.1rem;
    letter-spacing: .09rem;
    text-transform: uppercase!important;
    height: 16px;
    color: var(--color-add-to-bag-sale);
  }
  
  .pdp-message.pdp-inventory-final {
    width:100%;
  }
  
  @media (max-width:990px) {
  
    .banana-sentence {
      text-align: left;
  
    }
    .final-sale-item:not(.pdp-tab-opened) div#productInfo {
      transform: translateY(calc(100% - 213px));
    }
  
    .final-sale-item:not(.pdp-tab-opened) div#productInfo.nudge-bottom-sheet {
      transform: translateY(calc(100% - 224px));
    }
  
    body.final-sale-item:not(.pdp-tab-opened) .normal-option-selectors.lens-option-hidden.size-option-hidden+.pdp-inventory-final+.collection-description {
      top:120px;
    }
  
    body:not(.pdp-tab-opened) .pdp-message.pdp-inventory-final {
      position: absolute;
      top: 94px;
      z-index:3;
  
    }
  
    .final-sale-item.pdp-variants-opened:not(.pdp-tab-opened) div#productInfo {
      transform: translateY(calc(100% - 260px));
    }
  
    .pdp-message.pdp-inventory-final {
      width: 100%;
      transition: transform .5s ease;
    }
  
    .carousel-product-swatch-pdp.pdp-showing-additional-colorways:not(.pdp-tab-opened) .pdp-message.pdp-inventory-final {
      transform: translateY(92px);
    }
  
    .carousel-product-swatch-pdp.pdp-showing-additional-colorways.final-sale-pdp:not(.pdp-tab-opened):not(.three-row-product):not(.four-row-product) .pdp-family-products-swatch-bar.large-product-swatch-bar+.frame-reviews-section {
      transform: translateY(41px)!important;
  }

  

  
  .pdp-showing-additional-colorways.carousel-product-swatch-pdp.final-sale-item:not(.pdp-tab-opened) #productInfo {
    transform: translateY(calc(100% - 303px));
  }

  .pdp-showing-additional-colorways.carousel-product-swatch-pdp.final-sale-item.pdp-variants-opened:not(.pdp-tab-opened) #productInfo {
    transform: translateY(calc(100% - 353px));
  }
  .carousel-product-swatch-pdp.pdp-showing-additional-colorways.final-sale-pdp:not(.pdp-tab-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar+.frame-reviews-section {
    transform: translateY(0px)!important;
  }

  
  .final-sale-item.large-product-family-pdp.pdp-showing-additional-colorways:not(.carousel-product-swatch-pdp):not(.pdp-tab-opened) div#productInfo {
    transform: translateY(calc(100% - 255px));
  }
  
  .pdp-showing-additional-colorways:not(.pdp-tab-opened):not(.carousel-product-swatch-pdp) .pdp-message.pdp-inventory-final {
    transform: translateY(45px);
  }

  .three-row-product.carousel-product-swatch-pdp.pdp-showing-additional-colorways:not(.pdp-tab-opened):not(.final-sale-item) .pdp-family-products-swatch-bar.large-product-swatch-bar + .frame-reviews-section {
    transform: translateY(1px) !important;
  }

  .three-row-product.four-row-product.carousel-product-swatch-pdp.pdp-showing-additional-colorways:not(.pdp-tab-opened):not(.final-sale-item) .pdp-family-products-swatch-bar.large-product-swatch-bar + .frame-reviews-section {
    transform: translateY(42px) !important;
  }

}
  
/* iPhone 11 Pro Max */
@media (min-width: 414px) and (max-width: 500px) {

  body.four-row-product.pdp-variants-opened:not(.pdp-tab-opened):not(.pdp-showing-additional-colorways) .pdp-family-products-swatch-bar.large-product-swatch-bar + .frame-reviews-section {
    transform: translateY(-101px);
}

  .four-row-product.carousel-product-swatch-pdp.pdp-showing-additional-colorways .plus-minus-swatch {
    transform: translateY(147px);
  }

  .three-row-product.four-row-product.carousel-product-swatch-pdp.pdp-showing-additional-colorways:not(.pdp-tab-opened):not(.final-sale-item) .pdp-family-products-swatch-bar.large-product-swatch-bar + .frame-reviews-section {
    transform: translateY(44px) !important;
  }

    .final-sale-item:not(.pdp-tab-opened) div#productInfo {
      transform: translateY(calc(100% - 211px));
    }


    body.final-sale-item:not(.pdp-tab-opened) .pdp-message.pdp-inventory-final {
      top: 95px !important;
    }



    

    .pdp-showing-additional-colorways.carousel-product-swatch-pdp.final-sale-item:not(.pdp-tab-opened):not(.pdp-variants-opened) #productInfo {
      transform: translateY(calc(100% - 310px)) !important;
    }


    .final-sale-item.carousel-product-swatch-pdp.pdp-showing-additional-colorways:not(.pdp-tab-opened) .pdp-message.pdp-inventory-final {
    transform: translateY(98px);
    }

    .final-sale-item.carousel-product-swatch-pdp.pdp-showing-additional-colorways:not(.pdp-tab-opened):not(.pdp-variants-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar+.frame-reviews-section {
      transform: translateY(0px)!important;
    }

    .pdp-variants-opened.pdp-showing-additional-colorways.final-sale-item.pdp-variants-opened:not(.pdp-tab-opened) div#productInfo {
      transform: translateY(calc(100% - 354px)) !important;
      }

    
  
}

@media (max-width:400px) and (min-width:376px) {
  .three-row-product.pdp-showing-additional-colorways.carousel-product-swatch-pdp.pdp-variants-opened.final-sale-item:not(.pdp-tab-opened) #productInfo {
    transform: translateY(calc(100% - 352px));
  }

  .three-row-product.carousel-product-swatch-pdp.pdp-showing-additional-colorways.final-sale-item:not(.pdp-tab-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar + .frame-reviews-section {
    transform: translateY(1px) !important;
}

.carousel-product-swatch-pdp.pdp-showing-additional-colorways.final-sale-pdp:not(.pdp-tab-opened):not(.three-row-product):not(.four-row-product) .pdp-family-products-swatch-bar.large-product-swatch-bar+.frame-reviews-section {
  transform: translateY(41px)!important;
}


}

  @media (max-width:990px) {
    .template-product.final-sale-item #mediaGallery .carousel-track-wrapper {
      bottom: 223px;
    }
  }

  #preview-bar-iframe {
    display:none !important;
  }
  @media (max-width:414px) and (min-width:400px) {

    .carousel-product-swatch-pdp.pdp-showing-additional-colorways.final-sale-pdp.pdp-variants-opened:not(.three-row-product):not(.four-row-product):not(.pdp-tab-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar+.frame-reviews-section {
      transform: translateY(46px)!important;
  }
  }
  @media (max-width:430px) and (min-width:415px) {

    .four-row-product.carousel-product-swatch-pdp.pdp-showing-additional-colorways .plus-minus-swatch {
      transform: translateY(151px);
  }

    .four-row-product.pdp-showing-additional-colorways.carousel-product-swatch-pdp:not(.pdp-variants-opened):not(.pdp-tab-opened) #productInfo {
      transform: translateY(calc(100% - 338px)) !important;
  }

  .four-row-product.pdp-showing-additional-colorways.carousel-product-swatch-pdp.pdp-variants-opened:not(.pdp-tab-opened) #productInfo {
    transform: translateY(calc(100% - 381px)) !important;
}

    body.three-row-product.four-row-product:not(.pdp-tab-opened):not(.pdp-variants-opened):not(.pdp-showing-additional-colorways) .pdp-family-products-swatch-bar.large-product-swatch-bar + .frame-reviews-section {
      transform: translateY(-104px);
  }

    body.four-row-product.pdp-variants-opened:not(.pdp-tab-opened):not(.pdp-showing-additional-colorways) .pdp-family-products-swatch-bar.large-product-swatch-bar + .frame-reviews-section {
      transform: translateY(-105px);
  }

    body.three-row-product:not(.pdp-tab-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar + .frame-reviews-section {
      transform: translateY(-100px);
      }

    

      .carousel-product-swatch-pdp.pdp-showing-additional-colorways .plus-minus-swatch, .pdp-showing-additional-colorways .plus-minus-swatch {
        transform: translateY(101px);
    }

    .carousel-product-swatch-pdp.pdp-showing-additional-colorways.final-sale-pdp.pdp-variants-opened:not(.three-row-product):not(.four-row-product):not(.pdp-tab-opened) .pdp-family-products-swatch-bar.large-product-swatch-bar+.frame-reviews-section {
      transform: translateY(44px)!important;
  }

  

  }


  #productInfo .key-features-carousel .overflow-scroll-item,
#productInfo .model-carousel .overflow-scroll-item,
#productInfo .pdp--availability-wrapper .pdp--location {
  transition: transform 1200ms ease;
  transform:translateX(0px) !important;
}

#productInfo .nudge-key-features .overflow-scroll-item,
#productInfo .nudge-model-carousel .overflow-scroll-item,
#productInfo .nudge-stores-carousel .pdp--location {
  transform:translateX(-50px) !important;
}

.final-sale-popup p:empty {
  display: block !important;
  margin-bottom: 0px !important;
  height: 15px;
}

.gwp-popup-1 .popup-top.pe-popup-info h2 {
  font-size: 3.2rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

.gwp-popup-1.pe-popup:not(.lens-popup):not(.access-popup) .popup-top.pe-popup-info {
  padding: 70px 20px;
}

.gwp-popup-1.popup-theme-standard_mobile_overlay .popup-top.pe-popup-info p {
  margin: 0 auto 15px;
}

.gwp-popup-1 .popup-top.pe-popup-info h3 {
  margin-bottom: 8px;
  font-size: 1.6rem;
}

@media (max-width:990px) {
  .gwp-popup-1 .popup-top.pe-popup-info h2 {
    font-size: 2.8rem;
  }

  .gwp-popup-1 .popup-top.pe-popup-info h3 {
    margin-bottom: 5px;
  }
}

@media (min-width:991px) {

  .product__media-video-wrapper {
    pointer-events:none;
  } 

}