/** Shopify CDN: Minification failed

Line 323:75 Expected identifier but found ")"
Line 1606:40 Unexpected "-->"
Line 1719:10 Unexpected "2"
Line 1738:10 Unexpected "5"
Line 2330:1 Unexpected "{"
Line 6372:0 Unexpected "}"

**/


@font-face {
    font-family: 'NHaasGroteskDSPro55Rg';
    src: url('/cdn/shop/files/NHaasGroteskDSPro55Rg.woff2?v=1739647423') format('woff2'),
        url('/cdn/shop/files/NHaasGroteskDSPro55Rg.woff?v=1739647424') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/cdn/shop/files/NHaasGroteskDSPro-65Md.woff2?v=1739634454') format('woff2'),
        url('/cdn/shop/files/NHaasGroteskDSPro-65Md.woff?v=1739634454') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}









*:not(.button,button,input,select) { overflow-wrap: break-word }
:is(*,.button,label,button,input,textarea,select,summary):focus { outline: 1px solid var(--color); outline-offset: 1px }
a.no-style:hover { text-decoration: underline }
header a.no-style:hover { text-decoration: none }
select { padding: var(--boxPadding); padding-right: 45px }
select, button, .button[class*="is-black"] { width: 100%; margin: 0 auto }
textarea { border-radius: calc(var(--radius) / 3) }
picture{display: block }
.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 }
flex.even > * { width: 100% }
blockquote { margin: var(--padding) auto }
table { display: block; max-width: -moz-fit-content; max-width: fit-content; margin: 0 auto; overflow-x: auto; white-space: nowrap }

.rte :where(ol,ul) { list-style-position: inside }
.rte :where(ul ul, ol ol) { display: inline-grid; list-style-position: initial; margin-top: 0 }

h1,h2,h3,h4,h5,h6 { text-transform: var(--hTxTransform); margin: 0; padding: 0 }
a :where(h1,h2,h3,h4,h5,h6) { color: var(--linkColor) }
a:hover :where(h1,h2,h3,h4,h5,h6) { color: var(--linkHover) }
li { list-style-position: inside }

label { display: flex; gap: var(--margin) }
summary { cursor: pointer }
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0 }
input[type=number] { -moz-appearance:textfield }

#shopify-section-header a.no-style, footer a, .login a { padding: var(--buttonPadding) 0 }
.nopadd { padding: 0!important; }
.errors { color: var(--red) }
.nosticky { position: initial!important }

.grecaptcha-badge { display: none!important }
.hidden { display: none }
.border-right { border-right: var(--globalBorder) }
.border-left { border-left: var(--globalBorder) }
.is-currentcolor { color: currentColor; --buttonColor: currentColor; }

@media (max-width: 777px) { .border-left, .border-right { border: none } }

.svg-placeholder { max-height:100%; max-width: 100%; height: 100vh; min-height: 250px; fill: currentColor }
.svg-placeholder.banner { height: 100% }

.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 }

horizontal-rule { display: block; width: 100%; border-bottom: var(--globalBorder) }

/* RTE */
.rte {
    --hSize: 1.953rem;
    --h1Size: 2em;
    --h2Size: 1.5em;
    --h3Size: 1.17em;
    --h4Size: 1em;
    --h5Size: .83em;
    --h6Size: .67em;
}

.rte iframe { max-width: 100%; width: 100%; aspect-ratio: 16 / 9 }
.rte p { margin: var(--margin) 0!important }

/*** Breadcrumbs */
.breadcrumb { padding: var(--margin) var(--padding); border-bottom: var(--globalBorder) }
.breadcrumb a, .breadcrumb span { padding: var(--buttonPadding) var(--margin) }
.breadcrumb a:first-child { padding-left: 0 }

/*** Dropdown caret */
summary.dropdown-caret::-webkit-details-marker { display:none }
.dropdown-caret { width: 100%; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: .7rem; user-select: none }
.dropdown-caret::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-style: solid;
    border-width: 6px 6px 0;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

details[open] > summary.dropdown-caret::after,
.dropdown-caret[aria-expanded="true"]::after { transform: rotate(180deg) }

/*** Header */
header { background: var(--bgColor); border-bottom: var(--globalBorder) }
#shopify-section-header { position: var(--headerPosition); top: 0; z-index: 99 }

header > grid c { display: flex; align-items: center }

@media (max-width:777px) {
    header > grid c { padding: calc(var(--padding) - var(--margin)) calc(var(--padding) - var(--buttonPadding)) }
}

header ul.inline { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: var(--navAlign); gap:60px;}
header .fire-menu { cursor: pointer; color: var(--linkColor); padding: var(--buttonPadding) 0 }
header .fire-menu:hover { color: var(--linkHover) }

#shopify-section-header header .menulink a.no-style { display: inline-block; padding: var(--buttonPadding) }
header .menulink summary { color: var(--linkColor); padding: var(--buttonPadding) }
header .menulink summary:hover { color: var(--linkHover) }

header grid.hasBorders { gap: var(--globalBorderWidth) }
header grid.hasBorders > c { outline: var(--globalBorder); z-index: 1 }

/* Logo */
header .logo { font-size: var(--logoSize); font-weight: var(--logoFontWeight); font-style: var(--logoFontStyle); font-family: var(--logoFontFamily); --fontLine: 1 }

header img.logo { width: auto; max-width: 100%; max-height: var(--logoImageSize); border-radius: 0; padding: 0 }
header .bogo a { display: contents }

/* Alignment */
header .bogo     { justify-content: var(--logoAlign); padding: var(--margin) var(--padding); overflow: hidden }
header .menulink { justify-content: var(--navAlign); padding-inline: 0; }
header .accounts { justify-content: var(--accAlign) }

@media (max-width: 777px) {
    header .bogo { justify-content: flex-start }
    header .accounts { justify-content: flex-end  }
}

#shopify-section-header .accounts a.no-style { padding-inline: var(--buttonPadding) }

@media (max-width: 777px) {
    #shopify-section-header .accounts .cartCounter a.no-style { padding-inline: calc(var(--buttonPadding) / 2) }
}

/* Cart */
header .carto { padding: 0 0.5rem; color: var(--linkColor); border: 1px solid var(--linkColor); border-radius: var(--radius) }
header .carto::after { content: attr(data-count); text-indent: 0 }
header .hamburger .close { display: none }

header .hasIco .carto { border: 0; padding: 0 }
header .hasIco .carto::after { content: '' }
header .hasIco .fire-menu { padding: var(--buttonPadding) }

/* Dropdown menu */
@media (min-width: 778px) {
  nav.breadcrumb {
    margin-top: 0;
    margin-bottom: 2rem!important;
}
    .ft-mb-menu{
      display: none;
    }
    .size-popup-mini{
        display: none;   
    }
    details.dm > details-menu {
        position: absolute;
        z-index: 99;
        left: 0;
        max-width: 100%;
        width: 100vw;
        border-top: var(--globalBorder);
        border-bottom: var(--globalBorder);
        background: var(--bgColor);
    }

    details.dm > details-menu ul { display: flex; flex-wrap: nowrap; margin-inline: var(--navDropdownAlign) }
}

/* Footer */
footer { position: relative }
footer > flex { gap: var(--globalBorderWidth) }
footer > flex > c { flex: 1; width: 100%; padding: var(--padding); outline: var(--globalBorder) }

footer li { margin-bottom: calc(var(--margin) * 2) }

footer .mpti { display: flex; flex-direction: column }
footer .credits { padding: calc(var(--margin) * 2) var(--padding) }
footer .payments { padding: 1rem 2rem; border-bottom: var(--globalBorder) }

footer [type="email"] { font-size:calc(var(--fontSize) + 1px) }

.bouncebackup { padding: calc(var(--padding) - var(--buttonPadding)); border-block: var(--globalBorder); text-align: center; text-transform: uppercase; margin-top: calc(-1 * var(--globalBorderWidth)) }

.ssocialss { min-width: 115px; width: 100%; flex-basis: 100% }
.ssocialss svg, .ssocialss .iconstrue span { display: none }
.ssocialss .iconstrue svg { display: block }
.ssocialss ul.iconstrue li { display: inline-block; margin: 0.5rem }

.ssocialss ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 2.2rem; width: fit-content; margin: 0 auto }
.ssocialss li { margin: 0 }

@media (max-width: 777px) {
    footer { margin-bottom: calc(var(--buyPlatformHeight) + var(--padding)) }
    footer .payments { padding: var(--padding) 0 }
    footer .payments .icons { border-bottom: var(--globalBorder); padding-bottom: var(--padding); text-align: center }

    footer .credits { padding: 0 }
    footer .credits c { padding: var(--padding) }
    footer #shopify-credits:not(:empty) { border-top: var(--globalBorder); width: 100%; text-align: center }
}

.stick { position: sticky; top: 0 }
body.hpsticky .stick { position: sticky; top: calc(var(--headerHeight) + var(--padding) * 2) }

svg.icon { display: inline-block; width: calc(var(--iconSize) * 1.5); height: calc(var(--iconSize) * 1.2); max-width: fit-content; vertical-align: middle; fill: currentColor; transform: translateY(calc(100% - 105%)) }
svg.icon.icon-trash { min-width: 100%; max-width: unset }

/** Country swticher */
.disclosure { position: relative; width: max-content; margin-inline: auto }
.disclosure__button { 
    --buttonColor: var(--boxColor); 
    --buttonBgColor: var(--boxBgColor); 
    --buttonBorder: var(--boxBorder); 
    --buttonBorderColor: var(--boxBorderColor);
    --buttonBorderHover: var(--boxBorderHover);
    width: max-content 
}
.dropdown-caret[aria-expanded="true"]::after { transform: rotate(180deg)  }

.disclosure__list {
    position: absolute;
    z-index: 20;
    bottom: 110%;
    background: var(--boxBgColor);
    color: var(--boxColor);
    border: var(--globalBorder);
    border-radius: calc(var(--radius) / 3);
    overflow: hidden;
    overflow-y: auto;
    width: max-content;
    max-width: 250px;
    max-height: 55vh;
    margin: 0 auto!important;
    box-shadow: var(--globalShadow);
    right: 0;
}

/* center option-box */
@media (max-width: 777px) { 
    .disclosure__list { left: 50%; right: 50%; transform: translateX(-50%) } 
}

.disclosure__list li { margin: 0 }

.disclosure__list a {
    --linkHover: var(--boxColor);
    --linkColor: var(--boxColor);
    display: flex; 
    padding: var(--margin) calc(var(--margin) * 3);
    text-decoration: none;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid var(--globalBorderColor)
}

.disclosure__list li:last-child a { border: none }
.disclosure__list a.active { background: var(--boxColor); color: var(--boxBgColor); --linkColor: var(--boxBgColor) }

/* Mobile navigation */
.mobnav { max-height: 0; display: none }

@media (min-width: 778px) {

    body.open-menu .mobnav {
        position: absolute;
        top: calc(var(--headerHeight) * 1); 
        left: 0;
        width: 100%;
        max-height: 100%;
        min-height: 100px;
        display: block;
        padding: 0 var(--padding);
        border-bottom: var(--globalBorder);
        background: var(--bgColor);
        z-index: 999;
    }

    body.open-menu .mobnav .bordi { display: none }
}

@media (max-width: 777px) {
    body.open-menu { overflow: hidden }

    .mobnav { display: block; overflow: auto; background: var(--bgColor) }
    body.open-menu .mobnav {display: block; height: 100%; max-height: 100%;) }
    
    .mobnav .header { padding: var(--margin); border-bottom: var(--globalBorder) }

    #shopify-section-header a.no-style { text-decoration: none; padding: var(--buttonPadding) }
    .mobnav .bordi > c { display: grid; place-items: center start; border-bottom: var(--globalBorder); overflow: hidden }

    .mobnav .bordi ul { width: 100%; display: block }
    .mobnav .bordi li { margin: 0 }

    .mobnav .bordi :where(a,summary) { text-decoration: none; padding: var(--buttonPadding) }
    .mobnav .bordi a:hover { text-decoration: none; }

    .mobnav .bordi details summary::-webkit-details-marker { display:none }
    .mobnav .bordi :where(summary, c > ul > li > a) { color: var(--linkColor); width: 100% }
    .mobnav .bordi :where(summary, .mobnav .bordi c > ul > li > a):hover { color: var(--linkHover) }
    .mobnav .bordi > summary { border-bottom: var(--globalBorder) }

    .mobnav .bordi details:where(.lv1,.lv2,.lv3) details-menu { margin-left: var(--padding); display: block }
    .mobnav .bordi details[open]:where(.lv1,.lv2,.lv3) > summary { font-size: 111%; font-weight: 700; }

    .mobnav .bordi.menus a { display: block; width: 100% }

    .mobnav .bordi.quicks > c { place-items: center }
    .mobnav .bordi.quicks > c:first-child { border-right: var(--globalBorder) }
}

/* Search bar */
#searchbar { display: none; }
#topsearch { margin: 0 }

body.open-search #searchbar {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 var(--padding) var(--padding);
    background: var(--bgColor);
    border-bottom: var(--globalBorder);
}

@media (max-width:777px) { body.open-search #searchbar { padding: 0 var(--margin) var(--margin); height: 100% } }

#searchbar suggested-links { display: block; margin-top: var(--margin) }
#searchbar suggested-links .linkList { display: flex; gap: var(--padding) }
#searchbar suggested-links .linkList li a.no-style { padding: var(--margin) 0!important; display: block }

/* Buy button */
button.is-primary,.button.is-primary  { --buttonBgColor: var(--buyButtonBgColor); --buttonColor: var(--buyButtonColor); --buttonBorderColor: var(--buyButtonBorderColor) }
button.is-primary:hover,.button.is-primary:hover { --buttonBorderHover: var(--buyButtonBorderHover) }

/* Cart */
.cart { 
    max-height: 0;
    overflow: hidden;
    padding: 0;
    background: var(--bgColor);
}

.cart .header { padding-inline: var(--margin) }
@media (max-width: 777px) { .cart .header { position: sticky; top: 0; z-index: 10; background: var(--bgColor); border-bottom: var(--globalBorder) } }

.times { user-select: none; cursor: pointer; font-size: 2.4rem }
.smaller { line-height: 1.2; font-size: 80%; margin-top: var(--margin) }

.cart .subtotal { padding: var(--margin); border-block: var(--globalBorder) }
.cart-page .subtotal { padding: 0; border: none; font-size: var(--h6Size) }

.cart .shippingtaxes { margin-bottom: var(--padding); padding-inline: var(--margin); }
.cart .product-option :where(dt,dd) { display: inline; margin: 0; font-weight: 500 }

.cart .entry { padding-left: var(--margin); border-right: var(--globalBorder) }
.cart .entry grid:not(:last-child) { border-bottom: var(--globalBorder) }
.cart .entry grid:first-child { border-top: var(--globalBorder) }
.cart .entry grid.productsInCart { overflow-x: auto }
.cart .entry grid.productsInCart > c { padding: var(--padding) 0 }
.cart .name { text-align: start; text-transform: lowercase; text-transform: capitalize; overflow: hidden;
     text-overflow: ellipsis; line-height: 1.4 }
.cart .name a { display: contents }
.cart input.input-number { margin: var(--margin) 0; width: 50px; text-align: center }

.cart .empty { text-align: center; margin: var(--padding) }
.cart-page .empty { display: grid; place-items: center; min-height: 500px }
.cart :where(.plus, .minus) { cursor: pointer; user-select: none; font-size: 2rem; padding: var(--buttonPadding) }
.cart .qtyinput { display: grid; place-items: center; border-radius: 100%; width: 2.5rem; height: 2.5rem; border: 1px solid var(--globalBorderColor) }

.cart .gocheckout {
    position: sticky;
    top: -1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 777px) and (max-width: 1020px) {
    .cart .controllers { flex-wrap: wrap }
    .cart .controllers c { width: 100% }
}

@media (max-width: 777px) {
    .cart .entry { border-right: 0; padding: var(--padding) var(--margin) }
    .cart .discountBox { margin: var(--padding) 0 }
    .cart input.input-number { padding: var(--margin) }
    .cart :where(.plus, .minus) { padding: var(--buttonPadding) }

    body:where(.open-menu,.open-cart,.open-search) #shopify-section-header { height: calc(var(--vh, 1vh) * 100) }
    body:where(.open-menu,.open-cart,.open-search) { overflow: hidden }

    body:where(.open-menu,.open-cart,.open-search) #header { display: none }
}

body.open-cart .cart { max-height: calc(var(--vh, 1vh) * 100); border-bottom: var(--globalBorder); overflow-y: auto }
body.hpinherit.open-cart:not(.hideheader) #shopify-section-header { position: sticky; top: 0 }
body.hpinherit.open-cart.hideheader .cart { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 9 }

/*** Cart PAGE */
main section.cart { max-height: 100%; border-bottom: var(--globalBorder) }
main section.cart > * { max-width: 1080px; margin: 0 auto }

.is-contents { display: contents }

.cart-page { height: auto; background: transparent }
.cart-page.empty { min-height: calc(100vh - 57.6vh); display: grid; place-items: center }

.cart-page .cart-footer { margin: var(--padding) auto; width: 100% }
.cart-page.empty .cart-footer { display: none }

.cart-page .items .header { border-top: var(--globalBorder); border-bottom: var(--globalBorder);margin-top: var(--padding);padding: var(--margin) 0 }

.cart-page .items grid { --rowGap:var(--padding); --columnGap:var(--padding) }
.cart-page .items .item { border-bottom: var(--globalBorder) }
.cart-page .items .item .image { display: grid; place-items: center; height: 100%; border-right: var(--globalBorder) }
.cart-page .items .item .image img { min-width: 60px; width: 100%; }

@media (max-width: 777px) {
    .cart-page { padding: 0 var(--margin) }
    c[js=end].actions { justify-self: initial!important }
    .cart-page .items .item { --rowGap: 1rem; --columnGap: 1rem }
    .cart.cart-page .name { padding-top: var(--padding) }

    .cart-page .items .item .image { grid-row-start: 1; grid-row-end: 3 }

    .cart .summary { position: sticky; bottom: var(--globalBorderWidth); background: var(--bgColor) }
}

/** Newsletter popup */
#newsletterbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transition: all 0.3s ease-in-out;
    background: rgba(255,255,255,.8);
    display: none;
    z-index: 9999;
    padding-inline: var(--margin);
}

