@keyframes hmk-spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}:root{--color-black:hsl(0, 0%, 10%);--color-darks:hsl(0, 0%, 25%);--color-greys:hsl(0, 0%, 60%);--color-light:hsl(0, 0%, 95%);--color-white:hsl(0, 0%, 100%);--color-blue-100:hsl(217, 91%, 65%);--color-blue-200:hsl(221, 83%, 55%);--color-blue-300:hsl(224, 76%, 45%);--shadow-small:0 1px 3px 0 rgba(0, 0, 0, 0.1),
     0 1px 2px 0 rgba(0, 0, 0, 0.06);--shadow-medium:0 4px 6px -1px rgba(0, 0, 0, 0.1),
     0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-large:0 10px 15px -3px rgba(0, 0, 0, 0.1),
     0 4px 6px -2px rgba(0, 0, 0, 0.05)}*,::after,::before,body{font-family:"Outfit",sans-serif,"Rubik",ui-sans-serif,system-ui,-apple-system,sans-serif;padding:0}*,::after,::before{margin:0;box-sizing:border-box;list-style:none;list-style-type:none;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html{font-size:100%;box-sizing:inherit;scroll-behavior:smooth;height:-webkit-fill-available}body{font-size:1rem;font-weight:400;line-height:1.5;color:var(--color-black);background-color:var(--color-white)}h1,h2{font-family:"Syne",sans-serif}button,input{font-family:"Outfit",sans-serif}a,button{cursor:pointer;border:0;outline:0;background:0 0;text-transform:unset}img{display:block;max-width:100%;height:auto;object-fit:cover;image-rendering:-webkit-optimize-contrast;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}.container{max-width:1800px;height:auto;margin:0 auto;padding:0 1.25rem}.header,.navbar{width:100%;margin:0 auto}.header{position:fixed;left:0;top:0;height:auto;z-index:10;background-color:var(--color-white);box-shadow:0 1px 3px rgba(0,0,0,.1)}.navbar{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:4rem}.menu{position:fixed;top:0;left:-100%;width:80%;height:100%;z-index:10;overflow-y:auto;background-color:var(--color-white);box-shadow:var(--shadow-medium);transition:all .5s ease-in-out}.menu-inner{display:flex;flex-direction:column;row-gap:1.25rem;margin:1.25rem}.menu-link{font-family:inherit;font-size:1rem;font-weight:500;line-height:1.5;text-transform:uppercase;color:var(--color-black);transition:all .3s ease}.menu-link:hover{color:var(--color-blue-200)}@media only screen and (min-width:48rem){.menu{position:relative;top:0;left:0;width:auto;height:auto;margin-right:auto;margin-left:4%;background:0 0;box-shadow:none}.menu-inner{display:flex;flex-direction:row;column-gap:1.75rem;margin:0 auto;margin-right:5rem}.menu-link{text-transform:capitalize}}.burger,.burger-line{display:block;cursor:pointer}.burger{position:relative;order:-1;width:1.6rem;height:auto;border:0;outline:0;visibility:visible}.burger-line{width:100%;height:2px;margin:6px auto;transform:rotate(0deg);border-radius:1rem;background:var(--color-black)}@media only screen and (min-width:48rem){.burger{display:none;visibility:hidden}}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9;opacity:0;visibility:hidden;background-color:rgba(0,0,0,.6);transition:all .3s ease-in-out}.search-toggle{display:block;cursor:pointer;font-size:1.45rem;line-height:inherit;color:var(--color-black)}*{scrollbar-width:thin;scrollbar-color:#333 #fff}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background-color:#fff}::-webkit-scrollbar-thumb{background-color:#333;border-radius:10px}.hmk-modal-overlay{z-index:10;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;padding:16px}.hmk-modal-container{background:#fff;width:95%;max-width:800px;border-radius:8px;overflow:hidden;display:flex;height:90vh;max-height:600px}.hmk-modal-image-section{flex:1;background:#f0f0f0;position:relative;overflow:hidden}.hmk-modal-image-section img{width:100%;height:100%;object-fit:contain}.hmk-modal-content{flex:1;display:flex;flex-direction:column;max-height:100%;min-height:0}.hmk-modal-header{padding:24px 24px 0}.hmk-modal-header h2{text-align:center;font-size:24px;color:#333;margin-bottom:20px}.hmk-search-container{padding:0 24px;margin-bottom:20px}.hmk-search-input{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:16px}.hmk-collections-list{flex:1;overflow-y:auto;padding:0 24px;position:relative}.hmk-no-results{text-align:center;color:#666;padding:20px;font-size:14px;display:none}.hmk-collection-wrapper{margin-bottom:20px}.hmk-create-collection{display:flex;align-items:center;padding:12px;color:#666;cursor:pointer}.hmk-create-collection:hover{background:#f5f5f5}.hmk-create-collection-icon{width:24px;height:24px;margin-right:12px;display:flex;align-items:center;justify-content:center;font-size:20px}.hmk-new-collection-input{display:none;background:#f9fafb;border-radius:8px;align-items:center;padding:12px;margin-bottom:1rem}.hmk-new-collection-input input{flex:1;margin-right:8px}.as_hmk-input-group{margin-bottom:.4rem}.as_hmk-input-group input,.as_hmk-input-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:.875rem;margin-bottom:.5rem;transition:border-color .2s,box-shadow .2s}.as_hmk-input-group textarea{height:5rem;resize:vertical}.as_hmk-input-group input:focus,.as_hmk-input-group textarea:focus{outline:0;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.hmk-action-buttons{display:flex;gap:8px}.hmk-btn-confirm,.hmk-btn-delete{color:#fff;border:0;width:36px;height:36px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.hmk-btn-delete{background:#333}.hmk-btn-confirm{background:#2196f3}.hmk-modal-footer{padding:20px 24px;border-top:1px solid #eee;display:flex;gap:12px;background:#fff}.hmk-btn{padding:10px 20px;border-radius:6px;border:0;cursor:pointer;font-size:16px;flex:1}.hmk-btn:hover{opacity:.9}.hmk-btn-cancel{background:#333;color:#fff}.hmk-btn-save{background:#2196f3;color:#fff}.hmk-btn-delete-wishlist,.hmk-close-button{border:0;cursor:pointer;align-items:center;justify-content:center;font-size:20px}.hmk-btn-delete-wishlist{width:40px;height:40px;background:#333;color:#fff;border-radius:6px;display:none}.hmk-close-button{position:absolute;top:10px;right:10px;background:rgba(255,255,255,.9);border-radius:50%;width:30px;height:30px;display:flex}.hmk-close-button:hover{background:rgba(255,255,255,.3);border:1px solid #333}@media (max-width:768px){.hmk-modal-container{flex-direction:column;height:100vh;max-height:none;border-radius:0}.hmk-modal-overlay{padding:0}.hmk-modal-header{padding:12px 24px 0}.hmk-modal-image-section{display:none}.hmk-modal-content{width:100%}.hmk-collections-list{flex:1;overflow-y:auto}}.hmk-spinner-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.9);display:none;align-items:center;justify-content:center;z-index:9999}.hmk-spinner{width:50px;height:50px;border:3px solid #f3f3f3;border-top:3px solid #2196f3;border-radius:50%;animation:hmk-spin 1s linear infinite}.as_hmk_footer{width:100%;padding:20px 15px;text-align:center}.as_hmk_footer-divider{width:100%;height:1px;background-color:#ccccccce;margin-bottom:15px}.as_hmk_footer-copyright{font-size:14px;color:#333}@media screen and (max-width:768px){.as_hmk_footer{padding:15px 10px}.as_hmk_footer-copyright{font-size:12px}}.as_hmk_header_content{display:flex;align-items:center;justify-content:flex-end;height:100%;gap:16px}.as_hmk_menu_btn,.as_hmk_search_btn{background:0 0;border:0;padding:8px;cursor:pointer;color:#666;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.as_hmk_menu_btn:hover,.as_hmk_search_btn:hover{background-color:rgba(0,0,0,.05)}.as_hmk_auth_buttons{display:flex;gap:8px}.as_hmk_login_btn,.as_hmk_signup_btn{padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.as_hmk_login_btn{background:0 0;border:1px solid #ddd;color:#333}.as_hmk_login_btn:hover{background:#f5f5f5}.as_hmk_signup_btn{background:#2196f3;border:0;color:#fff}.as_hmk_signup_btn:hover{background:#1976d2}.as_hmk_menu{position:relative}.as_hmk_dropdown{position:absolute;top:100%;right:0;background:#fff;border-radius:4px;min-width:200px;display:none;margin-top:8px;border:.0625rem solid #e9ecef;box-shadow:rgba(0,0,0,.05)0 .0625rem .1875rem,rgba(0,0,0,.05)0 1.25rem 1.5625rem -.3125rem,rgba(0,0,0,.04)0 .625rem .625rem -.3125rem;border-radius:.25rem;padding:.25rem;font-size:.875rem}.as_hmk_dropdown nav{display:flex;flex-direction:column;padding:8px 0}.as_hmk_dropdown a{padding:8px 16px;text-decoration:none;transition:background-color .2s;border-radius:.25rem;color:#000}.as_hmk_dropdown a:hover{background-color:#f5f5f5}@media (max-width:640px){.as_hmk_auth_buttons:not(.as_hmk_mobile-only){display:none}.as_hmk_dropdown{right:-16px}}.as_hmk_auth-buttons-mobile{display:none;flex-direction:column;align-items:stretch;margin-bottom:6px;padding-bottom:6px;border-bottom:1px solid #ddd}.as_hmk_auth-buttons-mobile .as_hmk_login_btn,.as_hmk_auth-buttons-mobile .as_hmk_signup_btn{width:100%;margin:6px}@media (max-width:640px){.as_hmk_auth_buttons.as_hmk_desktop-only{display:none}.as_hmk_auth-buttons-mobile{display:flex;flex-direction:row;justify-content:space-around;align-items:center}}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px;--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp:6px 6px 0px rgb(0, 0, 0)}:where(body){margin:0}.hmk-hero-section{position:relative;background:radial-gradient(circle closest-corner at 78%center,rgba(195,226,223,.64) 30%,rgba(221,239,237,.64) 60%,#fff 100%) no-repeat;padding:3.75rem 1.25rem;min-height:80vh;display:flex;align-items:center}.hmk-hero-container{max-width:1200px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.hmk-hero-content{flex:1;max-width:600px}.hmk-hero-title{font-size:3rem;line-height:1.2;margin-bottom:1.5rem;color:#000;font-weight:700}.hmk-hero-description{font-size:1.25rem;color:#4a4a4a;margin-bottom:2rem;line-height:1.6}.hmk-hero-signup-button{background-color:#1a1b1e;color:#fff;border:0;padding:1rem 2rem;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.hmk-hero-signup-button:hover{background-color:#2c2d2f}.hmk-hero-image-container{flex:1;max-width:21.875rem}.hmk-hero-image-container img{width:100%;height:auto;object-fit:cover}@media (max-width:1024px){.hmk-hero-container{width:90%}.hmk-hero-title{font-size:2.5rem}}@media (max-width:768px){.hmk-hero-container{flex-direction:column;text-align:center}.hmk-hero-content{order:1}.hmk-hero-image-container{display:none}.hmk-hero-title{font-size:2rem}.hmk-hero-description{font-size:1.1rem}}@media (max-width:480px){.hmk-hero-section{padding:2rem 1rem}.hmk-hero-title{font-size:1.75rem}}.as_modea_2_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1000;backdrop-filter:blur(3px)}.as_modea_2_modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;z-index:1001;width:90%;max-width:400px;box-shadow:0 4px 20px rgba(0,0,0,.15)}.as_modea_2_modal_content{padding:2rem;text-align:center}.as_modea_2_close{position:absolute;right:1rem;top:.5rem;font-size:1.5rem;cursor:pointer;color:#666;transition:color .3s ease}.as_modea_2_close:hover{color:#333}.as_modea_2_modal h2{font-size:1.5rem;margin-bottom:1rem;color:#333}.as_modea_2_modal p{color:#666;margin-bottom:1.5rem;line-height:1.5}.as_modea_2_buttons{display:flex;gap:1rem;justify-content:center}.as_modea_2_login_btn{border:0}.as_modea_2_login_btn,.as_modea_2_register_btn{padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .3s ease}.as_modea_2_login_btn{background:#007bff;color:#fff}.as_modea_2_login_btn:hover{background:#0056b3}.as_modea_2_register_btn{background:#f8f9fa;color:#333;border:1px solid #dee2e6}.as_modea_2_register_btn:hover{background:#e9ecef}@media (max-width:480px){.as_modea_2_modal{width:95%}.as_modea_2_modal_content{padding:1.5rem}.as_modea_2_buttons{flex-direction:column}.as_modea_2_login_btn,.as_modea_2_register_btn{width:100%}}