/** Shopify CDN: Minification failed

Line 3651:151 Expected ":"
Line 3659:80 Expected ":"

**/
/*--------------------------------------------------------------------
* General CSS
* --------------------------------------------------------------------*/
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { font-size: calc(var(--font-body-scale) * 62.5%); height: 100%; scroll-behavior: smooth; }

body {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);  
    color: var(--body-font-clr); 
    background-color: var(--body-bg-clr); 
    font-size: 1.5rem;  
    line-height: calc(2.5rem / var(--font-body-scale));
    letter-spacing: 0.0rem;  
    margin: 0; padding: 0;
}

@media screen and (min-width: 750px) {
    body { font-size: 1.6rem; line-height: calc(3rem / var(--font-body-scale)); }
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary { display: block; }
b, strong { font-weight: var(--font-body-weight-bold); }
em { font-style: italic; }
small { font-size: 80%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { max-width:100%; height:auto; border:0; }
a, a + .icon, a img, a:after, a:before, .button--link .icon { -moz-transition:all .3s ease-in-out 0s; -webkit-transition:all .3s ease-in-out 0s; transition:all .3s ease-in-out 0s; }
a:not([href]) { cursor: not-allowed; }
button, input,optgroup, select, .disclosure__toggle, textarea { color: inherit; font: inherit; margin: 0; outline: none; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring { outline: .1rem dotted ButtonText; }
input[type="search"], input[type="number"], input[type="email"], input[type="password"] { -webkit-appearance: none; -moz-appearance: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
td,th { padding: 0; }
textarea { overflow: auto; -webkit-appearance: none; -moz-appearance: none; }
iframe { border: 0; display: block; }

.table-bordered th, .table-bordered td { color: var(--light-font-clr); border: .1rem solid rgba(var(--color-accent-2-rgb),.1); padding: .8rem 1.5rem; }
.table-bordered th { text-align: left; background: rgba(var(--color-accent-2-rgb),.05); color: var(--color-accent-2); font-weight: 500; }

blockquote { background: rgba(var(--color-accent-2-rgb),.05); color: var(--body-font-clr); border-left: .2rem solid var(--color-accent-1); font-weight: 600; font-size: 1.4rem; font-style: normal; text-align: center; padding: 2rem; margin: 2rem 0; }
blockquote p + cite { margin-top: 1.0rem; }
blockquote cite { display:block; font-size:1.3rem; font-style:inherit; }
blockquote cite:before { content: '\2014 \0020'; }

@media screen and (min-width: 990px) { 
  blockquote { font-size: 1.5rem; padding: 3rem; margin: 3rem 0; }

  .table-bordered th, .table-bordered td { padding: .8rem 2rem; }                
}

code, pre { font-family: Consolas, monospace; font-size: 1em; }
pre { overflow: auto; }
input, textarea, select, .disclosure__toggle { -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; width:100%; }
ol, ul { padding:0; margin:0; list-style:none; }

.border-top { border-top: .1rem solid var(--border-clr); }
.border-bottom { border-bottom: .1rem solid var(--border-clr); }
.w-100 { width: 100% !important; }
.font-body-bold { font-weight: var(--font-body-weight-bold); }                            
.fw-bold { font-weight: bold !important; }

.body-font { font-family: var(--font-body-family) !important; }
.head-font { font-family: var(--font-heading-family) !important; }
.three-font { font-family: var(--font-three-family) !important; }

.blog.border-top { border-top: .2rem solid #eef5f2; }

/* label + .select { margin-top: .5rem; } */
.list-styled { list-style: outside; margin-left: 15px; }

.placeholder-svg { background-color: rgba(var(--color-accent-2-rgb), 0.04); color: rgba(var(--color-accent-2-rgb), 0.55); fill: rgba(var(--color-accent-2-rgb), 0.55); display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; }
.placeholder { background-color: rgba(var(--color-accent-2-rgb), 0.04); color: rgba(var(--color-accent-2-rgb), 0.55); fill: rgba(var(--color-accent-2-rgb), 0.55); }
.placeholder-svg.img100 { max-width: 10rem; }

::selection { background-color: rgba(var(--color-accent-2-rgb), 0.15); }

/* Links */
a { color: var(--body-font-clr); background-color: transparent; text-decoration: none; }
.clr-none { color: inherit !important; }
.pointereventnone { pointer-events: none; color: inherit; }

/* Padding */
.p-0 { padding: 0 !important; }
.px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.pt-0 { padding-top: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }

/* Margin */
.mx-auto { margin: 0 auto !important; }
.m-0 { margin: 0 !important; }
.mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }

.w-auto { width: auto !important; }
.fs-18 { font-size: 1.8rem !important; }
.fs-20 { font-size: 2rem !important; }
.fw-400 { font-weight: 400 !important; }
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.lh-normal { line-height: normal !important; }

/* Hover Effects */
.zoom-scal { position:relative; overflow:hidden; display:block; }
.zoom-scal:before { content:''; position:absolute; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.1); overflow:hidden; opacity:0; z-index:2; -webkit-transition:all 0.5s ease; transition:all 0.5s ease; }
.zoom-scal:hover:before, .zoomscal-hov:hover .zoom-scal:before { overflow:visible; opacity:1; }
.zoom-scal img { display: block; -webkit-transition: transform .5s ease !important; transition: transform .5s ease !important; }
.zoom-scal:hover img, .zoomscal-hov:hover .zoom-scal img { opacity:1; -webkit-transform: scale(1.05); transform: scale(1.05); }
.zoom-scal-nopb:before { content:none; }

.tooltip-label { opacity:0; visibility:hidden; background:var(--color-accent-2); color:var(--body-bg-clr); position:absolute; top:-38px; bottom:auto; left:50%; border-radius:.3rem; padding:.6rem .8rem; white-space:nowrap; font-size:1rem; font-weight: 500; letter-spacing: 0.05rem; line-height:1; transform:translateX(-50%); text-transform:uppercase; text-align:center; z-index:2; -ms-transition:all .3s ease-in-out 0s; -webkit-transition:all .3s ease-in-out 0s; transition:all .3s ease-in-out 0s; }
.tooltip-label:before { content:""; border:.5rem solid transparent; border-top:.5rem solid var(--color-accent-2); position:absolute; bottom:-9px; left:50%; margin-left:-5px; }

.tooltip-label.left { right: 110%; left: auto; bottom: auto; top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); margin-right: 1rem; }
.tooltip-label.left:before { border-top-color: transparent; border-left-color: var(--color-accent-2); right: -9px; left: auto; bottom: auto; top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); }

.tooltip-left:hover .tooltip-label.left { opacity: 1; visibility: visible; right: 100%; }
.tooltip-top:hover .tooltip-label.top { opacity: 1; visibility: visible; top: -35px; }

@media only screen and (max-width: 1199px) {
  .fs-18 { font-size: 1.7rem !important; }
  .fs-20 { font-size: 1.8rem !important; }
}

@media screen and (max-width: 989px) {
  .tooltip-label { display: none !important; }
}

@media only screen and (max-width: 749px) {
  .fs-18 { font-size: 1.6rem !important; }
  .fs-20 { font-size: 1.6rem !important; }
}

.share-button__button .tooltip-label.top { margin-left: -15px; }
.share-button__button .tooltip-label.top:before { right: 6px; left: auto; }

.contains-card,
.card {
    --border-radius: var(--card-corner-radius);
    --border-width: var(--card-border-width);
    --border-opacity: var(--card-border-opacity);
    --shadow-horizontal-offset: var(--card-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--card-shadow-vertical-offset);
    --shadow-blur-radius: var(--card-shadow-blur-radius);
    --shadow-opacity: var(--card-shadow-opacity);
}

.contains-content-container,
.content-container {
    --border-radius: var(--text-boxes-radius);
    --border-width: var(--text-boxes-border-width);
    --border-opacity: var(--text-boxes-border-opacity);
    --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
    --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
    --shadow-opacity: var(--text-boxes-shadow-opacity);
    --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-content-container .contains-image, 
.content-container .contains-image,
.content-container.newsletter-media .newsletter__image:after {
  border-radius: var(--text-boxes-radius);
}

.contains-media,
.global-media-settings {
    --border-radius: var(--media-radius);
    --border-width: var(--media-border-width);
    --border-opacity: var(--media-border-opacity);
    --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--media-shadow-vertical-offset);
    --shadow-blur-radius: var(--media-shadow-blur-radius);
    --shadow-opacity: var(--media-shadow-opacity);
}

/* base */
.no-js:not(html) {
    display: none !important;
}

html.no-js .no-js:not(html) {
    display: block !important;
}

.no-js-inline {
    display: none !important;
}

html.no-js .no-js-inline {
    display: inline-block !important;
}

html.no-js .no-js-hidden {
    display: none !important;
}

.background-primary {
    background-color: rgba(var(--color-accent-1-rgb), 0.04) !important;
}
.text-primary {
    color: rgba(var(--color-accent-1-rgb), 1) !important;
}

.background-secondary {
    background-color: rgba(var(--color-accent-2-rgb), 0.04) !important;
    overflow: hidden;
}
.text-secondary {
    color: rgba(var(--color-accent-2-rgb), 1) !important;
}

.text-accent-3 {
    color: rgba(var(--color-accent-3-rgb), 1) !important;
}
.text-accent-4 {
    color: rgba(var(--color-accent-4-rgb), 1) !important;
}

.grid-auto-flow {
    display: grid;
    grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
    margin: 7rem auto;
}

.rte-width {
    max-width: 82rem;
    margin: 0 auto 2rem;
}

.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hidden {
    display: none !important;
}

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

.visually-hidden--inline {
    margin: 0;
    height: 1em;
}

.overflow-hidden {
    overflow: hidden;
}

.skip-to-content-link:focus {
    z-index: 9999;
    position: inherit;
    overflow: auto;
    width: auto;
    height: auto;
    clip: auto;
}

.full-width-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.text-body {
    font-size: 1.5rem;
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    letter-spacing: calc(var(--font-heading-scale) * 0.0rem);
    color: var(--heading-font-clr);
    line-height: calc(1.1 + 0.2 / max(1, var(--font-heading-scale)));
    word-break: break-word;
    text-transform: uppercase;  
    margin: 0 0 1.5rem;  
}

.h0 {
    font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
    .h0 {
        font-size: calc(var(--font-heading-scale) * 5.2rem);
    }
}

h1,
.h1 {
    font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
    h1,
    .h1 {
        font-size: calc(var(--font-heading-scale) * 4rem);
    }
}

h2,
.h2 {
    font-size: calc(var(--font-heading-scale) * 2.6rem);
}

@media only screen and (min-width: 750px) {
    h2,
    .h2 {
        font-size: calc(var(--font-heading-scale) * 3.6rem);
    }
}

h3,
.h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
}

@media only screen and (min-width: 750px) {
    h3,
    .h3 {
        font-size: calc(var(--font-heading-scale) * 2.4rem);
    }
}

h4,
.h4 {
    font-size: calc(var(--font-heading-scale) * 1.6rem);
}
  
@media only screen and (min-width: 750px) {
    h4,
    .h4 {
        font-size: calc(var(--font-heading-scale) * 1.8rem);
    }
}
  
h5,
.h5 {
    font-size: calc(var(--font-heading-scale) * 1.4rem);
}

@media only screen and (min-width: 750px) {
    h5,
    .h5 {
        font-size: calc(var(--font-heading-scale) * 1.6rem);
    }
}

h6,
.h6 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
}
  
@media only screen and (min-width: 750px) {
    h6,
    .h6 {
        font-size: calc(var(--font-heading-scale) * 1.4rem);
    }
}  

/* Paragraph styles */
p { margin: 0 0 1.5rem; }
p:last-child { margin-bottom: 0; } 

.caption {
    font-size: 1.3rem;
    letter-spacing: 0.07rem;
    line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
    .caption {
        font-size: 1.4rem;
    }
}

.caption-with-letter-spacing {
    font-size: 1.4rem;
    letter-spacing: 0.03rem;
    line-height: calc(1 + 0.2 / var(--font-body-scale));
    text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
}

.caption-with-letter-spacing--large {
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
    font-size: 1.5rem;
    line-height: calc(1 + 0.5 / var(--font-body-scale));
}

table:not([class]) {
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 1.4rem;
    border: 0.1rem solid var(--border-clr);
}

table:not([class]) td,
table:not([class]) th {
    padding: 1em;
    border: 0.1rem solid var(--border-clr);
}

.hidden {
    display: none !important;
}

@media screen and (max-width: 749px) {
    .small-hide {
        display: none !important;
    }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
    .medium-hide {
        display: none !important;
    }
}

@media screen and (min-width: 990px) {
    .large-up-hide {
        display: none !important;
    }
}

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

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

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

.capitalize {
   text-transform: capitalize !important;
}

.uppercase {
   text-transform: uppercase !important;
}
  
.text-transform-none {
   text-transform: none;
}
 
.text-nowrap {  
   white-space: nowrap;
}

.light {
   color: var(--light-font-clr);
}

.light-hv:not(:hover) {
   color: var(--light-font-clr);
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
    display: none;
}

.link,
.customer a {
    cursor: pointer;
    display: inline-block;
    border: none;
    box-shadow: none;
    text-decoration: none;
    text-underline-offset: 0.3rem;
    color: var(--color-accent-1);
    background-color: transparent;
    font-family: inherit;
}

.link:hover,
.customer a:hover { 
    color: var(--color-accent-1);
}  

.link--text {
    color: var(--color-accent-2);
}

.link--text:hover {
    color: var(--color-accent-1);
}

.link-with-icon {
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-decoration: none;
    margin-bottom: 4.5rem;
    white-space: nowrap;
}

.link-with-icon .icon {
    width: 1.5rem;
    margin-left: 1rem;
}

a:not([href]) {
    cursor: not-allowed;
}

.circle-divider::after {
    content: '\2022';
    margin: 0 .5rem 0 .8rem;
}

.circle-divider:last-of-type::after {
    display: none;
}

hr {
    border: none;
    height: 0.1rem;
    background-color: var(--border-clr);
    display: block;
    margin: 5rem 0;
}

@media screen and (min-width: 750px) {
    hr {
        margin: 7rem 0;
    }
}

.full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block;
}

.break {
    word-break: break-word;
}

.visibility-hidden {
    visibility: hidden;
}

@media (prefers-reduced-motion) {
    .motion-reduce {
        transition: none !important;
        animation: none !important;
    }
}

:root {
    --duration-short: 300ms;
    --duration-default: 400ms;
    --duration-long: 500ms;
    --rating-star-clr : #ffa800;
}

.underlined-link,
.customer a {
    color: var(--color-accent-3);
    font-weight: 500; 
    text-underline-offset: 0.3rem;
    text-decoration-thickness: 0.1rem;
   /* transition: text-decoration-thickness ease 300ms; */
}

.underlined-link:hover,
.customer a:hover {
    color: var(--color-accent-2);
    text-decoration-thickness: 0.2rem;
}

.icon-arrow {
    width: 2rem;
    height: 2rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
    width: calc(var(--font-heading-scale) * 1.5rem);
}

.tax-note a {
  color: var(--color-accent-1);
  text-transform: capitalize;
  text-decoration: underline;
  text-underline-offset: .3rem;
}

.tax-note a:hover {
  color: var(--color-accent-2);
}

/* arrow animation */
.animate-arrow .icon-arrow path, .animate-arrow .icon {
    transform: translateX(-0.25rem);
    transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path, .animate-arrow:hover .icon {
    transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
    cursor: pointer;
    list-style: none;
    position: relative;
}

summary .icon-caret {
  height: 2rem;
  width: 2rem;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 1rem);
}

summary::-webkit-details-marker {
    display: none;
}

.disclosure-has-popup {
    position: relative;
    z-index: 99;
}

.disclosure-has-popup[open] > summary::before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    cursor: default;
    content: ' ';
    background: transparent;
}

.disclosure-has-popup > summary::before {
    display: none;
}

.disclosure-has-popup[open] > summary + * {
    z-index: 100;
}

@media screen and (min-width: 750px) {
    .disclosure-has-popup[open] > summary + * {
        z-index: 4;
    }

    .facets .disclosure-has-popup[open] > summary + * {
        z-index: 3;
    }
}

/* base-focus */
/* Focus ring - default (with offset) */
*:focus {
    outline: 0;
    box-shadow: none;
}

*:focus-visible {
  outline: .0rem solid rgba(var(--color-accent-2-rgb),.2);
  outline-offset: .2rem;
  box-shadow: 0 0 0 0 rgb(var(--color-accent-2-rgb)),0 0 0 0 rgba(var(--color-accent-2-rgb),.2);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: .1rem solid rgba(var(--color-accent-2-rgb),.2);
  outline-offset: .2rem;
  box-shadow: 0 0 0 0 rgb(var(--color-accent-2-rgb)),0 0 0 0 rgba(var(--color-accent-2-rgb),.2);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

/* Focus ring - inset */
.focus-inset:focus-visible {
    outline: 0.0rem solid rgba(var(--color-accent-2-rgb), 0.3);
    outline-offset: -0.0rem;
    box-shadow: 0 0 0 0 rgba(var(--color-accent-2-rgb), 0.3);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
    outline: 0.0rem solid rgba(var(--color-accent-2-rgb), 0.5);
    outline-offset: -0.0rem;
    box-shadow: 0 0 0 0 rgba(var(--color-accent-2-rgb), 0.3);
}

.no-js .focus-inset:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

/* Focus ring - none */
/* Dangerous for a11y - Use with care */
.focus-none {
    box-shadow: none !important;
    outline: 0 !important;
}

.focus-offset:focus-visible {
    outline: 0.0rem solid rgba(var(--color-accent-2-rgb), 0.3);
    outline-offset: -0.0rem;
    box-shadow: 0 0 0 0 rgba(var(--color-accent-2-rgb), 0.3);
}

.focus-offset.focused,
.no-js .focus-offset:focus {
    outline: 0.0rem solid rgba(var(--color-accent-2-rgb), 0.5);
    outline-offset: -0.0rem;
    box-shadow: 0 0 0 0 rgba(var(--color-accent-2-rgb), 0.3);
}

.no-js .focus-offset:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

/* component-title */
.title,
.title-wrapper-with-link {
    margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
    margin: 0;
}

.title .link {
    font-size: inherit;
}

.title-wrapper {
    margin-bottom: 3rem;
}

.title-wrapper-with-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.title--primary {
    margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
    .title-wrapper--self-padded-mobile {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 990px) {
    .title,
    .title-wrapper-with-link {
        margin: 5rem 0 3rem;
    }

    .title--primary {
        margin: 2rem 0;
    }

    .title-wrapper-with-link {
        align-items: center;
    }

    .title-wrapper-with-link .title {
        margin-bottom: 0;
    }

    .title-wrapper--self-padded-tablet-down {
        padding-left: 0;
        padding-right: 0;
    }
}

.title-wrapper-with-link .link-with-icon {
    margin: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
    width: 1.5rem;
}

.title-wrapper-with-link a {
    color: var(--color-accent-3);
    margin-top: 0;
    flex-shrink: 0;
}

.title-wrapper-with-link a:hover {
  color: var(--color-accent-1);
}  
  
.title-wrapper--no-top-margin {
    margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
    margin-top: 0;
}

.subtitle {
    font-size: 1.8rem;
    line-height: calc(1 + .5 / var(--font-body-scale));
    letter-spacing: 0.0rem;
    color: var(--body-font-clr);  
}

.subtitle--small {
    font-size: 1.4rem;
    letter-spacing: 0.02rem;
}

.subtitle--medium {
    font-size: 1.6rem;
    letter-spacing: 0.04rem;
}

.checkmark-list li {
  position: relative;
  padding-left: 3.2rem;
  margin: 0 0 1.2rem;
}

.checkmark-list li .icon {
  position: absolute;
  left: 0;
  top: .45rem;
  width: 2.2rem;
  height: 2.2rem;
}


/*-----------------------------------------
*  Section Header/Title
* -----------------------------------------*/
.section-title { position: relative; text-align: center; padding-bottom: 2.3rem; }
.section-title h2 { position: relative; color: var(--heading-font-clr); font-size: calc(var(--font-heading-scale) * 2.4rem); font-weight: bold; margin: 0; }
.section-title p { font-family: var(--font-three-family) !important; color: var(--color-accent-3); font-size: 2rem; font-weight: 500; font-style: italic; margin: 0 0 .8rem; display: block; }  
.section-title p.description { color: var(--body-font-clr); font-size: 1.4rem; margin: 1rem 0 0; }  
  
.page-title { position: relative; text-align: center; margin: 0 0 3rem; }
.page-title .title--primary,
.page-title .main-page-title { margin: 0; }  

@media screen and (min-width: 990px) {
	.section-title { padding-bottom: 5rem; } 
    .section-title p { font-size: 2.8rem; margin: 0 0 1.4rem; } 
    .section-title h2 { font-size: calc(var(--font-heading-scale) * 4rem); }   
  
  	.page-title { margin: 0 0 4rem; }
}
@media screen and (min-width: 1200px) {
    .section-title { padding-bottom: 6rem; }
}
@media screen and (min-width: 1400px) {
    .section-title { padding-bottom: 7.8rem; }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
    .section-title { padding-bottom: 3.5rem; }
    .section-title h2 { font-size: calc(var(--font-heading-scale) * 3rem); }
    .section-title p { font-size: 2.5rem; margin: 0 0 1rem; }
}

@media only screen and (max-width: 749px) {
    .section-heading-image .heading-image { max-width: 130px; }
}

/* Quick add */  
.quick-add__submit {
  padding: 0.8rem;
  min-width: 100%;
}

.quick-add__submit .icon, .product-form__submit .icon {
  margin-right: .8rem;
  margin-left: -.4rem;
  font-size: 1.8rem;
  width: 2rem;
  height: 2rem;
}  

.quick-add__submit .icon-plus, .product-form__submit .icon-cart {
  display: none;
}

@media screen and (max-width: 1199px) {
  .quick-add__submit .icon, .product-form__submit .icon {
    margin-right: .5rem;
    margin-left: -.4rem;
    font-size: 1.6rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}

             
/* component-grid */
.grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0rem;
    padding: 0;
    list-style: none;
    column-gap: var(--grid-mobile-horizontal-spacing);
    row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
    .grid {
        column-gap: var(--grid-desktop-horizontal-spacing);
        row-gap: var(--grid-desktop-vertical-spacing);
    }
}

.grid:last-child {
    margin-bottom: 0;
}

.grid__item {
    width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    flex-grow: 1;
    flex-shrink: 0;
}

@media screen and (min-width: 750px) {
    .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
        max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
}

.grid--gapless.grid {
    column-gap: 0;
    row-gap: 0;
}

@media screen and (max-width: 749px) {
    .grid__item.slider__slide--full-width {
        width: 100%;
        max-width: none;
    }
}

.grid--1-col .grid__item {
    max-width: 100%;
    width: 100%;
}

.grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
    .grid--3-col .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
}

.grid--2-col .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
    .grid--2-col .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }

    .grid--4-col-tablet .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }

    .grid--3-col-tablet .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }

    .grid--2-col-tablet .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
}

@media screen and (max-width: 989px) {
    .grid--1-col-tablet-down .grid__item {
        width: 100%;
        max-width: 100%;
    }

    .slider--tablet.grid--peek {
        margin: 0;
        width: 100%;
    }

    .slider--tablet.grid--peek .grid__item {
        box-sizing: content-box;
        margin: 0;
    }
}