.newsletterbox {
    position: relative;
    max-width: 830px;
    overflow: hidden;
    background: var(--newsletterpopupBg, #FFF);
    color: var(--newsletterpopupColor, #000);
    border: var(--globalBorder);
    padding: var(--padding);
    border-radius: var(--radius);
}

.newsletterbox .cont { max-width: 400px; padding: 1rem; text-align: start }
.newsletterbox #popSubscribe { --buttonColor: var(--newsletterpopupColor); --buttonBgColor: var(--newsletterpopupBg) }
.newsletterbox .cont .controls { margin-bottom: 1rem }
.newsletterbox .cont .controls .x3 { font-size: 2.6rem; line-height: 1 }

.newsletterpopupBody { margin-bottom: var(--padding) }

body.newsletter-active #newsletterbox { display: flex }

/*** Cookie Jar */
#cookies-banner {
    display: none;
    background-color: var(--cookieBg, #FFF);
    color: var(--cookieColor, #000);
    border: var(--globalBorder);
    border-radius: calc(var(--radius) / 3);
    padding: var(--padding);
    position: fixed;
    z-index: 998;
    right: 0;
    bottom: 1rem;
    left: 0;
    max-width: 70ch;
    margin: 0 auto;
    overflow: hidden;
}

#cookies-banner button { --buttonColor: var(--cookieButtonColor); --buttonBgColor: var(--cookieButtonBg); --buttonBorderColor: var(--cookieButtonBg) }
@media only screen and (max-width: 777px) { #cookies-banner { bottom: var(--padding); margin-inline: var(--margin); padding: var(--padding) } }

/*** Homepage */
/* Hero */
.hero { position: relative; height: 100vh; border-bottom: var(--globalBorder); overflow: hidden }
.hero picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; opacity: 1; transition: opacity 500ms ease 0s }

.hero .meta {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 88;
    width: 100%;
    height: 100%;
    padding: calc(var(--padding) * 3);
}

@media (max-width: 777px) { .hero .meta { padding: var(--padding) var(--margin) } }

.hero .meta grid { height: 100% }

.hero .meta a { text-decoration: none; border:0 }
.hero .meta h2 {  color: var(--heroMetaH1Color); --linkColor: var(--heroMetaH1Color); --linkHover: var(--heroMetaH1Color) }
.hasBg { display: inline; padding: var(--margin); background: var(--heroMetaH1Bg); border-radius: calc(var(--radius) / 7) }
.hero .button.is-customized { --buttonBgColor: var(--heroMetaH1Bg); --buttonColor: var(--heroMetaH1Color) }

.hero .meta .box { width: 100%; height: 100%; align-items: center!important; justify-content: flex-start!important; }

/* html5video */

.hero.html5video { height: auto }
.hero.html5video .meta { pointer-events: none }
.hero.html5video .meta .button { pointer-events: all }
.hero.html5video video { width: 100vw }
@media (max-width: 777px) { .hero.html5video { height: fit-content } }

.gs-title { padding: var(--padding); border-bottom: var(--globalBorder); color: var(--color) }
@media (max-width: 777px) { .gs-title { text-align: center } }

/* Hero text */
.hero-text { border-bottom: var(--globalBorder); padding: var(--padding);background: var(--heroTextBg);text-align: var(--heroTextAlign) }
.hero-text .cta { font-size: var(--heroTextFontSize); line-height: var(--heroTextFontHeight); color: var(--heroTextFontColor) }
@media (max-width: 777px) { .hero-text .cta { font-size: var(--heroTextFontSizeMob); } }
.hero-text p { line-height: 1.25 }
.hero-text .button { margin: var(--padding) 0; border: transparent; background: var(--heroTextButtonBg); color: var(--heroTextButtonColor); }

/* Hero video */
.hero-video iframe { padding: 0; border-radius: var(--radiusImg) }
.hero-video, .hero-double { border-bottom: var(--globalBorder); overflow: hidden }

/* Hero double */
.hero-double c { position: relative }
.hero-double grid > c:nth-child(odd) { border-right: var(--globalBorder) }
.hero-double grid > c:nth-child(even) { border-right: var(--globalBorderWidth) solid transparent }
.hero-double grid > c:nth-child(3), .hero-double grid > c:nth-child(4) { border-top: var(--globalBorder) }
.hero-double.blox-3 { border-bottom: var(--globalBorder) }

.hero-double img { width: 100% }
.hero-double .title {
    margin: calc(var(--padding) * 1.6);
    max-width: calc(100% - var(--padding) * 2);
    width: fit-content;
    border-radius: calc(var(--radius) / 7);
}

.hero-double flex.contents { position: absolute; inset:0; z-index: 1; }
.hero-double flex.contents .hasBg { display: block }

@media (max-width: 777px) {
    .hero { height: 80vh }
    .hero-double c { border-right: 0!important; border-bottom: var(--globalBorder) }
    .hero-double c:where(:last-child,:nth-child(3),:nth-child(4)) { border-bottom: 0 }
    .hero-double .title { margin: calc(var(--padding) + var(--margin)); max-width: calc(100% - var(--padding) * 2) }
    .hero-double c:nth-child(3) { border-top: none }
}

/* Hero Image + text */
.image-text { 
    --linkColor: var(--imageTextColor); 
    --colorHeadings: var(--imageTextColor);
    --linkHover: var(--imageTextColor);
    --buttonBorderColor: transparent;
    --buttonBorderHover: transparent;
    border-bottom: var(--globalBorder); 
    background: var(--imageTextBg); 
    color: var(--imageTextColor); 
}
.image-text .meta { padding: var(--padding) }
.image-text .meta > flex { height: 100% }

/* Featured product section */
.featured-product { border-bottom: var(--globalBorder); --expandMediaHeight: 700px }
.featured-product .short-desc { font-size: var(--fontSize) }

.featured-product .product-page .item .meta { width: 100%; padding: 0; padding-top: var(--padding) }
.featured-product .product-page .item .meta.lrg[order="1"] { border-right: var(--globalBorder) }
.featured-product .product-page .item .meta.lrg[order="3"] { border-left: var(--globalBorder) }
.featured-product #buyplatform { position: inherit!important }
.featured-product .item .meta .sharing { border:none }
.featured-product.onboarding .meta.lrg { padding: var(--padding) }
.featured-product.onboarding .meta.lrg section:not(:first-child) { margin-block: var(--padding) }
.featured-product .title { padding: 0 } 
.featured-product .product-page .gallery { position: relative; isolation: isolate }

.featured-product .is-xpand { position: absolute; z-index: 99; top: calc(var(--expandMediaHeight) - 70px); width: 100%; margin: 0 auto; text-align: center }
.featured-product [data-menu]:checked + .is-xpand { top: unset; bottom: calc(var(--padding) + var(--margin)) }

.featured-product .is-xpand .viewless { display: none }
.featured-product [data-menu]:checked + .is-xpand .viewless { display: inline }
.featured-product [data-menu]:checked + .is-xpand .viewall { display: none }

.featured-product .xpand { height: var(--expandMediaHeight); overflow: hidden }
.featured-product [data-menu]:checked ~ .xpand { height: 100%; pointer-events: all }
.featured-product .xpand::after {
    content: "";
    display: block;
    position: sticky;
    bottom: -3px;
    left: 0;
    height: 150px;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0, var(--bgColor) 100%);
    width: 100%;
}

.featured-product [data-menu]:checked ~ .xpand::after { height: 0; background: none }
.t-index .featprod { position: sticky; bottom: calc(-1*var(--globalBorderWidth)); margin-top: calc(-1*var(--globalBorderWidth)); z-index: 8; background: var(--bgColor); border-top: var(--globalBorder) }

.border-bottom { border-bottom: var(--globalBorder) }

@media (max-width: 777px) { 
    .featured-product.onboarding .image { border-bottom: var(--globalBorder) }
    .featured-product { --expandMediaHeight: 500px; border-bottom: 0 }
    .featured-product .product-page .gallery { border-right: 0 }

    .featured-product .product-page .item .meta.lrg { border-inline: 0!important }

    .t-index :where(.stickyTitle,.gs-title) {
        position: sticky; 
        top: 0;
        z-index: 15; 
        isolation: isolate; 
        background: var(--bgColor);
        padding: var(--padding); 
        border-bottom: var(--globalBorder);
    }

    .t-index :where(.stickyTitle,.gs-title) { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis }

    body.hpsticky.t-index :where(.stickyTitle,.gs-title) { top: var(--headerHeight, 0px) }
    .t-index .loadmore { position: sticky; bottom: 0; margin-top: calc(-1*var(--globalBorderWidth)); z-index: 16; background: var(--bgColor); border-top: var(--globalBorder) }
}

@media (min-width: 777px) { .featured-product.onboarding .image { border-right: var(--globalBorder) } }

/* Logo list */
.logo-list { border-bottom: var(--globalBorder); background: var(--logoListBg); --colorHeadings: var(--logoListColor); color: var(--logoListColor) }
.logo-list .gs-title { text-align:var(--logoListTextAlignment) }
.logo-list flex { padding-block: var(--padding)  }
.logo-list img { max-width: 150px; border-radius: 0 }
.logo-list svg { max-width: 150px; min-height: 150px; height: 100% }

/* Reviews */
.reviews { border-bottom: var(--globalBorder) }

.reviews { text-align: center }
.reviews .box > c { padding: var(--padding) }
.reviews .box > c:nth-child(odd) { border-right: var(--globalBorder) }
.reviews .review { max-width: 400px; margin: var(--padding) auto }
.reviews .name { display: block; line-height: 1; margin-top: var(--margin) }
.reviews .avatar img { border: var(--globalBorder); overflow: hidden; max-width: 90px; border-radius: 100%; margin: 0 auto; text-align: center; padding: .3rem }

.reviews .svg-placeholder { width: 100px; height: 100%; max-height: 100px; min-height: 0; border: var(--globalBorder); border-radius: 100% }

@media (max-width:777px) {
    .reviews .box > c, .reviews .box > c:nth-child(odd) { border-right: 0; border-bottom: var(--globalBorder) }
    .reviews .box > c:last-child { border-bottom: 0 }
}

/* Noticer and marquee */
.marquee3k__wrapper { width: max-content }
.noticer, .marquee { --marqueeLateralSpace: 30px; padding: calc(var(--margin) * 2) 0; width: 100%; overflow: hidden }
:where(.noticer, .marquee) a.no-style:hover { text-decoration: none!important }

.noticer { --linkColor: var(--noticerColor); --linkHover: var(--noticerColor); color: var(--noticerColor); background: var(--noticerBg); border-bottom: var(--globalBorder) }
.marquee { --linkColor: var(--marqueeColor); --linkHover: var(--marqueeColor); color: var(--marqueeColor); background: var(--marqueeBg); border-block: var(--globalBorder); margin-top: calc(-1*var(--globalBorderWidth)) }

.noticer li, .marquee li { padding: 0 calc(var(--marqueeLateralSpace) / 2); margin: 0; text-align: center }
.noticer[noticer-moving="false"] li { padding: 0 }

.marquee img { --marqueeImg: 35px; max-height: var(--marqueeImg) }

/*** Product card */
.product .cards { max-width: 100%; overflow: hidden; gap: var(--globalBorderWidth); border-bottom: var(--globalBorder) }

.product .cards > * {
    --linkColor: var(--cardColor);
    --linkHover: var(--cardColor);
    --colorHeadings: var(--cardColor);
    color: var(--cardColor);
    background: var(--cardBg);
    position: relative; 
    outline: var(--globalBorder); /* The outline creates the border */
    z-index: 1; /* original z-index */ 
}

/* Card Aspect ratio */
.product [card-ratio="portrait"] { --cardRatio: 130% }
.product [card-ratio="square"] { --cardRatio: 100% }
.product [card-ratio="landscape"] { --cardRatio: 70% }
.product .cards .card-aspect-ratio { width: 100%; padding-bottom: var(--cardRatio) }

/* Image crop type */
.product [card-img-crop="wide"] { --cardImageCrop: cover }
.product [card-img-crop="none"] { --cardImageCrop: contain }

.product .cards .card-image { position: relative }
.product .cards .card-image .secondary { opacity: 0; transition: opacity 100ms var(--easeInOutQuad) }
.product .cards .card-image:hover .secondary { opacity: 1 }

.product .cards .card-image img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
   /* object-fit: var(--cardImageCrop);*/
    object-position: center center;
    transform: var(--cardImagePadding, none);
    border-radius: var(--radiusImg);
}

body.ip--margin  .product [card-img-padding="true"] .card-image img  { --cardImagePadding: scale(0.98) }
body.ip--padding .product [card-img-padding="true"] .card-image img  { --cardImagePadding: scale(0.96) }

.product [card-img-padding="false"] .card-image img { transform: none }
.product [card-img-radius="false"] .card-image img { --radiusImg: 0 }

/** Meta */
.product .cards .card-meta :where(a,a:hover) { text-decoration: none }
.product .cards .card-meta > *:not(.card-footer) { padding: var(--padding) }
@media (max-width:777px) { 
    .product .cards .card-meta > *:not(.card-footer) { padding: var(--padding) calc(var(--margin) * 2) }
    .product .cards[card-type="base"][card-quickbuy="true"][columns-s="2"] .card-head { padding-bottom: calc(var(--buttonPadding) * 5) }
    .product [card-type="base"] .card-meta .card-footer { position: relative }
}
.product .cards[card-type="base"][card-quickbuy="true"] .card-meta .card-head { padding-bottom: calc(var(--buttonPadding) * 5.5) }

.product .cards[card-type="base"][card-quickbuy="true"]:where([columns-m="3"],[columns-s="2"]) .card-meta .card-head { padding-bottom: calc(var(--buttonPadding) * 7) }

/* Card head  */
.product .cards :where(.card-title,.card-subtitle,.card-price) { gap: var(--padding); --h6Size: 1.4rem }
@media (max-width:777px) { .product .cards :where(.card-title,.card-subtitle,.card-price) { gap: var(--margin) } }

.product [card-type="overlay"] :where(.card-title a, .card-subtitle p, .price, .new-price, .old-price, .unit-price, .product-badge) { 
    display: inline; 
    padding: var(--margin); 
    background: var(--cardTextBg); 
    border-radius: calc(var(--radius) / 7);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 2
}

.product .cards .card-head flex { gap: var(--margin) }
.product .old-price { padding-right: var(--padding) }

@media (max-width:777px) { 
    .product .cards .card-head flex { gap: 1rem }
    .product .cards .card-subtitle { display: none }
    .product [card-type="overlay"] .card-title a { line-height: 2.1; font-size: 1.3rem } 
}

.product .cards .card-subtitle { font-size: 1.2rem; line-height: 1.3; width: 30ch }
.product .cards .card-price { }

/* Card footer */
.product .cards .card-meta .card-footer { position: absolute; bottom: 0; inset-inline: 0 }

@media (min-width:777px) {
    .product [card-quickbuy-hover="true"] > * .card-footer { opacity: 0; transition: opacity 100ms var(--easeInOutQuad) }
    .product [card-quickbuy-hover="true"] > *:hover .card-footer { opacity: 1 }
}

.product .cards[card-quickbuy-float="true"] .card-meta .card-footer { 
    bottom: calc(var(--margin) * 2); 
    inset-inline: var(--margin);
    border-radius: var(--radius); 
    border: var(--globalBorder); 
    overflow: hidden;
}

.product .cards[card-quickbuy-float="true"]:where([columns-m="3"],[columns-s="2"]) .card-footer select.productSelect { border: none; }

@media (max-width:1024px) {
.product .cards[card-quickbuy-float="true"]:where([columns-m="3"],[columns-s="2"]) .card-meta .card-footer { overflow: visible; border: none }
.product .cards[card-quickbuy-float="true"]:where([columns-m="3"],[columns-s="2"]) .card-meta .card-footer select.productSelect { border: var(--boxBorderWidth) var(--boxBorderStyle) var(--boxBorderColor); border-bottom: 0; border-radius: 2rem 2rem 0 0 }
.product .cards[card-quickbuy-float="true"]:where([columns-m="3"],[columns-s="2"]) .card-meta .card-footer .actions c:not([span="row"]) .cartButton { border-radius: 0 0 2rem 2rem }
.product .cards[card-quickbuy-float="true"]:where([columns-m="3"],[columns-s="2"]) :where(.cartButton,.soldoutButton) { border-radius: var(--radius); border: var(--globalBorder) }
}

/* Select */
.product .cards .card-footer select.productSelect { border-radius: 0; font-size: 1.25rem; height: 100%; border: none; border-top: var(--globalBorder); border-right: var(--globalBorder) }

/* Button */
.product :where(.cartButton,.soldoutButton) { font-size: 1.2rem; font-weight: 400; border-radius: 0; border: none; border-top: var(--globalBorder) }
.product .cards[card-quickbuy-float="true"] :where(.cartButton,.soldoutButton) { border-top: 0; }
.cartPriceAdd { display: block; font-family: 'Neue Haas Grotesk Display Pro'; }
.cartLoader { display: none; }
.cartButton.loading .cartLoader { display: block }
.cartButton.loading .cartPriceAdd { display: none }

/* If parent has no room, actions switch to 1 row */
@media (max-width:777px) { .product .cards[columns-s="2"] .actions { --grid-tc: repeat(1, minmax(0,1fr)) } }
@media (min-width:777px) and (max-width: 1024px) { 
    .product .cards[columns-m="3"] .actions { --grid-tc: repeat(1, minmax(0,1fr)) } 
    .product .cards[columns="4"] .actions select { border-right: 0 } 
    .product .cards[columns-m="3"] .actions select.productSelect { border-right: none }
}
@media (min-width: 1024px) and (max-width: 1819px) { .product .cards[columns="4"] .actions { --grid-tc: repeat(1, minmax(0,1fr)) } .product .cards[columns="4"] .actions select { border-right: 0 } }


/** Meta: Overlay */
.product [card-type="overlay"] .card-meta { 
    display: flex;
    flex-direction: column;
    position: absolute; 
    inset: 0;
    /*pointer-events: none!important;*/
}

.product [card-type="overlay"] .card-meta .card-footer { margin-top: auto; pointer-events: all!important ;}
    
/** Meta: Base */
.product [card-type="base"] .card-meta { border-top: var(--globalBorder) }


/*** Shopify Quick buy button */
.shopify-payment-button { margin: var(--margin) 0 }

.shopify-payment-button__button--branded,
.shopify-payment-button__button--unbranded,
.shopify-payment-button__button, 
.shopify-payment-button__more-options,
.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button:hover, 
.shopify-payment-button__more-options:hover {
    font-weight: 700!important;
    border-radius: var(--radius)!important;
    background: var(--buyButtonBgColor)!important;
    color: var(--buyButtonColor)!important;
    border: var(--buttonBorderWidth) solid var(--buyButtonBorderColor)!important;
    overflow: hidden!important;
}

.shopify-payment-button__button--branded:hover,
.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button:hover, 
.shopify-payment-button__more-options:hover {
    border-color: var(--buyButtonBorderHover)!important;
}

.shopify-payment-button__more-options { margin:var(--margin) auto }
.shopify-payment-button__button--hidden { display:none!important }

.shopify-payment-button__more-options {
    margin: var(--margin) auto;
    background: none!important;
    border: none!important;
    color: currentColor!important;
    font-size: 80%;
}

.shopify-payment-button__more-options:hover { color: currentColor!important; background: none!important; border: none!important }

/*** Search page */
.search-page .apage { display: grid; place-items: center; min-height: 250px }
.search-page :where(.blog-listing, .blog-listing .posts) { display: grid; min-height: 100% }
.search-page .product { display: grid }
.search-page .blog-listing .bp { border: none }

input[type=checkbox]:not(.switch) { border-radius: 0 }

@media (max-width: 777px) {
    .search-page .intro > grid > c:not(:last-child) { padding: 1rem var(--padding) }
    .search-page .results > grid > c { border-right: none!important }
    .search-page .blog-listing .bp { padding: var(--padding) 0 }
}

/*** Events page */
.events .head { gap: var(--globalBorderWidth) }
.events .head > * { outline: var(--globalBorder); z-index: 1; padding: var(--padding) }

.events .eventHeader { 
    position: sticky;
    z-index: 1;
    top: calc(var(--headerHeight, 0px) - var(--globalBorderWidth));
    background: var(--bgColor);
    border-bottom: var(--globalBorder); 
    padding-block: var(--margin) 
}

.events .event:not(:last-of-type) { border-bottom: var(--globalBorder) }
.events .event[event-expired="true"] { opacity: .3 }
.events .event .when .time { display: block }

.events-page .loadmore { display: none }

@media (max-width: 777px) {
    .events .event { border-bottom: var(--globalBorder); padding-block: var(--padding) }
    .events .event > c { padding-inline: var(--padding) }
    .events .events .flyer img { border-radius: 100vw }
}

@media (min-width: 777px) { .events .event > c:not(.flyer) { padding-block: var(--padding) } }

/*** Collection - Product Listing Page */
:where(.listing-page, .search-page) .intro > grid { border-bottom: var(--globalBorderWidth) solid transparent; gap: var(--globalBorderWidth) }
:where(.listing-page, .search-page) .intro > grid > c {  padding: var(--padding); outline: var(--globalBorder) }
:where(.listing-page, .search-page) .intro .filterBlock { padding: 0; display: flex; align-items: start; width: 100%; height: 100%; }

.listing-page .intro .featuredMedia { padding: 0; border: 0; max-height: 500px }
.listing-page .intro .featuredMedia img { object-fit: cover; object-position: center; height: 100%; max-height: 500px; height: auto }

.listing-page .intro .featuredMedia.coll { max-height: 200px }
.listing-page .intro .featuredMedia.coll img { width: auto; max-height: 200px }

.listing-page .products .listoftags { border-bottom:var(--globalBorder); padding: var(--margin) var(--padding); text-transform: lowercase }
.listing-page .products .listoftags a:first-letter { text-transform: uppercase }
.listing-page .products .listoftags a { padding-inline: var(--buttonPadding); text-transform: capitalize; }
.listing-page .products .listoftags a:first-of-type { padding-left: 0 }

:where(.listing-page,.search-page) .intro .filter > summary { margin: 0 auto; padding: var(--padding) }
:where(.listing-page,.search-page) .intro .padd { padding: var(--padding) }
:where(.listing-page,.search-page) .intro form details { padding: var(--margin) var(--padding); border-bottom: var(--globalBorder) }
:where(.listing-page,.search-page) .intro details > div { padding: var(--padding) 0  }
:where(.listing-page,.search-page) .intro .actiions { margin-top: var(--padding) }

:where(.listing-page,.search-page) .intro details { position: relative; width: 100% }

:where(.listing-page,.search-page) .intro #FacetFiltersFormMobile {
    position: absolute;
    background: var(--bgColor);
    left: 0; right: 0;
    margin-inline: var(--padding);
    margin-top: calc(-1 * var(--padding));
    box-shadow: var(--globalShadow);
    border-radius: calc(var(--radius) / 3);
    border: var(--globalBorder);
    z-index: 10;
}

