body{background-color:var(--hp-bg);color:var(--hp-text);-webkit-font-smoothing:antialiased}.hp-brand-logo-wrapper{width:15rem;line-height:0}.hp-brand-logo{display:block;width:100%;height:auto}@media screen and (max-width:749px){.hp-brand-logo-wrapper{width:11.5rem}}.hp-page-width{max-width:var(--hp-page-width);margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}@media screen and (min-width:990px){.hp-page-width{padding-left:3rem;padding-right:3rem}}.hp-section-heading{font-size:clamp(2.2rem,1.4rem + 2.4vw,3.4rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--hp-text);margin:0}.hp-eyebrow{font-size:1.1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--hp-orange-dark)}.hp-muted{color:var(--hp-text-muted)}.hp-visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.hp-decor{display:inline-flex;line-height:0;flex:0 0 auto;max-width:100%;max-height:100%}.hp-decor svg{width:100%;height:100%;display:block}.hp-decor--float{position:absolute;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}.hp-decor--pumpkin,.hp-decor--pumpkin-solid{color:var(--hp-orange)}.hp-decor--ghost{color:#fffaf3;filter:drop-shadow(0 2px 3px rgba(59,31,14,.22))}.hp-decor--bat,.hp-decor--cat,.hp-decor--skyline{color:#2a180c}.hp-decor--sparkle,.hp-decor--star{color:var(--hp-gold)}@media screen and (max-width:749px){.hp-decor--hide-mobile{display:none}}.button,.shopify-challenge__button,.customer button,button.shopify-payment-button__button--unbranded{border-radius:var(--hp-radius-button);font-weight:600;letter-spacing:.02em;min-height:4.6rem}.button:not([disabled]):not(.button--secondary):not(.button--tertiary){--color-button: var(--hp-orange-rgb);background:linear-gradient(180deg,var(--hp-orange) 0%,var(--hp-orange-dark) 100%);color:var(--hp-white);box-shadow:0 4px 14px rgba(var(--hp-orange-rgb),.28)}.button:not([disabled]):not(.button--secondary):not(.button--tertiary):hover{filter:brightness(1.05)}.button--secondary{border-radius:var(--hp-radius-button)}.hp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;min-height:4.8rem;padding:1.2rem 2.4rem;border:0;border-radius:var(--hp-radius-button);background:linear-gradient(180deg,var(--hp-orange) 0%,var(--hp-orange-dark) 100%);color:var(--hp-white);font-family:var(--font-body-family);font-size:1.5rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;cursor:pointer;box-shadow:0 4px 14px rgba(var(--hp-orange-rgb),.28);transition:filter .15s ease,transform .15s ease}.hp-btn:hover{filter:brightness(1.06)}.hp-btn:active{transform:translateY(1px)}.hp-btn[disabled],.hp-btn[aria-disabled=true]{background:var(--hp-border);color:var(--hp-text-muted);box-shadow:none;cursor:not-allowed}.hp-card{background-color:var(--hp-surface);border:1px solid var(--hp-border);border-radius:var(--hp-radius-card);box-shadow:var(--hp-shadow-md)}.field__input,.select__select,.customer .field input,.customer select{border-radius:var(--hp-radius-input)}.hp-focus:focus-visible,.hp-btn:focus-visible,a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--hp-orange-dark);outline-offset:2px;border-radius:4px}.hp-marquee{background:linear-gradient(180deg,var(--hp-orange) 0%,var(--hp-orange-dark) 100%);color:var(--hp-white);overflow:hidden;position:relative}.hp-marquee__track{display:flex;width:max-content;align-items:center;animation:hp-marquee-scroll var(--hp-marquee-duration, 40s) linear infinite}.hp-marquee:hover .hp-marquee__track,.hp-marquee:focus-within .hp-marquee__track{animation-play-state:paused}.hp-marquee__group{display:flex;align-items:center;flex:0 0 auto}.hp-marquee__item{display:inline-flex;align-items:center;gap:.8rem;padding:1rem 2.2rem;font-size:1.2rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap;color:inherit;text-decoration:none}.hp-marquee__item .hp-decor{width:1.6rem;height:1.6rem}.hp-marquee__item .hp-decor,.hp-marquee__item .hp-decor--pumpkin,.hp-marquee__item .hp-decor--pumpkin-solid{color:#ffe3b8}@keyframes hp-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.hp-marquee__track{animation:none;width:100%;justify-content:center;flex-wrap:wrap}.hp-marquee__group--clone{display:none}}.hp-marquee--static .hp-marquee__track{animation:none;width:100%;justify-content:center;flex-wrap:wrap}.hp-marquee--static .hp-marquee__group--clone{display:none}.header-wrapper{background-color:var(--hp-bg);border-bottom:1px solid var(--hp-border)}.header{padding-top:1.4rem;padding-bottom:1.4rem}.header__heading-link,.header__heading{margin:0}.header__heading-link .h2{font-size:2.4rem;font-weight:700;letter-spacing:-.02em;color:var(--hp-orange-dark)}.header__inline-menu .list-menu__item{border-radius:999px}.header__menu-item{padding:.9rem 1.8rem;border-radius:999px;font-size:1.4rem;font-weight:600;color:var(--hp-text);transition:background-color .15s ease,color .15s ease}.header__menu-item:hover{background-color:var(--hp-surface-warm);text-decoration:none}.header__menu-item span{text-decoration:none!important}.header__menu-item .header__active-menu-item{text-decoration:none;border-bottom:0}.header__menu-item[aria-current=page],.header__menu-item[aria-current=page]:hover{background:linear-gradient(180deg,var(--hp-orange) 0%,var(--hp-orange-dark) 100%);color:var(--hp-white);box-shadow:0 3px 10px rgba(var(--hp-orange-rgb),.3)}.header__icon{color:var(--hp-text)}.header__icon:hover{color:var(--hp-orange-dark)}.cart-count-bubble{background-color:var(--hp-orange);color:var(--hp-white);font-weight:700}.shopify-section-group-footer-group .footer,.footer{position:relative;overflow:hidden;background-color:var(--hp-footer);border-top:0;color:var(--hp-white)}.footer .footer__content-top,.footer .footer__content-bottom{position:relative;z-index:1;border-top:0}.footer .footer-block__heading,.footer .footer__list-social .link,.footer .list-menu__item--link,.footer .footer-block__details-content .list-menu__item--link,.footer .copyright__content,.footer .footer-block__newsletter .newsletter-form__field-wrapper label,.footer h2,.footer p{color:var(--hp-white)}.footer .footer-block__heading{font-size:1.6rem;font-weight:700;letter-spacing:.02em;margin-bottom:1.4rem}.footer .list-menu__item--link{font-size:1.4rem;opacity:.82}.footer .list-menu__item--link:hover{opacity:1;text-decoration:underline}.footer .field__input{background-color:#fffffff0;color:var(--hp-text);border-radius:var(--hp-radius-input);border:0}.footer .field__input::placeholder{color:rgba(var(--hp-text-rgb),.55)}.footer .newsletter-form__button{color:var(--hp-orange-dark)}.footer .copyright__content{opacity:.72;font-size:1.2rem}.footer .list-payment__item svg{border-radius:4px}.hp-footer-decor{position:absolute;inset:auto 0 0 0;height:15rem;pointer-events:none;z-index:0}.hp-footer-decor .hp-decor{position:absolute;bottom:0;color:var(--hp-orange-dark);opacity:.5}.hp-footer-decor .hp-decor--skyline{left:0;width:32rem;height:12rem}.hp-footer-decor .hp-decor--cat{right:3rem;width:6rem;height:8rem}.hp-footer-decor .hp-decor--pumpkin-solid{left:8%;width:5rem;height:5rem;color:#ffd9b0;opacity:.55}.hp-footer-decor .hp-decor--pumpkin-solid.hp-footer-decor__pumpkin--right{left:auto;right:18%;width:4rem;height:4rem}@media screen and (max-width:749px){.hp-footer-decor{height:9rem;opacity:.4}.hp-footer-decor .hp-decor--skyline{width:20rem;height:8rem}.hp-footer-decor .hp-decor--pumpkin-solid,.hp-footer-decor .hp-decor--cat{display:none}}.hp-footer-wave{position:absolute;top:-1px;left:0;right:0;height:4rem;pointer-events:none;z-index:1;color:var(--hp-bg)}.hp-footer-wave .hp-decor,.hp-footer-wave svg{width:100%;height:100%;display:block}@media screen and (max-width:749px){.hp-footer-wave{height:2.4rem}}.hp-decor--ghost{color:#fdf0e4}.hp-accordions{display:grid;gap:.6rem;border-top:1px solid var(--hp-border);padding-top:1.4rem}.hp-accordion{border-bottom:1px solid var(--hp-border)}.hp-accordion__summary{display:grid;grid-template-columns:2.2rem 1fr 2rem;align-items:center;gap:1rem;padding:1.4rem 0;cursor:pointer;list-style:none;font-size:1.4rem;font-weight:600;color:var(--hp-text)}.hp-accordion__summary::-webkit-details-marker{display:none}.hp-accordion__icon{width:2.2rem;height:2.2rem;color:var(--hp-orange)}.hp-accordion__title{min-width:0}.hp-accordion__chevron{width:2rem;height:2rem;color:var(--hp-text-muted);transition:transform .18s ease}.hp-accordion[open] .hp-accordion__chevron{transform:rotate(45deg)}.hp-accordion__content{padding:0 0 1.6rem 3.2rem;font-size:1.4rem;color:var(--hp-text-muted)}.hp-accordion__content>:first-child{margin-top:0}.hp-app-block:empty{display:none}.hp-editor-placeholder{padding:4rem 2rem;text-align:center;border:2px dashed var(--hp-border);border-radius:var(--hp-radius-card);background-color:var(--hp-surface);color:var(--hp-text-muted)}.hp-editor-placeholder h2{margin-top:0;color:var(--hp-text)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/hapchic-base.css.map */
