:root{--peltier-bg: #ffffff;--peltier-surface: #ffffff;--peltier-text: #111111;--peltier-muted: #6d6d6d;--peltier-border: rgba(17, 17, 17, .2)}html[data-theme-mode=dark],body[data-theme-mode=dark]{--peltier-bg: #000000;--peltier-surface: #000000;--peltier-text: #f2f2f2;--peltier-muted: #bdbdbd;--peltier-border: rgba(242, 242, 242, .22)}html[data-theme-mode=light],body[data-theme-mode=light],html[data-theme-mode=blur],body[data-theme-mode=blur]{--peltier-bg: #ffffff;--peltier-surface: #ffffff;--peltier-text: #111111;--peltier-muted: #6d6d6d;--peltier-border: rgba(17, 17, 17, .2)}.peltier-collection-grid{padding:4rem 5vw 6rem;background:transparent!important;color:var(--peltier-text)}.peltier-collection-grid__inner{max-width:1600px;margin:0 auto;background:transparent!important}.peltier-collection-grid__items{display:grid;gap:3rem 2rem;background:transparent!important}.peltier-collection-grid--cols-2 .peltier-collection-grid__items{grid-template-columns:repeat(2,minmax(0,1fr))}.peltier-collection-grid--cols-3 .peltier-collection-grid__items{grid-template-columns:repeat(3,minmax(0,1fr))}.peltier-collection-grid--cols-4 .peltier-collection-grid__items{grid-template-columns:repeat(4,minmax(0,1fr))}.peltier-collection-grid--cols-5 .peltier-collection-grid__items{grid-template-columns:repeat(5,minmax(0,1fr))}.peltier-collection-grid--cols-6 .peltier-collection-grid__items{grid-template-columns:repeat(6,minmax(0,1fr))}.peltier-collection-grid__item{width:100%;background:transparent!important}.peltier-collection-grid__link{display:block;text-decoration:none;color:inherit}.peltier-collection-grid__image,.peltier-collection-grid__title,.peltier-collection-grid__price{pointer-events:none}.peltier-collection-grid__image-wrap{position:relative;width:100%;overflow:hidden;background:transparent!important}.peltier-collection-grid__image,.peltier-collection-grid__video,.peltier-collection-grid__video video{width:100%;height:auto;display:block;object-fit:cover;background:transparent!important;box-shadow:none!important}.peltier-collection-grid__meta{padding-top:.9rem;background:transparent!important;color:var(--peltier-text)}.peltier-collection-grid__meta--left{text-align:left}.peltier-collection-grid__meta--center{text-align:center}.peltier-collection-grid__meta--right{text-align:right}.peltier-collection-grid__title{margin:0;font-size:.85rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--peltier-text)}.peltier-collection-grid__price{margin-top:.4rem;font-size:.8rem;opacity:.75;color:var(--peltier-muted)}.peltier-collection-grid__empty{padding:4rem 0;text-align:center;color:var(--peltier-text)}@media screen and (max-width:989px){.peltier-collection-grid--cols-4 .peltier-collection-grid__items,.peltier-collection-grid--cols-5 .peltier-collection-grid__items,.peltier-collection-grid--cols-6 .peltier-collection-grid__items{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:749px){.peltier-collection-grid{padding:2rem 1.25rem 4rem}.peltier-collection-grid__items,.peltier-collection-grid--cols-2 .peltier-collection-grid__items,.peltier-collection-grid--cols-3 .peltier-collection-grid__items,.peltier-collection-grid--cols-4 .peltier-collection-grid__items,.peltier-collection-grid--cols-5 .peltier-collection-grid__items,.peltier-collection-grid--cols-6 .peltier-collection-grid__items{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1rem}}.peltier-stage__media-item{position:absolute;top:0;left:50%;width:300px;min-width:300px;max-width:300px;height:380px;min-height:380px;max-height:380px;transform:translate(-50%);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease;background:transparent!important}.peltier-stage__media-item.is-active{opacity:1;visibility:visible;pointer-events:auto}.peltier-stage__model model-viewer,.peltier-stage__video video{width:100%;height:100%;display:block;background:transparent!important}.peltier-stage__model model-viewer{--poster-color: transparent}@media(max-width:768px){.peltier-stage__media-item{width:240px;min-width:240px;max-width:240px;height:300px;min-height:300px;max-height:300px}}.peltier-stage{position:relative;width:100%;min-height:auto!important;background:transparent!important;color:var(--peltier-text);overflow:visible!important;padding:1.25rem 1rem 5rem!important}.peltier-stage__back{position:fixed;top:1rem;left:1rem;background:none;border:none;font-size:1.4rem;line-height:1;cursor:pointer;z-index:50;color:var(--peltier-text)}.peltier-stage__media{position:relative;width:100%;height:420px!important;margin-bottom:.6rem!important;background:transparent!important}.peltier-stage__image{position:absolute;top:0;left:50%;width:300px;min-width:300px;max-width:300px;height:380px;min-height:380px;max-height:380px;object-fit:contain;transform:translate(-50%);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease;background:transparent!important}.peltier-stage__image.is-active{opacity:1;visibility:visible}.peltier-stage__arrow{position:fixed;top:40%;transform:translateY(-50%);font-size:2rem;line-height:1;background:none;border:none;cursor:pointer;z-index:40;color:var(--peltier-text)}.peltier-stage__arrow--left{left:10px}.peltier-stage__arrow--right{right:10px}.peltier-stage__info{width:320px;max-width:320px;min-width:320px;margin:0 auto;text-align:center;color:var(--peltier-text);background:transparent!important}.peltier-stage__info h1{font-size:.95rem;text-transform:uppercase;font-weight:600;margin-bottom:.45rem;color:var(--peltier-text)}.peltier-stage__price{font-size:.9rem;margin-bottom:.45rem!important;color:var(--peltier-muted)}.peltier-stage__variants{display:flex;justify-content:center;gap:1rem;margin-bottom:.45rem!important;background:transparent!important}.peltier-stage__variant{font-size:.8rem;cursor:pointer;border-bottom:1px solid transparent;color:var(--peltier-text)}.peltier-stage__variant.active{border-color:var(--peltier-text)}.peltier-stage__add{display:block;width:100%;max-height:0;text-align:center;background:none;border:none;font-size:.9rem;text-transform:uppercase;margin:0;cursor:pointer;opacity:0;transform:translateY(-12px);pointer-events:none;overflow:hidden;transition:max-height .48s cubic-bezier(.22,1,.36,1),opacity .34s ease,transform .48s cubic-bezier(.22,1,.36,1),margin .48s cubic-bezier(.22,1,.36,1);color:var(--peltier-text)}.peltier-stage__add.is-visible{max-height:34px;opacity:1;transform:translateY(0);pointer-events:auto;margin:.35rem 0 .15rem}.peltier-stage__toggle{display:block;width:100%;text-align:center;background:none;border:none;font-size:1.2rem;line-height:1;margin-top:.1rem!important;cursor:pointer;transition:transform .48s cubic-bezier(.22,1,.36,1),opacity .25s ease,margin .48s cubic-bezier(.22,1,.36,1);color:var(--peltier-text)}.peltier-stage__toggle.is-open{transform:rotate(180deg)}.peltier-stage__description{max-height:0;overflow:hidden;opacity:0;margin-top:0;font-size:.85rem;line-height:1.45;transition:max-height .55s cubic-bezier(.22,1,.36,1),opacity .34s ease,margin-top .48s cubic-bezier(.22,1,.36,1);color:var(--peltier-text);background:transparent!important}.peltier-stage__description.is-open{max-height:none!important;overflow:visible!important;opacity:1;margin-top:1.5rem!important}@media(max-width:768px){.peltier-stage{padding-top:1rem!important}.peltier-stage__media{height:360px!important;margin-bottom:.5rem!important}.peltier-stage__image{width:240px;min-width:240px;max-width:240px;height:300px;min-height:300px;max-height:300px}.peltier-stage__info{width:280px;max-width:280px;min-width:280px}.peltier-stage__back{top:4.25rem;left:.85rem;z-index:30}}.peltier-stage__dots{display:flex;justify-content:center;gap:6px;margin-bottom:.65rem;background:transparent!important}.peltier-stage__dot{width:5px;height:5px;border-radius:50%;background:#bdbdbd;cursor:pointer;transition:background .2s ease,transform .2s ease}.peltier-stage__dot.is-active{background:var(--peltier-text);transform:scale(1.2)}.peltier-stage__description--left{text-align:left}.peltier-stage__description--center{text-align:center}.peltier-stage__description--right{text-align:right}footer{background:transparent!important;border:0!important;padding:1.25rem 0!important}footer *{box-shadow:none!important}footer ul,footer ol{display:flex!important;justify-content:center!important;align-items:center!important;gap:2.25rem!important;list-style:none!important;padding:0!important;margin:0!important;flex-wrap:wrap!important}footer li{margin:0!important;padding:0!important}footer a{font-size:.9rem!important;letter-spacing:.06em!important;text-transform:uppercase!important;text-decoration:none!important;color:var(--peltier-muted)!important}footer a:hover{color:var(--peltier-text)!important}footer p,footer h2,footer h3,footer h4,footer .rte,footer .caption,footer .copyright,footer small{display:none!important}@media(max-width:768px){footer ul,footer ol{gap:1rem 1.5rem!important}footer a{font-size:.8rem!important}}.peltier-hero{padding-left:7vw;padding-right:5vw;background:transparent!important}html,body{background:var(--peltier-bg)!important;color:var(--peltier-text)!important}html[data-theme-mode=light] body,html[data-theme-mode=light] main,html[data-theme-mode=light] header,html[data-theme-mode=light] footer,html[data-theme-mode=light] .shopify-section,html[data-theme-mode=light] .section,html[data-theme-mode=light] .page-width,html[data-theme-mode=light] .content-for-layout,html[data-theme-mode=light] .peltier-stage,html[data-theme-mode=light] .peltier-collection-grid,html[data-theme-mode=light] .peltier-hero,body[data-theme-mode=light] main,body[data-theme-mode=light] header,body[data-theme-mode=light] footer,body[data-theme-mode=light] .shopify-section,body[data-theme-mode=light] .section,body[data-theme-mode=light] .page-width,body[data-theme-mode=light] .content-for-layout,body[data-theme-mode=light] .peltier-stage,body[data-theme-mode=light] .peltier-collection-grid,body[data-theme-mode=light] .peltier-hero{background:transparent!important;color:var(--peltier-text)!important}html[data-theme-mode=blur] body,html[data-theme-mode=blur] main,html[data-theme-mode=blur] header,html[data-theme-mode=blur] footer,html[data-theme-mode=blur] .shopify-section,html[data-theme-mode=blur] .section,html[data-theme-mode=blur] .page-width,html[data-theme-mode=blur] .content-for-layout,html[data-theme-mode=blur] .peltier-stage,html[data-theme-mode=blur] .peltier-collection-grid,html[data-theme-mode=blur] .peltier-hero,body[data-theme-mode=blur] main,body[data-theme-mode=blur] header,body[data-theme-mode=blur] footer,body[data-theme-mode=blur] .shopify-section,body[data-theme-mode=blur] .section,body[data-theme-mode=blur] .page-width,body[data-theme-mode=blur] .content-for-layout,body[data-theme-mode=blur] .peltier-stage,body[data-theme-mode=blur] .peltier-collection-grid,body[data-theme-mode=blur] .peltier-hero{background:transparent!important;color:var(--peltier-text)!important}html[data-theme-mode=dark] body,html[data-theme-mode=dark] main,html[data-theme-mode=dark] header,html[data-theme-mode=dark] footer,html[data-theme-mode=dark] .shopify-section,html[data-theme-mode=dark] .section,html[data-theme-mode=dark] .page-width,html[data-theme-mode=dark] .content-for-layout,html[data-theme-mode=dark] .peltier-stage,html[data-theme-mode=dark] .peltier-collection-grid,html[data-theme-mode=dark] .peltier-hero,body[data-theme-mode=dark] main,body[data-theme-mode=dark] header,body[data-theme-mode=dark] footer,body[data-theme-mode=dark] .shopify-section,body[data-theme-mode=dark] .section,body[data-theme-mode=dark] .page-width,body[data-theme-mode=dark] .content-for-layout,body[data-theme-mode=dark] .peltier-stage,body[data-theme-mode=dark] .peltier-collection-grid,body[data-theme-mode=dark] .peltier-hero{background:transparent!important;color:var(--peltier-text)!important}html[data-theme-mode=light],html[data-theme-mode=light] p,html[data-theme-mode=light] h1,html[data-theme-mode=light] h2,html[data-theme-mode=light] h3,html[data-theme-mode=light] h4,html[data-theme-mode=light] h5,html[data-theme-mode=light] h6,html[data-theme-mode=light] span,html[data-theme-mode=light] li,html[data-theme-mode=light] a,html[data-theme-mode=light] button,html[data-theme-mode=light] label,html[data-theme-mode=light] summary,html[data-theme-mode=light] input,html[data-theme-mode=light] select,html[data-theme-mode=light] textarea,body[data-theme-mode=light] p,body[data-theme-mode=light] h1,body[data-theme-mode=light] h2,body[data-theme-mode=light] h3,body[data-theme-mode=light] h4,body[data-theme-mode=light] h5,body[data-theme-mode=light] h6,body[data-theme-mode=light] span,body[data-theme-mode=light] li,body[data-theme-mode=light] a,body[data-theme-mode=light] button,body[data-theme-mode=light] label,body[data-theme-mode=light] summary,body[data-theme-mode=light] input,body[data-theme-mode=light] select,body[data-theme-mode=light] textarea,html[data-theme-mode=blur],html[data-theme-mode=blur] p,html[data-theme-mode=blur] h1,html[data-theme-mode=blur] h2,html[data-theme-mode=blur] h3,html[data-theme-mode=blur] h4,html[data-theme-mode=blur] h5,html[data-theme-mode=blur] h6,html[data-theme-mode=blur] span,html[data-theme-mode=blur] li,html[data-theme-mode=blur] a,html[data-theme-mode=blur] button,html[data-theme-mode=blur] label,html[data-theme-mode=blur] summary,html[data-theme-mode=blur] input,html[data-theme-mode=blur] select,html[data-theme-mode=blur] textarea,body[data-theme-mode=blur] p,body[data-theme-mode=blur] h1,body[data-theme-mode=blur] h2,body[data-theme-mode=blur] h3,body[data-theme-mode=blur] h4,body[data-theme-mode=blur] h5,body[data-theme-mode=blur] h6,body[data-theme-mode=blur] span,body[data-theme-mode=blur] li,body[data-theme-mode=blur] a,body[data-theme-mode=blur] button,body[data-theme-mode=blur] label,body[data-theme-mode=blur] summary,body[data-theme-mode=blur] input,body[data-theme-mode=blur] select,body[data-theme-mode=blur] textarea{color:var(--peltier-text)!important}html[data-theme-mode=dark],html[data-theme-mode=dark] p,html[data-theme-mode=dark] h1,html[data-theme-mode=dark] h2,html[data-theme-mode=dark] h3,html[data-theme-mode=dark] h4,html[data-theme-mode=dark] h5,html[data-theme-mode=dark] h6,html[data-theme-mode=dark] span,html[data-theme-mode=dark] li,html[data-theme-mode=dark] a,html[data-theme-mode=dark] button,html[data-theme-mode=dark] label,html[data-theme-mode=dark] summary,html[data-theme-mode=dark] input,html[data-theme-mode=dark] select,html[data-theme-mode=dark] textarea,body[data-theme-mode=dark] p,body[data-theme-mode=dark] h1,body[data-theme-mode=dark] h2,body[data-theme-mode=dark] h3,body[data-theme-mode=dark] h4,body[data-theme-mode=dark] h5,body[data-theme-mode=dark] h6,body[data-theme-mode=dark] span,body[data-theme-mode=dark] li,body[data-theme-mode=dark] a,body[data-theme-mode=dark] button,body[data-theme-mode=dark] label,body[data-theme-mode=dark] summary,body[data-theme-mode=dark] input,body[data-theme-mode=dark] select,body[data-theme-mode=dark] textarea{color:var(--peltier-text)!important}html[data-theme-mode=light] input,html[data-theme-mode=light] select,html[data-theme-mode=light] textarea,html[data-theme-mode=blur] input,html[data-theme-mode=blur] select,html[data-theme-mode=blur] textarea,body[data-theme-mode=light] input,body[data-theme-mode=light] select,body[data-theme-mode=light] textarea,body[data-theme-mode=blur] input,body[data-theme-mode=blur] select,body[data-theme-mode=blur] textarea{border-color:var(--peltier-border)!important;background:#fff!important;color:#111!important}html[data-theme-mode=dark] input,html[data-theme-mode=dark] select,html[data-theme-mode=dark] textarea,body[data-theme-mode=dark] input,body[data-theme-mode=dark] select,body[data-theme-mode=dark] textarea{border-color:var(--peltier-border)!important;background:#000!important;color:#f2f2f2!important;-webkit-text-fill-color:#f2f2f2!important}html[data-theme-mode=light] .caption,html[data-theme-mode=light] .copyright,html[data-theme-mode=light] .peltier-stage__price,html[data-theme-mode=light] .peltier-collection-grid__price,html[data-theme-mode=blur] .caption,html[data-theme-mode=blur] .copyright,html[data-theme-mode=blur] .peltier-stage__price,html[data-theme-mode=blur] .peltier-collection-grid__price,body[data-theme-mode=light] .caption,body[data-theme-mode=light] .copyright,body[data-theme-mode=light] .peltier-stage__price,body[data-theme-mode=light] .peltier-collection-grid__price,body[data-theme-mode=blur] .caption,body[data-theme-mode=blur] .copyright,body[data-theme-mode=blur] .peltier-stage__price,body[data-theme-mode=blur] .peltier-collection-grid__price,html[data-theme-mode=dark] .caption,html[data-theme-mode=dark] .copyright,html[data-theme-mode=dark] .peltier-stage__price,html[data-theme-mode=dark] .peltier-collection-grid__price,body[data-theme-mode=dark] .caption,body[data-theme-mode=dark] .copyright,body[data-theme-mode=dark] .peltier-stage__price,body[data-theme-mode=dark] .peltier-collection-grid__price{color:var(--peltier-muted)!important}html[data-theme-mode=light] .card,html[data-theme-mode=light] .product-card,html[data-theme-mode=light] .collection,html[data-theme-mode=light] .drawer,html[data-theme-mode=light] .modal,html[data-theme-mode=light] .popup,html[data-theme-mode=light] .field,html[data-theme-mode=light] .input,html[data-theme-mode=light] .predictive-search,html[data-theme-mode=light] .search,html[data-theme-mode=light] [class*=card],html[data-theme-mode=light] [class*=drawer],html[data-theme-mode=light] [class*=modal],html[data-theme-mode=blur] .card,html[data-theme-mode=blur] .product-card,html[data-theme-mode=blur] .collection,html[data-theme-mode=blur] .drawer,html[data-theme-mode=blur] .modal,html[data-theme-mode=blur] .popup,html[data-theme-mode=blur] .field,html[data-theme-mode=blur] .input,html[data-theme-mode=blur] .predictive-search,html[data-theme-mode=blur] .search,html[data-theme-mode=blur] [class*=card],html[data-theme-mode=blur] [class*=drawer],html[data-theme-mode=blur] [class*=modal],body[data-theme-mode=light] .card,body[data-theme-mode=light] .product-card,body[data-theme-mode=light] .collection,body[data-theme-mode=light] .drawer,body[data-theme-mode=light] .modal,body[data-theme-mode=light] .popup,body[data-theme-mode=light] .field,body[data-theme-mode=light] .input,body[data-theme-mode=light] .predictive-search,body[data-theme-mode=light] .search,body[data-theme-mode=light] [class*=card],body[data-theme-mode=light] [class*=drawer],body[data-theme-mode=light] [class*=modal],body[data-theme-mode=blur] .card,body[data-theme-mode=blur] .product-card,body[data-theme-mode=blur] .collection,body[data-theme-mode=blur] .drawer,body[data-theme-mode=blur] .modal,body[data-theme-mode=blur] .popup,body[data-theme-mode=blur] .field,body[data-theme-mode=blur] .input,body[data-theme-mode=blur] .predictive-search,body[data-theme-mode=blur] .search,body[data-theme-mode=blur] [class*=card],body[data-theme-mode=blur] [class*=drawer],body[data-theme-mode=blur] [class*=modal],html[data-theme-mode=dark] .card,html[data-theme-mode=dark] .product-card,html[data-theme-mode=dark] .collection,html[data-theme-mode=dark] .drawer,html[data-theme-mode=dark] .modal,html[data-theme-mode=dark] .popup,html[data-theme-mode=dark] .field,html[data-theme-mode=dark] .input,html[data-theme-mode=dark] .predictive-search,html[data-theme-mode=dark] .search,html[data-theme-mode=dark] [class*=card],html[data-theme-mode=dark] [class*=drawer],html[data-theme-mode=dark] [class*=modal],body[data-theme-mode=dark] .card,body[data-theme-mode=dark] .product-card,body[data-theme-mode=dark] .collection,body[data-theme-mode=dark] .drawer,body[data-theme-mode=dark] .modal,body[data-theme-mode=dark] .popup,body[data-theme-mode=dark] .field,body[data-theme-mode=dark] .input,body[data-theme-mode=dark] .predictive-search,body[data-theme-mode=dark] .search,body[data-theme-mode=dark] [class*=card],body[data-theme-mode=dark] [class*=drawer],body[data-theme-mode=dark] [class*=modal]{background:transparent!important;color:var(--peltier-text)!important}html[data-theme-mode=light] .button,html[data-theme-mode=light] button,html[data-theme-mode=light] input[type=button],html[data-theme-mode=light] .shopify-challenge__button,html[data-theme-mode=blur] .button,html[data-theme-mode=blur] button,html[data-theme-mode=blur] input[type=button],html[data-theme-mode=blur] .shopify-challenge__button,body[data-theme-mode=light] .button,body[data-theme-mode=light] button,body[data-theme-mode=light] input[type=button],body[data-theme-mode=light] .shopify-challenge__button,body[data-theme-mode=blur] .button,body[data-theme-mode=blur] button,body[data-theme-mode=blur] input[type=button],body[data-theme-mode=blur] .shopify-challenge__button,html[data-theme-mode=dark] .button,html[data-theme-mode=dark] button,html[data-theme-mode=dark] input[type=button],html[data-theme-mode=dark] .shopify-challenge__button,body[data-theme-mode=dark] .button,body[data-theme-mode=dark] button,body[data-theme-mode=dark] input[type=button],body[data-theme-mode=dark] .shopify-challenge__button{background:transparent!important;color:var(--peltier-text)!important;border-color:var(--peltier-border)!important;box-shadow:none!important}html[data-theme-mode=light] .contact__button,html[data-theme-mode=light] .contact button,html[data-theme-mode=light] form button[type=submit],html[data-theme-mode=light] input[type=submit],html[data-theme-mode=blur] .contact__button,html[data-theme-mode=blur] .contact button,html[data-theme-mode=blur] form button[type=submit],html[data-theme-mode=blur] input[type=submit],body[data-theme-mode=light] .contact__button,body[data-theme-mode=light] .contact button,body[data-theme-mode=light] form button[type=submit],body[data-theme-mode=light] input[type=submit],body[data-theme-mode=blur] .contact__button,body[data-theme-mode=blur] .contact button,body[data-theme-mode=blur] form button[type=submit],body[data-theme-mode=blur] input[type=submit],html[data-theme-mode=dark] .contact__button,html[data-theme-mode=dark] .contact button,html[data-theme-mode=dark] form button[type=submit],html[data-theme-mode=dark] input[type=submit],body[data-theme-mode=dark] .contact__button,body[data-theme-mode=dark] .contact button,body[data-theme-mode=dark] form button[type=submit],body[data-theme-mode=dark] input[type=submit]{background:#fff!important;color:#111!important;border:none!important;box-shadow:none!important}html[data-theme-mode=light] .contact__button:hover,html[data-theme-mode=light] form button[type=submit]:hover,html[data-theme-mode=blur] .contact__button:hover,html[data-theme-mode=blur] form button[type=submit]:hover,html[data-theme-mode=dark] .contact__button:hover,html[data-theme-mode=dark] form button[type=submit]:hover,body[data-theme-mode=light] .contact__button:hover,body[data-theme-mode=light] form button[type=submit]:hover,body[data-theme-mode=blur] .contact__button:hover,body[data-theme-mode=blur] form button[type=submit]:hover,body[data-theme-mode=dark] .contact__button:hover,body[data-theme-mode=dark] form button[type=submit]:hover{opacity:.85}html[data-theme-mode=dark] .header-actions__cart-icon .cart-bubble{background:transparent!important;border:none!important;box-shadow:none!important}html[data-theme-mode=dark] .header-actions__cart-icon .cart-bubble__background{fill:#fff!important;stroke:#fff!important;background:#fff!important}html[data-theme-mode=dark] .header-actions__cart-icon .cart-bubble__text,html[data-theme-mode=dark] .header-actions__cart-icon .cart-bubble__text-count{fill:#111!important;color:#111!important;background:transparent!important;stroke:none!important;box-shadow:none!important}.card__quick-add,.quick-add,.product-card__quick-add,button[aria-label*="Add to cart"],button[aria-label*=Quick]{display:none!important}.peltier-stage__toggle,.peltier-stage__add,.peltier-stage__back,.peltier-stage__arrow{background:transparent!important;box-shadow:none!important;border:none!important}html[data-theme-mode=light] .peltier-stage__toggle,html[data-theme-mode=blur] .peltier-stage__toggle,body[data-theme-mode=light] .peltier-stage__toggle,body[data-theme-mode=blur] .peltier-stage__toggle{background:transparent!important;color:#111!important}html[data-theme-mode=dark] .peltier-stage__toggle,body[data-theme-mode=dark] .peltier-stage__toggle{background:transparent!important;color:#f2f2f2!important}.peltier-stage__add,.peltier-stage__toggle,.peltier-stage__arrow,.peltier-stage__back{background:transparent!important;border:none!important;box-shadow:none!important}.peltier-stage__arrow:before,.peltier-stage__arrow:after,.peltier-stage__add:before,.peltier-stage__add:after,.peltier-stage__toggle:before,.peltier-stage__toggle:after{background:transparent!important;box-shadow:none!important}html[data-theme-mode=light] .peltier-stage__price,html[data-theme-mode=blur] .peltier-stage__price,body[data-theme-mode=light] .peltier-stage__price,body[data-theme-mode=blur] .peltier-stage__price{color:#111!important;opacity:1!important}html[data-theme-mode=dark] .peltier-stage__price,body[data-theme-mode=dark] .peltier-stage__price{color:#f2f2f2!important;opacity:1!important}.peltier-stage__arrow{background:transparent!important;box-shadow:none!important;border:none!important}.peltier-stage__arrow:before,.peltier-stage__arrow:after{background:transparent!important;box-shadow:none!important}html[data-theme-mode=light] .header-actions__cart-icon .cart-bubble__background,html[data-theme-mode=blur] .header-actions__cart-icon .cart-bubble__background,body[data-theme-mode=light] .header-actions__cart-icon .cart-bubble__background,body[data-theme-mode=blur] .header-actions__cart-icon .cart-bubble__background{fill:#000!important;stroke:#000!important;background:#000!important}html[data-theme-mode=light] .header-actions__cart-icon .cart-bubble__text,html[data-theme-mode=light] .header-actions__cart-icon .cart-bubble__text-count,html[data-theme-mode=blur] .header-actions__cart-icon .cart-bubble__text,html[data-theme-mode=blur] .header-actions__cart-icon .cart-bubble__text-count,body[data-theme-mode=light] .header-actions__cart-icon .cart-bubble__text,body[data-theme-mode=light] .header-actions__cart-icon .cart-bubble__text-count,body[data-theme-mode=blur] .header-actions__cart-icon .cart-bubble__text,body[data-theme-mode=blur] .header-actions__cart-icon .cart-bubble__text-count{fill:#fff!important;color:#fff!important}html[data-theme-mode=dark] .account-button__icon,html[data-theme-mode=dark] .account-button__text,body[data-theme-mode=dark] .account-button__icon,body[data-theme-mode=dark] .account-button__text{color:var(--peltier-text)!important;stroke:var(--peltier-text)!important}.peltier-stage{overscroll-behavior:none}.peltier-stage__media{touch-action:pan-y;-webkit-user-select:none;user-select:none}.peltier-stage__media-item,.peltier-stage__image,.peltier-stage__video,.peltier-stage__video video,.peltier-stage__model,.peltier-stage__model model-viewer{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.peltier-stage__image,.peltier-stage__video,.peltier-stage__model{touch-action:pan-y}.peltier-stage__media{cursor:grab}.peltier-stage__media:active,.peltier-stage__media.is-dragging{cursor:grabbing}.peltier-stage__media-item{transition:opacity .38s cubic-bezier(.22,1,.36,1),transform .38s cubic-bezier(.22,1,.36,1),filter .38s cubic-bezier(.22,1,.36,1);will-change:transform,opacity,filter}.peltier-stage__media-item.is-active{transform:translate(-50%) scale(1);filter:blur(0)}.peltier-stage__media.is-dragging .peltier-stage__media-item.is-active{transition:none}.peltier-stage__media.is-dragging .peltier-stage__media-item.is-active[data-dragging=true]{filter:blur(.2px)}.peltier-stage__arrow,.peltier-stage__dot{transition:opacity .25s ease,transform .25s ease}.peltier-stage__media:hover .peltier-stage__arrow{transform:translateY(-50%) scale(1.04)}.peltier-stage__dot.is-active{transform:scale(1.25)}@media(prefers-reduced-motion:reduce){.peltier-stage__media-item,.peltier-stage__arrow,.peltier-stage__dot{transition:none!important}}.peltier-stage__video,.peltier-stage__video video,.peltier-collection-grid__video,.peltier-collection-grid__video video,.peltier-stage__media,.peltier-stage__media-item,.peltier-collection-grid__image-wrap,.shopify-model-viewer-ui,.deferred-media,.deferred-media__poster,.media,.media video,video{background:transparent!important;background-color:transparent!important;box-shadow:none!important}.deferred-media__poster,.deferred-media__poster-button,deferred-media poster,video[poster]{background:transparent!important;background-color:transparent!important}.peltier-stage__video video,.peltier-collection-grid__video video{mix-blend-mode:normal!important;object-fit:contain}.peltier-stage__media,.peltier-stage__media-item,.peltier-stage__video,.peltier-stage__video *,.peltier-stage__video video,.peltier-stage__video-element,.peltier-collection-grid__image-wrap,.peltier-collection-grid__video,.peltier-collection-grid__video *,.peltier-collection-grid__video video,.media,.media *,.deferred-media,.deferred-media *,video{background:transparent!important;background-color:transparent!important;box-shadow:none!important}.peltier-stage__video img,.peltier-collection-grid__video img,.deferred-media__poster,.deferred-media__poster-button{background:transparent!important;background-color:transparent!important;display:none!important}.peltier-stage__video video,.peltier-stage__video-element,.peltier-collection-grid__video video{object-fit:contain!important;mix-blend-mode:normal!important;opacity:1!important}.peltier-stage__variant{border-bottom:1px solid currentColor!important}html[data-theme-mode=light] .peltier-stage__variant,html[data-theme-mode=blur] .peltier-stage__variant,body[data-theme-mode=light] .peltier-stage__variant,body[data-theme-mode=blur] .peltier-stage__variant{color:#111!important;border-color:#111!important}html[data-theme-mode=dark] .peltier-stage__variant,body[data-theme-mode=dark] .peltier-stage__variant{color:#fff!important;border-color:#fff!important}html[data-theme-mode=light],body[data-theme-mode=light]{--peltier-bg: var(--peltier-light-bg) !important}html[data-theme-mode=dark],body[data-theme-mode=dark]{--peltier-bg: var(--peltier-dark-bg) !important}html[data-theme-mode=light],html[data-theme-mode=light] body{--peltier-bg: var(--peltier-light-bg) !important;background:var(--peltier-light-bg)!important}html[data-theme-mode=dark],html[data-theme-mode=dark] body{--peltier-bg: var(--peltier-dark-bg) !important;background:var(--peltier-dark-bg)!important}html[data-theme-mode=light] main,html[data-theme-mode=light] .content-for-layout,html[data-theme-mode=dark] main,html[data-theme-mode=dark] .content-for-layout{background:var(--peltier-bg)!important}@media screen and (min-width:750px){#header-component .header__row--top{position:relative!important}#header-component .header-logo,#header-component .header__heading,#header-component .header__heading-link{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;z-index:5!important;text-align:center!important}#header-component .header__columns{position:static!important}}.peltier-stage__back{display:inline-flex!important;visibility:visible!important;opacity:1!important;align-items:center!important;justify-content:center!important;position:fixed!important;top:4.25rem!important;left:.85rem!important;z-index:99999!important;background:transparent!important;border:none!important;box-shadow:none!important}.cart-drawer__dialog{background:transparent!important;backdrop-filter:blur(45px) saturate(180%)!important;-webkit-backdrop-filter:blur(45px) saturate(180%)!important}.cart-drawer__inner{background:transparent!important}.cart-drawer__dialog::backdrop,dialog::backdrop{background:transparent!important;opacity:0!important}body:has(.cart-drawer__dialog[open]):before,body:has(.cart-drawer__dialog[open]):after,.cart-drawer:before,.cart-drawer:after{background:transparent!important;opacity:0!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.cart-drawer__close-button,.cart-drawer__close-button.button,.cart-drawer__close-button.button-unstyled{background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;outline:none!important;padding:0!important}.cart-drawer__close-button:before,.cart-drawer__close-button:after{display:none!important}@media screen and (max-width:749px){.peltier-mobile-overlay{top:var(--header-height, 60px)!important;height:calc(100svh - var(--header-height, 60px))!important;z-index:9998!important;background:transparent!important}.peltier-mobile-overlay__inner{align-items:flex-start!important;justify-content:flex-start!important;padding:2rem 1.5rem!important;text-align:left!important}.peltier-mobile-overlay__nav,.peltier-mobile-overlay__nav *{text-align:left!important}.peltier-mobile-overlay__list{display:flex!important;flex-direction:column!important;gap:1rem!important;list-style:none!important;padding:0!important;margin:0!important}.peltier-mobile-overlay__list a{display:block!important;text-align:left!important;font-size:1.1rem!important;letter-spacing:.08em!important;text-transform:uppercase!important;text-decoration:none!important;color:currentColor!important}body.peltier-overlay-open main,body.peltier-overlay-open #MainContent{filter:blur(20px);transform:scale(1.02)}}header-actions .account-button,header-actions .account-button shopify-account{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;display:inline-flex!important;align-items:center;justify-content:center}.peltier-stage__transparent-video{width:100%;height:auto;display:block;object-fit:contain;background:transparent!important}.peltier-stage__video-element{background:transparent}
/*# sourceMappingURL=/cdn/shop/t/3/assets/peltier.css.map */