#FacetFiltersFormMobile summary { padding: var(--buttonPadding) 0 }
#FacetFiltersFormMobile .sortByBlock { padding-bottom: var(--padding) }

.filter .dropdown-caret { cursor: pointer; user-select: none; font-size: var(--h3Size); text-transform: uppercase }

@media (max-width: 777px) { .listing-page .intro .featured { border-bottom: 0 } }

.loadmore { text-align: center; border-bottom: var(--globalBorder) }
.loadmore:empty { padding: var(--padding) }
.loadmore a { display: inline-block; padding: var(--padding) }

.loadmore span { display: inline; margin-inline: .5rem }
.loadmore span.current { border: var(--globalBorder); border-radius: var(--radius); padding: var(--buttonPadding) }
.loadmore span a { text-decoration: none; padding: var(--buttonPadding) }

#ajaxPagination { padding: var(--margin) }
#ajaxPagination:empty { padding: var(--padding) }

/*** Product Page */
.product-page { border-bottom: var(--globalBorder) }

.product-page .item .meta { padding-top: calc(var(--padding) / 2); margin-bottom: calc(-1*var(--globalBorderWidth)) }
.product-page .item .meta.small-only { padding-top: 0; border-bottom: var(--globalBorder) }
.product-page .item .meta.lrg[order="1"] { border-right: var(--globalBorder) }
.product-page .item .meta.lrg[order="3"] { border-left: var(--globalBorder) }
.product-page .item .meta section { padding: var(--margin) var(--padding); width: 100%; max-width: 100vw; overflow: hidden }
.product-page .item .meta .contents { padding: var(--margin) 0 }
.product-page .item .meta .contents .title { margin-bottom: var(--margin) }
.product-page .item .meta .contents div { margin-bottom: var(--margin) }
.product-page .item .meta .xform { top: 0; z-index: 3; padding: var(--margin) var(--padding); background: var(--bgColor) }
body.hpsticky .product-page .item .meta .xform { top: var(--headerHeight, 0px); border-bottom: var(--globalBorder); margin-bottom: calc(-1*var(--globalBorderWidth)) }
    .product-page .item .meta product-form { display: block; padding: var(--margin) 0 }
.product-page .item .meta section.cartNotes { padding: 0; margin: var(--margin) 0 }

.product-page .item .meta .qtyBox { background: var(--boxBgColor); color: var(--boxColor); border: var(--boxBorderWidth) var(--boxBorderStyle) var(--boxBorderColor); border-radius: var(--boxRadius); padding: 0; padding-left: var(--boxPadding) }
.product-page .item .meta .qtyBox:hover { border-color: var(--boxBorderHover) }
.product-page .item .meta .qtyBox:focus-within { outline: 1px solid var(--color)!important; outline-offset: 2px; border-color: var(--boxBorderHover) }
.product-page .item .meta .qtyBox label { margin: 0; word-break: keep-all }
.product-page .item .meta .qtyBox input { outline: none!important; border: none; margin: 0 }

.product-page .item variant-selects, .product-page .item variant-radios { display: grid; gap: 9px; padding: var(--margin) 0 }
.product-page .item variant-radios :where(legend,fieldset) { all: unset }
.product-page .item variant-radios :where(input) { display: none }

.product-page .sellingPlan { margin: var(--margin) 0 }

[shopify-payment-terms] { display: block; padding: var(--margin) var(--padding) }

.product-page #prodesc > *:last-child { border-bottom: var(--globalBorder) }

.product-page .item variant-radios label { padding: calc(var(--buttonPadding) / 1.4) var(--buttonPadding); margin: 0; border: var(--globalBorder); font-weight: normal; border-radius: var(--radius) }

.product-page variant-radios input[type=radio]:checked+label {/* background: var(--buyButtonBgColor); color: var(--buyButtonColor); border-color: var(--buyButtonBorderColor); font-weight: bold */}

.nojs.product-form__input { margin: var(--margin) 0 }

.product-page .item .meta .price :where(dd,dl,dt) { margin: 0; display: inline }
.product-page .item .meta :where(.price__regular, .price__sale) { display: flex; gap: var(--margin); flex-direction: row }

.product-page .item .meta .sharing { padding: var(--padding) }
.product-page .item .meta .sharing li { padding: 0 var(--margin) }
.product-page .item .meta .sharing a { padding: var(--buttonPadding) var(--margin) }
.product-page .item .meta .blocks { padding: var(--padding); border-block: var(--globalBorder); margin-block: calc(-1 * var(--globalBorderWidth)) }
.product-page .item .meta .blocks.accordion { padding: 0 }
.product-page .item .meta .blocks.accordion h4 { line-height: 1 }
.product-page .item .meta .blocks.accordion :where(.text, summary) { padding: 0; }
.product-page .item .meta .blocks.accordion summary { text-transform: uppercase; font-size: var(--h4Size); font-weight: var(--hWeight) }
.product-page .item .meta .blocks.accordion details[open] summary { border-bottom: var(--globalBorder) }

.product-page .item .meta .blocks p { margin: 0; padding: 0 }

@media (min-width: 777px) {
    body.hpsticky [section-sticky="true"] { position: sticky; top: var(--headerHeight, 0px) }
    [section-sticky="true"] { position: sticky; top: var(--headerHeight, 0px)  }
}

/* Product popup  */
.product-page section.popup { border-block: var(--globalBorder); margin-block: calc(-1 * var(--globalBorderWidth)); padding: 0!important }
.product-page modal-opener :where(button,.button) { display: block; padding: var(--padding); margin: 0; text-align: start; --buttonFontSize: var(--h4Size); font-weight: var(--hWeight) }
.product-page .product-popup-modal { position: fixed; inset: 0; width: 100vw; height: 100vh; overflow:auto; visibility:hidden; opacity:0; z-index:-1; background:rgba(255,255,255,.9); display: flex; align-items: center; justify-content: center }
.product-page .product-popup-modal[open]{ opacity:1; visibility:visible; z-index:99 }
.product-page .product-popup-modal__content { border: var(--globalBorder); background: var(--bgColor); color: var(--color); overflow: auto; height: 80%; width: 90% }
.product-page modal-dialog button { position: sticky; top: 0; right: 0; border: 0; border-radius: 0!important; border-bottom: var(--globalBorder); background: var(--bgColor); text-align: end; color: currentColor; cursor: pointer; padding: var(--padding) }

.product-page modal-dialog grid > c { padding: var(--padding) }
.product-page modal-dialog grid > c:first-child { border-right: var(--globalBorder) }

@media (min-width: 777px) { .product-page modal-dialog grid { height: 100% } }

@media (max-width: 777px) {
    .product-page modal-dialog button { position: inherit }
    .product-page modal-dialog grid > c:first-child { border: 0; border-bottom: var(--globalBorder) }
}

/* MEDIA in Product Page */
.product-page .gallery .media:not(:last-child) { border-bottom: var(--globalBorder) }
.product-page .gallery .media :where(img,video,iframe) { width: 100% }

.product-page .gallery[hide-variant-img=true] .media { display: none }
.product-page .gallery[hide-variant-img=true] .media:first-child { display: block; border: 0 }

@media (min-width: 777px) {
    .product-page .gallery.i2col { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--margin); height: fit-content }
    .product-page .gallery.i2col .media { border: 0 }
    .product-page .gallery.i1stBig .media:first-child { grid-column: 1 / -1 }
}

/* model viewer / 3D */
.product-page .gallery .media model-viewer { display: block!important; width: 100%!important; min-height: 500px!important }
.product-page .gallery .auto-iframe iframe { min-height: 450px }

/* for iframe players: maintain the aspect ration on width 100% */
.auto-iframe iframe { margin: 0px auto; width: 100%; aspect-ratio: 16 / 9 }

/* Review */
.itsapp .spr-container, .itsapp .reviews .spr-form { border:0; padding:0 }
.itsapp .spr-header-title, .itsapp .spr-form-title { font-size: var(--fontSize); margin: 0; text-align: start }
.itsapp .spr-summary { text-align: start; margin-top: var(--padding) }
.itsapp .spr-form-label { padding: 0; font-size: var(--fontSize); line-height: 20px; text-align: start; display: block }

.itsapp :where(.spr-review-header,.spr-review-content) { text-align: start }
.itsapp .spr-review-reportreview { display: none }

.itsapp :where(.spr-review, .spr-form) { border-color: var(--borderColor)!important }
.itsapp .spr-starrating { display: block; text-align: start }

@media (max-width: 777px) {
    .product-page .item .gallery { border: none; border-block: var(--globalBorder) }
    .product-page .item .meta .xform { z-index: 9!important; top: inherit; bottom: 0; width: 100%; border-top: var(--globalBorder) }
    .product-page .item .meta .xform.sticky { position: fixed!important }
    body.hpsticky .product-page .item .meta .xform.sticky { top: unset; position: fixed!important }
    .product-page .item .meta:is(.lrg[order="1"],.lrg[order="3"]) { border: 0 }

    .product-page .item .meta .contents.mobtitle { padding: var(--padding) }
    .product-page .item .meta .contents.mobtitle .h1 { margin: 0 }

    .product-page .related .browseall { background-color: var(--bgColor) }
}

/* product availability  */
pickup-availability { padding: var(--padding); display: block }
.pickup-availability-preview { align-items: flex-start; display: flex; gap: 0.2rem }
.pickup-availability-preview .icon { flex-shrink: 0; height: 1.8rem }
.pickup-availability-preview .icon-unavailable { height: 1.6rem; margin-top: 0.1rem }
.pickup-availability-info * { margin: 0 0 0.6rem }

pickup-availability-drawer {
    background: var(--bgColor);
    border-left: var(--globalBorder);
    padding: var(--padding);
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 111;
    transform: translateX(100%);
    transition: transform 500ms ease-in-out;
    width: 100%;
    max-width: 444px;
}

pickup-availability-drawer[open] { transform: translateX(0) }
.pickup-availability-header { align-items: flex-start; display: flex; justify-content: space-between; margin-bottom: var(--padding) }
.pickup-availability-variant { font-size: 1.3rem; line-height: 1.2; margin: 0 0 1.2rem; text-transform: capitalize }
.pickup-availability-variant > * + strong { margin-left: var(--padding) }
.pickup-availability-list__item { padding: 2rem 0 }
.pickup-availability-list__item > * { margin: 0 }
.pickup-availability-list__item > * + * { margin-top: var(--padding) }
.pickup-availability-address { font-style: normal; font-size: 1.2rem; line-height: 1.5 }
.pickup-availability-address p { margin: 0 }

/* Accordion */
.accordion .text { overflow: hidden; max-height: 100%; opacity: 1; transform: translate(0, 0); margin-block:var(--margin) }
.accordion ul li { margin: 0; position: relative }

/* Custom page */
#shopify-section-product-custom { border-top:var(--globalBorder) }
#shopify-section-product-custom .hero { border-bottom:none } 

/*** Blog Listing */
.blog-listing c { border-bottom: var(--globalBorder) }

.blog-listing .bp { border-bottom: var(--globalBorder); border-right: var(--globalBorder); display: grid; place-items: start stretch }
.blog-listing .meta { padding: var(--padding); margin-top: auto }
.blog-listing .meta :where(h3,p) { margin-top: var(--margin) }
.blog-listing .meta a { display: flex; flex-direction: column; width: 100%; height: 100% }
.blog-listing .heading { border-bottom: var(--globalBorder) }

.blog-listing .posts img { object-fit: cover; object-position: center center; aspect-ratio: 1 / 1; width: 100%; margin: 0 auto }
.blog-listing .posts picture { border-bottom: var(--globalBorder) }
.blog-listing .posts .svg-placeholder { width: 100vw; min-height: 0; height: 300px }

@media (min-width: 777px) { .blog-listing .posts c:nth-child(3n) { border-right-color: transparent } }
@media (max-width: 777px) { .blog-listing {border-bottom:0} .blog-listing .meta { padding: calc(var(--padding) / 1.7) } .blog-listing c:nth-child(odd) { border-right-color: transparent } .blog-listing .posts c:first-child { grid-column: 1/-1 } }

/*** Blog post */
.blog-page { border-bottom: var(--globalBorder) }
.blog-page .post article { padding: var(--padding); width: 100%; max-width: 80ch; margin-inline: auto }
.blog-page .post img { margin-top: 1.4rem; width: 100%!important }
.blog-page .post iframe { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9 }

.blog-page .post aside { padding: var(--padding) 0 }
.blog-page .post aside > div { padding: 0 var(--padding) }
.blog-page .post aside h1 { margin-bottom: var(--margin) }
.blog-page .post .meta { border-right: var(--globalBorder); min-height: 100%; display: block}
.blog-page .post .meta span { margin: 1rem 1rem 0 0 }

.blog-page .post .what2fix li::first-letter { text-transform: capitalize }

@media (max-width: 777px) {
    .blog-page .post aside { position: unset; padding: 0 }
    .blog-page .post .meta { margin-top: var(--padding); border-right: 0; min-height: fit-content } 
}

comments-section:not(:empty) { display: block; padding: var(--padding); margin-top: var(--margin); border-top: var(--globalBorder) }
comments-section form.comment-form { padding: var(--padding) var(--margin); margin-top: var(--padding) }
comments-section .form-error { margin-top: var(--margin); color: var(--red) }
comments-section .form-success { margin-top:  var(--margin); color: var(--green) }

comments-section .acomment { width: 100%!important; max-width: 1080px!important }
comments-section .acomment flex { margin-top: var(--padding) }

/*** General page */
.general-page { border-bottom: var(--globalBorder) }
.general-page grid c { border-right: var(--globalBorder); padding: var(--padding) }
.general-page grid c:last-child { border: 0 }

@media (min-width: 777px) { .general-page grid { min-height: 65vh } }

@media (max-width: 777px) { 
    .general-page grid c { border-right: 0; border-bottom: var(--globalBorder) }
    .general-page grid c:last-child { border-bottom: 0 }
}

/** One column general page */
.general-page.one-column > * { padding: var(--padding) }
.general-page.one-column h1 { margin-bottom: var(--margin); border-bottom: var(--globalBorder) }
.general-page.one-column h1[data-heading="false"] { display: none }

/*** Legal pages */
.shopify-policy__container { display: flex; max-width: 100%!important; border-bottom: var(--globalBorder)!important; margin: 0 auto!important; padding: 0!important }
.shopify-policy__container > * { width: 100%; text-align: start }
.shopify-policy__title h1 { padding: var(--padding) }
.shopify-policy__body { margin: 0 auto; border-left: var(--globalBorder); padding: var(--padding) }
@media (max-width: 777px) { .shopify-policy__container { flex-direction: column } .shopify-policy__body { border:0 } }

/*** About */
.about-page c { padding: 0 }
.about-page .meta { padding: 4rem; margin: 0 auto; max-width: 600px }
.about-page .meta p { margin: 2rem 0 }

/*** FAQ page & FAQ sections */
.faq-page .faqs { max-width: 600px }
:where(.faq-page, .faq) details { margin-bottom: 3rem }
[data-question] { user-select: none; font-weight: 600; padding-bottom: var(--margin); cursor: pointer }
[data-answer] { padding-top: var(--margin) }

section.faq c { border-right:var(--globalBorder); border-bottom:var(--globalBorder); padding:var(--padding) }
section.faq c:nth-child(3n) { border-right:none }

@media (max-width: 777px) { section.faq c {border-right:none} section.faq c:last-child {border-bottom:0} }

/*** Press */
.press-page c { 
    display: grid; 
    align-content: center;
    text-align: center; 
    border-right: var(--globalBorder); 
    border-bottom: var(--globalBorder); 
    padding: calc(var(--padding) * 2) var(--padding); 
}
.press-page c:nth-child(3n+3) { border-right-color: transparent }
.press-page img { max-width: 200px; text-align: center; margin: 0 auto var(--padding); display: inline; border-radius: 0 }
.press-page .meta p { margin:0 }

.press-page svg.svg-imglogolist { height: 250px }

@media (max-width: 777px) { .press-page c {  border-right: 0 } }

/*** Brand listing page */
.brands .brand { border-bottom: var(--globalBorder) }
.brands .brand img { max-height: 160px; width: auto; border-radius: calc(var(--radiusImg) / 1) }
.brands .brand c { min-height: 100px; border-right: var(--globalBorder) }
.brands .brand c h2 { padding-inline: var(--margin); text-align: center; width: min(85%, 40ch) }
.brands .brand c:nth-child(3n) { border-right:0 }

@media (max-width: 777px) { .brands .brand c:nth-child(2n) { border-right: 0 } }

/*** Login page */
#recover, #recover + div { display: none }
#recover:target { display: flex }
#recover:target + div { display: block }
#recover:target ~ #login, #recover:target ~ #login + div { display: none }

/*** Addresses */
.addressBox { padding: var(--padding) 0; margin: var(--padding) auto; border-bottom: var(--globalBorder) }

/*** Account page */
.account-page { border-bottom: var(--globalBorder) }
.account-page > grid { min-height: 65vh }
.account-page > grid > c { border-right: var(--globalBorder); padding: var(--padding) }
.account-page > grid > c:last-child { border: 0 }

.account-page .table grid { --columnGap: 1rem; --rowGap: 1rem }
.account-page .table .head { border-top: var(--globalBorder) }
.account-page .table .head,
.account-page .table .body { padding: var(--margin) 0; margin-bottom: var(--margin); border-bottom: var(--globalBorder) }
.account-page .text-hr.noMargin { margin-top: 0 }
.account-page form div { margin: var(--padding) 0 }

@media (max-width: 777px) { 
    .account-page > grid > c { border-right: 0; border-bottom: var(--globalBorder) }
    .account-page > grid > c:last-child { border-bottom: 0 }
}