@media screen and (min-width: 990px) {
    .grid--6-col-desktop .grid__item {
        width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
        max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    }

    .grid--5-col-desktop .grid__item {
        width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
        max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    }

    .grid--4-col-desktop .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
        max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }

    .grid--3-col-desktop .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
        max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }

    .grid--2-col-desktop .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
        max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }

    .grid--1-col-desktop {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .grid--1-col-desktop .grid__item {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 749px) {
    .grid--peek.slider--mobile {
        margin: 0;
        width: 100%;
    }

    .grid--peek.slider--mobile .grid__item {
        box-sizing: content-box;
        margin: 0;
    }

    .grid--peek .grid__item {
        min-width: 35%;
    }

    .grid--peek.slider .grid__item:first-of-type {
        margin-left: 1.5rem;
    }

    .grid--peek.slider .grid__item:last-of-type {
        margin-right: 1.5rem;
    }

    .grid--1-col-mobile .grid__item {
        width: 100%;
        max-width: 100%;
    }
  
    .grid--2-col-tablet-down .grid__item {
        width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    }
  
    .grid--3-col-tablet-down .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3); 
    }

    .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
    .grid--peek .grid__item {
        width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
    }

    .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
    .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item  {
        width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
    }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
    .slider--tablet.grid--peek .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }

    .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }

    .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
    .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }

    .slider--tablet.grid--peek .grid__item:first-of-type {
        margin-left: 1.5rem;
    }

    .slider--tablet.grid--peek .grid__item:last-of-type {
        margin-right: 1.5rem;
    }

    .grid--2-col-tablet-down .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }

    .grid--1-col-tablet-down.grid--peek .grid__item {
        width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
    }
}


/* component-media */
.media {
    display: block;
    background-color: rgba(var(--color-accent-2-rgb), 0.1);
    position: relative;
    overflow: hidden;
}

