/** Shopify CDN: Minification failed

Line 2432:4 Expected identifier but found "*"
Line 2772:4 Expected identifier but found "*"
Line 7602:2 Unexpected "/"
Line 12935:4 Expected identifier but found "*"
Line 12949:4 Expected identifier but found "*"

**/
@charset "UTF-8";
/*! ============================================================================
  Broadcast Theme | (c) Invisible Themes
============================================================================== */
/* ============================================================================
  This file is included for advanced development by
  Shopify Agencies.  Modified versions of the theme
  code are not supported by Shopify or Groupthought.

  In order to use this file you will need to change
  theme.css to theme.dev.css in /templates/theme.liquid
============================================================================== */
/*================ TOOLS ================*/
/**
 * Mixins
 */
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ REM Function https://github.com/pierreburel/sass-rem MIT License ================*/
/*================ VARIABLES ================*/
/* ============================================================================
  #Colors

  --STATIC vars have uppercase letters
  --dynamic vars have lowercase letters

  A static var is set in theme settings and doesn't change in any context
  A dynamic var is context dependent and can be overwritten by its wrapper

  This file is primarily concerned with setting the values of dynamic color
  variables depending on which container the text or background is inside.
============================================================================== */
:root {
    --bg: var(--COLOR-BG);
    --bg-accent: var(--COLOR-BG-SECONDARY);
    --text-dark: var(--COLOR-TEXT-DARK);
    --text: var(--COLOR-TEXT);
    --text-light: var(--COLOR-TEXT-LIGHT);
    --text-a35: var(--COLOR-A35);
    --text-a70: var(--COLOR-A70);
    --text-a75: var(--COLOR-A75);
    --text-black: #000;
    --text-white: #fff;
    --link: var(--COLOR-LINK);
    --link-hover: var(--COLOR-PRIMARY);
    --border: var(--COLOR-BORDER);
    --hairline: var(--COLOR-BORDER-HAIRLINE);
    --sale-bg: var(--COLOR-SALE-BG);
    --sale-text: var(--COLOR-SALE-TEXT);
    --sale-text-secondary: var(--COLOR-SALE-TEXT-SECONDARY);
    --contrast: #000;
    --primary: var(--COLOR-PRIMARY);
    --primary-hover: var(--COLOR-PRIMARY-HOVER);
    --primary-fade: var(--COLOR-PRIMARY-FADE);
    --primary-light: var(--COLOR-PRIMARY-LIGHT);
    --primary-opposite: var(--COLOR-PRIMARY-OPPOSITE);
    --secondary: var(--COLOR-SECONDARY);
    --secondary-hover: var(--COLOR-SECONDARY-HOVER);
    --secondary-fade: var(--COLOR-SECONDARY-FADE);
    --success: #56AD6A;
    --error: var(--COLOR-ERROR);
    --error-bg: var(--COLOR-ERROR-BG);
    --header-overlay-color: transparent;
}

.palette--contrast {
    --text: #000;
    --text-light: #000;
    --text-dark: #000;
    --bg: #FFF;
}

.palette--primary {
    --text: var(--COLOR-PRIMARY);
    --text-light: var(--COLOR-PRIMARY);
    --text-dark: var(--COLOR-PRIMARY);
    --bg: var(--COLOR-PRIMARY-OPPOSITE);
}

.palette--secondary {
    --text: var(--COLOR-SECONDARY);
    --text-light: var(--COLOR-SECONDARY);
    --text-dark: var(--COLOR-SECONDARY);
    --bg: var(--COLOR-SECONDARY-OPPOSITE);
}

.palette--contrast--dark {
    --text: #FFF;
    --text-light: #FFF;
    --text-dark: #F7F7F7;
    --bg: #000;
}

/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Sizing Variables ================*/
/*================ VENDOR ================*/
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.is-initialized .flickity-viewport {
    transition: height 0.3s;
}

.flickity-slider {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    touch-action: pan-y;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

/* .flickity-slider .swiper-slide {
  min-height: 454px;
} */

.flickity-slider > .flickity-cell {
    position: absolute;
}

/* -- Fixes slide effects with iOS 13+ -- */
.flickity-viewport {
    touch-action: pan-y;
}

.flickity-cell {
    position: absolute;
    left: 0;
}

/* draggable */
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
    position: absolute;
    border: none;
    background: none;
    color: inherit;
}

.flickity-button-hide .flickity-button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.flickity-button:hover {
    cursor: pointer;
}

.flickity-button:focus {
    outline: none;
}

.flickity-button:active {
    opacity: 1;
}

.flickity-button:disabled {
    opacity: 0;
    cursor: auto;
    visibility: hidden;
    /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
    --icon-size: 14px;
    --btn-size: 14px;
    top: 50%;
    width: var(--btn-size);
    height: var(--btn-size);
    padding: 0;
    border-radius: var(--RADIUS);
    /* vertically center */
    margin-top: calc(var(--btn-size) / -2);
}

.homepage-slideshow[data-slideshow-custom] .flickity-prev-next-button {
    --icon-size: 28px;
    --btn-size: 28px;
    width: var(--btn-size);
    height: var(--btn-size);
    border-radius: 0;
}


@media only screen and (max-width: 749px) {
    .homepage-slideshow:not([data-slideshow-custom]) .flickity-prev-next-button {
        display: none;
    }
}

.flickity-prev-next-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: -60px;
    z-index: -1;
    width: calc(100% + 120px);
    height: 100%;
    opacity: 1;
    transform: translate3d(-100%, 0, 0) skew(30deg);
    transition: transform 0.5s cubic-bezier(0.33, 0, 0, 1);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.homepage-slideshow:not([data-slideshow-custom]) {

    @media (hover: hover) {
        .flickity-prev-next-button {
            opacity: 0;
            transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, visibility 0.2s;
        }

        .flickity-prev-next-button.previous {
            transform: translateX(-100%);
        }

        .flickity-prev-next-button.next {
            transform: translateX(100%);
        }

        .flickity-prev-next-button:hover:after {
            transform: translateZ(0);
        }

        .flickity-enabled:hover .flickity-prev-next-button.previous:not(:disabled),
        .flickity-enabled:hover .flickity-prev-next-button.next:not(:disabled),
        .is-focused .flickity-prev-next-button.previous:not(:disabled):focus,
        .is-focused .flickity-prev-next-button.next:not(:disabled):focus {
            opacity: 1;
            transform: translateZ(0);
        }
    }
}

.flickity-prev-next-button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: var(--icon-size);
    height: var(--icon-size);
    background-color: #000;
    -webkit-mask-size: auto;
    mask-size: auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    max-width: 100%;
    max-height: 100%;
}

.flickity-prev-next-button {
    overflow: hidden;
}

.homepage-slideshow[data-slideshow-custom] .flickity-prev-next-button:before {
    background-color: #FFF;
}


.flickity-prev-next-button.previous:before {
    -webkit-mask-image: var(--ICON-ARROW-RIGHT-CART);
    mask-image: var(--ICON-ARROW-RIGHT-CART);
    transform: rotate(180deg);
}

.flickity-prev-next-button.next:before {
    -webkit-mask-image: var(--ICON-ARROW-RIGHT-CART);
    mask-image: var(--ICON-ARROW-RIGHT-CART);
}

.homepage-slideshow[data-slideshow-custom] .flickity-prev-next-button.previous:before {
    -webkit-mask-image: var(--ICON-ARROW-CUSTOM-SLIDESHOW);
    mask-image: var(--ICON-ARROW-CUSTOM-SLIDESHOW);
    transform: rotate(180deg);
}

.homepage-slideshow[data-slideshow-custom] .flickity-prev-next-button.next:before {
    -webkit-mask-image: var(--ICON-ARROW-CUSTOM-SLIDESHOW);
    mask-image: var(--ICON-ARROW-CUSTOM-SLIDESHOW);
}


.flickity-button-icon {
    display: none;
}

.flickity-prev-next-button.previous {
    left: 14px;
}

.flickity-button-offset .flickity-prev-next-button.previous {
    left: calc(var(--outer) + 5px);
}

.flickity-prev-next-button.next {
    right: 16px;
}

.flickity-button-offset .flickity-prev-next-button.next {
    right: calc(var(--outer) + 5px);
}

.is-focused .flickity-prev-next-button {
    transition: opacity 0.2s ease-in-out;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 0;
}
.flickity-button-offset .flickity-rtl .flickity-prev-next-button.previous {
    right: 50px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 0;
}
.flickity-button-offset .flickity-rtl .flickity-prev-next-button.next {
    left: 50px;
}

/* ---- page dots ---- */
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    line-height: 1;
    display: flex;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dot {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 5px;
    border: 1px solid var(--text);
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    text-indent: -100%;
    font-style: normal;
    overflow: hidden;
    cursor: pointer;
}

.flickity-page-dot:first-child {
    margin-left: 0;
}

.flickity-page-dot:last-child {
    margin-right: 0;
}

.flickity-page-dot:only-child {
    display: none;
}

.flickity-page-dot.is-selected {
    background: var(--text);
}

[data-dots=line] .flickity-page-dot {
    width: 40px;
    height: 2px;
    border-radius: initial;
    opacity: 0.25;
    background: currentColor;
}

[data-dots=line] .flickity-page-dot.is-selected {
    opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
    pointer-events: none;
    z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
    pointer-events: auto;
    z-index: 1;
}

/* Flickity Resize */
.flickity-resize .flickity-slider > * {
    min-height: 100%;
}

/* Flickty overwrite */
.is-fade .flickity-cell {
    opacity: 0 !important;
    transition: opacity 0.8s ease;
}

.is-fade .flickity-cell.is-selected {
    opacity: 1 !important;
}

@media only screen and (min-width: 750px) {
    [data-slider]:not([data-slider-fullwidth]):not(.flickity-enabled) {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
        /* for Internet Explorer, Edge */
    }
    [data-slider]:not([data-slider-fullwidth]):not(.flickity-enabled)::-webkit-scrollbar {
        display: none;
        /* for Chrome, Safari, and Opera */
    }

    .product-grid-outer [data-slider]:not([data-slider-fullwidth]):not(.flickity-enabled) {
        --outer-offset: calc(var(--outer) * -1);
        padding-left: var(--outer);
        padding-right: var(--outer);
        margin-left: var(--outer-offset);
        margin-right: var(--outer-offset);
    }
}
.aos-initialized [data-aos][data-aos][data-aos-duration="50"], .aos-initialized body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="50"], .aos-initialized body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="50"].aos-animate, .aos-initialized body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="100"], .aos-initialized body[data-aos-duration="100"] [data-aos] {
    transition-duration: 0.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="100"], .aos-initialized body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="100"].aos-animate, .aos-initialized body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: 0.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="150"], .aos-initialized body[data-aos-duration="150"] [data-aos] {
    transition-duration: 0.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="150"], .aos-initialized body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="150"].aos-animate, .aos-initialized body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: 0.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="200"], .aos-initialized body[data-aos-duration="200"] [data-aos] {
    transition-duration: 0.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="200"], .aos-initialized body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="200"].aos-animate, .aos-initialized body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: 0.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="250"], .aos-initialized body[data-aos-duration="250"] [data-aos] {
    transition-duration: 0.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="250"], .aos-initialized body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="250"].aos-animate, .aos-initialized body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: 0.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="300"], .aos-initialized body[data-aos-duration="300"] [data-aos] {
    transition-duration: 0.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="300"], .aos-initialized body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="300"].aos-animate, .aos-initialized body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: 0.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="350"], .aos-initialized body[data-aos-duration="350"] [data-aos] {
    transition-duration: 0.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="350"], .aos-initialized body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="350"].aos-animate, .aos-initialized body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: 0.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="400"], .aos-initialized body[data-aos-duration="400"] [data-aos] {
    transition-duration: 0.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="400"], .aos-initialized body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="400"].aos-animate, .aos-initialized body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: 0.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="450"], .aos-initialized body[data-aos-duration="450"] [data-aos] {
    transition-duration: 0.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="450"], .aos-initialized body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="450"].aos-animate, .aos-initialized body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: 0.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="500"], .aos-initialized body[data-aos-duration="500"] [data-aos] {
    transition-duration: 0.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="500"], .aos-initialized body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="500"].aos-animate, .aos-initialized body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: 0.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="550"], .aos-initialized body[data-aos-duration="550"] [data-aos] {
    transition-duration: 0.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="550"], .aos-initialized body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="550"].aos-animate, .aos-initialized body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: 0.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="600"], .aos-initialized body[data-aos-duration="600"] [data-aos] {
    transition-duration: 0.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="600"], .aos-initialized body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="600"].aos-animate, .aos-initialized body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: 0.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="650"], .aos-initialized body[data-aos-duration="650"] [data-aos] {
    transition-duration: 0.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="650"], .aos-initialized body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="650"].aos-animate, .aos-initialized body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: 0.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="700"], .aos-initialized body[data-aos-duration="700"] [data-aos] {
    transition-duration: 0.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="700"], .aos-initialized body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="700"].aos-animate, .aos-initialized body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: 0.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="750"], .aos-initialized body[data-aos-duration="750"] [data-aos] {
    transition-duration: 0.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="750"], .aos-initialized body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="750"].aos-animate, .aos-initialized body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: 0.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="800"], .aos-initialized body[data-aos-duration="800"] [data-aos] {
    transition-duration: 0.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="800"], .aos-initialized body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="800"].aos-animate, .aos-initialized body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: 0.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="850"], .aos-initialized body[data-aos-duration="850"] [data-aos] {
    transition-duration: 0.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="850"], .aos-initialized body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="850"].aos-animate, .aos-initialized body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: 0.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="900"], .aos-initialized body[data-aos-duration="900"] [data-aos] {
    transition-duration: 0.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="900"], .aos-initialized body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="900"].aos-animate, .aos-initialized body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: 0.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="950"], .aos-initialized body[data-aos-duration="950"] [data-aos] {
    transition-duration: 0.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="950"], .aos-initialized body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="950"].aos-animate, .aos-initialized body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: 0.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1000"], .aos-initialized body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1000"], .aos-initialized body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1000"].aos-animate, .aos-initialized body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1050"], .aos-initialized body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1050"], .aos-initialized body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1050"].aos-animate, .aos-initialized body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1100"], .aos-initialized body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1100"], .aos-initialized body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1100"].aos-animate, .aos-initialized body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1150"], .aos-initialized body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1150"], .aos-initialized body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1150"].aos-animate, .aos-initialized body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1200"], .aos-initialized body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1200"], .aos-initialized body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1200"].aos-animate, .aos-initialized body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1250"], .aos-initialized body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1250"], .aos-initialized body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1250"].aos-animate, .aos-initialized body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1300"], .aos-initialized body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1300"], .aos-initialized body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1300"].aos-animate, .aos-initialized body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1350"], .aos-initialized body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1350"], .aos-initialized body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1350"].aos-animate, .aos-initialized body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1400"], .aos-initialized body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1400"], .aos-initialized body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1400"].aos-animate, .aos-initialized body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1450"], .aos-initialized body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1450"], .aos-initialized body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1450"].aos-animate, .aos-initialized body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1500"], .aos-initialized body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1500"], .aos-initialized body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1500"].aos-animate, .aos-initialized body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1550"], .aos-initialized body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1550"], .aos-initialized body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1550"].aos-animate, .aos-initialized body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1600"], .aos-initialized body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1600"], .aos-initialized body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1600"].aos-animate, .aos-initialized body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1650"], .aos-initialized body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1650"], .aos-initialized body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1650"].aos-animate, .aos-initialized body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1700"], .aos-initialized body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1700"], .aos-initialized body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1700"].aos-animate, .aos-initialized body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1750"], .aos-initialized body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1750"], .aos-initialized body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1750"].aos-animate, .aos-initialized body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1800"], .aos-initialized body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1800"], .aos-initialized body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1800"].aos-animate, .aos-initialized body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1850"], .aos-initialized body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1850"], .aos-initialized body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1850"].aos-animate, .aos-initialized body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1900"], .aos-initialized body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1900"], .aos-initialized body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1900"].aos-animate, .aos-initialized body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="1950"], .aos-initialized body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1950"], .aos-initialized body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="1950"].aos-animate, .aos-initialized body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2000"], .aos-initialized body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2000"], .aos-initialized body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2000"].aos-animate, .aos-initialized body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2050"], .aos-initialized body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2050"], .aos-initialized body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2050"].aos-animate, .aos-initialized body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2100"], .aos-initialized body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2100"], .aos-initialized body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2100"].aos-animate, .aos-initialized body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2150"], .aos-initialized body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2150"], .aos-initialized body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2150"].aos-animate, .aos-initialized body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2200"], .aos-initialized body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2200"], .aos-initialized body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2200"].aos-animate, .aos-initialized body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2250"], .aos-initialized body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2250"], .aos-initialized body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2250"].aos-animate, .aos-initialized body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2300"], .aos-initialized body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2300"], .aos-initialized body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2300"].aos-animate, .aos-initialized body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2350"], .aos-initialized body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2350"], .aos-initialized body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2350"].aos-animate, .aos-initialized body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2400"], .aos-initialized body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2400"], .aos-initialized body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2400"].aos-animate, .aos-initialized body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2450"], .aos-initialized body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2450"], .aos-initialized body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2450"].aos-animate, .aos-initialized body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2500"], .aos-initialized body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2500"], .aos-initialized body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2500"].aos-animate, .aos-initialized body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2550"], .aos-initialized body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2550"], .aos-initialized body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2550"].aos-animate, .aos-initialized body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2600"], .aos-initialized body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2600"], .aos-initialized body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2600"].aos-animate, .aos-initialized body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2650"], .aos-initialized body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2650"], .aos-initialized body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2650"].aos-animate, .aos-initialized body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2700"], .aos-initialized body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2700"], .aos-initialized body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2700"].aos-animate, .aos-initialized body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2750"], .aos-initialized body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2750"], .aos-initialized body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2750"].aos-animate, .aos-initialized body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2800"], .aos-initialized body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2800"], .aos-initialized body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2800"].aos-animate, .aos-initialized body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2850"], .aos-initialized body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2850"], .aos-initialized body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2850"].aos-animate, .aos-initialized body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2900"], .aos-initialized body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2900"], .aos-initialized body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2900"].aos-animate, .aos-initialized body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="2950"], .aos-initialized body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2950"], .aos-initialized body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="2950"].aos-animate, .aos-initialized body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s;
}
.aos-initialized [data-aos][data-aos][data-aos-duration="3000"], .aos-initialized body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="3000"], .aos-initialized body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0s;
}
.aos-initialized [data-aos][data-aos][data-aos-delay="3000"].aos-animate, .aos-initialized body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s;
}
.aos-initialized [data-aos][data-aos][data-aos-easing=linear], .aos-initialized body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease], .aos-initialized body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in], .aos-initialized body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in;
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out], .aos-initialized body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out;
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out], .aos-initialized body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out;
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-back], .aos-initialized body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-back], .aos-initialized body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-back], .aos-initialized body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-sine], .aos-initialized body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-sine], .aos-initialized body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-sine], .aos-initialized body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-quad], .aos-initialized body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-quad], .aos-initialized body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-quad], .aos-initialized body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-cubic], .aos-initialized body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-cubic], .aos-initialized body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-cubic], .aos-initialized body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-quart], .aos-initialized body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-out-quart], .aos-initialized body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aos-initialized [data-aos][data-aos][data-aos-easing=ease-in-out-quart], .aos-initialized body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.aos-initialized [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
}
.aos-initialized [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
.aos-initialized [data-aos=fade-up] {
    transform: translateY(50px);
}
.aos-initialized [data-aos=fade-down] {
    transform: translateY(-50px);
}
.aos-initialized [data-aos=fade-right] {
    transform: translate(-50px);
}
.aos-initialized [data-aos=fade-left] {
    transform: translate(50px);
}
.aos-initialized [data-aos=fade-up-right] {
    transform: translate(-50px, 50px);
}
.aos-initialized [data-aos=fade-up-left] {
    transform: translate(50px, 50px);
}
.aos-initialized [data-aos=fade-down-right] {
    transform: translate(-50px, -50px);
}
.aos-initialized [data-aos=fade-down-left] {
    transform: translate(50px, -50px);
}
.aos-initialized [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
}
.aos-initialized [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
}
.aos-initialized [data-aos=zoom-in] {
    transform: scale(0.6);
}
.aos-initialized [data-aos=zoom-in-up] {
    transform: translateY(50px) scale(0.6);
}
.aos-initialized [data-aos=zoom-in-down] {
    transform: translateY(-50px) scale(0.6);
}
.aos-initialized [data-aos=zoom-in-right] {
    transform: translate(-50px) scale(0.6);
}
.aos-initialized [data-aos=zoom-in-left] {
    transform: translate(50px) scale(0.6);
}
.aos-initialized [data-aos=zoom-out] {
    transform: scale(1.2);
}
.aos-initialized [data-aos=zoom-out-up] {
    transform: translateY(50px) scale(1.2);
}
.aos-initialized [data-aos=zoom-out-down] {
    transform: translateY(-50px) scale(1.2);
}
.aos-initialized [data-aos=zoom-out-right] {
    transform: translate(-50px) scale(1.2);
}
.aos-initialized [data-aos=zoom-out-left] {
    transform: translate(50px) scale(1.2);
}
.aos-initialized [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
}
.aos-initialized [data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0);
}
.aos-initialized [data-aos=slide-up] {
    transform: translateY(100%);
}
.aos-initialized [data-aos=slide-down] {
    transform: translateY(-100%);
}
.aos-initialized [data-aos=slide-right] {
    transform: translateX(-100%);
}
.aos-initialized [data-aos=slide-left] {
    transform: translateX(100%);
}
.aos-initialized [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform;
}
.aos-initialized [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
}
.aos-initialized [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
}
.aos-initialized [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
}
.aos-initialized [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
}
.aos-initialized [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
}
.aos-initialized [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
}
.aos-initialized [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
}
.aos-initialized [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
}
.aos-initialized [data-aos=img-in] {
    opacity: 0;
    transform: scale(1.06);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
}
.aos-initialized [data-aos=img-in].lazy-image.is-loading {
    opacity: 1;
}
.aos-initialized [data-aos=img-in].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
.aos-initialized [data-aos=fade] {
    opacity: 0;
    transition-property: opacity;
}
.aos-initialized [data-aos=fade].aos-animate {
    opacity: 1;
}
.aos-initialized [data-aos=svg-dash] path {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
}
.no-js .aos-initialized [data-aos=svg-dash] path {
    stroke-dashoffset: 0;
}
.aos-initialized [data-aos=svg-dash].aos-animate path {
    animation: dash 1.5s linear forwards 1;
}
.aos-initialized [data-aos][data-aos][data-aos-order="1"] {
    animation-delay: 0ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="2"] {
    animation-delay: 150ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="3"] {
    animation-delay: 300ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="4"] {
    animation-delay: 450ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="5"] {
    animation-delay: 600ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="6"] {
    animation-delay: 750ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="7"] {
    animation-delay: 900ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="8"] {
    animation-delay: 1050ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="9"] {
    animation-delay: 1200ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="10"] {
    animation-delay: 1350ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="11"] {
    animation-delay: 1500ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="12"] {
    animation-delay: 1650ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="13"] {
    animation-delay: 1800ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="14"] {
    animation-delay: 1950ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="15"] {
    animation-delay: 2100ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="16"] {
    animation-delay: 2250ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="17"] {
    animation-delay: 2400ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="18"] {
    animation-delay: 2550ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="19"] {
    animation-delay: 2700ms;
}
.aos-initialized [data-aos][data-aos][data-aos-order="20"] {
    animation-delay: 2850ms;
}
.aos-initialized [data-aos=hero] {
    opacity: 0;
    will-change: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}
.no-js .aos-initialized [data-aos=hero] {
    opacity: 1;
}
.aos-initialized [data-aos=hero].aos-animate {
    animation-name: heroFade;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.aos-initialized .aos-no-transition {
    transition: none !important;
}
.aos-initialized [data-fades-in] {
    opacity: 0;
}

@keyframes heroFade {
    from {
        opacity: 0;
        transform: translate3d(0, 15px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes dash {
    from {
        stroke-dashoffset: 100;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media only screen and (max-width: 749px) {
    html.iframe [data-aos]:not([data-aos=hero]) {
        opacity: 1 !important;
        transform: none !important;
    }
}

/*===== Custom theme animations =====*/
.aos-initialized [data-animation-delay] {
    animation-delay: calc(0ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="50"] {
    animation-delay: calc(50ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="100"] {
    animation-delay: calc(100ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="150"] {
    animation-delay: calc(150ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="200"] {
    animation-delay: calc(200ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="250"] {
    animation-delay: calc(250ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="300"] {
    animation-delay: calc(300ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="350"] {
    animation-delay: calc(350ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="400"] {
    animation-delay: calc(400ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="450"] {
    animation-delay: calc(450ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="500"] {
    animation-delay: calc(500ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="550"] {
    animation-delay: calc(550ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="600"] {
    animation-delay: calc(600ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="650"] {
    animation-delay: calc(650ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="700"] {
    animation-delay: calc(700ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="750"] {
    animation-delay: calc(750ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="800"] {
    animation-delay: calc(800ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="850"] {
    animation-delay: calc(850ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="900"] {
    animation-delay: calc(900ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="950"] {
    animation-delay: calc(950ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1000"] {
    animation-delay: calc(1000ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1050"] {
    animation-delay: calc(1050ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1100"] {
    animation-delay: calc(1100ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1150"] {
    animation-delay: calc(1150ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1200"] {
    animation-delay: calc(1200ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1250"] {
    animation-delay: calc(1250ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1300"] {
    animation-delay: calc(1300ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1350"] {
    animation-delay: calc(1350ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1400"] {
    animation-delay: calc(1400ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1450"] {
    animation-delay: calc(1450ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-delay="1500"] {
    animation-delay: calc(1500ms + var(--base-animation-delay));
}
.aos-initialized [data-animation-duration] {
    animation-duration: 500ms;
}
.aos-initialized [data-animation-duration="100"] {
    animation-duration: 100ms;
}
.aos-initialized [data-animation-duration="200"] {
    animation-duration: 200ms;
}
.aos-initialized [data-animation-duration="300"] {
    animation-duration: 300ms;
}
.aos-initialized [data-animation-duration="400"] {
    animation-duration: 400ms;
}
.aos-initialized [data-animation-duration="500"] {
    animation-duration: 500ms;
}
.aos-initialized [data-animation-duration="600"] {
    animation-duration: 600ms;
}
.aos-initialized [data-animation-duration="700"] {
    animation-duration: 700ms;
}
.aos-initialized [data-animation-duration="800"] {
    animation-duration: 800ms;
}
.aos-initialized [data-animation-duration="900"] {
    animation-duration: 900ms;
}
.aos-initialized [data-animation-duration="1000"] {
    animation-duration: 1000ms;
}
.aos-initialized [data-animation-duration="1100"] {
    animation-duration: 1100ms;
}
.aos-initialized [data-animation-duration="1200"] {
    animation-duration: 1200ms;
}
.aos-initialized [data-animation-duration="1300"] {
    animation-duration: 1300ms;
}
.aos-initialized [data-animation-duration="1400"] {
    animation-duration: 1400ms;
}
.aos-initialized [data-animation-duration="1500"] {
    animation-duration: 1500ms;
}
.aos-initialized .is-updated [data-animation-delay] {
    animation-delay: 0ms;
}
.aos-initialized .is-updated [data-animation-delay="50"] {
    animation-delay: 50ms;
}
.aos-initialized .is-updated [data-animation-delay="100"] {
    animation-delay: 100ms;
}
.aos-initialized .is-updated [data-animation-delay="150"] {
    animation-delay: 150ms;
}
.aos-initialized .is-updated [data-animation-delay="200"] {
    animation-delay: 200ms;
}
.aos-initialized .is-updated [data-animation-delay="250"] {
    animation-delay: 250ms;
}
.aos-initialized .is-updated [data-animation-delay="300"] {
    animation-delay: 300ms;
}
.aos-initialized .is-updated [data-animation-delay="350"] {
    animation-delay: 350ms;
}
.aos-initialized .is-updated [data-animation-delay="400"] {
    animation-delay: 400ms;
}
.aos-initialized .is-updated [data-animation-delay="450"] {
    animation-delay: 450ms;
}
.aos-initialized .is-updated [data-animation-delay="500"] {
    animation-delay: 500ms;
}
.aos-initialized .is-updated [data-animation-delay="550"] {
    animation-delay: 550ms;
}
.aos-initialized .is-updated [data-animation-delay="600"] {
    animation-delay: 600ms;
}
.aos-initialized .is-updated [data-animation-delay="650"] {
    animation-delay: 650ms;
}
.aos-initialized .is-updated [data-animation-delay="700"] {
    animation-delay: 700ms;
}
.aos-initialized .is-updated [data-animation-delay="750"] {
    animation-delay: 750ms;
}
.aos-initialized .is-updated [data-animation-delay="800"] {
    animation-delay: 800ms;
}
.aos-initialized .is-updated [data-animation-delay="850"] {
    animation-delay: 850ms;
}
.aos-initialized .is-updated [data-animation-delay="900"] {
    animation-delay: 900ms;
}
.aos-initialized .is-updated [data-animation-delay="950"] {
    animation-delay: 950ms;
}
.aos-initialized .is-updated [data-animation-delay="1000"] {
    animation-delay: 1000ms;
}
.aos-initialized .is-updated [data-animation-delay="1050"] {
    animation-delay: 1050ms;
}
.aos-initialized .is-updated [data-animation-delay="1100"] {
    animation-delay: 1100ms;
}
.aos-initialized .is-updated [data-animation-delay="1150"] {
    animation-delay: 1150ms;
}
.aos-initialized .is-updated [data-animation-delay="1200"] {
    animation-delay: 1200ms;
}
.aos-initialized .is-updated [data-animation-delay="1250"] {
    animation-delay: 1250ms;
}
.aos-initialized .is-updated [data-animation-delay="1300"] {
    animation-delay: 1300ms;
}
.aos-initialized .is-updated [data-animation-delay="1350"] {
    animation-delay: 1350ms;
}
.aos-initialized .is-updated [data-animation-delay="1400"] {
    animation-delay: 1400ms;
}
.aos-initialized .is-updated [data-animation-delay="1450"] {
    animation-delay: 1450ms;
}
.aos-initialized .is-updated [data-animation-delay="1500"] {
    animation-delay: 1500ms;
}
.aos-initialized [data-animation=drawer-images-fade] {
    opacity: 0;
    will-change: transform, opacity;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.aos-initialized [data-animation=drawer-images-fade].is-animated {
    animation-name: cartDrawerItemsFadeIn;
}
.aos-initialized [data-animation=drawer-images-fade].is-hiding {
    animation-name: cartDrawerItemsFadeOut;
}
.aos-initialized [data-animation=drawer-items-fade],
.aos-initialized .cart-drawer [data-animation=cart-items-fade] {
    will-change: transform, opacity;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.aos-initialized [data-animation=drawer-items-fade].is-animated {
    animation-name: cartDrawerItemsFadeInLeft;
}
/* Disable animations ONLY for cart-drawer */
.aos-initialized .cart-drawer [data-animation=cart-items-fade].is-animated {
    animation: none !important;
}
.aos-initialized [data-animation=drawer-items-fade].is-hiding {
    animation-name: cartDrawerItemsFadeOutRight;
}
/* Disable animations ONLY for cart-drawer */
.aos-initialized .cart-drawer [data-animation=cart-items-fade].is-hiding {
    animation: none !important;
}
.aos-initialized [data-animation=drawer-items-fade].is-removed {
    animation-name: cartItemRemoved;
    animation-delay: 0s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}
/* Disable animations ONLY for cart-drawer */
.aos-initialized .cart-drawer [data-animation=cart-items-fade].is-removed {
    animation: none !important;
}
@media only screen and (max-width: 749px) {
    .aos-initialized .product-quick-add [data-animation=drawer-items-fade] {
        opacity: 0;
        animation-fill-mode: both;
    }
    .aos-initialized .product-quick-add [data-animation=drawer-items-fade].is-animated {
        animation-name: cartDrawerItemsFadeIn;
    }
    .aos-initialized .product-quick-add [data-animation=drawer-items-fade].is-hiding {
        animation-name: cartDrawerItemsFadeOut;
        animation-delay: 0s;
    }
}
.aos-initialized .cart [data-animation=cart-items-fade] {
    will-change: transform, opacity;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.aos-initialized .cart [data-animation=cart-items-fade].is-animated {
    animation-name: cartItemsFadeIn;
}
.aos-initialized .cart [data-animation=cart-items-fade].is-removed {
    animation-name: cartItemRemoved;
    animation-delay: 0s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}
.aos-initialized [data-animation].is-hidden,
.aos-initialized [data-animation].is-hidden.is-animated {
    animation-name: slideUp;
    animation-fill-mode: forwards;
    animation-delay: 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.aos-initialized .drawer--animated [data-animation=drawer-items-fade] {
    animation-name: cartDrawerItemsFadeInRight;
}
.aos-initialized .drawer--animated [data-sliderule-pane="0"] [data-animates="0"],
.aos-initialized .drawer--animated [data-sliderule-pane="1"] [data-animates="1"],
.aos-initialized .drawer--animated [data-sliderule-pane="2"] [data-animates="2"] {
    animation-name: cartDrawerItemsFadeInRight;
}
.aos-initialized .drawer--animated [data-sliderule-pane="0"] [data-animates="1"],
.aos-initialized .drawer--animated [data-sliderule-pane="0"] [data-animates="2"],
.aos-initialized .drawer--animated [data-sliderule-pane="1"] [data-animates="2"] {
    animation-name: cartDrawerItemsFadeOutRight;
}
.aos-initialized .drawer--animated [data-animation=drawer-items-fade].is-hiding {
    --base-animation-delay: -0.2s;
    animation-name: cartDrawerItemsFadeOutRight;
    animation-duration: 0.25s;
    animation-fill-mode: both;
}
.aos-initialized .drawer--animated [data-animation=drawer-items-fade].is-hidden {
    transition: none;
    animation: none;
    opacity: 0;
    visibility: hidden;
}

@keyframes cartDrawerItemsFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes cartDrawerItemsFadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes cartDrawerItemsFadeInLeft {
    from {
        opacity: 0;
        transform: translateX(15px);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes cartDrawerItemsFadeOutLeft {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-15px);
    }
}
@keyframes cartDrawerItemsFadeInRight {
    from {
        opacity: 0;
        transform: translateX(-15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes cartDrawerItemsFadeOutRight {
    from {
        opacity: 1;
        transform: translateZ(0);
    }
    to {
        opacity: 0;
        transform: translateX(15px);
    }
}
@keyframes cartItemsFadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes cartItemRemoved {
    0% {
        opacity: 1;
        max-height: 300px;
    }
    100% {
        opacity: 0;
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}
@keyframes slideUp {
    from {
        opacity: 1;
        max-height: 1000px;
    }
    to {
        opacity: 0;
        max-height: 0px;
    }
}
@keyframes imageFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes imageFadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.shopify-model-viewer-ui {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.shopify-model-viewer-ui model-viewer {
    transform: translateZ(0);
    z-index: 1;
}

.shopify-model-viewer-ui model-viewer.shopify-model-viewer-ui__disabled {
    pointer-events: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen model-viewer {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--exit-fullscreen {
    display: block;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--enter-fullscreen {
    display: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--desktop:hover .shopify-model-viewer-ui__controls-area, .shopify-model-viewer-ui.shopify-model-viewer-ui--desktop.shopify-model-viewer-ui--child-focused .shopify-model-viewer-ui__controls-area {
    opacity: 1;
}

.shopify-model-viewer-ui:not(.shopify-model-viewer-ui--desktop) .shopify-model-viewer-ui__controls-area {
    display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
    display: flex;
    flex-direction: column;
    background: #FFF;
    opacity: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    transition: opacity 0.1s linear;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:focus-within {
    opacity: 1;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:not(.shopify-model-viewer-ui__controls-area--playing) {
    display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
    color: #3A3A3A;
    border-radius: 0;
    border: none;
    margin: 0px;
    cursor: pointer;
}

body:not(.is-focused) .shopify-model-viewer-ui .shopify-model-viewer-ui__button:not(.focus-visible) {
    outline: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
    padding: 0px;
    height: 44px;
    width: 44px;
    background: transparent;
    position: relative;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
    color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
    color: rgba(0, 0, 0, 0.55);
    background: rgba(0, 0, 0, 0.05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
    position: absolute;
    content: "";
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 28px;
    bottom: 0px;
    right: 8px;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon {
    width: 44px;
    height: 44px;
    fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
    background: #FFF;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.05);
    top: 50%;
    left: 50%;
    padding: 0;
    transform: translate3d(-50%, -50%, 0);
    height: 62px;
    width: 62px;
    z-index: 1;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
    color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__poster-control-icon {
    width: 60px;
    height: 60px;
    z-index: 1;
    fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--exit-fullscreen {
    display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--enter-fullscreen {
    display: block;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__spritesheet {
    display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    touch-action: none;
    z-index: 1000;
    -webkit-text-size-adjust: 100%;
    /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
    -webkit-backface-visibility: hidden;
    outline: none;
}

.pswp * {
    box-sizing: border-box;
}

.pswp img, .pswp video {
    max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
    /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
    opacity: 0.001;
    will-change: opacity;
    /* for open/close transition */
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    /* autoprefixer: off */
    cursor: zoom-in;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: var(--ICON-ZOOM-IN), zoom-in;
}

.pswp--zoomed-in .pswp__img {
    /* autoprefixer: off */
    cursor: zoom-out;
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: var(--ICON-ZOOM-OUT), zoom-out;
}

.pswp--dragging .pswp__img {
    /* autoprefixer: off */
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    transform-origin: left top;
    /* for open/close transition */
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
    will-change: opacity;
    /* for open/close transition */
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
    background: #222;
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: calc(0.875rem * var(--FONT-ADJUST-BODY));
    line-height: 16px;
    margin-top: -8px;
    color: #CCC;
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline;
}

/*================ GLOBAL ================*/
/**
 * Reset
 */
html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

ins {
    background-color: var(--COLOR-SECONDARY);
    color: var(--COLOR-SECONDARY-OPPOSITE);
    text-decoration: none;
}

mark {
    background-color: var(--COLOR-SECONDARY);
    color: var(--COLOR-SECONDARY-OPPOSITE);
    font-style: var(--FONT-STYLE-BODY-ITALIC);
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid var(--COLOR-BORDER);
    margin: 1em 0;
    padding: 0;
}

ol {
    list-style-type: decimal;
}

p {
    margin: 0 0 1em 0;
}

nav ul,
nav li {
    margin: 0;
    list-style: none;
    list-style-image: none;
}

small {
    font-size: 85%;
}

strong,
th {
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

td {
    vertical-align: top;
}

sub sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 15px;
}

textarea {
    overflow: auto;
}

input[type=radio] {
    vertical-align: text-bottom;
}

input[type=checkbox] {
    vertical-align: bottom;
}

input[type=button],
input[type=submit],
input[type=image],
button {
    cursor: pointer;
}

button,
input,
select,
.popout__toggle,
textarea {
    margin: 0;
}

input[type=text].error,
input[type=email].error,
input[type=password].error {
    border-color: var(--COLOR-ERROR-BORDER);
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    border: none;
    background: none;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    text-transform: none;
    line-height: 1;
    color: currentColor;
}

/**
 * Helpers
 */
.clearfix {
    *zoom: 1;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.js-focus-hidden:focus {
    outline: none;
}

.label-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.no-placeholder .label-hidden {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
}

.visually-shown {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
}

.no-js:not(html) {
    display: none;
}
.no-js .no-js:not(html) {
    display: block;
}
.no-js .no-js:not(html).is-hidden {
    visibility: visible;
    max-height: none;
    opacity: 1;
}

.no-js .js {
    display: none;
}

.supports-no-cookies:not(html) {
    display: none;
}
html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block;
}

html.supports-no-cookies .supports-cookies {
    display: none;
}

/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
    position: absolute !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    color: var(--COLOR-LINK);
    background-color: var(--COLOR-BG);
    padding: 20px;
    z-index: 15000;
    transition: none;
}

body.is-focused .sidebar__item input:focus ~ label,
body.is-focused .checkbox input:focus ~ label:before,
.no-touch body.is-focused .double__image .product-link:focus .product-item__bg__under,
.no-touch body.is-focused .double__image.is-visible .product-link:focus .product-item__bg__inner.is-visible,
body.is-focused a.product-link:focus > .product-item__bg,
body.is-focused .look__dot__button:focus .look__dot,
body.is-focused *:focus {
    outline-color: var(--COLOR-PRIMARY) !important;
    outline-offset: -2px !important;
    outline-style: auto !important;
    outline-width: 5px !important;
}

body.is-focused .checkbox input:focus ~ label:before,
body.is-focused .collection__sidebar__heading:focus,
body.is-focused a.collection-item__image:focus,
body.is-focused .product-upsell__image a,
body.is-focused div.product__slides.product-single__photos:focus,
body.is-focused div.product__slides.product-single__photos [data-focus-element]:focus,
body.is-focused .search-popdown .product-link:focus {
    outline-offset: 2px !important;
}

body.is-focused .look__slider:focus,
body.is-focused .product-grid:focus,
body.is-focused .grid:focus,
body.is-focused .grid--full:focus {
    outline: none !important;
}

html:not(.no-js) body:not(.is-focused) *:focus {
    outline: none;
}

body.is-focused .swatch input[type=radio]:focus + label:after {
    border-width: 3px;
}

body.is-focused .variant-input:focus + .variant__button-label {
    box-shadow: 0 0 0 4px var(--COLOR-PRIMARY);
}

body.is-focused .deferred-media__poster:focus .deferred-media__poster-button,
body.is-focused .deferred-media__poster.focus-visible .deferred-media__poster-button {
    outline-color: var(--COLOR-PRIMARY);
    outline-offset: 2px;
    outline-style: auto;
    outline-width: 5px;
}

body.is-focused .highlights__item:focus {
    outline-offset: 2px !important;
}

[data-scroll-locked] body {
    position: fixed;
    top: var(--scroll-top-position, auto);
    left: 0;
    width: 100vw;
    padding-right: var(--scrollbar-width);
}
[data-scroll-locked] .js__header__stuck,
[data-scroll-locked] .theme__header,
[data-scroll-locked] .collection__nav,
[data-scroll-locked] .announcement__wrapper,
[data-scroll-locked] .announcement__bar-outer,
[data-scroll-locked] .search__popdown__outer {
    width: 100vw;
}
[data-scroll-locked] .js__header__stuck,
[data-scroll-locked] .theme__header,
[data-scroll-locked] .collection__nav,
[data-scroll-locked] .announcement__bar,
[data-scroll-locked] .search__popdown__outer,
[data-scroll-locked] .cart-bar {
    padding-right: var(--scrollbar-width);
}

#challenge #shopify-section-popups {
    display: none;
}

#challenge .shopify-challenge__container,
#challenge .shopify-challenge__button.btn,
#challenge .shopify-challenge__button {
    margin: 60px auto;
}

#challenge .shopify-challenge__button {
    --btn-border: var(--BTN-PRIMARY-BG-COLOR);
    --btn-bg: var(--BTN-PRIMARY-BG-COLOR);
    --btn-text: var(--BTN-PRIMARY-TEXT-COLOR);
    --btn-border-hover: var(--BTN-PRIMARY-BG-COLOR-BRIGHTER);
    --btn-bg-hover: var(--BTN-PRIMARY-BG-COLOR-BRIGHTER);
    --btn-text-hover: var(--BTN-PRIMARY-TEXT-COLOR);
}
@media (hover: hover) {
    #challenge .shopify-challenge__button:hover {
        background: var(--btn-bg-hover);
    }
}

#challenge .shopify-challenge__button.btn, #challenge .shopify-challenge__button {
    display: block;
}

/**
 * UTILS
 */
.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.hidden {
    display: none;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}
.clearfix:after {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.align-left {
    text-align: left;
}

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

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

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

.gutter-top {
    padding-top: 50px;
}

.gutter-bottom {
    padding-bottom: 50px;
}

.animates {
    visibility: visible;
    opacity: 1;
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-hidden {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (min-width: 750px) {
    .mobile {
        display: none !important;
    }
}
@media only screen and (max-width: 749px) {
    .desktop {
        display: none !important;
    }
}
/*================ SVG Placeholder ================*/
.svg-placeholder {
    background-color: #F7F7F7;
    height: 100%;
    position: relative;
    width: 100%;
}
.svg-placeholder svg {
    fill: #AAA;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*================ Divider ================*/
.divider-section {
    background: var(--bg);
}

.divider {
    margin: 0;
    border-color: var(--border);
}

/*================ Flex position ================*/
.flex-align-top {
    align-items: flex-start;
}

.flex-align-center {
    align-items: center;
}

/**
 * Grid
 */
.grid, .grid--full {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: calc(var(--outer) * -1);
}
.grid::after, .grid--full::after {
    content: "";
    display: table;
    clear: both;
}

.grid__item {
    float: left;
    padding-left: var(--outer);
    width: 100%;
}
.grid__item[class*=push] {
    position: relative;
}

/* Manual grid__item clearfix */
.grid__item.clear {
    clear: both;
}

/*============================================================================
   Reversed grids allow you to structure your source in the opposite
   order to how your rendered layout will appear.
 ==============================================================================*/
.grid--rev {
    direction: rtl;
    text-align: left;
}
.grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right;
}

/* Gutterless grids have all the properties of regular grids, minus any spacing. */
.grid--full {
    margin-left: 0;
}
.grid--full > .grid__item {
    padding-left: 0;
}

/*============================================================================
   Grid Columns
     - Create width classes, prepended by the breakpoint name.
 ==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
    width: 100%;
}

/* Halves */
.one-half {
    width: 50%;
}

/* Thirds */
.one-third {
    width: 33.3333333333%;
}

.two-thirds {
    width: 66.6666666667%;
}

/* Quarters */
.one-quarter {
    width: 25%;
}

.two-quarters {
    width: 50%;
}

.three-quarters {
    width: 75%;
}

/* Fifths */
.one-fifth {
    width: 20%;
}

.two-fifths {
    width: 40%;
}

.three-fifths {
    width: 60%;
}

.four-fifths {
    width: 80%;
}

/* Sixths */
.one-sixth {
    width: 16.6666666667%;
}

.two-sixths {
    width: 33.3333333333%;
}

.three-sixths {
    width: 50%;
}

.four-sixths {
    width: 66.6666666667%;
}

.five-sixths {
    width: 83.3333333333%;
}

/* Eighths */
.one-eighth {
    width: 12.5%;
}

.two-eighths {
    width: 25%;
}

.three-eighths {
    width: 37.5%;
}

.four-eighths {
    width: 50%;
}

.five-eighths {
    width: 62.5%;
}

.six-eighths {
    width: 75%;
}

.seven-eighths {
    width: 87.5%;
}

/* Tenths */
.one-tenth {
    width: 10%;
}

.two-tenths {
    width: 20%;
}

.three-tenths {
    width: 30%;
}

.four-tenths {
    width: 40%;
}

.five-tenths {
    width: 50%;
}

.six-tenths {
    width: 60%;
}

.seven-tenths {
    width: 70%;
}

.eight-tenths {
    width: 80%;
}

.nine-tenths {
    width: 90%;
}

/* Twelfths */
.one-twelfth {
    width: 8.3333333333%;
}

.two-twelfths {
    width: 16.6666666667%;
}

.three-twelfths {
    width: 25%;
}

.four-twelfths {
    width: 33.3333333333%;
}

.five-twelfths {
    width: 41.6666666667%;
}

.six-twelfths {
    width: 50%;
}

.seven-twelfths {
    width: 58.3333333333%;
}

.eight-twelfths {
    width: 66.6666666667%;
}

.nine-twelfths {
    width: 75%;
}

.ten-twelfths {
    width: 83.3333333333%;
}

.eleven-twelfths {
    width: 91.6666666667%;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
    /** Whole */
    .small--one-whole {
        width: 100%;
    }

    /* Halves */
    .small--one-half {
        width: 50%;
    }

    /* Thirds */
    .small--one-third {
        width: 33.3333333333%;
    }

    .small--two-thirds {
        width: 66.6666666667%;
    }

    /* Quarters */
    .small--one-quarter {
        width: 25%;
    }

    .small--two-quarters {
        width: 50%;
    }

    .small--three-quarters {
        width: 75%;
    }

    /* Fifths */
    .small--one-fifth {
        width: 20%;
    }

    .small--two-fifths {
        width: 40%;
    }

    .small--three-fifths {
        width: 60%;
    }

    .small--four-fifths {
        width: 80%;
    }

    /* Sixths */
    .small--one-sixth {
        width: 16.6666666667%;
    }

    .small--two-sixths {
        width: 33.3333333333%;
    }

    .small--three-sixths {
        width: 50%;
    }

    .small--four-sixths {
        width: 66.6666666667%;
    }

    .small--five-sixths {
        width: 83.3333333333%;
    }

    /* Eighths */
    .small--one-eighth {
        width: 12.5%;
    }

    .small--two-eighths {
        width: 25%;
    }

    .small--three-eighths {
        width: 37.5%;
    }

    .small--four-eighths {
        width: 50%;
    }

    .small--five-eighths {
        width: 62.5%;
    }

    .small--six-eighths {
        width: 75%;
    }

    .small--seven-eighths {
        width: 87.5%;
    }

    /* Tenths */
    .small--one-tenth {
        width: 10%;
    }

    .small--two-tenths {
        width: 20%;
    }

    .small--three-tenths {
        width: 30%;
    }

    .small--four-tenths {
        width: 40%;
    }

    .small--five-tenths {
        width: 50%;
    }

    .small--six-tenths {
        width: 60%;
    }

    .small--seven-tenths {
        width: 70%;
    }

    .small--eight-tenths {
        width: 80%;
    }

    .small--nine-tenths {
        width: 90%;
    }

    /* Twelfths */
    .small--one-twelfth {
        width: 8.3333333333%;
    }

    .small--two-twelfths {
        width: 16.6666666667%;
    }

    .small--three-twelfths {
        width: 25%;
    }

    .small--four-twelfths {
        width: 33.3333333333%;
    }

    .small--five-twelfths {
        width: 41.6666666667%;
    }

    .small--six-twelfths {
        width: 50%;
    }

    .small--seven-twelfths {
        width: 58.3333333333%;
    }

    .small--eight-twelfths {
        width: 66.6666666667%;
    }

    .small--nine-twelfths {
        width: 75%;
    }

    .small--ten-twelfths {
        width: 83.3333333333%;
    }

    .small--eleven-twelfths {
        width: 91.6666666667%;
    }

    .grid--uniform .small--one-half:nth-child(2n+1),
    .grid--uniform .small--one-third:nth-child(3n+1),
    .grid--uniform .small--one-quarter:nth-child(4n+1),
    .grid--uniform .small--one-fifth:nth-child(5n+1),
    .grid--uniform .small--one-sixth:nth-child(6n+1),
    .grid--uniform .small--two-sixths:nth-child(3n+1),
    .grid--uniform .small--three-sixths:nth-child(2n+1),
    .grid--uniform .small--one-eighth:nth-child(8n+1),
    .grid--uniform .small--two-eighths:nth-child(4n+1),
    .grid--uniform .small--four-eighths:nth-child(2n+1),
    .grid--uniform .small--five-tenths:nth-child(2n+1),
    .grid--uniform .small--one-twelfth:nth-child(12n+1),
    .grid--uniform .small--two-twelfths:nth-child(6n+1),
    .grid--uniform .small--three-twelfths:nth-child(4n+1),
    .grid--uniform .small--four-twelfths:nth-child(3n+1),
    .grid--uniform .small--six-twelfths:nth-child(2n+1) {
        clear: both;
    }

    .small--show {
        display: block !important;
    }

    .small--hide {
        display: none !important;
    }

    .small--text-left {
        text-align: left !important;
    }

    .small--text-right {
        text-align: right !important;
    }

    .small--text-center {
        text-align: center !important;
    }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    /** Whole */
    .medium--one-whole {
        width: 100%;
    }

    /* Halves */
    .medium--one-half {
        width: 50%;
    }

    /* Thirds */
    .medium--one-third {
        width: 33.3333333333%;
    }

    .medium--two-thirds {
        width: 66.6666666667%;
    }

    /* Quarters */
    .medium--one-quarter {
        width: 25%;
    }

    .medium--two-quarters {
        width: 50%;
    }

    .medium--three-quarters {
        width: 75%;
    }

    /* Fifths */
    .medium--one-fifth {
        width: 20%;
    }

    .medium--two-fifths {
        width: 40%;
    }

    .medium--three-fifths {
        width: 60%;
    }

    .medium--four-fifths {
        width: 80%;
    }

    /* Sixths */
    .medium--one-sixth {
        width: 16.6666666667%;
    }

    .medium--two-sixths {
        width: 33.3333333333%;
    }

    .medium--three-sixths {
        width: 50%;
    }

    .medium--four-sixths {
        width: 66.6666666667%;
    }

    .medium--five-sixths {
        width: 83.3333333333%;
    }

    /* Eighths */
    .medium--one-eighth {
        width: 12.5%;
    }

    .medium--two-eighths {
        width: 25%;
    }

    .medium--three-eighths {
        width: 37.5%;
    }

    .medium--four-eighths {
        width: 50%;
    }

    .medium--five-eighths {
        width: 62.5%;
    }

    .medium--six-eighths {
        width: 75%;
    }

    .medium--seven-eighths {
        width: 87.5%;
    }

    /* Tenths */
    .medium--one-tenth {
        width: 10%;
    }

    .medium--two-tenths {
        width: 20%;
    }

    .medium--three-tenths {
        width: 30%;
    }

    .medium--four-tenths {
        width: 40%;
    }

    .medium--five-tenths {
        width: 50%;
    }

    .medium--six-tenths {
        width: 60%;
    }

    .medium--seven-tenths {
        width: 70%;
    }

    .medium--eight-tenths {
        width: 80%;
    }

    .medium--nine-tenths {
        width: 90%;
    }

    /* Twelfths */
    .medium--one-twelfth {
        width: 8.3333333333%;
    }

    .medium--two-twelfths {
        width: 16.6666666667%;
    }

    .medium--three-twelfths {
        width: 25%;
    }

    .medium--four-twelfths {
        width: 33.3333333333%;
    }

    .medium--five-twelfths {
        width: 41.6666666667%;
    }

    .medium--six-twelfths {
        width: 50%;
    }

    .medium--seven-twelfths {
        width: 58.3333333333%;
    }

    .medium--eight-twelfths {
        width: 66.6666666667%;
    }

    .medium--nine-twelfths {
        width: 75%;
    }

    .medium--ten-twelfths {
        width: 83.3333333333%;
    }

    .medium--eleven-twelfths {
        width: 91.6666666667%;
    }

    .grid--uniform .medium--one-half:nth-child(2n+1),
    .grid--uniform .medium--one-third:nth-child(3n+1),
    .grid--uniform .medium--one-quarter:nth-child(4n+1),
    .grid--uniform .medium--one-fifth:nth-child(5n+1),
    .grid--uniform .medium--one-sixth:nth-child(6n+1),
    .grid--uniform .medium--two-sixths:nth-child(3n+1),
    .grid--uniform .medium--three-sixths:nth-child(2n+1),
    .grid--uniform .medium--one-eighth:nth-child(8n+1),
    .grid--uniform .medium--two-eighths:nth-child(4n+1),
    .grid--uniform .medium--four-eighths:nth-child(2n+1),
    .grid--uniform .medium--five-tenths:nth-child(2n+1),
    .grid--uniform .medium--one-twelfth:nth-child(12n+1),
    .grid--uniform .medium--two-twelfths:nth-child(6n+1),
    .grid--uniform .medium--three-twelfths:nth-child(4n+1),
    .grid--uniform .medium--four-twelfths:nth-child(3n+1),
    .grid--uniform .medium--six-twelfths:nth-child(2n+1) {
        clear: both;
    }

    .medium--show {
        display: block !important;
    }

    .medium--hide {
        display: none !important;
    }

    .medium--text-left {
        text-align: left !important;
    }

    .medium--text-right {
        text-align: right !important;
    }

    .medium--text-center {
        text-align: center !important;
    }
}
@media only screen and (min-width: 750px) {
    /** Whole */
    .medium-up--one-whole {
        width: 100%;
    }

    /* Halves */
    .medium-up--one-half {
        width: 50%;
    }

    /* Thirds */
    .medium-up--one-third {
        width: 33.3333333333%;
    }

    .medium-up--two-thirds {
        width: 66.6666666667%;
    }

    /* Quarters */
    .medium-up--one-quarter {
        width: 25%;
    }

    .medium-up--two-quarters {
        width: 50%;
    }

    .medium-up--three-quarters {
        width: 75%;
    }

    /* Fifths */
    .medium-up--one-fifth {
        width: 20%;
    }

    .medium-up--two-fifths {
        width: 40%;
    }

    .medium-up--three-fifths {
        width: 60%;
    }

    .medium-up--four-fifths {
        width: 80%;
    }

    /* Sixths */
    .medium-up--one-sixth {
        width: 16.6666666667%;
    }

    .medium-up--two-sixths {
        width: 33.3333333333%;
    }

    .medium-up--three-sixths {
        width: 50%;
    }

    .medium-up--four-sixths {
        width: 66.6666666667%;
    }

    .medium-up--five-sixths {
        width: 83.3333333333%;
    }

    /* Eighths */
    .medium-up--one-eighth {
        width: 12.5%;
    }

    .medium-up--two-eighths {
        width: 25%;
    }

    .medium-up--three-eighths {
        width: 37.5%;
    }

    .medium-up--four-eighths {
        width: 50%;
    }

    .medium-up--five-eighths {
        width: 62.5%;
    }

    .medium-up--six-eighths {
        width: 75%;
    }

    .medium-up--seven-eighths {
        width: 87.5%;
    }

    /* Tenths */
    .medium-up--one-tenth {
        width: 10%;
    }

    .medium-up--two-tenths {
        width: 20%;
    }

    .medium-up--three-tenths {
        width: 30%;
    }

    .medium-up--four-tenths {
        width: 40%;
    }

    .medium-up--five-tenths {
        width: 50%;
    }

    .medium-up--six-tenths {
        width: 60%;
    }

    .medium-up--seven-tenths {
        width: 70%;
    }

    .medium-up--eight-tenths {
        width: 80%;
    }

    .medium-up--nine-tenths {
        width: 90%;
    }

    /* Twelfths */
    .medium-up--one-twelfth {
        width: 8.3333333333%;
    }

    .medium-up--two-twelfths {
        width: 16.6666666667%;
    }

    .medium-up--three-twelfths {
        width: 25%;
    }

    .medium-up--four-twelfths {
        width: 33.3333333333%;
    }

    .medium-up--five-twelfths {
        width: 41.6666666667%;
    }

    .medium-up--six-twelfths {
        width: 50%;
    }

    .medium-up--seven-twelfths {
        width: 58.3333333333%;
    }

    .medium-up--eight-twelfths {
        width: 66.6666666667%;
    }

    .medium-up--nine-twelfths {
        width: 75%;
    }

    .medium-up--ten-twelfths {
        width: 83.3333333333%;
    }

    .medium-up--eleven-twelfths {
        width: 91.6666666667%;
    }

    .grid--uniform .medium-up--one-half:nth-child(2n+1),
    .grid--uniform .medium-up--one-third:nth-child(3n+1),
    .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
    .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
    .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
    .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
    .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
    .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
    .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
    .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
    .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
    .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
    .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
    .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
    .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
    .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
        clear: both;
    }

    .medium-up--show {
        display: block !important;
    }

    .medium-up--hide {
        display: none !important;
    }

    .medium-up--text-left {
        text-align: left !important;
    }

    .medium-up--text-right {
        text-align: right !important;
    }

    .medium-up--text-center {
        text-align: center !important;
    }
}
@media only screen and (max-width: 989px) {
    /** Whole */
    .medium-down--one-whole {
        width: 100%;
    }

    /* Halves */
    .medium-down--one-half {
        width: 50%;
    }

    /* Thirds */
    .medium-down--one-third {
        width: 33.3333333333%;
    }

    .medium-down--two-thirds {
        width: 66.6666666667%;
    }

    /* Quarters */
    .medium-down--one-quarter {
        width: 25%;
    }

    .medium-down--two-quarters {
        width: 50%;
    }

    .medium-down--three-quarters {
        width: 75%;
    }

    /* Fifths */
    .medium-down--one-fifth {
        width: 20%;
    }

    .medium-down--two-fifths {
        width: 40%;
    }

    .medium-down--three-fifths {
        width: 60%;
    }

    .medium-down--four-fifths {
        width: 80%;
    }

    /* Sixths */
    .medium-down--one-sixth {
        width: 16.6666666667%;
    }

    .medium-down--two-sixths {
        width: 33.3333333333%;
    }

    .medium-down--three-sixths {
        width: 50%;
    }

    .medium-down--four-sixths {
        width: 66.6666666667%;
    }

    .medium-down--five-sixths {
        width: 83.3333333333%;
    }

    /* Eighths */
    .medium-down--one-eighth {
        width: 12.5%;
    }

    .medium-down--two-eighths {
        width: 25%;
    }

    .medium-down--three-eighths {
        width: 37.5%;
    }

    .medium-down--four-eighths {
        width: 50%;
    }

    .medium-down--five-eighths {
        width: 62.5%;
    }

    .medium-down--six-eighths {
        width: 75%;
    }

    .medium-down--seven-eighths {
        width: 87.5%;
    }

    /* Tenths */
    .medium-down--one-tenth {
        width: 10%;
    }

    .medium-down--two-tenths {
        width: 20%;
    }

    .medium-down--three-tenths {
        width: 30%;
    }

    .medium-down--four-tenths {
        width: 40%;
    }

    .medium-down--five-tenths {
        width: 50%;
    }

    .medium-down--six-tenths {
        width: 60%;
    }

    .medium-down--seven-tenths {
        width: 70%;
    }

    .medium-down--eight-tenths {
        width: 80%;
    }

    .medium-down--nine-tenths {
        width: 90%;
    }

    /* Twelfths */
    .medium-down--one-twelfth {
        width: 8.3333333333%;
    }

    .medium-down--two-twelfths {
        width: 16.6666666667%;
    }

    .medium-down--three-twelfths {
        width: 25%;
    }

    .medium-down--four-twelfths {
        width: 33.3333333333%;
    }

    .medium-down--five-twelfths {
        width: 41.6666666667%;
    }

    .medium-down--six-twelfths {
        width: 50%;
    }

    .medium-down--seven-twelfths {
        width: 58.3333333333%;
    }

    .medium-down--eight-twelfths {
        width: 66.6666666667%;
    }

    .medium-down--nine-twelfths {
        width: 75%;
    }

    .medium-down--ten-twelfths {
        width: 83.3333333333%;
    }

    .medium-down--eleven-twelfths {
        width: 91.6666666667%;
    }

    .grid--uniform .medium-down--one-half:nth-child(2n+1),
    .grid--uniform .medium-down--one-third:nth-child(3n+1),
    .grid--uniform .medium-down--one-quarter:nth-child(4n+1),
    .grid--uniform .medium-down--one-fifth:nth-child(5n+1),
    .grid--uniform .medium-down--one-sixth:nth-child(6n+1),
    .grid--uniform .medium-down--two-sixths:nth-child(3n+1),
    .grid--uniform .medium-down--three-sixths:nth-child(2n+1),
    .grid--uniform .medium-down--one-eighth:nth-child(8n+1),
    .grid--uniform .medium-down--two-eighths:nth-child(4n+1),
    .grid--uniform .medium-down--four-eighths:nth-child(2n+1),
    .grid--uniform .medium-down--five-tenths:nth-child(2n+1),
    .grid--uniform .medium-down--one-twelfth:nth-child(12n+1),
    .grid--uniform .medium-down--two-twelfths:nth-child(6n+1),
    .grid--uniform .medium-down--three-twelfths:nth-child(4n+1),
    .grid--uniform .medium-down--four-twelfths:nth-child(3n+1),
    .grid--uniform .medium-down--six-twelfths:nth-child(2n+1) {
        clear: both;
    }

    .medium-down--show {
        display: block !important;
    }

    .medium-down--hide {
        display: none !important;
    }

    .medium-down--text-left {
        text-align: left !important;
    }

    .medium-down--text-right {
        text-align: right !important;
    }

    .medium-down--text-center {
        text-align: center !important;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1399px) {
    /** Whole */
    .large--one-whole {
        width: 100%;
    }

    /* Halves */
    .large--one-half {
        width: 50%;
    }

    /* Thirds */
    .large--one-third {
        width: 33.3333333333%;
    }

    .large--two-thirds {
        width: 66.6666666667%;
    }

    /* Quarters */
    .large--one-quarter {
        width: 25%;
    }

    .large--two-quarters {
        width: 50%;
    }

    .large--three-quarters {
        width: 75%;
    }

    /* Fifths */
    .large--one-fifth {
        width: 20%;
    }

    .large--two-fifths {
        width: 40%;
    }

    .large--three-fifths {
        width: 60%;
    }

    .large--four-fifths {
        width: 80%;
    }

    /* Sixths */
    .large--one-sixth {
        width: 16.6666666667%;
    }

    .large--two-sixths {
        width: 33.3333333333%;
    }

    .large--three-sixths {
        width: 50%;
    }

    .large--four-sixths {
        width: 66.6666666667%;
    }

    .large--five-sixths {
        width: 83.3333333333%;
    }

    /* Eighths */
    .large--one-eighth {
        width: 12.5%;
    }

    .large--two-eighths {
        width: 25%;
    }

    .large--three-eighths {
        width: 37.5%;
    }

    .large--four-eighths {
        width: 50%;
    }

    .large--five-eighths {
        width: 62.5%;
    }

    .large--six-eighths {
        width: 75%;
    }

    .large--seven-eighths {
        width: 87.5%;
    }

    /* Tenths */
    .large--one-tenth {
        width: 10%;
    }

    .large--two-tenths {
        width: 20%;
    }

    .large--three-tenths {
        width: 30%;
    }

    .large--four-tenths {
        width: 40%;
    }

    .large--five-tenths {
        width: 50%;
    }

    .large--six-tenths {
        width: 60%;
    }

    .large--seven-tenths {
        width: 70%;
    }

    .large--eight-tenths {
        width: 80%;
    }

    .large--nine-tenths {
        width: 90%;
    }

    /* Twelfths */
    .large--one-twelfth {
        width: 8.3333333333%;
    }

    .large--two-twelfths {
        width: 16.6666666667%;
    }

    .large--three-twelfths {
        width: 25%;
    }

    .large--four-twelfths {
        width: 33.3333333333%;
    }

    .large--five-twelfths {
        width: 41.6666666667%;
    }

    .large--six-twelfths {
        width: 50%;
    }

    .large--seven-twelfths {
        width: 58.3333333333%;
    }

    .large--eight-twelfths {
        width: 66.6666666667%;
    }

    .large--nine-twelfths {
        width: 75%;
    }

    .large--ten-twelfths {
        width: 83.3333333333%;
    }

    .large--eleven-twelfths {
        width: 91.6666666667%;
    }

    .grid--uniform .large--one-half:nth-child(2n+1),
    .grid--uniform .large--one-third:nth-child(3n+1),
    .grid--uniform .large--one-quarter:nth-child(4n+1),
    .grid--uniform .large--one-fifth:nth-child(5n+1),
    .grid--uniform .large--one-sixth:nth-child(6n+1),
    .grid--uniform .large--two-sixths:nth-child(3n+1),
    .grid--uniform .large--three-sixths:nth-child(2n+1),
    .grid--uniform .large--one-eighth:nth-child(8n+1),
    .grid--uniform .large--two-eighths:nth-child(4n+1),
    .grid--uniform .large--four-eighths:nth-child(2n+1),
    .grid--uniform .large--five-tenths:nth-child(2n+1),
    .grid--uniform .large--one-twelfth:nth-child(12n+1),
    .grid--uniform .large--two-twelfths:nth-child(6n+1),
    .grid--uniform .large--three-twelfths:nth-child(4n+1),
    .grid--uniform .large--four-twelfths:nth-child(3n+1),
    .grid--uniform .large--six-twelfths:nth-child(2n+1) {
        clear: both;
    }

    .large--show {
        display: block !important;
    }

    .large--hide {
        display: none !important;
    }

    .large--text-left {
        text-align: left !important;
    }

    .large--text-right {
        text-align: right !important;
    }

    .large--text-center {
        text-align: center !important;
    }
}
@media only screen and (max-width: 1399px) {
    /** Whole */
    .large-down--one-whole {
        width: 100%;
    }

    /* Halves */
    .large-down--one-half {
        width: 50%;
    }

    /* Thirds */
    .large-down--one-third {
        width: 33.3333333333%;
    }

    .large-down--two-thirds {
        width: 66.6666666667%;
    }

    /* Quarters */
    .large-down--one-quarter {
        width: 25%;
    }

    .large-down--two-quarters {
        width: 50%;
    }

    .large-down--three-quarters {
        width: 75%;
    }

    /* Fifths */
    .large-down--one-fifth {
        width: 20%;
    }

    .large-down--two-fifths {
        width: 40%;
    }

    .large-down--three-fifths {
        width: 60%;
    }

    .large-down--four-fifths {
        width: 80%;
    }

    /* Sixths */
    .large-down--one-sixth {
        width: 16.6666666667%;
    }

    .large-down--two-sixths {
        width: 33.3333333333%;
    }

    .large-down--three-sixths {
        width: 50%;
    }

    .large-down--four-sixths {
        width: 66.6666666667%;
    }

    .large-down--five-sixths {
        width: 83.3333333333%;
    }

    /* Eighths */
    .large-down--one-eighth {
        width: 12.5%;
    }

    .large-down--two-eighths {
        width: 25%;
    }

    .large-down--three-eighths {
        width: 37.5%;
    }

    .large-down--four-eighths {
        width: 50%;
    }

    .large-down--five-eighths {
        width: 62.5%;
    }

    .large-down--six-eighths {
        width: 75%;
    }

    .large-down--seven-eighths {
        width: 87.5%;
    }

    /* Tenths */
    .large-down--one-tenth {
        width: 10%;
    }

    .large-down--two-tenths {
        width: 20%;
    }

    .large-down--three-tenths {
        width: 30%;
    }

    .large-down--four-tenths {
        width: 40%;
    }

    .large-down--five-tenths {
        width: 50%;
    }

    .large-down--six-tenths {
        width: 60%;
    }

    .large-down--seven-tenths {
        width: 70%;
    }

    .large-down--eight-tenths {
        width: 80%;
    }

    .large-down--nine-tenths {
        width: 90%;
    }

    /* Twelfths */
    .large-down--one-twelfth {
        width: 8.3333333333%;
    }

    .large-down--two-twelfths {
        width: 16.6666666667%;
    }

    .large-down--three-twelfths {
        width: 25%;
    }

    .large-down--four-twelfths {
        width: 33.3333333333%;
    }

    .large-down--five-twelfths {
        width: 41.6666666667%;
    }

    .large-down--six-twelfths {
        width: 50%;
    }

    .large-down--seven-twelfths {
        width: 58.3333333333%;
    }

    .large-down--eight-twelfths {
        width: 66.6666666667%;
    }

    .large-down--nine-twelfths {
        width: 75%;
    }

    .large-down--ten-twelfths {
        width: 83.3333333333%;
    }

    .large-down--eleven-twelfths {
        width: 91.6666666667%;
    }

    .grid--uniform .large-down--one-half:nth-child(2n+1),
    .grid--uniform .large-down--one-third:nth-child(3n+1),
    .grid--uniform .large-down--one-quarter:nth-child(4n+1),
    .grid--uniform .large-down--one-fifth:nth-child(5n+1),
    .grid--uniform .large-down--one-sixth:nth-child(6n+1),
    .grid--uniform .large-down--two-sixths:nth-child(3n+1),
    .grid--uniform .large-down--three-sixths:nth-child(2n+1),
    .grid--uniform .large-down--one-eighth:nth-child(8n+1),
    .grid--uniform .large-down--two-eighths:nth-child(4n+1),
    .grid--uniform .large-down--four-eighths:nth-child(2n+1),
    .grid--uniform .large-down--five-tenths:nth-child(2n+1),
    .grid--uniform .large-down--one-twelfth:nth-child(12n+1),
    .grid--uniform .large-down--two-twelfths:nth-child(6n+1),
    .grid--uniform .large-down--three-twelfths:nth-child(4n+1),
    .grid--uniform .large-down--four-twelfths:nth-child(3n+1),
    .grid--uniform .large-down--six-twelfths:nth-child(2n+1) {
        clear: both;
    }

    .large-down--show {
        display: block !important;
    }

    .large-down--hide {
        display: none !important;
    }

    .large-down--text-left {
        text-align: left !important;
    }

    .large-down--text-right {
        text-align: right !important;
    }

    .large-down--text-center {
        text-align: center !important;
    }
}
@media only screen and (min-width: 990px) {
    /** Whole */
    .large-up--one-whole {
        width: 100%;
    }

    /* Halves */
    .large-up--one-half {
        width: 50%;
    }

    /* Thirds */
    .large-up--one-third {
        width: 33.3333333333%;
    }

    .large-up--two-thirds {
        width: 66.6666666667%;
    }

    /* Quarters */
    .large-up--one-quarter {
        width: 25%;
    }

    .large-up--two-quarters {
        width: 50%;
    }

    .large-up--three-quarters {
        width: 75%;
    }

    /* Fifths */
    .large-up--one-fifth {
        width: 20%;
    }

    .large-up--two-fifths {
        width: 40%;
    }

    .large-up--three-fifths {
        width: 60%;
    }

    .large-up--four-fifths {
        width: 80%;
    }

    /* Sixths */
    .large-up--one-sixth {
        width: 16.6666666667%;
    }

    .large-up--two-sixths {
        width: 33.3333333333%;
    }

    .large-up--three-sixths {
        width: 50%;
    }

    .large-up--four-sixths {
        width: 66.6666666667%;
    }

    .large-up--five-sixths {
        width: 83.3333333333%;
    }

    /* Eighths */
    .large-up--one-eighth {
        width: 12.5%;
    }

    .large-up--two-eighths {
        width: 25%;
    }

    .large-up--three-eighths {
        width: 37.5%;
    }

    .large-up--four-eighths {
        width: 50%;
    }

    .large-up--five-eighths {
        width: 62.5%;
    }

    .large-up--six-eighths {
        width: 75%;
    }

    .large-up--seven-eighths {
        width: 87.5%;
    }

    /* Tenths */
    .large-up--one-tenth {
        width: 10%;
    }

    .large-up--two-tenths {
        width: 20%;
    }

    .large-up--three-tenths {
        width: 30%;
    }

    .large-up--four-tenths {
        width: 40%;
    }

    .large-up--five-tenths {
        width: 50%;
    }

    .large-up--six-tenths {
        width: 60%;
    }

    .large-up--seven-tenths {
        width: 70%;
    }

    .large-up--eight-tenths {
        width: 80%;
    }

    .large-up--nine-tenths {
        width: 90%;
    }

    /* Twelfths */
    .large-up--one-twelfth {
        width: 8.3333333333%;
    }

    .large-up--two-twelfths {
        width: 16.6666666667%;
    }

    .large-up--three-twelfths {
        width: 25%;
    }

    .large-up--four-twelfths {
        width: 33.3333333333%;
    }

    .large-up--five-twelfths {
        width: 41.6666666667%;
    }

    .large-up--six-twelfths {
        width: 50%;
    }

    .large-up--seven-twelfths {
        width: 58.3333333333%;
    }

    .large-up--eight-twelfths {
        width: 66.6666666667%;
    }

    .large-up--nine-twelfths {
        width: 75%;
    }

    .large-up--ten-twelfths {
        width: 83.3333333333%;
    }

    .large-up--eleven-twelfths {
        width: 91.6666666667%;
    }

    .grid--uniform .large-up--one-half:nth-child(2n+1),
    .grid--uniform .large-up--one-third:nth-child(3n+1),
    .grid--uniform .large-up--one-quarter:nth-child(4n+1),
    .grid--uniform .large-up--one-fifth:nth-child(5n+1),
    .grid--uniform .large-up--one-sixth:nth-child(6n+1),
    .grid--uniform .large-up--two-sixths:nth-child(3n+1),
    .grid--uniform .large-up--three-sixths:nth-child(2n+1),
    .grid--uniform .large-up--one-eighth:nth-child(8n+1),
    .grid--uniform .large-up--two-eighths:nth-child(4n+1),
    .grid--uniform .large-up--four-eighths:nth-child(2n+1),
    .grid--uniform .large-up--five-tenths:nth-child(2n+1),
    .grid--uniform .large-up--one-twelfth:nth-child(12n+1),
    .grid--uniform .large-up--two-twelfths:nth-child(6n+1),
    .grid--uniform .large-up--three-twelfths:nth-child(4n+1),
    .grid--uniform .large-up--four-twelfths:nth-child(3n+1),
    .grid--uniform .large-up--six-twelfths:nth-child(2n+1) {
        clear: both;
    }

    .large-up--show {
        display: block !important;
    }

    .large-up--hide {
        display: none !important;
    }

    .large-up--text-left {
        text-align: left !important;
    }

    .large-up--text-right {
        text-align: right !important;
    }

    .large-up--text-center {
        text-align: center !important;
    }
}
@media only screen and (max-width: 1399px) {
    /** Whole */
    .large-down--one-whole {
        width: 100%;
    }

    /* Halves */
    .large-down--one-half {
        width: 50%;
    }

    /* Thirds */
    .large-down--one-third {
        width: 33.3333333333%;
    }

    .large-down--two-thirds {
        width: 66.6666666667%;
    }

    /* Quarters */
    .large-down--one-quarter {
        width: 25%;
    }

    .large-down--two-quarters {
        width: 50%;
    }

    .large-down--three-quarters {
        width: 75%;
    }

    /* Fifths */
    .large-down--one-fifth {
        width: 20%;
    }

    .large-down--two-fifths {
        width: 40%;
    }

    .large-down--three-fifths {
        width: 60%;
    }

    .large-down--four-fifths {
        width: 80%;
    }

    /* Sixths */
    .large-down--one-sixth {
        width: 16.6666666667%;
    }

    .large-down--two-sixths {
        width: 33.3333333333%;
    }

    .large-down--three-sixths {
        width: 50%;
    }

    .large-down--four-sixths {
        width: 66.6666666667%;
    }

    .large-down--five-sixths {
        width: 83.3333333333%;
    }

    /* Eighths */
    .large-down--one-eighth {
        width: 12.5%;
    }

    .large-down--two-eighths {
        width: 25%;
    }

    .large-down--three-eighths {
        width: 37.5%;
    }

    .large-down--four-eighths {
        width: 50%;
    }

    .large-down--five-eighths {
        width: 62.5%;
    }

    .large-down--six-eighths {
        width: 75%;
    }

    .large-down--seven-eighths {
        width: 87.5%;
    }

    /* Tenths */
    .large-down--one-tenth {
        width: 10%;
    }

    .large-down--two-tenths {
        width: 20%;
    }

    .large-down--three-tenths {
        width: 30%;
    }

    .large-down--four-tenths {
        width: 40%;
    }

    .large-down--five-tenths {
        width: 50%;
    }

    .large-down--six-tenths {
        width: 60%;
    }

    .large-down--seven-tenths {
        width: 70%;
    }

    .large-down--eight-tenths {
        width: 80%;
    }

    .large-down--nine-tenths {
        width: 90%;
    }

    /* Twelfths */
    .large-down--one-twelfth {
        width: 8.3333333333%;
    }

    .large-down--two-twelfths {
        width: 16.6666666667%;
    }

    .large-down--three-twelfths {
        width: 25%;
    }

    .large-down--four-twelfths {
        width: 33.3333333333%;
    }

    .large-down--five-twelfths {
        width: 41.6666666667%;
    }

    .large-down--six-twelfths {
        width: 50%;
    }

    .large-down--seven-twelfths {
        width: 58.3333333333%;
    }

    .large-down--eight-twelfths {
        width: 66.6666666667%;
    }

    .large-down--nine-twelfths {
        width: 75%;
    }

    .large-down--ten-twelfths {
        width: 83.3333333333%;
    }

    .large-down--eleven-twelfths {
        width: 91.6666666667%;
    }

    .grid--uniform .large-down--one-half:nth-child(2n+1),
    .grid--uniform .large-down--one-third:nth-child(3n+1),
    .grid--uniform .large-down--one-quarter:nth-child(4n+1),
    .grid--uniform .large-down--one-fifth:nth-child(5n+1),
    .grid--uniform .large-down--one-sixth:nth-child(6n+1),
    .grid--uniform .large-down--two-sixths:nth-child(3n+1),
    .grid--uniform .large-down--three-sixths:nth-child(2n+1),
    .grid--uniform .large-down--one-eighth:nth-child(8n+1),
    .grid--uniform .large-down--two-eighths:nth-child(4n+1),
    .grid--uniform .large-down--four-eighths:nth-child(2n+1),
    .grid--uniform .large-down--five-tenths:nth-child(2n+1),
    .grid--uniform .large-down--one-twelfth:nth-child(12n+1),
    .grid--uniform .large-down--two-twelfths:nth-child(6n+1),
    .grid--uniform .large-down--three-twelfths:nth-child(4n+1),
    .grid--uniform .large-down--four-twelfths:nth-child(3n+1),
    .grid--uniform .large-down--six-twelfths:nth-child(2n+1) {
        clear: both;
    }

    .large-down--show {
        display: block !important;
    }

    .large-down--hide {
        display: none !important;
    }

    .large-down--text-left {
        text-align: left !important;
    }

    .large-down--text-right {
        text-align: right !important;
    }

    .large-down--text-center {
        text-align: center !important;
    }
}
@media only screen and (min-width: 1400px) {
    /** Whole */
    .widescreen--one-whole {
        width: 100%;
    }

    /* Halves */
    .widescreen--one-half {
        width: 50%;
    }

    /* Thirds */
    .widescreen--one-third {
        width: 33.3333333333%;
    }

    .widescreen--two-thirds {
        width: 66.6666666667%;
    }

    /* Quarters */
    .widescreen--one-quarter {
        width: 25%;
    }

    .widescreen--two-quarters {
        width: 50%;
    }

    .widescreen--three-quarters {
        width: 75%;
    }

    /* Fifths */
    .widescreen--one-fifth {
        width: 20%;
    }

    .widescreen--two-fifths {
        width: 40%;
    }

    .widescreen--three-fifths {
        width: 60%;
    }

    .widescreen--four-fifths {
        width: 80%;
    }

    /* Sixths */
    .widescreen--one-sixth {
        width: 16.6666666667%;
    }

    .widescreen--two-sixths {
        width: 33.3333333333%;
    }

    .widescreen--three-sixths {
        width: 50%;
    }

    .widescreen--four-sixths {
        width: 66.6666666667%;
    }

    .widescreen--five-sixths {
        width: 83.3333333333%;
    }

    /* Eighths */
    .widescreen--one-eighth {
        width: 12.5%;
    }

    .widescreen--two-eighths {
        width: 25%;
    }

    .widescreen--three-eighths {
        width: 37.5%;
    }

    .widescreen--four-eighths {
        width: 50%;
    }

    .widescreen--five-eighths {
        width: 62.5%;
    }

    .widescreen--six-eighths {
        width: 75%;
    }

    .widescreen--seven-eighths {
        width: 87.5%;
    }

    /* Tenths */
    .widescreen--one-tenth {
        width: 10%;
    }

    .widescreen--two-tenths {
        width: 20%;
    }

    .widescreen--three-tenths {
        width: 30%;
    }

    .widescreen--four-tenths {
        width: 40%;
    }

    .widescreen--five-tenths {
        width: 50%;
    }

    .widescreen--six-tenths {
        width: 60%;
    }

    .widescreen--seven-tenths {
        width: 70%;
    }

    .widescreen--eight-tenths {
        width: 80%;
    }

    .widescreen--nine-tenths {
        width: 90%;
    }

    /* Twelfths */
    .widescreen--one-twelfth {
        width: 8.3333333333%;
    }

    .widescreen--two-twelfths {
        width: 16.6666666667%;
    }

    .widescreen--three-twelfths {
        width: 25%;
    }

    .widescreen--four-twelfths {
        width: 33.3333333333%;
    }

    .widescreen--five-twelfths {
        width: 41.6666666667%;
    }

    .widescreen--six-twelfths {
        width: 50%;
    }

    .widescreen--seven-twelfths {
        width: 58.3333333333%;
    }

    .widescreen--eight-twelfths {
        width: 66.6666666667%;
    }

    .widescreen--nine-twelfths {
        width: 75%;
    }

    .widescreen--ten-twelfths {
        width: 83.3333333333%;
    }

    .widescreen--eleven-twelfths {
        width: 91.6666666667%;
    }

    .grid--uniform .widescreen--one-half:nth-child(2n+1),
    .grid--uniform .widescreen--one-third:nth-child(3n+1),
    .grid--uniform .widescreen--one-quarter:nth-child(4n+1),
    .grid--uniform .widescreen--one-fifth:nth-child(5n+1),
    .grid--uniform .widescreen--one-sixth:nth-child(6n+1),
    .grid--uniform .widescreen--two-sixths:nth-child(3n+1),
    .grid--uniform .widescreen--three-sixths:nth-child(2n+1),
    .grid--uniform .widescreen--one-eighth:nth-child(8n+1),
    .grid--uniform .widescreen--two-eighths:nth-child(4n+1),
    .grid--uniform .widescreen--four-eighths:nth-child(2n+1),
    .grid--uniform .widescreen--five-tenths:nth-child(2n+1),
    .grid--uniform .widescreen--one-twelfth:nth-child(12n+1),
    .grid--uniform .widescreen--two-twelfths:nth-child(6n+1),
    .grid--uniform .widescreen--three-twelfths:nth-child(4n+1),
    .grid--uniform .widescreen--four-twelfths:nth-child(3n+1),
    .grid--uniform .widescreen--six-twelfths:nth-child(2n+1) {
        clear: both;
    }

    .widescreen--show {
        display: block !important;
    }

    .widescreen--hide {
        display: none !important;
    }

    .widescreen--text-left {
        text-align: left !important;
    }

    .widescreen--text-right {
        text-align: right !important;
    }

    .widescreen--text-center {
        text-align: center !important;
    }
}
/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 749px) {
    /* Halves */
    .small--push-one-half {
        left: 50%;
    }

    /* Thirds */
    .small--push-one-third {
        left: 33.3333333333%;
    }

    .small--push-two-thirds {
        left: 66.6666666667%;
    }

    /* Quarters */
    .small--push-one-quarter {
        left: 25%;
    }

    .small--push-two-quarters {
        left: 50%;
    }

    .small--push-three-quarters {
        left: 75%;
    }

    /* Fifths */
    .small--push-one-fifth {
        left: 20%;
    }

    .small--push-two-fifths {
        left: 40%;
    }

    .small--push-three-fifths {
        left: 60%;
    }

    .small--push-four-fifths {
        left: 80%;
    }

    /* Sixths */
    .small--push-one-sixth {
        left: 16.6666666667%;
    }

    .small--push-two-sixths {
        left: 33.3333333333%;
    }

    .small--push-three-sixths {
        left: 50%;
    }

    .small--push-four-sixths {
        left: 66.6666666667%;
    }

    .small--push-five-sixths {
        left: 83.3333333333%;
    }

    /* Eighths */
    .small--push-one-eighth {
        left: 12.5%;
    }

    .small--push-two-eighths {
        left: 25%;
    }

    .small--push-three-eighths {
        left: 37.5%;
    }

    .small--push-four-eighths {
        left: 50%;
    }

    .small--push-five-eighths {
        left: 62.5%;
    }

    .small--push-six-eighths {
        left: 75%;
    }

    .small--push-seven-eighths {
        left: 87.5%;
    }

    /* Tenths */
    .small--push-one-tenth {
        left: 10%;
    }

    .small--push-two-tenths {
        left: 20%;
    }

    .small--push-three-tenths {
        left: 30%;
    }

    .small--push-four-tenths {
        left: 40%;
    }

    .small--push-five-tenths {
        left: 50%;
    }

    .small--push-six-tenths {
        left: 60%;
    }

    .small--push-seven-tenths {
        left: 70%;
    }

    .small--push-eight-tenths {
        left: 80%;
    }

    .small--push-nine-tenths {
        left: 90%;
    }

    /* Twelfths */
    .small--push-one-twelfth {
        left: 8.3333333333%;
    }

    .small--push-two-twelfths {
        left: 16.6666666667%;
    }

    .small--push-three-twelfths {
        left: 25%;
    }

    .small--push-four-twelfths {
        left: 33.3333333333%;
    }

    .small--push-five-twelfths {
        left: 41.6666666667%;
    }

    .small--push-six-twelfths {
        left: 50%;
    }

    .small--push-seven-twelfths {
        left: 58.3333333333%;
    }

    .small--push-eight-twelfths {
        left: 66.6666666667%;
    }

    .small--push-nine-twelfths {
        left: 75%;
    }

    .small--push-ten-twelfths {
        left: 83.3333333333%;
    }

    .small--push-eleven-twelfths {
        left: 91.6666666667%;
    }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    /* Halves */
    .medium--push-one-half {
        left: 50%;
    }

    /* Thirds */
    .medium--push-one-third {
        left: 33.3333333333%;
    }

    .medium--push-two-thirds {
        left: 66.6666666667%;
    }

    /* Quarters */
    .medium--push-one-quarter {
        left: 25%;
    }

    .medium--push-two-quarters {
        left: 50%;
    }

    .medium--push-three-quarters {
        left: 75%;
    }

    /* Fifths */
    .medium--push-one-fifth {
        left: 20%;
    }

    .medium--push-two-fifths {
        left: 40%;
    }

    .medium--push-three-fifths {
        left: 60%;
    }

    .medium--push-four-fifths {
        left: 80%;
    }

    /* Sixths */
    .medium--push-one-sixth {
        left: 16.6666666667%;
    }

    .medium--push-two-sixths {
        left: 33.3333333333%;
    }

    .medium--push-three-sixths {
        left: 50%;
    }

    .medium--push-four-sixths {
        left: 66.6666666667%;
    }

    .medium--push-five-sixths {
        left: 83.3333333333%;
    }

    /* Eighths */
    .medium--push-one-eighth {
        left: 12.5%;
    }

    .medium--push-two-eighths {
        left: 25%;
    }

    .medium--push-three-eighths {
        left: 37.5%;
    }

    .medium--push-four-eighths {
        left: 50%;
    }

    .medium--push-five-eighths {
        left: 62.5%;
    }

    .medium--push-six-eighths {
        left: 75%;
    }

    .medium--push-seven-eighths {
        left: 87.5%;
    }

    /* Tenths */
    .medium--push-one-tenth {
        left: 10%;
    }

    .medium--push-two-tenths {
        left: 20%;
    }

    .medium--push-three-tenths {
        left: 30%;
    }

    .medium--push-four-tenths {
        left: 40%;
    }

    .medium--push-five-tenths {
        left: 50%;
    }

    .medium--push-six-tenths {
        left: 60%;
    }

    .medium--push-seven-tenths {
        left: 70%;
    }

    .medium--push-eight-tenths {
        left: 80%;
    }

    .medium--push-nine-tenths {
        left: 90%;
    }

    /* Twelfths */
    .medium--push-one-twelfth {
        left: 8.3333333333%;
    }

    .medium--push-two-twelfths {
        left: 16.6666666667%;
    }

    .medium--push-three-twelfths {
        left: 25%;
    }

    .medium--push-four-twelfths {
        left: 33.3333333333%;
    }

    .medium--push-five-twelfths {
        left: 41.6666666667%;
    }

    .medium--push-six-twelfths {
        left: 50%;
    }

    .medium--push-seven-twelfths {
        left: 58.3333333333%;
    }

    .medium--push-eight-twelfths {
        left: 66.6666666667%;
    }

    .medium--push-nine-twelfths {
        left: 75%;
    }

    .medium--push-ten-twelfths {
        left: 83.3333333333%;
    }

    .medium--push-eleven-twelfths {
        left: 91.6666666667%;
    }
}
@media only screen and (min-width: 750px) {
    /* Halves */
    .medium-up--push-one-half {
        left: 50%;
    }

    /* Thirds */
    .medium-up--push-one-third {
        left: 33.3333333333%;
    }

    .medium-up--push-two-thirds {
        left: 66.6666666667%;
    }

    /* Quarters */
    .medium-up--push-one-quarter {
        left: 25%;
    }

    .medium-up--push-two-quarters {
        left: 50%;
    }

    .medium-up--push-three-quarters {
        left: 75%;
    }

    /* Fifths */
    .medium-up--push-one-fifth {
        left: 20%;
    }

    .medium-up--push-two-fifths {
        left: 40%;
    }

    .medium-up--push-three-fifths {
        left: 60%;
    }

    .medium-up--push-four-fifths {
        left: 80%;
    }

    /* Sixths */
    .medium-up--push-one-sixth {
        left: 16.6666666667%;
    }

    .medium-up--push-two-sixths {
        left: 33.3333333333%;
    }

    .medium-up--push-three-sixths {
        left: 50%;
    }

    .medium-up--push-four-sixths {
        left: 66.6666666667%;
    }

    .medium-up--push-five-sixths {
        left: 83.3333333333%;
    }

    /* Eighths */
    .medium-up--push-one-eighth {
        left: 12.5%;
    }

    .medium-up--push-two-eighths {
        left: 25%;
    }

    .medium-up--push-three-eighths {
        left: 37.5%;
    }

    .medium-up--push-four-eighths {
        left: 50%;
    }

    .medium-up--push-five-eighths {
        left: 62.5%;
    }

    .medium-up--push-six-eighths {
        left: 75%;
    }

    .medium-up--push-seven-eighths {
        left: 87.5%;
    }

    /* Tenths */
    .medium-up--push-one-tenth {
        left: 10%;
    }

    .medium-up--push-two-tenths {
        left: 20%;
    }

    .medium-up--push-three-tenths {
        left: 30%;
    }

    .medium-up--push-four-tenths {
        left: 40%;
    }

    .medium-up--push-five-tenths {
        left: 50%;
    }

    .medium-up--push-six-tenths {
        left: 60%;
    }

    .medium-up--push-seven-tenths {
        left: 70%;
    }

    .medium-up--push-eight-tenths {
        left: 80%;
    }

    .medium-up--push-nine-tenths {
        left: 90%;
    }

    /* Twelfths */
    .medium-up--push-one-twelfth {
        left: 8.3333333333%;
    }

    .medium-up--push-two-twelfths {
        left: 16.6666666667%;
    }

    .medium-up--push-three-twelfths {
        left: 25%;
    }

    .medium-up--push-four-twelfths {
        left: 33.3333333333%;
    }

    .medium-up--push-five-twelfths {
        left: 41.6666666667%;
    }

    .medium-up--push-six-twelfths {
        left: 50%;
    }

    .medium-up--push-seven-twelfths {
        left: 58.3333333333%;
    }

    .medium-up--push-eight-twelfths {
        left: 66.6666666667%;
    }

    .medium-up--push-nine-twelfths {
        left: 75%;
    }

    .medium-up--push-ten-twelfths {
        left: 83.3333333333%;
    }

    .medium-up--push-eleven-twelfths {
        left: 91.6666666667%;
    }
}
@media only screen and (max-width: 989px) {
    /* Halves */
    .medium-down--push-one-half {
        left: 50%;
    }

    /* Thirds */
    .medium-down--push-one-third {
        left: 33.3333333333%;
    }

    .medium-down--push-two-thirds {
        left: 66.6666666667%;
    }

    /* Quarters */
    .medium-down--push-one-quarter {
        left: 25%;
    }

    .medium-down--push-two-quarters {
        left: 50%;
    }

    .medium-down--push-three-quarters {
        left: 75%;
    }

    /* Fifths */
    .medium-down--push-one-fifth {
        left: 20%;
    }

    .medium-down--push-two-fifths {
        left: 40%;
    }

    .medium-down--push-three-fifths {
        left: 60%;
    }

    .medium-down--push-four-fifths {
        left: 80%;
    }

    /* Sixths */
    .medium-down--push-one-sixth {
        left: 16.6666666667%;
    }

    .medium-down--push-two-sixths {
        left: 33.3333333333%;
    }

    .medium-down--push-three-sixths {
        left: 50%;
    }

    .medium-down--push-four-sixths {
        left: 66.6666666667%;
    }

    .medium-down--push-five-sixths {
        left: 83.3333333333%;
    }

    /* Eighths */
    .medium-down--push-one-eighth {
        left: 12.5%;
    }

    .medium-down--push-two-eighths {
        left: 25%;
    }

    .medium-down--push-three-eighths {
        left: 37.5%;
    }

    .medium-down--push-four-eighths {
        left: 50%;
    }

    .medium-down--push-five-eighths {
        left: 62.5%;
    }

    .medium-down--push-six-eighths {
        left: 75%;
    }

    .medium-down--push-seven-eighths {
        left: 87.5%;
    }

    /* Tenths */
    .medium-down--push-one-tenth {
        left: 10%;
    }

    .medium-down--push-two-tenths {
        left: 20%;
    }

    .medium-down--push-three-tenths {
        left: 30%;
    }

    .medium-down--push-four-tenths {
        left: 40%;
    }

    .medium-down--push-five-tenths {
        left: 50%;
    }

    .medium-down--push-six-tenths {
        left: 60%;
    }

    .medium-down--push-seven-tenths {
        left: 70%;
    }

    .medium-down--push-eight-tenths {
        left: 80%;
    }

    .medium-down--push-nine-tenths {
        left: 90%;
    }

    /* Twelfths */
    .medium-down--push-one-twelfth {
        left: 8.3333333333%;
    }

    .medium-down--push-two-twelfths {
        left: 16.6666666667%;
    }

    .medium-down--push-three-twelfths {
        left: 25%;
    }

    .medium-down--push-four-twelfths {
        left: 33.3333333333%;
    }

    .medium-down--push-five-twelfths {
        left: 41.6666666667%;
    }

    .medium-down--push-six-twelfths {
        left: 50%;
    }

    .medium-down--push-seven-twelfths {
        left: 58.3333333333%;
    }

    .medium-down--push-eight-twelfths {
        left: 66.6666666667%;
    }

    .medium-down--push-nine-twelfths {
        left: 75%;
    }

    .medium-down--push-ten-twelfths {
        left: 83.3333333333%;
    }

    .medium-down--push-eleven-twelfths {
        left: 91.6666666667%;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1399px) {
    /* Halves */
    .large--push-one-half {
        left: 50%;
    }

    /* Thirds */
    .large--push-one-third {
        left: 33.3333333333%;
    }

    .large--push-two-thirds {
        left: 66.6666666667%;
    }

    /* Quarters */
    .large--push-one-quarter {
        left: 25%;
    }

    .large--push-two-quarters {
        left: 50%;
    }

    .large--push-three-quarters {
        left: 75%;
    }

    /* Fifths */
    .large--push-one-fifth {
        left: 20%;
    }

    .large--push-two-fifths {
        left: 40%;
    }

    .large--push-three-fifths {
        left: 60%;
    }

    .large--push-four-fifths {
        left: 80%;
    }

    /* Sixths */
    .large--push-one-sixth {
        left: 16.6666666667%;
    }

    .large--push-two-sixths {
        left: 33.3333333333%;
    }

    .large--push-three-sixths {
        left: 50%;
    }

    .large--push-four-sixths {
        left: 66.6666666667%;
    }

    .large--push-five-sixths {
        left: 83.3333333333%;
    }

    /* Eighths */
    .large--push-one-eighth {
        left: 12.5%;
    }

    .large--push-two-eighths {
        left: 25%;
    }

    .large--push-three-eighths {
        left: 37.5%;
    }

    .large--push-four-eighths {
        left: 50%;
    }

    .large--push-five-eighths {
        left: 62.5%;
    }

    .large--push-six-eighths {
        left: 75%;
    }

    .large--push-seven-eighths {
        left: 87.5%;
    }

    /* Tenths */
    .large--push-one-tenth {
        left: 10%;
    }

    .large--push-two-tenths {
        left: 20%;
    }

    .large--push-three-tenths {
        left: 30%;
    }

    .large--push-four-tenths {
        left: 40%;
    }

    .large--push-five-tenths {
        left: 50%;
    }

    .large--push-six-tenths {
        left: 60%;
    }

    .large--push-seven-tenths {
        left: 70%;
    }

    .large--push-eight-tenths {
        left: 80%;
    }

    .large--push-nine-tenths {
        left: 90%;
    }

    /* Twelfths */
    .large--push-one-twelfth {
        left: 8.3333333333%;
    }

    .large--push-two-twelfths {
        left: 16.6666666667%;
    }

    .large--push-three-twelfths {
        left: 25%;
    }

    .large--push-four-twelfths {
        left: 33.3333333333%;
    }

    .large--push-five-twelfths {
        left: 41.6666666667%;
    }

    .large--push-six-twelfths {
        left: 50%;
    }

    .large--push-seven-twelfths {
        left: 58.3333333333%;
    }

    .large--push-eight-twelfths {
        left: 66.6666666667%;
    }

    .large--push-nine-twelfths {
        left: 75%;
    }

    .large--push-ten-twelfths {
        left: 83.3333333333%;
    }

    .large--push-eleven-twelfths {
        left: 91.6666666667%;
    }
}
@media only screen and (max-width: 1399px) {
    /* Halves */
    .large-down--push-one-half {
        left: 50%;
    }

    /* Thirds */
    .large-down--push-one-third {
        left: 33.3333333333%;
    }

    .large-down--push-two-thirds {
        left: 66.6666666667%;
    }

    /* Quarters */
    .large-down--push-one-quarter {
        left: 25%;
    }

    .large-down--push-two-quarters {
        left: 50%;
    }

    .large-down--push-three-quarters {
        left: 75%;
    }

    /* Fifths */
    .large-down--push-one-fifth {
        left: 20%;
    }

    .large-down--push-two-fifths {
        left: 40%;
    }

    .large-down--push-three-fifths {
        left: 60%;
    }

    .large-down--push-four-fifths {
        left: 80%;
    }

    /* Sixths */
    .large-down--push-one-sixth {
        left: 16.6666666667%;
    }

    .large-down--push-two-sixths {
        left: 33.3333333333%;
    }

    .large-down--push-three-sixths {
        left: 50%;
    }

    .large-down--push-four-sixths {
        left: 66.6666666667%;
    }

    .large-down--push-five-sixths {
        left: 83.3333333333%;
    }

    /* Eighths */
    .large-down--push-one-eighth {
        left: 12.5%;
    }

    .large-down--push-two-eighths {
        left: 25%;
    }

    .large-down--push-three-eighths {
        left: 37.5%;
    }

    .large-down--push-four-eighths {
        left: 50%;
    }

    .large-down--push-five-eighths {
        left: 62.5%;
    }

    .large-down--push-six-eighths {
        left: 75%;
    }

    .large-down--push-seven-eighths {
        left: 87.5%;
    }

    /* Tenths */
    .large-down--push-one-tenth {
        left: 10%;
    }

    .large-down--push-two-tenths {
        left: 20%;
    }

    .large-down--push-three-tenths {
        left: 30%;
    }

    .large-down--push-four-tenths {
        left: 40%;
    }

    .large-down--push-five-tenths {
        left: 50%;
    }

    .large-down--push-six-tenths {
        left: 60%;
    }

    .large-down--push-seven-tenths {
        left: 70%;
    }

    .large-down--push-eight-tenths {
        left: 80%;
    }

    .large-down--push-nine-tenths {
        left: 90%;
    }

    /* Twelfths */
    .large-down--push-one-twelfth {
        left: 8.3333333333%;
    }

    .large-down--push-two-twelfths {
        left: 16.6666666667%;
    }

    .large-down--push-three-twelfths {
        left: 25%;
    }

    .large-down--push-four-twelfths {
        left: 33.3333333333%;
    }

    .large-down--push-five-twelfths {
        left: 41.6666666667%;
    }

    .large-down--push-six-twelfths {
        left: 50%;
    }

    .large-down--push-seven-twelfths {
        left: 58.3333333333%;
    }

    .large-down--push-eight-twelfths {
        left: 66.6666666667%;
    }

    .large-down--push-nine-twelfths {
        left: 75%;
    }

    .large-down--push-ten-twelfths {
        left: 83.3333333333%;
    }

    .large-down--push-eleven-twelfths {
        left: 91.6666666667%;
    }
}
@media only screen and (min-width: 990px) {
    /* Halves */
    .large-up--push-one-half {
        left: 50%;
    }

    /* Thirds */
    .large-up--push-one-third {
        left: 33.3333333333%;
    }

    .large-up--push-two-thirds {
        left: 66.6666666667%;
    }

    /* Quarters */
    .large-up--push-one-quarter {
        left: 25%;
    }

    .large-up--push-two-quarters {
        left: 50%;
    }

    .large-up--push-three-quarters {
        left: 75%;
    }

    /* Fifths */
    .large-up--push-one-fifth {
        left: 20%;
    }

    .large-up--push-two-fifths {
        left: 40%;
    }

    .large-up--push-three-fifths {
        left: 60%;
    }

    .large-up--push-four-fifths {
        left: 80%;
    }

    /* Sixths */
    .large-up--push-one-sixth {
        left: 16.6666666667%;
    }

    .large-up--push-two-sixths {
        left: 33.3333333333%;
    }

    .large-up--push-three-sixths {
        left: 50%;
    }

    .large-up--push-four-sixths {
        left: 66.6666666667%;
    }

    .large-up--push-five-sixths {
        left: 83.3333333333%;
    }

    /* Eighths */
    .large-up--push-one-eighth {
        left: 12.5%;
    }

    .large-up--push-two-eighths {
        left: 25%;
    }

    .large-up--push-three-eighths {
        left: 37.5%;
    }

    .large-up--push-four-eighths {
        left: 50%;
    }

    .large-up--push-five-eighths {
        left: 62.5%;
    }

    .large-up--push-six-eighths {
        left: 75%;
    }

    .large-up--push-seven-eighths {
        left: 87.5%;
    }

    /* Tenths */
    .large-up--push-one-tenth {
        left: 10%;
    }

    .large-up--push-two-tenths {
        left: 20%;
    }

    .large-up--push-three-tenths {
        left: 30%;
    }

    .large-up--push-four-tenths {
        left: 40%;
    }

    .large-up--push-five-tenths {
        left: 50%;
    }

    .large-up--push-six-tenths {
        left: 60%;
    }

    .large-up--push-seven-tenths {
        left: 70%;
    }

    .large-up--push-eight-tenths {
        left: 80%;
    }

    .large-up--push-nine-tenths {
        left: 90%;
    }

    /* Twelfths */
    .large-up--push-one-twelfth {
        left: 8.3333333333%;
    }

    .large-up--push-two-twelfths {
        left: 16.6666666667%;
    }

    .large-up--push-three-twelfths {
        left: 25%;
    }

    .large-up--push-four-twelfths {
        left: 33.3333333333%;
    }

    .large-up--push-five-twelfths {
        left: 41.6666666667%;
    }

    .large-up--push-six-twelfths {
        left: 50%;
    }

    .large-up--push-seven-twelfths {
        left: 58.3333333333%;
    }

    .large-up--push-eight-twelfths {
        left: 66.6666666667%;
    }

    .large-up--push-nine-twelfths {
        left: 75%;
    }

    .large-up--push-ten-twelfths {
        left: 83.3333333333%;
    }

    .large-up--push-eleven-twelfths {
        left: 91.6666666667%;
    }
}
@media only screen and (max-width: 1399px) {
    /* Halves */
    .large-down--push-one-half {
        left: 50%;
    }

    /* Thirds */
    .large-down--push-one-third {
        left: 33.3333333333%;
    }

    .large-down--push-two-thirds {
        left: 66.6666666667%;
    }

    /* Quarters */
    .large-down--push-one-quarter {
        left: 25%;
    }

    .large-down--push-two-quarters {
        left: 50%;
    }

    .large-down--push-three-quarters {
        left: 75%;
    }

    /* Fifths */
    .large-down--push-one-fifth {
        left: 20%;
    }

    .large-down--push-two-fifths {
        left: 40%;
    }

    .large-down--push-three-fifths {
        left: 60%;
    }

    .large-down--push-four-fifths {
        left: 80%;
    }

    /* Sixths */
    .large-down--push-one-sixth {
        left: 16.6666666667%;
    }

    .large-down--push-two-sixths {
        left: 33.3333333333%;
    }

    .large-down--push-three-sixths {
        left: 50%;
    }

    .large-down--push-four-sixths {
        left: 66.6666666667%;
    }

    .large-down--push-five-sixths {
        left: 83.3333333333%;
    }

    /* Eighths */
    .large-down--push-one-eighth {
        left: 12.5%;
    }

    .large-down--push-two-eighths {
        left: 25%;
    }

    .large-down--push-three-eighths {
        left: 37.5%;
    }

    .large-down--push-four-eighths {
        left: 50%;
    }

    .large-down--push-five-eighths {
        left: 62.5%;
    }

    .large-down--push-six-eighths {
        left: 75%;
    }

    .large-down--push-seven-eighths {
        left: 87.5%;
    }

    /* Tenths */
    .large-down--push-one-tenth {
        left: 10%;
    }

    .large-down--push-two-tenths {
        left: 20%;
    }

    .large-down--push-three-tenths {
        left: 30%;
    }

    .large-down--push-four-tenths {
        left: 40%;
    }

    .large-down--push-five-tenths {
        left: 50%;
    }

    .large-down--push-six-tenths {
        left: 60%;
    }

    .large-down--push-seven-tenths {
        left: 70%;
    }

    .large-down--push-eight-tenths {
        left: 80%;
    }

    .large-down--push-nine-tenths {
        left: 90%;
    }

    /* Twelfths */
    .large-down--push-one-twelfth {
        left: 8.3333333333%;
    }

    .large-down--push-two-twelfths {
        left: 16.6666666667%;
    }

    .large-down--push-three-twelfths {
        left: 25%;
    }

    .large-down--push-four-twelfths {
        left: 33.3333333333%;
    }

    .large-down--push-five-twelfths {
        left: 41.6666666667%;
    }

    .large-down--push-six-twelfths {
        left: 50%;
    }

    .large-down--push-seven-twelfths {
        left: 58.3333333333%;
    }

    .large-down--push-eight-twelfths {
        left: 66.6666666667%;
    }

    .large-down--push-nine-twelfths {
        left: 75%;
    }

    .large-down--push-ten-twelfths {
        left: 83.3333333333%;
    }

    .large-down--push-eleven-twelfths {
        left: 91.6666666667%;
    }
}
@media only screen and (min-width: 1400px) {
    /* Halves */
    .widescreen--push-one-half {
        left: 50%;
    }

    /* Thirds */
    .widescreen--push-one-third {
        left: 33.3333333333%;
    }

    .widescreen--push-two-thirds {
        left: 66.6666666667%;
    }

    /* Quarters */
    .widescreen--push-one-quarter {
        left: 25%;
    }

    .widescreen--push-two-quarters {
        left: 50%;
    }

    .widescreen--push-three-quarters {
        left: 75%;
    }

    /* Fifths */
    .widescreen--push-one-fifth {
        left: 20%;
    }

    .widescreen--push-two-fifths {
        left: 40%;
    }

    .widescreen--push-three-fifths {
        left: 60%;
    }

    .widescreen--push-four-fifths {
        left: 80%;
    }

    /* Sixths */
    .widescreen--push-one-sixth {
        left: 16.6666666667%;
    }

    .widescreen--push-two-sixths {
        left: 33.3333333333%;
    }

    .widescreen--push-three-sixths {
        left: 50%;
    }

    .widescreen--push-four-sixths {
        left: 66.6666666667%;
    }

    .widescreen--push-five-sixths {
        left: 83.3333333333%;
    }

    /* Eighths */
    .widescreen--push-one-eighth {
        left: 12.5%;
    }

    .widescreen--push-two-eighths {
        left: 25%;
    }

    .widescreen--push-three-eighths {
        left: 37.5%;
    }

    .widescreen--push-four-eighths {
        left: 50%;
    }

    .widescreen--push-five-eighths {
        left: 62.5%;
    }

    .widescreen--push-six-eighths {
        left: 75%;
    }

    .widescreen--push-seven-eighths {
        left: 87.5%;
    }

    /* Tenths */
    .widescreen--push-one-tenth {
        left: 10%;
    }

    .widescreen--push-two-tenths {
        left: 20%;
    }

    .widescreen--push-three-tenths {
        left: 30%;
    }

    .widescreen--push-four-tenths {
        left: 40%;
    }

    .widescreen--push-five-tenths {
        left: 50%;
    }

    .widescreen--push-six-tenths {
        left: 60%;
    }

    .widescreen--push-seven-tenths {
        left: 70%;
    }

    .widescreen--push-eight-tenths {
        left: 80%;
    }

    .widescreen--push-nine-tenths {
        left: 90%;
    }

    /* Twelfths */
    .widescreen--push-one-twelfth {
        left: 8.3333333333%;
    }

    .widescreen--push-two-twelfths {
        left: 16.6666666667%;
    }

    .widescreen--push-three-twelfths {
        left: 25%;
    }

    .widescreen--push-four-twelfths {
        left: 33.3333333333%;
    }

    .widescreen--push-five-twelfths {
        left: 41.6666666667%;
    }

    .widescreen--push-six-twelfths {
        left: 50%;
    }

    .widescreen--push-seven-twelfths {
        left: 58.3333333333%;
    }

    .widescreen--push-eight-twelfths {
        left: 66.6666666667%;
    }

    .widescreen--push-nine-twelfths {
        left: 75%;
    }

    .widescreen--push-ten-twelfths {
        left: 83.3333333333%;
    }

    .widescreen--push-eleven-twelfths {
        left: 91.6666666667%;
    }
}
/* ================ Heights ================ */
:root {
    --full-screen: 100vh;
    --three-quarters: 75vh;
    --two-thirds: 66vh;
    --one-half: 50vh;
    --one-third: 33vh;
    --header-height: 100px;
    --footer-height: 500px;
    --announcmenet-height: 33px;
    --content-full: 90vh;
    --content-min: 90vh;
    --header-padding: 0px;
}

@media only screen and (min-width: 750px) {
    .screen-height-full {
        height: var(--full-screen);
    }

    .screen-height-three-quarters {
        height: var(--three-quarters);
    }

    .screen-height-two-thirds {
        height: var(--two-thirds);
    }

    .screen-height-one-half {
        height: var(--one-half);
    }

    .screen-height-one-third {
        height: var(--one-third);
    }

    .seven-fifty-height-hero {
        height: 750px;
    }

    .sixty-fifty-height-hero {
        height: 650px;
    }

    .five-fifty-height-hero {
        height: 550px;
    }

    .four-fifty-height-hero {
        height: 450px;
    }

    .three-fifty-height-hero {
        height: 350px;
    }

    .two-fifty-height-hero {
        height: 250px;
    }
}
@media only screen and (max-width: 749px) {
    .screen-height-full--mobile {
        height: var(--full-screen);
    }

    .screen-height-three-quarters--mobile {
        height: var(--three-quarters);
    }

    .screen-height-two-thirds--mobile {
        height: var(--two-thirds);
    }

    .screen-height-one-half--mobile {
        height: var(--one-half);
    }

    .screen-height-one-third--mobile {
        height: var(--one-third);
    }

    .seven-fifty-height-hero--mobile {
        height: 750px;
    }

    .sixty-fifty-height-hero--mobile {
        height: 650px;
    }

    .five-fifty-height-hero--mobile {
        height: 550px;
    }

    .four-fifty-height-hero--mobile {
        height: 450px;
    }

    .three-fifty-height-hero--mobile {
        height: 350px;
    }

    .two-fifty-height-hero--mobile {
        height: 250px;
    }
}
/* Min height */
.screen-height-full-min {
    min-height: var(--full-screen);
}

.screen-height-three-quarters-min {
    min-height: var(--three-quarters);
}

.screen-height-two-thirds-min {
    min-height: var(--two-thirds);
}

.screen-height-one-half-min {
    min-height: var(--one-half);
}

.screen-height-one-third-min {
    min-height: var(--one-third);
}

.seven-fifty-height-hero-min {
    min-height: 750px;
}

.sixty-fifty-height-hero-min {
    min-height: 650px;
}

.five-fifty-height-hero-min {
    min-height: 550px;
}

.four-fifty-height-hero-min {
    min-height: 450px;
}

.three-fifty-height-hero-min {
    min-height: 350px;
}

.two-fifty-height-hero-min {
    min-height: 250px;
}

@media only screen and (min-width: 750px) {
    .screen-height-full-min--desktop {
        min-height: var(--full-screen);
    }

    .screen-height-three-quarters-min--desktop {
        min-height: var(--three-quarters);
    }

    .screen-height-two-thirds-min--desktop {
        min-height: var(--two-thirds);
    }

    .screen-height-one-half-min--desktop {
        min-height: var(--one-half);
    }

    .screen-height-one-third-min--desktop {
        min-height: var(--one-third);
    }

    .seven-fifty-height-hero-min--desktop {
        min-height: 750px;
    }

    .sixty-fifty-height-hero-min--desktop {
        min-height: 650px;
    }

    .five-fifty-height-hero-min--desktop {
        min-height: 550px;
    }

    .four-fifty-height-hero-min--desktop {
        min-height: 450px;
    }

    .three-fifty-height-hero-min--desktop {
        min-height: 350px;
    }

    .two-fifty-height-hero-min--desktop {
        min-height: 250px;
    }
}
@media only screen and (max-width: 749px) {
    .screen-height-full-min--mobile {
        min-height: var(--full-screen);
    }

    .screen-height-three-quarters-min--mobile {
        min-height: var(--three-quarters);
    }

    .screen-height-two-thirds-min--mobile {
        min-height: var(--two-thirds);
    }

    .screen-height-one-half-min--mobile {
        min-height: var(--one-half);
    }

    .screen-height-one-third-min--mobile {
        min-height: var(--one-third);
    }

    .seven-fifty-height-hero-min--mobile {
        min-height: 750px;
    }

    .sixty-fifty-height-hero-min--mobile {
        min-height: 650px;
    }

    .five-fifty-height-hero-min--mobile {
        min-height: 550px;
    }

    .four-fifty-height-hero-min--mobile {
        min-height: 450px;
    }

    .three-fifty-height-hero-min--mobile {
        min-height: 350px;
    }

    .two-fifty-height-hero-min--mobile {
        min-height: 250px;
    }
}
/**
 * Layout
 */
:root {
    --outer: var(--LAYOUT-OUTER);
    --gutter: var(--LAYOUT-GUTTER);
    --gap: var(--gutter);
    --outer-offset: calc(var(--outer) * -1);
    --gutter-offset: calc(var(--gutter) * -1);
    --inner: 20px;
    --base: 16px;
    --line: 1rem;
    --content-max: 1100px;
    --grid: repeat(4, minmax(0, 1fr));
    --grid-tablet: repeat(3, minmax(0, 1fr));
    --grid-small: repeat(2, minmax(0, 1fr));
    --grid-mobile: repeat(1, minmax(0, 1fr));
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    :root {
        --outer: calc(var(--LAYOUT-OUTER-MEDIUM));
        --gutter: calc(var(--LAYOUT-GUTTER-MEDIUM));
        --inner: 18px;
        --base: 15px;
    }
}
@media only screen and (max-width: 749px) {
    :root {
        --outer: calc(var(--LAYOUT-OUTER-SMALL));
        --gutter: calc(var(--LAYOUT-GUTTER-SMALL));
        --inner: 16px;
        --base: 14px;
        --line: 0.66rem;
    }
}
@media only screen and (min-width: 1400px) {
    :root {
        --content-max: 80vw;
    }
}

html,
body {
    min-height: 100%;
}

* {
    box-sizing: border-box;
}

html {
    font-size: var(--base);
    scroll-behavior: smooth;
    --scroll-behavior: smooth;
}

body {
    position: relative;
    min-width: 320px;
    color: var(--COLOR-TEXT);
    background-color: var(--COLOR-BG);
    font-size: var(--FONT-SIZE-BASE);
    -webkit-text-size-adjust: 100%;
}
body * {
    -webkit-font-smoothing: antialiased;
}

body.grid-compact .product-grid-outer,
body.grid-compact .highlights__items,
body.grid-compact .subcollections__inner {
    --gap: 0px;
}
body.grid-compact .highlights__items,
body.grid-compact .subcollections__inner {
    margin: 0 calc(var(--outer) * -1);
}

.container {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    min-height: 100%;
    background-color: var(--COLOR-BG);
}

/**
 * CONTENT WRAPPER
 */
.main-content {
    margin: 0;
    padding: 0;
    min-width: 100%;
    display: block;
    min-height: var(--content-min);
}

.wrapper {
    max-width: var(--content-max);
    margin: 0 auto;
    padding-left: var(--outer);
    padding-right: var(--outer);
}

.wrapper--narrow {
    max-width: 670px;
    margin: 0 auto;
    padding-left: var(--outer);
    padding-right: var(--outer);
}

.wrapper--full-padded {
    max-width: none;
    margin: 0 auto;
    padding-left: var(--outer);
    padding-right: var(--outer);
}

.wrapper--full {
    max-width: none;
    margin: 0 auto;
}

.section-padding {
    --padding-top: var(--PT);
    --padding-bottom: var(--PB);
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom);
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    .section-padding {
        --padding-top: calc(var(--PT) * 0.8);
        --padding-bottom: calc(var(--PB) * 0.8);
    }
}
@media only screen and (max-width: 749px) {
    .section-padding {
        --padding-top: calc(var(--PT) * 0.6);
        --padding-bottom: calc(var(--PB) * 0.6);
        padding-top: var(--PT-MOBILE, var(--padding-top));
    }
}

.main-buttons {
    margin: 4px -8px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.text-left .main-buttons, .align--top-left .main-buttons, .align--middle-left .main-buttons, .align--bottom-left .main-buttons {
    justify-content: flex-start;
}
.text-right .main-buttons, .align--top-right .main-buttons, .align--middle-right .main-buttons, .align--bottom-right .main-buttons {
    justify-content: flex-end;
}
@media only screen and (max-width: 479px) {
    .main-buttons {
        flex-flow: column;
    }
    .text-right .main-buttons, .align--top-right .main-buttons, .align--middle-right .main-buttons, .align--bottom-right .main-buttons {
        align-items: flex-end;
    }
}

.main-buttons__item {
    display: flex;
    align-items: center;
    margin: 16px 8px 0;
}
.text-center .main-buttons__item, .align--top-center .main-buttons__item, .align--middle-center .main-buttons__item, .align--bottom-center .main-buttons__item {
    justify-content: center;
}

/**
 * TABLES
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--COLOR-BORDER);
    margin: 1em 0;
}

table tr > th,
table tr > td {
    border-bottom: 1px solid var(--COLOR-BORDER);
    border-right: 1px solid var(--COLOR-BORDER);
    padding: 10px;
    line-height: 1.3;
    vertical-align: middle;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

dl {
    margin-bottom: 1.5em;
}

dt,
dd {
    line-height: 1.5em;
}

dt {
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

dd {
    margin-left: 0.8em;
}

.just {
    text-align: justify;
    font-size: 0.01em;
}

.product-grid.just {
    font-size: 0.001px;
}

.just > * {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    font-size: var(--FONT-SIZE-BASE);
}

.just:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

.main-content > .shopify-section:first-of-type .backdrop--linear:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: calc(var(--header-height) * 1.5);
    background: linear-gradient(to bottom, var(--header-overlay-color) 0%, var(--TRANSPARENT) 100%);
    opacity: var(--header-overlay-opacity);
}

/**
 * Typography
 * https://type-scale.com/
 */
:root {
    --font-15: 55px;
    --font-14: 52px;
    --font-13: 50px;
    --font-12: 47px;
    --font-11: 43px;
    --font-10: 40px;
    --font-9: 37px;
    --font-8: 32px;
    --font-7: 27px;
    --font-6: 23px;
    --font-5: 19px;
    --font-4: 16px;
    --font-3: 14px;
    --font-2: 12px;
    --font-1: 10px;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    :root {
        --font-15: 60px;
        --font-14: 55px;
        --font-13: 50px;
        --font-12: 52px;
        --font-11: 48px;
        --font-10: 45px;
        --font-9: 41px;
        --font-8: 35px;
        --font-7: 29px;
        --font-6: 25px;
        --font-5: 21px;
        --font-4: 18px;
        --font-3: 15px;
        --font-2: 13px;
        --font-1: 11px;
    }
}
@media only screen and (min-width: 990px) {
    :root {
        --font-15: 82px;
        --font-14: 75px;
        --font-13: 69px;
        --font-12: 62px;
        --font-11: 56px;
        --font-10: 53px;
        --font-9: 45px;
        --font-8: 38px;
        --font-7: 32px;
        --font-6: 27px;
        --font-5: 23px;
        --font-4: 19px;
        --font-3: 16px;
        --font-2: 14px;
        --font-1: 12px;
    }
}

h1, .h1 {
    font-size: calc(var(--font-9) * var(--FONT-ADJUST-HEADING));
}

h2, .h2 {
    font-size: calc(var(--font-8) * var(--FONT-ADJUST-HEADING));
}

h3, .h3 {
    font-size: calc(var(--font-7) * var(--FONT-ADJUST-HEADING));
}

h4, .h4 {
    font-size: calc(var(--font-6) * var(--FONT-ADJUST-HEADING));
}

h5, .h5 {
    font-size: calc(var(--font-5) * var(--FONT-ADJUST-HEADING));
}

h6, .article__author-bio h3, .blog-section .article__image .article__tags, .h6 {
    font-size: calc(var(--font-4) * var(--FONT-ADJUST-HEADING));
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6, .article__author-bio h3, .blog-section .article__image .article__tags {
    font-family: var(--FONT-STACK-HEADING);
    font-style: var(--FONT-STYLE-HEADING);
    line-height: 1.2;
    font-weight: var(--FONT-WEIGHT-HEADING);
    margin: 0 0 0.5em 0;
    margin: 0.5em 0;
}
.h1 .strong, .h1.strong,
.h1 strong, .h2 .strong, .h2.strong,
.h2 strong, .h3 .strong, .h3.strong,
.h3 strong, .h4 .strong, .h4.strong,
.h4 strong, .h5 .strong, .h5.strong,
.h5 strong, .h6 .strong, .h6.strong,
.h6 strong,
h1 .strong,
h1.strong,
h1 strong, h2 .strong, h2.strong,
h2 strong, h3 .strong, h3.strong,
h3 strong, h4 .strong, h4.strong,
h4 strong, h5 .strong, h5.strong,
h5 strong, h6 .strong, .blog-section .article__image .article__tags .strong, h6.strong, .blog-section .article__image .strong.article__tags,
h6 strong,
.article__author-bio h3 strong,
.blog-section .article__image .article__tags strong {
    font-weight: var(--FONT-WEIGHT-HEADING-BOLD);
}
.h1.theme, .h2.theme, .h3.theme, .h4.theme, .h5.theme, .h6.theme,
h1.theme, h2.theme, h3.theme, h4.theme, h5.theme, h6.theme, .blog-section .article__image .theme.article__tags {
    text-align: center;
    position: relative;
    z-index: 11;
}

/*================ Headings with body font ================*/
body {
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    font-style: var(--FONT-STYLE-BODY);
}

.h1--body,
.h2--body,
.h3--body,
.h4--body,
.h5--body,
.h6--body {
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    font-style: var(--FONT-STYLE-BODY);
    text-transform: none;
    letter-spacing: 0px;
    margin: 0.5em 0;
    line-height: 1.2;
}
.h1--body a,
.h2--body a,
.h3--body a,
.h4--body a,
.h5--body a,
.h6--body a {
    text-decoration: none;
    font-weight: inherit;
}

.h1--body {
    font-size: calc(var(--font-9) * var(--FONT-ADJUST-BODY));
}

.h2--body {
    font-size: calc(var(--font-8) * var(--FONT-ADJUST-BODY));
}

.h3--body {
    font-size: calc(var(--font-7) * var(--FONT-ADJUST-BODY));
}

.h4--body {
    font-size: calc(var(--font-6) * var(--FONT-ADJUST-BODY));
}

.h5--body {
    font-size: calc(var(--font-5) * var(--FONT-ADJUST-BODY));
}

.h6--body {
    font-size: calc(var(--font-4) * var(--FONT-ADJUST-BODY));
}

p .p {
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
}

small,
.small,
p small {
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.xs {
    font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
}

.font-body {
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    font-style: var(--FONT-STYLE-BODY);
}

.font-heading {
    font-family: var(--FONT-STACK-HEADING);
    font-weight: var(--FONT-WEIGHT-HEADING);
    font-style: var(--FONT-STYLE-HEADING);
}

.heading-size-1 {
    font-size: calc(var(--font-1) * var(--FONT-ADJUST-HEADING));
}

.heading-size-2 {
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-HEADING));
}

.heading-size-3 {
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-HEADING));
}

.heading-size-4 {
    font-size: calc(var(--font-4) * var(--FONT-ADJUST-HEADING));
}

.heading-size-5 {
    font-size: calc(var(--font-5) * var(--FONT-ADJUST-HEADING));
}

.heading-size-6 {
    font-size: calc(var(--font-6) * var(--FONT-ADJUST-HEADING));
}

.heading-size-7 {
    font-size: calc(var(--font-7) * var(--FONT-ADJUST-HEADING));
}

.heading-size-8 {
    font-size: calc(var(--font-8) * var(--FONT-ADJUST-HEADING));
}

.heading-size-9 {
    font-size: calc(var(--font-9) * var(--FONT-ADJUST-HEADING));
}

.heading-size-10 {
    font-size: calc(var(--font-10) * var(--FONT-ADJUST-HEADING));
}

.heading-size-11 {
    font-size: calc(var(--font-11) * var(--FONT-ADJUST-HEADING));
}

.heading-size-12 {
    font-size: calc(var(--font-12) * var(--FONT-ADJUST-HEADING));
}

.heading-size-13 {
    font-size: calc(var(--font-13) * var(--FONT-ADJUST-HEADING));
}

.heading-size-14 {
    font-size: calc(var(--font-14) * var(--FONT-ADJUST-HEADING));
}

.heading-size-15 {
    font-size: calc(var(--font-15) * var(--FONT-ADJUST-HEADING));
}

.body-size-1 {
    font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
}

.body-size-2 {
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.body-size-3 {
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
}

.body-size-4 {
    font-size: calc(var(--font-4) * var(--FONT-ADJUST-BODY));
}

.body-size-5 {
    font-size: calc(var(--font-5) * var(--FONT-ADJUST-BODY));
}

.body-size-6 {
    font-size: calc(var(--font-6) * var(--FONT-ADJUST-BODY));
}

.body-size-7 {
    font-size: calc(var(--font-7) * var(--FONT-ADJUST-BODY));
}

.body-size-8 {
    font-size: calc(var(--font-8) * var(--FONT-ADJUST-BODY));
}

.body-size-9 {
    font-size: calc(var(--font-9) * var(--FONT-ADJUST-BODY));
}

.body-size-10 {
    font-size: calc(var(--font-10) * var(--FONT-ADJUST-BODY));
}

.body-size-11 {
    font-size: calc(var(--font-11) * var(--FONT-ADJUST-BODY));
}

.body-size-12 {
    font-size: calc(var(--font-12) * var(--FONT-ADJUST-BODY));
}

.body-size-13 {
    font-size: calc(var(--font-13) * var(--FONT-ADJUST-BODY));
}

.body-size-14 {
    font-size: calc(var(--font-14) * var(--FONT-ADJUST-BODY));
}

.body-size-15 {
    font-size: calc(var(--font-15) * var(--FONT-ADJUST-BODY));
}

/*================ Standard elements ================*/
p,
.p {
    margin: 0.5em 0;
}

.strong,
strong {
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

a {
    text-decoration: none;
    color: var(--text);
    transition: color 0.25s ease;
}

@media (hover: hover) {
    a:hover {
        color: var(--COLOR-PRIMARY);
    }
}
blockquote {
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
    padding-left: 1.5em;
    border-left: 5px solid var(--text);
    margin: 0 0 1.5em 1.25em;
}

ul,
ol {
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
    margin: 0 0 1.5em 1.3em;
}
ul.unstyled,
ol.unstyled {
    list-style-type: none;
    margin-left: 0;
}
ul.inline-list li,
ol.inline-list li {
    display: inline-block;
    margin-bottom: 0;
}

li {
    margin: 0 0 0.25em 0;
}

hr,
.hr {
    clear: both;
    border-top: solid var(--COLOR-BORDER);
    border-width: 1px 0 0;
    margin: 1.25rem 0;
    height: 0;
}
hr.hr--small,
.hr.hr--small {
    margin: 0.625rem 0;
}
hr.hr--tall,
.hr.hr--tall {
    margin: 2.5rem 0;
}
hr.hr--clear,
.hr.hr--clear {
    border-top-color: transparent;
}
hr.hr--dash,
.hr.hr--dash {
    margin: 50px auto;
    width: 40px;
}
hr.hr--thick,
.hr.hr--thick {
    border-width: 2px 0 0;
}
hr.hr--underline,
.hr.hr--underline {
    margin-top: 10px;
    margin-bottom: 20px;
}
hr.hr--no-margin,
.hr.hr--no-margin {
    margin: 0;
}
hr.hr--color,
.hr.hr--color {
    border-top-color: var(--text-a35);
}

.caps, .blog-section .article__image .article__tags, .popout__toggle, .search-submit {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    font-size: calc(11px * var(--FONT-ADJUST-BODY));
}

.sale-box,
.preorder-box,
.badge-box {
    text-transform: uppercase;
    letter-spacing: 1.17px;
    font-family: var(--FONT-STACK-BODY);
    font-style: normal;
    font-size: 13px;
}

.caps--link {
    text-transform: var(--BTN-UPPERCASE);
    font-family: var(--BTN-FONT-STACK);
    font-size: var(--BTN-FONT-SIZE);
    font-style: var(--BTN-FONT-STYLE);
    font-weight: var(--BTN-FONT-WEIGHT);
    letter-spacing: var(--BTN-LETTER-SPACING);
    padding-left: 0;
    padding-right: 0;
}
.caps--link span {
    padding: 0 0 5px;
    background: linear-gradient(to right, currentColor, currentColor);
    background-size: 0% 0.05em;
    background-position: 50% 86%;
    background-repeat: no-repeat;
    transition: color 0.25s ease-in, background-size 0.25s ease-in;
}
@media (hover: hover) {
    .caps--link span:hover {
        background-size: 100% 0.05em;
    }
}
@media (hover: hover) {
    .caps--link .icon-arrow-right {
        transition: transform 0.5s ease;
        transform: translateZ(0);
    }
    .caps--link:hover .icon-arrow-right {
        transform: translate3d(5px, 0, 0);
    }
}

.grid__heading {
    font-size: calc(var(--font-5) * var(--FONT-ADJUST-HEADING));
}

/**
 * Icons
 */
.icon {
    display: inline-block;
    width: var(--icon-size, 20px);
    height: var(--icon-size, 20px);
    vertical-align: middle;
    fill: none;
    stroke-width: var(--ICON-STROKE-WIDTH);
    stroke: currentColor;
}

/*commented this line for better icons render*/
/*
.icon path {
  stroke-width: inherit;
}*/

.no-svg .icon {
    display: none;
}
/*.icon circle,
.icon ellipse,
.icon g,
.icon line,
/*.icon path,*/ /*commented this line for better icons render*/
.icon polygon,
.icon polyline,
.icon rect {
    fill: inherit;
    stroke: inherit;
}*/
/* Commented this for better icon render */

.icon-arrow-right {
    transition: transform 0.25s ease-out;
}

.icon-media-video path,
.icon-media-model path {
    fill: none;
}

.icon-media-video .icon-media-video-outline,
.icon-media-model .icon-media-model-outline {
    fill: var(--bg);
    opacity: 0.6;
}

.icon-media-video .icon-media-video-element,
.icon-media-model .icon-media-model-element {
    fill: currentColor;
}

.icon-cancel {
    pointer-events: none;
}

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
}

/*================ Payment Icons ================*/
.payment-icons {
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/**
 * Rich Text Editor
 */
.rte img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}
.rte a {
    display: inline-block;
}
.rte table {
    table-layout: fixed;
}
.rte ul,
.rte ol {
    margin: 0 0 25px 50px;
}
.rte ul {
    list-style: disc outside;
}
.rte ul ul {
    list-style: circle outside;
}
.rte ul ul ul {
    list-style: square outside;
}

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
    margin-left: 0;
    list-style-position: inside;
}

.rte-table {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.rte__video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: auto;
}
.rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rte__table-wrapper {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/**
 * Responsive tables
 * defined with .responsive-table on table element.
 */
@media only screen and (max-width: 749px) {
    .responsive-table {
        width: 100%;
    }
    .responsive-table thead {
        display: none;
    }
    .responsive-table tr {
        display: block;
    }
    .responsive-table tr,
    .responsive-table td {
        float: left;
        clear: both;
        width: 100%;
    }
    .responsive-table th,
    .responsive-table td {
        display: block;
        text-align: right;
        padding: 25px;
        margin: 0;
    }
    .responsive-table td::before {
        content: attr(data-label);
        float: left;
        text-align: center;
        padding-right: 10px;
    }

    .responsive-table-row + .responsive-table-row,
    tfoot > .responsive-table-row:first-child {
        position: relative;
        margin-top: 10px;
        padding-top: 25px;
    }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 25px;
        right: 25px;
        border-bottom: 1px solid var(--COLOR-BORDER);
    }
}
/**
 * Links & Buttons
 */
:root {
    --radius: var(--RADIUS);
    --btn-radius: var(--RADIUS);
    --btn-top: 10px;
    --btn-left: 18px;
}
@media only screen and (max-width: 749px) {
    :root {
        --btn-top: 8px;
        --btn-left: 16px;
    }
}

button {
    width: auto;
    overflow: visible;
}

/*=== Button ====*/
.btn, .shopify-payment-button .shopify-payment-button__button--unbranded, .product__reviews .spr-summary-actions-newreview, #challenge .shopify-challenge__button {
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: var(--btn-top) var(--btn-left);
    border: 1px solid var(--btn-border);
    border-radius: var(--btn-radius);
    background-color: var(--btn-bg);
    font-family: var(--BTN-FONT-STACK);
    font-size: var(--BTN-FONT-SIZE);
    line-height: var(--line-height-normal);
    color: var(--btn-text);
    font-style: var(--BTN-FONT-STYLE);
    font-weight: var(--BTN-FONT-WEIGHT);
    letter-spacing: var(--BTN-LETTER-SPACING);
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    text-transform: var(--BTN-UPPERCASE);
    transition: 0.25s ease-out;
    transition-property: color, background, border;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

@media (hover: hover) {
    .btn:hover, .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .product__reviews .spr-summary-actions-newreview:hover, #challenge .shopify-challenge__button:hover {
        border-color: var(--btn-border-hover);
        color: var(--btn-text-hover);
        background-color: transparent;
    }
}
/*=== Button with arrow icon ====*/
.btn .icon-arrow-right, .shopify-payment-button .shopify-payment-button__button--unbranded .icon-arrow-right, .product__reviews .spr-summary-actions-newreview .icon-arrow-right, #challenge .shopify-challenge__button .icon-arrow-right {
    display: inline-block;
    margin-left: 4px;
    will-change: transform;
    flex-basis: 0 0 var(--icon-size, 20px);
}

@media (hover: hover) {
    .btn .icon-arrow-right, .shopify-payment-button .shopify-payment-button__button--unbranded .icon-arrow-right, .product__reviews .spr-summary-actions-newreview .icon-arrow-right, #challenge .shopify-challenge__button .icon-arrow-right {
        transition: transform 0.5s ease;
        transform: translateZ(0);
    }

    .btn:hover .icon-arrow-right, .shopify-payment-button .shopify-payment-button__button--unbranded:hover .icon-arrow-right, .product__reviews .spr-summary-actions-newreview:hover .icon-arrow-right, #challenge .shopify-challenge__button:hover .icon-arrow-right {
        transform: translate3d(5px, 0, 0);
    }
}
/*=== Button with bag icon ====*/
.btn .icon-bag, .shopify-payment-button .shopify-payment-button__button--unbranded .icon-bag, .product__reviews .spr-summary-actions-newreview .icon-bag, #challenge .shopify-challenge__button .icon-bag {
    flex: 0 0 auto;
    margin: 0 10px 0 0;
    --icon-size: calc(20px * var(--FONT-ADJUST-BODY));
}

/*=== Button Primary ====*/
.btn--primary, .shopify-payment-button .shopify-payment-button__button, .cart__checkout,
.product__submit__add,
.shopify-payment-button__button--unbranded {
    --btn-border: var(--BTN-PRIMARY-BORDER-COLOR);
    --btn-bg: var(--BTN-PRIMARY-BG-COLOR);
    --btn-text: var(--BTN-PRIMARY-TEXT-COLOR);
}

.btn--primary.btn--solid, .shopify-payment-button .shopify-payment-button__button, .cart__checkout,
.product__submit__add,
.shopify-payment-button__button--unbranded {
    --btn-border: var(--BTN-PRIMARY-BG-COLOR);
    --btn-bg: var(--BTN-PRIMARY-BG-COLOR);
    --btn-text: var(--BTN-PRIMARY-TEXT-COLOR);
    --btn-border-hover: var(--BTN-PRIMARY-BG-COLOR-BRIGHTER);
    --btn-bg-hover: var(--BTN-PRIMARY-BG-COLOR-BRIGHTER);
    --btn-text-hover: var(--BTN-PRIMARY-TEXT-COLOR);
}

.btn--primary.btn--outline, .shopify-payment-button .btn--outline.shopify-payment-button__button, .product__reviews .btn--primary.spr-summary-actions-newreview, .product__reviews .shopify-payment-button .spr-summary-actions-newreview.shopify-payment-button__button, .shopify-payment-button .product__reviews .spr-summary-actions-newreview.shopify-payment-button__button, .btn--outline.cart__checkout, .product__reviews .cart__checkout.spr-summary-actions-newreview,
.btn--outline.product__submit__add,
.product__reviews .product__submit__add.spr-summary-actions-newreview,
.btn--outline.shopify-payment-button__button--unbranded,
.product__reviews .shopify-payment-button__button--unbranded.spr-summary-actions-newreview {
    --btn-border: var(--BTN-PRIMARY-BORDER-COLOR);
    --btn-bg: transparent;
    --btn-text: var(--BTN-PRIMARY-BORDER-COLOR);
    --btn-border-hover: var(--BTN-PRIMARY-BORDER-COLOR);
    --btn-bg-hover: transparent;
    --btn-text-hover: var(--BTN-PRIMARY-BORDER-COLOR);
}

.btn--primary.btn--text, .shopify-payment-button .btn--text.shopify-payment-button__button, .btn--text.cart__checkout,
.btn--text.product__submit__add,
.btn--text.shopify-payment-button__button--unbranded {
    --btn-text: var(--BTN-PRIMARY-BORDER-COLOR);
    --btn-text-hover: var(--BTN-PRIMARY-BORDER-COLOR);
}

/*=== Button Secondary ====*/
.btn--secondary {
    --btn-border: var(--BTN-SECONDARY-BORDER-COLOR);
    --btn-bg: var(--BTN-SECONDARY-BG-COLOR);
    --btn-text: var(--BTN-SECONDARY-TEXT-COLOR);
}

.btn--secondary.btn--solid, .shopify-payment-button .btn--secondary.shopify-payment-button__button, .btn--secondary.cart__checkout,
.btn--secondary.product__submit__add,
.btn--secondary.shopify-payment-button__button--unbranded {
    --btn-border: var(--BTN-SECONDARY-BG-COLOR);
    --btn-bg: var(--BTN-SECONDARY-BG-COLOR);
    --btn-text: var(--BTN-SECONDARY-TEXT-COLOR);
    --btn-border-hover: var(--BTN-SECONDARY-BG-COLOR-BRIGHTER);
    --btn-bg-hover: var(--BTN-SECONDARY-BG-COLOR-BRIGHTER);
    --btn-text-hover: var(--BTN-SECONDARY-TEXT-COLOR);
}

.btn--secondary.btn--outline, .product__reviews .btn--secondary.spr-summary-actions-newreview {
    --btn-border: var(--BTN-SECONDARY-BORDER-COLOR);
    --btn-bg: transparent;
    --btn-text: var(--BTN-SECONDARY-BORDER-COLOR);
    --btn-border-hover: var(--BTN-SECONDARY-BORDER-COLOR);
    --btn-bg-hover: transparent;
    --btn-text-hover: var(--BTN-SECONDARY-BORDER-COLOR);
}

.btn--secondary.btn--text {
    --btn-text: var(--BTN-SECONDARY-BORDER-COLOR);
    --btn-text-hover: var(--BTN-SECONDARY-BORDER-COLOR);
}

/*=== Button White ====*/
.btn--white {
    --btn-border: var(--TEXT-BTN-BORDER-WHITE);
    --btn-bg: var(--TEXT-BTN-BG-WHITE);
    --btn-text: var(--TEXT-BTN-WHITE);
}

.btn--white.btn--solid, .shopify-payment-button .btn--white.shopify-payment-button__button, .btn--white.cart__checkout,
.btn--white.product__submit__add,
.btn--white.shopify-payment-button__button--unbranded {
    --btn-border: #fff;
    --btn-bg: #fff;
    --btn-text: #000;
    --btn-border-hover: var(--TEXT-BTN-BG-WHITE-BRIGHTER);
    --btn-bg-hover: var(--TEXT-BTN-BG-WHITE-BRIGHTER);
    --btn-text-hover: #000;
}

.btn--white.btn--outline, .product__reviews .btn--white.spr-summary-actions-newreview {
    --btn-border: #fff;
    --btn-bg: transparent;
    --btn-text: #fff;
    --btn-border-hover: #fff;
    --btn-bg-hover: transparent;
    --btn-text-hover: #fff;
}

.btn--white.btn--text {
    --btn-text: #fff;
    --btn-text-hover: #fff;
}

[data-slideshow-custom] .btn--solid {
    --btn-border: #fff;
    --btn-bg: #fff;
    --btn-text: #000;
    --btn-border-hover: var(--TEXT-BTN-BG-WHITE-BRIGHTER);
    --btn-bg-hover: var(--TEXT-BTN-BG-WHITE-BRIGHTER);
    --btn-text-hover: #000;
}

[data-slideshow-custom] .btn--outline {
    --btn-border: #fff;
    --btn-bg: transparent;
    --btn-text: #fff;
    --btn-border-hover: #fff;
    --btn-bg-hover: transparent;
    --btn-text-hover: #fff;
}

[data-slideshow-custom] .btn--text {
    --btn-text: #fff;
    --btn-text-hover: #fff;
}

[data-slideshow-custom] .btn:not(.btn--text).btn--secondary {
    --btn-border: var(--BTN-SECONDARY-BORDER-COLOR);
    --btn-bg: var(--BTN-SECONDARY-BG-COLOR);
    --btn-text: var(--BTN-SECONDARY-TEXT-COLOR);
    --btn-border-hover: #a79e83;
    --btn-bg-hover: #a79e83;
    --btn-text-hover: #FFF;
}



[data-slideshow-custom] .btn {
    max-width: fit-content;
}

/*=== Button Black ====*/
.btn--black {
    --btn-border: var(--TEXT-BTN-BORDER-BLACK);
    --btn-bg: var(--TEXT-BTN-BG-BLACK);
    --btn-text: var(--TEXT-BTN-BLACK);
}

.btn--black.btn--solid, .shopify-payment-button .btn--black.shopify-payment-button__button, .btn--black.cart__checkout,
.btn--black.product__submit__add,
.btn--black.shopify-payment-button__button--unbranded {
    --btn-border: #000;
    --btn-bg: #000;
    --btn-text: #fff;
    --btn-border-hover: var(--TEXT-BTN-BG-BLACK-BRIGHTER);
    --btn-bg-hover: var(--TEXT-BTN-BG-BLACK-BRIGHTER);
    --btn-text-hover: #fff;
}

.btn--black.btn--outline, .product__reviews .btn--black.spr-summary-actions-newreview {
    --btn-border: #000;
    --btn-bg: transparent;
    --btn-text: #000;
    --btn-border-hover: #000;
    --btn-bg-hover: transparent;
    --btn-text-hover: #000;
}

.btn--black.btn--text {
    --btn-text: #000;
    --btn-text-hover: #000;
}

/*=== Button Sizes ====*/
.btn--large {
    width: 100%;
    max-width: 260px;
    --btn-top: 16px;
    --btn-left: 22px;
}
@media only screen and (max-width: 749px) {
    .btn--large {
        --btn-top: 12px;
        --btn-left: 18px;
    }
}

.btn--small {
    --btn-top: 5px;
    --btn-left: 10px;
}
@media only screen and (max-width: 749px) {
    .btn--small {
        --btn-top: 4px;
        --btn-left: 8px;
    }
}
.btn--small .icon-arrow-right {
    --icon-size: 16px;
}

/*=== Button Text ====*/
.btn--text {
    --btn-left: 0;
    --btn-radius: 0;
    --btn-border: transparent;
    --btn-border-hover: transparent;
    --btn-bg: transparent;
    display: inline-block;
}
.btn--text.standard__cta {
    display: inline-block;
}
.btn--text span {
    background: linear-gradient(to right, currentColor, currentColor);
    background-size: 100% 0.05em;
    background-position: 50% 86%;
    background-repeat: no-repeat;
    transition: color 0.25s ease-in, background-size 0.25s ease-in;
    line-height: 2;
    padding: 5px 0;
}
@media (hover: hover) {
    .btn--text span:hover {
        background-size: 0% 0.05em;
    }
}

/*=== Button Outline and Button Solid ====*/
.btn--outline, .product__reviews .spr-summary-actions-newreview,
.btn--solid,
.shopify-payment-button .shopify-payment-button__button,
.cart__checkout,
.product__submit__add,
.shopify-payment-button__button--unbranded {
    overflow: hidden;
    z-index: 1;
}

.btn--outline:after, .product__reviews .spr-summary-actions-newreview:after,
.btn--solid:after,
.shopify-payment-button .shopify-payment-button__button:after,
.cart__checkout:after,
.product__submit__add:after,
.shopify-payment-button__button--unbranded:after {
    content: "";
    position: absolute;
    top: 0;
    left: -60px;
    z-index: -1;
    width: calc(100% + 120px);
    height: 100%;
    background-color: currentColor;
    opacity: 0.1;
    transform: translate3d(-100%, 0, 0) skew(30deg);
    transition: transform 0.5s cubic-bezier(0.33, 0, 0, 1);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn--solid:after, .shopify-payment-button .shopify-payment-button__button:after, .cart__checkout:after,
.product__submit__add:after,
.shopify-payment-button__button--unbranded:after {
    background-color: var(--btn-bg-hover);
    opacity: 1;
}

@media (hover: hover) {
    .btn--outline:hover:after, .product__reviews .spr-summary-actions-newreview:hover:after,
    .btn--solid:hover:after,
    .shopify-payment-button .shopify-payment-button__button:hover:after,
    .cart__checkout:hover:after,
    .product__submit__add:hover:after,
    .shopify-payment-button__button--unbranded:hover:after {
        transform: translateZ(0);
    }
}
.btn--half {
    margin: 0;
    min-width: 50%;
}
@media only screen and (max-width: 749px) {
    .btn--half {
        width: 100%;
    }
}

.btn--full {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

/*=== Scroll to top button ==*/
.btn--scroll-top {
    --btn-size: 40px;
    position: fixed;
    right: -3rem;
    bottom: 50%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    height: 30px;
    width: max-content;
    padding: 5px 10px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: rotate(270deg) translateY(100%);
    transition: opacity 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
    border-radius: 30px;
}
.btn--scroll-top:after {
    left: -30%;
}
.btn--scroll-top:hover {
    box-shadow: 0 0 10px rgba(87, 83, 71, 0.2);
}
.btn--scroll-top .icon {
    stroke: currentColor;
}
.btn--scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) rotate(270deg);
    transition-delay: 0s;
}
@media only screen and (max-width: 749px) {
    .btn--scroll-top {
        display: none;
    }
}

.inline-nav {
    list-style: none;
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 30px 0 30px 0;
}
.inline-nav li {
    display: inline-block;
    padding: 5px 0;
    margin: 5px 20px;
}
@media only screen and (max-width: 749px) {
    .inline-nav li {
        margin: 5px 15px 5px 0;
    }
}
.inline-nav li a {
    color: var(--COLOR-LINK);
    position: relative;
}
.inline-nav li a:after {
    content: "";
    margin: auto;
    width: 10%;
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: 0;
    opacity: 0;
    background: var(--COLOR-LINK-HOVER);
    transition: 0.25s ease-out;
    transition-property: color, background, border;
}
.inline-nav li.inline-nav--active a,
.inline-nav li a:hover {
    color: var(--COLOR-LINK);
}
.inline-nav li.inline-nav--active a:after,
.inline-nav li a:hover:after {
    color: var(--COLOR-LINK);
    opacity: 1;
    width: 100%;
}

.blog__title + .inline-nav {
    margin-top: 0;
}

.aos-initialized a[data-aos][data-aos][data-aos-delay="200"].aos-animate,
.aos-initialized a[data-aos][data-aos][data-aos-delay="500"].aos-animate {
    transition: 0.25s ease-out;
    transition-property: color, background, border;
}

.btn__added {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 8px;
    border-left: 1px solid var(--btn-text);
    border-bottom: 1px solid var(--btn-text);
    margin-top: -2px;
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 0;
}

.btn__added,
.btn__loader {
    opacity: 0;
}

.btn__error {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: inherit;
    color: var(--COLOR-ERROR);
    background-color: var(--COLOR-ERROR-BG);
    opacity: 0;
    visibility: hidden;
}

.btn__plus {
    --icon-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: var(--icon-size);
    height: var(--icon-size);
    margin: auto;
    background: currentColor;
    -webkit-mask-image: var(--icon-add-cart);
    mask-image: var(--icon-add-cart);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
}

.btn__plus,
.btn__text,
.btn__loader,
.btn__added,
.btn__error {
    transition: opacity 0.5s, visibility 0.5s;
}

.is-loading > .btn__text,
.is-loading > .btn__plus,
.is-loading > .btn__added {
    opacity: 0;
}

.is-loading > .btn__loader {
    opacity: 1;
}

.is-loading > .btn__loader circle ~ circle {
    animation-play-state: running;
}

.is-loading.btn, .shopify-payment-button .is-loading.shopify-payment-button__button--unbranded, .product__reviews .is-loading.spr-summary-actions-newreview, #challenge .is-loading.shopify-challenge__button,
.is-loading[data-add-to-cart],
.is-loading[data-add-to-cart-bar] {
    background: transparent;
}

.is-added.btn, .shopify-payment-button .is-added.shopify-payment-button__button--unbranded, .product__reviews .is-added.spr-summary-actions-newreview, #challenge .is-added.shopify-challenge__button,
.is-added[data-add-to-cart],
.is-added[data-add-to-cart-bar] {
    --btn-text: var(--primary);
    --btn-border: var(--primary);
    background: transparent !important;
}

.is-added > .btn__added {
    opacity: 1;
}

.is-added > .btn__plus,
.is-added > .btn__text,
.is-added > .btn__loader {
    opacity: 0;
}

.has-error .btn__loader,
.has-error .btn__text,
.has-error .btn__plus {
    opacity: 0;
    visibility: hidden;
}

.has-error .btn__error {
    opacity: 1;
    visibility: visible;
}

/*================ SVG Loader ================*/
.svg-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.svg-loader circle {
    stroke-width: 1;
    stroke: var(--primary-fade);
    fill: none;
}
.svg-loader circle ~ circle {
    stroke: var(--primary);
    stroke-dashoffset: 88;
    animation: animate-svg 1s linear infinite;
    animation-play-state: paused;
}

@keyframes animate-svg {
    0% {
        stroke-dashoffset: 88;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
.badge {
    border: none;
    padding: 3px 6px;
    background-color: var(--COLOR-BORDER-LIGHT);
    color: var(--COLOR-TEXT);
    border-radius: 3px;
}

.grecaptcha-badge {
    visibility: hidden;
}

/**
 * Forms
 */
input,
textarea,
select,
.popout__toggle,
.input-group {
    border: 1px solid var(--COLOR-BORDER);
    font-size: var(--FONT-SIZE-BASE);
    border-radius: var(--RADIUS-SELECT);
    max-width: 100%;
    padding: 9px 16px;
    margin: 7px 0;
    background: var(--TRANSPARENT);
    color: var(--COLOR-TEXT);
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    font-style: var(--FONT-STYLE-BODY);
}
@media only screen and (max-width: 749px) {
    input,
    textarea,
    select,
    .popout__toggle,
    .input-group {
        padding: 9px 10px;
        font-size: 1rem;
    }
}
input:focus,
textarea:focus,
select:focus,
.popout__toggle:focus,
.input-group:focus {
    border: 1px solid var(--COLOR-BORDER);
}
input[disabled],
textarea[disabled],
select[disabled],
[disabled].popout__toggle,
.input-group[disabled] {
    cursor: default;
    background-color: var(--COLOR-BORDER);
    border-color: var(--COLOR-BORDER-DARK);
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
.popout__toggle:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
.input-group:-webkit-autofill,
.input-group:-webkit-autofill:hover,
.input-group:-webkit-autofill:focus,
.input-group:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s, border-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s, border-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: var(--COLOR-TEXT) !important;
}

textarea {
    min-height: 100px;
    padding: 16px;
}
@media only screen and (max-width: 749px) {
    textarea {
        padding: 9px 10px;
    }
}

.form-item,
.form-field {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
    line-height: 1;
    text-align: left;
    position: relative;
}

.form-item select, .form-item .popout__toggle {
    width: 100%;
}

.form-field label {
    background: var(--bg);
    color: var(--text);
    font-size: calc(0.75rem * var(--FONT-ADJUST-BODY) );
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
    left: 9px;
    opacity: 0;
    padding: 0 0.5em;
    position: absolute;
    top: 2em;
    transition: 0.25s ease-out;
    transition-property: color, background, border;
    z-index: -1;
}
.form-field label.label--float {
    opacity: 1;
    top: -0.8em;
    z-index: 1;
}

.form-field select, .form-field .popout__toggle,
.form-field input[type=text],
.form-field input[type=password],
.form-field input[type=email],
.form-field input[type=number],
.form-field input[type=tel],
.form-field textarea {
    display: block;
    width: 100%;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
    -webkit-appearance: none;
}

input[type=checkbox] {
    margin: 4px 3px 4px 0;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -o-appearance: checkbox;
    appearance: checkbox;
}

input[type=radio] {
    margin: 11px 3px 4px 0px;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    -o-appearance: radio;
    appearance: radio;
}

legend {
    padding-bottom: 6px;
}

.label--block {
    display: block;
}

/*================ Checkbox ================*/
.checkbox {
    position: relative;
}

.checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
}

.checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.checkbox label:before {
    content: "";
    align-self: flex-start;
    flex: 0 0 auto;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid var(--text-light);
    margin-right: 10px;
    background: var(--bg);
}

.checkbox input:checked ~ label:before {
    background: var(--COLOR-PRIMARY);
    box-shadow: inset 0 0 0 2px var(--bg);
}

/*================ Input Group ================*/
.input-group {
    background-color: var(--TRANSPARENT);
    position: relative;
    display: table;
    border-collapse: separate;
    padding: 0;
}
.input-group .btn, .input-group .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .input-group .shopify-payment-button__button--unbranded, .input-group .product__reviews .spr-summary-actions-newreview, .product__reviews .input-group .spr-summary-actions-newreview, .input-group #challenge .shopify-challenge__button, #challenge .input-group .shopify-challenge__button {
    box-shadow: none;
}
.input-group input,
.input-group input:focus,
.input-group input:active {
    background-color: var(--TRANSPARENT);
    border: none;
    box-shadow: none;
    margin: 0;
}
.input-group input::-moz-focus-inner,
.input-group input:focus::-moz-focus-inner,
.input-group input:active::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px;
}

.input-group-field,
.input-group-btn {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

.input-group .input-group-field {
    width: 100%;
    margin-bottom: 0;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0;
    margin: 0;
}

.form__legal {
    max-width: none;
    line-height: 1;
    text-align: left;
}
.form__legal p {
    font-style: var(--FONT-STYLE-BODY-ITALIC);
    color: var(--text-a70);
    font-size: calc(0.75rem * var(--FONT-ADJUST-BODY) );
}
.form__legal p a {
    padding-bottom: 0;
    background: none;
}

.small-newsletter .form__legal,
.modal--newsletter .form__legal,
.account--login .form__legal {
    margin-top: 15px;
}
.small-newsletter .form__legal p,
.modal--newsletter .form__legal p,
.account--login .form__legal p {
    margin: 0;
}

/*================ Custom select style ================*/
select, .popout__toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: var(--ICON-SELECT);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: transparent;
    background-size: 18px auto;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: unset;
    cursor: pointer;
}

select::-ms-expand, .popout__toggle::-ms-expand {
    display: none;
}

/*================ Error styles ================*/
input.input-error,
select.input-error,
.input-error.popout__toggle,
textarea.input-error {
    border-color: var(--COLOR-ERROR-BORDER);
    background-color: var(--COLOR-ERROR-BG);
    color: var(--COLOR-ERROR);
}

@media only screen and (min-width: 750px) {
    .form-padding--medium-up {
        padding-right: 10px;
    }
}

form .errors,
.form-errors {
    padding: 0.9375rem 1.25rem;
    border: 1px solid var(--COLOR-ERROR-BORDER);
    border-radius: var(--RADIUS-SELECT);
    background-color: var(--COLOR-ERROR-BG);
    color: var(--COLOR-ERROR);
}
form .errors ul,
.form-errors ul {
    list-style-type: none;
    margin: 10px 20px;
    padding: 0;
    color: inherit;
}

.form-success {
    border: 1px solid var(--COLOR-BORDER);
    border-radius: var(--RADIUS-SELECT);
    margin: 0 0 1.875rem 0;
    padding: 0.9375rem 1.25rem;
    color: var(--COLOR-TEXT);
    box-shadow: 0 1px 3px var(--hairline), 0 1px 2px var(--hairline);
}

.form--search input {
    width: 80%;
}
.form--search .btn, .form--search .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .form--search .shopify-payment-button__button--unbranded, .form--search .product__reviews .spr-summary-actions-newreview, .product__reviews .form--search .spr-summary-actions-newreview, .form--search #challenge .shopify-challenge__button, #challenge .form--search .shopify-challenge__button {
    width: 19%;
    padding: 10px 0;
}

.contact-form .form-success {
    max-width: 400px;
    margin: 30px auto;
}

/*================ Field ================*/
.field {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--text-a35);
    padding: 1em 0;
    border-radius: 0;
    color: var(--text);
}

.field:focus {
    border: 0;
    border-bottom: 1px solid var(--text-a35);
}

.field::placeholder,
.field:-webkit-autofill,
.field:-webkit-autofill:hover,
.field:-webkit-autofill:focus,
.field:-webkit-autofill:active {
    -webkit-text-fill-color: var(--primary);
}

.template- .main-content > *:not(.shopify-policy__container) {
    margin-top: 60px;
}

/**
 * Blank States
 */
.placeholder-svg {
    display: block;
    fill: var(--COLOR-TEXT-LIGHT);
    background-color: var(--COLOR-BG-SECONDARY);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid var(--COLOR-BG-SECONDARY);
}

.placeholder-svg--small {
    width: 480px;
}

.placeholder-noblocks {
    position: relative;
    z-index: 11;
    width: 100%;
    padding: 40px;
    text-align: center;
}

.placeholder-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.placeholder-background .icon {
    border: 0;
}

/**
 * Images
 */
.lazy-image {
    display: block;
    transition: background 0.25s ease-in-out;
}

.lazy-image--backfill.is-loading {
    background-color: var(--bg-accent);
    background-image: var(--image-backfill);
}

.lazy-image img {
    transition: opacity 1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lazy-image img.is-loading {
    opacity: 0;
}

/* === snippets/image-hero.liquid === */
.image__fill {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.image__fill img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* === snippets/image.liquid === */
.image-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(1 / var(--aspect-ratio) * 100%);
}

.image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* === snippets/hero.liquid === */
.image__hero__frame {
    flex: 1;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 750px) {
    .image__hero__frame.image-height {
        padding-top: calc(1 / var(--aspect-ratio) * 100%);
    }
}

@media only screen and (max-width: 749px) {
    .image__hero__frame.image-height--mobile {
        padding-top: calc(1 / var(--aspect-ratio) * 100%);
    }
}

.image__hero__pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: inherit;
}

.image__hero__scale {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
}

[data-parallax-wrapper] .image__hero__pane {
    display: flex;
    align-items: center;
}

[data-parallax-wrapper] .image__hero__scale {
    min-height: var(--PARALLAX-STRENGTH-MIN);
    max-height: var(--PARALLAX-STRENGTH-MAX);
}

/* == Link that fills a position: relative image wrapper == */
.link-over-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
}
.link-over-image .image-wrapper {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale(1);
}
.link-over-image:hover .image-wrapper {
    transform: scale(1.06);
}

.image-overlay-bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0.5;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.3) 100%);
}

/* === image load animations === */
.fade-in-image .image__hero__scale > img {
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.no-js .fade-in-image .image__hero__scale > img,
.fade-in-image .image__hero__scale > img.is-loaded {
    opacity: 1;
}

.fade-in-image-zoom .image__hero__scale > img {
    opacity: 0;
    transform: scale(1.06);
    transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.no-js .fade-in-image-zoom .image__hero__scale > img,
.fade-in-image-zoom .image__hero__scale > img.is-loaded {
    opacity: 1;
    transform: scale(1);
}

.no-js .image__hero__scale {
    padding-top: 0 !important;
}
.no-js .fade-in-image .image__hero__scale > img {
    opacity: 1;
}
.no-js .fade-in-image-zoom .image__hero__scale > img {
    opacity: 1;
    transform: scale(1);
}
.no-js [data-aos] {
    opacity: 1 !important;
    transform: none !important;
}

.loader {
    position: relative;
    height: 4px;
    display: block;
    background-color: var(--primary-fade);
    border-radius: 2px;
    overflow: hidden;
    width: 150px;
    margin: 30px auto;
}

.loader-indeterminate {
    background-color: var(--primary);
}
.loader-indeterminate::before {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: -35%;
    width: 100%;
    bottom: 0;
    will-change: transform;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.loader-indeterminate::after {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: -200%;
    width: 100%;
    bottom: 0;
    will-change: transform;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation-delay: 1.15s;
}

@keyframes indeterminate {
    0% {
        transform: translateX(0) scale(0.35, 1);
    }
    60% {
        transform: translateX(50%) scale(0.9, 1);
    }
    100% {
        transform: translateX(100%) scale(0.9, 1);
    }
}
@keyframes indeterminate-short {
    0% {
        transform: translateX(0) scale(2, 1);
    }
    60% {
        transform: translateX(460px) scale(0.01, 1);
    }
    100% {
        transform: translateX(460px) scale(0.01, 1);
    }
}
/* Tooltip Default */
.tooltip-default {
    position: absolute;
    z-index: 7000;
    top: var(--tooltip-top, 0);
    left: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease-out;
    overflow: hidden;
    padding-bottom: 20px;
}

[data-scroll-locked] .tooltip-default {
    top: calc(var(--tooltip-top, 0) - var(--scroll-top-position));
}

.tooltip-default__inner {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.tooltip-default__arrow {
    display: none;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 1;
    margin-top: 3px;
    transition: top 0.2s ease-out;
}
.tooltip-default__arrow:before {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    background: var(--bg);
    border: 1px solid var(--border);
    -webkit-clip-path: polygon(0% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0% 0%, 100% 100%, 0 100%);
    transform: rotate(135deg);
    content: "";
}

.tooltip-default__text {
    position: relative;
    margin-top: 10px;
    background: transparent;
    color: #bfbaab;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    transition: top 0.2s ease-out;
}

.tooltip-default.is-hiding {
    opacity: 1;
}

.tooltip-default.is-hiding .tooltip-default__arrow,
.tooltip-default.is-hiding .tooltip-default__text {
    top: 0;
}

.tooltip-default.is-visible {
    transition: none;
    animation: tooltip-opacity 0.2s ease-out;
    animation-fill-mode: forwards;
}

.tooltip-default.is-visible .tooltip-default__arrow,
.tooltip-default.is-visible .tooltip-default__text {
    transition: none;
    animation: tooltip-top 0.2s ease-out;
    animation-fill-mode: forwards;
}

@keyframes tooltip-top {
    from {
        top: 8px;
    }
    to {
        top: 0;
    }
}
@keyframes tooltip-opacity {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*================ MODULES ================*/
/* ============================================================================
  #Site Header
============================================================================== */
.header__wrapper {
    --bg: var(--COLOR-MENU-BG);
    --text: var(--COLOR-MENU-LINK);
    --link: var(--COLOR-MENU-LINK);
    --link-hover: var(--COLOR-PRIMARY);
    --text-dark: var(--COLOR-MENU-LINK);
    --text-light: var(--COLOR-MENU-LINK);
    --text-transparent: var(--COLOR-MENU-TRANSPARENT);
    --highlight: var(--text);
    position: relative;
    transition: top 0.2s linear;
}

.header__desktop__upper {
    --bg: var(--COLOR-HEADER-BG);
    --text: var(--COLOR-HEADER-LINK);
    --link: var(--COLOR-HEADER-LINK);
    color: var(--text);
}

.header__desktop__lower {
    color: var(--text);
}

.header__wrapper--borders .header__desktop__lower {
    border-top: 1px solid var(--border);
}

.theme__header {
    position: absolute;
    z-index: 2300;
    width: 100%;
    color: var(--text);
    border-bottom: 1px solid transparent;
    transition: border 0s 0.2s;
}

.header__wrapper--borders .theme__header {
    border-bottom-color: var(--border);
}

.header__mega_menu {
    position: relative;
    z-index: 1;
}

.header__mobile {
    --bg: var(--COLOR-HEADER-BG);
    --text: var(--COLOR-HEADER-LINK);
    --link: var(--COLOR-HEADER-LINK);
    display: grid;
    min-height: 60px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.header__mobile__bottom {
    grid-column: span 3;
    margin: 0 calc(var(--outer) * -1);
}
@media only screen and (min-width: 750px) {
    .header__mobile__bottom {
        display: none;
    }
}

.header__wrapper--borders .header__mobile__bottom {
    border-top: 1px solid var(--border);
}

.header__mobile__nav {
    position: relative;
    transition: opacity 0.2s ease 0.1s, visibility 0.3s;
}

.header__mobile__nav:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -5;
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.2s;
    opacity: 0;
    visibility: hidden;
    background: var(--bg);
}

.header__mobile__nav:before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(var(--outer) * 1.5);
    pointer-events: none;
    background: linear-gradient(to right, var(--bg-transparent) 0%, var(--bg) 90%);
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.2s;
    opacity: 0;
    visibility: hidden;
}

.header__mobile__nav__scroller {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-padding: calc(var(--outer) - var(--inner));
    padding-left: calc(var(--outer) - var(--inner));
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
}
.header__mobile__nav__scroller::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}
.header__mobile__nav__scroller:after {
    content: "";
    display: block;
    position: relative;
    padding-right: calc(var(--outer) - var(--inner));
}

.header__mobile__nav .navlink {
    display: block;
    scroll-snap-align: start;
    white-space: nowrap;
    padding: var(--inner);
    font-weight: var(--FONT-WEIGHT-NAV-BOLD);
}

[data-header-transparent=true] .theme__header {
    border-bottom-color: transparent;
    transition-delay: 0s;
}

[data-header-transparent=true] .theme__header .parent .header__dropdown {
    padding-top: 18px;
}

.header__backfill {
    visibility: hidden;
    z-index: -1;
    position: relative;
}

.header__logo {
    margin: 0;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__logo__link {
    display: block;
    text-decoration: none;
    color: var(--text);
    position: relative;
    max-width: 50vw;
}
.header__logo__link:hover {
    color: var(--text);
}

.header__logo--image .header__logo__link::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    font-size: 0;
}

.header__logo__text {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    font-size: calc(11px * var(--FONT-ADJUST-BODY));
    font-family: var(--FONT-STACK-NAV);
    font-style: var(--FONT-STYLE-NAV);
    font-weight: var(--FONT-WEIGHT-NAV);
    font-weight: var(--FONT-WEIGHT-NAV-BOLD);
    font-size: calc(var(--font-4) * var(--FONT-ADJUST-NAV));
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1em 1.5em;
    background: var(--COLOR-HEADER-LINK);
    color: var(--COLOR-HEADER-BG);
}
.header__logo__text span {
    max-width: calc(50vw - 1em);
    text-align: center;
    line-height: 1;
    height: auto;
}

.header__logo__text--no-bg {
    background: initial;
    color: currentColor;
    transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding-left: 0;
    padding-right: 0;
}

.header__logo__text--long {
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-NAV));
}

@media only screen and (max-width: 749px) {
    .header__logo__text--break.header__logo__text {
        word-break: break-all;
    }
}

.header__mobile__left,
.header__mobile__right {
    display: flex;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    min-height: inherit;
}

.header__mobile__left,
.header__mobile__left .header__mobile__button .navlink {
    justify-content: flex-start;
}

.header__mobile__right,
.header__mobile__right .header__mobile__button .navlink {
    justify-content: flex-end;
}

.header__mobile__button {
    height: 100%;
}

.header__mobile__button .navlink {
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 18px;
    transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (min-width: 750px) {
    .header__mobile__button .navlink {
        margin-right: 24px;
    }
}
.header__mobile__button .navlink:after {
    left: 0;
    right: 0;
}

@media only screen and (max-width: 749px) {
    .header__mobile__button .navtext {
        display: none;
    }
}

@media only screen and (max-width: 749px) {
    .header__mobile__button.navlink--toplevel:after {
        content: none;
    }
}

.header__mobile__button:last-child .header__mobile__hamburger,
.header__mobile__button:last-child .navlink {
    margin-right: 0;
}

.header__desktop__upper,
.header__desktop__lower,
.header__mobile {
    padding-left: var(--outer);
    padding-right: var(--outer);
}

.header__desktop__upper,
.header__desktop__lower {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
}

.header__desktop__bar__l,
.header__desktop__bar__c,
.header__desktop__bar__r {
    display: flex;
    align-self: stretch;
}

.header__desktop__bar__l {
    flex: 1 0 0;
    justify-content: flex-start;
}
.header__desktop__upper--reverse .header__desktop__bar__l {
    justify-content: center;
}

.header__desktop__bar__c {
    flex-grow: 0;
}
.header__desktop__upper--reverse .header__desktop__bar__c {
    order: -1;
    min-width: 33.33%;
}

.header__desktop__buttons {
    display: flex;
}

.header__menu__inner {
    display: flex;
    height: 100%;
}

.navlink--toplevel,
.header__desktop__button .navlink {
    align-items: center;
    display: flex;
    height: 100%;
}

.header__desktop__button .navlink:not(.navlink--toplevel) {
    padding: 5px 11px;
    transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header__desktop {
    width: 100%;
}

.navlink {
    font-family: var(--FONT-STACK-NAV);
    font-style: var(--FONT-STYLE-NAV);
    font-weight: var(--FONT-WEIGHT-NAV);
    line-height: 1.2;
    padding: 5px 0;
    position: relative;
}

.navlink .icon {
    --icon-size: 24px;
    fill: none;
}

.navlink--child,
.navlink--grandchild {
    color: var(--text-light);
    transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navlink--child:hover,
.navlink--grandchild:hover {
    color: var(--link-hover);
}

.navlink--child .navtext,
.navlink--grandchild .navtext {
    color: var(--text-light);
}

.navlink--highlight .navtext {
    color: var(--highlight);
}

.navlink--child:hover .navtext,
.navlink--grandchild:hover .navtext {
    color: var(--link-hover);
}

.navlink--toplevel {
    font-family: var(--FONT-STACK-NAV);
    font-style: var(--FONT-STYLE-NAV);
    font-weight: var(--FONT-WEIGHT-NAV);
    position: relative;
    padding: 15px;
    font-weight: var(--FONT-WEIGHT-NAV-BOLD);
    z-index: 6;
}
.navlink--toplevel:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 2px;
    background-color: var(--COLOR-PRIMARY);
    transform: scaleX(0);
    will-change: transform;
    transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 749px) {
    .navlink--toplevel:after {
        content: none;
    }
}
@media (hover: hover) {
    .navlink--toplevel:hover::after {
        transform: scaleX(1);
    }
}

.is-visible .navlink--toplevel:after {
    content: none;
}

.navlink--highlight {
    color: var(--highlight);
    transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navlink--highlight:after {
    background-color: var(--highlight);
}

.navtext {
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-NAV));
    display: block;
    transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header__desktop__bar__r {
    flex: 1 0 0;
    justify-content: flex-end;
}

.header__desktop__bar__r .header__menu__inner {
    margin-right: -15px;
}

.header__desktop__bar__r .header__desktop__buttons--text {
    margin-right: -15px;
}

.header__desktop__bar__r .header__desktop__buttons--icons {
    margin-right: -11px;
}

.header__desktop__upper--reverse .header__menu__inner {
    margin-left: -15px;
}

/* ================ Header Social Links ================ */
.theme__header .social__links {
    list-style: none;
    display: flex;
    grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
    gap: 5px;
    width: 100%;
    height: 100%;
    margin: 0 0 0 -12px;
}

.theme__header .social__links li {
    margin: 0;
}

.theme__header .social__links a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 5px;
    transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.theme__header .header__desktop__button .social__links {
    margin-right: 5px;
}

/* ================ Sticky header ================ */
.js__header__stuck {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5600;
}

.js__header__stuck .theme__header:after,
.js__header__stuck .header__mobile__nav:after,
.js__header__stuck .header__mobile__nav:before {
    opacity: 1;
    visibility: visible;
}

.js__header__stuck--animated .theme__header {
    transform: translateY(-100%);
    transition: transform 0.2s linear;
}

.js__header__stuck--animated.js__header__stuck--trigger-animation .theme__header,
.js__header__stuck--trigger-animation .theme__header {
    transform: translateY(0px);
    transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.theme__header:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -5;
    transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.1s;
    opacity: 0;
    visibility: hidden;
    background: var(--bg);
}

.meganav--visible .theme__header:after,
[data-header-transparent=false] .theme__header:after {
    opacity: 1;
    visibility: visible;
}

/* ================ Transparent header ================ */
.logo__img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: none;
}

.logo__img--transparent {
    position: absolute;
    top: 0;
}

.logo__img--transparent {
    opacity: 0;
}

[data-header-transparent=true]:not(.meganav--visible),
[data-header-transparent=true]:not(.meganav--visible) .header__desktop__upper,
[data-header-transparent=true]:not(.meganav--visible) .header__desktop__lower,
[data-header-transparent=true]:not(.meganav--visible) .header__mobile {
    --text: var(--text-transparent);
    --link: var(--text-transparent);
    --link-hover: var(--text-transparent);
    --text-dark: var(--text-transparent);
    --text-light: var(--text-transparent);
    background-color: var(--TRANSPARENT);
}

[data-header-transparent=true]:not(.meganav--visible) .header__desktop__lower,
[data-header-transparent=true]:not(.meganav--visible) .header__desktop__upper {
    background-color: var(--TRANSPARENT);
}
/* [data-header-transparent=true]:not(.meganav--visible) .header__desktop__lower {
  border-top: 1px solid var(--TRANSPARENT);
} */
[data-header-transparent=true]:not(.meganav--visible) .parent .navlink--toplevel::after,
[data-header-transparent=true]:not(.meganav--visible) .grandparent .navlink--toplevel::after {
    display: none;
}
[data-header-transparent=true]:not(.meganav--visible) .header__logo--has-transparent .logo__img--color {
    opacity: 0;
}
[data-header-transparent=true]:not(.meganav--visible) .header__logo--has-transparent .logo__img--transparent {
    opacity: 1;
    transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-header-transparent=true]:not(.meganav--visible) .navlink--cart--icon .header__cart__status {
    --bg: var(--text);
}

.header__menu {
    z-index: 5;
}

.header__menu.caps, .blog-section .article__image .header__menu.article__tags, .header__menu.popout__toggle, .header__menu.search-submit, .header__menu.sale-box,
.header__menu.preorder-box,
.header__menu.badge-box {
    letter-spacing: 0.1em;
}

/* ================ Large / Small Display Logic ================ */
@media only screen and (max-width: 479px) {
    .header__mobile {
        display: grid;
    }

    .header__desktop {
        position: relative;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}
@media only screen and (min-width: 480px) {
    .header__desktop {
        position: static;
    }

    .header__mobile {
        display: none;
    }
}
.js__header__clone {
    position: absolute;
    transform: translatey(-5000px);
    width: 1400px;
    visibility: hidden;
}

.js__show__mobile .header__mobile,
[data-header-style=drawer] .header__mobile {
    display: grid;
}
.js__show__mobile .header__desktop,
[data-header-style=drawer] .header__desktop {
    position: relative;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* ============================================================================
  #Site Nav and Dropdowns
============================================================================== */
.header__dropdown {
    --bg: var(--COLOR-MENU-BG);
    --text: var(--COLOR-SUBMENU-LINK);
    --text-dark: var(--COLOR-SUBMENU-LINK);
    --text-light: var(--COLOR-SUBMENU-LINK);
    --link-hover: var(--COLOR-PRIMARY);
    color: var(--COLOR-SUBMENU-LINK);
    position: absolute;
    top: 100%;
    opacity: 0;
    background-color: var(--bg);
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s 0.2s;
}

.header__wrapper:not(.header__wrapper--borders) .header__dropdown {
    border-bottom: none;
}

.header__wrapper--borders .header__dropdown {
    border-bottom-color: var(--border);
    border-top-color: var(--border);
}

.menu__item:not(.grandparent):hover > .header__dropdown,
.header__dropdown.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.dropdown__family {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    min-width: 18vw;
}

.dropdown__family .navlink--child {
    font-weight: var(--FONT-WEIGHT-NAV-BOLD);
}

.header__dropdown__image {
    position: relative;
    overflow: hidden;
    color: var(--text);
    opacity: 0;
    transition: opacity 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.no-js .header__dropdown__image {
    opacity: 1;
}
.header__dropdown__image .hero__title {
    font-size: calc(var(--font-5) * var(--FONT-ADJUST-HEADING));
}
.header__dropdown__image .hero__content {
    padding: 14px;
    margin: 0;
    max-width: none;
}

/* ============================================================================
  #Large Meganav
============================================================================== */
.grandparent .header__dropdown {
    width: 100%;
    left: 0;
    max-width: 100vw;
    overflow-y: auto;
    max-height: calc(100vh - var(--menu-height));
}
.grandparent .header__dropdown__inner {
    display: flex;
    justify-content: space-between;
}
.grandparent .header__grandparent__links {
    flex: 3;
    display: grid;
    grid-row-gap: 1.5em;
    position: relative;
}
.grandparent .dropdown__family {
    padding-left: var(--outer);
    padding-right: var(--outer);
}
.grandparent .menu__block--narrow {
    flex: 1;
    max-width: 350px;
}
.grandparent .menu__block--wide {
    flex: 3;
}
.grandparent .navlink--child,
.grandparent .navlink--grandchild {
    display: inline-block;
    will-change: transform;
    margin-right: auto;
    padding-right: 5px;
}
.grandparent .navlink--child {
    margin-bottom: 20px;
    font-weight: 600;
}
.meganav--is-transitioning .grandparent.is-visible::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    background: rgba(0, 0, 0, 0);
    z-index: 5;
}

.header__wrapper--borders .grandparent .header__grandparent__links:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-left: 1px solid var(--bg);
}

.header__wrapper--borders .grandparent .header__grandparent__links .dropdown__family:before {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    border-left: 1px solid var(--border);
    margin-left: calc(var(--outer) * -1);
    content: "";
}

.grandparent.kids-1 .header__grandparent__links {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grandparent.kids-2 .header__grandparent__links {
    grid-template-columns: repeat(2, minmax(0, max-content));
}

.grandparent.kids-3 .header__grandparent__links {
    grid-template-columns: repeat(3, minmax(0, max-content));
}

.grandparent.kids-4 .header__grandparent__links {
    grid-template-columns: repeat(4, minmax(0,max-content));
}

.grandparent.kids-5 .header__grandparent__links {
    grid-template-columns: repeat(5, minmax(0, max-content));
}

.grandparent.kids-6 .header__grandparent__links {
    grid-template-columns: repeat(6, minmax(0, max-content));
}

.grandparent.kids-7 .header__grandparent__links {
    grid-template-columns: repeat(4, minmax(0, max-content));
}

.grandparent.kids-8 .header__grandparent__links {
    grid-template-columns: repeat(4, minmax(0, max-content));
}

.grandparent.kids-9 .header__grandparent__links {
    grid-template-columns: repeat(3, minmax(0, max-content));
}

.grandparent.kids-10 .header__grandparent__links,
.grandparent.kids-11 .header__grandparent__links,
.grandparent.kids-12 .header__grandparent__links,
.grandparent.kids-13 .header__grandparent__links,
.grandparent.kids-14 .header__grandparent__links,
.grandparent.kids-15 .header__grandparent__links,
.grandparent.kids-16 .header__grandparent__links,
.grandparent.kids-17 .header__grandparent__links,
.grandparent.kids-18 .header__grandparent__links,
.grandparent.kids-19 .header__grandparent__links,
.grandparent.kids-20 .header__grandparent__links {
    grid-template-columns: repeat(5, minmax(0, max-content));
}

[class*=images-].grandparent.kids-4 .header__grandparent__links {
    grid-template-columns: repeat(2, minmax(0, max-content));
}

[class*=images-].grandparent.kids-5 .header__grandparent__links,
[class*=images-].grandparent.kids-6 .header__grandparent__links,
[class*=images-].grandparent.kids-7 .header__grandparent__links,
[class*=images-].grandparent.kids-8 .header__grandparent__links,
[class*=images-].grandparent.kids-10 .header__grandparent__links,
[class*=images-].grandparent.kids-11 .header__grandparent__links,
[class*=images-].grandparent.kids-12 .header__grandparent__links,
[class*=images-].grandparent.kids-13 .header__grandparent__links,
[class*=images-].grandparent.kids-14 .header__grandparent__links,
[class*=images-].grandparent.kids-15 .header__grandparent__links,
[class*=images-].grandparent.kids-16 .header__grandparent__links,
[class*=images-].grandparent.kids-17 .header__grandparent__links,
[class*=images-].grandparent.kids-18 .header__grandparent__links,
[class*=images-].grandparent.kids-19 .header__grandparent__links,
[class*=images-].grandparent.kids-20 .header__grandparent__links {
    grid-template-columns: repeat(2, minmax(0, max-content));
}

.grandparent.kids-2.images-1 .header__grandparent__links {
    grid-template-columns: repeat(2, minmax(0, max-content));
}

.grandparent.kids-3.images-1 .header__grandparent__links,
.grandparent.kids-4.images-1 .header__grandparent__links,
.grandparent.kids-5.images-1 .header__grandparent__links,
.grandparent.kids-6.images-1 .header__grandparent__links,
.grandparent.kids-7.images-1 .header__grandparent__links,
.grandparent.kids-8.images-1 .header__grandparent__links,
.grandparent.kids-9.images-1 .header__grandparent__links,
.grandparent.kids-10.images-1 .header__grandparent__links,
.grandparent.kids-11.images-1 .header__grandparent__links,
.grandparent.kids-12.images-1 .header__grandparent__links,
.grandparent.kids-13.images-1 .header__grandparent__links,
.grandparent.kids-14.images-1 .header__grandparent__links,
.grandparent.kids-15.images-1 .header__grandparent__links,
.grandparent.kids-16.images-1 .header__grandparent__links,
.grandparent.kids-17.images-1 .header__grandparent__links,
.grandparent.kids-18.images-1 .header__grandparent__links,
.grandparent.kids-19.images-1 .header__grandparent__links,
.grandparent.kids-20.images-1 .header__grandparent__links {
    grid-template-columns:repeat(3, minmax(0, max-content));
}

.grandparent.images-2 .header__grandparent__links,
.grandparent.images-2 .menu__block--wide {
    flex: 2;
}

.grandparent.grandparent--all-images .header__grandparent__links {
    flex: 0;
}

.grandparent.grandparent--all-images.images-1 .menu__block--narrow {
    flex-grow: 0;
    flex-basis: 50%;
}

/* ================ Hover animations ================ */
/* Basic Dropdown */
.menu__item.parent .navlink--child {
    opacity: 0;
    transform: translateY(-5px);
    transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change: transform, opacity;
}
.menu__item.parent:hover .navlink--child,
.menu__item.parent .is-visible .navlink--child {
    opacity: 1;
    transform: translateY(0);
}

/* Basic Meganav */
.menu__item.grandparent .navlink--child {
    opacity: 0;
    transition: none;
}
.menu__item.grandparent .navlink--grandchild {
    opacity: 0;
    transform: translateY(-5px);
    transition: none;
}
.menu__item.grandparent .is-visible .navlink--child,
.menu__item.grandparent .is-visible .navlink--grandchild {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Image Meganav */
.header__dropdown:not(.is-visible) .header__dropdown__image,
.header__dropdown:not(.is-visible) .image-wrapper {
    transition-delay: 0s !important;
}

.header__dropdown__image .image-wrapper {
    transform: scale(1.06);
    transform-origin: bottom center;
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.is-visible .header__dropdown__image {
    opacity: 1;
}

.is-visible .header__dropdown__image .image-wrapper {
    transform: scale(1);
    transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-visible .header__dropdown__image > div,
.is-visible .header__dropdown__image .image-wrapper {
    transition-delay: inherit;
}

/* Match hover state of button */
.header__dropdown__image:hover .btn--white {
    background-color: #FFF;
    color: var(--COLOR-TEXT);
    border: 1px solid #FFF;
    box-shadow: none;
}

.menu__item:not(.grandparent):hover > .header__dropdown,
.header__dropdown.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

/* ================ Hover animations ================ */
.parent .header__dropdown {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background: var(--bg);
    padding: 20px 15px;
}
.parent .header__dropdown__inner {
    display: flex;
    flex-direction: column;
}
.parent .navlink--child {
    padding: 5px 0;
    display: inline-block;
    margin-right: auto;
}

.header__wrapper--borders .parent .header__dropdown {
    border-left-color: var(--border);
    border-right-color: var(--border);
    border-bottom-color: var(--border);
}

.navlink[href="#"] {
    cursor: default;
}

/* ================ Header cart status ================ */
.navlink__cart__content {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 0;
}

.header__cart__status__holder {
    position: relative;
    display: flex;
    align-items: center;
}

/*
  These circle icons have 1px offset in order to match the account icon
  That's why we need margin-right: -1px to make them align horizontally with the wrapper
*/
.navlink--cart--circle {
    --icon-size: 21px;
}

.navlink--cart--circle .navlink__cart__content {
    margin-right: -1px;
}

.navlink--cart--circle .header__cart__status {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    font-size: calc(0.627rem * var(--FONT-ADJUST-NAV));
}

.navlink--cart--circle .header__cart__status__holder {
    width: var(--icon-size);
    height: var(--icon-size);
}

.navlink--cart--circle .navtext {
    margin-right: 8px;
}

.navlink--cart--circle .header__cart__status:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--icon-size);
    height: var(--icon-size);
    border-radius: 50%;
    border: var(--ICON-STROKE-WIDTH) solid currentColor;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.navlink--cart--icon .header__cart__status {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -2px;
    right: -8px;
    min-width: 17px;
    height: 17px;
    border-radius: 15px;
    padding: 2px;
    background: var(--primary);
    color: var(--bg);
    font-size: calc(.627rem * var(--FONT-ADJUST-NAV));
    line-height: calc(1rem * var(--FONT-ADJUST-NAV));
}

.navlink--cart--icon .header__cart__status[data-cart-count="0"],
.navlink--cart--text .header__cart__status[data-cart-count="0"] {
    display: none;
}

@media only screen and (min-width: 750px) {
    .navlink--cart--text .navtext {
        display: inline;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 750px) {
    .navlink--cart--text .header__cart__status:before {
        content: attr(data-status-separator);
    }
}

@media only screen and (max-width: 749px) {
    .navlink--cart--text .header__cart__status {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -2px;
        right: -8px;
        min-width: 17px;
        height: 17px;
        border-radius: 15px;
        padding: 2px;
        background: var(--primary);
        color: var(--bg);
        font-size: calc(.627rem * var(--FONT-ADJUST-NAV));
        line-height: calc(1rem * var(--FONT-ADJUST-NAV));
    }
}

/* ================ Header popout ================ */
.theme__header .popout-header {
    margin: 0;
}

.theme__header .header__mobile .popout-header {
    padding: 0 12px;
}

.theme__header .popout-header .popout__toggle,
.theme__header .popout-header__holder {
    font-family: var(--FONT-STACK-NAV);
    font-style: var(--FONT-STYLE-NAV);
    font-weight: var(--FONT-WEIGHT-NAV-BOLD);
    letter-spacing: inherit;
}

.theme__header .popout-header .popout__toggle {
    padding: 0 11px;
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-NAV));
}

.theme__header .header__desktop__buttons--text .popout-header .popout__toggle {
    padding: 0 15px;
}

.theme__header .header__mobile .popout-header .popout__toggle {
    padding: 0 12px;
}

.theme__header .popout-header .popout__toggle .icon {
    margin-left: 0;
}

.theme__header .popout-header .popout-list {
    top: 100%;
    bottom: auto;
}

.theme__header .popout-header .popout-list__option {
    padding-left: 11px;
    padding-right: 11px;
}

/* ================ Icon sizes ================ */
.theme__header [data-glyph=cart] {
    font-size: calc(1.1875rem * var(--FONT-ADJUST-NAV));
}

.theme__header [data-glyph=magnifying-glass] {
    font-size: calc(1rem * var(--FONT-ADJUST-NAV));
}

/* ================ No JS ================ */
.no-js .header__dropdown {
    background-color: var(--bg) !important;
}
.no-js .menu__item.parent:focus-within .header__dropdown,
.no-js .menu__item.parent:focus-within .navlink,
.no-js .menu__item.grandparent:focus-within .header__dropdown,
.no-js .menu__item.grandparent:focus-within .navlink,
.no-js .menu__item.parent:hover .header__dropdown,
.no-js .menu__item.parent:hover .navlink,
.no-js .menu__item.grandparent:hover .header__dropdown,
.no-js .menu__item.grandparent:hover .navlink {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
}
.no-js .navlink--toplevel:focus + .header__dropdown {
    opacity: 1 !important;
    visibility: visible !important;
}
.no-js .navlink--toplevel:focus + .header__dropdown .navlink {
    opacity: 1 !important;
    visibility: visible !important;
}

.announcement__wrapper {
    position: relative;
    overflow: hidden;
}

.announcement__wrapper--top {
    z-index: 5603;
}

@keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}
.announcement__bar-outer .flickity-button {
    display: none;
}

.js .announcement__bar-holder:not(.flickity-enabled) .announcement__bar ~ .announcement__bar {
    display: none;
}

.announcement__slide {
    min-height: 45px;
}

.announcement__slide:not(.announcement__bar) {
    white-space: nowrap;
}

.announcement__slide:not(.announcement__bar) > *,
.announcement__slide:not(.announcement__bar):before {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.announcement__slide:not(.announcement__bar):before {
    min-height: 45px;
    width: 0;
    content: "";
}

.flickity-slider > .announcement__slide {
    position: absolute;
}

.announcement__bar {
    --link-hover: var(--COLOR-PRIMARY);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    background-color: var(--bg);
    color: var(--text);
}

.announcement__bar:not(.desktop):not(.mobile) {
    width: 100%;
}

.announcement__bar.desktop {
    width: 100%;
}
@media only screen and (max-width: 749px) {
    .announcement__bar.desktop {
        display: none;
    }
}

@media only screen and (min-width: 750px) {
    .announcement__bar.mobile {
        display: none;
        width: 0;
    }
}
@media only screen and (max-width: 749px) {
    .announcement__bar.mobile {
        width: 100%;
    }
}

.announcement__bar .icon {
    fill: currentColor;
}

.announcement__bar--error {
    display: none;
}

.announcement__main {
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    font-style: var(--FONT-STYLE-BODY);
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

.announcement__text {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    white-space: nowrap;
}

.announcement__text p {
    font-size: inherit;
}

.announcement__text > div {
    display: inline-block;
    margin: 0 50px;
    vertical-align: middle;
}

@media only screen and (min-width: 750px) {
    .announcement__text > .mobile {
        display: none;
    }
}

@media only screen and (max-width: 749px) {
    .announcement__text > .desktop {
        display: none;
    }
}

.announcement__text a {
    position: relative;
    display: inline-block;
}

.announcement__text .free-shipping {
    padding: 0;
    border: none;
    font-size: inherit;
    white-space: nowrap;
}

.announcement__text .free-shipping circle + circle {
    stroke: currentColor;
}

.announcement__text,
.announcement__main,
.announcement__more {
    color: var(--text);
    font-size: calc(0.8rem * var(--FONT-ADJUST-BODY));
}

.announcement__divider {
    margin-left: 10px;
    padding-right: 10px;
    width: 0;
    border-left: 1px solid currentColor;
    height: 10%;
}

.announcement__message {
    overflow: hidden;
    width: 100%;
    padding: 0 45px;
    font-size: 0;
}
@media only screen and (max-width: 749px) {
    .announcement__message {
        padding: 0 25px;
    }
}

.announcement__scale {
    display: inline-flex;
    transition: opacity 0.5s linear;
}

.announcement__scale.ticker--unloaded {
    width: max-content;
}

.announcement__bar-holder--slider.flickity-enabled .announcement__scale.ticker--unloaded {
    position: static;
}

html:not(.js) .announcement__scale.ticker--unloaded {
    opacity: 1;
    position: static;
    width: auto;
}

.ticker--animated {
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: var(--animation-time);
    animation-play-state: paused;
    display: inline-block;
    width: max-content;
    will-change: transform, padding, width;
}
.ticker--animated:hover {
    animation-play-state: paused;
}

@media only screen and (min-width: 750px) {
    .ticker--animated .announcement__slide {
        margin: 0 100px;
    }
}

.announcement__bar-holder--slider {
    background-color: var(--bg);
}

.no-js .announcement__bar-holder--slider .announcement__bar {
    top: 0;
    transform: none;
}

.announcement__bar-holder > .announcement__bar:hover .ticker--animated,
.announcement__bar:hover .ticker--animated,
.announcement__bar-holder > .announcement__bar [data-stop] .ticker--animated {
    animation-play-state: paused;
}

.announcement__bar-holder > .announcement__bar .ticker--animated,
.is-selected .ticker--animated {
    animation-play-state: running;
}

.ticker__comparitor {
    position: absolute;
    transform: translatey(-5000px);
    visibility: hidden;
}

.ie .announcement__bar--error {
    display: block;
    height: auto;
    padding: 15px;
}

.drawer__content {
    position: fixed;
    z-index: 3000;
    top: 0;
    right: 100%;
    display: flex;
    flex-direction: column;
    padding-top: var(--menu-height);
    height: 100%;
    width: 100%;
    max-width: 380px;
    background: var(--COLOR-BG);
    border-right: 1px solid var(--border);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 3px 12px rgba(0, 0, 0, 0.02);
    opacity: 0;
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s;
}
@media only screen and (max-width: 749px) {
    .drawer__content {
        border-right: none;
    }
}

.drawer--visible .drawer__content {
    visibility: visible;
    opacity: 1;
    transform: translate3d(100%, 0, 0);
}

.drawer__close {
    --icon-size: 24px;
    position: absolute;
    top: 0;
    padding: 0 calc(var(--inner) - 4px);
    height: var(--menu-height);
    z-index: 1;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    color: var(--text-dark);
}
.drawer__close:hover, .drawer__close:focus {
    outline: none;
}
@media (hover: hover) {
    .drawer__close .icon {
        transition: transform 0.3s;
    }
    .drawer__close:hover .icon {
        transform: rotate(90deg);
    }
}

.drawer__underlay {
    position: fixed;
    z-index: 2100;
    visibility: hidden;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    opacity: 0;
    background: #000;
    transition: opacity 0.3s ease 0.1s, visibility 0s linear 0.4s;
}

.drawer--visible .drawer__underlay {
    visibility: visible;
    opacity: 0.4;
    transition-duration: 0.3s, 0s;
    transition-delay: 0.1s, 0s;
}

.drawer__inner {
    --item-height: 50px;
    position: relative;
    flex: 1;
    display: flex;
    min-height: var(--item-height);
    width: 100%;
    overflow: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    transition: padding-top 0.5s linear;
    will-change: padding;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
}
.drawer__inner::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

.header__wrapper--borders .drawer__inner {
    margin-bottom: -1px;
}

.is-not-visible .drawer__inner {
    padding-top: 0;
}

.header__drawer {
    --bg: var(--COLOR-SUBMENU-BG);
    --text: var(--COLOR-SUBMENU-LINK);
    --text-dark: var(--COLOR-SUBMENU-LINK);
    --text-light: var(--COLOR-SUBMENU-LINK);
    --link-hover: var(--COLOR-PRIMARY);
    position: relative;
    z-index: 5600;
    color: var(--text);
}

.header__drawer .drawer__underlay {
    z-index: 2400;
}

.header__drawer.caps, .blog-section .article__image .header__drawer.article__tags, .header__drawer.popout__toggle, .header__drawer.search-submit, .header__drawer.sale-box,
.header__drawer.preorder-box,
.header__drawer.badge-box {
    letter-spacing: 0.1em;
}

.drawer__bottom {
    position: relative;
    z-index: 11;
    width: 100%;
    min-height: 51px;
    padding: var(--outer);
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 30px !important;
}
@media only screen and (min-width: 750px) {
    .drawer__bottom {
        padding: calc(var(--outer) / 2) var(--inner);
    }
}

.header__wrapper--borders .drawer__bottom {
    border-top: 1px solid var(--border);
}

.drawer__bottom__row {
    --min-height: 30px;
    --padding: 10px;
    flex: 0 1 100%;
    width: 100%;
    min-height: calc(var(--min-height) + (var(--padding) * 2));
    padding: var(--padding) 0;
}
.drawer__bottom__row.mobile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.drawer__bottom__row > *:only-child {
    flex-wrap: wrap;
    min-height: var(--min-height);
    height: auto;
}

.drawer__search {
    border-bottom: 1px solid var(--border);
}

.drawer__bottom .social__links {
    --icon-size: 20px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--icon-size), 1fr));
    gap: 10px;
    width: 100%;
    margin: 0 0 0 -1px;
    padding: 0;
}

.drawer__bottom .social__links li {
    display: flex;
    align-items: center;
}

.drawer__bottom .social__links a {
    transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ============================================================================
  #Search popdown
============================================================================== */
.search-popdown {
    font-family: var(--FONT-STACK-NAV);
    font-style: var(--FONT-STYLE-NAV);
    font-weight: var(--FONT-WEIGHT-NAV);
    --bg: var(--COLOR-MENU-BG);
    --border: var(--COLOR-BORDER);
    --text: var(--COLOR-MENU-LINK);
    --link-hover: var(--COLOR-PRIMARY);
    --text-dark: var(--COLOR-MENU-LINK);
    --text-light: var(--COLOR-MENU-LINK);
    --text-transparent: var(--COLOR-MENU-TRANSPARENT);
    --icon-size: 24px;
    position: fixed;
    z-index: 5600;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    max-height: 100%;
    transition: all ease-in-out 0.5s;
    transform: translate3d(0, -100%, 0);
    background: var(--COLOR-BG-SECONDARY);
    overflow: hidden;
    overflow-y: auto;
}
@media only screen and (max-width: 749px) {
    .search-popdown {
        --inner: 30px;
    }
}

.search-popdown.has-errors {
    position: static;
    width: 100%;
    padding: 10px 0 0 0;
    border-bottom: none;
}

.search-popdown.is-visible {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    transform: translate3d(0, 0, 0);
    width: 100vw;
    height: auto;
    max-height: max-content;
    top: 118px;
}

.search-popdown__upper {
    transition: background-color 0.5s ease;
    color: inherit;
    height: var(--announcement-height);
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 30px;
    pointer-events: none;
}

.search-popdown__header {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    z-index: 2000;
    color: var(--text);
}

@media only screen and (max-width: 450px) {
    .search-popdown__header {
        padding-top: 10px;
    }
}

.search-popdown__main {
    max-width: 450px;
    margin: 0 auto;
    min-height: 78px;
    height: var(--menu-height);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.5s ease;
}

.search-popdown__close {
    position: absolute;
    width: 80px;
    height: 100%;
    display: flex;
    right: 0;
}

.search-popdown__close__button {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 30px;
    height: 30px;
    padding: 5px;
    color: inherit;
    font-size: 0;
    text-decoration: none;
    transform: translate3d(0, -50%, 0);
    transition: color 0.3s ease;
    --icon-size: 26px;
    font-size: calc(1rem * var(--FONT-ADJUST-NAV));
    cursor: pointer;
    width: 34px;
    padding: 0;
    height: 100%;
    right: -11px;
}
.search-popdown__close__button .icon {
    display: block;
    fill: currentColor;
    transition: transform 0.3s;
    pointer-events: none;
}
@media (hover: hover) {
    .search-popdown__close__button:hover {
        color: var(--link-hover);
    }
    .search-popdown__close__button:hover .icon {
        transform: rotate(90deg);
    }
}

.popdown__close__inner {
    font-size: calc(1rem * var(--FONT-ADJUST-NAV));
    cursor: pointer;
    padding: 20px 0;
}

.search-popdown__form {
    display: flex;
    justify-content: flex-end;
    height: auto;
    width: 100%;
    text-align: left;
    margin: 0;
    position: relative;
    border-bottom: 1px solid var(--COLOR-BORDER-DARK);
    padding-left: 10px;
}

.search-popdown__form input {
    font-family: var(--FONT-STACK-NAV);
    font-style: var(--FONT-STYLE-NAV);
    font-weight: var(--FONT-WEIGHT-NAV);
    width: 100%;
    border: none;
    margin: 0;
    text-align: left;
    color: var(--text);
    font-size: 15px;
    letter-spacing: 1.5px;
    padding: 9px 16px 9px 6px;
}
.search-popdown__form input::placeholder {
    color: var(--text);
}
.search-popdown__form input:focus, .search-popdown__form input:active {
    box-shadow: none;
}

@supports (-webkit-touch-callout: none) {
    .search-popdown__form input {
        font-size: max(calc(var(--font-2) * var(--FONT-ADJUST-NAV)), 16px);
    }
}
.search-popdown__form__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    margin-left: -8px;
    padding: 0;
}

.search-popdown__form__button .icon {
    fill: none;
}

/* Results */
.search-popdown__results {
    background: var(--bg);
}


@media only screen and (min-width: 450px) {
    .search-popdown__results .wrapper {
        max-width: 970px;
        padding-left: 0;
        padding-right: 0;
    }
}

.search__results__outer {
    position: relative;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: padding 0.3s ease, opacity 0.3s ease, visibility 0.3s;
}

.search__results .product-item {
    background-color: var(--bg);
}

.search__results__outer--empty,
.is-searched .search__results__outer {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding: 2rem 0 1.5rem 0;
}

@media only screen and (min-width: 750px) {
    [data-search-results] {
        display: flex;
        justify-content: space-between;
        gap: 5rem;
    }
}

.search__results__layout:empty{
    display: none;
}

@media only screen and (min-width: 750px) {
    .search__results__layout:not(:empty) + div + div.search__results__actions {
        padding-top: 150px;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 750px) {
    .search__results__layout {
        width: 100%;
    }
}

@media only screen and (min-width: 990px) {
    .search__results__layout--mixed {
        --grid: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (min-width: 750px) {
    .search__results__layout--mixed {
        grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
    }
}

@media only screen and (min-width: 750px) and (max-width: 989px) {
    .search__results__layout--mixed .product-grid {
        grid-template-columns: var(--grid-small);
    }
}

@media only screen and (min-width: 749px) {
    .search__results__column .product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--gap);
    }
}

.search__results__column .product-grid .product-item__image {
    height: 267px;
    min-height: auto;
}

@media only screen and (max-width: 748px) {
    .search__results__column .product-grid .product-item__image {
        height: clamp(110px, 16vh, 130px);
    }
    .search__results__column .product-grid .product-item__price {
        margin-top: 0.5rem;
    }

}



@media only screen and (max-width: 749px) {
    .search__results__column {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 750px) {
    .search__results__actions {
        margin: 15px 0 0;
        text-align: center;
    }
}

@media only screen and (min-width: 750px) {
    .search__results__group {
        padding-bottom: var(--inner);
    }
}

.search__results__heading {
    font-family: var(--FONT-STACK-HEADING);
    font-style: var(--FONT-STYLE-HEADING);
    line-height: 1.2;
    font-weight: var(--FONT-WEIGHT-HEADING);
    margin: 0 0 0.5em 0;
    margin-bottom: var(--inner);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border);
}

.search__results__item {
    margin-bottom: var(--inner);
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-NAV));
}

/*Adjust search product card style*/

.search__results__products__list .product-item--centered .product-information {
    text-align: left;
}

.search__results__products__list .product-item__vendor {
    font-family: var(--FONT-STACK-HEADING);
    text-transform: uppercase;
    font-size: 22px;
    color: var(--COLOR-PRIMARY);
    margin-bottom: 3px !important;
}

@media only screen and (max-width: 768px) {
    .search__results__products__list .product-item__vendor {
        margin: 0 0px 3px 0px;
        font-size: 18px;
        padding-bottom: 0.2rem;
    }
}

.search__results__products__list .product-item__title {
    color: var(--COLOR-PRIMARY);
    margin-bottom: 4px !important;
    font-size: 11px;
    margin-top: 0;
}

.search__results__products__list .new-price strong{
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1.15px;
}

@media only screen and (max-width: 749px) {
    .search__results__products__list .new-price strong{
        font-size: 13px;
    }
}

.search__results__products__list .product-item__price .old-price {
    color: #bfbaab;
    font-size: .75rem;
    letter-spacing: .9px;
}

/*  */

.search__results__link {
    color: currentColor;
    transition: color 0.3s ease;
}

@media only screen and (max-width: 749px) {
    .search__results__products__list .product-link {
        display: grid;
        grid-template-columns: 90px auto;
        gap: 16px;
    }

    .search__results__products__list .product-item__info {
        text-align: left;
        padding: 0;
    }
}
.search__results__empty p {
    margin: 0;
}

.search__loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    margin: 5px auto;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s;
}
@media only screen and (min-width: 750px) {
    .search__loader {
        margin: 20px auto;
    }
}

.is-loading .search__loader {
    opacity: 1;
    visibility: visible;
}

.is-searched .search__results--empty,
.search__results--empty {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.is-searched .search__results--empty .search__results__column,
.is-searched .search__results--empty .product-item,
.search__results--empty .search__results__column,
.search__results--empty .product-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--transition-duration) 0s, visibility var(--transition-duration);
}

.is-visible .search__results__column,
.is-visible .product-item {
    transition: opacity var(--transition-duration) var(--transition-delay), visibility var(--transition-duration) var(--transition-delay);
}

.is-visible:not(.is-searched) .search__results--empty {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
}
.is-visible:not(.is-searched) .search__results--empty .search__results__column,
.is-visible:not(.is-searched) .search__results--empty .product-item {
    opacity: 1;
    visibility: visible;
}

.drawer__menu {
    overflow: hidden;
    width: 100%;
    height: 100%;
    flex: 0 1 100%;
    display: flex;
    flex-direction: column;
}

.sliderule__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
}
.sliderule__panel::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

[data-sliderule-pane].is-scrolling,
[data-sliderule].is-scrolling,
[data-sliderule-pane="0"],
[data-sliderule-pane="1"] [data-sliderule="1"].is-visible,
[data-sliderule-pane="2"] [data-sliderule="2"].is-visible {
    overflow-y: auto;
    overflow-x: hidden;
}

[data-sliderule].is-hiding,
[data-sliderule-pane="2"] [data-sliderule].is-visible,
[data-sliderule-pane="1"] [data-sliderule="1"].is-visible {
    z-index: 10;
    visibility: visible;
    opacity: 1;
}

[data-sliderule-pane] [data-animates].is-visible {
    opacity: 1;
}

.sliderule__wrapper {
    width: 100%;
}

.sliderow__links {
    padding-top: var(--item-height);
    overflow: hidden;
}

.sliderow--back {
    top: 0;
    position: absolute;
    z-index: 40;
    background: var(--bg);
}

.header__wrapper--borders .sliderow--back {
    border-top: 1px solid var(--border);
}

.sliderow--back .sliderow__title {
    justify-content: center;
}

.sliderule__wrapper--secondary {
    padding-top: 24px;
    margin-top: auto;
}

.sliderule__wrapper--secondary .sliderow,
.sliderule__wrapper--secondary .sliderow__title {
    height: calc(var(--item-height) - 21px);
}

.sliderule__wrapper--secondary + .sliderule__wrapper--secondary {
    padding-top: 0;
    margin-top: 0;
}

.sliderow {
    width: 100%;
    min-height: var(--item-height);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--text);
    padding: 0;
    z-index: 10;
    font-size: calc(var(--font-4) * var(--FONT-ADJUST-NAV));
    text-transform: inherit;
}

.header__wrapper--borders .sliderow {
    border-bottom: 1px solid var(--border);
}

.header__wrapper--borders .sliderule__wrapper--secondary > .sliderow,
.header__wrapper--borders .sliderule__wrapper:first-child > .sliderow {
    border-top: 1px solid var(--border);
}

.header__wrapper--borders .sliderule__wrapper--secondary ~ .sliderule__wrapper--secondary > .sliderow {
    border-top: none;
}

.header__wrapper--borders .sliderule__wrapper--secondary:not(:last-child) > .sliderow {
    border-bottom: none;
}

.sliderow__title {
    min-height: var(--item-height);
    width: 100%;
    padding: 0 var(--inner);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: inherit;
    text-align: left;
    transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (hover: hover) {
    .sliderow:hover .sliderow__title {
        background: var(--bg-accent);
    }
}
.sliderow__title--highlight {
    color: var(--highlight);
}

.drawer__menu > .sliderule__wrapper > .sliderow > .sliderow__title {
    font-weight: var(--FONT-WEIGHT-NAV-BOLD);
}

.drawer__menu > .sliderule__wrapper > .sliderow > .sliderow__title--secondary {
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-NAV));
    font-weight: var(--FONT-WEIGHT-NAV);
}

.sliderow:not(.sliderow__back) .sliderow__title:after {
    bottom: 0;
}

.drawer__menu:after {
    top: 0;
    left: var(--outer);
    z-index: 1;
}

.sliderule__chevron--right {
    align-self: stretch;
    width: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (hover: hover) {
    .sliderow:hover .sliderule__chevron--right .icon {
        transform: translateX(5px);
    }
}
.sliderule__chevron--left,
.sliderule__chevron--right {
    --icon-size: 24px;
    position: relative;
}
.sliderule__chevron--left .icon,
.sliderule__chevron--right .icon {
    fill: none;
    will-change: transform;
    transition: transform 0.3s;
}

.sliderule__panel .sliderow {
    padding-left: 0;
}

.sliderow__back-button + .sliderow__title {
    cursor: pointer;
    font-family: var(--FONT-STACK-NAV);
    font-style: var(--FONT-STYLE-NAV);
    font-weight: var(--FONT-WEIGHT-NAV);
    font-weight: var(--FONT-WEIGHT-NAV-BOLD);
    padding: 0 calc(var(--inner) + 30px);
}

@media (hover: hover) {
    .sliderow__back-button + .sliderow__title:hover {
        color: var(--link-hover);
    }
}
.sliderow__back-button {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: var(--inner);
    color: var(--text);
    height: 100%;
    z-index: 5;
}

@media (hover: hover) {
    .sliderow__back-button:hover .icon {
        transform: translateX(-5px);
    }
}
.sliderule__chevron--left {
    align-self: stretch;
    height: 100%;
    width: calc(var(--outer) * 1.5);
    min-width: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


@media only screen and (max-width: 479px) {
    .js-grid[data-grid-small="1"] {
        grid-template-columns: repeat(1, 1fr);
    }

    .js-grid[data-grid-small="2"] {
        grid-template-columns: repeat(2, 1fr);
    }

    [data-toggle-grid="3"],
    [data-toggle-grid="4"],
    [data-toggle-grid="5"],
    [data-toggle-grid="6"] {
        display: none;
    }
}
.sliderule-grid .hero__content {
    max-width: 100%;
    padding: 30px;
    margin: 0;
}
@media only screen and (max-width: 479px) {
    .sliderule-grid .hero__content {
        padding: 5px;
    }
}

.sliderule-grid .menu__block {
    padding: var(--inner);
}

.header__wrapper--borders .sliderule-grid .menu__block {
    border-bottom: 1px solid var(--border);
}

.header__wrapper:not(.header__wrapper--borders) .sliderule-grid .menu__block:not(:first-child) {
    padding-top: 0;
}

.header__mobile__hamburger {
    position: relative;
    width: 30px;
    height: 100%;
    left: 0;
    padding: 0;
    margin-left: -5px;
    margin-right: 16px;
    cursor: pointer;
}
@media only screen and (min-width: 750px) {
    .header__mobile__hamburger {
        margin-right: 22px;
    }
}

@media only screen and (min-width: 750px) {
    .header__mobile__hamburger.navlink {
        width: auto;
    }
}
@media only screen and (max-width: 749px) {
    .header__mobile__hamburger.navlink {
        display: block;
        margin-right: 16px;
    }
}

.header__mobile__hamburger .icon {
    --icon-size: 24px;
    stroke: var(--text);
    transition: 0.25s ease-in-out;
}

.header__mobile__hamburger .icon-cancel {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.header__mobile__hamburger:hover .icon {
    stroke: var(--link-hover);
}

@media only screen and (max-width: 749px) {
    .header__mobile__button .navlink__cart__content > .navtext {
        display: none;
    }
}

@media only screen and (min-width: 750px) {
    .header__desktop__button .navlink--toplevel .icon,
    .header__mobile__button .navlink--toplevel .icon {
        display: none;
    }
}

.drawer--visible .icon-menu {
    visibility: hidden;
    opacity: 0;
}

.drawer--visible .icon-cancel {
    visibility: visible;
    opacity: 1;
}

.breadcrumbs {
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 var(--outer);
    margin: 30px 0;
    font-size: 15px;
    letter-spacing: 0.8px;
    color: var(--COLOR-BADGE-BG);
    position: relative;
    z-index: 1;
}
.breadcrumbs::before{
    content: '';
    background-color: currentColor;
    display: inline-block;
    width: 100%;
    bottom: 1px;
    height: 1px;
    position: absolute;
    left: 0;
    z-index: -1;
}

/* @media only screen and (min-width: 1380px) {
  .breadcrumbs {
    white-space: nowrap;
    flex-flow: nowrap;
  }
} */

#TemplateProduct[data-is-gift-card="true"] {
    position: relative;
    z-index: 999;
}

#TemplateProduct .breadcrumbs {
    font-family: var(--FONT-STACK-BODY);
    font-weight: 300;
    font-size: 12px;
    color: var(--primary);
    letter-spacing: 2px;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    #TemplateProduct .breadcrumbs {
        display: none;
        visibility: hidden;
        pointer-events: none;
    }

}

#TemplateProduct .breadcrumbs::before {
    display: none;
}

#breadcrumbs__collection:empty + .breadcrumbs__arrow {
    display: none;
}

#breadcrumbs__return {
    font-size: 0;
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 1px solid currentColor;
    border-left: 1px solid currentColor;
    margin: 0 0.8rem 0 0;
    transform: rotate(-45deg);
}

@media only screen and (max-width: 768px) {
    #breadcrumbs__return {
        margin: 0 0.3rem 0 0;
    }
}

@media only screen and (max-width: 749px) {
    .breadcrumbs {
        padding: 0 15px;
    }
}
.breadcrumbs a {
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    transition: color 0.3s linear;
}
.breadcrumbs a:hover {
    color: var(--primary-light);
}

.breadcrumbs--no-padding {
    padding: 0;
}

.breadcrumbs__arrow {
    font-size: 15px;
    letter-spacing: 0.8px;
    color: currentColor;
    display: inline-block;
    margin-right: 3px;
    text-decoration: none;
    background-color: var(--COLOR-BG);
    padding-left: 2px;
    margin-left: 4px;
    padding-right: 3px;
    transform: rotate(24deg);
}

.breadcrumbs__arrow svg {
    width: 5px;
    height: 10px;
}

/**
 * Home page spacing
 */
/*=============== Backgrounds ===============*/
.homepage-columns,
.index-collections-list,
.index-product,
.index-products,
.index-tab-collections,
.index-newsletter,
.index-page,
.index-contact,
.index-rte,
.index-blog,
.custom-liquid,
.custom-html-section {
    background-color: var(--bg);
}

/*=============== Text Colors ===============*/
.index-product,
.index-products,
.index-collections-list,
.index-rte,
.index-newsletter,
.index-hero,
.index-contact,
.custom-liquid,
.custom-html-section {
    color: var(--text);
}

/*=============== Sections Helpers ===============*/
.rte--homepage {
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
    margin-bottom: 0;
}

.index-rte .standard__subheading {
    margin-top: 0;
}

.wide-image {
    overflow: hidden;
    position: relative;
    background-color: transparent;
}

@media only screen and (min-width: 990px) {
    .index-rte .columns--2 p,
    .index-rte .columns--3 p {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 989px) {
    .index-rte .columns--2,
    .index-rte .columns--3 {
        columns: initial;
    }
}

/*=============== Overlays ===============*/
.image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: var(--bg);
    opacity: var(--overlay-opacity);
}

.align--top-left {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.align--top-center {
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

.align--top-right {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: right;
}

.align--middle-left {
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.align--middle-center {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.align--middle-right {
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.align--bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
}

.align--bottom-center {
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.align--bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
}

/*=== Hero Section Layout ==*/
.hero__content__wrapper {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section-video .main-buttons__item {
    z-index: 5;
}

@media only screen and (min-width: 990px) {
    .index-hero .hero__content,
    .homepage-slideshow:not([data-slideshow-custom]) .hero__content,
    .featured-video-section .hero__content {
        max-width: 50%;
    }
}
[data-overlay-header] .hero__content__wrapper {
    padding-top: var(--header-padding);
}

.hero__content {
    background-color: var(--bg);
    color: var(--text);
    margin: var(--outer);
    padding: 60px;
}
@media only screen and (max-width: 479px) {
    .hero__content {
        padding: 40px;
    }
}

.hero__content--transparent {
    background-color: var(--TRANSPARENT);
}

.hero__content__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.no-js .hero__content__link:focus-visible {
    outline-offset: -2px;
}

.hero__button-image {
    max-width: 50%;
    padding: 60px;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    .hero__button-image {
        max-width: 70%;
        padding: 45px;
    }
}
@media only screen and (max-width: 749px) {
    .hero__button-image {
        max-width: 80%;
        padding: 30px;
    }
}
.hero__button-image img {
    display: block;
    width: 100%;
}

.hero__logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto;
    max-width: 100%;
}

.hero__title {
    margin-bottom: var(--line);
}
.hero__title:not([class*=heading-size-]) {
    font-size: calc(var(--font-6) * var(--FONT-ADJUST-HEADING));
}

/*=== Larger title for hero sections only ==*/
.featured-video-section .hero__title:not([class*=heading-size-]),
.section-video .hero__title:not([class*=heading-size-]) {
    font-size: calc(var(--font-8) * var(--FONT-ADJUST-HEADING));
}

.hero__description,
.standard__app,
.standard__rte {
    margin-bottom: calc(var(--line) * 1.5);
    line-height: 1.5;
}
.hero__description:not([class*=body-size-]),
.standard__app:not([class*=body-size-]),
.standard__rte:not([class*=body-size-]) {
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
}
.hero__description p,
.standard__app p,
.standard__rte p {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: calc(var(--line) * 1.25);
    margin-top: inherit;
}

.hero__title + .hero__description {
    margin-top: 0.875em;
}

.hero__title,
.hero__description,
.hero__btn {
    margin-top: 0;
}
.hero__title:last-child,
.hero__description:last-child,
.hero__btn:last-child {
    margin-bottom: 0;
}

.index-hero .hero__title:last-child,
.index-hero .hero__description:last-child,
.index-hero .hero__btn:last-child {
    margin: var(--line) 0;
}

/*=== Text sections ===*/
@media only screen and (max-width: 749px) {
    .text__standard {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.text__standard a.standard__cta {
    margin-top: 0;
}

.text__standard *:last-child,
.standard__heading:last-child {
    margin-bottom: 0;
}

.standard__heading:first-child {
    margin-top: 0;
}

.standard__subheading,
.standard__heading,
.standard__rte,
.standard__cta {
    margin-bottom: var(--line);
}

.text-link,
.rte a,
.standard__rte a,
.standard__cta:not(.btn),
.announcement__text a,
.section-double__link,
p a {
    display: inline;
    text-decoration: none;
    cursor: pointer;
    padding: 0 0 5px;
    background: linear-gradient(to right, currentColor, currentColor);
    background-size: 100% 0.05em;
    background-position: 50% 86%;
    background-repeat: no-repeat;
    transition: color 0.25s ease-in, background-size 0.25s ease-in;
}
@media (hover: hover) {
    .text-link:hover,
    .rte a:hover,
    .standard__rte a:hover,
    .standard__cta:not(.btn):hover,
    .announcement__text a:hover,
    .section-double__link:hover,
    p a:hover {
        background-size: 0% 0.05em;
    }
}

.standard__cta {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.columns--2 {
    columns: 2 180px;
    column-gap: var(--gutter);
}

.columns--3 {
    columns: 3 180px;
    column-gap: var(--gutter);
}

.columns--4 {
    columns: 4 180px;
    column-gap: var(--gutter);
}

.backdrop--radial {
    --backdrop-size: 200%;
    position: relative;
}
.backdrop--radial::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: var(--backdrop-size);
    height: var(--backdrop-size);
    border-radius: 50%;
    background: radial-gradient(ellipse at center, var(--bg) 0%, rgba(255, 255, 255, 0) 70%);
    opacity: var(--overlay-opacity);
    transform: translate(-50%, -50%);
}
.backdrop--radial:empty::before {
    display: none;
}
.backdrop--radial.backdrop--radial-badge::before {
    width: calc(var(--backdrop-size) * 1.5);
    height: calc(var(--backdrop-size) * 2);
}

.hero__content--transparent {
    padding: 0;
    box-shadow: none;
}

/* Grid Container */
@media only screen and (min-width: 750px) {
    .grid-container--inline {
        display: flex;
        padding: 0 var(--outer);
    }
    .grid-container--inline .product-grid-outer {
        padding-left: 0;
        overflow: hidden;
    }
    .grid-container--inline .product-grid-outer:only-child {
        max-width: none;
    }
    .grid-container--inline .grid__items-holder {
        flex: 1 0 auto;
        margin-right: calc(var(--outer) * -1);
        max-width: calc(100% - var(--content-width) + var(--outer));
    }
    .grid-container--inline .grid__heading-holder {
        margin: 0;
        align-self: center;
        flex: 0 0 var(--content-width);
        margin-right: var(--outer);
        padding: 0;
    }
    .grid-container--inline .grid__heading-holder--sticky {
        align-self: flex-start;
        position: sticky;
        top: var(--outer);
    }
    .has-sticky-header .grid-container--inline .grid__heading-holder--sticky {
        top: calc(var(--outer) + var(--menu-height));
    }
    .grid-container--inline .grid__heading-holder--sticky .grid__heading-text:only-child {
        margin-bottom: var(--outer);
    }
    .grid-container--inline .grid__heading-text {
        width: auto;
    }
    .grid-container--inline .product-grid--slider .collection-item,
    .grid-container--inline .product-grid--slider .product-item {
        width: var(--item-width);
    }
}
@media only screen and (min-width: 990px) {
    .grid-container--inline {
        --content-width: 28%;
        --item-width: 38% !important;
    }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    .grid-container--inline {
        --content-width: 28%;
        --item-width: 72% !important;
    }
}

/* Grid Heading */
.grid__heading {
    margin: 0;
}

.grid__heading-holder {
    position: relative;
    display: block;
    word-break: break-word;
    padding: 0 var(--outer);
    margin: 0 0 var(--outer);
    color: var(--text);
}
@media only screen and (max-width: 749px) {
    .grid__heading-holder {
        margin-bottom: calc(var(--outer) * 2);
    }
}

.grid__description:first-child > *:first-child {
    margin-top: 0;
}

.grid__description > *:last-child {
    margin-bottom: 0;
}

.grid__heading-text:not(:last-child) {
    margin-bottom: 1em;
}

@media only screen and (min-width: 750px) {
    .grid__heading-holder--inline {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .grid__heading-holder--inline .grid__heading-text {
        margin: 0;
        padding: 0;
        width: auto;
        flex: 0 1 60%;
    }

    .grid__heading-holder--inline .grid__heading-actions {
        flex: 0 1 auto;
        position: relative;
        max-width: 50%;
    }

    .grid__heading-holder--inline .grid__heading-actions:only-child {
        flex: 1;
        max-width: none;
    }
}
@media only screen and (min-width: 990px) {
    .grid__heading-text {
        width: 60%;
        margin: 0 auto;
    }

    .text-left .grid__heading-text {
        margin-left: 0;
    }

    .text-right .grid__heading-text {
        margin-right: 0;
    }

    .grid__heading-holder--inline .grid__heading-actions .btn, .grid__heading-holder--inline .grid__heading-actions .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .grid__heading-holder--inline .grid__heading-actions .shopify-payment-button__button--unbranded, .grid__heading-holder--inline .grid__heading-actions .product__reviews .spr-summary-actions-newreview, .product__reviews .grid__heading-holder--inline .grid__heading-actions .spr-summary-actions-newreview, .grid__heading-holder--inline .grid__heading-actions #challenge .shopify-challenge__button, #challenge .grid__heading-holder--inline .grid__heading-actions .shopify-challenge__button {
        width: auto;
    }
}
.template-index .container {
    background-color: var(--TRANSPARENT);
}

.index-newsletter .hero__content__wrapper {
    z-index: 11;
}

.no-js .section-video,
.no-js .popout__toggle {
    display: none;
}
.no-js .grid__heading-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hero__wrapper {
    display: flex;
}

.index-hero .hero__split-image {
    flex: 1;
}

.index-hero .hero__split-image:not(.mobile) {
    display: flex;
}

@media only screen and (max-width: 749px) {
    .index-hero .hero__split-image.desktop {
        display: none;
    }
}

@media only screen and (min-width: 750px) {
    .index-hero .hero__split-image.mobile {
        display: none;
    }
}

/*=============== Section Columns ===============*/
.section-columns {
    color: var(--text);
    background-color: var(--bg);
}

.section-columns .grid__heading-holder {
    padding-left: 0;
    padding-right: 0;
}

.column__grid__item {
    flex: 0 0 auto;
}
@media only screen and (min-width: 750px) {
    .column__grid__item {
        padding: 0 calc(var(--gap) / 2) 0;
    }
}
@media only screen and (max-width: 749px) {
    .column__grid__item {
        width: calc(100% - 50px);
        padding: 0;
        margin-right: var(--gap);
        scroll-snap-align: start;
    }
    .column__grid__item:last-child {
        margin-right: 0;
    }
}
@media only screen and (max-width: 749px) {
    .column__grid__item:only-child {
        width: 100%;
    }
}

.columns {
    --outer-offset: calc(var(--gap) * -1);
    display: flex;
    flex-flow: column;
    margin: 0 calc(var(--outer-offset) / 2) var(--outer-offset);
}
@media only screen and (min-width: 750px) {
    .columns {
        flex-flow: row wrap;
    }
}

@media only screen and (max-width: 749px) {
    .columns--mobile-slider {
        --outer-offset: calc(var(--outer) * -1);
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        gap: 0;
        margin: 0 var(--outer-offset);
        padding-left: var(--outer);
        overflow-x: scroll;
        overflow-y: hidden;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scroll-padding: var(--outer);
        scrollbar-width: none;
        -ms-overflow-style: none;
        /* for Internet Explorer, Edge */
    }
    .columns--mobile-slider::-webkit-scrollbar {
        display: none;
        /* for Chrome, Safari, and Opera */
    }
    .columns--mobile-slider:after {
        content: "";
        display: block;
        position: relative;
        padding-right: var(--outer);
    }
    .columns--mobile-slider .column {
        padding: 0;
        flex: 0 0 auto;
        width: calc(100% - 50px);
        margin: 0 var(--gap) 0 0;
        scroll-snap-align: start;
    }
    .columns--mobile-slider .column:last-child {
        margin-right: 0;
    }
    .columns--mobile-slider .column:only-child {
        flex: 0 1 100%;
    }
}

@media only screen and (max-width: 749px) {
    .columns--mobile-grid {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 749px) {
    .columns--mobile-grid .column {
        width: 100%;
    }
}

.column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 100%;
    padding: 0 calc(var(--gap) / 2) var(--gap);
}
@media only screen and (min-width: 990px) {
    .column {
        flex: 0 0 var(--desktop-width);
    }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    .column {
        flex-basis: 50%;
    }
}

.text-center .icon__animated {
    margin: 0 auto;
}

.text-center .icon--left {
    justify-content: center;
}

.icon__animated {
    --size: var(--icon-size, 20px);
    width: var(--size);
    height: var(--size);
    color: var(--text);
}

.icon--left {
    display: flex;
}

.icon--left .icon__animated {
    margin: 0 20px 0 0;
    flex: 0 0 var(--size);
}

.icon--left .column__content {
    padding-top: 0;
}

.column__content {
    padding: var(--inner) 0 0;
}

.column__content--icon {
    flex: 0 1 calc(100% - var(--size) - 20px);
}

.column__icon .image-wrapper {
    padding: 0;
    height: 100%;
}

.column__heading {
    margin-top: 0;
    margin-bottom: 4px;
}

.column__text p {
    margin-top: 10px;
    font-size: calc(0.9rem * var(--FONT-ADJUST-BODY));
    line-height: 1.5;
}

.column__heading:last-child,
.column__text p:last-child {
    margin-bottom: 0;
}

.column__btn {
    margin: var(--inner) 0 0;
}

.column__links {
    margin-bottom: -0.5em;
}

.column__links__item {
    margin-bottom: 0.5em;
}

.column__links__item a {
    transition: color 0.25s ease;
}

.column__image {
    display: block;
    height: 0;
    position: relative;
    overflow: hidden;
}

.column__image__bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.column__image .image-wrapper {
    padding: 0;
    height: 100%;
}

.column__image__wrapper {
    position: relative;
    overflow: hidden;
}

.column__image__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

/**
 * General modal styles
 */
@media only screen and (max-width: 749px) {
    .modal-section {
        height: auto;
    }
}

.modal-wrapper {
    display: flex;
    align-items: stretch;
    height: 100%;
}
@media only screen and (max-width: 749px) {
    .modal-wrapper {
        flex-direction: column;
        height: auto;
    }
}
.image-height .modal-wrapper {
    height: auto;
    align-items: center;
}
.modal-wrapper .input-group {
    border-color: var(--text);
}

.modal-wrapper--reverse {
    flex-direction: row-reverse;
}
@media only screen and (max-width: 749px) {
    .modal-wrapper--reverse {
        flex-direction: column;
    }
}

.modal__inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 50px;
}

.modal__text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 50%;
    height: 100%;
    text-align: center;
}

.modal__text {
    color: var(--text);
    flex-direction: column;
}
.modal__text .contact-form {
    margin-top: var(--inner);
}

.modal__image {
    width: 100%;
    position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 750px) {
    .modal__image {
        flex: 0 1 50%;
    }
}

.modal__image .image-wrapper {
    height: 100%;
    padding: 0;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 4000;
    display: none;
}

.modal__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.modal__body {
    z-index: 100;
}

.modal__underlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: var(--modal-underlay-color, rgba(255, 255, 255, 0.5));
}

.modal__outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 901;
}
.modal__outer a.close,
.modal__outer button.close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
    padding: 0;
    cursor: pointer;
    transition: transform 0.3s;
}
.modal__outer a.close:hover,
.modal__outer button.close:hover {
    transform: rotate(90deg);
}
.modal__outer a.close .icon,
.modal__outer button.close .icon {
    fill: var(--text);
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.modal__outer a.more {
    text-decoration: none;
}
.modal__outer a.prev,
.modal__outer a.next {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    z-index: 20;
    margin: 0;
    opacity: 1;
}
.modal__outer a.prev .icon,
.modal__outer a.next .icon {
    stroke: #B1B1B1;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.modal__outer a.prev:hover .icon,
.modal__outer a.next:hover .icon {
    stroke: #D8D8D8;
}
.modal__outer a.prev {
    right: 100px;
    left: auto;
}
.modal__outer a.next {
    right: 60px;
}

/**
 * Home Modal
 */
.modal--default {
    overflow-y: auto;
    background-color: var(--bg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    max-width: 1000px;
    max-height: 90vh;
    width: 50vw;
}
.modal--default.modal-wrapper--has-image {
    width: 75vw;
}
.popup-large-promo .modal--default.modal-wrapper--has-image {
    width: 45vw;
}
.modal--default a.close {
    top: 15px;
    right: 15px;
    width: 22px;
    height: 22px;
}
.modal--default .modal__text {
    height: auto;
}
.modal--default .modal-wrapper--no-image {
    justify-content: center;
}
.modal--default .modal-wrapper--no-image .modal__text {
    width: 100%;
}
.modal--default .modal__title {
    font-size: calc(var(--font-6) * var(--FONT-ADJUST-HEADING));
}
.modal--default .modal__subtitle {
    margin-top: -30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.7rem;
}
.modal--default .newsletter-form {
    margin: 0 auto;
}

.modal__overlay--password {
    --modal-underlay-color: rgba(0, 0, 0, 0.4);
}

.modal--password .modal__inner {
    width: 100%;
}

@media only screen and (max-width: 749px) {
    .modal--newsletter {
        overflow-y: visible;
    }

    .modal__overlay.modal__overlay--newsletter,
    .modal__overlay--newsletter .modal__outer {
        position: fixed;
        top: initial;
        left: initial;
        right: initial;
        bottom: 0;
        width: auto;
        height: auto;
        background: transparent;
        z-index: 4000;
        padding: 0;
    }

    .modal__overlay--default .modal__outer,
    .modal__overlay--default .modal--default {
        width: 100%;
        max-width: 100%;
    }
    .modal__overlay--default .modal__text {
        width: 100%;
        flex-shrink: 0;
        margin-top: -100px;
    }
    .modal__overlay--default .modal__inner {
        padding: 10px 25px 25px;
    }

    .modal__overlay--newsletter .modal-wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding-top: 22px;
    }
    .modal__overlay--newsletter .modal-wrapper--no-image .modal__text {
        padding-left: 10px;
    }
    .modal__overlay--newsletter .modal__subtitle {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .modal__overlay--newsletter .modal__title {
        font-size: calc(var(--font-5) * var(--FONT-ADJUST-HEADING));
    }
    .modal__overlay--newsletter .modal__description {
        font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
    }
    .modal__overlay--newsletter .input-group-field {
        padding: 8px 12px;
    }
    .modal__overlay--newsletter .modal--newsletter a.close {
        padding: 3px;
        top: 10px;
        right: 10px;
        width: 22px;
        height: 22px;
    }
    .modal__overlay--newsletter .modal__image {
        flex-shrink: 0;
        height: calc(20vh + 20px);
        width: calc(20vh + 20px);
        border-radius: 50%;
        border-width: 8px;
        margin: auto;
        top: -100px;
        border: 1px solid var(--bg);
    }

    .modal__overlay--password .modal__wrapper {
        justify-content: flex-end;
    }
    .modal__overlay--password .modal__body {
        transform: translateY(100%);
        transition: transform 0.5s;
    }
    .modal__overlay--password.is-open .modal__body {
        transform: translateY(0);
    }

    .modal-wrapper--reverse.modal-wrapper--no-image {
        padding-top: 100px;
    }
}
.search-results-item {
    position: relative;
    border: 1px solid var(--COLOR-BORDER);
    border-left: 0;
    background: #FFF;
    margin-top: -1px;
    scroll-snap-align: start;
    width: 100%;
}
.search-results-item:before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    z-index: 10;
    border-left: 1px solid var(--COLOR-BORDER);
    content: "";
}
.search-results-item .item-link {
    display: block;
    height: 100%;
    color: var(--COLOR-TEXT);
}

.search-results-item__image {
    display: block;
    padding-top: var(--PRODUCT-GRID-ASPECT-RATIO);
    height: 0;
    position: relative;
    overflow: hidden;
    background-color: var(--COLOR-A5);
}
.search-results-item__image:last-child:first-child {
    border-bottom: none;
}
.is-focused .search-results-item__image {
    overflow: visible;
}
.search-results-item__image.is-visible {
    overflow: visible;
    z-index: 12;
}
.search-results-item__image .item-link {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.search-results-item__image .svg-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.search-results-item__image .image-wrapper {
    padding: 0;
    height: 100%;
}

.search-results-item__image img {
    min-height: 100%;
}

.search-results-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    line-height: 1;
    will-change: transform, opacity;
}

.item-information {
    position: relative;
    z-index: 10;
    position: relative;
    text-align: left;
    line-height: 1.4;
}
@media only screen and (max-width: 749px) {
    .item-information {
        line-height: 1.2;
    }
}
.item-information > a {
    padding: calc(var(--inner) / 2) var(--inner);
}
.item-information > a.no-events {
    pointer-events: none;
}
@media (hover: none) and (pointer: coarse) {
    .item-information > a.no-events {
        pointer-events: initial;
    }
}
@media only screen and (max-width: 749px) {
    .item-information > a {
        padding: 12px;
    }
}

/**
 * Gift cards
 */
.template-giftcard,
.template-giftcard body {
    background: var(--bg);
}
.template-giftcard a,
.template-giftcard body a {
    text-decoration: none;
}

.template-gift_card #logo {
    margin-top: 40px;
    text-align: center;
}

.template-giftcard .wrapper {
    max-width: 588px;
}
.template-giftcard .wrapper img,
.template-giftcard .wrapper object,
.template-giftcard .wrapper iframe {
    max-width: 100%;
}

.giftcard-header {
    padding: 60px 0 0 0;
    font-size: 1em;
    text-align: center;
    animation: fadein 0.5s ease-in-out both 0.4s;
}
.giftcard-header .h1 {
    margin: 0;
}

.shop-url {
    display: none;
}

.giftcard {
    animation: slideup 0.8s ease-in-out;
}

.giftcard__border {
    background-color: var(--hairline);
    border-radius: 4px;
    border: 1px solid var(--border);
    padding: 1em;
    animation: container-slide 0.8s ease-in-out;
}

.giftcard__content {
    *zoom: 1;
    background-color: #FFF;
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: 3px;
    animation: cardslide 0.8s ease-in-out;
}
.giftcard__content::after {
    content: "";
    display: table;
    clear: both;
}

.giftcard__header {
    *zoom: 1;
    border-bottom: 1px solid var(--border);
    padding: 15px;
}
.giftcard__header::after {
    content: "";
    display: table;
    clear: both;
}

.giftcard__title {
    float: left;
    margin-bottom: 0;
}

.giftcard__tag {
    display: block;
    float: right;
    background-color: var(--text-light);
    border: 1px solid transparent;
    color: #FFF;
    padding: 10px;
    border-radius: 4px;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
}

.giftcard__tag--active {
    background: transparent;
    color: var(--text);
    border: 1px solid var(--border);
}

.giftcard__wrap {
    position: relative;
    margin: 15px 15px 30px;
}
.giftcard__wrap img {
    position: relative;
    display: block;
    border-radius: 10px;
    z-index: 2;
}
.giftcard__wrap:before, .giftcard__wrap:after {
    content: "";
    position: absolute;
    width: 47px;
    height: 47px;
    z-index: 3;
}
.giftcard__wrap:before {
    background: url("/cdn/s/assets/gift-card/corner-top-left-2ba3edcd9e97ba146cd01a8161365c5e.svg") 0 0 no-repeat;
    top: -1px;
    left: -1px;
}
.giftcard__wrap:after {
    background: url("/cdn/s/assets/gift-card/corner-bottom-right-1fb9bf49ff9564325e6b7c0fb0a7ff45.svg") 0 0 no-repeat;
    bottom: -1px;
    right: -1px;
}
.lt-ie9 .giftcard__wrap:before, .lt-ie9 .giftcard__wrap:after {
    display: none;
}

.giftcard__code {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    z-index: 50;
}

.giftcard__code--medium {
    font-size: 0.875em;
}

.giftcard__code--small {
    font-size: 0.75em;
}

.giftcard__code__inner {
    display: inline-block;
    vertical-align: baseline;
    background-color: #FFF;
    padding: 0.5em;
    border-radius: 4px;
    max-width: 450px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.giftcard__code--small .giftcard__code__inner {
    overflow: auto;
}

.giftcard__code__text {
    font-size: 1.875em;
    text-transform: uppercase;
    border-radius: 2px;
    border: 1px dashed var(--border);
    padding: 0.4em 0.5em;
    display: inline-block;
    vertical-align: baseline;
    color: #777;
    line-height: 1;
}
.disabled .giftcard__code__text {
    color: #999;
    text-decoration: line-through;
}

.giftcard__amount {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    font-size: 2.75em;
    line-height: 1.2;
    padding: 15px;
    z-index: 50;
}
.giftcard__amount strong {
    display: block;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.giftcard__amount--medium {
    font-size: 2em;
}

.tooltip {
    display: block;
    position: absolute;
    top: -50%;
    right: 50%;
    margin-top: 16px;
    z-index: 3;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    animation: popup 0.5s ease-in-out both 0.7s;
}
.tooltip:before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    margin-left: -5px;
    margin-bottom: -5px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 5px solid #333;
    border-top: 5px solid rgba(51, 51, 51, 0.9);
}

.tooltip__label {
    display: block;
    position: relative;
    right: -50%;
    border: none;
    border-radius: 4px;
    background: #333;
    background: rgba(51, 51, 51, 0.9);
    min-height: 14px;
    font-size: calc(0.75rem * var(--FONT-ADJUST-BODY));
    text-decoration: none;
    line-height: 16px;
    text-shadow: none;
    padding: 0.5em 0.75em;
    margin-left: 0.25em;
}
.tooltip__label small {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #B3B3B3;
    font-size: 0.875em;
}

.giftcard__instructions {
    text-align: center;
    margin: 0 15px 30px;
}

.giftcard__actions {
    position: relative;
    border-top: 1px solid var(--border);
    padding: 30px 15px;
    text-align: center;
    overflow: hidden;
}

.action-link {
    position: absolute;
    left: 15px;
    top: 50%;
    font-size: 0.875em;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--text-light);
    margin-top: -10px;
}
.action-link:hover, .action-link:focus {
    color: var(--text);
}

.action-link__print {
    display: inline-block;
    vertical-align: baseline;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-right: 5px;
    opacity: 0.25;
    background-image: url("/cdn/s/assets/gift-card/icon-print-164daa1ae32d10d1f9b83ac21b6f2c70.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}
.svg .action-link__print {
    background-image: url("/cdn/s/assets/gift-card/icon-print-6a10b2fb86d223b8c783c9696eaf4c31.svg");
}
.action-link:hover .action-link__print {
    opacity: 0.4;
}

.giftcard__footer {
    text-align: center;
    padding: 60px 0;
    animation: fadein 0.5s ease-in-out both 0.4s;
}

.giftcard__icon {
    width: 45px;
    display: inline-block;
    vertical-align: baseline;
}

#QrCode {
    text-align: center;
}
#QrCode img {
    padding: 30px;
    border: 1px solid var(--border);
    border-radius: 4px;
    margin: 0 auto 30px;
}

/*============================================================================
  #Media Queries
==============================================================================*/
/*================ Medium-down width ================*/
@media screen and (max-width: 580px) {
    .giftcard {
        font-size: calc(0.75rem * var(--FONT-ADJUST-BODY));
    }

    .giftcard-header {
        padding: 30px 0;
    }

    .header-logo {
        font-size: 2em;
    }

    .giftcard__border,
    .giftcard__actions {
        padding: 15px;
    }

    .giftcard__actions .btn, .giftcard__actions .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .giftcard__actions .shopify-payment-button__button--unbranded, .giftcard__actions .product__reviews .spr-summary-actions-newreview, .product__reviews .giftcard__actions .spr-summary-actions-newreview, .giftcard__actions #challenge .shopify-challenge__button, #challenge .giftcard__actions .shopify-challenge__button {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .action-link {
        display: none;
    }
}
/*================ Small width ================*/
@media screen and (max-width: 400px) {
    .giftcard__amount strong {
        text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    }

    .giftcard__wrap:before,
    .giftcard__wrap:after {
        display: none;
    }

    .giftcard__code {
        font-size: 0.75em;
    }

    .giftcard__code--medium {
        font-size: 0.65em;
    }

    .giftcard__code--small {
        font-size: 0.55em;
    }
}
/*================ Small height ================*/
@media screen and (max-height: 800px) {
    .header-logo img {
        max-height: 90px;
    }
}
/*============================================================================
  #Print Styles
==============================================================================*/
@media print {
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    html,
    body {
        background-color: #FFF;
    }

    .giftcard-header {
        padding: 10px 0;
    }

    .giftcard__content,
    .giftcard__border {
        border: 0 none;
    }

    .giftcard__actions,
    .giftcard__wrap:before,
    .giftcard__wrap:after,
    .tooltip,
    .add-to-apple-wallet {
        display: none;
    }

    .giftcard__title {
        float: none;
        text-align: center;
    }

    .giftcard__code__text {
        color: #555;
    }

    .shop-url {
        display: block;
    }

    .logo {
        color: #58686F;
    }
}
/*============================================================================
  #Keyframe Animations
==============================================================================*/
@keyframes slideup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px) rotate(10deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
    }
}
@keyframes popup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-10px);
    }
    80% {
        -webkit-transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
@keyframes container-slide {
    0% {
        opacity: 0;
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 100;
    }
}
/**
 * NEWSLETTER
 */
.index-newsletter {
    position: relative;
}

.newsletter__blocks {
    display: grid;
    gap: var(--outer);
}
@media only screen and (min-width: 750px) {
    .newsletter__blocks {
        grid-template-columns: repeat(var(--item-count), minmax(0, 1fr));
    }
}

.newsletter__block__inner {
    padding: var(--inner) 0;
}

@media only screen and (min-width: 750px) {
    .wrapper--full .newsletter__block--image--left {
        margin-left: var(--outer-offset);
    }

    .wrapper--full .newsletter__block--image--right {
        margin-right: var(--outer-offset);
    }
}
@media only screen and (max-width: 749px) {
    .wrapper--full .newsletter__block--image {
        margin: 0 var(--outer-offset);
    }
}
.newsletter-form {
    --border: var(--text-a35);
    max-width: 440px;
}

.text-center .newsletter-form {
    margin: 0 auto;
}

.newsletter-form .input-row {
    margin-bottom: 1em;
}

.newsletter-form .input-group {
    position: relative;
    display: flex;
    margin: 0;
    border: 0;
}

.newsletter-form .input-group__field {
    flex: 1 1 auto;
    border: 0;
    padding: 1em 1em 1em 0;
    color: var(--text);
}

.newsletter-form .input-group__field::placeholder,
.newsletter-form .input-group__field:-webkit-autofill,
.newsletter-form .input-group__field:-webkit-autofill:hover,
.newsletter-form .input-group__field:-webkit-autofill:focus,
.newsletter-form .input-group__field:-webkit-autofill:active {
    -webkit-text-fill-color: var(--primary);
}

.newsletter-form .input-group__btn {
    flex: 0 0 auto;
    padding: 0 12px;
    color: var(--text);
}

.newsletter__wrapper .socials {
    margin-top: var(--inner);
}

.newsletter__message {
    display: none;
    line-height: 1.5;
}

.has-success .newsletter__message--success {
    display: block;
}

.has-success .newsletter__message--success span,
.has-success .newsletter__message--success strong {
    padding: 0 5px;
    border: 1px dashed currentColor;
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

.not-success .newsletter__message--error {
    display: block;
}

.has-success .input-row,
.has-success .input-group {
    display: none;
}

.newsletter__outer {
    display: flex;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: calc(var(--menu-height) + var(--announcement-height));
    width: 100%;
    height: calc(100% - var(--menu-height) - var(--announcement-height));
    pointer-events: none !important;
}
@media only screen and (max-width: 479px) {
    .newsletter__outer {
        position: fixed;
        top: auto;
        bottom: var(--outer);
        right: var(--outer);
        left: var(--outer);
        width: auto;
        height: auto;
        z-index: inherit;
    }
}

.small-newsletter {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 4000;
    display: none;
    width: 350px;
    padding: 0 40px 0 16px;
    background-color: var(--bg);
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
    color: var(--text);
    pointer-events: auto;
}
@media only screen and (max-width: 989px) {
    .small-newsletter {
        width: 48%;
    }
}
@media only screen and (max-width: 479px) {
    .small-newsletter {
        position: relative;
        width: 100%;
    }
}

.small-newsletter--top-left {
    margin-right: auto;
}

.small-newsletter--top-right {
    margin-left: auto;
}

.small-newsletter--bottom-left,
.small-newsletter--bottom-right {
    top: auto;
    bottom: 0;
}

.small-newsletter--bottom-left {
    margin: auto auto 0 0;
}

.small-newsletter--bottom-right {
    margin: auto 0 0 auto;
}

.small-newsletter .input-group {
    position: static;
    border: 0;
}

.small-newsletter .input-group__field {
    width: 100%;
    padding: 10px 0;
    color: var(--text);
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}
.small-newsletter .input-group__field::placeholder {
    color: var(--color);
}
.small-newsletter .input-group__field:-webkit-autofill, .small-newsletter .input-group__field:-webkit-autofill:hover, .small-newsletter .input-group__field:-webkit-autofill:focus, .small-newsletter .input-group__field:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s, border-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s, border-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: var(--text) !important;
}

.small-newsletter .btn--arrow {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px;
    color: inherit;
    border: none;
    background: none;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
.small-newsletter .btn--arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2px;
    width: 6px;
    height: 6px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-50%) rotate(-135deg);
}
.small-newsletter .btn--arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background-color: currentColor;
    margin-top: -1px;
}

.small-newsletter .btn--arrow:active {
    transform: none;
}

.small-newsletter.has-value .btn--arrow {
    opacity: 1;
    visibility: visible;
}

.has-sticky-header .small-newsletter {
    top: var(--menu-height);
}
@media only screen and (max-width: 479px) {
    .has-sticky-header .small-newsletter {
        top: 0;
    }
}

[data-scroll-locked] .small-newsletter {
    visibility: hidden;
    z-index: -1;
    opacity: 0 !important;
    pointer-events: none;
    transition: z-index 0.3s, opacity 0.3s, visibility 0s 0.3s;
}

.newsletter__heading {
    padding: 10px 0;
    cursor: pointer;
}
.newsletter__heading p {
    margin: 0;
}
@media only screen and (max-width: 479px) {
    .newsletter__heading p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.newsletter__close {
    position: absolute;
    top: 50%;
    right: 10px;
    padding: 0;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.newsletter__close:hover {
    transform: translateY(-50%) rotate(90deg);
}

.has-value .newsletter__close {
    visibility: hidden;
    opacity: 0;
}

/**
 * Reviews
 * without image
 */
.reviews {
    text-align: center;
    position: relative;
    color: var(--text);
    background-color: var(--bg);
}
@media only screen and (max-width: 749px) {
    .reviews {
        overflow: hidden;
    }
}

/* Reviews section - with and without images */
.reviews--section {
    --reviews-gutter: calc(0.75 * var(--inner));
    overflow: hidden;
}

.reviews--section .reviews__grid[data-slider] .flickity-viewport {
    overflow: visible;
}

.reviews--section .review__quote--open-negative {
    top: calc(var(--inner) / -2);
}

.reviews--section .review__quote--close-negative {
    bottom: calc(var(--inner) / -2);
}

.reviews--have-images .reviews__grid {
    margin: 0;
}

.reviews--have-images .reviews__grid-item {
    padding: 0;
}
@media only screen and (max-width: 749px) {
    .reviews--have-images .reviews__grid-item {
        padding: 0 var(--outer) 0 0;
    }
}

.reviews__grid {
    margin: 0 calc(-1 * var(--reviews-gutter));
}
@media only screen and (max-width: 749px) {
    .reviews__grid {
        margin: 0;
        padding-left: var(--outer);
        max-width: none;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: stretch;
        overflow-x: scroll;
        overflow-y: hidden;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scroll-padding: var(--outer);
        scrollbar-width: none;
        -ms-overflow-style: none;
        /* for Internet Explorer, Edge */
    }
    .reviews__grid::-webkit-scrollbar {
        display: none;
        /* for Chrome, Safari, and Opera */
    }
    .reviews__grid:after {
        content: "";
        display: none;
    }
}

@media only screen and (min-width: 750px) {
    .js .reviews__grid[data-slider]:not(.flickity-enabled) {
        display: flex;
        overflow-x: auto;
    }
}

@media only screen and (min-width: 750px) {
    .no-js .reviews__grid[data-slider] {
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 750px) {
    .reviews__grid[data-slider]:after {
        content: "flickity";
        display: none;
    }
}

.reviews__grid[data-slider] .flickity-button-offset .flickity-prev-next-button.next {
    right: 40px;
}

.reviews__grid[data-slider] .flickity-button-offset .flickity-prev-next-button.previous {
    left: 40px;
}

.reviews__grid-item {
    flex: 0 0 auto;
    display: flex;
    padding: 0 var(--reviews-gutter);
}
@media only screen and (max-width: 989px) {
    .reviews__grid-item {
        width: calc(100% - 50px);
        padding: 0 var(--outer) 0 0;
        scroll-snap-align: start;
    }
}

@media only screen and (max-width: 749px) {
    .reviews__grid-item:only-child {
        width: 100%;
    }
}

/* reviews-holder */
.reviews-holder {
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 0 var(--outer);
}

/* Review */
.review {
    display: flex;
    align-items: stretch;
    width: 100%;
    background-color: var(--card-bg);
}
@media only screen and (max-width: 749px) {
    .review {
        position: relative;
        flex-direction: column;
    }
}

a.review {
    text-decoration: none;
    color: inherit;
    transition: color 0.4s;
}
@media (hover: hover) {
    a.review:hover {
        color: var(--link-hover);
    }
    a.review:hover .review__image img, a.review:hover .review__image svg {
        transform: scale(1.06);
    }
}

.review--block {
    padding: 40px 0;
    height: 100%;
}

.review--block .review__content {
    padding: 0;
}

.review--block .review__content blockquote {
    margin-bottom: 3em;
}
@media only screen and (max-width: 749px) {
    .review--block .review__content blockquote {
        margin-bottom: 2em;
    }
}

.review--block.review--has-quotes {
    padding-top: 25px;
}

.review--block.review--has-quotes blockquote:only-child {
    padding-bottom: 25px;
}

.review--block.review--has-quotes blockquote > p {
    padding-top: 2.4em;
}

/* Review elements */
.review__image {
    position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 750px) {
    .review__image {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.review__image img,
.review__image svg {
    transition: transform 1s ease;
}

.review__image svg {
    position: absolute;
    top: 0;
    left: 0;
}

.review__image .image-wrapper {
    min-height: 100%;
}

.review__content {
    --inner: 30px;
    position: relative;
    padding: var(--inner);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media only screen and (min-width: 990px) {
    .review__content {
        --inner: 40px;
    }
}

.review__content > :last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.review__content blockquote {
    font-family: var(--FONT-STACK-HEADING);
    font-style: var(--FONT-STYLE-HEADING);
    line-height: 1.2;
    font-weight: var(--FONT-WEIGHT-HEADING);
    margin: 0 0 0.5em 0;
    border: 0;
    margin: 0 0 2em;
    padding: 0;
    line-height: 1.24;
}
@media only screen and (max-width: 749px) {
    .review__content blockquote {
        margin-bottom: 1.5em;
    }
}

.review__content blockquote:only-child {
    margin: auto 0;
    justify-self: center;
}

.review__content blockquote:not([class*=body-size-]) {
    font-size: calc(1.125rem * var(--FONT-ADJUST-BODY));
}
@media only screen and (max-width: 749px) {
    .review__content blockquote:not([class*=body-size-]) {
        font-size: calc(1rem * var(--FONT-ADJUST-BODY));
    }
}

.review__content blockquote p {
    font-size: inherit;
    line-height: inherit;
}

.review__content blockquote > p {
    margin-top: 0;
}

.review__content blockquote p:last-of-type {
    margin-bottom: 0;
}

.review__content blockquote svg {
    display: block;
    width: 41px;
    height: 31px;
    margin-bottom: 64px;
}
@media only screen and (max-width: 1399px) {
    .review__content blockquote svg {
        margin-bottom: 42px;
    }
    .popup-large-promo .modal--default.modal-wrapper--has-image {
        width: 75vw;
    }
}
@media only screen and (max-width: 749px) {
    .review__content blockquote svg {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 750px) {
    .review--has-image .review__content {
        flex-basis: 50%;
    }
}

.review__quote {
    position: absolute;
    z-index: 1;
    width: var(--inner);
    height: var(--inner);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: var(--inner);
    overflow: visible;
}

.review__quote--single {
    left: 0;
    width: auto;
    height: auto;
    display: inline-block;
}
@media only screen and (max-width: 749px) {
    .review__quote--single {
        margin-bottom: 30px;
    }
}

.text-center .review__quote--single {
    left: 50%;
    transform: translateX(-50%);
}

.review__quote--open {
    left: var(--inner);
    top: 0;
}

.review__quote--close {
    right: var(--inner);
    bottom: 0;
}

.review__quote--close .review__quote-inner {
    justify-content: flex-end;
}

.review__quote-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: inherit;
}

.review__author {
    position: relative;
    display: flex;
    margin: auto 0 var(--inner);
    min-height: 34px;
    display: flex;
}

.review__content > .review__author:only-child {
    justify-self: center;
    margin: auto 0;
}

.review__author__content {
    flex: 0 1 auto;
}

.review__author__name {
    font-size: calc(0.9rem * var(--FONT-ADJUST-BODY));
}

.review__author__subheading {
    margin-top: 3px;
    display: block;
    font-size: calc(0.75rem * var(--FONT-ADJUST-BODY));
    font-style: var(--FONT-STYLE-BODY-ITALIC);
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.review__author__subheading:first-child {
    margin-top: 0;
}

.review__author__bio-image {
    --image-size: 34px;
    flex: 0 0 var(--image-size);
    width: var(--image-size);
    height: var(--image-size);
    margin-right: 8px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
}

.review__author__bio-image .image-wrapper {
    padding: 0;
    height: 100%;
}

.text-center .review__author__bio-image {
    margin: 0 auto 4px;
}

.text-center .review__author {
    flex-direction: column;
    justify-content: center;
}

.review__tweet-url {
    font-size: calc(0.6875rem * var(--FONT-ADJUST-BODY));
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1399px) {
    .review__tweet-url {
        margin-bottom: 15px;
    }
}

.review__foot {
    margin-top: auto;
}

.review__foot:only-child {
    justify-self: center;
    margin: auto 0;
}

.review__foot > :last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.index-look {
    background-color: var(--bg);
    color: var(--text);
}

@media only screen and (min-width: 750px) {
    .index-look .look__aside {
        align-self: center;
        display: flex;
    }
    .index-look .look__content {
        flex: 1;
        display: flex;
        flex-direction: column;
        min-height: 100%;
        justify-content: center;
    }
    .index-look .look__slider {
        position: static;
        width: 100%;
    }
    .index-look .look__slide ~ .look__slide {
        margin-top: 30px;
    }
    .index-look .product-item {
        display: flex;
        flex-direction: column;
        flex: 0 0 auto;
    }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    .index-look .look__aside {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .index-look .look__title {
        padding-bottom: 10px;
    }
    .index-look .look__slide ~ .look__slide {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 750px) {
    .look {
        flex: 1;
        display: flex;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 750px) {
    .look__slider {
        max-width: calc(25vw + 150px);
        padding-left: 75px;
        padding-right: 75px;
        margin-left: auto;
        margin-right: auto;
    }
    .look__slider:after {
        content: "flickity";
        display: none;
    }
    .look__slider .flickity-viewport {
        width: 100%;
    }
    .look__slider .flickity-page-dots {
        left: 0;
    }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    .look__slider {
        max-width: calc(25vw + 100px);
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media only screen and (max-width: 749px) {
    .look__slider {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: auto;
        scroll-snap-type: x mandatory;
        scroll-padding: var(--gutter);
        -webkit-overflow-scrolling: touch;
        padding: 0 0 var(--gutter) var(--gutter);
        margin: 0;
        scrollbar-width: none;
        -ms-overflow-style: none;
        /* for Internet Explorer, Edge */
    }
    .look__slider::-webkit-scrollbar {
        display: none;
        /* for Chrome, Safari, and Opera */
    }
    .look__slider:after {
        content: "";
        display: block;
        position: relative;
        padding-right: var(--gutter);
    }
}

.look__slide {
    flex: 0 0 auto;
    display: flex;
    width: 100%;
}
@media only screen and (max-width: 749px) {
    .look__slide {
        width: calc(100% - 50px);
        max-width: 80vh;
        margin-right: var(--gutter);
        scroll-snap-align: start;
    }
    .look__slide:last-child {
        margin-right: 0;
    }
    .brick--margin .look__slide:only-child, .look__slide:only-child {
        width: calc(100% - var(--gutter));
    }
    .brick--margin .look__slide {
        width: calc(100% - 50px);
    }
}

.look__aside {
    flex: 1 1 50%;
    text-align: left;
    padding: 35px 0;
    overflow: hidden;
}
@media only screen and (min-width: 750px) {
    .look__aside {
        padding: 60px 10px;
    }
}
@media only screen and (min-width: 1400px) {
    .look__aside {
        padding: 104px 10px;
    }
}
@media only screen and (max-width: 749px) {
    .look__aside {
        --inner: 20px;
        --outer: 20px;
        --outer-offset: calc(var(--outer) * -1);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 5600;
        width: 100vw;
        height: 100%;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        /* Visually hide from the viewport to avoid popup showing up on window resize */
        overflow: hidden;
        transition: opacity 0.5s;
    }
    .look__aside.is-open {
        opacity: 1;
        pointer-events: initial;
    }
    .look__aside.is-open, .look__aside.is-animating {
        visibility: visible;
    }
}

@media only screen and (min-width: 750px) {
    .look__overlay {
        display: none;
    }
}
@media only screen and (max-width: 749px) {
    .look__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.4;
    }
}

@media only screen and (max-width: 749px) {
    .look__close {
        position: absolute;
        top: 50%;
        right: 10px;
        width: 30px;
        height: 30px;
        padding: 5px;
        color: inherit;
        font-size: 0;
        text-decoration: none;
        transform: translate3d(0, -50%, 0);
        transition: color 0.3s ease;
        top: 30px;
        z-index: 2;
    }
    .look__close .icon {
        display: block;
        fill: currentColor;
        transition: transform 0.3s;
        pointer-events: none;
    }
}
@media only screen and (max-width: 749px) and (hover: hover) {
    .look__close:hover {
        color: var(--link-hover);
    }
    .look__close:hover .icon {
        transform: rotate(90deg);
    }
}

@media only screen and (max-width: 749px) {
    .look__content {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 2;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        max-height: 100%;
        background-color: var(--COLOR-BG);
        color: var(--COLOR-TEXT);
        border-radius: 10px 10px 0 0;
        transition: transform 0.5s;
        top: auto;
        max-width: 100%;
        will-change: transform;
        transform: translate3d(0, 100%, 0);
    }
}

@media only screen and (max-width: 749px) {
    .is-open > .look__content {
        transform: translate3d(0, 0, 0);
    }
}

.look__title {
    text-align: center;
    padding-bottom: 30px;
    margin: 0;
}
@media only screen and (max-width: 749px) {
    .look__title {
        padding: 30px var(--gutter);
        text-align: left;
    }
}

.look__image {
    --top: 0px;
    width: 100%;
    position: relative;
}
@media only screen and (min-width: 750px) {
    .look__image {
        position: sticky;
        top: var(--top);
        flex: 0 0 50%;
        margin: 0 auto;
    }
}

.has-sticky-header .look__image {
    --top: var(--menu-height);
}

.has-sticky-header .look__image--fullheight {
    --menu-height-sticky: var(--menu-height);
}

@media only screen and (min-width: 750px) {
    .look__image--fullheight {
        height: calc(100vh - var(--menu-height-sticky, 0px));
        overflow: hidden;
    }
}

@media only screen and (min-width: 750px) {
    .look__image--fullheight .look__image-container {
        position: relative;
        min-width: 100%;
        min-height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        aspect-ratio: var(--aspect-ratio);
    }
}

.look__image--fullheight .look__image-bg {
    --menu-height-sticky: 0px;
}
@media only screen and (min-width: 750px) {
    .look__image--fullheight .look__image-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 0;
    }
}

.look__actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: var(--gutter);
}

.look__dots {
    position: absolute;
    top: 12px;
    left: 12px;
    bottom: 11px;
    right: 11px;
}

.look__dot__button {
    position: absolute;
    width: 46px;
    height: 46px;
    padding: 0;
    margin-top: -12px;
    margin-left: -12px;
    top: var(--dot-top);
    left: var(--dot-left);
    cursor: pointer;
}

@media (hover: hover) {
    .look__dot__button.is-selected .look__dot::before {
        animation: pulse 2.5s linear infinite;
    }

    .look__dot__button:hover .look__dot:after {
        animation: pulseHover 1.5s linear infinite;
    }
}
.look__dot {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.2s;
}

.look__dot:hover, .look__dot.active {
    background-color: var(--BTN-SECONDARY-BG-COLOR);
}


.look__dot__icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
}

.look__dot__icon::before,
.look__dot__icon::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: white;
    top: 50%;
    left: 50%;
}

.look__dot__icon::before {
    transform: translate(-50%, -50%);
}

.look__dot__icon::after{
    transform: translate(-50%, -50%) rotate(-90deg);
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    89% {
        transform: scale(0);
        opacity: 0;
    }
    90% {
        transform: scale(1);
        opacity: 0.2;
    }
    100% {
        transform: scale(5);
        opacity: 0;
    }
}
@keyframes pulseHover {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    15% {
        transform: scale(1.2);
        opacity: 0.05;
    }
    50% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}
/**
 * List Collections Page
 */
.collection-block__wrapper {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.collection-block {
    display: flex;
    align-items: center;
    min-height: 50vw;
    background: var(--COLOR-BG-SECONDARY);
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    .collection-block {
        min-height: 400px;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1399px) {
    .collection-block {
        min-height: 500px;
    }
}
@media only screen and (min-width: 1400px) {
    .collection-block {
        min-height: 600px;
    }
}
@media only screen and (max-width: 749px) {
    .collection-block {
        flex-direction: column;
    }
}

.collection-block__content {
    height: 100%;
    width: 50%;
    text-align: left;
    padding: 104px;
}
@media only screen and (max-width: 1399px) {
    .collection-block__content {
        padding: 60px;
    }
}
@media only screen and (max-width: 749px) {
    .collection-block__content {
        width: 100%;
        padding: 40px;
    }
}

.collection-block__button {
    margin-top: 10px;
}

.collection-block__image {
    align-self: stretch;
    position: relative;
    width: 50%;
}
@media only screen and (max-width: 749px) {
    .collection-block__image {
        width: 100%;
        height: 50vw;
        margin: 30px auto 0 auto;
    }
}

.collection-block__image-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.collection-block__image-bg .image-wrapper {
    height: 100%;
    padding: 0;
}

.collection-block__products {
    width: 50%;
}
@media only screen and (min-width: 750px) {
    .collection-block__products {
        display: flex;
    }
}
.collection-block__products .product-item {
    width: 50%;
}

.selector-wrapper select, .selector-wrapper .popout__toggle {
    width: 100%;
}
.selector-wrapper label {
    font-size: calc(12px * var(--FONT-ADJUST-BODY));
}

.product__selectors .select__fieldset,
.product__selectors .radio__fieldset {
    padding-top: calc(var(--form-margin) / 2);
    padding-bottom: calc(var(--form-margin) / 2);
}

.product__selectors > .selector-wrapper:last-child .radio__fieldset {
    margin-bottom: 0;
}

.product__selectors .radio__legend__link__label {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.product__block--lines {
    padding-top: calc(var(--form-margin) / 2);
    padding-bottom: calc(var(--form-margin) / 2);
    /*border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);*/
}

.product__block--lines + .product__block--lines {
    border-top: 0;
    padding-top: 0;
}

.product__block--lines .selector-wrapper .select__fieldset,
.product__block--lines .selector-wrapper .radio__fieldset {
    border-bottom: 1px solid var(--border);
}
.product__block--lines .selector-wrapper:first-child .select__fieldset,
.product__block--lines .selector-wrapper:first-child .radio__fieldset {
    padding-top: 0;
}
.product__block--lines .selector-wrapper:last-child .select__fieldset,
.product__block--lines .selector-wrapper:last-child .radio__fieldset {
    padding-bottom: 0;
    border-bottom: 0;
}

.select__fieldset,
.radio__fieldset {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 7.5rem) minmax(0, 100%);
}

.select__fieldset .radio__legend__label,
.select__fieldset .select__label {
    display: block;
    padding-right: 0;
    margin: 5px 0;
    align-self: center;
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}
.select__fieldset .radio__legend__label.is-hidden,
.select__fieldset .select__label.is-hidden {
    display: none;
    margin: 0;
    padding: 0;
}

/* = both radio and swatch = */
.radio__legend {
    display: block;
    margin: 0 0 -10px;
    padding: 0;
    width: 100%;
    font-weight: var(--FONT-WEIGHT-BODY);
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
}

.radio__legend.is-hidden {
    display: none;
    padding: 0;
    margin: 0;
}

.radio__fieldset--single {
    display: block;
    padding: calc(var(--form-margin) / 2) 0;
}

.radio__fieldset--single .radio__legend__link {
    display: inline;
    color: var(--link);
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
    padding: 0 0 5px;
    background: linear-gradient(to right, currentColor, currentColor);
    background-size: 0% 0.05em;
    background-position: 50% 86%;
    background-repeat: no-repeat;
    transition: color 0.25s ease-in, background-size 0.25s ease-in;
}
@media (hover: hover) {
    .radio__fieldset--single .radio__legend__link:hover {
        background-size: 100% 0.05em;
    }
}

.radio__fieldset--single .btn-question-mark {
    display: none;
}

.radio__legend__link {
    display: inline-block;
    vertical-align: middle;
    transition: color 0.3s ease, background 0.3s ease;
}

.radio__legend__option-name {
    display: inline-block;
    vertical-align: middle;
}

.btn-question-mark {
    display: block;
    text-align: center;
    background: var(--bg-accent);
    border-radius: var(--RADIUS);
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
    min-width: calc(var(--font-2) * var(--FONT-ADJUST-BODY) * 1.375);
}

.radio__legend__dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 0 10px 0 0;
    background-color: var(--COLOR-TEXT);
    opacity: 0.4;
}

.radio__legend__label,
.radio__fieldset__label {
    display: block;
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

.radio__legend__label {
    word-break: break-word;
}
@media only screen and (min-width: 750px) {
    .radio__legend__label {
        padding-top: 0;
    }
}

.radio__legend__value {
    padding-top: 4px;
    font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
}

.radio__legend__value {
    display: block;
}

.swatch__button label:hover,
.radio__button label:hover {
    cursor: pointer;
}

/* = radio button specific = */
.radio__button {
    position: relative;
    display: inline-block;
}

.radio__fieldset .radio__button label {
    display: block;
    font-family: var(--BTN-FONT-STACK);
    font-size: var(--BTN-FONT-SIZE);
    font-style: var(--BTN-FONT-STYLE);
    font-weight: var(--BTN-FONT-WEIGHT);
    line-height: var(--line-height-normal);
    letter-spacing: var(--BTN-LETTER-SPACING);
    text-transform: var(--BTN-UPPERCASE);
    position: relative;
    margin: 0;
    padding: var(--btn-top);
    min-width: calc(var(--BTN-FONT-SIZE) * var(--line-height-normal) + var(--btn-top) * 2 + 2px);
    text-align: center;
    color: inherit;
    background-color: transparent;
    border: 1px solid var(--COLOR-A20);
    border-radius: var(--RADIUS);
    transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.radio__fieldset .radio__button label:hover, .radio__fieldset .radio__button label:active, .radio__fieldset .radio__button label:focus {
    border: 1px solid var(--primary);
}
.radio__fieldset .radio__button input:disabled + label,
.radio__fieldset .radio__button input.sold-out + label,
.radio__fieldset .radio__button input.unavailable + label {
    background-color: var(--COLOR-A5);
    color: var(--COLOR-A20);
    border: 1px solid var(--COLOR-A20) !important;

}
.radio__fieldset .radio__button input:checked ~ label {
    border-color: var(--primary);
}

.radio__fieldset .radio__button input.unavailable + label {
    position: static;
}

.product__selectors.js{
    position: relative;
}

.radio__buttons.radio__buttons__variants .radio__button {
    position: static;
}

#sizeOptions .radio__button input.unavailable:checked ~ label {
    background-color: transparent !important;
    color: var(--COLOR-A20);
    border: 1px solid var(--COLOR-A20);
}

.radio__fieldset--swatches .radio__buttons {
    margin: 0 -2px;
}

.radio__fieldset--swatches .swatch__button,
.radio__button {
    padding: 4px;
    margin: 0;
    vertical-align: middle;
}

.radio__fieldset--swatches.is-visible {
    visibility: visible;
    opacity: 1;
}

.radio__fieldset--swatches.is-visible .swatch__button {
    animation: fadeIn 0.5s var(--animation-delay) both;
}

.radio__fieldset--swatches.is-visible + .product-item__swatches__count {
    opacity: 0;
    visibility: hidden;
}

.radio__fieldset--small {
    display: block;
    padding: var(--form-margin) 0;
    visibility: hidden;
    opacity: 0;
    min-width: 0;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 0 calc(var(--inner) / 2);
    background-color: var(--COLOR-BG);
    transition: opacity 0.3s ease, visibility 0.3s;
}
.radio__fieldset--small .radio__button label {
    padding: 5px;
    font-size: calc(0.75rem * var(--FONT-ADJUST-BODY));
    line-height: 26px;
}
.radio__fieldset--small .radio__legend__label {
    font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
    padding-right: 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.radio__fieldset--small .radio__legend__label p {
    text-align: center;
    width: 100%;
}
.radio__fieldset--small .swatch__button {
    --swatch-size: 13px;
    padding: 5px 0;
    margin: 0 5px;
}
.radio__fieldset--small .swatch__button * {
    pointer-events: none;
}
.radio__fieldset--small .swatch__button input:checked ~ label {
    margin: 0;
}
.radio__fieldset--small .swatch__button input:checked + label:after {
    border-color: var(--border);
}
.radio__fieldset--small .swatch__button--square label {
    min-width: var(--swatch-size);
    min-height: calc(var(--swatch-size) / 2);
}
.radio__fieldset--small .radio__fieldset__arrow {
    pointer-events: initial;
}
.no-js .radio__fieldset--small {
    visibility: visible;
    opacity: 1;
}

.radio__fieldset__arrow {
    --icon-size: 24px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 10px;
    height: var(--icon-size);
    min-height: inherit;
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--text);
    transition: opacity 0.2s ease;
    pointer-events: auto;
}
.radio__fieldset__arrow:before {
    content: "";
    position: absolute;
    top: 0;
    width: 12px;
    height: 100%;
}
.radio__fieldset__arrow .icon {
    position: relative;
    flex: 1 0 var(--icon-size);
}

.radio__fieldset__arrow--prev {
    left: 0;
    justify-content: flex-start;
}

.radio__fieldset__arrow--prev .icon {
    margin-left: -8px;
}

.radio__fieldset__arrow--prev:before {
    left: 3px;
    background: linear-gradient(to right, var(--COLOR-BG) 50%, var(--COLOR-BG-TRANSPARENT) 100%);
}

.radio__fieldset__arrow--next {
    right: 0;
    justify-content: flex-end;
}

.radio__fieldset__arrow--next .icon {
    margin-right: -8px;
}

.radio__fieldset__arrow--next:before {
    right: 3px;
    background: linear-gradient(to left, var(--COLOR-BG) 50%, var(--COLOR-BG-TRANSPARENT) 100%);
}

.selector-wrapper__content {
    position: relative;
    width: 100%;
}

.selector-wrapper__actions {
    position: absolute;
    top: 50%;
    left: calc(var(--inner) / -2);
    right: calc(var(--inner) / -2);
    padding: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 36px;
    pointer-events: none;
}
.no-js .selector-wrapper__actions {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    transform: none;
}

.selector-wrapper__scrollbar {
    position: relative;
    margin: -5px;
    padding: 5px;
    width: calc(100% + 10px);
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    text-align: left;
    /* for Internet Explorer, Edge */
}
.selector-wrapper__scrollbar::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

/* = swatch button specific = */
.swatch__button {
    --swatch: #CCC;
    --swatch-size: 15px;
    --swatch-outline-offset: 4px;
    display: inline-block;
    padding: 5px 0;
    margin: 0 10px 10px 0;
    position: relative;
    pointer-events: initial;
}

.swatch__button {
    background-size: cover;
}

.selector-wrapper__content .selector-wrapper__scrollbar .swatch__button--circle:first-child {
    margin-left: auto;
}

.swatch__button input,
.radio__button input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
    pointer-events: none;
    display: block;
}

.selector-wrapper fieldset label {
    margin-top: unset;
}

.swatch__button .siblings__link,
.swatch__button input ~ label {
    display: block;
    position: relative;
    margin: 0;
    background-color: var(--swatch);
    overflow: hidden;
}

.swatch__button .siblings__link:after,
.swatch__button input ~ label:after {
    opacity: 0;
}

.swatch__button .siblings__link--current,
.swatch__button input:checked ~ label {
    overflow: initial;
}

.swatch__button .siblings__link--current:after,
.swatch__button input:checked ~ label:after {
    opacity: 1;
    transform: translateZ(0) translateX(0px);
}

.swatch__button .siblings__link--sold-out:before,
.swatch__button input.sold-out ~ label:before,
.swatch__button input.unavailable ~ label:before,
.swatch__button input:disabled + label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 2px;
    background-color: var(--text-dark);
    /* background-color: white; */
    transform-origin: left top;
}

.swatch__button .siblings__link:after,
.swatch__button input ~ label:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    border: 1.8px solid #575347;
    overflow: initial;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: scale(0.95);
    top: calc(var(--swatch-outline-offset) * -1);
    left: calc(var(--swatch-outline-offset) * -1);
}

.swatch__button .siblings__link:after {
    --swatch: var(--primary);
}

.swatch__button .siblings__link--current:after,
.swatch__button input:checked ~ label:after {
    overflow: hidden;
}

.siblings__link--current {
    cursor: default;
    pointer-events: none;
}

/* Prevent tooltip showing up while product quick add drawer is in a loading state */
.is-loading .siblings__link,
.is-loading .swatch__button {
    pointer-events: none;
}

/*=== White/Black color swatches ===*/
.swatch__button input ~ label[data-swatch=white i] {
    --swatch: #fafafa;
    box-shadow: inset 0 0 0 1px var(--border);
}
.swatch__button input ~ label[data-swatch=white i]::after {
    border-color: var(--primary);
}

.swatch__button input.sold-out ~ label[data-swatch=black i]:before,
.swatch__button input.unavailable ~ label[data-swatch=black i]:before,
.swatch__button input:disabled ~ label[data-swatch=black i]:before {
    background-color: #fff;
}

.swatch__button input.sold-out ~ label[data-swatch=white i]:before,
.swatch__button input.unavailable ~ label[data-swatch=white i]:before,
.swatch__button input:disabled ~ label[data-swatch=white i]:before {
    background-color: var(--border);
}

/*=== Circle swatch style ===*/
.swatch__button--circle .siblings__link,
.swatch__button--circle input ~ label {
    width: var(--swatch-size);
    height: var(--swatch-size);
    border-radius: 50%;
    background-color: var(--swatch);
    margin: 0 0.4rem ;
}

.swatch__button--circle:first-child,
.swatch__button--circle:first-child .siblings__link,
.swatch__button--circle:first-child input ~ label {
    margin-left: 0;
}

.swatch__button--circle .siblings__link[data-swatch="White"],
.swatch__button--circle .siblings__link[data-swatch="white"],
.swatch__button--circle .siblings__link[data-swatch="Blanc"] {
    outline: 1px solid #e1e1e1;
}

.siblings__link__holder[data-sibling-color="White"] .siblings__link,
.siblings__link__holder[data-sibling-color="white"] .siblings__link,
.siblings__link__holder[data-sibling-color="Blanc"] .siblings__link{
    outline: 1px solid #e1e1e1;
}


.swatch__button--circle .siblings__link:after,
.swatch__button--circle input ~ label:after {
    width: calc(var(--swatch-size) + var(--swatch-outline-offset) * 2);
    height: calc(var(--swatch-size) + var(--swatch-outline-offset) * 2);
    border-radius: 50%;
}

.swatch__button--circle .siblings__link--current:after,
.swatch__button--circle input:checked ~ label:after {
    top: calc(var(--swatch-outline-offset) * -1);
    left: calc(var(--swatch-outline-offset) * -1);
}

.swatch__button--circle .siblings__link--sold-out:before,
.swatch__button--circle input.sold-out ~ label:before,
.swatch__button--circle input.unavailable ~ label:before,
.swatch__button--circle input:disabled + label:before {
    height: var(--swatch-size);
    transform: rotate(-45deg) translate(-50%, -50%);
}

/*=== Square swatch style ===*/
.swatch__button--square input ~ label {
    width: var(--swatch-size);
    height: calc(var(--swatch-size));
}

.swatch__button--square .siblings__link {
    width: var(--swatch-size);
    height: var(--swatch-size);
}

.swatch__button--square .siblings__link:after,
.swatch__button--square input ~ label:after {
    top: calc(var(--swatch-outline-offset) * -1);
    left: calc(var(--swatch-outline-offset) * -1);
    width: calc(var(--swatch-size) + var(--swatch-outline-offset) * 2);
}

.swatch__button--square input ~ label:after,
.swatch__button--square .siblings__link:after {
    height: calc(var(--swatch-size) + var(--swatch-outline-offset) * 2);
}

.swatch__button--square input:checked ~ label {
    margin: 0;
}

.swatch__button--square .siblings__link--current {
    height: calc(var(--swatch-size));
    width: var(--swatch-size);
    margin: 0;
}

.swatch__button--square .siblings__link--sold-out:before,
.swatch__button--square input.sold-out ~ label:before,
.swatch__button--square input.unavailable ~ label:before,
.swatch__button--square input:disabled + label:before {
    transform: rotate(-45deg) translate(-50%, -50%);
    height: calc(var(--swatch-size) * 1.375);
}

.is-focused .swatch__button:focus-within:before {
    position: absolute;
    content: "";
    left: -3px;
    bottom: -4px;
    height: 2px;
    width: calc(100% + 6px);
    background: var(--secondary);
}

.is-focused .radio__button:focus-within:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -10px;
    height: 2px;
    width: 100%;
    background: var(--secondary);
}

/**
 * Product grid
 */
.product-grid-outer {
    position: relative;
    flex-grow: 1;
    padding: 0 var(--outer);
}
.product-grid-outer.upsell {
    padding-left: 13px;
    padding-right: 13px;
}
@media only screen and (max-width: 749px) {
    .product-grid-outer {
        overflow: hidden;
    }
}
body.grid-compact .product-grid-outer {
    padding: 0;
}

.collection-list .product-grid-outer {
    padding: var(--outer);
}

.product-grid {
    display: grid;
    gap: var(--gap);
    padding-top: 1px;
    padding-left: 1px;
}
@media only screen and (min-width: 990px) {
    .product-grid {
        grid-template-columns: var(--grid);
    }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    .product-grid {
        grid-template-columns: var(--grid-tablet);
    }
}
@media only screen and (max-width: 749px) {
    .product-grid {
        grid-template-columns: var(--grid-small);
    }
}
@media only screen and (max-width: 479px) {
    .product-grid {
        grid-template-columns: var(--grid-mobile);
    }
    .product-grid .mobile--one-whole {
        grid-column: span 2;
    }
}

.product-grid .no-results:first-child {
    grid-column: 1/-1;
}

@media only screen and (min-width: 750px) {
    .product-grid:not(.product-grid--slider) .collection-item,
    .product-grid:not(.product-grid--slider) .product-item {
        width: 100%;
    }
}

@media only screen and (max-width: 749px) {
    .product-grid:not(.product-grid--mobile-slider) .collection-item,
    .product-grid:not(.product-grid--mobile-slider) .product-item {
        width: 100%;
    }
}

.product-grid--slider .flickity-viewport {
    overflow: visible;
}

.product-grid--slider.flickity-enabled {
    display: block;
    margin: 0 calc(var(--outer) * -1);
    padding-right: var(--outer);
    padding-left: calc(var(--outer) + 1px);
    overflow: hidden;
}

.product-grid--slider.product-grid--borderless.flickity-enabled {
    padding-left: var(--outer);
}

body.grid-compact .product-grid {
    --outer: 0px;
}

.product-grid--borderless {
    padding-top: 0;
    padding-left: 0;
}

@media only screen and (min-width: 750px) {
    .product-grid--slider {
        display: flex;
        flex-flow: row nowrap;
        gap: 0;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        /* for Internet Explorer, Edge */
    }
    .product-grid--slider::-webkit-scrollbar {
        display: none;
        /* for Chrome, Safari, and Opera */
    }
    .product-grid--slider.flickity-enabled {
        overflow: hidden;
        padding: 0 var(--outer) 0 calc(var(--outer) + 1px);
    }
    .product-grid--slider:after {
        content: "flickity";
        display: none;
    }
    .product-grid--slider.flickity-enabled .product-item, .product-grid--slider.flickity-enabled .collection-item, .product-grid--slider:not(.product-grid--slider-alt) .product-item, .product-grid--slider:not(.product-grid--slider-alt) .collection-item {
        flex: 0 0 auto;
        margin: 0 var(--gap) 0 0;
    }
    .product-grid--slider:not(.flickity-enabled) .product-item:last-child, .product-grid--slider:not(.flickity-enabled) .collection-item:last-child {
        margin-right: 0;
    }
    .product-grid--slider.product-grid--slider-alt:not(.flickity-enabled) {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(0, calc((100% - var(--gap) * (var(--column-count) - 1)) / var(--column-count))));
        grid-column-gap: var(--gap);
        justify-content: center;
        padding-right: var(--gap);
    }
    .product-grid--slider.product-grid--slider-alt:not(.flickity-enabled) .product-item, .product-grid--slider.product-grid--slider-alt:not(.flickity-enabled) .collection-item {
        width: auto;
        margin: 0;
    }
}

@media only screen and (min-width: 990px) {
    .product-grid--slider.flickity-enabled .product-item,
    .product-grid--slider.flickity-enabled .collection-item,
    .product-grid--slider:not(.product-grid--slider-alt) .product-item,
    .product-grid--slider:not(.product-grid--slider-alt) .collection-item {
        width: calc((100vw - var(--scrollbar-width) - var(--outer) * 2) * 0.28);
    }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    .product-grid--slider.flickity-enabled .product-item,
    .product-grid--slider.flickity-enabled .collection-item,
    .product-grid--slider:not(.product-grid--slider-alt) .product-item,
    .product-grid--slider:not(.product-grid--slider-alt) .collection-item {
        width: calc((100vw - var(--scrollbar-width) - var(--outer) * 2) * 0.38);
    }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    .product-grid--slider:not(.flickity-enabled) {
        padding: 0;
    }
}

@media only screen and (max-width: 749px) {
    .product-grid--mobile-slider {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        gap: 0;
        margin: 0 calc(var(--gap) * -1);
        padding-left: var(--gap);
        overflow-x: scroll;
        overflow-y: hidden;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scroll-padding: var(--gap);
        scrollbar-width: none;
        -ms-overflow-style: none;
        /* for Internet Explorer, Edge */
    }
    .product-grid--mobile-slider::-webkit-scrollbar {
        display: none;
        /* for Chrome, Safari, and Opera */
    }
    .product-grid--mobile-slider:after {
        content: "";
        display: block;
        position: relative;
        padding-right: var(--gap);
    }
    .product-grid--mobile-slider .product-item,
    .product-grid--mobile-slider .collection-item {
        flex: 0 0 auto;
        width: calc(100% - 50px);
        margin: 0 var(--gap) 0 0;
    }
    .product-grid--mobile-slider .product-item:first-child,
    .product-grid--mobile-slider .collection-item:first-child {
        border-left: 1px solid var(--COLOR-BORDER);
    }
    .product-grid--mobile-slider .product-item:last-child,
    .product-grid--mobile-slider .collection-item:last-child {
        margin-right: 0;
    }
    .product-grid--mobile-slider .product-item:only-child,
    .product-grid--mobile-slider .collection-item:only-child {
        flex: 0 1 100%;
    }
    .product-grid--mobile-slider .product-item--borderless:first-child,
    .product-grid--mobile-slider .collection-item--borderless:first-child {
        border: none;
    }
}

.product-grid__loader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
.product-grid-outer.is-loading .product-grid__loader {
    opacity: 1;
    visibility: visible;
}
@media only screen and (max-width: 749px) {
    .product-grid__loader {
        z-index: 201;
    }
}

.product-grid__loader-line {
    position: sticky;
    top: 0;
    width: 100%;
    margin: 0;
}

.product-item {
    --text: var(--COLOR-TEXT);
    --text-dark: var(--COLOR-TEXT-DARK);
    --text-light: var(--COLOR-TEXT-LIGHT);
    position: relative;
    border: 1px solid var(--COLOR-BORDER);
    border-left: 0;
    background: var(--COLOR-BG);
    margin-top: -1px;
    scroll-snap-align: start;
}
.product-item:before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    z-index: 10;
    border-left: 1px solid var(--COLOR-BORDER);
    content: "";
}
.tabs-collections .product-item .grid__heading-holder {
    overflow: hidden;
}

.badge-container {
    display: flex;
    gap: 6px;
    margin: 0;
}

.product-quick-add__form__inner .badge-container{
    margin: 0 0 20px 0;
}

.sale-box,
.preorder-box,
.badge-box {
    --left-spacing: 5px;
    --padding-vertical: 2px;
    text-align: center;
    padding: calc(var(--padding-vertical) * var(--FONT-ADJUST-BODY)) 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-item .sale-box,
.product-item .preorder-box,
.product-item .badge-box {
    --padding-vertical: 2px;
    padding: calc(var(--padding-vertical) * var(--FONT-ADJUST-BODY)) 5px;
    font-size: 9px;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 749px) {

    .product-item .badge-container{
        margin: 0;
    }
}
.sale-box {
    color: var(--sale-text);
    background: var(--sale-bg);
}

.preorder-box,
.badge-box {
    color: var(--COLOR-BADGE-TEXT);
    background: var(--COLOR-BADGE-BG);
}

@media only screen and (min-width: 750px) {
    .product-item--featured {
        height: 100%;
    }

    .product-item--featured .grid__heading-holder {
        height: inherit;
    }
}
@media only screen and (max-width: 749px) {
    .product-item--featured .grid__heading-holder {
        min-height: 100%;
    }
}
.product-item--featured .grid__heading-holder {
    color: var(--text);
    flex: 1 1 auto;
}

.product-item--featured .grid__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: var(--gutter);
}

.product-item--featured .grid__heading-text {
    flex: 1;
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.product-item--featured .grid__heading-actions {
    margin-top: auto;
}

.product-item--featured .grid__heading-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.product-item--featured .image-wrapper {
    padding: 0;
    height: 100%;
}

.product-item--aligned {
    height: auto;
}

.product-item--aligned .grid__heading-holder {
    padding: var(--PRODUCT-GRID-ASPECT-RATIO) 0 0;
    height: 0;
    min-height: 1px;
}

.no-js .product-item--featured .grid__heading-holder {
    padding-top: 100%;
}

.flickity-resizing .product-item--featured {
    height: auto;
}

.product-item__swatched__holder {
    --swatch-size: 15px;
    min-height: calc(var(--font-2) * var(--FONT-ADJUST-BODY) * 1.4 + 16px);
    position: relative;
    margin: 0 calc((var(--inner) / 2) * -1);
    padding-top: 12px;
    font-size: 0;
}

.product-item__swatched__holder--square {
    --swatch-size: 12px;
}

.product-item__swatches__count {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 8px calc(var(--inner) / 2);
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
    color: var(--text-light);
    font-style: var(--FONT-STYLE-BODY-ITALIC);
    transition: opacity 0.3s ease, visibility 0.3s;
}
.no-js .product-item__swatches__count {
    position: relative;
}

.product-link {
    display: block;
    height: 100%;
    color: var(--text);
}
.product-link[href="#"] {
    pointer-events: none;
}
.no-js .product-link {
    height: auto;
}

.product-item__image {
    display: block;
    padding-top: var(--PRODUCT-GRID-ASPECT-RATIO);
    height: 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--COLOR-BORDER);
    background-color: var(--COLOR-BG);
    filter: brightness(var(--filter-bg));
}
.product-item__image .image-wrapper {
    height: 100%;
    padding: 0;
}
.product-item__image:only-child {
    border-bottom: none;
}
.is-focused .product-item__image {
    overflow: visible;
}
.product-item__image.is-visible {
    overflow: visible;
    z-index: 12;
}
.product-item__image .product-link {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-item--featured-image .product-item__image {
    padding: 0;
    height: 100%;
    border-bottom: none;
}
.product-item__image .svg-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-item--overlay-text .product-item__image {
    border-bottom: 0;
}

.product-item__image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.product-item__image-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.product-item__image-content .metafield-rich_text_field p > a{
    background: #ffffff;
    color: #000;
    margin-top: 3rem;
    display: block;
    padding: .5rem 2rem;
    font-size: 1rem;
    width: max-content;
    margin-inline: auto;
}
.metafield-rich_text_field strong {
    font-weight: bold;
}
.product-item__image-content {
    position: relative;
    text-align: center;
}

.product-item__image-content h3 {
    font-size: calc(1.85rem * var(--FONT-ADJUST-HEADING));
}
@media only screen and (max-width: 749px) {
    .product-item__image-content h3 {
        font-size: calc(1.5rem * var(--FONT-ADJUST-HEADING));
    }
}

.product-item__image-content .btn, .product-item__image-content .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-item__image-content .shopify-payment-button__button--unbranded, .product-item__image-content .product__reviews .spr-summary-actions-newreview, .product__reviews .product-item__image-content .spr-summary-actions-newreview, .product-item__image-content #challenge .shopify-challenge__button, #challenge .product-item__image-content .shopify-challenge__button {
    color: inherit;
    border-color: inherit;
    margin-top: 1em;
}

.product-item__image-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-item__bg__inner,
.product-item__bg__sibling,
.product-item__bg {
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    font-size: 0;
    line-height: 1;
    will-change: transform, opacity;
}

.product-item__bg__inner {
    opacity: 0;
    background-color: var(--bg);
    transition: opacity 0.3s ease-in-out;
}

.product-item__bg__inner.is-visible,
.product-item__bg__sibling.is-visible {
    opacity: 1;
}

.product-item__bg__sibling {
    opacity: 0;
    animation: imageFadeOut 0.3s ease;
}

.product-item__bg__sibling.is-visible {
    animation: imageFadeIn 0.3s ease;
}

.product-item__bg__sibling img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: cover;
    animation: imageFadeOut 0.3s ease;
    animation-fill-mode: forwards;
    background-color: var(--bg);
    z-index: 1;
}

.product-item__bg__sibling img.is-fade {
    animation: imageFadeIn 0.3s ease;
    animation-fill-mode: forwards;
    z-index: 2;
}

.product-item__bg--empty {
    background: var(--bg-accent);
}

.product-item--centered .product-information {
    text-align: center;
}

.product-item--centered .product-item__title {
    margin-bottom: 4px;
}

.product-item--centered .product-item__price__holder {
    justify-content: center;
}

.product-item--left .radio__fieldset--swatches .swatch__button {
    margin: 0 10px 0 0;
}

.product-item--left .radio__fieldset--swatches .swatch__button:last-child {
    margin-right: 0;
}

.product-item__price__holder {
    color: var(--text-light);
    overflow: hidden;
}

.product-item__price__holder.has-siblings {
    display: flex;
}

.product-item__sep {
    flex: 0 0 auto;
    margin: 0 4px;
}

.product-item__title {
    position: relative;
    font-weight: var(--FONT-WEIGHT-BODY);
    font-size: calc(1rem * var(--FONT-ADJUST-BODY));
    color: var(--text-dark);
    margin: 7px 0 0 0;
    transition: color 0.3s;
}
@media only screen and (max-width: 749px) {
    .product-item__title {
        margin: 0;
    }
}

.product-item__cutline,
.product-item__price,
.product-item__sep {
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}
@media only screen and (max-width: 749px) {
    .product-item__cutline,
    .product-item__price,
    .product-item__sep {
        font-size: calc(0.9rem * var(--FONT-ADJUST-BODY));
    }
}

.product-item__cutline {
    flex: 0 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-item__cutline:empty,
.product-item__cutline:empty + .product-item__sep {
    display: none;
}

.product-item__cutline ~ .product-item__price .new-price small {
    display: none;
}

.product-item__price {
    flex: 0 1 auto;
}

.product-item__price .unit {
    font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
}

/* Start sibling animations */
.product-item.is-active .product-item__bg--empty img {
    transition: opacity 0.25s;
}

.product-item.is-active:hover .product-item__bg--empty img {
    opacity: 0;
}

/* End sibling animations */
.product-information {
    position: relative;
    z-index: 10;
    position: relative;
    text-align: left;
    line-height: 1.4;
}
@media only screen and (max-width: 749px) {
    .product-information {
        line-height: 1.2;
    }
}

.product-item__info.no-events {
    pointer-events: none;
}
@media (hover: none) and (pointer: coarse) {
    .product-item__info.no-events {
        pointer-events: initial;
    }
}

.product-information .price {
    font-size: inherit;
}
@media only screen and (max-width: 749px) {
    .product-information .price {
        margin-top: 5px;
    }
}

.product-information .price.sale {
    opacity: 1;
}

.product-information .price small {
    font-size: inherit;
}

.product-information .unit {
    color: var(--text-light);
}
@media only screen and (max-width: 749px) {
    .product-information .unit {
        font-size: calc(0.75rem * var(--FONT-ADJUST-BODY));
    }
}

.product-information .item-type {
    color: var(--COLOR-TEXT);
}

.product-information .spr-icon {
    padding: 0 1px;
}

.product-information .spr-badge-starrating {
    display: block;
    margin: 3px 0 5px;
    font-size: calc(0.75rem * var(--FONT-ADJUST-BODY));
    font-weight: var(--FONT-WEIGHT-BODY);
    color: var(--COLOR-LINK);
}

.product-information .spr-badge-caption {
    display: none;
}

.product-information .sold-out {
    color: var(--text-light);
}

.no-js .product-information {
    border-top: 1px solid var(--COLOR-BORDER);
}

.product-grid__rating {
    margin: 5px 0;
    font-size: 0;
}

.product-grid__rating__inner {
    position: relative;
    display: inline-block;
}

.product-grid__rating__stars {
    --icon-size: calc(0.9rem * var(--FONT-ADJUST-BODY));
    overflow: hidden;
    white-space: nowrap;
    margin: 0 -2px;
    color: var(--link);
}

.product-grid__rating__stars .icon {
    margin: 0 2px;
    fill: none;
}

.product-grid__rating__stars--solid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.product-grid__rating__stars--solid .icon {
    fill: currentColor;
}

.sale .new-price {
    color: var(--COLOR-SALE);
}
/*
.new-price {
  margin-right: 6px;
} */

.new-price:last-child {
    margin-right: 0;
}

.old-price {
    color: var(--COLOR-TEXT);
    text-decoration: line-through;
    color: var(--text-light);
}

.no-results {
    position: static !important;
    padding: 50px 30px;
    text-align: center;
    width: 100%;
}

.product-item--borderless {
    border: none;
    margin-top: 0;
}
.product-item--borderless:before {
    content: initial;
}

.product-item--borderless .product-item__image {
    border: none;
}

.product-item--overlay-text .product-information {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: calc(var(--inner) / 2);
    overflow: hidden;
    pointer-events: none;
}
@media only screen and (max-width: 989px) {
    .product-item--overlay-text .product-information {
        padding-left: 42px;
        padding-right: 42px;
    }
}

.product-item--overlay-text .product-item__info {
    padding: 0 var(--inner);
    height: auto;
    pointer-events: all;
}

.product-item--overlay-text .product-item__swatched__holder,
.product-item--overlay-text .product-item__swatches__count,
.product-item--overlay-text .radio__fieldset--swatches {
    pointer-events: all;
}

.product-item--overlay-text .product-item__info .radio__fieldset--swatches {
    background: none;
}

.product-item--overlay-text .product-item__info .selector-wrapper__scrollbar {
    padding: 0;
}

.product-item--overlay-text .product-item__info .selector-wrapper__actions:before,
.product-item--overlay-text .product-item__info .selector-wrapper__actions:after {
    content: none;
}

.supports-touch .product-item--overlay-text .product-information {
    padding-left: 42px;
    padding-right: 42px;
}

.product-item--has-quickbuy.product-item--overlay-text .product-item__info {
    pointer-events: auto;
    transition: opacity 0.25s ease-in-out, visibility 0.25s;
}

.product-item--has-quickbuy.product-item--overlay-text .product-item__swatched__holder,
.product-item--has-quickbuy.product-item--overlay-text .product-item__swatches__count,
.product-item--has-quickbuy.product-item--overlay-text .radio__fieldset--swatches {
    pointer-events: none;
}

.product-item--has-quickbuy.product-item--overlay-text:hover .product-item__info {
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width: 749px) {
    .flickity-slider--default {
        position: relative;
        display: block;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .flickity-slider--default .product-item,
    .flickity-slider--default .collection-item {
        min-width: 250px;
        width: auto;
    }
    .flickity-slider--default:not(.collection-list) .flickity-viewport {
        height: auto !important;
    }
    .flickity-slider--default:not(.collection-list) .flickity-slider {
        position: relative;
        display: flex;
    }
    .flickity-slider--default:not(.collection-list) .flickity-slider .product-item {
        position: relative !important;
        left: 0 !important;
    }
}
.no-touch .double__image .product-item__bg__under,
.no-touch .product-item--overlay-text .product-item__bg__under {
    opacity: 0;
}

.no-touch .double__image:hover .product-item__bg__under,
.no-touch .product-item--overlay-text:hover .product-item__bg__under {
    opacity: 1;
}

.no-touch .product-grid.inverse .double__image .product-item__bg__under {
    opacity: 1;
}
.no-touch .product-grid.inverse .double__image .product-item__bg__under.loaded {
    opacity: 1;
}
.no-touch .product-grid.inverse .double__image:hover .product-item__bg__under {
    opacity: 0;
}

.no-touch .double__image.is-visible .product-item__bg__under {
    opacity: 1;
}

.no-touch .double__image.is-visible:hover .product-item__bg__under {
    opacity: 0;
}

.no-touch body.is-focused .double__image .product-link--image:focus .product-item__bg__under {
    opacity: 1;
}

.no-touch body.is-focused .double__image.is-visible .product-item__bg__under {
    opacity: 0;
}

.no-touch body.is-focused .double__image.is-visible .product-link--image:focus .product-item__bg__under {
    opacity: 1;
}


.product-item__bg__under {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: var(--bg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    font-size: 0;
    line-height: 1;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.product-item__bg__under.loaded {
    opacity: 1;
}

.product-item__bg__under img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-item__bg.is-fade {
    animation: fakeFade 0.25s ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes fakeFade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}
/**
 * Product Page
 */
@media only screen and (min-width: 768px) {
    .product__page {
        display: grid;
        grid-template-columns: 60% 40%;
    }

    .product__wrapper--small .product__page {
        grid-template-columns: 37.5% 50%;
        justify-content: flex-end;
    }

    .product__wrapper--stretch .product__page {
        grid-template-columns: minmax(50%, auto) minmax(auto, 480px);
    }
}
.product__page .form__wrapper.is-sticky {
    position: sticky;
    top: 0;
    top: var(--sticky-top, 0);
    z-index: 10;
}
@media only screen and (max-width: 749px) {
    .product__page .form__wrapper.is-sticky {
        position: static;
        top: 0;
    }
}

.product__page .form__wrapper.has-popup {
    z-index: 9999;
}

.product__wrapper {
    margin: 0 var(--outer);
}

.product__wrapper .select-popout__toggle:before {
    border-color: var(--text);
}

.product__wrapper__inner {
    max-width: 1400px;
    margin: 0 auto;
}

/*#TemplateProduct .product__wrapper--thumbnails-left .product__thumbs {
  position: sticky;
  top: var(--header-height);
}
*/
@media only screen and (max-width: 749px) {
    #TemplateProduct .product__wrapper--thumbnails-left .product__thumbs {
        position: static;
        float: none;
    }
}

@media only screen and (min-width: 750px) {
    .product__wrapper--stretch .product__thumbs {
        display: none;
    }
}

.product__images {
    --gap: 15px;
}
@media only screen and (max-width: 749px) {
    .product__images {
        margin-bottom: 1rem;
    }
}

@media only screen and (min-width: 750px) {
    .product__wrapper--stretch .product__images {
        margin-left: calc(var(--outer) * -1);
    }
}

@media only screen and (min-width: 990px) {
    .product__wrapper--grid-1 .product__slides,
    .product__wrapper--grid-2 .product__slides {
        columns: 2;
        column-gap: var(--gap);
    }
}

@media only screen and (min-width: 750px) {
    .product__wrapper--grid-1 .product__slide,
    .product__wrapper--grid-2 .product__slide,
    .product__wrapper--stacked .product__slide {
        padding-bottom: var(--gap);
        break-inside: avoid;
        position: relative;
    }
    .product__wrapper--grid-1 .product__slide:last-child,
    .product__wrapper--grid-2 .product__slide:last-child,
    .product__wrapper--stacked .product__slide:last-child {
        padding-bottom: 0;
    }
}

.product__wrapper--grid-1 .product__slide:first-child,
.product__wrapper--grid-2 .product__slide:only-child {
    column-span: all;
}

.product__slides {
    position: relative;
    font-size: 0;
    flex: 1 1 100%;
}

.product__slides .flickity-viewport {
    transition: height 0.4s;
    height: auto;
}

.product__slides .flickity-slider > .product__slide {
    width: 100%;
}

/* Prevent CLS on flickity init */
.js [data-tall-layout=false] .product__images--has-thumbs .product__slides:not(.flickity-enabled) .product__slide:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.product__thumbs {
    flex: 1 1 100%;
    margin-top: 10px;
}
@media only screen and (max-width: 749px) {
    .product__thumbs {
        min-height: 85px;
    }
}

.product__thumbs__holder {
    position: relative;
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    text-align: left;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
}
.product__thumbs__holder::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}
@media only screen and (max-width: 749px) {
    .product__thumbs__holder {
        margin-left: calc(var(--outer) * -1);
        margin-right: calc(var(--outer) * -1);
        padding-left: var(--outer);
        scroll-padding: var(--outer);
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
    }
    .product__thumbs__holder:after {
        content: "";
        display: block;
        position: relative;
        min-height: 1px;
        padding-right: var(--outer);
    }
}

@media only screen and (max-width: 749px) {
    .product__thumbs__holder .flickity-viewport {
        overflow: visible;
    }
}

@media only screen and (min-width: 768px) {

    .product__wrapper--thumbnails-left:not([data-template="gift-card"]) .product__images {
        display: none !important;
    }

    .product__wrapper--thumbnails-left .product__images {
        display: flex;
        flex-direction: row;
    }

    .product__wrapper--thumbnails-left .product__thumbs__holder {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        padding-left: 10px;
        width: 100%;
        flex-flow: column;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .product__wrapper--thumbnails-left .product__thumbs {
        overflow: hidden;
        position: relative;
        order: -1;
        margin: 0 10px 0 0;
        flex: 0 0 85px;
        height: 380px;
        width: 85px;

    }

    .product__wrapper--thumbnails-left .product__thumb {
        margin: 0 0 10px;
        padding: 0;
        font-size: 0;
    }
    .product__wrapper--thumbnails-left .product__thumb:last-child {
        margin-bottom: 0;
    }
    .product__wrapper--thumbnails-left .product__thumb:after {
        position: absolute;
        top: 50%;
        left: -10px;
        width: 2px;
        height: 30px;
        max-height: 90%;
        margin: 0;
        background: var(--COLOR-BORDER-DARK);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-50%);
        transition: opacity 0.2s;
    }

    .product__wrapper--thumbnails-left .product__slides {
        flex: 1 1 auto;
    }
}
@media only screen and (max-width: 749px) {
    .product__wrapper--thumbnails-left .product__thumbs__holder {
        position: relative;
        white-space: nowrap;
    }
}
.no-js .product__thumbs {
    display: none;
}

.product__thumb {
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 0 10px;
    cursor: pointer;
}
.product__thumb:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: var(--COLOR-BORDER-DARK);
    opacity: 0;
    transition: opacity 0.2s;
}
@media only screen and (max-width: 749px) {
    .product__thumb {
        padding-bottom: 10px;
        margin: 0 10px 0 0;
        scroll-snap-align: start;
    }
    .product__thumb:last-child {
        margin-right: 0;
    }
}

.product__thumb.is-active:after {
    opacity: 1;
}

.product__thumb__link {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 75px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    background-color: var(--bg);
    filter: brightness(var(--filter-bg));
}
.product__thumb__link:before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: "";
}

.product__thumb__link__image {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__thumbs__holder .icon {
    position: absolute;
    top: 2px;
    right: 2px;
    margin: 0;
    height: 20px;
    width: 20px;
    color: transparent;
    fill: var(--COLOR-BG);
    vertical-align: baseline;
}
.product__thumbs__holder .icon path {
    fill: inherit;
    stroke: inherit;
}
.product__thumbs__holder .icon path.icon-media-model-outline, .product__thumbs__holder .icon path.icon-media-video-outline {
    stroke: var(--hairline);
}
.product__thumbs__holder .icon path.icon-media-model-element, .product__thumbs__holder .icon path.icon-media-video-element {
    fill: var(--COLOR-TEXT);
}

.product__breadcrumbs {
    margin: 0 0 0.5em;
}

@media only screen and (min-width: 990px) {
    .form__width {
        max-width: 550px;
        margin: 0 auto;
    }
}

.breadcrumbs--bage-picto {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0;
}

.product__rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product__rating > * {
    margin: 4px 0 4px 4px;
}
.product__rating .rating {
    font-size: 0;
}
.product__rating .rating svg {
    margin-top: -1px;
    margin-right: 0;
    width: calc(16px*var(--FONT-ADJUST-HEADING));
    height: calc(16px*var(--FONT-ADJUST-HEADING));
    color: var(--primary);
}

.product__block:not(.product__accordion) {
    margin-top: var(--block-padding-top, 0px);
    margin-bottom: var(--block-padding-bottom, 16px);
}

#mobile_selector_id {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
    .product__block {
        margin-bottom: 0 !important;
    }
}

.product__block:empty {
    display: none;
}

.product__complementary {
    margin-bottom: 0;
}

.product__complementary .complementary-products.is-loaded {
    display: block;
    margin-bottom: var(--block-padding-bottom, 16px);
}

.product__complementary .complementary-products__title {
    margin-top: 0;
}

.product__complementary quick-add-product + quick-add-product {
    display: block;
    margin-top: 16px;
}

.product__title__wrapper {
    position: relative;
    padding-top: 0;
}

.product__title {
    margin-top: 0.5em;
    margin-bottom: 0;
}
.product__title a {
    color: var(--text);
}
@media only screen and (min-width: 750px) {
    .product__title {
        font-size: calc(1.75rem * var(--FONT-ADJUST-HEADING));
        margin-top: 0;
    }
}
@media only screen and (max-width: 749px) {
    .product__title {
        font-size: calc(1.5rem * var(--FONT-ADJUST-HEADING));
    }
}

.product__subheading p:only-child {
    margin: 0;
}

.product__price__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: var(--FONT-STACK-BODY);
    align-self: end;
}

@media only screen and (max-width: 768px) {
    .product__price__wrap {
        margin-bottom: 0;
    }
}

.product__price {
    margin: 0;
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
    line-height: var(--line-height-normal);
    align-items: flex-start;
    padding: calc(4px * var(--FONT-ADJUST-BODY)) 0;
}
@media only screen and (max-width: 749px) {
    .product__price {
        padding: calc(2px * var(--FONT-ADJUST-BODY)) 0;
    }
}

.product__price--has-units {
    margin-bottom: calc(var(--font-2) * var(--FONT-ADJUST-BODY) * var(--line-height-normal));
}

.product__price--unit {
    color: var(--text-light);
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
    position: absolute;
}

.product__price--strike {
    color: var(--text-light);
}

.product__price--sale {
    color: var(--COLOR-SALE);
}

.product__price--off {
    --padding-vertical: 7px;
    flex-shrink: 0;
    min-width: 0;
    color: var(--sale-text);
    margin-left: 7px;
    margin-right: 0px;
    text-align: center;
    letter-spacing: 0.12em;
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    font-size: .75rem;
    margin-left: 2px;
}
.product__price--off em {
    opacity: 0.5;
    padding: 0 6px;
}
@media only screen and (max-width: 749px) {
    .product__price--off {
        --padding-vertical: 6px;
    }
}

.product__badge {
    position: absolute;
    top: 0;
    right: 0;
}
.product__badge:nth-child(3) {
    top: 0;
}

.product__badge a:not(.product__badge-link) {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 4px;
}

.product__badge-link {
    cursor: default;
    transition: color 0.25s ease-out;
}

.product__badge .spr-badge:after {
    content: attr(data-rating);
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.product__badge:nth-child(2) .spr-badge:after {
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-HEADING));
    line-height: 2.4;
}

.product__badge svg {
    width: calc(16px * var(--FONT-ADJUST-BODY));
    height: calc(16px * var(--FONT-ADJUST-BODY));
    margin-right: 4px;
    margin-top: -1px;
    color: var(--primary);
}

.product__badge:nth-child(2) svg {
    width: calc(16px * var(--FONT-ADJUST-HEADING));
    height: calc(16px * var(--FONT-ADJUST-HEADING));
}

.product__badge .spr-badge:not([data-rating="0.0"]) ~ svg {
    display: inline-block;
}

.product__badge .spr-badge span {
    display: none;
}

script,
#recently-viewed-product-template,
[id*=recently-viewed-product-template] {
    display: none !important;
}

.recent__container {
    color: var(--text);
    background-color: var(--bg);
}

.recent__wrapper {
    display: none;
    padding-top: 1px;
    margin-top: 20px;
    overflow: hidden;
    display: none;
    opacity: 1;
}
@media only screen and (min-width: 990px) {
    .recent__wrapper {
        margin-top: var(--inner);
    }
}

.recent__wrapper.loading {
    opacity: 0;
}

.recent__content a {
    opacity: 1;
    width: auto;
    height: auto;
    display: block;
}

/*================ Reviews ================*/
.product__reviews .spr-header {
    margin-bottom: -12px;
}

.product__reviews .spr-summary-starrating,
.product__reviews .spr-summary-caption {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 12px;
}

@media (max-width: 480px) {
    .product__reviews .spr-summary-actions {
        display: block;
    }
}

.product__reviews .spr-summary-actions-newreview {
    margin: 12px 0;
}

.product__reviews .spr-container {
    border: none !important;
    padding: 0 !important;
}

#shopify-product-reviews {
    margin: 0 !important;
    padding: 1em 0;
}

.product__form__errors {
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out 0.2s, max-height 0.5s cubic-bezier(0, 0.75, 0.25, 1), visibility 0.5s;
    text-align: center;
    transform: translate3d(0, -20px, 0);
}
.product__form__errors.is-visible {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.5s ease, transform 0.5s ease, max-height 0.5s cubic-bezier(0, 0, 0.75, 0), visibility 0.5s;
}
@media only screen and (max-width: 479px) {
    .product__form__errors {
        max-width: calc(400px - 10px);
    }
}

.product__form__errors .errors {
    margin: 10px 0;
}

.errors {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 24px 30px;
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}
@media only screen and (max-width: 749px) {
    .errors {
        padding: 15px 30px 15px 15px;
    }
}

.errors__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    cursor: pointer;
}

.errors__close .icon {
    transition: transform 0.3s ease;
}

.errors__close:hover .icon {
    transform: rotate(90deg);
}

.product__add__success {
    display: flex;
    align-items: stretch;
    background: var(--COLOR-BG);
    border-left: 1px solid var(--COLOR-BORDER);
    border-bottom: 1px solid var(--COLOR-BORDER);
}
@media only screen and (max-width: 749px) {
    .product__add__success {
        border-left: none;
    }
}

.product__add__success__image {
    width: 50%;
}
@media only screen and (max-width: 749px) {
    .product__add__success__image {
        display: none;
    }
}

.product__add__success__image-bg {
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.product__add__success__content {
    width: 50%;
    padding: 50px;
}
@media only screen and (max-width: 749px) {
    .product__add__success__content {
        width: 100%;
        padding: 15px 20px;
    }
}

.product__add__success--hide {
    display: none;
}

.is-focused model-viewer:focus::after,
.is-focused video:focus::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    box-shadow: inset 0 0 2px 2px var(--COLOR-BORDER);
    box-sizing: border-box;
    pointer-events: none;
}

.product-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4000;
    display: none;
    width: 100%;
    height: 100%;
}

.product-modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.product-modal__inner {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 15px;
}

.product-modal__content {
    overflow: hidden;
    position: relative;
    max-width: 600px;
    width: 100%;
    background-color: var(--bg);
    padding: 25px;
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}
.product-modal__content .product-tabs {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 140px);
    margin-top: 20px;
}

.product-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    transition: transform 0.3s;
}

.product-modal__close:hover {
    transform: rotate(90deg);
}

.product__icon__row {
    display: flex;
    flex-flow: row wrap;
}

.product__icon__container--full {
    flex: 0 0 100%;
    max-width: 100%;
}

.product__icon__container--half {
    flex: 0 0 50%;
    max-width: 50%;
}

.product__icon__container--third {
    flex: 0 0 33%;
    max-width: 33%;
}
@media only screen and (max-width: 479px) {
    .product__icon__container--third {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.product__icon__container--quarter {
    flex: 0 0 25%;
    max-width: 25%;
}
@media only screen and (max-width: 479px) {
    .product__icon__container--quarter {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.product__icon__container {
    display: flex;
    align-items: center;
}

.product__icon {
    align-self: flex-start;
    flex: 0 0 var(--icon-size, 20px);
    margin: 0.5em 10px 0.5em 0;
    color: var(--text);
}

.product__icon__text {
    flex: 0 1 100%;
    word-break: break-word;
}

/* No thumbs on mobile */
@media only screen and (max-width: 749px) {
    .product__images--no-thumbs .product__thumbs {
        display: none;
    }

    /*.product__images--no-thumbs .product__slides {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 0;
    margin: 0 calc(var(--gap) * -1);
    padding-left: var(--gap);
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-padding: var(--gap);
    scrollbar-width: none;
    -ms-overflow-style: none;
    align-items: flex-start;
  }*/
    .product__images--no-thumbs .product__slides::-webkit-scrollbar {
        display: none;
        /* for Chrome, Safari, and Opera */
    }

    .product__images--no-thumbs .product__slides:after {
        content: "";
        display: block;
        position: relative;
        padding-right: var(--gap);
    }

    .product__images--no-thumbs .product__slide {
        flex: 0 0 auto;
        width: calc(100% - 50px);
        margin: 0 var(--gap) 0 0;
        scroll-snap-align: start;
    }

    .product__images--no-thumbs .product__slide:only-child {
        width: 100%;
    }

    .product__images--no-thumbs .product__slide:last-child {
        margin-right: 0;
    }
}
/*================ Product Media ================*/
.product__photo,
.deferred-product-media {
    position: relative;
    overflow: hidden;
    background-color: var(--bg);
    filter: brightness(var(--filter-bg));
    min-height: 454px;
}
@media only screen and (max-width: 768px) {
    .product__photo,
    .deferred-product-media {
        min-height: 515px;
    }
    .product__photo img {
        min-height: 515px;
    }
}
.product__photo img,
deferred-product-media video {
    pointer-events: none;
    min-height: 515px;
}

/* div[id^="Faq--template"] {
  overflow-x: hidden;
} */

[data-image-zoom-enable=true] [data-zoom-wrapper].is-dragging {
    pointer-events: none;
}

[data-image-zoom-enable=true] [data-zoom-wrapper] {
    cursor: zoom-in;
    cursor: var(--ICON-ZOOM-IN), zoom-in;
}

body.is-focused .product__photo:focus:after, body.is-focused .product__photo.focus-visible:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var(--COLOR-BORDER);
    pointer-events: none;
    box-sizing: border-box;
    z-index: 2;
}

.product__media iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.video__contain,
.model__contain {
    margin: 0 auto;
    min-height: 1px;
    width: 100%;
    height: 0;
    position: relative;
}

.shopify-model-viewer-ui,
model-viewer,
.video__contain > video,
.video__contain > iframe {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    max-width: 100%;
    /* IE FIX */
    min-width: 100%;
    min-height: 100%;
}

video::-webkit-media-controls-panel {
    display: flex !important;
    opacity: 1 !important;
}

.btn--ar {
    width: 100%;
    position: relative;
    margin-top: 4px;
    padding: 10px 15px;
}
.btn--ar[data-shopify-xr-hidden] {
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    max-width: 0;
    max-height: 0;
    padding: 0;
    border: none;
    margin: 0;
    opacity: 0;
}
@media only screen and (min-width: 750px) {
    .btn--ar[data-shopify-xr-hidden] {
        display: none;
    }
}
.btn--ar:hover .product-single__view-in-space-text, .btn--ar:focus .product-single__view-in-space-text {
    border-bottom-color: var(--COLOR-TEXT);
}
.btn--ar .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: transparent;
}
.btn--ar .icon path {
    fill: inherit;
    stroke: inherit;
}
.btn--ar .icon path.icon-media-model-outline {
    stroke: none;
}
.btn--ar .icon path.icon-media-model-element {
    fill: var(--COLOR-TEXT);
    opacity: 1;
}

.product-single__view-in-space-text {
    display: inline-block;
    vertical-align: middle;
}

.thumb__link--video,
.thumb__link--model {
    position: relative;
}

/*====== 3D Models ======*/
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
    background: var(--COLOR-BG);
    border-color: var(--hairline);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
    color: var(--COLOR-A60);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
    color: var(--COLOR-A55);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
    color: var(--COLOR-A55);
    background: var(--hairline);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
    border-color: var(--hairline);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
    background: var(--COLOR-BG);
    border-color: var(--hairline);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
    color: var(--COLOR-A55);
}

.deferred-media {
    display: block;
    position: relative;
}
.deferred-media img {
    object-fit: contain;
}
.deferred-media img,
.deferred-media video,
.deferred-media iframe,
.deferred-media model-viewer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.deferred-media:not([loaded]) template {
    z-index: -1;
}

.deferred-media[loaded] > .deferred-media__poster {
    display: none;
}

.deferred-media__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default;
    padding: 0;
    letter-spacing: normal;
    line-height: initial;
    background: transparent;
    border: 0;
    color: inherit;
    transition: none;
}
.no-touch .deferred-media__poster:hover {
    opacity: initial;
}

.deferred-media__poster-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 8px;
    background-color: var(--COLOR-BG);
    border: 1px solid var(--COLOR-A5);
    z-index: 1;
    cursor: pointer;
}
.deferred-media__poster-button .icon-media-video-outline,
.deferred-media__poster-button .icon-media-model-outline {
    stroke: none;
}

.deferred-media__poster-button .icon {
    width: 100%;
    height: 100%;
}

:root {
    --form-top: 10px;
    --form-left: 12px;
    --form-margin: 32px;
    --btn-height: calc(var(--btn-top) * 2 + var(--font-3) * var(--line-height-normal) + 2px);
}

.quantity-selector,
.select-popout__toggle,
.select-popout__list,
.product__subs__option,
.radio__button {
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
}

.is-sticky .select-popout__list {
    max-height: 175px;
}

.variant__labels--hide .radio__legend,
.variant__labels--hide .select__label {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.variant__labels--hide .radio__legend__link {
    margin-left: 0;
}
.variant__labels--hide a {
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
    color: var(--link);
    transition: color 0.3s;
}
.index-product .variant__labels--hide a {
    color: var(--text);
}
@media (hover: hover) {
    .variant__labels--hide a:hover {
        color: var(--link-hover);
    }
}
.variant__labels--hide .radio__buttons,
.variant__labels--hide .select-popout {
    grid-column: 1/-1;
}

.shop-pay-terms {
    --payment-terms-background-color: var(--bg);
    margin: 0 0 20px 0;
}

.shop-pay-terms + .radio__legend__link {
    margin-bottom: 15px;
}

.shop-pay-terms:empty,
.product__upsell:empty,
.product__siblings:empty {
    display: none;
}

.selector-wrapper {
    flex: 1 0 50%;
}
.selector-wrapper label {
    font-size: calc(0.75rem * var(--FONT-ADJUST-BODY));
}
@media only screen and (max-width: 479px) {
    .selector-wrapper {
        flex-basis: 100%;
    }
}

.selector-wrapper--fullwidth,
.selector-wrapper--color {
    flex-basis: 100%;
}

.selector-wrapper--size {
    flex-grow: 0;
}

.selector-wrapper--size .radio__legend__link {
    margin-left: 4px;
}

.variant-input-wrap {
    margin-left: -4px;
}

.variant-label {
    display: block;
    margin: 15px 0 var(--form-margin);
}

.variant-field {
    position: relative;
    display: inline-block;
}

input[type=radio].variant-input {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    width: 100%;
    height: 32px;
    margin: 0;
    clip: unset;
    cursor: pointer;
}

.variant-input:checked + .variant__button-label {
    box-shadow: 0 0 0 2px var(--COLOR-PRIMARY);
}

.variant__button-label {
    letter-spacing: 0.025em;
    line-height: 1.6;
    position: relative;
    display: inline-block;
    font-weight: var(--FONT-WEIGHT-BODY);
    padding: 7px 15px 7px;
    border-radius: var(--RADIUS);
    background-color: #FFF;
    box-shadow: 0 0 0 1px #E8E8E1;
    margin: 0 4px 12px;
    cursor: pointer;
}
.variant__button-label.disabled {
    color: #E8E8E1;
}
.variant__button-label.disabled:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px solid;
    border-color: #E8E8E1;
    transform: rotate(45deg);
}

.is-focused .variant-input:focus + .variant__button-label:before,
.is-focused .swatch input[type=radio]:focus + .variant__button-label--color:before {
    position: absolute;
    content: "";
    left: -2px;
    bottom: -8px;
    height: 2px;
    width: calc(100% + 4px);
    background: var(--COLOR-PRIMARY);
}

.quantity-selector {
    position: relative;
}
.quantity-selector input[type=number]::-webkit-outer-spin-button,
.quantity-selector input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.no-js .quantity-selector input[type=number]::-webkit-outer-spin-button,
.no-js .quantity-selector input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: auto;
}
.quantity-selector input[type=number] {
    -moz-appearance: textfield;
}
.no-js .quantity-selector input[type=number] {
    -moz-appearance: auto;
}

.quantity__input,
.properties__input {
    display: block;
    width: 100%;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: var(--line-height-normal);
    color: var(--COLOR-TEXT);
}

.properties__input {
    padding-top: var(--form-top);
    padding-bottom: var(--form-top);
}

.quantity__input {
    padding: var(--form-top) 30px;
    text-align: center;
}

.quantity__plus {
    right: 0;
    justify-content: flex-end;
    padding-right: 15px;
}

.quantity__minus {
    left: 0;
    justify-content: flex-start;
    padding-left: 15px;
}

.quantity__plus,
.quantity__minus {
    position: absolute;
    top: 0;
    height: 100%;
    width: 40%;
    display: flex;
    align-items: center;
}
.quantity__plus *,
.quantity__minus * {
    pointer-events: none;
}
.quantity__plus .icon,
.quantity__minus .icon {
    color: var(--COLOR-TEXT);
}
.quantity__plus:active,
.quantity__minus:active {
    transform: translateY(1px);
}
.no-js .quantity__plus,
.no-js .quantity__minus {
    display: none;
}

.properties__checkbox {
    grid-column: 1/span 2;
}

/*================ Add to cart ================*/
.product__submit__add {
    position: relative;
    width: 100%;
}

.product__submit__add .svg-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
}

.product__submit__add[disabled] {
    pointer-events: none;
}

.product__submit__add circle ~ circle {
    stroke: currentColor;
}

.product__submit__add span {
    transition: opacity 0.3s;
}

.product__submit__add .icon-nav-arrow-up {
    --icon-size: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: calc(var(--icon-size) / -2);
}

.product__submit__buttons {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.product__submit__buttons .btn, .product__submit__buttons .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product__submit__buttons .shopify-payment-button__button--unbranded, .product__submit__buttons #challenge .shopify-challenge__button, #challenge .product__submit__buttons .shopify-challenge__button, .product__submit__buttons .product__reviews .spr-summary-actions-newreview, .product__reviews .product__submit__buttons .spr-summary-actions-newreview {
    min-height: var(--btn-height);
}

@media only screen and (min-width: 480px) {
    .product__submit__buttons--inline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.product__submit__item {
    min-height: var(--btn-height);
}

.product__submit__item .btn, .product__submit__item .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product__submit__item .shopify-payment-button__button--unbranded, .product__submit__item #challenge .shopify-challenge__button, #challenge .product__submit__item .shopify-challenge__button, .product__submit__item .product__reviews .spr-summary-actions-newreview, .product__reviews .product__submit__item .spr-summary-actions-newreview {
    display: block;
    width: 100%;
}

.product__submit__item--inline {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 7.5rem) minmax(0, 100%);
}

/* Make Quantity picker height to always match the Add to cart button height */
.product__submit__item--inline .select-popout__toggle {
    padding-top: 5px;
    padding-bottom: 5px;
    height: var(--btn-height);
}

.product__block--divider + .product__block:empty + .product__block--divider {
    display: none;
}

/*================ Smart Shopify Payment Buttons ================*/
.shopify-payment-button {
    width: 100%;
}

.shopify-payment-button .shopify-payment-button__button--branded {
    min-height: var(--btn-height);
}

.shopify-payment-button .shopify-payment-button__button--branded button {
    min-height: var(--btn-height) !important;
    padding: var(--btn-top) var(--btn-left) !important;
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY)) !important;
    line-height: var(--line-height-normal) !important;
}

.shopify-payment-button .shopify-payment-button__button--branded form {
    display: flex !important;
    flex-direction: column;
    flex: 1;
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
    width: 100%;
    min-height: var(--btn-height);
}

.shopify-payment-button .shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background: var(--BTN-PRIMARY-BG-COLOR);
    border-color: var(--BTN-PRIMARY-BORDER-COLOR);
}

.shopify-payment-button .shopify-payment-button__more-options {
    display: none;
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
    font-size: calc(0.9rem * var(--FONT-ADJUST-BODY));
    color: var(--COLOR-TEXT);
}
.shopify-payment-button .shopify-payment-button__more-options:active {
    text-decoration: underline;
    transform: translateY(1px);
}
.shopify-payment-button .shopify-payment-button__more-options:hover, .shopify-payment-button .shopify-payment-button__more-options:focus {
    background-color: transparent;
    box-shadow: none;
}

/*================ Variant states ================*/
.variant--soldout .shopify-payment-button,
.variant--soldout .product__price,
.variant--unavailable .shopify-payment-button,
.variant--unavailable .product__price {
    opacity: 0.3;
}
.variant--soldout .shopify-payment-button label,
.variant--soldout .shopify-payment-button input,
.variant--soldout .shopify-payment-button button,
.variant--soldout .product__price label,
.variant--soldout .product__price input,
.variant--soldout .product__price button,
.variant--unavailable .shopify-payment-button label,
.variant--unavailable .shopify-payment-button input,
.variant--unavailable .shopify-payment-button button,
.variant--unavailable .product__price label,
.variant--unavailable .product__price input,
.variant--unavailable .product__price button {
    cursor: default;
}
.variant--soldout .product__submit__add:not(.product__submit__add--default):active,
.variant--unavailable .product__submit__add:not(.product__submit__add--default):active {
    transform: translateY(0);
}
.variant--soldout .product__submit__add:not(.product__submit__add--default),
.variant--soldout .product__submit__add:not(.product__submit__add--default):hover,
.variant--unavailable .product__submit__add:not(.product__submit__add--default),
.variant--unavailable .product__submit__add:not(.product__submit__add--default):hover {
    border-color: transparent;
    background-color: var(--COLOR-A10);
    color: var(--COLOR-A40);
    cursor: not-allowed;
}
.variant--soldout .product__submit__add:not(.product__submit__add--default) > *,
.variant--soldout .product__submit__add:not(.product__submit__add--default):hover > *,
.variant--unavailable .product__submit__add:not(.product__submit__add--default) > *,
.variant--unavailable .product__submit__add:not(.product__submit__add--default):hover > * {
    pointer-events: none;
}
@media only screen and (max-width: 749px) {
    .variant--soldout .product__submit__add:not(.product__submit__add--default),
    .variant--soldout .product__submit__add:not(.product__submit__add--default):hover,
    .variant--unavailable .product__submit__add:not(.product__submit__add--default),
    .variant--unavailable .product__submit__add:not(.product__submit__add--default):hover {
        transform: none;
        pointer-events: none;
    }
}
.variant--soldout .shopify-payment-button,
.variant--unavailable .shopify-payment-button {
    position: relative;
    pointer-events: none;
}
.variant--soldout .shopify-payment-button::after,
.variant--unavailable .shopify-payment-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}

.variant--unavailable .product__price {
    opacity: 0;
}

/* Variant Countdown */
.variant__countdown {
    display: none;
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.variant__countdown.count-is-low {
    display: block;
}

.pickup__preview {
    margin: 0;
}
.pickup__preview p {
    margin: 0 0 6px 0;
}

.pickup__info__timing,
.pickup__preview--primary button.pickup__button {
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.pickup__preview--primary {
    display: flex;
    align-items: flex-start;
}
.pickup__preview--primary button.pickup__button:focus, .pickup__preview--primary button.pickup__button:active {
    transform: none;
}

.pickup__list__item .icon,
.pickup__preview .icon {
    --icon-size: 20px;
    margin: -1px 6px 0 -4px;
    height: calc(calc(0.875rem * var(--FONT-ADJUST-BODY) * 1.5));
}

.pickup__preview .icon path,
.pickup__list__item .icon path {
    fill: none;
}

.pickup__preview .icon-check,
.pickup__list__item .icon-check {
    color: var(--success);
}

.pickup__preview .icon-cancel,
.pickup__list__item .icon-cancel {
    color: var(--error);
}

@media only screen and (min-width: 750px) {
    .pickup__drawer {
        --gutter: 20px;
    }
}

.pickup__address {
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
    font-style: normal;
    margin: 8px 0 0 0;
}

.pickup__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pickup__head {
    display: flex;
    margin: 0;
    padding: var(--gutter);
    align-items: center;
    height: auto;
}

.pickup__head__title {
    font-family: var(--FONT-STACK-HEADING);
    font-style: var(--FONT-STYLE-HEADING);
    line-height: 1.2;
    font-weight: var(--FONT-WEIGHT-HEADING);
    margin: 0 0 0.5em 0;
    font-weight: var(--FONT-WEIGHT-HEADING-BOLD);
}
.pickup__head__title p {
    margin: 0;
}

.pickup__head__close {
    padding: 0;
}

.pickup__product__wrap {
    padding: var(--gutter);
    border-bottom: 1px solid var(--border);
}

.pickup__product__title {
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    font-style: var(--FONT-STYLE-BODY);
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
    font-size: calc(var(--font-4) * var(--FONT-ADJUST-BODY));
    margin: 0;
}

.pickup__variant {
    font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
    margin: 12px 0 0 0;
}

.pickup__variant .text-light {
    color: var(--text-light);
}

.pickup__variant .divide {
    color: var(--text-light);
    opacity: 0.5;
    padding: 0 1px;
}

.pickup__variant .badge {
    display: inline-block;
    margin: 0 8px 8px 0;
}

.pickup__drawer-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 0;
}
.pickup__drawer-button .icon-cancel {
    width: 12px;
    height: 12px;
    margin: 0;
}

.pickup__drawer__body {
    padding: 0;
    height: auto;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.pickup__list {
    padding: var(--gutter);
    margin: 0;
    list-style: none;
}

.pickup__list__item {
    margin-bottom: 32px;
}
.pickup__list__item p {
    margin: 2px 0;
}
.pickup__list__item p.small {
    margin-top: 8px;
}

.pickup__list__item + .pickup__list__item {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid var(--bg-accent);
}

.product__subs__group {
    display: block;
    border: 1px solid var(--border);
}

.product__subs__group + .product__subs__group {
    border-top: none;
}

.product__subs__plans {
    margin-left: 1.5rem;
}
.product__subs__plans .product__subs__option {
    padding-top: 0;
}

.no-js .product__subs__plans.hide {
    display: block !important;
}

.product__subs__option {
    display: flex;
    width: 100%;
    padding: var(--form-top) var(--form-left);
    align-items: center;
    cursor: pointer;
}
.product__subs__option input[type=radio] {
    color: var(--text-dark);
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    padding: 0;
    border: 0;
    margin: 0 0.5rem 0 0;
    cursor: pointer;
}
.product__subs__option input[type=radio]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--text-dark);
    box-sizing: border-box;
}
.product__subs__option input[type=radio]:checked::before {
    background-image: radial-gradient(var(--primary) 50%, var(--bg) 51%);
}

.product__subs__description {
    color: var(--text-light);
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
    background: var(--hairline);
    margin: 0;
    padding: 10px 20px;
    font-style: var(--FONT-STYLE-BODY-ITALIC);
}

.product__price--each {
    color: var(--text-light);
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.product__subs__wrap {
    margin-bottom: 20px;
}

[data-subscription-watch-price] {
    display: none;
}

/*====== Free shipping ======*/
.free-shipping {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    padding: var(--inner) 0;
    border-bottom: 1px solid var(--border);
    margin: 0;
    transition: max-height 0.3s, padding 0.3s, border 0.3s, opacity 0.3s, visibility 0.3s;
    font-size: var(--BTN-FONT-SIZE) !important;
}

.free-shipping.is-hidden {
    overflow: hidden;
    visibility: hidden;
    max-height: 0;
    padding: 0 15px;
    border: none;
    opacity: 0;
}

.free-shipping__success-message {
    display: none;
}

.is-success .free-shipping__success-message {
    display: inline;
}

.is-success .free-shipping__success-message ~ .free-shipping__default-message {
    display: none;
}

/*====== Free Shipping Graph ======*/
.free-shipping__graph {
    --stroke-dashoffset: 87.96459430051421;
    align-self: flex-start;
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    transform: scale(-1, 1);
}

.free-shipping__graph circle {
    transform-origin: 50% 50%;
    stroke-width: 2;
    stroke: var(--COLOR-A20);
    fill: none;
}

.free-shipping__graph-progress {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    stroke: var(--COLOR-A80);
    stroke-dashoffset: var(--stroke-dashoffset);
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition: stroke-dashoffset 1s ease-in-out;
}

/*====== Free Shipping Progress Bar ======*/
/* WEBKIT BROWSERS - CHROME, OPERA AND SAFARI */
.free-shipping__progress-bar {
    --progress-bg: transparent;
    --progress-value: var(--BTN-PRIMARY-BG-COLOR);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 85%;
    height: 1px;
    background: var(--COLOR-BORDER-DARK);
    border: 0;
    border-radius: 0;
    margin-top: 5px;
    overflow: hidden;
}

.free-shipping__progress-bar::-webkit-progress-bar {
    width: 100%;
    background: var(--progress-bg);
    border-radius: 0;
}

.free-shipping__progress-bar::-webkit-progress-value {
    background: var(--progress-value);
    border-radius: 0;
    -webkit-transition: width 1s ease-in-out, transform 1s ease-in-out 0.5s;
    transition: width 1s ease-in-out, transform 1s ease-in-out 0.5s;
    transform-origin: center left;
}

.cart-drawer__message .free-shipping__progress-bar::-webkit-progress-value {
    transform: scaleX(0);
}

.cart-drawer__message.is-animated .free-shipping__progress-bar::-webkit-progress-value {
    transform: scaleX(1);
}

/* MOZILLA FIREFOX */
@-moz-document url-prefix() {
    .free-shipping__progress-bar::-moz-progress-bar {
        background: var(--progress-value);
        border-radius: 4px;
        -moz-transition: width 1s ease-in-out, transform 1s ease-in-out 0.5s;
        transition: width 1s ease-in-out, transform 1s ease-in-out 0.5s;
        transform-origin: center left;
    }

    .cart-drawer__message .free-shipping__progress-bar::-moz-progress-bar {
        transform: scaleX(0);
    }

    .cart-drawer__message.is-animated .free-shipping__progress-bar::-moz-progress-bar {
        transform: scaleX(1);
    }
}
/* Confetti animation on success */
.confetti {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
}

.confetti__dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transform: rotate(90deg);
}

.confetti__dot--2 {
    color: var(--COLOR-PRIMARY);
}

.confetti__dot--3 {
    color: var(--COLOR-SECONDARY);
}

.confetti__dot--4 {
    color: var(--COLOR-BORDER);
}

.confetti__dot--5 {
    color: var(--COLOR-LINK);
}

.confetti__dot--6 {
    color: var(--COLOR-BG-SECONDARY);
}

.confetti__dot--4,
.confetti__dot--5,
.confetti__dot--6 {
    transform: rotate(205deg);
}

.confetti__dot:before,
.confetti__dot:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    pointer-events: none;
    background: currentColor;
    transform: scale(0);
}

.is-success .confetti__dot {
    transition: top 0.4s;
}
.is-success .confetti__dot:before,
.is-success .confetti__dot:after {
    transform: scale(1);
    opacity: 0;
    transition: top 1s, left 1s, transform 1s, opacity 0.6s 0.4s;
}
.is-success .confetti__dot--1:before {
    top: -35px;
    left: 65px;
}
.is-success .confetti__dot--4:after,
.is-success .confetti__dot--1:after {
    top: 5px;
    left: 45px;
}
.is-success .confetti__dot--2:before {
    top: 35px;
    left: 15px;
}
.is-success .confetti__dot--5:after,
.is-success .confetti__dot--2:after {
    top: 5px;
    left: -35px;
}
.is-success .confetti__dot--3:before {
    top: -25px;
    left: 5px;
}
.is-success .confetti__dot--6:after,
.is-success .confetti__dot--3:after {
    top: 45px;
    left: -45px;
}
.is-success .confetti__dot--4:before {
    top: -35px;
    left: 90px;
}
.is-success .confetti__dot--5:before {
    top: -70px;
    left: 15px;
}
.is-success .confetti__dot--6:before {
    top: -50px;
    left: 55px;
}

/*====== Cart bar ======*/
.cart-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2001;
    width: 100%;
    height: 80px;
    overflow: hidden;
    background: var(--COLOR-BG);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
}
.cart-bar[data-position=top] {
    top: 0;
    bottom: auto;
    transform: translateY(-100%);
}
.cart-bar.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(calc(var(--cookie-bar-height) * -1));
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0s;
}
@media only screen and (max-width: 749px) {
    .cart-bar {
        display: flex;
        align-items: center;
        min-height: 120px;
        height: auto;
    }
    .cart-bar:after {
        min-height: inherit;
        font-size: 0;
        content: "";
    }
}

.cart-bar__form__wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 var(--outer);
}
@media only screen and (max-width: 749px) {
    .cart-bar__form__wrapper {
        flex: 0 1 100%;
        flex-direction: column;
        align-items: stretch;
        padding: 10px var(--outer);
    }
}

.cart-bar__form,
.cart-bar__info {
    display: flex;
    align-items: center;
}

.cart-bar__form {
    max-width: 50%;
    margin-left: auto;
}
@media only screen and (max-width: 749px) {
    .cart-bar__form {
        display: block;
        max-width: none;
        margin: 0;
    }
}
.cart-bar__form .product__selectors {
    margin: 0;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    height: 50px;
    padding: 0;
}
.cart-bar__form select, .cart-bar__form .popout__toggle {
    height: 100%;
    border: 0;
    margin: 0;
}
.cart-bar__form .selector-wrapper {
    height: 100%;
    min-width: 120px;
    padding-right: 5px;
    border-left: 1px solid var(--COLOR-BORDER);
}
.cart-bar__form .product__submit {
    min-width: 0;
    margin: 0;
}
.cart-bar__form .product__submit__buttons {
    display: inline-block;
    width: auto;
    margin: 0;
}
.cart-bar__form .product__submit__add {
    position: relative;
    overflow: hidden;
    min-height: 50px;
    height: 50px;
    min-width: 260px;
    padding-left: 35px;
    padding-right: 35px;
    margin: 0;
    line-height: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media only screen and (max-width: 989px) {
    .cart-bar__form .product__submit__add {
        min-width: 200px;
    }
}
@media only screen and (max-width: 749px) {
    .cart-bar__form .product__submit__add {
        display: block;
        width: 100%;
    }
}

.cart-bar__info {
    justify-content: flex-start;
    position: relative;
    min-width: 0;
    padding-right: 10px;
}
@media only screen and (max-width: 749px) {
    .cart-bar__info {
        display: block;
        flex-wrap: wrap;
        justify-content: center;
        padding-right: 0;
        text-align: center;
    }
    .cart-bar__info:not(:last-child) {
        margin-bottom: 15px;
    }
}

.cart-bar__image {
    width: 50px;
    height: 50px;
    padding: 5px;
    margin: 0 10px 0 0;
}
.cart-bar__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart-bar__product__title {
    line-height: 25px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: calc(1rem * var(--FONT-ADJUST-HEADING));
}
@media only screen and (max-width: 749px) {
    .cart-bar__product__title {
        display: inline;
        padding: 0 3px;
        white-space: normal;
        font-size: calc(0.75rem * var(--FONT-ADJUST-HEADING));
    }
}

.cart-bar__product__price {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 25px;
    padding: 0 0 0 10px;
    margin: 0;
    font-size: calc(1rem * var(--FONT-ADJUST-BODY));
}
@media only screen and (max-width: 749px) {
    .cart-bar__product__price {
        display: inline;
        padding: 0 3px;
        font-size: calc(0.75rem * var(--FONT-ADJUST-BODY));
    }
}
.variant--unavailable .cart-bar__product__price {
    display: none;
}
.cart-bar__product__price:before {
    padding-right: 10px;
    content: "•";
}
@media only screen and (max-width: 749px) {
    .cart-bar__product__price:before {
        padding-right: 6px;
    }
}
@media only screen and (max-width: 749px) {
    .cart-bar__product__price .product__price--sale {
        padding-right: 6px;
        margin-right: 0;
    }
}

.cart-bar__submit {
    margin-right: 0;
}

/*====== Cart Template ======*/
.cart {
    --inner: 15px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin: 0 auto;
    overflow: visible;
    display: block;
    text-align: left;
    max-width: 1250px;
}

@media only screen and (max-width: 749px) {
    .cart {
        padding-left: 0;
        padding-right: 0;
    }
}

.cart__empty {
    /* padding-top: 2rem; */
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    max-width: 800px;
    margin: 0 auto;
}

@media only screen and (max-width: 749px) {
    .cart__empty {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 1rem;
    }
}

.cart__empty p {
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.15px;
    margin: 1.5rem 0 2.5rem;
}

.cart__empty:not(.is-hidden) + .cart__inner {
    display: none;
}

.cart__empty .cart__message {
    justify-content: center;
}


.cart__empty__items-holder {
    display: grid;
    grid-gap: 10px;
}

@media only screen and (min-width: 749px) {
    .cart__empty__items-holder {
        grid-template-columns: 1fr 1fr;
        max-width: 450px;
    }
}

.cart__empty .cart__message,
.cart__empty__item {
    width: 100%;
    max-width: 260px;
}

.cart__empty__item {
    max-width: 100%;
}

.cart__empty__item > a {
    width: 100%;
    letter-spacing: 0;
}

.cart__inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 3rem;
}

.cart__inner b, .cart__inner strong {
    font-weight: 700;
}

@media only screen and (max-width: 749px) {
    .cart__inner {
        display: block;
        padding-top: 0;
    }
}

.cart__content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 440px);
    overflow: hidden;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    .cart__content {
        width: calc(100% - 300px);
    }
}
@media only screen and (max-width: 749px) {
    .cart__content {
        width: 100%;
        margin-bottom: 25px;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 0;
    }
}

.cart__title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: var(--FONT-STACK-HEADING);
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.36;
    color: var(--text);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 749px) {
    .cart__title {
        font-size: 22px;
        letter-spacing: 1.46px;
    }
}

.cart__items {
    width: 100%;
    border-top: 1px solid var(--COLOR-BORDER-DARK);
    margin-top: var(--inner);
}

@media only screen and (max-width: 749px) {
    .cart__items {
        margin-top: 2rem;
        padding-top: 1rem;
    }
}

.cart__items .cart__item {
    padding: var(--inner) 0;
    border-bottom: 1px solid var(--COLOR-BORDER-DARK);
    align-items: stretch;
}
.cart__items .cart__item:last-child {
    border-bottom: 1px solid var(--COLOR-BORDER-DARK);
}

@media only screen and (max-width: 749px) {
    .cart__items .cart__item:last-child {
        border-bottom: 0;
    }
}

@media only screen and (max-width: 749px) {
    .cart__items .cart__item {
        align-items: flex-start;
        border: none;
    }
}
.cart__items .cart__item__content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    .cart__items .cart__item__content {
        padding-left: var(--inner);
    }
}
@media only screen and (max-width: 749px) {
    .cart__items .cart__item__content {
        display: block;
    }
}
.cart__items .cart__item__content-inner {
    width: 30%;
    opacity: 0.8;
}
@media only screen and (max-width: 749px) {
    .cart__items .cart__item__content-inner {
        width: 100%;
    }
}
.cart__items .cart__price {
    width: calc(60% - 40px);
    padding: 0 10px;
    text-align: center;
}
.cart__items .cart__price ins,
.cart__items .cart__price del,
.cart__items .cart__price small {
    display: inline-block;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    .cart__items .cart__price ins,
    .cart__items .cart__price del,
    .cart__items .cart__price small {
        display: block;
        margin: 0;
    }
}
@media only screen and (max-width: 749px) {
    .cart__items .cart__price {
        width: 100%;
        padding: 0;
        text-align: left;
        display: block;
    }
}
.cart__items .cart__item__remove {
    position: static;
    display: flex;
    font-size: calc(0.6875rem * var(--FONT-ADJUST-BODY));
    color: inherit;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.cart__item__remove.cart__item__remove-is-disabled{
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.cart__items .cart__item__remove:hover {
    opacity: 0.75;
}

@media only screen and (max-width: 749px) {
    .cart__items .cart__item__remove {
        width: 40px;
        justify-content: left;
    }
}
.cart__items .cart__quantity {
    width: 95px;
    height: 28px;
}
.cart__items .cart__discount {
    margin: 10px 0 0 120px;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    .cart__items .cart__discount {
        margin-left: 105px;
    }
}

.cart__aside {
    position: sticky;
    top: 10px;
    width: 400px;
    background-color: #FFF;
    padding: 1.5rem;
    /* overflow: hidden; */
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    .cart__aside {
        width: 280px;
    }
}
@media only screen and (max-width: 749px) {
    .cart__aside {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .cart__widget__content {
        order: -2;
    }
}

.cart__aside .cart_loyalty_points {
    font-size: 13px;
    letter-spacing: 0.3px;
    font-weight: 600;
    padding: 8px 0;
    margin: 0.5rem 0;
    color: white;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    max-width: 90%;
}


@media only screen and (max-width: 749px) {
    .cart__aside .cart_loyalty_points {
        display: none;
    }
}

.cart__aside .cart_loyalty_points * {
    color: inherit;
}

.cart__aside .cart_loyalty_points a {
    padding: 0 0 2px;
}

.cart__aside .cart_loyalty_points p {
    margin: 0 0 0 0;
}

.cart__aside .cart_loyalty_points p.small {
    font-size: 98%;
    text-transform: none;
}

.cart__aside .cart_loyalty_points img {
    width: 49px;
    height: 19px;
}

.cart__aside .cart_loyalty_points::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1.5rem;
    z-index: -1;
    background-color: var(--BTN-SECONDARY-BG-COLOR);
    border-radius: 0 10px 10px 0;
}

.cart__widget {
    border-top: 1px solid var(--border);
}

.cart__widget.is-hidden {
    border-top: none;
}

.cart__widget__inner,
.cart__widget__toggle {
    color: var(--text);
    position: relative;
    padding: calc(var(--inner) - 2px) calc(var(--inner) + 30px) calc(var(--inner) - 2px) var(--inner);
    display: block;
    font-size: max(0.75rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
    line-height: 1.16;
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
    transition: color 0.3s ease;
}

.cart__widget__toggle .icon {
    --icon-size: 16px;
    position: absolute;
    top: 50%;
    right: var(--inner);
    transform: translateY(-50%);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.cart__widget__toggle .icon-minus,
.cart__widget__toggle.is-active .icon-plus {
    visibility: hidden;
    opacity: 0;
}

.cart__widget__toggle.is-active .icon-plus {
    transform: translateY(-50%) rotate(90deg);
}

.cart__widget__toggle.is-active .icon-minus {
    visibility: visible;
    opacity: 1;
}

.cart__widget__title {
    color: var(--text);
    position: relative;
    padding: 0 0 13px;
    margin: 0;
    display: block;
    font-size: max(0.75rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
    line-height: 1.16;
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

.cart__widget label {
    font-size: max(0.75rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
    line-height: 1.36;
    color: inherit;
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

.cart__widget .cart__field {
    display: block;
    width: 100%;
    font-size: max(0.75rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
    line-height: 1.4;
}

.cart__widget .cart__field--textarea {
    height: 40px;
    resize: none;
    border: 1px solid var(--primary);
}

.cart__widget select.cart__field, .cart__widget .cart__field.popout__toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: var(--ICON-SELECT);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: transparent;
    background-size: 16px auto;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: unset;
    cursor: pointer;
}

.cart__widget--products {
    border: none;
}

.cart__widget__products {
    position: relative;
}

.cart__widget__products .product-upsell__btn {
    position: relative;
    display: flex;
    right: auto;
    bottom: auto;
}

.cart__widget__content {
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    border-top: 1px solid var(--COLOR-BADGE-BG);
    border-bottom: 1px solid var(--COLOR-BADGE-BG);
    transition: opacity 0.5s ease, max-height 0.5s cubic-bezier(0, 0.75, 0.25, 1), visibility 0.5s;
}

.no-js .cart__widget__content {
    visibility: visible;
    opacity: 1;
    max-height: none;
    transition: none;
}

.cart__widget__content.is-expanded {
    opacity: 1;
    max-height: 500px;
    visibility: visible;
    transition-timing-function: ease-out;
}

.cart__widget__content__inner {
    padding: calc(var(--inner) + 5px) 0;
}

.cart__foot__inner {
    padding: calc(var(--inner) - 2px) 0;
}

.cart__note {
    display: block;
    font-size: 10px;
    line-height: 1.36;
    margin: var(--inner) 0;
    font-style: normal;
    letter-spacing: 0.77px;
    margin-bottom: 0;
}

.cart__total {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    font-size: max(0.75rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
    line-height: 1.33;
    margin: var(--inner) 0;
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

.cart__foot__inner:has(.economy__price:empty) .cart__total  {
    margin-bottom: 10px;
}

.savings-economy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin-bottom: 15px;
}

.savings-economy:has(.economy__price:empty) {
    display: none;
}

@media only screen and (max-width: 749px) {
    .cart__total {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.cart__total.is-hidden {
    margin: 0;
}

.cart__price__loader {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50%;
    margin: calc(14px * var(--FONT-ADJUST-BODY)) 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s;
}

.cart__total__label {
    font-size: 24px;
    font-family: var(--FONT-STACK-HEADING);
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-right: 10px;
}


@media only screen and (max-width: 749px) {
    .cart__total__label {
        font-size: 20px;
    }

}

.cart__total__price {
    font-size: 22px;
    font-weight: 700;
    transition: opacity 0.5s ease-in-out;
}

.cart__total__price del {
    font-size: 70%;
    padding-right: 8px;
}

.is-loading .cart__total__price--animated {
    opacity: 0;
    transition-duration: 0.25s;
}

.is-loading .cart__price__loader {
    opacity: 1;
    visibility: visible;
}

.is-loading input:disabled,
.is-loading button:disabled,
.is-loading [disabled] {
    opacity: 0.7;
    pointer-events: none;
}

.cart__or {
    display: block;
    margin-bottom: 20px;
    font-size: max(0.75rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
    line-height: 1.16;
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
    text-align: center;
    text-transform: uppercase;
}

.cart__checkout {
    margin-top: 30px;
}

.no-js .cart__checkout ~ .cart__checkout {
    margin-top: var(--inner);
}

.cart__checkout .icon {
    flex: 0 0 auto;
    margin-right: 5px;
    fill: none;
    stroke: currentColor;
}

.additional-checkout-buttons {
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: center;
}
.additional-checkout-buttons ul {
    justify-content: center;
}
.additional-checkout-buttons li {
    list-style: none outside none;
    border-radius: var(--RADIUS);
}
.additional-checkout-buttons .dynamic-checkout__content {
    width: 100%;
    padding: 10px 0 var(--inner);
    min-height: 68px;
}
.additional-checkout-buttons .dynamic-checkout__content:empty {
    display: none;
}

/*====== Cart Quantity ======*/
.cart__quantity {
    position: relative;
    width: 95px;
    transition: opacity 0.4s;
}
.cart-drawer__items .cart__quantity {
    width: 75px;
}
@media only screen and (max-width: 479px) {
    .cart__quantity {
        width: 120px;
    }
}
.cart__quantity.read-only {
    opacity: 0.5;
    pointer-events: none;
}
.cart__quantity button {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 100%;
    font-size: 0;
    line-height: 1;
    transform: translateY(-50%);
    transition: opacity 0.3s;
}
.cart-drawer__items .cart__quantity button {
    width: 27px;
}
.no-js .cart__quantity button {
    display: none;
}
.cart__quantity button.is-disabled {
    pointer-events: none;
    opacity: 0.5;
}
.cart__quantity button:hover {
    opacity: 0.75;
}
.cart__quantity .icon {
    --icon-size: 16px;
}
.cart__quantity .cart__quantity-field {
    padding: 0;
    border-color: var(--border);
    margin: 0;
    background-color: transparent;
    font-size: max(0.6875rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
    line-height: 1.36;
    color: inherit;
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
    text-align: center;
    height: 28px;
}
.cart-drawer__items .cart__quantity .cart__quantity-field {
    font-size: 11px;
    height: 24px;
}
@media only screen and (max-width: 479px) {
    .cart__quantity .cart__quantity-field {
        font-size: 11px;
    }
}
.no-js .cart__quantity .cart__quantity-field {
    -moz-appearance: auto;
}
.no-js .cart__quantity .cart__quantity-field::-webkit-outer-spin-button, .no-js .cart__quantity .cart__quantity-field::-webkit-inner-spin-button {
    -webkit-appearance: auto;
}
.cart__quantity input[type=number] {
    -moz-appearance: textfield;
}
.cart__quantity input[type=number]::-webkit-outer-spin-button,
.cart__quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.cart__quantity .cart__quantity-minus {
    left: 0;
}
.cart__quantity .cart__quantity-plus {
    right: 0;
}

/*====== Cart Discount ======*/
.cart__discount {
    width: 100%;
    padding: 5px var(--inner);
    border-radius: 3px;
    margin-top: calc(var(--inner) - 2px);
    background-color: var(--primary-fade);
    font-size: max(0.75rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
    color: var(--primary);
}

.cart__discount .icon,
.cart__total__discount .icon, .products__total__discount .icon {
    --icon-size: calc(14px * var(--FONT-ADJUST-BODY));
    fill: none;
    margin-right: 5px;
}

.cart__total__discount, .products__total__discount {
    font-size: max(0.75rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
    color: var(--primary);
}

.cart__total__discount .cart__total, .products__total__discount .cart__total {
    margin: 0;
}

/*====== Cart Quantity ======*/
.cart__price {
    margin-bottom: 8px;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.33;
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

.cart__price :not(del) {
    font-weight: 700;
    margin-left: 2px;
}
.cart__price .product__price--off {
    font-weight: 500;
    font-size: 0.60rem;
}
.cart__price ins {
    background: none;
    color: inherit;
}
.cart__price del {
    color: var(--text-light);
    font-size: 11px;
    letter-spacing: 0.85px;
    opacity: 0.6;
}
.cart__price .line__price {
    display: block;
    margin-top: 4px;
}

/*====== Shipping Calculator ======*/
.shipping-calculator ul {
    list-style: none outside none;
    margin-left: 0;
}

.shipping-calculator__province[data-aria-hidden=true] {
    display: none;
}

/*====== Cart Errors ======*/
.cart__errors {
    position: relative;
    width: 100%;
    flex: 0 0 auto;
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s cubic-bezier(0, 0.75, 0.25, 1), visibility 0.5s;
}
@media (hover: hover) {
    .cart__errors a:hover {
        opacity: 0.75;
    }
}

.cart__errors.is-expanded {
    opacity: 1;
    visibility: visible;
    max-height: 300px;
    transition-timing-function: cubic-bezier(0.5, 0.25, 0.75, 1);
}

.cart__errors__close {
    --icon-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart__errors__close .icon {
    transition: transform 0.3s ease;
}

.cart__errors__close:hover .icon {
    transform: rotate(90deg);
}

.cart__errors__inner {
    position: relative;
    padding: 15px;
    border: 1px solid var(--COLOR-ERROR-BORDER);
    background-color: var(--COLOR-ERROR-BG);
    color: var(--COLOR-ERROR);
    border-radius: var(--RADIUS);
    margin: 15px auto;
}

.cart__errors__heading {
    margin: 0;
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    font-style: var(--FONT-STYLE-BODY);
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.cart__errors__content {
    margin: 0;
    font-size: max(0.75rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
}

/*====== Cart Loader ======*/
.cart__loader {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
}

.is-loading:not(.is-removed) > .cart__loader {
    visibility: visible;
    opacity: 1;
}

.is-loading .cart__quantity,
.is-disabled .cart__quantity {
    pointer-events: none;
    opacity: 0.6;
}

/*====== Cart Message ======*/
.cart__message {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    padding: var(--inner) 0;
    border-bottom: 0;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.3;
}

.cart__message.free-shipping span[data-left-to-spend] {
    font-weight: 700;
}

.cart__message.free-shipping,
.cart-drawer__message .free-shipping__default-message,
.cart-drawer__message .free-shipping__success-message {
    font-size: 10px !important;
    line-height: 1.36 !important;
    margin: var(--inner) 0 !important;
    letter-spacing: 0.77px !important;
}

@media only screen and (max-width: 749px) {
    .cart__message.free-shipping,
    .cart-drawer__message .free-shipping__default-message,
    .cart-drawer__message .free-shipping__success-message
    {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        font-size: 10px !important;
        letter-spacing: 0.77px !important;
    }

    .free-shipping__progress-bar {
        width: 100%;
    }
}

.cart__message--custom {
    color: var(--text);
    background: var(--COLOR-BG-SECONDARY);
    text-align: center;
    padding: 1.5rem 15px;
    margin: 20px 0 0 0;
}
.cart__message--custom p {
    margin: 0 auto;
    letter-spacing: 0;

}

/*====== Upsell Products ======*/
.product-upsell__holder--cart .product-upsell,
.product-upsell__holder--cart .product-upsell__errors.is-visible {
    margin-bottom: 0;
}
.product-upsell__holder--cart .product-upsell__content {
    padding-right: 30px;
}
.product-upsell__holder--cart .product-upsell__image__link,
.product-upsell__holder--cart .product-upsell__image__thumb {
    height: 100%;
}
.product-upsell__holder--cart .product-upsell__image__thumb {
    background-color: var(--bg);
}
.product-upsell__holder--cart .product-upsell__skip {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 0;
    color: var(--link);
    transition: color 0.3s ease;
}
.product-upsell__holder--cart .product-upsell__skip .icon {
    --icon-size: 18px;
    display: block;
    transition: transform 0.3s ease;
}
.product-upsell__holder--cart .product-upsell__skip:hover {
    color: var(--link-hover);
}
.product-upsell__holder--cart .product-upsell__skip:hover .icon {
    transform: rotate(90deg);
}

/**
 * Pages
 */
.index-page {
    background-color: var(--bg);
    color: var(--text);
}

.page,
body .shopify-policy__container {
    position: relative;
    text-align: left;
    margin: 60px auto;
    max-width: 670px;
    padding: 0px 30px;
}

.page .giftcard__wrap img {
    margin: auto;
}

.page-fullwidth {
    max-width: 100%;
}

.page img,
.page iframe,
.shopify-policy__container img,
.shopify-policy__container iframe {
    max-width: 100%;
}

.page:not(.search-page) img,
.shopify-policy__container img {
    height: auto;
}

.page__title,
.shopify-policy__title h1 {
    font-size: calc(var(--font-7) * var(--FONT-ADJUST-HEADING));
    text-align: center;
    margin: 0 0 50px;
}

.gift-card-footer {
    text-align: center;
}

#QrCode {
    padding: 10px 0 20px;
}
#QrCode img {
    display: inline-block !important;
}

.search-page {
    overflow: hidden;
    margin: 0 auto;
    padding: var(--padding-top) 0 var(--padding-bottom);
    max-width: 100%;
}

.search-outer {
    max-width: 700px;
    padding: 0 var(--outer);
    margin: 0 auto var(--outer);
}

.search__caption {
    text-align: center;
    padding: 15px var(--outer);
    margin: 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    text-transform: none;
}

.search-form {
    position: relative;
}

.search-form input[type=text] {
    width: 100%;
    margin: 0;
    padding: 15px;
    font-size: calc(1.0rem * var(--FONT-ADJUST-BODY));
}

.search-submit {
    font-weight: var(--FONT-WEIGHT-BODY-BOLD) !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 10px;
    margin: 0;
    border-radius: 0 var(--RADIUS) var(--RADIUS) 0;
}

.shopify-challenge__errors ul.shopify-challenge__error {
    text-align: center;
    margin: 0;
}

/* ================ Newslettet double opt in  ================ */
body .shopify-email-marketing-confirmation__container {
    text-align: center;
}

body .shopify-email-marketing-confirmation__container h1 {
    font-size: calc(var(--font-8) * var(--FONT-ADJUST-HEADING));
    margin-bottom: 60px;
}

body .shopify-email-marketing-confirmation__container p {
    font-size: calc(var(--font-5) * var(--FONT-ADJUST-BODY));
}

body .shopify-email-marketing-confirmation__container a {
    display: block;
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
    text-decoration: underline;
    margin-top: 50px;
}

.contact__form__heading {
    font-size: 6vw;
    padding: 0;
    margin-top: 0;
    margin-bottom: var(--inner);
    text-align: center;
    font-weight: 500;
    font-style: italic;
}

.contact-form {
    background-color: var(--bg);
    color: var(--text);
}

.contact-form .custom-form__block {
    margin-bottom: 20px;
}

.popout {
    position: relative;
}

.popout__toggle {
    touch-action: manipulation;
    font-size: calc(0.625rem * var(--FONT-ADJUST-BODY));
    margin: 10px 0;
    white-space: nowrap;
    padding: 14px 16px;
    background-image: none;
}

.popout__toggle .icon-filter {
    --icon-size: 14px;
    margin: -5px 7px -5px 0;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.popout__toggle .icon-nav-arrow-down {
    --icon-size: 16px;
    transition: transform 0.3s ease;
    margin-left: 4px;
}

.popout__toggle span:not(.filter-count) {
    vertical-align: middle;
}

@media only screen and (min-width: 750px) {
    .popout__toggle[aria-expanded=true] .icon-nav-arrow-down {
        transform: rotateX(180deg);
    }

    .popout__toggleable-text {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .popout__expanded-show,
    .popout__expanded-hide {
        transition: opacity 0.25s ease-in-out, visibility 0.25s;
        grid-row-start: 1;
        grid-column-start: 1;
        min-height: 100%;
    }

    .popout__toggle[aria-expanded=true] .popout__expanded-show,
    .popout__toggle[aria-expanded=false] .popout__expanded-hide {
        opacity: 0;
        visibility: hidden;
    }

    .popout__toggle[aria-expanded=false] .popout__expanded-show,
    .popout__toggle[aria-expanded=true] .popout__expanded-hide {
        opacity: 1;
        visibility: visible;
    }
}
@media only screen and (max-width: 749px) {
    .popout__toggle--filters[aria-expanded=true] .popout__expanded-hide,
    .popout__toggle--filters[aria-expanded=false] .popout__expanded-hide {
        display: none;
    }
}

.popout-list {
    background-color: var(--COLOR-BG);
    border: 1px solid var(--COLOR-BORDER-HAIRLINE);
    bottom: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 10px 0;
    min-width: 100%;
    max-width: 100vw;
    min-height: 30px;
    max-height: 300px;
    z-index: 100;
    overflow-y: auto;
    list-style-type: none;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s;
}

.popout-list--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.4s ease, visibility 0.4s;
}

.popout-list__item {
    white-space: nowrap;
    padding: 0;
    margin: 0;
    text-align: right;
    max-width: 85%;
    text-align: right;
}

.popout-list__item a {
    color: var(--COLOR-TEXT);
}

.popout-list__option {
    padding: 8px 15px 8px 15px;
    width: 100%;
    display: block;
    font-size: calc(0.725rem * var(--FONT-ADJUST-BODY));
}

.popout-list__option:hover {
    background-color: var(--COLOR-BORDER-HAIRLINE);
}

.popout-list__option--reset {
    display: none;
    margin-bottom: 10px;
    opacity: 0.7;
}

.popout-list__option--visible {
    display: block;
}

.popout-list__item.is-active .popout-list__option span {
    border-bottom: 1px solid var(--COLOR-TEXT-LIGHT);
}

/* ================ Popout footer ================ */
.popout-footer {
    display: flex;
    margin: -10px 0;
}

.popout-footer .popout {
    margin-right: 10px;
}

.popout-footer .popout__toggle {
    color: var(--COLOR-FOOTER-TEXT);
    border-color: var(--COLOR-FOOTER-BORDER);
}

.popout-footer .popout-list {
    background-color: var(--COLOR-FOOTER-BG);
    border: 1px solid var(--COLOR-FOOTER-BORDER);
}

.popout-footer .popout-list__option:hover {
    background-color: transparent;
}

/* ================ Popout header ================ */
.popout-header {
    --link-hover: var(--COLOR-PRIMARY);
    display: flex;
    height: 100%;
    margin: 0 calc(min(var(--outer), 15px) * -1);
    align-items: center;
}

.popout-header__holder,
.popout-header .popout {
    min-height: inherit;
    height: 100%;
}

.popout-header .popout-list {
    --bg: var(--COLOR-SUBMENU-BG);
    --text: var(--COLOR-SUBMENU-LINK);
    --text-light: var(--COLOR-SUBMENU-TEXT-LIGHT);
    background-color: var(--bg);
    border: 1px solid var(--border);
    z-index: 1000;
    max-height: 80vh;
    min-width: calc(100% + 1px);
    bottom: 100%;
    top: initial;
    left: 0;
}

.popout-header .popout-list__option {
    background-color: transparent;
    color: var(--text);
    transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.popout-header .popout-list__option:hover {
    color: var(--link-hover);
}

.popout-header .popout-list__item.is-active .popout-list__option span {
    border-bottom-color: var(--text-light);
}

.popout-header .popout__toggle {
    display: flex;
    align-items: center;
    min-height: inherit;
    height: 100%;
    padding: 0 15px;
    border-color: var(--border);
    border-radius: 0;
    border: none;
    margin: 0;
    color: var(--text);
    transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.popout-header .popout__toggle:hover {
    color: var(--link-hover);
}

.popout-header .popout__toggle .icon {
    margin-left: 8px;
}

/**
 * Account
 */
.account-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid var(--border);
    padding-bottom: 0.9375rem;
    margin-bottom: 1.875rem;
}
.account-header h1 {
    margin-bottom: 0;
}
.account-header button,
.account-header .btn,
.account-header #challenge .shopify-challenge__button,
#challenge .account-header .shopify-challenge__button,
.account-header .product__reviews .spr-summary-actions-newreview,
.product__reviews .account-header .spr-summary-actions-newreview,
.account-header .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .account-header .shopify-payment-button__button--unbranded {
    margin-bottom: 10px;
}

.account--login.just {
    text-align: center;
}

.account--login.just h2.theme {
    text-align: center;
}

.account--login {
    text-align: center;
}
.no-js .account--login .is-hidden {
    visibility: visible;
    max-height: none;
    opacity: 1;
}

.account {
    padding: 0 30px;
    max-width: 1160px;
    margin: 40px auto;
}

.account .col {
    display: inline-block;
    width: 45%;
}

.account form {
    padding: 20px 0;
}

.account input[type=hidden] + .form-message,
.account .form-message:first-child {
    margin-top: -20px;
}

.account .form-message {
    padding-bottom: 20px;
}

.account .form-field {
    max-width: none;
}

.account .forgot-password {
    display: flex;
    width: 100%;
    padding: 0 0 0 0;
    justify-content: space-between;
    align-items: center;
}

.errors ul {
    text-align: left;
    color: #B00;
}

/* checkbox sign up form  */

.form-checkbox-subscribe {
    margin-bottom: 10px !important;
}

.form-checkbox-account {
    margin-bottom: 20px !important;
}

.form-checkbox-subscribe, .form-checkbox-account {
    display: flex;
    align-items: center;
}

.form-checkbox-subscribe input, .form-checkbox-account input {
    margin-bottom: revert !important;
    opacity: 1e-8;
    position: absolute;
    margin-left: -20px;
}

.form-checkbox-subscribe input[type=checkbox]:checked~label:after ,
.form-checkbox-account input[type=checkbox]:checked~label:after {
    transform: rotate(-45deg) scale(1);
}

.form-checkbox-subscribe label, .form-checkbox-account label {
    position: relative;
    top: initial;
    left: 0;
    z-index: 1;
    opacity: initial;
    width: 100%;
    min-height: 20px;
    padding-left: 25px;
    cursor: pointer;
}

.form-checkbox-subscribe label span, .form-checkbox-account label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .form-checkbox-subscribe label span, .form-checkbox-account label span {
        font-size: 12px;
        width: auto;
    }
}

.form-checkbox-subscribe label:before, .form-checkbox-account label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 11px;
    height: 11px;
    transition: transform .28s ease;
    border-radius: 0;
    border: 1px solid var(--COLOR-FOOTER-TEXT);
    opacity: 1;
}

.form-checkbox-subscribe label:after, .form-checkbox-account label:after {
    content: "";
    display: block;
    width: 6px;
    height: 4px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg) scale(0);
    transition: transform ease .25s;
    position: absolute;
    top: 7px;
    left: 7px;
}

.form-checkbox-account label a {
    text-decoration: underline;
    font-weight: bold;
}

.action-bottom button:disabled {
    opacity: 0.5;
    cursor: inherit;
    background-color: var(--btn-bg);
}

.action-bottom .note {
    margin: 0 10px;
}

.note > a {
    margin-left: 5px;
}

.align-left .form-field {
    margin: 0 0 15px;
}

.account table {
    width: 100%;
}

.account table th {
    background: var(--COLOR-BG-SECONDARY);
    color: var(--COLOR-TEXT-LIGHT);
    border: 1px solid var(--COLOR-BG-SECONDARY);
    -webkit-backface-visibility: visible;
}

.account-sidebar {
    --link-hover: var(--COLOR-PRIMARY);
    width: 100%;
    text-align: center;
    background-color: #E6E6E2;
    margin-top: 20px;
}

.account-sidebar ul {
    list-style: none;
    margin: 0;

}
@media only screen and (min-width: 768px) {
    .account-sidebar ul {
        display: inline-flex;
        gap: 12px
    }
}
@media only screen and (max-width: 480px) {
    .account-sidebar li > a {
        padding: 0;
    }
    .account-sidebar li {
        padding: 14px 20px !important;
    }
    .account-sidebar .is-current {
        display: none;
    }

    .account-sidebar--mobile, .account-sidebar li {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 1.15px;
        color: #575347;
    }
    .account-sidebar ul.visible {
        transform: translateX(0);
        max-height: 640px;
    }
}
.account-sidebar li {
    padding: 18px ;
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: 1.15px;
    color: #575347;
    font-weight: 500;
}
.account-sidebar li:last-child {
    font-family: var(--FONT-STACK-HEADING);
    font-style: italic;
}
.account-sidebar li.is-current a {
    color: var(--link-hover);
    font-weight: 800;
}

.account-main {
    width: 74%;
}

.account-main h2.theme,
.account h4.theme {
    text-align: left;
}

.account table.customer-address-table,
.account table.customer-address-table th,
.account table.customer-address-table td {
    border: 0;
    padding: 15px 0 0;
}

.account table.customer-address-table input[type=text] {
    width: 100%;
}

.account .h2--body {
    font-family: var(--FONT-STACK-HEADING);
}

.address-tables {
    padding-top: 10px;
}

.address-actions {
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.account .edit-address table,
.account .edit-address form {
    margin: 0;
    padding: 0;
}

.account .edit-address table td {
    padding: 0 0 15px;
}

.account .edit-address select, .account .edit-address .popout__toggle {
    max-width: 150px;
}

.account .edit-address label {
    padding: 0 15px 0 0;
}

.account table a {
    text-decoration: underline;
}

.order-address .col {
    width: auto;
    margin-right: 40px;
}

.order-info {
    width: 100%;
    margin-bottom: 30px;
}

.order-info p {
    line-height: 1;
}

.order-info span.status {
    font-style: var(--FONT-STYLE-BODY-ITALIC);
}

.account-sidebar--mobile {
    display: none;
}

@media only screen and (max-width: 749px) {
    .account-sidebar,
    .account-main {
        width: 100%;
        margin: 0 0 20px;
    }

    .address-table {
        width: 100%;
    }

    .account {
        padding: 20px;
        margin: 0 auto;
    }

    .account-sidebar {
        margin: 0 0 20px;
        padding: 0;
        text-align: left;
        min-height: 0;
        position: relative;
        background: var(--COLOR-BG-SECONDARY);
    }

    .account-sidebar--mobile {
        display: flex;
        justify-content: space-between;
        padding: 14px 20px;
        cursor: pointer;
        position: relative;
    }
    /* .account-sidebar--mobile:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: currentColor transparent transparent transparent;
    margin-top: -4px;
    content: "";
  } */

    .account-sidebar ul {
        position: absolute;
        z-index: 1000;
        background: var(--COLOR-BG-SECONDARY);
        top: 100%;
        left: 0;
        right: 0;
        overflow: hidden;
        transition: 0.5s ease-in;
        transform: translateX(-100%);
    }

    .account-sidebar ul.visible {
        max-height: 640px;
    }

    .account-sidebar li {
        margin: 0;
        display: block;
        border-top: 1px solid var(--COLOR-BORDER);
    }

    .account-sidebar a {
        display: block;
        padding: 15px;
    }
}
@media only screen and (max-width: 479px) {
    .account .col {
        width: 100%;
    }

    .account .edit-address table td {
        display: block;
        padding: 0 0 10px;
    }

    /* .account table .fulfillment-status,
.account table .total {
    display: none;
  } */

    .order-address .col {
        width: 100%;
        margin: 0 0 15px;
    }

    .order-details-m,
    .order-details-m td {
        border: 0;
        vertical-align: top;
    }
    .order-details-m > img,
    .order-details-m td > img {
        max-width: 90px;
    }

    .order-details-m p {
        margin: 0;
    }
}
.order__item__subscription {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.order__item__savings {
    margin-top: 10px;
}

.order__item--original {
    color: var(--COLOR-A50);
    text-decoration: line-through;
}

.order-image {
    width: 90px;
}

/**
 * Blog
 */
.blog-section,
.featured-posts {
    color: var(--text);
    background-color: var(--bg);
}

.blog__title {
    margin: 0 var(--outer) var(--gutter);
    text-align: center;
}

.blog__title .icon {
    position: relative;
    top: -2px;
    width: 0.73em;
    height: 0.73em;
}

.blog__title a {
    color: inherit;
}

.blog__title + .blog__nav {
    padding-top: 0;
}

.blog__nav {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0;
    text-align: center;
}

.blog__nav .icon {
    width: 1em;
    height: 1em;
    margin-left: 5px;
}

.blog-listing-outer {
    overflow: hidden;
}
@media only screen and (max-width: 749px) {
    .wrapper--full .blog-listing-outer {
        padding: 0 var(--outer);
        margin-left: calc(var(--outer) * -1);
        margin-right: calc(var(--outer) * -1);
    }
}

.blog-listing .flickity-prev-next-button.previous {
    left: calc(var(--outer) * -1);
}
.blog-listing .flickity-prev-next-button.next {
    right: calc(var(--outer) * -1);
}
@media only screen and (max-width: 749px) {
    .blog-listing:not(.flickity-enabled) {
        display: flex;
        flex-wrap: wrap;
        -webkit-overflow-scrolling: touch;
    }
    .wrapper--full .blog-listing:not(.flickity-enabled) {
        margin-left: calc(var(--outer) * -1);
        margin-right: calc(var(--outer) * -1);
    }
    .blog-listing:not(.flickity-enabled) .article {
        flex: 0 0 100%;
    }
    .no-js .blog-listing:after {
        content: "";
        display: block;
    }
    .blog-listing .grid__item {
        padding-left: 0;
    }
}
.blog-listing .article {
    padding: 0;
}
.blog-listing .article__text-wrapper {
    padding: var(--inner) 0;
}
body.grid-compact .blog-listing .article__text-wrapper {
    padding: var(--inner);
}
.blog-listing .article__tags {
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    font-style: var(--FONT-STYLE-BODY);
    padding: 15px 25px;
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
    text-transform: uppercase;
}
@media only screen and (max-width: 749px) {
    .blog-listing {
        margin: 0 20px;
    }
    .blog-listing:not(.flickity-enabled) {
        margin: 0;
    }
}

.blog-listing--bordered {
    flex-wrap: wrap;
    padding-left: 1px;
    padding-top: 1px;
}
.blog-listing--bordered:not(.grid--no-float) {
    display: flex;
}
.blog-listing--bordered .article {
    position: relative;
    border: 1px solid var(--COLOR-BORDER);
    border-left: 0;
    margin-top: -1px;
}
.blog-listing--bordered .article:before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    z-index: 10;
    border-left: 1px solid var(--COLOR-BORDER);
    content: "";
}
.blog-listing--bordered .article__image {
    border-bottom: 1px solid var(--COLOR-BORDER);
}

.blog-listing-arrow {
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.blog-listing-arrow--left {
    left: -10px;
}

.blog-listing-arrow--right {
    right: -10px;
}

/* Blog articles */
.article {
    -ms-break-inside: avoid;
    -webkit-break-inside: avoid;
    break-inside: avoid;
}

.article-grid-item {
    margin-bottom: 30px;
}

.article-grid-item.grid__item--no-float,
.article.grid__item.grid__item--no-float,
.article--onboarding.grid__item--no-float {
    float: none;
}

.article__title {
    font-size: calc(var(--font-4) * var(--FONT-ADJUST-HEADING));
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 8px;
}
.article__title a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--text);
    transition: color 0.3s ease;
}
.article__title a:hover {
    color: var(--link-hover);
}

.article__meta {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 16px;
    font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
    line-height: 1.4;
    font-weight: var(--FONT-WEIGHT-BODY);
    color: var(--text-light);
}
.article__meta .separator {
    margin: 0 5px;
    opacity: 0.75;
}

.article__image__outer {
    position: relative;
    overflow: hidden;
}

.article__image {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 16px;
}

.article__image-link {
    display: block;
    position: relative;
}

.featured-posts .article__image {
    padding-top: 56.25%;
}

.featured-posts .article__image img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.article__excerpt {
    font-size: calc(0.865rem * var(--FONT-ADJUST-BODY));
    margin-top: 16px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.article__link {
    font-size: calc(0.865rem * var(--FONT-ADJUST-BODY));
    margin-top: 16px;
    margin-bottom: 0;
}

.article__link a {
    color: var(--text);
    margin-bottom: 0;
}
.article__link a:hover {
    color: var(--link-hover);
}

.article__tags {
    width: 100%;
    padding: 0 15px 5px 25px;
    margin-bottom: -20px;
    word-break: break-word;
}

.article__tag {
    line-height: 1;
    display: inline-block;
    background-color: var(--bg);
    color: var(--text);
    padding: 6px 8px;
    margin: 0 10px 10px 0;
}
.article__tag:hover {
    color: var(--text-light);
}

.blog-section {
    position: relative;
    text-align: left;
}
.blog-section .article__image {
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}
.no-js .blog-section .article__image {
    padding-top: 0 !important;
}
.blog-section .article__image .article__tags {
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
}
.blog-section .flash {
    text-align: center;
}
.blog-section .comments {
    margin: 10px 0 20px;
    padding-top: 20px;
    position: relative;
}
.blog-section .comments .gravatar {
    float: left;
    margin-right: 15px;
    width: 50px;
}
.blog-section .comments .label {
    float: right;
}
.blog-section .comments .comment {
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid var(--COLOR-BORDER);
}
.blog-section .comment-body {
    overflow: hidden;
}
.blog-section .paginate {
    text-align: center;
}

.article__image-holder {
    overflow: hidden;
    display: block;
}

.comments-form {
    margin-top: 20px;
    position: relative;
}
.comments-form .btn, .comments-form #challenge .shopify-challenge__button, #challenge .comments-form .shopify-challenge__button, .comments-form .product__reviews .spr-summary-actions-newreview, .product__reviews .comments-form .spr-summary-actions-newreview, .comments-form .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .comments-form .shopify-payment-button__button--unbranded {
    margin: 10px 0;
}

.flash {
    margin-bottom: 1em;
}

.paginate .num {
    margin: 0 5px;
}

.blog__button {
    margin-top: 20px;
}

/**
 * Article
 */
.article__wrapper .grid, .article__wrapper .grid--full {
    display: flex;
}
.article__wrapper .grid:after, .article__wrapper .grid--full:after {
    display: none;
}
.article__wrapper .grid__item {
    float: none;
}
@media only screen and (max-width: 749px) {
    .article__wrapper .grid:after, .article__wrapper .grid--full:after,
    .article__wrapper .grid,
    .article__wrapper .grid--full {
        display: block;
    }
    .article__wrapper .grid__item {
        float: left;
    }
}

.article--single {
    position: relative;
}
.article--single .article {
    position: relative;
    margin-bottom: 30px;
}
.article--single .article__title {
    font-size: calc(1.75rem * var(--FONT-ADJUST-HEADING));
    font-weight: var(--FONT-WEIGHT-HEADING-BOLD);
    margin: 11px 0 30px;
}
.article--single .article__meta {
    font-size: calc(0.8rem * var(--FONT-ADJUST-BODY));
    display: inline-flex;
    flex-wrap: wrap;
    padding: 7px 0;
    opacity: 1;
    margin: 0.5em 20px 0.5em 0;
}
.article--single .article__tags {
    margin: 24px 0;
    padding: 0;
    word-break: break-word;
}
.article--single .article__image {
    position: relative;
}
@media only screen and (max-width: 749px) {
    .article--single .article__title {
        font-size: calc(1.625rem * var(--FONT-ADJUST-HEADING));
        line-height: 31px;
        margin: 0;
    }
    .article--single .article__meta {
        padding: 0;
        margin: 0;
        font-size: calc(0.875rem * var(--FONT-ADJUST-BODY));
    }
    .article--single .hr {
        margin: 10px 0;
    }
}

.article__content {
    padding: 14px 0 0;
    font-size: calc(1.125rem * var(--FONT-ADJUST-BODY));
    line-height: 26px;
}
.article__content p {
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 24px;
}
.article__content blockquote {
    font-style: var(--FONT-STYLE-BODY-ITALIC);
    margin: 52px 0;
    padding: 0 0 0 28px;
    border-left: 2px solid var(--COLOR-BORDER);
}
.article__content blockquote p {
    margin: 0;
}
.article__content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 24px 0;
}
@media only screen and (min-width: 750px) {
    .article__content {
        min-height: 130px;
    }
}
@media only screen and (max-width: 749px) {
    .article__content blockquote {
        margin: 26px 0;
        padding: 0 0 0 18px;
        border-width: 1px;
    }
}

.article__meta-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article__meta > *:not(:last-child):after,
.editorial__meta > *:not(:last-child):after {
    content: "•";
    padding: 0 7px;
}

.article__author-bio {
    margin: 24px 0;
    display: flex;
}
.article__author__image {
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: 7px;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    display: inline-block;
    overflow: hidden;
}
@media only screen and (max-width: 749px) {
    .article__author__image {
        width: 60px;
        height: 60px;
        margin-right: 15px;
        border-radius: 40px;
    }
}

.article__author__text {
    align-self: center;
}

.article__content__wrapper {
    position: relative;
}

@media only screen and (max-width: 749px) {
    .comments-container {
        margin: 22px 0 0;
    }
}

.comments h3 {
    margin: 0;
    font-size: calc(1.265rem * var(--FONT-ADJUST-HEADING));
    line-height: 1.2;
}
@media only screen and (max-width: 749px) {
    .comments h3 {
        font-size: calc(1rem * var(--FONT-ADJUST-HEADING));
        line-height: 1.5;
    }
}

.comment-body {
    margin: 32px 0;
    padding-bottom: 9px;
    font-size: calc(0.875rem * var(--FONT-ADJUST-BODY));
    line-height: 17px;
}
.comment-body p {
    font-size: inherit;
    line-height: inherit;
}
@media only screen and (max-width: 749px) {
    .comment-body {
        margin: 20px 0;
        line-height: 15px;
    }
}

.comment-meta {
    margin: 15px 0;
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}
@media only screen and (max-width: 749px) {
    .comment-meta {
        margin: 6px 0;
        font-weight: var(--FONT-WEIGHT-BODY);
        color: var(--text-light);
    }
}

.comments-form {
    margin-top: 13px;
}
.comments-form h3 {
    margin: 0;
    font-size: calc(1.265rem * var(--FONT-ADJUST-HEADING));
    line-height: 1.2;
}
@media only screen and (max-width: 749px) {
    .comments-form h3 {
        font-size: calc(1.125rem * var(--FONT-ADJUST-HEADING));
        line-height: 1.5;
    }
}

.comment-form {
    max-width: 600px;
    margin: 0;
    padding: 4px 0 0;
}
.comment-form .form-field {
    max-width: 100%;
}
.comment-form p {
    font-size: calc(0.75rem * var(--FONT-ADJUST-BODY));
    line-height: 17px;
}
.comment-form p.error {
    margin-bottom: 1.75em;
}
.comment-form .form-row {
    display: flex;
    justify-content: space-between;
}
.comment-form .form-row .form-field {
    width: calc(50% - 5px);
}
.comment-form .form-row .form-field .label--float {
    top: -0.3em;
}
.comment-form .btn, .comment-form #challenge .shopify-challenge__button, #challenge .comment-form .shopify-challenge__button, .comment-form .product__reviews .spr-summary-actions-newreview, .product__reviews .comment-form .spr-summary-actions-newreview, .comment-form .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .comment-form .shopify-payment-button__button--unbranded {
    font-size: calc(0.9375rem * var(--FONT-ADJUST-BODY));
    line-height: normal;
}
@media only screen and (max-width: 749px) {
    .comment-form {
        padding-top: 11px;
    }
    .comment-form .form-field {
        margin-bottom: 8px;
    }
    .comment-form .form-field textarea {
        height: 158px;
    }
    .comment-form .form-row .form-field {
        width: calc(50% - 4px);
    }
    .comment-form .btn, .comment-form #challenge .shopify-challenge__button, #challenge .comment-form .shopify-challenge__button, .comment-form .product__reviews .spr-summary-actions-newreview, .product__reviews .comment-form .spr-summary-actions-newreview, .comment-form .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .comment-form .shopify-payment-button__button--unbranded {
        font-size: calc(0.8125rem * var(--FONT-ADJUST-BODY));
    }
}

@media only screen and (min-width: 750px) {
    .sidebar {
        position: sticky;
        top: 0;
        max-width: 100%;
        padding-left: 20px;
        width: 340px;
    }
    .has-sticky-header .sidebar {
        top: var(--menu-height);
    }
}
@media only screen and (max-width: 749px) {
    .sidebar {
        position: relative;
    }
}

.pinterest__image {
    max-width: 365px;
}

.widget {
    padding-bottom: 30px;
}
.widget:empty {
    padding: 0;
}
@media only screen and (min-width: 750px) {
    .widget:first-child {
        padding-top: 30px;
    }
}
@media only screen and (max-width: 749px) {
    .widget {
        padding-bottom: 3px;
    }
}

.widget__products {
    margin-top: 30px;
}

.widget__title {
    font-size: calc(1rem * var(--FONT-ADJUST-HEADING));
    line-height: 1.4;
    font-weight: var(--FONT-WEIGHT-BODY);
    padding: 8px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--COLOR-BORDER);
}

.widget__links {
    margin: 0;
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
    font-size: calc(0.875rem * var(--FONT-ADJUST-BODY));
    line-height: 17px;
}

.widget__links:after {
    content: "";
}

.widget__links li {
    list-style: none;
}

.widget__links a {
    display: block;
    color: var(--link);
    transition: color 0.3s ease;
    padding: 6px 0;
    word-break: break-word;
}
.widget__links a:hover {
    color: var(--COLOR-LINK-HOVER);
}

.widget__toggle {
    position: relative;
    padding: 6px 24px 6px 0;
}

.widget__toggle .icon {
    --icon-size: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: calc(var(--icon-size) / -2);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.widget__toggle .icon-minus {
    opacity: 0;
    visibility: hidden;
}

.is-active > .widget__toggle .icon-minus {
    opacity: 1;
    visibility: visible;
}

.is-active > .widget__toggle .icon-plus {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg);
}

.widget__links .has-sub-nav .flickity-prev-next-button {
    padding: 5px;
}

.widget__links .submenu {
    font-weight: var(--FONT-WEIGHT-BODY);
    margin: 4px 0 4px 2px;
    padding: 0 0 0 15px;
    border-left: 2px solid var(--COLOR-BORDER);
    display: none;
}

.widget__links .submenu li.is-active a {
    opacity: 1;
}

@media only screen and (max-width: 749px) {
    .widget__toggle .icon {
        content: none;
        display: none;
    }
}

@media only screen and (max-width: 749px) {
    .widget__links .submenu {
        display: none !important;
    }
}

.widget__links--secondary a {
    display: inline-block;
    border-bottom: 1px solid transparent;
}
.widget__links--secondary a:after {
    opacity: 0;
    pointer-events: none;
}
.widget__links--secondary a.is-selected {
    border-bottom-color: currentColor;
}

@media only screen and (max-width: 749px) {
    .widget--categories {
        border-bottom: 1px solid var(--COLOR-BORDER);
        margin: 0;
    }
    .widget--categories .widget__title {
        font-size: calc(0.875rem * var(--FONT-ADJUST-HEADING));
        padding: 9px 10px;
        text-align: center;
        margin-bottom: 0;
    }
    .widget--categories .widget__links {
        text-align: center;
        height: auto;
        overflow: hidden;
        z-index: 1;
    }
    .no-js .widget--categories .widget__links {
        height: auto;
    }
    .widget--categories .widget__links:after {
        content: "flickity";
        display: none;
    }
    .widget--categories .widget__links li {
        width: 100%;
        margin: 0;
    }
    .widget--categories .widget__links li a {
        padding: 8px 50px;
        font-weight: normal;
        opacity: 1;
    }
}

.widget__links--active a {
    color: var(--COLOR-PRIMARY);
}

.widget--pinterest .widget__image {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.widget--pinterest .widget__image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.widget__recent {
    margin-top: 30px;
}

.widget__column {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    position: relative;
    min-height: 120px;
    margin-bottom: 30px;
    transition: box-shadow 0.3s ease-out;
    border: 1px solid var(--COLOR-BORDER);
}
.widget__column:last-child {
    margin-bottom: 0;
}
.widget__column .meta--light {
    margin-top: 8px;
    font-size: calc(0.875rem * var(--FONT-ADJUST-BODY));
    color: var(--COLOR-TEXT-LIGHT);
}
.widget__column:hover {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
}

.widget__column__image {
    flex: 0 0 105px;
    align-self: stretch;
    overflow: hidden;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    .widget__column__image {
        flex-basis: 33%;
    }
}

.widget__column__image .image-wrapper {
    height: 100%;
    padding: 0;
}

.widget__column__contents {
    padding: 10px 10px 10px 5%;
    flex: 1;
}

.widget__column__title {
    margin: 0 0 9px 0;
    color: var(--COLOR-TEXT);
}

.js .editorial__slider[data-slider]:not(.flickity-enabled) {
    display: flex;
    overflow-x: auto;
}

.editorial__slider .flickity-button {
    top: auto;
    bottom: 35px;
    margin-top: 0;
}
@media only screen and (max-width: 1399px) {
    .editorial__slider .flickity-button {
        bottom: 20px;
    }
}

.editorial__slider .flickity-button.previous {
    left: 95px;
}
@media only screen and (max-width: 1399px) {
    .editorial__slider .flickity-button.previous {
        left: 60px;
    }
}
@media only screen and (max-width: 749px) {
    .editorial__slider .flickity-button.previous {
        left: 30px;
    }
}

.editorial__slider .flickity-button.next {
    right: auto;
    left: 145px;
}
@media only screen and (max-width: 1399px) {
    .editorial__slider .flickity-button.next {
        left: 110px;
    }
}
@media only screen and (max-width: 749px) {
    .editorial__slider .flickity-button.next {
        left: 80px;
    }
}

.editorial__slide {
    flex: 0 0 auto;
    width: 100%;
}

.editorial {
    background-color: var(--bg);
    word-break: break-word;
}
@media only screen and (min-width: 750px) {
    .editorial {
        display: flex;
        flex-direction: row-reverse;
    }
}

.editorial__aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 84px 104px;
}
@media only screen and (max-width: 1399px) {
    .editorial__aside {
        padding: 70px 60px;
    }
}
@media only screen and (min-width: 750px) {
    .editorial__aside {
        flex: 0 0 50%;
    }
}
@media only screen and (max-width: 749px) {
    .editorial__aside {
        display: block;
        padding: 40px var(--outer);
    }
}

@media only screen and (max-width: 749px) {
    .editorial__slider[data-slider].flickity-enabled .editorial__aside {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 750px) {
    .editorial__aside[data-subheading]:after {
        content: attr(data-subheading);
        padding-top: 0.5em;
        margin-top: auto;
        opacity: 0;
        pointer-events: none;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        font-family: var(--FONT-STACK-BODY);
        font-weight: var(--FONT-WEIGHT-BODY);
        font-size: calc(11px * var(--FONT-ADJUST-BODY));
    }
}

.editorial__content {
    margin: auto 0;
}

.editorial__title a {
    color: var(--text);
}

.editorial__subheading {
    padding-left: 5px;
    padding-bottom: 0.5em;
    margin: 0 0 auto;
}

.editorial__subheading + .editorial__content .editorial__title:first-child {
    margin-top: 0;
}

.editorial__meta {
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    font-style: var(--FONT-STYLE-BODY);
    font-size: calc(0.8rem * var(--FONT-ADJUST-BODY));
    display: flex;
    flex-wrap: wrap;
    padding: 7px 0;
}
.editorial__meta time {
    font-family: var(--FONT-STACK-BODY);
}

.editorial__image {
    display: flex;
}
@media only screen and (min-width: 750px) {
    .editorial__image {
        flex: 0 0 50%;
    }
}

.editorial__link {
    margin-top: 1em;
}

/**
 * Collections
 */
.template-collection .container {
    background-color: var(--TRANSPARENT);
}

.collection__products {
    position: relative;
    align-items: flex-start;
}

@media only screen and (min-width: 480px) {
    .collection__products--group-tags {
        display: flex;
        flex-flow: row;
    }
}

.collection__nav {
    display: flex;
    flex-grow: 1;
}

.collection__nav--filter {
    justify-content: flex-start;
}

.collection__nav--sort {
    justify-content: flex-end;
}

.collection__nav--filter.collection__nav--sort {
    justify-content: space-between;
    border-top: 1px solid #bebbac;
}

/**
 * COLLECTION PAGE HEADER
 */

@media only screen and (min-width: 1100px) {
    .collection__title:not(.hero__content__wrapper) {
        display: grid;
        grid-template-columns: fit-content(50%) 1fr;
        gap: 3.5rem;
        align-items: center;

    }
    .collection__title h1.hero__title {
        letter-spacing: 3.3px;
    }

    .collection__title .hero__description {
        max-width: 90%;
    }

}

.collection__title h1.hero__title {
    font-size: clamp(34px,4vw,50px);
    letter-spacing: 1px;
}

.collection__title .hero__description {
    font-size: 12px;
    letter-spacing: 0.64px;
    opacity: 0.88;
}

.collection-image-with-title {
    overflow: hidden;
}

.collection__title {
    color: var(--text);
}
.collection__title .hero__title,
.collection__title .hero__description {
    padding: 0;
    margin: 0;
}
.collection__title .hero__title + .hero__description {
    margin-top: 0.5em;
}

.collection__title:not(.hero__content__wrapper) {
    padding: 20px 0;
    padding-top: 0px !important;
}


@media only screen and (max-width: 989px) {
    .collection-image-with-title[data-section-type="collection-image-with-title"] {
        padding: 25px var(--outer);
        padding-top: 0px !important;
    }
    .collection-image-with-title[data-section-type="collection-image-with-title"] .breadcrumbs {
        margin-bottom: 20px;
    }

}

.collection-all .collection__title {
    padding: 0;
}

.collection__image img {
    display: block;
    min-height: inherit;
    width: 100%;
    object-fit: cover;
}
.collection__image.image-height .collection__title {
    min-height: inherit;
}

.collection__image__original__inner {
    position: absolute;
    top: 0;
    height: 100%;
}

.collection__image-inline {
    display: flex;
    align-items: stretch;
    position: relative;
}
.collection__image-inline .collection__image {
    width: 65%;
    min-height: inherit;
}
.collection__image-inline .collection__title-wrapper {
    position: static;
    min-height: inherit;
    width: 35%;
}
.collection__image-inline .hero__content__wrapper {
    position: relative;
}
.collection__image-inline .hero__content {
    max-width: none;
}
.collection__image-inline .hero__content:not(.hero__content--transparent) {
    margin: 0;
}
@media only screen and (max-width: 989px) {
    .collection__image-inline {
        flex-direction: column;
    }
    .collection__image-inline .collection__image,
    .collection__image-inline .collection__title-wrapper {
        width: 100%;
    }
    .collection__image-inline .collection__title-wrapper {
        height: auto;
    }
}

/*================ Collection Reviews ================*/
@media only screen and (min-width: 750px) {
    .transparent-header #FeaturedImage-collection {
        min-height: 360px;
    }
    .transparent-header .hero__content__wrapper {
        padding-top: 110px;
    }
}

.collection__products {
    --duration: 0.6s;
}

.collection__sidebar {
    padding: 15px 17px 40px 0px;
    font-size: calc(0.825rem * var(--FONT-ADJUST-BODY));
    overflow-y: auto;
    max-height: 70vh;
    min-width: 270px;
    mask-image: linear-gradient(to top, transparent, black), linear-gradient(to left, transparent var(--scrollbar-width), black var(--scrollbar-width));
    mask-size: 100% 20000px;
    mask-position: left bottom;
    -webkit-mask-image: linear-gradient(to top, transparent, black), linear-gradient(to left, transparent var(--scrollbar-width), black var(--scrollbar-width));
    -webkit-mask-size: 100% 20000px;
    -webkit-mask-position: left bottom;
    transition: mask-position 0.3s, -webkit-mask-position 0.3s;
    overflow-x: hidden;
}
.collection__sidebar:hover {
    -webkit-mask-position: left top;
}
.collection__sidebar .no-results {
    padding: 25px 0;
}

.collection__sidebar--has-buttons .collection__sidebar__slider::after {
    content: none;
}

.collection__sidebar__slider {
    display: flex;
    flex-direction: column;
    background: var(--COLOR-BG);
    visibility: hidden;
    overflow: hidden;
}
@media only screen and (min-width: 750px) {
    .collection__sidebar__slider {
        position: sticky;
        position: -webkit-sticky;
        top: var(--newsletter-small-height);
        height: var(--full-screen);
        width: 0;
        min-width: 0;
        margin-right: -2px;
        transition-property: min-width, margin, transform, visibility;
        transition-duration: var(--duration);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
}
@media only screen and (max-width: 749px) {
    .collection__sidebar__slider {
        position: fixed;
        z-index: 6100;
        top: 0;
        height: 100%;
        transform: translateX(-100%);
        transition: transform var(--duration) cubic-bezier(0.215, 0.61, 0.355, 1), visibility var(--duration);

    }
}

@media only screen and (max-width: 749px) {
    .collection__sidebar__slider.drawer--animated {
        --base-animation-delay: 200ms;
    }
}

@media only screen and (min-width: 750px) {
    .collection__sidebar__slider ~ .drawer__underlay {
        display: none;
    }
}

.has-sticky-header .collection__sidebar__slider {
    top: calc(var(--newsletter-small-height) + var(--menu-height));
}
@media only screen and (max-width: 749px) {
    .has-sticky-header .collection__sidebar__slider {
        top: 0;
    }
}

/* .collection__sidebar__slider::after,
.collection__sidebar__slide-out::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: var(--scrollbar-width);
  height: 40px;
  background: linear-gradient(to bottom, rgba(var(--COLOR-BG-RGB), 0%) 0%, var(--COLOR-BG) 100%);
  pointer-events: none;
} */

@media only screen and (min-width: 750px) {
    .collection__sidebar__slider .collection__sidebar {
        transform: translateX(-100%);
        transition: transform var(--duration) cubic-bezier(0.215, 0.61, 0.355, 1), mask-position var(--duration), -webkit-mask-position var(--duration);
    }
}

.collection__sidebar__slider.expanded,
.collection__sidebar__slide-out.expanded {
    visibility: visible;
}

@media only screen and (min-width: 750px) {
    .collection__sidebar__slider.expanded .collection__sidebar {
        transform: translateX(0);
    }
}

.collection__sidebar__slide-out.expanded {
    transform: translateX(0);
}

@media only screen and (min-width: 750px) {
    .collection__sidebar__slider.expanded {
        transform: translateZ(0);
        min-width: 270px;
        margin-right: 0px;
    }
}
@media only screen and (max-width: 749px) {
    .collection__sidebar__slider.expanded {
        transform: translateZ(0);
        width: 100%;
    }
}

/**
 * Prevent collection filters sidebar fading out on page load on mobile
 */
@media only screen and (max-width: 749px) {
    .no-mobile-animation {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none;
    }

    .no-mobile-animation ~ .drawer__underlay {
        display: none;
    }
}
.product-grid--sidebar {
    width: 75%;
}
@media only screen and (max-width: 749px) {
    .product-grid--sidebar {
        width: 100%;
    }
}

/* .collection__sidebar__group {
  opacity: 0;
} */

.collection__sidebar__group:not(.collection__sidebar__group--hidden) ~ .collection__filters .collection__sidebar__group,
.collection__sidebar__group:not(.collection__sidebar__group--hidden) ~ .collection__sidebar__group {
    margin-top: 25px;
}

.collection__sidebar__actions {
    padding-top: 17px;
}
.collection__sidebar__actions.is-hidden {
    display: none !important;
}

.collection__sidebar__link {
    --icon-size: 24px;
    position: relative;
    display: inline-block;
    padding-left: 0;
}

.collection__sidebar__link .icon {
    position: absolute;
    top: 50%;
    left: -4px;
    fill: none;
    transform: translateY(-50%);
}
.collection__sidebar__link svg {
    transform: rotate(-180deg);
    margin-left: 7px;
}

.collection__sidebar__heading {
    position: relative;
    border-bottom: 2px solid #BFBAAB;
    padding: 0 15px 10px 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    cursor: pointer;
}

.collection__sidebar__heading .icon,
.collection__sidebar__heading.price .icon
{
    --icon-size: 18px;
    position: absolute;
    top: -2px;
    right: -2px;
    fill: none;
    transition: transform var(--duration) ease, opacity var(--duration) ease, visibility var(--duration);
}

.collection__sidebar__heading .icon-minus,
.collection__sidebar__heading.price .icon-minus
{
    opacity: 0;
    visibility: hidden;
}

.collection__sidebar__heading.is-active .icon-minus,
.collection__sidebar__heading.price.is-open .icon-minus {
    opacity: 1;
    visibility: visible;
}

.collection__sidebar__heading.is-active .icon-plus,
.collection__sidebar__heading.price.is-open .icon-plus {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg);
}

.collection-nav {
    list-style-type: none;
    overflow: hidden;
    padding: 0 0 1px;
    margin: 0;
}

.collection-nav--inline {
    overflow: visible;
}

.sidebar__item {
    position: relative;
    font-size: calc(0.725rem * var(--FONT-ADJUST-BODY));
    padding: 0;
    margin: 12px 0 0;
}
.sidebar__item label,
.sidebar__item a {
    color: var(--COLOR-TEXT);
}
.sidebar__item label {
    cursor: pointer;
}
.sidebar__item input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
}
.sidebar__item.is-hidden {
    display: none;
}

.sidebar__item .swatch__button {
    padding: 5px 0 0 0;
    margin-bottom: 0;
    margin-top: 5px;
}

.sidebar__item .swatch__button--square {
    margin-right: 15px;
}

.sidebar__item .swatch__button--square label[data-swatch]::before {
    height: 42px;
    transform: rotate(-65deg) translate(-50%, -50%);
}

.sidebar__item--swatch {
    display: inline-block;
    vertical-align: top;
}

.link--remove > a,
.link--remove > label,
.link--add > a,
.link--add > label,
.link--disable:not(.sidebar__item--swatch) {
    padding-left: 23px;
    position: relative;
    font-weight: 400;
}

.sidebar__item > a::after,
.sidebar__item > label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #575347;
    background: var(--COLOR-BG);
}

.sidebar__item.link--remove > a::after,
.sidebar__item > input:checked ~ label::after {
    background: var(--COLOR-PRIMARY);
    box-shadow: inset 0 0 0 2px var(--COLOR-BG);
}

.link--disable {
    text-decoration: line-through;
    opacity: 0.8;
}

.link--disable > a::after,
.link--disable > label::after {
    border: 1px solid var(--COLOR-BORDER);
    background-color: var(--COLOR-BORDER);
}

.link--disable .swatch__button {
    pointer-events: none;
}

.link--disable .swatch__button [data-swatch]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 32px;
    background-color: var(--text-dark);
    transform: rotate(-45deg) translate(-50%, -50%);
    transform-origin: left top;
}

.collection__nav.collection__nav--both {
    justify-content: space-between;
}

.popout--group .popout,
.popout--sort .popout {
    height: 100%;
}
.popout--group .popout-list,
.popout--sort .popout-list {
    z-index: 1000;
    max-height: 90vh;
    top: 100%;
    bottom: initial;
    right: 0;
    max-width: 100vw !important;
}
.popout--group .popout__toggle,
.popout--sort .popout__toggle {
    padding: 20px 15px;
    height: 100%;
    border: none;
    color: var(--COLOR-TEXT);
    margin: 0;
}
.popout--sort .popout__toggle {
    font-size: 14px;
    color: #6b675c;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.popout--sort .popout-list__item a {
    font-size: 15px;
    font-weight: 500;
}
@media only screen and (min-width: 990px) {
    .popout--group .popout__toggle,
    .popout--sort .popout__toggle {
        padding: 23px 18px;
    }

    .popout--sort .popout__toggle {
        padding-right: 0 !important;
    }
}

.popout--sort .popout__toggle__text:nth-child(2),
.popout--sort .popout.is-active .popout__toggle__text:nth-child(1) {
    display: none;
}
.popout--sort .popout.is-active .popout__toggle__text:nth-child(2) {
    display: inline;
}

.popout--sort .popout-list {
    width: 0;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: opacity 0.4s ease-in-out;
}

.popout--sort .popout-list--visible {
    width: 140px;
    padding-top: 50px;
    padding-bottom: 26px;
    transition: opacity 0.4s ease-in-out;
}

.popout--sort .popout-list__item {
    white-space: normal;
    /* min-width: calc(170px - var(--scrollbar-width)); */
}

.collection__nav .popout--group .popout__toggle {
    border-left: none;
    padding-left: 0;
}

.collection__nav .popout--group .popout-list {
    right: initial;
}

@media only screen and (max-width: 768px) {
    .collection__nav .popout--group .popout-list {
        right: 0;
    }

    .collection__nav .popout--group .popout__toggle {
        padding-left: 8px;
    }
}

.popout--group .popout__toggle {
    background-image: none;
    display: flex;
    align-items: center;
}
.popout--group .popout__toggle:after {
    display: none;
}

/**
 * Slide out filters sidebar
 */
.collection__sidebar__slide-out {
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 6100;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    max-width: 380px;
    border-left: 1px solid var(--border);
    background-color: var(--bg);
    opacity: 0;
    transition: opacity var(--duration) ease, transform var(--duration) ease, visibility var(--duration);
    transform: translateZ(0);
    overflow: hidden;
    visibility: hidden;
    will-change: transform, opacity;
}

.collection__sidebar__slide-out.expanding,
.collection__sidebar__slide-out.expanded {
    visibility: visible;
    opacity: 1;
}

.collection__sidebar__slide-out.expanded {
    transform: translate3d(100%, 0, 0);
}

.collection__sidebar__head {
    position: relative;
    width: 100%;
    padding: 24px 18px;
    border-bottom: 1px solid var(--border);
}
.collection__sidebar__head h3 {
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    font-style: var(--FONT-STYLE-BODY);
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
    font-size: calc(1em * var(--FONT-ADJUST-BODY));
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin: 0 0 -3px;
}

@media only screen and (min-width: 750px) {
    .collection__sidebar__head--mobile {
        display: none;
    }
}

.collection__sidebar__close {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 30px;
    height: 30px;
    padding: 5px;
    color: inherit;
    font-size: 0;
    text-decoration: none;
    transform: translate3d(0, -50%, 0);
    transition: color 0.3s ease;
}
.collection__sidebar__close .icon {
    display: block;
    fill: currentColor;
    transition: transform 0.3s;
    pointer-events: none;
}
@media (hover: hover) {
    .collection__sidebar__close:hover {
        color: var(--link-hover);
    }
    .collection__sidebar__close:hover .icon {
        transform: rotate(90deg);
    }
}

.collection__sidebar__buttons {
    position: sticky;
    left: 0;
    right: var(--scrollbar-width);
    bottom: 0;
    z-index: 2;
    min-width: calc(270px - var(--scrollbar-width));
    padding: 5px 15px 15px;
    margin-top: auto;
    background: var(--bg);
}
.collection__sidebar__buttons::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 45px;
    background: linear-gradient(to bottom, rgba(var(--COLOR-BG-RGB), 0%) 0%, var(--COLOR-BG) 100%);
    pointer-events: none;
}

.collection__sidebar__buttons .btn + .btn, .collection__sidebar__buttons #challenge .shopify-challenge__button + .btn, #challenge .collection__sidebar__buttons .shopify-challenge__button + .btn, .collection__sidebar__buttons .product__reviews .spr-summary-actions-newreview + .btn, .product__reviews .collection__sidebar__buttons .spr-summary-actions-newreview + .btn, .collection__sidebar__buttons .shopify-payment-button .shopify-payment-button__button--unbranded + .btn, .shopify-payment-button .collection__sidebar__buttons .shopify-payment-button__button--unbranded + .btn, .collection__sidebar__buttons #challenge .btn + .shopify-challenge__button, #challenge .collection__sidebar__buttons .btn + .shopify-challenge__button, .collection__sidebar__buttons #challenge .shopify-challenge__button + .shopify-challenge__button, #challenge .collection__sidebar__buttons .shopify-challenge__button + .shopify-challenge__button, .collection__sidebar__buttons .product__reviews #challenge .spr-summary-actions-newreview + .shopify-challenge__button, #challenge .collection__sidebar__buttons .product__reviews .spr-summary-actions-newreview + .shopify-challenge__button, .product__reviews .collection__sidebar__buttons #challenge .spr-summary-actions-newreview + .shopify-challenge__button, #challenge .product__reviews .collection__sidebar__buttons .spr-summary-actions-newreview + .shopify-challenge__button, .collection__sidebar__buttons .shopify-payment-button #challenge .shopify-payment-button__button--unbranded + .shopify-challenge__button, #challenge .collection__sidebar__buttons .shopify-payment-button .shopify-payment-button__button--unbranded + .shopify-challenge__button, .shopify-payment-button .collection__sidebar__buttons #challenge .shopify-payment-button__button--unbranded + .shopify-challenge__button, #challenge .shopify-payment-button .collection__sidebar__buttons .shopify-payment-button__button--unbranded + .shopify-challenge__button, .collection__sidebar__buttons .product__reviews .btn + .spr-summary-actions-newreview, .product__reviews .collection__sidebar__buttons .btn + .spr-summary-actions-newreview, .collection__sidebar__buttons #challenge .product__reviews .shopify-challenge__button + .spr-summary-actions-newreview, .product__reviews .collection__sidebar__buttons #challenge .shopify-challenge__button + .spr-summary-actions-newreview, #challenge .collection__sidebar__buttons .product__reviews .shopify-challenge__button + .spr-summary-actions-newreview, .product__reviews #challenge .collection__sidebar__buttons .shopify-challenge__button + .spr-summary-actions-newreview, .collection__sidebar__buttons .product__reviews .spr-summary-actions-newreview + .spr-summary-actions-newreview, .product__reviews .collection__sidebar__buttons .spr-summary-actions-newreview + .spr-summary-actions-newreview, .collection__sidebar__buttons .shopify-payment-button .product__reviews .shopify-payment-button__button--unbranded + .spr-summary-actions-newreview, .product__reviews .collection__sidebar__buttons .shopify-payment-button .shopify-payment-button__button--unbranded + .spr-summary-actions-newreview, .shopify-payment-button .collection__sidebar__buttons .product__reviews .shopify-payment-button__button--unbranded + .spr-summary-actions-newreview, .product__reviews .shopify-payment-button .collection__sidebar__buttons .shopify-payment-button__button--unbranded + .spr-summary-actions-newreview, .collection__sidebar__buttons .shopify-payment-button .btn + .shopify-payment-button__button--unbranded, .shopify-payment-button .collection__sidebar__buttons .btn + .shopify-payment-button__button--unbranded, .collection__sidebar__buttons #challenge .shopify-payment-button .shopify-challenge__button + .shopify-payment-button__button--unbranded, .shopify-payment-button .collection__sidebar__buttons #challenge .shopify-challenge__button + .shopify-payment-button__button--unbranded, #challenge .collection__sidebar__buttons .shopify-payment-button .shopify-challenge__button + .shopify-payment-button__button--unbranded, .shopify-payment-button #challenge .collection__sidebar__buttons .shopify-challenge__button + .shopify-payment-button__button--unbranded, .collection__sidebar__buttons .product__reviews .shopify-payment-button .spr-summary-actions-newreview + .shopify-payment-button__button--unbranded, .shopify-payment-button .collection__sidebar__buttons .product__reviews .spr-summary-actions-newreview + .shopify-payment-button__button--unbranded, .product__reviews .collection__sidebar__buttons .shopify-payment-button .spr-summary-actions-newreview + .shopify-payment-button__button--unbranded, .shopify-payment-button .product__reviews .collection__sidebar__buttons .spr-summary-actions-newreview + .shopify-payment-button__button--unbranded, .collection__sidebar__buttons .shopify-payment-button .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded, .shopify-payment-button .collection__sidebar__buttons .shopify-payment-button__button--unbranded + .shopify-payment-button__button--unbranded {
    margin-top: 10px;
}

.collection__sidebar__slide-out .collection__sidebar {
    flex-grow: 1;
    height: auto;
    overflow-y: auto;
}

.collection__products .drawer__underlay {
    z-index: 6000;
    transition: opacity 0.3s ease 0.1s, visibility 0s linear 0.4s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
}

.expanded ~ .drawer__underlay {
    visibility: visible;
    opacity: 0.4;
    transition-duration: 0.3s, 0s;
    transition-delay: 0.1s, 0s;
}

.collection__active__filters {
    display: flex;
    flex-wrap: wrap;
}

.active__filters__clear,
.active__filters__remove {
    color: #FFFFFF;
    display: flex;
    background-color: #575347;
    padding: 8px 7px 8px 14px;
    margin: 0 7px 7px 0;
    text-transform: capitalize;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.9px;
}
.active__filters__clear:hover,
.active__filters__remove:hover {
    color: var(--text-dark);
}
.active__filters__clear:hover .filter__x,
.active__filters__remove:hover .filter__x {
    color: var(--primary);
}
.active__filters__clear small,
.active__filters__remove small {
    align-self: center;
    flex: 0 1 100%;
    word-break: break-word;
    font-size: inherit;
}

.filter__x {
    --icon-size: 14px;
    flex: 0 0 auto;
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
    margin-left: 4px;
}

.active__filters__clear {
    padding-right: 14px;
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

.filter__price {
    margin-top: 12px;
}

.filter__price__fields {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    margin: 0 0 25px;
}

.filter__price__fields label {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.filter__price__spacer {
    padding: 0 2px;
}

.filter__price__field {
    display: flex;
    align-items: center;
    flex: 1;
    max-width: calc(50% - 20px);
    padding: 8px 0 8px 8px;
    border: 1px solid var(--COLOR-TEXT);
    border-radius: 5px;
}
.filter__price__field span {
    margin-right: 5px;
}

.filter__price__spacer {
    flex: 0 0 40px;
    position: relative;
    padding: 5px;
    font-size: 0;
    text-align: center;
}
.filter__price__spacer:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 1px;
    margin-left: -3px;
    background: currentColor;
    content: "";
}

.filter__price__input {
    flex: 1;
    display: block;
    min-width: 0;
    max-width: 100%;
    width: auto;
    padding: 0 3px;
    border: 1px solid transparent;
    border-radius: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-align: right;
}

.range {
    position: relative;
    display: block;
    height: 36px;
    margin-left: -8px;
    margin-right: -8px;
    opacity: 0;
    -webkit-user-select: none;
    user-select: none;
}

.range.is-initialized {
    opacity: 1;
}

.range__dot {
    position: absolute;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    padding: 8px;
}
.range__dot span {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--COLOR-TEXT);
    border: 1px solid var(--COLOR-TEXT);
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
}

.range__line {
    position: absolute;
    top: 16px;
    left: 8px;
    z-index: 0;
    overflow: hidden;
    width: calc(100% - 16px);
    height: 4px;
    border-radius: 4px;
    border: 1px solid var(--COLOR-TEXT);
}
.range__line span {
    display: block;
    height: 100%;
    width: 0%;
    background: var(--COLOR-TEXT);
    font-size: 0;
}

.filter-count {
    margin-left: 4px;
}

.filter-count:before {
    content: "(";
}

.filter-count:after {
    content: ")";
}

/**
 * List Collections Index
 */
.collection-item {
    position: relative;
    border: 1px solid var(--border);
    border-left: 0;
    background: #FFF;
    margin-top: -1px;
    scroll-snap-align: start;
}
.collection-item a {
    color: var(--text);
}
.collection-item:before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    border-left: 1px solid var(--border);
    content: "";
}

@media only screen and (min-width: 750px) {
    a.collection-item__image:focus .collection-item__bg,
    .collection-item:hover .collection-item__bg {
        transform: scale(1.08);
    }

    .collection-item:hover .collection-item__info a {
        color: var(--primary);
    }
}
.collection-item--borderless {
    border: none;
    margin-top: 0;
}

.collection-item--borderless:before {
    content: initial;
}

.collection-item--borderless .collection-item__image {
    border: none;
}

.collection-item__image {
    display: block;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--border);
}

.collection-item__image .svg-placeholder {
    position: absolute;
    top: 0;
}

.collection-item__bg {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.collection-item__info {
    padding: calc(var(--inner) / 2) var(--inner);
    overflow: hidden;
}
.collection-item__info p {
    margin: 7px 0;
    font-size: calc(1rem*var(--FONT-ADJUST-BODY));
    font-weight: var(--FONT-WEIGHT-BODY);
}
@media only screen and (max-width: 749px) {
    .collection-item__info {
        padding: 12px;
    }
    .collection-item__info p {
        margin: 0;
    }
}

.collection-item--centered .collection-item__info {
    text-align: center;
}

/**
 * Subcollection
 */


/* ============================================================================
  #Pagination (Including Shopify Product Reviews)
============================================================================== */
.pagination {
    margin-bottom: 1em;
}

/* ================ Custom Pagination ================ */
.pagination-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    margin: var(--outer) auto;
    width: 100%;
    font-size: calc(0.875rem * var(--FONT-ADJUST-BODY));
}
@media only screen and (max-width: 749px) {
    .pagination-custom {
        justify-content: space-around;
    }
}

.pagination-custom a {
    transition: color 0.3s ease;
}
.pagination-custom a:hover, .pagination-custom a:focus {
    color: var(--link-hover);
}

.pagination-custom__page {
    margin: 0 12px;
    color: var(--text);
    display: block;
    padding: 4px 8px;
    transition: color 0.3s ease;
    border-radius: var(--RADIUS);
}

.pagination-custom__page--active {
    position: relative;
    box-shadow: 0 0 0 1px currentColor;
}

.pagination-custom__inner {
    display: flex;
    justify-content: center;
    margin: 0 32px;
}

@media only screen and (min-width: 750px) {
    .pagination-custom__prev,
    .pagination-custom__next {
        padding: 5px;
        display: inline-block;
    }
}
@media only screen and (min-width: 480px) {
    .pagination-custom__prev .icon,
    .pagination-custom__next .icon {
        display: none;
    }
}
@media only screen and (max-width: 749px) {
    .pagination-custom__page {
        margin: 8px;
    }

    .pagination-custom__sep {
        margin: 8px 2px;
    }

    .pagination-custom__prev,
    .pagination-custom__next {
        display: flex;
        flex: 1 0 0;
        margin: 0;
    }

    .pagination-custom__prev {
        justify-content: flex-start;
    }

    .pagination-custom__next {
        justify-content: flex-end;
    }

    .pagination-custom__inner {
        flex-grow: 0;
        margin: 0 10px;
    }
}
@media only screen and (max-width: 479px) {
    .pagination-custom__prev,
    .pagination-custom__next {
        margin: 0 -4px;
    }
    .pagination-custom__prev span,
    .pagination-custom__next span {
        display: none;
    }
}
/**
 * Footer
 */
.site-footer-wrapper {
    --bg: var(--COLOR-FOOTER-BG);
    --text: var(--COLOR-FOOTER-TEXT);
    --border: var(--COLOR-FOOTER-BORDER);
    --link-hover: var(--COLOR-PRIMARY);
    position: relative;
    background-color: var(--COLOR-FOOTER-BG);
    color: var(--COLOR-FOOTER-TEXT);
    text-align: left;
}
.site-footer-wrapper a {
    color: var(--COLOR-FOOTER-LINK);
}
.site-footer-wrapper a:hover {
    color: var(--link-hover);
}

.site-footer {
    position: relative;
    z-index: 100;
}

.footer__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer__logo__wrapper {
    padding: var(--inner) 0;
}

.footer__logo {
    display: inline-block;
    max-width: 100%;
}

.footer__anchor__logo__wrapper {
    margin-bottom: calc(var(--inner) * 1.5);
}

.footer__anchor__logo {
    display: block;
    width: 100%;
}

.footer__blocks {
    display: flex;
    flex-flow: column;
    margin: 0 calc(var(--gap) / -2);
}
@media only screen and (min-width: 750px) {
    .footer__blocks {
        flex-flow: row wrap;
    }
}

.footer__block {
    flex: 1 0 100%;
    padding: 0 calc(var(--gap) / 2);
    margin-bottom: var(--gap);
}
@media only screen and (min-width: 990px) {
    .footer__block {
        flex: 0 0 var(--desktop-width);
    }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    .footer__block {
        flex-basis: 50%;
    }
}

.footer__block .social-link {
    color: var(--COLOR-FOOTER-LINK);
}

.footer__block .social-link:hover {
    color: var(--link-hover);
}

.footer__block__title {
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
    font-size: calc(1.25rem * var(--FONT-ADJUST-HEADING));
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer__block__image {
    max-width: 100%;
    margin-bottom: var(--inner);
}

.footer__newsletter__wrapper {
    min-width: none;
}

@media only screen and (min-width: 962px) {
    .footer__newsletter__wrapper {
        float: right;
        min-width: 440px;
    }
}

.footer__newsletter__wrapper .newsletter-form {
    --border: var(--COLOR-FOOTER-BORDER);
}

.footer__bottom {
    display: grid;
    grid-template-columns: 100%;
    gap: var(--inner);
}
@media only screen and (min-width: 990px) {
    .footer__bottom {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
}

.footer__bottom__item:only-child {
    text-align: center;
}

.footer__quicklinks {
    font-size: calc(1rem * var(--FONT-ADJUST-BODY));
}

.footer__quicklinks li {
    margin: 0 0 1.25em;
}
.footer__quicklinks li:last-child {
    margin-bottom: 0;
}

.footer__quicklinks a,
.footer__copyright a {
    transition: color 0.25s ease;
}

.footer__social__text,
.footer__newsletter__text {
    margin-bottom: 0;
}

.footer__newsletter__text p {
    font-size: 12px;
}

.footer__copyright {
    --gap: 8px;
    list-style: none;
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
    margin: 0 calc(var(--gap) * -1);
}
@media only screen and (max-width: 749px) {
    .footer__copyright {
        text-align: left;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        min-width: 100%;
    }
}

.footer__copyright li {
    display: inline-block;
    padding: 10px var(--gap);
}

.footer__payment {
    --gap: 5px;
    display: flex;
    flex-wrap: wrap;
    margin: calc(var(--gap) * -1);
}
@media only screen and (min-width: 990px) {
    .footer__payment {
        justify-content: flex-end;
    }
}

.footer__payment li {
    display: inline-block;
    padding: var(--gap);
}

.footer__payment a {
    text-decoration: none;
}

.footer__payment .payment-icon {
    width: 36px;
}

.site-footer--push {
    margin-bottom: 80px;
}
@media only screen and (max-width: 749px) {
    .site-footer--push {
        margin-bottom: 120px;
    }
}

/**
 * Tabs
 */
.tabs-wrapper {
    overflow: hidden;
    position: relative;
}

.tabs__head {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.tabs__head .tabs__arrow:before {
    display: block;
}

.tabs__arrow {
    position: absolute;
    top: 50%;
    display: block;
    width: 26px;
    height: 26px;
    max-height: none;
    margin-top: -15px;
    border-radius: 0;
    background-color: var(--bg, var(--COLOR-BG));
    box-shadow: none;
    transition: all 0.2s;
}
.tabs__arrow:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: none;
    width: 100%;
    height: 200%;
    transform: translateY(-50%);
    background-color: inherit;
    content: "";
}
.tabs__arrow .icon {
    position: relative;
    z-index: 5;
}

.tabs__arrow--next {
    right: 0;
}

ul.tabs {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
}
ul.tabs::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

ul.tabs--center {
    text-align: center;
}

ul.tabs > li {
    --text: var(--text-light);
    text-transform: var(--BTN-UPPERCASE);
    font-family: var(--BTN-FONT-STACK);
    font-size: var(--BTN-FONT-SIZE);
    font-style: var(--BTN-FONT-STYLE);
    font-weight: var(--BTN-FONT-WEIGHT);
    letter-spacing: var(--BTN-LETTER-SPACING);
    display: inline-block;
    padding: 10px 0px;
    margin: 0 3rem 0 0;
    cursor: pointer;
    vertical-align: bottom;
    color: var(--text);
}
ul.tabs > li span {
    padding: 0 0 5px;
    background: linear-gradient(to right, #575347, #575347);
    background-size: 0% 0.05em;
    background-position: 50% 86%;
    background-repeat: no-repeat;
    transition: color 0.25s ease-in, background-size 0.25s ease-in;
}

.tabs-collections-name {
    color: #575347;
    font-family: var(--FONT-STACK-HEADING);
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1,46px;
    text-align: center;
    text-transform: uppercase;
}

ul.tabs:has(li.current:only-child) {
    width: fit-content;
}

ul.tabs:has(li.current:only-child)::before {
    display: none;
}

@media (hover: hover) {
    ul.tabs > li span:hover {
        background-size: 100% 0.05em;
    }
}
@media (hover: hover) {
    ul.tabs > li .icon-arrow-right {
        transition: transform 0.5s ease;
        transform: translateZ(0);
    }
    ul.tabs > li:hover .icon-arrow-right {
        transform: translate3d(5px, 0, 0);
    }
}

ul.tabs > li.current {
    --text: var(--text-dark);
}
ul.tabs > li.current span {
    background-size: 100% 0.05em;
}
ul.tabs > li.current:only-child {
    cursor: default;
}
ul.tabs > li.current:only-child span {
    background: none;
}

ul.tabs--center > li {
    margin: 0 15px;
}

.tab-content {
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    padding: 15px 15px 15px 0px;
    min-height: 6rem;
}
.no-js .tab-content {
    visibility: visible;
    position: static;
    opacity: 1;
    display: inherit;
}
.tab-content:not(.current) *, .tab-content:not(.current) {
    pointer-events: none !important;
}
.no-js .tab-content:not(.current) *, .no-js .tab-content:not(.current) {
    pointer-events: visible !important;
}

.tab-content.current {
    visibility: visible;
    position: static;
    opacity: 1;
    display: inherit;
}

/* Product Tabs */
.product-tabs {
    max-width: 100%;
}
.product-tabs ul.tabs {
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
}
.product-tabs ul.tabs::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}
.product-tabs ul.tabs::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
}
.product-tabs ul.tabs > li {
    padding-bottom: 0;
    border-bottom-width: 1px;
    white-space: normal;
}
.product-tabs ul.tabs > li:last-child {
    margin-right: 0;
}

.product-tabs__head {
    padding-bottom: 16px;
    margin-bottom: -13px;
}

/* Tabs Collections */
.index-tab-collections {
    color: var(--text);
    background-color: var(--bg);
}
.index-tab-collections .tabs-collections {
    position: relative;
}
.index-tab-collections .hero__btn {
    max-width: 100%;
}
.index-tab-collections ul.tabs {
    position: relative;
    margin: 0 auto;
}
.index-tab-collections .tabs__nav {
    flex: 0 1 auto;
    position: relative;
}
.index-tab-collections .tabs__nav:only-child {
    flex: 1 1 auto;
}
.index-tab-collections ul.tabs {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
}
.index-tab-collections ul.tabs::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}
.index-tab-collections .tab-link {
    padding: 5px 0;
}
.index-tab-collections .tab-link:first-child {
    margin-left: 0;
}
.index-tab-collections .tab-link:last-child {
    margin-right: 0;
}
.index-tab-collections .tab-content {
    padding: 0;
    min-height: 0;
}
.index-tab-collections .tabs__arrow {
    margin-top: -13px;
}
@media only screen and (min-width: 750px) {
    .index-tab-collections .tabs-collections__head .grid__heading-holder:not(.grid__heading-holder--inline) .grid__heading-text:not(:last-child) {
        margin-bottom: var(--gutter);
    }
}
@media only screen and (max-width: 749px) {
    .index-tab-collections .tabs-collections__head .grid__heading-holder {
        margin-bottom: 0;
    }
    .index-tab-collections .tabs-collections__head .grid__heading-text {
        margin-bottom: calc(var(--gutter) * 2);
    }
    .index-tab-collections .tabs-collections__head .grid__heading-actions {
        margin-bottom: var(--gutter);
    }
}

/* Accordion */
.last-accordion .accordion {
    border-bottom: 1px solid currentColor;
}

.product-accordion .accordion {
    border-top: none;
    width: 100%;
}

.accordion-toggle {
    position: relative;
    cursor: pointer;
    border-top: 1px solid var(--border);
    padding: 1rem 30px 1rem 0;
    margin: 0 0 auto;
    color: var(--text);
}
.accordion-toggle svg {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 16px;
    height: 16px;
    fill: var(--text);
    stroke: var(--text);
    transform: translateY(-50%);
    transition: visibility 0.3s, opacity 0.3s;
}
.accordion-toggle .icon-minus {
    visibility: hidden;
    opacity: 0;
}

.no-js .accordion-toggle .icon-minus,
.accordion-toggle.is-open .icon-minus {
    visibility: visible;
    opacity: 1;
}
.no-js .accordion-toggle .icon-plus,
.accordion-toggle.is-open .icon-plus {
    visibility: hidden;
    opacity: 0;
}

.accordion-content {
    display: none;
    overflow: hidden;
    color: var(--text);
    padding-bottom: 50px;
}
.no-js .accordion-content {
    display: block;
}

.accordion-content.accordion--open {
    display: block;
}

/* Tabs/Accordion Truncated */
.accordion-content__entry--truncate,
.tab-content__entry--truncate,
.product__description__content--truncate {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.accordion-content__actions,
.tab-content__actions,
.product__description__content__actions {
    display: none;
}

.accordion-content__holder,
.tab-content__holder,
.product__description__content__holder {
    position: relative;
    word-break: break-word;
}

.accordion-content__holder.is-expanded .accordion-content__entry:not(.accordion-content__entry--truncate),
.accordion-content__holder.is-expanded .tab-content__entry:not(.tab-content__entry--truncate),
.accordion-content__holder.is-expanded .product__description__content__entry:not(.product__description__content__entry--truncate),
.tab-content__holder.is-expanded .accordion-content__entry:not(.accordion-content__entry--truncate),
.tab-content__holder.is-expanded .tab-content__entry:not(.tab-content__entry--truncate),
.tab-content__holder.is-expanded .product__description__content__entry:not(.product__description__content__entry--truncate),
.product__description__content__holder.is-expanded .accordion-content__entry:not(.accordion-content__entry--truncate),
.product__description__content__holder.is-expanded .tab-content__entry:not(.tab-content__entry--truncate),
.product__description__content__holder.is-expanded .product__description__content__entry:not(.product__description__content__entry--truncate) {
    display: none;
}
.accordion-content__holder.is-expanded .accordion-content__entry--truncate,
.accordion-content__holder.is-expanded .tab-content__entry--truncate,
.accordion-content__holder.is-expanded .product__description__content__entry--truncate,
.tab-content__holder.is-expanded .accordion-content__entry--truncate,
.tab-content__holder.is-expanded .tab-content__entry--truncate,
.tab-content__holder.is-expanded .product__description__content__entry--truncate,
.product__description__content__holder.is-expanded .accordion-content__entry--truncate,
.product__description__content__holder.is-expanded .tab-content__entry--truncate,
.product__description__content__holder.is-expanded .product__description__content__entry--truncate {
    position: relative;
    display: block !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.accordion-content__holder.is-expanded .accordion-content__actions,
.accordion-content__holder.is-expanded .tab-content__actions,
.accordion-content__holder.is-expanded .product__description__content__actions,
.tab-content__holder.is-expanded .accordion-content__actions,
.tab-content__holder.is-expanded .tab-content__actions,
.tab-content__holder.is-expanded .product__description__content__actions,
.product__description__content__holder.is-expanded .accordion-content__actions,
.product__description__content__holder.is-expanded .tab-content__actions,
.product__description__content__holder.is-expanded .product__description__content__actions {
    display: block;
}

.compare__outer {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.section-before-after .compare__outer {
    height: 0;
    padding-top: calc(1 / var(--aspect-ratio) * 100%);
}

.section-before-after .compare__buttons {
    margin-top: var(--inner);
}

@media only screen and (min-width: 750px) {
    .image-height .compare__outer {
        height: auto;
        min-height: 100%;
        padding-top: calc(1 / var(--aspect-ratio) * 100%);
    }

    .image-height .compare {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media only screen and (max-width: 749px) {
    .image-height--mobile .compare__outer {
        height: auto;
        min-height: 100%;
        padding-top: calc(1 / var(--aspect-ratio) * 100%);
    }

    .image-height--mobile .compare {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
.compare__image {
    position: relative;
}
.no-js .compare__image {
    width: 50% !important;
}

.compare {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.compare,
.compare__image,
.compare__image__holder .image-wrapper {
    height: 100%;
    padding: 0;
}

.compare__image__holder .image-wrapper,
.compare__image:nth-child(2),
.compare__image__holder {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.compare__image--rotate .image-wrapper {
    transform: rotate(180deg);
}

.compare__btn {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -25px;
    background: var(--bg);
    cursor: move;
    transition: color 0.3s ease;
}
.compare__btn:active {
    color: var(--link-hover);
}

.compare__btn .icon {
    --icon-size: 36px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.no-js .compare__btn {
    display: none;
}

/**
 * Custom content
 */
.brick__section {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

@media only screen and (min-width: 750px) {
    .brick--2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.brick__block {
    width: 100%;
    color: var(--text);
    background-color: var(--bg);
}

@media only screen and (min-width: 750px) {
    .brick__block:not(.brick__block--compare) {
        height: 100%;
    }
}

@media only screen and (min-width: 750px) {
    .brick__block.image-height {
        height: auto;
    }
}

@media only screen and (max-width: 749px) {
    .brick__block.image-height--mobile {
        height: auto;
    }
}

.brick--border .brick__block {
    border: 1px solid var(--border);
}

@media only screen and (min-width: 750px) {
    .brick--border:not(.brick--margin).brick--2 .brick__block:last-of-type {
        border-left: none;
    }
}

@media only screen and (min-width: 750px) {
    .brick--margin {
        gap: var(--gap);
    }
}

@media only screen and (max-width: 749px) {
    .brick--border:not(.brick--margin).brick--2 .brick__block:last-of-type {
        border-top: none;
    }

    .brick--margin {
        gap: var(--gap);
    }
}
.brick__block__text {
    height: 100%;
    display: flex;
    align-items: center;
    padding: var(--outer);
    background-color: var(--bg);
}
@media only screen and (max-width: 749px) {
    .brick__block__text {
        padding-left: 0;
        padding-right: 0;
    }
}

.brick__block:first-child .brick__block__text:not(.has-padding) {
    padding-left: 0;
}

.wrapper--full .brick__block:first-child .brick__block__text:not(.has-padding) {
    padding-left: var(--outer);
}

@media only screen and (max-width: 749px) {
    .wrapper--full .brick__block__text:not(.has-padding) {
        padding-left: var(--outer);
        padding-right: var(--outer);
    }
}

.brick__block__text.has-padding,
.wrapper--full .brick__block__text.has-padding {
    padding-left: var(--outer);
}

.brick__block__text__inner {
    width: 100%;
}

@media only screen and (min-width: 750px) {
    .brick__block__video,
    .brick__block__image {
        height: 100%;
    }
}

.brick__block__video .image__hero__frame,
.brick__block__image .image__hero__frame {
    min-height: 100%;
}

.brick__block__video .main-buttons__item {
    z-index: 5;
}

.brick__block__image .hero__content__link {
    z-index: 200;
}

.hero__btn.btn.image__video__play, #challenge .hero__btn.image__video__play.shopify-challenge__button, .product__reviews .hero__btn.image__video__play.spr-summary-actions-newreview, .shopify-payment-button .hero__btn.image__video__play.shopify-payment-button__button--unbranded {
    width: unset;
    min-width: unset;
    max-width: unset;
    border-radius: 0;
    aspect-ratio: 1/1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.hero__btn.btn.image__video__play:hover .icon-play, #challenge .hero__btn.image__video__play.shopify-challenge__button:hover .icon-play, .product__reviews .hero__btn.image__video__play.spr-summary-actions-newreview:hover .icon-play, .shopify-payment-button .hero__btn.image__video__play.shopify-payment-button__button--unbranded:hover .icon-play {
    transform: translate(0);
}
.hero__btn.btn.image__video__play .icon-play, #challenge .hero__btn.image__video__play.shopify-challenge__button .icon-play, .product__reviews .hero__btn.image__video__play.spr-summary-actions-newreview .icon-play, .shopify-payment-button .hero__btn.image__video__play.shopify-payment-button__button--unbranded .icon-play {
    --icon-size: 14px;
    margin: 0;
}

.hero__btn + .hero__btn,
.standard__cta + .hero__btn,
.hero__btn + .standard__cta {
    margin-left: 15px;
}

.brick__product__subheading {
    padding-bottom: 30px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    font-size: calc(11px * var(--FONT-ADJUST-BODY));
}

.brick__product {
    display: block;
    max-width: 350px;
    margin: 0 auto;
}
.brick__product .product-item {
    border: 1px solid var(--border);
}
.brick__product .product-item--borderless {
    border: none;
    margin-top: 0;
}
.brick__product .product-information {
    padding: 0;
}
.brick__product .product-item__info {
    padding: 20px var(--inner);
}
.brick__product .product-item__info[href="#"] {
    pointer-events: none;
}
.brick__product .product-item__info .price {
    font-size: calc(0.9rem * var(--FONT-ADJUST-BODY));
    margin-top: 5px;
}
.brick__product .product-item__title {
    font-size: calc(1rem * var(--FONT-ADJUST-HEADING));
    margin: 0 0 5px 0;
}
.brick__product .product-item--overlay-text .product-information {
    padding-bottom: calc(var(--inner) / 2);
}
@media only screen and (max-width: 989px) {
    .brick__product .product-item--overlay-text .product-information {
        padding-left: 42px;
        padding-right: 42px;
    }
}

.brick__block--collection {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 749px) {
    .brick__block--collection {
        min-height: 0 !important;
    }
}

.brick__block__collection {
    flex: 1;
    max-width: 100%;
}

@media only screen and (min-width: 750px) {
    .brick__block__collection .look__aside {
        padding-top: var(--outer);
        padding-bottom: var(--outer);
    }
}

.brick__block--compare {
    overflow: hidden;
}

.brick__block__compare {
    height: 100%;
}

.brick__block__compare .compare__image,
.brick__block--compare .compare__image__holder .image-wrapper {
    padding: 0;
}

/**
 * Section double
 */
.section-double {
    --inner-half: var(--inner) / 2;
    --elements-max-width: 260px;
    background-color: var(--bg);
    color: var(--text);
}

.section-double__body {
    display: flex;
    flex: 1;
}
@media only screen and (max-width: 749px) {
    .section-double__body {
        flex-wrap: wrap;
    }
}

.section-double.is-reversed .section-double__body {
    flex-direction: row-reverse;
}

.section-double__figure {
    display: flex;
    flex: 0 1 100%;
}
@media only screen and (min-width: 750px) {
    .section-double__figure {
        flex: 0 0 50%;
    }
}

@media only screen and (min-width: 750px) {
    .section-double__figure--three-quarters {
        flex: 0 0 65%;
    }
}

.section-double__logo {
    margin: auto;
    max-width: 100%;
}

@media only screen and (max-width: 749px) {
    .section-double__figure[data-slider] {
        display: block;
    }
}

@media only screen and (max-width: 749px) {
    .section-double__figure[data-slider]:after {
        content: "flickity";
        display: none;
    }
}

@media only screen and (max-width: 749px) {
    .section-double__figure[data-slider] .section-double__split-image {
        display: block;
        width: 100%;
    }
}

@media only screen and (min-width: 750px) {
    .section-double__figure.is-sticky {
        align-self: flex-start;
        position: sticky;
        top: 0;
        min-height: inherit;
    }
}

.section-double__split-image {
    flex: 1;
    display: flex;
}

.section-double__aside {
    --padding-side: calc(var(--outer) - var(--inner-half));
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex: 0 1 100%;
    overflow: hidden;
    padding: var(--outer) var(--padding-side);
    margin: 0 auto;
}
@media only screen and (min-width: 990px) {
    .section-double__aside {
        flex-basis: 38%;
    }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    .section-double__aside {
        flex-basis: 45%;
    }
}
@media only screen and (max-width: 749px) {
    .section-double__aside {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 749px) {
    .wrapper--full .section-double__aside {
        padding-left: var(--outer);
        padding-right: var(--outer);
    }
}

.section-double__content {
    width: 100%;
}

.section-double__content:not(:first-child) {
    padding-top: var(--inner);
    margin-top: auto;
}

.section-double__content:not(:last-child) {
    padding-bottom: var(--inner);
    margin-bottom: auto;
}

@media only screen and (min-width: 750px) {
    .section-double__content > *:not(.section-double__menu):not(.standard__cta) {
        padding: 0 calc(var(--inner-half));
    }
}

.section-double__content > *:not(:last-child) {
    margin-bottom: var(--inner);
}

.section-double__menu a,
.section-double__content > a.standard__cta {
    margin: calc(var(--inner-half));
    vertical-align: middle;
}

.section-double__newsletter > .contact-form {
    display: inline-block;
    max-width: var(--elements-max-width);
    width: 100%;
}

.section-double__newsletter input {
    display: block;
    width: 100%;
    border: 1px solid var(--border);
    padding: 1em;
    border-radius: 0;
    margin-bottom: var(--inner);
}

.section-double__actions {
    flex: 0 1 100%;
    display: grid;
    grid-template-columns: 1fr;
}

.section-double__actions > * {
    grid-row-start: 1;
    grid-column-start: 1;
    min-height: 100%;
}

.section-double__actions + .section-double__actions {
    padding-top: var(--inner);
}

.section-double__actions--bottom > *:not(.section-double__links),
.section-double__actions > .section-double__links {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.section-double__actions--top {
    margin-bottom: auto;
}

.section-double__actions--bottom {
    margin-top: auto;
}

.section-double__actions--bottom > .section-double__links {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.section-double__title {
    margin: 0;
}

.section-double__powered:not(:last-child) {
    margin-bottom: var(--inner);
}

/* Video */
.video-background {
    position: relative;
}

.video__poster {
    position: relative;
}

.video__poster,
.video__poster .image__hero__frame {
    min-height: inherit;
}

.video__player {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    transition: opacity 0.5s ease;
}

.video__player.is-loading {
    opacity: 0;
}

.video__player video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video__player video::-webkit-media-controls {
    display: none;
}

/**
 * Home Map
 */
.map-section {
    color: var(--text);
    background-color: var(--bg);
}

.map-section__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

@media only screen and (min-width: 990px) and (max-width: 1399px) {
    .map-section--load-error {
        width: 50%;
        margin: 0 auto;
    }
}
.map-section--load-error .errors {
    width: 100%;
}

.map-section__image {
    width: 100%;
    height: 100%;
}

.map-section__image .image__hero__frame {
    min-height: 100%;
}

.flex--centered {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.no-js .homepage-slideshow,
.no-js .homepage-image:not(.column__block) {
    height: auto !important;
}

.map__text {
    margin-bottom: 1.5625rem;
}
.map__text:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 749px) {
    .map__text p {
        font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
    }
}

/*=============== Image Columns ===============*/
.homepage-columns {
    display: flex;
    align-items: stretch;
}

@media only screen and (min-width: 750px) {
    .homepage-columns.image-height .column__block {
        height: auto;
    }

    .homepage-columns.image-height.auto-height .column__block {
        height: 33vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 749px) {
    .homepage-columns.image-height--mobile .column__block {
        height: auto;
    }

    .homepage-columns.image-height--mobile.auto-height--mobile .column__block {
        height: 33vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.column__block {
    position: relative;
    overflow: hidden;
    float: none;
    min-height: inherit;
}

.column__block--content {
    flex: 1;
}

@media only screen and (min-width: 990px) {
    .column__block--map {
        flex: 0 0 66.66%;
    }
}
@media only screen and (max-width: 989px) {
    .column__block--map {
        flex: 0 0 50%;
    }
}

.column__block .flex--centered {
    padding: 15px;
}

.column__block .text-left .home__subtitle::after {
    right: initial;
}

.column__block .text-right .home__subtitle::after {
    left: initial;
}

/**
 * Home Slideshow
 */
.homepage-slideshow {
    position: relative;
    height: auto;
    overflow: hidden;
    transition: min-height 0.5s linear;
}
.homepage-slideshow .flickity-viewport {
    min-height: inherit;
    transition: height 0.5s linear;
}
.homepage-slideshow .flickity-enabled {
    min-height: inherit;
    height: 100%;
}
.homepage-slideshow .flickity-enabled.is-loading .flickity-viewport {
    transition: none;
}
.homepage-slideshow .slideshow__slide {
    display: block;
    float: none;
    width: 100%;
    color: var(--text);
}
.homepage-slideshow .slideshow__slide--onboarding {
    display: flex;
    justify-content: center;
    align-items: center;
}
.homepage-slideshow .slideshow__slide--onboarding .image-overlay {
    z-index: -1;
    opacity: 1;
}
.homepage-slideshow .flickity-page-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
@media only screen and (max-width: 989px) {
    .homepage-slideshow .flickity-page-dots {
        padding-bottom: 10px;
    }
}
.homepage-slideshow .hero__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.homepage-slideshow .hero__content {
    margin-top: 50px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 989px) {
    .homepage-slideshow .hero__content {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
.homepage-slideshow .hero__content--transparent {
    padding: 60px;
    margin-top: 0;
    margin-bottom: 0;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    .homepage-slideshow .hero__content--transparent {
        padding: 45px;
    }
}
@media only screen and (max-width: 749px) {
    .homepage-slideshow .hero__content--transparent {
        padding: 30px;
    }
}

/* Zoom out animation */
.slideshow__slider--zoom-out .image__fill > img {
    will-change: opacity, transform;
    transform: scale(1.2);
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.no-js .slideshow__slider--zoom-out .image__fill > img,
.slideshow__slider--zoom-out .is-selected .image__fill > img {
    opacity: 1;
    transform: scale(1);
}

/* Wipe animation */
.slideshow__slider--wipe .slideshow__slide {
    transition: opacity 0.8s ease-in;
}

.slideshow__slider--wipe.is-loading .slideshow__slide,
.slideshow__slider--wipe .slideshow__slide.is-selected,
.no-js .slideshow__slider--wipe .slideshow__slide {
    transition: none;
}

.no-js .slideshow__slider--wipe .hero__image,
.slideshow__slider--wipe .is-selected .hero__image {
    animation: clipPathFromRight 0.5s ease-out;
    animation-fill-mode: both;
}

@keyframes clipPathFromRight {
    0% {
        -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
        transform: translateX(2%);
    }
    100% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        transform: translateX(0);
    }
}
/* Slide styles */
.slideshow__slide > a {
    display: block;
    min-height: 100%;
    height: 100%;
    color: inherit;
}
.slideshow__slide .image__hero__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 749px) {
    .slideshow__slide .align--top-left,
    .slideshow__slide .align--top-center,
    .slideshow__slide .align--top-right,
    .slideshow__slide .align--bottom-left,
    .slideshow__slide .align--bottom-center,
    .slideshow__slide .align--bottom-right {
        align-items: center;
    }
}

@media only screen and (min-width: 750px) {
    .homepage-slideshow.screen-height-full {
        min-height: 100vh;
    }

    .homepage-slideshow.screen-height-three-quarters {
        min-height: 75vh;
    }

    .homepage-slideshow.screen-height-two-thirds {
        min-height: 66vh;
    }

    .homepage-slideshow.screen-height-one-half {
        min-height: 50vh;
    }

    .homepage-slideshow.screen-height-one-third {
        min-height: 33vh;
    }

    .homepage-slideshow.seven-fifty-height-hero {
        min-height: 750px;
    }

    .homepage-slideshow.sixty-fifty-height-hero {
        min-height: 650px;
    }

    .homepage-slideshow.five-fifty-height-hero {
        min-height: 550px;
    }

    .homepage-slideshow.four-fifty-height-hero {
        min-height: 450px;
    }

    .homepage-slideshow.three-fifty-height-hero {
        min-height: 350px;
    }

    .image-height .slideshow__slide .hero__content__wrapper {
        position: absolute;
    }

    .image-height .slideshow__slide .hero__image {
        position: relative;
    }

    .image-height .slideshow__slide .image__hero__frame {
        position: relative;
        height: 0;
        min-height: inherit;
    }
}
@media only screen and (max-width: 749px) {
    .image-height--mobile .slideshow__slide .hero__content__wrapper {
        position: absolute;
    }

    .image-height--mobile .slideshow__slide .hero__image {
        position: relative;
    }

    .image-height--mobile .slideshow__slide .image__hero__frame {
        position: relative;
        height: 0;
        min-height: inherit;
    }
}
/*
  Prevent CLS on page load
  Images are stacked until flickity is initialized which causes CLS
  Position absolute makes them stay unchanged (if only JS is enabled)
*/
.js .slideshow__slider:not(.flickity-enabled) .slideshow__slide:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

/**
 * Social sharing
 */
.share-holder {
    position: relative;
    display: block;
    z-index: 2;
}

.sharing-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
}

.sharing-button__text {
    text-transform: var(--BTN-UPPERCASE);
    font-family: var(--BTN-FONT-STACK);
    font-size: var(--BTN-FONT-SIZE);
    font-style: var(--BTN-FONT-STYLE);
    font-weight: var(--BTN-FONT-WEIGHT);
    letter-spacing: var(--BTN-LETTER-SPACING);
    position: relative;
    margin-left: 6px;
    padding-top: 5px;
}
.sharing-button__text span {
    padding: 0 0 5px;
    background: linear-gradient(to right, currentColor, currentColor);
    background-size: 0% 0.05em;
    background-position: 50% 86%;
    background-repeat: no-repeat;
    transition: color 0.25s ease-in, background-size 0.25s ease-in;
}
@media (hover: hover) {
    .sharing-button__text span:hover {
        background-size: 100% 0.05em;
    }
}
@media (hover: hover) {
    .sharing-button__text .icon-arrow-right {
        transition: transform 0.5s ease;
        transform: translateZ(0);
    }
    .sharing-button__text:hover .icon-arrow-right {
        transform: translate3d(5px, 0, 0);
    }
}

@media (hover: hover) {
    .sharing-button:hover .sharing-button__text {
        background-size: 100% 0.05em;
    }
}
.share-button__message {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    margin-top: 2px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.share-button__message.is-visible {
    visibility: visible;
    animation: showMessage 3s ease;
    animation-fill-mode: both;
}

.share-button__message::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: -1px;
    left: 22px;
    width: 12px;
    height: 12px;
    background: var(--bg);
    border: 1px solid var(--border);
    -webkit-clip-path: polygon(0% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0% 0%, 100% 100%, 0 100%);
    transform: rotate(135deg) translateX(-50%);
}

.share-button__message--right {
    right: 0;
    left: auto;
}

.share-button__message--right:after {
    right: 22px;
    left: auto;
}

.share-button__message-text {
    position: relative;
    display: block;
    border: 1px solid var(--border);
    padding: 3px 10px;
    color: var(--text-dark);
    background-color: var(--bg);
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@keyframes showMessage {
    0% {
        opacity: 0;
        transform: translateY(-4px);
    }
    15% {
        opacity: 1;
        transform: translateZ(0);
    }
    90% {
        opacity: 1;
        transform: translateZ(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-4px);
    }
}
.socials {
    --gap: 8px;
    display: flex;
    flex-wrap: wrap;
    margin: calc(var(--inner) - var(--gap)) calc(var(--gap) * -1) calc(var(--gap) * -1);
    list-style: none;
}
.socials li {
    margin: var(--gap);
}
.socials a {
    color: var(--text);
}

.text-center .socials {
    justify-content: center;
}

.social {
    --gap: 8px;
    --icon-size: 20px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: calc(var(--gap) * -1);
}
.social li {
    margin: var(--gap);
}

.social-link {
    height: var(--icon-size);
    width: var(--icon-size);
    color: var(--link);
}

.social-link:hover {
    color: var(--link-hover);
}

/**
 * Logo list
 */
.logos {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    background-color: var(--bg);
    color: var(--text);
}

.logos .container {
    background-color: initial;
}

.logos__wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
}
.logos__wrapper .logos__slider {
    width: 100%;
}
.logos__wrapper .logos__slider:after {
    content: "flickity";
    display: none;
}
.logos__wrapper .flickity-prev-next-button.previous {
    transform: translateX(-100%);
}
.logos__wrapper .flickity-prev-next-button.next {
    transform: translateX(100%);
}
@media only screen and (max-width: 749px) {
    .logos__wrapper .logos__slider:after {
        content: "";
    }
}

.logos__title {
    margin-bottom: 30px;
}
.logos__title:first-child {
    margin-top: 0;
}

.logos__logo {
    opacity: var(--logo-opacity);
    width: 200px;
    padding: 0 10px;
    transition: opacity 0.3s ease;
}
@media only screen and (max-width: 749px) {
    .logos__logo {
        width: auto;
        padding: 0 var(--gutter);
    }
}

.logos-press .logos__logo {
    cursor: pointer;
}

.logos__img {
    display: block;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.logos__img.svg-placeholder {
    background-color: transparent;
}
.logos__img .placeholder-svg-logo {
    background-color: #E1E1E1;
}

.logos__slider__outer {
    position: relative;
    width: 100%;
    order: 1;
    height: 100%;
    margin: auto;
}
@media only screen and (max-width: 749px) {
    .logos__slider__outer {
        overflow: hidden;
        max-width: none;
        width: auto;
        margin-left: calc(var(--gutter) * -1);
        margin-right: calc(var(--gutter) * -1);
    }
}

.logos__slider:not(.flickity-enabled) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.logos__slider .flickity-slider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logos__slide {
    flex: 0 0 auto;
    width: auto;
    padding: 0;
}

@media only screen and (max-width: 749px) {
    .logos__slider:not(.flickity-enabled) {
        overflow-x: auto;
        display: block;
        padding: 0 var(--gutter);
        white-space: nowrap;
        font-size: 0;
        text-align: center;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        /* for Internet Explorer, Edge */
    }
    .logos__slider:not(.flickity-enabled)::-webkit-scrollbar {
        display: none;
        /* for Chrome, Safari, and Opera */
    }

    .logos__slide {
        display: inline-block;
        vertical-align: middle;
    }
}
.logos__slide a:hover .logos__logo,
.logos__slide.is-selected .logos__logo,
.logos__slide.is-active .logos__logo {
    opacity: 1;
}

.logos__slider-text {
    margin: 0 0 20px;
    padding: 0 var(--outer) 10px;
    overflow: hidden;
}

.js .logos__slider-text:not(.flickity-enabled) {
    display: flex;
    overflow-x: auto;
}

.logos__slider-text .flickity-viewport {
    overflow: visible;
}

.logos__slider-text .logos__slide {
    width: 100%;
}

.logos__slide__text {
    text-align: center;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.25s ease-in, opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
}

.is-selected .logos__slide__text {
    transform: none;
    opacity: 1;
    animation: fadeInUp 0.3s ease-out;
    animation-delay: 0.3s;
    animation-fill-mode: backwards;
}

.no-js .logos__slide__text {
    transform: none;
    opacity: 1;
}

@keyframes fadeInUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateZ(0);
        opacity: 1;
    }
}
/**
 * Sidebar Section
 */
.section-sidebar {
    color: var(--text);
    background-color: var(--bg);
}

.section-sidebar__body {
    display: flex;
    margin: 0 calc(var(--gutter)/2 * -1);
}
@media only screen and (max-width: 749px) {
    .section-sidebar__body {
        display: block;
        margin: 0;
    }
}

.section-sidebar__aside {
    flex: 0 0 33.33%;
    padding: 0 calc(var(--gutter)/2);
}
@media only screen and (max-width: 749px) {
    .section-sidebar__aside {
        display: none;
        padding: 0;
    }
}

.section-sidebar__widget {
    position: sticky;
    top: 0;
    padding-top: calc(1.5rem - 6px);
}
.has-sticky-header .section-sidebar__widget {
    top: var(--menu-height);
}

.section-sidebar__content {
    flex: 0 1 100%;
    padding: 0 calc(var(--gutter)/2);
}
@media only screen and (max-width: 749px) {
    .section-sidebar__content {
        padding: 0;
    }
}

.section-sidebar__row {
    margin-bottom: 30px;
}
.section-sidebar__row:last-child {
    margin-bottom: 0;
}

.section-sidebar__row--accordion + .section-sidebar__row--accordion {
    overflow: hidden;
    margin-top: -30px;
}

.section-sidebar__row--title {
    margin-bottom: 0;
}

.section-sidebar__title {
    padding: 1.5rem 0;
    margin: 0;
    line-height: 1.2;
}

/**
 * Related
 */
.related__wrapper {
    color: var(--text);
    background-color: var(--bg);
}

.related__products {
    text-align: center;
}
.related__products .related__wrapper {
    --text: var(--text-light);
}
.related__wrapper .related__products .tabs__head {
    margin-bottom: 30px;
}
.related__products .tabs__arrow {
    margin-top: -9px;
}
.related__products .tab-link,
.related__products .tab-content {
    padding: 0;
}
@media only screen and (min-width: 750px) {
    .related__products .product-grid:after {
        content: "flickity";
        display: none;
    }
}
.related__products .product-grid.flickity-resize .flickity-slider .product-item {
    height: 100%;
}

.pswp {
    z-index: 6000;
}
.pswp .pswp__bg {
    background: rgba(0, 0, 0, 0.75);
}
.pswp .pswp__img {
    background-color: var(--bg);
    filter: brightness(var(--filter-bg));
}
.pswp .pswp__zoom-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pswp .pswp__custom-inner {
    max-width: 920px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}
.pswp .pswp__custom-inner:before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: "";
}
.pswp .pswp__custom-content {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.pswp .pswp__custom-native video {
    width: 100%;
    height: auto;
}
.pswp .pswp__custom-iframe-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.pswp .pswp__custom-iframe-outer > video,
.pswp .pswp__custom-iframe-outer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pswp .pswp__custom-close .icon {
    --icon-size: 16px;
    position: absolute;
    margin-left: -7px;
    pointer-events: none;
    transform: translateY(-50%);
    transition: transform 0.3s;
}
.pswp .pswp__custom-close {
    position: absolute;
    top: 34px;
    right: 40px;
    z-index: 4;
    width: 50px;
    height: 50px;
    border: 1px solid var(--border);
    background-color: var(--COLOR-BG);
    color: var(--primary);
    text-align: center;
    transition: all 0.4s;
}
@media only screen and (max-width: 749px) {
    .pswp .pswp__custom-close {
        top: 50px;
        right: 10px;
    }
}
.pswp .pswp__custom-close:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pswp .pswp__custom-close:hover {
    border-color: var(--COLOR-BORDER-DARK);
    transform: scale(1.1);
}
.pswp .pswp__custom-close:hover .icon {
    transform: translateY(-50%) rotate(90deg);
}
.pswp .pswp__counter {
    display: none;
}
.pswp .pswp__loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: opacity 0.4s, visibility 0.4s;
}
.pswp .pswp__loader-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.pswp--not-close-btn .pswp__custom-close {
    display: none;
}

.pswp[data-pswp-option-classes*=pswp-zoom-gallery] {
    position: fixed;
    display: block;
    opacity: 1 !important;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__img--placeholder {
    display: none;
}

.pswp-zoom-gallery .pswp__loader {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.8s;
}

.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__loader,
.pswp-zoom-gallery .pswp__loader {
    z-index: 5;
    display: block;
    background: var(--COLOR-BG);
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__title,
.pswp-zoom-gallery .pswp__title {
    cursor: pointer;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__bg,
.pswp-zoom-gallery .pswp__bg {
    background: var(--COLOR-BG);
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__container,
.pswp-zoom-gallery .pswp__container {
    transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__scroll-wrap,
.pswp-zoom-gallery .pswp__scroll-wrap {
    bottom: 146px;
    height: auto;
    overflow: visible;
}
@media only screen and (max-width: 749px) {
    .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__scroll-wrap,
    .pswp-zoom-gallery .pswp__scroll-wrap {
        bottom: 0;
        overflow: hidden;
    }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__zoom-wrap,
.pswp-zoom-gallery .pswp__zoom-wrap {
    display: block;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__item,
.pswp-zoom-gallery .pswp__item {
    overflow: visible;
}
@media only screen and (max-width: 749px) {
    .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__item,
    .pswp-zoom-gallery .pswp__item {
        overflow: hidden;
    }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--right,
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--left,
.pswp-zoom-gallery .pswp__button--arrow--right,
.pswp-zoom-gallery .pswp__button--arrow--left {
    position: absolute;
    top: 50%;
    left: 40px;
    z-index: 3;
    width: 50px;
    height: 50px;
    border: 1px solid var(--border);
    margin-top: -25px;
    background: var(--COLOR-BG);
    color: currentColor;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 749px) {
    .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--right,
    .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--left,
    .pswp-zoom-gallery .pswp__button--arrow--right,
    .pswp-zoom-gallery .pswp__button--arrow--left {
        left: 10px;
        transform: translateY(0);
    }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--right:hover,
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--left:hover,
.pswp-zoom-gallery .pswp__button--arrow--right:hover,
.pswp-zoom-gallery .pswp__button--arrow--left:hover {
    transform: scale(1.1);
    --primary: var(--COLOR-PRIMARY-HOVER);
    border-color: var(--COLOR-BORDER-DARK);
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--right .icon,
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--left .icon,
.pswp-zoom-gallery .pswp__button--arrow--right .icon,
.pswp-zoom-gallery .pswp__button--arrow--left .icon {
    stroke: var(--primary);
    fill: none;
    pointer-events: none;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--right,
.pswp-zoom-gallery .pswp__button--arrow--right {
    left: auto;
    right: 40px;
}
@media only screen and (max-width: 749px) {
    .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--right,
    .pswp-zoom-gallery .pswp__button--arrow--right {
        right: 10px;
    }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumbs,
.pswp-zoom-gallery .pswp__thumbs {
    position: absolute;
    bottom: -146px;
    left: 0;
    z-index: 2;
    overflow-x: auto;
    width: 100%;
    padding: 10px 10px 16px;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    will-change: transform;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumbs::-webkit-scrollbar,
.pswp-zoom-gallery .pswp__thumbs::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}
@media only screen and (max-width: 749px) {
    .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumbs,
    .pswp-zoom-gallery .pswp__thumbs {
        bottom: 0;
        padding: 10px 0;
    }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumb,
.pswp-zoom-gallery .pswp__thumb {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 10px;
    background-size: cover;
    background-color: var(--COLOR-BG);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: inherit;
    vertical-align: top;
    filter: brightness(var(--filter-bg));
    transition: all 0.2s ease-in-out;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumb:hover,
.pswp-zoom-gallery .pswp__thumb:hover {
    transform: scale(1.1);
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumb:before,
.pswp-zoom-gallery .pswp__thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    pointer-events: none;
    transition: border-color 0.2s ease-in-out;
    content: "";
}
@media only screen and (max-width: 749px) {
    .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumb,
    .pswp-zoom-gallery .pswp__thumb {
        width: 42px;
        height: 42px;
    }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumb.is-current:before,
.pswp-zoom-gallery .pswp__thumb.is-current:before {
    border-color: var(--COLOR-BG);
}
@media only screen and (max-width: 749px) {
    .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumb.is-current,
    .pswp-zoom-gallery .pswp__thumb.is-current {
        transform: scale(1.4);
    }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption,
.pswp-zoom-gallery .pswp__caption {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 30px;
    max-width: 28vw;
    padding: 10px 20px 10px 50px;
    background: var(--COLOR-BG);
}
@media only screen and (max-width: 749px) {
    .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption,
    .pswp-zoom-gallery .pswp__caption {
        top: 50px;
        left: 10px;
        max-width: 250px;
        max-width: calc(100% - 80px);
        padding: 7px 14px 7px 7px;
    }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption .pswp__caption__center *:not(.product__title):not(.product__title > a),
.pswp-zoom-gallery .pswp__caption .pswp__caption__center *:not(.product__title):not(.product__title > a) {
    display: none;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption .product__title > a,
.pswp-zoom-gallery .pswp__caption .product__title > a {
    pointer-events: none;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption .pswp__caption-close,
.pswp-zoom-gallery .pswp__caption .pswp__caption-close {
    position: absolute;
    top: 5px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    color: currentColor;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption .pswp__caption-close:hover,
.pswp-zoom-gallery .pswp__caption .pswp__caption-close:hover {
    color: var(--COLOR-PRIMARY-HOVER);
}
body.is-focused .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption .pswp__caption-close:focus,
body.is-focused .pswp-zoom-gallery .pswp__caption .pswp__caption-close:focus {
    outline: initial !important;
    box-shadow: 0px 0px 0px 2px var(--COLOR-PRIMARY);
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption .pswp__caption-close .icon,
.pswp-zoom-gallery .pswp__caption .pswp__caption-close .icon {
    --icon-size: 28px;
    position: absolute;
    top: 7px;
    left: 14px;
    stroke: currentColor;
    fill: none;
    pointer-events: none;
}
@media only screen and (max-width: 749px) {
    .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption .pswp__caption-close,
    .pswp-zoom-gallery .pswp__caption .pswp__caption-close {
        display: none;
    }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption .product__link-holder,
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption .product__badge,
.pswp-zoom-gallery .pswp__caption .product__link-holder,
.pswp-zoom-gallery .pswp__caption .product__badge {
    display: none;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption h1,
.pswp-zoom-gallery .pswp__caption h1 {
    margin: 0 0 5px;
    font-size: calc(1.2rem * var(--FONT-ADJUST-HEADING));
}
@media only screen and (max-width: 749px) {
    .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption h1,
    .pswp-zoom-gallery .pswp__caption h1 {
        font-size: calc(1rem * var(--FONT-ADJUST-HEADING));
    }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption h1:last-child,
.pswp-zoom-gallery .pswp__caption h1:last-child {
    margin-bottom: 0;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption div,
.pswp-zoom-gallery .pswp__caption div {
    margin-top: 0;
    font-size: calc(1rem * var(--FONT-ADJUST-BODY));
}
@media only screen and (max-width: 749px) {
    .pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption div,
    .pswp-zoom-gallery .pswp__caption div {
        font-size: calc(0.875rem * var(--FONT-ADJUST-BODY));
    }
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption div:last-child,
.pswp-zoom-gallery .pswp__caption div:last-child {
    margin-bottom: 0;
}
.pswp[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__caption--fake,
.pswp-zoom-gallery .pswp__caption--fake {
    display: none;
}

.pswp-zoom-gallery--single[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__scroll-wrap,
.pswp-zoom-gallery--single .pswp__scroll-wrap {
    bottom: 0;
}
.pswp-zoom-gallery--single[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--right,
.pswp-zoom-gallery--single[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__button--arrow--left,
.pswp-zoom-gallery--single[data-pswp-option-classes*=pswp-zoom-gallery] .pswp__thumbs,
.pswp-zoom-gallery--single .pswp__button--arrow--right,
.pswp-zoom-gallery--single .pswp__button--arrow--left,
.pswp-zoom-gallery--single .pswp__thumbs {
    display: none;
}

/*====== Cart Dropdown ======*/

body.cart-drawer-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--COLOR-PRIMARY);
    z-index: 5601;
    position: absolute;
    opacity: .2;
}
.cart-drawer {
    --inner: 15px;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 6000;
    display: flex;
    flex-direction: row-reverse;
    height: 100%;
    width: fit-content;
    /* max-width: 454px; */
    border-left: 0;
    background-color: var(--bg);
    opacity: 0;
    transition: none;
    transform: translate3d(100%, 0, 0);
}
.cart-drawer strong {
    font-weight: 700;
}
@media only screen and (max-width: 749px) {
    .cart-drawer {
        border-left: none;
        width: 100%;
        max-width: 454px;
    }
    .cart-drawer .cart__checkout {
        margin: 0 0 8px;
    }
}
.cart-drawer.is-open {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.cart-drawer .cart__checkout, [cart-drawer-button] {
    margin: 0 0 8px;
    max-height: 38px;
}
.cart-drawer .additional-checkout-buttons .dynamic-checkout__content {
    padding: calc(var(--inner) - 5px) var(--inner) var(--inner) var(--inner);
}
.cart-drawer .is-hidden a,
.cart-drawer .is-hidden button,
.cart-drawer .is-hidden input,
.cart-drawer .is-hidden textarea,
.cart-drawer .is-hidden select,
.cart-drawer .is-hidden .popout__toggle {
    visibility: hidden;
}

.cart-drawer .cart__foot__inner {
    padding: calc(var(--inner) - 2px) 32px;
    padding-top: 0;
}

.cart-drawer .cart__note {
    margin: 0;
    text-align: center;
}

.cart-drawer .cart__total {
    margin: 12px 0 5px 0
}

.cart-drawer .cart__widget--products {
    border-top: 1px solid var(--border);
}

.cart-drawer .cart__widget__content__inner {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media only screen and (max-width: 749px) {
    .cart-drawer .cart__widget__content__inner {
        padding-top: 12px;
        padding-bottom: 12px;

    }

    .mobile-only .cart-drawer__message.free-shipping {
        margin-top: 10px;
    }

}

.cart-drawer .product-upsell__errors .errors {
    margin-top: 0;
}

.cart-drawer__head {
    position: relative;
    width: 100%;
    padding: 16px 32px;
    border-bottom: 0;
    border-bottom: 1px solid var(--COLOR-BADGE-BG);
}
.cart-drawer__head h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: var(--FONT-STACK-HEADING);
    font-size: 24px;
    font-weight: var(--FONT-WEIGHT-BODY);
    font-style: var(--FONT-STYLE-BODY);
    margin: 0;
    line-height: 1;
    margin-bottom: -3px;
}
@media only screen and (max-width: 749px) {
    .cart-drawer__head h3 {
        font-size: 20px;
    }
}

.cart-drawer__close {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 30px;
    height: 30px;
    padding: 0;
    color: inherit;
    font-size: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate3d(0, -50%, 0);
    transition: color 0.3s ease;
}
.cart-edit-modal .cart-drawer__close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    padding: 0;
    color: inherit;
    font-size: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate3d(0, 0, 0);
    transition: color 0.3s ease;
}
.cart-drawer__close .icon {
    display: block;
    fill: currentColor;
    transition: transform 0.3s;
    pointer-events: none;
    width: var(--icon-size, 26px);
    height: var(--icon-size, 26px);
}
@media (hover: hover) {
    .cart-drawer__close:hover {
        color: var(--link-hover);
    }
    .cart-drawer__close:hover .icon {
        transform: rotate(90deg);
    }
}

.cart-drawer__body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: column;
}



.cart-drawer__empty:not(.is-hidden) {
    max-height: 100%;
    width: 100%;
}

.cart-drawer__empty__inner {
    padding: 0 32px;
}



.cart-drawer__foot {
    width: 100%;
    margin-top: auto;
    height: 40%;
}

@media only screen and (max-width: 749px) {
    .cart-drawer__body {
        max-height: 50%;
    }

    .cart-drawer__foot{
        height: 50%;
    }
}

.cart-drawer__message {
    padding: 12px 32px;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    flex-wrap: wrap;
    font-weight: 500;
    border-bottom: 0;
}

@media only screen and (max-width: 749px) {

    .cart-drawer__message {
        font-size: 12px !important;
        letter-spacing: 0 !important;
    }
}


.cart-drawer__message--custom {
    display: none;
}
.cart-drawer__message--custom p {
    margin: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 0;
    font-size: 13px;
}

.cart-drawer__empty__message {
    padding: calc(var(--inner) * 2) 0;
    transition: all 0.3s;
    margin: 0 auto;
    font-size: 22px;
    letter-spacing: 1.46px;
    font-family: var(--FONT-STACK-HEADING);
}

.is-hidden .cart-drawer__empty__message {
    padding: 0;
}

.cart-drawer__empty__buttons {
    display: grid;
    gap: 10px;
    justify-items: center;
    margin-top: 2rem;
}

@media only screen and (min-width: 749px) {
    .cart-drawer__empty__buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 8vh;
        max-width: 90%;
    }
}

.cart-drawer__empty__item {
    width: 100%;
}

.cart-drawer__empty__item--odd--last {
    grid-column: 2 span/3;
    max-width: 100%;
}

.cart-drawer__empty__item .btn, .cart-drawer__empty__item #challenge .shopify-challenge__button, #challenge .cart-drawer__empty__item .shopify-challenge__button, .cart-drawer__empty__item .product__reviews .spr-summary-actions-newreview, .product__reviews .cart-drawer__empty__item .spr-summary-actions-newreview, .cart-drawer__empty__item .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .cart-drawer__empty__item .shopify-payment-button__button--unbranded {
    min-height: 100%;
}

.cart-drawer__errors {
    position: sticky;
    top: 0;
    z-index: 9;
    border-left: none;
    border-right: none;
}

.cart-drawer__errors .cart__errors__inner {
    padding: calc(var(--inner) / 2) var(--inner);
    margin: 0;
    border-left: none;
    border-right: none;
}

/*====== Cart Item ======*/
.cart__item {
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: var(--inner);
    border-bottom: 1px solid var(--border);
}

.cart-drawer__items .cart__item {
    border-bottom: 0;
    padding-left: 0;
    padding-bottom: 0;
}

@media only screen and (max-width: 749px) {
    .cart-drawer__items .cart__item {
        padding-left: 0;
        padding-right: 0;
    }
}

.cart__item--no-border {
    border-bottom: none;
}

.cart__item.is-removed {
    overflow: hidden;
    animation: cartItemRemoved 0.5s ease;
    animation-fill-mode: forwards;
}

.cart__item__image {
    font-size: 0;
    display: flex;
    align-items: center;
}
.cart__item__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cart__item__image a:not(.cart__item__remove) {
    display: block;
    width: 75px;
    height: 100px;
    background-color: var(--bg);
    filter: brightness(var(--filter-bg));
    text-decoration: none;
    transition: opacity 0.3s;
}

.cart-drawer__items .cart__item__image a:not(.cart__item__remove) {
    width: 126px;
    height: 170px;
}

@media only screen and (max-width: 749px) {
    .cart__item__image a:not(.cart__item__remove) {
        width: 112px;
        height: 150px;
    }
    .cart__item_content-holder {
        padding-right: 0px;
    }
    .cart__item__title {
        padding-right: 30px;
    }
}

.cart__item__image .lazy-image {
    height: 100%;
}
@media (hover: hover) {
    .cart__item__image a:hover {
        opacity: 0.75;
    }
}

.cart__item_content-holder {
    width: calc(100% - 90px);
    padding: 0 30px;
    padding-right: 0px;
}

.cart__item__title {
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    font-style: var(--FONT-STYLE-BODY);
    margin-bottom: 8px;
    line-height: 1.35;
    font-size: 13px;
    letter-spacing: 0.8px;
}

.cart-drawer__items .cart__item__title {
    font-size: 10px;
}

.cart__continue-shopping:not(.is-mobile) {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 1.5rem 0 0 0;
}

.cart__continue-shopping:not(.is-mobile) .btn--primary {
    display: flex;
    height: 43px;
    width: auto;
    align-items: center;
}

.cart__continue-shopping span {
    letter-spacing: 0;
}

.cart__continue-shopping.is-mobile {
    display: none;
}

@media only screen and (max-width: 749px) {
    .cart__continue-shopping:not(.is-desktop) {
        display: flex;
    }

    .cart__continue-shopping.is-desktop {
        display: none;
    }
}


.cart__item__vendor {
    font-family: var(--FONT-STACK-HEADING);
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.38px;
    margin: 0;
}

@media only screen and (max-width: 749px) {

    .cart__item__vendor {
        font-size: 17px;
    }

    .cart__item__title {
        font-size: 10px;
        letter-spacing: 0.64px;
    }
}

.cart__item__title a {
    transition: color 0.3s ease;
}

.cart__item__remove {
    --icon-size: 20px;
    position: static;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 24px;
    font-size: 0;
    transition: color 0.3s ease;
}

@media only screen and (max-width: 749px) {
    .cart__item__remove {
        --icon-size: 16px;
    }
}

.cart__item__remove .icon {
    display: block;
    transition: transform 0.3s ease;
}
.cart__item__remove:hover {
    color: var(--link-hover);
}
.cart__item__remove:hover .icon {
    transform: rotate(90deg);
}

.cart__item__meta {
    margin-bottom: 10px;
}

.cart__item__meta:not(:has(.cart__item__selected-options)) .cart__edit {
    padding-left: 0;
}

.cart__item__selling-plan {
    font-size: max(0.75rem * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
    font-style: var(--FONT-STYLE-BODY-ITALIC);
}
.cart__item__selling-plan span {
    display: block;
    margin: 5px 0;
}


.cart__item__meta:has(.cart__item__property span:not(:empty)) .cart__item__selected-options  {
    display: none;
}

@media only screen and (max-width: 749px) {
    .cart__item__selling-plan {
        font-size: max(0.75em * var(--FONT-ADJUST-BODY), 12px * var(--FONT-ADJUST-BODY));
    }
}

.item__title .cart__item__selling-plan span {
    margin-bottom: 0px;
    margin-top: 10px;
}

.cart__item__selected-options,
.cart__item__property {
    margin: 2px 0 0;
    font-size: 12px;
    line-height: 1;
    text-transform: capitalize;
}

.cart__item__selected-options em {
    display: inline-flex;
    margin: 0 2px;
}

@media only screen and (max-width: 749px) {
    .cart__item__selected-options,
    .cart__item__property {
        font-size: 12px;
    }
}

.popup-cookies {
    position: fixed;
    display: none;
    padding: var(--gutter);
    background-color: var(--bg);
    color: var(--text);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    line-height: var(--line-height-normal);
    text-align: center;
}
.popup-cookies :root {
    --bg: var(--COLOR-BG);
    --text: var(--COLOR-TEXT);
}
.popup-cookies:not([data-promo-text]) {
    z-index: 4005;
    transition: z-index 0.3s, opacity 0.3s, visibility 0.3s;
}
[data-scroll-locked] .popup-cookies:not([data-promo-text]) {
    z-index: -1;
    visibility: hidden;
    opacity: 0 !important;
    pointer-events: none;
}
.popup-cookies .popup__title {
    font-family: var(--FONT-STACK-HEADING);
    font-style: var(--FONT-STYLE-HEADING);
    line-height: 1.2;
    font-weight: var(--FONT-WEIGHT-HEADING);
    margin: 0 0 0.5em 0;
    margin-bottom: 10px;
    font-size: calc(var(--font-4) * var(--FONT-ADJUST-HEADING));
}
.popup-cookies .popup__title--cookies {
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-HEADING));
}
.popup-cookies .popup__tracking p:nth-child(2) {
    margin-bottom: 15px;
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}
.popup-cookies a:not(.btn):not(.btn--neutral),
.popup-cookies button:not(.close):not(.btn) {
    color: var(--COLOR-PRIMARY);
}
.popup-cookies a:not(.btn):not(.btn--neutral):hover,
.popup-cookies button:not(.close):not(.btn):hover {
    color: var(--link);
}
.popup-cookies .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: inherit;
    transition: transform 0.3s;
}
.popup-cookies .close:hover {
    transform: rotate(90deg);
}
@media only screen and (max-width: 479px) {
    .popup-cookies .close {
        top: 5px;
        right: 5px;
    }
}
.popup-cookies .close svg {
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 480px) {
    .popup-cookies--left {
        left: 0;
        bottom: 30px;
        max-width: 350px;
    }
    .popup-cookies--right {
        right: 0;
        bottom: 30px;
        max-width: 350px;
    }
    .popup-cookies--bottom {
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px var(--outer);
    }
    .popup-cookies--bottom .popup__tracking__text,
    .popup-cookies--bottom .popup__tracking {
        display: flex;
        align-items: center;
    }
    .popup-cookies--bottom .popup__tracking__text {
        flex-wrap: wrap;
    }
    .popup-cookies--bottom .popup__tracking p,
    .popup-cookies--bottom .popup__tracking p:nth-child(2),
    .popup-cookies--bottom .popup__tracking > a:not(.btn),
    .popup-cookies--bottom .popup__tracking > button:not(.close) {
        margin: 0 16px 0 0;
        font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
    }
    .popup-cookies--bottom .popup__tracking > button:not(.close) {
        flex: 0 0 auto;
        padding-right: 0;
        margin: 0 0 0 auto;
    }
    .popup-cookies--center {
        top: 50%;
        left: 50%;
        max-width: 350px;
        transform: translate(-50%, -50%);
    }
}
@media only screen and (max-width: 479px) {
    .popup-cookies {
        max-width: none;
        left: 15px;
        right: 15px;
        bottom: 60px;
    }
    .popup-cookies:first-child:last-child {
        bottom: 15px;
    }
}

.popup-large-promo {
    position: relative;
    z-index: 9999999;
}
.popup-large-promo .newsletter-form {
    margin: 0 auto;
}

.field-error {
    color: #ba3939;
    font-size: 10px;
}
#marketing-error {
    text-align: left !important;
    display: block;
    width: 100%;
    margin-top: 6px;
}

.checkbox-input .field-error,
.input-row .field-error {
    text-align: left !important;
}
.popup-large-promo .modal--newsletter .modal__text .modal__inner {
    text-align: left;
}

.popup-large-promo .modal--newsletter .modal__text .modal__inner .popup_fields_flex {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    position: relative;

}

#newsletter-form-footer-0 .checkbox-input{
    margin-top: 25px;
}

#first-name-error {
    right: 0;
}

#first-name-error, #last-name-error,#email-error {
    position: absolute;
    bottom: -15px;
}

.popup-large-promo .modal--newsletter .modal__text .modal__inner .popup_fields_flex input {
    margin-bottom: 0;
}

.popup-large-promo .modal--newsletter .modal__text .modal__inner .modal__description {
    font-size: 17px;
    font-weight: 300;
}

.popup-large-promo .modal--newsletter .modal__text .modal__inner .input-group button{
    position: relative;
    color: #000;
    transition: all ease-in-out;
    transition-duration: 100ms;
}

.popup-large-promo .modal--newsletter .modal__text .modal__inner .input-group button:hover{
    opacity: 0.5;
}

.popup-large-promo .modal--newsletter .modal__text .modal__inner .input-group button::before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 15px;
    width: 73%;
    height: 1px;
    background: #000;
    transform: translate(-50%,0%);
}

.popup-large-promo .modal--newsletter .modal__text .modal__inner .newsletter-form .checkbox-input {
    margin-top: 25px;
}

.popup-large-promo .modal--newsletter .modal__text .modal__inner .newsletter-form .checkbox-input label {
    line-height: 10px;
}

.popup-large-promo .modal--newsletter .modal__text .modal__inner .newsletter-form .checkbox-input label span {
    position: inherit;
    font-size: 10px;
    color: #000;
}
@media only screen and (max-width: 749px) {
    [data-popup-delay].desktop {
        display: none !important;
    }
}

@media only screen and (min-width: 750px) {
    [data-popup-delay].mobile {
        display: none !important;
    }
}

[data-promo-text][data-popup-delay=always],
[data-popup-delay=always]:not([data-large-popup]) > * {
    z-index: 4004;
}

[data-promo-text][data-popup-delay=delay],
[data-popup-delay^=delayed]:not([data-large-popup]) > * {
    z-index: 4003;
}

[data-large-popup] > * {
    z-index: 4002;
}

[data-popup-delay]:not([data-popup-delay=always]):not([data-popup-delay^=delayed]):not([data-large-popup]):not([data-tracking-consent]) {
    z-index: 4001;
}

.has-block-selected > div:not(.selected) {
    visibility: hidden;
}

.select-popout {
    position: relative;
    text-align: left;
    align-self: flex-start;
}
.select-popout > .quantity-selector {
    display: none;
}
.select-popout > .quantity-selector input {
    border-color: var(--primary);
}
.select-popout.is-active > *:not(.quantity-selector) {
    display: none;
}
.select-popout.is-active > .quantity-selector {
    display: block;
}

.select-popout__toggle {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding: var(--form-top) calc(var(--form-left) * 2) var(--form-top) var(--form-left);
    border: 1px solid var(--primary);
    border-radius: var(--RADIUS-SELECT);
    line-height: var(--line-height-normal);
    text-align: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: border-radius 0.15s ease;
}

.sold-out .select-popout__toggle::after {
    content: attr(data-select-soldout);
}

.unavailable .select-popout__toggle::after {
    content: attr(data-select-unavailable);
}

.select-popout__toggle .icon-nav-arrow-down {
    --icon-size: 18px;
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    transition: transform 0.3s ease;
}

.select-popout__toggle[aria-expanded=true] {
    border-radius: var(--RADIUS-SELECT) var(--RADIUS-SELECT) 0 0;
}

.select-popout__toggle[aria-expanded=true] .icon-nav-arrow-down {
    transform: rotateX(180deg);
}

.select-popout__list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
    min-height: calc(var(--form-top) * 2 + var(--font-2) * var(--FONT-ADJUST-BODY) * 1.2);
    width: 100%;
    border: 1px solid var(--primary);
    border-top-width: 0px;
    margin: -1px 0 0;
    background: var(--bg);
    list-style: none outside none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s;
}

.select-popout__list.popout-list--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.4s, visibility 0.4s;
}

.select-popout__item {
    display: block;
    margin-bottom: 0;
}

.select-popout__item.is-active .select-popout__option {
    background: var(--COLOR-BG-SECONDARY);
}

.select-popout__option {
    display: block;
    padding: var(--form-top) var(--form-left);
    color: inherit;
    transition: background 0.3s;
}
.select-popout__option:hover {
    color: var(--text-color);
    background: var(--COLOR-BG-SECONDARY);
}
.select-popout__option.sold-out::after {
    content: attr(data-select-soldout);
}
.select-popout__option.unavailable::after {
    content: attr(data-select-unavailable);
}

.select-popout--top .select-popout__list {
    border-width: 1px 1px 0;
    bottom: 100%;
    top: auto;
    margin: 0 0 -1px;
}

/*====== Product Upsell ======*/
:root {
    --btn-text-width: 0px;
}

.product-upsell__holder__title {
    margin-top: 0;
}

.product-upsell {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    background-color: var(--bg-accent);
}

.product-upsell__image {
    width: 120px;
}

.product-upsell__image__link {
    display: block;
    height: 100%;
}

.product-upsell__image__thumb {
    overflow: hidden;
    position: relative;
    padding-top: var(--PRODUCT-GRID-ASPECT-RATIO);
    min-height: 100%;
    filter: brightness(var(--filter-bg));
}

.product-upsell__image__thumb .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.product-upsell__content {
    --inner: 16px;
    width: calc(100% - 120px);
    padding: var(--inner) 60px var(--inner) var(--inner);
}
@media only screen and (min-width: 990px) {
    .product-upsell__content {
        --inner: 24px;
    }
}

.product-upsell__title {
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    font-style: var(--FONT-STYLE-BODY);
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
    margin-top: 0;
}

.product-upsell__variant-title {
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    font-style: var(--FONT-STYLE-BODY);
    font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
    color: var(--text-light);
}

.product-upsell__variant-title span {
    display: inline-block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    margin: 0 4px;
    background-color: currentColor;
    vertical-align: middle;
    opacity: 0.8;
}

.product-upsell__price {
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    font-style: var(--FONT-STYLE-BODY);
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}

.product-upsell__price .unit {
    font-family: var(--FONT-STACK-BODY);
    font-weight: var(--FONT-WEIGHT-BODY);
    font-style: var(--FONT-STYLE-BODY);
    display: block;
    margin-top: 5px;
    color: var(--text-light);
}

.product-upsell__btn {
    --btn-size: 32px;
    --btn-text: var(--primary);
    --btn-icon-offset: 4px;
    --btn-text-padding: 6px;
    --text-size: calc(0.8rem * var(--FONT-ADJUST-BODY));
    overflow: hidden;
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    min-width: var(--btn-size);
    min-height: var(--btn-size);
    padding: 0 10px;
    border: none;
    border-radius: 16px;
    font-size: calc(1rem * var(--FONT-ADJUST-BODY));
    line-height: 32px;
    color: var(--primary);
    background: var(--bg);
    text-align: center;
}
@media only screen and (max-width: 479px) {
    .product-upsell__btn {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 10px 0 0;
    }
}

.product-upsell__btn .btn__text-cloned {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    font-size: var(--text-size);
    opacity: 0;
    white-space: nowrap;
}

.product-upsell__btn .btn__text {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    opacity: 0;
    font-size: var(--text-size);
    text-align: right;
    white-space: nowrap;
    transition: opacity 0.3s ease, width 0.3s ease, visibility 0.3s;
}

.product-upsell__btn.is-loading,
.product-upsell__btn.is-added {
    width: var(--btn-size);
}
.product-upsell__btn.is-loading .btn__text,
.product-upsell__btn.is-added .btn__text {
    opacity: 0;
}

.product-upsell__btn .btn__plus {
    --icon-size: 20px;
    position: relative;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin: 0 calc(var(--btn-icon-offset) * -1);
}

.product-upsell__btn .icon-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    fill: currentColor;
    transform: translate(-50%, -50%);
}

.product-upsell__btn.is-loading {
    pointer-events: none;
}

@media (hover: hover) {
    .product-upsell__btn:hover .btn__text {
        width: calc(var(--btn-text-width) + var(--btn-text-padding) + var(--btn-icon-offset));
        opacity: 1;
        visibility: visible;
    }

    .no-js .product-upsell__btn:hover .btn__text {
        width: auto;
        padding-left: calc(var(--btn-text-padding) + var(--btn-icon-offset));
    }

    .product-upsell__btn.is-added:hover,
    .product-upsell__btn.is-loading:hover {
        min-width: var(--btn-size);
    }

    .product-upsell__btn.is-added:hover .btn__text,
    .product-upsell__btn.is-loading:hover .btn__text {
        width: 0;
        opacity: 0;
        visibility: hidden;
    }
}
.product-upsell__out-of-stock {
    display: none;
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
    color: var(--sale-text-secondary);
}

.product-upsell__btn.is-hidden {
    display: none;
}

.product-upsell__btn.is-hidden ~ .product-upsell__out-of-stock {
    display: block;
}

.product-upsell__errors {
    overflow: hidden;
    position: relative;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, max-height 0.5s cubic-bezier(0, 0.75, 0.25, 1), visibility 0.5s;
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
}
.product-upsell__errors.is-visible {
    visibility: visible;
    max-height: 300px;
    opacity: 1;
    transition-timing-function: cubic-bezier(0.5, 0.25, 0.75, 1);
}
.product-upsell__errors .errors {
    position: relative;
    padding: 10px 30px 10px 10px;
    margin: 10px 0;
    border: 1px solid var(--COLOR-ERROR-BORDER);
    border-radius: var(--RADIUS);
    background-color: var(--COLOR-ERROR-BG);
    color: var(--COLOR-ERROR);
}

quick-add-product + quick-add-product {
    display: none;
}

/*====== Product Quick view Drawer ======*/
.product-quick-add {
    --inner: 20px;
    --outer: 20px;
    --outer-offset: calc(var(--outer) * -1);
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6000;
    width: 100vw;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s, visibility 0.5s;
}
.product-quick-add.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
}

.product-quick-add__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}

.product-quick-add__inner {
    display: grid;
    grid-template-rows: 1fr 1fr;
    height: 100%;
}
@media only screen and (max-width: 749px) {
    .product-quick-add__inner {
        display: block;
        height: auto;
    }
}

.product-quick-add__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 417px;
    max-height: 100%;
    background-color: var(--bg);
    transition: transform 0.5s;
}
@media only screen and (min-width: 750px) {
    .product-quick-add__content {
        transform: translate3d(100%, 0, 0);
    }
}
@media only screen and (max-width: 749px) {
    .product-quick-add__content {
        top: auto;
        max-width: 100%;
        transform: translate3d(0, 100%, 0);
        border-radius: 10px 10px 0 0;
    }
}

.is-open > .product-quick-add__content {
    transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 749px) {
    .product-quick-add__slides {
        display: block !important; /* was none */
        width: 100%;
        margin-bottom: 1.6rem; /* space below images before form */
        max-height: 420px; /* prevent overly tall images on very long aspect ratios */
        overflow: hidden;
        position: relative;
    }
    .product-quick-add__slides:empty {display:none;}
    .product-quick-add__slides .product__slide {
        height: auto;
    }
    .product-quick-add__slides .product__photo,
    .product-quick-add__slides .image-wrapper {
        position: relative;
        height: auto;
    }
    .product-quick-add__slides .lazy-image {
        position: relative;
        top: auto;left:auto;transform:none; /* use natural flow for mobile */
    }

    .cart-edit-modal .product-quick-add__slides {
        display: block !important;
    }
}
.product-quick-add__slides .product__slide {
    overflow: hidden;
    width: 100%;
}
.product-quick-add__slides .product__slide:only-child {
    width: 100%;
}
.product-quick-add__slides .product__photo {
    height: 100%;
}


.quick-add_separator {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.quick-add_separator .product__siblings  {
    flex-basis: 100%;
}

.quick-add_separator .product__price__wrap {
    align-items: flex-end;
}

.quick-add_separator .product__price {
    display: flex;
    align-items: baseline;
}

.quick-add_separator .product__price__wrap {
    align-self: start;
}

.product-quick-add__slides-wrapper {
    display: flex;
    justify-content: center;

}

.product-quick-add__slides {
    min-width: 206px;
    max-width: 206px;
}

.product-quick-add__slides .product__photo {
    min-height: 274px;
    max-width: 206px;
}

@media only screen and (max-width: 749px) {

    .product-quick-add__slides {
        min-width: 180px;
        max-width: 180px;
    }

    .product-quick-add__slides .product__photo {
        min-height: 239px;
        max-width: 180px;
    }

    .cart-edit-modal .product-quick-add__slides {
        margin-bottom: 15px;
    }
}

.product-quick-add__slides .simple-nav-prev {
    left: -10px !important;
}

.product-quick-add__slides .simple-nav-next {
    right: -10px !important;
}



.product-quick-add__slides .product__photo img {
    min-height: auto;
    max-width: 100%;
}

.product-quick-add__slides .image-wrapper {
    height: 100%;
    padding: 0;
}
.product-quick-add__slides .lazy-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-quick-add__slides .deferred-media {
    height: 100%;
    padding: 0 !important;
}

.product-quick-add__slides--2 {
    display: flex;
}
@media only screen and (max-width: 749px) {
    .product-quick-add__slides--2 {
        display: none;
    }
}
.product-quick-add__slides--2 .product__slide {
    width: 50%;
}

.product-quick-add__form {
    --padding-vertical: 5px;
    --padding-adjust: var(--padding-vertical) * var(--FONT-ADJUST-BODY);
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    padding: 22px 0px 0px 0px;
}
.product-quick-add__form .product__form__outer {
    flex-grow: 1;
}
.product-quick-add__form .product__title__wrapper {
    padding-right: 0;
}
.product-quick-add__form .product__title {
    margin-top: 0;
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-HEADING));
}
.product-quick-add__form .product__price {
    padding: calc(var(--padding-adjust)) 0;
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
}
.product-quick-add__form .product__siblings:not(:empty) ~ .product__form__holder .product__selectors {
    --padding-adjust: 0px;
}
.product-quick-add__form .product__submit__buttons {
    width: 100%;
    margin: var(--inner) 0 0;
}
.product-quick-add__form .product__submit__item {
    max-width: 100%;
    padding: 0;
}
.product-quick-add__form .product__block--buttons {
    margin: 6px 0px;
    padding-bottom: var(--outer);
    background: var(--bg);
    box-shadow: 0 0 10px 10px var(--bg);
}
.product-quick-add__form .product__form__errors {
    padding-bottom: 0;
    margin: 15px 0 0 0;
}
.product-quick-add__form .product__form__errors:empty {
    margin-top: 0;
}
.product-quick-add__form .select__fieldset,
.product-quick-add__form .radio__fieldset {
    grid-template-columns: minmax(0, 5rem) minmax(0, 100%);
}
.product-quick-add__form .select-popout__list {
    max-height: 120px;
}
@media only screen and (min-width: 750px) {
    .product-quick-add__form .select-popout__list {
        top: auto;
        bottom: 100%;
        margin-bottom: -1px;
        border-top-width: 1px;
        border-bottom-width: 0;
    }
}
@media only screen and (min-width: 750px) {
    .product-quick-add__form .select-popout__toggle[aria-expanded=true] {
        border-radius: 0 0 var(--RADIUS-SELECT) var(--RADIUS-SELECT);
    }
}
@media only screen and (max-width: 749px) {
    .product-quick-add__form {
        padding-top: 0;
    }
    .product-quick-add__form .product__title__wrapper {
        padding-right: 40px;
        margin: 0;
    }
    .product-quick-add__form .product__title {
        font-size: calc(var(--font-4) * var(--FONT-ADJUST-HEADING));
    }
    .product-quick-add__form .product__price {
        font-size: calc(var(--font-4) * var(--FONT-ADJUST-BODY));
    }
    .product-quick-add__form .select-popout__list {
        max-height: 120px;
    }
}

.product-quick-add__form__inner {
    display: flex;
    flex-direction: column;
    flex: 0 1 550px;
}
@media only screen and (max-width: 749px) {
    .product-quick-add__form__inner {
        max-width: none;
    }
}
.product-quick-add__form__inner .product-form {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-quick-add__close, .cart-edit-modal__close {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 30px;
    height: 30px;
    padding: 5px;
    color: inherit;
    font-size: 0;
    text-decoration: none;
    transform: translate3d(0, -50%, 0);
    transition: color 0.3s ease;
    top: 30px;
    z-index: 2;
}
.product-quick-add__close .icon, .cart-edit-modal__close .icon {
    display: block;
    fill: currentColor;
    transition: transform 0.3s;
    pointer-events: none;
}
@media (hover: hover) {
    .product-quick-add__close:hover, .cart-edit-modal__close:hover {
        color: var(--link-hover);
    }
    .product-quick-add__close:hover .icon, .cart-edit-modal__close:hover .icon {
        transform: rotate(90deg);
    }
}

.product-quick-add__description {
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
    margin-bottom: var(--inner);
}

/*====== Global Accordions ======*/
.accordions-holder + .accordions-holder {
    margin-top: -1px;
}

.accordions-holder .reviews-holder {
    padding: var(--padding-top) var(--outer) var(--padding-bottom);
}

.accordion-group {
    color: var(--text);
    background-color: var(--bg);
}

.accordions-holder:empty {
    margin: 0 !important;
}

.accordion {
    border-top: 1px solid var(--border);
    margin-top: -1px;
    color: var(--text);
    background-color: var(--bg);
    overflow-x: hidden;
}

.accordion__title {
    position: relative;
    padding: 1.5rem 30px 1.5rem 0;
    margin: 0;
    cursor: pointer;
}
.accordion__title:not(p) {
    font-size: calc(var(--font-4) * var(--FONT-ADJUST-HEADING));
    font-weight: var(--FONT-WEIGHT-HEADING);
    line-height: 1.2;
}
.accordion__title .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    fill: var(--text);
    stroke: var(--text);
    transform: translateY(-50%);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.accordion__title .icon-minus  {
    visibility: hidden;
    opacity: 0;
}

.no-js .accordion__title .icon-minus,
.accordion__title.is-open .icon-minus {
    visibility: visible;
    opacity: 1;
}
.no-js .accordion__title .icon-plus,
.accordion__title.is-open .icon-plus
{
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%) rotate(90deg);
}

.accordion__body {
    display: none;
    padding-bottom: 1rem;
    overflow: hidden;
}
.no-js .accordion__body {
    display: block;
}
@media only screen and (max-width: 749px) {
    .accordion__body .product__reviews {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 749px) {
    .reviews-holder .accordion__body {
        margin-left: -15px;
        margin-right: -15px;
    }
}
/*====== FAQ List ======*/
@media only screen and (max-width: 749px) {
    .faq-list-holder {
        overflow: hidden;
    }
}

.faq-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}
@media only screen and (max-width: 749px) {
    .faq-list {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scroll-padding: var(--outer);
        padding-left: var(--outer);
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        /* for Internet Explorer, Edge */
    }
    .faq-list::-webkit-scrollbar {
        display: none;
        /* for Chrome, Safari, and Opera */
    }
    .faq-list:after {
        content: "";
        min-height: 1px;
        display: block;
        position: relative;
        padding-right: var(--outer);
    }
}

.faq-list__item {
    flex-basis: 45%;
    padding: 0;
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 300;
}
.faq-list__item ul{
    font-size: inherit;
}
@media only screen and (min-width: 749px) {
    .faq-list__item:only-child {
        flex-basis: 100%;
    }
}
@media only screen and (max-width: 749px) {
    .faq-list__item {
        scroll-snap-align: start;
        flex: 0 0 calc(100% - 15px);
        padding-left: var(--outer);
        padding-right: var(--outer);
    }
}

.faq-list__item--form:only-child {
    display: flex;
    justify-content: center;
}
@media only screen and (min-width: 750px) {
    .faq-list__item--form:only-child {
        flex-basis: 45%;
        margin: 0 auto;
    }
}

.faq-list__item .contact-form {
    max-width: 520px;
    margin: 0;
}

.faq-list__item:only-child .contact-form {
    margin: 0 auto;
}

.faq-list--3 .faq-list__item,
.faq-list--6 .faq-list__item,
.faq-list--9 .faq-list__item {
    flex-basis: 30%;
}
@media only screen and (max-width: 749px) {
    .faq-list--3 .faq-list__item,
    .faq-list--6 .faq-list__item,
    .faq-list--9 .faq-list__item {
        flex-basis: calc(100% - 50px);
    }
}

.faq-list__item-title {
    margin-bottom: calc(var(--gutter) / 3);
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-HEADING));
    font-weight: var(--FONT-WEIGHT-HEADING);
}

.image-wrapper + .faq-list__item-title {
    margin-top: calc(var(--gutter) / 3);
}

.faq-list__item-icon .icon__animated {
    padding-bottom: calc(var(--inner) / 4);
}

@media only screen and (max-width: 749px) {
    .faq-list__item-image {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.faq__title {
    margin: 2.5rem 0;
    font-size: calc(var(--font-5) * var(--FONT-ADJUST-HEADING));
}
.faq__title:first-child {
    margin-top: 0;
}

@media only screen and (max-width: 749px) {
    .section-faq .accordion__body {
        margin-left: calc(var(--outer) * -2);
        margin-right: calc(var(--outer) * -2);
    }
}

/*====== Reviews Unfolded ======*/
.reviews-unfolded-section {
    color: var(--text);
    background-color: var(--bg);
}

.reviews-unfolded__title {
    margin-bottom: 1.5rem;
    font-size: calc(var(--font-4) * var(--FONT-ADJUST-HEADING));
    font-weight: var(--FONT-WEIGHT-HEADING);
    text-align: center;
}

.reviews-unfolded__content {
    width: 100%;
}

.reviews-unfolded .faq-list-holder {
    width: 100%;
}

.reviews-unfolded .faq-list {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
}

.reviews-unfolded .faq-list__item {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}

@media only screen and (max-width: 749px) {
    .reviews-unfolded .faq-list {
        overflow: visible;
        flex-wrap: wrap;
        padding-left: 0;
    }

    .reviews-unfolded .faq-list__item {
        flex: 1;
        padding-left: 0;
        padding-right: 0;
    }
}

/**
 * Quick add
 */
.quick-add__holder {
    --btn-text: var(--primary);
    position: absolute;
    bottom: -40px;
    z-index: 20;
    opacity: 0;
    width: 100%;
    background: var(--TRANSPARENT);
    border-top: none;
    text-align: center;
    pointer-events: auto;
    will-change: bottom;
    transition: bottom ease-in-out 0.2s;
}

@media only screen and (max-width: 768px) {
    .quick-add__holder {
        display: none;
    }
}

.no-js .quick-add__holder {
    display: none;
}

.supports-touch .quick-add__holder {
    animation: slideInUp 0.25s ease;
    animation-fill-mode: forwards;
}

.no-touch .product-item__image:hover .quick-add__holder:not(.is-disabled),
.no-touch .product-item--overlay-text:hover .quick-add__holder:not(.is-disabled) {
    opacity: 1;
    bottom: 0;
}
.no-touch .product-item__image:hover .quick-add__button,
.no-touch .product-item--overlay-text:hover .quick-add__button {
    visibility: visible;
}

.no-touch .is-focused .product-item__image:focus-within .quick-add__button {
    visibility: visible;
}

.quick-add__holder.is-visible,
.quick-add__holder.has-error,
body.is-focused .quick-add__holder:focus-within {
    animation: slideInUp 0.25s ease;
    animation-fill-mode: forwards;
}

.quick-add__holder.is-disabled {
    animation: slideOutDown 0.25s ease;
    pointer-events: none;
}

.quick-add__holder.is-disabled .quick-add__button {
    visibility: hidden;
}

.quick-add__button {
    position: relative;
    text-decoration: none;
    display: block;
    width: 100%;
    color: var(--COLOR-TEXT);
    padding: 15px;
    cursor: pointer;
    text-align: center;
    box-shadow: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    visibility: hidden;
    transition: visibility 0.5s;
}
.quick-add__button.is-visible, .quick-add__button.is-loading, .quick-add__button.is-added {
    visibility: visible;
}
.quick-add__button:after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    background: var(--COLOR-BG);
    opacity: 0.7;
}
.quick-add__button.is-hidden {
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
}
.quick-add__button.is-disabled {
    pointer-events: none;
}
@media only screen and (max-width: 749px) {
    .quick-add__button {
        display: none;
    }
}

.quick-add__button > span {
    pointer-events: none;
}

@media only screen and (max-width: 989px) {
    .has-error > .quick-add__button {
        visibility: visible;
        display: block;
        max-height: none;
        padding: 15px;
        opacity: 1;
    }
}

.quick-add__button-mobile {
    --btn-size: 36px;
    --btn-offset: 5px;
    position: absolute;
    bottom: var(--btn-offset);
    left: var(--btn-offset);
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--btn-size);
    height: var(--btn-size);
    border-radius: 50%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: var(--COLOR-TEXT);
    background: var(--COLOR-BG);
    pointer-events: auto;
    font-size: 0;
    z-index: 1;
}
.quick-add__button-mobile:after {
    content: "";
    position: absolute;
    top: calc(var(--btn-offset) * -1);
    left: calc(var(--btn-offset) * -1);
    width: calc(var(--btn-size) + var(--btn-offset) * 2);
    height: calc(var(--btn-size) + var(--btn-offset) * 2);
    z-index: -1;
    opacity: 0;
}

@media only screen and (min-width: 750px) {
    .no-touch .quick-add__button-mobile {
        display: none;
    }
}

.supports-touch .quick-add__button {
    display: none;
}

.supports-touch .quick-add__button.has-error {
    display: block;
    animation: slideToggle 3s ease;
    animation-fill-mode: forwards;
}

.quick-add__button-mobile .btn__plus {
    color: var(--primary);
}

.quick-add__button-mobile.has-error .btn__plus {
    opacity: unset;
    visibility: unset;
}

@keyframes slideInUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideOutDown {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(100%);
        opacity: 0;
    }
}
@keyframes slideToggle {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    90% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}
.text-promo {
    color: var(--text);
}
@media only screen and (min-width: 990px) {
    .text-promo {
        --inner: 40px;
    }
}

.text-promo .backdrop--radial:before {
    z-index: initial;
}

.text-promo-inner {
    background-color: var(--bg);
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: var(--inner);
    position: relative;
    overflow: hidden;
}
.text-promo-inner .hero__btn,
.text-promo-inner .standard__cta,
.text-promo-inner .standard__heading,
.text-promo-inner .standard__app,
.text-promo-inner .standard__rte {
    position: relative;
    margin: 10px 20px;
    z-index: 20;
}
@media only screen and (max-width: 749px) {
    .text-promo-inner {
        flex-direction: column;
    }
    .text-promo-inner .hero__btn,
    .text-promo-inner .standard__cta,
    .text-promo-inner .standard__heading,
    .text-promo-inner .standard__rte {
        margin: 8px 10px;
    }
}

.text-promo .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: -1;
}

.text-promo-inner {
    position: relative;
    z-index: 1;
}

.text-promo-inner--border {
    border: 1px solid var(--border);
}

.section-before-after {
    color: var(--text);
    background-color: var(--bg);
}

@media only screen and (min-width: 750px) {
    .compare__body {
        display: flex;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 750px) {
    .compare__content {
        flex: 0 0 50%;
        align-self: center;
        padding-right: var(--outer);
    }
}

.wrapper--full .compare__content {
    padding-left: var(--outer);
}
@media only screen and (max-width: 749px) {
    .wrapper--full .compare__content {
        padding-right: var(--outer);
    }
}

@media only screen and (max-width: 749px) {
    .wrapper--full .compare__buttons {
        padding: 0 var(--outer);
    }
}

.compare__images {
    overflow: hidden;
}
@media only screen and (min-width: 750px) {
    .compare__images {
        flex: 0 0 50%;
    }
}

/**** Highlights ****/
.highlights {
    position: relative;
    color: var(--text);
    background: var(--bg);
    padding-top: var(--PT);
    padding-bottom: var(--PB);
}

.highlights__items {
    display: grid;
    gap: var(--gap);
}
@media only screen and (min-width: 990px) {
    .highlights__items {
        grid-template-columns: var(--grid);
    }
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
    .highlights__items {
        grid-template-columns: var(--grid-tablet);
    }
}
@media only screen and (max-width: 749px) {
    .highlights__items {
        grid-template-columns: var(--grid-small);
    }
}
@media only screen and (max-width: 479px) {
    .highlights__items {
        grid-template-columns: var(--grid-mobile);
    }
}

@media only screen and (max-width: 749px) {
    .highlights__items--mobile-slider {
        --offset: calc(var(--outer) * -1);
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        gap: 0;
        padding-left: var(--outer);
        margin-left: var(--offset);
        margin-right: var(--offset);
        overflow-x: scroll;
        overflow-y: hidden;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scroll-padding: var(--outer);
        scrollbar-width: none;
        -ms-overflow-style: none;
        /* for Internet Explorer, Edge */
    }
    .highlights__items--mobile-slider::-webkit-scrollbar {
        display: none;
        /* for Chrome, Safari, and Opera */
    }
    .highlights__items--mobile-slider:after {
        content: "";
        display: block;
        position: relative;
        padding-right: var(--gap);
    }
}

@media only screen and (max-width: 749px) {
    .highlights__items--mobile-slider .highlights__item {
        flex: 0 0 auto;
        width: calc(100% - 50px);
        margin: 0 var(--gap) 0 0;
        scroll-snap-align: start;
    }
    .highlights__items--mobile-slider .highlights__item:last-child {
        margin-right: 0;
    }
    .highlights__items--mobile-slider .highlights__item:only-child {
        width: 100%;
    }
}

.highlights__item {
    --border: transparent;
    position: relative;
    text-align: center;
    width: 100%;
    color: var(--text);
}

.highlights__item .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.highlights__item__background {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    background-color: var(--bg);
    border: 1px solid var(--border);
}

.highlights__item__background--rectangle {
    padding-bottom: 75%;
}

.highlights__item__background--circle {
    -webkit-clip-path: circle(50%);
    clip-path: circle(50%);
    border-radius: 50%;
}

.highlights__item__background--button {
    padding-bottom: 25%;
}
@media only screen and (max-width: 749px) {
    .highlights__item__background--button {
        padding-bottom: 30%;
    }
}

.highlights__item__content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: var(--inner);
    overflow: hidden;
    transform: translateY(-50%);
    transition: color 0.3s ease;
    color: inherit;
}

.highlights__item__content p {
    margin: 0;
}

.highlight {
    background-color: var(--primary-fade);
    color: var(--COLOR-PRIMARY);
    padding: 3px 6px;
    border-radius: 3px;
}

/*================ Siblings - PDP ================*/
.swatch__button--circle .siblings__swatch,
.swatch__button--circle .siblings__swatch .image-wrapper {
    overflow: hidden;
    border-radius: 50%;
}

.swatch__button--square .siblings__swatch {
    border-radius: 0;
}

.no-js .siblings__swatch,
.no-js .sibling__image,
.no-js .sibling__image .image-wrapper,
.no-js .sibling__image noscript,
.no-js .sibling__image noscript img {
    height: 100%;
}

.no-js .sibling__image noscript img {
    width: 100%;
    object-fit: cover;
}

/**
 * Features
 */
.product__features {
    position: relative;
}

.product__features .flickity-viewport {
    transition: height 0.2s ease;
}

.product__features .flickity-page-dots {
    --text: var(--COLOR-PRIMARY);
    justify-content: flex-end;
    bottom: 0;
    padding: 0 var(--inner) var(--inner);
}

.product__feature {
    --dots-height: 16px;
    width: 100%;
    color: var(--text);
    background-color: var(--bg);
    padding: calc(var(--inner) - 0.5em) var(--inner);
}

.flickity-enabled .product__feature {
    padding-bottom: calc(var(--inner) * 2 - 0.5em + var(--dots-height));
}

.product__feature__heading {
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}

/* gift-card-recipient */

.recipient-form {
    position: relative;
}

.recipient-form input[type=checkbox]:checked ~ .recipient-fields {
    display: block;
}

.checkbox-recipient input[type=checkbox] + label:before {
    content: "";
    align-self: flex-start;
    flex: 0 0 auto;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid var(--text-light);
    margin-right: 10px;
    background: var(--bg);
}

.recipient-form .field__input  {
    border-color: #bfbaab;
}

.checkbox-recipient input[type=checkbox]:checked + label:before {
    background: var(--COLOR-PRIMARY);
    box-shadow: inset 0 0 0 2px var(--bg);
}

.checkbox-recipient input[type=checkbox] + label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.checkbox-recipient input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
}
.recipient-form input[type=checkbox] + label {
    padding-bottom: 1.5em;
}

@media only screen and (max-width: 749px) {
    .recipient-form input[type=checkbox] + label {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    #addButton_id #recipient-form-holder {
        display: none;
    }

}


.no-js .recipient-form input[type=checkbox] + label,
.js .recipient-form .recipient-fields {
    display: none;
}

.recipient-form .select__fieldset {
    display: block;
}

.recipient-form .select__fieldset .select__label--textarea {
    align-self: flex-start;
}

.recipient-form .field {
    border-bottom: none;
    padding: 0.7em 0;
}

.recipient-form .recipient-form-field-label {
    display: block;
    text-align: right;
    margin: 0 0 10px 0;
}

/*! ============ Add any custom styles below this line ================== */

/* Wishlist King Customization */

.product__images.product__images--no-thumbs {
    position: relative;
    z-index: 0;
}
.header__desktop__button {
    list-style: none;
}
@media only screen and (min-width: 768px) {
    .wk-button[data-title]:after {
        content: attr(data-title);
        position: absolute;
        background-color: var(--COLOR-BADGE-BG);
        color: var(--COLOR-BADGE-TEXT);
        width: auto;
        opacity: 0;
        z-index: 99999;
        visibility: hidden;
        text-align: left;
        width: max-content;
        padding: 10px;
        top: 40px;
        font-size: 12px;
    }
    .wk-button[data-title]:hover:after {
        opacity: 1;
        transition: all 0.1s ease 0.5s;
        visibility: visible;
    }
}
@media only screen and (max-width: 768px) {
    .wk-button[data-title]:after {
        right: 0;
    }
}
/* annoucement bar mobile */
@media only screen and (max-width: 768px) {
    .announcement__slide {
        min-height: 30px;
    }
}

.input-row.giftBoxInputRow {
    width: 100%;
}

.input-row.giftBoxInputRow label span{
    color: var(--primary);
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    margin-top: 2px;
    margin-left: 11px;
    white-space: nowrap;
}

.input-row.giftBoxInputRow label span.loyalty_label {
    white-space: unset;
}

@media only screen and (max-width:366px) {
    .input-row.giftBoxInputRow label span{
        font-size: 0.7rem;
    }
    .giftBox-price {
        font-size: 13px !important;
    }
}

.input-row.giftBoxInputRow label::before{
    width: 15px;
    height: 15px;
}

.input-row.giftBoxInputRow label::after{
    width: 9px;
    height: 9px;
    top: 8px;
    left: 8px;
    border: none;
    transform: none;
    background: none;
}


.input-row.giftBoxInputRow #giftBoxCheckbox:checked~label:after{
    transform: none;
    background: var(--primary);
}

.giftBoxContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.giftBox-price {
    font-size: 15px;
    letter-spacing: 1.15px;
    font-weight: 500;
    width: 100%;
    text-align: right;
}

.cart__widget.cart__field--giftMessageDiv {
    border: none;
    display: none !important;
}

@media only screen and (max-width: 768px) {
    body:not(.template-product) #gorgias-chat-container + button {
        bottom: 20px !important;
    }
}

/*customize login emea*/
.forgot-password.login-custom {
    justify-content: end;
}

button.btn.btn--primary.btn--solid.login-custom {
    width: 100%;
    margin: 2em 0;
    --btn-top: 12px;
}

.form-field.login-custom input {
    margin: 0.5em 0px;
}

h2.theme.is-uppercase.login-custom {
    margin: 1.5em 0 0;
}

.animates.login:not(.align-center) form {
    padding: 0;
}

.form-checkbox-subscribe .label--float{
    top: auto!important;
}

.form-checkbox-subscribe label a{
    text-decoration: underline;
    font-weight: bold;
}
#popup-window {
    background: white;
    border: 1px solid var(--COLOR-BADGE-BG);
    padding: 55px;
    padding-bottom: 20px;
    margin: auto;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.3),0px 4px 4px 1px rgba(0,0,0,0.1);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(45% - 2em);
    z-index: 1000000;
    display: none;
}
@media only screen and (max-width: 768px) {
    #popup-window {
        width: calc(100% - 2em);
        top: 37%;
        padding: 35px;
    }
}
#popup-window > h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--BTN-FONT-STACK);
    text-align: center;
    letter-spacing: 1px;
    color: var(--COLOR-FOOTER-TEXT);
}
.geo-modal__close-button {
    position: absolute;
    right: 11px;
    top: 11px;
}
.geo--modal__button, .geo--modal__stay-button {
    background-color: var(--btn-bg);
    color: rgb(255, 255, 255);
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
}
.geo--modal__button {
    margin-top: 26px;
}
.geo--modal__stay-button {
    margin-bottom: 45px;
    background-color: transparent;
    color: var(--btn-bg);
}
.country_special_desc {
    color: var(--COLOR-BADGE-BG);
    text-align: center;
    font-size: 12px;
}
#overlay-window--geolocation {
    z-index: 6000;
}
/*Cart accordion style */

.cart__payment.payment-icons {
    margin-left: 0;
}
.cart.accordion {
    border-color: #f0f0f0;
    background: #ffff;
    padding: 0;
}
.cart.accordion__title {
    cursor: pointer;
    margin: 0;
    padding: 10px;
    background-color: #f0f0f0;
    background: #ffff;
    font-size: 18px;
}

.cart.accordion__body-cart {
    overflow: hidden;
    max-height: 0px;
    transition: .5s;
    font-size: 13px;
}
.cart.accordion__body-cart > ul > li,
.cart.accordion__body-cart > ol > li,
.cart.accordion__body-cart a {
    font-size: 13px;
}
.no-js .accordion__body-cart {
    display: block;
}

.cart.rte {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    background: #ffff;
}

/* New select size button */
.size-dropdown {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.size-dropdown input[type="radio"] {
    display: none;
}

.size-dropdown label {
    display: inline-block;
    padding: 8px 12px;
    cursor: pointer;
    border-right: 1px solid #ccc;
}

.size-dropdown label:last-child {
    border-right: none;
}

.size-dropdown input[type="radio"]:checked + label {
    background-color: #f0f0f0;
}
#selectSizeBtn {
    width: 100%;
    text-align: left;
    padding: 15px;
    border: 1px var(--BTN-PRIMARY-BG-COLOR) solid;
    position: relative;
    font-size: 14px;
}
#sizeOptions {
    width: 100%;
    padding: 10px;
    border: 1px var(--BTN-PRIMARY-BG-COLOR) solid;
    border-top: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(8, minmax(10px, 1fr));

}

@media only screen and (max-width: 900px) {
    #sizeOptions {
        grid-template-columns: repeat(6, minmax(10px, 1fr));
    }
}

#sizeOptions .radio__button {
    padding: 2px;
}

.product-quick-add__form .product__title__wrapper p.product__vendor {
    font-size: 23px;
}

.product-quick-add__form .product__price__wrap .product__price span.product__price--sale,
.product-quick-add__form .product__price__wrap .product__price span[data-product-price] {
    font-size: 20px;
}

.product-quick-add__form .radio__button  {
    padding: 4px;
}
.product-quick-add__form .radio__button label, #sizeOptions .radio__button > label {
    display: inline-block;
    width: 46px;
    box-sizing: border-box;
    padding: 10px 5px !important;
    border: 1px solid var(--BTN-PRIMARY-BG-COLOR);
    cursor: pointer;
    text-decoration: none;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-quick-add__form .radio__button label {
    border: 1px solid var(--BTN-PRIMARY-BG-COLOR) !important;
}
#sizeOptions .radio__button > input[disabled] + label, .product-quick-add__form .radio__button > input[disabled] + label {
    border: 1px var(--COLOR-A20) solid !important;
}
#sizeOptions .radio__button input:checked ~ label, .product-quick-add__form .radio__button input:checked ~ label {
    color: var(--COLOR-BADGE-TEXT);
    background: var(--BTN-PRIMARY-BG-COLOR);
}
#selectSizeBtn .icon {
    --icon-size: 30px;
    position: absolute;
    top: 50%;
    right: var(--inner);
    transform: translateY(-50%);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
#selectSizeBtn .icon-minus  {
    visibility: hidden;
    opacity: 0;
}

.no-js #selectSizeBtn .icon-minus,
#selectSizeBtn.is-open .icon-minus {
    visibility: visible;
    opacity: 1;

}
.no-js #selectSizeBtn .icon-plus,
#selectSizeBtn.is-open .icon-plus
{
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%) rotate(90deg);
}
.product-quick-add__form .radio__buttons.radio__buttons__variants {
    display: flex ;
    flex-wrap: wrap !important;
}
@media only screen and (max-width: 768px) {
    /* #selectSizeBtn {
    display: none;
  } */
    /* #sizeOptions {
    display: none !important;
    border: none;
    padding-right: 40px;
    padding-left: 40px;
  } */
    #sizeOptions .radio__button > label {
        display: inline-block;
        width: 46px;
        box-sizing: border-box;
        padding: 10px 5px !important;
        border: 1px solid var(--BTN-PRIMARY-BG-COLOR);
        cursor: pointer;
        text-decoration: none;
        font-size: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .size_option-desc {
        display: none;
    }
    #sizeOptions .radio__button, .product-quick-add__form .radio__button {
        padding: 3px;
    }
}

.deferred-product-media.tall .media-video.product-media {
    object-fit: scale-down;
}

.deferred-product-media.wide .media-video.product-media {
    object-fit: cover;
}

.media-video.product-media {
    min-height: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: unset;
    background-color: #faf9f7;
}

.media-video.product-media::-webkit-media-controls-panel {
    background-image: none !important;
    background-image: linear-gradient(transparent, transparent) !important;
}

@media only screen and (max-width: 768px) {
    .media-video.product-media {
        min-height: 515px;
        object-fit: cover;
    }
    .deferred-product-media .deferred-media__poster {
        min-height: 515px;
    }
    .deferred-product-media .deferred-media__poster .image-wrapper {
        height: 100%;
    }
}

.product__images.product__images--no-thumbs video::-webkit-media-controls-panel {
    background-size: auto 0px;

}
.product__media.deferred-media.deferred-product-media {
    height: 100%;
    padding-top: 0 !important;
}
.nav-item {
    display: none;
}

.nav-item.show {
    display: block;
}

.navlink--child .navtext {
    text-transform: uppercase;
}
.header__menu__inner .menu__item, .drawer__menu .sliderule__wrapper {
    order: 1;
}
.pswp__video {
    max-width: none;
    width: 60%;
    height: 80%;
    background-image: none !important;
}

.pswp__video::-webkit-media-controls-panel {
    background-image: linear-gradient(transparent, transparent) !important;
}

@media only screen and (max-width: 768px) {
    .pswp__video {
        object-fit: cover;
        width: 100%;
        height: 100%;
        transform: translateX(0) !important;
    }
}
.colors-available {
    font-family: var(--FONT-STACK-BODY);
    font-size: 11px;
    color: #575347;
    margin-top: 15px;
    margin-bottom: -9px;
}
.badge--promo {
    position: absolute;
    top: 10px;
    left: 0;
    color: white;
    border-radius: 0;
    z-index: 2;
    width: 55px;
    text-align: center;
}

@media(max-width: 767px) {
    .product__page__info:has(.product__images--info-model) .badge--promo  {
        bottom: 5.5em;
    }
}

.unavailable-product {
    display: none;
    order: 3;
}

.toggle-packshot {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 19px;
}

.toggle-packshot #inverse-packshots {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-packshot {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .3s;
    border-radius: 28px;
}

.slider-packshot:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    transition: .3s;
    border-radius: 50%;
}

#inverse-packshots:checked + .slider-packshot {
    background-color: var(--COLOR-TEXT);
}
#inverse-packshots:checked + .slider-packshot:before {
    left: calc(100% - 18px);
}
.show_packshot {
    position: relative;
    display: flex;
    align-items: center;
    padding: 23px 18px;
    column-gap: 10px;
    font-size: 14px;
    color: #6b675c;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
    .show_packshot::after {
        display: none !important;
    }

    .show_packshot {
        font-size: 12px;
        padding: 15px 10px;
        max-width: fit-content;
        column-gap: 10px;
        display: none;
    }
    #show-packshot {
        max-width: fit-content;
    }
}
.cart-edit-modal .product-quick-add__slides {
    overflow: hidden;
}
.cart-edit-modal .product-quick-add__slides.product-quick-add__slides button {
    background: transparent !important;
    border: 0 !important
}
.cart-drawer__parent {
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cart-drawer__body::-webkit-scrollbar {
    display: none
}

.yotpo-sr-bottom-line-summary .yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel {
    color: rgba(87,83,71,1) !important;
}
.yotpo-sr-bottom-line-summary svg path {
    stroke: rgba(87,83,71,1) !important
}
.mobile-only .cart-drawer__message {
    padding: 0;
    background: transparent;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}
.mobile-only .cart-drawer__message .free-shipping__progress-bar {
    width: 100%;
    --progress-value: var(--COLOR-BADGE-BG);
}

@media(max-width: 767px) {
    .desktop-only {
        display: none !important
    }
}
@media(min-width: 767px) {
    .mobile-only {
        display: none !important
    }
}