/*** Image scroll snap slider for mobile */
@media (max-width: 777px) {
    .product-page .gallery.scroll-snap { --ss-height: 500px; --ss-width: 100%; --scrollMargin: var(--margin) }
    .product-page .gallery.scroll-snap .media { display: grid; place-items: center; width: 93%; border-bottom: 0 }
    .product-page .gallery.scroll-snap .media img { width: 100vw }
    .product-page .gallery.scroll-snap .media .model { min-width: calc(var(--ss-width) - 10%) }
    .product-page .gallery.scroll-snap .media :where(iframe,video) { display: block; width: var(--ss-width); height: auto; aspect-ratio: 16 / 9 }

    .scroll-snap {
        --scrollDirection: x;
        --scrollType: mandatory;
        --scrollAlign: start;
        --scrollMargin: 0;
        --scrollStop: normal;
        --scrollJustifyContent: start;
        --scrollAlignItems: center;
        --scrollFlexFlow: row nowrap;
        display: flex;
        flex: none;
        flex-flow: var(--scrollFlexFlow);
        gap: var(--scrollMargin);
        justify-content: var(--scrollJustifyContent);
        align-items: var(--scrollAlignItems);
        overflow: auto;
        counter-reset: item;
        scroll-behavior: smooth;
        scroll-margin: var(--scrollMargin);
        scroll-snap-stop: var(--scrollStop);
        scroll-snap-type: var(--scrollDirection) var(--scrollType);
    }

    .scroll-snap > * { width: auto; flex: none; scroll-snap-align: var(--scrollAlign) }
    .scroll-snap.y { --scrollDirection: y; --scrollFlexFlow: column nowrap; --scrollAlignItems: start } 
    .scroll-snap.mandatory { --scrollType: mandatory } /* default */
    .scroll-snap.proximity { --scrollType: proximity }
    .scroll-snap.align-start { --scrollAlign: start }
    .scroll-snap.align-center { --scrollAlign: center }
    .scroll-snap.align-end { --scrollAlign: end }
    .scroll-snap.stop-always { --scrollStop: always } /* default */
}

/*** iOS fix: prevent zooming on input:focus */
@media (max-width: 777px) {
    input, 
    input[type="color"], 
    input[type="date"], 
    input[type="datetime-local"], 
    input[type="email"], 
    input[type="file"], 
    input[type="month"], 
    input[type="number"], 
    input[type="password"], 
    input[type="search"], 
    input[type="tel"], 
    input[type="text"], 
    input[type="time"], 
    input[type="url"], 
    input[type="week"], 
    input[inputmode], 
    select, 
    textarea { font-size: 16px }

    .button, button, 
    input[type="submit"], 
    input[type="reset"], 
    input[type="button"] { --buttonFontSize: 16px }
}
      
      
      
      
/**** Custom CSS ****/
      
       * {
     overflow-wrap: normal!important;
     word-break: normal!important 
}
      
    :root{
     --globalBorderWidth:5px;
      --fontSize: calc(var(--fontSizeBase) * 1.2rem);
    }
  
       footer flex{
     background:#fafafa;
}
       
       .t-collection main, .t-product main, .t-search main {
       margin:0 50px;
       }
      
/* Header */
      
 #header {
     padding:25px;
}

#header svg.icon{
  width:18px;
  height:18px;
/*   max-width:18px; */
}

/* Cart */
#shopify-section-header .cart{
  right:-35%;
  transition: right 0.3s!important; 
}
body.open-cart #shopify-section-header .cart{
    position:fixed;
    z-index:1000;
    top:0;
    bottom:0;
    right:0;
    width:35%;
    padding:25px;
    box-shadow:0 0 30px 0 rgba(0,0,0,0.5); 
    transition: right 0.3s; 
}

body.open-cart #shopify-section-header .cart c.entry,
body.open-cart #shopify-section-header .cart c.summary {
    grid-column: 1 / 4;
}

body.open-cart #shopify-section-header .cart c.entry grid:first-child{
    display:none;
}

body.open-cart #shopify-section-header .cart c.image{
    grid-row: 1 / 3;
    grid-column: 1 / 3;
    padding: 0;
}

body.open-cart #shopify-section-header .cart c.name{
    grid-column: 3 / 7;
    padding-bottom: 0;
}

body.open-cart #shopify-section-header .cart c:nth-child(3){
  grid-column: 7 / 9;
  text-align:right;
  }

body.open-cart #shopify-section-header .cart c#qtyremove{
  grid-column: 3 / 9;
  }

body.open-cart #shopify-section-header .cart .controllers{
  justify-content: space-between;
  }

body.open-cart #shopify-section-header .cart .controllers c:first-child flex{
  gap:0!important;
  padding:2px 10px;
  border:1px solid #000;
  border-radius:20px
  }

body.open-cart #shopify-section-header .cart .controllers button{
  padding:0;
  outline:none!important;
}


body.open-cart #shopify-section-header .cart button.is-primary{
    background:#449831;
  border-color:#449831;
  font-weight:400;
}

button, .button{
  font-weight:400!important;
  outline:none!important;
}

body.open-cart #shopify-section-header .cart grid.header c:first-child{
  font-size:24px;
  padding:25px 0;
}

body.open-cart #shopify-section-header .cart grid.header button{
  padding-right:0;
}




      
/* Homepage */ 
      
.hero {
     height:auto
}
 .hero picture img{
     position:relative
}
.hero .meta h2{
     font-size: 25px;
} 
      
#shopify-section-template--16265876668675__1648632934b239be1b grid[columns="2"] {
     --grid-tc: repeat(3, minmax(0,1fr));
}
 .hero-double .title{
     font-size:30px;
     margin:50px 15px;
     text-align:center;
     max-width:100%!important;
     width:100%;
}
 .hero-double c:nth-child(3), .hero-double c:nth-child(4) {
     border-top: 0!important;
}
 
  
  
  
  
/* Product Cards */ 
  
.product [card-type="overlay"] .card-meta {
     flex-direction:column-reverse;
}
 .product [card-type="overlay"] .card-meta grid c:first-child{
     order:2;
}
 .product [card-type="overlay"] .card-meta grid c:nth-child(2){
     order:1;
}
 .product [card-type="overlay"] .card-meta .card-price {
     font-weight: bold;
     text-transform: uppercase;
}
 .product [card-type="overlay"] .card-meta .card-title a{
     line-height:1;
}

.product .card-badge{
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 11px;
    margin: 5px;
}
/*
.product c:hover .card-meta{
     display:none;
}
*/
  
  
/* Product Page */
  
#prodesc{
     padding:0 15px;
}
 #prodesc h1{
     font-size:18px;
}
 #price-template--16265876635907__main > div.price{
     text-transform:uppercase;
}
 #product-form-template--16265876635907__main > section.qtyBox{
     margin-top:30px;
}
  
#buyplatform variant-radios legend.form__label{
     display:none;
}

 product-form.product-form button{
     transition:none!important;
     font-size:12px!important;
     font-weight:400!important;
}

 section.related.products h3.gs-title{
     font-size: 14px;
     font-weight: 600;
     text-transform:uppercase;
}
  
  .product-page .item variant-radios fieldset{
    display: flex;
    justify-content: stretch;
    column-gap:3px;
  }

    .product-page .item variant-radios fieldset label{
      flex:1;
      padding:5px 0;
      text-align:center;
      font-size:10px!important;
      font-weight:400!important;
       
      text-transform:uppercase;
  }
    .product-page .item variant-radios fieldset label span {
      margin-left: -5px;
    }

 

.product-page variant-radios input[type=radio]:checked+label{
       /*  background:#449831!important;
     border-color:#449831!important;
     transition:none!important;*/
}
  
  
   <!-- add borders to collapsible tabs -->
.product-page .item .meta .blocks.accordion summary:nth-last-child(n) {
    
     padding: 10px;
     margin: 15px;
}
  
  
   body.hpsticky .product-page .item .meta .xform{
     border-bottom:0;
     margin-bottom: 40px;
}
 .product-page .item .meta .blocks.accordion{
     margin:0 20px;
     width:auto;
     border:0;
    
}
 #prodesc details > summary{
     padding:8px 0;
     font-size:13px;
     font-size:11px;
     margin:0;
}
   
  
  
  
  
  
/* Collection Page */  
 .t-collection .intro > grid > c:first-child{
     grid-column: 1 / 4;
   order:3;
}
  
  .t-collection .intro grid  .filterBlock{
  grid-column: 1 / 4;
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    
  }
  .t-collection .intro grid  .filterBlock summary{
  
  padding-top:10px;
  padding-bottom:10px;
  }
  
 .t-collection .intro h1{
     font-size: 24px;
     margin-bottom: 12px;
     font-weight: 500;
}
 .t-collection .intro details:focus, .t-collection .intro details summary:focus{
     outline:none;
}

.product [card-ratio="portrait"] {
    --cardRatio: 150%;
}
  
  
  
  
  
 #shopify-section-template--16265876635907__main > div > section.item.pv1 > grid{
     --grid-tc: repeat(3, minmax(0,1fr));
}
 #shopify-section-template--16265876635907__main > div > section.item.pv1 > grid > c.gallery.scroll-snap.i2col{
     grid-column: 1 / 3;
}

 #shopify-section-template--15862692512003__hero grid c:nth-child(2) {
     justify-self: start;
}
 #shopify-section-template--15862692512003__products a.no-style{
     font-weight:500px;
}
 #shopify-section-template--15862692512003__hero grid[columns="2"] {
     display: grid;
     grid-template-columns: 1fr;
     grid-auto-rows: 60px;
     align-content: end;
     grid-gap: 10px;
     float: left;
}
 #shopify-section-template--15862692512003__products a.no-style:hover{
     text-decoration:none;
}
   
   
   
 #f-socials svg{
     color:#565656;
}
 .breadcrumb a:first-child {
     padding-left: 0;
     text-decoration: none;
}
   
   

   
   
   
   
   
   
   
   
   
   
   
 <!--Show 2 products per row instead of 1 on collection pages on mobile --> 
@media (max-width: 777px) {
     .products .product, .products .product #ajaxSection[columns-s="1"] {
         --grid-tc: repeat(2, minmax(0,1fr))!important 
    }
     .products .product .card:nth-child(odd) {
         border-right: var(--globalBorder)!important 
    }
     .products .quickBuy .cartButton, .quickBuy .productSelect {
         width: calc(100% - var(--padding));
         overflow: hidden 
    }
     .products .product .itsOverlay flex[jc="between"] {
         flex-direction: column 
    }
     .products .product .itsOverlay flex c[as="center"] {
         align-self: flex-start 
    }
}
 <!--Show 5 products per row instead of 3 on collection pages on desktop --> 
@media (min-width: 777px) {
     .products #ajaxSection[columns="3"] {
         --grid-tc: repeat(5, minmax(0,1fr)) 
    }
     .products .product .card:nth-child(3n+3) {
         border-right-color: var(--globalBorderColor) 
    }
     .products .product .card:nth-child(5n+5) {
         border-right-color: transparent 
    }
}

  
  /* Back to top */
  .bouncebackup{
  	position: fixed;
    bottom: 25px;
    left: 50%;
    margin-left: -75px;
    z-index: 10000;
    width: 150px;
    background: #c4c4c4;
    color: #fff!important;
    border: 0;
    padding:0;
    outline:none!important;
    opacity:0;
    visibility:hidden;
    transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
    font-size:11px;
    font-weight:400;
  }
  
  .bouncebackup.show{
  opacity:0.7;
    visibility:visible;
  }
  .bouncebackup *{
  color:#fff!important;
  outline:none!important;}




/* Filter Box */

.filterBlock > details{
width:100%;
}

.filterBlock > details > summary{

}

.filterBlock > details[open] > summary{
display:none;
}

.filterBlock > details details{
width:auto;
  border:0;
  margin:0;
}
.filterBlock form summary{
  border:0;
  margin:0;
  font-size:12px!important;
  font-weight:400!important;
  padding:5px!important;
}

.filterBlock form label,.filterBlock form a,.filterBlock form button {
  font-size:12px!important;
  font-weight:400!important;
}

.filterBlock form .dropdown-caret::after {
    width: 5px;
    height: 5px;
    border-width: 1px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #000;
    transform: rotate(-135deg);
    margin-top: -5px;
}

details[open] > summary.dropdown-caret::after, .dropdown-caret[aria-expanded="true"]::after{
    transform: rotate(134deg);
    margin-top:2px;
}

.filterBlock form select, .filterBlock form input{
  border-width:1px;
}

.filterBlock form{

display: flex;
    justify-content: center;
  align-items:start;
    width: 100%;
    margin:0!important;
  box-shadow:none!important;
  position:relative!important;
  
}

  .filterBlock form details div:nth-child(2){
    position:absolute;
    background:#fff;
    top:46px;
    left:0;
    padding:20px;
    width:auto;
    box-shadow: var(--globalShadow);
    min-width:300px;
    
    
  }

.filterBlock form grid{
  padding:0px!important;
}

.filterBlock form grid button{
  padding:5px!important;
}




/* New Header Styling [START] */

.noticer {
  border-bottom: none !important;
  padding-top: 8px;
  padding-bottom: 9px;
}

#shopify-section-overlay-noticer .noticer ul li a {
  font-size: 11px !important;
}

header#header {
  background: transparent !important;
  left: 0;
  right: 0;
  top: 0;
  height: 65px;
  padding-top: 14px;
  border: none !important;
}

.t-index header#header {
 /* position: absolute; */
}

.sticky-nav header#header,
header#header:hover {
  background: #fff !important;
}

#header .bogo {
  padding-top: 7px;
}

#header #header-grid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-standard-top-area .navbar-nav {
  position: absolute;
  top: 21px;
  left: 20px;
  display: inline-block;
  width: auto;
  list-style: none;
}

#header .nav-standard-top-area .navbar-nav li {
  float: left;
  position: relative;
/*   cursor: pointer; */
}

.navbar-standard li a {
  text-decoration: none;
  cursor: pointer;
}

.navbar-standard > li > a,
.navbar-standard > li > span {
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 11px;
/*   font-family: Scto Grotesk A; */
  font-weight: 500;
  color: #000;
  padding: 27px 5px;
}

.navbar-standard .menu-lev1 {
  width: 100%;
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  max-width: 100%;
  display: none;
  background: #B7412C;
  min-height: 160px;
  padding:0;
  padding-top: 25px!important;

}

.sticky-nav .navbar-standard .menu-lev1 {
  top: 65px;
}

.navbar-standard li:hover .menu-lev1 {
  display: block;
}

.navbar-standard .menu-lev1 ul {
  float: left;
  margin-top: 0;
}

.navbar-standard .menu-lev1 li {
  width: 100px !important;
  min-width: 150px !important;
  float: left;
  list-style: none;
}

.navbar-standard .menu-lev1 .li-full {
  width: 100% !important;
  padding: 0;
}

.navbar-standard .menu-lev1 .li-full:first-child {
  padding-top: 10px;
}

.navbar-standard .menu-lev1 .li-full a {
  text-transform: uppercase;
}

.navbar-standard .menu-lev2 ul {
  margin-left: 0;
  margin-top: 0;
}

.navbar-standard .menu-lev2 h5 {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11px;
  color: white;
  min-height:30px;
  padding-bottom: 0 !important;
  letter-spacing: 0;
 font-family: 'Neue Haas Grotesk Display Pro' !important;
  max-width:150px;
}

.navbar-standard .menu-lev2 li a {
  font-size: 11px;
  line-height: 20px;
  font-family: 'NHaasGroteskDSPro55Rg'!important;
}

#header .accounts {
  position: absolute;
  right: 20px;
  top: 21px;
}

#header .accounts a.no-style {
  padding: 14px 8px;
}

.noticer-scroll {
  display: none;
}

.sticky-nav .noticer-scroll {
  display: block;
}

.noticer-scroll #shopify-section-overlay-noticer {
  position: fixed;
  top: 65px;
  left: 0;
  right: 0;
  z-index: 25;
}

.accounts .BOLD-mc-picker > .currentCurrency {
  border: none;
  -webkit-box-shadow: 0px 0px 0 rgba(0,0,0,.15);
  box-shadow: 0px 0px 0 rgba(0,0,0,.15);
  top: -5px;
  background: transparent;
}

.accounts .BOLD-mc-picker-mnt[data-picker-location="top-right"] > .BOLD-mc-picker > .currencyList {
  -webkit-transform: translateX(-30%);
  transform: translate(-30%);
  max-height: fit-content !important;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
}

.accounts .BOLD-mc-picker > .currencyList > .option {
  float: left;
/*   width: 68px; */
}

.hero-slide .content flex {
  align-items: flex-start;
}

.hero-slide .content h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}

.hero-slide .content .button {
  font-size: 12px;
    text-transform: uppercase;
    color: black;
    margin-top: 0;
    padding: 0;
    margin-left: 0;
    font-family: 'Neue Haas Grotesk Display Pro';
    border-bottom: 1px solid black;
  letter-spacing: 0!important;
}

body.open-search #searchbar {
  top: 65px;
  padding-bottom: 50px;
  background: #eaebe5;
  border-bottom: 0;
  padding-top: 10px;
}

body.open-search #searchbar suggested-links {
  display: none;
}

/* -- collection page -- */

.t-collection .listing-page .products .intro {
  text-align: center;
}

.product [card-type="overlay"] .card-meta {
  position: static;
  flex-direction: column;
}

.product [card-type="overlay"] .card-meta .card-head c flex {
  flex-direction: column-reverse;
}

.product [card-type="overlay"] .card-meta .card-footer .actions {
  flex-direction: column;
  display: flex;
}

.product [card-type="overlay"] .card-meta .card-footer .actions .select:first-child {
  display: none;
}

.product .cards .card-meta > :not(.card-footer) {
  padding: 10px 0px;
}

.product [card-type="overlay"] .card-meta .card-head grid {
  display: flex;
}

.product [card-type="overlay"] .card-meta .card-head grid flex c:first-child {
  min-height: 46px;
}

.product .card-meta .card-footer .actions .v-swatch.size-option,
.product .card-image .color-option {
  list-style: none;
  margin-bottom: 5px;
  margin-left: 2px;
}

.product .card-image .color-option {
/*  position: absolute;*/
  z-index: 1;
  bottom: -11px;
  left: 5px;
}

.product .card-meta .card-footer .actions .v-swatch.size-option li,
.product .color-option li {
  display: inline-block;
  
      padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

.product [card-type="overlay"] .card-meta .card-footer .actions .v-swatch.size-option li.active {
  background: #449831;
  color: #fff;
}

.product .card-meta .card-footer .actions .v-swatch.size-option li {
  font-size: 11px;
  color: #000;
  font-weight: 700 !important;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  height: 30px;
  padding: 0 6px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
  min-width: auto;
  min-height: auto;
  transition: 0.3s all;
}

.product .card-meta .card-footer .actions .v-swatch.size-option li:hover {
  border: 1px solid black;
  cursor: pointer;
}

.product .card-meta .card-footer .actions .v-swatch.size-option li.size-oos {
  opacity: .5;
  cursor: no-drop !important;
  text-decoration: none;
  position: relative;
}

.product .card-meta .card-footer .actions .v-swatch.size-option li.size-oos:hover {
  border: 1px solid #e5e5e5;
}

.product .card-meta .card-footer .actions .v-swatch.size-option li.size-oos:after {
    content: '';
    width: calc(100% + 12px);
    height: 1px;
    background: #8f8f8f;
    position: absolute;
    left: -4px;
    top: 13px;
    transform: rotate(140deg);
}

.product .color-option li {

}

.product .color-option li.active {
  border: 1px solid #B7412C;
}

.product .color-option li span {
  display: none;
}

.product .color-option li.pastel-blue {
  background: #BCD3D5;
}

.product .color-option li.snow-white {
  background: #F2F0EB;
}

.product .color-option li.summer-sand {
  background: #D6CBBA;
}

.product .color-option li.shadow-green {
  background: #CFC482;
}

.product .color-option li.black, .product-page label.black  {
  background: #030303!important;
}

.product .color-option li.khaki {
  background: #79844a;
}

.product .color-option li.light-grey {
  background: #e4e4e4;
}

.product .color-option li.navy-blue {
  background: #647d90;
}

.product .color-option li.white {
  background: #fbfafa;
  border: 1px solid black;
}

.product .color-option li.beige {
  background: #ece6ce;
}

.product .color-option li.brown {
  background: #716662;
}

.product .card-badge {
  padding: 0;
}

.product .card-badge .product-badge.sale {
  display: inline-block;
  padding: 5px 10px;
}

.product .card-price div div span:nth-child(2n) {
  color: #c61919;
}

.product [card-type="overlay"] .card-meta .card-footer .actions button.is-primary:hover,
.product [card-type="overlay"] .card-meta .card-footer .actions button.is-primary:focus,
.product .cartButton[disabled="disabled"]:hover,
.product .cartButton[disabled="disabled"]:focus {
  --buttonBorderHover: 0 !important;
}

.product .cartButton[disabled="disabled"]:hover,
.product .cartButton[disabled="disabled"]:focus {
  border-top: 5px solid #fff;
}

.product .cartButton[disabled="disabled"] {
  background: #9a9a9a;
  color: #656565;
}

.t-product .related.products {
  margin-bottom: 30px;
}


@media (min-width: 777px) {
  .product [card-quickbuy-hover="true"] > * .card-footer {
    opacity: 1;
    position: static !important;
  }

  section.related.products h3.gs-title {
    font-weight: 400;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 30px;
  }
}


/* -- PDP --*/
.product-page #prodesc .title-stars {
  padding-top: 0;
  margin-top: -6px;
}