.media--transparent {
    background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.media > img {
    object-fit: cover;
    object-position: center center;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
    padding-bottom: 100%;
}

.media--portrait {
    padding-bottom: 125%;
}

.media--landscape {
    padding-bottom: 66.6%;
}

.media--cropped {
    padding-bottom: 56%;
}

.media--16-9 {
    padding-bottom: 56.25%;
}

.media--circle {
    padding-bottom: 100%;
    border-radius: 50%;
}

.media.media--hover-effect > img + img {
    opacity: 0;
}

@media screen and (min-width: 990px) {
    .media--cropped {
        padding-bottom: 63%;
    }
}

deferred-media {
    display: block;
}

/* component-button */
/* Button - default */

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {      
    position: relative;  
   	box-shadow: var(--buttons-shadow-horizontal-offset) var(--buttons-shadow-vertical-offset) var(--buttons-shadow-blur-radius) rgba(var(--color-shadow), var(--buttons-shadow-opacity));   
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
    min-width: calc(12rem + var(--buttons-border-width) * 2);
    min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

@media screen and (max-width: 749px) {
    .button,
    .shopify-challenge__button,
    .customer button,
    button.shopify-payment-button__button--unbranded {
        min-height: calc(4rem + var(--buttons-border-width) * 2);
    }
}

.shopify-payment-button__button {
    line-height: calc(3rem / var(--font-body-scale));
}

.shopify-payment-button__button--branded {
    z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
    box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-accent-2-rgb), var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
.shopify-payment-button__button, button.shopify-payment-button__button--unbranded,
.customer button, .login a[href="#login"] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 3rem;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    background-color: var(--button-primary-bg);
    color: var(--button-primary-clr);     
    border: var(--buttons-border-width) solid var(--button-primary-bdr); 
    border-radius: var(--buttons-radius);  
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-appearance: none;
    appearance: none;
}

.button:hover,
.shopify-challenge__button:hover,
.shopify-payment-button__button:hover, button.shopify-payment-button__button--unbranded:hover:not([disabled]),  
.customer button:hover { 
    color: var(--button-secondary-clr);
    background-color: var(--button-secondary-bg);    
    border-color: var(--button-secondary-bdr);  
}

.button--outline-primary {
    background-color: transparent;
    color: var(--button-primary-bg);   
    border-color: var(--button-primary-bdr); 
}  

.button--outline-primary:hover {
    background-color: var(--button-primary-bg);
    color: var(--button-primary-clr);     
    border-color: var(--button-primary-bdr);
}  

.button--secondary, .login a[href="#login"] {
    color: var(--button-secondary-clr);
    background-color: var(--button-secondary-bg);    
    border-color: var(--button-secondary-bdr); 
}

.button--secondary:hover, .login a[href="#login"]:hover {
    background-color: var(--button-primary-bg);
    color: var(--button-primary-clr);   
    border-color: var(--button-primary-bdr);
}  

.button--light {
    background-color: var(--body-bg-clr);
    color: var(--body-font-clr);     
    border-color: var(--body-bg-clr); 
}

.button--light:hover {
    background-color: var(--button-primary-bg);
    color: var(--button-primary-clr);   
    border-color: var(--button-primary-bdr);
}

.button--outline-secondary {
    background-color: transparent;
    color: var(--button-secondary-bg);     
    border-color: var(--button-secondary-bdr);
}  

.button--outline-secondary:hover {
    background-color: var(--button-secondary-bg);
    color: var(--button-secondary-clr);     
    border-color: var(--button-secondary-bdr);
} 

.button--outline-thin {
    background-color: transparent;
    color: var(--button-secondary-bg);     
    border-color: rgba(var(--color-accent-2-rgb), 0.5);
}  

.button--outline-thin:hover {
    background-color: var(--button-secondary-bg);
    color: var(--button-secondary-clr);     
    border-color: var(--button-secondary-bdr);
}  

.button.button-small {
  min-height: auto;
  height: auto;
  font-size: 1.5rem;
  padding: .5rem 2rem;
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
    outline: 0;
    box-shadow: 0 0 0 0.3rem rgb(var(--body-bg-clr)),
        0 0 0 0.5rem rgba(var(--color-accent-2-rgb), 0.5),
        0 0 0.5rem 0.4rem rgba(var(--color-accent-2-rgb), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role="button"]:focus:not(:focus-visible):not(.focused) {
    box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
    background-color: rgba(var(--color-accent-2-rgb), 0.3);
}

.button-label,
.shopify-challenge__button,
.customer button {
    font-size: 1.6rem;
    line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    min-width: calc(9rem + var(--buttons-border-width) * 2);
    min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
    font-size: 1.4rem;
    padding: 1rem 2.5rem;
    min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--link {
  	color: var(--color-accent-2);
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
  
.button--link:hover {
  	color: var(--color-accent-1);	  
}

.button-brd, .button-brd.button-brd { font-size: 1.5rem; background-color:transparent; color: var(--color-accent-2); border:0; border-bottom:.2rem solid var(--color-accent-2); padding:0 0 .2rem; margin:0; text-align:center; text-decoration:none; outline:none !important; box-shadow:none !important; min-width:inherit; min-height:inherit; width:auto; line-height:normal; z-index: 1; }
.button-brd:hover, .button-brd.button-brd:hover, 
.button-brd:focus, .button-brd.button-brd:focus { background-color:transparent; color: var(--color-accent-3); border-color: var(--color-accent-3); }

.shopify-payment-button__button, button.shopify-payment-button__button--unbranded { 
    color: var(--button-secondary-clr);
    background-color: var(--button-secondary-bg);    
    border-color: var(--button-secondary-bdr);
}

.shopify-payment-button__button:hover, button.shopify-payment-button__button--unbranded:hover:not([disabled]) { 
    background-color: var(--button-primary-bg);
    color: var(--button-primary-clr);   
    border-color: var(--button-primary-bdr);
}

@media screen and (max-width: 989px) {
    .button,
    .shopify-challenge__button,
    .customer button, .login a[href="#login"] {
        font-size: 1.5rem;
    }
    .button-brd, .button-brd.button-brd { 
      font-size: 1.5rem;
    }
}

@media screen and (max-width: 749px) {
    .button-label, .shopify-challenge__button, .customer button {
      font-size: 1.4rem;
    }
  
    .button, .shopify-challenge__button, .customer button, .login a[href="#login"] {
        font-size: 1.4rem;
        padding: .6rem 1.5rem;
    }
   
  	.shopify-payment-button__button, 
  	button.shopify-payment-button__button--unbranded { 
      padding: 1.2rem .8rem; 
      font-size: 1.4rem;
    }

   .button-brd.button-brd, .button-brd { 
     font-size: 1.4rem;
   } 
} 


/* Button - other */
.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.button--full-width {
    display: flex;
    width: 100%;
}

.button.loading {
    color: transparent;
    position: relative;
}

@media screen and (forced-colors: active) {
    .button.loading {
        color: rgb(var(--color-accent-2-rgb));
    }
}

.button.loading > .loading-overlay__spinner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    height: 100%;
    display: flex;
}

.button.loading > .loading-overlay__spinner .path {
    stroke: rgb(var(--color-accent-2-rgb));
}


/* Button - social share */
.share-button {
    display: block;
    position: relative;
}

.share-button details {
    width: fit-content;
}

.share-button__button {
    font-size: 1.5rem;
    display: flex;
    min-height: 2.4rem;
    align-items: center;
    color: var(--color-accent-2);
    margin-left: 0;
    padding-left: 0;
}
.share-button__button:hover {
    color: var(--color-accent-1);  
}
  
details[open] > .share-button__fallback {
    animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.share-button__button .icon-share {
    height: 2rem;
    width: 2rem;
    margin-right: 1rem;
}

.share-button__fallback {
    display: flex;
    align-items: center;
    position: absolute;
    top: 3rem;
    right: 0rem;
    z-index: 3;
    width: 100%;
    min-width: max-content;
    border-radius: var(--inputs-radius);
    border: 0;
}

.social-sharing-list .button--share {
  position: relative;
}

.social-sharing-list .share-title {
    font-size: 1.5rem;
    margin-left: .5rem;
}  

.button--share:hover {
	color: var(--color-accent-1);
}  
  
.share-button__fallback button {
    width: 4.4rem;
    height: 4.4rem;
    padding: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: var(--inputs-border-width);
    border: var(--inputs-border-width) solid rgba(var(--color-accent-2-rgb),var(--inputs-border-opacity));
    margin-left: -.1rem;
}

.share-button__fallback button:hover {
    color: rgba(var(--color-accent-2-rgb), 0.75);
}

.share-button__fallback button:hover svg {
    transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
    display: none;
}

.share-button__close,
.share-button__copy {
    background-color: transparent;
    color: var(--light-font-clr);
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
    content: none;
}

.share-button__fallback .field {
    border-radius: 0;
    min-width: auto;
    min-height: auto;
    transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
    outline: 0.2rem solid var(--body-bg-clr);
    outline-offset: 0.1rem;
}

.share-button__fallback .field__input {
    box-shadow: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    filter: none;
    min-width: auto;
    min-height: auto;
    height: 4.4rem;
}

.share-button__fallback .field__input:hover {
    box-shadow: none;
}

.share-button__fallback .icon {
    width: 1.8rem;
    height: 1.8rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4.4rem;
  padding: .8rem 1.5rem .8rem 1.5rem;
  margin: var(--inputs-border-width);
  border: var(--inputs-border-width) solid rgba(var(--color-accent-2-rgb),var(--inputs-border-opacity));
}

.share-button__message:not(:empty):not(.hidden) ~ * {
    display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select, .spr-form-input {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    background-color: var(--body-bg-clr);
    color: var(--body-font-clr);
    font-size: 1.8rem;
    width: 100%;
    border: var(--inputs-border-width) solid rgba(var(--color-accent-2-rgb), var(--inputs-border-opacity));
    border-radius: var(--inputs-radius);      
   	box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));         
    transition: box-shadow var(--duration-short) ease;
    height: calc(5.8rem + (var(--inputs-border-width) * 2));
    min-height: calc(var(--inputs-border-width) * 2);
    min-width: calc(7rem + (var(--inputs-border-width) * 2));
    outline: none;  
}

.spr-form-input-textarea {
  min-height: calc(11rem + (var(--inputs-border-width) * 2));
}

@media screen and (max-width: 989px) {
  .field__input,
  .select__select,
  .customer .field input,
  .customer select, .spr-form-input {
    height: calc(5rem + (var(--inputs-border-width) * 2));
  }
}

@media only screen and (max-width: 749px) { 
  .field__input,
  .select__select,
  .customer .field input,
  .customer select, .spr-form-input { 
    font-size: 1.5rem; 
    height: calc(4.3rem + (var(--inputs-border-width) * 2));
  }    
}

.select__select {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    font-size: 1.6rem;
    color: var(--body-font-clr);
}

.select__select option {
  background-color: var(--body-bg-clr);
  color: var(--body-font-clr);  
}

.field__input:focus { border-color: rgba(var(--color-accent-2-rgb),.2); }

.variantname { font-weight: normal; }

.localization-form__select:focus {
    outline: 0;
    box-shadow: none;
}

.text-area,
.select {
    display: flex;
    position: relative;
    width: 100%;
}

/* Select */
.select .icon-caret,
.customer select + svg {
    height: 2rem;
	width: 2rem;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 0.7rem);
    right: calc(var(--inputs-border-width) + 1rem);
}

.select__select,
.customer select {
    cursor: pointer;
    line-height: calc(1 + 0.6 / var(--font-body-scale));
    padding: 0 3rem 0 2rem;
    margin: 0;  
    min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */
.field {
    position: relative;
    width: 100%;
    display: flex;
    transition: box-shadow var(--duration-short) ease;
}

.customer .field {
    display: flex;
    flex-wrap: wrap;
}

.field--with-error {
    flex-wrap: wrap;
}

.field__input,
.customer .field input, .spr-form-input {
    flex-grow: 1;
    text-align: left;
    padding: 1rem 2rem;
    margin: var(--inputs-border-width);
    transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
    font-size: 1.8rem;
    left: calc(var(--inputs-border-width) + 2rem);
    top: calc(var(--inputs-border-width) + 1.7rem);
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    transition: top var(--duration-default) ease,
        font-size var(--duration-default) ease;
    color: var(--light-font-clr);
    letter-spacing: 0.01rem;
    line-height: 1.5;
}

@media screen and (max-width: 989px) {
  .field__input,
  .customer .field input, .spr-form-input {
    padding: 1rem 1.5rem;
  }
  
  .field__label,
  .customer .field label {
    left: calc(var(--inputs-border-width) + 1.5rem);
    top: calc(var(--inputs-border-width) + 1.2rem);
  }

  .select__select,
  .customer select {
    padding: 0 3rem 0 1.5rem;
  }  
}

@media only screen and (max-width: 749px) {  
  .field__label, .customer .field label {
  	font-size: 1.6rem;
    top: calc(var(--inputs-border-width) + 1.1rem);
  } 
}  

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
    font-size: 1.3rem;
    top: calc(var(--inputs-border-width) + -1rem);
    left: calc(var(--inputs-border-width) + 1.5rem);
    letter-spacing: 0.04rem;
    background-color: var(--body-bg-clr);
    padding: 0 .5rem;  
}

@media screen and (max-width: 989px) {
  .field__input:focus ~ .field__label,
  .field__input:not(:placeholder-shown) ~ .field__label,
  .field__input:-webkit-autofill ~ .field__label,
  .customer .field input:focus ~ label,
  .customer .field input:not(:placeholder-shown) ~ label,
  .customer .field input:-webkit-autofill ~ label {
      left: calc(var(--inputs-border-width) + 1rem);
  }
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
    display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
    opacity: 0;
}

.field__button {
    background-color: transparent;
    border: 0;
    color: currentColor;
    cursor: pointer;
    height: 4.4rem;
    width: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.field__button > svg {
    height: 2.5rem;
    width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
    color: rgb(var(--color-accent-2-rgb));
}

@media only screen and (max-width: 749px) {
  .field__input:focus ~ .field__label, .field__input:not(:placeholder-shown) ~ .field__label, 
  .field__input:autofill ~ .field__label, .customer .field input:focus ~ label, 
  .customer .field input:not(:placeholder-shown) ~ label, .customer .field input:autofill ~ label { 
    left: calc(var(--inputs-border-width) + 1rem);
  }
}

.field-lbl label {
  margin: 0 0 1rem;
  display: block;
  color: var(--light-font-clr);
}

/* Text area */
.text-area {
    min-height: 14rem;
    resize: vertical;
}

input[type='checkbox'] {
    display: inline-block;
    width: auto;
    margin-right: 0.5rem;
}

/* Form global */
.form__label {
    display: block;
    margin-bottom: 0.6rem;
}

.form__message {
    align-items: center;
    display: flex;
    font-size: 1.5rem;
  	text-transform: none;
	font-weight: 400;
    line-height: 1;
    margin-top: 1rem;
	margin-bottom: 0;
	width: 100%;
}

.form__message--large {
    font-size: 1.6rem;
}

.customer .field .form__message {
    font-size: 1.4rem;
    text-align: left;
}

.form__message .icon,
.customer .form__message svg {
    flex-shrink: 0;
    height: 2rem;
    width: 2rem;
    margin-right: 1rem;
}

.form__message--large .icon,
.customer .form__message svg {
    height: 2rem;
    width: 2rem;
    margin-right: 1rem;
}

.customer .field .form__message svg {
    align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
  display: flex;
  align-items: center;
  padding: 1.5rem 2rem;
  width: 100%;
}

.form-status-list {
   /* padding: 0; */
    margin: 2rem 0 3rem;
}

.form-status-list li {
    list-style-position: inside;
}

.form-status-list .link::first-letter {
    text-transform: capitalize;
}

.topbar-message .form-status-list {
  margin: 0;
  padding: 1rem 2rem;
  text-align: center;
  justify-content: center;
}

@media only screen and (max-width: 749px) {
  .form-status { font-size: 1.5rem; padding: 1.5rem 1.5rem; }
  .topbar-message .form-status-list { padding: 0.8rem 1.5rem; font-size: 1.4rem; }
}


/* Custom Radio */
.customRadio { position: relative; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 0rem; }
.customRadio input[type="radio"] { position: absolute; overflow: hidden; clip: rect(0 0 0 0); display: none; }
.customRadio input[type="radio"] + label { position: relative; padding: 0 0 0 3rem; cursor: pointer; }
.customRadio input[type="radio"] + label:before { content: ''; background: var(--body-bg-clr); border: 0.1rem solid rgba(var(--color-accent-2-rgb),0.4); height: 2rem; width: 2rem; border-radius: 50%; position: absolute; top: 0; left: 0; }
.customRadio input[type="radio"] + label:after { content: ''; background: var(--color-accent-2); width: 1.0rem; height: 1.0rem; border-radius: 50%; position: absolute; top: .5rem; left: .5rem; opacity: 0; -webkit-transform: scale(2); transform: scale(2); -webkit-transition: transform 0.3s linear, opacity 0.3s linear; transition: transform 0.3s linear, opacity 0.3s linear; }
.customRadio input[type="radio"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }

/* Custom Checkbox */
.customCheckbox { position: relative; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 0rem; }
.customCheckbox input[type="checkbox"] { position: absolute; overflow: hidden; clip: rect(0 0 0 0); display: none; }
.customCheckbox input[type="checkbox"] + label { position: relative; padding: 0 0 0 3.5rem; cursor: pointer; display: flex; align-items: center; }
.customCheckbox input[type="checkbox"] + label:before { content: ''; background: var(--body-bg-clr); border: 0.1rem solid rgba(var(--color-accent-2-rgb),0.4); border-radius: 0; height: 2rem; width: 2rem; position: absolute; top: auto; left: 0; }
.customCheckbox input[type="checkbox"] + label:after { content: ''; border-style: solid; border-width: 0 0 .2rem .2rem; border-color: transparent transparent var(--color-accent-2) var(--color-accent-2); width: 1.2rem; height: .7rem; position: absolute; top: auto; left: .5rem; margin-top: -.3rem; opacity: 0; -webkit-transform: scale(1) rotate(-45deg); transform: scale(1) rotate(-45deg); -webkit-transition: transform 0.3s linear, opacity 0.3s linear; transition: transform 0.3s linear, opacity 0.3s linear; }
.customCheckbox input[type="checkbox"]:checked + label:after { opacity: 1; -webkit-transform: scale(1) rotate(-45deg); transform: scale(1) rotate(-45deg); color: var(--color-accent-2); }


/* component-quantity */
.quantity {
    color: var(--body-font-clr);
    position: relative;
    width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
    display: flex;
    border: var(--inputs-border-width) solid var(--border-clr);
    border-radius: var(--inputs-radius);
   	box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
    min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity__input {
    color: currentColor;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    background-color: transparent;
    border: 0;
    padding: 0 0.5rem;
    width: 100%;
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
}

.quantity__button {
    width: calc(4.5rem / var(--font-body-scale));
    flex-shrink: 0;
    font-size: 1.8rem;
    border: 0;
    background-color: transparent;
    color: var(--color-accent-2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    -webkit-transition: all .3s ease-in-out 0s; 
    transition: all .3s ease-in-out 0s;  
}

.quantity__button:hover {
    color: var(--color-accent-1);  	
}
 
.quantity__button svg {
    width: 1.8rem;
    height: 1.8rem;
    pointer-events: none;
}
  
.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.quantity__input[type='number'] {
    -moz-appearance: textfield;
}

/* component-modal */
.modal__toggle {
    list-style-type: none;
}

.no-js details[open] .modal__toggle {
    position: absolute;
    z-index: 5;
}

.modal__toggle-close {
    display: none;
}

.no-js details[open] svg.modal__toggle-close {
    display: flex;
    z-index: 1;
    height: 1.7rem;
    width: 1.7rem;
}

.modal__toggle-open {
    display: flex;
}

.no-js details[open] .modal__toggle-open {
    display: none;
}

.no-js .modal__close-button.link {
    display: none;
}

.modal__close-button.link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    height: 4rem;
	width: 4rem;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.modal__close-button .icon {
    width: 2.2rem;
    height: 2.2rem;
    cursor: pointer;
}

.modal__close-button .icon:hover {
    color: var(--color-accent-3);
}  

.modal__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--body-bg-clr);
    color: var(--body-font-clr);  
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.media-modal {
    cursor: zoom-out;
}

.media-modal .deferred-media {
    cursor: initial;
}


/*--------------------------------------------------------------------
* Container
* --------------------------------------------------------------------*/
.page-width { max-width: var(--page-width); width: 100%; margin: 0 auto; padding: 0 1.5rem; }
.page-width-desktop { padding: 0; margin: 0 auto; }
.page-width-fluid { max-width:100%; Width:100%; padding-left:1.5rem; padding-right:1.5rem; margin-left:auto; margin-right:auto; }
.hdr-navigation .mega-menu__content .page-width { padding-left:1.5rem; padding-right:1.5rem; }

@media only screen and (min-width:1400px) {
  .page-width-fluid { padding-left:6rem; padding-right:6rem; }
}

@media screen and (max-width: 1399px) {
  .page-width-fluid, .page-width, .hdr-navigation .mega-menu__content .page-width { padding-left: 5rem; padding-right: 5rem; }
}

@media screen and (max-width: 1349px) {
  .page-width-fluid, .page-width, .hdr-navigation .mega-menu__content .page-width { padding-left: 3rem; padding-right: 3rem; }
}

@media screen and (max-width: 767px) {
  .page-width-fluid, .page-width, .hdr-navigation .mega-menu__content .page-width { padding-left: 1.5rem; padding-right: 1.5rem; }
}

@media screen and (min-width: 750px) {   
  .page-width--narrow { padding: 0 9rem; }
  .page-width-desktop { padding: 0; }
  .page-width-tablet { padding: 0 5rem; }
}

@media screen and (min-width: 990px) {
  .page-width--narrow { max-width: 72.6rem; padding: 0; }
  .page-width-desktop { max-width: var(--page-width); padding: 0 5rem; }
}


.page-width .page-width { padding-left: 0; padding-right: 0; }

.isolate { position: relative; z-index: 0; }

.shopify-policy__container { max-width: var(--page-width) !important; padding: 0 1.5rem !important; margin-top: 100px; }  
.shopify-policy__title { text-align: center; margin-bottom: 4rem; }
.shopify-policy__body { font-size: 1.7rem; }
.shopify-policy__body h3 { margin: 4rem 0 2.5rem; }
.shopify-policy__body p,
.shopify-policy__body ul:not(a:hover) { color: var(--light-font-clr); }

.spacing-large, .spacing-small { margin-top: var(--spacing-sections-mobile); }  

.section-cover { padding-top: var(--spacing-sections-mobile); padding-bottom: var(--spacing-sections-mobile); }  
.section-cover-top { padding-top: var(--spacing-sections-mobile); }

.section + .section { margin-top: var(--spacing-sections-mobile); }

@media screen and (min-width: 990px) {
    .section + .section { margin-top: var(--spacing-sections-desktop); }
  
    .spacing-large { margin-top: var(--spacing-sections-desktop); }
    .spacing-small { margin-top: calc((var(--spacing-sections-desktop) / 2)); }

    .section-cover { padding-top: var(--spacing-sections-desktop); padding-bottom: var(--spacing-sections-desktop); }
  	.section-cover-top { padding-top: var(--spacing-sections-desktop); }
}

.element-margin-top { margin-top: 5rem; }
@media screen and (min-width: 750px) {
    .element-margin { margin-top: calc(5rem + var(--page-width-margin)); }
}


/*--------------------------------------------------------------------
* Flex Class
* --------------------------------------------------------------------*/
.d-block { display: block !important; }  
.d-flex { display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; }
.d-inline-flex { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.flex-row { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
.flex-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.flex-column-reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
.flex-row-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.flex-nowrap { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex-wrap-reverse { -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; }
.flex-item { -ms-flex:1; -webkit-flex:1; flex:1; }

.justify-content-start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.justify-content-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.justify-content-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.justify-content-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.justify-content-around { -ms-flex-pack: distribute; justify-content: space-around; }

.align-items-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.align-items-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
.align-items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.align-items-baseline { -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }
.align-items-stretch { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.align-self-start { -ms-flex-item-align: start; align-self: flex-start; }
.align-self-end { -ms-flex-item-align: end; align-self: flex-end; }
.align-self-center { -ms-flex-item-align: center; align-self: center; }
.align-self-baseline { -ms-flex-item-align: baseline; align-self: baseline; }
.align-self-stretch { -ms-flex-item-align: stretch; align-self: stretch; }

.align-items-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.align-items-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.align-content-start { -ms-flex-line-pack: start; align-content: flex-start; }
.align-content-end { -ms-flex-line-pack: end; align-content: flex-end; }
.align-content-center { -ms-flex-line-pack: center; align-content: center; }
.align-content-between { -ms-flex-line-pack: justify; align-content: space-between; }
.align-content-around { -ms-flex-line-pack: distribute; align-content: space-around; }
.align-content-stretch { -ms-flex-line-pack: stretch; align-content: stretch; }

.order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
.order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
.order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }

.d-flex-wrap { display:-webkit-flex; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; }
.d-flex-center { display:-webkit-flex; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
.d-flex-justify-center { display:-webkit-flex; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; }
.d-flex-justify-left { display:-webkit-flex; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: flex-start; -ms-justify-content: flex-start; justify-content: flex-start; }
.d-flex-justify-right { display:-webkit-flex; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: flex-end; -ms-justify-content: flex-end; justify-content: flex-end; }


/*--------------------------------------------------------------------
* Announcement Bar
* --------------------------------------------------------------------*/
.announcement-bar { position: relative; text-align: center; padding: .5rem 0rem; }
.announcement-bar a, .announcement-bar p { display: block; text-decoration: none; padding: 0; font-size: 1.3rem; font-weight: 500; }
.announcement-bar .btn-link:hover { opacity: 0.8; }

.swiper_announcement-bar.swiper { margin-right: 0; margin-left: 0; }
.slider-announcement-bar .slider__slide { padding: 1rem 0rem; }
.slider-announcement-bar .slider-buttons { position: relative; max-width: var(--page-width); padding: 0 1.5rem; margin-left: auto; margin-right: auto; }
.slider-announcement-bar .slider-buttons .slider-button { margin-top: -1.9rem; left: 0rem; width: auto; height: auto; border: none; background: transparent !important; }
.slider-announcement-bar .slider-buttons .slider-button.slider-button--next { left: auto; right: 0rem; }
.slider-announcement-bar .slider-buttons .slider-button:hover { background: transparent; color: var(--color-accent-1); }
.slider-announcement-bar .slider-buttons .slider-button .icon { color: var(--body-font-clr); }
.slider-announcement-bar .slider-button[disabled] .icon { color: rgba(var(--color-accent-2-rgb),.3); }

@media only screen and (min-width: 750px) {
  .announcement-bar a, .announcement-bar p { font-size: 1.5rem; }  
  .slider-announcement-bar .slider-buttons .slider-button { margin-top: -2.5rem; left: 1rem; }
  .slider-announcement-bar .slider-buttons .slider-button.slider-button--next { left: auto; right: 1rem; }
}
@media screen and (min-width: 990px) {
  .announcement-items { max-height: 4.2rem; }
  .announcement-bar { min-height: 4.2rem; max-height: 4.2rem; }
}
@media screen and (max-width: 989px) {
  .announcement-items { max-height: 4rem; }
  .announcement-bar { min-height: 4rem; max-height: 4rem; }
  .announcement-bar a, .announcement-bar p { font-size: 1.4rem; }
}
@media screen and (max-width: 749px) {
  .announcement-bar a, .announcement-bar p { font-size: 1.3rem; }
}


/*--------------------------------------------------------------------
* Header Section
* --------------------------------------------------------------------*/
.site-header { position:relative; background-color: var(--header-bg);  }
.site-header.border-bottom { border-bottom:.1rem solid var(--header-border); }
.site-header cart-notification { position: absolute; }

.hdr-navigation, .hdr-mobile-menu { display: none; }
.hdr-navigation .menu__item { display:inline-block; }
.hdr-navigation .menu__item:not(:last-child) { margin-right: 3rem;}  
.hdr-navigation .list-menu__item { color: var(--header-text); font-size: 1.6rem; font-weight: 700; padding: 2.55rem 0; }

.hdr-navigation .list-menu__item:hover, .hdr-navigation .list-menu__item:hover a, .hdr-navigation .list-menu__item--active,
.hdr-navigation .header__active-menu-item, .hdr-navigation .header__active-menu-item + .icon, .hdr-navigation .list-menu__item--active + .icon,
.hdr-navigation .header-active-menu-item, .hdr-navigation .header__submenu .header__menu-item.list-menu__item-active { color: var(--header-accent); }

.hdr-navigation header-menu > details[open] summary.header-menu-item,
.hdr-navigation header-menu > details[open] summary.header-menu-item a,
.hdr-navigation .header__submenu details[open] summary.header__menu-item,
.hdr-navigation .header__submenu details[open] summary.header__menu-item a { color: var(--header-accent); opacity: 1 !important; }

.hdr-navigation summary.list-menu__item { padding-right: 1.5rem; }
.hdr-navigation.hidearrow summary.header-menu-item { padding-right: 0rem; }
.hdr-navigation .header__submenu .header__menu-item { font-size: 1.6rem; font-weight: 400; padding: 1rem 4rem; -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; }

.header__icons .header__icon { position: relative; color: var(--header-text); display:inline-flex; align-items:center; margin-left: 2.5rem; -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; }
.header__icons .header__icon:hover { color: var(--header-accent); } 
.header__icons .header__icon .icon { color:inherit; fill: none; width: 1.8rem; height: 1.8rem; }
.header__icons .header__icon .text { color:inherit; font-size: 1.6rem; font-weight: 600; text-transform: uppercase; line-height: normal; margin-left: 1.6rem; }
.header__icons .header__icon .icon.icon-compare { fill: var(--header-text); }
.header__icons .header__icon .icon.icon-compare:hover { fill: var(--header-accent); }   

.header__icons.left .header__icon { margin-left: 0rem; margin-right: 2.5rem; }
.header__icon--menu { width: 2rem; height: 2rem; }

.cart-count-bubble { background-color: var(--header-bg); color: var(--header-accent); border: .1rem solid var(--header-border); display:flex; align-items:center; justify-content:center; width: 3rem; height: 3rem; border-radius: 50%; text-align: center; font-size: 1.3rem; font-weight: 600; margin-left: 1.6rem; }
.cart-count-bubble:empty { display: none; }
.cart-count-bubble .cart-count-total { margin-left: .5rem; color: var(--color-accent-1); }

.header-menu-center { justify-content: center; }
.header-menu-right { justify-content: flex-end; }  

.search__button .icon:hover { color:var(--color-accent-3); }
.site-header .menu-drawer { max-width: 35rem; width: 100%; }

/* Account dropdown */
.account-dropdown { position: relative; }
.account-dropdown .account-links { position: absolute; top: 4.5rem; right: -11rem; width: 24rem; z-index: 2; padding: 2rem 3rem 3rem 3rem; }
.account-dropdown .account-links .ttl { text-transform: capitalize; font-size: 1.8rem; font-weight: 500; margin: 2.5rem 0 1.5rem; width: 100%; }
.account-dropdown .currency-picker .ttl { margin-top: 1.8rem; }
.account-dropdown .disclosure,
.account-dropdown .language-picker .disclosure__list-wrapper { width: 100%; }
.account-dropdown .disclosure__list-wrapper { top: 100%; bottom: auto; transform: translateY(1rem); transition: transform var(--duration-default) ease; animation: none !important; }
.account-dropdown .disclosure__list-wrapper[hidden] { transform: translateY(2rem); }

.account-dropdown .account-links .links-list li a { font-size: 1.6rem; font-weight: 500; display: block; padding: .2rem 0; }
.account-dropdown .account-links .links-list li a:hover { color: var(--color-accent-3); }
.account-dropdown .account-links .links-list li a:not(:hover) { color: var(--light-font-clr); }

.account-dropdown .localization-form:only-child { margin: 0; width: 100%; }
.account-dropdown .localization-name { width: 135px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.account-dropdown .localization-wrap .disclosure__link { color: var(--body-font-clr); }
.account-dropdown .localization-wrap .disclosure__link:hover,
.account-dropdown .localization-wrap .disclosure__link.disclosure__link--active { color: var(--color-accent-3); }
.account-dropdown .localization-wrap .disclosure__link.disclosure__link--active { text-decoration: underline; }
.account-dropdown .localization-wrap .disclosure__link:not(:hover):not(.disclosure__link--active) .localization__currency-name,
.account-dropdown .localization-wrap #FooterLanguageList .disclosure__link:not(:hover):not(.disclosure__link--active) { color: var(--light-font-clr); }

.account-dropdown .product-comparelist .count { position: static; font-size: 1.6rem; font-weight: 500; border: none; color: inherit; background: transparent; }
.account-dropdown .product-comparelist .count:before { content: '('; display: inline; }
.account-dropdown .product-comparelist .count:after { content: ')'; display: inline; }

.dropdown-main .dropdown-disclosure { opacity: 0; transform: translateY(1.5rem); transition: opacity var(--duration-default) ease,transform var(--duration-default) ease; }
details.dropdown-main[open] > .dropdown-disclosure { opacity: 1; transform: translateY(0rem); animation: animateMenuOpen var(--duration-default) ease; animation-fill-mode: forwards; z-index: 4; }

/* Header 2 */
.header-style2 .hdr-navigation .header-menu-item { font-weight: 600; padding: 2.88rem 0; }
.header-style2 .hdr-navigation summary.header-menu-item { padding-right: 1.5rem; }
.header-style2 .hdr-navigation .menu__item:not(:last-child),
.header-style5 .hdr-navigation .menu__item:not(:last-child) { margin-right: 4rem; }
.header-style2 .header__icons .header__icon .text { margin-left: 1rem; }

.cart-count-bubble.bracket { background-color: transparent; color: var(--body-font-clr); border: none; font-size: 1.6rem; font-weight: 600; width: auto; height: auto; margin-left: .5rem; }
.cart-count-bubble.bracket .cart-count-items:before { content: '('; display: inline; padding-right: .2rem; }
.cart-count-bubble.bracket .cart-count-items:after { content: ')'; display: inline; padding-left: .2rem; }

.cart-count-bubble.bracket.none .cart-count-items:before,
.cart-count-bubble.bracket.none .cart-count-items:after { content: none; }

/* Header 3 */
.hdr-navigation .menu__item.menu_hdr-logo { display: flex; }

.header-style3 .hdr-navigation .header-menu-item { font-weight: 600; }
.header-style3 .hdr-navigation .link-pages.has-dropdown .header__submenu.submenu1 { right: 0; left: auto }
.header-style3 details[open] > .header__submenu .icon-caret { transform: rotate(90deg); }
.header-style3 .header__submenu .header__submenu { right: 100%; left: auto; }

.header-style3 .cart-count-bubble.bracket { margin-left: 2rem;  }
.header-style3 .header__icon--search .text.hidden { display: flex !important; margin-left: 1rem; font-weight: 500; }
.header-style3 .header__icons .header__icon.header__icon--account { margin-left: 0; }

/* Header 4 */
.header-style4 .top-infobar { background-color: #2f2f2d; color: rgba(255,255,255,0.3); padding: .75rem 0; }
.header-style4 .topbar-inner .header__icon.link--text:not(:hover) { color: rgba(255,255,255,0.3); }
.header-style4 .topbar-inner .header__icon .text { font-size: 1.4rem; font-weight: 600; text-transform: uppercase; }
.header-style4 .topbar-inner .header__icon .text.icon-text { padding: 0; margin: 0; color: rgba(255,255,255,0.3); }
.header-style4 .topbar-inner .header__icon.header__icon--phone .text:not(.icon-text) { margin-left: .5rem; }
.header-style4 .topbar-inner .header__icon:after { content: "/"; margin: 0 1.2rem; color: rgba(255,255,255,0.3); }
.header-style4 .topbar-inner .header__icon:not(:last-child) { margin-right: 0; }
.header-style4 .topbar-inner .item.left .header__icon:last-child:after { content: none; }
.header-style4 .topbar__localization .disclosure .localization-form__select { color: rgba(255,255,255,0.3); }

.header-style4 .hdr-navigation .menu__item.menu_hdr-logo { margin-top: -45px; align-items: flex-start; margin-left: auto; margin-right: auto; }
.header-style4 .hdr-navigation .link-pages.has-dropdown .header__submenu.submenu1 { right: 0; left: auto }
.header-style4 details[open] > .header__submenu .icon-caret { transform: rotate(90deg); }
.header-style4 .header__submenu .header__submenu { right: 100%; left: auto; }
.header-style4 .header__inline-menu,
.header-style4 .list-menu--inline { width: 100%; }
.header-style4 .cart-count-bubble.bracket { margin-left: 1rem; }

.topbar__localization .ttl { display: none; }
.topbar__localization .disclosure .localization-form__select { background: transparent; padding: 0; margin: 0; min-height: inherit; min-width: inherit; height: auto; width: auto; font-size: 1.4rem; font-weight: 600; text-transform: uppercase; border: none; border-radius: 0; box-shadow: none; }
.topbar__localization .disclosure .localization-form__select .icon-caret { position: static; margin-right: -.5rem; }
.topbar__localization localization-form { display: flex; flex-wrap: wrap; align-items: center; }
.topbar__localization .localization-form:only-child { padding: 0; margin: 0; }
.topbar__localization .disclosure__list-wrapper { top: 100%; bottom: auto; right: 0; margin: 2rem 0 0; }

/* Header 5 */
.header-style5.site-header { padding-top: 0rem; padding-bottom: 0rem; }   
.header-style5.border-bottom { border-bottom: none; }  
.header-style5 .hdr-content { padding-top: 2rem; padding-bottom: 2rem; border-bottom: none; }
.header-style5 .hdr-navigation .header-menu-item { padding: 2rem 0; }
.header-style5 .hdr-navigation summary.header-menu-item { padding-right: 1.5rem; }

/* Header 6 */
.header-style6.site-header { padding-top: 0rem; padding-bottom: 0rem; }  
.header-style6 .hdr-content { padding-top: 2rem; padding-bottom: 2rem; }  
.header-style6 .header__icons .header__icon .text { margin-left: 1rem; } 
.header-style6 header-drawer { display: inline-flex; } 
.header-style6 .header__icon.header__icon--menu { margin-left: 0rem; }  
.header-style6 .header__icons .menubar { position: relative; }
.header-style6 .header__icons .menubar .menu-icon { margin-right: 1.2rem; }   
.header-style6 .header__icons .menubar .icon { width: 2rem; height: 2rem; top: auto; left: 0; right: auto; }  
.header-style6 .header__icons .menubar .text { margin-left: 1.7rem; }  

.header-style6.site-header .menu-drawer { position: fixed; top: 0; height: 100vh; max-height: 100vh; }
.header-style6 .header__icon--menu[aria-expanded="true"]:before { position: fixed; top: 0; width: 100%; height: 100%; }

.header-style6 .mobile-facets__close { opacity: 0; visibility: hidden; padding: 1.1rem 2rem; background-color: rgba(var(--color-accent-2-rgb),.05); height: auto; max-width: 35rem; width: 100%; position: fixed; right: auto; z-index: 101; left: 0; top: 0; display: flex; align-items: center; justify-content: space-between; cursor: pointer; -webkit-transform: translateX(-100%); transform: translateX(-100%); transition: transform var(--duration-short) ease; }
.header-style6 .menubar .mobile-facets__close .icon { position: static; }
.header-style6 .menubar .mobile-facets__close .text { margin-left: 0; display: inline-flex !important; }  
.header-style6 .menu-opening .mobile-facets__close { opacity: 1; visibility: visible; -webkit-transform: translateX(0); transform: translateX(0); transition: transform var(--duration-default) ease,visibility var(--duration-default) ease; }  
.header-style6 .menu-drawer__navigation-container,
.header-style6 .menu-drawer__submenu { padding-top: 4rem; }


/* Header Topbar */
.top-infobar { padding-top: .5rem; padding-bottom: .5rem; background-color: rgba(var(--color-accent-2-rgb),.05); }
.topbar-inner { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; }
.topbar-inner .link--text { color: var(--header-text); }
.topbar-inner .link--text:hover { color: var(--header-accent); }  
.topbar-inner .header__icon .icon { height: 1.8rem; width: 1.8rem; }
.topbar-inner .header__icon .text { font-size: 1.5rem; font-weight: 500; }
.topbar-inner .header__icon:not(:last-child) { margin-right: 1.5rem; }
.topbar-inner .header__icon .count { font-weight: 600; margin-left: .5rem; }
.topbar-inner .header__icon .count:before { content: '('; display: inline; }
.topbar-inner .header__icon .count:after { content: ')'; display: inline; }
.topbar-inner .left .text { margin-left: 1rem; }
.topbar-inner .header__icon.product-comparelist .count { display: none; }

.localization-wrap .localization-country { display: none; }
.localization-wrap .disclosure__list { padding-bottom: 1.2rem; padding-top: 1.2rem; }
.localization-wrap .disclosure__link { color: var(--footer-bottom-clr); display: inline-flex; align-items: center; line-height: 1.3; text-align: left; width: 100%; }
.localization-wrap .img-icon { min-width: 2.5rem; margin-right: 1.2rem; }
.localization-wrap .img-icon img { border-radius: 50%; display: block; object-fit: cover; height: 2.5rem; width: 2.5rem; }

.header__icons .count { background-color: var(--header-bg); color: var(--header-accent); border: .1rem solid var(--header-border); width: 2rem; height: 2rem; border-radius: 50%; text-align: center; font-size: 1.2rem; font-weight: 600; position: absolute; top: -1.2rem; right: -1.4rem; }
.header__icon.product-wishlist .count { display: none; }

@media screen and (min-width: 750px) {
  .header-style4 .topbar-inner .header__icon.header__icon--phone .icon { display: none; }
  
  .header-style6 .header__icon.header__icon--menu { min-width: 7.3rem; }  
  .header-style6 .header__icons .header__icon .text.hidden { display: inline !important; }
}

@media screen and (min-width: 1200px) {
    header-drawer { display: none; }
    .hdr-logo .header__heading-link .h4 { font-size: calc(var(--font-heading-scale) * 2.4rem); }
    .hdr-navigation { display: flex; flex-wrap: wrap; }
    .hdr-navigation .hdr-logo.center { margin: 0 2rem; }

    .header-style2 .header-menu-center .hdr-logo, 
    .header-style2 .header-menu-center .hdr-icons { width: 26%; }  
  	.header-style2 .header-menu-left .hdr-navigation { justify-content: flex-start; padding-left: 6rem; }
  	.header-style2 .header-menu-right .hdr-navigation { justify-content: flex-end; padding-right: 3rem; }
  	.header-style2 .header-menu-center .hdr-navigation,
    .header-style2 .header-menu-center .list-menu--inline { justify-content: center; }
    .header-style2 .header__submenu.submenu1, 
    .header-style5 .header__submenu.submenu1 { margin-left: -14rem; }

    .header-style2.header-condensed .hdr-logo, 
    .header-style2.header-condensed .hdr-navigation,
    .header-style2.header-condensed .hdr-icons { width: auto; -ms-flex: 1; -webkit-flex: 1; flex: 1; }
    .header-style2.header-condensed .hdr-logo { -webkit-order: 1; order: 1; }
    .header-style2.header-condensed .hdr-navigation { -webkit-order: 0; order: 0; }
    .header-style2.header-condensed .hdr-icons { -webkit-order: 3; order: 3; }
  
    .header-style3 .flex-item.hdr-logo { display: none; }
    .header-style3 .header-menu-center .left-side, 
    .header-style3 .header-menu-center .right-side { width: 19%; -ms-flex: none; -webkit-flex: none; flex: none; }  
  	.header-style3 .header-menu-left .hdr-navigation { justify-content: flex-start; padding-left: 6rem; }
  	.header-style3 .header-menu-right .hdr-navigation { justify-content: flex-end; padding-right: 3rem; }
  	.header-style3 .header-menu-center .hdr-navigation,
    .header-style3 .header-menu-center .list-menu--inline { justify-content: center; }
    .header-style3 .hdr-navigation .link-pages.has-dropdown .header__submenu.submenu1 { margin-right: -10rem; }
    .header-style3 .header__inline-menu { margin-left: -10rem; } 

    .header-style3.header-condensed #menu__toggle:checked ~ #condensed-menu { left: -10rem; }
    .header-style3.header-condensed .flex-item.hdr-logo { display: flex; padding-top: 2rem; padding-bottom: 2rem; }
    .header-style3.header-condensed .header__inline-menu { margin: 0; position: absolute; left: 15.5rem; top: 0; width: auto; }
    .header-style3.header-condensed .header-menu-center .hdr-navigation { -ms-flex: none; -webkit-flex: none; flex: none; }
    .header-style3.header-condensed .header-menu-center .left-side, 
    .header-style3.header-condensed .header-menu-center .right-side { width: auto; -ms-flex: 1; -webkit-flex: 1; flex: 1; }
  
    .template-index .section-header:not(.shopify-section-header-sticky) .header-classic .site-header.header-style3 .hdr-navigation .header-menu-item { padding-top: 3.3rem; padding-bottom: 3.3rem; }
  
    .header-style4 .flex-item.hdr-logo { display: none; }
    .header-style4 .header-menu-center .left-side, 
    .header-style4 .header-menu-center .right-side { width: auto; -ms-flex: none; -webkit-flex: none; flex: none; }  
  	.header-style4 .header-menu-left .hdr-navigation { justify-content: flex-start; padding-left: 6rem; }
  	.header-style4 .header-menu-right .hdr-navigation { justify-content: flex-end; padding-right: 3rem; }
  	.header-style4 .header-menu-center .hdr-navigation,
    .header-style4 .header-menu-center .list-menu--inline { justify-content: center; }
    .header-style4 .hdr-navigation .hdr-logo.center { position: absolute; left: 0; right: 0; margin: 0 auto; }
    .header-style4 .hdr-navigation .menu__item:not(:last-child):not(.menu_hdr-logo) { margin-right: 4rem; }  
    .header-style4 .header__icons .header__icon { margin-left: 4rem; margin-right: 0; }
    .header-style4 .header__icons.left .header__icon { margin-right: 4rem; margin-left: 0; }

    .header-style4.header-condensed .hdr-content { position: relative; }
    .header-style4.header-condensed #menu__toggle:checked ~ #condensed-menu { left: -4rem; }
    .header-style4.header-condensed .flex-item.hdr-logo { display: flex; padding-top: 2rem; padding-bottom: 2rem; }
    .header-style4.header-condensed .header__inline-menu { margin: 0; position: absolute; left: 4rem; top: 0; width: auto; }
    .header-style4.header-condensed .header-menu-center .hdr-navigation { -ms-flex: none; -webkit-flex: none; flex: none; }
    .header-style4.header-condensed .header-menu-center .left-side, 
    .header-style4.header-condensed .header-menu-center .right-side { width: auto; -ms-flex: 1; -webkit-flex: 1; flex: 1; }
  
    .header-style5 .header-menu-left .hdr-navigation { justify-content: flex-start; }
  	.header-style5 .header-menu-right .hdr-navigation { justify-content: flex-end; }
  	.header-style5 .header-menu-center .hdr-navigation,
    .header-style5 .header-menu-center .list-menu--inline { justify-content: center; }
  	.header-style5 .hdr-content.border-bottom { border-bottom:.1rem solid var(--header-border); } 

    .header-style5.header-condensed .header__inline-menu { position: absolute; top: 1rem; left: 18rem; }
    .header-style5.header-condensed .hdr-inline-search { margin-left: 15rem; }
    .header-style5.header-condensed #menu__toggle:checked ~ #condensed-menu { left: -10rem; }
  
}

@media screen and (min-width: 1400px) {
  .hdr-navigation .menu__item:not(:last-child) { margin-right: 4.5rem; }
  .hdr-navigation .hdr-logo.center { margin: 0 2.8rem; }

  .header__icons .header__icon { margin-left: 3rem; }  
  .header__icons.left .header__icon { margin-left: 0rem; margin-right: 3rem; }

  .header-style2 .header__submenu.submenu1, 
  .header-style5 .header__submenu.submenu1 { margin-left: -12rem; }
  .header-style2 .hdr-navigation .menu__item:not(:last-child),
  .header-style5 .hdr-navigation .menu__item:not(:last-child) { margin-right: 6.5rem; }

  .header-style3 .header__inline-menu { margin-left: -9.5rem; }  
  .header-style3 .header-menu-center .left-side, 
  .header-style3 .header-menu-center .right-side { width: 16%; }
  .header-style3 .hdr-navigation .menu__item:not(:last-child) { margin-right: 5.3rem; }
  .header-style3 .right-side .header__icons { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

  .header-style3.header-condensed .header__inline-menu { left: 18rem; }
  .header-style4.header-condensed .header__inline-menu { left: 4rem; }
  
  .header-style4 .hdr-navigation .menu__item:not(:last-child):not(.menu_hdr-logo) { margin-right: 5.8rem; }
  .header-style4 .header__icons .header__icon { margin-left: 5rem; margin-right: 0; }
  .header-style4 .header__icons.left .header__icon { margin-right: 5rem; margin-left: 0; }

  .header-style5.header-condensed .header__inline-menu { top: 1rem; left: 19rem; }
  .header-style5.header-condensed .hdr-inline-search { margin-left: 15rem; }
}

@media screen and (max-width: 1399px) {
  .hdr-navigation .list-menu__item { font-size: 1.5rem; }       
  .header__menu-item .icon.icon-caret { top: calc(50% - 0.85rem); }
  .header__icons .header__icon .text { font-size: 1.5rem; } 
}

@media screen and (max-width: 1199px) {
  .site-header { padding-top: 1.6rem; padding-bottom: 1.6rem; }
  .hdr-logo .header__heading-link .h4 { font-size: calc(var(--font-heading-scale) * 2rem); }
  .hdr-navigation { display: none; }
  .hdr-mobile-menu, header-drawer { display: inline; }
  
  .header__icons .header__icon { margin-left: 2rem; }
  .header__icons .header__icon .text { display: none; }  
  .header__icons .header__icon .mb-icons .icon { width: 2rem; height: 2rem; } 
  
  .cart-count-bubble { width: 2.5rem; height: 2.5rem; margin-left: 1.2rem; }
  .header__icons .count { top: -1.2rem; right: -1rem; }

  .header-style2 .header-menu-center .hdr-logo,
  .header-style2 .header-menu-center .hdr-icons,
  .header-style3 .header-menu-center .hdr-icons,
  .header-style4 .header-menu-center .hdr-icons { -ms-flex: 1; -webkit-flex: 1; flex: 1; }
  
  .header-style2 .header-menu-center .hdr-logo a { margin-left: auto; margin-right: auto; }
  .header-style2 .cart-count-bubble { font-size: 1.5rem; }
  
  .header-style3 .hdr-icons.left-side { display: flex; }
  .header-style3 .header__icons.left { margin-left: 2rem; }
  .header-style3 .header__icon--search .text.hidden { display: none !important; }
  .header-style3 .cart-count-bubble.bracket { margin-left: 1rem; }

  .header-style4 .top-infobar { padding: .5rem 0; }
  .header-style4 { padding-top: 0; padding-bottom: 0; }
  .header-style4 .flex-item.hdr-icons.left-side { display: flex; }
  .header-style4 .header__icons.left { margin-left: 2rem; }

  .header-style4 .hdr-logo.center { max-width: 70px !important; padding-top: 1.8rem; padding-bottom: 1.8rem; }
  .header-style4 .topbar-inner .header__icon .text { font-size: 1.3rem; }
  
  .header-style6 .header__icons .header__icon .text { display: inline-flex; font-size: 1.5rem; }
  
  .account-dropdown .account-links { top: 3.8rem; right: -10rem; }
}

@media screen and (min-width: 1200px) and (max-width: 1349px) {  
  .header-style3.header-condensed .header__inline-menu { left: 13.5rem; }
  .header-style5.header-condensed .header__inline-menu { left: 16rem; }
}
@media screen and (min-width: 990px) and (max-width: 1199px) {
   .header-style5 .flex-item.hdr-mobile-menu { max-width: 50px; }
}

@media screen and (max-width: 749px) {
   .header__icons .header__icon { margin-left: 1.5rem; }
   .search-modal.modal__content { padding: 1.4rem 0; }
   .topbar__localization .disclosure__list-wrapper { margin: 1.6rem 0 0; }
  
   .header-style4 .topbar-inner .header__icon:after { margin: 0 .5rem; }
   .header-style4 .topbar-inner .header__icon .text { font-size: 1.2rem; }
   .header-style4 .hdr-logo.center { max-width: 65px !important; padding-top: 1.6rem; padding-bottom: 1.6rem; }
  
   .header-style6 .hdr-content, .header-style5 .hdr-content { padding-top: 1.5rem; padding-bottom: 1.5rem; }
   .header-style6 .header__icon.header__icon--menu { min-width: auto; margin-right: 2rem; }
   .header-style6 .header__icons .header__icon .text { display: none; }

   .topbar-inner .header__icon .icon { height: 1.6rem; width: 1.6rem; }
   .topbar-inner .header__icon:not(:last-child) { margin-right: 1rem; }
   .topbar-inner .item.left .header__icon:not(:last-child) { margin-right: 1.3rem; }
   .topbar-inner .left .header__icon .text { display: none; }
   .topbar-inner .header__icon .text { font-size: 1.3rem; }

   .topbar__localization .disclosure .localization-form__select { font-size: 1.2rem; }
  
   .account-dropdown .account-links .ttl { font-size: 1.6rem; }
   .account-dropdown .account-links .links-list li a { font-size: 1.5rem; }
}

@media screen and (max-width: 480px) {
  .header__icons .header__icon { margin-left: 1.2rem; }
  
  .cart-count-bubble { position: absolute; top: -1.2rem; right: -.8rem; font-size: 1.2rem; width: 2rem; height: 2rem; margin-left: 0; }
  .cart-count-bubble .cart-count-total { display: none; }

  .cart-count-bubble.bracket { font-size: 1.2rem; font-weight: 600; width: 1.8rem; height: 1.8rem; margin-left: .5rem; background-color: var(--header-accent); color: var(--header-bg); }
  .cart-count-bubble.bracket .cart-count-items:before, 
  .cart-count-bubble.bracket .cart-count-items:after { content: none; }
  
  .header-style3 .header__icons.left { margin-left: 1.5rem; }
  .header-style4 .header__icons.left { margin-left: 1.5rem; }
  .header-style6 .header__icon.header__icon--menu { margin-left: 1.5rem; margin-right: 0; }
  .header-style6 .header__icons.left .header__icon { margin-right: 1.5rem; margin-left: 0; }
     
  .account-dropdown .account-links { right: -5rem; } 
}

@media screen and (max-width: 350px) {
  .header__icons .header__icon { margin-left: .8rem; }
  .header__icon.header__icon--search { margin-left: 0rem; }
  .account-dropdown .account-links {  right: -5.5rem; }
  
  .header-style4 .topbar-inner .header__icon .text { font-size: 1.1rem; }
  
  .header-style6 .header__icon.header__icon--menu { margin-left: .9rem; margin-right: 0; }
  .header-style6 .header__icons.left .header__icon { margin-right: .9rem; margin-left: 0; }

}


/* Section header sticky */
.shopify-section-header-sticky {
    position: sticky;
    top: 0;  
    left: 0;
    right: 0;
    z-index: 999;
  	box-shadow: 0 0 .5rem rgba(var(--color-accent-2-rgb), .1);
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
}

.shopify-section-header-hidden {
    transform: translateY(-100%);
    position: relative;
    z-index: 4;
}

.shopify-section-header-hidden.menu-open {
    transform: translateY(0);
}

#shopify-section-header.animate {
    transition: transform 0.15s ease-out;
}

  
/* Section header classic */  
.template-index .section-header:not(.shopify-section-header-sticky) .header-classic .site-header {
  position: absolute;
  z-index: 4;
  width: 100%;
  background-color: transparent;
}

/* Main Header Layout */
.header__icon:not(.header__icon--summary),
.header__icon span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__icon::after {
    content: none;
}

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

.header__icon--menu[aria-expanded="true"]::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(var(--color-accent-2-rgb), 0.5);
    height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
    width: 100%;
    display: block;
    z-index: 5;  
}


/* Search */
menu-drawer + .header__search {
    display: none;
}

.header > .header__search {
    grid-area: left-icon;
    justify-self: start;
}

.header:not(.header--has-menu) * > .header__search {
    display: none;
}

.header__search {
    display: inline-flex;
    line-height: 0;
}

.header--top-center > .header__search {
    display: none;
}

.header--top-center * > .header__search {
    display: inline-flex;
}

@media screen and (min-width: 990px) {
    .header:not(.header--top-center) * > .header__search,
    .header--top-center > .header__search {
        display: inline-flex;
    }

    .header:not(.header--top-center) > .header__search,
    .header--top-center * > .header__search {
        display: none;
    }
}


/* Predictive search */
.no-js .predictive-search {
    display: none;
}

details[open] > .search-modal {
  opacity: 1;
  z-index: 999;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

details[open] .modal-overlay {
    display: block;
}

details[open] .modal-overlay:after {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,.6);
    top: 100%;
    left: 0;
    right: 0;
    height: 100vh;
}

.no-js details[open] > .header__icon--search {
    position: static;
}

.search-modal {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.search-modal__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 100%;
    max-width: var(--page-width);
    padding: 0 1.5rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
}

.search-modal__content-bottom {
    bottom: calc((var(--inputs-margin-offset) / 2) );
}

.search-modal__content-top {
    top: calc((var(--inputs-margin-offset) / 2) );
}

.search-modal__form {
    width: 100%;
}

.search-modal__close-button {
  position: fixed;
  top: .6rem;
  right: .6rem;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 400;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.search-modal.modal__content { 
  position: fixed; 
  bottom: auto; 
  padding: 2rem 0; 
  min-height: 150px; 
}

@media screen and (min-width: 750px) {
  .search-modal.modal__content {
    min-height: 200px;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__close-button {
    top: .6rem;
    right: .6rem;
  }
  .search-modal.modal__content {
    min-height: 218px;
  }
}

@media screen and (min-width:1400px) {
  .search-modal__close-button {
    top: 2rem;
    right: 2rem;
  }  
  .search-modal.modal__content {
    min-height: 218px;
  }
}

@media screen and (max-width: 989px) {
  .search-modal__close-button .icon {
    width: 2rem;
    height: 2rem;
  }  
}


/* Header bottom boder */
.field.bottom-brd .field__input { font-size: 1.8rem; border: none; border-bottom: .1rem solid var(--color-accent-2); background: transparent; padding: 0 3rem 0 0; margin: 0; height: calc(5.5rem + (var(--inputs-border-width) * 2)); }
.field.bottom-brd .field__label { left: 0; top: -.1rem; font-size: 2.4rem; }
.field.bottom-brd .field__input:focus ~ .field__label, 
.field.bottom-brd .field__input:not(:placeholder-shown) ~ .field__label { font-size: 1.5rem; top: -.5rem; background: transparent; padding: 0; }
.field.bottom-brd .field__button { color: var(--color-accent-2); right: 0; top: 0rem; height: calc(5.5rem + (var(--inputs-border-width) * 2)); width: auto; min-width: inherit; padding: 0; background: transparent; border: none; transform: none; -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; }
.field.bottom-brd .field__button .icon { height: 2.2rem; width: 2.2rem; margin-top: -2.2rem; }

/* Header inline search */
.hdr-inline-search { -webkit-flex: 1; flex: 1; margin-left: 4rem; }
.hdr-inline-search .search-modal__form .field .field__label { top: calc(var(--inputs-border-width) + 1.1rem); }
.hdr-inline-search .search-modal__form .field .field__input:focus ~ .field__label, 
.hdr-inline-search .search-modal__form .field .field__input:not(:placeholder-shown) ~ .field__label { top: calc(var(--inputs-border-width) + -1rem); }
.hdr-inline-search .search-modal__form .field .field__input { height: calc(4.5rem + (var(--inputs-border-width) * 2)); padding-right: 10rem; }
.hdr-inline-search .search-modal__form .field .field__button {
  color: var(--button-secondary-clr);
  background-color: rgba(var(--button-secondary-rgb),.5);
  border-color: rgba(var(--button-secondary-rgb),.5);
  font-size: 1.5rem; width: auto; min-width: calc(10rem + var(--buttons-border-width) * 2); height: calc(4.5rem + (var(--inputs-border-width) * 2));
}
.hdr-inline-search .search-modal__form .field .field__button:hover { 
  color: var(--button-secondary-clr);
  background-color: rgba(var(--button-secondary-rgb),.9);
  border-color: rgba(var(--button-secondary-rgb),.9);
}

.hdr-inline-search .predictive-search { width: 100%; display: none; }

@media screen and (max-width: 989px) {
  .field.bottom-brd .field__label { top: 1rem; font-size: 1.8rem; }
  .field.bottom-brd .field__button .icon { height: 1.9rem; width: 1.9rem; margin-top: -.7rem; }
}

@media screen and (max-width: 749px) {
  .field.bottom-brd .field__label { top: .5rem; font-size: 1.8rem; }
  .field.bottom-brd .field__input { font-size: 1.4rem; }
  .field.bottom-brd .field__input,
  .field.bottom-brd .field__button { height: calc(4.5rem + (var(--inputs-border-width) * 2)); }
  .field.bottom-brd .field__button .icon { margin-top: -.9rem; } 
}


/* Header menu drawer */
.header__icons summary.header__icon { position: static; }  
.header__icon--menu .icon {
    color: var(--header-text);
    display: block;
    position: absolute;
    left: 1.5rem;
    opacity: 1;
}

@media screen and (min-width: 768px) {
  .header__icon--menu .icon {
    left: 3rem;
  }
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
    visibility: hidden;
    opacity: 0;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
    visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.js details > .header__submenu {
    opacity: 0;
    transform: translateY(1.5rem);
}

details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
    animation: animateMenuOpen var(--duration-default) ease;
    animation-fill-mode: forwards;
    z-index: 4;
}

@media (prefers-reduced-motion) {
    details[open] > .header__submenu {
        opacity: 1;
        transform: translateY(0);
    }
}
  
/* Header menu */
.header__menu {
    padding: 0 1rem;
}

details[open] > .header__menu-item .icon-caret {
    transform: rotate(180deg);
}

.header__submenu {
    transition: opacity var(--duration-default) ease,
        transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  	background-color: var(--body-bg-clr); 
    border-radius: var(--popup-corner-radius);
    border-color: rgba(var(--color-accent-2-rgb), var(--popup-border-opacity));
    border-style: solid;
    border-width: var(--popup-border-width);
    box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.header__submenu.list-menu {
  padding: 2.6rem 0;
  width: 30rem;
}

.header__submenu .header__menu-item:not(:hover):not(.list-menu__item-active):not(.list-menu__item--active) {
  color: var(--light-font-clr);
}

.header__submenu .header__submenu {
  background-color: var(--body-bg-clr);
  width: 25rem;
  position: absolute;
  left: 100%;
  top: 0;
}

.header__submenu li details {
  position: relative;
}  

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2.4rem;
}

.header__menu-item .icon-caret {
  height: 1.8rem;
  width: 1.8rem;
  right: -.5rem;
  top: calc(50% - 1rem);
  -webkit-transition: transform .3s ease-in-out 0s;
  transition: transform .3s ease-in-out 0s;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  transform: rotate(270deg);
  position: static;
  margin-right: -.5rem;
}

details[open] > .header__submenu .icon-caret {
  transform: rotate(270deg);
}  

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes animateOpenTop {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet {
    overflow: hidden;
}

@media screen and (min-width: 750px) {
    .overflow-hidden-mobile {
        overflow: auto;
    }
}

@media screen and (min-width: 990px) {
    .overflow-hidden-tablet {
        overflow: hidden;
    }
}

@media screen and (min-width: 1200px) {
    body.overflow-hidden {
      margin-right: 1.7rem;
    }
}

.badge {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: .05rem;
    line-height: 1;
    text-transform: uppercase;
    padding: .75rem 1.3rem;
    text-align: center;
    background-color: var(--body-bg-clr);
    border: .1rem solid var(--body-bg-clr);
    color: var(--body-font-clr);
    border-radius: var(--badge-corner-radius);
    word-break: break-word;
}

.badge.on-sale, .price--on-sale .price__badge-sale { background-color: var(--button-primary-bg); color: var(--button-primary-clr); border-color: var(--button-primary-bdr); }  
.badge.sold-out, .price--sold-out .price__badge-sold-out { background-color: var(--button-secondary-bg); color: var(--button-secondary-clr); border-color: var(--button-secondary-bdr); } 

@media screen and (max-width: 989px) {
  .badge { font-size: 1.2rem; padding: .6rem 1rem; }
}

@media screen and (forced-colors: active) {
    .icon {
        color: CanvasText;
        fill: CanvasText !important;
    }
    .icon-close-small path {
        stroke: CanvasText;
    }
}

.ratio {
    display: flex;
    position: relative;
    align-items: stretch;
}

.ratio::before {
    content: '';
    width: 0;
    height: 0;
    padding-bottom: var(--ratio-percent);
}

.video-ratio {
  position: relative;
  width: 100%;
}
.video-ratio:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  
.content-container {
    border-radius: var(--text-boxes-radius);
    border: var(--text-boxes-border-width) solid rgba(var(--color-accent-2-rgb), var(--text-boxes-border-opacity));
    position: relative;
}

.content-container:after {
    content: '';
    position: absolute;
    top: calc(var(--text-boxes-border-width) * -1);
    right: calc(var(--text-boxes-border-width) * -1);
    bottom: calc(var(--text-boxes-border-width) * -1);
    left: calc(var(--text-boxes-border-width) * -1);
    border-radius: var(--text-boxes-radius);
    box-shadow: var(--text-boxes-shadow-horizontal-offset)
        var(--text-boxes-shadow-vertical-offset)
        var(--text-boxes-shadow-blur-radius)
        rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
    z-index: -1;
}

.content-container--full-width:after {
    left: 0;
    right: 0;
    border-radius: 0;
}

.content-container .placeholder {
  border-radius: var(--text-boxes-radius);
}

@media screen and (max-width: 749px) {
    .content-container--full-width-mobile {
        border-left: none;
        border-right: none;
        border-radius: 0;
    }
    .content-container--full-width-mobile:after {
        display: none;
    }
}

.global-media-settings {
    position: relative;
    border: var(--media-border-width) solid rgba(var(--color-accent-2-rgb), var(--media-border-opacity));
    border-radius: var(--media-radius);
    overflow: visible !important;
    background-color: var(--body-bg-clr);
}

.global-media-settings:after {
    content: '';
    position: absolute;
    top: calc(var(--media-border-width) * -1);
    right: calc(var(--media-border-width) * -1);
    bottom: calc(var(--media-border-width) * -1);
    left: calc(var(--media-border-width) * -1);
    border-radius: var(--media-radius);
    box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
    z-index: -1;
}

.global-media-settings--no-shadow {
    overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
    content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video {
    border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img {
    border-radius: 0;
    border-left: none;
    border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
    .grid {
        margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
    }

    .grid__item {
        padding-left: var(--grid-mobile-horizontal-spacing);
        padding-bottom: var(--grid-mobile-vertical-spacing);
    }

    @media screen and (min-width: 750px) {
        .grid {
            margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
        }

        .grid__item {
            padding-left: var(--grid-desktop-horizontal-spacing);
            padding-bottom: var(--grid-desktop-vertical-spacing);
        }
    }

    .grid--gapless .grid__item {
        padding-left: 0;
        padding-bottom: 0;
    }

    @media screen and (min-width: 749px) {
        .grid--peek .grid__item {
            padding-left: var(--grid-mobile-horizontal-spacing);
        }
    }

    .product-grid .grid__item {
        padding-bottom: var(--grid-mobile-vertical-spacing);
    }

    @media screen and (min-width: 750px) {
        .product-grid .grid__item {
            padding-bottom: var(--grid-desktop-vertical-spacing);
        }
    }
}


/*-------------------------------------*
* Breadcrumbs  
* -------------------------------------*/
.breadcrumbs-nav { background-color: rgba(var(--color-accent-2-rgb),.05); padding: 1rem 0; min-height: 150px; }
.breadcrumbs__list, .breadcrumbs__item { list-style-type: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; }
.breadcrumbs__item:not(:last-child) .breadcrumbs__link { padding-right: 1.5rem; margin-right: 1.5rem; }
.breadcrumbs__item:not(:last-child) .breadcrumbs__link:after { content: "/"; position: absolute; top: 50%; transform: translateY(-50%); right: -.4rem; }
.breadcrumbs__link { position: relative; text-decoration: none; font-size: 1.4rem; font-weight: 500; }
.breadcrumbs__link:hover { color: var(--color-accent-1) !important; }

.breadcrumbs-nav .main-page-title { font-size: calc(var(--font-heading-scale) * 2.4rem); margin: 0 0 .5rem; }
.breadcrumbs-nav.center .breadcrumbs__list { justify-content: center; }
.breadcrumbs-nav.right .breadcrumbs__list { justify-content: flex-end; }

.breadcrumb-nav-true.breadcrumbs-nav .main-page-title { display: none; }

.breadcrumbs-nav.breadcrumbs-snipet { min-height: inherit; padding: .5rem 0; margin: 0 0 4rem; }
.breadcrumbs-nav .page-width > * { max-width: 75%; }

.breadcrumbs-nav.breadcrumb-nav-true .page-width > * { max-width: 100%; }
.breadcrumbs-nav.breadcrumb-nav-true .breadcrumbs__link { font-weight: 400; }
.breadcrumbs-nav.breadcrumb-nav-true .breadcrumbs__link { font-size: 1.5rem; }

@media screen and (min-width: 750px) { 
  .breadcrumbs-nav { min-height: 220px; }
  .breadcrumbs-nav .main-page-title { font-size: calc(var(--font-heading-scale) * 3.2rem); margin: 0 0 1rem; }
  .breadcrumbs__item:not(:last-child) .breadcrumbs__link { padding-right: 2rem; margin-right: 2rem; }
  .breadcrumbs-nav.breadcrumbs-snipet { min-height: inherit !important; margin: 0 0 6rem; padding: 1rem 0; }
  .breadcrumbs-nav .page-width > * { max-width: 65%; } 
  .breadcrumbs-nav.breadcrumb-nav-true .breadcrumbs__link { font-size: 1.6rem; }
}

@media screen and (min-width: 990px) {   
  .breadcrumbs__link { font-size: 1.6rem; }
  .breadcrumbs-nav .main-page-title { font-size: calc(var(--font-heading-scale) * 4.4rem); margin: 0 0 1rem; }
  .breadcrumbs-nav.breadcrumbs-snipet { margin: 0 0 9rem; }
  .breadcrumbs-nav.breadcrumb-nav-true .breadcrumbs__link { font-size: 1.8rem; }
}

@media screen and (min-width: 990px) and (max-width: 1399px) {
  .breadcrumbs-nav { min-height: 320px !important; }
  .breadcrumbs-nav .main-page-title { font-size: calc(var(--font-heading-scale) * 4rem); }
}

@media only screen and (max-width: 989px) {
  .template-product .breadcrumbs-nav.breadcrumb-nav-true { padding-top: 20px; padding-bottom: 20px; }
}
@media only screen and (max-width: 749px) {
  .template-product .breadcrumbs-nav.breadcrumb-nav-true { padding-top: 15px; padding-bottom: 15px; }
}


/*-----------------------------------------
*  Collection list
* -----------------------------------------*/
.collection-list .card__heading { color: var(--heading-font-clr); font-size: 1.8rem; font-weight: 600; }
.collection-list .card__heading a { color: var(--heading-font-clr); display: inline-block; padding: 0; margin: 0; }
.collection-list .card__caption { margin-top: 1.2rem; }
  
.collection-list .card__content { margin: 3rem 0 0; padding: 0; }
.collection-list .card__information { padding: 0; justify-content: space-between !important; }
.collection-list .card:hover .card__heading a { color: var(--color-accent-3); }

.collection-list .card--card .card__information { padding: 2.5rem 1.5rem; }  
.collection-list .card--card .card__heading a { border-bottom: none; padding: 0; }  
.collection-list .card--card .card__inner .card__media { box-shadow: none !important; }    

.collection-list .collection-product-count { color: var(--color-accent-3); font-size: 1.4rem; font-weight: 500; line-height: calc(1.1 + .2/max(1,var(--font-heading-scale))); text-transform: uppercase; }

.view-all-button { margin-top: 8rem; }  

.collection-list .card--card .card__inner { position: relative; }
.collection-overly { position: absolute; bottom: 0; width: 100%; }
.collection-overly .collection-title { font-size: 8rem; line-height: 5.5rem; font-weight: 500; margin: 0; color: var(--body-bg-clr); }

.card-collection-banner .card--standard .card__inner { box-shadow: 7px 0 54px rgba(0,0,0,0.11); }
.card-collection-banner .collection-discount { position: absolute; bottom: 0; height: 53px; width: 100%; display: flex; justify-content: center; align-items: center; background: var(--body-bg-clr); text-align: center; }
.card-collection-banner .discount-code { font-size: 1.4rem; font-weight: 500; letter-spacing: .055rem; }
.card-collection-banner .discount-code .code { color: var(--color-accent-3); }
.card-collection-banner .collection-discount:after { content: ""; background-image: url('sale-arrow-ptrn.png'); background-repeat: repeat-x; -webkit-animation: scroll-anim 20s linear infinite; animation: scroll-anim 20s linear infinite; position: absolute; top: -4px; width: 100%; height: 4px; }

.card-collection-banner .collection-circle-text { font-size: .6rem; font-weight: 600; width: 260px; height: 260px; position: absolute; top: 50%; left: 0; right: 0; margin: -2.7rem auto 0; transform: translateY(-50%); letter-spacing: .23rem; color: var(--body-bg-clr); fill: var(--body-bg-clr); }
.card-collection-banner .circle-text { position: relative; fill: currentColor; transform-origin: center; height: 100%; width: 100%; }
.card-collection-banner .collection-textoff { color: var(--color-accent-4); font-size: 5rem; line-height: 5rem; font-weight: bold; width: 120px; display: block; text-align: center; position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto 0; transform: translateY(-50%); text-shadow: -1px -1px 0px var(--body-bg-clr), 2px 2px 0px #614fd9, 3px 3px 0px var(--body-bg-clr); }

.circle-text { -webkit-animation: 80s linear 0s infinite normal none running circTxt-rotating; animation: 80s linear 0s infinite normal none running circTxt-rotating; }

@-webkit-keyframes scroll-anim {
  100% { background-position: -100% 0; }
}
@keyframes scroll-anim {
  100% { background-position: -100% 0; }
}

@-webkit-keyframes boxBorderAnimation {
  from { background-position: 0 0, -20px 0, 100% -20px, 0 100%; }
  to { background-position: 0 -20px, 0 0, 100% 0, -20px 100%; }
}
@keyframes boxBorderAnimation {
  from { background-position: 0 0, -20px 0, 100% -20px, 0 100%; }
  to { background-position: 0 -20px, 0 0, 100% 0, -20px 100%; }
}

@-webkit-keyframes circTxt-rotating {
 from { transform-origin:center; -webkit-transform:rotate(0); -o-transform:rotate(0); transform:rotate(0); }
 to { transform-origin:center; -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); transform:rotate(360deg); }
}
@-webkit-keyframes circTxt-rotating { 0% { -webkit-transform:rotate(0deg); transform:rotate(0deg); } 100% { -webkit-transform:rotate(359deg); transform:rotate(359deg); } }
@keyframes circTxt-rotating { 0% { -webkit-transform:rotate(0deg); transform:rotate(0deg); } 100% { -webkit-transform:rotate(359deg); transform:rotate(359deg); } }
.circTxt--rotating { animation:circTxt--rotating 1.5s infinite linear; -webkit-animation:circTxt--rotating 1.5s infinite linear; }

.template-list-collections .collection-list .card__content { margin: 3rem 0 1rem; } 
.template-list-collections .collection-list .collection-product-count { color: var(--light-font-clr); font-size: 1.6rem; text-transform: capitalize; margin: 0.5rem 0 0; }
.template-collection .collection-list .card__content { margin: 2.5rem 0 0; }  

@media screen and (min-width: 1400px) { 
  .collection-list .card-collection-banner .card-wrapper { padding-left: 2.05rem; padding-right: 2.05rem; }
}

@media screen and (max-width: 1399px) {
  .collection-list .card-collection-banner .card-wrapper { padding-left: 1.88rem; padding-right: 1.88rem; }
  .collection-overly .collection-title { font-size: 7rem; line-height: 4.5rem; }
}

@media screen and (max-width: 1349px) {
  .collection-list .card-collection-banner .card-wrapper { padding-left: 1.82rem; padding-right: 1.82rem; }
}

@media screen and (max-width: 1199px) {
  .collection-list .card__heading { font-size: 1.6rem; }
  .collection-list .card-collection-banner .card-wrapper { padding-left: 1.4rem; padding-right: 1.4rem; }
  .view-all-button { margin-top: 5rem; }
  
  .collection-overly .collection-title { font-size: 5rem; line-height: 3rem; }
  
  .card-collection-banner .collection-circle-text { width: 220px; height: 220px; margin: -2.3rem auto 0; }
  .card-collection-banner .collection-textoff { font-size: 4.2rem; line-height: 4.2rem; width: 100px; }
  .card-collection-banner .collection-discount { height: 47px; }
  .card-collection-banner .discount-code { font-size: 1.3rem; }

  .template-list-collections .collection-list .card__content { margin: 2rem 0 0; }
}

@media screen and (max-width: 989px) {
  .collection-list .card__heading { font-size: 1.5rem; }
  .view-all-button { margin-top: 3.5rem; }
  .collection-overly .collection-title { font-size: 4rem; line-height: 2.5rem; }
  .collection-list .card-collection-banner .card-wrapper { padding-left: 0; padding-right: 0; }
  .card-collection-banner .collection-circle-text { width: 190px; height: 190px; }
  .card-collection-banner .collection-textoff { font-size: 4rem; line-height: 4rem; width: 90px; }
  .card-collection-banner .collection-discount { height: 44px; }

  .collection-list .card__content { margin: 2.2rem 0 0; }
  
  .template-collection .collection-list .card__content { margin: 2rem 0 0; } 
}

@media (min-width: 768px) and (max-width: 989px) {
  .collection-sec-lists .collection-list .zoom-scal img { min-height: 250px; max-height: 250px; }

  .collection-list .card__information { flex-direction: column; }
  .collection-list .card__heading { margin: 0 0 .5rem; }
}

@media (min-width: 830px) and (max-width: 989px) {
  .collection-sec-lists .collection-list .zoom-scal img { min-height: 304px; max-height: 304px; }
}
@media (min-width: 834px) and (max-width: 835px) {
  .collection-sec-lists .collection-list .zoom-scal img { min-height: 259px; max-height: 259px; }
}

@media only screen and (max-width: 749px) {
  .collection-list .card__content { margin: 1.7rem 0 0; }
  .collection-list .card__information { justify-content: flex-start !important; flex-direction: column; }
  .collection-list .card__heading { font-size: 1.4rem; margin: 0 0 .7rem; }
  .template-list-collections .collection-list .card__content { margin: 1.7rem 0 0; }
  .template-list-collections .collection-list .collection-product-count { font-size: 1.4rem; margin: -0.2rem 0 0; }

  .collection-overly .collection-title { font-size: 3.2rem; line-height: 2rem; }
  .card-collection-banner .discount-code { font-size: 1.2rem; }
}

@media only screen and (max-width: 767px) {
  .template-index .section-collection-list .collection-list__item:first-child { -webkit-order: 0; order: 0; }
  .template-index .section-collection-list .collection-list__item:last-child { -webkit-order: 1; order: 1; }
  .template-index .section-collection-list .collection-list__item.card-collection-banner { -webkit-order: 2; order: 2; width: 100%; max-width: 389px; margin-left: auto; margin-right: auto; }

  .card-collection-banner .collection-circle-text { width: 250px; height: 250px; }
  .card-collection-banner .collection-textoff { font-size: 4.7rem; line-height: 4.7rem; width: 115px; }
}
  

/*-----------------------------------------
*  Product grid
* -----------------------------------------*/
.product-grid .card-wrapper, .product-grid .card:not(.ratio) { height: 100% !important; }
.product-grid .card__heading { color: var(--light-font-clr); font-size: 1.8rem; font-weight: 400; text-transform: none; }
.product-grid .card__heading:hover { color: var(--color-accent-3); }

.product-grid .product-vendor { color: var(--light-font-clr); font-size: 1.4rem; font-weight: 500; text-transform: uppercase; line-height: 1; margin: 0 0 1.2rem; }
.product-grid .card__information { padding-bottom: 0; padding-top: 3.5rem; } 
.product-grid .card .product-review { padding-top: .2rem; margin-bottom: -.2rem; }
.product-grid .price.price--on-sale .price-item { margin: 0 .5rem 0 0; }

.product-grid .action-bottom { position:absolute; bottom:1rem; left:1rem; right:1rem; margin:0 auto; z-index:2; -webkit-transition:all ease-out .3s; transition:all ease-out .3s; }
.product-grid .action-bottom .button { color: var(--body-font-clr); background-color: var(--body-bg-clr); border-color: rgba(0,0,0,0.03); font-size: 1.5rem; line-height: normal; padding: 0.8rem 1rem; margin-bottom: 0; width: 100%; }
.product-grid .action-bottom .button:hover { color: var(--button-primary-clr); background-color: var(--button-primary-bg); border-color: var(--button-primary-bdr); }
.product-grid .action-bottom .button .icon { color:inherit; margin-right:.6rem; font-size:1.8rem; width:1.8rem; height:1.8rem; }

.product-grid .action-right { position:absolute; right:.5rem; top:.5rem; z-index:2; display:flex; align-items:center; flex-direction:column; -webkit-transition:all ease-out .3s; transition:all ease-out .3s; }
.product-grid .action-right .btn-icon { color: var(--body-font-clr); background-color: var(--body-bg-clr); border: .1rem solid rgba(0,0,0,0.03); width: 4.2rem; height: 4.2rem; min-width: inherit; min-height: inherit; display: flex; align-items: center; justify-content: center; text-align: center; border-radius: 50%; padding: 0; margin: 0.3rem; }
.product-grid .action-right .btn-icon:hover { color: var(--button-primary-clr); background-color: var(--button-primary-bg); }
.product-grid .action-right .btn-icon .icon { color:inherit; font-size:1.6rem; width:1.6rem; height:1.6rem; }
.product-grid .action-right .btn-icon.active:hover .icon { fill: var(--button-primary-clr); stroke: var(--button-primary-clr); }


/* Product hover style 2 */
.product-grid .product-hover-style-2 .action-right { opacity: 1; visibility: visible; top: 1.5rem !important; right: 1.5rem; }
.product-grid .product-hover-style-2 .action-right .btn-icon { color: var(--color-accent-2); background-color: transparent; width: auto; height: auto; }
.product-grid .product-hover-style-2 .action-right .btn-icon:hover { color: var(--color-accent-3); }
.product-grid .product-hover-style-2 .action-right .btn-icon.active:hover .icon { fill: var(--color-accent-3); stroke: var(--color-accent-3); }

.product-grid .product-hover-style-2 .action-bottom { left: 0; right: 0; }
.product-grid .product-hover-style-2 .action-bottom .button { 
  color: rgba(var(--button-secondary-clr-rgb),.6); background-color: var(--button-secondary-bg);
  font-weight: 500; padding: 0; width: 100%; min-width: inherit; min-height: calc(4.3rem + var(--buttons-border-width) * 2); border: none; -webkit-flex 1; flex: 1;
}
.product-grid .product-hover-style-2 .action-bottom .button:hover { background-color: var(--button-primary-bg); color: var(--button-primary-clr); }

.product-grid .product-hover-style-2 .action-bottom .button .icon { margin-right: 0; display: inline; width: 1.6rem; height: 1.6rem; }
.product-grid .product-hover-style-2 .action-bottom .button.btn-text { border-left: .1rem solid #3d3d46; border-right: .1rem solid #3d3d46; }
.product-grid .product-hover-style-2 .action-bottom .button.btn-text .icon { display: none; }
.product-grid .product-hover-style-2 .action-bottom .button.btn-icon { max-width: 4.5rem; }
.product-grid .product-hover-style-2 .action-bottom .product-form { -webkit-flex 1; flex: 1; }
.product-grid .product-hover-style-2 .action-bottom .tooltip-label { top: -40px; bottom: auto; right: auto; left: 0; margin-right: 0; -webkit-transform: none; transform: none; }
.product-grid .product-hover-style-2 .action-bottom .tooltip-left:hover .tooltip-label.left { top: -30px;}
.product-grid .product-hover-style-2 .action-bottom .tooltip-label.left:before { border: .5rem solid transparent; border-top: .5rem solid var(--color-accent-2); bottom: -9px; left: 18px; right: auto; top: auto; margin-left: 0; -webkit-transform: none; transform: none; }
.product-grid .product-hover-style-2 .action-bottom .button-comparelist .tooltip-label { right: 0; left: auto; }
.product-grid .product-hover-style-2 .action-bottom .button-comparelist .tooltip-label:before { left: auto; right: 18px; }

.product-grid .card,
.product-grid .card-information { text-align: var(--product-text-align); }
 
.product-grid .card--card, 
.product-grid .card--standard .card__inner { border-radius: var(--product-card-rds); border: var(--product-border-width) solid rgba(var(--color-accent-2-rgb), var(--product-border-opacity)) !important; box-shadow: var(--product-card-horizontal-offset) var(--product-card-vertical-offset) var(--product-card-blur-radius) rgba(var(--color-shadow), var(--product-card-opacity)); }
.product-grid .card .card__inner .card__media { border-radius: var(--product-card-rds); }
.product-grid .card__media { margin: var(--product-card-img-pdg); width: calc(100% - 2 * var(--product-card-img-pdg)); }
.product-grid .card__information .grid-product__colors { padding-top: .5rem; }  

.product-grid .card.card--text .card__content .card__heading { display: block; }  
.product-grid .card.card--text .card__inner .card__information { padding: 0 !important; text-align: center; }
.product-grid .card .card__inner .card__content { padding: 1rem; }
  
.product-grid .card.card--standard .card__inner .card__media { width: 100%; }   
.product-grid .card--card .card__inner .card__media { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.product-grid .card--card.card--media > .card__content { margin-top: calc(0rem - var(--product-card-img-pdg)); padding: 2.5rem 1.5rem; }
.product-grid .card--card .card__information { padding: 0; }
.product-grid .card--card:after, 
.product-grid .card--standard .card__inner:after { display: none; } 

.product-grid .card-wrapper .media.media--hover-effect img { -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; }
.product-grid .card-wrapper .media.media--hover-effect:after { content: ""; position: absolute; bottom: 0; left: 0; opacity: 0; visibility: hidden; width: 100%; height: 100%; background-color: rgba(0,0,0,0.0); border-radius: var(--product-card-rds); -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; }
.product-grid .product-item:hover .media.media--hover-effect:after { opacity: 1; visibility: visible; }

/*
.icon.icon-comparelist { fill: var(--body-font-clr); }
.icon.icon-comparelist:hover { fill: var(--color-accent-1); }  
*/

/* Product Swatch */ 
.grid-product__colors, 
.grid-facets__colors { position: relative; z-index: 2; display: inline-flex; flex-wrap: wrap; margin: 0 -.5rem; }   
.grid-product__colors .color-swatch, 
.grid-facets__colors .filter_name,  
.product-form__input .grid-product__colors .color-swatch { 
  position: relative; display: block; width: var(--product-swatch-size); height: var(--product-swatch-size); min-width: inherit; border-radius: var(--product-swatch-rds); outline: .1rem solid var(--border-clr); outline-offset: .0rem; margin: .5rem; padding: 0; border: none; box-shadow: var(--product-swatch-horizontal-offset) var(--product-swatch-vertical-offset) var(--product-swatch-blur-radius) rgba(var(--color-shadow),var(--product-swatch-opacity));
  -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s;
}

.product-form__input .grid-product__colors .color-swatch { margin: .5rem 2rem .5rem 0rem; }  
.product-form__input .grid-product__colors .color-swatch:before { content: none; }  

.grid-product__colors .color-swatch:hover,
.grid-facets__colors .filter_name:hover,  
.grid-facets__colors input[type="checkbox"]:checked ~ .icon-checkmark + .filter_name,  
.product-form__input .grid-product__colors input[type="radio"]:checked + label { outline-color: var(--border-clr); outline-offset: .3rem; }

.grid-product__colors .color-swatch--with-image { background-repeat: no-repeat; background-position: 50% 50%; background-size: 100% auto; }  
.grid-product__colors .color-swatch .dot { height: 100%; width: 100%; display: block; border-radius: var(--product-swatch-rds); }
.grid-product__colors .color-swatch img { width: 100%; height: 100%; object-fit: cover; object-position: center; font-size: 0; border-radius: var(--product-swatch-rds); }

.grid-product__colors:not(.thumbnail_swatch) .color-swatch:not(.prod_swatch) { outline: none !important; outline-offset: 0rem !important; }
.grid-product__colors:not(.thumbnail_swatch) .color-swatch--white:not(.prod_swatch) .dot { outline: .1rem solid var(--border-clr); }
.grid-product__colors .color-swatch .dot { position: relative; -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; will-change: transform; }
.grid-product__colors .color-swatch:hover .dot { transform: scale(1.18); }
.grid-product__colors .color-swatch .dot:after { content: ""; width: calc(var(--product-swatch-size)*.92); height: calc(var(--product-swatch-size)*.92); border-radius: var(--product-swatch-rds); border: 0.2rem solid #ffffff; position: absolute; top: 0.1rem; left: 0.1rem; opacity: 0; visibility: hidden; -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; }
.grid-product__colors .color-swatch:hover .dot:after { opacity: 1; visibility: visible; }

.card.text--center .grid-product__colors { justify-content: center; }

.product-grid .card__inner .card__content .button-remove { position: absolute; top: -.5rem; right: -.5rem; z-index: 2; min-width: 3.3rem; min-height: 3.3rem; border-radius: 50%; margin: 0; padding: 0; background-color: var(--body-bg-clr); color: rgba(var(--color-accent-2-rgb),.8); border: 0rem solid rgba(var(--color-accent-2-rgb),.1); }
.product-grid .card__inner .card__content .button-remove:hover { color: rgba(var(--color-accent-3-rgb),1); }
.product-grid .card__inner .card__content .button-remove .icon { width: 1.8rem; height: 1.8rem; }  

.swiper .swiper-wrapper.product-grid .swiper-slide {
  --shadow-vertical-offset: var(--product-card-vertical-offset);
  --shadow-blur-radius: var(--product-card-blur-radius);
  --shadow-visible: var(--product-card-visible);    
  --focus-outline-padding: var(--product-card-outline-padding);
  --shadow-padding-top: calc((var(--shadow-vertical-offset) * -1 + var(--shadow-blur-radius)) * var(--shadow-visible));
  --shadow-padding-bottom: calc((var(--shadow-vertical-offset) + var(--shadow-blur-radius)) * var(--shadow-visible));
  
  padding-top: max(var(--focus-outline-padding),var(--shadow-padding-top));
  padding-bottom: max(var(--focus-outline-padding),var(--shadow-padding-bottom));
  margin-top: 0; margin-bottom: 0;
}

@media only screen and (min-width: 990px) {
    .product-grid .action-right { opacity:0; visibility:hidden; top:1rem; right:0.5rem; }
    .product-grid .product-item:hover .action-right { opacity:1; visibility:visible; top:0.5rem; }

    .product-grid .action-bottom { opacity:0; visibility:hidden; bottom:-1.5rem; left:1rem; right:1rem; }
    .product-grid .product-item:hover .action-bottom { opacity:1; visibility:visible; bottom: 1rem; }

    .product-grid .product-item:hover .product-hover-style-2 .action-bottom { bottom: 0rem; }
  
    .collection-product-grid .product-grid .card__information { padding-bottom: 2.4rem; }
}

@media screen and (max-width: 1349px) {
  .product-grid .card__information { padding-top: 3rem; }
  .collection-product-grid .product-grid .card__information { padding-bottom: 1.5rem; }
}

@media screen and (max-width: 1199px) {
  .product-grid .card__information { padding-top: 2rem; }
  .product-grid .action-bottom .button { font-size: 1.5rem; padding: .8rem; }
  .product-grid .action-bottom .button .icon { margin-right: .5rem; font-size: 1.6rem; width: 1.6rem; height: 1.6rem; }

  .product-grid .product-hover-style-2 .action-bottom .button { font-size: 1.4rem; }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  .collection-product-grid .product-grid .action-bottom .button { font-size: 1.4rem; padding: .8rem; line-height: normal; min-height: calc(4rem + var(--buttons-border-width) * 2); }
  .collection-product-grid .product-grid .action-right .btn-icon { width: 3.8rem; height: 3.8rem; }
  .collection-product-grid .product-grid .action-bottom { left: 1rem; right: 1rem; }
  .collection-product-grid .product-grid .action-right { right: 0.5rem; }
  .collection-product-grid .product-grid .product-item:hover .action-bottom { bottom: 1rem; }
  .collection-product-grid .product-grid .product-item:hover .action-right { top: 0.5rem; }
  
  .collection-product-grid .product-grid .product-item:hover .product-hover-style-2 .action-bottom { bottom: 0rem; }
  .collection-product-grid .product-grid .product-hover-style-2 .action-right { top: 1.5rem !important; right: 1.5rem; }
  .collection-product-grid .product-grid .product-hover-style-2 .action-right .btn-icon { width: auto; height: auto; }
  
}

@media screen and (max-width: 989px) {
    .product-grid .card__heading { font-size: 1.7rem; }
    .product-grid .price { font-size: 1.5rem; }
    .product-grid .product-vendor { font-size: 1.3rem; }
    .product-grid .card__information { padding-top: 2rem; } 
    .product-grid .action-bottom .button { font-size: 1.4rem; min-height: calc(4rem + var(--buttons-border-width) * 2); padding: .6rem; }
    .product-grid .action-bottom .button .icon { margin-right: .4rem; font-size: 1.6rem; width: 1.6rem; height: 1.6rem; }
  
    .product-grid .action-right { opacity:0; visibility:hidden; top: 1rem; }
    .product-grid .product-item:hover .action-right { opacity:1; visibility:visible; top: .5rem; }
    .product-grid .action-right .btn-icon { width: 3.5rem; height: 3.5rem; margin: .3rem; }
    .product-grid .action-right .btn-icon .icon { font-size: 1.6rem; width: 1.6rem; height: 1.6rem; }

    .product-grid .product-hover-style-2 .action-right { top: 1rem !important; right: 1rem; }
    .product-grid .product-hover-style-2 .action-bottom { bottom: 0; }
    .product-grid .product-hover-style-2 .action-bottom .button { font-size: 1.3rem; min-height: calc(3.5rem + var(--buttons-border-width) * 2); }
    .product-grid .product-hover-style-2 .action-bottom .button.btn-icon { max-width: 4rem; }

    #ProductGridContainer.list_view .product-grid .card__heading { font-size: 1.5rem; }
    .collection-product-grid .product-grid .card__information { padding-bottom: 0; }
  
    .product-grid .grid-product__colors .color-swatch { width: 1.8rem; height: 1.8rem; margin: .3rem; }
    .product-grid .grid-product__colors .color-swatch .dot:after { width: 1.6rem; height: 1.6rem; }
    
    .grid-product__colors .color-swatch.prod_swatch { width: 2.4rem; height: 2.4rem; }
    .grid-facets__colors .filter_name { text-indent: 32px; }
}

@media only screen and (max-width: 749px) {
    .product-grid .card__information { padding-top: 1.7rem; }
    .product-grid .action-bottom .button { font-size: 1.3rem; line-height: normal; min-height: calc(3.5rem + var(--buttons-border-width) * 2); padding: .6rem .3rem; }
    .product-grid .action-bottom .button .icon { display: none; }  
    .product-grid .card .product-review { padding-top: .0rem; }
  
    .template-search .product-grid .product-hover-style-2 .action-bottom .button.btn-icon { max-width: 3.2rem; }
    .template-search .product-grid .product-hover-style-2 .action-bottom .button .icon { width: 1.5rem; height: 1.5rem; }
    .template-search .product-grid .product-hover-style-2 .action-bottom .button { font-size: 1.2rem; } 
    .template-search .product-grid .card__heading { font-size: 1.6rem; }
}

@media only screen and (max-width: 480px) {
    .product-grid.swiper-wrapper .action-bottom .button { min-height: calc(3.8rem + var(--buttons-border-width) * 2); padding: .8rem .3rem; }
}

.featured-collection .product-grid.slider.slider--desktop .slider__slide {
    padding-top: calc(var(--product-card-vertical-offset) * -1 + var(--product-card-blur-radius));
    padding-bottom: calc(var(--product-card-vertical-offset) + var(--product-card-blur-radius));
}


/*-----------------------------------------
*  Product List
* -----------------------------------------*/
#ProductGridContainer.list_view .page-item, 
#ProductGridContainer.list_view .article-item, 
#ProductGridContainer.list_view .product-item { max-width: 100%; width: 100%; }
#ProductGridContainer.list_view .product-item:last-child .card-wrapper { padding-bottom: 0rem; border-bottom: 0rem }

#ProductGridContainer.list_view .card-wrapper { padding-bottom: var(--grid-desktop-horizontal-spacing); border-bottom: .1rem solid var(--border-clr); height: auto !important; }
#ProductGridContainer.list_view .card-wrapper .card { display: flex; flex-wrap: wrap; flex-direction: row; height: auto !important; }  
#ProductGridContainer.list_view .card-wrapper .card__inner { width: 30%; }  
#ProductGridContainer.list_view .card-wrapper .card__content { width: 70%; } 
#ProductGridContainer.list_view .card-wrapper .card__information { padding-top: 0; padding-left: 3rem; padding-bottom: 0rem; }
#ProductGridContainer.list_view .card-wrapper .card,  
#ProductGridContainer.list_view .card-wrapper .card-information { text-align: left; } 

#ProductGridContainer.list_view .card-wrapper .card__heading { color: var(--heading-font-clr); font-size: 2rem; }
#ProductGridContainer.list_view .card-wrapper .card__heading:hover { color: var(--color-accent-3); }
#ProductGridContainer.list_view .card-wrapper .price { font-size: 1.8rem; }
#ProductGridContainer.list_view .product__description { font-size: 1.8rem; }

#ProductGridContainer.list_view .product-form .button { text-align: center; width: auto; margin: 0; padding: 1rem 2.5rem; min-height: calc(4.2rem + var(--buttons-border-width) * 2); min-width: calc(22rem + var(--buttons-border-width) * 2); }
#ProductGridContainer.list_view .grid-product__colors { padding-top: 1rem; }
#ProductGridContainer.list_view .product-grid .action-bottom { display: none; }
#ProductGridContainer.list_view .product__description,
#ProductGridContainer.list_view .product-card-addtocart { display: block !important; }
#ProductGridContainer.list_view .product-card-addtocart { margin-top: 2rem !important; }

#ProductGridContainer.list_view .card__heading a:after { content: none; }  
#ProductGridContainer.grid_view .product-grid .product-card-addtocart { display: none; }
#ProductGridContainer.grid_view .hide__action_button { display: block; }
#ProductGridContainer.list_view .show__action_button { display: block; }
#ProductGridContainer.list_view .hide__action_button { display: none; }    
#ProductGridContainer.list_view .countdowntimer { bottom: 1.3rem; }

#ProductGridContainer.list_view .card-information > :not(.visually-hidden:first-child) + :not(.rating) { margin-top: 1rem; }

@media screen and (min-width: 990px) {
  #ProductGridContainer.list_view .card-wrapper .card__information { padding-left: 5rem; }
  #ProductGridContainer.list_view .product__description { max-width: 70%; }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  #ProductGridContainer.list_view .product-form .button { font-size: 1.5rem; padding: .7rem 2.5rem; min-height: calc(3.5rem + var(--buttons-border-width) * 2); min-width: calc(18rem + var(--buttons-border-width) * 2); }
  #ProductGridContainer.list_view .product__description { max-width: 85%; }
  #ProductGridContainer.list_view .card-wrapper .card__information { padding-left: 3.5rem; }

  #ProductGridContainer.list_view .card-wrapper .card__heading { font-size: 1.8rem; }
  #ProductGridContainer.list_view .card-wrapper .price,
  #ProductGridContainer.list_view .product__description { font-size: 1.7rem; } 
}

@media screen and (max-width: 989px) {
  #ProductGridContainer.list_view .card-wrapper .card__heading { font-size: 1.8rem; }
  #ProductGridContainer.list_view .card-wrapper .price,
  #ProductGridContainer.list_view .product__description { font-size: 1.7rem; }   
}

@media screen and (max-width: 749px){
  #ProductGridContainer.list_view .card-wrapper { padding-bottom: var(--grid-mobile-vertical-spacing); }
  #ProductGridContainer.list_view .card-wrapper .card__information { padding-left: 2rem; }

  #ProductGridContainer.list_view .product-form .button { padding: .5rem 1.5rem; min-height: calc(4rem + var(--buttons-border-width) * 2); min-width: calc(18rem + var(--buttons-border-width) * 2); }
  #ProductGridContainer.list_view .product-card-addtocart { margin-top: 1.5rem !important; }

  #ProductGridContainer.list_view .card-wrapper .card__heading { font-size: 1.7rem; }
  #ProductGridContainer.list_view .card-wrapper .price,
  #ProductGridContainer.list_view .product__description { font-size: 1.6rem; }
}

@media screen and (max-width: 480px){
  #ProductGridContainer.list_view .card-wrapper { padding-bottom: var(--grid-mobile-vertical-spacing); }
  #ProductGridContainer.list_view .card-wrapper .card__information { padding-top: 2rem; padding-left: 0; }
  #ProductGridContainer.list_view .card-wrapper .card { flex-direction: column; }
  #ProductGridContainer.list_view .card-wrapper .card__inner,
  #ProductGridContainer.list_view .card-wrapper .card__content { width: 100%; }
  #ProductGridContainer.list_view .product-form .button { min-height: calc(4.3rem + var(--buttons-border-width) * 2); }

  #ProductGridContainer.list_view .countdowntimer-block { min-width: 5.5rem; padding: 1rem; margin: .2rem; }
  #ProductGridContainer.list_view .countdowntimer-block__num { font-size:1.6rem; line-height:1.6rem; }
  #ProductGridContainer.list_view .countdowntimer-block__unit { display: block; font-size: 1.1rem; line-height: 1.1rem; margin: .4rem 0 0; }
}


/*---------------------------------------------------*
* Quickview, Wishlist, Compare popups
* ---------------------------------------------------*/ 
.active .icon-wishlist { fill: var(--color-accent-3); stroke: var(--color-accent-3); }
.active .icon-comparelist { fill: none; stroke: var(--color-accent-3); }

/* The Modal (background) */
.modal-quickview, .modal-compare {
  display: none; background-color: rgba(0,0,0,.6); position: fixed; left: 0; top: 0; 
  padding-top: 4%; width: 100%; height: 100%; z-index: 999; overflow: auto;
}

.modal-content-quickview, .modal-content-compare {
  background-color: var(--body-bg-clr); margin: auto; padding: 0; width: 92%; max-width: 1140px; 
  box-shadow: 0 .4rem .8rem 0 rgba(var(--color-accent-2-rgb),0.2),0 .6rem 2rem 0 rgba(var(--color-accent-2-rgb),0.19); animation-name: animatetop; animation-duration: 0.4s; 
  max-height:96%; position: relative; left: 0; right: 0; top: 0px; overflow: hidden auto;
}
.modal-content-compare .card.card--product { height: auto !important; } 
.model-products .card-information .product-card-addtocart.hidden { display: block !important; } 

.modal-close-compare { cursor:pointer; display:flex; align-items:center; margin-right: -.5rem; }
.modal-close-compare:hover { color: var(--color-accent-1); text-decoration: none; }
.modal-close-compare .icon { width: 2.2rem; height: 2.2rem; }

.quickview-closeIcon { position: sticky; right: 1rem; top: 1rem; z-index: 3; margin: 0 1rem 0 0; }
.close-quickview { display: flex; align-items: center; justify-content: center; cursor: pointer; width: 3.5rem; height: 3.5rem; margin: 0 0 0 auto; background-color: var(--body-bg-clr); border-radius: 50%; -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; }
.close-quickview:hover { color: var(--color-accent-1); }

.wishcomp-action { display: flex; flex-wrap: wrap; margin: 1.5rem 0 0; }

.view-full-link { margin: 2rem 0; }
.view-full-link a { display:flex; align-items:center; }  
.view-full-link .icon-arrow { margin-left:.5rem; } 
 
/* Add Animation */
@keyframes animatetop { from { top:-100px; opacity:0; } to { top:0; opacity:1; } }  

.model-products .card-wrapper .card-information__text { font-size: 1.4rem; }
.model-products .modal-header { background-color: #f7f5f4; padding: 1.2rem 2.5rem; margin: 0 0; width: 100%; border: none; position:-webkit-sticky; position:sticky; top:0; z-index:4; display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between; }
.model-products .heading-compare { font-size: 2.2rem; margin: 0; padding: 0; }
.model-products .modal-body { padding: 2.5rem; } 

.model-products .error-compare span, 
.model-products .success-compare span { font-size: 1.5rem; color: #0f5132; background-color: #d1e7dd; border: .1rem solid #badbcc; position: relative;padding: .7rem 1.5rem; margin-bottom: 2rem; border-radius: .25rem; display: block; text-align: left; } 
.model-products .removed-compare span { color: #055160; background-color: #cff4fc; border-color: #b6effb; }
.model-products .error-compare span { color: #856404; background-color: #fff3cd; border-color: #ffeeba; }
  
.model-products .grid .grid__item { max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4); width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4); }  
.model-products .grid .grid__item .card--media,
.model-products .grid .grid__item .card__inner { --ratio-percent: 100% !important; }
.model-products .product-grid .card__information { padding-top: 2rem; }

@media screen and (max-width: 989px) {
  .close-quickview .icon { width: 2rem; height: 2rem; }
}

@media screen and (max-width: 749px) {
  .modal-content-compare, .modal-content-quickview { max-height: 98%; }
}


/* Model compare */
.modal-compare .grid__item.item-title .card-wrapper { border: .1rem solid #f1f1f1; padding: 1.5rem 1.5rem 1.5rem; text-align: left; background: #fdfdfd; }  
.modal-compare .grid__item.item-title .card-wrapper .card-information { font-family: var(--font-heading-family); color: rgb(var(--color-foreground));  padding: 0; text-align: left; } 
.modal-compare .grid__item.item-title .card-wrapper .price { color: rgb(var(--color-foreground));  justify-content: flex-start; }

@media screen and (max-width: 989px){ 
  .model-products .grid .grid__item { width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3); max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3); }
  .model-products .heading-compare { font-size: 2rem; }
  .model-products .modal-header { padding: 1.2rem 2rem; }
  .model-products .modal-body { padding: 2rem; }
}

@media screen and (max-width: 749px){ 
  .modal-compare .grid__item.item-title { display: none; }
  .model-products .grid .grid__item { width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2); max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2); }
  .model-products .error-compare span, 
  .model-products .success-compare span { font-size: 1.4rem; line-height: 1.5; }
} 


/* Infinite scroll */
#product-grid-Pagination { padding-top: 4rem; }
.loading-wrap .loaderImg { display: none; }
.loadingmore .loading-wrap .loaderImg { max-width: 50px; display: block; margin: 0 auto 0.8rem; }
.loadingmore .loading-wrap .button { background: transparent; border: none; padding: 0; color: var(--body-font-clr); font-size: 1.6rem; font-weight: 500; text-transform: none; min-width: auto; min-height: auto; box-shadow: none !important; }


/* Product reviews */  
.spr-starrating { font-size: 1.6rem !important; margin: 2rem 0 2.2rem; line-height: calc(1 / var(--font-body-scale)); }  
.spr-starrating .visually-hidden { width: auto; height: auto; margin: auto; clip: auto; position: static !important; }
.spr-starrating .link { color: var(--light-font-clr); font-weight: 400; text-transform: capitalize; padding: 0 .3rem; }  
.spr-starrating .link:hover { color: var(--color-accent-1); opacity:1; }
.spr-starrating .spr-stars { margin-right: 1rem; }  
.spr-starrating .spr-stars > span { display: inline-flex; }
.spr-starrating .spr-stars .spr-star { margin-right: .5rem; }
.spr-starrating .spr-stars + .spr-stars { color: var(--light-font-clr); }

@media screen and (max-width: 989px) {
  .spr-starrating { margin: 1.5rem 0 1.5rem; }    
}

  
/*-----------------------------------------
*  Category list Section
* -----------------------------------------*/
.section-category-list .category-list { position: relative; overflow: hidden; }
.section-category-list .card .card__inner .card__media { box-shadow: none !important; }  
.section-category-list .card .card__content { margin: 0; padding: 0 0; position: absolute; bottom: 0; border-radius: 0 0 var(--card-corner-radius) var(--card-corner-radius);
  /*                                           
  background: -webkit-linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 60%,rgba(255,255,255,.01) 20%,rgba(0,0,0,.35) 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 60%,rgba(255,255,255,.01) 20%,rgba(0,0,0,.35) 100%); 
  */                                           
  width: 100%; height: 100%; display: flex; justify-content: center; align-items: flex-end; }
.section-category-list .card .card__information { display: flex; flex-direction: column; align-items: center; padding: 0 1rem; }
.section-category-list .card__heading a { color: var(--heading-font-clr); font-size: 5rem; font-weight: 500; margin: 0 0 2.2rem; padding: 0; border: 0; }

.section-category-list .button { position: relative; padding: 1.4rem 2rem; font-weight: 600; min-width: 16rem; height: 5rem; overflow: hidden; }
.section-category-list .button span { display: flex; align-items: center; justify-content: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; }
.section-category-list .button .icon-arrow { color: inherit; height: 1.8rem; width: 1.8rem; margin: 0 0 0 .7rem; }
.section-category-list .card .default { top: 0; }
.section-category-list .card:hover .default { opacity: 0; visibility: hidden; top: -100%; }
.section-category-list .button .onhover { opacity: 0; visibility: hidden; bottom: -100%; top: auto; }
.section-category-list .card:hover .onhover { opacity: 1; visibility: visible; bottom: 0; }

.section-category-list .swiper-scrollbar.swiper-scrollbar-horizontal { height: 3px !important; margin-left: auto; margin-right: auto; right: 0; left: 0; }
/* .section-category-list .swiper-slide img { display: block; width: 100%; } */ 
.section-category-list .placeholder-svg.flexible-width { height: 485px; }

/* Heading overlay */
.section-category-list .category-list.heading-overlay-true .section-title { display: none; }
.section-category-list .category-list.heading-overlay-true:before { font-size: 18rem; line-height: 1; position: absolute; top: -62px; left: 0; right: 0; z-index: 2; text-align: center; font-family: var(--font-heading-family); font-style: var(--font-heading-style); font-weight: var(--font-heading-weight); word-break: break-word; text-transform: uppercase; }

@media only screen and (max-width:1349px) {
  .section-category-list .category-list.heading-overlay-true:before { font-size: 16rem; top: -55px; }
  .section-category-list .card__heading a { font-size: 4.5rem; }
}

@media only screen and (max-width:1199px) {
  .section-category-list .category-list.heading-overlay-true:before { font-size: 12.5rem; top: -40px; }
  .section-category-list .card__heading a { font-size: 4.5rem; }
}

@media only screen and (max-width:989px) {
    .section-category-list .category-list.heading-overlay-true:before { font-size: 10rem; top: -30px; }
  
    .section-category-list .card__heading a { font-size: 3rem; margin: 0 0 1.6rem; }  
    .section-category-list .button { min-width: 14.5rem; height: 4.5rem; }
}

@media only screen and (max-width: 749px){
    .section-category-list .category-list.heading-overlay-true:before { font-size: 7rem; top: -20px; }
}

@media only screen and (max-width: 480px){
    .section-category-list .category-list.heading-overlay-true:before { font-size: 5.5rem; top: -18px; }
}


/*-----------------------------------------
*  Store Features Section
* -----------------------------------------*/
.store-features .features-info h3 { font-size: 1.8rem; font-weight: 400; text-transform: none; margin: 0; }
.store-features .features-info p { font-size: 1.8rem; font-weight: 500; margin: .5rem 0 0; }	
.store-features .features-icon { margin-right: 1rem; }

.store-features { border-top: 1px solid #e2dad6; }
.store-features .features-item { padding-top: 2.5rem; padding-bottom: 2.5rem; padding-right: 1rem; padding-left: 1rem; }
.store-features .features-item:not(:first-child) { border-left: 1px solid #e2dad6; }
.store-features .flex-column .features-icon { margin-right: 0; margin-bottom: 3.5rem; }  

.template-index .section-footer-margin { margin-top: 0 !important; }

@media screen and (max-width:1349px) {
  .store-features .features-info p { font-size: 1.7rem; }
}
@media screen and (max-width:1199px) {
  .store-features .features-info h3 { font-size: 1.7rem; }
  .store-features .features-info p { font-size: 1.6rem; line-height: normal; }
}
@media (min-width: 768px) and (max-width: 989px) {
  .store-features .row-cols-md-3 > * { width: 50%; }
}
@media screen and (max-width: 989px) {
  .store-features .features-item { padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .store-features .features-info h3 { font-size: 1.6rem; }  
  .footer__content-bottom { padding: 0 0 3rem; }
}
@media only screen and (max-width:749px) {
  .store-features .slider--mobile .features-card { justify-content: center; }
  .store-features .features-info h3 { font-size: 1.5rem; }
  .store-features .features-info p { font-size: 1.5rem; }
}
@media only screen and (max-width:480px) {
  .store-features .features-icon .icon { width: 2rem; height: 2rem; }
  
  .store-features .features-item:nth-child(2n+1) { border-left: none !important; }
  .store-features .features-item:nth-child(3n),
  .store-features .features-item:nth-child(4n) { border-top: 1px solid #e2dad6; }
}


/*-----------------------------------------
*  Blog Section
* -----------------------------------------*/   
.blog .card--media .card__inner { padding: 0; margin: 0 0; }
  
.blog .article-card .card__heading { font-size: 1.8rem; line-height: 2.8rem; font-weight: 500; margin: 0; }
.blog .article-card .card__heading a:after { position: static; }
.blog .article-card .card__heading:hover a { color: var(--color-accent-3); }  
.blog .blog__posts .article-card .card__information { background-color: var(--body-bg-clr); margin: 0; padding: 3.8rem 3rem 3.6rem; margin: 0; position: relative; width: 100%; }
.blog .blog__posts .article-card.card--card .card__information { background-color: transparent; padding: 0; margin: 0; }
.blog .card__information .article-card__excerpt { margin: 1rem 0 0; }
.blog .article-card.card--standard.card--text .card__information { padding: 0; background: transparent; }

.featured-blog .article-card__footer { margin: 2rem 0 .8rem; }

.article-card__image-wrapper .article-card__info { position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); margin: 0 auto; padding: 1rem 3rem; width: 95%; text-align: center; font-size: 1.6rem; font-weight: 600; text-transform: uppercase; white-space: normal; background-color: var(--body-bg-clr); color: var(--body-font-clr); -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; } 
.article-card__image-wrapper .article-card__info .comments { display: block; margin: .5rem 0 0; }
.articles-wrapper .article:hover .article-card__image-wrapper .article-card__info { color: var(--button-primary-clr); background-color: var(--button-primary-bg); }

@media screen and (min-width: 990px) {
  .blog .blog__posts .article-card.card--standard .card__information {  }
}
@media screen and (min-width: 1400px) {
  .blog .blog__posts .article-card.card--standard .card__information {  }
}

@media screen and (max-width: 1199px) {
  .blog .article-card .card__heading { font-size: 1.7rem; line-height: 2.6rem; }
  .blog .blog__posts .article-card .card__information { padding: 3rem 2rem 2.4rem; }
  .featured-blog .article-card__footer { margin: 1.5rem 0 .8rem; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .featured-blog .row-cols-md-3 > * { width: 50%; }
}
@media only screen and (max-width:989px) {
  .blog .blog__posts .article-card .card__information { padding: 2.5rem 2rem 2.5rem; }
  .blog .article-card .card__heading { font-size: 1.6rem; line-height: 2.4rem; }
  .article-card__image-wrapper .article-card__info { font-size: 1.4rem; padding: .8rem 2rem; }  
  .featured-blog .article-card__footer { margin: 1rem 0 .2rem; }
  
  .share-button-mobile { display: flex !important }                                               
}
@media only screen and (max-width: 749px) {
  .article-card__image-wrapper .article-card__info { padding: .5rem 2rem; }  
}
                                    
.blog .card--card.card--media .card__inner { margin: 0rem; }  
.blog .card--card .card__content { padding: 2.5rem 1.5rem; }  


/*-----------------------------------------
*  Search results Page
* -----------------------------------------*/ 
.template-search .article-card .card__information .article-card__info { color: var(--light-font-clr); padding-bottom: 1rem; }
.template-search .article-card__excerpt { margin: 1rem auto 1.5rem; }
.template-search .article-card__footer .button-brd .icon { display: none; }
.template-search .page-item .card__content { padding: 1rem; }
.template-search .page-item .card__content .card__heading { text-align: center; }
.template-search .card__heading + .article-card__footer { margin-top: 1.5rem; }

.template-search .article-item .article-card.card--text, 
.template-search .article-item .article-card.card--text .card__inner { --ratio-percent: 100% !important; }

.template-search .readbtn-above-image { position: relative;z-index: 2; opacity: 0; visibility: hidden; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background: var(--color-accent-2); -webkit-transition: all .5s ease-in-out 0s; transition: all .5s ease-in-out 0s; }
.template-search .article-item:hover .readbtn-above-image { opacity: 1; visibility: visible; }
.template-search .readbtn-above-image .button-brd { color: var(--body-bg-clr); border-bottom: .7rem solid var(--body-bg-clr); font-size: 1.6rem; font-weight: 500; padding: 0 0 .3rem; }
.template-search .readbtn-above-image .button-brd:hover { color: var(--color-accent-1); border-color: var(--color-accent-1); }

.template-search__search .predictive-search { padding: 2rem; }
.template-search__search .search-product-item,
.template-search__search .predictive-item { width: 100%; padding: 0; }

@media only screen and (min-width: 990px) {
  .template-search__search .predictive-search__image { margin-left: auto; margin-right: auto; }  
}
@media only screen and (max-width: 989px) {
  .template-search__search .predictive-search--search-template .search-item li { width: 50%; }  
}
@media only screen and (max-width: 749px) {
  .template-search__search .predictive-search--search-template .search-item li { width: 100%; }   
}


/*-------------------------------------*
* 404 Error Page  
* -------------------------------------*/  
.template-404.page-width .subtext {
  font-family: var(--font-heading-family); font-style: var(--font-heading-style); font-weight: var(--font-heading-weight); letter-spacing: calc(var(--font-heading-scale) * 0rem);
  font-size: calc(var(--font-heading-scale) * 23rem); line-height: 1; margin: 0 0 .5rem; text-shadow: -1px -1px 0px #fff,2px 2px 0px #959595,3px 3px 0px #fff;
}
.template-404.page-width .title { font-size: 4.4rem; font-weight: 400; text-transform: none; margin: 0 0 6rem; }
.template-404.page-width .list__buttons .button { margin: 0 1rem 1.5rem; }

@media only screen and (max-width:1349px){
   .template-404.page-width .title { font-size: 4rem; margin: 0 0 5rem; }
}
@media only screen and (max-width:989px){
   .template-404.page-width .subtext { font-size: calc(var(--font-heading-scale) * 18rem);}
   .template-404.page-width .title { font-size: 3rem; margin: 0 0 4rem; }
}
@media only screen and (max-width:749px){
   .template-404.page-width .subtext { font-size: calc(var(--font-heading-scale) * 14rem); }
   .template-404.page-width .title { font-size: 2.4rem; margin: 0 0 3rem; }
}  

.shopify-challenge__container .g-recaptcha { margin: 2rem 0; }  


/* Bottom to Top Scroll */  
.go-top { position: fixed; bottom: 4rem; right: 3rem; z-index: 11; cursor: pointer; opacity: 0; visibility: hidden; border-radius: 50%; padding: 0; margin: 0; min-width: 6rem; min-height: 6rem; }
.go-top.active { opacity: 1; visibility: visible; }  
.go-top .icon { width: 3.2rem; height: 3.2rem; -webkit-transform: rotate(180deg); transform: rotate(180deg); } 

@media screen and (max-width: 1199px){
  .go-top { bottom: 2rem; right: 2rem; }
}
@media screen and (max-width: 989px){
  .go-top { bottom: 2rem; right: 1.5rem; min-width: 4rem; min-height: 4rem; }
  .go-top .icon { width: 2.5rem; height: 2.5rem; }
}  


/*-------------------------------------*
* Product detail Page  
* -------------------------------------*/    
.wishcomp-action .button { padding: .5rem 0; margin: 0; background: transparent; color: var(--body-font-clr); border: none; min-width: auto; min-height: auto; margin-right: 1.5rem; line-height: normal; }
.wishcomp-action .button:last-child { margin-right: 0; }
.wishcomp-action .button:hover { color: var(--color-accent-1); }  
.wishcomp-action .button:not(:hover) .icon:not(:hover),
.wishcomp-action .button:not(:hover) .text.hidden:not(:hover) { color: var(--light-font-clr); }
.wishcomp-action .button:hover .icon,
.wishcomp-action .button:hover .text.hidden,
.wishcomp-action .button.active .icon { opacity: 1; }
.wishcomp-action .button .icon { width: 1.8rem; height: 1.8rem; } 
.wishcomp-action .button .text.hidden { color: inherit; display: inline-block !important; margin-left: 1rem; font-size: 1.5rem; font-weight: 500; height: auto; padding: 0; }
.wishcomp-action .button .tooltip-label { display: none !important; }  

@media screen and (max-width: 1199px) { 
  .wishcomp-action .button .text.hidden { font-size: 1.44rem; }
}

@media screen and (max-width: 480px) { 
  .wishcomp-action .button { margin-right: 1.5rem; }
  .wishcomp-action .button .text.hidden { font-size: 1.4rem; }
} 


/*-------------------------------------*
* Products Model
* -------------------------------------*/   
.model-products .product-grid .card__heading a:after {  content: none;  } 
.model-products .product-form__quantity,  
.model-products .product-form__input--dropdown { margin-top: 0; margin-bottom: 1rem; display: flex; align-items: center; }
.model-products .compare-options .product-form__input .form__label,
.model-products .product-form__quantity label { color: var(--light-font-clr); font-size: 1.4rem; font-weight: 500; text-align: left; min-width: 7rem; margin: 0; padding: 0 .5rem 0 0; }  
.model-products .product-form__input .select { margin-top: 0; }
.model-products .select__select { font-size: 1.5rem; font-weight: 500; height: 4rem; text-transform: capitalize; }
.model-products .product-form__input .select { margin-top: 0; }
.model-products .product-form__quantity { margin-top: 1rem; }
.model-products .quantity { width: 100%; max-width: 20rem; min-height: 4rem; }  
.model-products .quantity__input { font-size: 1.5rem; height: 4rem; }  
.model-products .quantity__button { width: 4rem; }  
.model-products .card-information > *,  
.model-products .product-form .form > *:not(.button) { border: none !important; }
.model-products .item-title .card-wrapper .tlt { font-family: var(--font-body-family); font-size: 1.6rem; font-weight: 500; text-align: left; padding: 0 0 1.5rem; margin: 0; border: none !important; }  
.model-products .product-form .form .button { margin-top: 1rem; width: 100%; }
.model-products .compare-options { margin-top: 2rem; }  
.model-products .product-form__submit, 
.model-products .quick-add__submit { font-size: 1.5rem; min-height: calc(4rem + var(--buttons-border-width) * 2); margin-bottom: 0; }
.model-products .product-form__submit .icon, 
.model-products .quick-add__submit .icon { width: 2rem; height: 2rem; margin-right: .8rem; display: none; }

.model-products .product-form__quantity .quantity { width: 12rem; height: 4.5rem; }
.model-products .product-form__quantity .quantity__input { padding: 0 3.5rem; text-align: center; font-size: 1.5rem; }
.model-products .product-form__quantity .quantity__button { right: 0; left: auto; top: 0; bottom: 0; height: 100%; border-bottom: 0; }
.model-products .product-form__quantity .quantity__button.minus { right: auto; left: 0; bottom: 0; border-right: var(--inputs-border-width) solid var(--border-clr); border-left: none; } 
.model-products .product-form__quantity .quantity__button svg { width: 1.6rem; height: 1.6rem; }

@media screen and (max-width: 989px){
  .model-products .product-form__submit, .model-products .quick-add__submit { font-size: 1.4rem; line-height: calc(2rem / var(--font-body-scale)); width: 100%; } 
}

@media screen and (max-width: 749px){   
  .model-products .product-form__submit, .model-products .quick-add__submit { font-size: 1.3rem; } 
  .model-products .product-form__submit .icon, 
  .model-products .quick-add__submit .icon { display: none; }
  .model-products .compare-options { margin-top: 1.5rem; }
}   
  
@media screen and (max-width: 480px){ 
  .model-products .product-form__input--dropdown,
  .model-products .product-form__quantity { flex-direction: column; align-items: flex-start; }
  
  .model-products .compare-options .product-form__input .form__label, 
  .model-products .product-form__quantity label { padding: 0 0 .5rem 0; width: 100%; font-size: 1.4rem; } 
}


/* Countdown timer */
.countdowntimer { position: relative; z-index: 2; }
.countdowntimer__title { font-size: calc(var(--font-heading-scale) * 1.6rem); }
.countdowntimer-block { background-color: rgba(var(--color-accent-2-rgb),.04); color: var(--body-font-clr); border: .1rem solid rgba(var(--color-accent-2-rgb),.04); min-width: 7rem; text-transform: uppercase; padding: 1rem 1rem; margin: 0 .5rem; text-align: center; }
.countdowntimer-block__num { font-size: 2rem; line-height: 2rem; font-weight: 600; display: block; width: 100%; text-align: center; margin: 0; }
.countdowntimer-block__unit { font-size: 1.4rem; line-height: 1.4rem; display: block; color: var(--light-font-clr); background-color: transparent; border: 0; padding: 0; margin: 0.6rem 0 0; min-width: 100%; }

.product-grid .countdowntimer { position: absolute; bottom: 1.3rem; z-index: 2; width: 100%; -webkit-transition: all ease-out 0.4s; transition: all ease-out .3s; }
.product-grid .countdowntimer__title { display: none; }
.product-grid .countdowntimer-display { justify-content: center; }
.product-grid .countdowntimer-block { min-width: 4.6rem; padding: 0.7rem 0.6rem; margin: 0.2rem; background-color: var(--body-bg-clr); border: none; }
.product-grid .countdowntimer-block__num { font-size: 1.5rem; line-height: 1.5rem; }
.product-grid .countdowntimer-block__unit { font-size: 1.2rem; line-height: 1.2rem; font-weight: 400; color: var(--light-font-clr); }

.product__info-container .countdowntimer { margin: 3rem 0 3rem; }
.product__info-container .countdowntimer-display { margin: 0 0 0 -1.2rem; }
.product__info-container .countdowntimer-block { width: calc(25% - 1.2rem); margin: 0 0 0 1.2rem; padding: 1.3rem 1rem; }
.product-grid .product-item:hover .countdowntimer { opacity:0; visibility:hidden; }

@media screen and (max-width: 989px){
  .product-grid .countdowntimer { bottom: 6rem; }
  .product-grid .countdowntimer-block { min-width: 4.6rem; padding: .7rem .6rem; }
}

@media screen and (max-width: 749px){
  .countdowntimer-block { min-width: 6.2rem; }
  .countdowntimer-block__num { font-size: 1.8rem; line-height: 1.8rem; }
  .countdowntimer-block__unit { font-size: 1.3rem; line-height: 1.3rem; }

  .product__info-container .countdowntimer { margin: 2rem 0 2rem; }
  .product__info-container .countdowntimer-display { margin: 0 0 0 -1rem; }
  .product__info-container .countdowntimer-block { margin: 0 0 0 1rem; width: calc(25% - 1rem); }
}

@media screen and (max-width: 480px){
  .product-grid .countdowntimer { bottom: 5.2rem; }
  .product-grid .countdowntimer-block { min-width: 3rem; padding: .7rem .7rem; margin: .1rem; }
  .product-grid .countdowntimer-block__num { font-size: 1.3rem; line-height: 1.3rem; }
  .product-grid .countdowntimer-block__unit { font-size: .9rem; line-height: .9rem; margin: .2rem 0 0; }
}


/*-------------------------------------*
* Contact page
* -------------------------------------*/  
.contact-details li { margin-bottom: 1.5rem; }  
.contact-details .icon { margin-right: 1.5rem; width: 2rem; height: 2rem; }
.contact-details li.address .icon { margin-top: .3rem; }  
.contact-detail-info hr { margin: 3rem 0; }
.contact-detail-info .tlt { margin: 0 0 1.5rem; }
.contact-detail-info .list-social { justify-content: flex-start; }  

@media screen and (min-width: 750px) {  
  .grid--2-col-desktop .contact-form-info {
      width: calc(66.66666667% - var(--grid-desktop-horizontal-spacing) / 2);
      max-width: calc(66.66666667% - var(--grid-desktop-horizontal-spacing) / 2);
  }  
  .grid--2-col-desktop .contact-detail-info {
      width: calc(33.33333333% - var(--grid-desktop-horizontal-spacing) / 2);
      max-width: calc(33.33333333% - var(--grid-desktop-horizontal-spacing) / 2);        
  }
}

@media screen and (max-width: 1399px) {
  .google-map-code iframe { height: 470px; }
}

@media screen and (max-width: 1199px) {
  .google-map-code iframe { height: 400px; }
}

@media screen and (max-width: 989px) {
  .google-map-code iframe { height: 340px; }
}

@media screen and (max-width: 749px) { 
  .contact-detail-info hr { margin: 2rem 0; } 
  .contact-detail-info { margin-top: 1.5rem; }
  .google-map-code iframe { height: 260px; }
}
  

/*-------------------------------------*
* Size Chart
* -------------------------------------*/   
.table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.size-chart-tbl tr th, 
.size-chart-tbl tr td { padding:1rem 1.5rem; text-align:center; font-size:1.5rem; font-weight: 500; border: .1rem solid #ececec; }
.size-chart-tbl tr th { background-color: rgba(var(--color-accent-2-rgb),.05); font-weight: 600; white-space:nowrap; width: 100px; }
.size-chart-tbl tr th:first-child { text-align: left; }  

#PopupModal-sizeguide h2 { margin-bottom: 1rem; }
#PopupModal-sizeguide h4 { margin-bottom: 2.5rem; }

@media only screen and (min-width: 750px) {
  #PopupModal-sizeguide p { font-size: 1.7rem; }
}


/*-------------------------------------*
* Testimonials
* -------------------------------------*/  
.quotes-wrapper .multicolumn .quote-image { margin-top: 2.5rem; }
.quotes-wrapper .multicolumn .quote-author { margin-top: 1.5rem; display: block; font-size: 1.8rem; font-weight: 500; }
.quotes-wrapper .multicolumn .quote-img { width: 8.5rem; height: 8.5rem; border-radius: 50%; display: block; }
.quotes-wrapper .multicolumn .center .quote-img { margin-left: auto; margin-right: auto; }
.quotes-wrapper .multicolumn .quotes-text { position:relative; padding: 2.5rem 2.5rem; font-size: 2rem; line-height: 3.6rem; }
.quotes-wrapper .multicolumn .multicolumn-list.slider { padding-left: calc(var(--shadow-vertical-offset) * -1 + var(--shadow-blur-radius)); padding-right: calc(var(--shadow-vertical-offset) + var(--shadow-blur-radius)); }  
.quotes-wrapper .multicolumn .multicolumn-list__item .multicolumn-card { height: auto; /*margin-top: calc(var(--shadow-vertical-offset) * -1 + var(--shadow-blur-radius)); margin-bottom: calc(var(--shadow-vertical-offset) + var(--shadow-blur-radius));*/ } 

.quotes-wrapper .multicolumn .swiper-scrollbar-drag { background: var(--color-accent-2); }

@media screen and (max-width: 1199px) {
    .quotes-wrapper .multicolumn .quotes-text { font-size: 1.8rem; line-height: 3rem; }
    .quotes-wrapper .multicolumn .quote-author { font-size: 1.6rem; }
}

@media screen and (max-width: 749px) {
	.quotes-wrapper .multicolumn .quotes-text { padding: 2rem; font-size: 1.6rem; line-height: 2.5rem; }
    .quotes-wrapper .multicolumn .quotes-text br { display: none; }
    .quotes-wrapper .multicolumn .quote-author { font-size: 1.5rem; }
	.quotes-wrapper .multicolumn .quote-image { margin-top: 2rem; }
	.quotes-wrapper .multicolumn .quote-img { width: 7.5rem; height: 7.5rem; }
}


/* Countdown timer */
.salescountdownbar { position: relative; z-index: 4; text-align: center; }
.salescountdownbar__title { font-size: calc(var(--font-heading-scale) * 1.6rem); }
.salescountdownbar__title.up { margin-top: 0rem; margin-bottom: 1.5rem; }
.salescountdownbar__title.down { margin-top: 1.5rem; margin-bottom: 0; }
.salescountdownbar-block { background-color: rgba(var(--color-accent-2-rgb),.04); color: var(--body-font-clr); border: .1rem solid rgba(var(--color-accent-2-rgb),.04); min-width: 7rem; text-transform: uppercase; padding: 1rem 1rem; margin: 0 .5rem; text-align: center; }
.salescountdownbar-block__num { font-size: 2rem; line-height: 2rem; font-weight: 700; display: block; width: 100%; text-align: center; margin: 0; }
.salescountdownbar-block__unit { font-size: 1.4rem; line-height: 1.4rem; display: block; background-color: transparent; border: 0; padding: 0; margin: 0.6rem 0 0; min-width: 100%; }

@media screen and (max-width: 749px){
  .salescountdownbar-block { min-width: 6rem; margin: .4rem; }
}


/*-------------------------------------*
* Faq page
* -------------------------------------*/
.faq-contact li:not(:last-child) { margin-bottom: .5rem; }
.faq-contact li .link--text { color: var(--light-font-clr); word-wrap: anywhere; }
.faq-contact li .link--text .text { margin-right: .5rem; }
.faq-contact li .links:hover { color: rgb(var(--color-accent-1-rgb)); }

.faq-menu { margin: 3rem 0 0; }
.faq-nav li:not(:last-child) { margin: 0 0 3.8rem; }
.faq-nav .link--text { font-size: 1.6rem; font-weight: var(--font-heading-weight); text-transform: uppercase; }

#faq-mainsections .collapsible-content-section.spacing-small { margin-top: 3rem; }
#faq-mainsections .collapsible-content .section-title { text-align: left; padding-top: 1.3rem; padding-bottom: 1rem; }
#faq-mainsections .collapsible-content .section-title h2 { font-size: calc(var(--font-heading-scale) * 2rem); }
#faq-mainsections .collapsible-section-layout .collapsible-content__wrapper { padding: 1.5rem 3.2rem; }
#faq-mainsections .collapsible-content.page-width { max-width: 100%; padding: 0; }
#faq-mainsections .collapsible-content-wrapper-narrow { max-width: 100%; padding: 0; }

#faq-39-s-page #MainContent, #your-shopping-cart-page #MainContent { display: inline-block; width: 100%; }
#faq-mainsections, #cart-mainsections { /*display: table;*/ column-gap: var(--grid-desktop-horizontal-spacing); row-gap: var(--grid-desktop-vertical-spacing); }
#faq-mainsections .shopify-section:not(.Breadcrumb-section-main) { display: inline-block; }
#cart-mainsections .shopify-section:not(.Breadcrumb-section-main) { display: inline-block; }

#faq-mainsections .shopify-section:not(.faqs-sidebar,.collapsible-section-main),
#cart-mainsections .shopify-section:not(.cart__items-wrapper,.cart__footer-wrapper) { position: relative; margin-left: -50vw; left: 50%;  width: calc(100vw - 0px); }
#faq-mainsections .shopify-section:not(.faqs-sidebar,.collapsible-section-main) .page-width,
#cart-mainsections .shopify-section:not(.cart__items-wrapper,.cart__footer-wrapper) .page-width { padding: 0 1.5rem; }
#faq-mainsections .shopify-section .image-banner-sections .page-width,
#cart-mainsections .shopify-section .image-banner-sections .page-width { padding: 0 0rem; }

@media only screen and (min-width: 750px) {
  .faqs-sidebar .section-title { padding-bottom: 10.5rem; }
  .faqs-sidebar .faq-menu { margin-top: 9rem; }
  .faq-contact-info h4 { margin-bottom: 2rem; }
  .faq-contact li .link--text { font-size: 1.8rem; }

  #faq-mainsections .faqs-sidebar { width: calc(33.33% - var(--grid-desktop-horizontal-spacing)); float: left; }
  #faq-mainsections .collapsible-section-main { width: calc(66.66% + 0rem); float: right; }
}

@media screen and (min-width: 990px) {
  .faqs-sidebar .section-title h2 { font-size: calc(var(--font-heading-scale) * 4rem); font-weight: bold; }
  .faqs-sidebar .section-title p { font-size: 2.8rem; }
  
  .faq-nav .link--text { font-size: 1.8rem; }

  #faq-mainsections .collapsible-content .section-title { padding-top: 1.5rem; padding-bottom: 3.6rem; }
  #faq-mainsections .collapsible-content .section-title h2 { font-size: calc(var(--font-heading-scale) * 2.6rem); }
  #faq-mainsections .collapsible-section-layout .collapsible-content__wrapper { padding: 5.5rem 8rem; }
}

@media screen and (min-width: 1200px) {
  #faq-mainsections .shopify-section:not(.faqs-sidebar,.collapsible-section-main),
  #cart-mainsections .shopify-section:not(.cart__items-wrapper,.cart__footer-wrapper) {
    width: calc(100vw - 8.1px);
  }  
}

@media screen and (max-width: 1399px) {
  #faq-mainsections .shopify-section:not(.faqs-sidebar,.collapsible-section-main) .page-width,
  #cart-mainsections .shopify-section:not(.cart__items-wrapper,.cart__footer-wrapper) .page-width { padding-left: 5rem; padding-right: 5rem; }
  cart-items.page-width.is-empty { width: calc(100vw - 10rem); }
}
@media screen and (max-width: 1349px) {
   #faq-mainsections .shopify-section:not(.faqs-sidebar,.collapsible-section-main) .page-width,
   #cart-mainsections .shopify-section:not(.cart__items-wrapper,.cart__footer-wrapper) .page-width { padding-left: 3rem; padding-right: 3rem; }
  cart-items.page-width.is-empty { width: calc(100vw - 6rem); }
}
@media screen and (max-width: 767px) {
   #faq-mainsections .collapsible-content.page-width { padding-bottom: 1rem; }
   #faq-mainsections .shopify-section:not(.faqs-sidebar,.collapsible-section-main) .page-width,
   #cart-mainsections .shopify-section:not(.cart__items-wrapper,.cart__footer-wrapper) .page-width { padding-left: 1.5rem; padding-right: 1.5rem; }
  cart-items.page-width.is-empty { width: calc(100vw - 3rem); }
}


@media screen and (min-width: 990px) and (max-width: 1249px) {
  .faqs-sidebar .section-title p { font-size: 2.5rem; }
  .faqs-sidebar .section-title h2 { font-size: calc(var(--font-heading-scale) * 3.2rem); }

  .faq-nav li:not(:last-child) { margin: 0 0 3rem; }
  .faq-nav .link--text { font-size: 1.7rem; }

  #faq-mainsections .collapsible-section-layout .collapsible-content__wrapper { padding: 2.5rem 5rem; }
  #faq-mainsections .collapsible-content .section-title h2 { font-size: calc(var(--font-heading-scale) * 2.4rem); }  
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  #faq-mainsections .collapsible-content .section-title { padding-top: 1.5rem; padding-bottom: 2rem; }
  .faq-contact li .link--text { font-size: 1.7rem; }
}

@media screen and (max-width: 989px) {
  .faq-contact li .link--text { font-size: 1.6rem; }  
  .faq-nav li:not(:last-child) { margin: 0 0 3rem; }
}

@media only screen and (max-width: 749px) {
  #faq-mainsections .faqs-sidebar { margin-bottom: 3rem; }
  
  .faqs-sidebar .section-title { padding-bottom: 3rem; }
  .faq-nav li:not(:last-child) { margin: 0 0 1.5rem; }
  .faq-nav .link--text { font-size: 1.5rem; }

  .faq-contact li .link--text { font-size: 1.5rem; }
  
  #faq-mainsections .collapsible-section-layout .collapsible-content__wrapper { padding: 1rem 2rem; }
  #faq-mainsections .collapsible-content .section-title { padding-top: 1rem; padding-bottom: 1rem; }
  #faq-mainsections .collapsible-content .section-title h2 { font-size: calc(var(--font-heading-scale) * 1.8rem); }

  #faq-mainsections .shopify-section.faqs-sidebar,
  #faq-mainsections .shopify-section.collapsible-section-main { display: inline-block; width: 100%; }
  
}


/*-------------------------------------*
* Swiper Slider
* -------------------------------------*/ 
.swiper .swiper-button-next, 
.swiper-slider-arrow .swiper-button-next,
.swiper .swiper-button-prev, 
.swiper-slider-arrow .swiper-button-prev { color: var(--color-accent-2); --swiper-navigation-size: 37px; width: var(--swiper-navigation-size); height: var(--swiper-navigation-size); border-radius: 50%; background-color: rgba(255,255,255,0.7); border: .1rem solid rgba(var(--color-accent-2-rgb),.09); display: flex !important; align-items: center; justify-content: center; -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; }

.swiper .swiper-arrow { width: 4rem; height: 4rem; color: var(--color-accent-2); } 
.swiper .swiper-arrow:after { content: none; }
.swiper .swiper-arrow.swiper-button-prev { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.swiper .swiper-button-next:hover, 
.swiper .swiper-button-prev:hover { color: var(--color-accent-1); background-color: #ffffff; box-shadow: 0 0 4px rgba(0,0,0,0.3); }
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after { font-size: 1.4rem; font-weight: bold; }

.swiper .swiper-button-prev, .swiper-rtl .swiper-button-next { left: 0px; right: auto; }
.swiper .swiper-button-next, .swiper-rtl .swiper-button-prev { right: 0px; left: auto; }

.swiper.arwm12 .swiper-arrow { margin-top: -12rem; }

.swiper.arw3 .swiper-button-next, 
.swiper.arw3 .swiper-button-prev { --swiper-navigation-size: 30px; width: var(--swiper-navigation-size); height: var(--swiper-navigation-size); }  
.swiper.arw3 .swiper-button-next:after, 
.swiper.arw3 .swiper-button-prev:after { font-size: 1.3rem; }

.page-width-full .swiper .swiper-button-prev, .page-width-full .swiper-rtl .swiper-button-next { left: 19px; right: auto; }
.page-width-full .swiper .swiper-button-next, .page-width-full .swiper-rtl .swiper-button-prev { right: 19px; left: auto; }

@media screen and (min-width: 750px) {
  .swiper .swiper-button-next, 
  .swiper .swiper-button-prev { --swiper-navigation-size: 40px; width: var(--swiper-navigation-size); height: var(--swiper-navigation-size); }
  
  .swiper .swiper-button-prev, .swiper-rtl .swiper-button-next { left: 5px; right: auto; }
  .swiper .swiper-button-next, .swiper-rtl .swiper-button-prev { right: 5px; left: auto; }
}

@media screen and (min-width: 990px) {
  .swiper .swiper-button-next, 
  .swiper .swiper-button-prev { --swiper-navigation-size: 50px; width: var(--swiper-navigation-size); height: var(--swiper-navigation-size); }  
  .swiper .swiper-button-next:after, 
  .swiper .swiper-button-prev:after { font-size: 1.8rem; }
 
}

@media screen and (min-width: 1200px) {
  .swiper.arwOut5 .swiper-button-next, 
  .swiper.arwOut5 .swiper-button-prev { width: 50px; height: 50px; } 
  
  .swiper.arwOut6 .swiper-button-next, 
  .swiper.arwOut6 .swiper-button-prev { width: 60px; height: 60px; } 
  .swiper.arwOut6 .swiper-button-next:after, 
  .swiper.arwOut6 .swiper-button-prev:after { font-size: 2rem; }

  .swiper .swiper-button-prev, .swiper-rtl .swiper-button-next { left: 0px; right: auto; }
  .swiper .swiper-button-next, .swiper-rtl .swiper-button-prev { right: 0px; left: auto; }
  
  .page-width-full .swiper .swiper-button-prev, 
  .page-width-full .swiper-rtl .swiper-button-next { left: 25px; right: auto; }
  .page-width-full .swiper .swiper-button-next, 
  .page-width-full .swiper-rtl .swiper-button-prev { right: 25px; left: auto; }
}


.swiper .swiper-button-next.swiper-button-lock, 
.swiper .swiper-button-prev.swiper-button-lock { display: none !important; }

.swiper .contains-content-container .swiper-slide, 
.swiper .content-container .swiper-slide {
  --focus-outline-padding: var(--text-boxes-shadow-visible);
  --shadow-padding-top: calc((var(--shadow-vertical-offset) * -1 + var(--shadow-blur-radius)) * var(--shadow-visible));
  --shadow-padding-bottom: calc((var(--shadow-vertical-offset) + var(--shadow-blur-radius)) * var(--shadow-visible));
  
  padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
  padding-bottom: max(var(--focus-outline-padding), var(--shadow-padding-bottom));
  margin-top: 0; margin-bottom: 0;
}

.swiper .swiper-wrapper { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; margin-top: 0; }
.swiper .swiper-wrapper .swiper-slide { margin-top: 0; }
.swiper .swiper-wrapper.row { margin-left: 0; margin-right: 0; }

.enable-slider-pagination .swiper { padding-bottom: 50px; }
.enable-slider-pagination .swiper-button-next, 
.enable-slider-pagination .swiper-button-prev { margin-top: -40px; }

div.swiper-button-next.swiper-button-disabled, 
div.swiper-button-prev.swiper-button-disabled { opacity: 0.5; pointer-events: inherit; }

.swiper .swiper-pagination-bullet { width: 12px; height: 12px; }
.swiper .swiper-pagination-bullet-active { background: var(--color-accent-1); }

.swiper .swiper-horizontal > .swiper-pagination-bullets, 
.swiper .swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper .swiper-pagination-custom, 
.swiper .swiper-pagination-fraction { bottom: 0px; }

.enable-slider-scrollbar .swiper .swiper-horizontal > .swiper-pagination-bullets, 
.enable-slider-scrollbar .swiper .swiper-pagination-bullets.swiper-pagination-horizontal, 
.enable-slider-scrollbar .swiper .swiper-pagination-custom, 
.enable-slider-scrollbar .swiper .swiper-pagination-fraction { bottom: 15px; }

.page-width .swiper-horizontal > .swiper-scrollbar, 
.page-width .swiper-scrollbar.swiper-scrollbar-horizontal { width: calc(100% - 3rem) !important; left: 0 !important; right: 0 !important; margin: 0 auto; }
@media only screen and (max-width: 749px) {
  .page-width .swiper-horizontal > .swiper-scrollbar, 
  .page-width .swiper-scrollbar.swiper-scrollbar-horizontal { width: calc(100% - 1.5rem) !important; }
}

.swiper.arrow-fluid .swiper-button-prev { left: 1rem; }
.swiper.arrow-fluid .swiper-button-next { right: 1rem; }
@media only screen and (min-width: 1350px) {
  .swiper.arrow-fluid .swiper-button-prev { left: 2.5rem; }
  .swiper.arrow-fluid .swiper-button-next { right: 2.5rem; }
}
@media only screen and (min-width: 1400px) {
  .swiper.arrow-fluid .swiper-button-prev { left: 6rem; }
  .swiper.arrow-fluid .swiper-button-next { right: 6rem; }
}


/* Swiper slider arrow */
.swiper-slider-arrow { position: relative; }
.swiper-slider-arrow .swiper-arrow { width: 4rem; height: 4rem; color: var(--color-accent-2); } 
.swiper-slider-arrow .swiper-arrow:after { content: none; }
.swiper-slider-arrow .swiper-arrow.swiper-button-prev .icon { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.swiper-slider-arrow .swiper-button-prev { left: -1rem; }
.swiper-slider-arrow .swiper-button-next { right: -1rem; }

.swiper-slider-arrow .swiper-arrow .icon { width: 2rem; height: 2rem; }
.swiper-slider-arrow.arwm14 .swiper-arrow { margin-top: -6.4rem; }
.swiper-slider-arrow.arwm12 .swiper-arrow { margin-top: -10rem; }
.swiper-slider-arrow.arwm8 .swiper-arrow { margin-top: -4.5rem; }

.swiper-slider-arrow .swiper-button-next.swiper-button-lock,
.swiper-slider-arrow .swiper-button-prev.swiper-button-lock { display: none !important; }

.page-width-full .swiper-slider-arrow .swiper-arrow.swiper-button-prev { left: 1rem; right: auto; }
.page-width-full .swiper-slider-arrow .swiper-arrow.swiper-button-next { right: 1rem; left: auto; }

@media only screen and (min-width: 750px) {
  .swiper-slider-arrow.arwm14 .swiper-arrow { margin-top: -5.4rem; }
}

@media screen and (min-width: 990px) {
  .swiper-slider-arrow .swiper-arrow:hover { color: var(--button-primary-clr); background-color: var(--button-primary-bg); border-color: var(--button-primary-bdr); }
  
  .swiper-slider-arrow .swiper-arrow { width: 4.5rem; height: 4.5rem; }
  .swiper-slider-arrow.arwm12 .swiper-arrow { margin-top: -12rem; }
  .swiper-slider-arrow.arwm14 .swiper-arrow { margin-top: -6.7rem; }
}

@media screen and (min-width: 1025px) {
  .swiper-slider-arrow.arwm14 .swiper-arrow { margin-top: -6.3rem; }
}

@media screen and (min-width: 1200px) {
  .swiper-slider-arrow .swiper-button-prev { left: -3.5rem; }
  .swiper-slider-arrow .swiper-button-next { right: -3.5rem; }

  .swiper-slider-arrow .swiper-arrow { width: 5rem; height: 5rem; }
  .swiper-slider-arrow .swiper-arrow .icon { width: 2.2rem; height: 2.2rem; }
  .swiper-slider-arrow.arwm12 .swiper-arrow { margin-top: -12rem; }  
  .swiper-slider-arrow.arwm14 .swiper-arrow { margin-top: -6.9rem; }
  .swiper-slider-arrow.arwOut5 .swiper-arrow { width: 5rem; height: 5rem; }
  .swiper-slider-arrow.arwm8 .swiper-arrow { margin-top: -7.5rem; }

  .template-collection .swiper-slider-arrow.arwm8 .swiper-arrow { margin-top: -5.3rem; }

  .page-width-full .swiper-slider-arrow .swiper-arrow.swiper-button-prev { left: 2rem; right: auto; }
  .page-width-full .swiper-slider-arrow .swiper-arrow.swiper-button-next { right: 2rem; left: auto; }  
}

@media (min-width: 768px) and (max-width: 1349px) {
  .swiper-slider-arrow .swiper-button-prev { left: -2rem; }
  .swiper-slider-arrow .swiper-button-next { right: -2rem; } 
}

@media screen and (min-width: 1400px) {
  .swiper-slider-arrow .swiper-arrow { width: 6rem; height: 6rem; } 
  .swiper-slider-arrow .swiper-button-prev { left: -3rem; }
  .swiper-slider-arrow .swiper-button-next { right: -3rem; }

  .swiper-slider-arrow.arwm14 .swiper-arrow { margin-top: -7.4rem; }
  .swiper-slider-arrow.arwm8 .swiper-arrow { margin-top: -8.2rem; }

  .template-collection .swiper-slider-arrow.arwm8 .swiper-arrow { margin-top: -5.8rem; }
}

@media screen and (min-width: 1650px) {
  .swiper-slider-arrow.arwOut12 .swiper-button-prev { left: -12rem; }
  .swiper-slider-arrow.arwOut12 .swiper-button-next { right: -12rem; }
}

@media screen and (max-width: 989px) {
  .swiper-slider-arrow.arwm8 .swiper-arrow { margin-top: -5.2rem; }
  .swiper-slider-arrow.blog-sec-lists .swiper-arrow { margin-top: -6.8rem; }
  
  .template-collection .swiper-slider-arrow.arwm8 .swiper-arrow { margin-top: -5.3rem; }
}

@media only screen and (max-width: 749px) {
  .swiper-slider-arrow.blog-sec-lists .swiper-arrow { margin-top: -5.5rem; }

  .template-collection .swiper-slider-arrow.arwm8 .swiper-arrow { margin-top: -4.7rem; }
}


/*-------------------------------------*
* Newsletter popup
* -------------------------------------*/
#ac-wrapper { opacity: 0; visibility: hidden; position: fixed; /*top: -10%;*/ /*Put it on the very top*/ /*transition: all .5s ease-in-out;*/ /*make it smooth*/ transition: opacity .15s linear; }  
#ac-wrapper.show { opacity:1; visibility: visible; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); z-index: 1001; }  
.newsletter-popup { padding: 0; width: 94%; max-width: 500px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
.newsletter-popup .popup-close { position: absolute; right: 1rem; top: 1rem; z-index: 1; }   
.newsletter-popup .popup-close .icon { width: 2.2rem; height: 2.2rem; }

.newsletter-popup .section-cover,
.newsletter-popup .newsletter-content { margin: 0; padding: 0; border-radius: 0; border: none; box-shadow: none; }  
.newsletter-popup .newsletter-content .content-container:after { content: none; }

.newsletter-popup .page-width { max-width: 100%; padding: 0; } 
.newsletter-popup .newsletter { text-align: left !important; }
.newsletter-popup .newsletter__wrapper .newsletter-form { padding-top: 2rem; margin: 0; }  
.newsletter-popup .newsletter__wrapper h2 { font-size: calc(var(--font-heading-scale) * 3.2rem); line-height: 4.5rem; font-weight: bold; margin: 0; }  
.newsletter-popup .newsletter__subheading { font-size: 2.8rem; font-weight: 400; line-height: 4rem; font-style: italic; max-width: 100%; margin: 0 0 6rem; font-family: var(--font-three-family) !important; }  
.newsletter-popup .newsletter-form__button { font-size: 1.6rem; min-width: auto; background: transparent !important; border: none; padding: 0; margin: 0; top: -.2rem; height: auto; min-height: inherit; }

.newsletter-popup .newsletter-media .newsletter__wrapper { align-items: flex-start; justify-content: center; }
.newsletter-popup .newsletter-media .newsletter__wrapper > * { max-width: 360px; width: 100%; }
.newsletter-popup .field.popup-again { font-size: 1.8rem; margin-top: 2.4rem; }
.newsletter-popup .section-title { display: none; }

.newsletter-popup .newsletter-form__field-wrapper .field__input { font-size: 1.8rem; border: none; border-bottom: .4rem solid var(--color-accent-2); background: transparent; padding: 0 4.5rem 1rem 0; margin: 0; height: auto; }
.newsletter-popup .newsletter-form__field-wrapper .field__label { left: 0; top: -.1rem; font-size: 1.8rem; font-weight: 400; }
.newsletter-popup .newsletter-form__field-wrapper .field__input:focus ~ .field__label, 
.newsletter-popup .newsletter-form__field-wrapper .field__input:not(:placeholder-shown) ~ .field__label,
.newsletter-popup .newsletter-form__field-wrapper .field__input:-webkit-autofill ~ .field__label { font-size: 1.5rem; top: -1.5rem; left: 0; background: transparent; padding: 0; }

.newsletter-popup.newsletter__image-none { max-width: 550px; }  
.newsletter-popup.newsletter__image-none .newsletter__wrapper { width: 100%; }  
  
.newsletter-content .image-with-text__media--small { height: 28rem; }
.newsletter-content .image-with-text__media--large { height: 32rem; }

.newsletter-media .newsletter__wrapper { position: absolute; top: 0; z-index: 2; padding: 2.3rem 3rem; width: 100%; max-width: var(--page-width); height: 100%; display: flex; /*flex-wrap: wrap;*/ align-items: center; flex-direction: column; justify-content: center; }
.newsletter-media .newsletter__image:after { content: ''; position: absolute; top: 0; left: 0; background: #000000; opacity: 0; z-index: 1; width: 100%; height: 100%; }

.popup-content { -webkit-transform: scale(0.9); transform: scale(0.9); -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; padding: 0; margin: 0 auto; position: relative; width: 100%; min-height: 100%; display: flex; align-items: center; }
#ac-wrapper.show .popup-content { -webkit-transform: scale(1); transform: scale(1); }

@media only screen and (min-width: 750px) {
  .newsletter-popup { max-width: 820px; }
  .newsletter-popup .popup-close { right: 1.5rem; top: 1.5rem; }
  .newsletter-media .newsletter__wrapper,
  .newsletter-popup.newsletter__image-none .newsletter__wrapper { padding: 4.8rem 5.8rem; }
  
  .newsletter-popup .image-with-text__media--small { height: 32rem; }
  .newsletter-popup .image-with-text__media--large { height: 46rem; }
}

@media screen and (max-width: 989px) {
  .newsletter-popup .newsletter-media .newsletter__wrapper > * { max-width: 340px; }
  .newsletter-popup .newsletter__subheading { font-size: 2.5rem; line-height: 3.8rem; margin: 0 0 4rem; }
  .newsletter-popup .newsletter__wrapper h2 { font-size: calc(var(--font-heading-scale) * 2.8rem); line-height: 3.8rem; }
  .newsletter-media .newsletter__wrapper, 
  .newsletter-popup.newsletter__image-none .newsletter__wrapper { padding: 4rem 5rem; }
  .newsletter-popup .image-with-text__media--large { height: 40.5rem; }
  .newsletter-popup .newsletter-form__field-wrapper .field.bottom-brd .field__input { border-width: .3rem; }
}

@media only screen and (max-width: 749px) {
  .newsletter-content .image-with-text__media--large { height: 31.5rem; }
  .newsletter-media .newsletter__wrapper,
  .newsletter-popup.newsletter__image-none .newsletter__wrapper { padding: 2rem 2.5rem; }
  
  .newsletter-popup .newsletter-media .newsletter__wrapper > * { max-width: 300px; }
  .newsletter-popup .newsletter__subheading { font-size: 2.2rem; line-height: 2.8rem; margin: 0 0 2.5rem; }
  .newsletter-popup .newsletter__wrapper h2 { font-size: calc(var(--font-heading-scale) * 2.4rem); line-height: 3.4rem; }
  .newsletter-popup .newsletter__wrapper .newsletter-form { padding-top: 1.5rem; } 
  .newsletter-popup .newsletter-form__field-wrapper .field.bottom-brd .field__input { font-size: 1.6rem; }
  .newsletter-popup .newsletter-form__field-wrapper .field.bottom-brd .field__label { font-size: 1.6rem; }
  .newsletter-popup .newsletter-form__button { font-size: 1.5rem; }
  .newsletter-popup .field.popup-again { font-size: 1.5rem; }
  .newsletter-popup .field.popup-again .customCheckbox input[type="checkbox"] + label { padding: 0 0 0 3rem; }
}


/*-------------------------------------*
* Tabs Section
* -------------------------------------*/
.tab-container { position:relative; }
.tab-container .tab-menu { margin: 0 0 5.5rem; overflow: auto hidden; }
.tab-container .tab-menu ul { padding: 0; margin: 0; border-bottom: .2rem solid var(--border-clr); white-space: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; width: 100%; }
.tab-container .tab-menu ul li { list-style: none; display: inline-block; font-size: 1.6rem; font-weight: 500; text-transform: uppercase; position: relative; background-color: transparent; color: var(--light-font-clr); border: none; cursor: pointer; margin: 0 3rem; padding: 0 0 1rem; -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; }
.tab-container .tab-menu ul li.active,
.tab-container .tab-menu ul li:hover { color: var(--color-accent-2); opacity: 1; }
.tab-container .tab-menu ul li:before { content: ""; width: 0; height: .2rem; background-color: var(--color-accent-2); position: absolute; bottom: -.2rem; left: 0; right: 0; -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; }
.tab-container .tab-menu ul li.active:before, 
.tab-container .tab-menu ul li:hover:before { width: 100%; }

.hidecattab { display:none; position:absolute; -webkit-animation: fadeEffect 1s; animation: fadeEffect 1s; }
.unhidecattab { display:block; -webkit-animation: fadeEffect 1s; animation: fadeEffect 1s; }

.product-img-content { margin-top: 4rem; }
.pro-details h4 { margin-bottom: 1.8rem; font-weight: 500; }
.pro-details h4:not(:first-child) { margin-top: 4.2rem; }

.product-additional-info ul { margin: 1.5rem 0 2rem; color: var(--light-font-clr); }
.product-additional-info ul strong { color: var(--body-font-clr); }

@media screen and (max-width: 989px) {
  .tab-container .tab-menu ul li { margin: 0 1.5rem; font-size: 1.5rem; }
}

@media only screen and (max-width: 749px) {
  .tab-container .tab-menu { margin: 0 0 2.5rem; }
  .tab-container .tab-menu ul { justify-content: flex-start; }
  .tab-container .tab-menu ul li { margin: 0 1rem; font-size: 1.4rem; padding: 0 0 .5rem; }
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from { opacity: 0; margin-top: 2%; }
  to { opacity: 1; margin-top: 0%; }
}

@keyframes fadeEffect {
  from { opacity: 0; margin-top: 2%; }
  to { opacity: 1; margin-top: 0%; }
}


/*-------------------------------------*
* Category with text list slider Section
* -------------------------------------*/
.category-with-text-list-slider .card:not(.ratio) { flex-direction: row; }
.category-with-text-list-slider .card .card__content { align-items: center; position: relative; height: auto; padding: 0rem; margin: 0; }
.category-with-text-list-slider .card__heading { font-size: 3.6rem; font-weight: 600; }
.category-with-text-list-slider .card__inner,
.category-with-text-list-slider .card__content { width: 50%; min-width: 100px; }
.category-with-text-list-slider .collection-product-count { font-size: 1.6rem; font-weight: 500; text-transform: uppercase; margin-bottom: 1rem; }
.category-with-text-list-slider .button-brd { font-size: 1.6rem; font-weight: 500; text-transform: uppercase; border-bottom: .7rem solid transparent; padding: 0 0 .4rem; }
.category-with-text-list-slider .card__btn { position: absolute; bottom: 4rem; left: 50%; transform: translateX(-50%); }

@media screen and (min-width: 768px) {
  .category-with-text-list-slider .card__inner,
  .category-with-text-list-slider .card__content { min-width: 130px; }  
}
@media screen and (min-width: 1200px) {
  .category-with-text-list-slider .card__inner,
  .category-with-text-list-slider .card__content { min-width: 330px; }  
}

@media screen and (max-width: 1199px) {
  .category-with-text-list-slider .collection-product-count { font-size: 1.4rem; }
  .category-with-text-list-slider .card__heading { font-size: 2.5rem; }
  .category-with-text-list-slider .button-brd { font-size: 1.4rem; border-bottom-width: 0.4rem; }
}
@media only screen and (max-width: 480px) {
  .category-with-text-list-slider .swiper-slide { width: 100%; }
  .category-with-text-list-slider .card__heading { font-size: 2rem; }
  
}


/*-------------------------------------*
* Product Part Finder
* -------------------------------------*/
.product-part-finder .finder-items { margin: -1rem -1rem 0; }
.product-part-finder .finder-item { margin: 1rem 1rem 0; -webkit-flex:1; flex:1; }
.product-part-finder .select__select { font-size: 2rem; font-weight: 500; min-height: 8rem; padding: 0 5rem 0 2.5rem; }
.product-part-finder .select .icon-caret { height: 2.8rem; width: 2.8rem; top: calc(50% - 1.45rem); right: calc(var(--inputs-border-width) + 2.5rem); }
.product-part-finder .finderbutton { width: 100%; min-height: 8rem; font-size: 2rem; line-height: normal; }
.product-part-finder .finderbutton .icon { width: 2.2rem; height: 2.2rem; margin-right: 2rem; }

@media screen and (max-width: 1199px) {
  .product-part-finder .finderbutton { font-size: 1.6rem; }
  .product-part-finder .finderbutton .icon { margin-right: 1rem; }
}
@media screen and (max-width: 989px) {
  .product-part-finder .select__select { min-height: 6rem; font-size: 1.8rem; padding: 0 3rem 0 2rem; }
  .product-part-finder .select .icon-caret { height: 2.2rem; width: 2.2rem; top: calc(50% - 1.1rem); right: calc(var(--inputs-border-width) + 1.2rem); }
  .product-part-finder .finderbutton { min-height: 6rem; font-size: 1.4rem; }
}
@media screen and (max-width: 749px) {
  .product-part-finder .finder-items { margin: -1.5rem 0 0; }
  .product-part-finder .finder-item { margin: 1.5rem 0 0; -webkit-flex:0 0 100%; flex:0 0 100%; }
  .product-part-finder .select__select { min-height: 5rem; font-size: 1.6rem; }
  .product-part-finder .select .icon-caret { right: calc(var(--inputs-border-width) + 1rem); }
  .product-part-finder .finderbutton { min-height: 5rem; font-size: 1.4rem; }
  .product-part-finder .finderbutton .icon { width: 2rem; height: 2rem; }
}

