:root{--hjlp-hero-bg: #F7F7F7;--hjlp-accent-green: #C8E6C9;--hjlp-pink: #FFD1DC;--hjlp-yellow: #FFC107;--hjlp-purple: #D8BFD8;--hjlp-olive: #808000;--hjlp-border-radius: 8px;--hjlp-shadow-card: 0 2px 8px rgba(0, 0, 0, .08);--hjlp-shadow-hover: 0 4px 16px rgba(0, 0, 0, .12);--hjlp-transition: all .3s ease;--hjlp-container-width: 1400px;--hjlp-gutter: 20px}.hjlp-color-menu,.hjlp-gallery,.hjlp-notify,.hjlp-pr-box,.hjlp-pop-up,.hjlp-faq{width:100%;padding:60px 20px}.hjlp-hero{position:relative;width:100%;height:70vh;overflow:hidden;object-fit:cover}.hjlp-hero__wrapper{position:relative;width:100%;height:100%}.hjlp-hero__image-container{position:absolute;top:0;left:0;width:100%;height:100%}.hjlp-hero__picture{width:100%;height:100%;display:block}.hjlp-hero__image{width:100%;height:67vh;object-fit:cover;display:block;object-position:center}.hjlp-hero__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f5f5f5,#e0e0e0);display:flex;align-items:center;justify-content:center;color:#999;font-size:24px;font-weight:500}.hjlp-hero__overlay{position:absolute;bottom:7rem;right:0;width:40%;height:100%;display:flex;align-items:flex-end;justify-content:center;pointer-events:none}.hjlp-hero__content{display:flex;flex-direction:column;align-items:center;gap:20px;pointer-events:auto}.hjlp-hero__logo{margin-bottom:10px}.hjlp-hero__logo-image{max-width:350px;height:auto;display:block}.hjlp-hero__title-text{font-family:Brush Script MT,cursive;font-size:80px;font-weight:400;line-height:.9;color:#b8d96f;text-align:center;margin:0;display:flex;flex-direction:column;font-style:italic}.hjlp-hero__title-line1{display:block}.hjlp-hero__title-line2{display:block;margin-top:-10px}.hjlp-hero__year{font-size:28px;font-weight:400;color:#b8d96f;text-align:center;margin-top:-10px}.hjlp-hero__countdown-wrapper{background:#fff;border-radius:10px;padding:16px 32px;box-shadow:0 4px 12px #0000001a}.hjlp-hero__buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:20px}.hjlp-hero__btn{display:inline-block;padding:14px 32px;font-size:13px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;text-decoration:none;border-radius:4px;border-width:2px;border-style:solid;transition:background .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;white-space:nowrap;cursor:pointer;text-align:center;min-width:140px}.hjlp-hero__btn:hover{opacity:.85}.hjlp-tiktok-link{color:#69703a;display:inline-block;padding:14px 32px;font-size:13px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;text-decoration:none;border-radius:4px;border-width:2px;border-style:solid;border-color:#69703a;transition:background .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;white-space:nowrap;cursor:pointer;text-align:center;min-width:140px}.hjlp-countdown{display:flex;align-items:center;justify-content:center;gap:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hjlp-countdown__value{font-size:32px;font-weight:700;color:#000;min-width:42px;text-align:center;line-height:1}.hjlp-countdown__separator{font-size:32px;font-weight:400;color:#000;line-height:1;margin:0 4px}.hjlp-countdown__labels{display:flex;align-items:center;justify-content:space-between;margin-top:8px;gap:20px}.hjlp-countdown__label{font-size:11px;font-weight:400;color:#666;text-transform:lowercase;text-align:center;flex:1;letter-spacing:0}.hjlp-color-menu__container{max-width:var(--hjlp-container-width);margin:0 auto}.hjlp-color-menu__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--hjlp-gutter)}.hjlp-color-card{background:#fff;border-radius:var(--hjlp-border-radius);box-shadow:var(--hjlp-shadow-card);transition:var(--hjlp-transition);overflow:hidden}.hjlp-color-card:hover{box-shadow:var(--hjlp-shadow-hover);transform:translateY(-4px)}.hjlp-color-card__link{display:block;padding:4px;text-decoration:none;color:inherit}.hjlp-color-card__image-wrap{width:100%;aspect-ratio:3 / 4;border-radius:12px;overflow:hidden;margin-bottom:14px;background:#f2f2f2}.hjlp-color-card__image{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.hjlp-color-card__pill{padding:10px 24px;border-radius:24px;text-align:center;margin:0 30px 20px;position:relative;overflow:hidden}.hjlp-color-card__pill-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;z-index:0}.hjlp-color-card__label{font-weight:700;font-size:14px;letter-spacing:1px;color:#000;position:relative;z-index:1}.hjlp-color-card__products{display:flex;flex-direction:column;gap:12px;margin:0 15px 15px}.hjlp-color-card__product{display:flex;justify-content:space-between;align-items:center;font-size:14px;padding:8px 0;border-bottom:1px solid #f0f0f0}.hjlp-color-card__product:last-child{border-bottom:none}.hjlp-color-card__product-name{font-weight:500;color:#333}.hjlp-color-card__product-status{color:#666;font-size:12px}.hjlp-gallery__container{max-width:var(--hjlp-container-width);margin:0 auto}.hjlp-gallery__grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;grid-template-areas:"gallery-a gallery-b gallery-tall" "gallery-c gallery-d gallery-tall";gap:var(--hjlp-gutter);min-height:320px}.hjlp-gallery__grid>.hjlp-gallery__item:nth-child(1){grid-area:gallery-a}.hjlp-gallery__grid>.hjlp-gallery__item:nth-child(2){grid-area:gallery-b}.hjlp-gallery__grid>.hjlp-gallery__item:nth-child(3){grid-area:gallery-c}.hjlp-gallery__grid>.hjlp-gallery__item:nth-child(4){grid-area:gallery-d}.hjlp-gallery__grid>.hjlp-gallery__item:nth-child(5){grid-area:gallery-tall}.hjlp-gallery__item{border-radius:var(--hjlp-border-radius);overflow:hidden;position:relative;min-height:0}.hjlp-gallery__item--tall .hjlp-gallery__image,.hjlp-gallery__item--tall .hjlp-gallery__placeholder,.hjlp-gallery__grid>.hjlp-gallery__item:nth-child(5) .hjlp-gallery__image,.hjlp-gallery__grid>.hjlp-gallery__item:nth-child(5) .hjlp-gallery__placeholder{height:100%;min-height:100%;object-fit:cover}.hjlp-gallery__link{display:block;width:100%;height:100%}.hjlp-gallery__image{width:100%;height:100%;object-fit:cover;display:block;transition:var(--hjlp-transition)}.hjlp-gallery__item:hover .hjlp-gallery__image{transform:scale(1.05)}.hjlp-gallery__placeholder{aspect-ratio:4 / 3;background:#e0e0e0;display:flex;align-items:center;justify-content:center;color:#666}.hjlp-gallery__item--tall .hjlp-gallery__placeholder,.hjlp-gallery__grid>.hjlp-gallery__item:nth-child(5) .hjlp-gallery__placeholder{aspect-ratio:auto;min-height:100%}.hjlp-notify__container{max-width:900px;margin:0 auto}.hjlp-notify__heading{font-size:36px;font-weight:700;text-align:center;margin-bottom:40px}.hjlp-notify__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.hjlp-notify__card{background:#fff;padding:32px;border-radius:var(--hjlp-border-radius);box-shadow:var(--hjlp-shadow-card)}.hjlp-notify__card-title{font-size:20px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#4a4a4a;margin-bottom:16px}.hjlp-notify__form{margin-bottom:16px}.hjlp-notify__form-group{display:flex;gap:8px;margin-bottom:12px}.hjlp-notify__input{flex:1;padding:14px 16px;border:1px solid #ddd;border-radius:6px;font-size:16px;transition:var(--hjlp-transition)}.hjlp-notify__input:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.hjlp-notify__submit{padding:14px 20px;background:#06c;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:var(--hjlp-transition);display:flex;align-items:center;justify-content:center}.hjlp-notify__submit:hover{background:#0052a3}.hjlp-notify__submit:active{transform:scale(.95)}.hjlp-notify__helper{font-size:14px;color:#6b6b6b;line-height:1.6}.hjlp-notify__helper p{margin:0}.hjlp-notify__klaviyo-trigger{width:100%;margin-top:16px;background:#06c;color:#fff;border:none;border-radius:6px;padding:14px 24px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s ease,transform .1s ease}.hjlp-notify__klaviyo-trigger:hover{background:#0052a3;transform:translateY(-1px)}.hjlp-notify__klaviyo-trigger:active{transform:translateY(0)}.hjlp-notify__klaviyo-trigger svg{flex-shrink:0}.hjlp-notify__klaviyo-embed{min-height:0;margin-top:0}.hjlp-notify__klaviyo-embed:not(:empty){margin-top:16px}.hjlp-notify__helper--top{margin-bottom:24px}.hjlp-notify__klaviyo-embed,.hjlp-notify__klaviyo-embed [class^=klaviyo-form-],.hjlp-notify__klaviyo-embed [class*=" klaviyo-form-"],.hjlp-notify__klaviyo-embed .klaviyo-form{width:100%;max-width:100%;text-align:left}.hjlp-notify__klaviyo-embed h1,.hjlp-notify__klaviyo-embed h2,.hjlp-notify__klaviyo-embed h3,.hjlp-notify__klaviyo-embed h4,.hjlp-notify__klaviyo-embed .klaviyo-form-title,.hjlp-notify__klaviyo-embed [data-testid=form-title]{display:none!important}.hjlp-notify__klaviyo-embed p,.hjlp-notify__klaviyo-embed [data-testid=form-content]{color:#6b6b6b!important;font-size:14px!important;line-height:1.6!important;margin:0 0 12px!important}.hjlp-notify__klaviyo-embed svg{display:none!important}.hjlp-notify__klaviyo-embed input[type=email],.hjlp-notify__klaviyo-embed input[type=text],.hjlp-notify__klaviyo-embed input{width:100%!important;padding:14px 16px!important;border:1px solid #ddd!important;border-radius:6px!important;font-size:16px!important;background:#fff!important;color:#333!important;margin-bottom:12px!important;box-shadow:none!important;transition:border-color .2s ease,box-shadow .2s ease!important}.hjlp-notify__klaviyo-embed input:focus,.hjlp-notify__klaviyo-embed input[type=email]:focus,.hjlp-notify__klaviyo-embed input[type=text]:focus{outline:none!important;border-color:#06c!important;box-shadow:0 0 0 3px #0066cc1a!important}.hjlp-notify__klaviyo-embed button,.hjlp-notify__klaviyo-embed button[type=submit],.hjlp-notify__klaviyo-embed [role=button]{width:100%!important;background:#06c!important;color:#fff!important;border:none!important;border-radius:6px!important;padding:14px 20px!important;font-size:16px!important;font-weight:600!important;cursor:pointer!important;transition:background .2s ease,transform .1s ease!important;margin-top:4px!important;text-transform:none!important}.hjlp-notify__klaviyo-embed button:hover,.hjlp-notify__klaviyo-embed button[type=submit]:hover{background:#0052a3!important;transform:translateY(-1px)!important}.hjlp-notify__klaviyo-embed button:active{transform:translateY(0)!important}.hjlp-notify__success-message{padding:20px;text-align:center}.hjlp-notify__success-message h4{margin:0;font-size:18px;font-weight:600;color:#22c55e}.hjlp-notify__disclaimer{font-size:11px;line-height:1.4;color:#6b6b6b;margin-top:12px;text-align:left}.hjlp-notify__disclaimer a{color:#06c;text-decoration:underline}.hjlp-notify__card .prose{width:100%}.hjlp-notify__card .prose.text-center{text-align:center}@media (min-width: 640px){.hjlp-notify__card .prose.sm\:text-start{text-align:left}}.hjlp-notify__message{padding:12px;border-radius:6px;font-size:14px;margin-bottom:12px}.hjlp-notify__message--success{background:#d4edda;color:#155724}.hjlp-notify__message--error{background:#f8d7da;color:#721c24}.hjlp-notify__embed{margin-bottom:16px}.hjlp-pr-box__container{max-width:var(--hjlp-container-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hjlp-pr-box__title{font-size:36px;font-weight:700;margin-bottom:20px}.hjlp-pr-box__description{font-size:18px;line-height:1.6;margin-bottom:24px;color:#333}.hjlp-pr-box__description p{margin:0 0 16px}.hjlp-pr-box__bullets ul{list-style:none;padding:0;margin:0}.hjlp-pr-box__bullets li{padding:8px 0;font-size:16px;color:#666}.hjlp-pr-box__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--hjlp-gutter)}.hjlp-pr-box__image-item{border-radius:var(--hjlp-border-radius);overflow:hidden}.hjlp-pr-box__image-item--large{grid-column:1 / -1}.hjlp-pr-box__image{width:100%;height:100%;object-fit:cover;display:block}.hjlp-pr-box__placeholder{aspect-ratio:1;background:#e0e0e0;display:flex;align-items:center;justify-content:center;color:#666}.hjlp-pr-box__image-item--large .hjlp-pr-box__placeholder{aspect-ratio:3/1}.hjlp-pop-up{padding:40px 20px}.hjlp-pop-up__container{max-width:900px;margin:0 auto}.hjlp-pop-up__title{font-size:32px;font-weight:700;margin-bottom:16px}.hjlp-pop-up__description{font-size:16px;line-height:1.6;margin-bottom:26px}.hjlp-pop-up__description p{margin:0}.hjlp-pop-up__description a[href*="tiktok.com"]{color:#69703a;display:inline-block;padding:14px 32px;font-size:13px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;text-decoration:none;border-radius:4px;border-width:2px;border-style:solid;border-color:#69703a;transition:background .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;white-space:nowrap;cursor:pointer;text-align:center;min-width:140px}.hjlp-pop-up__meta{display:inline-flex;flex-wrap:wrap;gap:24px;font-size:14px;font-weight:700}.hjlp-pop-up__datetime,.hjlp-pop-up__address{display:flex;align-items:center}.hjlp-faq__container{max-width:900px;margin:0 auto}.hjlp-faq__heading{font-size:36px;font-weight:700;text-align:center;margin-bottom:40px}.hjlp-faq__items{display:flex;flex-direction:column;gap:16px}.hjlp-faq__item{background:#fff;border-radius:var(--hjlp-border-radius);box-shadow:var(--hjlp-shadow-card);overflow:hidden}.hjlp-faq__question{width:100%;padding:24px;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:18px;font-weight:600;transition:var(--hjlp-transition)}.hjlp-faq__question:hover{background:#f8f8f8}.hjlp-faq__question:focus{outline:2px solid #0066cc;outline-offset:-2px}.hjlp-faq__question-text{flex:1}.hjlp-faq__icon{flex-shrink:0;width:24px;height:24px;position:relative}.hjlp-faq__icon svg{position:absolute;top:0;left:0;transition:opacity .2s ease,transform .2s ease}.hjlp-faq__icon-minus{opacity:0;transform:rotate(-90deg)}.hjlp-faq__item--open .hjlp-faq__icon-plus{opacity:0;transform:rotate(90deg)}.hjlp-faq__item--open .hjlp-faq__icon-minus{opacity:1;transform:rotate(0)}.hjlp-faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.hjlp-faq__item--open .hjlp-faq__answer{max-height:500px}.hjlp-faq__answer-content{padding:0 24px 24px;font-size:16px;line-height:1.6;color:#666}.hjlp-faq__answer-content p{margin:0 0 12px}.hjlp-faq__answer-content p:last-child{margin-bottom:0}@media (max-width: 768px){.hjlp-hero,.hjlp-color-menu,.hjlp-gallery,.hjlp-notify,.hjlp-pr-box,.hjlp-pop-up,.hjlp-faq{padding:40px 16px}.hjlp-hero{height:600px;padding:0;margin:0}.hjlp-hero__overlay{width:100%;align-items:flex-end;bottom:5.7rem;padding-bottom:0;padding-left:16px;padding-right:16px}.hjlp-hero__logo-image{max-width:250px}.hjlp-hero__title-text{font-size:60px}.hjlp-hero__image{height:50vh}.hjlp-hero__year{font-size:24px}.hjlp-hero__countdown-wrapper{padding:12px 24px}.hjlp-countdown__value{font-size:24px;min-width:32px}.hjlp-countdown__separator{font-size:24px;margin:0 2px}.hjlp-countdown__labels{gap:12px}.hjlp-countdown__label{font-size:9px}.hjlp-color-menu__grid{grid-template-columns:repeat(2,1fr);gap:16px}.hjlp-gallery__grid{grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"gallery-a" "gallery-b" "gallery-c" "gallery-d" "gallery-tall";min-height:0}.hjlp-gallery__grid>.hjlp-gallery__item:nth-child(1){grid-area:gallery-a}.hjlp-gallery__grid>.hjlp-gallery__item:nth-child(2){grid-area:gallery-b}.hjlp-gallery__grid>.hjlp-gallery__item:nth-child(3){grid-area:gallery-c}.hjlp-gallery__grid>.hjlp-gallery__item:nth-child(4){grid-area:gallery-d}.hjlp-gallery__grid>.hjlp-gallery__item:nth-child(5){grid-area:gallery-tall}.hjlp-gallery__item--tall .hjlp-gallery__placeholder,.hjlp-gallery__grid>.hjlp-gallery__item:nth-child(5) .hjlp-gallery__placeholder{min-height:0;aspect-ratio:4 / 3}.hjlp-notify__cards{grid-template-columns:1fr;gap:24px}.hjlp-pr-box__container{grid-template-columns:1fr;gap:40px}.hjlp-faq__heading{font-size:28px}.hjlp-faq__question{font-size:16px;padding:20px}.hjlp-faq__answer-content{padding:0 20px 20px;font-size:14px}}@media (max-width: 480px){.hjlp-hero{height:500px}.hjlp-hero__buttons{flex-wrap:nowrap;gap:10px;width:100%;max-width:320px;margin-left:auto;margin-right:auto}.hjlp-hero__buttons--pre .hjlp-hero__btn{flex:1 1 0;min-width:0}.hjlp-hero__btn{padding:12px 10px;font-size:11px;letter-spacing:1px}.hjlp-hero__logo-image{max-width:200px}.hjlp-hero__title-text{font-size:48px}.hjlp-hero__year{font-size:20px}.hjlp-hero__content{gap:0px}.hjlp-hero__countdown-wrapper{padding:10px 20px}.hjlp-countdown__value{font-size:20px;min-width:28px}.hjlp-countdown__separator{font-size:20px;margin:0}.hjlp-countdown__labels{gap:8px;margin-top:6px}.hjlp-countdown__label{font-size:8px}.hjlp-color-menu__grid{grid-template-columns:1fr}.hjlp-notify__heading,.hjlp-pr-box__title,.hjlp-pop-up__title,.hjlp-faq__heading{font-size:24px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hjlp-faq__answer{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/1226/assets/hj-landing.css.map */