.product-page #prodesc .title-stars .title h1 {
  font-weight: normal;
  color: #000;
  font-size: 13px;
  font-family: 'Neue Haas Grotesk Display Pro' !important;
  margin-bottom: 0;
}

.product-page #prodesc section.text,
.product-page #prodesc section .productTax,
 {
  display: none;
}

.product-page #prodesc section .price {
 font-size: 12px;
    font-weight: normal;
    font-family: 'NHaasGroteskDSPro55Rg'!important;
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 0;
}
.product-page #prodesc section .price .price-sale {
  color: red;
}

.product-page .product-form__input legend {
  display: inline-block !important;
}

.product-page .product-form__input legend label {
  display: none;
  max-width: 80px;
}

.product-page .product-form__input legend input[type="radio"]:checked + label {
  display: inline-block;
}

.product-page variant-radios input[type="radio"]:checked + label span {
  color: black;
  border-bottom: 1px solid black;
}

.product-page .item variant-radios .color-option label {
  border: 1px solid transparent;
} 

.product-page variant-radios .color-option input[type="radio"]:checked + label {
  border-color: #B7412C!important;
}

.product-page .product-form .cartButton {
  background: black;
  border: 1px solid black;
  color: white;
  width:100%;
}

.product-page .product-form .cartButton svg .cls-1{
  stroke: white!important;;
}


.product-page .item variant-radios .color-option label {
   
    display: inline-block;
    max-width: 12px !important;
   
}

.product-page .item variant-radios .color-option label span {
  display: none;
}

/* .product-page .item variant-radios .color-option .pastel-blue {
  background: #BCD3D5 !important;
}

.product-page .item variant-radios .color-option .snow-white {
  background: #F2F0EB !important;
}

.product-page .item variant-radios .color-option .summer-sand {
  background: #D6CBBA !important;
}

.product-page .item variant-radios .color-option .shadow-green {
  background: #CFC482 !important;
}

.product-page .item variant-radios .color-option .black {
  background: #030303 !important;
}

.product-page .item variant-radios .color-option .khaki {
  background: #79844a !important;
}

.product-page .item variant-radios .color-option .light-grey {
  background: #e4e4e4 !important;
}

.product-page .item variant-radios .color-option .navy-blue {
  background: #647d90 !important;
}

.product-page .item variant-radios .color-option .white {
  background: #fbfafa !important;
  border: 1px solid black;
}

.product-page .item variant-radios .color-option .beige {
  background: #ece6ce !important;
}

.product-page .item variant-radios .color-option .brown {
  background: #716662;
} */

li.size-oos {
  text-decoration: line-through;
}

body.open-cart #shopify-section-header .cart {
  z-index: 100000;
}

/* New Header Styling [END] */

:is(*, label, select, summary):focus {
  outline: none !important;
}

/* Responsive */
@media (max-width: 767px) {
  html { overflow-x: hidden;    max-width: 100vw;
 } 
body { overflow-x: hidden;
 } 
  body.open-cart #shopify-section-header .cart{
   
    width:90%;
   
}
  #header .nav-standard-top-area {
    display: none;
  }

  #header .bogo {
    position: relative;
    z-index: 1;
  }

  #header .accounts {
    top: 9px;
    left: 10px;
    right: 10px;
  }
  
  #header .accounts .currency-bold-section {
    display: none !important;
  }

  #header .accounts .small-only.hamburger {
    left: 0;
    position: absolute;
  }

  main .hero-double.blox-3 grid {
    display: flex;
    flex-wrap: wrap;
  }

  .hero-double.blox-3 grid c {
/*     width: calc(50% - 3px); */
/*     margin-right: 6px; */
    width: 50%;
    margin-right: 0;
  }

  .hero-double.blox-3 grid > c {
    border-right: 1.5px solid #000;
    border-bottom: 1.5px solid #000;
    border-top: 1.5px solid #000;
    margin-bottom: 5px;
    width: calc(50% - 0.7px);
  }

  .hero-double.blox-3 grid c:nth-child(2n) {
    margin-right: 0;
  }

  .hero-double.blox-3 grid > c:nth-child(2n) {
    border-right: none;
    border-left: 1.5px solid #000;
    width: calc(50% + 0.7px);
  }

  .hero-double.blox-3 grid c:last-child {
    width: 100%;
    border-left: none;
    border-right: none;
    margin-bottom: 0;
  }

  .hero .meta flex {
    justify-content: center !important;
  align-items: flex-start !important;
        margin-top: 60px;
    
  }
  
  .hero .meta .content flex {
    justify-content: center !important;
    align-items: center;
    display: flex;
  }

  nav grid c {
    border-bottom: 1.5px solid #000 !important;
  }

  nav grid:first-child {
    border-top: 1.5px solid #000;
  }

  nav grid:first-child c:first-child {
    border-right: 1.5px solid #000 !important;
  }

  .mobnav nav {
    margin-top: 42px;
  }

  body:where(.open-menu, .open-cart, .open-search) #header {
    display: block !important;
    position: absolute !important;
  }

  header#header {
    height: 55px;
    padding-top: 15px;
  }

  body:where(.open-menu, .open-cart, .open-search) #header .accounts .small-only.hamburger {
    display: none;
  }

  .mobnav .header > c[ps="center start"] {
    display: none;
  }

  .mobnav .header > c[ps="center end"] {
    position: relative;
    z-index: 2;
  }

  .mobnav .header {
    display: flex;
  }

  .mobnav nav li, .mobnav nav a {
    text-transform: uppercase;
    
  }
  .submenu ul li{
     margin-bottom: 5px ! Important;
  }

  .noticer-scroll #shopify-section-overlay-noticer {
    top: 66px;
  }

  .dropdown-caret::after {
    border: solid black;
    border-width: 0px 0px 1px 1px;
    display: inline-block;
    padding: 4px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

/*   .mobnav .bordi :where(a, summary) {
    padding: 10px 25px 10px 15px;
  } */

  body.open-search #searchbar {
    top: 66px;
    background: #fff;
    height: auto !important;
    padding: 0;
  }

  body:where(.open-search) #shopify-section-header {
    height: 66px;
  }

  body.open-search #searchbar .header {
    display: none;
  }

  body.open-search #searchbar form c:last-child {
    position: absolute;
    right: 0;
  }
  
  body.open-search #searchbar form c:last-child button {
    font-size: 0;
    width: 50px;
    height: 40px;
    position: relative;
  }

  body.open-search #searchbar form c:last-child button::after {
    content: "";
    width: 50px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('https://cdn.shopify.com/s/files/1/0514/2534/5718/files/m-search-icon.png?v=1666099331') no-repeat center center;
    background-size: 18px 18px;
  }
  
  body.open-search #searchbar form #topsearch {
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1.5px solid #000;
  }

  body.open-search #searchbar form #topsearch::placeholder {
    color: #a2a2a2;
  }

  body:where(.open-search) #header .accounts .small-only.hamburger {
    display: block;
  }

  body:where(.open-search) .mobnav {
    height: 66px;
    top: 0;
    z-index: 1;
    margin-top: -41px;
    position: relative;
    background: transparent;
  }

  nav grid {
    background: #fff;
  }

  body:where(.open-menu) #header .accounts .small-only.hamburger {
    display: none;
  }

/* body:where(.open-menu) #searchbar {
    display: none;
  }

  body:where(.open-search) .mobnav {
    display: none !important;
  } */

  #header .accounts .fire-search,
  #header .accounts .cartCounter {
    position: relative;
    z-index: 3;
    right: -9px
  }

  body:where(.open-menu) #shopify-section-header {
    height: calc(var(--vh, 1vh) * 100);
  }
}

@media (max-width: 480px) {
  .hero-slide .content h2 {
    font-size: 24px;
  }

  .hero-slide .content .button {
   font-size: 10px;
        font-family: 'Neue Haas Grotesk Display Pro';
        color: black;
        border-bottom: 1px solid black;
    letter-spacing: 0!important;
  }
  
  .hero-double .title {
    font-size: 20px;
    margin: 50px 5px;
  }

  .hero-double flex.contents {
   /*align-items: center;*/
  }
}




/* Collection Page */

.color-options-mobile {
  display: none;
}
@media (max-width: 767px) {
  .t-collection main, .t-search main {
    margin: 38px 0px 0;
  }

  .t-collection .listing-page .products .intro {
   
  }

  .product .color-option {
    display: block;
  }

  .color-options-mobile {
    display: none;
  }

  .product .color-options-mobile .color-option {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: 8px;
    padding-left: 0;
  }

  .product .color-option li {
    margin-bottom: 10px;
  }

  .product [card-type="overlay"] .card-meta .card-footer .actions .v-swatch.size-option {
    display: none;
  }

  .product .cards .card-meta > :not(.card-footer) {
    padding-top: 3px;
    padding-bottom: 5px;
  }

  .product .cards .card-meta .card-footer {
    position: static;
  }

  .product .cards .product-grid-listing {
   
    padding-bottom: 2px;
    
  }

  .product .cards .product-grid-listing:nth-child(2n) {
   
  }

/*   :root .t-collection .product .cards .product-grid-listing {
    --globalBorderWidth: 0 !important;
  } */

  :root {
    --globalBorderWidth: 0;
  }
  .product .cards {
    gap: 0;
  }

  .product .cards .card-head flex {
    gap: 0;
  }

  .product .card-price div {
    width: 100%;
  }

  .product .card-price div div {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .product .cards .card-image {
   
  }

  .product :where(.cartButton, .soldoutButton) {
    width: calc(100% - 4px);
    margin: 0 auto;
    display: inherit;
  }
}

@media (max-width: 480px) {
  .card-meta .card-head .card-title.h6{
    height: 36px;
    overflow: hidden;
  }
  .product .old-price{
     font-size: 10px;
     padding-right: 3px;
  }
 
  .product .new-price {
    padding-right: 3px;
    font-size: 11px;
    font-weight:bold!important;
  }

  .product .old-price {
    padding-right: 0;
  }
}

.product :where(.cartButton, .soldoutButton) {
  font-weight: 700;
}

.product-page #prodesc .title-stars .title h1 {
  text-transform: uppercase;
}

@media (min-width: 777px) {
 .product-page ul.slick-dots {
    display: none;
}
  .product-page section.item grid {
    display: flex;
  }
  
  .product-page .gallery.i2col {
    width: 62%;
  }

  .product-page #prodesc {
    width: 38%;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .product-page #prodesc > :last-child {
    width: 100%;
  }

  .product-page .item variant-radios fieldset label {
    max-width: 76px;
  }
}


/* PDP size popup mini */
@media (max-width: 767px) {
  .size-error{
    display: none!important;
  }
  .product :where(.cartButton, .soldoutButton) {
    z-index: 1;
    position: relative;
  }
  .size-popup-mini {
    position: absolute;
    bottom: -40px;
    background: #fefefe;
    padding: 10px 10px;
    left: 2px;
    right: 2px;
    border: 1px solid #ccc;
    opacity: 0;
    transition: 0.5s all;
    z-index: 0;
  }
  
  .size-popup-mini.active {
    bottom: 40px;
    opacity: 1;
  }
  
  .spm-title {
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
  }
  
  .size-popup-mini ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    gap: 2px;
  }
  
  .size-popup-mini ul li {
    display: inline-block;
    border: 1px solid #212121;
    padding: 2px 5px;
    min-width: 26px;
    min-height: 26px;
    margin-right: 4px;
    text-align: center;
    cursor: pointer;
  }
  .size-popup-mini ul li.active{
    background: #449831;
    color: #fff;
  }

  .size-popup-mini ul li {
    font-size: 11px;
    color: #000;
    font-weight: 700 !important;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    height: 30px;
    padding: 0 6px;
    line-height: 30px;
    text-align: center;
/*     margin-right: 10px; */
    min-width: auto;
    min-height: auto;
    transition: 0.3s all;
  }

  .size-popup-mini ul li:hover {
    border: 1px solid black;
    cursor: pointer;
  }
  
  .size-popup-mini ul li.size-oos {
    opacity: .5;
    cursor: no-drop !important;
    text-decoration: none;
    position: relative;
  }
  
  .size-popup-mini ul li.size-oos:hover {
    border: 1px solid #e5e5e5;
  }

  .size-popup-mini ul li.size-oos::after {
    content: '';
    width: calc(100% + 12px);
    height: 1px;
    background: #8f8f8f;
    position: absolute;
    left: -4px;
    top: 13px;
    transform: rotate(140deg);
  }
}


/* PDP Responsive */
@media (max-width: 767px) {
  .t-product main {
    margin: 0;
  }

  .t-product .breadcrumb {
    text-transform: uppercase;
    font-size: 11px;
    border-top: 1.5px solid #000;
    padding: 11px 15px;
    letter-spacing: 0.4px;
  }

  .t-product .breadcrumb a {
    text-decoration: none;
  }

  .t-product .breadcrumb a,
  .t-product .breadcrumb span {
    padding-right: 4;
  }

  .breadcrumb a + span {
    display: none;
  }

  .breadcrumb a {
    position: relative;
  }

  .breadcrumb a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border: solid black;
    border-width: 0px 0px 1px 1px;
    display: inline-block;
    padding: 2.2px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: relative;
    top: -1px;
    right: -3px;
}

  .product-page .item .meta.small-only {
    display: none;
  }

  .product-page .item .gallery .media {
  
  }

  .product-page .slick-dots {
    bottom: 40px;
    z-index: 22222;
    position: relative;
    text-align: center;
    margin-bottom: 0
  }

  .product-page .slick-dots li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
  }

  .product-page .slick-dots li button {
    font-size: 0;
    padding: 0;
    border: none;
    width: 22px;
    height: 2px;
    background: #d5d5d5;
  }

  .product-page .slick-dots li.slick-active button {
    height: 4px;
    background: #000000;
  }

  .product-page #prodesc .title-stars .title h1 {
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 22px;
  }

  .product-page .item .meta section {
    padding-top: 0;
  }

  .product-page .item .meta .installments {
    padding: 0;
  }

  .product-page #prodesc section .price,
  .product-page .product-form__input legend {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #393939;
    text-transform: uppercase;
  }

  .product-page .product-form__input legend {
    margin-bottom: 4px;
  }

  .product-page .item .meta .xform {
    padding-bottom: 30px;
  }

  .product-page .product-form .cartButton {
    margin-top: 4px;
  }

  .product-page .item .meta section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .product-page .item .meta .blocks.accordion {
    margin: 0 -15px;
    border-bottom: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .product-page .item .meta .blocks.accordion:last-child {
  }

  #prodesc details > summary {
    padding: 5px 0;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: normal;
  }

  #prodesc details > .dropdown-caret:after {
   /*  display: none;*/
  }
    


  :where(.listing-page, .search-page) .intro #FacetFiltersFormMobile {
    justify-content: space-between;
    position: relative !important;
  }

  :where(.listing-page, .search-page) .intro #FacetFiltersFormMobile details{
    display: none;
  }

  :where(.listing-page, .search-page) .intro #FacetFiltersFormMobile details:nth-child(3n),
  :where(.listing-page, .search-page) .intro #FacetFiltersFormMobile details:nth-child(4n),
  :where(.listing-page, .search-page) .intro #FacetFiltersFormMobile details:nth-child(5n) {
    display: block;
    width: 33.33%;
/*     border-top: 1.5px solid #000; */
/*     border-bottom: 1.5px solid #000; */
    border-right: 1.5px solid #000;
    padding-left: 0;
    padding-right: 0;
  }

  :where(.listing-page, .search-page) .intro #FacetFiltersFormMobile details:nth-child(5n) {
    border-right: none;
  }

  :where(.listing-page, .search-page) .intro #FacetFiltersFormMobile summary {
    justify-content: center;
  }

  :where(.listing-page, .search-page) .intro #FacetFiltersFormMobile .dropdown-caret:after {
    margin-left: 4px;
    width: 2px;
    height: 2px;
    padding: 3px;
  }

  :where(.listing-page, .search-page) .intro #FacetFiltersFormMobile details:nth-child(6n),
  :where(.listing-page, .search-page) .intro #FacetFiltersFormMobile details:nth-child(7n),
  :where(.listing-page, .search-page) .intro #FacetFiltersFormMobile details:nth-child(8n),
  :where(.listing-page, .search-page) .intro #FacetFiltersFormMobile details:nth-child(9n),
  :where(.listing-page, .search-page) .intro #FacetFiltersFormMobile details:nth-child(10n),
  :where(.listing-page, .search-page) .intro #FacetFiltersFormMobile grid.padd {
    display: none;
  }

  .filterBlock form details div:nth-child(2) {
    top: 39.5px;
    border: 1.5px solid #000;
    right: 0;
    box-shadow: none;
    border-right: 0;
    border-left: 0;
    padding-bottom: 15px;
  }

  :where(.listing-page, .search-page) .intro #FacetFiltersFormMobile details:nth-child(5n) div:nth-child(2) {
    left: 0;
    right: 0;
  }

  .filterBlock form details div:nth-child(2) li {
    text-align: left;
  }

  .t-collection .intro > grid > c:first-child {
    order: 1;
    border-top: 1.5px solid #000;
  }

  .t-collection .intro grid .filterBlock {
    border-top: 1.5px solid #000;
    border-bottom: 1.5px solid #000;
    
  }

  .filterBlock form button {
    padding: 11px;
    margin-top: 5px;
  }

  footer .ft-mb-menu {
/*     background: #eaebe5; */
    background: #f1f1f0;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1.5px solid #000;
  }

  footer .ft-mb-menu .accordion ul li {
    margin: 0;
    position: relative;
    border-bottom: 1px solid #dadad9;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
  }

  footer .ft-mb-menu .accordion:last-child ul li {
    border-bottom: none;
  }

  footer .ft-mb-menu .accordion ul li ul {
    padding-top: 10px;
  }

  footer .ft-mb-menu .accordion ul li li {
    padding-left: 10px;
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400;
  }

  footer .ft-mb-menu .accordion ul li ul li:first-child {
    border-top: 1px solid #dadad9;
    padding-top: 15px;
  }

  footer .ft-mb-menu .accordion ul li ul li:last-child {
    padding-bottom: 10px;
  }

  footer .ft-mb-menu .accordion ul li .dropdown-caret:after {
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  footer .ft-mb-menu .accordion ul li details[open] > summary.dropdown-caret:after {
    transform: rotate(-225deg);
    margin-top: 2px;
  }

  .breadcrumb {
    border-top: 1.5px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 11px;
  }


  #header svg.icon {
    max-width: 18px;
  }

  nav .currency-bold-mobile c {
    display: flex;
    justify-content: flex-end;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  nav .currency-bold-mobile .BOLD-mc-picker-mnt {
    width: 100%;
    right: 0;
  }

  nav .currency-bold-mobile .BOLD-mc-picker > .currentCurrency {
    box-shadow: 0 0 0 transparent;
    border: none;
    width: 100%;
    line-height: 33px;
/*     padding-left: 38px; */
  }

/*   .BOLD-mc-picker > .currentCurrency > .flag,
  .BOLD-mc-picker > .currencyList > .option > .flag {
    left: 16px;
  } */

  nav .currency-bold-mobile .BOLD-mc-picker > .currentCurrency > .chevron {
    right: 17px;
  }

  nav .currency-bold-mobile .BOLD-mc-picker > .currencyList {
    transform: translate(0%) !important;
    top: 42px !important;
    max-height: unset;
    width: 100%;
  }

  nav .currency-bold-mobile .BOLD-mc-picker > .currencyList > .option {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    padding-left: 33px;
  }

  nav .currency-bold-mobile .BOLD-mc-picker > .currencyList > .option > .flag {
    left: 12px;
  }

  footer #f-motto,
  footer #f-links,
  footer #f-socials,
  footer .payments {
    display: none;
  }

  footer #f-newsletter {
    background: #fff;
    padding-top: 23px;
    padding-bottom: 30px;
  }

  footer .credits {
    background: #f1f1f0;
  }

  main .hero-slider {
    margin-bottom: 0;
/*     border-bottom: 1.5px solid #000; */
  }

  :where(.listing-page, .search-page) .intro details {
    position: static;
  }

  .t-product .related.products .gs-title {
    padding: 12px;
    
  }

  /* Cart Page */
  .cart.cart-page {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .cart-page form h4.cart-summary,
  .cart-page form h4.cart-total {
    padding: 12px;
    border-top: 1.5px solid #000;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .cart-page form h4.cart-total {
    border-bottom: 1.5px solid #000;
  }

  .cart-page .items .item {
    padding: 12px 5px 0;
  }

  .cart-page .name {
    padding-top: 0;
    text-transform: uppercase;
    font-weight: 700;
  }

  .cart-page .name .vendor {
    display: none;
  }

  .cart .name .name span {
    font-weight: 400;
    display: block;
  }

  .cart-page .cart-footer .discountNotes {
    display: none;
  }

  .cart .name a .del-desk {
    display: none;
  }

  .cart-page .subtotal {
    padding: 16px 20px;
  }

  .cart-page .subtotal c {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
  }

  .cart-page .subtotal c strong {
    font-weight: 400;
  }

  .cart-page .cart-footer .actions .checkout-shopping {
    display: flex;
    border-top: 1.5px solid #000;
    border-bottom: 1.5px solid #000;
    align-items: center;
  }

  .cart-page .cart-footer .actions .checkout-shopping a,
  .cart-page .cart-footer .actions .checkout-shopping button {
    width: 50%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    padding: 10px;
  }

  .cart-page .cart-footer .actions .checkout-shopping button {
    padding: 11px;
  }

  .cart-page .cart-footer .actions .brand-vision {
    padding: 16px 20px 12px;
    border-bottom: 1.5px solid #000;
    line-height: 17px;
    margin-bottom: 10px;
  }

  .actions .brand-vision p span {
    color: #08ae08;
    font-weight: 700;
  }

  .cart.cart-page .name {
    padding-top: 0;
    margin-top: -12px;
/*     font-size: 11px; */
/*     letter-spacing: 0.5px; */
  }

  .cart.cart-page .name .var-title {
    font-weight: 400;
    display: block;
  }

  .cart-page .item .price {
    top: -41px;
    position: relative;
    right: -10px;
  }

  .cart-page .items .item c[span-s="3.."] flex[jc="center"] {
    justify-content: space-between;
  }

  .cart :where(.plus, .minus) {
/*     border: 1.5px solid #000; */
    padding: 4px 5px 5px;
  }

  .cart :where(.plus, .minus) svg {
    max-width: 13px;
    width: 13px;
    height: 13px;
  }

  .cart :where(.plus) {
    padding-left: 0;
  }
}



c#shopify-credits {
    display: none;
}    




/* Menu Item Hover Effect */
#header .nav-standard-top-area .navbar-nav li ul li span,
#header .nav-standard-top-area .navbar-nav li ul li a {
  position: relative;
}

.navbar-standard > li > a, .navbar-standard > li > span {
  color: #171617;
  font-family: 'Neue Haas Grotesk Display Pro' !important;
}

#header .nav-standard-top-area .navbar-nav li > span{
  transition: 0.9s all;
}

#header .nav-standard-top-area .navbar-nav li:hover > span,
#header .nav-standard-top-area .navbar-nav li:hover > a {
/*   font-weight: 600; */
  color: white!important;
}

#header .nav-standard-top-area .navbar-nav > li > span:after,
#header .nav-standard-top-area .navbar-nav > li > a:after {
  content: "";
  width: 0;
  height: 1.5px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: 0.5s all;
  width: calc(100% - 10px);
  left: 5px;
  opacity: 0;
}

#header .nav-standard-top-area .navbar-nav > li:hover > span:after,
#header .nav-standard-top-area .navbar-nav > li:hover > a:after {
  opacity: 1;
}

#header .nav-standard-top-area .navbar-nav li ul li > span:after,
#header .nav-standard-top-area .navbar-nav li ul li > a:after {
  content: "";
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  transition: 0.5s all;
  width: 100%;
  left: 0;
  opacity: 0;
}

#header .nav-standard-top-area .navbar-nav li ul li:hover > span:after,
#header .nav-standard-top-area .navbar-nav li ul li:hover > a:after {
  opacity: 0;
}

#header .nav-standard-top-area .navbar-nav li ul li:hover > span,
#header .nav-standard-top-area .navbar-nav li ul li:hover > a {
  font-weight: 600;
}



/* Collection Page - Product colors hover effect */
@media (min-width: 767px) {
  .product .cards .card-image {
    overflow: hidden;
  }
  
  .product .card-image .color-option {
    bottom: -120px;
    transition: 0.5s all;
  }
  
  .product-grid-listing:hover .color-option {
    bottom: -11px;
  }
  
}

@media (min-width: 767px) {
  header#header::after {
  
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -3px;
    left: 0;
  }

  .product-page .item variant-radios fieldset {
    display: flex;
    justify-content: flex-start;
    column-gap: 3px;
    flex-wrap: wrap;
  }

  .product-page .product-form__input legend {
    width: 100%;
  }

  .product-page .item variant-radios fieldset label {
    max-width: 100%;
    color: black ;
    flex: inherit;
    margin-bottom: 9px;
    margin-right: 30px;
    padding:  0;
  }
}
.noticer-scroll {
    display: none!important;
}

.filterBlock form details div:nth-child(2) li {
  text-align: left;
}

.filterBlock form button {
  padding: 11px !important;
  margin-top: 5px !important;
}

/* .filterBlock form details div:nth-child(2) {
  top: 39.5px;
  border: 1.5px solid #000;
  right: 0;
  box-shadow: none;
  border-right: 0;
  border-left: 0;
  padding-bottom: 15px;
} */

.hero-double flex.contents {
  transition: 0.3s all;
}

.hero-double .no-style:hover flex.contents {
  background: rgba(0,0,0,0.25);
}

.hero-double .title {
  margin: 50px auto;
  font-weight: 700;
}

.hero-double .no-style flex.contents c {
  transition: 0.5s all;
  bottom: 0;
}

.hero-double .no-style:hover flex.contents c {
/*   bottom: 10%; */
}

@media (max-width: 767px) {
  .product-page .item variant-radios fieldset {
    flex-wrap: wrap;
  }

  #header .accounts a.no-style {
    padding: 0px 0px;
    padding-inline: 0 7px !important;
  }

  header .hasIco .fire-menu {
    padding: var(--buttonPadding) 0;
  }
}

header .accounts .hasIco li .ac-account {
  width: 22px;
}

.accounts .currency-bold-section .BOLD-mc-picker-mnt.injected {
  right: 18px;
}

#header .accounts a.no-style {
  padding: 0px 21px;
  padding-inline: 0 21px;
}

#header .accounts li:last-child a.no-style {
  padding-right: 0;
}

#header .accounts a.no-style svg.icon {
  max-width: 18px;
}





/* 12-11-2022 Styling */
.product-page variant-radios .color-option input[type="radio"] + label {
  width: 12px !important;
  height: 12px !important;
  padding: 0 !important;
    border-radius:50%;
}

.product-page variant-radios .color-option input[type="radio"] + label img {
  width: 54px;
/*   height: 39px; */
}

.product-page .item variant-radios fieldset label span {
  font-weight: normal;
  font-size: 11px;
  font-family: 'NHaasGroteskDSPro55Rg'!important;
  
}

/* .product-page .item variant-radios fieldset {
  column-gap: 5px;
} */

.t-collection .listing-page .products .intro grid[columns="3"] {
  grid-template-columns: 100%;
}

.product-page .product-form__input legend {
  font-size: 11px !important;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
  opacity: 1;
   font-family: 'NHaasGroteskDSPro55Rg'!important;
}

.header-search {
  display: none;
}

@media (max-width: 767px) {
  .product-page .item variant-radios fieldset {
    display: flex;
    justify-content: flex-start;
    column-gap: 3px;
    flex-wrap: wrap;
  }
  
  .product-page .item variant-radios fieldset label {
    max-width: 100%;
   
    flex: inherit;
    margin-bottom: 9px;
    margin-right: 4px;
    padding:  0;
  }

  .mobnav .bordi details:where(.lv1, .lv2, .lv3) details-menu {
    margin-left: 0;
  }

  .mobnav .bordi details:where(.lv1, .lv2, .lv3) details-menu ul li {
    padding-left: 20px;
    border-bottom: 1px solid #dee2e6;
  }

  .mobnav .bordi details:where(.lv1, .lv2, .lv3) details-menu ul li:first-child {
    border-top: 1px solid #dee2e6;
  }

  header .accounts .large-only {
    display: block !important;
  }

  header .accounts .small-only.hamburger + li {
   /* display: none;*/
  }

  .header-search {
    display: block;
    margin-top: 18px;
    margin-left: -27px;
    width: calc(100% + 54px);
    position: relative;
  }

  .header-search .top-search-input {
    border-top: 1.5px solid #000;
    border-bottom: 1.5px solid #000;
    font-size: 16px;
    width: 100%;
  }

  .header-search .top-search-input::placeholder {
    color: #cbcbcb;
  }

  .header-search .top-search-btn {
    top: 0;
    font-size: 0;
    width: 50px;
    height: 40px;
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
  }

  .header-search .top-search-btn:after {
    content: "";
    width: 50px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('https://cdn.shopify.com/s/files/1/0514/2534/5718/files/m-search-icon.png?v=1666099331') no-repeat center center;;
    background-size: 18px 18px;
  }

  .breadcrumb {
    display: none;
  }
}

.card-meta .card-head .card-title.h6 {
  font-weight: 600 !important;
}

.product .old-price, .product .new-price {
  font-weight: 500;
}

.filterBlock > details details[data-index="mobile-1"],
.filterBlock > details details[data-index="mobile-2"] {
  display: none;
}


/* Menu moving issue */
@media (max-width: 767px) {
  body.open-menu .mobnav {
    overflow: hidden;
  }
}

.cart-notification-wrapper {
  width: 100%;
  max-width: 428px;
  height: 100vh;
 /* background-color: #000000bf;*/
  overflow: hidden;
   opacity: 0; 
   visibility: hidden; 
  transition: opacity .3s ease 0s,visibility .3s ease 0s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
}

.cart-notification-wrapper.active {
 /* opacity: 1;
  visibility: visible;
  */
}

.cart-notification {
  width: 100%;
  max-width: 428px;
  background-color: #fff;
  padding: 24px 40px 24px 40px;
  position: absolute;
  right: 0;
  top: -50px;
  transition: 0.5s all;
}

.cart-notification-wrapper.active .cart-notification {
  top: 0;
  transition: 0.5s all;
}

.cn-header {
  align-items: flex-start;
  display: flex;
}

.cn-heading {
  align-items: center;
  display: flex;
  flex-grow: 1;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
  color: white !important;
  line-height: 1.2;
}

.cn-heading .icon-checkmark {
  margin-right: 15px;
  width: 12px;
  height: 12px;
  color: #fff;
  fill: #fff;
  background-color: green;
  border-radius: 50%;
}

.cn-close {
  cursor: pointer;
}

.cn-product {
  align-items: flex-start;
  display: flex;
  padding: 1.5rem 0;
}

.cart-notification img,
.cart-notification svg {
  vertical-align: middle;
  max-width: inherit;
}

.cart-notification img {
  max-width: 100%;
}

.cn-product-image {
  display: inline-flex;
  height: 100px;
  margin-right: 20px;
}

.cn-product-image img {
  width: 100px;
  object-fit: contain;
  height: 100%;
}

.cn-details {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.cn-product-name {
  margin-bottom: .5rem;
  margin-top: 0;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 12px;
}

.cn-details p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.cn-links {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.cn-btn {
  width: calc(50% - 5px);
  flex-grow: 0 !important;
  text-transform: uppercase;
  margin-right: 5px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #212529;
  font-size: 11px;
  color: #000;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
}

.cn-btn.cn-btn-close {
  margin-right: 0;
  margin-left: 5px;
  cursor: pointer;
}

.cn-btn.cn-btn-checkout {
  width: 100%;
  background-color: #212529;
  color: #fff;
  margin-top: 5px;
  flex-grow: 1;
  cursor: pointer;
  margin-right: 0;
  border: none;
}

.cn-btn.cn-btn-checkout:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .cart-notification {
    left: 0;
    right: 0;
    max-width: 100%;
  }
  
}

@media (max-width: 768px) {
  .clear-btn a{
    background: black;
    margin-top: 11px;
    color: white;
  }
  .filterBlock form grid button[type="submit"] {
    display: none;
  }

  .t-collection .listing-page .products .intro c:first-child {
    display: none;
  }

  
}
.navbar-standard li span{
  cursor: pointer;
}



/* Popup */
@media (min-width: 768px) {
  .cart-notification-wrapper {
    top: 79px;
  }
  
  .sticky-nav .cart-notification-wrapper {
    top: 65px;
  }
}

button[data-testid="sheet-open-button"] {
    display: none!important;
}



/* Clear Button */
@media (max-width: 768px) {
  :where(.listing-page, .search-page) .intro #FacetFiltersFormMobile grid.padd {
    display: block;
    width: 100%;
    position: absolute;
  }
  
  :where(.listing-page, .search-page) .intro #FacetFiltersFormMobile grid.padd .clear-btn {
    display: block !important;
    position: relative;
    top: 37px;
    z-index: 20000000000;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .t-collection .intro h1 {
    padding-top: 0;
    margin-bottom:0;
  }
}



@keyframes inventory-pulse{
    0%{
      opacity:0.5;
    }
    to{
      transform:scale(2.5);
      opacity:0;
    }
  }

  .more-info.icon-inventory {
    position: relative;
    width: 10px;
    height: 10px;
    margin-left: 2px;
    margin-right: 7px;
    margin-top: -2px;
  }

  .icon-inventory:after, .icon-inventory:before {
    width: 9px;
    height: 9px;
    background: #34A853;
    border-radius: 9px;
    position: absolute;
    left: 3px;
    top: 0;
    content: "";
  }
  
  .icon-inventory.limited:after, .icon-inventory.limited:before {
    background: #f67637;
  }
 .icon-inventory.out-of-stock:after, .icon-inventory.out-of-stock:before {
    background: red;
  }

  .icon-inventory:before {
    animation: inventory-pulse 2s linear infinite;
  }
  
  .product-stock {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: 400;
  }

  .message-stock {
    display: none;
  }
#mini-cart{
  display: none!important;
}

.search-page .intro {
  margin-bottom: 30px;
}

.search-page .intro > grid > .filter,
.search-page .intro > grid > .filter + .large-only {
  display: none;
}

:where(.listing-page, .search-page) .intro .filterBlock {
  grid-column: 1 / 4;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
  .search-page .results > grid > c {
    border-right: 1.5px solid #000 !important;
  }

  .search-page .intro {
    margin-bottom: 0;
  }

  .search-page .intro .filterBlock {
      border-bottom: 1.5px solid #000;
    }
}


.sticky-nav header#header {
  position: fixed;
}

header .hasIco .carto {
  position: relative;
}

header .hasIco .carto::after {
  display: none;
}

header .hasIco .carto .visually-hidden {
  width: 14px!important;
  height: 14px!important;
  clip: auto!important;
  background: black;
  left: 9px;
  top: -2px;
  border-radius: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}

.product-page .item .meta section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .product-page .item .meta .blocks.accordion {
    margin: 0 0;
    border-bottom: none;
    padding-left: 15px;
    padding-right: 15px;
   
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #prodesc details > summary.dropdown-caret::after {
    content: "";
    width: 0;
    height: 0;
    vertical-align: middle;
    border: solid #4f4f4f;
    border-width: 0px 0px 1px 1px;
    display: inline-block;
    padding: 4px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: relative;
    right: 4px;
    transition: 0.3s all;
  }

  #prodesc details[open] > summary.dropdown-caret::after {
    transform: rotate(-45deg);
  }

  .product-page .item .meta .blocks.accordion:last-child {
  
  }

  .product-stock {
    padding-bottom: 10px;
  }

  #prodesc details > summary {
     padding: 5px 0;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: normal;
    
  }

  .hero-double .no-style:hover flex.contents {
    background: transparent;
  }





/* Cart Page */
  .cart.cart-page {
    padding-top: 38px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }

  .cart-page .items .header {
 
    padding: 10px 15px 15px;
    margin-top: 0;
  }

  .cart.cart-page #cart-form {
   
    padding: 0;
  }

  .cart-page form h4.cart-summary,
  .cart-page form h4.cart-total {
    padding: 12px;
    border-top: 1.5px solid #000;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .cart-page form h4.cart-summary {
    border-top: 0;
  }

  .cart-page form h4.cart-total {
    border-bottom: 1.5px solid #000;
  }

  .cart-page .items .item {
    padding: 15px 15px 0;
  }

  .cart-page .name {
    padding-top: 0;
    text-transform: uppercase;
    font-weight: 700;
  }

  .cart-page .name .vendor {
    display: none;
  }

  .cart .name .name span {
    font-weight: 400;
    display: block;
  }

  .cart-page .cart-footer .discountNotes {
/*     display: none; */
    margin-top: 35px;
  }

  .cart-page .cart-footer .discountBox textarea {
    border: 1.5px solid #000;
    min-height: 13.5rem;
  }

  .cart-page .subtotal {
    padding: 16px 20px;
  }

  .cart-page .subtotal c {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
  }

  .cart-page .subtotal c strong {
    font-weight: 400;
  }

  .cart-page .cart-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cart-page .cart-footer .actions .checkout-shopping {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cart-page .cart-footer .actions .checkout-shopping a,
  .cart-page .cart-footer .actions .checkout-shopping button {
    width: 50%;
    text-align: center;
  
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    padding: 10px;
  }

  .cart-page .cart-footer .actions .checkout-shopping button {
    padding: 11px;
  }

  .cart-page .cart-footer .actions .brand-vision {
    padding: 16px 20px 12px;
    border-bottom: 1.5px solid #000;
    line-height: 17px;
    margin-bottom: 10px;
  }

  .actions .brand-vision p span {
    color: #08ae08;
    font-weight: 700;
  }

  .cart.cart-page .name {
    padding-top: 0;
    margin-top: -12px;
/*     font-size: 11px; */
/*     letter-spacing: 0.5px; */
  }

  .cart.cart-page .name .var-title {
    font-weight: 400;
    display: block;
  }

  .cart-page .item .price {
    top: -41px;
    position: relative;
    right: -10px;
  }

  .cart-page .items .item c[span-s="3.."] flex[jc="center"] {
    justify-content: space-between;
  }

  .cart :where(.plus, .minus) {
/*     border: 1.5px solid #000; */
    padding: 4px 5px 5px;
  }

  .cart :where(.plus, .minus) svg {
    max-width: 13px;
    width: 13px;
    height: 13px;
  }

  .cart :where(.plus) {
    padding-left: 0;
  }

  .cart.cart-page .del-mob {
    display: none;
  }

  .cart .name a .del-desk {
    display: block;
    text-align: left;
    padding-left: 0;
  }

  .cart .name a .del-desk svg.icon.icon-trash {
    min-width: auto;
  }

@media (min-width: 769px) {
  .product-stock {
    padding-bottom: 30px;
  }
  .cart-page .items .item c[span-s="3.."] flex[jc="center"] {
    justify-content: center;
    margin-top: -56px;
  }
}

@media (max-width: 768px) {
  .cart.cart-page .del-mob {
    display: block;
  }

  .cart .name a .del-desk {
    display: none;
  }

  body:where(.open-menu) .announcement-bar {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    z-index: 100000000;
  }

  body:where(.open-menu) #shopify-section-header {
    position: fixed;
    top: 36px;
    left: 0px;
    right: 0px;
    bottom: 0;
    z-index: 100000000;
  }

/*   body:where(.sticky-nav) #shopify-section-header {
    top: 0;
  } */
}

.size-option.js.product-form__input label.size-oos span {
  color: #b1b1b1;
  
}

.size-option.js.product-form__input label.size-oos {
  position: relative;
  background: none;
}

.size-option.js.product-form__input label.size-oos::after {
  content: '';
    width: calc(100% + 10px);
    height: 1px;
    background: black;
    position: absolute;
    left: -9px;
    top: 10px;
    transform: rotate(136deg);
}

/* .js.product-form__input label.xs::before {
  content: '';
  width: calc(100% + 10px);
  height: 1px;
  background: #262626;
  position: absolute;
  left: -5px;
  top: 25px;
  transform: rotate(199deg);
} */
.t-collection .intro img {
  width: 150px;
  margin: 10px auto 10px;
}



/* Loader */
.loading-wrapper {
  width: 100%;
/*   height: 100vh; */
  background-color: #449831;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease 0s,visibility .3s ease 0s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000;

  display: flex;
  align-items: center;
  justify-content: center;
  
}

.t-index#mi-fp-loader .loading-wrapper {
  top: 103px;
}

.sticky-nav .cart-notification-wrapper {
  top: 79px;
}

#mi-fp-loader .loading-wrapper {
  opacity: 1;
  visibility: visible;
  top: 148px;
  top: 103px;
}

.sticky-nav#mi-fp-loader .loading-wrapper {
  top: 101px;
}

.loading-wrapper img {
  max-width: 410px;
}

.nav-standard-top-area .navbar-nav {
  z-index: 100001;
}

/* @media (max-width: 768px) { */
  .announcement-bar .noticer.slick-slider {
    padding-top: 0;
    padding-bottom: 0;
    height: 36px !important;
  }
  
  .announcement-bar .notification-bar__message {
    height: 22px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .announcement-bar .notification-bar__message p {
    line-height: normal;
  }
/* } */

.announcement-bar .notification-bar__message p {
  text-align: center;
  margin-bottom: 0rem;
  font-weight: bold;
}

/* Making Announcement Bar Fixed */
.sticky-nav .announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

header#header {
  top: 36px;
}

.sticky-nav .navbar-standard .menu-lev1 {
  top: 76px;
  padding-top: 25px;
}

.hero-double .title img {
  width: 200px;
  margin: 0 auto;
}

.t-collection .intro > grid > c:first-child{
  display: none;
}

@media (max-width: 768px) {
  
  header#header {
    top: 36px;
  }

  body:where(.open-menu, .open-cart, .open-search) #header {
    top: 0px !important;
  }

  .mobnav .header > c[ps="center end"] {
/*     position: fixed; */
    top: 41px;
  }
  
  .mobnav nav {
    margin-top: 42px;
    padding-bottom: 80px;
    padding-top: 52px;
  }

  .mobnav .bordi .lv1 ul li {
    padding-left: 0;
  }

  .mobnav .bordi .lv2 summary {
    padding-left: 30px;
  }

  .mobnav .bordi .lv2 ul li a {
    padding-left: 40px !important;
  }

  body.open-menu .mobnav {
    overflow-x: hidden;
    overflow-y: hideen;
  }

  body.open-menu .BOLD-mc-picker-mnt.injected {
    z-index: 0;
  }

  .t-index#mi-fp-loader .loading-wrapper {
    top: 101px;
  }
  
  .sticky-nav .cart-notification-wrapper {
    top: 101px;
  }
  
  #mi-fp-loader .loading-wrapper {
    opacity: 1;
    visibility: visible;
    top: 101px;
  }
  
  .sticky-nav.mi-fp-loader .loading-wrapper {
    top: 101px;
  }

  .cart.cart-page #cart-form {
    border-left: none;
    border-right: none;
  }

  body:where(.open-menu) #header {
    background: #fff !important;
  }

  body:where(.open-menu) .mobnav .header > c[ps="center end"] {
    position: fixed;
    top: 41px;
    left: 0;
  }

  .loading-wrapper img {
    max-width: 260px;
  }

  #header .accounts .small-only.hamburger {
    left: 3px;
    top: 10px;
  }

  .loading-wrapper img {
    margin-top: -10%;
  }
}

@media (max-width: 412px) {
  .announcement-bar .notification-bar__message p {
    font-size: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 500;
    line-height: 13px;
  }
}

@media (min-width: 768px) {
  .mfixed {
    position: fixed;
    top: 120px;
    right: 10px;
  }
}



.announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000 !important;
}

#shopify-section-header {
  position: fixed;
  top: 36px;
  left: 0;
  right: 0;
  z-index: 100000;
}

body {
  padding-top: 101px;
}

.sticky-top.product-sticky {
  top: 115px;
}

.product-page .gallery.i2col,
.product-page #prodesc {
  width: 100%;
}

.navbar-standard .menu-lev1 ul {
  padding-left: 0;
}

.t-product .breadcrumb a,
.t-product .breadcrumb span {
  font-size: 12px;
  padding:0;
  text-decoration: none;
    letter-spacing: 0.3px;
    font-size: 11px;
  text-transform: uppercase;
  font-family: 'NHaasGroteskDSPro55Rg';
}

@media (max-width: 768px) {
  body {
    padding-top: 90px;
  }
  
  .product-page grid[columns="2"] {
    --grid-tc: repeat(1, minmax(0,1fr));
  }

  .sticky-top {
    position: static;
  }

  .product-page #prodesc {
    width: 100%;
    float: left;
  }

  .product-page .product .color-options-mobile .color-option {
    padding-left: 0;
  }

  .t-product .breadcrumb {
    display: none;
  }
}

header#header {
  background: #fff !important;
}

.product [card-type="overlay"] .card-meta .card-footer {
  background: transparent;
  border: none;
  padding: 0;
}

.product .card-meta .card-footer .actions .v-swatch.size-option,
.product .card-image .color-option {
  padding-left: 0;
}

.product .card-meta .card-head .card-title.h6 {
  font-size: 14px;
}

.product .old-price, .product .new-price {
  font-size: 12px;
}

.swym-button-bar.swym-wishlist-button-bar {
    display: none!important;
}

@media (max-width: 480px) { 
  .product .old-price, .product .new-price {
  font-size: 11px;
}

}

@media (max-width: 404px) { 
  .product .old-price, .product .new-price {
    font-size: 10px;
  }
}

product-form.product-form button {
  height: 48px;
  font-weight: normal !important;
  text-transform: uppercase;
}

/* .product .card-meta .card-footer .actions .v-swatch.size-option li,
.product .color-option li {
  font-size: 12px;
} */

.card-meta .card-head .card-title.h6 {
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .t-collection main, .t-search main {
    margin: -6px 0px 0;
  }

  .cart.cart-page {
    padding-top: 0px;
    margin-top: -5px;
  }
}

@media (max-width: 380px) {
  .filterBlock form summary {
    font-size: 11px !important;
  }
}



div#pushdaddy-button-label {
    display: none;
}
.t-product .text.rte ul{
  margin:0;
  list-style: disc!important;
}


/* Sustainability Page */
.about-sus {
  width: 100%;
/*   max-width: 900px; */
/*   padding: 30px 15px; */
  padding: 30px 0;
  margin: 0 auto;
/*   text-align: center; */
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.about-sus .container {
  width: 100%;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.about-sus .msvimpcthead {
  float: left;
  width: 100%;
  margin: 10px 0 20px;
  padding: 0;
}

.about-sus .msvimpcthead h2 {
  float: left;
  width: 100%;
  font-family: Scto Grotesk A;
  color: #000;
  font-size: 45px;
  font-weight: 500;
}

.about-sus p {
  letter-spacing: .5px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}


/* ----- */
.three_icons_main {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  padding-bottom: 35px;
  background: #ffffff !important;
  padding-top: 25px;
  justify-content: space-evenly;
}

.iconslider h3.slide-title {
  font-size: 28px;
  font-family: Scto Grotesk A;
  font-weight: 400;
  color: #0a2b2b;
  line-height: 38px;
  margin: 15px 0 10px;
  float: left;
  width: 100%;
  text-align: center;
}

.iconslider p.slide-description {
  float: none;
  margin: 0 auto;
  min-height: 110px;
  width: 300px;
  max-width: 300px;
  text-align: center;
  letter-spacing: .5px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.three_icons_main .gify-section {
  float: left;
  width: 33.333%;
  text-align: center;
  padding: 0 15px;
}

.three_icons_main .gify-section img {
  float: none;
  display: inline-block;
  width: 170px;
  height: 170px;
  object-fit: contain;
}


/* ----- */
.section_fea {
  padding: 60px 0 100px;
  display: inline-block;
  width: 100%;
}

.section_fea .container {
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.sec_fea_main {
  float: left;
  width: 100%;
}

.section_fea .msvimpcthead {
  float: left;
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
}

.section_fea .msvimpcthead h2 {
  float: left;
  width: 100%;
  font-family: Scto Grotesk A;
  color: #000;
  font-size: 45px;
  font-weight: 500;
}

.section_fea .msvimpcthead h4 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-family: Scto Grotesk A;
  color: #000;
  font-weight: 300;
}

.fea_slid {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.slid_main {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.slid_left {
  float: left;
  width: 600px;
}

.section_fea .slid_left .mobile-top {
  display: none;
}

.msvimpctltimg,
.msvimpctltimg img {
  float: left;
  width: 100%;
}

.msvimpctltimg img {
  min-height: 690px;
}

.slid_right {
  float: left;
  width: calc(100% - 600px);
  padding: 30px 0 0 35px;
  background: #fff;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  div.slid_right {
    padding: 30px 0 0 50px;
  }
}

.slid_content {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}

div.slid_content {
  margin: 0 0 50px;
}

.slid_content p {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  font-size: 14px;
  color: #000;
  font-family: Scto Grotesk A;
}

div.slid_content p,
div.slid_btm_top_con p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  font-family: Scto Grotesk A;
}

div.slid_content p strong {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin: 0 0 10px !important;
  display: inline-block;
}

.slid_content a {
  float: left;
  width: auto;
  margin: 0;
  font-size: 15px;
  color: #000;
  font-family: Scto Grotesk A;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  text-decoration: none;
}

div.slid_content a {
  margin: 40px 0 20px;
  font-family: Scto Grotesk A;
}

.slid_bottom_content {
  float: left;
  width: 100%;
}

.slid_btm_top_con {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}

.slid_btm_top_con h2 {
  float: left;
  width: 100%;
  font-size: 35px;
  color: #000;
  margin: 0 0 10px;
  font-family: Scto Grotesk A;
}

div.slid_btm_top_con h2 {
  margin: 0 0 25px;
}

.slid_btms_main {
  float: left;
  width: 100%;
}

div.slid_btms_main {
  margin: 30px 0 0;
}

.slid_btm_icon {
  float: left;
  width: 25%;
  position: relative;
  margin: 0 3% 0 0;
}

div.slid_btm_icon {
  width: 30%;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  div.slid_btm_icon {
    width: 33%;
    margin: 0;
  }
}

.slid_btm_img {
  float: left;
  width: 75px;
  margin: -18px 0 0;
}

div.slid_btm_img {
  width: 65px;
  margin: -6px 0 0;
  text-align: center;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  div.slid_btm_img {
    width: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .slid_btm_img.bottleimg {
    margin: 0;
  }
}

.slid_btm_img img {
  float: left;
  width: 100%;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .slid_btm_img img {
    max-height: 40px;
    height: 40px;
    width: auto;
  }
}

.slid_btm_img.bottleimg img {
  max-height: 65px;
  width: auto;
  display: inline-block;
  float: none;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .slid_btm_img.bottleimg img {
    max-height: 30px;
    height: 30px;
    width: auto;
    display: inline-block;
    float: none;
  }
}

.slid_btm_info {
  float: left;
  width: calc(100% - 75px);
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .slid_btm_info {
    width: calc(100% - 50px);
  }
}

.slid_btm_info {
  margin: 0 0 25px;
}

.slid_btm_info h4 {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #000;
  margin: 0 0 18px;
  font-family: Scto Grotesk A;
}

.sec_fea_main h4 {
  font-weight: 300;
}

div.slid_btm_info h4 {
  font-size: 28px;
  line-height: 38px;
  font-family: Scto Grotesk A;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  div.slid_btm_info h4 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 10px;
  }
}

.slid_btm_info span {
  float: left;
  width: 100%;
  color: #000;
  font-size: 13px;
  font-family: Scto Grotesk A;
  margin: 0;
}

.fea_slid ul.slick-dots {
  display: none !important;
}

.fea_arrows {
  width: 600px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.fea_arrows .msvimpctsldrprev {
  position: absolute;
  left: -20px;
}

.msvimpctsldrprev.slick-arrow {
  background: url(https://cdn.shopify.com/s/files/1/0514/2534/5718/files/lefty.png?v=1632138051);
    background-size: auto;
  width: 20px;
  height: 20px;
  background-size: cover;
  left: -30px;
}

.fea_arrows .msvimpctsldrnext {
  position: absolute;
  right: -20px;
}

.msvimpctsldrnext.slick-arrow {
  background: url(https://cdn.shopify.com/s/files/1/0514/2534/5718/files/righty.png?v=1632138051);
    background-size: auto;
  width: 20px;
  height: 20px;
  background-size: cover;
  right: -30px;
}

.fea_btns {
  position: absolute;
  top: 630px;
  width: 600px;
  text-align: center;
  left: 0;
}

div.fea_btns {
  top: inherit;
  bottom: -50px;
}

.fea_btns .msvimpctsldrbtns {
  float: none;
  width: auto;
  display: inline-block;
}

.fea_btns .msvimpctsldrbtns .slide-count-wrap {
  float: left;
  width: auto;
  padding: 0 20px;
  font-family: Scto Grotesk A;
  color: #000;
  font-size: 14px;
}

.fea_slid .mobile-bottom {
  display: none;
}

/* -- Responsive -- */
@media (max-width: 1199px) {
  div.slid_left {
    width: 100%;
  }

  .slid_btm_top_con {
    margin: 0 0 18px;
  }

  .slid_btm_icon {
    width: 32%;
    margin: 0 2% 0 0;
  }

  .slid_btm_img {
    width: 60px;
    margin: -12px 0 0;
  }

  .slid_btm_info h4 {
    margin: 0 0 10px;
  }

  .fea_arrows {
    width: 720px;
    position: absolute;
    top: 25%;
  }

  div.fea_btns {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    top: inherit;
    bottom: -20px;
  }
}


@media (max-width: 1024px) {
  .about-sus .msvimpcthead {
    text-align: center;
    margin: 0 0 20px;
  }
  
  .about-sus .msvimpcthead h2 {
    font-size: 35px;
    line-height: 42px;
  }

  .section_fea .msvimpcthead h2 {
    font-size: 35px;
    line-height: 42px;
  }

  .msvimpcthead {
    text-align: center;
    margin: 0 0 20px;
  }

  .msvimpctltimg {
    text-align: center;
  }

  .slid_btm_img {
    width: 70px;
    margin: 0;
    float: none;
    display: inline-block;
  }

  .slid_btm_info {
    width: 100%;
    margin: 0 0 10px;
  }

  .fea_btns {
    float: l eft;
    width: 100%;
    padding: 25px 0 0;
    position: relative;
    top: inherit;
  }
}

@media (max-width: 991px) {
  .iconslider h3.slide-title {
    font-size: 26px;
    line-height: 36px;
  }

  .iconslider p.slide-description {
    width: auto;
    min-height: auto;
    float: left;
    font-size: 16px;
    line-height: 26px;
  }

  .msvimpctltimg img {
    width: 100%;
  }

  div.slid_btm_icon {
    width: 33.33%;
    float: none;
    display: inline-block;
  }

  .sec_fea_main div.slid_content a {
    float: none;
    display: inline-block;
    margin: 20px 0;
  }

  .sec_fea_main div.slid_btm_img {
    width: 40px;
    height: 40px;
  }

  .sec_fea_main div.slid_btm_img.bottleimg {
    margin: -3px 0 0;
  }

  .slid_btm_img.bottleimg img {
    max-height: 40px;
  }

  .sec_fea_main div.slid_btm_info h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .msvimpctsldrnext.slick-arrow {
    right: -23px;
  }

  .msvimpctsldrprev.slick-arrow {
    left: -23px;
  }
}

@media (max-width: 767px) {
  .iconslider p.slide-description {
    width: auto;
    max-width: none;
  }

  .three_icons_main .slick-slider > button {
    z-index: 10;
    font-size: 0;
    background: none;
    border: none;
    position: absolute;
  }

  .three_icons_main .slick-slider .slick-next {
    top: 50%;
    right: 30px;
    right: -180px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .three_icons_main .slick-slider .slick-next::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 42px;
    color: #000;
    opacity: .2;
  }

  .three_icons_main .slick-slider .slick-prev {
    top: 50%;
    left: 30px;
    left: -180px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .three_icons_main .slick-slider .slick-prev::before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 42px;
    color: #000;
    opacity: .2;
  }

  .three_icons_main ul.slick-dots {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    justify-content: center;
  }

  .three_icons_main ul.slick-dots li {
    list-style: none;
    margin: 30px 5px 0;
  }

  .three_icons_main ul.slick-dots li button {
    font-size: 0;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    border: none;
    background: #fff;
    box-shadow: 3px 1px 3px #aaa;
    margin: 0 5px;
    padding: 0;
  }

  .three_icons_main ul.slick-dots li.slick-active button {
    box-shadow: 3px 1px 3px #aaa;
    background: #000;
  }

  .section_fea .container {
    width: 100%;
  }

  .section_fea .slid_left .mobile-top {
    display: block;
    float: left;
    width: 100%;
  }

  .section_fea .slid_left .mobile-top .slid_content {
    display: block;
    text-align: center;
    float: left;
    width: 100%;
    margin: 0 0 15px;
  }

  .section_fea .slid_left .mobile-top .slid_content {
    text-align: center;
  }

  .section_fea .slid_left .mobile-top .slid_content p br {
    display: none;
  }

  .msvimpctltimg img {
    min-height: auto;
  }

  .fea_slid .desktop-cnt {
    display: none;
  }

  .fea_slid .mobile-bottom {
    display: block;
    text-align: center;
  }

  div.slid_btms_main,
  .fea_slid .mobile-bottom .slid_bottom_content {
    display: block;
  }

  .slid_btm_top_con {
    text-align: center;
  }

  div.slid_btm_icon {
    width: 49%;
    margin: 0;
  }

  .sec_fea_main div.slid_btm_img {
    width: 100%;
    height: auto;
  }

  .slid_btm_img img {
    float: none;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    object-fit: contain;
  }

  .slid_btm_img.bottleimg img {
    max-height: 40px;
  }

  .fea_slid .mobile-bottom {
    text-align: center;
  }

  .fea_arrows .msvimpctsldrnext {
    right: 20px;
  }

  .msvimpctsldrnext.slick-arrow {
    right: 23px;
  }

  .fea_arrows .msvimpctsldrprev {
    left: 20px;
  }

  .msvimpctsldrprev.slick-arrow {
    left: 23px;
  }

  .sec_fea_main div.fea_arrows {
    width: 100%;
    top: 32%;
  }

  div.fea_btns {
    bottom: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .about-sus {
    padding: 20px 0;
  }

  .about-sus p {
    font-size: 16px;
    text-align: center;
  }

  .section_fea .container {
    padding: 0;
  }

  .section_fea .container .msvimpcthead,
  .fea_slid .mobile-bottom .slid_bottom_content {
    padding: 0 15px;
  }

  .fea_slid .slid_left {
    background: #e0d4c9;
    padding-top: 20px !important;
  }

  .section_fea .container .msvimpcthead,
  .fea_slid .mobile-bottom .slid_bottom_content {
    padding: 0 15px;
  }

  div.slid_btm_icon {
    width: 100%;
  }
}


/* Logo Minimal */
.sticky-nav header .logo.default {
  display: none;
}

.sticky-nav header .logo.minimal {
  display: block !important;
}

@media (min-width: 769px) {
  .sticky-nav header .logo.minimal {
    width: 125px;
    max-height: 100% !important;
    position: relative;
   
  }

  #header .bogo {
    position: absolute;
    top: 15px;
  }
}

@media (max-width: 768px) {
  grid.listing-col:has(.clear-btn) h1 {
    margin-top: 45px;
  }
  .sticky-nav header .logo.minimal {
    width: 36px;
    max-height: 100%;
    position: relative;
    top: 4px;
    margin-top: -8px;
  }
  .iconslider{
    max-width: 100vw!important;
    width: 100%!important;
    overflow: hidden!important;
  }
}

.product-page .col-md-8 .slick-dots {
/*   display: none !important; */
}



/* PDP Rodo */
.pdp-rodo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0;
  border-top: 1.5px solid #dee2e6;
  padding-top: 20px;
}

.pdp-rodo .rodo-sect {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33%;
}

.pdp-rodo .rodo-sect .rodo-img {
  height: 40px;
  width: 40px;
  margin: 0 auto 4px;
  overflow: hidden;
}

.pdp-rodo .rodo-sect .rodo-img img {
  display: block;
  max-width: 100%;
}

.pdp-rodo .rodo-sect-1 .rodo-img img {
  width: 42px;
  max-width: none;
  position: relative;
  top: -2px;
}

.pdp-rodo .rodo-sect-2 .rodo-img img {
  width: 38px;
  max-width: none;
  position: relative;
  top: 2px;
}

.pdp-rodo .rodo-sect-3 .rodo-img img {
  width: 49px;
  max-width: none;
  position: relative;
  top: -9px;
}

.pdp-rodo .rodo-sect h4 {
  font-size: 8px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.pdp-rodo .rodo-sect p {
  font-size: 6px;
  line-height: normal;
  max-width: 85%;
  margin: 0 auto;
}

.pdp-rodo .rodo-sect p br {
  display: none;
}

@media (min-width: 768px) {
  #pushdaddy-widget #pushdaddy-button {
    width: 50px !important;
    height: 50px !important;
    bottom: 80px !important;
    right: 10px !important;
    background-size: 34px !important;
  }
}

@media (max-width: 767px) {
  #pushdaddy-button {
    bottom: 77px !important;
    right: 13px !important;
  }
}


.snakeco-preview_wrapper {
  display: none !important;
}
.ct-preview-text.right {
  display: none !important;
}


.snakeco-gift-mobile{
  display:none!important;
}

@media (min-width: 767px) {
  .social-inset{
    display: none;
  }
  .large-only.acc-wi-l svg, .hed-search svg{
    display: none;
  }
  c.accounts li a{
    color: #171617;
    font-family: 'Neue Haas Grotesk Display Pro' !important;
      font-size:11px;
    text-transform: uppercase;
      margin-right: 16px;
  }
  .navbar-standard > li > a{
    font-size:11px;
    letter-spacing: 0.2px!important;
  }
  #header .nav-standard-top-area .navbar-nav li{
    margin-right:95px;
  }
   .hero-double{
       margin-top: 10px;
   }
 
  #header {
      padding: 0 25px 25px 25px!important;
  }
  #header #header-grid {
    justify-content: space-between!important;
   
}
  .nav-standard-top-area{
    width:38%;
  }
  .nav-standard-top-area .navbar-nav{
    margin:0!important;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: static!important;
  }
      #header .bogo {
            width: 21.33%;
    display: flex;
    justify-content: flex-start;
        position: static!important;
            padding-top: 1px;
      }
  #header .accounts{
        height: 65px;
    width: 403px;
     position: static!important;
  }
  .cart-notification-wrapper.active.popup-login, .cart-notification-wrapper.active.search-popup, .cart-notification-wrapper.active.cart-popup {
    pointer-events: none;
  }
  c.accounts ul li.acc-wi-l:hover .cart-notification-wrapper.active.popup-login{
    opacity:1;
    visibility: visible;
     pointer-events: auto;
  }
   c.accounts ul li.hed-search:hover .cart-notification-wrapper.active.search-popup{
    opacity:1;
    visibility: visible;
      pointer-events: auto;
  }
   c.accounts ul li.cartCounter:hover .cart-notification-wrapper.active.cart-popup{
    opacity:1;
    visibility: visible;
      pointer-events: auto;
  }
   c.accounts:has(ul li:hover) {
    background:#B7412C;
    transition: 0.2s all;
     box-shadow: 25px 0 0 #B7412C;
  }
  .header-hov ul.inline.hasIco li a

  {
      color: white!important;
      transition: 0.2s all;
    }
 .header-hov ul.inline.hasIco li.cartCounter svg .cls-1 {
    stroke: white!important;
} 

 .header-hov   ul.inline.hasIco  li.cartCounter .visually-hidden {
    background: white!important;
     color: black!important;
} 
  body.header-hov #header{
    background: #B7412C!important;
    transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  body.header-hov #header .navbar-standard > li > a {
  color: white!important;
    
  
  }
   body.header-hov .logo.default.white{
     display: block!important;
   }

   body.header-hov .logo.default.black{
     display: none!important;
   }

   body.header-hov .logo.minimal{
     display: none!important;
   }


   body.header-hov #header .nav-standard-top-area .navbar-nav > li > a:after{
      background: white!important;
    
  }
  body.header-hov ul.inline.hasIco li a , body.header-hov-left ul.inline.hasIco li a{
color: white!important;
}

body.header-hov li.cartCounter .visually-hidden , body.header-hov-left li.cartCounter .visually-hidden{
background: white!important;
color: black!important;
}

body.header-hov li.cartCounter svg .cls-1 , body.header-hov-left li.cartCounter svg .cls-1{
stroke: white!important;

}

  
  header img.logo{
    width: 125px;
  }
 body.header-hov  #header .nav-standard-top-area .navbar-nav li > span:after,
 body.header-hov #header .nav-standard-top-area .navbar-nav li > a:after {

  background: white!important;
}
   body.header-hov #header .nav-standard-top-area .navbar-nav li > span,
 body.header-hov #header .nav-standard-top-area .navbar-nav li > a {

  color: white!important;
}
  .navbar-standard .menu-lev1 ul li {
    margin-right: 0 !important;
}
.navbar-standard  .menu-lev2 li {
  margin-bottom: -5px!important;
}
  .t-collection main{
    margin: 0 30px!important;
  }
  .t-collection main .product .cards{
    gap: 25px!important;
  }
  c.filterBlock {
    display: none !important;
}
  :where(.listing-page) .intro > grid > c{
    padding:0!important;
  }
  .t-collection .intro h1{
    text-align:left;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: uppercase;
        font-size: 12px;
        font-family: 'Neue Haas Grotesk Display Pro';
        font-weight: normal;
  }
  .t-collection  .product .card-meta .card-head .card-title.h6 , section.related.products .product .card-meta .card-head .card-title.h6 {
    margin-top: 10px;
    margin-bottom:0;
    line-height: 16px!important;
         font-family: 'NHaasGroteskDSPro55Rg';
        font-weight: normal !important;
    font-size:11px;
  }
  .t-collection  .product .card-meta .card-head .card-title.h6 span.bold-title , section.related.products .product .card-meta .card-head .card-title.h6 span.bold-title  {
      font-family: 'Neue Haas Grotesk Display Pro'!important;
  }
  .t-collection  .product [card-type="overlay"] .card-meta .card-head grid flex c:first-child ,  section.related.products    .product [card-type="overlay"] .card-meta .card-head grid flex c:first-child   {
      min-height: 0!important;
  }
 .t-collection .product [card-type="overlay"] :where(.card-title a, .card-subtitle p, .price, .new-price, .old-price, .unit-price, .product-badge) , section.related.products   .product [card-type="overlay"] :where(.card-title a, .card-subtitle p, .price, .new-price, .old-price, .unit-price, .product-badge){
    padding:0 !important;
   font-family: 'Neue Haas Grotesk Display Pro';
  }
  .t-collection .product [card-type="overlay"] .card-title a span , section.related.products .product [card-type="overlay"] .card-title a span {
            font-family: 'NHaasGroteskDSPro55Rg';
        font-weight: normal;
        font-style: normal;
  }
 .t-collection .product .cards .card-head flex , section.related.products .product .cards .card-head flex {
    gap: 0!important;
  }
 .t-collection  .product .old-price, .product .new-price ,  section.related.products .product .old-price, .product .new-price {
    font-size: 11px;
    font-family: 'NHaasGroteskDSPro55Rg'!important;
}
 .t-collection .product [card-type="overlay"] .card-meta .card-head grid ,  section.related.products .product [card-type="overlay"] .card-meta .card-head grid {
  display: flex;
    justify-content: space-between;
    align-items:center;
}
.t-collection  ul.color-option.v-swatch , section.related.products ul.color-option.v-swatch {
    margin-top: 10px;
}
  .t-product main{
    margin: 50px 25px 0 25px;
  }
  .t-product .product-page .row{
    width: 100%;
    justify-content: space-between;
  }
  .t-product .product-page .row .col-md-8 {
      
        width: 50.6%!important;
    }
     .t-product .product-page .row   .col-md-4 {
       
        width: 43.333333%!important;
    }
      .product-page .gallery.i2col {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
      }
  .t-product .breadcrumb span {
    margin-left: 1px;
    margin-right: 1px;
}
  .product-page .item .meta section{
    padding-top: 0;
  }
  .atc-wrap {
    display: flex
;
    justify-content: center;
    align-items: center;
}
  fieldset.color-option.js.product-form__input {
    position: relative;
    width: 100%;
}
  .product-page #prodesc section.description{
    text-align: left!important;
    font-family: 'NHaasGroteskDSPro55Rg';
        text-transform: uppercase;
        font-size: 12px;
  }
}

@media (min-width: 768px) {
    .cart-notification-wrapper.active.cart-popup {
        top: 36px;
    }
  .mobile-footer {
    display: none!important;
  }
 .product-page .description{
    margin-top: 8px;
  }
  fieldset.size-option.pdp.js.product-form__input {
    justify-content: space-between!important;
}
  fieldset.size-option.pdp.js.product-form__input label:last-child {
    margin-right: 0 !important;
}
}



 .hero-double .title{
    margin: 25px auto;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: normal;
    font-size: 11px;
    text-decoration: underline;
  }
 .t-product .related.products .gs-title{
    font-family: 'NHaasGroteskDSPro55Rg';
    font-weight: normal;
    font-size: 12px;
  }

@media (max-width: 762px) {
  .t-product .related.products .gs-title{
    font-family: 'NHaasGroteskDSPro55Rg';
    font-weight: normal;
    font-size: 10px;
  }
  .hero .meta .box {
    align-items: flex-start !important;
    justify-content: center !important;
}
  section.hero-double.blox-2  grid[columns="2"] {
        --grid-tc: repeat(1, minmax(0, 1fr)) !important;
    gap: 10px;
    }
  .general-page.faq-page grid c.faqs {
    width: 100%!important;
    max-width: 100%!important;
    padding: 13px !important;
}
  .t-product .mobile-footer .newsletter {
    display: none;
  }
  .sticky-nav header .logo.minimal{
    margin-top: -4px!important;
  }
  .product-page .description {
      text-align: left !important;
    margin-top: 0;
  }
   .product-page .item .meta .xform{
   padding-bottom: 7px!important;
 }
  header .hasIco .carto .visually-hidden {
    top: 2px!important;
  }
  
  :where(.listing-page, .search-page) .intro > grid > c{
    padding: 20px 13px!important;
  }
.d-footer{
  display: none!important;
}
      .product-page .item .gallery .media {
        padding: 0 13px;
    }
  .product-page grid[columns="2"]{
    display: block!important;
  }
 .product-page .galleria-sticky{
  
  }
  .product-page #prodesc section .price{
    text-align: right;
    font-size: 10px;
        font-family: 'NHaasGroteskDSPro55Rg' !important;
        font-weight: normal;
    position: absolute;
    right: 14px;
    top: -3px;
  }
  .product-page .selected-color {
    right: 16px!important;
        margin-top: -4px;
  }
  .product-page .item variant-radios fieldset.size-option{
    justify-content: space-between!important;
  }
  .product-page .item variant-radios fieldset label span{
        margin-left: 0!important;
  }
  .product-page .container-size{
    gap: 0!important;
  }
   .product-page .container-size .sizes span{
         padding: 2px 2px!important;
   }
  .product-page .tshirt-image img{
           width: 100%;
        height: 100%;
        max-height: 100%;
        object-fit: cover;
  }
  .product-page #prodesc .title-stars{
    position: relative;
  }
  .product-page #prodesc .title-stars .title h1{
    font-family: 'Neue Haas Grotesk Display Pro' !important;
    font-weight: normal ! Important;
    font-size: 10px!important;
  }
    .product-page .size-selection .sizes{
      display: flex;
    }
  .product-page .item .meta product-form{
    width: 100%;
  }
  .product-page .product-form .cartButton{
    width: 100%;
  }
  .product-page .atc-wrap{
    display: flex;
    justify-content: center;
    align-items:center;
  }
  
   .t-collection .product [card-type="overlay"] .card-title a , section.related.products .product [card-type="overlay"] .card-title a{
     font-size: 9px;
        font-family: 'Neue Haas Grotesk Display Pro';
        font-weight: normal;
        font-style: normal;
        padding: 0;
   }
  .t-collection  .product [card-type="overlay"] .card-meta,  section.related.products .product [card-type="overlay"] .card-meta  {
   
    margin-top: 5px;
}
  .t-collection .product [card-type="overlay"] .card-title a span , section.related.products .product [card-type="overlay"] .card-title a span {
  display: block;
    font-family: 'NHaasGroteskDSPro55Rg';
    font-weight: normal;
    font-style: normal;
  }
  .product [card-type="overlay"] .card-meta .card-head grid flex c:first-child{
    min-height:39px;
  }
      .card-meta .card-head .card-title.h6 {
        height: 32px;
      }
  .product [card-type="overlay"] :where(.card-title a, .card-subtitle p, .price, .new-price, .old-price, .unit-price, .product-badge){
    line-height:1!important;
  }
   .t-collection   .product .old-price,  .t-collection .product .new-price ,  section.related.products  .product .old-price,  section.related.products .product .new-price {
  padding: 0!important;
     font-weight: normal !important;
        font-style: normal;
        font-family: 'NHaasGroteskDSPro55Rg';
      }
 .t-collection .product [card-type="overlay"] .card-meta .card-head grid ,  section.related.products  .product [card-type="overlay"] .card-meta .card-head grid   {
  justify-content: space-between;
   align-items: center;
  }
  .product .card-meta .card-footer .actions .v-swatch.size-option li, .product .color-option li{
        width: 10px!important;
    height: 10px!important;
  }
      .t-collection .intro h1 {
        text-align: left;
        text-transform: uppercase;
        font-size: 10px;
        font-family: 'Neue Haas Grotesk Display Pro';
        font-weight: normal;
    }
  section.product {
    padding: 0 13px;
}
.t-collection  c.filterBlock {
    display: none !important;
}
     .t-collection  .product .cards , section.related.products  .product .cards {
        gap: 20px;
    }
  section.related.products {
    padding: 0 13px;
  }
  img.insta-icon {
    width: 17px !important;
}
  img.youtube-icon {
    width: 20px !important;
}
  
.social-icons {
  
    margin-top: -23px!important;
}
  .hide-mb{
    display: none!important;
  }
  .container-f nav ul li a{
    font-size: 8px!important;
  }
  .announcement-bar .notification-bar__message p{
    font-size: 10px;
  }
  .large-only.acc-wi-l span, .hed-search span{
    display: none;
  }
    section.hero-double.blox-2 {
          margin-top: 10px!important;
    }

  .container-f {
    padding: 0 15px 0 15px!important;
    flex-wrap: wrap;
}
   .container-f .logo img {
   width: 68px!important;
}
  .container-f nav ul{
    gap: 6px!important;
    margin-top: -3px;
  }
 
  .social-icons{
    padding-right: 15px!Important;
  }
  .social-icons a{
  text-decoration: none;
    color: black;
    font-size: 8px;
    font-family: 'NHaasGroteskDSPro55Rg';
  }
  header img.logo{
    width: 85px!important;
  }
  header ul.inline{
    gap: 20px!important;
  }
  #header .accounts li.large-only.acc-wi-l a.no-style {
    padding-inline: 0 !important;
}
  .fire-menu span{
    font-family: 'Neue Haas Grotesk Display Pro';
    text-transform: uppercase;
    font-size:10px;
  }
      #header .accounts .small-only.hamburger {
      
        top: 11px!important;
    }
  header .accounts .large-only{
    position: relative;
        top: -3px;
    margin-right: -11px;
  }
   #header .accounts .fire-search,
  #header .accounts .cartCounter {
    top: -3px;
  }
  }
body.open-menu {
    background-color: black;
}
.mobnav nav{
  margin-top: 0!important;
}
}



.desc-sec p, .desc-sec span, .desc-sec ul, .desc-sec li{
  font-family: 'NHaasGroteskDSPro55Rg'!important;
}

.shp-sec span, .shp-sec ul, .shp-sec li{
  font-family: 'NHaasGroteskDSPro55Rg'!important;
}
.shp-sec p{
  font-family: 'Neue Haas Grotesk Display Pro';
}

 .product-page .item .meta .xform{
   margin-bottom: 0!important;
 }

.close-login, .close-search, .close-cart{
  cursor: pointer;
}
.hero-double .title {
    color: black !important;

}
.product-page variant-radios .color-option input[type="radio"] + label{
      border: 1px solid black;
  margin-right:10px!important;
}
.product .color-option li.active{
  
    border: 1px solid #B7412C!important;
}

.text.rte.desc-sec {
    font-family: 'NHaasGroteskDSPro55Rg';
}


.text.rte.shp-sec p,.text.rte.drop-b-sec p{
  font-family: 'NHaasGroteskDSPro55Rg'!important;
}



.product-page .blocks.accordion:last-child{
  display: none;
}

.product .color-option li.grey-marl, .product-page label.grey-marl {
    background: #D3D3D3 !important;
}

label.filter-value-label span {
    text-transform: uppercase;
}

  span.m-fn-t {
    font-family: 'Neue Haas Grotesk Display Pro'!important;
  }

